@charset "utf-8";

/* Global */
body {
	background:#fff;
	color:#222;
	font: 15px/22px 'Maven Pro', sans-serif;
}
.clearboth {
	clear:both;
}
address {
	font-style: normal;
	line-height: 1.42857;
	margin-bottom: 15px;
}
/* Margins & Padding */
.top-10 {margin-top:10px;}
.top-20 {margin-top:20px;}
.top-30 {margin-top:30px;}
.top-40 {margin-top:40px;}
.top-50 {margin-top:50px;}

.bottom-10 {margin-bottom:10px;}
.bottom-20 {margin-bottom:20px;}
.bottom-30 {margin-bottom:30px;}
.bottom-40 {margin-bottom:40px;}
.bottom-50 {margin-bottom:50px;}

/* Dividors & Separators */
.separator {
	background:#dadada;
	border-bottom: 1px solid #fff;
	height: 3px;
	margin-bottom:40px;
	margin-left:1%;
	margin-right:1%;
	margin-top:30px;
	position: relative;
	width: 98%;
}
.separator div {
	background-image: url("/img/usr/caret.png");
	background-position: 0;
	height: 10px;
	left: 50%;
	margin-left: -9px;
	position: absolute;
	top: 0;
	width: 19px;
}
hr {
	border-color:rgba(0,0,0,0.1);
	margin:10px 0;
}
/* Typography */
h1 	{font-size:31px; color: #222222; padding-bottom:15px;}
h2 	{font-size:27px; color: #222222;}
#intro h2 {
    padding-bottom: 10px;
    text-align: center;
}
h3 	{font-size:24px;}
h4 	{font-size:20px; font-weight:400;}
h5 	{font-size:18px; font-weight:600;}
h6 	{font-size:14px; text-align:center; text-transform:uppercase;}
a 	{
	color:#1B2857;
	-webkit-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
}
a:hover,
a:active,
a:focus {
	color:#F89A1C;
	text-decoration:none;
	outline: 0;
}
a.slider-link
{
    	color:#FFF;
}
/* Lists */
ul.social {
	padding:5px 0 15px 0;
	margin:0;
}
	ul.social li {
		display:inline-block;
	}
	ul.social li.last {
	}
	ul.social li a {
		font-size:32px;
	}
	ul.social li a i {
		/*background:#fff;
	    border-radius:50%;*/
		height:32px;
		line-height:36px;
		transition: all 0.25s ease-out;
		width:32px;
	}
	@media (max-width: 991px){
		ul.social {
			float:none;
			text-align:center;
			top:10px;
		}
		ul.social li {
			text-align:center;
			top:10px;
		}
	}

ul.info {
	clear:both;
	font-size:13px;
}
	ul.info li {
		display:block;
		font-size:13px;
	}
	ul.info li a {
	}
	@media(max-width: 991px){
		ul.info {
			float:none;
			text-align:center;
			top:0;
		}
		ul.info li {
			float:none;
			text-align:center;
		}
	}

.language {
	margin-top:3px;
	color:#1B2857;
	text-align:right;
}
.language2 {
	margin-top:15px;
	color:#1B2857;
	text-align:right;
	line-height:25px;
	font-size:16px;
}
.language .right10 {
	padding-right:10px;
}
.currency-switch {
	width:75px;
	margin-top:16px;
	margin-left:8px;
	float:right;
}
.currency-switch2 {
	width:75px;
	margin-top:-4px;
	margin-left:8px;
}
.currency2 {
	min-width:80px!important;
	margin: 0 0 0 16px !important;
	max-width:90px!important;
}
#info {
	margin: 10px 0 0;
	color:#fff;
}
#info a {
	font-weight:bold;
	color:#fff;
	-webkit-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
}
#info a:hover {
	color:#444444;
}
@media (max-width: 991px) {
	#info a {
		text-decoration:none;
		text-align:center
	}
}

@media(max-width: 991px){
	.language {
		float:none;
		text-align:center;
		margin-left:10px;
		margin-top:5px;
	}
}
	.language .btn-custom {
		min-width:200px;
	}
	.language ul.dropdown-menu {
		background-clip: padding-box;
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 0px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		display: none;
		float: left;
		font-size: 14px;
		left: 0;
		list-style: none outside none;
		margin: 2px 0 0;
		min-width: 200px;
		padding: 5px;
	}
	.language.open > .dropdown-menu {
	  	display: block;
	}
	.language ul.dropdown-menu li {
		display:inline-block;
		margin:0;
	}
	.language ul.dropdown-menu > li > a {
		display: inline-block;
		padding:1px;
	}
	.language ul.dropdown-menu > li > a:hover {
		background:transparent;
	}

	@media(max-width: 991px){
		ul.language {
			float:none!important;
			text-align:center;
			top:10px;
		}
	}

.callback {
	margin-top:26px;
}
	.callback .btn-custom {
		background:#444444;
		min-width:200px;
		margin-bottom:10px;
	}
	.callback .btn-custom:hover {
		background:#cb0000;
		color:#fff;
	}
	.callback .btn-custom:focus {
		color:#fff;
	}
	.callback ul.dropdown-menu {
		background-clip: padding-box;
		background:rgba(5, 56, 27, 0.9);
		border-radius: 0px;
		color:#fff;
		margin: 0 0 0;
		min-width: 300px;
		padding: 15px;
		z-index:2222;
	}
	.callback.open > .dropdown-menu {
	  	display: block;
	}
	.callback .dropdown-menu label {
	  	font-weight:normal;
	  	font-size:14px;
	}
	.callback a:hover {
		color:#cb0000;
	}
	.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
		border-radius:3px;
	}

	@media(max-width: 991px){
		ul.language {
			float:none!important;
			text-align:center;
			top:10px;
		}
		.callback {
			float:none;
			text-align:center;
			margin:0;
			left:50%;
			margin-left:-100px;
		}
	}

/* Login */
#login {
	float:right;
	margin-top:5px;
	z-index:100;
}
	#login .form-group {
		border-radius:0;
		padding:10px;
		z-index:5000;
	}
	#login .form-control {
		margin-bottom:5px;
	}
	@media (max-width: 991px){
		#login {
			float:none;
			text-align:center;
			top:10px;
		}
	}

/* Buttons */
.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
}
	.btn:hover,
	.btn:focus {
	  color: #F89A1C;
	}
	.btn-custom {
		background:#1B2857;
		color:#fff;
		-webkit-transition: all 0.25s ease-out;
				transition: all 0.25s ease-out;
	}
	.btn-custom:hover {
		background:#F89A1C;
		color:#fff;
	}
	.btn-subscribe {
		background:#1B2857;
		transition: all 0.25s ease-out 0s;
	}
	.btn-subscribe:hover {
		background:#F89A1C;
	}
	/* Requires Styling */
	.btn-print,
	.btn-sort,
	.btn-back,
	.btn-eaf {
		background:#1B2857;
		color:#fff;
		float:left;
		font-weight:bold;
		margin:15px 10px 0 0;
		padding:5px 15px;
		position:relative;
		text-align:center;
		text-transform:uppercase;
		-webkit-transition: all 0.25s ease-out;
				transition: all 0.25s ease-out;
	}
	.btn-print:hover,
	.btn-sort:hover,
	.btn-back:hover,
	.btn-eaf:hover {
		background:#F89A1C;
		color:#fff;
	}
	.btn-enquire {
		background:#1B2857;
		color:#fff;
		float:left;
		font-weight:bold;
		margin:15px 10px 0 0;
		padding:5px 20px;
		position:relative;
		text-align:center;
		text-transform:uppercase;
	}
	.btn-enquire:hover {
		background: #F89A1C;
		color:#fff;
	}
	.btn-sort {
		margin-top:5px;
	}
	.btn-sort a {
		color:#fff;
	}

/* Tables */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none;
	line-height: 1;
	padding: 8px;
	vertical-align: top;
}
/* Navbar */
#navbar-area {
	width:100%;
	float:left;
	position:relative;
	z-index:4;
	background:#1B2857;
	border-bottom:2px solid #F89A1C;
}

@media (max-width: 992px) {
	.navbar-wrapper {
		top:0;
		position:relative;
		height:auto;
	}
}
	.navbar {
		border-radius:0;
		margin-bottom:0;
		margin:0;
		min-height: inherit;
	}
	.navbar-inverse {
	  	background:transparent;
	  	border:none;
		position:relative;
	}
	.navbar-inverse .navbar-brand {
	  	color: #999;
		padding:5px;
	}
	.navbar-inverse .navbar-brand:hover,
	.navbar-inverse .navbar-brand:focus {
	  	background-color: transparent;
	  	color: #222;
	}
	.navbar-inverse .navbar-text {
	  	color: #999;
	}
	.navbar-nav {
		float:left;
	}
	.navbar-inverse .navbar-nav > li#frm-login {
		border-right:none;
	}
	.navbar-inverse .navbar-nav > li > a {
		background-color:transparent;
		color: #fff;
		font-size:14px;
		padding:12px 4px;
		font-weight:500;
		-webkit-transition: background-color 0.25s ease-out;
				transition: background-color 0.25s ease-out;
	}
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus,
	.navbar-inverse .navbar-nav > .disabled > a,
	.navbar-inverse .navbar-nav > .disabled > a:hover,
	.navbar-inverse .navbar-nav > .disabled > a:focus,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
	  	color: #fff;
		background:#F89A1C;
	}
	.navbar-inverse .navbar-toggle {
		background-color:transparent;
	  	border-color: #F89A1C;
		background:#F89A1C;
	}
	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
	  	background-color: #F89A1C;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
	  	background-color: #fff;
	}
	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
	  	border-color: rgba(255,255,255,0.5);
		padding:0;
	}
	.caret {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 4px 0 4px;
		border-color: #333 transparent transparent transparent;
		border-style: inset;
		-webkit-transform:rotate(360deg);
	}
	.navbar-inverse .navbar-nav > .dropdown:hover .dropdown-menu {
		background:rgba(248, 154, 28, 0.8);
	}
	/* End Hover Dropdown */
	#frm-login .dropdown-menu {
		background:rgba(248, 154, 28, 0.8);
		padding:10px;
		font-size:11px;
		text-align:center;
	}
	#frm-login .dropdown-menu a {
		color:#fff;
	}
	.navbar-inverse .frm-login > li:first-child > a {
		padding-right:0px;
	}
	li#frm-login > a {
	}
	li#frm-login > a:hover {
		color:#fff;
	}
	.navbar-inverse .navbar-nav > li > .dropdown-menu {
		box-shadow:none;
		font-size:15px;
		background:rgba(248, 154, 28, 0.8);
		padding:2px 0;
	}
	.navbar-inverse .navbar-nav > li > .dropdown-menu.login {
		min-width:200px;
		padding:10px;
		position:absolute;
		left:auto;
		right:0;
		z-index:100;
	}
	.navbar-inverse .navbar-nav > li > .dropdown-menu > ul {
	}
	.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a {
		padding: 2px 6px;
		line-height: 1.42857143;
		color:#fff;
	}
	.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:focus
	{
		/*color: #fff;
		background-color: #444444;*/
		color:#fff;
		background-color: #1B2857;
	}
	.navbar-inverse .navbar-nav > li > .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav > li > .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav > li > .dropdown-menu > .active > a:focus {
		/*color: #fff;
		text-decoration: none;
		background-color: #444444;
		outline: 0;*/
		color:#444444;
		background-color: none;
	}
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
		background-color:transparent;
	}

	@media (max-width: 767px) {
		.navbar-nav {
			float:none;
		}
		.navbar-collapse .pull-right {
			float:none!important;
		}
		.navbar-inverse .navbar-nav > li > .dropdown-menu {
		  text-align: center;
		}
		ul.nav.pull-right.navbar-nav.frm-login {
			float:none!important;
		}
		li#frm-login.dropdown.open div.dropdown-menu.login {
			left: 50%;
			margin-left: -100px;
			position: relative;
			text-align: center;
			width: 200px;
			z-index: 1000;
		}
		button#btnLogin.btn.btn-block.btn-custom {
			background:#1C2C56;
		}
		.navbar-inverse .navbar-nav > li > a {
			text-align:center;
			padding-top:5px;
			padding-bottom:5px;
		}
		.navbar-brand {
			float:none;
		}
		.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
			border-color: #080808;
		}
		.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
			background-color:transparent;
		}
		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
			color: #eaeaea;
		}
		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
		.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
		.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
			background-color: transparent;
			color: #fff;
		}
		.navbar-inverse .navbar-link {
			color: #999;
		}
		.navbar-inverse .navbar-link:hover {
			color: #900;
		}
	}
.menu-sun {
	fill:#F89A1C;
	height:20px;
	width:20px;
	margin: 0 0 -5px;
	-webkit-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
}
.navbar-inverse .navbar-nav > li > a:hover .menu-sun,
.navbar-inverse .navbar-nav > li > a:focus .menu-sun,
.navbar-inverse .navbar-nav > .active > a .menu-sun,
.navbar-inverse .navbar-nav > .active > a:hover .menu-sun,
.navbar-inverse .navbar-nav > .active > a:focus .menu-sun,
.navbar-inverse .navbar-nav > .disabled > a .menu-sun,
.navbar-inverse .navbar-nav > .disabled > a:hover .menu-sun,
.navbar-inverse .navbar-nav > .disabled > a:focus .menu-sun,
.navbar-inverse .navbar-nav > .open > a .menu-sun,
.navbar-inverse .navbar-nav > .open > a:hover .menu-sun,
.navbar-inverse .navbar-nav > .open > a:focus .menu-sun {
	fill: #fff;
}

/* ----- Layout ----- */
/* Wrapper */
.wrapper {
}
.no-yammer {
	padding:0 20px 10px;
}
/* Banner img */
.banner-img {
	width:165px;
	height:165px;
	position:absolute;
}

/* Slider img area */
.slider-img-area {
	width:603px;
	height:59px;
	position:absolute;
	left:117%;
	top:80px;
}

/* Page Topper */
#topper-top {
	background:#eaeaea;
	position:relative;
	width:100%;
	border-top:1px solid #f89a1c;
}
#topper-top h4 {
	font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 5px 0 5px;
    position: relative;
    z-index: 999;
	color:#1B2857;
	font-weight:500;
	/*font-family: 'Marck Script', cursive;*/
}
#topper {
	background:#fff;
	position:relative;
	width:100%;
	padding:10px 0;
}
#topper ul.dropdown-menu {
	min-width:auto!important;
	width:auto;
}
#topper h4 {
	font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 5px 0 0;
    position: relative;
    z-index: 999;
	color:#1B2857;
	font-weight:normal;
}
#topper h5 .red {
	color:#F89A1C;
	font-weight:bold;
	-webkit-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
}
#topper h5 a.red:hover {
	color:#222;
}
.meter {
	background:#1B2857;
	border-radius:3px;
	-webkiut-border-radius:3px;
	float:left;
	margin-right:4px;
	min-width:52px;
}
.Count {
	color:#fff;
	padding: 5px 8px;
}
@media (max-width: 991px){
	#topper-top h4, #topper h4, .language2 {
		text-align:center;
	}
	.meter {
		background:transparent;
		float:none;
		margin-right:0;
		min-width:52px;
	}
	.Count {
		color:#1B2857;
		padding: 5px 8px;
	}
}
/* SLIDE PANEL */
.chat-area a {
	font-size:18px;
}
#slide-panel {
    background:rgba(255, 255, 255, 0.8);
    bottom: 0;
    height: 480px;
    left: auto;
    margin: auto;
    padding: 20px;
    position: fixed;
    right: -330px;
    top: 20%;
    width: 330px;
    z-index: 999;
}
#opener {
	width:150px;
	height:160px;
	right:-3px;
	top:40%;
	/*background:rgba(248, 154, 48, 0.8);*/
	background:rgba(255, 255, 255, 0.8);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	z-index:999;
	text-align:center;
	padding:30px 0;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	float: left;
    margin: -20px -170px 0;
}
#opener .fa {
	font-size:40px;
	margin-bottom:10px;
}
#opener a {
	color:#1b2857;
	font-weight:500;
}
.btn-callback {
    background: url("../../img/usr/callback.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100px;
    width: 100px;
	border:none;
}
#frmCallBack label {
	color:#555;
	font-weight:normal;
	text-transform:uppercase;
}
#frmCallBack label a {
	color:#444444;
}
@media (max-width: 991px){
	.btn-search-cta {
		left: 38px;
		top: 200px;
	}
	.btn-search-area-cta {
		left: 100px;
		top: 200px;
	}
}
	@media(max-width:767px){
		#slide-panel {
			height:510px;
		}
		#opener {
			display:none;
		}
	}
.chat {
	margin: 10px auto 10px;
    max-width: 100px;
}

/* Header */
header {
}
	img.logo {
		height: 120px!important;
		margin-top:5px;
	}
	@media (max-width: 991px){
		img.logo {
			margin:15px auto;
		}
	}

/* Page */
#page-header {
	background:#ebebeb;
  	border-bottom: 1px solid #fff;
  	display: block;
	padding-bottom:30px;
	padding-top:30px;
	position:relative;
	 z-index: 30;
}
.section-header {
	padding-bottom: 9px;
}
.section-header h1, .section-header h2 {
}
.section-header header.centered section {
    margin-bottom: 0;
}
.section-header header.centered section p {
    color: #2a2929;
    font-weight: 400;
}
.section-header header.centered h2 {
    margin: 0;
    text-transform:uppercase;
}
.section-header header.centered {
    text-align: center;
}
.section-header hr, #bottom-top-main hr {
     border: 0;
	 margin:20px 0 15px;
	 height: 1px;
	 background-image: -webkit-linear-gradient(left, rgba(100,100,100,0), rgba(100,100,100,0.55), rgba(100,100,100,0));
	 background-image: -moz-linear-gradient(left, rgba(100,100,100,0), rgba(100,100,100,0.55), rgba(100,100,100,0));
	 background-image: -ms-linear-gradient(left, rgba(100,100,100,0), rgba(100,100,100,0.55), rgba(100,100,100,0));
	 background-image: -o-linear-gradient(left, rgba(100,100,100,0), rgba(100,100,100,0.55), rgba(100,100,100,0));
}
.section-header #favouriteRow .btn-favourite {
	background:#eaeaea;
}

/* Intro */
#intro {
	padding:10px 0 30px;
}
.search-title{
	padding:0px 20px;
	}
/*#intro:after {
    border-color: #eaeaea rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-style: solid;
    border-width: 20px 22px 22px;
    content: "";
    left: 49.2%;
    position: absolute;
    z-index: 100;
	margin-top:48px;
}*/
#intro2 {
	padding:30px 0;
}
#intro2 p a {
	font-weight:bold;
	font-style:italic;
	color:#267fa9;
}

/* Sold Area */
#sold-area {
	width:100%;
	position:relative;
	padding:0 0 25px;
	background:#eaeaea;
}
.solds {
	background:#ccc;
	padding:5px;
	box-sizing:border-box;
	border-bottom:1px solid #1b2857;
}
.solds .title {
	font-weight:bold;
	color:#1b2857;
	font-size:16px;
	line-height:16px;
	padding-top:10px;
}
.solds .price {
	color:#1b2857;
	margin-bottom:6px;
}

/* bottom top area */
#bottom-top-area {
}
#bottom-top-area img {
	margin-top:-28px;
}

/* carousel area */
.carousel-area {
	background-color: #e6e6e6;
	border-bottom: 5px solid #e6e6e6;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
}
.owl-pagination {
	display:none;
}
.owl-carousel .owl-wrapper-outer {
}

/* Content */
#content {
	background:#f5f5f5;
	padding-bottom:50px;
	padding-top:30px;
	position:relative;
}
	@media(max-width:768px){
		#content {
			padding-left:20px;
			padding-right:20px;
		}
	}
iframe[name='google_conversion_frame'] {
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin-top: -13px;
	float: left;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.isLogged-hidden, .area-hidden, .searches-hidden{
    visibility: hidden;
    display: none;
}

.five-hundred {
	font-weight:500;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
	display:inline-block;
}

/* Outro */
#outro {
	/*text-align:center;*/
	display:block;
	margin-top:15px;
	min-height:50px;
	padding-bottom:20px;
	padding-top:10px;
}
/* Footer */
#footer-top-top {
	width:100%;
	float:left;
	position:relative;
	padding:5px 0;
	background:#ccc;
}
#footer-top-top h4 {
	color:#1B2857;
	padding:2px 0;
	margin:0;
}
#footer-top {
	width:100%;
	float:left;
	position:relative;
	padding:10px 0;
	background:#f89a1c;
}
#footer-mid {
	width:100%;
	float:left;
	position:relative;
	padding:10px 0;
	background:#DADBDB;
}
#footer-top .fa {
	font-size:25px;
	-webkit-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
}
#footer-top .fa:hover {
	color:#F89A1C;
}
#footer-top a {
	padding:0 15px;
}
#footer-top a .fa {
	margin-top:5px;
}
footer {
	background:#ccc;
	padding:15px 0 0;
}
	footer ul.links {
		margin:0;
		padding:0 0 20px;
	}
	footer ul.links li {
		border-bottom: 1px dotted #666;
		display: block;
		padding: 3px 0 2px;
	}
	footer ul.links li.last {
		border-bottom:none;
		display: block;
		padding: 5px 0;
	}
	footer h4 {
		font-weight: 500;
		padding-bottom:5px;
		color:#1b2857;
	}
	ul.info {
		position:relative;
		top:5px;
	}
	#footer-address {
		background:#222;
		color: #fff;
		padding:20px 0 10px;
		-webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.5);
		   -moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.5);
				box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.5);
	}
	#footer-address a {
		color:#fff;
	}
	#footer-address .btt {
		font-size:12px;
		margin-top:-19px;
	}
	#footer-address a:hover {
		color:#444444;
	}
	#footer-address p {
		font-size:16px;
	}
	#footer-address ul.list-unstyled li {
		float: left;
		padding: 0 25px 0 0;
		font-size:15px;
	}
	#footer-b {
	    background:#1B2857;
	    color: #fff;
		padding-bottom:6px;
		padding-top: 20px;
	}
	#footer-b a {
		color:#fff;
	}
	#footer-b a:hover {
		color:#F89A1C;
	}
	.quick-links li {
		border-bottom:1px solid rgba(0,0,0,0.1);
		padding:3px 0 3px 0;
	}
	.quick-links li.last {
		border:none;
	}
	.quick-links-rhs li {
		border-bottom:1px solid rgba(0,0,0,0.1);
		padding:3px 0 3px 0;
		font-size:15px;
		line-height:20px;
	}
	.quick-links-rhs li .bb {
		font-weight:600;
	}
	.quick-links-rhs li.last {
		border:none;
	}
	.copyright {
	}
	.footer-b .btt {
	}
	@media (max-width: 991px){
	    footer {
			text-align:center;
	    }
		#footer-b .copyright,
		#footer-b .btt {
			float:none!important;
			text-align:center;
		}
	}
	.copyright {
		font-size:12px;
	}
.frmFooter .form-control {
	margin-bottom:5px;
}
.bottom-agent {
	padding:5px 8px 2px 5px;
	border:1px solid #999;
	border-radius:3px;
	-webklit-border-radius:3px;
	font-weight:500;
	text-transform:uppercase;
	font-size:15px;
	color:#F89A1C;
	margin-bottom:15px;
	display:inline-block;
}
.bottom-agent a img {
	margin:4px 4px 3px;
	width:28px;
	height:28px;
}
/* Partners */
#partners {
	padding-bottom:20px;
}

/* ----- Index Page ----- */
/* Hero */
#hero {
	position:relative;
	z-index:1;
	float:left;
	width:100%;
	margin-bottom: -97px;
}
#hero-content {
	position:relative;
	float:left;
	width:100%;
}
#hero-search {
	position:relative;
	z-index:1;
	float:left;
	width:100%;
	margin-bottom:-134px;
}

/* Strapline (intro) */
.strapline {
}

/* Font Awesome */
.fa-search-plus:before {
	font-size:34px;
	line-height: 46px;
}

/* Bespoke positioning of bullets on slider */
.rsMinW .rsBullets {
	bottom: 15px;
}
.rsMinW .rsArrowLeft {
	bottom:12px;
}
.rsMinW .rsArrowRight {
	bottom: 12px;
}

/*Index Tabs*/
/* Tabs navbar */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: none;
    border-image: none;
    border-style: none;
    border-width: none;
    color: #1B2857;
	font-weight:500;
}
.nav-tabs > li > a:hover {
	color:#1B2857;
	background:#ccc;
}
.nav-tabs {
	border:none;
	position:relative;
}

.nav-tabs > li {
	width:50%;
	float:left;
	margin-bottom:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.nav-tabs > li > a {
	box-sizing:border-box;
	margin:0;
	color:#1B2857;
	background:#ccc;
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	padding:19px 0;
	line-height:1em;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	font-weight:500;
}
.nav-tabs > li.middle-grey > a {
	background:#dadbdb;
}
.tab-content #no-one, .tab-content #no-three {
	padding:0 0 0 0;
}

/*Listings Bottom Tabs*/
.nav-tabs2 > li.active > a, .nav-tabs2 > li.active > a:hover, .nav-tabs2 > li.active > a:focus {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eaeaea;
    border-color: none;
    border-image: none;
    border-style: none;
    border-width: none;
    color: #1B2857;
}
.nav-tabs2 > li > a:hover {
	background-color:#ccc;
	border:none;
	color:#1B2857;
}
.nav-tabs2 {
	border:none;
	position:relative;
	margin-top:20px !important;
}

.nav-tabs2 > li {
	width:33%;
	margin-bottom:0;
	float:left;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.nav-tabs2 > li.th-four {
	width:34%;
}
.nav-tabs2 > li > a {
	box-sizing:border-box;
	margin:0;
	color:#333;
	background:#ccc;
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	padding:10px;
	text-align:center;
	line-height:1em;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
}
.nav-tabs2 > li.middle-grey > a {
	background:#dadbdb;
}
.tab-content #no-map, .tab-content #no-tours, .tab-content #no-video {
	padding:0;
	margin-bottom:25px;
}

/* Featured */
#featured {
	padding:10px;
}
#featured .item {
	background:#fff;
	margin-bottom:20px;
	text-align:center;
	-webkit-transition: all 0.25s ease-in-out 0s!important;
	transition: all 0.25s ease-in-out 0s!important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
}
#featured .item:hover {
}
#featured .item a.overlay {
	display: block;
	position: relative;
}

#featured .item .more {
	background:#fff;
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
	background:url(/img/usr/icon-hand.svg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#featured .item a.overlay:hover .more {
	background:url(/img/usr/icon-hand.svg);
	background-position:center right;
	background-repeat:no-repeat;
	opacity: 0.5;
}
#featured .item a .img-wrapper .img-inner img {
	height:100%;
	width:100%;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
#featured .img-wrapper {
	height:0;
	padding-top:75%;
	position: relative;
}
#featured .img-inner {
	bottom:0;
	left:0;
	right:0;
	top:0;
	position:absolute;
}
#featured .caption {
	padding:0;/*background:#039;
	background: rgba(166,202,253,1);
	background: linear-gradient(to bottom, rgba(166,202,253,1) 0%, rgba(80,150,215,1) 100%);*/
}
#featured .item .display-status {
	background:rgba(27, 40, 87, 0.8);
    bottom: auto;
    color:#f89a1c;
    font-size: 20px;
    left: 0;
    padding: 7px 5px;
	font-weight:500;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
#featured .item:hover  .display-status {
	background: none repeat scroll 0 0 rgba(27, 40, 87, 1);
}
#featured .item .caption-bottom {
	background: none repeat scroll 0 0 rgba(27, 40, 87, 0.8);
    bottom: auto;
    color: #f89a1c;
    font-size: 15px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	padding: 5px 5px;
}
#featured .item .caption-bottom img {
	width:24px;
	margin-top:-7px;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
#featured .item:hover .caption-bottom {
	background: none repeat scroll 0 0 rgba(27, 40, 87, 1);
	padding: 8px 5px 5px;
	font-size:17px;
}
#featured .item:hover .caption-bottom img {
	width:28px;
	height:28px;
	margin-top:-7px;
}
#featured .title {
	margin-bottom:0;
	font-weight:bold;
	color:#1B2857;
	font-size:19px;
	line-height:28px;
	padding-top:7px;
}
#featured .prop-details {
	margin:0;
}
/*#featured .prop-details .bed {
	background-image:url(/img/usr/icon-bed.svg);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	padding:0 10px 0 22px;
}
#featured .prop-details .bath {
	background-image:url(/img/usr/icon-bath.svg);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	padding:0 10px 0 22px;
}*/
#featured .location {
	font-size:13px;
}
#featured .item .price {
	font-size:19px;
	padding:0 0 3px;
	margin-bottom:0;
	color:#1B2857;
}
#featured .item .ref {
	color:#1B2857;
}
#featured hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(50,50,50,0), rgba(50,50,50,0.75), rgba(50,50,50,0));
	background-image:    -moz-linear-gradient(left, rgba(50,50,50,0), rgba(50,50,50,0.75), rgba(50,50,50,0));
	background-image:     -ms-linear-gradient(left, rgba(50,50,50,0), rgba(50,50,50,0.75), rgba(50,50,50,0));
	background-image:      -o-linear-gradient(left, rgba(50,50,50,0), rgba(50,50,50,0.75), rgba(50,50,50,0));
}
#featured .item .bottom-link {
	background:#eaeaea;
	padding:7px 0;
	color:#1B2857;
	border-bottom:2px solid #f89a1c;
}
#featured .item .bottom-link a {
	color:#1B2857;
}
#featured ul.overview {
	margin:10px;
	padding-left:0;
	position:relative;
}
#featured ul.overview li {
	clear:both;
	display:inline;
	font-weight: bold;
	padding: 5px 10px 5px 0;
}
#featured ul.overview li.ref {
	margin-left:0;
}
#featured ul.overview li.bed {
	background: url('/img/usr/icon-bed.png') no-repeat;
	background-size: 25px 25x;
	padding-left: 30px;
}
#featured ul.overview li.bath {
	background: url('/img/usr/icon-bath.png') no-repeat;
	background-size: 25px 25px;
	padding-left: 25px;
}
#featured a.btn-view-listing {
	background:transparent;
	border-radius:0;
	margin:10px;
	padding: 6px 10px;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#featured a.btn-view-listing:hover {
}
#featured .btn-view-all {
	background:#04243E;
	border-radius:0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:5px 0 7px 0;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#featured .btn-view-all:hover {
	background:#2C516D;
	color:#fff;
}

/* Strapline */
.strapline {
}
/* CMS Content */
img.pull-right {
    margin-left: 15px;
    margin-top: 15px;
}
img.pull-left {
    margin-right: 15px;
    margin-top: 15px;
}
@media (max-width: 767px) {
	img.pull-right,
	img.pull-left {
	}
}

/* Search Results Page */
#result-header, #result-content {
	padding-top:10px;
	padding-bottom:10px;
}
#result-header {
/*margin-left:15px;
		margin-right:15px;*/
	}
#result-header .query-text {
	font-size:16px;
	margin-top:8px;
}
#result-header .pagination {
	padding-right:10px;
}
#result-header #refineOptions ul {
	font-size:12px;
}
.paginate {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow:hidden;
	display: inline-block;
	margin-top:5px;
}
.paginate a {
	color: #999;
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	font-weight:normal;
	padding:5px;
	position: relative;
	text-decoration: none;
}
.paginate a:hover,  .paginate a:active {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	border: 1px solid #ccc;
	background: #ccc;
}
.paginate span.current {
	font-weight: bold;
	color: #fff;
	border: 1px solid #ccc;
	background: #ccc;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding:5px;
	position: relative;
	text-decoration: none;
}
.paginate span.disabled {
	color: #ccc;
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	line-height: 1.42857;
	margin-left: 0;
	padding:5px;
	position: relative;
	text-decoration: none;
}
 @media (max-width:991px) {
 #result-header {
 text-align:center;
}
 .btn-sort,  .paginate,  .query-text {
 float:none!important;
 display:inline-block;
 margin-top:15px;
}
}
/*** Result Content ***/
#result-content .item {
	margin-bottom:0;
	margin-top:20px;
	overflow:hidden;
	padding:10px;
	background:#ffffff;
	border:1px solid #ccc;
	box-sizing:border-box;
	-webkit-transition: all 0.25s ease-in-out 0s;
			transition: all 0.25s ease-in-out 0s;
}
#result-content .item .no-gutter {
	padding:0;
}
#result-content .item:hover {
}
#result-content .item a.overlay {
	display: block;
	position: relative;
}
#result-content .item a.overlay:hover .more {
	opacity: 0.2;
}
#result-content .item .more {
	background:#f89a1c;
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out 0s;
			transition: all 0.25s ease-in-out 0s;
	width: 100%;
}
#result-content .item a img {
	height:100%;
	width:100%;
}
#result-content .img-wrapper {
	padding-top:70%;
	height:0;
	overflow:hidden;
	position: relative;
}
#result-content .img-inner {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
#result-content .item .caption-top {
	margin: 15px 0 0 10px;
}
#result-content .item .caption-top span {
	background:#f89a1c;
	padding:9px;
	margin:0 3px 0 0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#result-content .item .caption {
	padding:0 5px 15px;
	box-sizing:border-box;
	line-height:27px;
	margin:15px 0 0 10px;
}
#result-content .item .caption {
	padding:5px 10px 10px;
	box-sizing:border-box;
	border-left:1px solid #ccc;
	line-height:27px;
	border: 1px solid #ccc;
	margin-top:35px;
}
#result-content .item .category {
	background:#444;
	color:#fff;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	padding-top:10px;
}
#result-content .item h5 {
	margin:3px 0 5px 10px;
}
#result-content .item h5 a.title {
	font-size:22px;
	line-height:28px;
	font-weight:600;
	padding:0 10px 0 0;
	text-transform:uppercase;
}
#result-content .item .abstract, #result-content .item p {
	padding:0 10px;
	min-height:123px;
	margin:27px 0 26px;
}
#result-content .item .location {
	font-size:15px;
	font-weight:600;
	margin-top:10px;
}
#result-content .item .price {
	display:block;
	font-size:20px;
	font-weight:600;
	position:relative;
	color:#9b0000;
	text-transform:uppercase;
}
#result-content .item .fa {
	margin-right:5px;
}
#result-content .item ul.overview {
	padding-bottom:3px;
	padding-top:0;
	position:relative;
}
#result-content .item ul.overview li {
	display:block;
}
#result-content .item .lid {
	display:none;
	visibility:hidden;
}
#result-content .item .btn-view {
	margin-top:-6px;
	max-width:220px;
}
#result-content .item .usrAddListing {
	padding:7px 10px;
	border:1px solid #ccc;
	margin:10px 0 0 0;
	background:#f0f0f0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-raduis:3px;
}
@media (max-width:1199px) {
	#result-content .item .caption-top span {
		padding:7px;
	}
}
@media (max-width:991px) {
	#result-content .item .caption-top span {
		display:inline-block;
		margin-bottom:4px;
	}
	#result-content .item .btn-view {
		margin-top:0;
	}
}

/*--- Result Content Item Grid ---*/
#result-content .item-grid {
	margin-bottom:0;
	margin:15px 0;
	overflow:hidden;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	text-align:center;
	box-sizing:border-box;
	-webkit-transition: all 0.25s ease-in-out 0s;
			transition: all 0.25s ease-in-out 0s;
}
#result-content .item-grid .no-gutter {
	padding:0;
}
#result-content .item-grid:hover {
}
#result-content .item-grid a.overlay {
	display: block;
	position: relative;
}
#result-content .item-grid a.overlay:hover .more {
	opacity: 0.2;
}
#result-content .item-grid .more {
	background:#f89a1c;
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out 0s;
			transition: all 0.25s ease-in-out 0s;
	width: 100%;
}
#result-content .item-grid a img {
	height:100%;
	width:100%;
}
#result-content .item-grid .img-wrapper {
	padding-top:70%;
	height:0;
	overflow:hidden;
	position: relative;
}
#result-content .item-grid .img-inner {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
#result-content .item-grid .caption-top {
	margin: 15px 0 0 10px;
}
#result-content .item-grid .caption-top span {
	background:#f89a1c;
	padding:9px;
	margin:0 3px 0 0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#result-content .item-grid .caption {
	box-sizing:border-box;
}
#result-content .item-grid .category {
	background:#444;
	color:#fff;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	padding-top:10px;
}
#result-content .item-grid .title {
	font-size:20px;
	padding:7px 5px;
	color:#f89a1c;
	position:absolute;
	font-weight: 500;
	top:0;
	width:100%;
	background:rgba(27, 40, 87, 0.8);
	text-align:center;
}
#result-content .item-grid .title2 {
	font-size:19px;
	line-height:28px;
	padding-top:7px;
	color:#1B2857;
	font-weight:bold;
	margin:3px 0;
}
#result-content .item-grid .location {
	font-size:15px;
	font-weight:600;
	margin-top:10px;
}
#result-content .item-grid .price {
	color: #1b2857;
    font-size: 19px;
    margin:3px 0;
    padding: 0 0 3px;
}
#result-content .item-grid .fa {
	margin-right:5px;
}
#result-content .item-grid ul.overview {
	padding-top:0;
	position:relative;
	color: #1b2857;
}
#result-content .item-grid ul.overview li {
	display:block;
	clear: both;
	display: inline-block;
}
#result-content .item-grid ul.overview li img {
	width:28px;
	height:28px;
	margin-top:-11px;
}
#result-content .item-grid .lid {
	display:none;
	visibility:hidden;
}
#result-content .item-grid .btn-view {
	margin-top:-6px;
	max-width:220px;
}
#result-content .item-grid .btn-view-listing {
	text-transform:uppercase;
	font-weight:600;
}
#result-content .item-grid .bottom-link {
	padding: 7px 0;
	right: 0;
	left:0;
	background:#eaeaea;
	width:100%;
	border-bottom: 2px solid #f89a1c;
}
#result-content .item-grid .usrAddListing {
}

/* ----- Property Status (Results Page) -----*/
#result-content .dspStatusUnderOffer,
#result-content .dspStatusOffMarket,
#result-content .dspStatusSold,
#result-content .dspStatusFrontlineGolf,
#result-content .dspStatusFrontlineBeach,
#result-content .dspStatusBankRepossession,
#result-content .dspStatusLuxury,
#result-content .dspStatusExclusive,
#result-content .dspStatusNone,
#result-content .dspStatusReduced,
#result-content .dspStatusFeatured,
#result-content .dspStatusNewHome,
#result-content .dspStatusPropertyOfTheMonth,
#result-content .dspStatusPropertyOfTheWeek,
#result-content .dspStatusOffPlan,
#result-content .dspStatusNewDevelopment,
#result-content .dspStatusUnderConstruction {
	background:rgba(27, 40, 87, 0.6);
	color:#fff;
	font-size:13px;
	text-align:center;
	text-transform:uppercase;
	padding:5px 0;
	width:100%;
	display:block;
	position:absolute;
	z-index:104;
	bottom:0;
}
#result-content .item .dspStatusNone, #result-content .item-grid .dspStatusNone {
	background:none!important;
}
.list-house {
	width:18px!important;
	height:18px!important;
	margin-top:-6px;
}

/* Favourites Page */

/* ----- Property Status (Favourites Page) -----*/
.fvrtItem	 .dspStatusUnderOffer,
.fvrtItem	 .dspStatusOffMarket,
.fvrtItem	 .dspStatusSold,
.fvrtItem	 .dspStatusFrontlineGolf,
.fvrtItem	 .dspStatusFrontlineBeach,
.fvrtItem	 .dspStatusBankRepossession,
.fvrtItem	 .dspStatusLuxury,
.fvrtItem	 .dspStatusExclusive,
.fvrtItem	 .dspStatusNone,
.fvrtItem	 .dspStatusReduced,
.fvrtItem	 .dspStatusFeatured,
.fvrtItem	 .dspStatusNewHome,
.fvrtItem	 .dspStatusPropertyOfTheMonth,
.fvrtItem	 .dspStatusPropertyOfTheWeek,
.fvrtItem	 .dspStatusOffPlan,
.fvrtItem	 .dspStatusNewDevelopment,
.fvrtItem	 .dspStatusUnderConstruction {
        background:rgba(27, 40, 87, 0.6);
		color:#fff;
		font-size:13px;
		text-align:center;
		text-transform:uppercase;
		padding:5px 0;
		width:100%;
		display:block;
		position:absolute;
		z-index:104;
		bottom:0;
}
.fvrtItem .dspStatusNone, .fvrtItem-grid .dspStatusNone {
        background:none!important;
}
.fvrtItem {
	margin-bottom:0;
	margin-top:20px;
	overflow:hidden;
	padding:10px;
	background:#ffffff;
	border:1px solid #ccc;
	box-sizing:border-box;
	-webkit-transition: all 0.25s ease-in-out 0s;
			transition: all 0.25s ease-in-out 0s;
}
.fvrtItem .no-gutter {
	padding:0;
}
.fvrtItem a.overlay {
	display: block;
	position: relative;
}
.fvrtItem a.overlay:hover .more {
	opacity: 0.2;
}
.fvrtItem .more {
	background:#f89a1c;
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out 0s;
			transition: all 0.25s ease-in-out 0s;
	width: 100%;
}
.fvrtItem a img {
	height:100%;
	width:100%;
}
.fvrtItem .img-wrapper {
	height:0;
	padding-top:70%;
	position: relative;
}
.fvrtItem .img-inner {
	bottom:0;
	left:0;
	right:0;
	top:0;
	position:absolute;
}
.fvrtItem .caption-top {
	margin: 15px 0 0 10px;
}
.fvrtItem .caption-top span {
	background:#f89a1c;
	padding:9px;
	margin:0 3px 0 0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.fvrtItemt .caption {
	padding:0 5px 15px;
	box-sizing:border-box;
	line-height:27px;
	margin:15px 0 0 10px;
}
.fvrtItem .caption {
	padding:5px 10px 10px;
	box-sizing:border-box;
	border-left:1px solid #ccc;
	line-height:27px;
	border: 1px solid #ccc;
	margin-top:35px;
}
.fvrtItem .category {
	background:#444;
	color:#fff;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	padding-top:10px;
}
.fvrtItem h5 {
	font-size:22px;
	line-height:28px;
	font-weight:600;
	padding:0 10px 0 0;
	text-transform:uppercase;
	color:#1b2857;
}
.fvrtItem .abstract, .fvrtItem p {
	padding:0 10px;
	min-height:123px;
	margin:20px 0 18px;
}
.fvrtItem .location {
	font-size:15px;
	font-weight:600;
	margin-top:10px;
}
.fvrtItem .price {
	display:block;
	font-size:20px;
	font-weight:600;
	position:relative;
	color:#9b0000;
	text-transform:uppercase;
}
.fvrtItem .category {
	background:#444;
	color:#fff;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	padding-top:10px;
}
.fvrtItem .caption {
	padding: 5px 0;
}
.fvrtItem .title {
	font-size:20px;
	padding:10px 0;
	font-weight:bold;
}
.fvrtItem .location {
	font-size:13px;
}
.fvrtItem .price {
	display:block;
	font-size:18px;
	font-weight:bold;
	padding:0 10px;
	position:relative;
	color:#cb0000;
	text-transform:uppercase;
}
.fvrtItem .fa {
	margin-right:5px;
}
.fvrtItem ul.overview {
	padding-bottom:3px;
	padding-top:0;
	position:relative;
}
.fvrtItem ul.overview li {
	display:block;
}
.fvrtItem .lid {
	display:none;
	visibility:hidden;
}
.fvrtItem .btn-view {
	margin-top:-6px;
	max-width:220px;
}
.fvrtItem .usrAddListing {
	padding:7px 10px;
	border:1px solid #ccc;
	margin:10px 0 0 0;
	background:#f0f0f0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-raduis:3px;
}
.fvrtItem .display-status {
	font-size:20px;
	line-height:27px;
	color:#0099cc;
	padding:0 80px 0 0;
	text-align:left;
}
.fvrtItem .fa {
	margin-right:2px;
	font-size:15px;
}
.fvrtItem ul.overview {
	margin: 18px 0 28px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}
.fvrtItem ul.overview li {
}
.fvrtItem ul.overview li.ref {
	margin-left:0;
}
.fvrtItem ul.overview li.bed {
	background: url('/img/usr/icon-bed.png') no-repeat;
	background-size: 25px 25px;
	padding-left: 30px;
}
.fvrtItem ul.overview li.bath {
	background: url('/img/usr/icon-bath.png') no-repeat;
	background-size: 25px 25px;
	padding-left: 25px;
}
.fvrtItem .btn-view-listing {
	background:#fff;
	border:none;
	clear:both;
	margin-top:1px;
	text-align:left;
	text-transform:uppercase;
	color:#fff;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.fvrtItem .btn-view-listing:hover {
	background:transparent;
}
.fvrtItem .rmv {
	cursor:pointer;
}
.fvrtItem .rmv-list {
	padding:7px 10px;
	border:1px solid #ccc;
	margin:10px 0 0 0;
	background:#f0f0f0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-raduis:3px;
}
span.lid,  span.genus,  span.menuItem {
	display:none;
	visibility:hidden;
}
@media (max-width:1199px) {
	.fvrtItem .caption-top span {
		padding:7px;
	}
}
@media (max-width:991px) {
	.fvrtItem .caption-top span {
		display:inline-block;
		margin-bottom:4px;
	}
	#result-content .item .btn-view {
		margin-top:0;
	}
}

/*--- Result Content fvrtItem Grid ---*/
.fvrtItem-grid {
	margin-bottom:0;
	margin:15px 0;
	overflow:hidden;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	text-align:center;
	box-sizing:border-box;
	-webkit-transition: all 0.25s ease-in-out 0s;
			transition: all 0.25s ease-in-out 0s;
}
.fvrtItem-grid .no-gutter {
	padding:0;
}
.fvrtItem-grid:hover {
}
.fvrtItem-grid a.overlay {
	display: block;
	position: relative;
}
.fvrtItem-grid a.overlay:hover .more {
	opacity: 0.2;
}
.fvrtItem-grid .more {
	background:#f89a1c;
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out 0s;
			transition: all 0.25s ease-in-out 0s;
	width: 100%;
}
.fvrtItem-grid a img {
	height:100%;
	width:100%;
}
.fvrtItem-grid .img-wrapper {
	padding-top:70%;
	height:0;
	overflow:hidden;
	position: relative;
}
.fvrtItem-grid .img-inner {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.fvrtItem-grid .caption-top {
	margin: 15px 0 0 10px;
}
.fvrtItem-grid .caption-top span {
	background:#f89a1c;
	padding:9px;
	margin:0 3px 0 0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.fvrtItem-grid .caption {
	box-sizing:border-box;
}
.fvrtItem-grid .category {
	background:#444;
	color:#fff;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	padding-top:10px;
}
.fvrtItem-grid .title {
	font-size:20px;
	padding:7px 5px;
	color:#f89a1c;
	position:absolute;
	font-weight: 500;
	top:0;
	width:100%;
	background:rgba(27, 40, 87, 0.8);
	text-align:center;
}
.fvrtItem-grid .title2 {
	font-size:19px;
	line-height:28px;
	padding-top:7px;
	color:#1B2857;
	font-weight:bold;
	margin:3px 0;
}
.fvrtItem-grid .location {
	font-size:15px;
	font-weight:600;
	margin-top:10px;
}
.fvrtItem-grid .price {
	color: #1b2857;
    font-size: 19px;
    margin:3px 0;
    padding: 0 0 3px;
}
.fvrtItem-grid .fa {
	margin-right:5px;
}
.fvrtItem-grid ul.overview {
	padding-top:0;
	position:relative;
	color: #1b2857;
}
.fvrtItem-grid ul.overview li {
	display:block;
	clear: both;
	display: inline-block;
}
.fvrtItem-grid ul.overview li img {
	width:28px;
	height:28px;
	margin-top:-11px;
}
.fvrtItem-grid .lid {
	display:none;
	visibility:hidden;
}
.fvrtItem-grid .btn-view {
	margin-top:-6px;
	max-width:220px;
}
.fvrtItem-grid .btn-view-listing {
	text-transform:uppercase;
	font-weight:600;
}
.fvrtItem-grid .bottom-link {
	padding: 7px 0;
	right: 0;
	left:0;
	background:#eaeaea;
	width:100%;
	border-bottom: 2px solid #f89a1c;
}
.fvrtItem-grid .usrAddListing {
}

/*Favourites comparator Div*/
div.comparator-container {
  overflow: auto;
}
div.fvrt-compare-index {
  width:250px;
  margin-top: 16px;
}
.favourite {
    width: 280px;
    float: left;
    margin: 0 15px;
}
ul.compare-list {
    margin-top: 290px;
    padding: 0;
}
ul.compare-list li {
    list-style: none;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    padding: 1px 5px;
	font-weight:500;
	height:25px;
}
ul.compare-item-list {
	margin-top:0px!important;
}
ul.compare-item-list li {
    list-style: none;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    padding: 1px 5px;
    text-align: center;
	height:25px;
}
ul.compare-item-list li img {
	margin:1px auto 0;
}

h3.view-mode {
    text-align: right;
    color: #666;
    font-size:  20px;
}
h3.view-mode a {
    text-align: right;
    font-size:  20px;
}

/* ITEM media queries */
@media (max-width:1199px) {
	#featured .display-status, #result-content .display-status, .fvrtItem .display-status {
		line-height:20px;
	}
	#featured .caption hr, #result-content .caption hr, .fvrtItem .caption hr {
		margin: 5px 0;
	}
	#featured .title, #result-content .title, .fvrtItem .title {
		font-size: 18px;
		line-height: 18px;
		padding: 5px 0;
	}
	#featured .price, #result-content .price, .fvrtItem .price {
		padding:5px 10px;
		font-size: 18px;
		line-height: 18px;
	}
	#featured .bottom-link a, #result-content .bottom-link a, .fvrtItem .bottom-link a {
		font-size:13px;
		line-height:16px;
		font-weight:bold;
	}
}
@media (max-width:991px) {
	#featured .prop-details, #result-content .prop-details, .fvrtItem .prop-details {
	}
	#featured .caption, #result-content .caption, .fvrtItem .caption {
	}
	#featured .item a img, #result-content .item a img, .fvrtItem .item a img {
	}
	#featured .caption, #result-content .caption, .fvrtItem .caption {
		padding:0;
		width:100%;
	}
	#featured .caption, #result-content ul.overview, .fvrtItem .caption {
		margin:0;
		padding:0;
	}
}
 @media (max-width: 767px) {
 #featured .prop-details, #result-content .prop-details, .fvrtItem .prop-details {
 height: auto;
 visibility: visible;
}
 #featured .caption, #result-content .caption, .fvrtItem .caption {
}
}
@media (max-width: 460px) {
 #featured .prop-details, #result-content .prop-details, .fvrtItem .prop-details {
}
 #featured .caption, #result-content .caption, .fvrtItem .caption {
}
 #featured .title, #result-content .title, .fvrtItem .title {
 padding-bottom:0;
}
 #featured .price, #result-content .price, .fvrtItem .price {
 margin-top:3px;
 padding-bottom:0;
}
 #featured .display-status, #result-content .display-status, .fvrtItem .display-status {
 font-size:16px;
 line-height:15px;
}
}


/* Disabled Links */
.nav-tabs2 > li.active > a.disabled-links, .nav-tabs2 > li.active > a.disabled-links:hover, .nav-tabs2 > li.active > a.disabled-links:focus {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background:#ccc;
    border-color: none;
    border-image: none;
    border-style: none;
    border-width: none;
    color: #888;
	cursor:default;
}
.nav-tabs2 > li > a.disabled-links {
	color:#888;
	cursor:default;
}
.nav > li > a.disabled-links:hover, .nav > li > a.disabled-links:focus {
	background:#ccc;
	cursor:default;
}
/* Listing Page */
.calendar-legend-10-20 {
    margin-top: 20px;
    margin-bottom: 10px;
}
#frmEnquireBodyFixed {
    background: none repeat scroll 0 0 #eaeaea;
    padding: 20px 15px 10px 10px;
	overflow: hidden;
}
#frmEnquireBodyFixed .radio, #frmEnquireBodyFixed .checkbox {
	margin-left:20px;
}

#hero-listing {
	position:relative;
	float:left;
	width:100%;
}
h1.list-slider-text {
	background:rgba(155,155,155,0.8);
	padding:15px 20px;
	color:#fff;
	font-weight:600;
	position:absolute;
	top:50px;
	left:0;
}
h2.list-slider-text {
	background:rgba(255,255,255,0.8);
	padding:15px 20px;
	color:#333;
	font-weight:600;
	position:absolute;
	top:115px;
	left:0;
}
#listing-details-top {
	background:#eaeaea;
	position:relative;
	width:100%;
	float:left;
	min-height:2px;
	margin-bottom:2px;
}
#listing-details-top .listings-tab {
	box-sizing:border-box;
	border-right:1px solid #ccc;
	padding:10px 0;
	text-align:center;
	-webkit-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
}
.border-left {
    border-left: 1px solid #ccc;
}
#listing-details-top .listings-tab:hover {
	background:#ccc;
}
#listing-details-top a {
	color:#333;
	line-height:15px;
	font-size:13px;
	-webkit-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
}
#listing-details-top .listings-tab:hover {
	color:#9b0000;
}
#listing-details-top a.disabled-links {
	color:#999;
	cursor:default;
}
#listing-details-top a.disabled-links .listings-tab:hover {
	color:#999;
	background:#eaeaea;
	cursor:default;
}
#listing-details-top a .fa, #listing-details-top a img {
	margin-bottom:15px;
}
#listing-details-top .fa {
	font-size:30px;
	line-height:30px;
}
#listing-details-mid {
	background:#fff;
	position:relative;
	width:100%;
	float:left;
	padding:10px 0 30px;
}
#listing-details-mid hr.fancy {
	margin:25px 0 35px;
}
#listing-details-mid h2 {
	text-transform:uppercase;
	font-weight:600;
	margin-top:15px;
}
#listing-details-mid h4 {
	margin:20px 0 10px;
	font-weight:600;
	color:#9b0000;
}
#listing-details-mid h4.minus-top {
    color: #333;
    font-size: 18px;
    margin-top: 12px;
}
#listing-details-mid h4.bgtab {
	background: none repeat scroll 0 0 #eaeaea;
    border: medium none;
    border-radius: 0;
    box-sizing: border-box;
    color:#9b0000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    margin: 20px 0 0 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
#listing-details-mid ul {
	margin:0;
	padding:0;
}
ul.share-buttons {
    list-style: outside none none;
}
ul.share-buttons li {
    display: inline;
    margin-right: 5px;
}
#listing-details-mid ul li {
	list-style:outside none none;
}
#listing-details-mid .six-hun {
	font-weight:600;
}
.quick-links li.last {
		border:none;
	}
.quick-links-rhs li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 15px;
	line-height: 20px;
	padding: 3px 0;
}
.quick-links-rhs li.last {
    border: medium none;
}
.quick-links-rhs li .bb {
	font-weight: 600;
}

#listing-header,
#listing-content {
	padding-bottom:10px;
	padding-top:10px;
}
	table.overview  {
		width:100%;
	}
	table.overview  td {
		background:#fff;
		border:1px solid rgba(0,0,0,0.1);
		font-size:14px;
		padding:3px 10px 4px 10px;
	}
	table.overview td.title {
		font-weight:bold;
		text-align:right;
	}
	table.overview td.data {
	}
	#listing-content .listing-gallery {
		width:100%;
		min-height:500px;
	}
	#listing-content .abstract {
		margin-bottom:20px;
	}
	#listing-content .listing-feature ul li {
		margin-bottom:5px;
		margin-left:-10px;
	}
	@media (max-width: 768px){
	    #listing-header {
			text-align:center;
	    }
		#listing-header .pull-right {
			text-align:center;
			float:none!important;
		}
		#listing-header .btn-print,
		.btn-sort,
		.btn-back,
		.btn-eaf,
		.btn-enquire {
			float: none;
			margin:5px auto;
		}
		#listing-content {
		}
	}

/* Listing seperate gallery */
.ekko-lightbox .modal-dialog {
	width:100%;
}
#gallery-images a img {
	margin:10px 0;
	padding:5px;
	height:240px;
	width:100%;
	box-sizing:border-box;
	background:#eaeaea;
	border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
}
#gallery-images a img:hover {
	opacity:0.9;
}

#frmEnquireBodyFixed {
    background: none repeat scroll 0 0 #eaeaea;
    overflow: hidden;
    padding: 10px 15px 7px 10px;
	margin-bottom:7px;
        min-height: 579px;
}
#frmEnquireBodyFixed h3 {
	margin:0;
	padding:0 0 10px 0;
}
form label.frmEnquirelblFixed {
    font-size: 12px;
    text-transform: capitalize;
}
#frmEnquire .form-group {
	margin-bottom:11px;
}
#frmEnquire .form-control {
	border-radius: 2px;
	-webkit-border-radius: 2px;
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    height: 33px;
    padding: 3px 5px;
}
#frmEnquireBodyFixed label a {
	color:#9b0000;
}
#frmEnquireBodyFixed .radio input[type="radio"], #frmEnquireBodyFixed .radio-inline input[type="radio"], #frmEnquireBodyFixed .checkbox input[type="checkbox"], #frmEnquireBodyFixed .checkbox-inline input[type="checkbox"] {
	margin:0 5px 0 -13px;
	position:relative;
}
#frmEAF label a {
	color:#9b0000;
}
#frmEAF .radio input[type="radio"], #frmEAF .radio-inline input[type="radio"], #frmEAF .checkbox input[type="checkbox"], #frmEAF .checkbox-inline input[type="checkbox"] {
	margin:0 5px 0 0;
	position:relative;
}

#listing-header, #listing-content {
	padding-top:5px;
	padding-bottom:5px;
}
table.overview {
	width:100%;
	/* font-size: 24px; */
}
table.overview td {
	background:#e4e4e4;
	background:#fff;
	padding:10px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	font-size:18px;
}
table.overview td.title, table.overview span.title {
	font-weight:bold;
	text-align:right;
	text-align:left;
	font-size: 18px;
}
table.overview td.data {
}
#listing-header .price {
 color:;
}
#listing-header .btn-favourite {
	margin-top:15px;
	text-align:center;
	padding:5px 10px;
	border:1px solid #ccc;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#listing-header .btn-favourite:hover {
}
#listing-content .listing-gallery {
	width:100%;
	min-height:500px;
}
#listing-content .abstract {
	margin:20px 0;
	text-align:justify;
}
#listing-content .listing-feature ul li {
	margin-bottom:5px;
	margin-left:-10px;
}
h2.price {
	margin-top:22px;
}
@media (max-width: 767px) {
	#listing-header {
		text-align:center;
	}
	#listing-header .pull-right {
		text-align:center;
		float:none!important;
	}
	#listing-header .btn-print,  .btn-sort,  .btn-back,  .btn-eaf,  .btn-enquire {
		float: none;
		margin:5px auto;
	}
	#listing-content {
	}
	#listing-header .btn-favourite {
		margin-top:0;
	}
	.frmEnquiry .form-control {
		box-sizing: border-box;
		margin: 0 2%;
		padding: 4px 5px;
		width: 96%;
	}
	.frmEnquiry input#singlebutton {
		box-sizing: border-box;
		margin: 0 2%;
		width: 96%;
	}
	#frmEnquiryBodyFixed .radio input[type="radio"], #frmEnquiryBodyFixed .radio-inline input[type="radio"], #frmEnquiryBodyFixed .checkbox input[type="checkbox"], #frmEnquiryBodyFixed .checkbox-inline input[type="checkbox"] {
		margin: 0 5px 0 2%;
	}
}
/* Rental Data */
	#listing-content .rental {
	width:98%;
	margin:10px 1% 10px 1%;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f4f4f4;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f4f4f4), to(#E2E2E2));
	background: -webkit-linear-gradient(#f4f4f4, #E2E2E2);
	background: -moz-linear-gradient(#f4f4f4, #E2E2E2);
	background: -ms-linear-gradient(#f4f4f4, #E2E2E2);
	background: -o-linear-gradient(#f4f4f4, #E2E2E2);
	background: linear-gradient(#f4f4f4, #E2E2E2);
	padding:0 0 5px 0;
}
#listing-content .rental table {
	font:normal 12px/30px Verdana, Geneva, sans-serif;
	width:98%;
	margin:1%;
}
#listing-content .rental table td {
	width:20%;
	padding:0;
}
#listing-content .rental table td.title {
	font-weight:bold;
	padding:0 5px 0 5px;
	text-align:right;
}
#listing-content .description {
	float:left;
}
#listing-content #energy-container {
	margin:20px 10px 20px 0;
	line-height:18px;
}
/* ----- Property Status (Listing Page) -----*/
	#listing-content .dspStatusUnderOffer,  #listing-content .dspStatusOffMarket,  #listing-content .dspStatusSold,  #listing-content .dspStatusFrontLineGolf,  #listing-content .dspStatusFrontLineBeach,  #listing-content .dspStatusBankRepossession,  #listing-content .dspStatusLuxury,  #listing-content .dspStatusExclusive,  #listing-content .dspStatusNone,  #listing-content .dspStatusReduced,  #listing-content .dspStatusFeatured,  #listing-content .dspStatusNewHome,  #listing-content .dspStatusPropertyOfTheMonth,  #listing-content .dspStatusPropertyOfTheWeek,  #listing-content .dspStatusOffPlan,  #listing-content .dspStatusUnderConstruction {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	left: 15px;
	padding: 7px 10px;
	position: absolute;
	top: 2px;
	z-index:100;
	font-size:13px;
}
#listing-content .dspStatusNone {
	background:none!important;
}

/* ----- Forms ----- */
/* Global */
/* Input Error */
input.error, select.error {
	border: 1px solid red;
}
/* Hide the José field */
#lmXtra {
	display: none;
	visibility: hidden;
}

/* Call Back form */
#frmCallBack div.error,
/*#frmNewsletter div.error,*/
#frmContactMain div.error,
#frmEnquiryFixed div.error
{
    width: 0px;
    display: none!important;
}
#frmCallBack label {
	color:#555;
	font-weight:normal;
	text-transform:uppercase;
}
#frmCallBack label a {
	color:#cb0000;
}
#frmCallBack .radio input[type="radio"], #frmCallBack .radio-inline input[type="radio"], #frmCallBack .checkbox input[type="checkbox"], #frmCallBack .checkbox-inline input[type="checkbox"] {
	margin:0 5px 0 0;
	position:relative;
}

/* Extra Small */
.smallExtra {
	font-size:9px;
}
.radio-inline {
	padding-top:0!important;
}
label {
	color:rgba(0, 0, 0, 0.7);
	font-size:12px;
	margin-bottom:2px;
	margin-top:3px;
	font-weight:500;
}
.form-group {
	margin-bottom:15px;
}
.form-control {
	border-radius: 4px;
	color:rgba(0, 0, 0, 1);
	font-size:12px;
	height: 40px;
    padding: 6px 5px;
}
.sr-only {
	top:5px;
	display:none;
}
/*No Gutter*/
.no-gutter {
	padding-left:5px;
	padding-right:5px;
}
/* hide gallery slider*/
.gallery-hidden {
	visibility:hidden;
	display:none;
}

/* Counter area */
.counter-left {
	left:10px;
	color:#fff;
	margin-top:145px;
	position:absolute;
	font-size:22px;
	width:150px;
	text-align:center;
	line-height:28px;
}
.counter-right {
	right:10px;
	color:#fff;
	margin-top:145px;
	position:absolute;
	font-size:22px;
	width:150px;
	text-align:center;
	line-height:28px;
}

/* Search Form */
#search {
	width:100%;
	margin-bottom:20px;
	/* background: url(/img/usr/bg-search.jpg); */
	background-repeat:repeat-x;
	position:relative;
}
#search .container {
	background:#eaeaea;
	position:relative;
	z-index:3;
	/* min-height:309px; */
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
	border-radius:3px;
	border:3px solid #f89a1c;
}
#search-top {
	background:#ccc;
	width:100%;
	z-index:100;
}
#search-area {
	width:100%;
	z-index:100;
	margin-top:55px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-top:2px;
}
.radio, .checkbox {
	margin-top:6px;
}
	.side .col-sm-12,
	.side .col-sm-6,
	.side .col-md-6 {
		padding-left:5px;
		padding-right:5px;
	}
	.side {
	    color: #fff;
		position:absolute;
		z-index:2;
		margin-top:24px;
		right:0;
		border:15px solid rgba(5,56,27,0.6);
	}
	.side fieldset {
		background:rgba(5,56,27,0.9);
		box-sizing:border-box;
		padding:10px 15px 0 15px;
	}
	@media all and (max-width:767px) {
		.side {
			position:relative;
			margin:0;
			width:100%;
		}
	}
	.side .no-gutter, .full .no-gutter {
		padding-left:5px;
		padding-right:5px;
	}
	.full .checkArea {
		margin:14px 0 0;
	}
	.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
		border-radius:3px;
	}
	.search {
		color: #fff;
		/* margin: 20px 0 10px; */
		z-index: 2;
	}
	.search label {
		color:#444444;
		display:inline-block;
		font-weight:normal;
		margin-bottom:2px;
	}
	.search label.checkbox,
	.search label.radio {
		color:#333;
	}
	.search .btn-group {
	  	display: block;
		width:100%;
	}
	.search .btn {
		border-radius: 3px !important;
		font-size: 12px;
		height: 40px;
		margin-bottom: 2px;
		text-align: left;
	}
	.search .multiselect-container {
		background:#fff;
		text-align:left;
		width:100%;
		margin-top: 33px;
		padding:0 23px;
	}
	.search .multiselect-container > li {
		margin: 0 0 0;
	}
	.search .multiselect-container li a {
		padding: 0 10px;
	}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background:#ccc;
	}
	.search .multiselect {
		display:block;
		width:100%;
		/*margin-bottom:5px;*/
	}
	.search .multiselect:hover {
		color:#333;
	}
	.search .sr-only {
		position:relative;
	}
	.search .label-search {
		margin-top:14px;
	}
	.search input {
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	.search .form-control {
	}
	.search .form-group {
		margin-bottom:0;
		clear:both;
		padding:12px 0;
	}
	.search input#keyword, .search input#reference {
		margin-bottom:-10px;
	}
	.search a {
		font-weight:600;
		font-size:14px;
		position:relative;
		color:#444444;
	}
	.search a:hover {
		color:#fff;
	}
	.btn-search {
		background:#1B2857;
		border:1px solid #1B2857;
		color:#fff;
		margin-bottom:10px;
		text-align:center!important;
		font-size: 16px !important;
		height: auto !important;
		-webkit-transition: all 0.25s ease-out;
				transition: all 0.25s ease-out;
	}
	.btn-search:hover {
		background:#F89A1C;
		border:1px solid #F89A1C;
		color:#fff;
	}
	.btn-search-map {
		background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) #4075C5;
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%)  #4075C5;
		border:1px solid #4075C5;
		color:#fff;
		font-weight:bold;
		margin-bottom:10px;
		margin-top:12px;
		text-align:center!important;
		text-transform:uppercase;
		-webkit-transition: all 0.25s ease-out;
				transition: all 0.25s ease-out;
		white-space: normal;
	}
	.btn-search-map:hover {
		background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) #4075C5;
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%)  #4075C5;
		border:1px solid #4075C5;
		color:#fff;
	}
	.search-login {
		text-align:center;
		border:1px solid #ccc;
		border-radius:3px;
		margin-top:38px;
		padding:7px 11px;
		font-size:19px;
		color:#444;
	}
	.search-login a {
		color:#444;
		font-size:19px;
		line-height:18px;
		font-weight:normal;
		-webkit-transition: all 0.25s ease-out;
				transition: all 0.25s ease-out;
	}
	.search-login a:hover {
		color:#F89A1C;
	}
	.search-login .fa {
		font-size:60px;
		font-weight:normal;
		margin-top:20px;
	}
	.search-login .xis {
		margin-top:7px;
		margin-bottom:3px;
		margin-left:auto;
		margin-right:auto;
		max-width:40px;
	}
	.search-login .saved, .search-login .saved a {
		font-size:15px;
	}
	.map-img {
		margin-top:0;
	}
	.rhs-bottom .form-group {
		padding:0 0 5px 0;
	}
	@media(max-width:767px){
		#search {
			position:relative;
			z-index:1;
		}
	}
	@media(min-width:768px) and (max-width:991px){
		#search {
			/*margin:0 auto;*/
		}
	}
/* Bootstrap Horizontal Form */
.form-horizontal .control-label {
	text-align:left;
}

/* Contact Form */
.form-control::-moz-placeholder {
 color:#999;
}
#frmContactMain {
	margin-top:30px;
}
#frmContactMain label {
	color:#333!important;
	font-size:14px;
	text-transform: none;
}
#frmContactMain label a {
}
#frmContactMain .radio input[type="radio"], #frmContactMain .radio-inline input[type="radio"], #frmContactMain .checkbox input[type="checkbox"], #frmContactMain .checkbox-inline input[type="checkbox"] {
	margin:0 5px 0 0;
	position:relative;
}

/* List Property Form */
#frmListPropertyBody {
	margin-top:30px;
}
#frmListPropertyBody label a {
	color:#cb0000;
}
#frmListPropertyBody .radio input[type="radio"], #frmListPropertyBody .radio-inline input[type="radio"], #frmListPropertyBody .checkbox input[type="checkbox"], #frmListPropertyBody .checkbox-inline input[type="checkbox"] {
	margin:0 5px 0 0;
	position:relative;
}
#frmListPropertyBody .radio, #frmListPropertyBody .checkbox, #frmListPropertyBody .radio-inline, #frmListPropertyBody .checkbox-inline {
	padding-left:5px;
}

/* Newsletter */
#frmNewsletter {
}
#frmNewsletter h4 {
	color:#fff;
}
#frmNewsletter .btn-subscribe {
	background:#E46433;
	border-radius:3px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	height:40px;
	text-transform:uppercase;
	transition: all 0.25s ease-out 0s;
}
#frmNewsletter .btn-subscribe:hover {
	background:#FF7A1F;
	color:#fff;
}
#frmNewsletter label a {
}
#frmNewsletter .radio input[type="radio"], #frmNewsletter .radio-inline input[type="radio"], #frmNewsletter .checkbox input[type="checkbox"], #frmNewsletter .checkbox-inline input[type="checkbox"] {
	margin:0 5px 0 0;
	position:relative;
}

/* favourites registration */
#usrCreate label a {
	color:#cb0000;
}
#usrCreate .radio input[type="radio"], #usrCreate .radio-inline input[type="radio"], #usrCreate .checkbox input[type="checkbox"], #usrCreate .checkbox-inline input[type="checkbox"] {
	margin:0 5px 0 0;
	position:relative;
}

/* Map - on contact page */
 .google-maps {
	border:5px solid rgba(0, 0, 0, 0.1);
	height: 0;
	margin-bottom:20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 47.1%; /* This is the aspect ratio  */
	padding-left:15px;
	padding-top: 25px;
	padding-right:15px;
}
.google-maps iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
	-moz-box-sizing: border-box;
}
.google-maps-inner {
	border:5px solid #E6E6E6;
	height: 0;
	margin-bottom:30px;
	overflow: hidden;
	position: relative;
	padding-bottom: 68.8%; /* This is the aspect ratio  */
	padding-left:15px;
	padding-top: 15px;
	padding-right:15px;
}
.google-maps-inner iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
	-moz-box-sizing: border-box;
}
/* Weather Widget */
#fsWeather {
    display: block;
    margin-bottom: 10px;
    min-height: 220px;
    position: relative;
}
.weatherCity {
    bottom: auto;
    font-size: 18px;
    font-weight: bold;
    left: 55%;
    position: absolute;
    right: auto;
    top: 20px;
}
.weatherTemp {
    bottom: auto;
    font-size: 36px;
    left: 55%;
    position: absolute;
    right: auto;
    top: 47px;
}
.weatherForecast {
    bottom: auto;
    left: 10%;
    position: absolute;
    right: auto;
    top: 100px;
}
.weatherForecastTitle {
    font-weight: bold;
    text-align: left;
}
.weatherImage {
    clip: rect(0px, 140px, 140px, 0px);
    left: -10px;
    position: relative;
    top: -15px;
}
#lightbox-container-image-data-box {
	width: 920px!important;
}

/* Map - on contact page */
#fsMapCanvas {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #cdcdcd;
    float: left;
    height: 350px;
    margin: 10px 0 10px 10px;
    padding: 10px;
    position: relative;
    width: 98%;
}

/* Facebook widget */
._1drm {
	background:#ccc !important;
}
._1drm._1ds4 {
	border:none !important;
}

/* IE svg fix */
ie9 img[src*=".svg"] {
  width: 100%;
}
.opt-inF {color:#222;}
.otp-in-txt {font-size: 80%!important;}
.otp-in-txt a  {font-size: 80%!important;}
.otp-in-txt-2 {padding: 10px 15px 0px;}
.cc-banner { font-size: 80%;}

.cc-window {font-size:13px!important; }

#recaptchaContact-error, 
#recaptchaCB-error,
#recaptchaNL-error {width: 100%!important; display: inline-block;}

#recaptcha {
    transform: scale(0.82);
    transform-origin: 0 0;
}
