@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,100italic,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:700,400);
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@import url("http://code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css");
/* Tim's Styles */

* {
	box-sizing: border-box;
}

.sticky-tabs {
    /* float: left; */
    -moz-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    width: 25%;
    margin: auto;
    position: relative;
}

@media (min-width: 768px) {
.sticky-tabs {
	display: block;
}
}
.sticky-tabs__tab {
	display: block;
}
.sticky-tabs__tab:hover {
	color: #fff;
}
.sticky-tabs__tab--search {
    background: rgba(32, 175, 84, 0.85);
    color: #fff;
    position: relative;
    -moz-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, background 0.15s, margin-bottom 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out, background 0.15s, margin-bottom 0.2s ease-in-out;
}.sticky-tabs__tab--search i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-size: 22px;
	line-height: 50px;
	color: #ffffff;
	opacity: 0;
}
.sticky-tabs__tab--search span {
	display: block;
	width: 100%;
	text-align: center;
	font: 400 12px/1.3 "Lato", sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	-webkit-transition: opacity 0.15s;
	-moz-transition: opacity 0.15s;
	transition: opacity 0.15s;
}
.sticky-tabs__tab--search span.search {
	font-size: 23px;
}
.sticky-tabs__tab--search:hover {
	background-color: gray;
	color: #fff;
}
.sticky-tabs__tab--search:hover i {
	color: #fff;
}
.sticky-tabs__tab--social {
	font-size: 22px;
	line-height: 50px;
	color: #B3BCC4;
	-webkit-transition: background 0.15s;
	-moz-transition: background 0.15s;
	transition: background 0.15s;
}
.sticky-tabs__tab--social.facebook:hover {
	background: #3560A4;
}
.sticky-tabs__tab--social.twitter:hover {
	background: #28A9E2;
}
.sticky-tabs__tab--social.googleplus:hover {
	background: #DE5543;
}
.sticky-tabs__tab--social.linkedin:hover {
	background: #136D9F;
}
.sticky-tabs.shrink, .viewing-page-2 .sticky-tabs, .viewing-page-3 .sticky-tabs, .viewing-page-4 .sticky-tabs, .viewing-page-5 .sticky-tabs, .viewing-page-6 .sticky-tabs, .viewing-page-7 .sticky-tabs, .viewing-page-8 .sticky-tabs, .viewing-page-9 .sticky-tabs {
	top: 68px;
}
.sticky-tabs.shrink .sticky-tabs__tab--search, .viewing-page-2 .sticky-tabs .sticky-tabs__tab--search, .viewing-page-3 .sticky-tabs .sticky-tabs__tab--search, .viewing-page-4 .sticky-tabs .sticky-tabs__tab--search, .viewing-page-5 .sticky-tabs .sticky-tabs__tab--search, .viewing-page-6 .sticky-tabs .sticky-tabs__tab--search, .viewing-page-7 .sticky-tabs .sticky-tabs__tab--search, .viewing-page-8 .sticky-tabs .sticky-tabs__tab--search, .viewing-page-9 .sticky-tabs .sticky-tabs__tab--search {
	height: 50px;
	width: 50px;
	margin-bottom: 2px;
}
.sticky-tabs.shrink .sticky-tabs__tab--search i, .viewing-page-2 .sticky-tabs .sticky-tabs__tab--search i, .viewing-page-3 .sticky-tabs .sticky-tabs__tab--search i, .viewing-page-4 .sticky-tabs .sticky-tabs__tab--search i, .viewing-page-5 .sticky-tabs .sticky-tabs__tab--search i, .viewing-page-6 .sticky-tabs .sticky-tabs__tab--search i, .viewing-page-7 .sticky-tabs .sticky-tabs__tab--search i, .viewing-page-8 .sticky-tabs .sticky-tabs__tab--search i, .viewing-page-9 .sticky-tabs .sticky-tabs__tab--search i {
	opacity: 1;
}
.sticky-tabs.shrink .sticky-tabs__tab--search span, .viewing-page-2 .sticky-tabs .sticky-tabs__tab--search span, .viewing-page-3 .sticky-tabs .sticky-tabs__tab--search span, .viewing-page-4 .sticky-tabs .sticky-tabs__tab--search span, .viewing-page-5 .sticky-tabs .sticky-tabs__tab--search span, .viewing-page-6 .sticky-tabs .sticky-tabs__tab--search span, .viewing-page-7 .sticky-tabs .sticky-tabs__tab--search span, .viewing-page-8 .sticky-tabs .sticky-tabs__tab--search span, .viewing-page-9 .sticky-tabs .sticky-tabs__tab--search span {
	opacity: 0;
}
.mobile-menu-inner .menu-main-nav-container {
	display:block!important;	
}
#content {
	width: 100%!important;
}
.topbar {
	width: 100%!important;
}

.topbar .mainbar .container {
	z-index: 10001;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: margin-top 0.2s ease-in-out, height 0.2s ease-in-out, background 0.2s ease-in-out;
	-moz-transition: margin-top 0.2s ease-in-out, height 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: margin-top 0.2s ease-in-out, height 0.2s ease-in-out, background 0.2s ease-in-out;
}
.social {
	
}
.social a {
	padding: 2px;
}
.social a:hover {
	border:#3c4852 solid thin;
}

.topbar-home .social {
	
}
.topbar-home .social a {
	padding: 2px;
}
.topbar-home .social a:hover {
	border:white solid thin;
}
.home-idx {
    background: #f3f3f3!important;
	}
	
.home-idx > h2{
		color: #3c4852!important;}
.home-idx > p{
		color: #3c4852!important;}
.adv_search {
    float: right;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    padding: 8px 20px;
    background: #29c06d;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 1.5px;
	}
.adv_search:hover {
	color:white;
    background: #A8ABAD;	
}
@media (max-width: 479px){
.about_con {
    float: none;
    width: 100%!important;
    background: white;
    margin-top: -125%;
    z-index: 5000;
    position: relative;
    border-top: 1px solid #3C4852;
}
.about_con:before {
	
}
}
@media (max-width: 979px){
.about_con {
	float: left!important;
    width: 75%;
}	
}
.about_con {
	float: right;
    width: 75%;
}
.topbar-home .adv_search a {
	color:white!important;
}
.adv_search a {
	color:white!important;
}
.topbar-home .adv_search {
    float: right;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    padding: 8px 20px;
    background: #29c06d;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 1.5px;
}
.topbar-home .adv_search:hover {
	color:white;
    background: #A8ABAD;
	
}
@media (min-width: 768px) {
.topbar .mainbar .container {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
}

@media (min-width: 768px) {
.topbar .mainbar {
/*	height: 90px;
	padding-top: 30px !important;
*/	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*position: fixed;*/
    top: 25px!important;
    width: 100%;
    background: white;
}
.topbar .logo {
	float: left;
	margin: 10px 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;/* width: 100px !important; */
}
.topbar-home .mainbar {
/*	height: 90px;
	padding-top: 30px !important;
*/	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.topbar-home .logo {
	float: left;
	margin: 5px 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100%!important;
}

/*#menu-item-50 {    
	background: #29C06D;
    border-radius: 5px;
    float: right;
    padding: 0px 10px;
}
#menu-item-50:hover{    
	background: #FBFBFB;
}*/
	
	
.text-center {
	text-align: center;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
}

@media (min-width: 768px) {
.mo-ml2 {
	margin-left: 2em;
}
}

@media (min-width: 768px) {
.mo-ml3 {
	margin-left: 3em;
}
}

@media (min-width: 768px) {
.mo-ml5 {
	margin-left: 5em;
}
}
a {
	color: #00A46E;
	-webkit-transition: color 0.15s;
	-moz-transition: color 0.15s;
	transition: color 0.15s;
}
a:hover, a.hover {
	color: #00be7f;
}
.row-masthead__title {
	font: 300 20px "Lato", sans-serif;
	color: #525252;
}
.row-masthead__title strong {
	font-weight: 400;
}

@media (min-width: 768px) {
.row-masthead__title {
	font-size: 40px;
}
}
.row-masthead__intro {
	font: 14px "Lato", sans-serif;
	color: #525252;
}

@media (min-width: 768px) {
.row-masthead__intro {
	font-size: 19px;
}
}
.row-masthead__cta {
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px;
}
h1.title, h1 {
	text-transform: uppercase;
	letter-spacing: .1em;
}
.page-template-page-about p {
	line-height: 1.75;
}
body {
	background: #0C0D0D !important;
}

@media only screen and (max-width: 767px) {
body {
	overflow-y: visible !important;
}
}
.content, #content {
	padding-top: 100px;
}
.home .content, .home #content {
	padding-top: 0;
}

@media (min-width: 768px) {
.content, #content {
	padding-top: 120px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.content-row img {
	width: 100%;
}
}

@media (max-width: 479px) {
.content-row img {
	width: 100%;
}
}
/* ------------------------------------------------------------------ */
/* 2) CONTENT
/*------------------------------------------------------------------ */

.property-row--location {
	padding-top:0px!important;
}
.contactpage{
	background: white!important;
	padding-top: 0px!important;
}

.blockwhite {
	background: #282A2B;
	width: 100%;
}
.fullblock.blockgrey {
	background: #fafafa;
	width: 100%;
}
.fullblock {
	width: 100%;
	margin: 0 auto;
	clear: both;
	background: #fff;
	position: relative;
}
.fullblock.blockwhite {
	background: #fff;
}

.fullblock.blockwhite contactpage{
	
}

.fullblock.border-none {
	border-bottom: none;
}
.padding50 {
	padding: 50px 0;
}
.padding40 {
	padding: 40px 0;
}
.padding30 {
	padding: 30px 0;
}
.padding20 {
	padding: 20px 0;
}
.padding10 {
	padding: 10px 0;
}
.entrytitle {
	background: url(framework/img/title.png) no-repeat center bottom;
	padding-bottom: 25px;
	margin-bottom: 30px;
	text-align: center;
}
.entrytitle h4 {
	margin-bottom: 5px;
	font-size: 22px;
	text-transform: uppercase;
}
.entrytitle p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	margin: 0;
}
h1.upper-title {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}
h1.upper-title span {
	width: auto;
	padding-right: 30px;
}
.row-masthead {
	padding-bottom: 40px;
}
.row-padding {
	padding: 40px 0 40px;
}

@media (min-width: 768px) {
.row-padding {
	padding: 80px 0 0px;
}
.idx-property__info__more a {
	background:rgba(0,0,0,0.00)
	
}
}


.row-padding--no-bottom {
	padding-bottom: 0;
}
.button, .property-idx > a, .idx-property__info__more a, .property-cta__cta a, .btn-theme, input.button, button.button, .woocommerce a.edit, .show_review_form, ul li.footer-row a, input[type="submit"] {
	display: inline-block;
	border-radius: 5px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	color: #878787;
	-webkit-transition: background 0.15s;
	-moz-transition: background 0.15s;
	transition: background 0.15s;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
}
.button:hover, .property-idx > a:hover, .idx-property__info__more a:hover, .property-cta__cta a:hover, .btn-theme:hover, input.button:hover, button.button:hover, .woocommerce a.edit:hover, .show_review_form:hover, ul li.footer-row a:hover, input[type="submit"]:hover {
	background: #20af54!important;
	color: #fff;
}
.button.button--outline, .property-idx > a, .idx-property__info__more a, .property-cta__cta a, .btn-theme.button--outline, .property-idx > a.btn-theme, .idx-property__info__more a.btn-theme, .property-cta__cta a.btn-theme, input.button.button--outline, button.button.button--outline, .woocommerce a.edit.button--outline, .woocommerce .property-idx > a.edit, .woocommerce .idx-property__info__more a.edit, .idx-property__info__more .woocommerce a.edit, .woocommerce .property-cta__cta a.edit, .property-cta__cta .woocommerce a.edit, .show_review_form.button--outline, .property-idx > a.show_review_form, .idx-property__info__more a.show_review_form, .property-cta__cta a.show_review_form, ul li.footer-row a.button--outline, ul li.footer-row .property-idx > a, ul li.footer-row .idx-property__info__more a, .idx-property__info__more ul li.footer-row a, ul li.footer-row .property-cta__cta a, .property-cta__cta ul li.footer-row a, input[type="submit"].button--outline {
	background: transparent!important;
	border: 2px solid #20af54;
}
.button.button--outline:hover, .property-idx > a:hover, .idx-property__info__more a:hover, .property-cta__cta a:hover, .btn-theme.button--outline:hover, .property-idx > a.btn-theme:hover, .idx-property__info__more a.btn-theme:hover, .property-cta__cta a.btn-theme:hover, input.button.button--outline:hover, button.button.button--outline:hover, .woocommerce a.edit.button--outline:hover, .woocommerce .property-idx > a.edit:hover, .woocommerce .idx-property__info__more a.edit:hover, .idx-property__info__more .woocommerce a.edit:hover, .woocommerce .property-cta__cta a.edit:hover, .property-cta__cta .woocommerce a.edit:hover, .show_review_form.button--outline:hover, .property-idx > a.show_review_form:hover, .idx-property__info__more a.show_review_form:hover, .property-cta__cta a.show_review_form:hover, ul li.footer-row a.button--outline:hover, ul li.footer-row .property-idx > a:hover, ul li.footer-row .idx-property__info__more a:hover, .idx-property__info__more ul li.footer-row a:hover, ul li.footer-row .property-cta__cta a:hover, .property-cta__cta ul li.footer-row a:hover, input[type="submit"].button--outline:hover {
	background: #20af54;
}
.button.button--bold, .property-idx > a.button--bold, .idx-property__info__more a.button--bold, .property-cta__cta a.button--bold, .btn-theme.button--bold, input.button.button--bold, button.button.button--bold, .woocommerce a.edit.button--bold, .show_review_form.button--bold, ul li.footer-row a.button--bold, input[type="submit"].button--bold {
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: 600;
}
.button.button--square, .property-idx > a.button--square, .idx-property__info__more a.button--square, .property-cta__cta a.button--square, .btn-theme.button--square, input.button.button--square, button.button.button--square, .woocommerce a.edit.button--square, .show_review_form.button--square, ul li.footer-row a.button--square, input[type="submit"].button--square {
	border-radius: 0;
}
.button.button--block, .property-idx > a.button--block, .idx-property__info__more a.button--block, .property-cta__cta a.button--block, .btn-theme.button--block, input.button.button--block, button.button.button--block, .woocommerce a.edit.button--block, .show_review_form.button--block, ul li.footer-row a.button--block, input[type="submit"].button--block {
	display: block;
	width: 100%;
}
.button.button--small, .property-idx > a, .idx-property__info__more a, .property-cta__cta a, .btn-theme.button--small, .property-idx > a.btn-theme, .idx-property__info__more a.btn-theme, .property-cta__cta a.btn-theme, input.button.button--small, button.button.button--small, .woocommerce a.edit.button--small, .woocommerce .property-idx > a.edit, .woocommerce .idx-property__info__more a.edit, .idx-property__info__more .woocommerce a.edit, .woocommerce .property-cta__cta a.edit, .property-cta__cta .woocommerce a.edit, .show_review_form.button--small, .property-idx > a.show_review_form, .idx-property__info__more a.show_review_form, .property-cta__cta a.show_review_form, ul li.footer-row a.button--small, ul li.footer-row .property-idx > a, ul li.footer-row .idx-property__info__more a, .idx-property__info__more ul li.footer-row a, ul li.footer-row .property-cta__cta a, .property-cta__cta ul li.footer-row a, input[type="submit"].button--small {
	padding: 0 10px;
	font-size: 12px;
	line-height: 31px;
	height: 34px;
}
input[type="radio"], .body-wrapper input[type="checkbox"] {
	margin: -3px 0 0 0;
	display: inline-table;
}
.radio, .checkbox {
	display: inline-table;
	padding-left: 5px;
}
.slider {
	position: relative !important;
	z-index: 10 !important;
	width: 100%;
	overflow: hidden;
	height: 280px;
	background-image: url("http://www.charlottepenthouses.com/wp-content/uploads/2011/07/rosewood.jpg");
	background-size: cover;
	background-position: center center;
}

@media (min-width: 768px) {
.slider {
	background-image: none !important;
}
}
.flexslider {
	display: none;
}

@media (min-width: 768px) {
.flexslider {
	display: block;
}
}
.slider--homepage, .slider--homepage ul.slides li {
	height: 480px;
}

@media (min-width: 768px) {
.slider--homepage, .slider--homepage ul.slides li {
	height: 480px;
}
}

@media (min-width: 980px) {
.slider--homepage, .slider--homepage ul.slides li {
	height: 600px;
}
}

@media (min-width: 1200px) {
.slider--homepage, .slider--homepage ul.slides li {
	height: 645px;
}
}
.slider--homepage ul.slides li {
	position: relative;
	z-index: auto;
	background-size: cover;
	background-position: center center;
}
.slider--homepage ul.slides li.flex-active-slide .caption {
	opacity: 1;
}
.slider--homepage .flex-direction-nav {
	display: none;
}
.slider--homepage .flex-control-nav {
	display: none;
	bottom: 30px;
}
.slider .caption-wrapper {
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	height: 40px;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	display: none;
}

@media (min-width: 768px) {
.slider .caption-wrapper {
	display: none;
}
}

@media (min-width: 480px) and (max-width: 979px) {
.about_image {
    margin-top: 0px;
    position: absolute;
    right: -130px;
    width: 50%;
	z-index: 2;
	}
.slider .caption p {
    font-size: 250%!important;
}
}
@media (max-width: 767px) {
.about_image {
    width: 50%;
    z-index: 2;
    margin: auto;
    float: right;
    margin-top: -25px !important;
}
}
@media (max-width: 479px) {
.about_image {
    width: 85%;
}
}
.slider .caption {
	text-align: center;
	margin-top: 0px !important;
	bottom: 215px;
	z-index: 10;
	left: 0;
	right: 0;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.45s ease-in-out 0.7s;
	-moz-transition: opacity 0.45s ease-in-out 0.7s;
	transition: opacity 0.45s ease-in-out 0.7s;
}
.slider .caption p {
	color: #00A46E;
	white-space: normal;
	line-height: 40px;
	color: white;
    font-size: 32px;
    font-weight: 300;
	font-family: Lato, sans-serif;

}
.slider .caption a {
	color: #00A46E;
	font-size: 12px;
	font-weight: 600;
	white-space: normal;
	line-height: 40px;
	margin-bottom: 0;
	text-decoration: none;
	height: 40px;
	display: inline-block;
}
.slider .caption a:hover {
	color: #00be7f !important;
}

@media (min-width: 768px) {
.slider .caption {
	text-align: left;
}
.slider .caption p {
    color: white;
    font-size: 3.4vw;
    font-weight: 300;
	font-family: Lato, sans-serif;
  white-space: nowrap;
}
}
.slider-nav {
	float: right;
	display: none !important;
	height: 40px;
}

@media (min-width: 768px) {
.slider-nav {
	display: block !important;
}
}
.slider-nav .slider-next, .slider-nav .slider-prev {
	opacity: 1;
	margin: 0;
	font-size: 0;
	display: inline-block;
	padding: 0;
	height: 40px;
	width: 40px;
	overflow: hidden;
	z-index: 20;
	position: relative;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}
.slider-nav .slider-next:hover, .slider-nav .slider-prev:hover {
	opacity: .7;
	background: #000;
}
.slider-nav .slider-next:hover:before, .slider-nav .slider-prev:hover:before {
	font-size: 18px;
}
.slider-nav .slider-next:before, .slider-nav .slider-prev:before {
	font-size: 18px;
	font-family: "FontAwesome";
	display: block;
	width: 40px;
	height: 40px;
	color: #00A46E;
	line-height: 45px;
}
.slider-nav .slider-next:before {
	content: "\f105";
}
.slider-nav .slider-prev:before {
	content: "\f104";
}
.listings-grid ul {
	margin: 0;
}
.listings-grid li {
	list-style-image: none;
	display: inline-block;
	float: left;
	margin: 0 2% 2% 0;
	background-size: cover !important;
}
.listings-grid li:hover .listings-grid__overlay {
	background: rgba(0, 0, 0, 0.4);
}
.listings-grid li:hover .listings-grid__overlay__cta {
	opacity: 1;
}
.listings-grid__image {
	overflow: hidden;
	height: 198px;
	background-size: cover !important;
}
.listings-grid__overlay {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 20px 0 20px;
	background: transparent;
	-webkit-transition: background 0.15s;
	-moz-transition: background 0.15s;
	transition: background 0.15s;
}
.listings-grid__overlay__description {
	font-size: 14px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.15s;
	-moz-transition: opacity 0.15s;
	transition: opacity 0.15s;
}
.listings-grid__overlay__price {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #5b6062;
	font-weight: bold;
}
.listings-grid__overlay__cta {
	position: absolute;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.15s, background 0.15s;
	-moz-transition: opacity 0.15s, background 0.15s;
	transition: opacity 0.15s, background 0.15s;
}
.listings-grid__lower-info {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 20px;
	background: #1E1E1F;
}
.listings-grid__lower-info__city {
	display: block;
	margin-top: 5px;
}

@media (max-width: 479px) {
.listings-grid__lower-info {
	height: 80px;
}
.listings-grid ul li {
	width: 100%;
	margin-right: 0;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.listings-grid__lower-info {
	height: 100px;
}
.listings-grid ul li {
	width: 49%;
}
.listings-grid ul li:nth-child(2n) {
	margin-right: 0 !important;
}
}

@media (min-width: 768px) {
.listings-grid__lower-info {
	height: 80px;
}
.listings-grid ul li {
	width: 32%;
}
.listings-grid ul li:nth-child(3n) {
	margin-right: 0 !important;
}
}
.wide-listings__listing {
	box-sizing: border-box;
	height: 200px;
	width: 100%;
	display: block;
	position: relative;
	background-position: center center;
	background-size: cover;
	margin-bottom: 8px;
}
.wide-listings__overlay {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 0 20px;
}
.wide-listings__title {
	display: block;
	font: 600 12px/20px "Lato", sans-serif;
	color: #fff;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-top: 60px;
	width: auto;
	text-align: center;
	text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.4);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.wide-listings__description {
	margin-top: 5px;
	color: #fff;
	font: 400 13px/1.4 "Lato", sans-serif;
	text-align: center;
	width: auto;
	text-align: center;
	display: block;
}

@media (min-width: 768px) {
.wide-listings__listing {
	height: 200px;
	width: 50%;
	float: left;
	border-left: 2px solid white;
	margin-bottom: 0;
}
.wide-listings__listing:nth-of-type(2n+1) {
	border-left: none;
	border-right: 2px solid white;
}
.wide-listings__title {
	font-size: 14px;
}
}

@media (min-width: 980px) {
.wide-listings__listing {
	height: 250px;
}
.wide-listings__listing:hover .wide-listings__overlay {
	background: rgba(0, 0, 0, 0.6);
}
.wide-listings__listing:hover .wide-listings__title {
	margin-top: -40px;
	font-size: 18px;
	-webkit-transition: font-size, 0.15s;
	-moz-transition: font-size, 0.15s;
	transition: font-size, 0.15s;
}
.wide-listings__listing:hover .wide-listings__description {
	opacity: 1;
	margin-top: -10px;
}
.wide-listings__overlay {
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: background 0.15s;
	-moz-transition: background 0.15s;
	transition: background 0.15s;
	box-shadow: none;
}
.wide-listings__title {
	font-size: 16px;
	margin-top: -5px;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: 0;
}
.wide-listings__description {
	font-size: 14px;
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 10%;
	bottom: auto;
	left: 10%;
	opacity: 0;
	margin-top: 20px;
	-webkit-transition: margin-top 0.15s, opacity 0.15s;
	-moz-transition: margin-top 0.15s, opacity 0.15s;
	transition: margin-top 0.15s, opacity 0.15s;
	text-align: center;
}
.wide-listings__description > span {
	max-width: 500px;
	display: block;
	margin: 0 auto;
}
}

@media (min-width: 1600px) {
.wide-listings__listing {
	height: 350px;
}
.wide-listings__listing:hover .wide-listings__title {
	font-size: 26px;
}
.wide-listings__title {
	font-size: 22px;
}
.wide-listings__description {
	font-size: 18px;
}
}
.wide-listings.featured-listings {
	margin-top: 6px;
}

@media (max-width: 767px) {
.wide-listings.featured-listings .wide-listings__overlay {
	box-shadow: none;
	background: rgba(0, 0, 0, 0.4);
}
.wide-listings.featured-listings .wide-listings__title {
	margin-top: -8px;
	font-size: 15px;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: 0;
}
.wide-listings.featured-listings .wide-listings__description {
	display: none;
}
.mobilehide {
	display:none;	
}

}
.wide-listings.property-category-listings {
	border-top: 3px solid white;
}

@media (min-width: 768px) {
.wide-listings.property-category-listings .wide-listings__listing {
	border-bottom: 3px solid white;
}
}
.property-search-wrapper {
	background: no-repeat url("../img/propertysearch-bg.jpg") center center;
	background-size: cover;
}
.property-search__input-container {
	float: left;
	width: 22%;
	margin-left: 4%;
	margin-bottom: 10px;
}
.property-search__input-container:nth-child(4), .property-search__input-container:nth-child(8) {
	margin-left: 0;
}
.property-search label {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #B5B5B5;
}
.property-search input[type="text"] {
	width: 100%;
	font-weight: normal;
	color: #323232;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 20px !important;
	line-height: 40px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	font-weight: 400;
	color: #323232;
	background: #fff;
	background-size: contain;
	-webkit-appearance: none;
}
.property-search__select select {
	width: 100%;
}

@media (max-width: 479px) {
.property-search__input-container {
	float: left;
	width: 100%;
	margin-left: 0;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.property-search__input-container {
	float: left;
	width: 50%;
	margin-left: 2%;
}
.property-search__input-container:nth-child(2n+2) {
	margin-left: 0;
}
}

@media (min-width: 768px) {
.property-search__input-container {
	float: left;
	width: 23.5%;
	margin-left: 2%;
	margin-bottom: 0;
}
.property-search__input-container.double {
	width: 49%;
}
.property-search__input-container:nth-child(4n+4) {
	margin-left: 0;
}
}

@media (min-width: 768px) {
.property-search--tri .property-search__input-container {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.property-search--tri .property-search__input-container.double {
	width: 49%;
}
.property-search--tri .property-search__input-container:nth-child(4n+4) {
	margin-left: 0;
}
}
/* ------------------------------------------------------------------ */
/* x) EXTRA TOPBAR
/*------------------------------------------------------------------ */
.extra-topbar-wrap.fullblock {
	position: absolute;
	z-index: 10000;
}
.extra-topbar.fullblock {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.extra-topbar {
	display: none;
}
.extra-topbar p, .extra-topbar h1, .extra-topbar {
	color: #eee;
}
.top-patter {
	position: absolute;
	right: 5px;
	bottom: 0px;
	width: 24px;
	height: 4px;
	border: none;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.extra-topbar-wrap .top-opener {
	position: absolute;
	right: 5px;
	bottom: -24px;
}
.extra-topbar-wrap .top-opener i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
}
.extra-topbar-wrap .top-closer {
	position: absolute;
	right: 5px;
	bottom: 20px;
	display: none;
}
.extra-topbar-wrap .top-closer i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* ------------------------------------------------------------------ */
/* 1) HEADER & SLIDER & LOGO & NAV
/*------------------------------------------------------------------ */
.topbar {
	background: #FFF;
	height: auto;
	width: 100%;
	/* width: 1250px;
  */
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	position: relative;
	display: block;
	z-index: 9999;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.topbar-home {
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    clear: both;
    display: block;
    z-index: 8999;
    box-shadow: none;
    transition: background 0.2s ease-in-out;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	height: 200px;
}
.overflow-hidden {
	overflow: hidden;
}

.logo {
	min-width:200px!important;	
}
/* ------------------------------------------------------------------ */
/* Menu Mobile Styles
/*------------------------------------------------------------------ */
.menu-main-nav-container {
	
}
@media (max-width: 979px) {
.adv_search {
	display:none;	
}
.navtainer {
	float: right!important;
	width: 30%!important;
}
.nav-toggle {
	display:none!important;	
}

}

@media (max-width: 767px) {
.nav-toggle {
	display:block!important;
}
.menu-main-nav-container {
	display:none!important;
}
.adv_search {
	display:none;	
}

}
@media (max-width: 480px){
.menu-main-nav-container {
	display:none!important;
}
}
.navtainer {
	clear: right;
	float: left;
	margin-left: 4.1%;
	width: 51%;
}
#nav {
	float: none;
	position: relative;
}
#nav ul.sf-menu {
	list-style-type: none;
	width: 100%;
	margin: 0;
	float: right;
}
#nav ul.sf-menu > li {
	display: inline-table;
	margin: 0;
}
.topbar #nav ul.sf-menu > li a:only-child:after { 
	content: '';
	
}
.topbar #nav ul.sf-menu > li a:after { 
    font-size: 12px;
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    line-height: 45px;
    height: 50px;
    top: -3px;
    pointer-events: none;
    color: #3c4852;
    right: -15px;
}
.topbar-home #nav ul.sf-menu > li a:only-child:after { 
	content: '';
	
}
.topbar-home #nav ul.sf-menu > li a:after { 
    content: '';
    font-size: 12px;
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    line-height: 45px;
    height: 50px;
    top: -3px;
    pointer-events: none;
    color: white;
    right: -15px;
}

.topbar #nav ul.sf-menu > li {
	margin-left: 5%;
}
.topbar-home #nav ul.sf-menu > li {
	margin-left: 5%;
}
.nav-wrap #nav ul.sf-menu > li {
	 margin-left: 64px;;
}
#nav ul.sf-menu > li > a {
	padding: 35px 15px;
	text-align: left;
	border-top: 3px solid;
}
#nav ul.sf-menu > li.current-menu-item > a, #nav ul.sf-menu > li > a:hover, #nav ul.sf-menu > li.sfHover > a {
	background: #fafafa;
	color: #ABAEB0!important;
}

#nav ul li ul {
	background: white;
	padding-left: 15px;
	/*border: 1px solid #eee;*/
}
#nav ul li li a:hover, .sf-menu li li.sfHover > a {
	background: #fafafa;
}
#nav ul li li a:hover:before, .sf-menu li li.sfHover > a:before {
	height: 60%;
	content: "";
	width: 1px;
	position: absolute;
	top: 20%;
	right: 0;
}
#nav ul li li a {
	border-top: none;
	padding: 8px 15px;
	color: #333;
	text-align: left;
	position: relative;
}

.topbar-home #nav ul li ul {
	background: white;
	padding-left: 15px;
	/*border: 1px solid #eee;*/
}
.topbar-home #nav ul li li a:hover, .sf-menu li li.sfHover > a {
	background: #fafafa;
}
.topbar-home #nav ul li li a:hover:before, .sf-menu li li.sfHover > a:before {
	height: 60%;
	content: "";
	width: 1px;
	position: absolute;
	top: 20%;
	right: 0;
}
.topbar-home #nav ul li li a {
	border-top: none;
	padding: 8px 15px;
	color: #3C3F4B!important;
	text-align: left;
	position: relative;
}

.search-include {
	float: right;
	width: 30px;
	margin: 30px 0;
	position: relative;
}
.search-include .search-button {
	top: 0;
}
.search-include .popup-search {
	top: 40px;
	width: 300px;
}
.cart_dropdown {
	float: right;
	width: 30px;
	margin: 30px 0;
	position: relative;
	list-style-type: none;
	padding: 0;
}
.cart_dropdown > li > a {
	width: 30px;
	display: block;
	font-size: 18px;
}
/* MOBILE MENU */
.nav-toggle {
	width: 35px;
	height: 25px;
	float: right;
	margin: 7px 0;
}
.nav-toggle a {
    height: 25px;
    display: block;
    width: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.nav-toggle a:before {
    font-family: "Ionicons";
    content: "\f20e";
    color: #fff;
    font-size: 29px;
    position: relative;
    top: -7px;
    text-align: center;
    width: 100%;
    display: block;
    left: 0px;
}
.mobile-menu {
	display: none;
	width: 100%;
	clear: both;
	position: relative;
	background: #fff;
	top:75px;
}
.mobile-menu ul {
	list-style-type: none;
	clear: both;
	margin: 0;
	overflow: hidden;
}
.mobile-menu ul li {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background: #fff;
	text-transform: capitalize;
}
.mobile-menu ul li a {
	width: 100%;
	padding: 10px;
	display: block;
	border-bottom: 1px solid #eee;
	color: #3C4852;
}
.mobile-menu ul li a:hover {
	background: #fafafa;
}
.mobile-menu ul li li a {
	padding-left: 30px;
}
.mobile-menu ul li li li a {
	padding-left: 50px;
}
.mobile-menu ul li li li li a {
	padding-left: 70px;
}
.mobile-menu ul li li li li li a {
	padding-left: 90px;
}
.mobile-menu ul li a i {
	margin-right: 5px;
}
.head-slider {
	background: #f5f5f5;
	height: auto;
	width: 100%;
}
/* ::UPPER SECTION:: */
#upper-section p {
	margin: 10px 0;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
#upper-section .right-top p {
	text-align: right;
}
#upper-section p a {
	color: #888;
	font-weight: normal;
}
#upper-section p a:hover {
	text-decoration: underline;
}
.mini-nav {
	list-style-type: none;
	margin: 11px 0;
	padding: 0;
	float: right;
}
.left-top .mini-nav {
	float: left;
}
.mini-nav li {
	font-size: 11px;
	float: left;
	border-left: 1px solid #ccc;
	line-height: 1;
	padding: 0 10px;
}
.mini-nav li:nth-last-child(1) {
	border-right: 1px solid #ccc;
}
.mini-nav li a {
	color: #888;
	font-weight: normal;
}
.mini-nav li a:hover {
	text-decoration: underline;
}
header {
	position: absolute !important;
	border: none !important;
}
header .fullblock {
	z-index: 10000;
	background: none;
}
.shrink .topbar, .viewing-page-2 .topbar, .viewing-page-3 .topbar, .viewing-page-4 .topbar, .viewing-page-5 .topbar, .viewing-page-6 .topbar, .viewing-page-7 .topbar, .viewing-page-8 .topbar, .viewing-page-9 .topbar {

}
@media (max-width: 767px){
.topbar .mainbar {
	top:-7px;
	position:fixed;
	 width: 100%;
    background: white;
}
}
@media (min-width: 980px){
.topbar .mainbar {
    -webkit-transition: margin-top 0.2s ease-in-out, height 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out, height 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: margin-top 0.2s ease-in-out, height 0.2s ease-in-out, background 0.2s ease-in-out;
   /* position: fixed;*/
    top: 25px!important;
    width: 100%;
    background: white;
}
}
.shrink .topbar .mainbar, .viewing-page-2 .topbar .mainbar, .viewing-page-3 .topbar .mainbar, .viewing-page-4 .topbar .mainbar, .viewing-page-5 .topbar .mainbar, .viewing-page-6 .topbar .mainbar, .viewing-page-7 .topbar .mainbar, .viewing-page-8 .topbar .mainbar, .viewing-page-9 .topbar .mainbar {
	height: 50px;
	margin-top: 0px !important;
	padding-top: 0 !important;
}
.shrink .topbar .mainbar .container, .viewing-page-2 .topbar .mainbar .container, .viewing-page-3 .topbar .mainbar .container, .viewing-page-4 .topbar .mainbar .container, .viewing-page-5 .topbar .mainbar .container, .viewing-page-6 .topbar .mainbar .container, .viewing-page-7 .topbar .mainbar .container, .viewing-page-8 .topbar .mainbar .container, .viewing-page-9 .topbar .mainbar .container {
	height: 50px;
	margin-top: 0px !important;
}

.topbar .logo {
	float: left;
	margin: 10px 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 200px !important;
}
@media (max-width: 767px) {
	.topbar .logo {
	margin: 3px 0 0;
	}
}
@media (min-width: 768px) {
.topbar .logo {
	margin: 0;
	width: 200px !important;
	margin-top: 5px;
}
}

@media (min-width: 980px) {
.topbar .logo {
	width: 260px !important;
    margin-top: 5px;	
	
}
}

@media (min-width: 768px) {
.shrink .topbar .logo {
	width: 175px !important;
	    margin-top: 5px;
}
}
.topbar .logo img {
	height: auto !important;
	width: 100% !important;
}
.shrink .topbar .logo, .viewing-page-2 .topbar .logo, .viewing-page-3 .topbar .logo, .viewing-page-4 .topbar .logo, .viewing-page-5 .topbar .logo, .viewing-page-6 .topbar .logo, .viewing-page-7 .topbar .logo, .viewing-page-8 .topbar .logo, .viewing-page-9 .topbar .logo {
	height: 30px;
	margin: 15px 0;
}
.topbar #nav #main-menu {
	float: none !important;
	text-align: left;
}

.topbar-home #nav ul li a {
	 height: 40px;
    line-height: 40px;
    padding: 0px 0px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: .06em;
    color: #fff!important;
    background: none !important;
    border: none !important;
    text-transform: uppercase!important;
}


.topbar #nav ul li a {
	 height: 40px;
    line-height: 40px;
    padding: 0px 0px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: .06em;
    background: none !important;
    border: none !important;
    text-transform: uppercase!important;
}
.topbar-home #nav ul li a:hover {
	color: #29c06d!important;
/*	background:#29c06d!important;
	padding: 0px 6px!important;
	border-radius: 5px!important;*/
}
.topbar #nav ul li a:hover {
	color: #999 !important;
}
.topbar-home #nav ul li.current_page_item a {
	color: #fff !important;
	font-weight: 700 !important;
}
.topbar #nav ul li.current_page_item a {
	color: #B7B7B7 !important;
	font-weight: 700 !important;
}
.shrink .topbar #nav ul li a, .viewing-page-2 .topbar #nav ul li a, .viewing-page-3 .topbar #nav ul li a, .viewing-page-4 .topbar #nav ul li a, .viewing-page-5 .topbar #nav ul li a, .viewing-page-6 .topbar #nav ul li a, .viewing-page-7 .topbar #nav ul li a, .viewing-page-8 .topbar #nav ul li a, .viewing-page-9 .topbar #nav ul li a {
	height: 30px;
	line-height: 30px;
	padding: 15px 10px !important;
	font-size: 13px;
}
.topbar .headerlogo {
	padding: 0px 0px 0px;
	padding-left: 10px;
	margin-bottom: 0;
	display: inline-block;
	clear: none;
	margin-left: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 120px;
}

@media (min-width: 768px) {
.topbar .headerlogo {
	width: 160px;
}
}
.shrink .topbar .headerlogo {
	width: 80px !important;
}

@media (min-width: 768px) {
.shrink .topbar .headerlogo {
	width: 130px !important;
}
}
.topbar .mainbar .headerlogo .widget-block {
	margin-bottom: 0;
}
.topbar .mainbar .headerlogo .widget-block img {
	display: inline-block;
	margin-top: -10px;
	width: 100%;
}
.topbar .mainbar .headerlogo .widget-block span {
	display: inline-block;
	font-size: 12px;
	color: #B3AFAC;
	margin-left: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.topbar .mainbar .headerlogo .widget-block span.shrink {
	font-size: 10px;
}
body.home header .fullblock .mobile-menu {
	position: absolute;
	top: 72px;
	z-index: 9999;
}

@media (min-width: 768px) {
body.home header .fullblock .mobile-menu {
	top: 120px;
}
}
#nav .menu-main-container {
	display: none;
}

@media (max-width: 479px) {
.nav-toggle {
	display: block;
}
}

@media (min-width: 980px) {
.nav-toggle {
	display: none;
}
#nav .menu-main-container {
	display: block;
}
}
.email a{
	color:#3C4852;	
}
.phone a{
	color:#3C4852;	
}
.minibar {
	-webkit-transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
	z-index: 10002;
}
.minibar .container {
	margin-top: 0 !important;
}
.minibar div[class*="span"] > * {
	margin-left: 15px;
}
.minibar__logo {
	width: 202px;
	height: auto;
	margin-left: 0px !important;
	vertical-align: middle;
}
.minibar__logo img {
	width: 202px;
	height: auto;
}
.minibar__icon {
	color: #B5B5B5;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
}
.minibar__icon--mini {
	font-size: 14px;
	color: #00A46E;
}
.minibar__search {
	font-size: 26px;
	line-height: 30px;
}
.minibar__schedule, .minibar__call {
	height: 30px;
	line-height: 34px;
	display: inline-block;
	font-size: 13px;
	color: #B5B5B5;
	vertical-align: top;
	font-weight: 600;
}
.shrink .minibar, .viewing-page-2 .minibar, .viewing-page-3 .minibar, .viewing-page-4 .minibar, .viewing-page-5 .minibar, .viewing-page-6 .minibar, .viewing-page-7 .minibar, .viewing-page-8 .minibar, .viewing-page-9 .minibar {
	height: 0;
	opacity: 0;
}
.minibar .button, .minibar .property-idx > a, .minibar .idx-property__info__more a, .idx-property__info__more .minibar a, .minibar .property-cta__cta a, .property-cta__cta .minibar a {
	height: 30px;
	vertical-align: top;
}
.select {
	position: relative;
}
.select:after {
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    right: 9px;
    line-height: 40px;
    height: 50px;
    top: 0;
    pointer-events: none;
    color: #888888;
}
.select select {
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 40px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	font-weight: 400;
	color: #323232;
	background: #fff;
	background-size: contain;
	-webkit-appearance: none;
}
.select select.with-placeholder {
	color: #878787;
	-webkit-transition: color 0.15s;
	-moz-transition: color 0.15s;
	transition: color 0.15s;
}
.select select.with-placeholder.clicked {
	color: #323232;
}
 input::-webkit-input-placeholder {
 color: #878787 !important;
}
 input:-moz-placeholder {
 color: #878787 !important;
}
 input::-moz-placeholder {
 color: #878787 !important;
}
 input:-ms-input-placeholder {
 color: #878787 !important;
}

@media (min-width: 768px) {
body[class*="viewing-page-"], html[class*="viewing-page-"] {
	margin: 0;
	overflow: hidden;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
	display: block;
	position: static;
	padding: 0;
	width: 100%;
	height: 100%;
}
body[class*="viewing-page-"] .body-wrapper, html[class*="viewing-page-"] .body-wrapper {
	height: 100% !important;
}
}
body.single-property .onepage-wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 0;
	-webkit-transform-style: preserve-3d;
}
body.single-property .onepage-wrapper .ops-section {
	width: 100%;
	height: 100%;
	position: relative;
}
.onepage-pagination {
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 5;
	list-style: none;
	margin: 0;
	padding: 0;
}
.onepage-pagination li {
	padding: 0;
	text-align: center;
}
.onepage-pagination li a {
	padding: 10px;
	width: 4px;
	height: 4px;
	display: block;
}
.onepage-pagination li a:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: rgba(0, 0, 0, 0.85);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.onepage-pagination li a.active:before {
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid black;
	margin-top: -4px;
	left: 8px;
}
.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
	overflow: auto;
}
.disabled-onepage-scroll .onepage-wrapper .ops-section {
	position: relative !important;
	top: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	transform: none !important;
	-ms-transform: none !important;
	min-height: 100%;
}
.disabled-onepage-scroll .onepage-pagination {
	display: none;
}
body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
	position: inherit;
	width: 100%;
}
/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
	overflow: hidden !important;
}
#swipebox-overlay img {
	border: none !important;
}
#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#swipebox-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
}
#swipebox-slider .slide {
	background: url(../img/loader.gif) no-repeat center center;
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}
#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
#swipebox-action, #swipebox-caption {
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%;
}
#swipebox-action {
	bottom: -50px;
}
#swipebox-action.visible-bars {
	-ms-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next, #swipebox-action #swipebox-close {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
}
#swipebox-action #swipebox-prev {
	background-position: -32px 13px;
	right: 100px;
}
#swipebox-action #swipebox-next {
	background-position: -78px 13px;
	right: 40px;
}
#swipebox-action #swipebox-close {
	background-position: 15px 12px;
	left: 40px;
}
#swipebox-action #swipebox-prev.disabled, #swipebox-action #swipebox-next.disabled {
	opacity: 0.3;
}
#swipebox-caption {
	top: -50px;
	text-align: center;
}
#swipebox-caption.visible-bars {
	-ms-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
#swipebox-slider.rightSpring {
	-webkit-animation: rightSpring 0.3s;
	animation: rightSpring 0.3s;
}
#swipebox-slider.leftSpring {
	-webkit-animation: leftSpring 0.3s;
	animation: leftSpring 0.3s;
}
 @-webkit-keyframes rightSpring {
 0% {
 margin-left: 0px;
}
 50% {
 margin-left: -30px;
}
 100% {
 margin-left: 0px;
}
}
@keyframes rightSpring {
 0% {
 margin-left: 0px;
}
 50% {
 margin-left: -30px;
}
 100% {
 margin-left: 0px;
}
}
@-webkit-keyframes leftSpring {
 0% {
 margin-left: 0px;
}
 50% {
 margin-left: 30px;
}
 100% {
 margin-left: 0px;
}
}
@keyframes leftSpring {
 0% {
 margin-left: 0px;
}
 50% {
 margin-left: 30px;
}
 100% {
 margin-left: 0px;
}
}

@media screen and (max-width: 800px) {
#swipebox-action #swipebox-close {
	left: 0;
}
#swipebox-action #swipebox-prev {
	right: 60px;
}
#swipebox-action #swipebox-next {
	right: 0;
}
}
/* Skin 
--------------------------*/
#swipebox-overlay {
	background: #0d0d0d;
}
#swipebox-action, #swipebox-caption {
	text-shadow: 1px 1px 1px black;
	background-color: #0d0d0d;
	background-color: #0d0d0d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(black));
	background-image: -webkit-linear-gradient(top, #0d0d0d, black);
	background-image: linear-gradient(to bottom, #0d0d0d, black);
	opacity: 0.95;
}
#swipebox-action {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#swipebox-caption {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: white !important;
	font-size: 15px;
	line-height: 43px;
	font-family: Helvetica, Arial, sans-serif;
}
#footer {
	padding: 50px 0;
	background: white;
}
.footer {
	padding: 0;
}
.footer-logos {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer-logos__logo {
	display: inline-block;
	margin-left: 2%;
	margin-right: -4px;
	vertical-align: middle;
	margin-bottom: 20px;
}
.footer-logos__image {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

@media (max-width: 479px) {
.footer-logos__logo {
	width: 47.5%;
}
.footer-logos__logo:nth-of-type(2n+1) {
	margin-left: 0;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.footer-logos__logo {
	width: 30%;
}
.footer-logos__logo:nth-of-type(3n+1) {
	margin-left: 0;
}
}

@media (min-width: 768px) {
.footer-logos__logo {
	width: 12%;
}
.footer-logos__logo:first-of-type {
	margin-left: 0;
}
}
.foot-menu {
	color: #676767;
}
.foot-menu a {
	color: #676767;
}
.foot-menu .menu-item:first-of-type {
	border-left: 0;
	margin-bottom: 5px;
}
.footer-copyright a {
	color: #676767;
}
.footer-copyright p {
	color: #676767;
}
.homepage-slider-search {
	display: block;
	position: absolute;
	bottom: 40px;
	width: 100%;
}
.homepage-slider-search__wrapper {
	/*background: rgba(0, 0, 0, 0.6);*/
	border-radius: 5px;
	padding: 10px 15px;
	overflow: hidden;
	width:85%;
	margin:auto;
}
.homepage-slider-search input, .homepage-slider-search select {
	margin-bottom: 0;
}

@media (min-width: 768px) {
.homepage-slider-search {
	bottom: 135px;
}
}

@media (max-width: 480px) {
.homepage-slider-search__wrapper {
	padding: 15px 15px 5px 15px;
}
}
.about_name {
	float: right;
	width:70%;
}
@media (max-width: 979px) {
.about_name {
	float: left;
}
}
@media (max-width: 767px) {
.about_name {
	float: left;
	width: 100%;
}
.mobi-hide {
	border-top: transparent!important;
}
.mobi-con {
	width:90%!important;
}
}
.mobi-con {
	text-align: center;
	width: 70%;
	margin: auto;
}
@media (max-width: 767px) {
.about_name h3 {
	margin-top: 30px;
}
}

/*@media (max-width: 767px) {
.about_image {
	float: right;
	width:100%!important;
}
}
*/.padded-overlay, .padded-overlay--dark {
	padding: 20px;
}

@media (min-width: 768px) {
.padded-overlay, .padded-overlay--dark {
	padding: 30px 20px;
}
}
.padded-overlay--dark > h2 {
	color:white;
}
@media (min-width: 980px) {
.padded-overlay, .padded-overlay--dark {
	padding: 55px 30px;
}
}
.padded-overlay--dark {
	background: rgba(0, 0, 0, 0.55);
}
#fullpage .section {
}

@media (max-width: 767px) {
#fullpage .section:nth-of-type(1) .property-row {
	padding-top: 180px;
}
}

@media (max-width: 767px) {
#fullpage .section {
	height: auto !important;
}
}
#fullpage .section.fp-auto-height {
	height: auto !important;
}
#fullpage .section.fp-auto-height .property-row {
    height: auto;
    min-height: 0;
    padding: 0!important;
}
#fullpage .section.fp-auto-height + .fp-auto-height .property-row {
	padding-top: 0;
}

@media (min-width: 768px) {
#fullpage .section {
	overflow: hidden !important;
}
#fullpage .section.fp-auto-height .property-row {
	padding: 85px 0 0px;
}
}
.property-row {
	box-sizing: border-box;
	width: 100%;
	display: table;
	z-index: 3;
	position: relative;
	padding: 120px 0 120px;
}
.property-row__center {
	display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    background: transparent;
    padding-top: 50px;
	padding-bottom: 50px;
}
.property-row__center .span12 {
	margin-bottom: 0 !important;
}
.property-row--image {
	background-position: center center;
	background-size: cover;
}

@media (max-width: 767px) {
.property-row__content {
	text-align: left !important;
}
}

@media (max-width: 767px) {
.property-row__content--half {
	text-align: left !important;
}
}
.property-row__content--half > h2 {
	color:white;
}
.property-row__content--half > p {
	color:white;
}
@media (min-width: 768px) {
.property-row__content--half {
	max-width: 55%;
}
.property-row__content--half.text-right {
	float: right;
	text-align: left;
}
}
.property-row__content p:last-of-type {
	margin-bottom: 0;
}
.property-row__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
}

@media (min-width: 768px) {
.property-row__image--mobile {
	background-image: none !important;
	display: none;
}
}

@media (max-width: 767px) {
.property-row__image--tablet .topbar .mainbar .logo {
	width: 20%;
	margin-right: 1%;
}
.property-row__image--tablet .topbar .mainbar .headerlogo {
	width: 35%;
}
.property-row__image--tablet .topbar .mainbar #nav {
	width: 37%;
}
.property-row__image--tablet #nav .nav-toggle a {
	float: right;
}
}

@media (min-width: 980px) and (-webkit-max-device-pixel-ratio: 1), (min-width: 980px) and (min-resolution: 192dpi) {
.property-row__image--tablet {
	background-image: none !important;
	display: none;
}
}

@media (max-width: 979px) {
.property-row__image--desktop {
	background-image: none !important;
	display: none;
}
}

@media (min-width: 980px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 980px) and (min-resolution: 192dpi) {
.property-row__image--desktop {
	background-image: none !important;
	display: none;
}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
.property-row__image--mobile {
	background-image: none !important;
	display: none;
}	
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 191dpi) {
.property-row__image--retina {
	background-image: none !important;
	display: none;
}
}

@media (max-width: 979px) {
.property-row__image--retina {
	background-image: none !important;
	display: none;
}
}
.property-row__title-cta {
	margin-bottom: 1em;
	display: inline-block;
	position: relative;
}
.property-row h2 {
	font: 400 24px/1.2 "Lato", sans-serif;
	letter-spacing: -.015em;
	padding-bottom: .2em;
}

@media (max-width: 767px) {
.property-row h2 {
	text-align: left !important;
	display: block !important;
	padding-bottom: .2em;
	margin-bottom: 0;
}
}
.property-row p {
	font: 400 14px/1.6 "Lato", sans-serif;
}

@media (min-width: 768px) {
.property-row {
	min-height: 100%;
	height: 100%;
}
.property-row__title-cta {
	font-size: 16px;
}
.property-row h2 {
	font-size: 34px;
	font-weight: 300;
}
.property-row h2 strong {
	font-weight: 400;
}
.property-row p {
	font-size: 17px;
}
}

@media (min-width: 980px) {
.property-row__title-cta {
	font-size: 19px;
}
.property-row h2 {
	font-size: 50px;
}
}
.property-row--headline-text--overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	opacity: .3;
}

@media (max-width: 767px) {
.property-row--headline-text--overlay {
	background-color: #000;
}
}

@media (min-width: 768px) {
.property-row--headline-text--overlay--left {
	background-color: black;
	background-image: -webkit-linear-gradient(left, black 50%, transparent 100%);
	background-image: linear-gradient(to right, black 50%, transparent 100%);
	background-color: transparent;
}
.property-row--headline-text--overlay--right {
	background-color: black;
	background-image: -webkit-linear-gradient(right, black 50%, transparent 100%);
	background-image: linear-gradient(to left, black 50%, transparent 100%);
	background-color: transparent;
}
.property-row--headline-text--overlay--center {
	background-color: black;
}
}
.property-row--headline-text--overlay--light {
	opacity: .15;
}
.property-row--headline-text--overlay--strong {
	opacity: .55;
}
.property-bullets {
	overflow: hidden;
}
.property-bullets ul {
	box-sizing: border-box;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 0;
}
.property-bullets ul li {
	color: #fff;
	font: 400 14px/1.9 "Lato", sans-serif;
	text-align: left;
	position: relative;
	padding-left: 25px;
	line-height: 1.3;
	margin-bottom: 1rem;
}
.property-bullets ul li:before {
	font-family: "Ionicons";
	content: "\f10b";
	color: #00A46E;
	border: 2px solid #00A46E;
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	line-height: 12px;
	text-align: center;
	font-size: 13px;
	box-sizing: border-box;
	margin-right: 10px;
	position: absolute;
	top: 2px;
	left: 0;
}

@media (min-width: 768px) {
.property-bullets ul li:before {
	top: 4px;
}
}

@media (min-width: 768px) {
.property-bullets {
	padding: 1em 0 1em 2em;
}
.property-bullets ul li {
	font-size: 19px;
}
}

@media (min-width: 980px) {
.property-bullets--two-col ul {
	width: 50%;
}
.property-bullets--three-col ul {
	width: 33.33333%;
}
.property-bullets--four-col ul {
	width: 50%;
}
.property-bullets--four-col ul {
	width: 25%;
}
}
.property-gallery {
	margin-top: 16px;
}

@media (min-width: 768px) {
.property-gallery {
	margin-top: 40px;
}
}
.property-gallery ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin: 0 -3px;
}
.property-gallery ul li {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 50%;
	border: 3px solid #0C0D0D;
}
.property-gallery ul li a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: box-shadow 0.15s;
	-moz-transition: box-shadow 0.15s;
	transition: box-shadow 0.15s;
	position: relative;
}
.property-gallery ul li a:hover {
	opacity: 1;
	box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
	z-index: 1000;
}

@media (min-width: 480px) {
.property-gallery ul li {
	width: 50%;
}
}

@media (min-width: 768px) {
.property-gallery ul li {
	width: 33.3333333333%;
}
}

@media (min-width: 980px) {
.property-gallery ul li {
	width: 25%;
}
}
.property-row--location .property-row__content {
	z-index: 1000;
	position: relative;
}
.property-map {
	height: 0;
	width: 100%;
	z-index: 0;
	margin-top: 1.5em;
	padding-bottom: 50%;
}

@media (min-width: 768px) {
.property-map {
	padding-bottom: 40%;
}
}

@media (min-width: 980px) {
.property-map {
	padding-bottom: 30%;
}
}
.property-idx {
	text-align: center;
	font: 14px "Lato", sans-serif;
	line-height: 40px;
}
.property-idx > a {
	text-transform: uppercase;
	position: relative;
}
.property-idx > a.next {
	margin-left: 20px;
	color:#888888
}
.property-idx > a.next:hover{
	color:white;
}
.property-idx > a.prev {
	margin-right: 20px;
}
.property-idx h3 {
	display: none;
}
@media (max-width:979px){
	.idx-property {
    width: 100%;
    margin-bottom: 2%;
    border: darkgray 1px solid;
    float: left;
}
.idx-property__photo {
    width: 100%!important;
    padding-bottom: 50%!important;
}
.idx-property__photo img {
    margin: -15% auto 0px!important;
}
.idx-property__info {
    width: 100%!important;
    padding: 20px!important;
}
}


.idx-property-wrapper {
	text-align: left;
	color: #B5B5B5;
	margin-top: 60px;
}
.idx-property {
    width: 100%;
    margin-bottom: 2%;
    border: darkgray 1px solid;
    float: left;
}
.idx-property__photo {
	float: left;
    width: 47%;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}
.idx-property__photo img {
	width: 135%;
    height: auto;
    max-width: none;
    margin-top: -6%;
    left: -6.5%;}
.idx-property__info {
	display: block;
	float: left;
	width: 53%;
	box-sizing: border-box;
	padding: 20px 20px 0 20px;
}
.idx-property__info__address {
	font: 19px "Lato", sans-serif;
	color: #00A46E;
}
.idx-property__info__beds-baths {
	font: 700 14px/25px "Lato", sans-serif;
	color: #878787;
	margin-bottom: 10px;
}
.idx-property__info__price, .idx-property__info__type {
	font: 14px/22px "Lato", sans-serif;
	color: #888888;
}
.idx-property__info__more {
	margin: 10px 0;
}
.idx-property__info__mls {
    font: 9px/1 "Lato", sans-serif;
    color: #676767;
    margin-top: -5px;
}

@media (min-width: 768px) {
.idx-property {
	width: 49%;
	margin-left: 2%;
	float: left;
}
.idx-property:nth-of-type(3n+1) {
	margin-left: 0;
}
.idx-property:nth-of-type(2n+2):after {
	content: "";
	display: table;
	clear: both;
}
}
.property-cta-wrapper {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	display: none;
}

@media (min-width: 768px) {
.property-cta-wrapper {
	display: block;
	z-index: 99;
}
}
.property-cta > div {
	display: inline-block;
}
.property-cta__title {
	font: 21px/70px "Lato", sans-serif;
	color: #fff;
}
.property-cta__subtitle {
	font: 15px/70px "Lato", sans-serif;
	color: #B5B5B5;
	margin-left: 15px;
}
.property-cta__cta {
	float: right;
	height: 70px;
	vertical-align: middle;
	box-sizing: border-box;
	padding-top: 20px;
	margin-left: 10px;
}
.property-cta__cta a {
	font-size: 15px;
	line-height: 30px;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.left {
	left: 5px;
}

@media (min-width: 980px) {
#fp-nav.left {
	left: 18px;
}
}
#fp-nav ul {
	margin: 0;
	padding: 0;
}
#fp-nav ul li {
	display: block;
	width: 16px;
	height: 16px;
	margin: 7px;
	position: relative;
	margin-bottom: 6px;
}
#fp-nav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#fp-nav ul li a span {
	display: block;
	width: 6px;
	height: 6px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a span {
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background-color: #20af54;
	display: block;
	top: -1px;
	left: -2px;
	position: absolute;
	-webkit-transition: all 0s;
	transition: all 0s;
}
#fp-nav ul li:hover a span {
	width: 16px;
	height: 16px;
	left: -5px;
	top: -4px;
}
#fp-nav ul li .fp-tooltip.left {
	left: -3px;
	padding-left: 25px;
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -4px;
	left: 0;
	color: #fff;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	line-height: 16px;
	height: 16px;
	padding-right: 4px;
	box-sizing: border-box;
	background-color: #00B14F;
	border-radius: 10px 2px 2px 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	-webkit-transition: all 0s;
	transition: all 0s;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
	width: auto;
	opacity: 1;
}
.contact_us_page .contact_address p {
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
	width: 85% !important;
}
.contact_us_page .contact_address p:first-child {
	margin-bottom: 30px;
}
.aboutuspage {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.aboutuspage .aboutustop {
	display: inline-block;
	width: 95%;
}
.aboutuspage .aboutustop h2 {
	font-size: 48px;
	margin-bottom: 20px;
	text-align: left;
}
.aboutuspage .aboutustop .contentleft {
	float: left;
	width: 49%;
	text-align: justify;
}
.aboutuspage .aboutustop .contentright {
	float: right;
	width: 49%;
	text-align: justify;
}
.aboutuspage .aboutusauthour {
	display: inline-block;
	width: 95%;
}
.aboutuspage .aboutusauthour h2 {
	font-size: 48px;
	text-align: left;
}
.aboutuspage .aboutusauthour .authorcontent {
	display: inline-block;
	width: 100%;
}

@media (min-width: 768px) {
.aboutuspage .aboutusauthour .authorcontent .authorcontentleft {
	float: left;
	width: 60%;
}
}
.aboutuspage .aboutusauthour .authorcontent .authorcontentleft p {
	line-height: 28px;
	text-align: left;
}
.aboutuspage .aboutusauthour .authorcontent .authorcontentleft ul li {
	line-height: 30px;
	text-align: left;
}
.aboutuspage .aboutusauthour .authorcontent .authorcontentleft a {
	font-size: 18px;
	line-height: 30px;
}
.aboutuspage .aboutusauthour .authorcontent .authorcontentleftright {
	float: right;
	width: 38%;
}
.aboutuspage .aboutusauthour .authorcontent img {
	width: 100%;
	margin-top: 0;
}

@media (max-width: 767px) {
.aboutuspage .aboutusauthour .authorcontent img {
	display: none;
}
}
