@charset "utf-8";
/* CSS Document for Fairway Homes */
/* Author Alison Makin for QRES OD XML */
/* Author URI:http://quantum23.com */

/* ----- Global ----- */
.css-style {
	background:#f48b50; 	/* Main colour */
	background:#ff6600; 	/* Main colour hover */
	background:#000066; 	/* Display Status */
	background:#f4f4f4; 	/* Form bg */
	font-family:'Raleway', Verdana, sans-serif;
}
body {
	background:#fff;
	color:#666;
	font-family:'Raleway', Verdana, sans-serif;
	font-size:16px;
}
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;
}
/* 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 #f48b50;
	    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:#ff6600 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-color:#e6e6e6;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:0;
	text-align:left;
}
	.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 {
		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 {
		float:right;
	}
	.modal-body a:hover {
		color:#fff;
	}

/* ----- Dividors & Separators ----- */
hr {
	border-bottom:1px solid rgba(0,0,0,0.3);
	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:#444;
	font-weight:bold;
}
h1 	{font-size:32px;}
h2 	{font-size:28px;}
h3 	{font-size:24px;}
h4 	{font-size:20px;}
h5 	{font-size:18px;}
h6 	{font-size:16px; font-weight:bold;}
a 	{
	color:#f48b50;
	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:#ff6600;
	outline:0 none;
	text-decoration:none;
}

/* ----- Lists ----- */ 
ul.icon li:before {
	color:#f48b50;
}

ul.social {
	float:right;
	margin:7px 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:2px;
		color:rgba(0,0,0,0.1);
		display:inline-block;
		font-size:20px;
		height:20px; width:20px;
		line-height:20px;
		margin:0 4px;
		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:;
		color:#f48b50;
	}
	@media(max-width:991px){
		ul.social {
			float:none;
			padding-bottom:0;
		}
		ul.social li {
			margin-top:0;
		}
	}

ul.info {
	float:left;
	font-size:15px;
	margin:7px 0;
	padding-left:0;
}
	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;
			text-align:center;
		}
	}

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

/* ----- Navbar ----- */
#nav {
	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:#fff;
		border-top:none;
		margin-bottom:0;
		width:100%;
		z-index:5;
	}
	.navbar-right {
	}
	.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 > a {
		font-size:15px;
		padding:40px 15px 25px 15px;
		-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 {
		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:12px;
		padding-right:3px;
	}
	.navbar-default .navbar-nav > li > a.favourite {
		background:transparent;
		color:#f48b50;
	}
	.navbar-default .navbar-nav > li > a.favourite .fa {
		font-size:14px;
		font-weight:bold;
	}
	.navbar-default .navbar-nav > li > a.favourite:hover {
	}
	.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:transparent;
		color:#f48b50;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu {
		background:rgba(255,255,255,1);
		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:0;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li {
		border-bottom:1px solid rgba(0,0,0,0.1);
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li:first-child {
		padding-top:0;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li:last-child {
		border-bottom:none;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
		padding:10px 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:#f48b50;
	}
	.navbar-default .navbar-toggle {
		border:1px solid transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background:#f48b50;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color:transparent;
	}
	@media (max-width:1100px) {
		#nav {
		}
		.navbar {
			height:auto!important;
		}
		.navbar-default {
			background:#fff;
		}
		.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 {
			padding:5px 20px;
		}
		.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 {
			color:#f48b50;
		}
		.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:2px;
	-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:#f48b50;
		border:none;
		color:#fff;
		font-weight:bold;
	}
	.btn-custom:active,
	.btn-custom:focus,
	.btn-custom:hover,
	.open > .dropdown-toggle.btn-custom {
		background:#f48b50;
		color:#fff;
	}
	.btn-ghost {
		background-color:transparent;
		border:1px solid #f48b50;
		color:#f48b50;
		display:block;
		margin:20px 0;
		font-size:16px;
		white-space:normal;
	}
	.btn-ghost:active,
	.btn-ghost:focus,
	.btn-ghost:hover {
		background-color:#f48b50;
		border:1px solid #f48b50;
		color:#fff;
	}
	.btn-newsletter {
		background:#f48b50;
		color:#fff;
		height:38px;
	}
	.btn-newsletter:active,
	.btn-newsletter:focus,
	.btn-newsletter:hover {
		background:;
		color:;
	}

/* ----- Header ----- */
#topper {
	background:#fafafa;
	border-top:3px solid #f48b50;
	line-height:1;
	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:3;
}
	header#index {
		position:absolute;
		top:0; right:0; bottom:auto; left:0;
	}
	header .logo {
		margin:0;
		max-height:;
		padding:3px 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 .logo {
			margin:;
			max-height:70px;
		}
	}

/* ----- Footer ----- */
footer {
	background:#444;
	border-top:3px solid #f48b50;
	color:rgba(255,255,255,0.8);
	padding-top:20px;
	position:relative;
}
	footer a {
		color:rgba(255,255,255,1);
	}
	footer a:hover {
		color:rgba(255,255,255,0.7);
	}
	footer h4 {
		color:rgba(255,255,255,0.8);
	}
	footer ul {
		padding-left:0;
	}
	footer ul li {
		border-bottom:1px solid rgba(255,255,255,0.1);
		list-style:none;
		padding:8px 0 10px 0;
	}
	footer ul li:last-child {
		border-bottom:none;
	}
	footer ul li.last {
		border:none;
	}
	#footer-b {
		background:#f48b50;
		border-top:1px solid rgba(255,255,255,0.07);
		color:rgba(255,255,255,0.5);
		font-size:12px;
		margin-top:20px;
		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:"";
		}
	.btt {
		float:right;
		margin-top:10px;
		position:relative;
	}
	.btt a {
		display:inline-block;
		font-size:14px;
		margin:0 0 0 3px;
		text-align:center;
	}
	.btt a i {
	    background-color: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:hover {
	    background-color:rgba(0,0,0,0.3);
	    color:#fff;
	}
	@media (max-width:991px){
		footer {
			text-align:center;
		}
		footer h4 {
			margin-top:20px;
		}
		#footer-b {
			padding-bottom:40px;
		}
		.btt {
			float:none;
		}
	}

/* ----- Sections ----- */
#holding,
#intro,
#outro,
#services {
	padding:50px 0;
	position:relative;
	text-align:center;
}
#cms,
#contact,
#content,
#listing,
#portfolio,
#results,
#showcase {
	padding:20px 0 50px 0;
	position:relative;
}
	.page-header,
	.section-header-center {
		border-bottom:none;
		margin:30px 0;
		padding:0 0 15px 0;
		position:relative;
		text-align:center;
		text-transform:uppercase;
	}
	.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:-2px; left:-250px;
		width:500px;
	}
	.page-header:after,
	.section-header-center:after {
		background:#000066;
		content:"";
		display:block;
		height:3px;
		margin-left:50%;
		position:absolute;
		bottom:-1px; left:-25px;
		width:50px;
	}
	.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:before {
		background:rgba(0,0,0,0.1);
		content:"";
		display:block;
		height:1px;
		margin-left:0;
		position:absolute;
		bottom:-2px; left:;
		width:100%;
	}
	.section-header:after {
		background:#000066;
		content:"";
		display:block;
		height:3px;
		margin-left:;
		position:absolute;
		bottom:-1px; left:;
		width:50px;
	}
	#results .section-header-center {
		padding:0;
	}
	#results .section-header-center,
	#results .section-header-center:before,
	#results .section-header-center:after {
		background:none;
		border:none;
	}
	#results h1 {
		font-size:22px;
		text-transform:none;
	}
	#intro h3 {
		font-size:18px;
		font-weight:bold;
		letter-spacing:2px;
		text-transform:uppercase;
		margin:0 0 20px 0;
	}
	#intro .btn-custom {
		font-size:20px;
		margin:20px auto;
		padding:8px 25px;
	}

/* ----- Index Page ----- */
#hero {
	position:absolute;
	top:0;
}
	.ms-fullscreen-template {
		position:absolute;
	}
	.ms-caption {
		color:#fff;
		font-size:30px;
		max-width:60%;
	}
	.ms-caption a {
		color:#fff;
	}
#hero-int {
	position:relative;
}
	#hero-int .img-header {
		max-height:250px;
		overflow:hidden;
		position:relative;
		width:100%;
	}
	#hero-int .img-header img {
		min-width:100%;
	}
	
/* ----- Testimonials ----- */
#testimonials {
	background:url("../img/bg-testimonial.jpg") no-repeat center center;
	background-size:cover;
	height:auto;
	max-width:100%;
	padding:80px 0;
	text-align:center;
	position:relative;
}
	#testimonials::before {
		background:#f48b50;
		content:"";
		height:100%;
		opacity:0.8;
		position:absolute;
		top:0; left:0;
		width:100%;
	}
	#carousel-testimonial {
		background:;
		border:1px dashed rgba(255,255,255,0.7);
		margin:;
		padding:20px 40px;
	}
	#carousel-testimonial .item {
		background:;
		color:#fff;
		font-weight:;
		margin-top:20px;
		text-align:center;
		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:28px;
		line-height:1.3;
	}
	#testimonials .author {
		font-size:18px;
	}
	#testimonials hr {
		border:none;
	}

/* ----- Services ----- */
#services .caption {
	padding-bottom:35px;
}
#services i {
	background:#333;
	border-radius:50%;
	color:#fff;
	font-size:30px;
	height:80px; width:80px;
	margin:30px 0 15px 0;
	line-height:80px;
	text-align:center;
}
	#services .button {
		position:absolute;
		top:auto; right:15px; bottom:0; left:15px;	
	}
	#services .btn-custom {
		margin:0 auto;
	}

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

/* ----- Index page - listings types ----- */
#list-type {
	background:;
	padding:0;
}
	#list-type figure {
		border-bottom:none;
		overflow:hidden;
		position:relative;
	}
	#list-type	figure .img-wrapper {
		border-bottom:none;
		height:0;
		padding-top:62.5%;
		position:relative;
	}
	#list-type figcaption {
		background:rgba(255,255,255,0.7);
		border:none;
		padding:5px 10px;
		position:absolute;
		top:auto; right:0; bottom:0; left:0;
		text-align:left;
	}
	#list-type h2 {
		color:;
		font-family:;
		font-size:22px;
		margin:5px 0;
		text-align:center;
	}
	#list-type h3 {
		color:#fff;
		font-weight:300;
		font-size:20px;
		margin:5px 0;
		text-shadow:1px 1px 1px rgba(0,0,0,1);
	}
	#list-type .btn-ghost {
		border:2px solid rgba(255,255,255,0.5);
		color:#fff;
		font-size:18px;
		letter-spacing:1px;
		margin:10px 0;
		padding:10px 25px;
		text-transform:uppercase;
	}
	#list-type .btn-ghost:hover {
		background-color:#fff;
		border:2px solid #fff;
		color:#666;
	}

/* ----- Property Results ----- */
figure {
	background:rgba(255,255,255,1);
	border-bottom:3px solid #f48b50;
	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:#000066;
		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;
	}
	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:#f48b50;
		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 {
		padding:20px 0 10px 0;
	}
	figcaption p {
		margin-bottom:10px;
	}
	figcaption .title a {
		font-size:20px;
		font-weight:bold;
	}
	figcaption .title a:hover {
	}
	figcaption .price {
		font-weight:bold;
	}
	figcaption .location {
		float:left;
	}
	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;
	}
	figcaption ul.overview li {
	  	clear:both;
		display:inline-block;
		font-size:16px;
		padding:0 20px 0 0;
	}
	figcaption ul.icon li:before {
		color:#666;
		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;
		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;
	}

/* ----- Search Results Page ----- */
.sort > .btn-group > .btn.btn-default {
	background:#f48b50!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:#000066;
			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 #f48b50;
	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;
		margin:3px 5px;
	}

	/* Side */
	#listing .price {
		background:#000066;
		color:#fff;
		font-size:26px;
		font-weight:bold;
		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:bold;
		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:#f48b50;
		border:2px solid #f48b50;
		border-radius:0;
		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:#ff6600;
		border:2px solid #ff6600;
		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:#f48b50;
			border:none;
		}
		#listing .panel-default > .panel-heading {
			background:#f48b50;
			border:2px solid #f48b50;
			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:active,
		#listing .panel-default > .panel-heading:focus,
		#listing .panel-default > .panel-heading:hover {
			background:#ff6600;
			border:2px solid #ff6600;
		}
		#listing .panel-default > .panel-heading.enquiry {
			background:#f48b50;
			border-color:#f48b50;
			color:#fff;
		}
		#listing .panel-default > .panel-heading.enquiry:active,
		#listing .panel-default > .panel-heading.enquiry:focus,
		#listing .panel-default > .panel-heading.enquiry:hover {
			background:#ff6600;
			border-color:#ff6600;
		}
		#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:#f7f7f7;
			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 #f48b50;
		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:#f48b50;
		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:#f48b50;
		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:#f48b50;
			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;
}
.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:2px;
  	box-shadow:none;
	height:auto;
	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:;
}

/* ----- 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 #f48b50;
		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 {
		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: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-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:#f48b50;
		border:1px solid #f48b50;
		color:#fff;
		font-weight:bold;
		margin-top:26px;
		padding:10px 5px;
		text-align:center!important;
		text-transform:uppercase;
	}
	.search .btn-search:hover {
		background:#ff6600;
		color:;
	}
	.search .btn-map {
		background:transparent;
		border:1px solid #f48b50;
		color:#f48b50;
		font-weight:bold;
		font-size:12px;
		line-height:24px;
		text-align:center!important;
		text-transform:uppercase;
	}
	.search .btn-map:hover {
		background:#f48b50;
		color:#fff;
	}
	.search a {
		color:#f48b50;
		font-size:12px;
	}
	.search label.reset {
		display:inline;
	}
	.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:;
	}
}

/* ----- 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;
}

/* ----- Blog ----- */
#cms figure {
}
	#cms figure .img-wrapper {
		padding-top:65%;
	}
	#cms figcaption {
		padding:5px 20px 20px 20px;
		text-align:center;
	}
	#cms figcaption h3 {
		font-size:20px;
		margin:5px 0;
	}
	#cms figcaption h3 span {
		display:block;
		display:-webkit-box;
		line-height:1.4;
		max-width:100%; height:2.8em;
		overflow:hidden;
		position:relative;
		text-overflow:ellipsis;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
	}
	#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;
		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 {
		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:#f48b50;
		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 {
		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 #f48b50;
		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 #f48b50;
		border-radius:0;
		display:inline-block;
		margin:2px;
		padding:4px 10px;
	}
	#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 .bio {
		font-size:13px;
		font-style:italic;
		font-weight:bold;
	}