body {
    color: #333;
    font-size: 14px;
    background:#fff;
    line-height: 20px;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', serif;
}
p,
li,
li a,
label {
    color: #111;
}
p{
    font-size:16px;
    line-height:28px;
    font-family: 'Open Sans', serif;
    margin-bottom:15px;
}
a {
    color: #111;
    text-decoration: none;  
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    outline:none !important;  
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #3a2300;
}


::selection {
    background-color: #3a2300;
    color: #f2e56e;
}
-webkit-::selection {
    background-color: #3a2300;
    color: #f2e56e;
}
::-moz-selection {
    background-color: #3a2300;
    color: #f2e56e;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover,
button:focus,
button:active,
.btn:hover,
.btn:focus,
.btn:active{
    outline: 0 !important;
}
a:focus {
    text-decoration: none;
}
a:hover {
    color: #7d7d80;
    text-decoration: none; 
}


/*PRELOADER*/
.page-loading {
    position: fixed;
    z-index: 99999 !important;
    left: 0; 
    top: 0px; 
    right: 0px; 
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #3a2300;
}
.page-loading-load {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px; 
    margin-top: -32px; 
}


.content-xs {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-md {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-xlg {
    padding-top: 150px;
    padding-bottom: 150px;
}

/*************************
        Margin top 
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
        Margin right  
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
        Margin bottom 
*************************/
.mb-0 { margin-bottom: 0 }
.mb-5 { margin-bottom: 5px }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
        Margin left 
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
        Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
.pt-160 { padding-top: 160px }
/*************************
        Padding right 
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
        Padding bottom  
*************************/
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-25 { padding-bottom: 25px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-55 { padding-bottom: 55px }
.pb-60 { padding-bottom: 60px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
.pb-160 { padding-bottom: 160px }
/*************************
        Padding left 
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }
/***************************
        Page section padding   
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
.ptb-160 { padding: 160px 0 }
/***************************
        Page section margin 
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-35 { margin: 35px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
.mtb-160 { margin: 160px 0; }
/***************************
        Padding and Margin 0 
****************************/
.pm0{
    padding:0px;
    margin:0px;
}
.p0{
    padding:0px;
}
.m0{
    margin:0px;
}
.p-30{
    padding:30px;
}
/*Others*/
.overflow-h { overflow: hidden;}
.overflow-a { overflow: auto;}
.overflow-hidden { overflow: hidden;}
.clear-both { clear: both;}
.dp-none { display: none;}
.dp-block { display: block;}
.dp-table { display: table;}
.dp-inline-block { display: inline-block;}
.dp-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*Layout*/
.wrapper {
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #7d7d80;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Playfair Display', sans-serif;
}

.f-14 {
    font-size: 14px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-18 {
    font-size: 18px !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-24 {
    font-size: 24px !important;
}
.f-pd{
    font-family: 'Playfair Display', sans-serif !important;
}
.f-os{
    font-family: 'Open Sans', sans-serif !important;
}
/*
        font-family: 'Playfair Display', sans-serif;
        font-family: 'Open Sans', serif;
*/




.revslider-wrap{
    margin-top:-130px !important;
    background: #3a2300 !important;
    -webkit-box-shadow: 0px 8px 50px -15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 8px 50px -15px rgba(0,0,0,0.5);
    box-shadow: 0px 8px 50px -15px rgba(0,0,0,0.5);
}

@media (max-width: 991px) {
    .revslider-wrap{
        margin-top:0px !important;
    }
}

.NotGeneric-Title{
    font-family: 'Playfair Display', serif !important;
    font-weight:400 !important;
}


.desc_slider{
    text-align:center !important;
    letter-spacing:-1px !important;
    font-family: 'Open Sans', sans-serif !important;
}


/*Back To Top*/
#topcontrol {
    color: #f2e56e;
    z-index: 99;
    width: 45px;
    height: 45px;
    line-height:43px;
    font-size: 18px;
    background: #140c00;
    position: relative;
    margin:auto;
    text-align:center;
    right: 3px !important;
    bottom: 3px !important;
    border-radius:4px;
    border: 0px solid #fff;
}
#topcontrol:after {
    content: "\f077";
    font-family: FontAwesome;
}
#topcontrol:hover {
    color: #f2e56e;
    background: #1c1100 !important;
    transition: all 0.3s ease-in-out;
}



/*Heading Titles v2*/
h1.title-v2,
h2.title-v2 {
    color: #111;
    position: relative;
    margin-bottom: 30px;
}
h1.title-v2:after,
h2.title-v2:after {
    left: 0;
    width:125px;
    height: 3px;
    content: " ";
    bottom: -10px;
    background: #111;
    position: absolute;
}

h1.title-v2.title-center,
h2.title-v2.title-center,
h3.title-v2.title-center {
    text-align: center;
}

h1.title-v2.title-center:after,
h2.title-v2.title-center:after,
h3.title-v2.title-center:after {
    left: 50%;
    width: 70px;
    margin-left: -35px;
}

h1.title-light,
h2.title-light,
h3.title-light {
    color: #fff;
}

h2.title-light:after {
    background: #fff;
}


/*Heading Options*/
.heading-title {
    text-align: center;
}

.heading-title h1 {
    padding: 0 12px;
    position: relative;
    display: inline-block;
    color:#111;
    line-height: 34px !important; /*For Tagline Boxes*/
}

.heading-title h1:before,
.heading-title h1:after {
    content: ' ';
    width: 70%;
    position: absolute;
    border-width: 1px;
    border-color: #111;
}

.heading-title h1:before {
    right: 100%;
}

.heading-title h1:after {
    left: 100%;
}

@media (max-width: 768px) {
    .heading-title h1:before,
    .heading-title h1:after {
        width: 20%;
    }
}

/*Headline v1*/
.heading-line h1:before,
.heading-line h1:after {
    top: 15px;
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
}



/*BUTTONS*/
.btn {
    box-shadow: none;
    outline:none !important;  
}
.btn-sys .radius{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-sys {
    border: 0;
    color: #f2e56e;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #3a2300;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', serif;
}
.btn-sys:hover {
    color: #f2e56e;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btn-sys.btn-block {
    text-align: center;
}

.btn-sys-sm,
a.btn-sys-sm {
    padding: 3px 12px;
}

.btn-sys-md,
a.btn-sys-md {
    padding: 10px 20px;
}

.btn-sys-lg,
a.btn-sys-lg {
    font-size: 18px;
    padding: 12px 25px;
}

.btn-sys-xs,
a.btn-sys-xs {
    font-size: 12px;
    padding: 2px 12px;
    line-height: 18px;
}
@media (max-width: 768px) {
    @-moz-document url-prefix() {
        .btn-sys {
            padding-bottom: 6px;
        }
    }
}
/*Buttons Color*/
.btn-sys:hover,
.btn-sys:focus,
.btn-sys:active,
.btn-sys.active,
.open .dropdown-toggle.btn-u {
    background: #211400;
}


/*Buttons YELLOW*/
.btn-sys.btn-yellow {
    background: #fdc800;
    color:#003b7e;
}
.btn-sys.btn-yellow:hover,
.btn-sys.btn-yellow:focus,
.btn-sys.btn-yellow:active,
.btn-sys.btn-yellow.active,
.open .dropdown-toggle.btn-sys.btn-yellow {
    background: #bf9600;
    color:#fff;
}

/*Bordered Buttons*/
.btn-sys.btn-brd {
    color: #003b7e;
    background: none;
    padding: 8px 13px;
    border: solid 2px #003b7e;
}

.btn-sys.btn-brd:hover,
.btn-sys.btn-brd:focus{
    background: none;
}

.btn-sys.btn-brd:hover {
    color: #00244d !important;
    border-color:#00244d;
    background:#fff;
}
/*Bordered Buttons YELLOW*/
.btn-sys.btn-brd-y {
    color: #f2e56e;
    background: none;
    padding: 8px 13px;
    border: solid 3px #f2e56e;
}

.btn-sys.btn-brd-y:hover,
.btn-sys.btn-brd-y:focus{
    background: none;
}

.btn-sys.btn-brd-y:hover {
    color: #3a2300 !important;
    border-color:#3a2300;
    background:#f2e56e;
}

/*BUTTONS STYLE TWO*/
.btn-style {
    background:#3a2300;
    border: none;
    color: #f2e56e;
    font-size: 14px;
    padding:10px 15px !important;
    transition: all 0.3s ease 0s;
    outline:none !important;
}
.btn-style:hover {
    color: #f2e56e;
}
.btn-style span{
    position:relative;
    z-index:99
}
.btn-style span i{
    color: #f2e56e !important;
}
.btn-hover-1{
    position: relative;
}
.btn-hover-1::before {
    background: #211400 none repeat scroll 0 0;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 98;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-hover-1:hover::before {
    width: 100%;
}
/*BUTTONS STYLE TWO YELLOW*/
.btn-style-y {
    background:#fdc800;
    border: none;
    color: #fff;
    font-size: 14px;
    padding:10px 15px !important;
    transition: all 0.3s ease 0s;
    outline:none !important;
}
.btn-style-y:hover {
    color: #fff;
}
.btn-style-y span{
    position:relative;
    z-index:99
}
.btn-hover-1-y{
    position: relative;
}
.btn-hover-1-y::before {
    background: #bf9600 none repeat scroll 0 0;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 98;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-hover-1-y:hover::before {
    width: 100%;
}




/*Parallax Quote*/
.parallax-quote {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    z-index: 1;

}


.parallax-quote:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.7);
}

.parallax-quote:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(58,35,0,0.2);
}


/*Parallax Quote Inner*/
.parallax-quote-in {
    z-index: 1;
    padding: 0 80px;
    position: relative;
}
.parallax-quote-in p {
    color: #fff;
    font-size: 42px;
    line-height:55px;
    font-family: 'Playfair Display', sans-serif;
    text-shadow: 4px 2px 9px rgba(0, 0, 0, 0.6);
}
.parallax-quote-in p:after,
.parallax-quote-in p:before {
    content: ' " ';
    position: absolute;
    font-family: 'Playfair Display', sans-serif;
}
.parallax-quote-in p:after {
    margin-left: 3px;
}
.parallax-quote-in p:before {
    margin-left: -15px;
}
.parallax-quote-in small {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', serif;
    text-shadow: 4px 2px 9px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px){
    .parallax-quote-in {
        padding: 0 40px;
    }
    .parallax-quote-in p {
        font-size: 20px;
    }
}
/*Forms*/
.form-control {
    box-shadow: none;
    border-radius: 0;

}
.input-group-addon {
    border-radius: 0;
}
.form-control:focus {
    border-color: #bbb;
    box-shadow: 0 0 2px #c9c9c9;
}
.form-spacing .form-control {
    margin-bottom: 15px;
}
.input-group-addon {
    color: #b3b3b3;
    font-size: 14px;
    background: #fff;
}
textarea{
    resize: none;
}

.form-control {
    height: 40px;
    padding: 5px 12px;
}


.bg-color-white{
    background:#fff !important
}

.bg-color-light{
    background:#f7f7f7 !important
}

.bg-color-dark{
    background:#ccc !important
}
/*Testimonials*/

img.img-bordered {
    padding: 0px !important;
    border: solid 5px #3a2300 !important;
    width:200px;
    height:200px;
    background:#f2e56e;
}
.owl-ts-v1 .item img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.owl-ts-v1 .item .title {
    font-size: 24px;
    font-family: 'Playfair Display', sans-serif;
}
.testimonials {
    padding: 100px 0;
    font-family: 'Open Sans', serif;
}
.testimonials ul {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}

/*Testimonials Owl Navigation*/
.testimonials .owl-pagination {
    display: none;
}

.testimonials .owl-buttons .owl-prev,
.testimonials .owl-buttons .owl-next {
    padding: 24px;
    position: relative;
    margin: 15px 5px 0;
    background: #f2e56e;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}

.testimonials .owl-buttons .owl-prev:after,
.testimonials .owl-buttons .owl-next:after {
    top: 0;
    color: #3a2300;
    font-size: 24px !important;
    line-height: 45px !important;
    text-align: center !important;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.testimonials .owl-buttons .owl-prev:after {
    left: 18px;
    content: "\f104";
}

.testimonials .owl-buttons .owl-next:after {
    right: 18px;
    content: "\f105";
}

.testimonials .owl-buttons .owl-prev:hover:after,
.testimonials .owl-buttons .owl-next:hover:after {
    color: #f2e56e;
}

.testimonials .owl-buttons .owl-prev:hover,
.testimonials .owl-buttons .owl-next:hover {
    background: #3a2300;
    transition: background 0.4s ease-in-out;
}



/*Image Hover v2*/
.img-hover-v2 span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-hover-v2 span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
}

.img-hover-v2:hover span:after {
    background: rgba(58,35,0,0.6);
}

.img-hover-v2 img,
.img-hover-v2 img,
.img-hover-v2 span:after {
    transition: all 0.5s ease-in-out;

}

.img-hover-v2:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
}



/* EMPRESA */
.g-display-inline-block {
    display: inline-block;
}
.g-display-table {
    display: table;
    width: 100%;
}
.g-dp-block {
    display: block;
}
.g-dp-table {
    display: table;
}
.g-dp-table-cell {
    display: table-cell;
}

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0;
}

.about-us {
    min-height: 500px;
}
@media (max-width: 768px) {
    .about-us {
        min-height: 506px;
    }
}

@media (max-width: 400px) {
    .about-us {
        min-height: 600px;
    }
}
img.equal-height-column {
    width: auto;
}

.carousel-v5 .carousel-arrow a.carousel-control {
    opacity: 1;
    background: none;
    text-shadow: none;
    position: inherit;
}

.carousel-v5 .carousel-arrow a span {
    top: 50%;
    opacity: 1;
    font-size:18px;
    background: #f2e56e;
    color: #3a2300;
    margin-top: -18px;
    padding: 21px 0;
    position: absolute;
    height:60px;
    width: 60px;
}
.carousel-v5 .carousel-arrow a span:hover {
    opacity: 0.8;
    background: #3a2300;
    color: #f2e56e;
}

.carousel-v5 .carousel-arrow a.left span {
    left: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;

}
.carousel-v5 .carousel-arrow a.right span {
    left: 67px !important;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.carousel-v5 {
    position: relative;
}
.carousel-v5 .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
/*Equal Height Columns*/
@media (max-width: 767px) {
    .equal-height-column {
        height: auto !important;
    }
}
.heading-v20__title {
    font-size:24px;
    text-transform: uppercase;
    color: #3a2300 !important;
    font-weight: bold;
    line-height: 1.2;
}

.heading-v20__text {
    margin: 0px auto 15px;
    font-size: 16px;
    max-width: 80%;
    line-height: 1.6;

    color: #111;
}


/*EMAIL FONE*/
.contact-name {
    height: 150px;
    display: table;
    text-align: center;
}
.contact-name a {
    color: #1a180b;
}
.contact-name--title {
    display: table-cell;
    vertical-align: middle;
}
.contact-name--title strong {
    font-weight: 400;
    font-size: 18px;
}

.contact-name--title strong i {
    font-weight: 400;
    font-size: 30px;
}

.contact-name--title p {
    margin-bottom: 0;
    font-size:16px;
    font-weight:bold;
    color: #1a180b;
}
.golddark {
    background: #bfb556;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.goldlight {
    background: #f2e56e;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.golddark:hover {
    background: #a69d4b;
}
.goldlight:hover  {
    background: #ccc15c;
}
@media (max-width: 767px) {
    .contact-name {
        width:100%;
        margin-bottom:0px;
        float: left;
    }
    .contact-name {
        height: 80px;

    }
}



.bg-black{
    background:#000 !important;
}
/*BREADCRUMBS*/

.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    border-bottom: solid 1px #bfb556;
    background: #f2e56e;
    border-radius:0px !important;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}


.breadcrumbs h1 {
    color: #111;
    font-size: 22px;
    margin-top: 8px;
}

.breadcrumb {
    top: 10px;
    z-index: 1;
    padding-right: 0;
    background: none;
    position: relative;
    color:#000;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
    color: #595428;
    text-decoration: none;
}

@media (max-width: 550px) {
    .breadcrumbs h1.pull-left,
    .breadcrumbs ul.pull-right {
        width: 100%;
        text-align: center;
    }

    .breadcrumbs h1.pull-left {
        margin-bottom: 0;
    }

    .breadcrumbs .breadcrumb {
        top: 0;
        margin-bottom: 10px;
    }
}

.breadcrumbs.breadcrumbs-light {
    border-bottom: solid 3px #bfb556;
    background: #f2e56e;
    padding: 30px 0 20px;
}

.breadcrumbs.breadcrumbs-light {
    background: #f2e56e;
    border-bottom: 1px solid #bfb556;
}

.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
    color: #111;
    font-weight: 200;
}

.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
    color: #000;
}

.breadcrumbs.breadcrumbs-light h1 {
    font-size: 26px;
}


.img .img-responsive {
    margin: 0 auto;
}


/*Contacts*/
.sidebar .contacts {
    margin-bottom: 0;
}

.sidebar .contacts li {
    margin-bottom: 7px;
}

.sidebar .contacts li:before,
.sidebar .contacts li:after {
    content: " ";
    display: table;
}

.sidebar .contacts li:after {
    clear: both;
}

.sidebar .contacts li i {
    float: left;
    width: 30px;
    height: 24px;
    color: #111;
    font-size:16px;
    padding: 0px 5px;
    text-align: center;
    margin: 0px 5px 0 0;
    display: inline-block;
}

.sidebar .contacts li p {
    margin-bottom: 0;
    color: #111;
    font-size:16px;
}

.sidebar .contacts li {
    color: #111;
    font-size:15px;
    line-height:16px;
}

.sidebar .contacts li a {
    color: #111;
    font-size:15px;
}

.sidebar .contacts li a:hover {
    color: #3a2300;
}

/*SOCIAL*/
.sidebar .social li {
    padding-right: 0;
    margin-bottom: 8px;
}
.sidebar .social li:first-child {
    padding-left:0px;
}
.sidebar .social li i {
    color:#f2e56e;
    width:40px;
    height:40px;
    font-size:20px;
    padding:10px 10px;
    text-align: center;
    background: #3a2300;
    display: inline-block;
    border-radius: 5px !important;
}
.sidebar .social li i:hover {
    color: #3a2300;
    background: #f2e56e;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.pdfooter {
    padding: 0px 40px;
}
@media (max-width: 991px){
    .pdfooter {
        padding: 0px 30px;
    }
}




/*404*/
.error-v1 {
    text-align: center;	
}

.error-v1 p {
    color: #111;
    font-size: 16px;
}

.error-v1 span {
    color: #111;
    display: block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}

.error-v1 span.error-v1-title {
    color: #111;	
    font-size:200px;
    line-height:160px;
    padding-bottom:10px;
}
@media (max-width: 500px) { 
    .error-v1 p {
        font-size: 12px;
    }	

    .error-v1 span {
        font-size: 25px;
    }

    .error-v1 span.error-v1-title {
        font-size: 140px;
    }
}



/*MAPA*/
#mapa{
    width:100%;
    height:500px;
    border:5px solid #ccc
}



/*DEPOIMENTOS*/
.rounded-x { border-radius: 50% !important;}
.depoimentos .depoimentos-in {
    background: #fff;
    position: relative;
    margin-bottom: 40px;
    padding: 20px 20px 20px 55px;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
    border-top:2px solid #f1f1f1;
    border-left:2px solid #f1f1f1;
}

.depoimentos .depoimentos-in:before {
    color: #f2e56e;
    font-size: 80px;
    content: "\201C";
    position: absolute;
    margin:20px 0 0 -40px;
    font-family: Georgia, serif;
}

.depoimentos .depoimentos-in:after {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -30px;
    position: absolute;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
}

.depoimentos .depoimentos-in p {
    color: #111;
    font-size: 14px;
    font-style: italic;
}

.depoimentos img {
    float: left;
    width:100px;
    height: auto;
    margin: 0 20px;
    padding: 2px !important;
    border: solid 2px #ccc !important;
}

.depoimentos .testimonials-author {
    color: #111;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding-top: 8px;
    text-transform: uppercase;
}




/*PAGINATION*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 20px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3a2300;
    text-decoration: none;
    background-color: #f2e56e;
    border: 1px solid #fff;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    outline:none !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #f2e56e;
    background-color: #3a2300;
    border-color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #3a2300;
    cursor: default;
    background-color: #a69d4b;
    border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pager li > a,
.pager li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:14px;
}

.pager li > a, 
.pager li > span {
    color: #f2e56e;
    border-color: transparent !important;
    background: #3a2300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pager li > a:hover, 
.pager li > span:hover {
    color: #3a2300;
    background: #f2e56e;
    border-color: transparent !important;
}

/*Pager*/



/*RELATED*/
.p-b-0{
    padding-bottom:0px;
}


.bgreper{
    background:#f2e56e !important;
    padding:0px !important;
    -webkit-backface-visibility: hidden; /*For Chrome*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:5px solid #fff;
    transition: all 0.3s ease-in-out;
    padding-bottom:0px;
}

.bgreper p{
    line-height:20px;
    font-size:16px;
    padding:10px 10px 10px 20px;
    margin-bottom: 0px;
}

.bgreper:hover{
    background:#bfb556 !important;
}






/*NEWS HOME------------------------------------*/
.p-b-0{
    padding-bottom:0px;
}

.news-home .item a {
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-home .item a:hover {
    text-decoration: none;
}

.news-home .item a:hover strong {
    color: #111;
}

.news-home .item em.overflow-hidden {
    display: block !important;
}


.news-home .item em.overflow-hidden {
    overflow: hidden !important;
}
.news-home .item .overflow-hidden {
    overflow: hidden !important;
}


.news-home .item a span {
    display: block;
    padding:0px !important;
    border-bottom: solid 5px #3a2300;
}

.news-home .item a .title {
    color: #3a2300;
    display:block;
    margin:0px;
    font-size:16px;
    padding: 10px 5px !important;
    border-bottom: solid 1px #f2e56e;
    width:100%;
    overflow: hidden;
    font-weight: 300 !important;
}
.news-home .item a h1 {
    color: #3a2300;
    display:block;
    margin:0px;
    font-size:20px;
    line-height:24px;
    padding: 10px 5px !important;
    border-bottom: solid 1px #f2e56e;
    width:100%;
    overflow: hidden;
    font-weight: 300 !important;
}

.news-home .item a .desc {
    color: #3a2300;
    display:block;
    margin:0px;
    min-height:30px;
    overflow:hidden;
    padding:5px 5px !important;
    border-bottom: solid 1px #f2e56e;
    font-weight: 300 !important;
    width:100%;
    font-size:15px;
}

.news-home .item a .details {
    color: #3a2300 !important;
    display:block;
    margin:0px;
    padding: 5px 5px !important;
    background:#f2e56e;
    width:100%;
    font-size:15px !important;

}
.news-home .item a .details i{
    color: #3a2300 !important;
    font-size:14px !important;
}



.news-home .item a strong {
    color: #333;
}

.news-home .item a span i {
    color: #333;
}

.news-home .item a img {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);

}

.news-home .item a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.4) rotate(0deg);
    -moz-transform: scale(1.4) rotate(0deg);
    -o-transform: scale(1.4) rotate(0deg);
    -ms-transform: scale(1.4) rotate(0deg);
    transform: scale(1.4) rotate(0deg);
}

.news-home .item a:hover span {
    border-bottom: solid 5px #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
    background:#fff8b9;
}
.marginbt20 {
    margin-bottom:20px !important;  
}


/*Content Boxes v6*/
.content-boxes-v6 {
    padding-top: 25px;
    text-align: center;
}

.content-boxes-v6 h1 {
    font-size:24px;
}


.content-boxes-v6 i {
    color: #fff;
    width: 90px;
    height: 90px;
    padding: 30px;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    background: #f2e56e;
    margin-bottom: 25px;
    display: inline-block;
    border-radius: 50% !important;
}

.content-boxes-v6 i:after {
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: " ";
    position: absolute;
    border: 3px solid #f2e56e;
    border-radius: 50% !important;
}

.content-boxes-v6:hover i,
.content-boxes-v6:hover i:after {
    transition: all 0.3s ease-in-out;
}

.content-boxes-v6:hover i {
    background: #3a2300;
}

.content-boxes-v6:hover i:after {
    border-color: #3a2300;
}