@charset "utf-8";
/* CSS Document for Monte Mijas */
/* Author Alison Makin for QRES Professional */
/* Author URI:http://quantum23.com */

/* ----- Global ----- */
.css-style {
	background:#0e2f48;	/* Dark Blue */
	background:#0f84e7; /* Main colour */
	background:#00569e; /* Main colour hover */
	background:#df6f1c; /* Display Status */
	background:#f4f4f4; /* Form bg */
	font-family:;
}
body {
	background:#fff;
	color:#555;
	font-family:'Open Sans', Verdana, sans-serif;
	font-size:16px;
	font-weight:;
	height:100%;
	line-height:1.8;
	-ms-overflow-style:scrollbar;
	overflow-x:hidden;
	overflow-y:scroll;
	position:relative;
}
address {
	font-style:normal;
	margin-bottom:15px;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right:0;
	padding-left:0;
}
.container-fluid.no-gutter {
	padding-right:0;
	padding-left:0;
}
img {
	display:block;
	height:auto;
	max-width:100%;
}
img.pull-right {
	margin-left:15px;
	margin-top:15px;
}
img.pull-left {
	margin-right:15px;
	margin-top:15px;
}
figure.pull-right {
    margin-left:15px;
    margin-top:15px;
    position:relative;	
}
figure.pull-left {
    margin-right:15px;
    margin-top:15px;
    position:relative;	
}
figure.pull-right figcaption {
    background:;
    color:#fff;
    font-weight:bold;
    padding:5px;
    position:absolute;
    top:auto; right:0; bottom:0; left:0;
    z-index:1;
}
.wow {
	visibility:hidden;
}
/* Preloader */
.preloader {
	background:#fff;
	color:rgba(255,255,255,0.5);
    position:fixed;
    top:0; right:0; bottom:0; left:0;
	z-index:99;
}
	.loader {
	    background-color:transparent;
	    border:3px solid #0f84e7;
	    border-radius:50%;
	    height:50px; width:50px;
	    margin:-25px 0 0 -25px;
	    text-indent:-9999em;
	    position:absolute;
	    left:50%; top:50%; 
	}
	.loader:after {
	    border-width:2px;
	    border-color:#00569e transparent transparent transparent;
	    border-radius:50%;
	    border-style:solid;
	    box-sizing:border-box;
	    content:"";
	    position:absolute;
	    top:0; left:0;
	    height:44px; width:44px;
	    padding:3px;
		-webkit-animation:ringrotate .8s infinite cubic-bezier(0.5,.49,.49,.49);
   		   -moz-animation:ringrotate .8s infinite cubic-bezier(0.5,.49,.49,.49);
    		-ms-animation:ringrotate .8s infinite cubic-bezier(0.5,.49,.49,.49);
        		animation:ringrotate .8s infinite cubic-bezier(0.5,.49,.49,.49);
	}
@keyframes ringrotate {
    0% {
        -webkit-transform:rotateZ(0deg);
                transform:rotateZ(0deg);
    }
    100% {
        -webkit-transform:rotateZ(360deg);
                transform:rotateZ(360deg);
    }
}
@-webkit-keyframes ringrotate {
    0% {
        -webkit-transform:rotateZ(0deg);
                transform:rotateZ(0deg);
    }
    100% {
        -webkit-transform:rotateZ(360deg);
                transform:rotateZ(360deg);
    }
}

/* ----- Parallax -----*/
.parallax {
	background-position:50% 0;
	background-size:cover;
	-webkit-background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:100%;
	height:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	vertical-align:middle;
	z-index:1;
	display:block;
	position:relative;
}

/* ----- 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;
}
@media screen and (max-width:767px) {
	.table-responsive {
		border:none;
		margin-bottom:15px;
		overflow-y:hidden;
		width:100%;
	}
}
.table.information > thead > tr > th,
.table.information > tbody > tr > th,
.table.information > tfoot > tr > th,
.table.information > thead > tr > td,
.table.information > tbody > tr > td,
.table.information > tfoot > tr > td {
	border-top:1px solid rgba(0,0,0,0.1);
	line-height:1;
	padding:12px;
	vertical-align:middle;
	width:50%;
}
.table.information > thead {
	font-weight:bold;
}

/* ----- Modal ----- */
.modal-content {
	background-color:#e6e6e6;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:0;
	color:;
}
	.modal-header {
		border-bottom:1px solid rgba(255,255,255,0.1);
		color:#fff;
		min-height:16.43px;
		padding:15px;
	}
	.modal-title {
		color:#fff;
	}
	.modal-header .close {
		color:rgba(0,0,0,0.6);
		text-shadow:0 1px 0 #fff;
	}
	.modal-body {
		background:;
		color:#fff;
		padding:25px;
		position:relative;
	}
	.modal-footer {
		border-top:1px solid #e5e5e5;
		padding:15px;
		text-align:right;
	}
	.modal-content .legal,
	.modal-content .legal a {
		color:#444;
	}
	.modal-body a {
		color:;
		float:right;
	}
	.modal-body a:hover {
		color:#fff;
	}

/* ----- 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 ----- */
hr {
	border-bottom:1px solid rgba(0,0,0,0.2);
	clear:both;
	margin:10px 0;
}
p.border {
	border-bottom:1px solid rgba(0,0,0,0.3);
	border-top:1px solid rgba(0,0,0,0.3);
	margin-bottom:20px;
	margin-top:20px;
	padding-bottom:15px;
	padding-top:15px;
}
img.divider {
	margin:20px auto;
}

/* ----- Typography ----- */
h1, h2, h3, h4, h5, h6 {
	color:#0e2f48;
	font-family:;
	font-weight:;
	letter-spacing:2px;
	text-transform:uppercase;
}
h1 	{font-size:32px;}
h2 	{font-size:24px;}
h3 	{font-size:20px;}
h4 	{font-size:18px;}
h5 	{font-size:16px;}
h6 	{font-size:14px; font-weight:bold;}
a 	{
	color:#537384;
	font-weight:;
	-webkit-transition:all 0.25s ease-out;
	   -moz-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
	     -o-transition:all 0.25s ease-out;
	        transition:all 0.25s ease-out;
}
a:active,
a:focus,
a:hover {
	color:#0e2f48;
	outline:0 none;
	text-decoration:none;
}

/* ----- Lists ----- */ 
ul.icon {
	list-style:none;
	padding-left:0;
	}
	ul.icon li:before {
		color:;
		content:'\f02e';
		display:inline-block;
		font-family:FontAwesome;
		padding-right:10px;
		width:25px;
	}
	ul.icon li.name:before {
		content:'\f02e';
	}
	ul.icon li.address:before {
		content:'\f041';
	}
	ul.icon li.phone:before {
		content:'\f095';
	}
	ul.icon li.mobile:before {
		content:'\f10b';
	}
	ul.icon li.facsimile:before {
		content:'\f1ac';
	}
	ul.icon li.email:before {
		content:'\f003';
	}
	ul.icon li.web:before {
		content:'\f0ac';
	}
	ul.icon li.skype:before {
		content:'\f17e';
	}
	ul.icon li.search:before {
		content:'\f002';
	}
	ul.icon li.quote:before {
		content:'\f075';
	}
	ul.icon li.caret-r:before {
		content:'\f0da';		
	}
	ul.icon li.check:before {
		color:;
		content:'\f00c';
	}
	ul.icon li.clock:before {
		content:'\f017';
	}
	ul.icon li.twitter:before {
		content:'\f099';
	}
	ul.icon li.facebook:before {
		content:'\f082';
	}
	ul.icon li.home:before {
		content:'\f015';
	}
	ul.icon li.bath:before {
		content:'\f2cd';
	}
	ul.icon li.shower:before {
		content:'\f2cd';
	}
	ul.icon li.bed:before {
		content:'\f236';
	}
	ul.icon li.none:before {
		content:'';
		padding-right:25px;
		width:0;
	}

ul.social {
	float:right;
	margin:10px 0;
	padding-left:0;
}
	ul.social li {
		border-bottom:none;
		display:inline-block;
		margin:;
	}
	ul.social li a {
		text-align:center;
	}
	ul.social li a i {
		background:#0f84e7;
		background:#537384;
		border-radius:2px;
		color:#fff;
		display:inline-block;
		font-size:12px;
		height:28px; width:28px;
		line-height:28px;
		margin:0 2px;
		text-align:center;
		-webkit-transition:all 0.25s ease-out;
		   -moz-transition:all 0.25s ease-out;
		    -ms-transition:all 0.25s ease-out;
		     -o-transition:all 0.25s ease-out;
		        transition:all 0.25s ease-out;
	}
	ul.social li a i:hover {
		background:#acbfc6;
		color:#fff;
	}
	ul.social li.btt {
		/*float:right;
		margin-top:5px;*/
	}
	ul.social li.btt a {
		display:inline-block;
		font-size:14px;
		/*margin:0 0 0 3px;*/
		text-align: center;
	}
	ul.social li.btt a i {
		background-color:rgba(255,255,255,0.2);
		border-radius:2px;
		color: #fff;
		font-weight:normal;
		height:28px;
		line-height:28px;
		margin-right:2px;
		text-align:center;
		width:28px;
		-webkit-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
	}
	@media(max-width:991px){
		ul.social {
			float:none;
			margin:0 auto;
			padding-bottom:0;
		}
		ul.social li {
			margin-top:0;
		}
	}

ul.info {
	clear:;
	color:#fff;
	float:left;
	font-size:;
	font-weight:bold;
	margin:10px 0;
	padding-left:0;
	text-align:left;
}
	ul.info li {
		display:inline-block;
		margin-left:;
		padding:0 2px;
	}
	ul.info li a {
	}
	ul.info li:after {
		content:"\2219";
		padding-left:10px;
	}
	ul.info li:last-child:after {
	    content:"";
	}
	@media(max-width:991px){
		ul.info {
			margin:5px auto;
			float:none;
			padding:;
			text-align:center;
		}
	}

ul.language {
	clear:;
	float:right;
	margin:5px 0;
	padding-left:0;
}
	ul.language li {
		display:inline-block;
		margin-left:5px;
	}
	@media (max-width:991px){
		ul.language {
			clear:;
			float:none;
			margin:5px 0;
		}
	}

/* ----- Navbar ----- */
#nav {
	position:relative;
}
	.navbar {
		border:none;
		border-bottom:none;
		margin-bottom:0;
	}
	.navbar-brand {
		height:auto;
		padding:5px 15px;
	}
	.navbar-default  {
		background:#242e49;
		background:#0e2f48;
		border-top:none;
		margin-bottom:0;
		padding-top:;
		width:100%;
		z-index:5;
	}
	.navbar-right {
	}
	.navbar-right .dropdown-menu {
		left:0;
		right:auto;
	}
	.open > .dropdown-menu {
		-webkit-transform:scale(1,1);
		transform:scale(1,1);  
	}
	.dropdown-menu {
		display: block;
		-webkit-transform-origin:top;
				transform-origin:top;
		-webkit-animation-fill-mode:forwards;  
				animation-fill-mode:forwards; 
		-webkit-transform:scale(1,0);
				transform:scale(1,0);
		-webkit-transition:all 0.25s ease-out;
		   -moz-transition:all 0.25s ease-out;
		    -ms-transition:all 0.25s ease-out;
		     -o-transition:all 0.25s ease-out;
		        transition:all 0.25s ease-out;
	}
	.dropup .dropdown-menu {
		-webkit-transform-origin:bottom;
				transform-origin:bottom;  
	}
	.navbar-default .navbar-nav > li > a {
		color:#fff;
		font-size:16px;
		font-weight:;
		padding:35px 15px;
		text-transform:uppercase;
		-webkit-transition:all 0.25s ease-out;
		   -moz-transition:all 0.25s ease-out;
		    -ms-transition:all 0.25s ease-out;
		     -o-transition:all 0.25s ease-out;
		        transition:all 0.25s ease-out;
	}
	.sticky {
		border-bottom:1px solid rgba(0,0,0,0.1);
		-webkit-transition: background-color 200ms linear;
		   -moz-transition: background-color 200ms linear;
		    -ms-transition: background-color 200ms linear;
		     -o-transition: background-color 200ms linear;
		        transition: background-color 200ms linear;
	}
	.sticky.scrolled {
		background:;
		border-bottom:1px solid rgba(0,0,0,0.1);
	}
	.sticky.scrolled li > a {
		padding:25px 10px;
	}
	.navbar-default .navbar-nav > li > a .fa {
		background:transparent;
		display:inline;
		font-size:11px;
		padding-right:3px;
	}
	.navbar-default .navbar-nav > li > a.favourite {
		background:transparent;
		color:#0f84e7;
	}
	.navbar-default .navbar-nav > li > a.favourite .fa {
		font-size:14px;
		font-weight:bold;
	}
	.navbar-default .navbar-nav > li > a.favourite:hover {
		background:;
		color:#00569e;
	}
	.navbar-default .navbar-nav > li > a.favourite:after {
		background:;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color:transparent;
		color:#d4a129;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu {
		background:rgba(255,255,255,0.9);
		border:none;
		border-radius:0;
		-webkit-box-shadow:0 0 20px rgba(0,0,0,0.0.8);
		   -moz-box-shadow:0 0 20px rgba(0,0,0,0.0.8);
				box-shadow:0 0 20px rgba(0,0,0,0.0.8);
		padding:10px;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li {
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li:last-child {
		border-bottom:none;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
		color:rgba(0,0,0,0.9);
		font-size:;
		padding:5px 20px;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav > li > .dropdown-menu > .active > a,
	.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus {
		background-color:transparent;
		color:#00569e;
	}
	.navbar-default .navbar-toggle {
		border:1px solid transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color:#00569e;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color:transparent;
	}
	@media (max-width:1200px) {
		#nav {
		}
		.navbar {
			height:auto!important;
		}
		.navbar-default {
			background:;
		}
		.navbar-header {
			float:none;
		}
		.navbar-brand {
			height:auto;
		}
		.navbar-left,
		.navbar-right {
			float:none!important;
			margin-right:0;
		}
		.navbar-toggle {
			display:block;
			margin-top:15px;
		}
		.navbar-toggle .icon-bar {
			border-radius:1px;
			height:4px;
			width:30px;
		}
		.navbar-default .navbar-collapse {
			border-color:transparent;
		}
		.navbar-collapse {
			border-top:1px solid transparent;
			box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
			max-height:none;
		}
		.navbar-fixed-top {
			top:0;
			border-width:0 0 1px;
		}
		.navbar-collapse.collapse {
			display:none!important;
		}
		.navbar-nav {
			float:none!important;
			margin-top:7.5px;
		}
		.navbar-nav > li {
			float:none;
		}
		.navbar-default .navbar-nav > li > a {
			padding-top:5px;
			padding-bottom:5px;
			text-align:left;
		}
		.collapse.in{
			display:block!important;
		}
		.navbar-default .navbar-nav > li > .dropdown-menu {
			background:rgba(255,255,255,0);
			border-top:none;
			box-shadow:none;
		}
		.navbar-default .navbar-nav .open .dropdown-menu > li > a {
			color:rgba(255,255,255,0.9);
		}
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
			background-color:;
			color:#00569e;
		}
		.navbar-nav .open .dropdown-menu {
			position:static;
			float:none;
			width:auto;
			margin-top:0;
			background-color:transparent;
			border:0;
			-webkit-box-shadow:none;
			box-shadow:none;
		}
	}

/* ----- Buttons ----- */
.btn {
	border-radius:0;
	-webkit-transition:all 0.25s ease-out;
	   -moz-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
	     -o-transition:all 0.25s ease-out;
	        transition:all 0.25s ease-out;
	}
	.btn:hover,
	.btn:focus {
	  	color:#fff;
	}
	.btn-custom {
		background:#537384;
		border:none;
		color:#fff;
		font-weight:;
		padding:5pz 25px;
		text-transform:;
	}
	.btn-custom i {
		padding-left:15px;
		border-left:1px solid #fff;
	}
	.btn-custom:hover,
	.btn-custom:active,
	.btn-custom.active,
	.open > .dropdown-toggle.btn-custom,
	.btn-custom:focus {
		background:#0e2f48;
		color:#fff;
	}
	/*.btn-ghost {
		background-color:transparent;
		border:1px solid #616a94;
		color:#616a94;
		display:block;
		margin:20px 0;
		font-weight:400;
		font-size:16px;
		white-space:normal;
	}
	.btn-ghost:hover {
		background-color:#0f84e7;
		border:1px solid #0f84e7;
		color:#fff;
	}
	.btn-ghost:before {
		background-color:#616a94;
		content:"";
		position:absolute;
		top:0; right:-30px;
		height:100%; width:0;
		-webkit-transform:skew(45deg, 0);
		        transform:skew(45deg, 0);
		-webkit-transition:all .5s;
			    transition:all .5s;
		z-index:-1;
	}
	.btn-ghost:hover {
		background:#616a94;
		color:#fff;
	}
	.btn-ghost:hover:before {
		width:150%;
	}*/
	.btn-ghost {
	  border:1px solid #537384;
	  color:#537384;
	  margin-top:20px;
	  overflow:hidden;
	  position:relative;
	}
	.btn-ghost:before {
		background-color:#537384;
		content:"";
		position:absolute;
		top:0; right:-30px;
		height:100%; width:0;
		-webkit-transform:skew(45deg, 0);
		        transform:skew(45deg, 0);
		-webkit-transition:all .5s;
			    transition:all .5s;
		z-index:-1;
	}
	.btn-ghost:hover {
		background:#537384;
		color:#fff;
	}
	.btn-ghost:hover:before {
		width:150%;
	}
	.btn-newsletter {
		background:#d4a129;
		color:#fff;
		height:38px;
	}
	.btn-newsletter:hover {
		background:#aa8121;
	}

/* ----- Header ----- */
header {
	/*background:#242e49;*/
	background:#0e2f48;
	position:relative;
	top:0; right:0; bottom:auto; left:0;
	text-align:center;
	width:100%;
	z-index:3;
}
	header#index {
		position:absolute;
		top:0; right:0; bottom:auto; left:0;
	}
	header .logo {
		margin:0;
		max-height:;
		padding:;
		position:relative;
		-webkit-transition:all 0.7s ease;
		   -moz-transition:all 0.7s ease;
		    -ms-transition:all 0.7s ease;
			 -o-transition:all 0.7s ease;
				transition:all 0.7s ease;
		z-index:;
	}
	@media (max-width:991px){
		header .logo {
			margin:;
			max-height:70px;
		}	
	}

/* ----- Footer ----- */
footer {
	/*background:#333;*/
	background:#0e2f48;
	color:rgba(255,255,255,0.5);
	font-size:;
	font-weight:;
	line-height:;
	padding-top:50px;
	position:relative;
}
	footer a {
		color:rgba(255,255,255,1);
	}
	footer a:hover {
		color:rgba(255,255,255,0.7);
	}
	footer h4 {
		color:#fff;
		font-weight:;
		padding-bottom:10px;
		text-transform:uppercase;
	}
	footer ul {
		padding-left:0;
	}
	footer ul li {
		border-bottom:1px solid rgba(255,255,255,0.1);
		list-style:none;
		padding:5px 0 7px 0;
	}
	footer ul li:last-child {
		border-bottom:none;
	}
	footer ul li.last {
		border:none;
	}
	#footer-b {
		background:rgba(0,0,0,0.2);
		color:rgba(255,255,255,0.5);
		font-size:12px;
		margin-top:40px;
		padding-bottom:25px;
		padding-top:15px;
		text-align:;
	}
		#footer-b ul.footer-nav {
			float:left;
			margin-top:10px;
			padding-left:0;
		}
		#footer-b ul.footer-nav li {
			border-bottom:none;
			display:inline-block;
		}
		#footer-b ul.footer-nav li:after {
		  content:"\2219";
		  padding-left:3px;
		  padding-right:2px;
		}
		#footer-b ul.footer-nav li:last-child:after {
		    content:"";
		}
	@media (max-width:991px){
		footer {
			text-align:center;
		}
		footer h4 {
			margin-top:20px;
		}
		#footer-b {
			padding-bottom:40px;
		}
	}
	@media (max-width:1199px){
		.copyright {
			clear:both;
			display:block;
			float:none!important;
			text-align:center;
		}
	}

/* ----- Sections ----- */
#holding,
#intro,
#outro,
#services {
	padding:40px 0;
	position:relative;
	text-align:center;
}
#content,
#showcase,
#results,
#listing,
#portfolio,
#contact,
#cms  {
	padding:50px 0;
	position:relative;
}
	.section-header {
		border-bottom:none;
		margin:0 0 30px 0;
		padding:0 0 15px 0;
		position:relative;
		text-align:left;
		text-transform:normal;
	}
	.section-header:after {
		background:#d4a129;
		content:"";
		display:block;
		height:2px;
		margin-left:;
		position:absolute;
		bottom:-1px; left:;
		width:40px;
	}
	.section-header-center {
		border-bottom:none;
		margin:0 0 30px 0;
		padding:0 0 15px 0;
		position:relative;
		text-align:center;
		text-transform:;
	}	
	.section-header-center:after {
		background:#d4a129;
		content:"";
		display:block;
		height:2px;
		margin-left:50%;
		position:absolute;
		bottom:0; left:-20px;
		width:40px;
	}
	.icon-header {
		padding:0 0 80px 0;
		position:relative;
		text-align:center;	
	}
	.icon-header::after {
		background-image:url('../img/icon.png');
		content:"";
		display:block;
		height:30px; width:30px;
		margin-left:-15px;
		position:absolute;
		left:50%; bottom:30px;
	}
	#intro h3 {
		font-size:18px;
		font-weight:600;
		letter-spacing:2px;
		text-transform:uppercase;
		margin:0 0 20px 0;
	}
	#results h1 {
		font-size:22px;
		text-transform:none;
	}
	#results .section-header-center {
		padding:0;
	}
	#results .section-header-center:after {
		background:none;
	}
#intro .btn-default {
	font-size:20px;
	margin:20px auto;
	padding:8px 25px;
}
#outro {
	/*background:#0f84e7;*/
	/*background:#f6f7f8;*/
	background:#acbfc6;
	border-top:1px solid rgba(0,0,0,0.1);
	color:rgba(255,255,255,1);
	padding:50px 15px;
	text-align:center;
}
	#outro .brochure {
		position:absolute;
		top:-80px;
		z-index:2;
	}
	#outro a {
		color:#0e2f48;
		font-size:30px;
	}

/* ----- Index Page ----- */
#hero {
	position:absolute;
	top:0;
}
	.ms-fullscreen-template {
		position:absolute;
	}
	.ms-caption {
		color:#fff;
		font-weight:700;
		font-size:85px;
		font-size:65px;
		letter-spacing:1px;
		margin:0;
		text-align:center;
		/*text-shadow:0 0 15px rgba(0,0,0,0.4);*/
		text-shadow:2px 2px 1px rgba(0,0,0,0.2);
	}
	.ms-text {
		color:#fff;
		font-weight:300;
		font-size:40px;
		font-size:30px;
		text-align:center;
		/*text-shadow:0 0 15px rgba(0,0,0,0.4);*/
		text-shadow:2px 2px 1px rgba(0,0,0,0.2);
	}
	#hero .btn-ghost {
		background:rgba(255,255,255,0.5);
		border:1px solid #fff;
		color:#242e49;
		font-size:16px;
		margin-top:0;
		overflow:hidden;
		padding:10px 15px;
		position:relative;
		text-transform:uppercase;
		width:250px;
	}
	#hero .btn-ghost:hover {
		background:#616a94;
		color:#fff;
	}
	#hero .btn-ghost:hover:before {
		width:150%;
	}
#hero-int {
	position:relative;
}
	#hero-int .img-header {
		max-height:300px;
		overflow:hidden;
		position:relative;
		width:100%;
	}
	#hero-int .img-header img {
		min-width:100%;
	}
	#hero-int .img-header::before {
		/*background: -moz-linear-gradient(left, rgba(14,47,72,1) 5%, rgba(14,47,72,0) 100%);
		background: -webkit-gradient(left top, right top, color-stop(5%, rgba(14,47,72,1)), color-stop(100%, rgba(14,47,72,0)));
		background: -webkit-linear-gradient(left, rgba(14,47,72,1) 5%, rgba(14,47,72,0) 100%);
		background: -o-linear-gradient(left, rgba(14,47,72,1) 5%, rgba(14,47,72,0) 100%);
		background: -ms-linear-gradient(left, rgba(14,47,72,1) 5%, rgba(14,47,72,0) 100%);
		background: linear-gradient(to right, rgba(14,47,72,1) 5%, rgba(14,47,72,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2f48', endColorstr='#0e2f48', GradientType=1 );*/
		background: rgba(14,47,72,0.5);
		content:"";
		height:100%;
		position:absolute;
		top:0; left:0;
		width:100%;	
	}
	#hero-int .page-header {
		border-bottom:none;
		color:#fff;
		margin:0;
		padding-bottom:0;
		position:absolute;
		top:calc(40% - 32px); /*32px is font size of h1*/; right:; bottom:; left:0;
		width:100%;
		z-index:1;
	}
	#hero-int .page-header h1 {
		color:#fff;
	}

/* ----- Location ----- */
#location {
	text-align:center;
	position:relative;
}
	#location.bg {
		background-image:url("../img/bg-location.jpg");
		background-position:center top;
		background-size:cover;
		background-attachment:relative;
		padding:50px 0;
	}
	#location::before {
		background-color:#fff;
		content:"";
		height:100%;
		opacity:0.7;
		position:absolute;
		top:0; left:0;
		width:100%;
	}
	#location figure {
		-webkit-box-shadow:5px 10px 35px -10px rgba(0,0,0,0.75);
		   -moz-box-shadow:5px 10px 35px -10px rgba(0,0,0,0.75);
				box-shadow:5px 10px 35px -10px rgba(0,0,0,0.75);
}
	#location figcaption {
		background:rgba(255,255,255,0.7);
		position:absolute;
		top:auto; right:0; bottom:0; left:0;
	}
	#location figcaption h4 {
	    color:;
	    margin:0;
	}
	
/* ----- Sample ----- */
	#sample {
		/*background:#d3ccbc;
		color:#8a7b73;*/
		padding:50px 15px;
		text-align:center;
	}
	#sample .bg-1 [class*='col-'] {
		border-right:1px dotted #8a7b73;

	}
	#sample .bg-1 [class*='col-']:first-of-type {
		text-align:right;
		padding:10px 75px 10px 0; 
	}
	#sample .bg-1 [class*='col-']:last-of-type {
		border-right:none;
		text-align:left;
		padding:10px 0 10px 75px; 
	}

/* ----- Discover ----- */
#discover {
	/*background:#242e49 url("../img/bg-discover.png") no-repeat center center;*/
	background:#537384 url("../img/bg-discover.png") no-repeat center center;
	padding:50px 15px;
	position:relative;
	text-align:center;
}
	#discover [class*='col-'] {
		padding:30px;
	}
	#discover figure {
		background:transparent;
		border:none;
		margin:0;
	}
	#discover img {
		border:1px solid rgba(255,255,255,0.2);
		margin:10px 0;
		padding:5px;
	}
	#discover h3 {
		color:#fff;
	}
	#discover figcaption {
		color:#fff;
		font-size:16px;
	}
	#discover .btn-ghost {
		/*border:1px solid #616a94;*/
		border:1px solid #fff;
		/*color:#616a94;*/
		color:#fff;
		margin-top:20px;
		overflow:hidden;
		position:relative;
	}
	#discover .btn-ghost:before {
		/*background-color:#616a94;*/
		background:#fff;
		content:"";
		position:absolute;
		top:0; right:-30px;
		height:100%; width:0;
		-webkit-transform:skew(45deg, 0);
		        transform:skew(45deg, 0);
		-webkit-transition:all .5s;
			    transition:all .5s;
		z-index:-1;
	}
	#discover .btn-ghost:hover {
		background:#fff;
		color:#0e2f48;
	}
	#discover .btn-ghost:hover:before {
		width:150%;
	}

/* ----- Property Count ----- */
#property-count {
	text-align:center;
	position:relative;
}
	#property-count.bg {
		background-color:#a2926a;
		background-image:url("../img/bg-property-count.jpg");
		background-position:center top;
		background-size:cover;
		background-attachment:relative;
		padding:80px 0;
	}
	#property-count::before {
		background-color:#fff;
		content:"";
		height:100%;
		opacity:0.7;
		position:absolute;
		top:0; left:0;
		width:100%;
	}
	#property-count p {
	}
	#property-count hr {
		border-color:#0f84e7;
		border-width:3px 0 0;
		margin:10px auto;
		width:35px;	
	}
	#property-count .counter {
		color:#0f84e7;
		color:#d4a129;
		font-size:80px;
		font-weight:bold;
		line-height:1.5;
		position:relative;
	}
	#property-count h2 {
		margin-top:0;
	}
	/*#property-count .number-count::after {
		background-color:#f69438;
		content:"";
		display:block;
		height:2px;
		margin-left:-20px;
		position:absolute;
		left:50%; bottom:10px;
		width:40px;
	}*/
	@media (max-width:400px){
		#property-count .counter {
			font-size:30px;
		}
	}

/* Properties */
.property-overview {
	text-align:left;
}
	.property-overview ul {
		margin:5px 0;
		padding-left:0;	
	}
	.property-overview ul li {
		border-top:1px solid rgba(0,0,0,0.1);
		display:block;
		font-size:14px;
		padding:7px 0;
	}
	.property-overview .slider {
		background:#f0f0f0;
		margin:20px 0;
		min-height:500px;
	}
.nav-tabs {
	background:#f0f0f0;
	position:relative;
}
	.nav-tabs.nav-justified {
		border:none;
	}
	.nav-tabs.nav-justified > li {
		border-left:1px solid #fff;
		border-right:1px solid #fff;
	}
	.nav-tabs.nav-justified > li:first-child {
		border-left:2px solid #fff;
	}
	.nav-tabs.nav-justified > li:last-child {
		border-right:2px solid #fff;
	}
	.nav-tabs.nav-justified > li > a {
		border-bottom:none;
		border-radius:0;
		color:#333;
		font-family:'Merriweather', Times New Roman, serif;
		font-size:16px;
		font-weight:normal;
		padding:20px 5px;
		text-align:center;
		position: relative;
	}
	.nav-tabs.nav-justified > li.active > a,
	.nav-tabs.nav-justified > li.active > a:hover,
	.nav-tabs.nav-justified > li.active > a:focus,
	.nav-tabs.nav-justified > li > a:hover {
		background:#242e49;
		border:1px solid #242e49;
		color:#fff;
	}
	.nav-tabs.nav-justified > li.active > a:after,
	.nav-tabs.nav-justified > li.active > a:hover:after,
	.nav-tabs.nav-justified > li.active > a:focus:after,
	.nav-tabs.nav-justified > li > a:hover:after {
		border:solid transparent;
		border-color:none;
		border-top-color:#242e49;
		border-width:20px;
		content:"";
		height:0; width:0;
		margin-left:-20px;
		pointer-events:none;
		position:absolute;
		top:100%; left:50%;		
	}
	.nav-tabs.nav-justified > li > a span.title {
		font-size:16px;
		display:block;
	}
	.nav-tabs.nav-justified > li > a span.subtitle {
		font-size:14px;
		display:block;
	}
	.tab-content {
		padding:10px 0;
	}
.location-overview {
	text-align:center;
}
	.location-overview ul {
		margin:5px 15px;
		padding-left:0;	
	}
	.location-overview ul li {
		border-top:1px solid rgba(0,0,0,0.1);
		display:block;
		font-size:14px;
		padding:7px 0;
	}
table.properties {
	font-size:13px;
	font-weight:600;
	margin:25px 0;
	text-align:center;
	width:100%;
}
	table.properties th {
		background:#f0f0f0;
		padding:20px 5px!important;
		text-align:center;
	}

	table.properties th.style {
		width:11%;
	}
	table.properties th.number {
		width:11%;
	}
	table.properties th.floor {
		width:11%;
	}
	table.properties th.beds {
		width:11%;
	}
	table.properties th.bath {
		width:11%;
	}
	table.properties th.area {
		width:11%;
	}
	table.properties th.terrace {
		width:11%;
	}
	table.properties th.status {
		width:11%;
	}
	table.properties th.plans {
		width:11%;
	}
	table.properties td {
		padding:15px 5px!important;
	}
	table.properties span:before {
		color:#093;
		content:'\f00c';
		display:inline-block;
		font-family:FontAwesome;
		padding-right:10px;
		width:25px;
	}​
	table.properties span.check:before {
		content:'\f00c';
	}
	table.properties span.cross:before {
		color:#c33;
		content:'\f00d';
	}
	table.properties span.pdf:before {
		color:#c33;
		content:'\f1c1';
		font-size:16px;
	}
	table.properties a {
		cursor:pointer;
	}

/* Construction Page */
#construction {
	text-align:center;
}
	#construction img {
		margin:10px 0;
	}

/* ----- Property Results ----- */
figure {
	background:rgba(255,255,255,1);
	border:1px solid rgba(0,0,0,0.1);
	margin:15px 0;
	position:relative;
}
	figure .img-wrapper {
		height:0;
		padding-top:75%;
		position:relative;
	}
	figure .img-inner {
		overflow:hidden;
		position:absolute;
		top:0; right:0; bottom:0; left:0;
	}
	figure a img {
		height:100%;
		width:100%;
	}
	figure .overlay:after {
		background:rgba(0,0,0,0.3);
		content:'\A';
		display:block;
		position:absolute;
		top:0; left:0;
		width:100%; height:100%;
		opacity:0;
		-webkit-transition:all 0.25s ease-out;
		   -moz-transition:all 0.25s ease-out;
		    -ms-transition:all 0.25s ease-out;
		     -o-transition:all 0.25s ease-out;
		        transition:all 0.25s ease-out;
	}
	figure .overlay:hover:after {
	    opacity:1;
	}
	figure .img-responsive {
		min-height:100%!important;
		min-width:100%!important;
	}
	figure .dspStatus {
		background:#df6f1c;
		box-shadow:0 4px 0 rgba(0, 0, 0, 0.2);
		color:#fff;
		display:table;
		font-family:Verdana, sans-serif;
		font-size:12px;
		font-weight:500;
		height:40px;
		line-height:14px;
		position:absolute;
		top:27px; left:-43px;
		width:180px;
		z-index:1;
		padding:3px 45px 5px 45px;
		text-align:center;
		text-transform:uppercase;
		-webkit-transform:scale(1) perspective(1px) rotate(-45deg) translate(0px);
		   -moz-transform:scale(1) perspective(1px) rotate(-45deg) translate(0px);
			-ms-transform:rotate(-45deg);
		 	 -o-transform:rotate(-45deg);
		   		transform:scale(1) perspective(1px) rotate(-45deg) translate(0px);
		z-index:1;
	}
	figure .dspStatus span {
		display:table-cell;
		margin:0;
		text-align:center;
		text-transform:uppercase;
		vertical-align:middle;		
	}
	figure .portfolio {
		border-color:transparent rgba(0,0,0,0.3) transparent transparent;
		border-width:0 50px 50px 0;
		border-style:solid;
		color:#fff;
		cursor:pointer;
		font-size:22px;
		height:0; width:0;
		position:absolute;
		top:0; right:0; bottom:auto; left:auto;
		z-index:1;
	}
	figure .portfolio i {
		position:absolute;
		top:3px; right:-45px; bottom:auto; left:auto;
	}
	figure .ref {
		background:#594c43;
		border-radius:2px;
		color:#fff;
		font-weight:600;
		padding:3px 10px 5px 10px;
		position:absolute;
		top:auto; right:10px; bottom:10px; left:auto;
		z-index:1;
	}
	figcaption {
		color:;
		font-size:;
		padding:10px 0;
		text-align:;
	}
	figcaption p {
		margin-bottom:10px;
	}
	figcaption .title {
		float:;
		margin-bottom:;
		text-align:;
	}
	figcaption .title a {
		color:;
		font-size:20px;
		font-weight:600;
		text-transform:;
	}
	figcaption .title a:hover {
		color:;
	}
	figcaption .price {
		float:;
		font-weight:600;
	}
	figcaption .location {
		color:;
		float:left;
		font-size:;
		font-weight:;
	}
	figcaption .abstract {
		clear:both;
		width:100%;
	}
	figcaption .abstract span {
		display:block;
		display:-webkit-box;
		font-size:;
		line-height:1.4;
		margin:15px auto;
		max-width:100%; height:4.2em; 
		overflow:hidden;
		position:relative;
		text-overflow:ellipsis;
		-webkit-line-clamp:3;
		-webkit-box-orient:vertical;
	}
	figcaption .abstract span:after {
		content:"";
		text-align:right;
		position:absolute;
		bottom:0;
		right:0;
		width:70%;
		height:1.2em;
		background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
		background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
		background:linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	}
	figcaption ul.overview  {
		padding-left:0;
		float:;
	}
	figcaption ul.overview li {
	  	clear:both;
		display:inline-block;
		font-weight:;
		font-size:16px;
	  	padding:0 20px 0 0;
	}
	figcaption ul.icon li:before {
		color:#0f84e7;
		content:'\f02e';
		display:inline;
		font-family:FontAwesome;
		font-size:24px;
	}​
	figcaption .table.overview {
		font-size:13px;
		margin-bottom:20px;
	}
	figcaption .table.overview tr {
	}
	figcaption .table.overview td {
		background:none;
	  	border-bottom:1px solid rgba(0,0,0,0.2);
	}
	figcaption .table.overview td.l {
		text-align:left;
	}
	figcaption .table.overview td.r {
		text-align:right;
	}
	figcaption a.btn-view-listing {
		background:#b5b5b5;
		border-radius:2px;
		color:#fff;
		float:right;
		font-size:12px;
		font-weight:300;
		position:relative;
		top:auto; right:0; bottom:0; left:auto;
		-webkit-transition:all 0.25s ease-out;
		   -moz-transition:all 0.25s ease-out;
		    -ms-transition:all 0.25s ease-out;
		     -o-transition:all 0.25s ease-out;
		        transition:all 0.25s ease-out;
	}
	figcaption a.btn-view-listing:hover {
		background:#cfcfcf;
	}

/* ----- Grid View ----- */
	.grid {
		display:none;
	}

/* ----- List View ----- */
	.list {
		display:none;
	}
	.list figure::before,
	.list figure::after {
	    content:"";
	    display:table;
	}
	.list figure::after {
	    clear:both;
	}
	.list figure {
	    zoom:1; /* For IE 6/7 (trigger hasLayout) */
	}
	.list figcaption {
		padding:15px 20px 5px 20px!important;
		text-align:left;
	}
	.list figcaption .row [class*='col-']:not(:first-child),
	.list figcaption .row [class*='col-']:not(:last-child) {
		padding-right:15px;
		padding-left:15px;
	}
	.list figcaption .title {
		text-align:;
	}
	.list figcaption .table.overview {
		margin-bottom:0;
	}
	.list figcaption .abstract {
		width:100%;
	}
	.list figcaption .abstract span {
		display:block;
		display:-webkit-box;
		font-size:;
		line-height:1.4;
		margin:15px auto;
		max-width:100%; height:7em; 
		overflow:hidden;
		position:relative;
		text-overflow:ellipsis;
		-webkit-line-clamp:5;
		-webkit-box-orient:vertical;
	}
	.list figcaption ul {
		line-height:1.6;
	}
	.list.no-gutter [class*='col-']:not(:first-child),
	.list.no-gutter [class*='col-']:not(:last-child) {
		padding-right:0;
		padding-left:0;
	}
	
@media(min-width:1200px){
}
@media(min-width:992px) and (max-width:1199px){
	.list figcaption .abstract span {
		height:4.2em; 
		-webkit-line-clamp:3;
	}
}
@media(min-width:768px) and (max-width:991px){
	.list figcaption .abstract span {
		height:4.2em; 
		-webkit-line-clamp:3;
	}
}
@media(max-width:767px){
	.list figcaption {
		padding:10px!important;
	}
	.list figcaption .title {
		text-align:;
	}
	.table-responsive {
		margin-bottom:0;
	}
	.list figcaption a.btn-view-listing {
		float:right;
	}	
	.list figcaption .abstract span {
		height:auto; 
		-webkit-line-clamp:1;
	}
}

/* ----- Recent & Similar Properties ----- */
#recent,
#similar {
	background:#f0f0f0;
	padding:10px 0 30px 0;
	min-height:300px;
}
	.recent figcaption,
	.similar figcaption {
		background:#fff;
		color:;
		padding:10px 0;
	}
	.recent figcaption p,
	.similar figcaption p {
		float:none;
		font-size:12px;
		text-align:center;
	}
	.recent .price,
	.similar .price {
		font-size:12px;
		padding:5px 10px;
		position:absolute;
		top:auto; right:0; bottom:-1px; left:auto;
		width:auto;
	}

/* ----- Portfolio Shortlist ----- */	
#portfolio figcaption {
	padding:5px 20px;
	text-align:center;
}
#myPortfolioSale {
	padding:0;
}
	#myPortfolioSale table.favourite {
		font-size:13px;
		width:100%;
	}
	#myPortfolioSale table.favourite tr {
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	#myPortfolioSale table.favourite tr.last {
		border-bottom:1px solid rgba(0,0,0,0);
	}
	#myPortfolioSale table.favourite td {
		background:none;
		padding:8px 10px;
	}
	#myPortfolioSale table.favourite td.l {
		text-align:left;
	}
	#myPortfolioSale table.favourite td.r {
		text-align:right;
	}
	#myPortfolioSale table.favourite td.c {
		text-align:center;
	}
	#myPortfolioSale table.favourite td.location {
		float:none;
		text-transform:capitalize;
	}
	#myPortfolioSale .test {
		background:green;
	}

/* ----- Search Results Page ----- */
.spq,
.spq-blog {
	margin:10px -15px;
	text-align:center;
}
.sort {
	float:left;
	text-align:left;
}
	.sort > .btn-group > .btn.btn-default {
		background:#0f84e7;
		border:none;
		border-radius:2px;
		color:#fff;
		padding:3px 10px;
	}
	.sort .multiselect-container {
		border-radius:0;
		padding:10px;
	}
	.sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		margin-right:5px;
		width:150px;
	}
.query-text {
	font-size:16px;
	text-align:right;
}
.grid-list {
	float:left;
	margin-left:10px;
}
	.btn-switch {
		background:#999;
		border-radius:2px;
		color:#fff;
		float:left;
		font-weight:700;
		line-height:0.4;
		padding:5px;
	}
	.btn-list {
		background:#e6e6e6;
		color:rgba(0,0,0,0.7);
	}
	.btn-list:hover,
	.btn-list:active,
	.btn-list.active,
	.btn-list.disabled,
	.btn-list[disabled] {
  		background-color:#999;
  		color:#fff;
	}
.spq-blog .pagination {
	float:none;
}
.pagination {
	border-radius:0;
	margin:0;
	padding-left:0;
	text-align:center;
}
	.pagination > li {
		display:inline;
	}
	.pagination > li > a,
	.pagination > li > span {
		background-color:#e6e6e6;
		border:1px solid #e6e6e6;
		border-radius:2px;
		color:rgba(0,0,0,0.7);
		float:left;
		font-weight:700;
		font-size:12px;
		height:26px; min-width:24px;
		line-height:24px;
		margin:0 1px;
		padding:0 2px;
		text-align:center;
	}
	.pagination .fa {
		font-size:11px;
	}
	.pagination > li:first-child > a,
	.pagination > li:first-child > span {
		border-radius:2px;
		margin-left:0;
	}
	.pagination > li:last-child > a,
	.pagination > li:last-child > span {
	}
	.pagination > li > a:hover,
	.pagination > li > span:hover,
	.pagination > li > a:focus,
	.pagination > li > span:focus,
	.pagination > .active > a,
	.pagination > .active > span,
	.pagination > .active > a:hover,
	.pagination > .active > span:hover,
	.pagination > .active > a:focus,
	.pagination > .active > span:focus,
	.pagination > .disabled > span,
	.pagination > .disabled > span:hover,
	.pagination > .disabled > span:focus,
	.pagination > .disabled > a,
	.pagination > .disabled > a:hover,
	.pagination > .disabled > a:focus {
		background-color:#999;
		border-color:#999;
		color:#fff;
		cursor:default;
		z-index:2;
	}
	@media (max-width:991px){
		.spq {
			margin:20px -15px 10px -15px;
		}
		.sort,
		.pagination,
		.query-text,
		.grid-list {
			float:none;
			text-align:center;
			margin:5px auto;
		}
	}
	span.lid,
	span.oid,
	span.genus,
	span.lttd,
	span.rfrr,
	span.lngtd,
	span.prc,
	div.referrer,
	div.searchData,
	span.menuItem,
	span.hidden {
		display:none;
		visibility:hidden;
	}

/* ----- Listing ----- 
#listing {
	display:block!important;
}
	/* Gallery 
	#listing .listing-gallery {
		margin-bottom:15px;
		overflow:hidden;
		position:relative;
	}
		#listing .ms-lightbox-template {
			background:#f0f0f0;
			max-width:1140px;
			padding:0!important;
		}
		#listing .ms-thumb-frame img {
			min-height:100%;
		}
		#listing .dspStatus {
			background:#df6f1c;
			box-shadow:0 4px 0 rgba(0, 0, 0, 0.2);
			color:#fff;
			display:table;
			font-family:Verdana, sans-serif;
			font-size:12px;
			font-weight:500;
			height:40px;
			line-height:14px;
			position:absolute;
			top:27px; left:-43px;
			width:180px;
			z-index:1;
			padding:3px 45px 5px 45px;
			text-align:center;
			text-transform:uppercase;
			-webkit-transform:scale(1) perspective(1px) rotate(-45deg) translate(0px);
			   -moz-transform:scale(1) perspective(1px) rotate(-45deg) translate(0px);
				-ms-transform:rotate(-45deg);
			 	 -o-transform:rotate(-45deg);
			   		transform:scale(1) perspective(1px) rotate(-45deg) translate(0px);
			z-index:1;
		}
		#listing .dspStatus span {
			display:table-cell;
			margin:0;
			text-align:center;
			text-transform:uppercase;
			vertical-align:middle;		
		}
		#listing .portfolio {
			color:#fff;
			cursor:pointer;
			font-size:23px;
			position:absolute;
			top:0; right:0; bottom:auto; left:auto;
			z-index:1;
			border-color:transparent rgba(0,0,0,0.3) transparent transparent;
			border-width:0 60px 60px 0;
			border-style:solid;
			width:0;
			height:0;
		}
		#listing .portfolio i {
			position:absolute;
			top:6px; right:-52px; bottom:auto; left:auto;
		}
	
/* Overview 
#listing .title h1 {
	background:rgba(0,0,0,0.7);
	border-left:3px solid #0f84e7;
	color:#fff;
	font-size:24px;
	margin:0;
	padding:5px 25px;
	position:absolute;
	top:auto; right:0; bottom:40px; left:auto;
	z-index:10;
}
	#listing .listing-overview  {
		color:;
		padding:;
		margin:10px 0 30px 0;
		text-align:center;
	}
	#listing .listing-overview ul.overview {
		font-size:16px;
		padding-left:0;
	}
	#listing .listing-overview ul.overview li {
		display:inline;
		margin:3px 5px;
	}
	  	
	/* Side 
	#listing .price {
		background:#594c43;
		color:#fff;
		font-size:26px;
		font-weight:500;
		line-height:1.2;
		text-align:center;
		padding:10px;
	}
	#listing table.overview  {
		background:;
		font-size:14px;
		margin:0;
		width:100%;
	}
	#listing table.overview tr {
		border-bottom:1px solid rgba(0,0,0,0.1);
	}
	#listing table.overview tr.last {
		border-bottom:none;
	}
	#listing table.overview td {
		padding:10px 10px;
	}
	#listing table.overview td.title {
		font-weight:600;
		text-align:left;
		width:40%;
	}
	#listing table.overview td.data {
		text-align:left;
		width:60%;
	}
	#listing .listing-overview .price {
		background:#9E814C;
		color:#fff;
		display:block;
		font-size:26px;
		font-weight:500;
		text-align:center;
		padding:5px;	
	}
	#listing .enquire {
		background:#f4f4f4;
		border:none;
		margin:10px 0;
		padding:5px 15px;
	}
	#listing .icons {
		margin:20px 0;
	}
		#listing .icons ul {
			text-align:center;
			padding-left:0;
		}
		#listing .icons ul li {
			display:inline-block;
			font-size:24px;
			list-style:none;
			margin:0 10px;
		}
		#listing .icons ul li i {
			background-color:#191919;
			border-radius:2px;
			color:#fff;
			cursor:pointer;
			float:left;
			height:40px;
			line-height:40px;
			text-align:center;
			width:40px;
			-webkit-transition:all 0.25s ease-out;
			   -moz-transition:all 0.25s ease-out;
			    -ms-transition:all 0.25s ease-out;
			     -o-transition:all 0.25s ease-out;
			        transition:all 0.25s ease-out;
		}
		#listing .icons .tooltip > .tooltip-inner {background-color:#191919;}
		#listing .icons .tooltip > .tooltip-arrow {border-bottom-color:#191919;}

#listing .buttons {
		margin:0;
	}
	#listing .buttons .btn-custom {
		background:#0f84e7;
		border:2px solid #0f84e7;
		border-radius:0;
		color:#fff;
		font-size:16px;
		margin:5px 0;
		padding:7px 15px;
		text-align:left;
	}
	#listing .buttons .btn-custom:hover,
	#listing .buttons .btn-custom:focus {
		background:#00569e;
		border:2px solid #00569e;
		color:#fff;
	}
	#listing .buttons .btn-custom i {
		font-size:18px;
		padding-right:10px;
		width:25px;
	}

/* Panel 
#listing .panel-group {
	margin-bottom:5px;
}
	#listing .panel-group .panel {
		border-radius:0;
		margin:0;
		overflow:hidden;
	}
		#listing .panel-group .panel + .panel {
			margin-top:5px;
		}
		#listing .panel-group .panel-heading {
			border-bottom:0 none;
		}
		#listing .panel-group .panel-heading + .panel-collapse .panel-body {
			border-top:none;
		}
		#listing .panel-group .panel-footer {
			border-top:0 none;
		}
		#listing .panel-group .panel-footer + .panel-collapse .panel-body {
			border-top:none;
		}
		#listing .panel-default {
			border-color:#0f84e7;
			border:none;
		}
		#listing .panel-default > .panel-heading {
			background:#594c43;
			border:2px solid #594c43;
			border-radius:0;
			color:#fff;
			padding:0;
			text-align:;
			text-shadow:none;
			-webkit-transition:all 0.25s ease-out;
			   -moz-transition:all 0.25s ease-out;
			    -ms-transition:all 0.25s ease-out;
			     -o-transition:all 0.25s ease-out;
			        transition:all 0.25s ease-out;
		}
		#listing .panel-default > .panel-heading a {
			display:block;
			padding:7px 15px;
		}
		#listing .panel-default > .panel-heading:hover,
		#listing .panel-default > .panel-heading:focus {
			background:#776459;
			border:2px solid #776459;
		}
		#listing .panel-default > .panel-heading.enquiry {
			background:#594c43;
			border-color:#594c43;
			color:#fff;
		}
		#listing .panel-default > .panel-heading.enquiry:hover,
		#listing .panel-default > .panel-heading.enquiry:focus {
			background:#776459;
			border-color:#776459;
		}
		#listing .panel-title {
			font-size:16px;
		}	
		#listing .panel-title > a {
			font-weight:normal;
		}
		#listing .panel-title > a:hover {
			color:#fff;
		}
		#listing .panel-title i,
		#listing .panel-body i {
			font-size:18px;
			padding-right:10px;
			width:25px;
		}
		#listing .panel-body {
			background:#f7f7f7;
			border:1px solid rgba(0,0,0,0.1);
			padding:30px;			
		}		

/* Tabs 
#listing-tabs {
	margin-top:20px;
}
	#listing-tabs .nav-tabs {
		border-bottom:3px solid #0f84e7;
		position:relative;
	}
	#listing-tabs .nav-tabs > li {
		margin-bottom:0;
		margin-right:2px!important;
	}
	#listing-tabs .nav-tabs > li.last {
		margin-right:-1px;
		margin-bottom:0;
	}
	#listing-tabs .nav-tabs > li > a {
		background:#f0f0f0;
		border:none;
		border-radius:0;
		color:#0f84e7;
		font-size:14px;
		font-weight:600;
		height:auto;
		padding:15px 25px;
		text-align:center;
	}
	#listing-tabs .nav-tabs > li > a.first {
		border-left:1px solid #fff;
		border-left:none;
	}
	#listing-tabs .nav-tabs > li > a.last {
		border-right:1px solid #fff;
		border-right:0;
	}
	#listing-tabs .nav-tabs > li.active > a,
	#listing-tabs .nav-tabs > li.active > a:hover,
	#listing-tabs .nav-tabs > li.active > a:focus,
	#listing-tabs .nav-tabs > li > a:hover {
		background:#0f84e7;
		border-bottom:none;
		color:#fff;
	}
	#listing-tabs .tab-content {
		background:#fff;
		border:1px solid rgba(0,0,0,0.2);
		border-top:none;
		margin-bottom:20px;
		padding:20px;
	}
	@media (max-width:991px){
		#listing-tabs .nav-tabs > li > a {
			font-size:14px;
			padding:5px 10px;
		}
	}

	/* Main 
	#listing .abstract {
		margin:;
	}
	#listing .video {
		margin:10px 0;
	}
	#listing ul.features {
		list-style:none;
		padding-left:20px;
		position:relative;
	}
		#listing ul.features li {
			margin:5px 0 5px 5px;
		}
		#listing ul.features li:before {
			color:#0f84e7;
			content:'\f046';
			display:inline-block;
			font-family:FontAwesome;
			padding-top:2px;
			position:absolute;
			left:0;
	}

	/* Map */
	#mapListing,
	#map {
		border:1px solid rgba(0,0,0,0.1);
	}
	.map-location {
		background:#fff;
		box-shadow:0 1px 4px -1px rgba(0, 0, 0, 0.3);
		margin:11px 10px 0 120px ;
		padding:5px 10px 5px 10px;
		position:absolute;
		text-transform:capitalize;
		z-index:1;
	}

	#listing .energy {
		max-width:300px;
	}
	#listing #energy-rating {
		line-height:1.2;		
	}

/* ----- Forms ----- */
#accept {
	font-size:12px;
}
.radio,
.checkbox {
	margin-left:0;
}
.radio-inline {
	padding-top:0!important;
}
label {
	font-weight:600;
}
	label.legal {
		font-size:12px!important;
		line-height:20px;
		margin-top:0;
	}
.form-control {
  	border:1px solid rgba(0,0,0,0.5);
  	border-radius:0;
  	box-shadow:none;
	height:50px;
	padding:;
}
.sr-only {
	display:none;
	top:5px;
}
input.error,
select.error {
	border:1px solid red!important;
}
#lmXtra {
	display:none;
	visibility:hidden;
}
.form-group {
	margin-bottom:10px;
}
.form-bg {
	/*background:#f4f4f4;
	border:1px solid rgba(0,0,0,0.1);
	padding:30px;*/
}
	.form-bg label {
		color:;
	}
	.form-bg a {
		color:;
	}
.form-contact {
	margin:20px 0;
}
	.btn-contact {
		height:50px;
	}

/* ----- Search Form ----- */
#hero #search {
	background:rgba(250,250,250,0.5);
	padding:0;
	position:absolute;
	top:auto; right:0; bottom:0; left:0;
}
	#search {
		background:rgba(250,250,250,0.5);
		padding:0;
		position:relative;
		top:auto; right:0; bottom:0; left:0;		
	}
	.search {
		background:#fafafa;
		border-bottom:3px solid #0f84e7;
		padding:15px 5px;
	}
	.search [class*='col-']:not(:first-child),
	.search [class*='col-']:not(:last-child) {
		padding-right:4px;
		padding-left:4px;
	}
	.search legend {
		color:#fff;
		border:none;
		font-size:24px;
		font-weight:300;
		margin:10px 15px;
		width:auto;
	}
	.search label {
		color:;
		font-size:12px;
		font-weight:normal;
	}
	.search label.checkbox,
	.search label.radio {
		color:#333;
	}
	.search .btn-group {
	  	display:block;
	  	text-transform:none!important;
	}
	.search .form-group {
		margin-bottom:5px;
	}
	.search .btn,
	.search .form-control {
		background:#fff;
		border:1px solid rgba(0,0,0,0.1);
		border-radius:0;
		color:rgba(0,0,0,1);
		height:auto;		
		padding:10px;
	}
	.search .btn:hover,
	.search .btn:focus {
		color:rgba(0,0,0,0.7);
	}
	.search .bs-select-all,
	.search .bs-deselect-all {
		background:#ddd;
		color:#444;
		padding:3px;
	}
	.search .bs-select-all:hover,
	.search .bs-deselect-all:hover {
		background:#ccc;
	}
	.search .btn-default.active.focus,
	.search .btn-default.active:focus,
	.search .btn-default.active:hover,
	.search .btn-default.focus:active,
	.search .btn-default:active:focus,
	.search .btn-default:active:hover,
	.search .open > .dropdown-toggle.btn-default.focus,
	.search .open > .dropdown-toggle.btn-default:focus,
	.search .open > .dropdown-toggle.btn-default:hover {
		background-color:rgba(255,255,255,0.2);
		border-color:rgba(255,255,255,0.2);
		color:#fff;
	}
	.search .form-control::-moz-placeholder {
		color:rgba(255,255,255,0.8);
	}
	.search .multiselect-container > li.multiselect-group label {
		color:#666;
	}
	.search .multiselect {
		width:100%;
		margin-bottom:0;
	}
	.search .btn-default {
		color:;
	}
	.search .label-search {
		color:rgba(255,255,255,0);
	}
	.search .btn-search {
		background:#0f84e7;
		border:1px solid #0f84e7;
		color:#fff;
		font-weight:bold;
		font-size:;
		margin-top:26px;
		padding:10px 5px;
		text-align:center!important;
		text-transform:uppercase;
	}
	.search .btn-search:hover {
		background:#00569e;
		color:;
	}
	.search .btn-map {
		background:transparent;
		border:1px solid #0f84e7;
		color:#0f84e7;
		font-weight:bold;
		font-size:12px;
		line-height:24px;
		text-align:center!important;
		text-transform:uppercase;
	}
	.search .btn-map:hover {
		background:#0f84e7;
		color:#fff;
	}
	.search a {
		color:#0f84e7;
		font-size:12px;
		font-weight:;
	}
	.search a:hover {
		opacity:0.8;
	}
	.search label.advanced-search {
		font-size:16px;
		float:right;
		margin-bottom:0;
	}
	.search label.map-search {
		font-size:16px;
	}
@media (max-width:991px){
	#hero #search {
		position:relative;
	}
	.search .btn-search {
		margin-top:;
	}
}

/* ----- Map - Contact Page ----- */ 
.google-maps {
	border:5px solid rgba(255,255,255,1);
	height:0;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
	padding-bottom:53.5%;
	padding-left:15px;
	padding-top:25px;
	padding-right:15px;
	-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
			box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
}
.google-maps iframe {
	height:100%!important;
	left:0;
	position:absolute;
	top:0;
	width:100%!important;
	-moz-box-sizing:border-box;
}

/* ----- Map - Listing Page ----- */
.gm-style-iw {
	width:200px;
	min-height:100px;
}
#mapCanvas {
	clear:both;
	height:450px;
}
h2.locationMap {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

/* ----- Responsive Video ----- */
.embed-container { 
	position:relative; 
	padding-bottom:56.25%; 
	height:0; 
	overflow:hidden; 
	max-width:100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
}
/* ----- Weather ----- */
#weather table {
    top:60px!important;
}

/* ----- Energy Rating ----- */
#energy-container h3 {
	margin:10px 0 10px 0;
}
#energy-container div {
	margin:0!important;
}
#energy-container .row {
	clear:both;
	margin:0; width:97%;
	padding:2px; 
	text-align:right;
}
#energy-container .active {
	border:1px solid #666;
	height:24px;
}
.arrow-right {
	border-bottom:9px solid transparent;
	border-left:9px solid transparent;
	border-top:9px solid transparent;
	float:left; 
	height:0; width:0;
	position:relative;
}
#energy-container .block {
	color:#fff;
	float:left;
	font-size:12px;
	font-weight:normal;
	height:18px;
	line-height:16px;
	padding-left:5px;
	position:relative;
	text-align:left;
}
.shaft-a	{width:50%; background-color:#0d944f; margin:0!important;}
.shaft-b	{width:55%; background-color:#21b24b; margin:0!important;}
.shaft-c	{width:60%; background-color:#99c83c; margin:0!important;}
.shaft-d	{width:65%; background-color:#ece824; margin:0!important;}
.shaft-e	{width:70%; background-color:#f1b41b; margin:0!important;}
.shaft-f	{width:75%; background-color:#e17628; margin:0!important;}
.shaft-g	{width:80%; background-color:#e72e2c; margin:0!important;}
.head-a		{border-left-color:#0d944f; margin:0!important;}
.head-b		{border-left-color:#21B24b; margin:0!important;}
.head-c		{border-left-color:#99C83c; margin:0!important;}
.head-d		{border-left-color:#ece824; margin:0!important;}
.head-e		{border-left-color:#f1b41b; margin:0!important;}
.head-f		{border-left-color:#e17628; margin:0!important;}
.head-g		{border-left-color:#e72e2c; margin:0!important;}

/* ----- Blog ----- */
/* Result */
#cms figure {
}
	#cms figure .img-wrapper {
		padding-top:65%;
	}
	#cms figcaption {
		padding:5px 20px 20px 20px;
		text-align:center;
	}
	#cms ul.meta {
		border-bottom:1px solid rgba(0,0,0,0.1);
		border-top:1px solid rgba(0,0,0,0.1);
		line-height:1;		
		margin:10px 0;
		padding:5px 0 8px 0;
	}
	#cms ul.meta li {
		display:inline;
		font-size:11px;
		font-weight:normal;
		padding:;
	}
	#cms ul.meta li a {
		font-weight:normal;
	}
	#cms ul.meta li:after {
		content:"\2219";
		padding-left:5px;
		padding-right:5px;
	}
	#cms ul.meta li:last-child:after {
	    content:"";
	}
	#cms figcaption h3 {
		font-weight:;
		font-size:20px;
		margin:5px 0;
	}
	#cms figcaption h3 span {
		display:block;
		display:-webkit-box;
		line-height:1.2;
		max-width:100%; height:2.4em;
		overflow:hidden;
		position:relative;
		text-overflow:ellipsis;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
	}
	#cms figcaption .abstract span {
		margin:10px auto;
		height:5.6em; 
		-webkit-line-clamp:4;
	}
	#cms figcaption .abstract span p {
		margin-bottom:0;
	}
	#cms figcaption a.btn-view-more {
		background:#537384;
		border-radius:2px;
		color:#fff;
		font-size:12px;
		margin:15px auto;
		padding:5px 10px;
		position:relative;
		text-align:center;
	}
	#cms figcaption a.btn-view-more:hover {
		background:#0e2f48;
	}
	@media (max-width:991px){
		#cms figcaption h3
		#cms figcaption .abstract {
			height:auto;
			line-height:1.3;
		}
	}

/* Post */
 #cms .widget {
	background:;
	/*border:1px solid rgba(0,0,0,0.1);*/
	display:block;
	margin-bottom:10px;
	text-align:;
}
	#cms .widget h3 {
		border-top:;
		border-bottom:none;
		color:;
		font-size:22px;
		margin:0;
		margin-bottom:5px;
		margin-top:5px;
		padding:10px 15px;
	}
	#cms .widget a,
	#cms a.blogcategory {
		text-transform:capitalize;
	}
	#cms .widget .content {
		padding:5px 15px;
	}
	#cms .widget ul {
		padding-left:0;
		position:relative;
		text-align:;
	}
	#cms .widget ul li {
		border-bottom:1px solid rgba(0,0,0,0.05);
		display:block;
		line-height:1.3;
		padding:10px 0;
	}
	#cms .widget ul li:before {
		content:"";
		display:block;
		float:left;
		font-family:FontAwesome;
		margin:0 12px 5px 0;
	}
	#cms .widget ul.category li {
	}
	#cms .widget ul.recent-post li {
	}
	#cms .widget ul.q23BlgArchv li {
	}
	#cms .widget ul.tag-cloud li {
		border-bottom:none;
		display:inline;
	}
	#cms .widget ul.tag-cloud li:before {
		content:"";
		margin:0;
	}
	#cms .widget ul.tag-cloud li a.blogtag {
		background:#537384;
		border:;
		border-radius:2px;
		color:#fff;
		display:inline-block;
		font-size:13px;
		margin:2px;
		padding:4px 10px;
	}
	#cms .widget ul.tag-cloud li a.blogtag:hover {
		background:#acbfc6;
	}
	#cms .post img {
		margin-bottom:10px;
		margin-top:10px;
	}
	#cms .bio {
		font-size:13px;
		font-style:italic;
		font-weight:600;
	}