﻿/*
 *  Project Styles
 * 
 */
/* ==========================================================================
   Helper classes
   ========================================================================== */
   
	.container { margin: 0 auto; position: relative; max-width: 980px; width:100%; padding:0 30px;}
	.container:before, .container:after { content: " "; display: table; }
	.container:after { clear: both; }
	.container { *zoom: 1; }
	.container-fluid { width: 100%; padding: 0 15px; }
	
	.container.large {max-width: 1040px;}
	body.alt .container.large {max-width: 1200px;}
	
	.clearfix:before,
	.clearfix:after { content: " "; display: table; }	
	.clearfix:after { clear: both; }
	
	.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
	.visuallyhidden.focusable:active,
	.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

	img { max-width: 100%; }
	ul, li { list-style: none; padding: 0; margin: 0; }
	p { margin: 0; padding: 0; }
	h1,h2,h3,h4,h5,h6 { font-weight: normal; margin: 0; line-height: 1em; padding: 0; }
	p {  font-size: 14px; line-height: 1.4; }
	a { text-decoration: none; color: #DC1928; }
	
	.browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } 
	
	.hidden-desktop { display: none; }
	
	.block {display:block;}
	.table {display:table; table-layout:fixed;}
	.table-cell {display:table-cell; vertical-align:middle;}	
	.text-right {text-align:right;}
	.text-center {text-align:center;}	
	.relative {position:relative;}
	.pull-left {float:left;}
	.pull-right {float:right;}
	.cover {background-position:center center; background-repeat:no-repeat; background-size:cover;}
	.cover.cover--agent-logo {  background-size: 80% auto; background-repeat: no-repeat; background-color:#fff;}
	.cover.cover--agent-logo.size--auto {
		background-size:auto;
		background-color:#fff;
	}
	.cover.cover--agent-logo.size--cover {
		background-size:cover;
		background-color:#fff;
	}
	.cover.cover--agent-logo.size--contain {
		background-size:contain;
		background-color:#fff;
	}
	.fillwidth { max-width: 100%!important; height: auto!important; }
	.fillheight { max-height: 100%!important; width: auto!important; }
	/* ====== media ====== */
	.media {margin:10px;}
	.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
	.media .img {float:left; margin-right: 10px;}
	.media .img img{display:block;}
	.media .imgExt{float:right; margin-left: 10px;}
/* ==========================================================================
   Grid
   ========================================================================== */

	* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	
	.row { margin: 0 -20px; }
	.row:before, .row:after { content: " "; display: table; }
	.row:after { clear: both; }
	.row { *zoom: 1; }
	.row>div { padding: 0 20px; }
	
	.row10 { margin: 0 -5px; }	
	.row10>div { padding: 0 5px; }
	
	.row0 { margin: 0; }	
	.row0>div { padding: 0; }
	
	.row1 { margin: 0 -0.25px; }	
	.row1>div { padding: 0 0.25px; }
	
	.row20 { margin: 0 -10px; }	
	.row20>div { padding: 0 10px; }

	.row.row30 { margin: 0 -30px; }
	.row.row30>div { padding: 0 30px; }

	.row.row--md {max-width: 760px;margin: 0 auto!important;}

	.hidden-overflow { overflow-x:hidden;}
	
	.col12{width:100%;float:left;}
	.col11{width:91.666666666667%;float:left;}
	.col10{width:83.333333333333%;float:left;}
	.col9{width:75%;float:left;}
	.col8{width:66.666666666667%;float:left;}
	.col7{width:58.333333333333%;float:left;}
	.col6{width:50%;float:left;}
	.col5{width:41.666666666667%;float:left;}
	.col4{width:33.333333333333%;float:left;}
	.col3{width:25%;float:left;}
	.col2{width:16.666666666667%;float:left;}
	.col1{width:8.3333333333333%;float:left;}
	
	.col20{width:20%;float:left;}
	.col30{width:30%;float:left;}
	.col40{width:40%;float:left;}
	.col60{width:60%;float:left;}
	.col70{width:70%;float:left;}
	.col80{width:80%;float:left;}
	.col90{width:90%;float:left;}

/* ==========================================================================
    General styles
   ========================================================================== */
   
	html { background:#fff;  -webkit-text-size-adjust: 100%; min-height:100%; position:relative;}
	body { font-family: 'Ubuntu', sans-serif; color: #212a38;  font-weight:14px; background-color:#EFF2F4; min-height:100%;}
	
	#page {height:100%; }
	
	a { color:#ff4633; text-decoration:none; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; outline:none!important; }
	a:hover { color:#002d42;}
	
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #002d42; opacity:1; }
	input:-moz-placeholder, textarea:-moz-placeholder{ color: #002d42; opacity:1; }
	input::-moz-placeholder, textarea::-moz-placeholder { color: #002d42; opacity:1; }
	input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #002d42; opacity:1; }
	.popup-gmaps:hover{
		text-decoration: underline;
	}
/* ==========================================================================
    Typography
   ========================================================================== */
	
	h1,h2,h3,h4,h5,h6 {font-family: 'Ubuntu', sans-serif;}
	
	.entry {}
	.entry h2 {font-weight:500;  font-size: 22px; line-height: 1.2; color:#002d42; margin-bottom:15px;}
	.entry h3 {font-size: 24px;color: #212a38;line-height: 1.3;margin-bottom: 25px;}
	.entry h4 {font-weight:500;  font-size: 18px; line-height: 1.4; color:#002d42; margin-bottom:15px;}
	.entry h5 {font-weight:400;  font-size: 15px; line-height: 1.2; color:#002d42; margin-bottom:15px;}
	.entry h6 {font-weight:500;  font-size: 15px; line-height: 1.2; color:#002d42; margin-bottom:5px;}
	.entry p {  margin-bottom:10px;}
	.entry p.leading { font-weight:300; font-size: 20px; line-height: 1.3; color:#39a69d; padding-bottom:30px;}	
	.entry p strong {}
	.entry p a {font-weight:500; }	
	
	.alignnone { margin: 0px 0px 15px 0px; display:inline-block;}
	.aligncenter, div.aligncenter { display:block; margin: 0px auto 20px auto;}
	.alignright { float:right; margin: 0px 0 20px 30px; }
	.alignleft { float:left; margin: 0px 30px 20px 0; }
	.aligncenter { display: block; margin: 0px auto 20px auto; }
	a img.alignright { float:right; margin: 0px 0 20px 30px;}
	a img.alignnone { margin: 0px 30px 20px 0; }
	a img.alignleft { float:left; margin: 5px 20px 20px 0; }
	a img.aligncenter { display: block; margin: 0px auto 20px auto;}
	
	.btn { background:#ff4633; font-size:14px; border:0; color:#fff; text-align:center; font-weight:500; padding:5px 15px; line-height:25px; border-radius:4px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease;}
	.btn i{display:inline-block; padding-right:10px;}
	.btn:hover { background:#002d42; color:#ffffff;}	
	.form-title {font-size:18px; margin-bottom:20px;}
	
	.highlight {color:#ff4633;}
	.white-popup {position: relative;background: #FFF; padding: 20px;width: auto;max-width: 500px; margin: 20px auto;}
	.white-popup h3 {padding-bottom:15px; margin-bottom:15px; border-bottom: 1px solid #dbdbdd;}
	.white-popup .mfp-close {color:#ff4633!important;}

	#osm-map {
		position: relative;
		width: auto;
		max-width: 900px;
		margin: auto;
	}
	#popup-map {
		position: relative;
		padding-bottom: 50%;
		height: 0;
		overflow: hidden;
	}

/* ==========================================================================
    Header
   ========================================================================== */
	
	.language-switcher {float: right;position: relative;padding: 31px 10px 31px 30px; font-weight:400;font-size: 15px; color:#fff; margin-left:-10px;}	
	.language-switcher:hover {}
	.language-switcher span i {font-size: 12px;display: inline-block;padding-left: 10px; }	
	.language-switcher .flag {display: inline-block;padding-left: 30px;background-position: left center;background-repeat: no-repeat;background-size:23px 12px;}	
	.language-switcher ul {position: absolute;top: 100%;opacity: 0;visibility: hidden;left: auto;right: 0;width: auto;background: #fff; background: rgba(255,255,255,.95); border: 1px solid #c5c6cf; border-top:0; z-index: -1; font-weight:400;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}	
	.language-switcher:hover ul {opacity: 1;visibility: visible;top: 100%;z-index: 300;}	
	.language-switcher ul li {white-space:nowrap;}
	.language-switcher ul li .flag {display: block;padding-left: 50px;background-position: 20px center;}
	.language-switcher ul li span {display:block;color: #4f4f4f; font-size: 16px; line-height:1; display: block;padding:9px 15px; border-bottom: 1px solid #c5c6cf;  font-weight:400; white-space:nowrap;}	
	.language-switcher ul li span a {color: #4f4f4f;  font-weight:400; white-space:nowrap;}	
	.language-switcher ul li a:hover {color: #ff4633;text-decoration: none;	}

	.flag.arabic {
		background-image: url('../images/flags/arabic.png')
	}
	.flag.bulgarian {
		background-image: url('../images/flags/bulgarian.png')
	}
	.flag.chinese {
		background-image: url('../images/flags/chinese.png')
	}
	.flag.czech {
		background-image: url('../images/flags/czech.png')
	}
	.flag.dutch {
		background-image: url('../images/flags/dutch.png')
	}
	.flag.english {
		background-image: url('../images/flags/english.png')
	}
	.flag.french {
		background-image: url('../images/flags/french.png')
	}
	.flag.german {
		background-image: url('../images/flags/german.png')
	}
	.flag.greek {
		background-image: url('../images/flags/greek.png')
	}
	.flag.italian {
		background-image: url('../images/flags/italian.png')
	}
	.flag.polish {
		background-image: url('../images/flags/polish.png')
	}
	.flag.romanian {
		background-image: url('../images/flags/romanian.png')
	}
	.flag.russian {
		background-image: url('../images/flags/russian.png')
	}
	.flag.serbian {
		background-image: url('../images/flags/serbian.png')
	}
	.flag.spanish {
		background-image: url('../images/flags/spanish.png')
	}
	.flag.turkish {
		background-image: url('../images/flags/turkish.png')
	}
.flag.bosnian {
    background-image: url('../images/flags/bosnian.png')
}
.flag.croatian {
    background-image: url('../images/flags/croatian.png')
}
.flag.maltese {
    background-image: url('../images/flags/maltese.png')
}
.flag.montenegrin {
    background-image: url('../images/flags/Montenegrin.png')
}
.flag.slovenian {
    background-image: url('../images/flags/slovenian.png')
}
.flag.portuguese {
	background-image: url('../images/flags/portuguese.png')
}
.flag.albanian {
	background-image: url('../images/flags/albanian.png')
}
	.header { height: 80px; background: #fff; background: rgba(255,255,255,.95); border-bottom: 1px solid #c5c6cf; position:fixed; top:0; left:0; right:0; z-index:500; width:100%;}
	.logo { display: block;  margin: 10px 0 0px 0; }	
	.logo  img {max-width:100%; height:auto; max-height:100px; display: inline-block; box-shadow: 0px 0px 3px rgba(0,0,0,0.5);moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5); border:7px solid #fff; border-radius:5px; -website-border-radius:5px;}
		
	/* Navigation */
	.nav{ list-style:none; padding:0px; width:100%;  text-align:right;}
	.nav.loaded{height:auto; overflow:visible;}
	.nav > li{ list-style:none;  display: inline-block; position:relative;  margin-right: 15px; height:80px; }
	.nav li a{ color: #fff; font-size: 15px; line-height:16px; font-weight:400; text-decoration: none; display: block;padding:0;color: #212a38;  }
	.nav > li > a {line-height:80px; }
	.nav > li:hover > a,
	.nav > li.on > a,
	.nav > li > a:hover{ color: #ff4633; }
	.nav li i {display:inline-block; padding-left:10px;}	
	.nav li ul { position:absolute; top:100%; right:0; width:auto; z-index:-1;	top: 120%;opacity: 0;visibility: hidden; min-width:100%; background: #fff; background: rgba(255,255,255,.95); border: 1px solid #c5c6cf; border-top:0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;	
	}
	.nav li ul li {display:block;  font-size: 13px;}
	.nav li ul li:first-child,
	.nav li ul li.first {border-top:0;}
	.nav li ul li a{color: #4f4f4f; font-size: 16px; line-height:1; display: block;padding:9px 15px; border-bottom: 1px solid #c5c6cf;  font-weight:400; white-space:nowrap;}
	.nav li ul li a:hover,
	.nav li ul li.on a{color:#ff4633;}	
	.nav li:hover ul {opacity: 1;visibility: visible;top: 100%;z-index: 400;}
	
	.nav li.home-btn a {text-align:center; }
	.nav li.home-btn a i {padding:0;}
	
	
	.nav li.flexMenu-viewMore .flexMenu-popup ul {right:100%;  top:0; display:none!important;}
	.nav li.flexMenu-viewMore .flexMenu-popup li {position:relative;}
	.nav li.flexMenu-viewMore .flexMenu-popup li:hover ul { display:block!important;}
	
	
	.mobile-nav-button {display:none;color:#ff4633; font-size:40px; margin-top:15px;}
	.mobile-nav-button:hover {color:#565C75;}
	
	.mm-menu {background:#212a38; color:#fff;}
	.mm-menu .mm-navbar > *, 
	.mm-menu .mm-navbar a{ color:#fff;}
	.mm-menu .mm-listview > li .mm-next::after,
	.mm-menu .mm-listview > li .mm-arrow::after {border-color: #fff;}
	.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {}
	.mm-listview > li > a, 
	.mm-listview > li > span {font-weight: 500;font-size: 16px;}
	.mm-menu .fa-angle-down {display:none;}		
	
	
	
/* ==========================================================================
    Layout
   ========================================================================== */
	
	.section {padding-top:30px; margin-bottom:0px;}
	.section-first {padding-top:40px;margin-bottom:0px;}	
	.mdbottom20 {margin-bottom:20px;}
	h2.page-title.mgbottom0 {margin-bottom:0px;}
	.subsection {padding-bottom:20px; margin-bottom:30px; border-bottom: 1px solid #dbdbdd;}
	
	.page-cont {margin-top:40px;margin-top:80px;}
	.page-cont.homepage {margin-top:40px; }
	.page-cont .container {background:#fff; padding-top:30px; padding-bottom:30px;}
	
/* ==========================================================================
    Properties Gallery
   ========================================================================== */
   	
	/* Property Galleries */
	.property-gallery-cont {margin-top:80px;position:relative;}
	body.alt .property-gallery-cont { margin-top:0; }
	.property-gallery {margin-bottom:1px; }
	.property-gallery .item {width:100%;text-align:center;display:block;overflow:hidden;position:relative; }
	.property-gallery .item img{display:inline-block; width:auto; height:auto;}
	.home-property-gallery .item {}
	.home-property-gallery .item  > .row > div {height: 350px; background-color:#fff; text-align:left;}
	

	/* Property Galleries Thumbnails*/
	.property-gallery-thumbnails {z-index:2;}
	.property-gallery-thumbnails.owl-carousel .owl-stage-outer {}
	.property-gallery-thumbnails .item {display: block;height: 110px;padding: 15px 15px;cursor: pointer;background-color: #7ba7ae;position: relative; color:#fff;	}	
	.property-gallery-thumbnails .item.on{background-color:#303e48;}
	.property-gallery-cont h4 {font-size:16px; font-weight:500; line-height:1.4;}
	.property-gallery-cont .price {display:block; font-size:16px; font-weight:400; line-height:1.4; font-style:italic;}
	.property-gallery-cont .btn2 {position:absolute; bottom:20px; right:20px; color:#fff; font-size:14px;}
	.property-gallery-cont .btn2:hover {color:#303e48;}
	.property-gallery-cont .item.on .btn2:hover {color:#7ba7ae;}
	.home-property-gallery .btn:not(.open-vtour):hover{
		background-color:transparent;
		opacity:0.7
	}
	.slide-info{padding:30px 45px 30px 20px; }
	.slide-info h3 {margin-bottom:20px;}
	.slide-info h3  a {color: #212a38;}
	.slide-info p {
		margin-bottom: 15px;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
	}
	
	.property-gallery-thumbnails.images {}
	
	.property-gallery-cont .property-price {position:absolute; top:20px; left:0; background:#70bae8; padding:10px 15px; font-weight:500; z-index:400; color:#fff; font-size:18px; }
	
	.owl-dots {text-align:center; position:absolute; bottom:-55px; left:0; right:0;}
	.owl-dot {display:inline-block; width:18px; height:18px; border-radius:50%; -webkit-border-radius:50%; background:#d5d5d7; margin:0 5px;}
	.owl-dot.active,
	.owl-dot:hover {background-color:#70bae8;}
	
	.owl-nav > div {display:block; position:absolute; top:50%; margin-top:-20px; width:40px; height:40px; line-height:40px; text-align:center; font-size:20px;
		 background: #fff; background: rgb(255,255,255); border: 1px solid #c5c6cf;  color: #212a38;  opacity:0.8;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;	
	}
	.owl-nav > div.owl-prev {left:0px; border-left:0;}
	.owl-nav > div.owl-next {right:0px; border-right:0;}
	.owl-nav > div:hover {opacity:1;}
	.owl-nav > div{
		border: 1px solid rgba(125, 125, 125, 0.5);
	}
	.btn.open-vtour {
		padding:8px 10px 5px 10px;
		display:inline-block;
	}
	.inGallery.open-vtour {
		position: absolute;
		top: 10px;
		left:10px;
		z-index: 400;
		/*border-radius: 0;*/
	}
	.noGallery.open-vtour {
		font-size:20px;
		margin-bottom:30px;
		display:inline-block;
		z-index: 400;
	}
	.open-vtour img {
		display:block!important;
		width:30px!important;
		height:auto!important;
	}

	/* ==========================================================================
        Main
       ========================================================================== */
   
   .intro-text {text-align:center; margin-bottom:30px;}
   
   .main {}	
   .main.pull-right {float:right;}
	h2.page-title {margin-bottom:0px;line-height:1.5; text-transform:none; padding-bottom:0;}
	
	.panel {padding:23px 20px 18px 20px; background-color:#f2f4f5;}
 	.listings-top { margin-bottom:40px;}	
   	.search-info {display:inline-block; font-weight:500; color:#70bae8; padding-right:28px; margin-bottom:5px;}	
	
	.listing-item {font-size:15px; line-height:1.4; margin-bottom:25px;color:#666; }
	.listing-item-details {padding-top:10px;}
	.listing-item p {font-size:14px; line-height:1.5; margin-bottom:8px;border-left: 1px solid #c5c6cf; padding-left:15px;}
	.listing-item p a{color:#ff4633;}
	.listing-image {background-color:#7ba7ae; display:block; overflow:hidden; background: rgb(22,28,63); position:relative; }
	.listing-image > div {padding-top:65%;-webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; transform: scale(1, 1);}
	.listing-image:hover > div {opacity:0.6;transform: scale(1.1, 1.1);}
	h4.listing-title {font-size: 18px;color: #212a38;line-height: 1.4;opacity: .7;margin-bottom:8px; font-weight:500; border-bottom: 1px solid #c5c6cf; padding-bottom:7px;}
	h4.listing-title a {color:#212a38; }
	h4.listing-title a:hover {color: #575C74;}
	.listing-meta {font-size:13px;display:block; color:#212A38; line-height:2; font-weight:500; }
	

	.listing-item-details p{
		font-size:12px;
	}
	.listing-item-details ul {list-style:none; padding:0; margin:0 0 10px 0;}
	.listing-item-details ul li {display:block; padding:0 0 0 20px; margin:0 0 5px 0; position:relative;}
	.listing-item-details ul li::before {content:'\f0da'; font-family:FontAwesome; font-size:16px; color:#666; position:absolute; top:-2px; left:0;}
	
	/* Pagination */	
	.listings-controls {}
	.pagination {list-style:none; padding:0px; margin:0px; display:inline-block; padding-top:5px; width:100%; font-size: 14px;}
	.pagination li{list-style:none; padding:0px; margin:0px; display:inline-block; margin-bottom:5px; background:none;}
	.pagination li a, .pagination li > span{border:1px solid rgba(125,125,125,0.2); display:inline-block; padding:8px 13px; color:#002d42; font-weight:500;}
	.pagination > span.current , .pagination li a:hover {background-color:#34424C; border-color:#34424C; color:#fff;}
	
	/* List View */
	.view-btn {background:none; border:1px solid #d4dcdf; display:inline-block; padding:6px 10px; color:#303E48; font-size:16px; margin-left:5px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
	.view-btn.active,
	.view-btn:hover {background-color:#6A7088; color:#fff;}
	
	.listing-item.list-item .listing-item-details {padding-top:0;}
		
	.listing-controls {padding-bottom:20px;}

/* ==========================================================================
    Sidebar
   ========================================================================== */
   	
	.widget {padding: 0px;background: none;margin-bottom: 40px;}
	.widget-clear { margin-bottom: 40px;}
	h3.widget-title {font-size: 20px;color: #ff4633;border-bottom: 1px solid #dbdbdd;display: block;width: 100%;padding-bottom: 10px; text-align:left;}
	h3.widget-title.text-right {text-align:right;}
	.widget-body {}	
	
	.pindexbuy {color: #ff4633;;}
	.pindexrent {color:#212a38;}
	.pindex {margin-bottom:10px;}
	.pindextoggler {color:#666; display:block; width:100%; text-align:left; border-bottom:1px solid #dbdbdd;padding:5px 0; font-weight:normal;}
	.pindextoggler .plus-minus {float:right; font-weight:normal; font-size:12px; display:inline-block; padding-top:3px;}
	.pindex th {}
	.pindex tbody td {text-align:right;padding:5px 0;}
	.pindex tbody td:first-child {text-align:left;}
	.pindex tbody tr { width:100%;}
	.pindex tbody {display:none; width:100%;background:rgba(125,125,125,0.2); }
	.pindex tbody td {padding:5px 10px;}
	.pindex.open tbody {display:table-row-group; }
	
	.contact-info {list-style:none; font-size:14px;}
	.contact-info li {list-style:none; display:block; padding:5px 0px 5px 30px; position:relative;}
	.contact-info li i {position:absolute; top:9px; left:0;}
	.contact-info li a{color:#36424a; }
	
	.icon-table td{vertical-align:top;}
	.icon-table a{color:#36424a;}
	.icon-table i {font-size:40px; padding-right:20px;}

	.sidebar .g-recaptcha {
		transform:scale(0.92);
		transform-origin:0 0;
	}
	
/* ==========================================================================
    Property Details
   ========================================================================== */	
   
    /* Property Top */
	
    .property-top {margin-bottom:20px;}
	.amenities-list {list-style:none; font-size:15px;}
	.amenities-list li {list-style:none; display:inline-block; padding-right:15px;}
	.amenities-list li i {display:inline-block; padding-right:3px;}
	.property-id {font-size:14px;}	
	
	.property-features-table {	}
	.property-features-table .table {margin-bottom:0;font-size:12px;}
	.property-features-table .table th {font-weight:500;padding:8px 0px;text-align:left;border-top:1px solid #D8DFEA;}
	.property-features-table .table td {padding:8px 0px;border-top:1px solid #D8DFEA;}
	.property-features-table .table > tbody > tr:first-child > * {border-top:0;	}
	.property-amenities {padding: 10px 0 0 0;margin: 0 0 10px 0;}	
	.property-amenities li {padding-bottom: 12.5px;position: relative;display: block;padding-left: 25px;color: #3e4549;font-size: 13px;	}
	.property-amenities li::before {content:'\f0da';font-family:'FontAwesome';position:absolute;top:2px;left:0;	font-size:12px;	color:#ff4633;}
	
	/* Property Video */
	.video-cont {overflow:hidden;}
	
	/* Property Map */
	#map { position: relative; padding-bottom: 50%;  height: 0; overflow: hidden;}
	#map iframe { position: absolute; top: 0; left: 0;  width: 100% !important; height: 100% !important;}
	
	/* Property Tabs */
	.tabs {	margin-bottom:100px;	}
	.tabs .tab {display:none; padding:20px 0 0 0;}
	.tabs .tab.active {display:block;}	
	.tab-buttons {list-style:none;  }
	.tab-buttons li {list-style:none; display:inline-block;}
	.tab-buttons li a {display:inline-block; background:#70bae8; color:#fff; font-weight:500; padding: 5px 10px;}
	.tab-buttons li a:hover ,
	.tab-buttons li.active a {background:#303E48; color:#fff;}
	.tab-buttons li a i {display:inline-block; padding-right:10px;}
	
	.tabs .tab .form-bucket {margin-top:0;}
	
	.social-links {padding:0;margin:0;}
	.social-links a { text-decoration:none; outline:none!important; 
		-webkit-transition: all 20ms ease; 
		-moz-transition: all 20ms ease; 
		-ms-transition: all 20ms ease; 
		-o-transition: all 20ms ease; 
		transition: all 20ms ease; 
	}
	.social-links li {display:inline-block;margin-left:10px;}	
	.social-links .social-icon  {display:inline-block;width:30px;height:30px;overflow:hidden;text-align:center;line-height:30px;font-size:15px;	background-color:none; color:#002d42; border:1px solid #002d42;}
	.social-links .social-icon.icon-fb:hover {color:#fff;border:1px solid #3a5795; background-color:#3a5795;}
	.social-links .social-icon.icon-tw:hover {color:#fff;background-color:#67d3f6;border:1px solid #67d3f6;}
	.social-links .social-icon.icon-gplus:hover {color:#fff;background-color:#dc4635;border:1px solid #dc4635;}
	.social-links .social-icon.icon-linkedin:hover {color:#fff;background-color:#0074b2;border:1px solid #0074b2;}
	
	.single-property-gallery {margin-bottom:30px; margin-top:0; padding-bottom:30px;}
	.single-property-gallery .property-gallery .item{}
	.single-property-gallery .property-gallery .item img {max-height:400px; display: inline-block; vertical-align:middle; max-width: 100%;height:auto;}
	.single-property-gallery .property-gallery .item .helper { display: inline-block;height: 100%;vertical-align: middle;	}

	.single-property-gallery .owl-prev { left: -20px;box-shadow: 0px 1px 4px 0px #666; }
	.single-property-gallery .owl-next { right: -20px;box-shadow: 0px 1px 4px 0px #666; }
	.single-property-gallery .owl-dots { text-align: right; position: absolute; bottom: 10px;  left: 0;  right: 0px; padding-right:20px;}
	.single-property-gallery .owl-dot { width: 12px; height: 12px;margin: 0 3px;box-shadow: 0px 1px 4px 0px #666;}
	
	#property-gallery-thumbnails{border-top: 1px solid #dbdbdd; padding-top:30px; margin-top:30px;}
	#property-gallery-thumbnails .item {height: 128px; margin: 0 1px; color: #FFF;cursor: pointer; background-color: #000; position: relative;}
	
	.page-top {margin-bottom:30px;}
	.contact-partner{padding-bottom: 20px}

	#print-button {display:inline-block;}

	

/* ==========================================================================
    Forms
   ========================================================================== */
   
    .search-bucket-cont.fixed {position:relative; z-index:400;  background-color:#34424C;  background: rgba(22,28,63,0.7); color: #fff; padding-top: 20px;padding-bottom: 20px; margin:40px auto 0 auto; }
   body.alt  .search-bucket-cont.fixed {margin-top:-107px;}
   
   
	.form-bucket {  padding:15px;}
	.search-bucket {margin:0;}
	.form-control {outline:0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:100%;display: block;padding: 0 5px  0 15px; border: 0; background: #F6F8F9; margin-bottom: 10px; width: 100%;font-size: 13px;line-height: 1.4;color: #36424a; height:30px; font-weight:400; border-radius:4px; -webkit-border-radius:4px; }
	textarea.form-control {outline:0;height:auto; height:80px; padding:8px 15px;}

	.form-control::-webkit-input-placeholder { color:#757376;opacity: 1;}
	.form-control:-moz-placeholder { color:#757376;opacity: 1;}
	.form-control::-moz-placeholder { color:#757376;opacity: 1;}
	.form-control:-ms-input-placeholder { color:#757376;opacity: 1;}
	.form-control:placeholder-shown { color:#757376;opacity: 1;}
		
	.select2-container {width:100%!important; margin-bottom:10px;}
	.select2-container--default .select2-selection--single{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:100%;display: block;padding: 0 15px; border: 0;  background: #F6F8F9; margin-bottom: 0px; width: 100%;font-size: 13px;line-height: 1.4;color: #36424a; height:30px; border-radius:0;font-weight:400; border-radius:4px; -webkit-border-radius:4px;}
	.select2-container .select2-selection--single .select2-selection__rendered {line-height:30px;padding-left:0;}
	.select2-container--default .select2-selection--single .select2-selection__placeholder {color: #002d42; }
	.select2-container--default .select2-selection--single .select2-selection__arrow {height:30px;}
	.select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #002d42 transparent transparent transparent;}
	.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color:#34424C;}
	.select2-dropdown {border:0; border:1px solid #e5eaec; }
	.select2-container--open .select2-dropdown { left: 0px;}
	.select2-results__option { padding: 6px 12px; font-size: 13px;}	
	.btn-radio {font-size: 12px;line-height: 35px;color: #002d42; font-weight:500;}	
	input[type=radio].custom-radio { display: none; }  	
	input[type=radio].custom-radio + label { padding:0px 5px; height:30px;line-height:30px;cursor:pointer; position:relative; text-align:center; background:#F6F8F9; display:block; width:100%;}
	
	.btn-search {width:100%; background-color:#70bae8;}
	.form-bucket h3 {margin:10px 0 20px 0;}	
	.custom-select {display:inline-block; vertical-align:middle; margin-left:10px;}
	.custom-select .select2-container {width:auto!important; display:inline-block; margin-bottom:0;}
	.custom-select .select2-container--default .select2-selection--single{ outline:0;background:#F6F8F9;font-size:13px;  }
	
	
	.search-bucket-cont.fixed .form-bucket {  padding-bottom:20px;}
	#btn-search {width:150px; height: 40px;line-height: 40px;padding: 0 15px; border: 0; color: #36424a;font-weight:500; border-radius:4px; -webkit-border-radius:4px;background: #F6F8F9;  position:absolute; bottom:-20px; left:50%; margin-left:-75px; border: 1px solid rgba(125,125,125,0.6);-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.45);box-shadow: 0 0 6px 0 rgba(0,0,0,0.45);}
	#btn-search:hover {}	
	.form-bucket .form-heading{font-weight:400;margin:0 0 15px 0; color:#F6F8F9;}
	
	.form-bucket.style1 {border:0;}
	.form-bucket.style1 .form-control {background-color:#E9ECEE;border:0; margin-bottom:15px;}
	.form-bucket.style1 input[type=radio].custom-radio + label {background-color:#E9ECEE;border:0;margin-bottom:10px;}
	.form-bucket.style1 .select2-container--default .select2-selection--single  {outline:0;background-color:#E9ECEE;border:0;margin-bottom:0px;}
	
	input[type=radio].custom-radio:checked + label:hover,
	input[type=radio].custom-radio:checked + label {background:#70bae8;color:#F6F8F9;} 
	
	.form-bucket.style1 input[type=radio].custom-radio:checked + label:hover,
	.form-bucket.style1 input[type=radio].custom-radio:checked + label {background:#70bae8;color:#F6F8F9;} 		
	
	.form-bucket.style2 {border:0; padding:0;}
	.form-bucket.style2 label {display:block; font-weight:500; font-size:14px; margin-bottom:10px;}
	.form-bucket.style2 .form-control {background-color:#fff; height:30px; border: 1px solid #c5c6cf;}
	.form-bucket.style2 textarea.form-control {height:80px;}
	.form-bucket.style2  .select2-container--default .select2-selection--single {outline:0;background-color:#fff; border: 1px solid #c5c6cf;height:30px;}
	.form-bucket.style2 .select2-container .select2-selection--single .select2-selection__rendered {line-height:30px;}
	.form-bucket.style2 .select2-container--default .select2-selection--single .select2-selection__arrow { height:30px;}
	
	.form-bucket.style3 {margin-bottom:20px;}
	.form-bucket.style3 .form-control {height:40px;}
	.form-bucket.style3 textarea.form-control {height:160px;}
	.form-bucket.style3  .select2-container--default .select2-selection--single {outline:0;height:40px;}
	.form-bucket.style3 .select2-container .select2-selection--single .select2-selection__rendered {line-height:40px;}
	.form-bucket.style3 .select2-container--default .select2-selection--single .select2-selection__arrow { height:40px;}
	
	.recaptcha {margin-bottom:20px;}
	.form-bottom {padding-top:15px!important;}
	
	
/* ==========================================================================
    Footer
   ========================================================================== */	
   
   	#footer-cont {/*position:absolute;bottom:0;left:0;right:0;*/margin-top: 40px;width:100%;}	
	.footer{   font-size:14px; padding-top: 45px; padding-bottom: 45px; }
	.footer a{color:#4f4f4f; }
	.footer-right > span {display:inline-block; padding:5px 3px 5px 3px;}
	.footer-right i {display:inline-block; padding-right:5px;}
	.footer .row > div { position:relative;}	
	.footer .logo {margin:0;}
	.copyright {background-color:#34424C; padding:10px 0; color:#fff; font-weight:400;font-size:13px;}

.footer-social {
	padding-left:0;
	padding-top:20px;
}
.footer-social li {
	display:inline-block;
	margin-right:10px;
}
.footer-social a.social-icon {
	display:inline-block;
	width:28px;
	height:28px;
	overflow: hidden;
	line-height:28px;
	border-radius: 50%;
	font-size:16px;
	text-align:center;
	opacity:1!important;
}

.footer-social a.social-icon.fb-icon {
	background-color:#4867AA ;
	color:#fff;
}
.footer-social a.social-icon.tw-icon {
	background-color:#1DA1F2 ;
	color:#fff;
}
.footer-social a.social-icon.youtube-icon {
	background-color:#ff0000 ;
	color:#fff;
}
.footer-social a.social-icon.instagram-icon {
	background-color:#d44656;
	color:#fff;
}
.footer-social a.social-icon.linkedin-icon {
	background-color:#0077b5;
	color:#fff;
}
.footer-social a.social-icon:hover {
	background:#fff;
	color:#b2b2b2;
}
.footer-social a.social-icon i {
	padding-right:0;
}

.lozad {
	opacity: 0;
	transition: opacity 1000ms ease 100ms;
}

.lozad[data-loaded] {
	opacity: 1;
}

.copyright-links {margin:0; padding:0; list-style:none;}
.copyright-links li {margin:0; padding:0; list-style:none; display:inline-block;}
.copyright-links li::after {content:'|'; display:inline-block; padding:0 2px 0 5px;}
.copyright-links li:last-child::after {display:none;}

/* ==========================================================================
    Media Queries
   ========================================================================== */
	/*
	 * Tablet
	 */
	@media only screen and (max-width: 1024px) {
		/* Tablet grid */
		.col-md-12{width:100%;}
		.col-md-11{width:91.666666666667%;}
		.col-md-10{width:83.333333333333%;}
		.col-md-9{width:75%;}
		.col-md-8{width:66.666666666667%;}
		.col-md-7{width:58.333333333333%;}
		.col-md-6{width:50%;}
		.col-md-5{width:41.666666666667%;}
		.col-md-4{width:33.333333333333%;}
		.col-md-3{width:25%;}
		.col-md-2{width:16.666666666667%;}
		.col-md-1{width:8.3333333333333%;}
	
		/* Helpers */
		.hidden-tablet { display: none; }
		.visible-tablet { display: block; }		
		
		.owl-prev {left: -22px;}
		.owl-next {right: -22px;}
		
		.row { margin: 0 -10px; }
		.row>div { padding: 0 10px; }		
		
	}
	
	/*
	 * Mobile
	 */
	@media only screen and (max-width: 767px) {
		
		/* Mobile grid */
		.col-sm-12{width:100%;}
		.col-sm-11{width:91.666666666667%;}
		.col-sm-10{width:83.333333333333%;}
		.col-sm-9{width:75%;}
		.col-sm-8{width:66.666666666667%;}
		.col-sm-7{width:58.333333333333%;}
		.col-sm-6{width:50%;}
		.col-sm-5{width:41.666666666667%;}
		.col-sm-4{width:33.333333333333%;}
		.col-sm-3{width:25%;}
		.col-sm-2{width:16.666666666667%;}
		.col-sm-1{width:8.3333333333333%;}
	
		/* Helpers */
		.hidden-mobile { display: none; }
		.visible-mobile { display: block; }		
		
		.property-gallery-cont {margin-bottom: 40px;}
		.widget { margin-bottom: 40px;}
		.listings-controls { margin-bottom: 40px;}
		.tabs { margin-bottom: 40px;}
		h2.property-title {margin-bottom: 10px;}
		.social-links {float:none; margin-bottom:10px;}
		.social-links li {margin-left:0; margin-right:10px;}
		
		.header {
			height:80px;
			border-bottom: 1px solid rgba(125,125,125,.5);
		}

		.logo {height:60px;margin:10px 0;}
		.nav {display:none;}
		.mobile-nav-button {display:block; }		
		
		.property-gallery-cont {margin-bottom:15px;}
		.search-bucket-cont.fixed {}
		
		.header { height: 45px;}
		.header-top {font-size: 12px;}
		.mobile-nav-button {font-size: 30px; margin-top: 4px;}
		
		.entry h2 {font-size: 18px;}
		
		.grey-ribbon .col3.col-sm-12 {padding-top:15px;}
		
		.language-switcher {padding: 13px 10px 13px 30px;}
		
		.home-property-gallery .item  > .row > div.col5 {height:auto;}
		
		.listing-controls {padding-bottom:0;}
		.view-states.pull-right {display:none;} 
		
		#property-gallery-thumbnails {display:none;}
		h2.page-title {padding-bottom:20px;}
		
		.home-property-gallery .item  > .row > div.bg-image {height:auto;}
		.home-property-gallery .item  > .row > div.bg-image::before {content:''; display:block; padding-top:58.82%;}
		
		/*.single-property-gallery .property-gallery .item{height:300px;}
		.single-property-gallery .property-gallery .item img {max-height:300px; }*/
		
	}
	@media only screen and (max-width: 640px) {
		.home-property-gallery .owl-controls .owl-nav .owl-prev,
		.home-property-gallery .owl-controls .owl-nav .owl-next {
			display: none!important;
		}
	}

	@media only screen and (max-width: 479px){
		
		/* Mobile grid */
		.col-xs-12{width:100%;}
		.col-xs-11{width:91.666666666667%;}
		.col-xs-10{width:83.333333333333%;}
		.col-xs-9{width:75%;}
		.col-xs-8{width:66.666666666667%;}
		.col-xs-7{width:58.333333333333%;}
		.col-xs-6{width:50%;}
		.col-xs-5{width:41.666666666667%;}
		.col-xs-4{width:33.333333333333%;}
		.col-xs-3{width:25%;}
		.col-xs-2{width:16.666666666667%;}
		.col-xs-1{width:8.3333333333333%;}
		
		.footer {padding-bottom:0;}
		.footer .row > div { padding-top: 0px; padding-bottom: 20px; position: relative;}

		.copyright .text-right {
			text-align:left;
		}
		

	}



.energy-container{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.energy-container span{
	margin-left: 5px;
}
.energy {
	font-family: Arial, Helvetica, sans-serif;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	position: relative;
	background-color: #000;
	color:#fff;
	width: 20px;
	height: 18px;
	margin-right:9px;
	font-size:12px;
	letter-spacing:-1px;
	font-weight:bold;
}
.energy:before {
	content: '';
	position:absolute;
	right:0;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #000;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.energy-ap {
	background-color: #5C8500;
}
.energy-ap:before{
	border-color: transparent transparent transparent #5C8500;
}
.energy-a {
	background-color: #6D9E00;
}
.energy-a:before{
	border-color: transparent transparent transparent #6D9E00;
}
.energy-bp {
	background-color: #7FB800;
}
.energy-bp:before {
	border-color: transparent transparent transparent #7FB800;
}
.energy-b {
	background-color: #91D100;
}
.energy-b:before {
	border-color: transparent transparent transparent #91D100;
}

.energy-c {
	background-color: #EBC400;
}
.energy-c:before {
	border-color: transparent transparent transparent #EBC400;
}

.energy-d {
	background-color: #EB9D00;
}
.energy-d:before {
	border-color: transparent transparent transparent #EB9D00;
}
.energy-e {
	background-color: #E67300;
}
.energy-e:before {
	border-color: transparent transparent transparent #E67300;
}
.energy-f {
	background-color: #D22300;
}
.energy-f:before {
	border-color: transparent transparent transparent #D22300;
}

.energy-g {
	background-color: #B80000;
}
.energy-g:before {
	border-color: transparent transparent transparent #B80000;
}

.energy-info{
	display: inline-block;
	width:12px;
	height:12px;
	padding:4px;
	margin-left:5px;
	cursor:default;
	box-sizing: content-box;
	margin-right:-4px;
	position:relative;
}
.energy-info svg{
	display: block;
	width:12px;
	height:12px;
}
.energy-info svg path{
	fill:#646464;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.energy-info:hover svg path,
.energy-info:focus svg path{
	fill:#000;
}
.energy-info__info{
	position:absolute;
	display:none;
	width:220px;
	margin-top:5px;
	z-index:999;
	right:10px;
}
.energy-info:hover .energy-info__info,
.energy-info:focus .energy-info__info{
	display:block;
}
.energy-info__info img{
	max-width:100%;
	/*border-radius:3px;*/
	border: 1px solid rgba(0,0,0,0.1);
	overflow:hidden;
}
@media screen and (max-width: 490px) {
	.energy-info {
		position: unset;
	}
	.energy-info__info{
		right: unset;
		left:50%;
		transform: translateX(-50%);
	}
}


	/*Working Hours*/
	.working-hours{
		position: relative;
		display: block;
		text-decoration: underline;
		margin: 10px 0 5px;
		left: -30px;
	}
	.contact-info li .working-hours i {
		position: static;
	}
	.working-hours .dropdown-menu {
		position: absolute;
		top: 100%;
		z-index: 1000;
		display: none;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		padding: 10px 15px;
		left: -2px;
		right: 0;
		min-width: 265px;
		max-height: calc( 100vh - 100px);
		overflow: auto;
	}
	.open>.dropdown-menu {
		display: block;
	}
	.working-hours .dropdown-menu.open--on-top {
		top: auto;
		bottom: 100%;
	}
	.working-hours__btn {
		padding: 0 0 0 30px;
		background: none;
		outline: none;
		border: none;
		text-decoration: underline;
		cursor: pointer;
	}
	.working-hours__title{
		font-size: 18px;
		font-weight: bold;
	}
	.working-hours td {
		font-size: 13px;
		white-space: nowrap;
	}
	.working-hours td:not(:nth-child(1)) {
		padding-left: 10px;
	}
	.working-hours td.last {
		padding-left: 0px;
	}
	.footer-right .working-hours .working-hours__btn{
		padding-left: 20px;
	}
	.footer-right .working-hours{
		left: 0;
	}