/* Stylesheets and Google fonts import */
/*@import url("font-awesome.css");*/
@import url("animations.css");
@import url("g-fonts.css");
/*  CSS definations for Real Spaces  */

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
}
iframe{
	border:0;
}

/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	background: #2d85d3;
	-ms-text-size-adjust: 100%;
}
a{
	color:#5e5e5e;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}
a:hover{
	text-decoration:none;
}
a:hover,
a:active,
a:focus{
	outline: 0;
	color:#666666;
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;	
}
.selectpicker li a{
	line-height:1.8;
	padding:4px 6px;
	
}
p a{	
}
.anavit a{
	color:#2D85D3;
}
.selectpicker a > .fa, .selectpicker span > .fa {
	margin-right:4px;
	color:#900;
}
.gray-bg{
	background:#bababa;
}
.gray-text{
	color:#bababa;
}
.lgray-bg{
	background:#f8f8f8;
}
.dgray-bg{
	background:#333333;
}
img {
	max-width: 100%;	
}
img, object, embed, audio, video {
	max-width: 100%;
}
img {
	height: auto;
}
strong, .strong {
  	font-weight: 700;
}
p {
	margin: 0 0 20px;
	color:#444;
}
i, em, .italic{
	font-style:italic;
}
.uppercase{
	text-transform:uppercase;
}
.align-left{
	float:left;
	margin:0 25px 0 0px!important;
}
.align-right{
	float:right;
	margin:0 0 0 25px!important;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;	
}
.color-text {
    color: #ffffff;
}
.through{
	text-decoration:line-through;
}
.border-radius{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 15px 0;
	color:#333333;
	font-weight:400;
	line-height:1.5em;
	font-family: 'Montserrat', sans-serif;
}
h1{
	font-size:32px;
}
h2{
	font-size:26px;
	font-weight:600;
	letter-spacing:-0.3px;
	line-height:1.1;
}
h3{
	font-size:20px;
	font-weight:600;
	letter-spacing:-0.3px;
	line-height:1.1;
	margin:0 0 3px 0;
}
h4{
	font-size:16px;
}
h5{
	font-size:16px;
	font-weight:700;
}
h6{
	font-size:12px;
}
.articil h3{
	color:#997F28;
	line-height:1.4;
}
h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short{
	margin-bottom:5px;
}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#333333;
	text-decoration:none;
}
.huge{
	font-size:10em;
}
blockquote{
	margin:30px 0;
	padding:0 0 0 30px;
	border-left:3px solid;
}
blockquote p{
	margin-bottom:0;
	white-space:normal;
	font-style:italic;
	font-size:20px;
	font-family: Georgia, serif;
}
blockquote cite{
	color:#ffffff;
}
blockquote cite:before{
	content:"- ";
}
p{
	font-size:14px;
	line-height:20px;
	margin:0 0 15px 0;
}
p.md{
	font-size:16px;
	line-height:22px;
}
p.lg{
	font-size:30px;
	line-height:1.2em;
}
.big{
	font-size:200%;
	line-height:1.5em;
}
.thin{
	font-weight:300;
}
p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
	font-family:Georgia, serif;
    line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}
hr{
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:1px;
	border:0;
	background:#eee;
}
hr.fw{
	display:block;
	clear:both;
	margin-top:0;
	margin-bottom:50px;
	width:100%;
	height:1px;
	border:0;
	background:#eee;
}
hr.sm{
	display:inline-block;
	margin:15px 0;
	width:40px;
	height:2px;
	border:0;
	background:#eee;
}
ul.checks, ul.angles, ul.carets, ul.chevrons{
	margin-bottom:15px;
}
ul.checks > li, ul.angles > li, ul.carets > li, ul.chevrons > li{
	margin:10px 0;
}
ul.checks > li > i, ul.angles > li > i, ul.carets > li > i, ul.chevrons > li > i{
	margin-right:2px;
}
ul.inline{
	margin:10px 0;
}
ul.inline > li{
	display:inline-block;
	margin-right:10px;
}
ul.inline > li i.fa{
	margin-right:2px;
}
ul.nav-list-primary > li a{
	display:block;
	padding:8px;
	border-bottom:1px solid #efefef;
	color:#666666;
	text-decoration:none;
}
ul.nav-list-primary > li a:hover{
	text-decoration:none;
}
ul.unordered{
	margin:10px 0 10px 20px;
	list-style-type:disc;
}
ol{
	margin:10px 0 10px 30px;
	list-style-type: decimal;
}
ul.unordered ul, ol ul{
	margin:10px 0 10px 20px;
}
ul.unordered ul{
	list-style-type:circle;
}
dl{
	margin:10px 0;
}
dl dt{
	font-weight:700;
}
address.ico i{
	display:inline-block;
	float: left;
	clear:both;
	padding-top: 3px;
}
address.ico p{
	margin:0;
	padding-bottom:10px;
}
address.ico span{
	display:inline-block;
	padding-left:20px;
}
.cursive{
	font-family: Georgia, serif;
	font-style:italic;
	text-transform:none;
	font-weight:400;
	letter-spacing:0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-control{
	margin-bottom:20px;
}

/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}
.push-top{
	margin-top:35px;
}

/* ==================================================
   Padding Sets
================================================== */
.padding-b0{
	padding-bottom:0!important;
}
.padding-tb20{
	padding-top:20px;
	padding-bottom:20px;
}
.padding-tb30{
	padding-top:30px;
	padding-bottom:30px;
}
.padding-tb45{
	padding-top:45px;
	padding-bottom:45px;
}
.padding-tb75{
	padding-top:75px;
	padding-bottom:75px;
}
.padding-tb100{
	padding-top:100px;
	padding-bottom:100px;
}
.padding-tb125{
	padding-top:125px;
	padding-bottom:125px;
}
.padding-as25{
	padding:25px;
}
/* ==================================================
   Spacers
================================================== */
.spacer-20{
	height:30px;
	clear:both;
	width:100%;
}
.spacer-30{
	height:30px;
	clear:both;
	width:100%;
}
.spacer-40{
	height:40px;
	clear:both;
	width:100%;
}
.spacer-50{
	height:50px;
	clear:both;
	width:100%;
}
.spacer-75{
	height:75px;
	clear:both;
	width:100%;
}
.spacer-100{
	height:100px;
	clear:both;
	width:100%;
}

/* ----------------------------------------------------------------------------------------- */
/* Multi purpose classes */
/* ----------------------------------------------------------------------------------------- */
.overlay-transparent{
	background:rgba(0,0,0,.6);
}
.btn{
	border-width: 0;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  	text-decoration:none;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.btn-default{
	border-width:1px;
	box-shadow:none;
	text-shadow:none;
}
ul.popsearch li{ line-height:1.4; margin:4px 0px; display:inline-block; max-width:250px; overflow:hidden; float:left; height:20px;}
ul.popsearch li a:hover{
	text-decoration:underline;	
}
ul.alttags li{
	padding:0px;
	margin:2px 0px;	
	overflow:hidden;
}
.btn:hover, .btn:active, .btn:focus{
  opacity:.9
}
.social-icons a{
	margin:0 8px;
	text-decoration:none;
}
.next-prev-nav{
	display:inline-block;
}
.next-prev-nav a{
	display:inline-block;
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	line-height:20px;
	text-decoration:none;
}
.next-prev-nav a:hover{
	color:#fff;
}
.meta-data{
	display:block;
	margin-bottom:10px;
	font-size:12px;
	font-style:italic;
	color:#999999;
	padding:0!important;
	border-bottom-width:3px!important;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.meta-data a{
	color:#666666;
}
.meta-data a i{
	color:#999999;
}
.meta-data a:hover{
	text-decoration:none;
}
.meta-data > span{
	display:inline-block;
	padding:10px 20px;
	border-right:1px solid #efefef;
}
.meta-data i{
	margin-right:4px;
}
.meta-data > span:last-child{
	border-right:0;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.media-box{
	position:relative;
	display:block;
	max-width:100%;
}
.media-box .zoom, .media-box .expand{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	color:#ffffff!important;
	font-size:1.5em;
	z-index:999;
	left:0;
	top:0;
	margin:0;
	background-color:rgba(0,0,0,.5);
	opacity:0;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.img-thumbnail img:hover, .img-thumbnail:hover{
	opacity:.9
}
.media-box:hover .zoom, .media-box:hover .expand{
	opacity:1;
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
}
.selectpicker{
	font-weight:400;
	padding-top:5px;
	padding-bottom:5px;
}
.input-lg .selectpicker{
	padding-top:12px;
	padding-bottom:11px;
}
.bootstrap-select.form-control{
	margin-bottom:20px!important;
}
.bootstrap-select.margin-0{
	margin-bottom:0px!important;
}

/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body{
	background-color:#ffffff;
	color:#444;
	font-size:14px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:20px;
	background-attachment:fixed;
	margin-top: -8px;
}
body.boxed .body{
	position:relative;
	margin:25px auto;
	max-width:1080px;
	width:100%;
	height:auto;
	background-color:#ffffff;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 2px rgba(0,0,0,.2);
	box-shadow:0 0 2px rgba(0,0,0,.2);
}
@media (max-width: 480px) {
	.property-listing .property-info .price{
		    position: absolute;
		    left: 0;
		    top: -80px;
	}
	.top-header{
		margin-top: 15px !important;
	}
}
@media (min-width: 1200px) {
body.boxed .body .site-header, body.boxed .body .main-menu-wrapper{
	max-width:100%;
	width:1080px;
}
}
.site-header{
	width:100%;
	position: relative !important;
	overflow: visible !important;
	height: auto !important;
}
.top-header{
	height: auto !important;
	position: relative !important;
	overflow: visible !important;
}
.middle-header{
	position:relative;
	z-index:8;
	overflow: visible !important;
	height: auto !important;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	/* Luxury alignment fix applied above */
}
.site-header h1.logo{
	position:relative;
	z-index:1300;
	display: table;
	margin:0;
	padding: 5px 0 0;
	vertical-align: middle;
	line-height: 0;
}
.flagpoints > li >a {
	padding: 0 6px !important;	
}
img.flags{
	height:30px;
	margin:5px 0px;	
}
.logo a{
	display:table-cell;
    vertical-align:middle;
	text-decoration:none;
}

/* Override for flexbox header layout */
.header-flex .logo a,
.header-logo .logo a {
	display: flex !important;
	vertical-align: baseline !important;
	align-items: center !important;
}


.horiz-nav > li{
	float:left;
}
.horiz-nav > li > a{
	display:inline-block;
	padding:0 4px;
	line-height:26px;
	text-decoration:none;
	border-right:1px solid rgba(0,0,0,.1);
	color: #fff;
}
.horiz-nav > li > a:hover{
	background:rgba(0,0,0,.05)
}
.horiz-nav > li:first-child > a{
	border-left:1px solid rgba(0,0,0,.1);
}
.horiz-nav a{
	text-decoration:none;
}
.boxed .horiz-nav.pull-left li:first-child a{
	border-left:0;
}
.boxed .horiz-nav.pull-right li:last-child a{
	border-right:0;
}
.contact-info-blocks{
	text-align:right;
}
.contact-info-blocks > div{
	display:inline-block;
	margin:20px 0 0 0;
	padding:0 20px;
	border-right:1px solid #efefef;
	color:#999;
	text-align:left;
}
.contact-info-blocks > div:last-child{
	border-right:0;
	padding-right:0;
}
.contact-info-blocks > div > span{
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#666;
}
.site-header .menu-toggle{
	font-size:18px;
	margin:20px 10px 0 0;
	float:right;
}
.site-header .menu-toggle:focus{
	outline:0;
}
.main-menu-wrapper{
	display:block;
	position:relative;
	background:#fff;
	z-index:1000;
	width:100%;
	overflow: visible !important; /* Allow dropdowns to show outside */
	height: auto !important;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.03);
	-moz-box-shadow: 0 2px 20px rgba(0,0,0,0.03);
	box-shadow: 0 2px 20px rgba(0,0,0,0.03); /* Subtle luxury shadow */
	background:#f8f8f8;
}
.navigation{
	height: auto !important;
	text-align:center;
	position: relative !important;
	overflow: visible !important;
}
.navigation > ul > li {
	float:left;
	font-size:15px;
	position:relative;
}

/* Icon inside li that is NOT the angle-down icon */
.navigation > ul > li i:not(.fa-angle-down) {
	font-size:22px;
	margin-left:5px;
}

/* Modern SVG home icon styling - thin outline style */
.navigation > ul > li > a svg {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: 0;
	stroke: currentColor;
	stroke-width: 1.5;
	fill: none;
	transition: all 0.2s ease;
}

.navigation > ul > li:hover > a svg {
	stroke-width: 2;
}

/* Icon inside li that IS the angle-down icon */
.navigation > ul > li i.fa-angle-down {
	font-size:12px;
	margin-left:5px;
}

/* Modern thin chevron-down SVG styling */
.navigation > ul > li > a .chevron-down,
.navigation > ul > li > a svg.chevron-down {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	transition: transform 0.2s ease;
}

.navigation > ul > li:hover > a .chevron-down,
.navigation > ul > li:hover > a svg.chevron-down {
	transform: translateY(1px);
}

.navigation > ul > li > a{
	padding:15px 4px; /* Reduced horizontal padding from 6px to 4px for tighter spacing */
	display:block;
	text-decoration:none;
	border-right:1px solid rgba(0,0,0,.05);
	font-weight:600;
	font-family:'Montserrat', sans-serif;
}

.navigation > ul > li:last-child > a{
	border-right:none;
}
.navigation ul > li:hover > a, .navigation ul > li.current_menu_item > a{
	padding:15px 4px; /* Reduced horizontal padding from 8px to 4px for tighter spacing */
	background:#fff;
}
.navigation > ul > li ul{
	position:absolute;
	top:100%;
	left:0;
	z-index:10000;
	display:none;
	min-width:100%;
	height:auto;
	background:#fff;
	text-align:left;
	box-shadow:0 2px 2px rgba(0,0,0,.3);
}
.navigation > ul > li:hover ul{
	display:block;
}
.navigation > ul > li > ul li{
	line-height: normal;
	font-size:14px;
	position:relative;
}
.navigation > ul > li > ul li > a{
	display:block;
	padding:10px 25px;
	border-bottom:1px solid #f8f7f3;
	white-space:nowrap;
	text-decoration:none;
}
.navigation > ul > li > ul > li:hover > a, .navigation > ul > li > ul > li > ul > li:hover > a{
	text-decoration:none;
	padding:10px 25px;
	color:#ffffff;
	border-top:0;
}
.navigation > ul > li > ul li:last-child a{
	border-bottom:0;
}
.navigation > ul > li > ul li ul{
	left:100%!important;
	top:0;
	min-width: inherit;
	position:absolute;
	box-shadow:0 2px 2px rgba(0,0,0,.3);
}
.boxed .navigation > ul > li:first-child a{
	border-left:0;
}
.boxed .navigation > ul > li:last-child a{
	border-right:0;
}
.sticky-wrapper{
	max-height:50px;
}
.is-sticky .main-menu-wrapper{
	z-index:1000;
	height:50px;
	background-color:#ffffff;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.03);
	-moz-box-shadow: 0 2px 20px rgba(0,0,0,0.03);
	box-shadow: 0 2px 20px rgba(0,0,0,0.03); /* Subtle luxury shadow */
}
.is-sticky .navigation{
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/* Site Showcase */
.site-showcase{
	position:relative;
	z-index:4;
	overflow:hidden;
	width: 100%;
}
/* Hero Slider */
.flexslider {
	margin: 0;
	padding: 0;
	background:url(../images/loader.gif) no-repeat scroll center center;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
html[xmlns] .slides {
	display: block;
} 
* html .slides {
	height: 1%;
}
.flexslider .slides {
	zoom: 1;
}  
.slider-mask{
	width:100%;
	height:518px; /* Increased by 15% from 450px */
	position:absolute;
	z-index:5;
	display:block;
	display:none;
}
.hero-slider{
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:518px; /* Increased by 15% from 450px */
	width:100%;
	overflow:hidden;
}
.hero-slider .flex-viewport{
	width:100%;
}
.hero-slider.flexslider > ul.slides{
	height:100%;
}
.hero-slider.flexslider ul.slides li{
	height:518px; /* Increased by 15% from 450px */
	width:100%;
	overflow:hidden;
	position:static;
	background-attachment:scroll!important
}
.flexslider .flex-control-nav{
	width:100%;
	text-align:center;
	position:absolute;
	z-index:111;
	left:0;
	bottom:10px;
	padding:0;
	margin:0;
}
.hero-slider.flexslider .flex-control-nav{
	bottom:-40px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.hero-slider.flexslider:hover .flex-control-nav{
	bottom:10px;
	-webkit-transition: bottom .3s .2s;
	-moz-transition: bottom .3s .2s;
	-ms-transition: bottom .3s .2s;
	-o-transition: bottom .3s .2s;
	transition: bottom .3s .2s;
}
.flexslider .flex-control-nav li{
	display:inline;
}
.flexslider .flex-control-nav a{
	width:25px;
	height:8px;
	background-color:#ffffff;
	display:inline-block;
	margin:0 6px;
	text-indent:-9999px;
	text-decoration:none;
}
.flexslider .flex-prev, .flexslider .flex-next{
	background:rgba(0,0,0,.6);
	color:#f8f7f3;
	display:block;
	margin-bottom:10px;
	position:absolute;
	top: 50%;
	right: 15px;
	font-size: 20px;
	line-height:25px;
	width: 30px;
	height: 30px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration:none;
	display:none;
	text-align:center;
	border-radius:5px;
}
.flexslider .flex-prev{
	left:10px;
	right:auto;
}
.flexslider .flex-prev:before{
  content: "\f104";
}
.flexslider .flex-next:before{
  content: "\f105";
}
.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next{
	width:40px;
	height:40px;
	right:-40px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	font-size:20px;
	line-height:40px;
	display:block;
	margin-top:-20px;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next{
	display:block;
}
.hero-slider.flexslider .flex-prev{
	left:-40px;
}
.hero-slider.flexslider:hover .flex-prev{
	left:10px;
	-webkit-transition: left .3s .2s;
	-moz-transition: left .3s .2s;
	-ms-transition: left .3s .2s;
	-o-transition: left .3s .2s;
	transition: left .3s .2s;
}
.hero-slider.flexslider:hover .flex-next{
	right:10px;
	-webkit-transition: right .3s .2s;
	-moz-transition: right .3s .2s;
	-ms-transition: right .3s .2s;
	-o-transition: right .3s .2s;
	transition: right .3s .2s;
}
#gmap{
	height:550px;
	overflow:hidden;
  	position: relative;
}
#gmap.map-single-page{
	height:200px;
}
#gmap img {
  	max-width: none;
}
#gmap .map-property {
  	padding-bottom: 10px;
  	width: 310px;
}
#gmap .property-featured-image {
	margin-bottom:10px;
	margin-right:20px;
	float:left;
}
.site-search-module{
	position:absolute;
	z-index:8;
	height:300px;
	bottom: -218px; /* Moved 2px up (from -220px) to place it more inside the slider */
	left:0;
	width: 100%;
}
.site-search-module-inside{
	padding:15px 15px 0;
	height:305px;
	background: rgba(248, 248, 248, 0.85); /* Semi-transparent background for blur effect */
	backdrop-filter: blur(20px) !important; /* Increased blur effect */
	-webkit-backdrop-filter: blur(20px) !important; /* WebKit support */
	/* border-top:2px solid rgba(0,0,0,.8); */
	border-radius:15px 15px 0 0;
}
.site-search-module-inside .btn{
	padding-top:14px;
	padding-bottom:12px;
}
.site-search-module-inside .selectpicker.btn{
	padding-top:12px;
}
#ads-trigger{
	display:inline-block;
	padding-top:11px;
	padding-bottom:11px;
}
.main{
	position:relative;
	background:#ffffff;
	-webkit-box-shadow:0 -2px 2px rgba(0,0,0,.05);
	-moz-box-shadow:0 -2px 2px rgba(0,0,0,.05);
	box-shadow:0 -2px 2px rgba(0,0,0,.05);
}
.home .main{
	z-index:5;
}
.content{
	padding:10px 0;
}
.featured-blocks{
	margin-bottom:10px;
}
.featured-block{
	position:relative;
	text-align:center;
}
.featured-block img{
	width:50%;
	display:inline-block;
	border-radius:100%;
	margin-bottom:10px;
}
.featured-block p{
	padding:0 10%;
	margin-bottom:0;
}
.property-block{
	border: 1px solid #dddddd;
	border-radius: 12px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#ffffff;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.property-block:hover{
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.property-featured-image, .agent-featured-image{
	display:block;
	position:relative;
}
.property-featured-image img, .agent-featured-image img{
	min-width:100%;
	height:150px;
}
.overlay{
	width:100%;
	height:100%;
	line-height:100%;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	font-size:24px;
	text-align:center;
	display:block;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	opacity:0;
	background:rgba(0,0,0,.4);
}
.property-featured-image:hover .overlay, .agent-featured-image:hover .overlay{
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
	opacity:1;
}
#featured-properties .overlay{
	line-height:205px!important;
}
.property-featured-image .images-count{
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	color:#ffffff;
	background:rgba(0,0,0,.5);
	padding:5px 10px;
}
.property-featured-image .badges{
	position:absolute;
	z-index:0;
	right:10px;
	top:10px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#D22A2A;
	font-weight:700;
	color:#FFF;
}
.property-info, .agent-info{
	padding:15px;
	display:block;
	border-bottom:1px solid #efefef;
}
.property-amenities{
	background:#f8f8f8;
}
.property-amenities > span{
	display:block;
	width:33%;
	float:left;
	padding:4px 5px 4px 10px;
	text-align:left;
	font-size:13px;
	height:24px;
	overflow:hidden;
	color:#666;
	border-right:1px solid #efefef;
}
.property-amenities > span:last-child{
	border-right:none;
}
.property-amenities > span > strong{
	display:block;
	font-size:14px;
}
.property-amenities img.iconic{
	height:20px;
	margin:0px 5px;
}
.property-info h4, .agent-info h4{
	margin-bottom:0;
	  height: 44px;
	  overflow: hidden;
	  font-size: 19px;
	  line-height: 1.25;
	  letter-spacing: 0.2px;
	  font-weight: 600;
}
.property-info .location{
	display:block;
	font-size:100%;
	padding:8px 10px;
}
.property-info .summary{
	font-size:13px;
	color:#000 !important;
	padding-left:10px;
	padding-right:5px;
	height:46px;
	overflow:hidden;
	margin: 0 0 6px 0;
}
.price, .counts{
	display:inline-block;
	background:#999;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:30px;
}
.price strong, .counts strong{
	background:rgba(0,0,0,.1);
	padding:0 7px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	line-height:30px;
	height:30px;
	display: inline-block;
	font-weight:600;
}
.price span, .counts span{
	padding:0 3px;
	line-height:30px;
	height:30px;
	font-weight:700;
}
#latest-properties .property-block{
	margin-bottom:40px;
}
.block-heading-fw{
	background:#fff;
	padding:10px 0;
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,.07);
	box-shadow:0 2px 0 rgba(0,0,0,.07);
}
.block-heading-fw h3{
	margin-bottom:0;
}
.block-heading-fw .btn-sm{
	margin-top:5px;
}
.sort-source a{
	text-decoration:none;
}
.block-heading{
	background:#efefef;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:50px;
	margin-bottom:30px;
}
.block-heading h4{
	line-height:50px;
	height:100%;
	overflow:hidden;
	color:#333 !important;
	background-color:#efefef !important;
	display:inline-block;
	padding-right:20px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}
.block-heading .heading-icon{
	background:rgba(0,0,0,.1);
	width:50px;
	text-align:center;
	margin-right:20px;
	display:inline-block;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	position:relative;
}
.block-heading .heading-icon .icon-design{
	color:rgba(0,0,0,.1);
	font-size:20px;
	position:absolute;
	right:-7px;
	top:16px;
}
.block-heading .btn-sm{
	margin:12px 17px 0 0 ;
}
.bottom-blocks h3{
	margin-bottom:30px;
}
.features-list li .icon{
	font-size:30px;
	line-height:40px;
	float:left;
	width:15%;
}
.features-list li .text{
	float:left;
	width:85%;
}
.features-list li .text h4{
	margin-bottom:5px;
}
.popular-agent .img-thumbnail{
	margin-bottom:15px;
}
.contact-info li{
	margin:5px 0;
	border-bottom:0!important;
	white-space:nowrap;
}
.contact-info li i{
	margin-right:7px;
}
.testimonials > li{
	border-bottom:0!important;
}
.testimonials > li > p{
	border:1px solid #efefef;
	background:#fff;
	padding:25px;
	position:relative;
}
.testimonials > li > p:before, .testimonials > li > p:after {
	content: "";
   	position: absolute;
   	width: 0;
   	height: 0;
   	border-style: solid;
   	border-color: transparent;
   	border-bottom: 0;
}
.testimonials > li > p:before {
  	bottom: -9px;
  	right: 31px;
	border-top-color: #efefef;
  	border-width: 10px;
}
.testimonials > li > p:after {
  	bottom: -8px;
  	right: 32px;
  	border-top-color: #fff;
  	border-width: 9px;
}
.testimonials > li .testimonial-sender{
	float:right;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:80px;
	height:80px;
	border:3px solid #fff;
	-webkit-box-shadow:0 0 2px #efefef;
	box-shadow:0 0 2px #efefef;
}
.testimonials > li cite{
	display:block;
	margin-top:40px;
}
.testimonials > li cite a{
	text-decoration:none;
	color:#999;
}
#gray {
	position: relative;
	z-index: 1;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #d7d7d7;
	margin: 0;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
}
#gray.propertybottom {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#gray .title {
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	background:#D4AF37;
	margin: 0;
	padding: 8px;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#gray p {
	margin: 10px 10px 0 5px;
}
.fieldwrap {
	margin: 10px 0 0 0;
}
#gray input[type=text], textarea {
	width: 100%;
	min-height: 30px;
	border: solid 1px #ccc;
	background-color: #fff;
	padding-left: 5px;
	outline: none;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(190, 133, 10, 0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 59, 255, 0.75);
	box-shadow: 0px 0px 3px 0px rgba(190, 133, 10, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#field_name {
background: url(/images/form_sprite.png) no-repeat right -86px;
}
#gray.propertybottom input[type=text] {
min-height: 35px;
}
#gray input[type=text]#field_phone {
width: 100%;
}
#gray.propertybottom #field_phone {
background-position: right -213px;
}
#field_phone {
background: url(/images/form_sprite.png) no-repeat right -216px;
}
#gray.propertybottom #field_email {
background-position: right -122px;
}
#field_email {
background: url(/images/form_sprite.png) no-repeat right -125px;
}
.rightfields {
	float: right;
	width: 51%;
}
.leftfields {
	float: left;
	width: 49%;
}
#gray.propertybottom select.question {
	height: 35px;
	margin-top: 2px;
	border: solid 1px #ccc;
	width: 100%;
}
#gray select.question {
	/*background: #fff url(/images/form_sprite.png) no-repeat right -163px;*/
	color: #900;
}
#gray.propertybottom textarea {
	height: 83px;
	margin-top: 1px;
}
#gray.propertybottom .sbmt p.w66 {
	float: left;
	text-align: right;
	width:68%;
}
#gray.propertybottom .sbmt p.w66 span.secure {
	width: 165px;
	display: inline-block;
}
#gray.propertybottom input[type=text]#field_code {
	margin: 0 13px 0 20px;
	float: right;
	height: 45px;
}
#gray input[type=text]#field_code {
	width: 170px;
	margin-top: 10px;
	height: 40px;
	font-size: 16px;
	text-color: #ccc;
}
#gray input[type=text]:focus, textarea:focus, #gray2 input[type=text]:focus {
  border: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(212, 175, 55, 0.95);
	-moz-box-shadow:    0px 0px 5px 0px rgba(212, 175, 55, 0.95);
	box-shadow:         0px 0px 5px 0px rgba(212, 175, 55, 0.95);
}
.sbmt {
height: 105px;
margin-top: 0;
}
#gray.propertybottom .sbmt p.w33 {
width: 27%;
margin-bottom: 10px;
float:left;
}
#gray.propertybottom input[type=submit] {
	border: none;
	width: 100%;
	height: 45px;
	padding: 0;
	margin: 0;
	float: right;
	font-size: 20px;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#gray input[type=submit] {
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	height: 120px;
	width: 120px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	float: right;
	margin: -10px -20px 0 0;
	border: solid 5px;
	background: #3f81ff;
	cursor: pointer;
	color: #fff;
	background: #ff0004;
	background: -moz-radial-gradient(center, ellipse cover, #ff0004 0%, #840002 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ff0004), color-stop(100%,#840002));
	background: -webkit-radial-gradient(center, ellipse cover, #ff0004 0%,#840002 100%);
	background: -o-radial-gradient(center, ellipse cover, #ff0004 0%,#840002 100%);
	background: -ms-radial-gradient(center, ellipse cover, #ff0004 0%,#840002 100%);
	background: radial-gradient(ellipse at center, #ff0004 0%,#840002 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#840002',GradientType=1 );
	font-size: 20px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	background: #D4AF37;
}
#gray input[type=submit]:hover {
background: #ff3019;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjMwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2YwNDA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%);
background: -o-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%);
background: -ms-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%);
background: radial-gradient(ellipse at center,  #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 );
background: #424242;}
#gray2 p.ask {
background: #D4AF37 no-repeat;
text-align: left;
background-position: right;
padding-left: 15px;
}
#gray2 p.title {
font-weight: 600;
color: #fff;
font-size: 20px;
margin: 0;
padding: 8px;
text-align: left;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
#gray2.asktoseller {
overflow: visible;
}
#gray.asktoseller {
overflow: visible;
}
#gray2{
	position: relative;
	z-index: 1;

	/* BASE COLOR */
	background: #f7f7f7;

	/* CLEAN VALID SVG (was corrupted before) */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImciIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cpIi8+PC9zdmc+") no-repeat;

	/* GRADIENT BACKUPS */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom,
		color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #dddddd 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#f7f7f7',
		endColorstr='#dddddd',
		GradientType=0
	);

	/* RADIUS + BORDER */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #d7d7d7;
	margin: 0;

	/* BOTTOM RIGHT CURVE */
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
}

#gray2 .ask span {

font-size: 13px;
display: block;
font-weight: bold;
margin-bottom: 3px;
}
.asktoseller form {
	margin-top: 10px;
	padding:2px 7px;
}
#gray2.asktoseller p.fieldwrap {
margin-top: 10px;
}
#gray2 input[type=text], textarea {
width: 100%;
min-height: 30px;
border: solid 1px #ccc;
background-color: #fff;
padding-left: 5px;
outline: none;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 59, 255, 0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(0, 59, 255, 0.75);
box-shadow: 0px 0px 3px 0px rgba(0, 59, 255, 0.75);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:13px;
}
#ask_name {
	background: url(/images/form_sprite.png) no-repeat right -86px;
}
 #ask_phone {
	width: 100%;
	background: url(/images/form_sprite.png) no-repeat right -216px;
}
#ask_email {
	background: url(/images/form_sprite.png) no-repeat right -125px;
}
.asktoseller textarea.fmtextarea {
height: 90px;
}
.sbmt {
	height: 105px;
	margin-top: 10px;
}
#gray2 input[type=submit] {
  -moz-appearance: button;
  -webkit-appearance: button;
  outline: none;
  height: 120px;
  width: 120px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  float: right;
  margin: -10px -20px 0 0;
  border: solid 5px;
  background: #3f81ff;
  cursor: pointer;
  color: #fff;

  /* BASE GRADIENT COLOR */
  background: #ff0004;

  /* FIXED — CLEAN VALID BASE64 SVG */
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImciIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmYwMDA0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjODQwMDAyIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cpIi8+PC9zdmc+") no-repeat;

  /* FALLBACKS */
  background: -moz-radial-gradient(center, ellipse cover, #ff0004 0%, #840002 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #ff0004 0%, #840002 100%);
  background: -o-radial-gradient(center, ellipse cover, #ff0004 0%, #840002 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ff0004 0%, #840002 100%);
  background: radial-gradient(ellipse at center, #ff0004 0%, #840002 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0004', endColorstr='#840002', GradientType=1);
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0,0,0,1);

  /* GOLD OVERRIDE YOU HAD */
  background: #D4AF37;
}

#gray2 input[type=submit]:hover {
  background: #ff3019;

  /* FIXED HOVER BASE64 SVG */
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImIiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmYzMDE5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2YwNDA0Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2IpIi8+PC9zdmc+") no-repeat;

  background: -moz-radial-gradient(center, ellipse cover, #ff3019 0%, #cf0404 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #ff3019 0%, #cf0404 100%);
  background: -o-radial-gradient(center, ellipse cover, #ff3019 0%, #cf0404 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ff3019 0%, #cf0404 100%);
  background: radial-gradient(ellipse at center, #ff3019 0%, #cf0404 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=1);

  background: #424242;
}

#gray2 select.question {

	color:#900;
	width:100%;
	height:26px;
}
#gray input[type=text]#ask_code {
	width: 170px;
	margin-top: 10px;
	height: 40px;
	font-size: 34px;
	text-align: center;
	text-color: #ccc;
}
#convert {
	border: 1px solid #dbdbdb;
	padding: 3px;
	color: #000;
	margin: 35px 0 10px;
}
#convert div {
	text-shadow: 1px 1px 0 #fff;
	background: #f7f7f7;
	padding: 2px 5px;
	height: 175px;
}
#convert div strong {
	font-size: 18px;
	text-align: center;
	display: block;
}
#convert div span {
	color: #469b00;
	font-weight: 700;
	font-size: 22px;
	display: block;
	text-align: center;
	margin: 5px 0;
	clear: both;
}
#convert div p {
	margin: 0 0 5px;
}
#convert div em {
	font-weight: 700;
	display: block;
	float: left;
	margin-top: 5px;
	font-style: normal;
}
#convert div select#currency {
	float: right;
	width: 150px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 3px 0 rgba(12,174,255,0.75);
	-moz-box-shadow: 0 0 3px 0 rgba(12,174,255,0.75);
	box-shadow: 0 0 3px 0 rgba(12,174,255,0.75);
}
#convert div p#price {
	color: red;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
#convert div p#price em {
font-style: italic;
font-size: 11px;
display: block;
color: #000;
text-align: left;
font-weight: 400;
margin-top: 4px;
}
.site-footer{
	background-color:#f8f8f8;
	padding:30px 0 0 0;
	box-shadow:inset 0 2px 2px rgba(0,0,0,.07);
}
.site-footer-bottom{
	background-color:#eee;
	border-top:1px solid #e1e1e1;
	padding:20px 0;
	font-size:12px;
}
.site-footer-bottom p{
	margin-bottom:0;
	font-size:12px;
}
.site-header .social-icons{
	margin-top:30px;
}
.site-footer-bottom .social-icons{
	text-align:right;
}
.site-footer-bottom .social-icons a{
	background:#666;
	color:#fff;
	border-radius:50%;
	width: 30px;
	height: 30px;
	padding: 5px;
	text-align:center;
	display:inline-block;
	margin:0 0 0 8px;
	text-decoration:none;
}

/* Property Listing */
.property-listing > ul > li, .agents-listing > ul > li{
	border:1px solid #eee;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#ffffff;
	margin-bottom:20px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	border:2px solid #666;
}
.liste:hover{
	cursor:pointer;
	background-color:#f8f8f8;
}
.liste:hover a img.proimg{
	border: solid 2px #F4BA4D;
}
.liste .col-md-4, .liste .col-md-8{
	padding-left: 0px;
	padding-right: 0px;
}
.property-listing > ul > li:hover, .agents-listing > ul > li:hover{
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.property-listing > ul > li:last-child, .agents-listing > ul > li:last-child{
	margin-bottom:0;
}
.property-listing .property-info, .agents-listing .agent-info{
	padding:0 0 10px 0px;
	margin-top:0px;
	border-bottom:0;
	height:150px;
}
.property-listing .property-amenities{
	border-bottom:3px solid #efefef;
	height: 32px;
}
.property-listing .property-amenities strong{
	display:inline-block;
	margin-right:5px;
}
.agent-contacts li{
	display:inline-block;
	margin:5px 20px 0 0;
}
.property-listing .property-info .price, .agents-listing .agent-info .counts{
	float:right;
	margin-top:5px;
	margin-right: 5px;
}
.property-listing h3{
	margin-bottom:0;
	padding-left:10px;
	height: 30px;
	overflow: hidden;
}
.property-listing h3 a{
	font-size: 19px;
	line-height: 1.25;
	letter-spacing: 0.2px;
	font-weight: 600;
}
.property-listing h3 a:hover{
	color:#424242 !important;
}
.property-grid > ul > li{
	margin-bottom:25px;
}
 .prop-info {
	list-style: none;
	margin: 15px 0px;
	padding: 0;
	position: relative;
	z-index: 10;
	margin-bottom:12px;
}
.prop-info li, .offer .prop-info .highlight {
	overflow: visible;
	border-bottom: 1px #e4e4e4 solid;
	padding: 6px 5px;
	color: #858585;
}
.prop-info .label {
	float: left;
	color: #474343 !important;
	width:75px;
	text-align:left;
	width:35%;
}
.prop-info .value {
float: left;
width:60%;
color: #171717;
overflow:visible;
height:auto;
line-height:normal;
}
form#rfn {
	background: #2D85D3;
	height: 45px;
	margin-bottom: 10px;
}
form#rfn input{
	margin: 0;
	padding: 0;
}
form#rfn input[type="text"] {
	width: 192px;
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 8px 0 0 8px;
	background: #f5f5f5;
	float: left;
	font-size:12px;
	color:#999;
	font-weight:600;
}
form#rfn input[type="submit"] {
	cursor: pointer;
	background: url(/images/mercek.png) no-repeat 0 0;
	width: 40px;
	border: none;
	outline: none;
	height: 26px;
	margin: 8px 0 0 8px;
}
#srctp {
	margin: 10px 0px;
	display: block;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
}
#srctp strong {
	display: block;
	padding: 8px;
	background: #2D85D3;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
#srctp a {
	display: block;
	padding: 10px 8px 8px;
	margin: 0;
	color: #666;
	font-size: 1.2em;
	border-bottom: solid 1px #eee;
}
#srctp a.acrnt, #srctp a:hover{
	background-color:#F9F9F9;	
}
#srctp a.acrnt, #srctp a:hover, #srctp a:hover em, #srctp a:hover i {
	color: #2D85D3 !important;
}
#srctp a i.fa{
	margin-right:5px;
	width: 16px;
}
#srctp a em {
	display: inline-block;
	font-size: 14px;
	color: #666;
	padding: 0 30px 0 0;
	float: right;
	font-style: normal;
	font-family: trade;
}
#srctp a.acrnt em, #srctp a:hover em{
	background: url(/images/tick.png) no-repeat 0 0;
	background-position:right;
}
#topi {
	display: block;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
	margin:10px 0px;
}
#topi strong {
	display: block;
	padding: 8px;
	background: #2D85D3;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

#topi a {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background: #eee;
	color: #aaa;
	text-align: center;
	display: block;
	height: 50px;
	width: 53px;
	margin: 10px 0 0 8px;
	border: solid 1px #ddd;
	padding-top:10px;
	margin: 0;
	color: #666;
	font-size:24px;
	float: left;
	margin: 4px;
}
#topi a.acrnt {
	background:#2D85D3;
	color: #fff;
}
#topi a:hover{
	background-color:#F4BA4D;	
	color: #fff;
}
#topia em, #topi a:hover em {
	display: block;
	float: none;
	margin: 0;
	color: #aaa;
	font-family: arial;
	font-size: 11px;
}
#topi a em {
	color: #666;
	margin: 0 30px 0 0;
	float: right;
	font-style: normal;
	font-size: 11px;
	display: block;
	float: none;
	margin: 0;
	color: #aaa;
	font-family: arial;
	font-size: 11px;
}
#topi a:hover em, #topia.acrnt em, #topi a.crnt em {
	color: #fff;
}
#topi a span {
	font-size:18px;
	margin: 0px 0 0;
	height: 18px;
	overflow: hidden;
	display: block;
}
#price_bl {
	margin: 10px 0px;
	display: block;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
}
#price_bl strong {
	display: block;
	padding: 8px;
	background: #2D85D3;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
#price_bl a {
	display: block;
	padding: 10px 8px 8px;
	margin: 0;
	color: #666;
	font-size: 15px;
	border-bottom: solid 1px #eee;
}
#price_bl a.acrnt, #price_bl a:hover{
	background-color:#F9F9F9;	
}
#price_bl a.acrnt, #price_bl a:hover, #price_bl a:hover em, #price_bl a:hover i {
	color:#2D85D3 !important;
}
#price_bl a i.fa{
	margin-right:5px;
	width: 16px;
}
#price_bl a em {
	display: inline-block;
	font-size: 14px;
	color: #666;
	padding: 0 20px 0 0;
	float: right;
	font-style: normal;
	font-family: trade;
}
#price_bl a.acrnt em, #price_bl a:hover em{
	background: url(/images/tick.png) no-repeat 0 0;
	background-position:right;
}
#advan_bl {
	margin: 10px 0px;
	display: block;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
}
#advan_bl strong {
	display: block;
	padding: 8px;
	background:#2D85D3;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
#advan_bl a {
	display: block;
	padding: 10px 8px 8px;
	margin: 0;
	color: #666;
	font-size: 13px;
	border-bottom: solid 1px #eee;
}
#advan_bl a.acrnt, #advan_bl a:hover{
	background-color:#F9F9F9;	
}
#advan_bl a.acrnt, #advan_bl a:hover, #advan_bl a:hover em, #advan_bl a:hover i {
	color: #F4BA4D !important;
}

#location_bl {
	margin: 10px 0px;
	display: block;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.75);
}
#location_bl strong {
	display: block;
	padding: 8px;
	background: #2D85D3;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
#location_bl a {
	display: block;
	padding: 10px 8px 8px;
	margin: 0;
	color: #666;
	font-size: 15px;
	border-bottom: solid 1px #eee;
}
#location_bl a.acrnt, #location_bl a:hover{
	background-color:#F9F9F9;	
}
#location_bl a.acrnt, #location_bl a:hover, #location_bl a:hover em, #location_bl a:hover i {
	color:#2D85D3 !important;
}
#location_bl a i.fa{
	margin-right:5px;
	width: 16px;
}
#location_bl a em {
	display: inline-block;
	font-size: 14px;
	color: #666;
	padding: 0 20px 0 0;
	float: right;
	font-style: normal;
}
#location_bl a.acrnt em, #location_bl a:hover em{
	background: url(/images/tick.png) no-repeat 0 0;
	background-position:right;
}
.toggle-view{
	margin:15px 20px 0 0;
}
.toggle-view a{
	margin-left:10px;
	color:#999;
	font-size:20px;
}
.toggle-view a.active{
	color:#666;
}
.breadcrumb{
	padding: 8px 2px;
	margin-bottom: 3px;
	list-style: none;
	background: none !important;
	border-radius: 3px;	
}
.breadcrumb li, .breadcrumb li a{
	font-size:11px;
	text-decoration:none;
	line-height:1.5;
}
.pagination{
	margin-top:40px;
	margin-bottom:0;
}
.full-search-form{
	padding:15px;
	background:#efefef;
}
.full-search-form label{
	margin-top:0;
	padding-top:0;
	line-height:normal;
}
.page-header{
	margin:0;
	position:relative;
	padding:40px 0;
	border:0;
	background-color:#666;
}
.page-header h1{
	text-transform:uppercase;
	color:#ffffff;
	margin-bottom:0;
	line-height:1em;
	text-shadow: 2px 3px 2px rgba(42, 42, 42, 0.7);
}
.text-header h1{
	text-transform:none;
	color:#424242 !important;
	margin-bottom:0;
	line-height:1em;
	text-shadow: 2px 3px 2px rgba(255, 255, 255, 0.7);
}
.page-header p{
	color:#d8d6d1;
	margin:0;
}
.single-property .property-amenities{
	border-bottom:3px solid #efefef;
}
.single-property .property-amenities span{
	font-size:14px;
	width:20%
}
.single-property .property-amenities strong{
	display:inline-block;
	margin-right:5px;
}
.single-property h2.page-title{
	margin-bottom:10px;
}
.single-property h3{
	color:#7E671E;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
.location{
	font-size:60%;
	color:#000;
	font-family: 'Open Sans', sans-serif!important;
	font-style:italic;
}
.location > i{
	opacity:.7;
}
.single-property .price{
	margin-bottom:22px;
	color:#fff;
}
.single-property .tabs{
	margin-bottom:10px;
}
.single-property .agent{
	padding:25px;
	margin-bottom:30px;
	background:#f8f8f8;
}
.property-slider{
	margin:5px 0 15px 0;
}
.property-slider #property-images{
	position:relative;
	text-align:center;
}
.property-slider #property-images img{
	height: auto;
	max-width: 100%;
	max-height:520px;
	margin:0 auto;
	width: 100%;
	height: 520px;
}
.property-slider #property-thumbs{
	position:relative;
	background:#efefef;
	padding:10px;
}
span.price {
	display: inline-block;
	position: absolute;
	height: 40px;
	z-index: 19;
	top: 485px;
	background-color: rgba(70,155,0,0.9);
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	padding: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 24px;
	right: 8px;
	-webkit-box-shadow: 0 0 5px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 0 5px 0 rgba(255,255,255,1);
	box-shadow: 0 0 5px 0 rgba(255,255,255,1);
}
@media only screen and (max-width:768px){
	.property-slider #property-images img{
		height: auto;
		max-width: 100%;
		max-height: 320px;
		margin:0 auto;
		width: 100%;
		height: 320px;
	}

	span.price {
		top: 280px;
	}
}
.property-slider #property-thumbs .flex-prev{
	left:20px;
	margin-top:-10px;
}
.property-slider #property-thumbs .flex-next{
	right:20px;
	margin-top:-10px;
}
.property-slider #property-thumbs .slides li{
	margin:0 8px;
}
.property-slider #property-thumbs img{
	cursor:pointer;
	opacity:.7;
	height: 60px;
	width: 80px;
}
.property-slider #property-thumbs .flex-active-slide img{
	opacity:1;
}
.single-agent .contact-details{
	margin:20px 0;
}
.single-agent .counts{
	margin-top:10px;
}
.single-agent h2{
	margin-bottom:30px;
}
.grid-holder{
	width: 105%;
	margin-left: -3%;
	float: left;
}
.grid-holder .grid-item{
	float: left;
}
.grid-item, .gallery-item{
	margin-bottom: 3%;
	border-bottom: medium none;
}
.grid-item-inner{
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	background:#ffffff;
}
.grid-holder .grid-item{
	margin-left: 3%;
}
.grid-holder.col-2 .grid-item{
	width:49%;
}
.grid-holder.col-3 .grid-item{
	width:29.63%;
}
.grid-holder.col-4 .grid-item{
	width:21%;
}
.grid-media{
	position:relative;
}
.grid-content{
	padding:15px 20px 1px 20px;
}
.grid-content .fa-external-link{
	margin-left:10px;
}
.events-grid .grid-item{
}
.grid-item h3{
	line-height:1em;
}
.post-title{
	margin-bottom:0;
	padding-bottom:6px;
}
.post-content{
	padding-top:20px;
}
.post-content .featured-image{
	margin-bottom:20px;
}
.single-post-header{
	margin-bottom:0;
}
/**
 * Restore default post styling for other sections.
 * Home-specific adjustments are handled inline below.
 */
.posts-archive .post h3{
	margin:0 0 12px 0;
	line-height:1.3;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
}
.posts-archive .post h3 a{
	display:block;
}
.posts-archive .post:last-child{
	margin-bottom:0;
}
#manager-title {
	display: block;
	background: #999;
	padding: 5px 10px;
	color: #fff;
	font-size: 18px;
	font-weight:300;
}
#seller {
	background: #fafafa;
	font-size: 14px;
	min-height: 120px;
	margin-bottom: 8px;
	padding-bottom:10px;
}
#seller img {
	float: left;
	margin-right: 5px;
}
#seller strong {
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
}
#seller span {
	display: block;
	font-size:12px;
}
.bloker .post{
	cursor:pointer;
	border-bottom:none;
	margin: 10px;
}
.bloker .post h3{
	font-size:16px;
	line-height:1.4;	
}
.bloker .post h3 small{
	font-size:12px;
	color:#999;
	font-style:italic;
	margin-left:10px;
}
.bloker .post .col-md-12{
	padding:0 0;
}
.bloker .post .col-md-3{
	padding:0 0;
}
.bloker .post :hover{
	background-color:#e2e2e2;	
}
.bloker .post:last-child{
	margin-bottom:0;
}
.format-quote .grid-content p{
	font-size:24px;
	line-height:30px;
	font-style:italic;
}
.single-post-header .btn-toolbar{
	margin-top:8px;
}
.post-comments-count{
	margin-top:15px;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eee;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 20px;
	padding-top:10px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 29px;
	right: -10px;
	display: inline-block;
	border-top: 10px solid transparent;
	border-left: 10px solid #eceae4;
	border-right: 0 solid #eceae4;
	border-bottom: 10px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 30px;
	right: -9px;
	display: inline-block;
	border-top: 9px solid transparent;
	border-left: 9px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 9px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	padding-top:11px;
	font-size: 12px;
	line-height:12px;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #eee;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge span{
	font-size:14px;
	display:block;
	line-height:16px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 10px;
	left: -10px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 9px;
	left: -9px;
	right: auto;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-title a{
	text-decoration:none;
}
.timeline-body > p:last-child,
.timeline-body > ul:last-child {
	margin-bottom:0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.error-404{
	text-align:center;
}
.error-404 h2{
	font-size:80px;
}
.image-placeholder{
	background:#eee;
	height:100px;
	line-height:100px;
	text-align:center;
	font-weight:700;
	margin-bottom:20px;
}

/* Widgets */
.widget{
	margin-bottom:40px;
}
.widget .widgettitle{
	border-bottom:1px solid #efefef;
	margin-bottom:25px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-size:16px;
}
.widget ul > li{
	padding: 6px 0 12px 5px;
	background: #f8f8f8;
	border-bottom:1px solid #efefef;
}
.widget a{
	text-decoration:none;
}
.widget .meta-data{
	margin-bottom:0;
}
.tag-cloud a{
	display:inline-block;
	margin-right:7px;
	margin-bottom:7px;
	padding:2px 8px;
	border:1px solid #eeeeee;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#f8f8f8;
	font-size:12px;
	text-decoration:none;
}
.tag-cloud a:hover{
	text-decoration:none;
}
.widget-recent-posts .post-image{
	width:30%;
	float:left;
	margin-right:5%;
}
.widget-recent-posts .widget-blog-content{
	float:left;
	width:65%;
}
.widget-recent-posts .widget-blog-content > a{
	font-weight:bold;
	display:block;
	margin-top:0;
}
.widget-recent-posts .fa-angle-right{
	display:none;
}
.widget-recent-posts .fa-plus{
	margin-right:0;
}
.widget-recent-posts ul li a{
	padding:12px 0;
	text-decoration:none;
}
.widget-recent-posts ul li:first-child a{
	padding-top:8px;
}
.widget-gallery ul{
	margin-left:-3%;
}
.widget-gallery ul li{
	float:left;
	width:30%;
	margin-left:3%;
	margin-bottom:20px;
	border-bottom:0;
	padding:0;
}
.widget-gallery ul li i{
	display:none;
}
.featured-properties-widget .property-block{
	padding-bottom:0;
	margin-bottom:20px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:0;
}
.featured-properties-widget .property-block:last-child{
	margin-bottom:0;
}
.featured-properties-widget .property-featured-image{
	width:100%;
}
.featured-properties-widget .property-info{
	width:100%;
	padding:10px 0px;
	border-bottom:0;
}
.widget-agents .badge{
	margin-top:8px;
}
.widget-properties .price{
	margin-top:8px;
}

.additional-amenities > span{
	padding:10px;
	display:inline-block;
	margin:0 5px 10px 0;
	background:#f8f8f8;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.additional-amenities > span.navailable i{
	color:#999;
}
.properties-table th{
	font-weight:700;
}
.table tbody tr td{
	vertical-align:middle;
}
.properties-table .action-button{
	margin-left:20px;
	font-weight:bold;
	text-decoration:none;
}
.properties-table .action-button i{
	font-size:16px;
}

.post-meta{
	background-color:#f8f8f8;
	border-bottom:1px solid #efefef;
	padding:10px 20px;
	font-size:12px;
}
.post-meta i{
	margin-right:5px;
	font-size:14px;
}
.post-comments{
	margin:30px 0 0 0;
}
.comments{
	margin:0;
	list-style-type:none;
}
.comments li{
	margin-bottom:25px;
}
.comments li .post-comment-block{
	padding:25px;
	padding-bottom:5px;
	border:1px solid #efefef;
	border-bottom-width:2px;
	background:#ffffff;
}
.comments li.admin > .post-comment-block{
	background-color:#f8f7f3;
}
.comments li .img-thumbnail{
	float:left;
	margin-right:20px;
}
.comments li h5{
	margin-bottom:5px;
}
.comments li ul{
	padding-top:25px;
	padding-left:50px;
}
.post-comment-form{
	margin:30px 0 0 0;
	border-bottom:0;
}
.post-comment-form .form-control{
	margin-bottom:20px;
}
.gallery-filter ul{
	float:right;
}
#message{
	margin-top:10px;
}
#clients-slider li{
	text-align:center;
}
#contact-map{
	padding:0;
}
#back-to-top{
	position:fixed;
	z-index:999;
	right:17px;
	bottom:17px;
	display:none;
	padding:5px 12px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:rgba(0,0,0,.7);
	color:#ffffff;
}

/*-------------------------------------------------------------------------------------------*/
/* SHORTCODE DEFINATIONS */
/*-------------------------------------------------------------------------------------------*/
/* ==================================================
   Tabs
================================================== */
.tabs{
	margin-bottom:25px;
}
.nav-tabs{
}
.nav-tabs li{
	position:relative;
	display:block;
	float:left;
	margin-right:1px;
}
.nav-tabs li a{
	display:block;
	padding:10px 15px;
	background:#efefef;
	text-decoration:none;
}
.nav-tabs li > i{
	color:#efefef;
}
.nav-tabs li > i{
	position: absolute;
	bottom: -10px;
	font-size: 16px;
	width: 20px;
	left: 50%;
	margin-left: -10px;
}
.nav-tabs li a:hover{
	color:#fff;
	background:#666;
	text-decoration:none;
}
.nav-tabs li a:active, .nav-tabs li.active a{
	color:#fff;
	background:#666;
}
.tab-content{
	padding: 10px 5px;
	background: #f7f7f7;
	border: solid 1px #ccc;
}
.tab-content > .tab-pane{
	display:none;
	font-size:12px;
}
.tab-content > .active{
	display:block;
}
.tab-content > .tab-pane > .col-md-2{
	margin:10px 0px;	
	height: 80px;
}
.tab-content > .tab-pane > .col-md-2 img{
	height:46px;	
}
.tab-content > .tab-pane > .col-md-2 p{
	margin:0;
}
.tab-content > .tab-pane > .col-md-2  .fa{
	color:#60A2D0;
	height:36px;
}
.tab-content > .tab-pane > .col-md-3  .fa{
	color:#60A2D0;
	height:44px;
}
.tab-content > .tab-pane > .col-md-3 img{
	height:54px;	
}
.tab-content > .tab-pane > .col-md-3 strong{
	font-size:15px;	
}
.tab-content > .tab-pane  p.fiyat{
	font-size: 28px;
	color:#97952D;
	margin-top:15px;
	font-weight:600;
}
/* ==================================================
   Accordion & Toggle
================================================== */
.accordion {
  	margin-bottom: 35px;
}

.accordion-group {
  	margin-bottom: 8px;
  	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.accordion-heading {
  	border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px;
	background:#f8f8f8;
	text-decoration:none;
	font-size: 13px;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-toggle {
  	cursor: pointer;
}
.accordion-toggle:hover{
	text-decoration:none;
}
.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
	background:#666;
	color:#fff;
}
.accordion-heading .accordion-toggle.active {
	color:#fff;
	background:#666;
}
.accordion-heading .accordion-toggle.inactive {
	background:#f8f8f8;
}
.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #666;
    font-size: 18px;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}
.accordion-heading:hover .accordion-toggle i {
	color: #fff;
}
.accordion-heading .accordion-toggle.active i,
.accordion-heading:hover .accordion-toggle.inactive i {
	color: #666;	
}
.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
	color: #fff;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);	
}

.accordion-heading.togglize .accordion-toggle i {
	margin: -8px 0 0 0;
	font-size: 18px;
}
.accordion-heading.togglize .accordion-toggle .fa-plus-circle{
	display:block;
}
.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle{
	display:none;
}
.accordion-heading.togglize .accordion-toggle .fa-minus-circle{
	display:none;
}
.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle{
	display:block;
}
.accordion-inner {
  	padding: 16px;
	border: 1px solid #efefef;
	background: #fff;
}

/* ==================================================
   Alerts
================================================== */

.alert {
  	margin-bottom: 20px;
  	padding: 15px 35px 15px 15px;
	border: 1px solid #efefef;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
  	background-color: #f8f8f8;
	text-shadow: none;
}

.alert .close {
 	position: relative;
  	top: 0px;
  	right: -22px;
	color: #FFFFFF;	
	text-shadow: none;
  	line-height: 20px;
	text-decoration:none;
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	-ms-transition: opacity 0.1s linear 0s;
	-o-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

.alert .close:hover {
	text-decoration:none;
	opacity: 1;
}
.alert-standard {
	border-color:#efefef;
  	background-color: #f8f8f8;
}
.alert-standard, .alert-standard .close {
	color:#666;
}
.alert-success {
	border-color:#d6e9c6;
  	background-color: #dff0d8;
}
.alert-success, .alert-success .close {
	color:#468847;
}
.alert-danger,
.alert-error {
	border-color:#ebccd1;
  	background-color: #f2dede;
}
.alert-danger, .alert-danger .close,
.alert-error, .alert-error .close {
	color:#b94a48;
}
.alert-info {
	border-color:#bce8f1;
  	background-color: #d9edf7;
}
.alert-info, .alert-info .close {
	color:#3a87ad;
}
.alert-warning {
	border-color:#faebcc;
  	background-color: #fcf8e3;
}
.alert-warning, .alert-warning .close {
	color:#c09853;
}

/* ==================================================
   Progress bars
================================================== */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  	margin-bottom: 15px;
  	height: 20px;
  	border-radius: 3px;
  	background-color: #eaeaea;
  	-webkit-box-shadow: none;
  	box-shadow: none;
	overflow: visible;
}
.progress-bar {
  	float: left;
  	width: 0%;
  	height: 100%;
  	background-color: #eaeaea;
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	color: #ffffff;
  	text-align: center;
  	font-size: 12px;
  	line-height: 20px;
  	-webkit-transition: width 0.6s ease;
  	transition: width 0.6s ease;
	position: relative;
  	border-radius: 3px;
}
.progress-striped .progress-bar {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  	-webkit-animation: progress-bar-stripes 2s linear infinite;
  	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

span.progress-bar-tooltip {
	position: absolute;
	position: absolute;
	top: -28px;
	right: 5px;
	display: block;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	-o-border-radius: 3px;
}
span.progress-bar-tooltip:after {
	position: absolute;
	bottom: -5px;
	left: 13px;
	display: block;
	width: 0;
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #333 transparent;
	content: "";
}
.progress-label{
	text-transform:uppercase;
}
/* ==================================================
   Facts Counters
================================================== */	
.fact-ico{
	display:inline-block;
	width:100px;
	height:100px;
	color:#999999;
	line-height:100px;
	margin:10px 0;
}
.fact{
	display:inline-block;
	color:#999999;
	font-size:15px;
	margin-top:10px;
	font-family: 'Volkhov', serif;
	font-style:italic
}
.counters .timer{
	display:inline-block;
	color:#333333;
	font-weight:700;
	font-size:38px;
}
.parallax .counters .timer{
	color:#ffffff;
}
/* ==================================================
   Modal Box
================================================== */	
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  margin: 10px;
  width: auto;
}

.modal-content {
  position: relative;
  outline: none;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #ffffff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  min-height: 16.428571429px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width: 600px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/*-------------------------------------------------------------------------------------------*/
/* Parallax
/*-------------------------------------------------------------------------------------------*/
.parallax{
	background-attachment: fixed!important;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#eee;
}
.touch .parallax, .page-header.parallax{
	background-attachment:scroll!important;
}
/*-------------------------------------------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------------------------------------------*/
.pricing-table {
	margin-top: 50px;	
	margin-bottom: 50px;
}
.pricing-table:after { 
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	content: "";
}
.pricing-table > div:first-child .pricing-column-content, .pricing-table > div:first-child h3 {
	border-left: 1px solid #eeeeee!important;
}
.pricing-column {
	float: left;
	overflow: hidden;
	padding: 0px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
}
.pricing-column .features{
	padding:0;
	margin-bottom:0;
	background:none;
}
.pricing-column .pricing-column-content {
	padding: 0px 0px 20px 0px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.pricing-column.highlight {
	position: relative;
	z-index: 1;
	margin: -20px -1px 0px -1px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
}
.pricing-column.highlight .pricing-column-content, .pricing-column.highlight h3  {
	border: none;
}
.pricing-column.highlight h3 .highlight-reason {
	display: block;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
}
.pricing-column.highlight .pricing-column-content {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
.pricing-column.highlight:hover {
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
}
.pricing-column ul li {
	padding: 10px 25px;
	border-bottom: 1px solid #eeeeee;
	color: #666666!important;
	list-style: none;
	line-height: 18px;
}
.pricing-column ul li:first-child {
	border-top: 1px solid #eeeeee;
}
.pricing-column ul li:nth-child(2n+1) {
	background-color: #f8f8f8;
}
.pricing-column.highlight h3 {
	margin-bottom: 0px!important;
	padding: 15px 0px;
	color: #ffffff!important;
}
.toggle .pricing-column h3 {
	font-size: 26px!important;
}
.pricing-column h3 {
	margin-bottom: 0px;
	padding: 18px 0px 18px 0px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
	font-size: 26px;
	line-height: 28px;
}
.pricing-column h4 {
	margin-bottom: 0px;
	margin-left: -22px;
	padding: 20px 30px 6px 30px;	
	color: #333333;
	font-size: 54px!important;
	line-height: 42px!important;
}
.pricing-column h4 .dollar-sign {
	position: relative;
	top: -14px;
	right: -6px;
	font-size: 22px;
	line-height: 22px;
}
.pricing-column .interval {
	display: block;
	display: block;
	padding-bottom: 17px;
	min-height: 38px;
	color: #999999;
}
.pricing-column ul {
	margin-left: 0px;
}
.pricing-column .btn{
	margin-top:25px;
}
.pricing-column.highlight .btn{
	margin-bottom:20px;
}
.pricing-table.six-cols > div {
	width: 16.5%;
}
.pricing-table.five-cols > div {
	width: 20%;
}
.pricing-table.four-cols > div {
	width: 25%;
}
.pricing-table.three-cols > div {
	width: 33.2%;
}
.pricing-table.two-cols > div {
	width: 50%;
}


/*-------------------------------------------------------------------------------------------*/
/* Responsive Classes
/*-------------------------------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {

	.formBlock.select-s .select {
		background-position: 85% -1px!important;
	}
	.formBlock.select-s .select { 
		width:113%!important;
	}

	.navigation > ul > li > a{
		padding:15px 8px; /* Reduced horizontal padding from 16px to 8px for tighter spacing */
	}
	.navigation ul > li:hover > a, 
	.navigation ul > li.current_menu_item > a{
		padding:12px 8px 15px 8px; /* Reduced horizontal padding from 16px to 8px for tighter spacing */
	}


	#featured-properties .overlay{
		line-height:205px!important;
	}

	.grid-content .meta-data > span{
		padding:10px 10px;
	}
}  /* CLOSES 992–1199px MEDIA QUERY */


/* ---------------- DESKTOP BREAKPOINT FIX ---------------- */
@media only screen and (max-width: 992px) {

	.formBlock.select-s .select,
	.formBlock.select-m .select,
	.formBlock.select-w .select {
		background-position: 89.6% -1px!important;
	}

	.sticky-wrapper{
		height:auto!important;
	}

}  /* ← THIS WAS MISSING BEFORE – closes the mobile query correctly */


/* ---------------- START OF NORMAL DESKTOP CSS ---------------- */
.middle-header{
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

/* MOBILE MENU STYLES - Only apply on mobile screens */
@media only screen and (max-width: 767px) {
	.main-menu-wrapper{
		height:auto;
		position:absolute;
		width:100%;
		background:#eee;
		display:none;
		z-index:9999;
	}

	.navigation > ul > li{
		display:block;
		width:100%;
		line-height: normal;
		text-align:left;
	}

	.navigation > ul > li > a{
		padding:8px 10px;
		border-bottom:1px solid #ccc;
		border-right:0;
	}

	.navigation > ul > li:hover > a{
		padding:17px 25px 20px 25px;
	}
	.navigation > ul > li:first-child a{
		border-left:0;
	}
	.navigation > ul > li:last-child a{
		border-bottom:0;
	}
	.navigation > ul > li > ul, .navigation > ul > li > ul li ul{
		position:static;
		height:auto!important;
		border-bottom:1px solid #efefef;
		top:0;
		left:0;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		margin-left:0;
	}
	.navigation > ul > li > ul:before, .navigation > ul > li > ul li ul:before{
		display:none;
	}
}

/* Desktop dropdown menu - override mobile static positioning */
@media screen and (min-width: 768px) {
	.navigation > ul > li > ul,
	.sf-menu > li > ul,
	.dropdown-menu {
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		z-index: 99999 !important;
	}
	
	.navigation > ul > li:hover > ul,
	.sf-menu > li:hover > ul,
	.sf-menu > li.sfHover > ul {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	
	/* Ensure header containers don't clip dropdowns */
	header,
	.site-header,
	.top-header,
	.middle-header,
	.main-menu-wrapper,
	.navigation {
		overflow: visible !important;
		height: auto !important;
		max-height: none !important;
	}
}

	.hero-slider{
		height:300px;
	}
	.hero-slider.flexslider ul.slides li{
		height:300px;
	}
	.site-search-module{
		position:relative;
		height:auto;
		bottom:auto;
		left:auto;
		/* margin-top:30px; */
	}
	.site-search-module-inside{
		height:auto;
		padding-bottom:30px;
	}
	.site-search-module-inside #ads-trigger{
		display:none;
	}
	.featured-blocks .featured-block{
		margin-bottom:30px;
	}
	.bottom-blocks .column{
		margin-bottom:30px;
	}
	.owl-theme .owl-controls .owl-buttons div{
		display:none!important;
	}
	.block-heading h4{
		display:block;
		-webkit-border-radius:3px;
		border-radius:3px;
	}
	.block-heading .btn, .block-heading .toggle-view{
		display:none;
	}
	.agent > div > div >img{
		margin-bottom:30px;
	}
	.gallery-item .media-box img, .grid-item .media-box img{
		min-width:100%;
	}
	#featured-properties .overlay{
		line-height:auto!important;
	}
	.property-listing .property-featured-image, .agents-listing .agent-featured-image{
		margin-bottom:30px;
		height: 250px;
	}
	.register-form{
		margin-top:30px;
	}
	.right-sidebar{
		clear: left;
		margin-top:40px;
	}
	.single-agent .img-thumbnail{
		margin-bottom:30px;
	}
	.widget-agents strong, .widget-properties .price{
		display:block;
	}
	.action-button > span{
		display:none;
	}
	.submit-description{
		margin-top:20px;
	}
	.submit-property-type, .submit-contract-type, .submit-image{
		margin-bottom:20px;
	}
	.pricing-column .features{
		margin-bottom:0;
	}
	.pricing-column.highlight {
		margin: 0;
  	}
	.pricing-table > div:third-child .pricing-column-content, .pricing-table > div:nth-child(2n+1) h3 {
		border-left: 1px solid #eeeeee!important;
	}
  	.pricing-column ul li:first-child {
	  	border-top: 1px solid #eeeeee;
  	}
  	.pricing-column ul li:nth-child(2n+1) {
	  	background-color: #f8f8f8;
  	}
  	.toggle .pricing-column h3 {
	  	font-size: 26px!important;
  	}
  	.pricing-column.highlight .btn{
	  	margin-bottom:0;
  	}
	.pricing-table.six-cols > div {
		width: 50%;
	}
	.pricing-table.five-cols > div {
		width: 50%;
	}
	.pricing-table.four-cols > div {
		width: 50%;
	}
	.pricing-table.three-cols > div {
		width: 50%;
	}
	.pricing-table.two-cols > div {
		width: 50%;
	}
	.grid-content .meta-data > span{
		padding:5px 0;
		border-right:0;
	}
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}
	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
@media only screen and (max-width: 767px) {
	.hero-slider{
		height:300px;
	}
	/* ... all other rules ... */
	.pricing-table.six-cols > div {
		width: 50%;
	}
} /* <-- THIS media query CLOSURE WAS MISSING BEFORE */

	/* Isotope */
	.isotope {
		overflow: visible !important;
		height: auto !important;
	}
	.isotope-item {
		position: static !important;
		margin-right: auto;
		margin-left: auto;
		width: auto;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	.isotope-hidden {
		display: none !important;
	}
	.grid-item{
		margin-bottom: 6%;
	}
	.grid-holder.col-2 .grid-item{
		width:95%;
	}
	.grid-holder.col-3 .grid-item{
		width:95%;
	}
	.grid-holder.col-4 .grid-item{
		width:95%;
	}
	.pricing-table.six-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.five-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.four-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.three-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.two-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.grid-content .meta-data > span{
		padding:10px 20px;
		border-right:1px solid #efefef;
	}
	.page-header h1{
		font-size:16px;
	}
	.hero-agent{
		display:none;
	}
	.property-listing > ul > li, .agents-listing > ul > li{
		padding:0;
	}
	.property-listing > ul > li > div, .agents-listing > ul > li > div{
		padding-left:0;
		padding-right:0;
	}
	.property-listing > ul > li .property-info, .agents-listing > ul > li .agent-info, .agents-listing > ul > li .agent-contacts{
		padding-left:15px;
		padding-right:15px;
	}
	
	.agents-listing > ul > li .agent-contacts{
		padding-bottom:15px;
	}
	#gmap{
		height:200px;
	}
	.site-footer-bottom{
		text-align:center;
	}
	.site-footer-bottom .social-icons{
		margin-top:30px;
		text-align:center;
		float: none !important;
	}
	.site-footer-bottom .social-icons a{
		margin:0 4px;
	}

.h-social-icons a {
    background: #666;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 3px;
    display: inline-block;
    margin: 10px 0px 0px 5px;
    text-decoration: none;
}
.h-social-icons a:hover {
    background: #2D85D3;
    color: #fff;
}
@media only screen and (min-width: 767px) {
	.widget {
		margin-top: 65px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	
}
.yu-whatsapp {
    position: fixed !important;
    left: 20px !important; /* Match Tawk.to right spacing */
    bottom: 20px !important; /* Match Tawk.to bottom spacing */
    background: transparent !important; /* Remove blue background */
    padding: 0 !important; /* Remove padding */
    display: none;
    z-index: 100000000 !important;
    border: none !important; /* Remove blue border */
    transform: none !important; /* Prevent transforms from breaking fixed */
}
/* Desktop: Ensure WhatsApp container and link are completely transparent */
@media (min-width: 993px) {
    .yu-whatsapp {
        left: 20px !important; /* Match Tawk.to right spacing */
        bottom: 20px !important; /* Match Tawk.to bottom spacing */
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
    }
    
    .yu-whatsapp a {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-block !important;
        box-shadow: none !important;
    }
    
    .yu-whatsapp img {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
        box-shadow: none !important;
    }
}

@media (max-width: 992px){
    .yu-whatsapp {
        display: inline-block !important;
        position: fixed !important;
        z-index: 100000000 !important;
        transform: none !important;
        background: transparent !important; /* Remove blue background */
        border: none !important; /* Remove border */
        padding: 0 !important; /* Remove padding */
    }
}

/* Mobile: Ensure Tawk.to and WhatsApp stay sticky - CRITICAL FIX */
@media (max-width: 767px) {
    /* CRITICAL: Remove containing blocks from html/body on mobile */
    html {
        position: static !important; /* Remove relative positioning */
        overflow-x: hidden !important;
        transform: none !important;
        perspective: none !important;
        filter: none !important;
        will-change: auto !important;
    }
    
    body {
        position: static !important; /* Remove relative positioning */
        overflow-x: hidden !important;
        transform: none !important;
        perspective: none !important;
        filter: none !important;
        will-change: auto !important;
    }
    
    /* Remove containing block from .body wrapper */
    .body,
    body.boxed .body {
        position: static !important; /* Override any relative positioning */
        transform: none !important;
        perspective: none !important;
        filter: none !important;
        will-change: auto !important;
        isolation: auto !important;
    }
    
    /* WhatsApp - bottom right icon (not full-width bar) */
    .yu-whatsapp {
        position: fixed !important;
        right: 20px !important; /* Changed from left: 0 */
        left: auto !important;
        bottom: 20px !important;
        top: auto !important;
        z-index: 999999 !important;
        width: auto !important; /* Changed from 100% */
        transform: translateZ(0) !important; /* Create new stacking context */
        display: block !important;
        background: transparent !important; /* Remove blue background */
        padding: 0 !important;
        border: none !important;
        isolation: isolate !important; /* Isolate from parent transforms */
    }
    
    .yu-whatsapp a {
        position: relative !important;
        display: inline-block;
        padding: 0;
        background: transparent;
    }
    
    /* Tawk.to chat widget - bottom right */
    #tawkto,
    div[id*="tawk"],
    iframe[id*="tawk"],
    #tawkchat-container,
    #tawkchat-container iframe,
    #tawkchat-container > div,
    #tawkchat-container > div > iframe {
        position: fixed !important;
        bottom: 20px !important;
        right: 20px !important;
        left: auto !important;
        z-index: 999999 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateZ(0) !important; /* Create new stacking context */
        isolation: isolate !important; /* Isolate from parent transforms */
    }
    
    /* Force fixed positioning even when nested in .body */
    .body .yu-whatsapp,
    .body #tawkto,
    .body div[id*="tawk"],
    .body iframe[id*="tawk"],
    .body #tawkchat-container,
    .body #tawkchat-container iframe {
        position: fixed !important;
        transform: translateZ(0) !important;
        isolation: isolate !important;
    }
    
    /* Ensure elements are direct children of body to avoid containing block issues */
    body > #whatsapp,
    body > #tawkto,
    body > .yu-whatsapp,
    body > div[id*="tawk"] {
        position: fixed !important;
        transform: translateZ(0) !important;
        isolation: isolate !important;
    }
}


.property-block .prop-info li .label {
    display: none !important;
    color: transparent !important;
    padding: 0 !important;
    min-width: 0 !important;
    width: 0 !important;
}

/* Remove text labels */
.property-block .prop-info li > .label {
    display: none !important;
}

/* Add spacing before icons */
.property-block .prop-info li > .value:before {
    margin-right: 6px !important;
}

/* Bedrooms */
.property-block .prop-info li:nth-of-type(1) > .value:before {
    content: "🛏 " !important;
}

/* Bathrooms */
.property-block .prop-info li:nth-of-type(2) > .value:before {
    content: "🛁 " !important;
}

/* Sq Mt */
.property-block .prop-info li:nth-of-type(3) > .value:before {
    content: "📐 " !important;
}

.property-block .price span {
    color: #008bd3 !important;
    font-weight: 600 !important;
}


.newImg .images-count {
    background: rgba(0,0,0,0.6) !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    left: 10px !important;
    bottom: 10px !important;
}

/* Top-level menu items on one line without breaking layout */
.main-menu-wrapper .navigation > ul.sf-menu > li {
    display: inline-block !important;
    margin-right: 25px;  /* spacing between items */
    white-space: nowrap !important;
}

/* Proper spacing for links */
.main-menu-wrapper .navigation > ul.sf-menu > li > a {
    padding: 12px 4px !important; /* Reduced horizontal padding from 12px to 4px for tighter spacing */
    display: inline-block !important;
}

/* =======================================================
   LUXURY RIGHT-SIDE HERO CAPTION (PREMIUM 2025 EDITION)
   DESKTOP ONLY - Hidden on Mobile
   ======================================================= */

/* Hide hero caption on mobile - show only on desktop */
@media (max-width: 991px) {
    .hero-slider .slides li .hero-caption,
    .hero-slider .slides li.parallax .hero-caption,
    .hero-caption,
    .hero-caption.hero-right {
        display: none !important;
        visibility: hidden !important;
    }
}

/* Desktop hero caption styles */
@media (min-width: 992px) {
    .hero-slider .slides li .hero-caption,
    .hero-slider .slides li.parallax .hero-caption,
    .hero-caption {
        position: absolute !important;
        right: 60px !important;
        top: 15% !important;
        bottom: auto !important;
        transform: none !important;
        background: rgba(255,255,255,0.92);
        backdrop-filter: blur(3px) !important;
        -webkit-backdrop-filter: blur(3px) !important;
        padding: 20px 24px;
        border-radius: 12px;
        max-width: 340px;
        width: auto;
        min-width: 280px;
        color: #111;
        z-index: 9999 !important;
        box-shadow: 0 7px 26px rgba(0,0,0,0.22) !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        text-align: left !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    /* Force right alignment */
    .hero-caption.hero-right {
        right: 60px !important;
        left: auto !important;
    }

    /* Title */
    .hero-title {
        font-size: 22px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* City */
    .hero-city {
        font-size: 15px !important;
        font-weight: 700 !important;
        opacity: .85 !important;
        margin: 0 0 4px 0 !important;
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Price - Fixed alignment within caption */
    .hero-price {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #fff !important;
        background: #19c37d !important;
        padding: 12px 24px !important;
        border-radius: 10px !important;
        margin: 4px 0 !important;
        width: auto !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
        border: none !important;
        outline: none !important;
    }

    .hero-price .hero-currency {
        font-weight: 700 !important;
        margin-right: 4px !important;
    }

    .hero-price .hero-value {
        font-weight: 700 !important;
    }

    /* CTA Button - Fixed alignment within caption */
    .hero-btn {
        background: #0d1b2a !important;
        color: #fff !important;
        padding: 14px 24px !important;
        border-radius: 10px !important;
        display: inline-block !important;
        text-decoration: none !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        text-align: center !important;
        transition: 0.25s ease !important;
        border: none !important;
        outline: none !important;
        width: auto !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin: 4px 0 !important;
        box-shadow: none !important;
    }

    .hero-btn:hover { 
        background: #1a2f47 !important;
        border-color: #1a2f47 !important;
    }

    /* Agent image */
    .hero-agent {
        margin-top: 8px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .hero-agent img {
        width: 55px !important;
        height: 55px !important;
        border-radius: 50% !important;
        margin-top: 0 !important;
        border: 2px solid #fff !important;
    }

    /* Ensure all elements stay within caption frame */
    .hero-caption * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Prevent price badge from breaking out */
    .hero-caption .hero-price {
        align-self: flex-start !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    /* Prevent button from breaking out */
    .hero-caption .hero-btn {
        align-self: flex-start !important;
        white-space: nowrap !important;
    }

    /* Override any conflicting akkus.css rules for desktop */
    .hero-caption.hero-right {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        backdrop-filter: blur(3px) !important;
        -webkit-backdrop-filter: blur(3px) !important;
        padding: 20px 24px !important;
        max-width: 340px !important;
        min-width: 280px !important;
    }
}

/* REMOVE ALL OLD CAPTIONS */
.flex-caption,
.caption,
.hero-text {
    display: none !important;
}

/* ===========================
   RESPONSIVE LUXURY FIXES
   =========================== */

/* Hero caption hidden on mobile - desktop only */
@media (max-width: 991px) {
    .hero-slider .slides li .hero-caption,
    .hero-slider .slides li.parallax .hero-caption,
    .hero-caption,
    .hero-caption.hero-right {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/* Responsive adjustments for desktop */
@media (min-width: 992px) and (max-width: 1200px) {
    .hero-caption {
        right: 40px !important;
        max-width: 360px !important;
    }
}

/* ============================================
   HERO SLIDER ARROWS - 2025 HOVER STYLE
   Hidden by default, appear on hover
   ============================================ */

/* Base arrow styling - hidden by default */
.site-showcase .hero-slider.flexslider .flex-direction-nav a {
    width: 56px !important;
    height: 56px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    opacity: 0 !important;
    transform: scale(0.9) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

/* Show arrows on hero slider hover */
.site-showcase .hero-slider.flexslider:hover .flex-direction-nav a {
    opacity: 1 !important;
    transform: scale(1) !important;
}

/* Left arrow positioning - moved further left */
.site-showcase .hero-slider.flexslider .flex-direction-nav .flex-prev {
    left: 12px !important;
    right: auto !important;
}

/* Right arrow positioning - moved much further right to avoid caption overlap */
.site-showcase .hero-slider.flexslider .flex-direction-nav .flex-next {
    right: 8px !important;
    left: auto !important;
}

/* Left arrow icon - ensure visible white arrow */
.site-showcase .hero-slider.flexslider .flex-direction-nav .flex-prev:before {
    content: "◀" !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    display: block !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    line-height: 1 !important;
}

/* Right arrow icon */
.site-showcase .hero-slider.flexslider .flex-direction-nav .flex-next:before {
    content: "▶" !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    display: block !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    line-height: 1 !important;
}

/* General arrow icon styling fallback */
.site-showcase .hero-slider.flexslider .flex-direction-nav a:before {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    display: block !important;
}

/* Hover effect on individual arrow */
.site-showcase .hero-slider.flexslider .flex-direction-nav a:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15) !important;
}

/* Active state */
.site-showcase .hero-slider.flexslider .flex-direction-nav a:active {
    transform: scale(0.95) !important;
}

/* -----------------------------------------
   PREMIUM 2025 MEDIUM-LUXURY HEADER UPGRADE
   ----------------------------------------- */

.site-header {
    padding: 22px 0 !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0,0,0,0.06) !important;
}

/* Logo */
.site-header .logo img,
.logo img {
    max-height: 62px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Contact info (phone + email) - using actual selector .contact-info-blocks */
.contact-info-blocks {
    display: flex !important;
    gap: 28px !important;
    align-items: center !important;
}

.contact-info-blocks > div {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #333 !important;
    line-height: 1.4 !important;
}

.contact-info-blocks > div i {
    font-size: 18px !important;
    color: #0057b7 !important;
    margin-right: 6px !important;
}

/* Social Icons - using actual selector .h-social-icons */
.h-social-icons {
    display: flex !important;
    gap: 14px !important;
    align-items: center !important;
}

.h-social-icons a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.h-social-icons i {
    font-size: 20px !important;
    color: #444 !important;
    transition: all .25s ease !important;
}

.h-social-icons a:hover i {
    color: #000 !important;
    transform: translateY(-2px) !important;
}

/* Flags - using actual selector .horiz-nav.flagpoints .flags */
.horiz-nav.flagpoints .flags,
.flags {
    width: 28px !important;
    height: auto !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15) !important;
}

/* Premium spacing for header sections */
.site-header .middle-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 28px !important;
}

/* Top header flags alignment */
.top-header .horiz-nav.flagpoints {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
}

/* RESPONSIVE TUNING */
@media (max-width: 1024px) {
    .site-header {
        padding: 16px 0 !important;
    }
    .contact-info-blocks > div {
        font-size: 15px !important;
    }
}

@media (max-width: 768px) {
    .contact-info-blocks {
        display: none !important; /* Keep mobile clean */
    }
}

/* ============================================
   HEADER FIX - PREMIUM 2025 LAYOUT & STYLING
   ============================================ */

/* Header General Fix - align items center */
.site-header .middle-header .container .row {
    align-items: center !important;
}

/* Reduce logo column width and give space to contact info */
.site-header .middle-header .col-md-4 {
    flex: 0 0 28% !important;
    max-width: 28% !important;
}

.site-header .middle-header .col-md-8 {
    flex: 0 0 72% !important;
    max-width: 72% !important;
}

/* --- Phone & Email Block --- */
.contact-info-blocks > div {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 18px !important;
    margin-right: 25px !important;
}

/* Icons inside phone/email */
.contact-info-blocks i {
    font-size: 18px !important;
    margin-right: 7px !important;
    color: #1a73e8 !important;  /* soft Google blue */
}

/* --- Social Icons (fix blue tiny look) --- */
.h-social-icons a {
    font-size: 22px !important;
    color: #555 !important;
    margin-right: 12px !important;
    display: inline-block !important;
    text-decoration: none !important;
}

.h-social-icons a:hover {
    color: #000 !important;
}

.h-social-icons i {
    background: none !important;
    font-size: 22px !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: inherit !important;
}

/* Align flags and social icons */
.h-social-icons {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

/* ============================================
   HEADER FLEX LAYOUT - PREMIUM 2025 UI
   ============================================ */

/* === HEADER FLEX LAYOUT === */
.middle-header .container {
    display: block !important;
}

/* Fix Edge browser spacing above logo - remove clearfix spacing */
.site-header .clearfix {
    display: block !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    overflow: hidden !important;
    clear: both !important;
}

/* Ensure middle-header has no top margin/padding issues on Edge */
.middle-header {
    margin-top: 0 !important;
    padding-top: 10px !important;
}

.header-flex {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    padding: 4px 0 !important; /* Reduced from 10px for tighter spacing */
    width: 100% !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
}

/* === LOGO CONTAINER FIX === */
.header-logo {
    flex: 0 0 auto !important;
    max-width: none !important;
    width: auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    float: none !important;
    clear: none !important;
}

.header-logo .logo {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
}

.header-logo .logo a {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    float: none !important;
    clear: none !important;
    vertical-align: baseline !important;
}

/* === LOGO FIX === */
/* Hide source element - Edge fix to prevent duplicate images */
.header-logo picture source,
.header-logo source,
picture source.yu-logo {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Ensure picture element only shows one image */
.header-logo picture {
    display: block !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    line-height: 0 !important;
}

/* Desktop only - logo size increase by 5% */
@media (min-width: 769px) {
    .site-header .logo img,
    .site-header img.yu-logo,
    .header-logo img,
    .header-logo picture img,
    .header-logo .yu-logo {
        height: 90.59px !important; /* 86.28px * 1.05 = 90.594px rounded */
        width: auto !important;
        max-height: 90.59px !important;
        object-fit: contain !important;
        display: block !important;
    }
}

@media (max-width: 768px) {
    .site-header .logo img,
    .site-header img.yu-logo,
    .header-logo img,
    .header-logo .yu-logo {
        height: 80.75px !important; /* 76.90px * 1.05 = 80.745px rounded */
        max-height: 80.75px !important;
    }
}

/* === PHONE & EMAIL === */
.header-phone,
.header-email {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    font-size: 17.25px !important;
    font-weight: 500 !important;
    color: #333 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
}

/* Add space between email/phone icons and text (approximately 1 character width) */
.header-email i {
    margin-right: 8px !important;
}

.header-phone i {
    margin-right: 8px !important;
}

.header-phone i,
.header-email i {
    font-size: 20.7px !important;
    color: #003366 !important;
}

/* Fix phone + email alignment (bigger text) - for contact-info-blocks structure */
.contact-info-blocks {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 25px !important;
    justify-content: flex-start !important;
}

.contact-info-blocks i {
    font-size: 20px !important;
}

.contact-info-blocks span,
.contact-info-blocks a {
    font-size: 20.7px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

@media (max-width: 768px) {
    .contact-info-blocks {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }
}

.header-phone span,
.header-email span {
    white-space: nowrap !important;
}

.header-email a {
    color: #333 !important;
    text-decoration: none !important;
}

.header-email a:hover {
    color: #003366 !important;
    text-decoration: underline !important;
}

/* === FLAGS === */
.header-flags img,
.header-flags .flags {
    height: 22px !important;
    width: auto !important;
    margin-left: 6px !important;
}

.header-flags .horiz-nav {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.header-flags .horiz-nav li {
    margin: 0 !important;
    padding: 0 !important;
}

/* === SOCIAL ICONS === */
.h-social-icons a i,
.h-social-icons a {
    color: #444 !important;
    font-size: 22px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.h-social-icons {
    display: flex !important;
    gap: 18px !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

/* Summary text styling (trim handled via JS) */
.home .posts-archive .post .post-summary,
.home .posts-archive .post .post-summary a {
    display: block;
    line-height: 1.55;
    margin: 0;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    word-break: break-word;
}

.home .posts-archive .post .post-summary a:hover {
    color: #0d1b2a;
}

/* ================= FOOTER COLUMN ALIGNMENT ================= */
.yu-footer .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 0;
    text-align: left;
}

.yu-footer [class*="col-"] {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 20px 15px;
}

.yu-footer .padding-tb20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.yu-footer .footer-logo {
    margin-left: 0;
    margin-right: 0;
}

.yu-footer ul {
    width: 100%;
    padding-left: 0;
}

.yu-footer ul li {
    list-style: none;
    margin-bottom: 6px;
}

.yu-footer ul li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.yu-footer [class*="col-"].text-center {
    text-align: left !important;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .yu-footer .row {
        flex-direction: column;
    }

    .yu-footer [class*="col-"] {
        padding: 15px 0;
        align-items: center;
        text-align: center;
    }

    .yu-footer ul {
        text-align: center;
    }
}

.header-social a,
.header-social .h-social-icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 0 !important;
    font-size: 22px !important;
    color: #444 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.header-social a:hover,
.header-social .h-social-icons a:hover {
    color: #000 !important;
}

.header-social i,
.header-social .h-social-icons i {
    background: none !important;
    color: inherit !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

@media (max-width: 768px) {
    .h-social-icons {
        justify-content: center !important;
        margin-top: 10px !important;
    }
    
    /* Reduce mobile header spacing */
    .middle-header {
        padding: 8px 0 !important;
    }
    
    .header-flex {
        padding: 5px 0 !important;
        gap: 10px !important;
    }
    
    /* Hide header social icons on mobile */
    .header-social {
        display: none !important;
    }
    
    /* Reduce logo size on mobile */
    .header-logo img,
    .header-logo .yu-logo {
        max-height: 60px !important;
        height: 60px !important;
    }
}

/* Footer Mobile Social Icons - Hidden on desktop */
.footer-mobile-social {
    display: none !important;
}

@media (max-width: 768px) {
    .footer-mobile-social {
        display: block !important;
    }
    
    .footer-mobile-social a {
        display: inline-block !important;
        margin: 0 10px !important;
        font-size: 24px !important;
        color: #444 !important;
        text-decoration: none !important;
    }
    
    .footer-mobile-social a:hover {
        color: #000 !important;
    }
}

/* ----------------------------------------------
   MOBILE HEADER SPACING FIX
   Improves spacing between logo, flags and menu
   Only applies on mobile (max-width 767px)
---------------------------------------------- */

@media (max-width: 767px) {

    /* Header container padding - Reduced for less whitespace */
    .site-header,
    .header,
    .middle-header,
    .top-header {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        box-sizing: border-box !important;
    }
    
    /* Reduce container padding */
    .middle-header .container,
    .top-header .container {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    
    /* Header-flex - Tighter spacing for mobile */
    .header-flex {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        min-height: auto !important;
        height: auto !important;
    }
    
    /* Logo image fix - Smaller on mobile */
    .header-flex img,
    .header-logo img,
    .header-logo .yu-logo {
        max-height: 48px !important;
        height: auto !important;
    }
    
    /* Header wrapper (parent of header-flex) */
    .middle-header,
    .site-header,
    .top-header {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    
    /* Burger menu alignment */
    .menu-toggle,
    .mobile-menu-icon {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* Logo size increase for mobile clarity */
    .middle-header .logo img {
        max-height: 58px !important;
        height: auto !important;
        width: auto !important;
    }

    /* Flags spacing */
    .top-header img.flag-icon,
    .language-switcher img,
    .header .flag-icon {
        margin-left: 6px !important;
        margin-right: 0 !important;
        height: 26px !important;
        width: auto !important;
    }

    /* Make right side (flags + burger) aligned evenly */
    .header-right,
    .middle-header .col-xs-6:last-child {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 12px !important;
    }

    /* Burger menu icon size & spacing */
    .menu-toggle i,
    .menu-toggle .fa-bars {
        font-size: 32px !important;
        line-height: 1 !important;
        margin-left: 6px !important;
    }

    /* Reduced min-height to minimize whitespace */
    .middle-header .container,
    .top-header .container {
        min-height: 50px !important;
    }
}

/* MOBILE FOOTER SPACING IMPROVEMENTS */
@media (max-width: 767px) {

    /* Space ABOVE Buyer Guide heading: 24px (mobile only) */
    .site-footer-bottom1 .footer-col.footer-left .footer-head {
        margin-top: 24px !important;
    }
    
    /* Space BELOW Buyer Guide heading: 8px (mobile only, reduced for tighter spacing) */
    .site-footer-bottom1 .footer-col.footer-left .footer-head .h4,
    .site-footer-bottom1 .footer-col.footer-left .footer-head span.h4 {
        margin-bottom: 8px !important;
    }
    
    /* Additional spacing control for the list below heading */
    .site-footer-bottom1 .footer-col.footer-left ul {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Override gap for footer-left column on mobile only */
    .site-footer-bottom1 .footer-col.footer-left {
        gap: 0 !important; /* Remove default 12px gap, use explicit margins instead */
    }

    /* Reduce space before footer logo - Cities section */
    .site-footer-bottom1 .col-md-3 .h4,
    .site-footer-bottom1 .col-sm-3 .h4 {
        margin-bottom: 24px !important;
    }

    /* Logo spacing */
    .footer-logo {
        margin-top: 24px !important;
        margin-bottom: 20px !important;
    }

    /* Increase space between icons and address - Mobile social icons */
    .footer-mobile-social {
        margin-top: 20px !important;
        margin-bottom: 24px !important;
    }

    /* Footer address blocks spacing - Address paragraphs */
    .site-footer-bottom1 .col-md-3 p {
        margin-bottom: 28px !important;
        line-height: 1.55 !important;
    }

    /* Copyright spacing */
    .site-footer-bottom1 .container-fluid {
        margin-top: 28px !important;
        padding-top: 20px !important;
    }
    
    .site-footer-bottom1 .container-fluid .col-12 {
        margin-bottom: 20px !important;
    }
}

/* REMOVE OLD STYLES THAT FORCE BLUE BACKGROUND */
.social-icons a,
.social-icons i,
.h-social-icons a,
.h-social-icons i {
    background: none !important;
    color: inherit !important;
    border: none !important;
    box-shadow: none !important;
}

/* FIX ANY CURRENT BROKEN SPAN SIZING */
.contact-info-blocks span {
    white-space: nowrap !important;
}

/* Align the whole middle header row */
.middle-header .row {
    align-items: center !important;
}

/* REMOVE WIDTH LIMITATIONS FROM OLD GRID */
.middle-header .col-md-8,
.middle-header .col-md-4,
.middle-header .col-sm-6,
.middle-header .col-xs-4,
.middle-header .contact-info-blocks {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
}

.middle-header .row {
    display: none !important; /* Hide old row structure */
}

/* === MOBILE RESPONSIVE FIXES === */
@media (max-width: 768px) {
    .header-flex {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 14px !important;
        text-align: center !important;
    }

    .header-phone,
    .header-email {
        font-size: 16px !important;
    }

    .header-social a,
    .header-social .h-social-icons a {
        font-size: 22px !important;
        margin: 0 8px !important;
    }

    .header-flags img,
    .header-flags .flags {
        height: 26px !important;
    }

    .header-logo img,
    .header-logo .yu-logo {
        max-height: 70px !important;
    }
}

/* ============================================
   FINAL OVERRIDES - MAXIMUM SPECIFICITY
   Override akkus.css and all other conflicts
   ============================================ */

/* Hero Slider Arrows - Force visibility and modern style */
.site-showcase .hero-slider.flexslider .flex-direction-nav a {
    width: 56px !important;
    height: 56px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    opacity: 1 !important;
    transform: scale(0.9) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -28px !important;
}

.site-showcase .hero-slider.flexslider:hover .flex-direction-nav a {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.site-showcase .hero-slider.flexslider .flex-direction-nav .flex-prev {
    left: 12px !important;
    right: auto !important;
}

.site-showcase .hero-slider.flexslider .flex-direction-nav .flex-next {
    right: 8px !important;
    left: auto !important;
}

.site-showcase .hero-slider.flexslider .flex-direction-nav .flex-prev:before {
    content: "◀" !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    display: block !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    line-height: 1 !important;
}

.site-showcase .hero-slider.flexslider .flex-direction-nav .flex-next:before {
    content: "▶" !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    display: block !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    line-height: 1 !important;
}

.site-showcase .hero-slider.flexslider .flex-direction-nav a:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15) !important;
}

/* Social Icons - Remove blue circles, force clean grey style */
.site-header .h-social-icons a,
.middle-header .h-social-icons a,
.header-social .h-social-icons a,
.h-social-icons a {
    background: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #444 !important;
    font-size: 22px !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

.site-header .h-social-icons a:hover,
.middle-header .h-social-icons a:hover,
.header-social .h-social-icons a:hover,
.h-social-icons a:hover {
    background: none !important;
    background-color: transparent !important;
    color: #000 !important;
    transform: translateY(-2px) !important;
}

.site-header .h-social-icons i,
.middle-header .h-social-icons i,
.header-social .h-social-icons i,
.h-social-icons i {
    background: none !important;
    background-color: transparent !important;
    color: inherit !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}

.h-social-icons {
    display: flex !important;
    gap: 18px !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

/* ============================================
   NEWS & BLOG CARDS - Image on top, text below (full width)
   WITH MODERN TITLE & IMAGE STYLES PRESERVED
   ============================================ */

/* CARD WRAPPER */
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList,
.col-md-12.col-sm-12.box-desktop-size.newsList,
.col-md-12.col-sm-12.box-desktop-size.blogList,
.col-md-12.col-sm-12.box-desktop-size.guideList {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 22px 24px 28px 24px !important;
    margin-bottom: 20px !important;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.10) !important;
    border: 1px solid #eee !important;
    transition: all .25s ease !important;
    display: block !important;
    position: relative !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
}

/* CARD HOVER EFFECT */
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList:hover,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList:hover,
.col-md-12.col-sm-12.box-desktop-size.newsList:hover,
.col-md-12.col-sm-12.box-desktop-size.blogList:hover,
.col-md-12.col-sm-12.box-desktop-size.guideList:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0px 12px 32px rgba(0,0,0,0.18) !important;
}

/* MODERN TITLE STYLE - Apple-style typography (PRESERVED) */
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList h2,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList h2,
.col-md-12.col-sm-12.box-desktop-size.newsList h2,
.col-md-12.col-sm-12.box-desktop-size.blogList h2,
.col-md-12.col-sm-12.box-desktop-size.guideList h2,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList h2 a,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList h2 a,
.col-md-12.col-sm-12.box-desktop-size.newsList h2 a,
.col-md-12.col-sm-12.box-desktop-size.blogList h2 a,
.col-md-12.col-sm-12.box-desktop-size.guideList h2 a {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #1d1d1f !important;
    margin: 0 0 16px 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
}

/* DATE STYLE (PRESERVED) */
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList h2 small,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList h2 small,
.col-md-12.col-sm-12.box-desktop-size.newsList h2 small,
.col-md-12.col-sm-12.box-desktop-size.blogList h2 small,
.col-md-12.col-sm-12.box-desktop-size.guideList h2 small {
    color: #999 !important;
    font-size: 13px !important;
    margin-left: 10px !important;
    font-weight: 400 !important;
}

/* IMAGE WRAPPER - Full width, under title */
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList .news-image-wrapper,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList .news-image-wrapper,
.col-md-12.col-sm-12.box-desktop-size.newsList .news-image-wrapper,
.col-md-12.col-sm-12.box-desktop-size.blogList .news-image-wrapper,
.col-md-12.col-sm-12.box-desktop-size.guideList .news-image-wrapper,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList > .col-md-5,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList > .col-md-5,
.col-md-12.col-sm-12.box-desktop-size.newsList > .col-md-5,
.col-md-12.col-sm-12.box-desktop-size.blogList > .col-md-5,
.col-md-12.col-sm-12.box-desktop-size.guideList > .col-md-5,
.col-md-12.col-sm-12.box-desktop-size.guideList .content-row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* MODERN IMAGE STYLE - Better proportions with hover effect (PRESERVED) */
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList img,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList img,
.col-md-12.col-sm-12.box-desktop-size.newsList img,
.col-md-12.col-sm-12.box-desktop-size.blogList img,
.col-md-12.col-sm-12.box-desktop-size.guideList img {
    width: 100% !important;
    height: auto !important;
    max-height: 300px !important;
    min-height: 200px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
    transition: .25s ease !important;
    display: block !important;
    margin: 0 !important;
    vertical-align: top !important;
}

/* IMAGE HOVER EFFECT (PRESERVED) */
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList:hover img,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList:hover img,
.col-md-12.col-sm-12.box-desktop-size.newsList:hover img,
.col-md-12.col-sm-12.box-desktop-size.blogList:hover img,
.col-md-12.col-sm-12.box-desktop-size.guideList:hover img {
    transform: scale(1.04) !important;
}

/* TEXT WRAPPER - Full width, under image */
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList .news-text-wrapper,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList .news-text-wrapper,
.col-md-12.col-sm-12.box-desktop-size.newsList .news-text-wrapper,
.col-md-12.col-sm-12.box-desktop-size.blogList .news-text-wrapper,
.col-md-12.col-sm-12.box-desktop-size.guideList .news-text-wrapper,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList > .col-md-7,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList > .col-md-7,
.col-md-12.col-sm-12.box-desktop-size.newsList > .col-md-7,
.col-md-12.col-sm-12.box-desktop-size.blogList > .col-md-7,
.col-md-12.col-sm-12.box-desktop-size.guideList > .col-md-7,
.col-md-12.col-sm-12.box-desktop-size.guideList .content-row > .col-md-7 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
}

/* TEXT PARAGRAPH - Full width, 200 words, Modern Apple-style typography */
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList p,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList p,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList .news-text-wrapper p,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList .news-text-wrapper p,
.col-md-12.col-sm-12.box-desktop-size.newsList p,
.col-md-12.col-sm-12.box-desktop-size.blogList p,
.col-md-12.col-sm-12.box-desktop-size.guideList p,
.col-md-12.col-sm-12.box-desktop-size.newsList .news-text-wrapper p,
.col-md-12.col-sm-12.box-desktop-size.blogList .news-text-wrapper p,
.col-md-12.col-sm-12.box-desktop-size.guideList .news-text-wrapper p,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList p.mobil-bosluk,
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList p.mobil-bosluk,
.col-md-12.col-sm-12.box-desktop-size.newsList p.mobil-bosluk,
.col-md-12.col-sm-12.box-desktop-size.blogList p.mobil-bosluk,
.col-md-12.col-sm-12.box-desktop-size.guideList p.mobil-bosluk {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #4a4a4a !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: -0.01em !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    /* Modern text styling - 200 words with ellipsis */
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    -webkit-line-clamp: none !important;
    max-height: none !important;
}

/* Override inline box-shadow */
.fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList[style*="box-shadow"],
.fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList[style*="box-shadow"],
div.box-desktop-size.newsList[style*="box-shadow"],
div.box-desktop-size.blogList[style*="box-shadow"],
div.box-desktop-size.guideList[style*="box-shadow"] {
    box-shadow: 0px 6px 18px rgba(0,0,0,0.10) !important;
}

/* MOBILE RESPONSIVE */
@media (max-width: 767px) {
    .fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList,
    .fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList,
    .col-md-12.col-sm-12.box-desktop-size.newsList,
    .col-md-12.col-sm-12.box-desktop-size.blogList,
    .col-md-12.col-sm-12.box-desktop-size.guideList {
        padding: 16px !important;
    }
    
    .fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList h2,
    .fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList h2,
    .col-md-12.col-sm-12.box-desktop-size.newsList h2,
    .col-md-12.col-sm-12.box-desktop-size.blogList h2,
    .col-md-12.col-sm-12.box-desktop-size.guideList h2 {
        font-size: 20px !important;
    }
    
    .fw.page .pageRight .pageRightBox .row .box-desktop-size.newsList img,
    .fw.page .pageRight .pageRightBox .row .box-desktop-size.blogList img,
    .col-md-12.col-sm-12.box-desktop-size.newsList img,
    .col-md-12.col-sm-12.box-desktop-size.blogList img,
    .col-md-12.col-sm-12.box-desktop-size.guideList img {
        max-height: 250px !important;
        min-height: 150px !important;
    }
}

/* === MOBILE FIX: WHATSAPP LEFT, TAWK RIGHT === */
@media (max-width: 767px) {
    /* WhatsApp icon on left for mobile */
    .yu-whatsapp {
        position: fixed !important;
        bottom: 10px !important;   /* slightly lower to align with Tawk.to */
        left: 20px !important;
        right: auto !important;
        background: transparent !important;
        width: auto !important;
        height: auto !important;
        z-index: 999999 !important;
    }

    /* Tawk.to floating chat bubble */
    #tawkchat-container,
    div[id*="tawk-"],
    iframe[id*="tawk"] {
        position: fixed !important;
        bottom: 20px !important;   /* stays at bottom */
        right: 20px !important;
        left: auto !important;
        z-index: 999999 !important;
        background: transparent !important;
    }
}

/* =====================================================
   GUIDE PAGE DESKTOP GRID LAYOUT - APPLE 2025 STYLE
   ===================================================== */
@media (min-width: 992px) {
    /* Flex container for guide pages - align with header logo width */
    /* Changed from grid to flex to fix sticky sidebar (inline-block removed) */
    .guide-page .property-detail-layout {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
        gap: 40px !important;
        max-width: 1400px !important;
        margin: 0 auto !important;
        padding: 0 24px !important;
        box-sizing: border-box !important;
    }

    /* Left column - main content area */
    .guide-page .property-detail-layout .left-column {
        max-width: 860px !important;
        width: 860px !important;
        flex: 0 0 860px !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    /* Right sidebar - fixed width */
    .guide-page .property-detail-layout .right-column,
    .guide-page .property-detail-layout .right-sidebar,
    .guide-page .property-detail-layout .sidebar.right-sidebar.right-column.contact-sidebar,
    .guide-page .guide-right-sidebar {
        max-width: 340px !important;
        width: 340px !important;
        flex: 0 0 340px !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    /* Prevent hero image stretching - maintain aspect ratio */
    .guide-page .guide-hero-image,
    .guide-page .guide-hero-image img,
    .guide-page .single-property-hero-image,
    .guide-page .single-property-hero-image img,
    .guide-page .hero-container img,
    .guide-page .hero-image {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    /* Ensure guide-content-wrapper doesn't break grid */
    .guide-page .guide-content-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Override any container max-width that breaks alignment */
    .guide-page .property-detail-wrapper,
    .guide-page .property-detail-wrapper .container {
        max-width: 1400px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    /* Ensure single-property doesn't constrain width */
    .guide-page .property-detail-layout .left-column .single-property {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* =====================================================
       STICKY SIDEBAR FIX - Remove inline-block from all parents
       ===================================================== */
    /* Remove inline-block everywhere - sticky cannot work inside inline-block */
    /* Note: .property-detail-layout uses grid (set above), not flex */
    .guide-page .guide-content-sections,
    .guide-page .guide-card,
    .guide-page .guide-card-modern,
    .guide-page .left-column,
    .guide-page .right-column,
    .guide-page .guide-right-sidebar,
    .guide-page .sidebar,
    .guide-page .right-sidebar {
        display: block !important;
    }

    /* guide-content-wrapper can be flex if needed, but grid takes precedence for property-detail-layout */
    .guide-page .guide-content-wrapper {
        display: flex !important;
        align-items: flex-start !important;
    }

    /* Prevent sticky from being blocked */
    .guide-page .property-detail-layout * {
        overflow: visible !important;
        transform: none !important;
        position: static !important;
    }

    /* Exception: Hero image container can have overflow hidden for image clipping */
    .guide-page .guide-hero-image {
        overflow: hidden !important;
    }

    /* Sticky Sidebar */
    .guide-page .guide-right-sidebar,
    .guide-page .right-column.contact-sidebar,
    .guide-page .property-detail-layout .right-column.contact-sidebar,
    .guide-page .sidebar.right-sidebar.right-column.contact-sidebar {
        position: sticky !important;
        top: 110px !important;
        height: auto !important;
        z-index: 10 !important;
    }
}

