/*======================
Table of content
======================
1 - General
2 - Form Styling
3 - Spacing Helping Classes
4 - CSS Parallax
5 - Main Page CSS
6 - Responsive


*/

/*=====================
2-General Styles
======================*/
body {
    font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	overflow-y: scroll;
	font-size: 16px;
    color: rgb(170, 170, 170);
}
p { margin: 0 0 10px; }

.lt-ie9 .animated {
	opacity: 1 !important;
	-webkit-animation: none !important;
	animation: none !important;
	transform: none !important;
}
section{ padding: 80px 0; }
img {
	max-width: 100%;
	height: auto;
}
ul{
	margin:0;
}
a { outline: none !important; color:#fff; }
a:hover{color: #A5935E !important;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	margin:10px 0 15px 0;
	font-weight:bold;
}
h1 { font-size: 72px; }
h2 { font-size: 40px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 13px; }
.imgAsBg > img{
    display:none;
}
.imgAsBg{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.darkPatternBg{
    background:url("../demo-data/zwartevilt.png") repeat center center #222 !important;
}

.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.btn-default{
	background:#46505c;
	color:#fff;
}
.btn{
	padding:20px;
    background: none;
	border-radius:0px;
    text-align: center;
    border:none;
	text-transform:inherit;
    font-size: 18px;
    color: #A5935E;
    border: 2px solid #A5935E;
    text-transform: uppercase;
}
.btn-tranparent{
	border:2px solid #a28753;
    color: #a28753;
    padding: 12px 60px;
    text-align: center;
	text-decoration:none !important;
}

.btn-tranparent.style1{
    padding: 10px 15px;
}

.btn-wide{	width:100%;}
.btn-md{
	width:30%;
}
.btn:hover{
	text-shadow:1px 1px rgba(0,0,0,0.2);
	border-color:#A5935E;
    background: #A5935E;
    color: #fff !important;
}
.text-extralight{font-weight:100 !important;}
.text-light{font-weight:300 !important;}
.text-semibold{font-weight:600 !important;}
.text-bold{font-weight:700 !important;}
.text-extrabold{font-weight:800 !important;}
.text-uppercase{text-transform:uppercase !important;}
.text-lowercase{text-transform:lowercase !important;}



.up_button{
	font-size:16px;
	color:#282C85;
	margin: 30px auto 20px 0px !important;
	border:2px solid #282C85;
	padding:10px;
	width:60%;
	text-align:center;
	}
.up_button a{
	font-size:22px;
	font-weight:bold;
	color:#282C85;
	}


.desk_arrow, .mobile_arrow{
	margin:0 auto 20px auto;
	}
@media screen and (min-width: 768px) {
.desk_arrow{
	display:block;
	visibility:visible;
	}
.mobile_arrow{
	display:none;
	visibility:hidden;
	}
}
@media screen and (max-width: 767px) {
.desk_arrow{
	display:none;
	visibility:hidden;
	}
.mobile_arrow{
	display:block;
	visibility:visible;
	}
.up_button{
	margin: 30px auto 20px auto !important;
	border:2px solid #282C85;
	padding:10px;
	width:90%;
	text-align:center;
	}
}



/*===============================================
Form Styling
=================================================*/
form{
	margin-bottom:30px;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],textarea, select{
	width:100%;
    border: 0;
	border:none;
	color:#6b6b6b;
	background:#fff;
	border-radius:0;
	height:40px;
	padding:12px;
	text-transform:inherit;
    margin-bottom: 10px;
    border-radius: 1px;
}
input[type="text"].tranparent,input[type="tel"].tranparent,input[type="email"].tranparent,input[type="password"].tranparent,textarea.tranparent{
	background:none;
	border:1px solid #7cbf1d;
	color:#7cbf1d;
}
textarea{
	height:120px;
	padding:12px;
}
label{
	color:#eee;
    font-weight: 400;
    font-size: 12px;
}
label.tranparent{
	color:#8e9297;
}


.message-box{
	padding: 20px;
	font-size: 18px;
	margin-bottom:30px;
	}
.message-error{
	border:3px dashed #CB0003;
	background-color: #FF0004;
	}
.message-success{
	border:3px dashed #0C9D00;
	background-color: #49CA38;
	}







/*==============================================
Spacing Helping Classes
===============================================*/
.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-45{ margin-bottom:45px;}
.mb-50{ margin-bottom:50px;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-25{ margin-top:25px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-45{ margin-top:45px;}
.mt-50{ margin-top:50px;}

/*==========================
parallax
==========================*/

.parallax {
	overflow: hidden;
	clear: both;
	position: relative;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 0;
	background:#242987;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:fixed;
    background-size:cover;
}
.overlay {
	background: rgba(10,10,10,0.54);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.parallax_inner {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height:250px;
}
.parallax_one { background-image: url(../comprare-casa/valutazione-casa-napoli-acerra.jpg); }


/*=======MAin=======*/


section h2{color: #a5935e;}
.insured header{padding: 10px 0; height: 100px;}
.insured header .contact{color: rgb(162, 135, 83);
    border: 1px solid #A28753; width: 200px;
    padding: 8px;
}
.insured header .contact a{color: rgb(105, 105, 105); font-weight: bold;}
.insured form{
    background: rgba(87,86,86,0.7);
    font-size: 14px;
    padding: 45px 30px 65px 30px;
    border-right: 4px solid #A5935E;
    border-bottom: 4px solid #A5935E;
    margin-bottom: 0;
}
.insured form button{margin-top: 25px;}
.insured form h3{position: relative; margin-bottom: 42px;}
.insured form h3:after{
    content: '';
    height: 5px;
    width: 150px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.insured .tag-promo{margin-top: 15px;}
.insured .tag-promo h2,.insured .tag-promo h1,.insured .tag-promo h3{
    font-family: oswald;
    font-weight: 400;
}
.insured .tag-promo{font-size: 24px;}
.insured .tag-promo h3{font-size: 36px;}
.insured .tag-promo h2{font-size: 60px; margin-bottom: 65px;}
.insured .tag-promo h1{margin-bottom: 15px;}

.insured .tag-promo ol li{margin-bottom: 15px;}





.insured .service span{
    background: #242987;
    height: 62px;
    width: 62px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}
.insured .service h6{
    padding-left: 80px;
    color:#242987;
}
.insured .services .wrapper{font-size: 14px; color:#808080; margin-top: 30px;}
.insured .services{padding-bottom: 0;}
.insured .benifits{background: url(../demo-data/bg1.jpg); color: #fff; background-size: cover; position:relative}
.insured .benifit{
    max-width: 285px;
    font-size: 14px;
    float: left;
    margin-left: 140px;
    min-height: 160px;
    position: relative;
}
.insured .benifit:before{
    content: '';
    position: absolute;
    left: -25px;
    bottom: 0;
    width: 5px;
    height: 110px;
    background: #fff;
}
.insured .benifit.bottom:before{top: 0;}
.insured .benifit.top.first{margin-left: 80px;}
.insured .benifit.bottom.first{margin-left: 230px;}
.insured .benifit.bottom{padding-top: 30px;}
.insured .benifits .divider{
    width: 100%;
    height: 5px;
    background: #fff;
    clear: left;
}
.insured .our-team h3{position: relative; color: rgb(128, 128, 128); margin-bottom: 85px;
    margin-top: 90px;
}
.insured .our-team h3:after,.insured .testimonials h3:after{
    content: '';
    background: #5B422C;
    width: 275px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -25px;
}
.insured .our-team ul{padding: 0;
text-align: center;
margin-top: 80px;}
.insured .our-team li{
    display: inline-block;
    margin: 14px;
}
.insured .our-team li a{
    font-weight: bold;
    color: #A28753;
    display: block;
    margin-top: 12px;
}
.insured .our-team li span{ color: rgb(170, 170, 170);}
.insured .our-team li img{border-radius: 50%;}
.insured .testimonials{font-size: 28px; font-family: dancing script; font-weight: bold;}
.insured .testimonials .overlay{background: rgba(91,66,44,0.9);}
.insured .testimonials h3{position: relative; margin-bottom: 75px; margin-top: 50px; font-style:italic}
.insured .testimonials h3:after{background: #fff;}
.insured .testimonials .parallax_inner{padding-bottom: 0;}
.insured .testimonials span{display: block;}
.insured .clients ul{padding: 0;}
.insured .clients li,.demo3 .clients li a{display: inline-block; margin: 35px;}
.insured footer span{
    margin-top: 8px;
    display: table;
    border-top: 10px solid #A5935E;
    margin: 0 auto;
    padding: 15px 20px 0;
	font-size:12px;
}
.insured footer p{
    color:rgb(170,170,170);
}
.insured footer img{padding-bottom: 20px; position: relative;}
.insured footer{
    background: rgba(0,0,0,0.85);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.insured footer{position: relative; padding: 50px 0; color: #fff;}
.insured footer a{color: #fff;}



/*=========================
demo2
==========================*/

.banner{
    background: #FBFBFB;
}


.banner a{
    padding-top: 20px;
    display: block;
}
.banner form{
    margin-top: 75px;
}

.demo2 .banner form{
 margin-top: 50px;
}
.demo2 form{
    padding: 40px 30px 60px !important;
}
.banner form h3 {
    color: #fff;
}

.banner form p {
    color: #fff;
}

.insured.demo2 .services{
    padding-bottom: 50px;
}

.insured.demo2 .service span{
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin-bottom: 20px;
}

.insured.demo2 .service h6{
    padding-left: 0;
    text-align: center;
}

.insured.demo2 .services .content{
    margin-bottom: 70px;
}


.insured.demo2 .benifits{
    background: #BBAC8F;
} 
.insured.demo2 .benifits h2{
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}
.insured .services p {
    line-height: 25px;
}

/*=========================
demo3
==========================*/

.insured.demo3 .banner {
    background: #FCFBFC;
}

.insured.demo3 .banner h3{
    color: #A28753;
    margin-top: 65px;
  
    margin-bottom: 0;
}

.insured.demo3 .banner h2{
    color: #A28753;
    margin-top: 0;
    position: relative;
    margin-bottom: 100px;
}

.insured.demo3 .banner h2:after{
    background: #A28753;
    bottom: -20px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 212px;
}

.banner-content{
    position:relative;
    z-index:50;
}
.insured.demo3 .banner .banner-content a{
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 63px;
    font-size: 14px;
    font-weight: 600;
}

.insured.demo3 .banner span{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #A28753;
}

.insured.demo3 .banner span.style1{
    font-size: 48px;
    color: #808080;
}

.insured.demo3 .testimonials{
}

.insured.demo3 .testimonials h3::after{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.insured.demo3 .testimonials .parallax_inner {
    padding-bottom: 80px;
}

.insured.demo3 .testimonials span img{
    padding-left: 10px;
}

.insured.demo3 .testimonials .xv-testimonial{
    max-width: 80%;
    margin: 0 auto;
}

.insured.demo3 .clients h2{
    color: #fff;
}

.insured.demo3 .clients li{
    margin: 0;
}




.insured.demo3 .xv-benifits{
    padding-bottom: 0;
}

.insured.demo3 .xv-benifits h2{
    text-align: center;
    margin-bottom: 110px;
}

.insured.demo3 .xv-benifits .benifits-wrapper{
    max-width: 70%;
    margin: 0 auto;
}

.insured.demo3 .xv-benifits .benifits-wrapper h3{
    position: relative;
    margin-bottom: 52px;
    color: #808080;
}
.insured.demo3 .xv-benifits .benifits-wrapper h3:after{
    background: #5b422c;
    bottom: -28px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 275px;
}

.insured.demo3 .xv-benifits .benifits-wrapper h3,.insured.demo3 .xv-benifits .benifits-wrapper p {
   text-align: left;
}

.insured.demo3 .xv-benifits .benifits-wrapper ul{
    padding-left: 18px;
}

.insured.demo3 .xv-benifits .benifits-wrapper ul > li{
    padding: 7px 0;
    position: relative;
}

.insured.demo3 .xv-benifits .benifits-wrapper ul > li:before{
    position: absolute;
    content: "";
    top: 14px;
    left: -17px;
    background: #5B422C;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}


.insured.demo3 .xv-benifits .benifits-wrapper a{
    margin-top: 55px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.insured.demo3 .xv-benifits .benifits-wrapper figure{
    margin-top: 75px;
}

.insured.demo3 .our-team h3::after{
    bottom: -43px;
}

.insured.demo3 .our-team li{
    display: inline-block;
    margin: 0 14px;
}

.insured.demo3 .our-team h3{
    margin-bottom: 62px;
}

.insured.demo3 .our-team .list-items {
    margin-top: 130px;
    text-align: left;
}

.insured.demo3 .our-team ul.list-items > li{
    position: relative;
}

.insured.demo3 .our-team ul.list-items > li:before{
    position: absolute;
    content: "";
    top: 8px;
    left: -20px;
    background: #5B422C;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.insured.demo3 .our-team .list-images{
    margin-top: 80px;
}

.insured.demo3 .our-team .list-images > li{
    margin-top: 20px;
}

.insured.demo3 footer{
    padding-bottom: 30px;
}

.insured.demo3 footer h3{
    position: relative;
    margin-bottom: 65px;
    margin-top: 60px;
}

.insured.demo3 footer h3:after{
    background: #A28753;
    bottom: -30px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 275px;
}

.insured.demo3 footer ul{
    padding-left: 0;
    margin-top: 32px;
}

.insured.demo3 footer ul > li:first-child{
    padding-left: 0;
}

.insured.demo3 footer ul > li{
    display: inline-block;
    padding: 0 5px;
}

.insured.demo3 footer ul > li > a .fa{
    background: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #303030;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
}

.insured.demo3 footer form{
    background: none;
    border: none;
    padding: 80px 30px 0;
}

.insured.demo3 footer form input[type="text"], .insured.demo3 footer form input[type="tel"], .insured.demo3 footer form input[type="email"], .insured.demo3 footer form input[type="password"], .insured.demo3 footer form textarea{
    height: 42px;
    margin-bottom: 17px;
}


.insured.demo3 form button {
    margin-top: 3px;
    background: #A28753;
    color: #fff;
    border: none;
    padding: 10px 20px;
        
}
.insured.demo3 form button:hover{
    background: #9A773F;
    color: #fff;
}


/*=========================
Responsive
==========================*/
@media (max-width: 1199px) {
    .insured .benifit{max-width: 250px; margin-left: 80px;}
    .insured .benifit.bottom.first{margin-left: 180px;}
    
}


@media (max-width: 992px) {
    .insured .testimonials .parallax_inner{
        padding-bottom:50px;
    }
    .insured .benifit{margin-left: 40px;}

    .fancy-image-wrap,.col-xs-12.fancy-image-wrap{
        position:static;
    }
    .banner{
        position:relative;
    }
    .fancy-image-wrap figure{
        position:absolute;
        right:0;
        bottom:0;
        z-index:0;
        max-width:50%;
    }

}
/*===Break Point===*/
@media (max-width: 767px) {
    .fancy-image-wrap figure{
        display:none;
    }

    h2{font-size: 32px;}
    .insured .tag-promo h2{font-size: 54px;}
    .insured .tag-promo h1{margin-bottom: 30px; font-size: 62px;}
    .insured .services figure{display: none;}
    .insured .service span{float: none !important;}
    .insured .service h6{padding-left: 0;}
    .insured .services{text-align: center; padding-bottom: 70px;}
    .insured .services .wrapper{margin-top: 30px;}
    .insured .benifit.bottom.first{margin-left: 80px;}
    .insured .our-team h3{margin-top: 30px;}
    .insured .testimonials figure{display: none;}  
    .insured.demo3 .our-team .list-items{margin-top: 40px;}
    .insured.demo3 .our-team .list-items li{display: block;}
    .insured.demo3 form button{width: 100%;}
    
}
/*===Break Point===*/
@media (max-width: 660px) {
    h3{font-size: 24px;}
    .insured .benifits .divider{display:none;}
    .insured .benifit{float: none; clear: both; margin-left: 0; border-left: 5px solid #fff;
        padding:20px;
        margin-bottom: 30px;
    }
    .insured .benifit.bottom{padding-top: 0;}
    .insured .benifit.top.first,.insured .benifit.bottom.first{margin-left: 0px;}
    .insured .benifit:before{display: none;}
   
    
}
@media (max-width:500px){
    .insured.demo3 .banner span.style1{
        font-size: 34px;
    }
    .insured.demo3 .xv-benifits .benifits-wrapper a{
        width: 100%;
        padding: 12px;
    }
}
/*===Break Point===*/
@media (max-width: 465px) {
    .insured.demo3 .xv-benifits .benifits-wrapper h3::after{
        width: 220px;
    }
}

/*===Break Point===*/
@media (max-width: 360px) {
    
}