@charset "utf-8";
/* CSS Document for Centrum Marbella */
/* Author Alison Makin for QRES RSO API */
/* Author URI:http://quantum23.com */

/* ----- Global ----- */
.css-style {
	background:#8fc044; /* Main colour */
	background:#709933; /* Main colour hover */
	background:#f3f3f3; /* Form bg */
	font-family:'Montserrat', Verdana, sans-serif;
}
body {
	background:#fff;
	color:#222;
	font-family:'Montserrat', Verdana, sans-serif;
	font-size:16px;
	line-height:;
}
span.lid,
span.oid,
span.genus,
span.lttd,
span.rfrr,
span.lngtd,
span.prc,
span.ptsID,
div.referrer,
div.searchData,
span.menuItem,
span.hidden {
	display:none;
	visibility:hidden;
}
.wow {
	visibility:hidden;
}
.wrapper {
	max-width:;
	position:;
}
.text-wrapper {
	background:#f6f5f1;
	display:table;
	height:100%; width:100%;
	padding:5% 10%;
	text-align:left;
	z-index:1;
        }
.text {
	display:table-cell;
	vertical-align:middle;
}
	.text-wrapper.no-bg {
		background:transparent;
	}

/* ----- Parallax ----- */
.parallax {
    height:auto;
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
	background-position:50% 0;
	min-height:300px;
	position:relative;
}

/* ----- 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 #8fc044;
	    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:#709933 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);
    }
}

/* ----- Modal ----- */
.modal-content {
	background:#fff;
	border:1px solid rgba(255,255,255,0.1);
	border-radius:0;
	text-align:left;
}
	.modal-header {
		background:#35291f;
		border-bottom:1px solid rgba(255,255,255,0.1);
		color:#fff;
		min-height:16.43px;
		padding:15px 25px;
	}
	.modal-title {
		color:#fff;
	}
	.modal-header .close {
		color:rgba(0,0,0,0.6);
		text-shadow:0 1px 0 #fff;
	}
	.modal-body {
		color:;
		padding:25px;
		position:relative;
	}
	.modal-footer {
		border-top:1px solid #e5e5e5;
		padding:15px 25px;
		text-align:right;
	}
	.modal-content .legal,
	.modal-content .legal a,
	#listing .listing-overview .enquire .legal a {
		color:;
	}
	.modal-body a {
		float:;
	}
	.modal-body a:active,
	.modal-body a:focus,
	.modal-body a:hover {
		color:;
	}
	.modal-content .form-bg {
		background:#fff;
		border:none;
		color:#222;
		padding:0;
	}

/* ----- Dividors & Separators ----- */
hr {
	border-bottom:1px solid rgba(0,0,0,0.3);
	border-top:none;
	clear:both;
	margin:20px 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:#222;
	font-weight:;
	letter-spacing:1px;
	text-transform:uppercase;
}
h1 	{font-size:26px;}
h2 	{font-size:24px;}
h3 	{font-size:22px;}
h4 	{font-size:20px;}
h5 	{font-size:18px;}
h6 	{font-size:16px;}
a 	{
	color:#8fc044;
	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:#709933;
	outline:0 none;
	text-decoration:none;
}
.cursive {
	color:#8fc044;
	font-family:'Homemade Apple', cursive;
	font-size:28px;
	line-height:42px;
}

/* ----- Lists ----- */
ul, ol {
	list-style-position:inside;
}
ul.icon li:before {
	color:#8fc044;
}

ul.social {
	float:right;
	margin:10px 0;
	padding-left:0;
}
	ul.social li {
		border-bottom:none;
		display:inline-block;
	}
	ul.social li a {
		text-align:center;
	}
	ul.social li a i {
		background:;
		border-radius:;
		color:#8fc044;
		display:inline-block;
		font-size:15px;
		height:15px; width:15px;
		line-height:15px;
		margin:0 3px;
		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:active,
	ul.social li a i:focus,
	ul.social li a i:hover {
		background:;
		color:#709933;
	}
	@media(max-width:991px){
		ul.social {
			float:none;
			margin:5px 0 10px 0;
		}
		ul.social li {
			margin-top:0;
		}
	}

ul.info {
	float:left;
	font-size:;
	font-weight:;
	margin:10px 0;
	padding-left:0;
	text-align:;
}
	ul.info li {
		display:inline-block;
		margin-left:;
		padding:0 2px;
	}
	ul.info li a {
		color:;
	}
	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;
			text-align:center;
		}
	}

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

/* ----- Navbar ----- */
#nav {
	background:;
	position:relative;
}
    #nav #sticky-wrapper,
    #nav .sticky-wrapper {
        height:auto!important;
    }
	.navbar {
		border:none;
		margin-bottom:0;
	}
	.navbar-brand {
		height:auto;
		padding:5px 15px;
	}
	.navbar-default {
		background:rgba(255,255,255,0.8);
		border:none;
		margin-bottom:0;
		width:100%;
		z-index:5;
	}
	.navbar-right {
	}
	.navbar-default .navbar-nav > li > a {
		color:#222;
		font-size:14px;
		font-weight:600;
		letter-spacing:1px;
		padding:30px 8px;
		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);
		-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 {
		border-bottom:1px solid rgba(0,0,0,0.1);
		background:#fff;
	}
	.sticky.scrolled li > a {
		padding:25px 12px;
	}
/*	header#index .sticky.scrolled {
		background:#fff;
		border-bottom:1px solid rgba(0,0,0,0.1);
	}
	header#index .sticky.scrolled li > a {
		color:#666;
	}*/
	.navbar-default .navbar-nav > li > a .fa {
		background:transparent;
		display:inline;
		font-size:10px;
		padding-right:3px;
	}
	.navbar-default .navbar-nav > li > a.favourite {
		background:transparent;
		color:#8fc044;
	}
	.navbar-default .navbar-nav > li > a.favourite .fa {
		font-size:14px;
		font-weight:bold;
	}
	.navbar-default .navbar-nav > li > a.favourite:active,
	.navbar-default .navbar-nav > li > a.favourite:focus,
	.navbar-default .navbar-nav > li > a.favourite:hover {
		background:;
		color:;
	}
	.navbar-default .navbar-nav > li > a.favourite:after {
		background:;
	}
	.navbar-default .navbar-nav > li > a:active,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:active,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:active,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .open > a:hover {
		background:transparent;
		color:#709933;
	}
	.navbar-right .dropdown-menu {
		left:0;
		right:auto;
	}
	.open > .dropdown-menu {
		-webkit-transform:scale(1,1);
		   -moz-transform:scale(1,1);
		    -ms-transform:scale(1,1);
		     -o-transform:scale(1,1);
		        transform:scale(1,1);
	}
	.dropdown-menu {
		display:block;
		-webkit-transform-origin:top;
		   -moz-transform-origin:top;
		    -ms-transform-origin:top;
		     -o-transform-origin:top;
		        transform-origin:top;
		-webkit-animation-fill-mode:forwards;
		   -moz-animation-fill-mode:forwards;
		    -ms-animation-fill-mode:forwards;
		        animation-fill-mode:forwards;
		-webkit-transform:scale(1,0);
		   -moz-transform:scale(1,0);
		    -ms-transform:scale(1,0);
		     -o-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;
		   -moz-transform-origin:bottom;
		    -ms-transform-origin:bottom;
		     -o-transform-origin:bottom;
		        transform-origin:bottom;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu {
		background:#ebebeb;
		border:none;
		border-top:;
		border-radius:3px;
		-webkit-box-shadow:0 0 20px rgba(0,6px,12px,0.1);
		   -moz-box-shadow:0 0 20px rgba(0,6px,12px,0.1);
				box-shadow:0 0 20px rgba(0,6px,12px,0.1);
		padding:0;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li {
		border-bottom:1px solid rgba(255,255,255,1);
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li:first-child {
		padding-top:5px;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li:last-child {
		border-bottom:none;
		padding-bottom:5px;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
		color:#222;
		font-size:14px;
		padding:12px 20px;
		text-transform:uppercase;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a:active,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav > li > .dropdown-menu > .active > a,
	.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:active,
	.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover {
		background:rgba(0,0,0,0);
		color:#709933;
	}
	.navbar-default .navbar-toggle {
		border:1px solid transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background:#8fc044;
	}
	.navbar-default .navbar-toggle:active,
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		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;
		}
		.navbar-toggle {
			display:block;
			margin-top:10px;
		}
		.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:;
			padding:5px 20px;
		}
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:active,
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a:active,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
			background:;
			color:#709933;
		}
		.navbar-nav .open .dropdown-menu {
			position:static;
			float:none;
			width:auto;
			margin-top:0;
			background-color:transparent;
			border:0;
			-webkit-box-shadow:none;
			   -moz-box-shadow:none;
					box-shadow:none;
		}
	}

/* ----- Buttons ----- */
.btn {
	border-radius:5px;
	-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-custom {
		background:#8fc044;
		border:none;
		border-radius:5px;
		color:#fff;
		font-weight:bold;
		letter-spacing:1px;
		margin:;
		padding:10px 30px;
		text-transform:uppercase;
	}
	.btn-custom:active,
	.btn-custom:focus,
	.btn-custom:hover,
	.open > .dropdown-toggle.btn-custom {
		background:#709933;
		color:#fff;
	}
	.btn-ghost {
		background:transparent;
		border:2px solid #8fc044;
		color:#8fc044;
		display:;
		font-size:16px;
		margin:20px 0;
		padding:6px 25px;
		white-space:normal;
	}
	.btn-ghost:active,
	.btn-ghost:focus,
	.btn-ghost:hover {
		background:#8fc044;
		border:2px solid #8fc044;
		color:#fff;
	}
	.btn-newsletter {
		background:#8fc044;
		color:#fff;
	}
	.btn-newsletter:active,
	.btn-newsletter:focus,
	.btn-newsletter:hover {
		background:;
		color:;
	}

/* ----- Header ----- */
#topper {
	background:#35291f;
	/*border-top:3px solid #8fc044;*/
	color:#fff;
	line-height:1.4;
	padding:2px;
}
	#topper [class*='col-']  {
		border-bottom:;
		height:;
	}
	@media (max-width:991px){
		#topper [class*='col-']  {
			height:auto;
		}
	}
header {
	background:transparent;
	position:relative;
	top:0; right:0; bottom:auto; left:0;
	text-align:center;
	width:100%;
	z-index:1001;
}
	header#index {
		position:absolute;
		top:0; right:0; bottom:auto; left:0;
	}
	header .logo {
		margin:5px 0;
		height:60px;
		padding:0;
		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;
	}
	@media (max-width:991px){
		header .sticky.scrolled .logo,
		header .logo {
			margin:;
			max-height:50px;
		}
	}
	@media(max-width:767px){
		header .sticky.scrolled .logo,
		header .logo {
			margin:;
			max-height:40px;
		}
	}

/* ----- Footer ----- */
footer {
	background:#282828;
	border-top:;
	color:rgba(255,255,255,0.6);
	font-size:;
	padding-top:50px;
	position:relative;
	text-align:center;
}
	footer hr {
		border-bottom:1px solid rgba(255,255,255,0.2);
	}
	footer a {
		color:rgba(255,255,255,0.6);
	}
	footer a:active,
	footer a:focus,
	footer a:hover {
		color:rgba(255,255,255,1);
	}
	footer h4 {
		color:rgba(255,255,255,0.8);
		text-transform:;
	}
	footer ul {
		padding-left:0;
	}
	footer ul li {
		border-bottom:1px solid rgba(255,255,255,0.2);
		list-style:none;
		padding:5px 0 7px 0;
	}
	footer ul li:last-child {
		border-bottom:none;
	}
	footer ul li.last {
		border:none;
	}
	footer img {
		margin:20px auto;
	}
	#footer-b {
		background:#8fc044;
		border-top:;
		color:;
		font-size:13px;
		margin-top:40px;
		padding-bottom:15px;
		padding-top:15px;
		text-align:;
	}
		#footer-b .border {
			visibility:hidden;;
		}
		#footer-b ul.footer-nav {
			float:left;
			margin-top:15px;
			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:"";
		}
		#footer-b ul li a {
			color:#fff;
		}
		#footer-b ul li a:active,
		#footer-b ul li a:focus,
		#footer-b ul li a:hover {
			color:rgba(255,255,255,0.5);
		}
	.btt {
		float:right;
		margin-top:10px;
		position:relative;
	}
	.btt a {
		display:inline-block;
		margin:0 0 0 3px;
		text-align:center;
	}
	.btt a i {
		background:transparent;
		border:2px solid #fff;
		border-radius:0;
	    color:#fff;
	    font-weight:normal;
	    height:40px; width:40px;
	    line-height:30px;
		margin-right: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;
	}
	.btt i:active,
	.btt i:focus,
	.btt i:hover {
	    opacity:0.5;
	    color:;
	}
	@media (max-width:991px){
		footer {
			text-align:center;
		}
		footer h4 {
			margin-top:20px;
		}
		#footer-b {
			padding-bottom:40px;
		}
		.btt {
			float:none;
		}
		footer img {
			margin:10px auto;
		}
		footer .logo {
			max-width:200px;
		}
	}

/* ----- WhatsApp ----- */
#whatsapp {
	display:none;
	position:fixed;
	top:auto; right:20px; bottom:30px; left:auto;
	z-index:2;
}
	#whatsapp .btn-whatsapp {
		/*height:75px; width:75px;*/
		max-width:200px;
		padding:0;
	}

/* ----- Sections ----- */
#areas,
#intro,
#list-type,
#outro,
#services,
#showcase {
	padding:30px 0;
	position:relative;
	text-align:center;
}
	#intro {
		padding:0;
	}

/* ----- Pages ----- */
#cms,
#contact,
#content,
#development,
#holding,
#listing,
#portfolio,
#results {
	padding:30px 0 50px 0;
	position:relative;
}
	#holding {
		padding-bottom:0;
	}

/* ----- Intro ----- */
#intro h3 {
	font-size:18px;
	font-weight:bold;
	letter-spacing:0;
	text-transform:uppercase;
	margin:0 0 20px 0;
}
	#intro .btn-custom {
		font-size:20px;
		margin:20px auto;
		padding:8px 25px;
	}
	#intro img {
		margin:0 auto;
	}

/* ----- Outro ----- */
#outro {
	background:#f2ecea;
	padding:70px 0;
	text-align:center;
}
	#outro h4 {
		font-weight:bold;
	}
	#outro img {
		margin:0 auto 20px auto;
	}

/* ----- Outro ----- 
#outro .row {
	margin-left:0;
	margin-right:0;
}
	#outro .image {
		height:450px;
		overflow:hidden;
		position:relative;
	}
	#outro .image.splash-1 {
		background:url(../img/splash-01.jpg) center right;
		background-size:cover;
		height:450px;
	}
	#outro .text-wrapper {
		display:table;
		font-size:24px;
		font-weight:300;
		height:100%; width:100%;
		padding:25px 70px;
		text-align:;
		z-index:1;
	}
	#outro .text {
		display:table-cell;
		vertical-align:middle;
		text-align:;
	}
	#outro h2 {
		font-size:22px;
		text-transform:uppercase;
	}	
	#outro .btn-default {
		font-size:20px;
		margin:20px auto;
		padding:8px 25px;
	}

/* ----- Results ----- */
#results h1 {
	font-size:22px;
	letter-spacing:normal;
	text-transform:none;
}
	#results .section-header-center {
		padding:0;
	}
	#results .section-header-center,
	#results .section-header-center:before,
	#results .section-header-center:after {
		background:none;
		border:none;
	}

/* ----- Headers ----- */
.page-header,
.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 {
		text-transform:none;
	}
	.page-header:before,
	.section-header-center:before {
		background:rgba(0,0,0,0);
		content:"";
		display:block;
		height:1px;
		margin-left:50%;
		position:absolute;
		bottom:0; left:-25%;
		width:50%;
	}
	.page-header:after,
	.section-header-center:after {
		background:#8fc044;
		content:"";
		display:block;
		height:2px;
		margin-left:50%;
		position:absolute;
		bottom:-1px; left:-20px;
		width:40px;
	}
	.section-header {
		border-bottom:none;
		margin:0 0 30px 0;
		padding:0 0 15px 0;
		position:relative;
		text-align:;
		text-transform:;
	}
	.section-header:before {
		background:rgba(0,0,0,0);
		content:"";
		display:block;
		height:1px;
		margin-left:0;
		position:absolute;
		bottom:0; left:;
		width:100%;
	}
	.section-header:after {
		background:#8fc044;
		content:"";
		display:block;
		height:2px;
		margin-left:;
		position:absolute;
		bottom:-1px; left:;
		width:40px;
	}

/* ----- Index Page ----- */
#hero {
	position:absolute;
	top:0;
}
	.ms-fullscreen-template {
		position:absolute;
	}
	.ms-caption {
		color:#fff;
		font-size:40px;
		max-width:80%;
		text-shadow:2px 2px 2px rgba(0,0,0,0.5);
		text-transform:;
	}
	.ms-caption a {
		color:#fff;
	}
#hero-int {
	position:relative;
}
	#hero-int .img-header {
		max-height:450px;
		overflow:hidden;
		position:relative;
		width:100%;
	}
	#hero-int .img-header::before {
		background:#000;
		content:"";
		height:100%;
		opacity:0.7;
		position:absolute;
		top:0; left:0;
		width:100%;
	}
	#hero-int .img-header img {
		min-width:100%;
	}
	#hero-int .page-header {
		color:#fff;
		margin:0;
		padding-bottom:0;
		position:absolute;
		/*top:calc(50% - 50px); /*26px is font size of h1*; right:; bottom:; left:0;*/
		text-align:center;
		width:100%;
		z-index:1;
		top:50%;
		transform:translateY(-50%);
	}
	#hero-int .page-header::before {
		background:none;		
	}
	#hero-int .page-header:after {
		background:none;
	}	
	#hero-int .page-header h1 {
		color:#fff;
		font-weight:bold;
		margin:15px 0;
	}
	#hero-int .page-header h5 {
		color:#8fc044;
		font-weight:bold;
	}
	#hero-int .page-header p {
		color:#fff;
		font-weight:bold;
	}

/* ----- About ----- */
#about {
	background:;
	color:;
	padding:30px 0 50px 0;
}
	#about h2 {
		color:;
	}
	#about img {
		border:1px solid rgba(0,0,0,0.1);
	}
	#about .text-wrapper {
		background:none;
		border:1px solid rgba(0,0,0,0.1);
	}
	#about .text {
		text-align:justify;
	}

/* ----- About ----- 
#about {
	background:#35291f;
	color:#fff;
	padding:0;
}
	#about h2 {
		color:#fff;
	}
	#about .text-wrapper {
		background:none;
	}

/* ----- Showcase ----- */
#showcase {
	background:#f3f3f3;
	padding:30px 0 20px 0;
	text-align:center;
}
	#showcase .section-header-center:after,
	#showcase .section-header-center:before {
		background:none;
	}
	#showcase h2 {
		color:;
	}
	#showcase figcaption {
		background:;
		color:;
	}
	#showcase .carousel a {
		position:relative;
	}
	#showcase .btn-view-all {
		display:inline-block;
		font-size:16px;
		margin:20px auto;
		position:relative;
	}
	#showcase .owl-theme .owl-controls {
		margin-bottom:10px;
		margin-top:0!important;
		position:relative;
	}
	#showcase .owl-nav {
		cursor:pointer;
		float:none;
		margin:0 auto;
		padding:0 25px;
		position:relative;
	}
	#customNav {
		display:inline-block;
		text-align:center;
	}
	#showcase .owl-nav [class*='owl-'] {
		border:2px solid #8fc044;
		border-radius:0;
		color:#8fc044;
		font-size:26px;
		float:left;
		height:36px;
	  	line-height:30px;
	  	margin:-20px 4px 10px 4px;
	  	padding:0;
		position:relative;
		text-align:center;
		width:36px;
		-webkit-transition:all 0.25s ease-out;
				transition:all 0.25s ease-out;
		}
	#showcase .owl-nav [class*='owl-prev']:hover,
	#showcase .owl-nav [class*='owl-next']:hover {
		opacity:0.8;
	}

/* ----- Property Finder ----- */
#property-finder,
#newsletter {
	background:#8fc044;
	color:#fff;
	padding:40px 0;
	text-align:center;
}
#property-finder h2,
#newsletter h2 {
	color:#fff;
	line-height:1.8;
	margin:5px 0;
	text-transform:none;
}
#property-finder span,
#newsletter span {
	font-weight:600;
	margin:0 20px;
	text-transform:uppercase;
}
#property-finder .btn-ghost,
#newsletter .btn-ghost {
	border:1px solid #fff;
	border-radius:50px;
	color:#fff;
	font-weight:bold;
	margin:0 20px;
	padding:;
	text-transform:uppercase;
}

/* ----- Testimonials ----- */
#testimonials {
	background:url("../img/bg-03-min.jpg") no-repeat center center;
	background-size:cover;
	height:auto;
	margin:0;
	max-width:100%;
	padding:100px 0;
	text-align:center;
	position:relative;
}
	#testimonials::before {
		background:#000;
		content:"";
		height:100%;
		opacity:0.5;
		position:absolute;
		top:0; left:0;
		width:100%;
	}
	#carousel-testimonial {
		background:;
		padding:;
	}
	#carousel-testimonial .item {
		background:;
		color:#fff;
		font-weight:;
		margin-top:20px;
		text-align:center;
		text-shadow:2px 2px 2px rgba(0,0,0,0.5);
		padding:0 30px;
	}
	#carousel-testimonial .item:before {
		color:rgba(255,255,255,1);
		content:"\201d";
		font-size:90px;
		position:absolute;
		top:auto; right:0; bottom:-10px; left:auto;
	}
	#carousel-testimonial .item:after {
		color:rgba(255,255,255,1);
		content:"\201c";
		font-size:90px;
		position:absolute;
		top:20px; right:auto; bottom:auto; left:0;
	}
	#testimonials .content {
		font-size:22px;
		line-height:1.3;
	}
	#testimonials .author {
		font-size:16px;
	}
	#testimonials hr {
		border:none;
		visibility:hidden;
		display:none;
	}
	@media(max-width:767px){
		#testimonials {
			padding:50px 0;
		}
		#carousel-testimonial {
			padding:15px;
		}
		#carousel-testimonial .item {
			padding:0;
		}
		#carousel-testimonial .item:before,
		#carousel-testimonial .item:after {
			font-size:30px;
		}
		#testimonials .content {
			font-size:18px;
		}
	}

/* ----- Services ----- */
#services {
	padding:50px 0;
	text-align:left;
}
	#services .item {
		margin:20px 0;
	}
	#services i {
		background:#313131;
		border-radius:50%;
		color:#fff;
		display:block;
		float:left;
		font-size:21px;
		line-height:50px;
		text-align:center;
		width:50px;
		-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;
	}
	#services i:hover {
		background:#8fc044;
		/*color:inherit;*/
	}
	#services .title {
		display:table;
		margin-bottom:10px;
	}
	#services .title::after {
	  clear:both;
	}
	#services .title h4 {
		display:block;
		margin:14px 0 14px 60px;
	}
	#services .btn-custom {
		margin:20px auto;
	}

/* ----- Partners ----- */
#partners {
	background:#f7f7f7;
	max-height:165px;
	overflow:hidden;
	padding:40px 0;
}
	#partners .owl-theme .owl-controls {
  		margin:0;
	}
	@media(max-width:767px){
		#partners {
			max-height:;
		}
	}

/* ----- List Category ----- */
#list-category {
	background:#fff;
	padding:10px 0;
}
	#list-category figure {
		border:none;
		margin:15px 0;
		overflow:hidden;
		position:relative;
	}
	#list-category figure .overlay:hover:after {
		border-bottom:;
	}
	#list-category figcaption {
		padding:0;
		position:absolute;
		top:auto; right:aut; bottom:5px; left:5px;
		z-index:1;
	}
	#list-category figcaption h2 {
		color:#fff;
		margin:0;
		text-shadow:2px 2px 0px rgba(0,0,0,0.7);
	}
	#list-category .image {
		height:210px;
		overflow:hidden;
		position:relative;
	}
	#list-category .image.splash-1 {
		background:url(../img/luxury-min.jpg) center right;
		background-size:cover;
		height:450px;
	}
	#list-category .image.splash-2 {
		background:url(../img/new-developments-min.jpg) center center;
		background-size:cover;
	}
	#list-category .image.splash-3 {
		background:url(../img/bargain-min.jpg) center center;
		background-size:cover;
	}
	#list-category .image.splash-4 {
		background:url(../img/frontline-beach-min.jpg) center center;
		background-size:cover;
	}
	@media(max-width:991px){
		#list-category .image.splash-1 {
			height:200px;
		}
	}

/* ----- Listing Type ----- */
#list-type {
	background:#fff;
	padding:30px 0;
	text-align:center;
}
	#list-type figure {
		overflow:hidden;
		position:relative;
	}
	#list-type figure .img-wrapper {
	}
	#list-type .header {
		background:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
		background:;
		border:none;
		padding:5px 10px;
		width:auto;
		position:absolute;
		top:auto; right:0; bottom:0; left:0;
		z-index:1;
		/*-webkit-transform:translatey(-50%);
		   -moz-transform:translatey(-50%);
		    -ms-transform:translatey(-50%);
		     -o-transform:translatey(-50%);
		        transform:translatey(-50%);*/
	}
	#list-type h2 {
		color:#fff;
		font-weight:bold;
		margin:0;
		padding:15px 15px;
	}
	#list-type figure .overlay:after {
		background:rgba(0,0,0,0.2);
		content:'\a';
		display:block;
		position:absolute;
		top:0; left:0;
		width:100%; height:100%;
		opacity:1;
		-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;
	}
	#list-type figure .overlay:active:after,
	#list-type figure .overlay:focus:after,
	#list-type figure .overlay:hover:after {
		opacity:0;
	}
	#list-type figcaption {
		font-size:16px;
		padding:15px 25px 10px 25px;
		text-align:center;
		/*text-align:justify;*/
		z-index:;
	}


/* ----- Property Results ----- */
figure {
	background:rgba(255,255,255,1);
	border:1px solid rgba(0,0,0,0.1);
	font-size:;
	margin:15px 0;
	position:relative;
}
	figure .img-wrapper {
		border-bottom:3px solid #8fc044;
		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:active:after,
	figure .overlay:focus:after,
	figure .overlay:hover:after {
		opacity:1;
	}
	figure .img-responsive {
		min-height:100%!important;
		min-width:100%!important;
	}
	figure ul {
		list-style-type:none;
		padding-left:0;
	}
	figure .dspStatus {
		background:rgba(0,0,0,0.7);
		box-shadow:0 4px 0 rgba(0,0,0,0.2);
		color:#fff;
		display:table;
		font-family:Verdana, sans-serif;
		font-size:11px;
		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:3;
	}
	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:3;
	}
	figure .portfolio i {
		position:absolute;
		top:3px; right:-45px; bottom:auto; left:auto;
	}
	figure .price {
		background:#8fc044;
		color:#fff;
		font-size:;
		font-weight:600;
		padding:6px 15px 4px 15px;
		position:absolute;
		top:auto; right:0; bottom:0; left:auto;
		text-align:center;
		z-index:1;
	}
	figcaption {
		background:;
		color:;
		font-size:14px;
		padding:10px;
		position:;
		text-align:center;
		z-index:;
	}
	figcaption p {
		margin-bottom:10px;
	}
	figcaption .title a {
		color:;
		font-size:18px;
		text-transform:;
	}
	figcaption .title a:active,
	figcaption .title a:focus,
	figcaption .title a:hover {
	}
	figcaption .location {
		font-size:;
	}
	figcaption .price {
		font-size:;
		font-weight:;
		margin:;
	}
	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  {
		font-size:;
		padding-left:0;
		text-transform:;
	}
	figcaption ul.overview li {
	  	clear:both;
		display:inline-block;
		font-size:;
		padding:0 15px 0 0;
	}
	figcaption ul.icon li:before {
		content:'\f02e';
		display:inline;
		font-family:FontAwesome;
		font-size:18px;
	}
	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:5px;
		color:#fff;
		float:right;
		font-size:12px;
		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:active,
	figcaption a.btn-view-listing:focus,
	figcaption a.btn-view-listing:hover {
		background:;
	}

/* ----- 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;
		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;
		text-transform:none;
	}
	.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:2.8em;
		-webkit-line-clamp:2;
	}
}
@media(max-width:767px){
	.table-responsive {
		margin-bottom:0;
	}
	.list figcaption a.btn-view-listing {
		float:right;
	}	
	.list figcaption .abstract span {
		height:auto; 
		-webkit-line-clamp:5;
	}
}

/* ----- Portfolio ----- 
#portfolio figure .location {
	position:relative;
}

/* ----- 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;
		margin-bottom:5px;
		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;
	}

/* ----- Search Results Page ----- */
.sort > .btn-group > .btn.btn-default {
	background:#8fc044!important;
}
.sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width:170px!important;
}

/* ----- 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:rgba(0,0,0,0.7);
		box-shadow:0 4px 0 rgba(0, 0, 0, 0.2);
		color:#fff;
		display:table;
		font-family:Verdana, sans-serif;
		font-size:11px;
		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 #8fc044;
	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  {
		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-block;
		margin-right:0;
		padding:5px 10px 5px 0;
	}
	#listing .listing-overview ul.overview li:after {
		content:"\2219";
		padding-left:15px;
	}
	#listing .listing-overview ul.overview li:last-child:after {
	    content:"";
	}

	/* Side */
	#listing .price {
		background:#000;
		color:#fff;
		font-size:26px;
		font-weight:bold;
		line-height:1.2;
		text-align:center;
		padding:10px;
	}
	#listing table.overview {
		background:#fff;
		font-size:14px;
		margin:0;
		width:100%;
	}
	#listing table.overview tr {
		border-bottom:1px solid rgba(0,0,0,0);
	}
	#listing table.overview tr.last {
		border-bottom:none;
	}
	#listing table.overview td {
		padding:12px 20px;
	}
	#listing table.overview td.title {
		font-weight:bold;
		text-align:left;
		width:40%;
	}
	#listing table.overview td.data {
		text-align:right;
		width:60%;
	}
	#listing .listing-overview .price {
		background:#9e814c;
		color:#fff;
		display:block;
		font-size:26px;
		font-weight:bold;
		text-align:center;
		padding:5px;
	}
	#listing .enquire {
		background:#f3f3f3;
		border:none;
		margin:10px 0;
		padding:5px 15px;
	}
	#listing .icons {
		margin:20px 0;
	}
	#listing .icons .btn {
		background:#292929;
		font-size:22px;
		padding:7px 15px;
	}
	#listing .icons .btn:active,
	#listing .icons .btn:focus,
	#listing .icons .btn:hover {
		background:#111;
	}
		#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:#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:#8fc044;
		border:2px solid #8fc044;
		border-radius:5px;
		color:#fff;
		font-size:16px;
		margin:5px 0;
		padding:7px 15px;
		text-align:left;
	}
	#listing .buttons .btn-custom:active,
	#listing .buttons .btn-custom:focus,
	#listing .buttons .btn-custom:hover {
		background:#709933;
		border:2px solid #709933;
		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:#8fc044;
			border:none;
		}
		#listing .panel-default > .panel-heading {
			background:#8fc044;
			border:2px solid #8fc044;
			border-radius:0;
			color:#fff;
			padding:0;
			text-align:center;
			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:active,
		#listing .panel-default > .panel-heading:focus,
		#listing .panel-default > .panel-heading:hover {
			background:#709933;
			border:2px solid #709933;
		}
		#listing .panel-default > .panel-heading.enquiry {
			background:#8fc044;
			border-color:#8fc044;
			color:#fff;
		}
		#listing .panel-default > .panel-heading.enquiry:active,
		#listing .panel-default > .panel-heading.enquiry:focus,
		#listing .panel-default > .panel-heading.enquiry:hover {
			background:#709933;
			border-color:#709933;
		}
		#listing .panel-title {
			font-size:16px;
		}	
		#listing .panel-title > a {
			font-weight:normal;
		}
		#listing .panel-title > a:active,
		#listing .panel-title > a:focus,
		#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:#fff;
			border:1px solid rgba(0,0,0,0.1);
			padding:15px;
		}

/* Tabs */
#listing-tabs {
	margin-top:20px;
}
	#listing-tabs .nav-tabs {
		border-bottom:3px solid #8fc044;
		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:#8fc044;
		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:#8fc044;
		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 {
	}
	#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:#8fc044;
			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);
	}

/* ----- Forms ----- */
#accept {
	font-size:12px;
}
.radio,
.checkbox {
	margin-left:0;
}
.radio p,
.checkbox p {
	font-size:12px;
}
.radio-inline {
	padding-top:0!important;
}
label {
	font-weight:bold;
}
	label.legal {
		font-size:12px!important;
		line-height:20px;
		margin-top:0;
	}
.form-control {
	border:1px solid rgba(0,0,0,0.1);
  	border-radius:0;
  	box-shadow:none;
	height:auto;
	padding:;
	text-transform:;
}
.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:#f3f3f3;
	border:1px solid rgba(0,0,0,0.1);
	padding:30px;
}
.form-bg label {
	color:;
}
.form-bg a {
	color:;
}

/* ----- Search Form ----- */
#hero #search {
	background:none;
	padding:;
	position:absolute;
	top:auto; right:0; bottom:30px; left:0;
	z-index:2;
}
	#search {
		background:#f3f3f3;
		padding:15px 0 10px 0;
		position:relative;
		top:auto; right:0; bottom:0; left:0;
	}
	.search {
		background:;
		border:;
		padding:;
	}
	.search [class*='col-']:not(:first-child),
	.search [class*='col-']:not(:last-child) {
		padding-right:1px;
		padding-left:0px;
	}
	.search legend {
		color:#fff;
		border:none;
		font-size:24px;
		font-weight:normal;
		margin:10px 15px;
		width:auto;
	}
	.search label {
		color:#fff;
		font-size:14px;
		font-weight:normal;
		display:none;
		visibility:hidden;
	}
	.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-bottom:;
		border-radius:0;
		color:rgba(0,0,0,1);
		height:auto;
		margin-bottom:;
		padding:20px 10px;
	}
	#hero #search .search .btn,
	#hero #search .search .form-control {
		color:;
	}
	#hero #search .search .form-control {
		border-bottom:;
	}
	.search .btn:active,
	.search .btn:focus,
	.search .btn:hover {
		color:rgba(0,0,0,0.7);
	}
	.search .bs-select-all,
	.search .bs-deselect-all {
		background:#ddd;
		color:#222;
		padding:3px;
	}
	.search .bs-select-all:active,
	.search .bs-select-all:focus,
	.search .bs-select-all:hover,
	.search .bs-deselect-all:active,
	.search .bs-deselect-all:focus,
	.search .bs-deselect-all:hover {
		background:#ccc;
	}
	.search .btn-default.active:active,
	.search .btn-default.active:focus,
	.search .btn-default.active:hover,
	.search .open > .dropdown-toggle.btn-default:active,
	.search .open > .dropdown-toggle.btn-default:focus,
	.search .open > .dropdown-toggle.btn-default:hover {
	    background:rgba(255,255,255,0.2);
	    border-color:rgba(255,255,255,0.2);
	    color:#fff;
	}
	.search .bootstrap-select.btn-group .dropdown-toggle .filter-option,
	.search .form-control::-moz-placeholder {
		color:rgba(0,0,0,0.8);
		font-size:;
		text-transform:;
	}
	#hero #search .search .bootstrap-select.btn-group .dropdown-toggle .filter-option,
	#hero #search .search .form-control::-moz-placeholder {
		color:;
	}
	.search .multiselect-container > li.multiselect-group label {
		color:#666;
	}
	.search .multiselect {
		width:100%;
		margin-bottom:0;
	}
	.search .dropdown-header {
		color:;
		font-weight:;
	}
	.search .btn-default {
		color:;
	}
	.search .label-search {
		color:rgba(255,255,255,0);
	}
	.search .btn-search {
		background:#8fc044;
		border:1px solid #8fc044;
		color:#fff;
		padding:20px 10px;
		text-align:center!important;
		text-transform:;
	}
	.search .btn-search:active,
	.search .btn-search:focus,
	.search .btn-search:hover,
	.search-buttons .btn-search:active,
	.search-buttons .btn-search:focus,
	.search-buttons .btn-search:hover {
		background:#709933;
		color:#fff;
	}
	.search .btn-map {
		background:transparent;
		border:1px solid #8fc044;
		color:#8fc044;
		font-weight:bold;
		font-size:12px;
		line-height:24px;
		text-align:center!important;
		text-transform:uppercase;
	}
	.search .btn-map:active,
	.search .btn-map:focus,
	.search .btn-map:hover {
		background:#8fc044;
		color:#fff;
	}
	.search a {
		color:#8fc044;
		font-size:12px;
	}
	.search label.reset {
		display:inline;
	}
	.search a:active,
	.search a:focus,
	.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 {
		background:#f3f3f3;
		position:relative;
		bottom:auto;
	}
	.search .btn-search {
		margin-top:;
	}
}

/* ----- Contact Page ----- */
.google-maps {
	border:5px solid rgba(255,255,255,1);
	box-shadow:none!important;
	margin-bottom:30px!important;
	padding-bottom:53.5%!important;
}

/* ----- Weather ----- */
#weather {
	margin:15px 0!important;
}
#weather table {
    color:#fff!important;
    margin:10px auto!important;
}
#weather .temp {
	color:#fff!important;
}
@media (max-width:991px){
	#weather {
		margin:15px auto!important;
	}
}

/* ----- Blog ----- */
#cms figure {
}
	#cms figure .img-wrapper {
	}
	#cms figcaption {
		background:;
		color:;
		padding:5px 20px 20px 20px;
		position:relative;
		text-align:center;
		text-transform:none;
	}
	#cms ul.meta {
		border-bottom:1px solid rgba(0,0,0,0.1);
		border-top:1px solid rgba(0,0,0,0.1);
		display:block;
		display:-webkit-box;
		line-height:1.4;
		margin:10px 0;
		max-width:100%; height:1.8em;
		overflow:hidden;
		padding-left:0;
		position:relative;
		text-overflow:ellipsis;
		-webkit-line-clamp:1;
		-webkit-box-orient:vertical;
	}
	#cms ul.meta li {
		display:inline;
		font-size:11px;
		font-weight:normal;
	}
	#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 {
		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:#8fc044;
		border-radius:5px;
		color:#fff;
		font-size:12px;
		margin:15px auto;
		padding:5px 10px;
		position:relative;
		text-align:center;
	}
	#cms figcaption a.btn-view-more:active,
	#cms figcaption a.btn-view-more:focus,
	#cms figcaption a.btn-view-more:hover {
		opacity:0.8;
	}
	@media (max-width:991px){
		#cms figcaption h3
		#cms figcaption .abstract {
			height:auto;
			line-height:1.3;
		}
	}

/* Post */
 #cms .widget {
	display:block;
	margin-bottom:10px;
}
	#cms .widget h3 {
		border-bottom:2px solid #8fc044;
		margin:0;
		margin-bottom:5px;
		margin-top:5px;
		padding:10px 0;
	}
	#cms .widget a,
	#cms a.blogcategory {
		text-transform:capitalize;
	}
	#cms .widget .content {
		padding:5px 0;
	}
	#cms .widget ul {
		padding-left:0;
		position:relative;
	}
	#cms .widget ul li {
		border-bottom:1px solid rgba(0,0,0,0.05);
		display:block;
		line-height:1.3;
		padding:10px 0 10px 20px;
		position:relative;
	}
	#cms .widget ul li:before {
		content:"";
		display:block;
		float:left;
		font-family:FontAwesome;
		position:absolute;
		left: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;
		padding:10px 0;
	}
	#cms .widget ul.tag-cloud li:before {
		content:"";
		margin:0;
	}
	#cms .widget ul.tag-cloud li a.blogtag {
		background:;
		border:1px solid #8fc044;
		border-radius:0;
		display:inline-block;
		margin:2px;
		padding:4px 10px;
	}
	#cms .widget ul.tag-cloud li a.blogtag:active,
	#cms .widget ul.tag-cloud li a.blogtag:focus,
	#cms .widget ul.tag-cloud li a.blogtag:hover {
		opacity:0.7;
	}
	#cms .post {
		text-align:left;
	}
	#cms .post ul.meta {
		margin:20px 0;
		text-align:left;
	}
	#cms .post img {
		margin:15px 0;
	}
	#cms .post .item img {
		margin:0;
	}
	#cms .bio {
		font-size:13px;
		font-style:italic;
		font-weight:;
	}