/*BASE*/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #eeeeee;
    font-size: 16px;
}

.modal {
	z-index: 1080; 
}

label {
    display: block;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
}

a {
    color: #D64146;
}
a:focus, a:hover {
    color: #a72429;
}

.mb-20  {
    margin-bottom: 20px;
}
.mb-30  {
    margin-bottom: 30px;
}
.mb-40  {
    margin-bottom: 40px;
}

.container {
    max-width: 930px;
    background: #f8f8f8;
}

.lead {
    font-size: 20px;
    font-weight: 300;
}

.close {
    line-height: 27px;
}

label {
    font-size: 13px;
    text-transform: uppercase;
}

.checkbox label, .radio label {
    line-height: 19px;
}

.breadcrumb {
    padding: 10px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.title-page {
    margin-top: 10px;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

.btn-primary {
    color: #fff;
    background-color: #d64247;
    border-color: #d12d33;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    color: #fff;
    background-color: #bc292e;
    border-color: #9f2227;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 30px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.main-content {
    margin-bottom: 40px;
}

/*HEADER*/
.header {
    padding: 15px 0;
    background-color: #f8f8f8;
}

.navbar-default {
    background-color: transparent;
    border: 0;
    margin-bottom: 30px;
}

.title-page {
    color: #D64146;
}

img.logo {
    display: inline-block;
    margin: 0 auto;
}


/*CAROUSEL*/
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.owl-nav {
    text-align: center;
    margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #777777;
    font-size: 24px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    height: auto;
}
.owl-prev, .owl-next {
    position: relative;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    height: auto;
}

.owl-prev i, .owl-next i {
    font-size: 24px;
}

@media (min-width: 768px) {
    .owl-prev {
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .owl-next {
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) {
    .owl-prev {
        position: absolute;
        left: -42px;
        top: 50%;
        transform: translateY(-50%);
    }
    .owl-next {
        position: absolute;
        right: -42px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (min-width: 1200px) {
    .owl-prev {
        position: absolute;
        left: -48px;
        top: 50%;
        transform: translateY(-50%);
    }
    .owl-next {
        position: absolute;
        right: -48px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .owl-prev, .owl-next {
        position: relative;
        margin: 20px 0 0 5px;
        padding: 4px 7px;
        display: inline-block;
        cursor: pointer;
        height: auto;
        right: 0;
        left: 0;
    }
}


/*FOOTER*/
footer {
    background: #f8f8f8;
    padding: 15px;
    position:relative;
    max-width: 930px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom:0px;
    height:auto;
    width:100%;
}

footer p {
    margin: 0;
    color: #333;
    line-height: 28px;
}


/*MEDIA QUERY*/
@media (max-width: 767px) {
    body {background: none;}
    .navbar-header {text-align: center;}
    .title-page {font-size: 22px;margin-bottom: 20px;line-height: 28px;}
    .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    footer {height: 72px;}
}

@media (max-width: 350px) {
    label {
        font-size: 14px;
    }
}

@media (min-width:768px) {
    .container {
        min-height: 100vh;
    }
    .navbar-nav {
        float: none;
        text-align: center;
    }
}

@media(min-width:768px) and (max-width:991px) {
    label {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
    }
}
