body {
    background-image: url(/custom/img/site-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #333;
}

.bg-lightgrey { background-color: #EDEAE5; }
.bg-newlightgrey { background-color: #F7F5F2; }

hr.vertical { border-left: 1px solid #bf905b; position: relative; z-index: 1; }
hr.xsc { border-top: 1px solid #bf905b; }

hr.primary { border-top: 1px solid #bf905b; }
hr.darkgrey { border-top: 1px solid #333333; }

h3, .h3 {
    letter-spacing: 0px;
}

/*home*/

#layout-home {
    background: #FFF;
}

#layout-home .fullheight { min-height: calc(100vh + 34px); }

.scroll-down { bottom: 50px; }

#layout-home .ls-banner .ls-item .container .row::after { 
    content:' ';
    margin: 0 auto;
    background-size: contain;
	background-image: url(/custom/img/logo-home.png);
	background-repeat: no-repeat;
	background-position: center center;
    height: 290px;
    width: 80%;
}

#layout-home .ls-banner .bg-black-opacity {
    background-color: rgba(0,0,0,0.5);    
}

#layout-home #main { 
    position: relative;
    background-image: url(/custom/img/site-bg-home.jpg);
    background-position: top center;
    background-repeat: no-repeat;

}

#layout-home #main::after {
    content:' ';
    background-size: cover;
	background-image: url(/custom/img/home-01.png);
	background-position: center center;
    height: 34px;
    width: 100%;
    position: absolute;
    top: -34px;
    
}

#layout-home .box-grid {
    position: absolute;
    bottom: 30px;
    left: 30px;
    min-height: 300px;
    width: 250px;
    border-left: 1px solid #bf905b;
    padding-left: 30px;
}

#layout-home .box-square {
    margin-bottom: 20px;
}

#layout-home .absolute { position:absolute; top:0; left:0; width:100%; height:100%; }

@media (min-width: 1200px) {
	
	#layout-home .box-square {
        width: 50%;
        float: left;
        padding: 0 25px;
    }
    
}



/*pagina*/

#layout-page {
    background: #FFF;
}

#layout-page #main { 
    position: relative;
    background-image: url(/custom/img/site-bg-home.jpg);
    background-position: top center;
    background-repeat: no-repeat;

}

#layout-page #main::after {
    content:' ';
    background-size: cover;
	background-image: url(/custom/img/home-01.png);
	background-position: center center;
    height: 34px;
    width: 100%;
    position: absolute;
    top: -34px;
    
}

#layout-page .h3.text-xl { font-size: 1.9em; }

#layout-page .box-img { position: absolute; top: -40px; bottom:-40px; left: 0; width: 60%; }
#layout-page .box-img-dx { position: absolute; top: -40px; bottom:-40px; right: 0; width: 60%; }

#layout-page .box-grid {
    position: absolute;
    bottom: 30px;
    left: 30px;
    min-height: 340px;
    width: 90%;
    border-left: 1px solid #bf905b;
    padding-left: 30px;
}

#layout-page .box-square {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
	
	#layout-home .box-square {
        width: 50%;
        float: left;
        padding: 0 25px;
    }
    
}







@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: relative;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 10px solid #FFF;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -5px;
        z-index: 1;
    }
    .col-padding {
        padding: 0 15px;
    }
}

.contain-80 {
    background-position: center center;
    background-size: auto 80%;
    background-repeat: no-repeat;
}

.hero { position: relative; }

.hero:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -36px;
    width: 0;
    height: 0;
    border-top: solid 36px #F7F5F2;
    border-left: solid 36px transparent;
    border-right: solid 36px transparent;
}

.hero.lightgrey:after {
    border-top: solid 36px #EDEAE5;
}

.bg-black-gradient-bottom::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
}

.btn-special {
    color: #FFF;
    background-color: transparent;
    border-color: transparent;
    border-bottom-color:#bf905b;
    padding: 4px 0px;
}

.btn-special:focus, .btn-special.focus {
    color: #FFF;
}

.btn-special:hover {
    color: #bf905b;
}

.mt-xs-50-n { margin-top: -50px; }
.mt-xs-60-n { margin-top: -60px; }
.mt-xs-80-n { margin-top: -80px; }
.mt-xs-140-n { margin-top: -80px; }

@media (min-width: 992px) {
    
    .mt-md-80-n { margin-top: -80px; }
    .mt-md-100-n { margin-top: -100px; }
    .mt-md-140-n { margin-top: -140px; }
    
    
}














#footer {
	background-color: #f1eee9;
	color: #808080;
}

#footer .form-control {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.0);
}

#footer .text-white {
	color: #111111;
}

#footer a {
	color: #C59C70;
}

#footer-bottom {
	background-color: #e3ded6;
	color: #808080;
}

#footer-bottom hr {
	border-top: 1px solid #DFCFBD;	
}

.visible-auth-no {
    display: none;
}
.visible-auth-yes {
    display: none;
}
body.auth-no .visible-auth-no {
    display: block;
}
body.auth-yes .visible-auth-yes {
    display: block;
}

.primary-logo img {
	display: none;
}

.primary-logo {
	height: 80px;
	background-size: contain;
	background-image: url(/custom/img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 200px;
	margin: 0 auto;
}

#header.menu-transparent-dark .primary-logo {
	background-image: url(/custom/img/logo-black.png);
}


@media (min-width:1200px) {
    .primary-logo {
		margin: 0;
	}
}

@media (min-width:1460px) {
    #header .menu > ul > li > a {
		padding: 26px 15px;
	}
	
	.primary-logo { 
		background-position: left center;
	}
}


#fidelitybox {
	display: none;
}

