:root {
    --primary-color: #80A042;
    --secondary-color: #54C9DA;
    --logo-white: url('https://u.realgeeks.media/beinkeywest/BEKW-LOK-Png2.png');
    --logo: url('https://u.realgeeks.media/beinkeywest/BEKW-LOK_Png.png');
}

/**************/
/* SITE FONTS */
/**************/
.search-header,.main-footer p,.sidebar li,.search-results .tabs a,.property .address,.property .property-details ul .detail .number,.property .price,.property .view-fp,.sidebar p,.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, body,html,.main-footer li,.body-content p,.body-content .body-container ul li, h1,h2,h3,h4,h5,h6
{font-family: 'Lato',sans-serif !important;}


/***************/
/* PAGE LAYOUT */
/***************/



.sidebar
{
	display:none;
}

.body-content
{
	width:100%;
	margin:0;
	background:#d8d8d8;
}

.body-content
{
	padding: 0 !important;
	max-width:100% !important;
}

.body-content .body-container
{
	width:100% !important;
}

.body-container
{
	padding-left:0 !important;
	padding-right:0 !important;
	margin:0;
	max-width:100% !important;
}

.user-content
{
	width:100%;
}

footer .row, .row
{
	max-width:100%;
}

.footer-section li {
	width: 100%;
	float:right;
}

.search-results
{
	max-width: 1360px !important;
	padding-left: 20px;
	padding-right: 20px;
	/*margin-top:60px !important;*/
}

/* Blog */
.blog .sidebar
{
	display:block;
}

.blog .body-container{
	width: 66.66667% !important;
	padding-left:0.9375rem !important;
	padding-right:0.9375rem !important;
}

.blog{
	max-width:1140px !important;
	margin:auto;
	background:#fff;
}



/***********************/
/* NAVIGATION AND LOGO */
/***********************/

@media only screen and (min-width: 768px) {
nav.top-nav
{
	height:120px !important;
	background:none !important;
	border-bottom:none !important;
	position:relative !important;
	/*top:60px;*/
}

.nav-container
{
	height:120px !important;
}

.nav ul
{
	font-size:16px;
}

nav.top-nav .nav li
{
	padding: 0 10px;
	font-size:16px;
}

#quicksearch-section
{
	margin-top:-120px !important;
	box-shadow: inset 0 120px 400px -20px #000;
	position:relative;
}

.top-nav .logo 
{
	background:var(--logo-white);
    background-size: auto 70%; 
	background-repeat: no-repeat; 
	background-position: 10px 16px;
}

.no-quicksearch .logo 
{
	background:var(--logo);
	background-size: auto 70%; 
	background-repeat: no-repeat; 
	background-position: 10px 16px;
}

.logo a
{
	height:80%;
	width:400px;
	margin:auto 0;
	display:block;
}

.logo img
{
	position:absolute; 
	top:-9999px;
}

/*nav.scrolled.unshrunk .nav
{
	left:10px;
	top:auto !important;
	bottom:auto !important;
}

nav.top-nav .user-contact-icons
{
	bottom:auto !important;
	top:20px;
	right:5px;
}*/

nav.scrolled.unshrunk .nav
{
	right:0 !important;
	margin-top:55px !important;
	bottom:30px !important;
}

nav.no-quicksearch a 
{
	color:#1A1A1A !important;
}

nav.no-quicksearch a:hover 
{
	color:#888 !important;
}

/*.search-results .tabs
{
	display:none;
}*/


/*.side-btn-top {
    width: 43px;
    clear: both;
    display: inline-block;
    height: 250px;
    position: absolute;
    top: 30%;
    right: 0;
    background-color: rgba(0,0,0,.51);
}

.side-btn-top p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 250px;
    -webkit-transform-origin: bottom left 0;
    -ms-transform-origin: bottom left 0;
    transform-origin: bottom left 0;
    position: relative;
    text-align:center;
	line-height:43px;
    left: 43px;
	top:207px;
    font-size: 24px;
    color: #fff;
    font-family: serif;
	font-variant: small-caps;
	display:inline-block;
}

.side-btn-top a {
    color: #fff;
}

.side-btn-top a:hover {
    color: #e6e6e6;
}*/


}

nav.top-nav .user-contact-icons
{
	bottom:auto !important;
	top:15px !important;
	right:5px !important;
}

.user-contact-icons li
{
	width:auto !important;
	height:auto !important;
	padding:0 7px;
	color:var(--primary-color);
}

.user-contact-icons li.phone:hover i
{
	color: var(--primary-color) !important;
}

.user-contact-icons li:nth-child(2)
{
	border-right:2px solid #fff;
}

i.fa-user, i.fa-envelope /*, li.phone */
{
	display:none;
}

nav.top-nav .phone-popup.show
{
	top:61px !important;
	width:250px !important;
	text-align:center;
}

nav.top-nav .phone-popup.show
{
	top:61px !important;
	width:250px !important;
}

nav.top-nav .phone-popup .inner
{
	text-align:center;
	padding:2px !important;
	overflow: hidden !important;
}

nav.top-nav .phone-popup a
{
	float:none !important;
}

.user-popup
{
	top:61px !important;
}

.user-popup .inner
{
	background:#ffffff55;
}

a.customContact
{
	font-family: 'Lato',sans-serif; 
	text-shadow: none; 
	font-size:24px; 
	color:#000;
	line-height:.8;
}

@media only screen and (max-width: 768px) {
	a.customContact
	{
		font-family: 'Lato',sans-serif; 
		text-shadow: none; 
		font-size:16px; 
		color:#000;
	}
}

@media only screen and (max-width: 450px) {
	.user-info
	{
		height:auto !important;
		top:15px !important;
	}
	

}


/* Advanced Search Page */
/*
.advanced-search .property-section {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100% !important;
	max-width:1360px;
    float: none;
	margin-bottom:0;
}

.advanced-search .details-section {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100% !important;
	max-width:1360px;
    float: none;
}

.multiple-selects {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: none;
}

.advanced-search legend {
    font-size:22px;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:5px;
}

.advanced-search fieldset {
    border:none;
}*/

/***************************/
/* SEARCH AND BANNER IMAGE */
/***************************/
@media only screen and (min-width: 46.01em) {
/*.search-section
{
	display:none;
}*/

.search-header
{
	font: 400 42px/42px 'Lato',sans-serif;  
	letter-spacing: 1px; 
	text-transform:uppercase; 
	text-shadow: 0 0 25px #000;
}

.hero-search
{
	height:700px !important;
}

/*.hoz-s
{
	padding-top:335px;
}*/

.customSearchButtonContainer
{
	width:100%;
	max-width:1140px;
	margin:15px auto 0;
	padding:0 10%;
}

a.customSearchButton
{
	font-family: 'Lato',sans-serif; 
	text-transform:uppercase; 
	text-shadow: none;
	text-align:center;
	font-size:12px; 
	color:#fff; 
	border:2px solid white; 
	background:rgba(0,0,0,.3);
	width:23%;
	display:inline-block;
	margin: 7px 1%; 
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
	white-space: nowrap;
}

a.customSearchButton:hover
{
	background:var(--primary-color);
	color:#fff;
}

#address_search_container_header
{
	background:none; 
	border-radius:0; 
	padding:0 1% 25px; 
	margin:0 auto; 
	width:100%;
	max-width:1140px;
}

.twitter-typeahead .typeahead, .twitter-typeahead input[type="text"].tt-input
{
	border-radius:0;
	background:rgba(255,255,255,0.9);
	font-size:20px;
}

}

@media only screen and (max-width: 46em)
{
	a.customSearchButton
	{
	font-family: 'Lato',sans-serif; 
	text-transform:uppercase; 
	text-shadow: none; 
	text-align:center;
	font-size:18px; 
	color:#fff; 
	border:none; 
	background:var(--primary-color);
	padding:12px 0; 
	width:80%;
	display:block;
	margin:7px auto;
	white-space: nowrap;
	}

	a.customSearchButton:hover
	{
	background:var(--secondary-color);
	color:#fff;
	}
	
	#address_search_container_header
	{
		display:none;
	}
	
	.twitter-typeahead .typeahead, .twitter-typeahead input[type="text"].tt-input
	{
		border-radius:0;
		background:rgba(255,255,255,0.9);
		font-size:20px;
	}
}


/*************************/
/* PAGE CONTENT SECTIONS */
/*************************/

/* Footer Styles */

.main-footer .row
{
	padding-right:5%;
	padding-left:5%; 
	width:100%;
}

.main-footer .footer-section
{
	border:none !important;
}

.main-footer .footer-section:last-child
{
	display:none;
}

.social-icons-footer
{
	width: 210px;  
	text-align:center;
	margin:auto;
	padding-bottom:30px;
	margin-top:25px;
}

.social-icon-footer
{
	line-height: 28px; 
	padding:3px;
}

.social-icon-footer .fa
{
 
	color: var(--primary-color); 
	font-size: 26px; 
	line-height: 28px;
} 

.social-icon-footer .fa:hover
{
	color: var(--secondary-color); 
} 

.social-icon-body
{
	line-height: 20px; 
	padding:3px;
}

.social-icon-body .fa
{
 
	color: var(--primary-color); 
	font-size: 75px; 
	line-height: 42px;
} 

.social-icon-body .fa:hover
{
	color: var(--secondary-color); 
} 

@media only screen and (max-width: 46em)
{
	.social-icon-body .fa
	{
		font-size: 35px;
	}
	
}

.centerFooterCustom
{
	border-right:none !important;
}

.rightFooterCustom
{
	border-right:none !important;
	text-align: right;
}

@media only screen and (max-width: 46em)
{
	.rightFooterCustom
	{
		text-align: left;
	}
	
	.footer-section
	{
		border-right:none !important;
	}
}

.social_links
{
	width: 210px; 
	background: #e11b22;
	border: 1px solid #c5c5c5; 
	margin:0 auto 10px;
	display:inline-block;
	text-align:center;
}

.social_links_text
{
	line-height: 35px; 
	padding: 0 7px;
	color: #fff;
}

.social_links .fa
{
	height: 35px; 
	width: 35px; 
	color: #fff; 
	font-size: 24px; 
	line-height: 35px;
	float: right;
} 

.social_links .fa-facebook
{
	background: #00579E; 
} 

.social_links .fa-linkedin
{
	background: #0082C1; 
} 

.social_links .fa-twitter
{
	background: #00ACEA; 
} 

.social_links .fa-youtube
{
	background: #F4010F; 
} 

.social_links .fa-pinterest
{
	background: #E70510; 
} 

.social_links .fa-instagram
{
	background: url('https://u.realgeeks.media/orchidrealtygroup/instagram-background.jpg'); 
} 

.text-facebook
{
	color: #00579E; 
}

.text-linkedin
{
	color: #0082C1; 
}

.text-twitter
{
	color: #00ACEA; 
}

.text-youtube
{
	color: #F4010F; 
}

.text-pinterest
{
	color: #E70510; 
}

.text-instagram
{
	color: #A724AA; 
}

.social_links a:hover
{
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05)); /*Fx 3.6-15*/
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.05));
}


/* h1 header style with adjustments for screen size */
.body-content h1, .body-content .fp-header
{
	margin-top:0px !important; 
	color:#000; 
	text-transform:uppercase;  
	padding-bottom:10px !important;
}

.body-content .fp-header
{
	text-align:center; 
}

@media only screen and (min-width: 46.01em) {
	.body-content h1, .body-content .fp-header
	{
		font: 300 42px/42px 'Lato',sans-serif !important; 
		font-size:40px !important; 
		letter-spacing: -1px; 
	}
}

@media only screen and (min-width:30em) and (max-width: 46em) {
	.body-content h1, .body-content .fp-header
	{
		font: 300 36px/40px 'Lato',sans-serif !important; 
		font-size:26px !important; 
		letter-spacing: -1px; 
	}

}

@media only screen and (max-width: 30em) {
	.body-content h1, .body-content .fp-header
	{
		font: 300 30px/30px 'Lato',sans-serif !important; 
		font-size:22px !important; 
		letter-spacing: -1px; 
	}

}


/* search header style with adjustments for screen size */
@media only screen and (min-width:46.01em) and (max-width: 900px) {
	.search-header
	{
		font: 400 42px/42px 'Lato',sans-serif !important; 
		font-size:36px !important; 
		text-align: center !important;
	}
	
	.hoz-s
	{
		padding-top: 240px !important;
	}
}

@media only screen and (min-width:30em) and (max-width: 46em) {
	.search-header
	{
		font: 400 30px/30px 'Lato',sans-serif !important; 
		font-size:22px !important;
		text-transform:uppercase;
		text-align: center !important;
	}
}

.body-content hr
{
	border:none;
	border-bottom:1px solid var(--primary-color) !important; 
	margin:0;
	clear:none;
}
	
.body-content h2
{
	font-family: 'Lato',sans-serif !important; 
	text-transform:uppercase; 
	font-size:20px !important;
	margin-top:20px !important;
	margin-bottom:10px !important;
}

/* link buttons */
.body-content a.info
{ 
	background-color: var(--primary-color); 
	color:#fff; 
	font-size: 18px; 
	text-transform:uppercase; 
	padding: 15px 60px;
	border-radius:0 !important;
}

.body-content a.info:hover
{ 
	background-color: var(--secondary-color);
	color: #fff;
}

.advanced-submit a, .advanced-submit input[type="submit"], .submit a, .submit input[type="submit"] 
{ 
	background: var(--primary-color); 
	border:none;
	color:#000; 
	font-size: 18px; 
	text-transform:uppercase; 
	padding: 10px 40px;
	transition: background-color 300ms ease-out;
	border-radius:0;
}

.advanced-submit a:hover, .advanced-submit a:focus, .advanced-submit input[type="submit"]:hover, .advanced-submit input[type="submit"]:focus, .submit a:hover, .submit a:focus, .submit input[type="submit"]:hover, .submit input[type="submit"]:focus 
{ 
	background: var(--secondary-color);
	color: #fff;
}


/* page content sections */
.customTeam, .customTestimonials, .customBannerText, .customService, .customCommunities, .customValuation, .customProjectSection
{
	padding-right:5%;
	padding-left:5%; 
	width:100%;
	padding-top:30px; 
	padding-bottom:30px;
}

.customCommunities
{
	background:#d8d8d8;
	color:#000 !important;
}

.customTeam-content, .customTestimonials-content, .customBannerText-content, .customService-content, .customCommunities-content
{
	max-width:1440px; 
	margin:auto;
}

.customProjectSection
{
	max-width:1140px; 
	margin:auto;
}


.customValuation-content
{
	max-width:1140px; 
	margin:auto;
}

/*CUSTOM BANNER SECTION*/

.customTopBannerText
{
	background:#1e355e;
	width: 100%;
	height:60px;
	padding:0;
	position:relative;
	z-index:98;
}

.customTopBannerText-content h2
{
	font-weight:500;
	font-size:20px;
	line-height:60px;
	font-style:italic;
	color:#f0f0f0;
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.customTopBannerText-content img
{
	margin-top:-10px;
}

.customTopBannerText-content a
	{
		margin:0 3px;
		color:#f0f0f0;
		border:1px solid #f0f0f0;
		border-radius:50%;
		padding:5px;
	}
	
.customTopBannerText-content a:hover
	{
		color:#f0f0f0;
		background-color:#e11b22;
	}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	.customTopBannerText h2
	{
		font-size:16px;
	}
}
	
@media only screen and (max-width: 767px) {
	.customTopBannerText
	{
		display:none;
	}
}

@media only screen and (max-width: 46em) {
	.customBannerText
	{
		margin-top: -30px;
		opacity:1.0;
		filter: alpha(opacity=100);
		padding-top:5px;
		padding-bottom: 5px;
		height: auto;
	}
	.customBannerText-content h2
	{
		font-weight:500;
		font-size:20px;
		line-height:26px;
		font-style:italic;
		color:#f0f0f0;
		margin-top:0 !important;
	}

	.customBannerText-content img
	{
		display:none;
	}
	
	
}

/*COMMUNITIES SECTION*/
/*
.community-container {
  position: relative;
  margin:2px;
}

.customCommunities img 
{
	display:block;
	width:100%;
}

.community-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .2;
  transition: .5s ease;
  background-color: #000;
}

.community-link-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index:99;
}

.community-link-overlay a
{
	display:block;
	height:100%; 
	width:100%; 
}

.community-description {
  position: absolute;
  width:100%;
  text-align:center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index:98;
}

.community-description h3 { 
  text-transform:uppercase;
  font-weight:bold;
  color: white;
  font-size: 26px;
  text-shadow: 1px 1px 10px #000;
}

.community-description h3 a {
  color: white;
}

.community-description p 
{
	font-size:15px; 
	color: white; 
	text-align:center;
	opacity:0;
	-webkit-font-smoothing: antialiased;
	transition: opacity .5s;
	text-shadow: 1px 1px 10px #000;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.community-container:hover .community-overlay {
  opacity: .7;
  background-color: #856c42;
}

.community-container:hover .community-description p {
  opacity: 1;
}

.customCommunities img:hover 
{
	border: 2px solid #e11b22;
}

.customCommunities li 
{ 
	padding:0 !important;
}

.customCommunities ul 
{ 
	margin:0 !important;
}*/

/*COMMUNITIES SECTION*/

.community-container {
  position: relative;
  margin:10px;
}

.customCommunities img 
{
	display:block;
	width:100%;
	border: 2px solid var(--primary-color);
	padding: 3px;
}

.community-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.community-link-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index:99;
}

.community-link-overlay a
{
	display:block;
	height:100%; 
	width:100%; 
}

.community-description {
  position: absolute;
  width:100%;
  text-align:center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index:98;
}

.community-description h3 { 
  font-family:'Lato',sans-serif !important;
  text-transform:uppercase;
  color: white !important;
  font-size: 22px !important;
  text-shadow: 5px 5px 20px #000;
}

.community-description h3 a {
  color: white !important;
}

.community-description p 
{
	font-size:15px; 
	color: white; 
	text-align:center;
	opacity:0;
	-webkit-font-smoothing: antialiased;
	transition: opacity .5s;
	text-shadow: 1px 1px 10px #000;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.community-container:hover .community-overlay {
  opacity: .1;
  background-color: #000;
}

.community-container:hover .community-description p {
  opacity: 1;
}

.customCommunities img:hover 
{
	border: 2px solid var(--secondary-color);
}

.customCommunities li 
{ 
	padding:0 !important;
}

.customCommunities ul 
{ 
	margin:20 !important;
}

.customCommunities h1 
{ 
	color:#000 !important;
}

.customCommunities h2 
{ 
	color:#000 !important;
}

/*TEAM SECTION*/

/* Uncomment to show team section*/
.customTeam
{
	background:#d8d8d8;
	display:inline-block;
	color:#000 !important;
}

/*
.customTeam
{
	display:none;
}
*/

.customTeam img
{
	margin: 5px 15px;  
	width:100%;
	max-width:720px;
	border: 2px solid var(--primary-color);
	padding: 2px;
}

.customTeam-content h1
{
	color:#000 !important;
}

.customTeam-content h2, .customTeam-content p
{
	color:#000 !important;
}

.customTeamImage
{
	width:38%;
	display:inline-block;
	float:right;
}

.customTeamText
{
	width:60%;
	display:inline-block;
}

@media only screen and (min-width:900px) and (max-width:1140px)
{
	.customTeamText h1
	{
		font-size:36px !important; 
		padding-bottom:10px !important;
	}
}

@media only screen and (max-width:900px) 
{
	.customTeam img
	{
		margin: 0;  
	}
	
	.customTeamImage
	{
		width:100%;
		text-align:center;
		float:none;
		margin-bottom:15px;
	}

	.customTeamText
	{
		width:100%;
		text-align:center;
	}
	
	.customTeamText h1
	{
		padding-bottom:10px !important;
	}
}

/*VALUATION SECTION*/

.customValuation
{
	padding-right:5%;
	padding-left:5%; 
	width:100%;
	padding-top:40px; 
	padding-bottom:50px;
	background-color: #d8d8d8;
}

.customValuation-content
{
	max-width:1140px; 
	margin:auto;
}

.customValuationWidget
{
	width:55%;
	display:inline-block;
	float:left;
}

.customValuationText
{
	width:40%;
	margin-left:5%;
	margin-top:20px;
	display:inline-block;
}

.customValuationText a.info
{
	background-color:var(--primary-color);
	color:#fff;
	border:none;
}

.customValuationText a.info:hover, .customValuationText a.info:focus
{
	background-color:var(--secondary-color);
	color:#fff;
	border:none;
}

@media only screen and (min-width:900px) and (max-width:1140px)
{
	.customValuationText h1
	{
		font-size:36px !important; 
		padding-bottom:10px !important;
	}
}

@media only screen and (max-width:900px) 
{

	
	.customValuationWidget
	{
		width:100%;
		text-align:center;
		float:none;
		margin-bottom:15px;
	}

	.customValuationText
	{
		width:100%;
		text-align:center;
		margin-left:0;
		padding: 0 2%;
	}
	
	.customValuationText h1
	{
		padding-bottom:10px !important;
	}
}

/*GATED COMMUNITIES SECTION*/

/* Uncomment to show team section*/
.customGatedCommunities
{
	background:#fff;
	display:inline-block;
}

/*
.customGatedCommunities
{
	display:none;
}
*/

.customGatedCommunities img
{
	margin: 5px 15px;  
	width:100%;
	max-width:650px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}

.customGatedCommunitiesImage
{
	width:48%;
	display:inline-block;
	float:right;
}

.customGatedCommunitiesText
{
	width:50%;
	display:inline-block;
}

@media only screen and (min-width:900px) and (max-width:1140px)
{
	.customGatedCommunitiesText h1
	{
		font-size:36px !important; 
		padding-bottom:10px !important;
	}
}

@media only screen and (max-width:900px) 
{
	.customGatedCommunities img
	{
		margin: 0;  
	}
	
	.customGatedCommunitiesImage
	{
		width:100%;
		text-align:center;
		float:none;
		margin-bottom:15px;
	}

	.customGatedCommunitiesText
	{
		width:100%;
		text-align:center;
	}
	
	.customGatedCommunitiesText h1
	{
		padding-bottom:10px !important;
	}
}

/*COMMUNITY SERVICE SECTION*/
.customService
{
	background: url('https://u.realgeeks.media/beinkeywest/banner-testimonials.jpg') repeat center center fixed;
	display:inline-block;
	padding-top:175px;
	padding-bottom:175px;
	text-align:center;
}

/* sections */
.customSection
{
	padding-right:5%;
	padding-left:5%; 
	width:100%;
	padding-top:40px; 
	padding-bottom:50px;
	background-color: #d8d8d8
}

.customSection p
{
	color: #000 !important;
}

.customSection h2
{
	color: #000 !important;
}

.customSection li
{
	padding:20px !important;
}

.customSection-content-wide
{
	max-width:1440px;
	margin:auto;
}

.customSection-content-narrow
{
	max-width:1170px;
	margin:auto;
}

.customSection-content-small
{
	max-width:1000px;
	margin:auto;
}

.grey-background
{
	background:#f9f9f9;
}

.black-background
{
	background:#d8d8d8;
}

.black-background h1, .black-background h2, .black-background h3, .black-background p
{
	color:#000 !important;
}

.black-background a.info 
{ 
	background:none; 
	color:#000; 
	border:2px solid #fff;
}

.black-background a.info:focus
{ 
	background:none; 
	color:#000; 
	border:2px solid #fff;
}

.black-background a.info:hover 
{ 
	background:#666; 
	color:#000; 
	border:2px solid #666;
}

/* HOME VALUE */
.customHomeValue
{
	background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url('https://u.realgeeks.media/mychicagobrokers/banner-hv.jpg') repeat center center fixed;
	display:inline-block;
	padding-top:200px;
	padding-bottom:240px;
	margin-top:40px;
}

.customHomeValue h2
{
	font-size:60px !important;
	text-transform:none;
	color:#000 !important;
}

/*PROJECT SECTION*/


.customProjectSection
{
	background: url('https://u.realgeeks.media/beinkeywest/banner-testimonials.jpg') repeat center center fixed;
	display:inline-block;
}

.customProjectSection-content
{
	background: rgba(0,0,0,0.4);
	color:#000 !important;
}

/*TESTIMONIALS SECTION*/

/*.customTestimonials{display:none;}*/

.customTestimonials
{
	background: url('https://u.realgeeks.media/beinkeywest/banner-testimonials.jpg') repeat center center fixed;
	display:inline-block;
}

.customTestimonials-content
{
	background: rgba(0,0,0,0.4);
	color:#000 !important;
}

.customTestimonials-content p
{
	color:#fff !important;
	padding: 10px;
}

.customTestimonials-section h2
{ 
	font-size: 22px;
	font-weight: normal; 
	padding:10px 0 10px; 
	text-transform: uppercase;
}

.customTestimonials-section img
{ 
	max-width: 200px !important;
	min-width: 0 !important;
}

.testi-slideshow .orbit-slide-number 
{
	display: none;
}

.testi-slideshow .orbit-bullets-container 
{
	display:inline-block;
	padding: 0 0 5px
}

.testi-slideshow .orbit-bullets li 
{
	list-style: none!important;
	height: 12px;
	width: 12px;
}
.testi-slideshow .orbit-bullets li.active 
{	
	background:#c20e31;
}
.testi-slideshow .orbit-slides-container 
{
	margin-top: 5px!important;
}

.testi-slideshow blockquote cite 
{
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
	color: #fff;
}

.testi-slideshow blockquote cite::before 
{
	content: '- ';
}

.testi-slideshow .orbit-container .orbit-prev, .testi-slideshow .orbit-container .orbit-next,.testi-slideshow .orbit-container .orbit-timer
{
	display:none;
}

.testi-slideshow blockquote
{ 
	border-left: none; 
	padding:0; 
	margin:0; 
	text-align:center;
}

.testi-slideshow .orbit-bullets li
{
	background:#e6e6e6;
}

.customTestimonials-section h2
{
	color:#000;
}

.customTestimonials-section h3
{ 
	font-size:26px;
}

.customTestimonials-section blockquote p
{ 
	padding:0 18px; 
	font-size:30px; 
	line-height:40px; 
	font-weight:normal; 
	color:#000; 
}

@media only screen and (min-width:30em) and (max-width: 46em) 
{
	.customTestimonials-section blockquote p
	{  
		font-size:22px; 
		line-height:26px; 
	}
}

@media only screen and (max-width: 30em) 
{
	.customTestimonials-section blockquote p
	{  
		font-size:18px; 
		line-height:24px; 
	}
}

/*PROPERTY DISPLAY SECTION*/

/*.body-content .fp-header
{
	margin-top:20px !important; 
	margin-bottom:0 !important; 
	color:#1e355e; 
	font: 300 42px/42px 'Lato',sans-serif; 
	font-size:51px; 
	letter-spacing: -1px; 
	text-transform:uppercase;  
	padding-bottom:10px;
	text-align: center;
}

@media only screen and (min-width:30em) and (max-width: 46em) {
	.body-content .fp-header
	{
		font: 300 36px/40px 'Lato',sans-serif; 
		font-size:36px; 
		letter-spacing: -1px; 
	}
	
	.property.row
	{
	margin-bottom:0;
	}

}

@media only screen and (max-width: 30em) {
	.body-content .fp-header
	{
		font: 300 30px/30px 'Lato',sans-serif; 
		font-size:28px; 
		letter-spacing: -1px; 
	}
	.property.row
	{
	margin-bottom:0;
	}

}*/

.featuredGalleryContainer
{
	width:94%;
	overflow:hidden;
	margin-left:3%;
	margin-right:3%;
}

.featuredGalleryContent
{
	width:500%;
	vertical-align:top;
	position:relative;
	left:0;
}

.property.featuredGallery
{
	margin-right:.2%;
	margin-left:.4%; 
	width:6%;
	display:inline-block;
	vertical-align:top;
}

.property.featuredGallery .property-detail-section
{
	width:100%;
	display:block;
	clear:both;
	max-width:500px;
	margin:auto;
	padding:0;
}

.property.featuredGallery .property-detail-section .columns
{
	padding:0;
}

.property.featuredGallery .property-thumb
{
	float: none;
	margin: auto;
	padding-bottom:20px;
	width:100%;
	max-width:500px;
	max-height:300px;
	overflow:hidden;
}

.property.featuredGallery .property-thumb img
{
	width:100%;
	max-width:500px;

}

@media only screen and (max-width:767px){

	.featuredGalleryContainer
	{
		width:94%;
		overflow:hidden;
		margin-left:3%;
		margin-right:3%;
	}

	.featuredGalleryContent
	{
		width:1500%;
		vertical-align:top;
		position:relative;
		left:0;
	}

	.property.featuredGallery
	{
		margin-right:.2%;
		margin-left:.4%; 
		width:6%;
		display:inline-block;
		vertical-align:top;
	}

	.property.featuredGallery .property-detail-section
	{
		width:100%;
		display:block;
		clear:both;
		max-width:500px;
		margin:auto;
		padding:0;

	}

	.property.featuredGallery .property-detail-section .columns
	{
		padding:0;
	}

	.property.featuredGallery .property-thumb
	{
		float: none;
		margin: auto;
		padding-bottom:20px;
		width:100%;
		max-width:500px;
	}

	.property.featuredGallery .property-thumb img
	{
		width:100%;
		max-width:500px;
	}
}


#prev, #next{
	cursor:pointer;
	z-index:98;
	background:#fff;
	height:0px;
	width:0px;
	display:inline-block;
	position:relative;
	top:197px;
	margin:0;
	padding:0;
	opacity:0.9;
	filter: alpha(opacity=90);
}

#next{
	float:right;
	right:40px;
}

#prev{
	float:left;
	left:10px;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;	
	border-left: 30px solid #1e355e;
	position:relative;
	top:20%;
	right:-40%;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;	
	border-right:30px solid #1e355e; 
	position:relative;
	top:20%;
	left:30%;
}

.arrow-left-disabled {	
	border-right:30px solid #a2a2a2; 
}

.arrow-right-disabled {	
	border-left:30px solid #a2a2a2; 
}


@media only screen and (min-width:30em) and (max-width: 46em) {
	#prev, #next
	{
		top:147px; 
	}

}

@media only screen and (max-width: 30em) {
	#prev, #next
	{
		top:107px; 
	}
	
	#next{
	float:right;
	right:20px;
	}

	#prev{
	float:left;
	left:0px;
	}

	.arrow-right 
	{
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;	
		border-left: 20px solid #1e355e;
	}

	.arrow-left 
	{
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;	
		border-right:20px solid #1e355e; 
	}
	
	.arrow-left-disabled {	
		border-right:20px solid #a2a2a2; 
	}

	.arrow-right-disabled {	
		border-left:20px solid #a2a2a2; 
}
}



/***************************/
/* SCREEN SIZE ADJUSTMENTS */
/***************************/
	
@media (max-width:767px) 
{
	.customCommunities 
	{ 
		margin-top: 0
	}
}

