/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

:root {
  --theme-color: #00e6ff;
	--theme-second-color: #ff0000;
	--theme-dark-color: /*#774493*/#051111;
}

/* Global properties ======================================================== */
a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#888888!important; color:#fff}
::-moz-selection{ background:#888888!important; color:#fff}

a{ color:#4e82c7; text-decoration: underline; outline:none}
a:hover{ color:#4e82c7; text-decoration: none; outline:none}

body{ background:#fff; border:0; font: 16px 'Lato', Arial, Helvetica, sans-serif; color:#2d313f ; line-height:1.5; min-width:320px;}


.container { position: relative; min-width: 320px;}
#nav-container container-fluid{}


#main{margin: 0 auto; position: relative;}

/* Page Animated item Styles */
.animated {
  visibility: hidden;
}
.m-r-10{
	margin-right: 10px;
}
.visible {
visibility: visible;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    color: #71748d;
}
.modal button{font-size: 16px}
h5{font-size: 18px}
/* Custom-Chekbox
-------------------------------------------------------------- */
.custom-control {
    position: relative;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input:checked~input[type="checkbox"] {
    background: #3d404e;
    border: #7f83a2 1px solid;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: static;
    display: inline-block;
    line-height: 2;
    margin-bottom: 0;		
		margin-left: 10px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #5969ff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {}

.custom-control-label::after {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-label::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 2px solid #d2d2e4;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #5969ff;
    border-color: #5969ff;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #efeff6;
}

.custom-select-font-size {
    font-size: 14px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-valid.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57;
    border-color: #34ce57;
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #ffdadd;
    border-color: #efa2a9;
}

.custom-control-input:disabled~.custom-control-label {
    color: #9295b0;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #c6ffd3;
    border: 2px solid #68df83;
}
.is-invalid{
	border-color:#d44e4e!important;
}
.is-invalid::placeholder{
	color: #d44e4e!important;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #75748d;
    text-align: center;
    white-space: nowrap;
    background-color: #efeff6;
    border: 1px solid #d2d2e4;
    border-radius: 4px;
}

.section-block {
    margin: 16px 0px;
}

.section-title {
    font-weight: 500;
    margin-bottom: 5px;
}


/* ============================= header ====================== */
#nav-container{position: relative;z-index: 40;}
#nav-container .underline{
		background-image: linear-gradient(var(--theme-color), var(--theme-color));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 4px;
		transition: background-size .3s;
	}
#nav-container .underline:hover{
	background-size: 100% 4px;
}
#nav-container-sticky-wrapper{transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;}

#top0{position: relative; background: #f8f8f8; border-bottom: 1px solid #eeeeee; z-index: 1; min-height:37px}

.ic1{font-size: 16px; line-height: 30px; color: #a5a5a5; padding-top: 4px; padding-bottom: 3px;}
.ic1 i{color: var(--theme-color); line-height: 30px; float: left; padding-right: 10px; font-size:19px}
.ic1 span{display: table;}
.ic1 span a, #top0 ul li a{color: #a5a5a5; text-decoration: none;}
#top0 ul li {list-style:none}
#top0 ul li a {text-decoration: none;color: #000000; padding:5px 0}



.mail1_wrapper{float: left; padding-right: 20px;}

.skype1_wrapper{float: left; padding-right: 20px;}

.login1_wrapper{float: right; padding-left: 20px;}

.register1_wrapper{float: right;}



#top1{width: 100%; position: relative; left: 0; top: 0; min-width: 320px;}

#top2-sticky-wrapper{transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;}

.sticky-wrapper.is-sticky {}

#top2{position: relative; width:100%}

.top2_wrapper{background: #fff;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.is-sticky .top2_wrapper{}



.top2{position: relative; }

header{position: absolute; left: 0; top: 40%; margin-top: -17px; z-index: 50;}

.call1_wrapper{float: right; margin-top: 11px;border-left: 1px solid #eeeeee;}
.call1{position: relative; padding-left: 20px; padding-right: 50px; text-align: center; text-transform: uppercase; font-size: 16px;}
.call1 i{font-size: 37px; line-height: 1; color: var(--theme-color); position: absolute; right: 0; top: 0;}
.call1 .txt1{display: block; color: #c9c9c9;}
.call1 .txt2{display: block; color: #000000;}
.call1 a{text-decoration:none}



/* ============================= content ====================== */
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.625rem;
		z-index: 1;
		
}
.badge {
    display: inline-block;
    padding: 5px 8px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
		letter-spacing: 0.87px;
    text-transform: uppercase;
		
}
.appno {
    position: absolute;
    z-index: 3;
    left: 5px;
    bottom: 5px;
    color: white;
    font-size: 14px;
}
.p-2 {
    padding: 0.625rem !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.badge-primary {
    color: #fff;
    background-color: var(--theme-color);
		position: absolute;
		top: 10px;
		right: 10px;
		
}
.badge-secondary {
    color: #fff;
    background-color: var(--theme-second-color);
		position: absolute;
		bottom: 10px;
		right: 10px;
		
}
.image-blur::before {
    content: '';
    position: absolute;
    top: 14px;
    left: .25rem;
    right: .25rem;
    bottom: .25rem;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.image-blur-caption {
    position: absolute;
    top: 40%;
    left: 40%;
    color: yellow;
    font-size: 20px;
    z-index: 1;
}
.property-feature i{margin-right: 7px; color: var(--theme-color); font-weight: 600;}
.property-feature{margin-bottom:7px}
.listing4-big-image{margin-bottom: 40px;}
.listing7-big-image{margin-bottom: 20px;position:relative; overflow:hidden}
.listing7-big-image img{width:100%}

.page-listing7 #google_map{height: 200px;}

.page-listing7 #google_maps{height: 200px;}

.listing4-overview-wrapper{background: #f8f8f8; border: 1px solid #ededed; padding: 20px; margin-bottom: 20px;}
.listing4-overview-wrapper .title{font-size: 24px; padding-bottom: 10px;}
.listing4-overview-wrapper dl{font-size: 14px;}
.listing4-overview-wrapper .dl-horizontal dt{width: 60px; margin-bottom: 5px; float: left;}
.listing4-overview-wrapper .dl-horizontal dd{margin-left: 80px; margin-bottom: 5px;}

.listing7-overview-wrapper{background: #f8f8f8; border: 1px solid #ededed; padding: 15px; margin-bottom: 20px;}
.listing7-overview-wrapper .title{font-size: 24px; padding-bottom: 10px;}
.listing7-overview-wrapper dl{font-size: 13px; margin-bottom: 0;}
.listing7-overview-wrapper .dl-horizontal dt{width: 60%; margin-bottom: 5px; float: left; text-align: left;}
.listing7-overview-wrapper .dl-horizontal dd{margin-left: 70px; margin-bottom: 5px;}

.listing4-description-wrapper{margin-bottom: 20px;}
.listing4-description-wrapper .title{font-size: 24px; padding-top: 20px; padding-bottom: 15px;}

.listing7-description-wrapper{margin-bottom: 20px;}
.listing7-description-wrapper .title{font-size: 24px; padding-top: 15px; padding-bottom: 15px;}

.listing4-agent-wrapper{position: relative; margin-bottom: 20px;}

.listing7-agent-wrapper{position: relative; margin-bottom: 20px;}
.dl-horizontal a{max-width:100%;word-wrap: break-word;}


.recent_wrapper{padding: 30px 30px 10px; background: #f8f8f8; margin-bottom: 20px;}

.recent1{position: relative; margin-bottom: 20px;}
.recent1 a{display: block; text-decoration: none;}
.recent1 a figure{float: left; margin-right: 15px;}
.recent1 a .caption{display: block; overflow: hidden;}
.recent1 a .caption .txt1{display: block; font-size: 14px; font-style: italic; color: #aeaeae;}
.recent1 a:hover .caption .txt1{color: #2d313f;}
.recent1 a .caption .txt2{display: block; color: #2d313f; font-size: 15px;}
.recent1 a:hover .caption .txt2{color: #aeaeae;}

/* ============================= blog ====================== */
.post{margin-bottom: 50px;}

.post .post-story-info{margin-bottom: 25px; color: #d6d6d6;}
.post .post-story-info .date1{ color: #76ad88;}
.post .post-story-info .by{ color: #76ad88;}
.post .post-story-info .by a{text-decoration: none; color: #76ad88;}

.post .post-header{position: relative; margin-bottom: 15px;}
.post .post-header .post-img{position: relative; border-right: 2px solid #eaeaea; border-bottom: 3px solid #eaeaea;}
.post .post-header .post-img img{width: 100%;}

.post .post-story{}
.post .post-story .post-story-body{margin-bottom: 15px;}
.post .post-story .post-story-link{}

.num-comments{font-size: 16px; color: #2d313f; font-weight: 700; padding: 20px 0;}
.num-comments span{color: var(--theme-color);}

.comment-block{margin-bottom: 20px;}
.comment-block.left1{margin-left: 87px;}
.comment-block figure{float: left; margin-right: 15px; border-right: 2px solid #eaeaea; border-bottom: 3px solid #eaeaea;}
.comment-block figure.author{border-color: #d6e6db;}
.comment-block figure img{}
.comment-block .caption{overflow: hidden;}
.comment-block .caption .top{padding-bottom: 10px; color: #2d313f; font-size: 16px; font-weight: 400;}
.comment-block .caption .top span{display: inline-block; margin: 0 10px; background: url(../images/marker.png) center center no-repeat; width: 3px; height: 3px; vertical-align: middle;}
.comment-block .caption .top .txt1{display: inline-block;}
.comment-block .caption .top .txt1 a{color: #2d313f; text-decoration: none;}
.comment-block .caption .top .txt1 em{font-style: normal; background: var(--theme-color); font-size: 14px; line-height: 15px; padding: 0 5px; color: #fff; margin-left: 10px;}
.comment-block .caption .top .txt2{display: inline-block; font-size: 14px; color: #b0b0b0;}
.comment-block .caption .txt{padding-bottom: 10px;}
.comment-block .caption .txt3{display: inline-block;}
.comment-block .caption .txt3 a{color: #b0b0b0; text-decoration: none;}


.live-comment{padding-top: 20px; padding-bottom: 20px;}
.live-comment .live-comment-title{font-size: 16px; color: #2d313f; font-weight: 700; padding: 20px 0;}
.live-comment .live-comment-title span{color: var(--theme-color);}





/* ============================= blog end ====================== */













.breadcrumbs1_wrapper{position: relative; margin-top: 0px; padding-bottom: 0px; background: #f8f8f8;}
.breadcrumbs1{padding: 5px 0px; margin-top: 0px; font-weight: 400; line-height: 20px; color: #2d313f; font-size: 14px;}
.breadcrumbs1 a{color: var(--theme-color); text-decoration: none;}
.breadcrumbs1 a:hover{color: #000; text-decoration: none;}
.breadcrumbs1 span{color: #2d313f; padding: 0 10px;}

.sidebar1{padding-top: 20px; padding-bottom: 20px;}

.content1{padding-top: 20px; padding-bottom: 20px;}

.border-right{padding-right: 29px; border-right: 1px solid #f0f0f0;}


#content{position: relative; padding-top: 50px; padding-bottom: 50px;}

#header_map{position: relative; margin-bottom: 50px;}

#header_map #google_map{height: 0; padding-bottom: 51%; position: relative;}

#header_map #google_maps{height: 0; padding-bottom: 51%; position: relative;}

.header_block1 .title{float: left;}

.header_block1 .view_block1{float: right;}

.view_block1{padding-top: 20px; padding-bottom: 20px; white-space: nowrap; }

.view_list1{padding: 0; margin: 0; line-height: 1; display: inline-block; vertical-align: middle; padding-right: 30px;}
.view_list1 li{display: inline-block; font-size: 24px; line-height: 1; padding: 0 2px;}
.view_list1 li a{color: #c9c9c9;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.view_list1 li a:hover{color: var(--theme-color);}
.view_list1 li.active a{color: var(--theme-color);}

.view_txt1{display: inline-block; vertical-align: middle; padding-right: 15px;}

.view_select1{display: inline-block; vertical-align: middle; width: 150px;}

.pins{position: absolute; left: 50%; top: 0; width: 1170px; margin-left: -585px;}
.type-vertical-search .pins{margin-left: -765px;}
.pin1, .pin0{width: 90px; height: 119px; background: url(../images/pin1.png) 0 0 no-repeat; text-align: center; padding-right: 4px; padding-top: 26px; position: absolute;}
.pin0{background: url(../images/pin0.png) 0 0 no-repeat;}
.pin1 > i, .pin0 > i{line-height: 1; font-size: 28px; color: #000000;}
.p1{left: 150px; top: 130px;}
.p2{left: 250px; top: 280px;}
.p3{left: 360px; top: 195px;}
.p4{left: 560px; top: 60px;}
.p5{left: 900px; top: 30px;}
.p6{left: 1000px; top: 140px;}
.p0{left: 690px; top: 370px;}
.p0:hover .popup_wrapper{opacity: 1; filter:alpha(opacity=100); display: block;}


.popup_wrapper{position: absolute; display: none; left: 50%; margin-left: -227px; top: -180px; opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.popup{position: relative; width: 448px; background: #fff; box-shadow: 0 6px 9px rgba(0,0,0,.28);}
.popup:after{content: ''; position: absolute; width: 0px; height: 0px; border: 20px solid transparent; border-top: 20px solid #fff;  z-index: 1; margin-left: -20px; left: 50%; top: 100%;}

.popup figure{margin: 0; width: 50%; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0; position: relative; display: table-cell; vertical-align: top;}
.popup figure img{width: 100%;}
.popup .caption{background: #f9f9f9; width: 50%; float: none; display: table-cell; position: relative; vertical-align: top; overflow: hidden;}
.popup .caption .txt{position: relative; padding: 10px;}
.popup .caption .txt1{font-weight: 400; font-size: 16px; line-height: 1.2; color: #2d313f; text-align: left;}
.popup .caption .add{position: absolute; left: 0; bottom: 0; width: 100%; background: #f9f9f9;}
.popup .caption .add1{border-bottom: 1px solid #ececec; border-top: 1px solid #ececec;}
.popup .caption .add1 .details{float: left; width: 33.33333333%; text-align: center; border-left: 1px solid #ececec; color: #2d313f; font-size: 14px; line-height: 20px; padding: 10px 3px;}
.popup .caption .add1 .details:first-child{border-left: none;}
.popup .caption .add1 .details i{font-size: 18px; color: #597b7f; line-height: 20px; vertical-align: top; margin-right: 3px;}
.popup .caption .add2{background: #ececec;}
.popup .caption .add2 .price{float: left; line-height: 20px; padding: 10px; color: #2d313f; font-size: 16px; font-weight: 700;}
.popup .caption .add2 .btn_wrapper{float: right;}











#home{position: relative;}

.slider-grid {
	width: 100%;
}
.horisontal_search_wrapper{
	position: absolute;
	left: 50%;  top: 50%; margin-left: -585px;

		width: 1170px; 
		background: #fff;
		z-index:10;

}
.vertical_search_wrapper{position: absolute; width: 310px; right: 50%; margin-right: -585px; top: 50%; margin-top: -220px; background: #f8f8f8;}


.horisontal_search_buttons{position: relative;}

.search_block{position: absolute; left: 0; top: -70px;}
.vertical_search_buttons .search_block{position: absolute; left: -70px; top: -70px;}
.search-wrapper{}
.search{padding-left: 70px; background: #0edff6; background: rgba(14, 223, 246, 0.7)}
.search span { width: 330px; height: auto; font-size: 24px; line-height: 30px; color:#fff; background: none; border: none; margin: 0; padding: 20px 10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; text-align: center; font-weight: 900;}
.vertical_search_buttons .search span{width: 310px;}

.search i{position: absolute; left: 0; top: 0; width: 70px; height: 70px; font-size: 32px; line-height: 70px; text-align: center; background: var(--theme-color); color: #fff; text-decoration: none;}
.search span {width: 70px; height: 70px; font-size: 25px; line-height: 70px;}
.not-front .search a{background: #000;}

.search_location{position: absolute;right: 0; top: -70px;}
.vertical_search_buttons .search_location{position: absolute;right: 100%; top: 10px;}
.search_location a{position: relative; display: block; text-decoration: none;}
.search_location a i{display: block; width: 70px; height: 70px; line-height: 70px; text-align: center; color: #fff; background: var(--theme-color); font-size: 32px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.not-front .search_location a i{background: #000;}
.search_location a:hover i{background: #0288ad;}
.search_location a .txt1{position: absolute; right: 90px; top: 0; background: #009ac4; background: rgba(0, 154, 196, 0.6); white-space: nowrap; font-size: 24px; font-weight: 900; color: #fff; text-transform: uppercase; line-height: 70px; padding: 0 25px;
  opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.search_location a .txt1:after{content: ''; display: block; position: absolute; right: -14px; top: 50%; margin-top: -7px; width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 14px; border-color: transparent transparent transparent #009ac4; border-color: transparent transparent transparent rgba(0, 154, 196, 0.6);}
.search_location a:hover .txt1{opacity: 1; filter:alpha(opacity=100);}

.horisontal_search{background: url(../images/px1.jpg) left bottom repeat-x #fff; padding: 50px 20px 40px 20px; z-index:10}
.vertical_search{padding: 10px 0;}
.vertical_search2{padding: 30px 0 20px; background: #f8f8f8; margin-bottom: 20px;}

.form1{display: block;}
.form2{display: block;}
.form3{display: block;}
.form1 .select1_row{position: relative; margin-left: -10px; margin-right: -10px;}
.form2 .select1_row{position: relative; }
.form3 .select1_row{position: relative; }
.form1 .select1_col{float: left; width: 20%; padding: 0 10px; margin-bottom: 20px;}
.form2 .select1_col{padding: 0 30px; margin-bottom: 10px;}
.form3 .select1_col{padding: 0 30px; margin-bottom: 20px;}


.select1_wrapper{}

.select1_inner, .select1_col input[type="number"],.select1_col input[type="text"]{position: relative; background: #fff; height: 42px; position: relative;}
.select1_inner:after{content: ''; display: block; width: 10px; height: 7px; background: url(../images/a1.png) 0 0 no-repeat; position: absolute; right: 10px; top: 17px;}

.select2, .select1_col input[type="number"],.select1_col input[type="text"]{width: 100%; border: 1px solid #e8e8e8;}
.select1_col  input[type="checkbox"]{}

.select2 *:focus{outline: none!important;}


.select2-container--default .select2-results > .select2-results__options{max-height: 500px;}
.select2-container--default .select2-selection--single{background: none;border-radius: 0; border: none; height: auto;}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select1_col input[type="number"],.select1_col input[type="text"]{font-size: 16px; line-height: 20px; padding: 10px 20px 10px 15px; color: #2d313f;}
.select1_col input[type="number"],.select1_col input[type="text"]{padding-right:0}
.select2-container--default .select2-selection--single .select2-selection__arrow{display: none;}
.select2-dropdown{background: none;border-radius: 0; z-index: 10; min-width: 0px;}
.select2-container--open .select2-dropdown--below{border: none;}

.select2-results__option{padding: 3px  5px 3px 15px; background: #fff; font-size: 16px; line-height: 20px; color: #2d313f; }
.select2-results__option:first-child{border-top: none;}

.select2-container--default .select2-results__option[aria-selected=true]{background: #f3f3f3; color: #2d313f;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background: #f3f3f3; color: #2d313f;}

.btn-form1-submit, .btn-form1-advanced{border: none; font-family: 'Lato'; font-size: 18px; font-weight: bold; padding: 11px 10px; background: /*var(--theme-dark-color);*/#794a96; line-height: 20px; text-transform: uppercase; text-align: center; width: 100%; margin-top: 0; color: #fff; border: 1px solid var(--theme-dark-color);
transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
.btn-form1-advanced{color: #fff; background-color: var(--theme-color);  font-size:16px; text-transform: none; text-decoration:none}
.btn-form1-advanced i{font-size: 18px; margin-right:5px}
.btn-form1-submit:hover{background: var(--theme-second-color); color: #fff;}
.btn-form1-submit:focus{outline: none;}

.btn-form2-submit{border: none; font-family: 'Lato'; font-size: 20px; font-weight: bold; padding: 20px 5px; background: #000; line-height: 20px; text-transform: uppercase; text-align: center; width: 100%; margin-top: 20px; color: #fff;
transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
.btn-form2-submit:hover{background: var(--theme-color); color: #fff;}
.btn-form2-submit:focus{outline: none;}

.btn-form3-submit{border: none; font-family: 'Lato'; font-size: 24px; font-weight: bold; padding: 20px 5px; background: #000; line-height: 20px; text-transform: uppercase; text-align: center; width: 100%; margin-top: 10px; color: #fff;
transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out;
}
.btn-form3-submit:hover{background: var(--theme-color); color: #fff;}
.btn-form3-submit:focus{outline: none;}

.splash1_wrapper{position: relative; padding-top: 50px; padding-bottom: 10px;}

.splash2_wrapper{position: relative; padding-top: 30px; padding-bottom: 90px;}
.btn-big {
	position: relative; 
	
	margin: 20px auto 50px auto; 
	text-align: center; 
	width: 100%; 
	background-color: var(--theme-dark-color); 
	border-top: 1px solid #fff; 
	
	}
.btn-big a{
	font-family: 'Lato';
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
    font-weight: 700;
	font-family: 'Lato';
}
.btn-big:hover {
    color: #fff;
    background: var(--theme-second-color);
}
/* ============================= banner ====================== */
#banner{position: relative;padding-top: 0px; padding-bottom: 0px;}

.banner_title{font-family: 'Lato'; font-size: 36px; line-height: 1.1; font-weight: 100; color: #2d313f; text-align: left; text-transform: uppercase; padding-top: 0px; padding-bottom: 50px; padding-right: 82px;}

.banner_prev{display: block; width: 40px; height: 40px; position: absolute; right: 41px; top: 0; z-index: 10;}
.banner_prev span{display: block; width: 100%; height: 100%; background: url(../images/prev.png) left top no-repeat #000;}
.banner_prev span:hover{background-position: bottom; background-color: var(--theme-color);}

.banner_next{display: block; width: 40px; height: 40px; position: absolute; right: 0; top: 0; z-index: 10;}
.banner_next span{display: block; width: 100%; height: 100%; background: url(../images/next.png) left top no-repeat #000;}
.banner_next span:hover{background-position: bottom; background-color: var(--theme-color);}

#banner .carousel-box{position: relative;}
#banner .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#banner .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
#banner .caroufredsel_wrapper{padding: 0; margin: 0;}
#banner .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#banner .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:30px }
/* ============================= banner end ====================== */

#agents{position: relative; background: url(../images/px2.jpg) #e2e3e4; background-size: cover; padding-top: 100px; padding-bottom: 100px;}

/* ============================= agent ====================== */
#agent{position: relative;padding-top: 0px; padding-bottom: 0px;}

.agent_title{font-family: 'Lato'; font-size: 36px; line-height: 1.1; font-weight: 100; color: #2d313f; text-align: left; text-transform: uppercase; padding-top: 0px; padding-bottom: 50px; padding-right: 82px;}

.agent_prev{display: block; width: 40px; height: 40px; position: absolute; right: 41px; top: 0; z-index: 10;}
.agent_prev span{display: block; width: 100%; height: 100%; background: url(../images/prev.png) left top no-repeat #000;}
.agent_prev span:hover{background-position: bottom; background-color: var(--theme-color);}

.agent_next{display: block; width: 40px; height: 40px; position: absolute; right: 0; top: 0; z-index: 10;}
.agent_next span{display: block; width: 100%; height: 100%; background: url(../images/next.png) left top no-repeat #000;}
.agent_next span:hover{background-position: bottom; background-color: var(--theme-color);}

#agent .carousel-box{position: relative;}
#agent .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#agent .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
#agent .caroufredsel_wrapper{padding: 0; margin: 0;}
#agent .caroufredsel_wrapper > ul{padding: 0; margin: 0;}
#agent .carousel-box > ul > li, #agent .caroufredsel_wrapper > ul > li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:30px }
/* ============================= agent end ====================== */

.social_wrapper{}
.social{ display: block; margin: 0; padding: 0; list-style: none;}
.social li{display: inline-block; margin: 7px 3px;}
.social li:first-child{}
.social li a{display: block; text-decoration: none; font-size: 16px; color: #a5a5a5; text-align: center; width: 25px; line-height: 25px; background: #eeeeee; -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15); -moz-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15); box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social li a:hover{color: #fff; background: var(--theme-color);}

#google_map{position: relative; width: 100%; height: 400px;}

#google_maps{position: relative; width: 100%; height: 400px;}

#contacts{position: relative;}


/* ============================= footer ====================== */
.border-none {border: none !important;}
.inline li {display: inline-block}
.bot1_wrapper{position: relative; background: url(../images/bot1.jpg) 0 0 repeat-x #212121; padding-top: 90px; padding-bottom: 90px; color: #ececec;}

.bot1_title{margin-top: 30px; color: #fff; padding-bottom: 30px; font-size: 16px; font-weight: 900;}

.featured1{margin-bottom: 30px;}
.featured1 figure{float: left; margin-right: 20px;}
.featured1 .caption{}
.featured1 .caption .txt1{font-style: italic; padding-bottom: 5px; font-size: 14px;}

.ul0,.ul2{padding: 0; margin: 0; list-style: none;}
.ul0 li{display: block; color: #ececec; border-top: 1px solid #414141; padding: 3px 0;}
.ul0 li i{margin-right: 15px; font-size: 20px}
.ul0 li:first-child{border-top: none;}
.ul0 li:last-child i{margin-right:0;}
.ul0 li a{color: #ececec; text-decoration: none; display: block;}
.ul0 li a:hover{text-decoration: underline; color: #fff;}


.ul2 li{display:block; color: var(--theme-color); padding: 3px 0;}
.ul2 li i{margin-right: 15px; font-size: 25px}
.ul2 li:first-child{border-top: none;}
.ul2 li:last-child i{margin-right:0;}
.ul2 li a{color: var(--theme-color);text-decoration: none; display: block;}

.inline li {display: inline-block}

.tags1{ display: block; margin: 0; padding: 0; list-style: none; text-align: left;}
.tags1 li{display: inline-block; margin: 0 5px 5px 0px; float: left;}
.tags1 li a{ display: inline-block; background: #000; padding: 5px 7px; font-size: 14px; font-weight: 400; color: #fff; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; text-decoration: none;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.tags1 li a:hover{background: var(--theme-color); color: #000;}

.tags2{ display: block; margin: 0 0 20px; padding: 0; list-style: none; text-align: left;}
.tags2 li{display: inline-block; margin: 0 3px 3px 0px; float: left;}
.tags2 li a{ display: inline-block; background: #2d313f; padding: 6px 10px; font-size: 14px; font-weight: 400; color: #fff; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; text-decoration: none;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.tags2 li a:hover{background: var(--theme-color); color: #fff;}

.bot2_wrapper{position: relative; background: #070707; padding-top: 40px; padding-bottom: 40px; color: #ececec; border-bottom: 2px solid #242424;}

.copyrights{float: left; color: #aeaeae; font-size: 14px;}
.copyrights span{font-size: 12px;}

.logo2_wrapper{float: right;}



/* ============================= parallax ====================== */
.parallax {width: 100%; position: relative; overflow: hidden; background: none; padding-top: 90px; padding-bottom: 90px; }
.parallax, .parallax .parallax-content, .parallax .overlay { height: 100%;}

.parallax-bg { width: 100%; height: 100%; left: 0; top: 0; margin: 0 auto; position: absolute; background-size: cover; background-attachment: scroll; background-repeat: repeat-y; background-position: center center; }
.parallax-bg.bg-fixed{background-attachment: fixed;}
.parallax .overlay { background: none; width: 100%; position: absolute; overflow: hidden; background: none;}
.parallax .parallax-content { position: relative; }






.bg1 { background-image: url(../images/parallax1.jpg); }
.bg2 { background-image: url(../images/parallax2.jpg); }





#parallax1{padding-top: 0px; padding-bottom: 0px;}
#parallax1 .parallax1_w{display: table;}
#parallax1 .parallax1_wrapper{display: table-cell; width: auto; text-align: center; background: #2a2b2c; background: rgba(42, 43, 44, 0.8); vertical-align: middle; padding: 160px 50px 70px; text-align: center; color: #fff;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
#parallax1 .parallax1_wrapper:hover{background: var(--theme-color); background: rgba(0, 230, 255, 0.8);}
#parallax1 .parallax1_wrapper .txt1{font-size: 48px; font-weight: 700;}
#parallax1 .parallax1_wrapper .txt2{font-size: 14px; font-weight: 700; text-transform: uppercase; padding-bottom: 10px;}
#parallax1 .parallax1_wrapper .txt3{font-size: 14px; font-weight: 400; padding-bottom: 30px;}
#parallax1 .parallax1_wrapper .txt4{opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
#parallax1 .parallax1_wrapper:hover .txt4{opacity: 1; filter:alpha(opacity=100);}

#parallax2{padding-top: 0px; padding-bottom: 0px; color: #fff;}
#parallax2 .parallax-content{ border-top: 1px solid #a8a8a8; border-bottom: 1px solid #a8a8a8; margin-top: 5px; margin-bottom: 5px;}

#parallax2 .txt1{font-size: 24px; font-weight: 700; text-transform: uppercase; padding-bottom: 5px;}
#parallax1 .parallax1_wrapper img{width:72px}














/* ============================= main menu ====================== */
.navbar_ { margin: 0; padding: 0; background: none; border:none; position: relative;z-index: 30; min-height: 0; float: right; padding-top: 12px; padding-bottom: 12px;/* border-right: 1px solid #eeeeee; */padding-right: 25px; justify-content: end; width:100%}
.navbar_ .navbar-toggle { background: var(--theme-color); border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-top: 19px; margin-bottom: 19px; margin-right: 0px;}
.navbar_ .navbar-toggle:hover, .navbar_ .navbar-toggle:focus{background: #04cbe1;}
.navbar_ .navbar-toggle .icon-bar{background: #fff;}
.navbar-collapse_{padding-left: 0; padding-right: 0; border: none;}
.navbar_ .nav{position: relative; margin: 0 15px 0 auto; padding: 0; display: block; float: none;}
.navbar_ .nav > li{position: relative; display: block; float: left; white-space: nowrap; background: none; margin-left: 0px;}
.navbar_ .nav > li:first-child{margin-left: 0;}
.navbar_ .nav > li > a{display: block; text-decoration: none; background: none; font-family: 'Lato'; font-weight: 400; font-size: 18px; line-height: 20px; color: #2d313f; text-shadow:none; padding: 13px 15px; border: none; margin: 0; text-align: left; position: relative; z-index: 2;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.navbar_ .nav > li > a i{margin-left: 5px;}

.navbar_ .nav > li > a:focus{color: #fff; text-decoration: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; background: #000;}

.navbar_ .nav > li > a:hover, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{color: #fff; text-decoration: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; background: #000;}

.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus{color: #fff; text-decoration: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; background: #000;}







.sub-menu ul{ position: absolute; display: none; left: 0; top: 100%; list-style: none; zoom: 1; z-index: 1; margin: 0; padding:5px 0; background: #fff; text-align: left; border: none; margin-top: 0px;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);}
.sub-menu li{ margin: 0; position: relative; zoom: 1; display: block;}
.sub-menu li:first-child{border-top: none;}
.sub-menu li a{display: block; position: relative; font-family:'Lato'; font-weight: 400; font-size: 16px; line-height: 26px; color: #2b2b2b; text-decoration: none; padding: 0px 25px 0 15px; background: none;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.sub-menu li a:hover{ text-decoration: none; color: #2b2b2b; background: #f3f3f3;}




.sub-menu-1 > ul{}

.sub-menu-2 > ul{left: 100%; margin-left: 1px; background: #fff;}






/* ============================= toTop ====================== */
#toTop { display:none; text-decoration:none; position:fixed; bottom:10px; left:50%; margin-left: -20px; z-index: 1000; overflow:hidden; width:40px; height:40px; border:none; text-indent:100%; background:url(../images/totop.png) no-repeat left top; }
#toTopHover { background:url(../images/totop.png) no-repeat left bottom; width:40px; height:40px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline:none; }


/* ============================= main layout ====================== */
.title1{font-family: 'Lato'; font-size: 36px; line-height: 1.1; font-weight: 100; color: #2d313f; text-align: left; text-transform: uppercase; padding-top: 30px; padding-bottom: 50px; }

.title2{font-family: 'Lato'; font-size: 25px; line-height: 1.1; font-weight: 400; color: #000d1e; text-align: left; padding-bottom: 15px;}

.title3{font-family: 'Lato'; font-size: 24px; line-height: 1.1; font-weight: 900; color: #2d313f; text-align: left; text-transform: uppercase; padding-top: 30px; padding-bottom: 50px;}

.title4{font-family: 'Lato'; font-size: 24px; line-height: 1.1; font-weight: 900; color: #2d313f; text-align: left; padding-top: 0px; padding-bottom: 0px;}

.title5{font-family: 'Lato'; font-size: 20px; line-height: 1.1; font-weight: 400; color: #6f6f6f; text-align: left; padding-top: 0px; padding-bottom: 20px;}

.title6{font-family: 'Lato'; font-size: 24px; line-height: 1.1; font-weight: 400; color: #6f6f6f; text-align: left; padding-top: 10px; padding-bottom: 20px;}

.title7{font-family: 'Lato'; font-size: 24px; line-height: 1.1; font-weight: 400; color: #000d1e; text-align: left; padding-bottom: 20px; padding-top: 20px;}

.title8{font-family: 'Lato'; font-size: 24px; line-height: 1.1; font-weight: 400; color: #000d1e; text-align: left; padding-bottom: 30px; padding-top: 20px;}

.title9{font-family: 'Lato'; font-size: 24px; line-height: 1.1; font-weight: 900; color: #2d313f; text-align: left; padding-top: 30px; padding-bottom: 50px;}
.title9 span{font-size: 20px; font-style: italic; color: #6f6f6f; font-weight: 400;}

.white-text{color:#fff}

h2{display: block; font-family:'Lato'; font-weight:900; font-size:24px; color:#2d313f; line-height:1.1; padding:30px 0 0px 0; margin: 0;}
















.img-responsive-old{display: block; max-width: 100%; height: auto;}

.img-responsive{width: auto \9;}

.border-box{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}





/* === */
.links_block{padding-bottom: 40px;}

.phone_ic{font-size: 16px; line-height: 20px; text-transform: uppercase; font-weight: 400; padding-bottom: 5px;}
.phone_ic i{float: left; padding-right: 10px; color: #6a7c94; font-size: 14px; line-height: 20px;}
.phone_ic span{display: table;}
.email_ic{font-size: 16px; line-height: 20px; padding-bottom: 0px;}
.email_ic i{float: left; padding-right: 10px; color: #6a7c94; font-size: 14px; line-height: 20px;}
.email_ic span{display: table;}

.pager_wrapper{padding-top: 30px; margin-bottom: 0px; text-transform: uppercase;}
.pager{text-align: left; margin: 0;padding: 0; font-family: 'Lato'; font-weight: 400; font-size: 16px;}
.pager li{vertical-align: top; margin-right: 3px;}
.pager li > a{border: 1px solid #ececec; padding: 0px 2px; border-radius: 0px; background: #ececec; color: #2d313f; text-align: center; min-width: 50px; line-height: 48px; text-decoration: none; margin-bottom: 3px;}
.pager li > a:hover{text-decoration: none; background: #fff; border-color: #ececec; color: #2d313f;}
.pager li.active > a{background: var(--theme-color); color: #fff; cursor: default; text-decoration: none; border-color: var(--theme-color);}
.pager li.dots{font-size: 36px; padding: 0 5px; line-height: 35px;}
.pager .prev{}
.pager .prev > a{padding: 0 15px; text-align: center;}
.pager .prev > a:hover{}
.pager .prev > a i{padding-right: 10px;}
.pager .next{}
.pager .next > a{padding: 0 15px; text-align: center; float: none;}
.pager .next > a:hover{}
.pager .next > a i{padding-left: 10px;}

.ic2{font-size: 14px; line-height: 20px; color: #2d313f; padding-top: 4px; padding-bottom: 3px;}
.ic2 i{color: #2d313f; line-height: 20px; float: left; padding-right: 5px; min-width: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.ic2 span{display: table;}
.ic2 a{display: block;text-decoration: none;}
.ic2 a span{color: #2d313f; text-decoration: none;}
.ic2 a:hover i{color: var(--theme-color);}

.social2_wrapper{}
.social2{ display: block; margin: 0; padding: 0; list-style: none;}
.social2 li{display: inline-block; margin: 7px 3px;}
.social2 li:first-child{}
.social2 li a{display: block; text-decoration: none; font-size: 16px; color: var(--theme-second-color); text-align: center; width: 25px; line-height: 25px; background: #eeeeee; -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15); -moz-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15); box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.15); border-radius:50px; -moz-border-radius:50px; -webkit-border-radius:50px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social2 li a:hover{color: #fff; background: var(--theme-color);}

.horizontal-line{border-bottom: 1px solid #ededed; margin-top: 30px; margin-bottom: 10px;}

.category_wrapper{background: #f8f8f8; padding: 30px; margin-bottom: 20px;}

.ul1{padding: 0; margin: 0; list-style: none;}
.ul1 li{display: block; color: #2d313f; border-top: 1px solid #e3e4e8; padding: 10px 0;}
.ul1 li:first-child{border-top: none;}
.ul1 li a{color: #2d313f; text-decoration: none; display: block; line-height: 20px; padding-left: 20px; background: url(../images/li_st1.png) 0 4px no-repeat;}
.ul1 li a:hover{text-decoration: none; color: var(--theme-color); background-image: url(../images/li_st1_hover.png);}

/*-----btn-----*/
.btn-default.btn1{ font-family: 'Lato'; display: block; color: #fff; border: none; font-size: 16px; line-height: 20px; font-weight: 700; padding: 15px 5px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: var(--theme-color); position: relative; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn1:hover{color: #fff; background: var(--theme-second-color);}

.btn-default.btn2{ font-family: 'Lato'; display: block; color: #fff; border: none; font-size: 24px; line-height: 30px; font-weight: 700; padding: 20px 5px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: var(--theme-second-color); position: relative; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn2 i{margin-left: 5px; line-height: 30px; vertical-align: top;}
.btn-default.btn2:hover{color: #fff; background: var(--theme-color);}

.btn-default.btn3{ font-family: 'Lato'; display: inline-block; color: #000; border: none; font-size: 14px; line-height: 20px; font-weight: 700; padding: 10px 35px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; background: #fff; position: relative; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn3:hover{color: #fff; background: var(--theme-second-color);}

.btn-default.btn4{ font-family: 'Lato'; display: block; color: #fff; border: none; font-size: 24px; line-height: 20px; font-weight: 700; padding: 15px 5px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 5px; margin-bottom: 0px; text-transform: uppercase; background: var(--theme-second-color); position: relative; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn4:hover{color: #fff; background: var(--theme-color);}

.btn-default.btn5{ font-family: 'Lato'; display: inline-block; color: #fff; border: none; font-size: 16px; line-height: 20px; font-weight: 700; padding: 10px 15px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: var(--theme-color); position: relative; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn5 i{line-height: 20px; vertical-align: top;}
.btn-default.btn5:hover{color: #fff; background: var(--theme-second-color);}

.btn-default.btn6{ font-family: 'Lato'; display: block; color: #000; border: none; font-size: 18px; line-height: 30px; font-weight: 700; padding: 10px 5px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: #d2d1d1; position: relative; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn6:hover{color: #fff; background: var(--theme-color);}

.btn-default.btn7{ font-family: 'Lato'; display: block; color: #fff; border: none; font-size: 16px; line-height: 30px; font-weight: 700; padding: 10px 5px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: var(--theme-color); position: relative; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn7:hover{color: #000; background: #d2d1d1;}

.btn-default.btn8{ font-family: 'Lato'; display: block; color: #fff; border: none; font-size: 18px; line-height: 20px; font-weight: 700; padding: 15px 5px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; text-transform: uppercase; background: var(--theme-color); position: relative; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn8:hover{color: #fff; background: var(--theme-second-color);}

.btn-default.btn9{ font-family: 'Lato'; display: inline-block; color: #fff; border: none; font-size: 16px; line-height: 20px; font-weight: 700; padding: 10px 25px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0; margin-bottom: 0px; background: #000; position: relative; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn9 i{line-height: 20px; vertical-align: top; margin-left: 5px;}
.btn-default.btn9:hover{color: #fff; background: var(--theme-color);}






/* ============================= thumbnail ====================== */
.img-polaroid{position: relative; padding: 5px; background: none; border: 1px solid #cfcfcf;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}

.thumbnail{line-height: inherit;}
.thumbnail .caption{padding: 0; color: inherit;}

.thumb1 {margin-bottom: 50px; margin-top: 0px; overflow: hidden;position: relative}
.thumb1.last {margin-bottom: 0px;}
.thumb1 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb1 figure{margin: 0; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0;}
.thumb1 figure img{width: 100%;}
.thumb1 .caption{background: #f9f9f9;}
.thumb1 .caption .txt1{font-weight: 700; font-size: 18px; line-height: 20px; color: #000000; border-bottom: 1px solid #ececec; padding: 17px 15px;}
.thumb1 .caption .add1{border-bottom: 1px solid #ececec;}
.thumb1 .caption .add1 .details{float: left; width: 33.33333333%; text-align: center; border-left: 1px solid #ececec; color: #2d313f; font-size: 16px; line-height: 20px; padding: 15px 5px;  min-height: 90px}
.thumb1 .caption .add1 .location{/*font-size: 15px*/}
.thumb1 .caption .project  .details{width:40%}
.thumb1 .caption .project  .location{width:60%}

.thumb1 .caption .add1 .details:first-child{border-left: none;}
.thumb1 .caption .add1 .details i{font-size: 20px; color: #597b7f; line-height: 20px; vertical-align: top; margin-right: 5px;}
.thumb1 .caption .add2{border-top: 1px solid #fff; background: var(--theme-dark-color);}
.thumb1 .caption .add2 .price{float: left; width: 50%; line-height: 20px; padding: 15px; color: #fff; font-size: 18px; font-weight: 700;}
.thumb1 .caption .add2 .btn_wrapper{float: right; width: 50%;}
.txt1 .location {text-align:center;color: #2d313f; font-size: 16px;line-height: 20px;font-weight:400;padding-top: 10px;}
.txt1 .header {min-height:50px}
.header a{text-decoration:none; color:#000}
.location i {font-size: 20px; color: #597b7f;line-height: 20px; vertical-align: top; margin-right: 5px;}
.thumb2 {margin-bottom: 0px; margin-top: 0px;}
.thumb2.last {margin-bottom: 0px;}
.thumb2 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; display: table;}
.thumb2 figure{margin: 0; width: 58%; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0; position: relative; display: table-cell; vertical-align: top;}
.thumb2 figure img{width: 100%;}
.thumb2 figure .img-caption{position: absolute; left: 0; top: 0; background: var(--theme-color); background: rgba(0, 230, 255, 0.5); line-height: 70px; font-size: 32px; padding-right: 30px; font-weight: 300; color: #fff;}
.thumb2 figure .img-caption i{width: 70px; color: #fff; text-align: center; font-size: 32px;background: var(--theme-color); display: inline-block; line-height: 70px; vertical-align: top; margin-right: 30px;}
.thumb2 .caption{background: #f9f9f9; width: 42%; float: none; display: table-cell; position: relative; vertical-align: top; overflow: hidden;}
.thumb2 .caption .txt{position: relative; padding: 30px;}
.thumb2 .caption .txt1{font-weight: 300; font-size: 30px; line-height: 1.5; color: #2d313f; padding-bottom: 10px;}
.thumb2 .caption .txt2{color: #2d313f;}
.thumb2 .caption .add{position: absolute; left: 0; bottom: 0; width: 100%; background: #f9f9f9;}
.thumb2 .caption .add1{border-bottom: 1px solid #ececec; border-top: 1px solid #ececec;}
.thumb2 .caption .add1 .details{float: left; width: 33.33333333%; text-align: center; border-left: 1px solid #ececec; color: #2d313f; font-size: 18px; line-height: 25px; padding: 21px 5px;}
.thumb2 .caption .add1 .details:first-child{border-left: none;}
.thumb2 .caption .add1 .details i{font-size: 25px; color: #597b7f; line-height: 25px; vertical-align: top; margin-right: 8px;}
.thumb2 .caption .add2{background: #000;}
.thumb2 .caption .add2 .price{float: left; width: 50%; line-height: 30px; padding: 20px; color: #fff; font-size: 30px; font-weight: 700;}
.thumb2 .caption .add2 .btn_wrapper{float: right; width: 50%;}

.thumb3 {margin-bottom: 0px; margin-top: 0px;}
.thumb3.last {margin-bottom: 0px;}
.thumb3 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; }
.thumb3 figure{margin: 0; float: none; margin:0px 0px 0px 0px; background: var(--theme-color); border: none; padding: 0; position: relative; overflow: hidden;}
.thumb3 figure img{width: 100%;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 .thumbnail:hover figure img{opacity: 0.3; filter:alpha(opacity=30);}
.thumb3 figure a{display: inline-block; font-size: 34px; line-height: 34px; width: 34px; color: #fff; position: absolute;left: 0; bottom: 100%; text-align: center;opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 figure a i{display: inline-block;opacity: 0.5; filter:alpha(opacity=50);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 figure a:hover i{opacity: 1; filter:alpha(opacity=100);}
.thumb3 figure a.more1{margin-left: -34px;}
.thumb3 figure a.more2{left: 100%;}
.thumb3 .thumbnail:hover figure a{opacity: 1; filter:alpha(opacity=100); left: 50%; bottom: 10px;}
.thumb3 .thumbnail:hover figure a.more1{left: 50%;}
.thumb3 .caption{background: #fff; border-bottom: 1px solid #e6e6e6; text-align: center; padding: 15px 20px; color: #2d313f;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb3 .thumbnail:hover .caption{border-bottom-color: var(--theme-color);}
.thumb3 .caption .txt1{font-size: 18px; font-weight: 700; color: #2d313f; padding-bottom: 10px; min-height:60px;}
.thumb3 .social_widget{background: #f9f9f9; padding: 15px; text-align: center;}
.thumb3 .social_widget a.button{
		text-decoration: none;
		display:inline-block;
    border: none;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: bold;
    padding: 11px 20px;
    background: #000;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

}

.thumb4 {margin-bottom: 40px; margin-top: 0px;}
.thumb4.last {margin-bottom: 0px;}
.thumb4 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; display: table;}
.thumb4 figure{margin: 0; width: 370px; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0; position: relative; display: table-cell; vertical-align: top;}
.thumb4 figure img{width: 100%;}
.thumb4 .caption{background: #f9f9f9; width: auto; float: none; display: table-cell; position: relative; vertical-align: top; overflow: hidden;}
.thumb4 .caption .txt{position: relative; padding: 30px;}
.thumb4 .caption .txt1{font-weight: 700; font-size: 18px; line-height: 1; color: #000; padding-bottom: 10px;}
.thumb4 .caption .txt1 span{font-size: 16px; font-weight: 400; font-style: italic; color: #5e5e5e;}
.thumb4 .caption .txt2{color: #2d313f;}
.thumb4 .caption .add{position: absolute; left: 0; bottom: 0; width: 100%; background: #f9f9f9;border-bottom: 1px solid #ececec; border-top: 1px solid #ececec; }
.thumb4 .caption .add1{position: absolute; left: 25%; top: 0; right: 25%; z-index: 3;}
.thumb4 .caption .add1 .details{float: left; width: 33.33333333%; text-align: center; border-left: 1px solid #ececec; color: #2d313f; font-size: 16px; line-height: 20px; padding: 15px 5px;}
.thumb4 .caption .add1 .details:first-child{border-left: none;}
.thumb4 .caption .add1 .details i{font-size: 20px; color: #597b7f; line-height: 20px; vertical-align: top; margin-right: 3px;}
.thumb4 .caption .add2{background: #f9f9f9; position: relative; z-index: 2;}
.thumb4 .caption .add2 .price{float: left; width: 25%; line-height: 30px; padding: 10px 0 10px 30px; color: #2d313f; font-size: 18px; font-weight: 700;}
.thumb4 .caption .add2 .btn_wrapper{float: right; width: 25%;}

.thumb5 {margin-bottom: 0px; margin-top: 0px;}
.thumb5.last {margin-bottom: 0px;}
.thumb5 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; display: table;width: 100%;}
.thumb5 figure{margin: 0; width: 58%; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0; position: relative; display: table-cell; vertical-align: top; }
.thumb5 figure img{width: 100%; position: relative;}
.thumb5 figure:after{display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 15px 15px 0; border-color: transparent #f9f9f9 transparent transparent; position: absolute; right: 0; top: 20px;}
.thumb5 .caption{background: #f9f9f9; width: 42%; float: none; display: table-cell; position: relative; vertical-align: top; overflow: hidden;}
.thumb5 .caption .txt{position: relative; padding: 15px;}
.thumb5 .caption .txt1{font-weight: 400; font-size: 17px; line-height: 1.1; color: #2d313f; padding-bottom: 10px;}
.thumb5 .caption .txt2{}
.thumb5 .caption .add{position: absolute; left: 0; bottom: 0; width: 100%; background: #f9f9f9;}
.thumb5 .caption .add1{border-top: 1px solid #ececec; text-align: center; padding: 5px 0;}
.thumb5 .caption .add2{background: #000;}

.thumb6 {margin-bottom: 50px; margin-top: 0px;}
.thumb6.last {margin-bottom: 0px;}
.thumb6 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; display: table;}
.thumb6 figure{margin: 0; width: 48%; float: none; margin:0px 0px 0px 0px; background: #fff; border: none; padding: 0; position: relative; display: table-cell; vertical-align: top;}
.thumb6 figure img{width: 100%;}
.thumb6 figure .img-caption{position: absolute; left: 0; top: 0; background: var(--theme-color); background: rgba(0, 230, 255, 0.5); line-height: 70px; font-size: 32px; padding-right: 30px; font-weight: 300; color: #fff;}
.thumb6 figure .img-caption i{width: 70px; color: #fff; text-align: center; font-size: 32px;background: var(--theme-color); display: inline-block; line-height: 70px; vertical-align: top; margin-right: 30px;}
.thumb6 .caption{background: #f9f9f9; width: 52%; float: none; display: table-cell; position: relative; vertical-align: top; overflow: hidden;}
.thumb6 .caption .txt{position: relative; padding: 20px;}
.thumb6 .caption .txt1{font-weight: 700; font-size: 18px; line-height: 1.1; color: #2d313f; padding-bottom: 10px;}
.thumb6 .caption .txt2{color: #2d313f;}
.thumb6 .caption .add{position: absolute; left: 0; bottom: 0; width: 100%; background: #f9f9f9;}
.thumb6 .caption .add1{border-top: 1px solid #ececec;}
.thumb6 .caption .add1 .details{float: left; width: 33.33333333%; text-align: center; border-left: 1px solid #ececec; color: #2d313f; font-size: 16px; line-height: 20px; padding: 15px 5px;}
.thumb6 .caption .add1 .details:first-child{border-left: none;}
.thumb6 .caption .add1 .details i{font-size: 20px; color: #597b7f; line-height: 20px; vertical-align: top; margin-right: 8px;}
.thumb6 .caption .add2{background: #000;}
.thumb6 .caption .add2 .price{float: left; width: 50%; line-height: 20px; padding: 15px; color: #fff; font-size: 18px; font-weight: 700;}
.thumb6 .caption .add2 .btn_wrapper{float: right; width: 50%;}













.thumb0 {margin-bottom: 20px; margin-top: 0px;}
.thumb0.last {margin-bottom: 0px;}
.thumb0 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb0 figure{margin: 0; float: none; margin:0px 0px 20px 0px;}
.thumb0 figure img{width: 100%;}
.thumb0 .caption{font-size: 15px;}


/*================= Map =========================*/
.position-relative {
    position: relative !important;
}
.pt-8, .py-8 {
    padding-top: 3.125rem !important;
}
#contacts .container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 0;
    margin-left: auto;
}
.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}
.ml-lg-9, .mx-lg-9 {
    margin-left: 3.75rem !important;
}
.lh-17 {
    line-height: 1.7 !important;
}
.pos-fixed-bottom {
    bottom: 0;
    left: 0;
}
#fields{ margin: 50px 0}
#map {
    height: 430px;
}
.mapboxgl-marker {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}
.map-point-animate .marker:before, .map-point-animate .marker:after {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-clip: padding-box;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: gel-map-animationSignal linear 2s;
    animation: gel-map-animationSignal linear 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block;
    box-shadow: inset 0 0 35px 10px #0ec6d5;
    border-color: #0ec6d5;
    content: '';
}
.map-point-animate .marker:before, .map-point-animate .marker:after {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-clip: padding-box;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: gel-map-animationSignal linear 2s;
    animation: gel-map-animationSignal linear 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block;
    box-shadow: inset 0 0 35px 10px #0ec6d5;
    border-color: #0ec6d5;
    content: '';
}
@-webkit-keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
            transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
            transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}

@keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
            transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
            transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
#contacts .caption{color: #2d313f}

/*================= Contacts =========================*/
#note{ }
.notification_error{ color:#f00; padding-bottom:10px; }
.notification_ok{ text-align: left; padding-bottom:10px; }
#ajax-contact-form {}
#ajax-contact-form .form-group{margin-left: 0; margin-right: 0;}
#ajax-contact-form .form-group label{color: #333333; text-transform: uppercase; display: none;}
#ajax-contact-form .form-control{height: 38px; padding: 8px 12px; font-size: 14px; line-height: 20px; color: #838383; background: #fff;/*border: 1px solid var(--theme-dark-color);*/border: 3px solid var(--theme-color); border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; font-style: italic;}
#ajax-contact-form .form-control:focus{/*border: 2px solid var(--theme-color);*/ color: #000d1e;}
#ajax-contact-form textarea.form-control {height: auto;}
#ajax-contact-form .form-group.capthca{float: left; margin-right: 30px;}
#ajax-contact-form .form-group.capthca input{width: 170px;}
#ajax-contact-form .form-group.img{float: left;}
#ajax-contact-form .form-group.img img{width:170px; height:38px;}
#ajax-contact-form .form-control::placeholder, #ajax-contact-form textarea.form-control {color: /*var(--theme-second-color);*/#794a96; font-weight:bold;}

.btn-default.btn-cf-submit{position: relative; font-family: 'Lato'; display: inline-block; background: var(--theme-second-color); color: #fff; border: none; font-size: 18px; line-height: 20px; font-weight: 400; padding: 15px 30px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 10px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 2px;}
.btn-default.btn-cf-submit:hover{background: #000;}

#ajax-contact-form2 .form-group{margin-left: 0; margin-right: 0;}
#ajax-contact-form2 .form-group label{color: #333333; text-transform: uppercase; display: none;}
#ajax-contact-form2 .form-control{height: 38px; padding: 8px 12px; font-size: 14px; line-height: 20px; color: #838383; background: #fff;border: 1px solid #dadada;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; font-style: italic;}
#ajax-contact-form2 .form-control:focus{border-color: #95accc; color: #000d1e;}
#ajax-contact-form2 textarea.form-control {height: auto;}
#ajax-contact-form2 .form-group.capthca{float: left; margin-right: 30px;}
#ajax-contact-form2 .form-group.capthca input{width: 170px;}
#ajax-contact-form2 .form-group.img{float: left;}
#ajax-contact-form2 .form-group.img img{width:170px; height:38px;}

.btn-default.btn-cf2-submit{position: relative; font-family: 'Lato'; display: inline-block; background: #794a96; color: #fff; border: none; font-size: 16px; line-height: 20px; font-weight: 400; padding: 10px 30px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 10px; letter-spacing: 0px; float: right;
border: 1px solid var(--theme-dark-color);
}
.btn-default.btn-cf2-submit:hover{background: var(--theme-second-color);}
#request_form {font-size: 28px;}
/*================= Contacts3 =========================*/
#note3{ }
.notification_error3{ color:#f00; padding-bottom:10px; }
.notification_ok3{ text-align: left; padding-bottom:10px; }

#ajax-contact-form3 .form-group{margin-left: 0; margin-right: 0;}
#ajax-contact-form3 .form-group label{color: #141414; font-weight: 400; text-transform: uppercase; display: none;}
#ajax-contact-form3 .form-control{height: 50px; padding: 14px 12px; font-size: 14px; line-height: 20px; color: #2d313f; background: #fff; ; border: 1px solid #e8e8e8;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
#ajax-contact-form3 .form-control:focus{border-color: var(--theme-color); color: #000;   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 230, 255, .3); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 230, 255, .3);}
#ajax-contact-form3 textarea.form-control {height: 144px;}
#ajax-contact-form3 .form-group.capthca{float: left; margin-right: 20px;}
#ajax-contact-form3 .form-group.capthca input{width: 170px;}
#ajax-contact-form3 .form-group.img{float: left;}
#ajax-contact-form3 .form-group.img img{width:170px; height:38px;}

.btn-default.btn-cf-submit3{display: block; width: 100%; background: var(--theme-color); color: #fff; font-family: 'Lato'; font-size: 24px; line-height: 20px; font-weight: 700; padding: 15px 20px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; border: none; text-transform: uppercase;
}
.btn-default.btn-cf-submit3:hover{color: #bdb254; background: #e8df8b;}

.button-line{margin: 20px 0;}
.button-line button {width: 75%;font-size: 16px; text-transform: uppercase; margin: auto;}
.button-line .col{text-align:center}

/*---------------Bootstrap modal style-----------------*/
.request-modal {text-align: center;}
.request-modal .modal-header{background-color:var(--theme-color); color: #fff; font-family: 'Lato';}
.request-modal .modal-header h3{font-size: 24px;}
.request-modal .close {font-size: 40px;}
.request-modal input, .request-modal textarea{font-size: 18px}
.request-modal .send-request {float: none; margin:auto; font-size: 18px; text-transform: uppercase;}
/*---------------------------end bootstrap modal styles--------------------------*/

#whatsapp_button {
    position: fixed;
    left: 26px;
    bottom: 30px;
    z-index: 10;
}


#whatsapp_button:hover a:before {
  transform: scale(1);
}
#whatsapp_button:hover a:before {
  background-color: transparent;
  transform: rotate(10deg);
  cursor: pointer;
  box-shadow: none;
}
#whatsapp_button a:before {
    background: url(../images/whatsapp-btn.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: 100%;
    content: "";
    transition: all 0.3s ease;
    transform: scale(0.8);
}
.navbar-toggler-icon{
	color: var(--theme-color)!important;
	font-size: 30px;
	line-height:30px;
}
/*----- media queries ------*/
/* Large desktop */


@media (min-width: 1230px) {
  #header_map #google_map{padding-bottom: 45%;}


}
@media (min-width: 1230px) {
  #header_map #google_maps{padding-bottom: 31%;}
	.offset-xl-1 {  margin-left: 0;}

}
/* Default landscape and desktop to large desktop */
@media (max-width: 1229px) {
  .horisontal_search_wrapper{width: 940px; margin-left: -470px;}

  #parallax1 .parallax1_wrapper .txt1{font-size: 36px;}

  /*.pins{width: 940px; margin-left: -470px;}*/

  .pins{top: -200px;}




}
@media (min-width: 1201px){
	#whatsapp_button, #whatsapp_button a{
		/*min-height:60px;
		min-width: 60px;*/
	}

}
@media (min-width: 992px) {
  .listing7-agent-wrapper .btn-default.btn7{line-height: 20px; font-size: 11px; line-height: 14px;}
  .listing7-agent-wrapper .social2 li a{line-height: 22px; width: 22px; font-size: 12px;}
  .listing7-agent-wrapper .social2 li{margin: 2px 2px;}
  .listing7-agent-wrapper .thumb5 .caption .txt{padding: 10px;}
  .listing7-agent-wrapper .thumb5 .caption .txt1{font-size: 16px;}
  .listing7-agent-wrapper .thumb5 .caption .add1{padding: 0;}
  .listing7-agent-wrapper .ic2{font-size: 12px; line-height: 15px;}
  .listing7-agent-wrapper .ic2 i{min-width: 15px; line-height: inherit;}
	.pt-lg-11, .py-lg-11 { }
	.pt-lg-0, .py-lg-0 {   padding-top: 0 !important;}
	.custom-lg-map-height-full {position: absolute; height: 100%; top: 0; right: 0;}
	.h-lg-full { height: 100% !important;}
	
}
@media (min-width: 992px) and (max-width: 1229px) {

  .horisontal_search_wrapper .btn-form1-submit{font-size: 14px;}

  .horisontal_search{padding-top: 20px; padding-bottom: 10px;}

  .thumb2 .caption .txt1{font-size: 20px;}
  .thumb2 .caption .txt{padding: 20px;}
  .thumb2 .caption .txt2{font-size: 12px;}

  .btn-default.btn6{font-size: 16px;}

  .thumb4 .caption .txt2{font-size: 14px;}

  .type-vertical-search #header_map #google_map{padding-bottom: 65%;}
  
  .type-vertical-search #header_map #google_maps{padding-bottom: 65%;}

  .type-vertical-search .vertical_search_wrapper{margin-right: -470px;}

  .type-vertical-search .pins{margin-left: -875px; top: 0px;}

  .thumb6 .caption .txt1{font-size: 16px;}

  .thumb6 .caption .txt2{font-size: 12px;}






}
/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

  .call1_wrapper{display: none;}

  .navbar_{border-right: none; padding-right: 0;}

  .horisontal_search_wrapper{width: 720px; margin-left: -360px;}

  .thumb2 .thumbnail{display: block;}

  .thumb2 figure{width: 100%; display: block;}

  .thumb2 .caption{width: 100%; display: block;}

  .thumb2 .caption .add{position: relative; left: auto; bottom: auto;}

  #parallax1 .parallax1_wrapper{padding-left: 20px; padding-right: 20px;}

  #parallax1 .parallax1_wrapper .txt1{font-size: 30px;}

  /*.pins{width: 720px; margin-left: -360px;}*/

  .p0{display: none;}

  .thumb4 .caption .txt{padding: 15px;}



  .thumb4 .caption .add1{position: relative;left: auto;right: auto;}

  .thumb4 .caption .add2 .price{width: 50%; padding-left: 15px; color: #fff;}

  .thumb4 .caption .add2 .btn_wrapper{width: 50%;}

  .thumb4 .caption .add2{border-top: 1px solid #ececec; background: #000000;}

  .thumb4 .caption .add{border-bottom: none;}

  .btn-default.btn6{background: var(--theme-color); color: #fff;}
  .btn-default.btn6:hover{background: var(--theme-second-color); color: #fff;}

  .thumb6 .thumbnail{display: block;}

  .thumb6 figure{width: 100%; display: block;}

  .thumb6 .caption{width: 100%; display: block;}

  .thumb6 .caption .add{position: relative; left: auto; bottom: auto;}

  .btn-big {margin: 0 auto}
  .btn-big a{line-height:80px;}








}
@media (min-width: 768px) and (max-width: 991px) {

  .horisontal_search_wrapper .btn-form1-submit{font-size: 10px;}

  .horisontal_search{padding-top: 20px; padding-bottom: 10px;}

  .horisontal_search_buttons .search input{font-size: 18px; width: 260px;}
  .horisontal_search_buttons .search_location a .txt1{font-size: 18px;}

  .thumb1 .caption .add1 .details{font-size: 12px;}
  .thumb1 .caption .add1 .details i{font-size: 16px;}
  .thumb1 .caption .add2 .price{font-size: 14px;}
  .thumb1 .caption .add2 .btn_wrapper .btn-default{font-size: 12px;}

  .thumb4 .caption .txt2{font-size: 14px; text-overflow: ellipsis; overflow: hidden; height: 100px; position: relative;}

  .type-vertical-search #header_map #google_map{padding-bottom: 80%;}

  .type-vertical-search .vertical_search_wrapper{margin-right: -360px;}

  .type-vertical-search .pins{margin-left: -665px; top: 110px;}

  .horisontal_search_wrapper{bottom: 30px;}
	.navbar-collapse.collapse:not(.show){display: none !important}	
	.navbar-toggle{display:block!important}
	.form1 .select1_col{padding: 0 5px}
	.btn-form1-advanced{font-size: 12px}
	.btn-form1-advanced i{font-size: 11px}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

  .mail1_wrapper{float: none; padding-right: 0; display:none}
  .skype1_wrapper{float: none; padding-right: 0; display:none}
  .login1_wrapper{float: none; padding-left: 0;}
  .register1_wrapper{float: none;}
	.login1 li{display: inline-block}
	.login1 li a{padding:0 !important}
	.navbar_ {float: none; height: 70px; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }
	.navbar-collapse_{clear: both; margin-left: -15px; margin-right: -15px;}
	.navbar_ .nav{display: block; background: none; border-right: none;background: #fff; border: none; padding: 0;}
	.navbar_ .nav > li{float: none;background: none; border-left: none; margin-left: 0; border-top:1px solid #eeeeee; background: none;}
	.navbar_ .nav > li > a{margin-bottom: 0; padding-top: 10px!important; padding-bottom: 10px!important; border: none;}
	.navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{}
	.sub-menu ul{position: relative; left: 0; top: 0; margin-top: 0;}
	
  .horisontal_search_wrapper{position: relative; width: auto; margin-left: 0; left: 0; bottom: auto;}
  .horisontal_search{padding-left: 15px; padding-right: 15px; padding-top: 20px; padding-bottom: 10px;}
	.horisontal_search .collapse {display:block}

  .form1 .select1_col{float: none; width: auto;}

  .horisontal_search_buttons{display: none;}

  .thumb2 figure .img-caption{font-size: 26px;}

  .thumb2 .caption .txt{padding: 15px;}

  .thumb2 .caption .txt1{font-size: 20px;}

  .thumb2 .caption .add1 .details{font-size: 16px; padding-top: 13px; padding-bottom: 13px;}

  .thumb2 .caption .add1 .details i{font-size: 20px;}

  .thumb2 .caption .add2 .price{padding: 15px; line-height: 20px; font-size: 18px;}

  .btn-default.btn2{padding-top: 15px; padding-bottom: 15px; font-size: 16px; line-height: 20px;}
  .btn-default.btn2 i{line-height: 20px;}

  #parallax1 .parallax1_w{display: block;}

  #parallax1 .parallax1_wrapper{display: block; width: auto; padding-bottom: 10px; padding-top: 10px;}

  #parallax2{text-align: center;}
  #parallax2 .txt3{margin-top: 15px;}

  .copyrights{float: none; padding-bottom: 15px;}

  .logo2_wrapper{float: none;}

  #header_map #google_map{padding-bottom: 300px;}

  .header_block1 .title{float: none; padding-bottom: 20px;}

  .header_block1 .view_block1{float: none;}

  /*.pins{position: relative; width: auto; margin-left: 0; left: 0; top: auto;}*/

  .pins{display: none;}

  .thumb4 .thumbnail{display: block;}

  .thumb4 figure{display: block; width: auto;}

  .thumb4 .caption{display: block; width: auto;}

  .thumb4 .caption .add{position: relative;}

  .btn-default.btn6{font-size: 16px;}

  .vertical_search_buttons{display: none;}

  .vertical_search_wrapper{position: relative; width: auto; right: auto; margin-right: 0; top: auto; margin-top: 0;}

  .vertical_search{padding: 10px 15px;}

  .form2 .select1_col{padding: 0;}

  .btn-form2-submit{padding-top: 11px; padding-bottom: 11px; font-size: 18px;}

  .thumb5 .thumbnail{display: block;}

  .thumb5 figure{display: block;width: auto;}

  .thumb5 figure:after{display: none;}

  .thumb5 .caption{display: block;width: auto;}

  .thumb5 .caption .add{position: relative; width: auto;}

  .border-right{padding-right: 0; border-right: none;}

  .sidebar1{margin-bottom: 20px;}

  .content1{margin-bottom: 20px;}

  .thumb6 .caption .txt{padding: 15px;}

  .btn-default.btn8{font-size: 16px;}









}
@media (min-width: 481px) and (max-width: 767px) {
.button-line button {width: 100%; margin-top: 20px; line-height: 30px}


}
/* Landscape phones and down */
@media (max-width: 480px) {

.button-line button {width: 100%; margin-top: 20px; line-height: 30px}


}
