@import url(https://fonts.googleapis.com/css?family=Open Sans:400,500,700);

a {
  color: #f8f8f8;
}
body {
	font-family: "Open Sans", Arial !important;
	background-color: #ffffff;
}
header {
	width: 100%;
	float: left;
	background:#fff;
	/*background:url('../img/header.png') bottom repeat-x;
  height: 130px;  
  position: fixed;*/
  position: relative;
	z-index: 1000;
}
.header-menu-search-block {
	height:136px;
}
.header-menu-search-filter-block {
	height:180px;
}
@media (max-width: 1181px) and (min-width: 200px) {
.header-menu-search-block {
height:120px;
}
}
#content.alternate-bg {
	background-color: #ffffff;
}
#logo-container {
	padding: 16px 0px 50px;;
}
/*search bar*/
.topNavScrollerAnchor {
	height: 0;
	margin: 0;
	padding: 0;
}
.topNavScroller {
	z-index: 1150;
}
#headerNav {
	width: 100%;
}
@media (max-width: 767px) and (min-width: 200px) {
}
.searchbar .nav {
	color:#333333;
	padding:5px;
	text-align:left;
	
}

.about-slider {
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
}
form {
	margin:0
}
.searchbar.navbar-inverse .navbar-inner {
	background-color: #FFF;
*background-color:#111;
	background-image:-moz-linear-gradient(top, #555, #000);
	/* background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#000)); */
	/* background-image:-webkit-linear-gradient(top, #555, #000); */
	background-image:-o-linear-gradient(top, #555, #000);
	/* background-image:linear-gradient(to bottom, #555, #000); */
	background-repeat:repeat-x;
	border: none;
}
.searchbar.navbar-inverse .navbar-inner2 {
	background-color:#ddd;
*background-color:#ddd;
	background-image:-moz-linear-gradient(top, #ddd, #fff, #ddd);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ddd), to(#fff), to(#ddd));
	background-image:-webkit-linear-gradient(top, #ddd, #fff, #ddd);
	background-image:-o-linear-gradient(top, #ddd, #fff, #ddd);
	background-image:linear-gradient(to bottom, #ddd, #fff, #ddd);
	background-repeat:repeat-x;
	border: none;
}
.searchbar.navbar-inverse .navbar-inner2 h2 {
	font-size:30px;
}
.searchbar.navbar-fixed-top .navbar-inner, .searchbar.navbar-static-top .navbar-inner {
	box-shadow: none;
}
.searchbar.navbar .nav > li {
	text-shadow: none;
	color: #333333;
	text-transform:uppercase;
	
	
	line-height:15px;
	max-width:260px;
}
.searchbar.navbar .navbar-inner2 .nav > li {
	text-shadow: none;
	color: #666;
	text-transform:uppercase;
	
	line-height:50px;
	font-size:16px;
}
.searchbar.navbar .navbar-inner2 .nav > li.last {
	margin-right:0;
}
.searchbar.navbar .navbar-inner2 .nav > li > select {
	margin-bottom:0;
	width:100%;
	min-width:230px;
	background:#fff;
	border-color:#ddd;
	color:#333333;
	height:45px;
	font-size:16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.searchbar.navbar .nav label {
	margin-left: 0px;
	margin-right: 2px;
}
.searchbar.navbar .nav select {
	margin-bottom:0;
	width:100%;
	min-width:175px;
	background:#FFF;
	color:#000;
	height:35px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.searchbar.navbar .nav .btn-black {
	background:#000;
	color:#FFFFFF;
	text-transform:none;
	height: 35px;
	margin-top: 0;
	width:100%;
	border-radius:0px;
	border:#FFFFFF;
}
.nav [class*="span"] {
 margin-left: 20px;
}
 @media (max-width: 1440px) and (min-width: 200px) {
.searchbar.navbar .nav .span3 {
 box-sizing: border-box;
 display: block;
 float: none;
 margin-left: 0;
 width:100%;
 margin:10px 0;
}
 .searchbar.navbar .nav .span4 {
 box-sizing: border-box;
 display: block;
 float: none;
 margin-left: 0;
 width:100%;
 margin:10px 0;
}
.searchbar.navbar .nav .span2 {
 box-sizing: border-box;
 display: block;
 float: none;
 margin-left: 0;
 width:100%;
 margin:10px 0;
}
}
input[type="radio"], input[type="checkbox"] {
	margin:0 10px;
}
.searchbar.navbar .nav > li > select {
	margin-bottom:0;
	width:100%;
	min-width:175px;
	background:#111;
	border-color:#777;
	color:#eee;
	height:35px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
@media (min-width: 1200px) {
.searchbar.navbar .nav > li > select {
min-width:252px;
}
}
.searchbar.navbar .nav > li > input {
	margin:0 5px;
}
.searchbar.navbar .nav > li > button {
	margin-top:0;
	height:35px;
	border:solid 1px #777;
}
.searchbar.navbar .nav > li > a {
	/*border-right: 1px solid #ffffff;*/
	text-shadow: none;
	color: #ddd;
	text-transform:uppercase;
}
.searchbar.navbar .nav > li > a:hover {
	background: #333;
}
.searchbar.navbar .nav > .active > a, .searchbar.navbar-inverse .nav > li.dropdown.active > a.dropdown-toggle, .searchbar.navbar-inverse .nav > li.dropdown.active.open > a.dropdown-toggle, .searchbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .searchbar.navbar-inverse .nav .active > a:hover, .searchbar.navbar-inverse .nav .active > a:focus {
	background: #333;
	color: #fff;
	box-shadow: none;
}

/*filter bar*/
@media (max-width: 767px) and (min-width: 200px) {
.filterbar {
padding:0 10px;
}
}
.filterbar .nav {
	color:#666666;
	padding:3px 10px;
	text-align:left;
}
.filterbar.navbar-inverse .navbar-inner {
	background-color:#f5f5f5;
*background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
	background-image:-webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image:-o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image:linear-gradient(to bottom, #ffffff, #f5f5f5);
	background-repeat:repeat-x;
	border: none;
}
.filterbar.navbar-fixed-top .navbar-inner, .filterbar.navbar-static-top .navbar-inner {
	box-shadow: none;
}
.filterbar.navbar .nav ul {
	list-style:none;
}
.filterbar.navbar .nav li {
	text-shadow: none;
	color: #666666;
	text-transform:uppercase;
	margin:10px;
}
.filterbar.navbar .nav > li > select {
	margin-bottom:0;
	width:100%;
}
.filterbar.navbar .nav > li > input {
	margin:0 5px;
}
.filterbar.navbar .nav > li > button {
	margin-top:0;
}
.filterbar.navbar .nav > li > a {
	/*border-right: 1px solid #ffffff;*/
	text-shadow: none;
	color: #444444;
	text-transform:uppercase;
}
.filterbar.navbar .nav > li > a:hover {
	background: #cccccc;
}
.filterbar.navbar .nav > .active > a, .filterbar.navbar-inverse .nav > li.dropdown.active > a.dropdown-toggle, .filterbar.navbar-inverse .nav > li.dropdown.active.open > a.dropdown-toggle, .filterbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .filterbar.navbar-inverse .nav .active > a:hover, .filterbar.navbar-inverse .nav .active > a:focus {
	background: #333;
	color: #fff;
	box-shadow: none;
}
.filterbar .span2, .filterbar .span3, .filterbar .span4, .filterbar .span5 {
	padding:1px;
}
.filterbar .text-line {
	padding-right:5px;
	text-transform: uppercase;
	font-weight:bold;
	color:#555;
}
.filterbar p.result {
	line-height:40px;
	margin-bottom:0;
	text-transform: uppercase;
}
.filterbar .span4 {
	width:340px;
}
 @media (max-width: 979px) and (min-width: 768px) {
 .featured-items .span9 {
width:450px;
}
 .featured-items .span3 {
width: 252px;
}
 .span3.featured-item-wrapper {
width:215px;
}
 .nav {
	margin-left:0px;
}
 .filterbar .span3, .filterbar .span4, .filterbar .span5 {
clear:both;
display:block;
width:100%;
}
.featured-items {
	padding-top: 0px;
}
}
@media(max-width:1199px) and (min-width: 980px) {
 .featured-items .span9 {
width:665px;
}
 .featured-items .span3 {
width: 252px;
}
 .span3.featured-item-wrapper {
width:207px !important;
}
 .nav .span2 {
width:112px;
}
 .filterbar .span3 {
width:220px;
}
 .filterbar .span5 {
width:320px;
}
 .filterbar .span4 {
width:270px;
}
 .filterbar .span4.sort {
width:320px;
}
}
@media (min-width: 1200px) {
#search_forms > .row {
margin-left:0px !important;
}
}
.map iframe {
	height: 300px;
	width: 100%;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
.more-info {
	padding: 0;
	margin: 0;
	list-style: none;
}
.more-info > li {
	border-bottom: 1px solid #E9E9E9;
	padding: 5px 0;
}
.more-info .info-label {
	font-weight: bold;
	color: #363636;
}
.more-info .qty {
	font-weight: normal;
}
/*.btn-black { 
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #ffffff;
text-align: center;
text-shadow: none;
vertical-align: middle;
cursor: pointer;
background-color: #333333;
background-image: -moz-linear-gradient(top,#777777,#000000);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#777777),to(#000000));
background-image: -webkit-linear-gradient(top,#777777,#000000);
background-image: -o-linear-gradient(top,#777777,#000000);
background-image: linear-gradient(to bottom,#777777,#000000);
background-repeat: repeat-x;
border: none;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}*/

.btn-black {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#ffffff;
*background-color:#E54D4D;
	background-image:-moz-linear-gradient(top, #777, #222);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#777), to(#222));
	background-image:-webkit-linear-gradient(top, #EC1D1D, #5E0909);
	background-image:-o-linear-gradient(top, #000, #222);
	background-image:black;
	background-repeat:repeat-x;
	border-color:black;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .btn-black.disabled, .btn-black[disabled] {
	color:#fff;
	background-color:#222222;
*background-color:#000000;
}
.btn-black:active, .btn-black.active {
	background-color:#333333;
}
/*btn grey*/
.btn-grey {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#555;
*background-color:#555;
	background-image:-moz-linear-gradient(top, #999, #333);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#333));
	background-image:-webkit-linear-gradient(top, #999, #333);
	background-image:-o-linear-gradient(top, #999, #333);
	background-image:linear-gradient(to bottom, #999, #333);
	background-repeat:repeat-x;
	border-color:#999 #999 #999;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .btn-grey.disabled, .btn-grey[disabled] {
	color:#fff;
	background-color:#222222;
*background-color:#000000;
}
.btn-grey:active, .btn-black.active {
	background-color:#333333 \9
}
/*btn white Sharp Corners*/
.btn-white-sharp {
	display: inline-block;
	text-transform:uppercase;
	padding: 4px 5px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f1f1f1;
	background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
	background-image: -o-linear-gradient(top, #fff, #f1f1f1);
	background-image: linear-gradient(to bottom, #fff, #f1f1f1);
	background-repeat: repeat-x;
	border: solid 1px #555;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow:none;
}
.btn-white-sharp:hover, .btn-white-sharp:focus, .btn-white-sharp:active, .btn-white-sharp.active, .btn-white-sharp.disabled, .btn-white-sharp[disabled] {
	color:#fff;
	background-color:#555 !important;
*background-color:#555 !important;
	background:#555;
	text-shadow:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-white-sharp:active, .btn-white-sharp.active {
	background-color:#222222 \9
}
/*btn black Sharp Corners*/
.btn-black-sharp {
	display: inline-block;
	text-transform:uppercase;
	padding: 4px 5px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	background-color: #222;
	background-image: -moz-linear-gradient(top, #666, #000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#000));
	background-image: -webkit-linear-gradient(top, #666, #000);
	background-image: -o-linear-gradient(top, #666, #000);
	background-image: linear-gradient(to bottom, #666, #000);
	background-repeat: repeat-x;
	border: solid 1px #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow:none;
}
.btn-black-sharp:hover, .btn-black-sharp:focus, .btn-black-sharp:active, .btn-black-sharp.active, .btn-black-sharp.disabled, .btn-black-sharp[disabled] {
	color:#fff;
	background-color:#555 !important;
*background-color:#555 !important;
	background:#555;
	text-shadow:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-black-sharp:active, .btn-black-sharp.active {
	background-color:#222222 \9
}
.btn-offer {
	padding-left:5px !important;
	padding-right:5px !important;
	background:#e5e5e5;
	border: solid 1px #ddd;
	cursor:auto;
}
.btn-offer:hover {
	background:#e5e5e5 !important;
}
.btn-plus, .btn-plus:hover {
	background:url(../img/icon_plus.jpg) left center no-repeat;
	padding-left:32px !important;
}
.icon-plus {
	font-size:20px;
	line-height:14px;
	float:left;
	margin-top:2px;
	margin-right:1px;
}
.icon-plus2 {
	font-size:20px;
	line-height:14px;
	float:left;
	margin-top:2px;
	margin-right:1px;
}
.btn.small {
	font-size:11px;
	padding:2px 10px;
}
.featured-item .btn {
	margin-right:3px;
}
.widget.filterbox {
	background: #f5f5f5;
	padding: 8px;
	width: 95%;
}
.result-title {
	margin-bottom: 5px;
	border: solid 1px #e5e5e5;
	padding: 10px;
	margin-top: 0;
}
.result-title-suburb {
	margin-bottom: 15px;
	padding: 5px 15px;
	margin-top: 0;
	border: solid 1px #e5e5e5;
	color: #999;
}
.result-item-title {
	padding: 5px;
	background: #f8f8f8;
}
.widget.venueleftgreybox {
	background:#f9f9f9;
}
.widget.venueleftgreybox .widget-title {
	background:#f1f1f1;
}
.widget.venueleftgreybox .widget-content .inner {
	padding:3px 8px !important;
}
.widget.venueleftgreybox h5 {
	margin:5px 0;
}
.widget.venueleftgreybox p, .widget.venuerightbox p {
	font-size:14px;
	line-height:18px;
	margin-bottom:2px;
}
.widget.venueleftgreybox hr {
	margin:10px 0;
}
.widget.venueleftgreybox li {
	list-style-image: url('../img/list-style1.png');
	list-style-position:inside;
}
.widget .widget-section .inner ul li h5 {
	margin:0;
}
.customlist li {
	list-style: none;
	padding-left: 12px;
	float:left;
	width:46%;
	background: url(../img/list-style1.png) left 6px no-repeat;
	line-height:25px;
}
.customlist.homelist li a {
	color:#333;
}
.customlist.homelist li.alllink {
	background:none;
	padding:0;
	clear:both;
	float:left;
	margin-top:10px;
}
.customlist.homelist li.alllink a {
	color:#000;
}
/* Michael Custom css END */




/* copy from Realto  css START */
.navbar-inverse .navbar-inner {
	background: #fff;
	border: none;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	box-shadow: none;/*background-image:-moz-linear-gradient(top,#fff,#f5f5f5);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f5f5f5));
background-image:-webkit-linear-gradient(top,#fff,#f5f5f5);
background-image:-o-linear-gradient(top,#fff,#f5f5f5);
background-image:linear-gradient(to bottom,#fff,#f5f5f5);
background-repeat:repeat-x;*/
}
.navbar.sitetop .nav {
	padding:30px 0;
}
.navbar .nav > li > a {
	/*border-right: 1px solid #ffffff;*/
	text-shadow: none;
	color: #000;
    text-transform: capitalize;
    font-size: 15px;
	line-height: 20px;
	padding: 20px 10px;
}
.navbar .nav > li > a:hover {
	background: black;
}
.navbar .nav > .active > a, .navbar-inverse .nav > li.dropdown.active > a.dropdown-toggle, .navbar-inverse .nav > li.dropdown.active.open > a.dropdown-toggle, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	background: #f1f1f1;
	color: #555;
	box-shadow: none;
	font-weight: normal;
}
.navbar .nav > .advertiser a {
	background: #fce919;
	color: #666;
	font-weight:bold;
	-webkit-border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0px;
	-moz-background-clip: padding;
	border-radius: 0px;
}
.navbar .nav > .advertiser a:hover {
	background: #fff220;
	color:#666;
}
.navbar .nav > .logo > a {
	background:#fff;
	padding:2px;
}
.navbar .nav > .logo > a:hover {
	background:#fff;
}
.navbar .nav .logo img {
	width:250px;
}
/* copy from Realto  css END */





h1 {
	font-size:72px;
	line-height:48px
}
h2 {
	font-size:20px;
	line-height:24px
}
h3 {
    font-size: 16px;
	line-height: 22px;
    font-weight: bold;
}
h4 {
		font-size: 14px;
    line-height: 0;
    font-weight: 900;
    color: #000000;
}
h5 {
	font-size:15px;
	line-height:18px
}
h6 {
	font-size:12px;
	line-height:14px
}
:focus {
	outline: none;
}
ul {
	margin: 0;
	padding: 0;
}
figure {
	margin: 0;
	padding: 0;
}
h2 {
/*font-size: 20px;
  text-transform: uppercase;
  line-height: 16px;
  color: #333;*/
}
p {
	color: #333333;
  line-height: 22px;
  font-weight: 300;
	font-size: 14px;
}
nav ul {
	display: inline-block;
	list-style: none;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], textarea {
	padding: 5px 0px 5px 10px;
    background-color: #FFF;
    font-weight: 300;
    font-family: "Open Sans", Arial !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: none;
    margin: 2px;
    height: 30px;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, textarea:focus {
	background-color:  white;
	outline:none;
}
input[type='text']:invalid, input[type='password']:invalid, input[type='email']:invalid, input[type='tel']:invalid, textarea:invalid {
 background-color:  white;
 color: #363636;
 border-color: lightgray;
}
.tooltip.bottom .tooltip-arrow {
	right: 20px;
	left: auto !important;
}
.tooltip-inner {
	padding: 15px 23px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
}
.top-form h2 {
	color: white;
	font-size: 15px;
}
.top-form p {
	font-weight: 300;
	color: white;
}
.top-form address {
	color: white;
	font-weight: 300 !important;
}
.top-form address strong {
	font-weight: bold !important;
}
.top-form input[type='text'], .top-form input[type='password'], .top-form input[type='email'], .top-form textarea {
	padding: 10px 15px;
	border-color: #325a95;
}
.top-form input[type='text']::-webkit-input-placeholder, .top-form input[type='password']::-webkit-input-placeholder, .top-form input[type='email']::-webkit-input-placeholder, .top-form textarea::-webkit-input-placeholder {
 color: #555;
}
.top-form input[type='text']:-moz-placeholder, .top-form input[type='password']:-moz-placeholder, .top-form input[type='email']:-moz-placeholder, .top-form textarea:-moz-placeholder {
 color: #555;
}
.top-form input[type='text']::-moz-placeholder, .top-form input[type='password']::-moz-placeholder, .top-form input[type='email']::-moz-placeholder, .top-form textarea::-moz-placeholder {
 color: #555;
}
.top-form input[type='text']:-ms-input-placeholder, .top-form input[type='password']:-ms-input-placeholder, .top-form input[type='email']:-ms-input-placeholder, .top-form textarea:-ms-input-placeholder {
 color: #555;
}
.top-form input[type='text'], .top-form input[type='password'], .top-form input[type='email'] {
	height: 40px;
}
.top-form .btn-primary {
	background-color: #2b5188;
	background-image: none;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0px;
	-moz-background-clip: padding;
	border-radius: 0px;
	background-clip: padding-box;
	padding: 10px 20px;
	float: right;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: none;
	text-transform: uppercase;
	font-family: "Open Sans", Arial !important;
}
#hidden-header {
	width: 100%;
	float: left;
	height: 408px;
	border-bottom: solid 1px #FFF;
	margin-top: -409px;
}
#hidden-header .profile-form {
	padding-top: 90px;
	display: none;
}
#hidden-header .contact-form {
	padding-top: 40px;
	display: none;
}
header .logo a {
	display: inline-block;
}
#homepage-slider {
	background-color: #fff;
	/*height: 275px;
	margin-top: -1px;
	margin-bottom: -46px;*/
	height: 500px;
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
}
#homepage-slider .container {
	position: relative;
	height: 500px;
	/*height: 236px;*/
  width:100%;
}
#homepage-slider ul {
	list-style: none;
}
#homepage-slider ul li {
	position: relative;
	height: 500px;/*height: 236px;*/
}
#homepage-slider .controls {
	position: absolute;
	bottom: 30px;
	left: 680px;
	z-index: 200;
}
#homepage-slider .controls a {
	width: 34px;
	height: 34px;
	background-image: url('../img/slider-controls.png');
	text-indent: -9999px;
	text-transform: capitalize;
	float: left;
	margin-right: 5px;
}
#homepage-slider .controls a.next {
	background-position: -34px 0;
}
#homepage-slider .controls a.next:hover {
	background-position: -34px -34px;
}
#homepage-slider .controls a.prev {
	background-position: 0px 0;
}
#homepage-slider .controls a.prev:hover {
	background-position: 0px -34px;
}
#homepage-slider .text-box {
	margin-left: 0;
	margin-top: 315px;
	background: #555;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px 15px 5px 20px;
	float:left;
}
#homepage-slider .text-box h1 a {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	color: white;
	text-decoration:none;
}
#homepage-slider .text-box .title a {
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-decoration:none;
	margin:0;
}
#homepage-slider .text-box p {
	color: white;
	font-size: 15px;
	margin:0;
}
#homepage-slider .description {
	position: absolute;
	bottom: 15px;
	right: 0;
	background-color: #09101b;
	text-align: center;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
}
#homepage-slider .description .left {
	float: left;
	width: 200px;
}
#homepage-slider .description .right {
	width: 100px;
	float: left;
	border-left: solid 1px #222832;
	padding: 15px 0;
}
#homepage-slider .description .title {
	float: left;
	width: 100%;
	border-bottom: solid 1px #222832;
	padding: 2px 0;
}
#homepage-slider .description .title .big {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#homepage-slider .description .title .small {
	color: #b5b7ba;
	font-size: 13px;
	font-weight: 300;
}
#homepage-slider .description .rooms {
	float: left;
	width: 100%;
	color: #b5b7ba;
	font-size: 13px;
	font-weight: 300;
	padding: 2px 0;
}
#homepage-slider .description .price {
	color: white;
}
#homepage-slider .description .price .number {
	font-size: 21px;
	font-weight: bold;
}
#homepage-slider .description .price .rate {
	font-size: 13px;
}
#homepage-slider .bg-image {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	z-index: 0;
	vertical-align:center;/*height: 100%;*/
}
#homepage-slider .slider-wrapper {
	width: 100%;
	height: 500px;
	/*height: 275px;*/
  position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#homepage-slider .controls-wrapper {
	width: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#homepage-slider .homepage-slider {
	width: 100%;
	height: 500px;
	/*height: 275px;*/
  overflow-y: hidden;
}
#homepage-slider ul li {
	height: 500px;
}
#page-title {
	background-color: #000;
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: 0px;
}
#page-title.small-height {
	margin-bottom: 20px;
	height: 145px;
}
#page-title h1 {
	color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 0px;
}
#page-title p {
	color: #333;
	font-size: 15px;
}
#main {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
#main .content-bubble {
	background-image: url('../img/content-bubble.png');
	width: 15px;
	height: 11px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
}
#content {
	width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    border-top: solid 0px #c3c5c9;
}
#content.alternate-bg:after {
	/*background-image: url('../img/content-bubble.png');*/
  width: 15px;
	height: 11px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
	content: "";
	z-index: 3;
}
footer {
	width: 100% !important;
	float: left;
	background-color: #FFF;
	border-top: solid 0px #c3c5c9;
	padding: 10px 0 0px;
	position: relative;
	
}
footer .footer-bubble {
	/*background-image: url('../img/footer-bubble.png');*/
  width: 15px;
	height: 11px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
}
footer h2 {
	color:#999999;
	font-size:18px;
}
footer p {
	color:#bbbbbb;
}
footer a {
	color:#ffffff !Important;
}
footer a:hover {
	color:#ffffff !Important;
	text-decoraton:underline;
}
footer li {
	list-style:none;
	padding-left:15px;
	background:url(../img/list-style1.png) left 6px no-repeat;
}
footer input.subscribetext {
	color:#ffffff !important;
	height:14px !important;
	box-shadow:none !important;
	background-color:#222222;
	width:60%;
}
@media (min-width: 768px) and (max-width: 979px) {
footer input.subscribetext {
width:40%;
}
}
@media (max-width:480px) {
footer input.subscribetext {
width:100%;
}
h1 {
	font-size:72px;
}
footer .blog-widget li {
	padding-left:0 !important;
	background:none !important;
	margin: 0 10px 10px 0;
}
#sub-footer {
  background-color: #FFFFFF;
  width: 100%;
  float: left;
  border-top: solid 0px #c3c5c9;
  padding: 20px 0;
}
#sub-footer .logo a {
	display: inline-block;
}
#sub-footer .logo a {
	float: left;
	margin-top: 10px;
}
#sub-footer .copyright {
	color: #a7a7a7;
	text-align: center;
	margin-top: 15px;
}
#sub-footer .social-icons {
	float: center;
	margin-top: 10px;
}
#sub-footer .social-icons a {
	width: 33px;
	height: 32px;
	display: inline-block;
	text-indent: -9999px;
	text-transform: capitalize;
	margin-left: 8px;
	background-image: url('../img/social-icons.png');
}
#sub-footer .social-icons a.be {
	background-position: 0 0;
}
#sub-footer .social-icons a.star {
	background-position: -40px 0;
}
#sub-footer .social-icons a.pinterest {
	background-position: -80px 0;
}
#sub-footer .social-icons a.facebook {
	background-position: -120px 0;
}
#sub-footer .social-icons a.twitter {
	background-position: -159px 0;
}
.header-buttons {
	float: right;
	border-right: solid 1px #6395de;
}
.header-buttons a {
	width: 49px;
	height: 49px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-transform: capitalize;
	border-bottom: solid 1px transparent;
	border-left: solid 1px #6395de;
	border-right: solid 1px #2e5289;
}
.header-buttons a:hover {
	background-color: #4071bc;
	border-left: solid 1px transparent;
}
.header-buttons a.add {
	border-left: solid 1px transparent;
	background-image: url('../img/header-add.png');
}
.header-buttons a.add:hover {
	border-left: solid 1px #2e5289;
}
.header-buttons a.contact {
	background-image: url('../img/header-contact.png');
}
.header-buttons a.profile {
	background-image: url('../img/header-profile.png');
}
.header-buttons a.closed {
	border-top: solid 1px #4073bd;
	border-bottom: solid 1px #6395de;
	margin-top: -1px;
	position: relative;
	z-index: 300;
	background-color: #4073bd !important;
	border-left: solid 1px transparent;
	background-image: url('../img/header-close.png') !important;
}
.main-nav {
	text-align: center;
}
.main-nav > ul > li {
	position: relative;
	float: left;
}
.main-nav > ul > li.active a {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.main-nav > ul > li > a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 14px 15px;
	display: inline-block;
	color: white;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}
.main-nav > ul > li > a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.main-nav > ul > li:hover a {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.main-nav > ul > li:hover > .dropdown-menu {
	display: block;
}
.main-nav > ul > li > .dropdown-menu {
	top: 90%;
	text-align: left;
	-webkit-border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0px;
	-moz-background-clip: padding;
	border-radius: 0px;
	background-clip: padding-box;
}
.main-nav > ul > li > .dropdown-menu li a {
	padding: 10px 10px;
	color: #5a5a5a;
	font-weight: 300;
}
.main-nav > ul > li > .dropdown-menu li a:hover {
	background: none;
	background-color: #efefef;
}
.main-nav > ul > li > .dropdown-menu .dropdown-submenu > a:after {
	border-color: transparent transparent transparent #414141;
}
.main-nav > ul > li > .dropdown-menu .dropdown-submenu:hover > a {
	background: none;
	background-color: #efefef;
}
.main-nav > ul > li > .dropdown-menu .dropdown-submenu:hover > a:after {
	border-color: transparent transparent transparent #a1a1a1;
}
.main-nav > ul > li > .dropdown-menu:before {
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	left: 20px;
	position: absolute;
	top: -7px;
}
.main-nav > ul > li > .dropdown-menu:after {
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	left: 21px;
	position: absolute;
	top: -6px;
}
.tab-finder .nav-tabs {
	float: left;
	width: 100%;
	margin-bottom: 0;
	border-bottom-color: #c3c5c9;
}
.tab-finder .nav-tabs > .active > a {
	border: 1px solid #c3c5c9;
	border-bottom: solid 2px white;
	border-left: 0px solid transparent;
	background-color: white;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
}
.tab-finder .nav-tabs > .active > a:hover {
	background-color: white;
}
.tab-finder .nav-tabs > li {
	margin-bottom: -2px;
}
.tab-finder .nav-tabs > li.first-tab > a {
	-webkit-border-radius: 0px 0 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0px 0 0 0;
	-moz-background-clip: padding;
	border-radius: 0px 0 0 0;
	background-clip: padding-box;
	border-left: 1px solid #c3c5c9;
}
.tab-finder .nav-tabs > li.last-tab > a {
	-webkit-border-radius: 0 4px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 4px 0 0;
	-moz-background-clip: padding;
	border-radius: 0 4px 0 0;
	background-clip: padding-box;
}
.tab-finder .nav-tabs > li > a {
	margin-right: 0px;
	background-color: #e2e2e2;
	border: 1px solid #c3c5c9;
	border-left: 0px solid transparent;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	color: #b8b8b8;
	font-size: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.tab-finder .nav-tabs > li > a:hover {
	background-color: #efefef;
	color: #a1a1a1;
}
.tab-finder .nav-tabs li {
	width: 33%;
	float: left;
	text-align: center;
	text-transform: uppercase;
}
.tab-finder .tab-content {
	float: left;
	width: 100%;
	background-color: white;
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 4px 4px;
	-moz-background-clip: padding;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
	overflow: visible;
}
.tab-finder .tab-content .inner {
	padding: 30px 40px 20px;
	border: solid 1px #c3c5c9;
	border-top: none;
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 4px 4px;
	-moz-background-clip: padding;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}
.tab-finder .tab-content form {
	display: inline-block;
}
.tab-finder .tab-content form input {
	font-family: "Open Sans", Arial !important;
}
.tab-finder .tab-content form .filter-option {
	font-family: "Open Sans", Arial !important;
}
.tab-finder .tab-content form .search-string {
	width: 628px;
	margin-right: 15px;
}
.tab-finder .tab-content form .search-year {
	width: 125px;
}
.tab-finder .tab-content form .search-select {
	width: 130px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.tab-finder .tab-content form .search-price {
	width: 100px;
	margin-right: 15px;
	margin-bottom: 0;
}
.tab-finder .tab-content form .search-price.no-margin {
	margin-right: 0;
}
.tab-finder .tab-content form .line-divider {
	width: 12px;
	text-align: center;
	height: 50px;
	display: inline-block;
	color: #c3c5c9;
	font-weight: 300;
}
.tab-finder .tab-content form .btn {
	width: 238px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Open Sans", Arial !important;
}
.tab-finder .tab-content form .btn.search-property {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 0px;
	background-clip: padding-box;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQ3OWNhIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
	background-image: -moz-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -webkit-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -o-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: linear-gradient(0deg, #4c86e0 0%, #4479ca 100%);
	border-color: #4176c6;
	font-size: 16px;
}
.tab-finder .tab-content form .btn.search-property:hover {
	background-image: none;
	background-color: #4479ca;
}
.bootstrap-select .caret {
	background: url('../img/up_down.png') no-repeat;
	border: none;
	height: 20px;
	width: 15px;
	margin-top: 0px;
}
.bootstrap-select .btn {
	background-image: none;
	background-color: #000;
	border: solid 1px #666;
	font-weight: 300 !important;
	text-transform: capitalize !important;
}
.bootstrap-select .dropdown-menu {
	overflow-y: visible !important;
	text-align: right;
	min-width: 90px !important;
	right: 0;
	left: auto;
	top: 120%;
}
.bootstrap-select .dropdown-menu > li > a {
	padding: 3px 10px;
	color: #5a5a5a;
	font-weight: 300;
}
.bootstrap-select .dropdown-menu > li > a:hover {
	background: none;
	background-color: #efefef;
}
.bootstrap-select .dropdown-menu:before {
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	right: 9px;
	position: absolute;
	top: -7px;
}
.bootstrap-select .dropdown-menu:after {
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	right: 10px;
	position: absolute;
	top: -6px;
}
.featured-items {
	padding-bottom: 20px;
  padding-top: 80px;
}
.featured-items .controls {
	float: right;
	margin-right: 0px;
	margin-top: -22px;
}
.featured-items .controls a {
	width: 16px;
	height: 16px;
	float: left;
	background-image: url('../img/testimonial-controls.png');
	text-indent: -9999px;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-left: 5px;
}
.featured-items .controls a:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.featured-items .controls a.prev {
	background-position: 0px 0px;
}
.featured-items .controls a.next {
	background-position: -20px 0px;
}
.featured-items .featured-items-slider {
	width: 100%;
	float: left;
}
.featured-items .featured-items-slider .slides {
	list-style: none;
	float: left;
	width: 100%;
	min-height: 270px;
}
.featured-items .featured-item {
	-webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 0px 10px #d0d2d5;
    -moz-box-shadow: 0px 0px 10px #d0d2d5;
     box-shadow: 0px 0px 10px #ffffff;
    color: 0px 0px 10px #d0d2d5;
}}
.featured-items .featured-item:hover h3 a {
	color: #444;
}
.featured-items .featured-item:hover .top:before {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.featured-items .featured-item:hover .top:after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.featured-items .featured-item .bubble {
	width: 14px;
	height: 9px;
	background-image: url('../img/bubble.png');
	position: absolute;
	bottom: -8px;
	right: 20px;
	display: none;
}
.featured-items .featured-item .top {
	background-color: white;
    position: relative;
    -webkit-border-radius: 4px 4px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px 4px 0 0;
    -moz-background-clip: padding;
    border-radius: 4px 4px 0 0;
    background-clip: padding-box;
}
.featured-items .featured-item .top .inner-border {
	-webkit-border-radius: 4px 4px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px 4px 0 0;
	-moz-background-clip: padding;
	border-radius: 4px 4px 0 0;
	background-clip: padding-box;
	text-align:center;
}
/*.featured-items .featured-item .top:before {
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  right: 20px;
  position: absolute;
  bottom: -6px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.featured-items .featured-item .top:after {
  border-top: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  right: 21px;
  position: absolute;
  bottom: -5px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}*/
.featured-items .featured-item .bottom {
	background-color: #efefef;
	text-align: center;
	display: none;
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 4px 4px;
	-moz-background-clip: padding;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}
.featured-items .featured-item .bottom .inner-border {
	border-top: none;
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 4px 4px;
	-moz-background-clip: padding;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}
.featured-items .featured-item .bottom .inner-padding {
	padding-bottom: 0px;
}
.featured-items .featured-item .bottom p {
	color: #a9a9a9;
}
.featured-items .featured-item .inner-border {
	border: solid 0px #c3c5c9;
}
.featured-items .featured-item .inner-padding {
    padding: 0px;
}
.featured-items .featured-item figure {
	margin-left: -1px;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    border: solid 0px #c3c5c9;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 0px 10px #ffffff;
    -moz-box-shadow: inset 0px 0px 10px #ffffff;
    box-shadow: inset 0px 0px 10px #ffffff;
    color: inset 0px 0px 10px #333333;
    position: relative;
}
.featured-items .featured-item figure:hover .figure-hover {
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.featured-items .featured-item figure:hover .banner {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.featured-items .featured-item figure .banner {
	/*background:url(../img/icon_offer.png) no-repeat;*/
  background-color: #fce919;
	padding: 3px 10px;
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
	font-size: 12px;
	font-weight: 400;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.featured-items .featured-item figure .figure-hover {
	width: 100%;
    height: 100%;
    background: url('../img/figure-zoom.png') no-repeat center center;
    background-color: black;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-indent: -9999px;
}
.featured-items .featured-item figure img {
	width: 100%;
	height: auto;
}
.featured-items .featured-item h3 {
	color: #222222;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 20px;
	margin: 0;
}
.featured-items .featured-item h3 a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #414141;
	text-decoration: none;
}
.featured-items .featured-item p {
	font-size: 14px;
	margin-bottom:4px;
}
.featured-items .featured-item.featured-list .titlebar {
	background:#eee;
	padding:10px;
}
.featured-items .featured-item.featured-list .contentbar {
	background:#ffffff;
	padding:10px;
}
.featured-items .featured-item.featured-list h3 a {
	font-size:17px;
	line-height:22px;
}
.featured-items .featured-item.featured-list p {
	font-size:14px;
	line-height:20px;
	margin:0;
}
.featured-items .featured-item.featured-list p.tagline {
	margin:10px 0;
	padding-left:8px;
	background:url(../img/list-style1.png) left 6px no-repeat;
}
.featured-items .featured-item.featured-list .more-detail {
	float:left;
	color: #666;
	margin:10px 20px 18px 0;
	font-size:12px;
	line-height:16px;
}
.featured-items .featured-item.featured-list .more-detail span {
	font-weight:bold;
}
.featured-items .featured-item.featured-list .action {
	clear:both;
	display:block;
}
.featured-items .featured-item.featured-list {
	margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dedede;
    padding: 0px;
}
.featured-items .featured-item.featured-list figure {
    width: 47%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.featured-items .featured-item.featured-list .right {
	width: 45%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
}
.featured-items .featured-item.featured-list .description p {
	color: #414141;
	font-size: 13px;
}
.featured-items .featured-item.featured-list .top:after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.featured-items .featured-item.featured-list .top:before {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.featured-items .featured-item.featured-list .bottom {
	display: block;
}
.featured-items .featured-item.featured-list .price-wrapper {
	position: absolute;
	top: 6px;
	right: 0px;
}
.featured-items .featured-item.featured-list .bottom .inner-padding {
	height: 30px;
}
.featured-items .featured-item.featured-list .bottom p {
	float: left;
}
.featured-items .featured-item.featured-list .bottom .star-rating {
	float: right;
}
.featured-items .featured-item-wrapper {
	margin-bottom: 100px;
}
.featured-items .featured-item-wrapper {
	min-height: 240px;
}
.slides li {
	display: none;
}
.property-box.another {
	margin:10px 0;
}
.property-box .inner {
	padding:0px;
}
.property-box {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	/*border: solid 1px #c3c5c9;*/
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	margin-bottom:20px;
    overflow: hidden;
}
.property-box .left {
	width: 71%;
	float: left;
}
.property-box .left figure {
	margin-left: -1px;
	margin-bottom: 10px;
	width: 100%;
	min-height: 220px;
	border: solid 1px #c3c5c9;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 10px #d0d2d5;
	-moz-box-shadow: inset 0px 0px 10px #d0d2d5;
	box-shadow: inset 0px 0px 10px #d0d2d5;
	color: inset 0px 0px 10px #d0d2d5;
	position: relative;
	float: left;
}
.property-box .left figure .banner {
	background-color: #333333;
	padding: 3px 10px;
	position: absolute;
	right: 0;
	top: 0;
	color: white;
	font-size: 12px;
	font-weight: 300;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.property-box .left figure img {
	width: 100%;
	height: auto;
}
.property-box .right {
	width: 25%;
	margin-right: 4%;
	/*margin-left:5px;*/
  float: left;
}
.property-box .row {
	margin-left: 0px;
}
.property-box .top {
  padding:0 20px 0 0px;
	background-color: white;
	position: relative;
	-webkit-border-radius: 4px 4px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px 4px 0 0;
	-moz-background-clip: padding;
	border-radius: 4px 4px 0 0;
	background-clip: padding-box;
}
/*.property-box .top:before {
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  right: 20px;
  position: absolute;
  bottom: -7px;
}
.property-box .top:after {
  border-top: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  right: 21px;
  position: absolute;
  bottom: -6px;
}*/
.property-box .bottom {
	background-color: #efefef;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
}
.property-box .bottom .inner {
	padding: 10px 20px;
}
.property-box .bottom p {
	float: left;
	color: #b3b3b3;
	font-size: 13px;
	margin-bottom: 0;
}
.property-box .bottom .update-box p {
	color: #414141;
}
.property-box .bottom .star-rating {
	margin-left: 10px;
	margin-top: 2px;
}
.property-box h3 {
	font-size: 14px;
	color: #212121;
	margin-top: 0;
	line-height: 20px;
}
.property-box h3 span {
	font-weight: 300;
	color: #a1a1a1;
}
.property-box .gallery, .property-box .gallery2 {
	width: 100%;
}
.property-box .gallery .line, .property-box .gallery2 .line {
	float: left;
	width: 100%;
}
.property-box .gallery .line figure {
	width: 46%;
	float: left;
	margin-left: 8%;
	background-color: #edeeef;
	margin-bottom: 8%;
}
.property-box .gallery2 .line figure {
	width: 11%;
	float: left;
	margin-left: 1%;
	background-color: #edeeef;
	margin-bottom: 3%;
	min-height: 40px;
}
.property-box .gallery .line figure a, .property-box .gallery2 .line figure a {
	display: inline-block;
	width: 100%;
}
.property-box .gallery .line figure img, .property-box .gallery2 .line figure img {
	width: 100%;
	height: auto;
}
.property-box .gallery .line figure:first-child, .property-box .gallery2 .line figure:first-child {
	margin-left: 0;
}
.property-box .gallery .more {
	color: #cccccc;
	width: 100%;
	border: solid 3px #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
}
.property-box .title-line {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.property-box .title-line h2 {
	color: #414141;
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
	margin: 0;
	text-transform:capitalize;
}
.property-box .title-line p {
	color: #7a7a7a;
	font-size: 13px;
	display: inline-block;
	font-weight: 300;
}
.property-box .title-line .price {
	color: #414141;
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
}
.property-box .description {
	color: #414141;
	font-size: 13px;
	width: 100%;
	float: left;
	margin-bottom:15px;
}
.property-box .description p {
	line-height:24px;
}
.property-box table {
	width: 100%;
	float: left;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	background-color: #f9f9f9;
	color: #414141;
	font-weight: 300;
}
.property-box table td {
	padding: 10px;
}
.property-box ul {
	color: #333333;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
  padding-left: 10px;
}
.property-box ul.more-info.pull-left {
	padding-left:0;
}
.property-box ul a {
	color: #4a83db;
}
.property-box ul.custom-list {
	list-style-image: url('../img/list-style1.png');
}
.property-box ul.custom-list-double {
	list-style-image: url('../img/list-style2.png');
}
.property-box ul.checklist {
	padding-left:5px;
	font-size:13px;
	font-weight:bold;
}
.property-box ul.checklist li {
	line-height:30px;
	width:160px;
	list-style:none;
	float:left;
	color:#0372d0;
}
.property-box ul.checklist li.tick {
	padding-left:30px;
	background: url(../img/tickbox1.jpg) left 3px no-repeat;
}
.property-box ul.checklist li.empty {
	padding-left:30px;
	background: url(../img/tickbox2.jpg) left 3px no-repeat;
}
.pagination {
	text-align: center;
}
.pagination ul {
	display: inline-block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: none;
}
.pagination ul li {
	margin: 0 5px;
	display: inline-block;
}
.pagination ul li a {
	/*border: solid 1px #c3c5c9;*/
  border:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
	color: #5a5a5a;
	font-weight: 300;
}
.pagination ul li a:hover {
	background-color: #edeeef;
}
.pagination ul li.active a {
	color: #000;
	font-weight:bold;/*border-color: #999999;
  background-color: #333333;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQ3OWNhIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
  background-image: -webkit-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
  background-image: -o-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
  background-image: linear-gradient(0deg, #4c86e0 0%, #4479ca 100%);*/
}
.pagination ul li.first-element a {
	color: #5a5a5a;
	border: none;
	background-color: transparent;
}
.pagination ul li.first-element a:before {
	display: block;
	float: left;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-left: -10px;
	border-color: transparent;
	border-right-color: #5a5a5a;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	content: " ";
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pagination ul li.first-element a:hover {
	color: #4a83db;
}
.pagination ul li.first-element a:hover:before {
	border-right-color: #4a83db;
}
.pagination ul li.last-element a {
	border: none;
	color: #5a5a5a;
	background-color: transparent;
}
.pagination ul li.last-element a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
	border-color: transparent;
	border-left-color: #5a5a5a;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pagination ul li.last-element a:hover {
	color: #4a83db;
}
.pagination ul li.last-element a:hover:after {
	border-left-color: #4a83db;
}
.testimonial-box .flex-viewport {
	float: left;
	clear: both;
	width: 100%;
}
.testimonial-box .controls {
	float: right;
	margin-right: 12px;
	margin-top: -22px;
}
.testimonial-box .controls a {
	width: 16px;
	height: 16px;
	float: left;
	background-image: url('../img/testimonial-controls.png');
	text-indent: -9999px;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-left: 5px;
}
.testimonial-box .controls a:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.testimonial-box .controls a.prev {
	background-position: 0px 0px;
}
.testimonial-box .controls a.next {
	background-position: -20px 0px;
}
.testimonial-box .slides {
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
	margin-top: 10px;
}
.testimonial-box .slide-box {
	float: left;
}
.testimonial-box .slide-box .text-box {
	background-color: white;
	border: solid 1px #c3c5c9;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	position: relative;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 -1px 4px #c3c5c9;
	-moz-box-shadow: 0 -1px 4px #c3c5c9;
	box-shadow: 0 -1px 4px #c3c5c9;
	color: 0 -1px 4px #c3c5c9;
	margin: 0 10px 10px 5px;
}
.testimonial-box .slide-box .text-box .inner {
	padding: 10px;
}
.testimonial-box .slide-box .text-box .bubble {
	width: 14px;
	height: 9px;
	background-image: url('../img/bubble.png');
	position: absolute;
	bottom: -9px;
	right: 20px;
}
.testimonial-box .slide-box .author-box {
	float: left;
	width: 100%;
}
.testimonial-box .slide-box .author-box figure {
	width: 55px;
	height: 55px;
	-webkit-border-radius: 100px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 100px;
	-moz-background-clip: padding;
	border-radius: 100px;
	background-clip: padding-box;
	background-color: #c3c5c9;
	float: right;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
}
.testimonial-box .slide-box .author-box figure img {
	width: 100%;
	height: auto;
}
.testimonial-box .slide-box .author-box .texts {
	float: right;
	text-align: right;
	margin-top: 7px;
}
.testimonial-box .slide-box .author-box .texts .name {
	font-weight: bold;
	color: #414141;
}
.testimonial-box .slide-box .author-box .texts .position {
	color: #b3b3b3;
	font-size: 13px;
	font-weight: 300;
}
.blog-style article {
	margin-bottom: 20px;
}
.blog-style article .text-box {
	margin-left: 70px;
}
.blog-style article .text-box h3 {
	color: #414141;
	font-size: 16px;
	line-height: 17px;
	margin: 0;
}
.blog-style article .text-box h3 a {
	color: #414141;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.blog-style article .text-box h3 a:hover {
	color: #4a83db;
}
.blog-style article .text-box .author {
	font-size: 13px;
	color: #9d9d9d;
	font-weight: 300;
	margin-bottom: 7px;
	display: block;
}
.date-box {
	float: left;
	border: solid 1px #c3c5c9;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	width: 60px;
	text-align: center;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px #d0d2d5;
	-moz-box-shadow: 0px 0px 5px #d0d2d5;
	box-shadow: 0px 0px 5px #d0d2d5;
	color: 0px 0px 5px #d0d2d5;
}
.date-box .day {
	background-color: white;
	float: left;
	width: 100%;
	color: #414141;
	font-size: 21px;
	-webkit-border-radius: 4px 4px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px 4px 0 0;
	-moz-background-clip: padding;
	border-radius: 4px 4px 0 0;
	background-clip: padding-box;
	font-weight: bold;
	padding: 7px 0;
	border-bottom: solid 1px #c3c5c9;
}
.date-box .month {
	background-color: #efefef;
	color: #757575;
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 4px 4px;
	-moz-background-clip: padding;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
	padding: 3px 0;
	font-size: 13px;
	font-weight: 300;
}
.read-more {
	color: #4a83db;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
.read-more:hover {
	color: #245db5;
}
.price-wrapper {
	float: right;
	margin-top: 5px;
}
.price-wrapper .price {
	font-size: 18px;
	line-height: 19px;
	display: inline-block;
	color: #414141;
	font-weight: bold;
}
.price-wrapper .rate {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 11px;
	color: #414141;
	font-weight: 300;
}
.star-rating {
	float: left;
	margin-top: 5px;
}
.star-rating .star {
	width: 16px;
	hieght: 16px;
	background-image: url('../img/stars.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	text-transform: capitalize;
	border: none;
	background-color: transparent;
}
.star-rating .star.active {
	background-position: -16px 0;
}
.star-rating .star.blue {
	background-position: -32px 0;
}
.widget {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	border: solid 1px #e5e5e5;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.widget .widget-title {
	float: left;
	background-color: #FFFFFF;
	width: 100%;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px 4px 4px 4px;
	-moz-background-clip: padding;
	border-radius: 4px 4px 4px 4px;
	background-clip: padding-box;
	/*border-bottom: solid 1px #c3c5c9;*/
  margin-bottom:3px;
}
.widget .widget-title.uppercase h2 {
	text-transform: uppercase;
}
.widget .widget-title .inner {
	padding: 0 12px;
}
.widget .widget-title h2 {
	color: #414141;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
}
.widget .widget-list {
	width: 100%;
	float: left;
	padding: 5px 0;
}
.widget .widget-list li {
	width: 100%;
}
.widget .widget-list li a {
	padding: 5px 20px;
	color: #4a83db;
	text-decoration: none;
	display: block;
	font-weight: 300;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.widget .widget-list li a:hover {
	/*background-color: #f6f7f8;*/
  color: #000;
	text-decoration:underline;
}
.widget .widget-list li.website {
	list-style-image: url('../img/icon_web.png');
	list-style-position:inside;
}
.widget .widget-list li.addvenue {
	list-style-image: url('../img/icon_addvenue.png');
	list-style-position:inside;
}
.widget .widget-list li.addthis {
	list-style-image: url('../img/icon_addthis.png');
	list-style-position:inside;
}
.widget .widget-list li {
	list-style-image: url('../img/list-style1.png');
	list-style-position:inside;
}
.widget .widget-content {
	/*background-color: white;*/
  float: left;
	width: 100%;
	position: relative;
}
.widget .widget-content.top-arrow:before {
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	right: 29px;
	position: absolute;
	top: -7px;
}
.widget .widget-content.top-arrow:after {
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	right: 30px;
	position: absolute;
	top: -6px;
}
.widget .widget-content .inner {
	padding: 10px 20px;
}
.widget .widget-content form {
	margin: 0;
}
.widget .widget-section {
	float: left;
	width: 100%;/*border-bottom: solid 1px #dedede;*/
}
.widget .widget-section .inner {
	padding: 0px 12px;
	color:#bbbbbb;
}
.widget .widget-section input[type="checkbox"] {
	margin-top:0;
}
.widget .widget-section .inner p {
	font-size:13px;
	line-height:18px;
	margin-bottom:5px;
}
.widget .widget-section .inner ul {
	/*padding-left: 20px;*/
  padding-left: 0;
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}
.widget .widget-section .inner ul li {
	line-height:22px;
	list-style-image: url('../img/list-style1.png');
}
.widget .widget-section .inner ul li.website {
	list-style-image: url('../img/icon_web.png');
	list-style-position:inside;
}
.widget .widget-section .inner ul li.addvenue {
	list-style-image: url('../img/icon_addvenue.png');
	list-style-position:inside;
}
.widget .widget-section .inner ul li.addthis {
	list-style-image: url('../img/icon_addthis.png');
	list-style-position:inside;
}
.widget .widget-section .inner ul a {
	color: #4a83db;
}
.widget .widget-section .inner ul.custom-list {
	list-style-image: url('../img/list-style1.png');
}
.widget .widget-section .inner ul.custom-list-double {
	list-style-image: url('../img/list-style2.png');
}
.widget .widget-section .inner textarea {
	min-height:75px;
}
.widget .widget-section .slider.slider-horizontal {
	width: 100% !important;
}
.widget .widget-section.first-half {
	width: 50%;
}
.widget .widget-section.first-half .inner {
	/*padding: 15px 10px 15px 20px;*/
  padding: 3px 12px;
}
.widget .widget-section.second-half {
	width: 50%;
}
.widget .widget-section.second-half .inner {
	/*padding: 15px 20px 15px 10px;*/
  padding: 3px 12px;
}
.widget .widget-buttons {
	float: left;
	width: 100%;
	text-align: center;
}
.widget .widget-buttons .inner {
	padding: 0px 20px 15px;
}
.widget .widget-buttons .more-options {
	color: #a5a5a5;
	font-size: 12px;
	text-decoration: none;
	background-color: #efefef;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 4px 4px;
	-moz-background-clip: padding;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}
.widget .widget-buttons .btn {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQ3OWNhIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);*/
  background-color: -moz-linear-gradient(90deg, #ff4c73 0%, #ff4c73 100%);
	background-image: -webkit-linear-gradient(90deg, #ff4c73 0%, #ff4c73 100%);
	background-image: -o-linear-gradient(90deg, #ff4c73 0%, #ff4c73 100%);
	background-image: linear-gradient(0deg, #555555 0%, #555555 100%);
	margin-top: 15px;
	border-color: #333333;
}
.widget .widget-buttons .btn:hover {
	background-image: none;
	background-color: #ff4c73;
}
.widget .widget-buttons .btn:focus {
	background-image: none;
	background-color: #333333;
}
.widget input[type='text'] {
	padding: 5px 10px 5px;
  height: 40px;
  background-color: #fcfcfc;
  color: darkgray;
}
.widget input[type='email'] {
    padding: 5px 10px 5px;
    height: 40px;
    background-color: #fcfcfc;
    color: darkgray;
}
.widget .measure-type {
	position: absolute;
	right: 30px;
	bottom: 33px;
	color: #b9b9b9;
	font-size: 14px;
	font-weight: 300;
}
.widget .bootstrap-select {
	margin-top: 0;
	width: 100%;
}
.widget .bootstrap-select .btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}
.widget span {
	font-family: "Open Sans", Arial !important;
}
.widget label {
	color: #b9b9b9;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 1px;
}
.widget .slider-selection {
	background-color: #4a83db;
	background-image: none;
}
.widget .slider-track {
	border: solid 1px #c3c5c9;
	background-color: #efefef;
	background-image: none;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
	height: 12px !important;
}
.widget .slider-handle {
	background-color: white;
	background-image: url('../img/slider-handle.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	border: solid 1px #c3c5c9;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
}
.widget .slider-handle:hover {
	background-color: #edeeef;
}
.top-bar {
	-webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    color: #a1a1a1;
    border-radius: 4px;
    border: solid 1px #dedede;
    box-shadow: 0 0 10px #ffffff;
}
.top-bar strong {
	color: #414141;
}
.top-bar .text-line {
	margin-right: 5px;
}
.top-bar .bar-title {
	width: 100%;
    float: left;
    background-color: #ffffff;
    border-bottom: solid 0px #dedede;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 4px 4px 0 0;
}
.top-bar .inner {
	padding: 0px 20px;
}
.top-bar .custom-margin {
	margin: 10px 0;
}
.top-bar .bootstrap-select.btn-group {
	margin: 0;
}
.top-bar .bootstrap-select .btn {
	font-family: "Open Sans", Arial !important;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* sort type options */
.sort-type ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	/*border: solid 1px #c3c5c9;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;*/
  background-clip: padding-box;
	overflow: hidden;
	vertical-align: middle;
}
.sort-type ul li {
	float: left;
}
.sort-type ul li a {
	float: left;
	color:#666666;
	padding:10px 12px;
	text-transform: uppercase;
	border-right: solid 1px #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	text-decoration:none;
}
.sort-type ul li a:hover {
	background-color: #ddd;
}
.sort-type ul li.active a {
	background-color: #e5e5e5;
}
.sort-type ul li.last-element a {
	border-right: none;
}
.top-bar .view-type, .view-type {
/*margin-top: 12px;*/
}
.top-bar .view-type ul, .view-type ul {
	list-style: none;
    display: inline-block;
    margin: 0;
    border: solid 1px #c3c5c9;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    overflow: hidden;
    vertical-align: middle;
}
.top-bar .view-type ul li, .view-type ul li {
	float: left;
}
.top-bar .view-type ul li a, .view-type ul li a {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    float: left;
    text-transform: capitalize;
    border-right: solid 1px #c3c5c9;
    background-position: center center;
    background-repeat: no-repeat;
}
.top-bar .view-type ul li a:hover, .view-type ul li a:hover {
	background-color: #ccc;
}
.top-bar .view-type ul li a.grid, .view-type ul li a.grid {
	background-image: url('../img/selector-list.png');
}
.view-type ul li a.list, .top-bar .view-type ul li a.list {
	background-image: url('../img/selector-grid.png');
}
.view-type ul li a.location, .top-bar .view-type ul li a.location {
	background-image: url('../img/selector-location.png');
}
.view-type ul li.active a, .top-bar .view-type ul li.active a {
	background-color: #000000;
}
.view-type ul li.active a.grid, .top-bar .view-type ul li.active a.grid {
	background-image: url('../img/selector-list.png');
}
.view-type ul li.active a.list, .top-bar .view-type ul li.active a.list {
	background-image: url('../img/selector-grid.png');
}
.view-type ul li.active a.location, .top-bar .view-type ul li.active a.location {
	background-image: url('../img/selector-location.png');
}
.view-type ul li.last-element a, .top-bar .view-type ul li.last-element a {
	border-right: none;
}
.top-bar .results-per-page ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.top-bar .results-per-page ul li {
	float: left;
}
.top-bar .results-per-page ul li a {
	padding: 5px 10px;
	font-weight: bold;
	color: #414141;
	text-decoration: none;
}
.top-bar .results-per-page ul li a:hover {
	color: #4a83db;
}
.top-bar .results-per-page ul li.active a {
	color: #4a83db;
}
.top-bar .bar-bottom {
	width: 100%;
	float: left;
	background-color: #eeeeee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
#contact-form {
	float: left;
	width: 100%;
	background-color:#fff;
	border-top: solid 1px #c3c5c9;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
#contact-form:after {
	background-image: url('../img/content-bubble.png');
	width: 15px;
	height: 11px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
	content: "";
	z-index: 3;
}
.contact-box {
	border: solid 1px #c3c5c9;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	display: inline-block;
}
.contact-box .title-bar {
	width: 100%;
	float: left;
	-webkit-border-radius: 4px 4px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px 4px 0 0;
	-moz-background-clip: padding;
	border-radius: 4px 4px 0 0;
	background-clip: padding-box;
	background-color: #edeeef;
	border-bottom: solid 1px #c3c5c9;
}
.contact-box .title-bar .inner {
	padding: 15px 20px;
}
.contact-box .title-bar h2 {
	color: #414141;
	font-size: 18px;
	text-transform: none;
	margin: 0;
}
.contact-box .title-bar p {
	color: #747575;
	font-size: 13px;
	margin: 4px 0 0;
}
.contact-box .contact-box-content {
	width: 100%;
	float: left;
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 4px 4px;
	-moz-background-clip: padding;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
	background-color: white;
}
.contact-box .contact-box-content .inner {
	padding: 10px 20px;
}
.contact-box .contact-box-content .half {
	width: 48%;
	display: inline-block;
	float: left;
}
.contact-box .contact-box-content .half.first-half {
	margin-right: 4%;
}
.contact-box .contact-box-content input[type='text'], .contact-box .contact-box-content input[type='password'], .contact-box .contact-box-content input[type='email'], .contact-box .contact-box-content input[type='tel'] {
	height: 40px;
	display: inline-block;
	padding: 5px 10px;
}
.contact-box .contact-box-content textarea {
	padding: 5px 10px;
}
.contact-box .contact-box-content input[type='submit'].btn {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQ3OWNhIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
	background-image: -moz-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -webkit-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -o-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: linear-gradient(0deg, #4c86e0 0%, #4479ca 100%);
	margin-top: 20px;
	border-color: #4176c6;
	margin-bottom: 10px;
	font-family: "Open Sans", Arial !important;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.contact-box .contact-box-content input[type='submit'].btn:hover {
	background-image: none;
	background-color: #4479ca;
}
.contact-box .contact-box-content label {
	font-size: 12px;
	color: #b9b9b9;
	font-weight: 300;
	text-transform: uppercase;
}
.contact-box .contact-box-content label.checkbox {
	text-transform: none;
	font-size: 13px;
	color: #5a5a5a;
}
.custom-multiple-select-filters {
	width: 100%;
	float: left;
	margin-bottom: 4px;
}
.custom-multiple-select-filters span {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	color: #a1a1a1;
	font-size: 13px;
}
.custom-multiple-select-filters ul {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
.custom-multiple-select-filters ul li {
	float: left;
	color: #414141;
}
.custom-multiple-select-filters ul li.active a {
	color: #4a83db;
}
.custom-multiple-select-filters ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #414141;
	padding: 3px 6px;
	text-decoration: none;
}
.custom-multiple-select-filters ul li a:hover {
	color: #ffffff;
}
.custom-multiple-select-filters ul li a.active {
	color: #4a83db;
}
.custom-multiple-select {
	border: solid 1px #c3c5c9;
	background-color: #f9f9f9;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	height: 400px;
}
.custom-multiple-select .mCSB_container {
	margin-right: 6px;
}
.custom-multiple-select .mCSB_scrollTools {
	width: 7px;
}
.custom-multiple-select .mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
}
.custom-multiple-select select {
	display: none;
}
.custom-multiple-select ul {
	list-style: none;
	width: 100%;
	float: left;
}
.custom-multiple-select ul li {
	float: left;
	width: 100%;
	cursor: pointer;
}
.custom-multiple-select ul li:after {
	background-image: url('../img/ok-grey.png');
	width: 17px;
	height: 13px;
	float: right;
	content: ' ';
	margin-right: 15px;
	margin-top: -37px;
}
.custom-multiple-select ul li .inner-list {
	padding: 10px 20px;
}
.custom-multiple-select ul li span {
	color: #727272;
	font-weight: 300;
	font-size: 13px;
}
.custom-multiple-select ul li strong {
	color: #727272;
	font-size: 13px;
}
.custom-multiple-select ul li.selected {
	background-color: #4a83db;
}
.custom-multiple-select ul li.selected:after {
	background-image: url('../img/ok-white.png');
}
.custom-multiple-select ul li.selected span {
	color: white;
}
.custom-multiple-select ul li.selected strong {
	color: white;
}
.author-section {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	/*background-clip: padding-box;
	border: solid 1px #c3c5c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	width: 100%;
	float: left;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 13px;
}
.author-section.big-margins {
	margin-top: 20px;
	margin-bottom: 40px;
}
.author-section .left {
	float: left;
	/*border-right: solid 1px #c3c5c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	width: 100%;
}
.author-section .left .text {
	position: relative;
}
.author-section .left .inner {
	padding: 0px;
}
.author-section .left figure {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
	background-color: #dddddd;
	-webkit-border-radius: 100px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 100px;
	-moz-background-clip: padding;
	border-radius: 100px;
	background-clip: padding-box;
	margin-left: -5px;
	-webkit-box-shadow: inset 0px 5px 7px #b4b4b4;
	-moz-box-shadow: inset 0px 5px 7px #b4b4b4;
	box-shadow: inset 0px 5px 7px #b4b4b4;
	color: inset 0px 5px 7px #b4b4b4;
	overflow: hidden;
}
.author-section .left .follow {
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQ3OWNhIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
	background-image: -moz-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -webkit-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -o-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: linear-gradient(0deg, #4c86e0 0%, #4479ca 100%);
	border-color: #4176c6;
	padding: 5px 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.author-section .left .follow:hover {
	background-image: none;
	background-color: #4479ca;
}
.author-section .left .follow:focus {
	background-image: none;
	background-color: #4479ca;
}
.author-section .left .follow.active {
	background-color: #f17235;
	background-image: none;
	border-color: #f17235;
}
.author-section .left .follow.active:hover {
	background-image: none;
	background-color: #f17235;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	border-color: #f17235;
}
.author-section .left .follow.active:focus {
	background-image: none;
	background-color: #f17235;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	border-color: #f17235;
}
.author-section .left h2 {
	display: inline-block;
	font-size: 18px;
	color: #414141;
	font-weight: bold;
	margin: 0;
}
.author-section .left .job-title {
	color: #a0a0a0;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 300;
}
.author-section .left p {
	color: #5a5a5a;
	font-weight: 300;
}
.author-section .right {
	float: left;
	width: 80%;
	font-size: 14px;
	color: #414141;
	text-align: left;
}
.author-section .right .listings {
	margin-top: 55px;
}
.author-section .right .number {
	font-size: 21px;
	font-weight: bold;
}
.agent-box {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	border: solid 0px #c3c5c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 0px #d0d2d5;
	-moz-box-shadow: 0 0 10px #d0d2d5;
	box-shadow: 0 0 0px #d0d2d5;
	color: 0 0 10px #d0d2d5;
}
.agent-box .text {
	position: relative;
	margin-left: 50px;
}
.agent-box .inner {
	padding: 0px;
}
.agent-box figure {
	width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
    background-color: #dddddd;
    -webkit-border-radius: 100px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-clip: padding-box;
    margin-left: 20px;
    -webkit-box-shadow: inset 0px 5px 7px #b4b4b4;
    -moz-box-shadow: inset 0px 5px 7px #b4b4b4;
    box-shadow: inset 0px 5px 7px #b4b4b4;
    color: inset 0px 5px 7px #b4b4b4;
    overflow: hidden;
}
.agent-box .follow {
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQ3OWNhIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
	background-image: -moz-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -webkit-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -o-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: linear-gradient(0deg, #4c86e0 0%, #4479ca 100%);
	border-color: #4176c6;
	padding: 5px 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.agent-box .follow:hover {
	background-image: none;
	background-color: #4479ca;
}
.agent-box .follow:focus {
	background-image: none;
	background-color: #4479ca;
}
.agent-box .follow.active {
	background-color: #f17235;
	background-image: none;
	border-color: #f17235;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: none;
}
.agent-box .follow.active:hover {
	background-image: none;
	background-color: #f17235;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	border-color: #f17235;
}
.agent-box .follow.active:focus {
	background-image: none;
	background-color: #f17235;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	border-color: #f17235;
}
.agent-box h2 {
	display: inline-block;
	font-size: 18px;
	color: #414141;
	font-weight: bold;
	margin: 0;
}
.agent-box .job-title {
	color: #a0a0a0;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 300;
}
.agent-box p {
	color: #444444;
	font-weight: 300;
}
.breadcrumb {
	background-color: #FFFFFF;
}
.breadcrumb li {
	text-shadow: none;
}
.breadcrumb li a {
	color: #333;
	font-size: 12px;
	font-weight: 300;
}
.breadcrumb li.active {
	color: #333;
	font-size: 12px;
}
.blog-section article {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.blog-section .right {
	margin-left: 80px;
}
.blog-section .right .text-box {
	margin-left: 0;
}
.blog-section .text-box-bottom {
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 4px 4px;
	-moz-background-clip: padding;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
	background-color: #efefef;
	height: 40px;
	border: solid 1px #c3c5c9;
	border-top: none;
	-webkit-box-shadow: 0 3px 10px #d0d2d5;
	-moz-box-shadow: 0 3px 10px #d0d2d5;
	box-shadow: 0 3px 10px #d0d2d5;
	color: 0 3px 10px #d0d2d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.blog-section .text-box-bottom .inner {
	padding: 10px;
}
.blog-section .text-box {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	border: solid 1px #c3c5c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	-webkit-box-shadow: 0 0 10px #d0d2d5;
	-moz-box-shadow: 0 0 10px #d0d2d5;
	box-shadow: 0 0 10px #d0d2d5;
	color: 0 0 10px #d0d2d5;
	margin-left: 80px;
}
.blog-section .text-box.hasBottom {
	-webkit-border-radius: 4px 4px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px 4px 0 0;
	-moz-background-clip: padding;
	border-radius: 4px 4px 0 0;
	background-clip: padding-box;
	position: relative;
}
.blog-section .text-box.hasBottom:before {
	border-top: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	right: 20px;
	position: absolute;
	bottom: -7px;
}
.blog-section .text-box.hasBottom:after {
	border-top: 6px solid #FFFFFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	right: 21px;
	position: absolute;
	bottom: -6px;
}
.blog-section .text-box .inner {
	padding: 20px;
}
.blog-section .text-box .bottom-buttons {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.blog-section .text-box .bottom-buttons .comments-link {
	margin-top: 5px;
	font-size: 13px;
	font-weight: 300;
	color: #9d9d9d;
}
.blog-section .text-box .bottom-buttons .learn-more {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQ3OWNhIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
	background-image: -moz-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -webkit-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -o-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: linear-gradient(0deg, #4c86e0 0%, #4479ca 100%);
	border-color: #4176c6;
	padding: 10px 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	text-shadow: 0px 0px 1px black;
}
.blog-section .text-box .bottom-buttons .learn-more:hover {
	background-image: none;
	background-color: #4479ca;
}
.blog-section .text-box .bottom-buttons .learn-more:focus {
	background-image: none;
	background-color: #4479ca;
}
.blog-section .text-box h3 {
	color: #414141;
	font-size: 16px;
	line-height: 17px;
	margin: 0;
}
.blog-section .text-box h3 a {
	color: #414141;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.blog-section .text-box h3 a:hover {
	color: #4a83db;
}
.blog-section .text-box p {
	color: #5a5a5a;
	font-weight: 300;
}
.blog-section .text-box .col3 {
	float: left;
	width: 33.3333%;
}
.blog-section .text-box ul {
	padding-left: 20px;
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 300;
}
.blog-section .text-box ul.custom-list {
	list-style-image: url('../img/list-style1.png');
}
.blog-section .text-box ul.custom-list-double {
	list-style-image: url('../img/list-style2.png');
}
.blog-section .text-box .author {
	font-size: 13px;
	color: #9d9d9d;
	font-weight: 300;
	margin-bottom: 7px;
	display: block;
}
.blog-section .text-box .author a {
	color: #9d9d9d;
}
.blog-section .text-box figure {
	display: inline-block;
	background-color: #edeeef;
	height: 230px;
	overflow: hidden;
}
.blog-section .text-box figure.big-figure {
	width: 100%;
	margin-bottom: 20px;
}
.blog-section .text-box figure.small-figure {
	width: 40%;
}
.blog-section .text-box .text {
	display: inline-block;
	vertical-align: top;
}
.blog-section .text-box .text.big-figure {
	width: 100%;
}
.blog-section .text-box .text.small-figure {
	width: 54%;
	margin-left: 4%;
}
.comments-box {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	border: solid 1px #c3c5c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	-webkit-box-shadow: 0 0 10px #d0d2d5;
	-moz-box-shadow: 0 0 10px #d0d2d5;
	box-shadow: 0 0 10px #d0d2d5;
	color: 0 0 10px #d0d2d5;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.comments-box > .comment {
	border-top: solid 1px #c3c5c9;
}
.comments-box > .comment:first-child {
	border-top: none;
}
.comments-box .comment {
	width: 100%;
	display: inline-block;
}
.comments-box .comment .inner {
	padding: 10px 20px 10px;
}
.comments-box .comment figure {
	width: 59px;
	height: 59px;
	float: left;
}
.comments-box .comment .content {
	margin-left: 70px;
}
.comments-box .comment h3 {
	font-size: 14px;
	color: black;
	margin: 0;
	margin-bottom: 10px;
	line-height: 15px;
}
.comments-box .comment h3 a {
	color: black;
	text-decoration: none;
}
.comments-box .comment p {
	color: #5a5a5a;
	font-weight: 300;
	font-size: 14px;
}
.comments-box .comment .time {
	color: #c2c2c2;
	font-size: 13px;
	font-weight: 300;
}
.comments-box .comment .load-more {
	color: #4983d9;
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 5px 0;
}
.comment-form {
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	border: solid 1px #c3c5c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	-webkit-box-shadow: 0 0 10px #d0d2d5;
	-moz-box-shadow: 0 0 10px #d0d2d5;
	box-shadow: 0 0 10px #d0d2d5;
	color: 0 0 10px #d0d2d5;
}
.comment-form .inner {
	padding: 20px;
}
.comment-form .inner > .row {
	margin-left: 0;
}
.comment-form .half {
	width: 48%;
	float: left;
	margin-left: 4%;
}
.comment-form .half.first-half {
	margin-left: 0;
}
.comment-form .quarter {
	width: 25%;
	float: left;
	margin-top: 10px;
}
.comment-form .quarter3 {
	width: 71%;
	margin-right: 4%;
	float: left;
	margin-top: 10px;
}
.comment-form input[type='text'], .comment-form input[type='password'], .comment-form input[type='email'], .comment-form input[type='tel'] {
	height: 40px;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 17px;
}
.comment-form textarea {
	padding: 9px 10px;
}
.comment-form input[type='submit'].btn {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQ3OWNhIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
	background-image: -moz-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -webkit-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -o-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: linear-gradient(0deg, #4c86e0 0%, #4479ca 100%);
	border-color: #4176c6;
	margin-bottom: 10px;
	font-family: "Open Sans", Arial !important;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.comment-form input[type='submit'].btn:hover {
	background-image: none;
	background-color: #4479ca;
}
.alert {
	padding-top: 11px;
	padding-bottom: 11px;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
	text-shadow: none;
	margin-bottom: 0;
}
.alert.alert-danger {
	font-size: 14px;
	color: white;
	font-weight: 300;
	background-color: #d95349;
	border-color: #d95349;
}
.hero-unit {
	text-align: center;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	border: solid 1px #c3c5c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	-webkit-box-shadow: 0 0 10px #d0d2d5;
	-moz-box-shadow: 0 0 10px #d0d2d5;
	box-shadow: 0 0 10px #d0d2d5;
	color: 0 0 10px #d0d2d5;
	padding: 30px;
	margin-top: 30px;
}
.hero-unit h1 {
	font-size: 24px;
	color: #414141;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
}
.hero-unit p {
	font-weight: 300;
	color: #5a5a5a;
	width: 70%;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 20px;
}
.hero-unit .btn {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQ3OWNhIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
	background-image: -moz-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -webkit-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: -o-linear-gradient(90deg, #4c86e0 0%, #4479ca 100%);
	background-image: linear-gradient(0deg, #4c86e0 0%, #4479ca 100%);
	border-color: #4176c6;
	padding: 10px 30px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	text-shadow: 0px 0px 1px black;
}
.hero-unit .btn:hover {
	background-image: none;
	background-color: #4479ca;
}
.hero-unit .btn:focus {
	background-image: none;
	background-color: #4479ca;
}
.full-width {
	margin-top: 30px;
	width: 100%;
	float: left;
	background-color: white;
	position: relative;
	z-index: 1;
	padding: 20px 0 30px;
	border-top: solid 1px #c3c5c9;
}
.full-width h2 {
	margin-top: 0;
}
.big-numbers {
	list-style: none;
	padding-left: 30px;
	color: #999999;
	font-weight: 300;
}
.big-numbers li {
	margin-bottom: 10px;
}
.big-numbers .number {
	margin-left: -30px;
	font-size: 24px;
	font-weight: bold;
	color: #5a5a5a;
	display: inline-block;
	vertical-align: top;
	line-height: 27px;
}
.big-numbers .text {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}
.stats5 {
	width: 100%;
	float: left;
}
.stats5 .stats-box {
	width: 18%;
	margin-left: 2.5%;
	float: left;
	background-color: white;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
}
.stats5 .stats-box .inner {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	border: solid 1px #c3c5c9;
	padding: 10px;
}
.stats5 .stats-box .number {
	font-size: 50px;
	color: #414141;
	line-height: 51px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.stats5 .stats-box .text {
	font-size: 14px;
	color: #414141;
	font-weight: 300;
	line-height: 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.stats5 .stats-box:first-child {
	margin-left: 0;
}
.about-slider {
	float: left;
	width: 100%;
}
.description-box {
	width: 100%;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	background-color: white;
	float: left;
	margin-bottom: 10px;/*display: none;*/
}
.description-box:first-child {
	display: block;
}
.description-box .inner {
	padding: 20px; 
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
}
.description-box .inner h1 {
	margin-top:0;
	margin-bottom:20px;
}
.description-box .inner-container {
	width: 100%;
	display: inline-block;
}
.description-box figure {
	float: left;
	width: 40%;
	height: 190px;
	background-color: #edeeef;
	margin-right: 20px;
	margin-bottom: 5px;
}
figure img {
	width: 100%;
	max-height: 100%;
}
.description-box .list-container, .property-box .list-container {
	display: inline-block;
	margin-bottom:10px;
}
.description-box h2 {
	color: #414141;
	margin-top: 0;
	margin-bottom: 20px;
}
.description-box ul {
	padding-left: 20px;
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
}
.description-box ul a {
	color: #4a83db;
}
.description-box ul.custom-list {
	list-style-image: url('../img/list-style1.png');
}
.description-box ul.custom-list-double {
	list-style-image: url('../img/list-style2.png');
}
.description-controls {
	float: left;
	width: 100%;
}
.description-controls ul {
	float: left;
	list-style: none;
}
.description-controls ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.description-controls ul li a {
	border: solid 1px #c3c5c9;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
	background-color: white;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-decoration: none;
	color: #414141;
	font-weight: 300;
}
.description-controls ul li a:hover {
	background-color: #edeeef;
}
.description-controls ul li a.active {
	background-color: #4a83db;
	color: white;
}
blockquote {
	font-size: 18px;
	line-height: 25px;
	color: #b1b1b1;
	border-left: solid 2px #4a83db;
	margin-left: 40px;
	font-weight: 300;
}
.location-finder {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	background-color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.location-finder .button-slider {
	position: absolute;
	visibility: hidden;
	top: 48%;
	left: 0%;
	background-image: url('../img/button-slider.png');
	width: 7px;
	height: 17px;
	padding: 5px 3px;
	-webkit-border-radius: 0 4px 4px 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 4px 4px 0;
	-moz-background-clip: padding;
	border-radius: 0 4px 4px 0;
	background-clip: padding-box;
	border: solid 1px #c3c5c9;
	border-left: none;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2000;
	background-color: #ffffff;
}
.location-finder #map_canvas {
	width: 100%;
	height: 500px;
}
.location-finder .left-side {
	-webkit-border-radius: 4px 0 4px 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px 0 4px 0;
	-moz-background-clip: padding;
	border-radius: 4px 0 4px 0;
	background-clip: padding-box;
	float: left;
	width: 68%;
	height: 500px;
	overflow-y: auto;
	position: relative;
	z-index: 200;
	top: 0px;
	left: 0px;
	background-color: white;
}
.location-finder .left-side .mCSB_container {
	margin-right: 7px;
}
.location-finder .left-side .mCustomScrollBox > .mCSB_scrollTools {
	width: 8px;
}
.location-finder .left-side .mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: white;
	border-right: solid 1px #c3c5c9;
}
.location-finder .left-side .mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	background-color: black;
}
.location-finder article {
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 10px #f6f6f6;
  border-right: solid 10px #f6f6f6;
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.location-finder article:hover {
	background-color: #edeeef;
}
.location-finder article:first-child {
	border-top: none;
}
.location-finder article figure {
	float: left;
	width: 50%;
	height: auto;
	margin-left: -1px;
	border: solid 1px #c3c5c9;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 10px #d0d2d5;
	-moz-box-shadow: inset 0px 0px 10px #d0d2d5;
	box-shadow: inset 0px 0px 10px #d0d2d5;
	color: inset 0px 0px 10px #d0d2d5;
	position: relative;
	background-color: white;
}
.location-finder article figure img {
	width: 100%;
	height: auto;
}
.location-finder article .text {
	float: left;
	width: 43%;
	margin-left: 5%;
}
.location-finder article h3 {
	font-size: 14px;
	line-height: 15px;
	color: black;
	margin: 0;
	text-transform: capitalize;
}
.location-finder article h3 a{
	font-size: 14px;
	line-height: 15px;
	color: black;
	margin: 0;
}
.location-finder article p {
	color: #747575;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 20px;
}
.location-finder article .price {
	font-size: 18px;
	font-weight: bold;
	color: #414141;
}
.location-finder .right-side {
	float: left;
	width: 32%;
	position: relative;
}
#clearFilters {
	font-size: 12px;
	color: #a5a5a5;
	font-weight: 300;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	float: left;
	margin-top: -20px;
	text-transform: uppercase;
}
@media (min-width: 1200px) {
 .property-box .gallery .line figure, .property-box .gallery .line figure img {
 min-height: 80px;
}
 .tab-finder .tab-content form .search-string {
 width: 800px;
 margin-right: 15px;
}
 .tab-finder .tab-content form .search-year {
 width: 185px;
}
 .tab-finder .tab-content form .search-select {
 width: 160px;
 margin-right: 15px;
 margin-bottom: 0px;
}
 .tab-finder .tab-content form .search-price {
 width: 155px;
 margin-right: 15px;
 margin-bottom: 0;
}
 .tab-finder .tab-content form .btn {
 width: 300px;
 padding-bottom: 10px;
 padding-top: 10px;
}
 .agent-box figure {
 margin-left: 25px;
}
 .comment-form input[type='text'],  .comment-form input[type='password'],  .comment-form input[type='email'],  .comment-form input[type='tel'] {
 margin-bottom: 9px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
 .main-nav > ul > li > a {
 padding: 14px 8px;
}
 .widget .widget-section.first-half {
 width: 100%;
}
 .widget .widget-section.first-half .inner {
 padding: 15px 20px;
}
 .widget .widget-section.second-half {
 width: 100%;
}
 .widget .widget-section.second-half .inner {
 padding: 15px 20px;
}
 .tab-finder .tab-content form .search-string {
 width: 484px;
 margin-right: 15px;
}
 .tab-finder .tab-content form .search-year {
 width: 55px;
}
 .tab-finder .tab-content form .search-select {
 width: 115px;
 margin-right: 15px;
 margin-bottom: 0px;
}
 .tab-finder .tab-content form .search-price {
 width: 55px;
 margin-right: 15px;
 margin-bottom: 0;
}
 .tab-finder .tab-content form .btn {
 width: 144px;
 padding-bottom: 10px;
 padding-top: 10px;
}
 .alert.alert-danger {
 padding: 10px;
 font-size: 11px;
}

}
@media (min-width: 200px) and (max-width: 767px) {
 .stats5 {
 float: none;
}
 .stats5 .stats-box {
 width: 100%;
 margin-left: 0;
 margin-bottom: 10px;
 float: none;
}
 .tab-finder .tab-content .inner {
 padding: 30px 20px 20px;
}
 .tab-finder .tab-content form .search-string {
 width: 217px;
 margin-right: 15px;
}
 .tab-finder .tab-content form .search-year {
 width: 217px;
}
 .tab-finder .tab-content form .search-select {
 width: 260px;
 margin-right: 15px;
 margin-bottom: 10px;
}
 .tab-finder .tab-content form .search-price {
 width: 260px;
 margin-right: 15px;
 margin-bottom: 10px;
 height: 45px;
}
 .tab-finder .tab-content form .line-divider {
 display: none;
}
 .tab-finder .tab-content form .btn {
 width: 260px;
 padding-bottom: 10px;
 padding-top: 10px;
}
 .blog-section .right {
 margin-left: 0;
 float: left;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-top: 10px;
}
 .blog-section .text-box {
 float: left;
 margin-left: 0;
 margin-top: 10px;
}
 .blog-section .text-box .col3 {
 width: 100%;
 margin-bottom: 10px;
}
 .location-finder {
 margin-bottom: 10px;
}
 .blog-section .text-box figure.small-figure {
 width: 100%;
 margin-bottom: 20px;
}
 .blog-section .text-box .text.small-figure {
 margin-left: 0;
 width: 100%;
}
 .comments-box .comment .content {
 float: left;
 width: 100%;
 margin-left: 0;
}
 .comments-box .comment figure {
 margin-bottom: 10px;
}
 .comment-form .half {
 width: 100%;
 margin-left: 0;
}
 .comment-form .quarter3 {
 width: 100%;
}
 .comment-form .quarter {
 width: 100%;
 margin-left: 0;
}
 #page-title.small-height {
 height: auto;
}
 .description-box figure {
 width: 100%;
 margin-bottom: 20px;
}
 .about-slider {
 padding: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
 .full-width {
 padding: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
 .full-width .span4 {
 margin-bottom: 10px;
}
 .pagination {
 float: left;
 width: 100%;
}
 .pagination ul li {
 margin: 0 1px;
}
 .pagination ul li a {
 padding: 3px 7px;
 font-size: 12px;
}
 .featured-items {
 padding: 0px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
 .featured-items .featured-item-wrapper {
 margin-bottom: 35px;
}
 footer {
 padding: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-top: 10px;
}
 #sub-footer {
 padding: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 text-align: center;
}
 #sub-footer .social-icons {
 float: none;
 display: inline-block;
}
 .tinynav {
 display: inline-block;
 margin: 0 auto;
}
 header {
 padding: 0 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 text-align: center;
 position: relative;
}
 header .span3 {
 width: 50%;
 float: left;
}
 header .span6 {
 position: absolute;
 bottom: -40px;
 width: 92%;
}
 .header-buttons a {
 width: 40px;
}
 #homepage-slider {
 height: 100px;
}
 .tab-finder .nav-tabs > li > a {
 word-wrap: break-word;
 font-size: 13px;
}
 #page-title {
	padding: 0 10px 10px 10px;
    height: 50px;
    -webkit-box-sizing: border-box;padding: 0 10px 10px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 #page-title h1 {
 margin-top: 10px;
font-size: 16px;
line-height: 22px;
}
 .contact-box .contact-box-content .half {
 width: 100%;
}
 .contact-box .contact-box-content .half.first-half {
 margin-right: 0;
}
 #contact-form aside {
 padding: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
 .featured-items .featured-item.featured-list figure {
 width: 100%;
}
 .featured-items .featured-item.featured-list .right {
 width: 100%;
 margin-left:1%;
}
 .top-bar .view-type {
 width: 100%;
}
 .top-bar .results-per-page {
 width: 100%;
}
 #content {
 padding-top: 5px;
}
 .property-box .left {
 width: 100%;
}
 .property-box .right {
 width: 100%;
 margin-left: 0;
}
 .author-section .left {
 width: 100%;
 border-right: none;
 border-bottom: solid 1px #ffffff;
}
 .author-section .left .text {
 float: left;
 width: 100%;
 margin-top: 10px;
}
 .author-section .left figure {
 margin-left: 0;
}
 .author-section .left .follow {
 top: -80px;
}
 .author-section .right {
 width: 100%;
}
 .author-section .right .listings {
 margin-top: 20px;
 margin-bottom: 20px;
}
 #hidden-header {
 padding: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 overflow-x: scroll;
}
 #hidden-header .profile-form {
 padding-top: 0;
}
 #hidden-header .contact-form {
 padding-top: 0;
}
}
@media (min-width: 200px) and (max-width: 340px) {
 body {
 padding: 0;
}
}
.show-hide {
	float:right;
	padding:0 5px;
	margin-top:8px;
	cursor:pointer;
	font-weight:bold;
	font-size:10px;
	background:#CCC;
	text-transform:uppercase;
}
.grid-item-hover {
	position:absolute;
	left:0;
	right:0;
	top:0;
	border:0;
	width:100%;
	height:auto;
	background-color:rgba(0, 0, 0, .5);
	z-index:120;
	display:none;
}
.add-shortlist {
	width:60px;
	height:50px;
	background:#fff;
	cursor: pointer;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow:hidden;
	position:absolute;
}
.grid-item {
	position:relative;
}
.plus {
	font-size:36px;
	display:block;
	margin:12px 20px;
}
.minus {
	font-size:36px;
	display:block;
	margin: 12px 24px;
}
.border-div {
	border: none;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 15px 0;
}
select option[default], .placeholder {
	color: #f00;
}
 .bootstrap-select:not([class*="span"]) {
width:100%;
}
/* .span3 {
	padding-bottom:10px;
	margin:10px;
	margin-right:10px;
	max-width:95%;
} */
label {
	float:left;
	clear:none;
	display:block;
	padding: 2px 1em 0 5px;
    border-radius: 5px;
    background-color: white;
}
.border-div input[type=radio], .border-div input.radio {
	float:left;
	clear:none;
	margin: 2px 0 0 2px;
}
.filter-show-hide {
	background:#FFF;
	color:#OOO;
	font-size:14px;
	width:100px;
	;
	position:absolute;
	bottom:-25px;
	text-align:center;
	padding:5px;
	left:0;
	right:0;
	margin:auto;
	cursor:pointer;
}
#filter .span4 {
	width:30%;
	margin-bottom:10px;
	margin-top:10px;
}
#filter {
	background:#F6F6F6;
}
.capacity-group .span2 {
	width:41%;
}
.custom-caret {
	color:#F00;
	height:20px;
	width:20px;
	position:absolute;
	bottom:0;
	top:0;
	margin:auto;
	right:2%;
	z-index:89;
}
@media (max-width: 768px) {
#filter .span4 {
width:96%;
margin:2%;
}
.capacity-group .span2 {
width:100%;
margin:0 !important;
}
}
.tooltip-inner {
	background:#FFF;
	color:#000;
	font-weight:bold;
	font-size:18px;
	padding:5px;
}
#headerNav .select2-container .select2-choice {
	border:#ccc 1px solid;
	height:30px;
	background-color:#FFFFFF;
}
#headerNav .select2-container .select2-choice > .select2-chosen {
	color:#333333;
}
/* header edit */

.navbar.sitetop .nav {
	padding: 20px 0;
}
.venue-supplier-search	{
    color: black;
    font-size: 13px;
    width: 200px;
    height: 30px;
    margin-bottom: 0px !important;
    padding: 4px 9px !important;
    margin: 15px;
}
.navbar .nav > .advertiser a	{
	background: #000;
	color: #fff;
	font-weight:normal;
	text-transform:none;	
}
.navbar .nav > .advertiser a:hover,
.navbar .nav > .advertiser a:focus	{
	background: #333;
	color: #fff;	
}
.navbar .nav .logo img {
	width:200px;
}

.input-group .form-control{
	background-color: #FFF;
	font-size: 14px;
	font-weight: 300;
	outline:none;
}

}

/* css by whiz-solutions */
select#jumpMenu {
    height: 30px;
	padding-left: 10px;
}

nav.navbar.navbar-default {
    margin-top: 10px;
    margin-bottom: 4px;
}




