@import url(//fonts.googleapis.com/css?family=Roboto:400,300,300italic,100,500,700,500italic,700italic,400italic|Open+Sans:400,600|Nothing+You+Could+Do);

a:hover, a:active,a:focus {outline: none} /* Better CSS Outline Suppression */
video{
	max-width:none;
}
a, .property_map_item ul, #contact_agent_form a{
color:#B28400;
}
a:hover, #contact_agent_form a:hover{
color:#f6b030;
}
.f5, .f6{
	display:none;
}

html[class*="translated"] body{
	position:relative!important;
}
html[class*="translated"] .front #topwidget2.smallmenu,
html[class*="translated"] #topwidget.smallmenu,
html[class*="translated"] #contactdata.smallcollapse, 
html[class*="translated"] .inner .mainuser.smallcollapse{
	top:40px;
}

#topwidget2.widgetsRegions,
.front #contentwidgettop.widgetsRegions,
#footerwidget1.widgetsRegions,
#footerwidget2.widgetsRegions{
	background:none !important;
	min-height:0px;
	padding:0px !important;
	margin:0;
}
#footerwidget3.widgetsRegions{
	background:none !important;
	padding:0px !important;
}
#topwidget.widgetsRegions{
	margin-top:0px;
	background:none !important;
	padding:0px !important;
}
#topwidget.widgetsRegions div.TitleToolBar,
#footerwidget3.widgetsRegions div.TitleToolBar{
	display:none!important;
}
#footerwidget1.widgetsRegions div.blockToolbarItem,
#footerwidget3.widgetsRegions div.blockToolbarItem,
#topwidget2.widgetsRegions div.blockToolbarItem,
#topwidget.widgetsRegions div.blockToolbarItem,
.front #contentwidgettop div[id*="quickSearch"].blockToolbarItem div.TitleToolBar{
border:none;
background:none;
}
#footerwidget2.widgetsRegions div.TitleToolBar{
border:none;
background:none;
position: relative;
z-index: 100;
}
#footerwidget2.widgetsRegions div.blockToolbarItem{
	background:none;
}
#footerwidget2.widgetsRegions .widgets-text-widget{
	    top: -26px;
    position: relative;
}
.hidepreviewWidgetMode #footerwidget2.widgetsRegions .widgets-text-widget{
    position: static;
}
#topwidget1.widgetsRegions,
.front #contentwidgetbottom.widgetsRegions,
#footerwidgettop.widgetsRegions,
#footerwidget.widgetsRegions,
#footerwidgetbottom.widgetsRegions{
	padding-left:0px;
	padding-right:0px;
}
#topwidget1.widgetsRegions{
	margin-top:0px;
	margin-bottom:0px;
}
.front #contentwidgettop div.blockToolbarItem{
	border-left:none;
	border-right:none;
}
.inner #topwidget1{
	display:none;
}
.front #contentwidgetbottom.widgetsRegions{
	margin-top:2em;
}
.front.hidepreviewWidgetMode #contentwidgetbottom.widgetsRegion{
	margin-top:0px;
}
.front #contentwidgettop div[id*="quickSearch"].blockToolbarItem .delete-widget{
	display:none;
}

/*slider*/
#slider{
width: 96.9%;
margin-left: 1.35%;
position:absolute;
/*height: 49%;*/
display:none;
}

.slider-wrapper{
	width:55%;
	margin:0px auto;
	height:100%;
	position:absolute;
	padding-top:0.1em;
	bottom:0px;
	left:25%;
/*	background-image: url('../images/billboard.png'), url('../images/firstslide.jpg');
    background-size: 100% auto, 98% auto;*/
   background: url('../images/billboard.png') center bottom;
    background-size: 100% auto;
    background-repeat:no-repeat;
}


.mainuser .bigimage{
	position:absolute;
	width:15%;
	display:block;
	left:25%;
	bottom:30%;
	z-index:10;
	display:none;
}
.mainuser .bigimage img{
	width:100%;
	display:block;
}

/* video background */
#home{
	position:relative;
}
.front #wrapper-video {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
background:url('../images/sky.jpg') no-repeat 50% 50%;
background-size: cover;
}
.front video#bgvid{
display: none;
pointer-events: none;
min-width: 100%;
min-height: 100%;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}




/*scroll down button*/

.scroll_down{
	position:absolute;
	bottom:3em;
	left:2em;	
}
.scroll_down .icon{
	display:block;
	float:left;
	background:url('../images/arrowdown2.png') no-repeat left center;
	background-size:auto 100%;
	width:60px;
	height:60px;	
	 -webkit-animation: scaleEffect 1.3s ease-out infinite;
    -moz-animation: scaleEffect 1.3s ease-out infinite;
    animation: scaleEffect 1.3s ease-out infinite;
}
.scroll_down span{
	height:100%;
	width:100%;
    display:block;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity:0;
    -webkit-animation: sonarEffect 1.3s ease-out infinite;
    -moz-animation: sonarEffect 1.3s ease-out infinite;
    animation: sonarEffect 1.3s ease-out infinite;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes scaleEffect {
    0% {
         -webkit-transform: scale(0.7);
         opacity: 0.2;
    }
    40% {
        opacity: 0.5;
   -webkit-transform: scale(1);
   }
 }
@-moz-keyframes scaleEffect {
    0% {
        opacity: 0.2;
         -moz-transform: scale(0.7);
    }
    40% {
        opacity: 0.5;
      -moz-transform: scale(1);
         }
}
@keyframes scaleEffect {
      0% {
        opacity: 0.2;
        transform: scale(0.7);
       }
       40% {
        opacity: 0.5;
        transform: scale(1);
        }
}
.scroll_down .textlabel{
display:block;
float:left;
background:url('../images/downlabelbg.png') no-repeat;
background-size: 100% 100%;
font-size: 0.7em;
color: #ffffff;
white-space: nowrap;
padding:0.9em 1.4em;
margin: 12px 0px 0px -10px;
font-family:'Roboto',sans-serif;
}

/*menu*/
#underlinemenu{
height: 3px;
background-color: #f6b030;
position: absolute;
top: 5em;
}
.smallmenu #underlinemenu{
top:3em;
}
.inner div[id*='menuWidget']{
	margin-bottom:0px;
}
.front #topwidget2.smallmenu,
#topwidget.smallmenu{
position:fixed;
top:0px;
left:0px;
width: 100%;
z-index: 600;
}
.front #topwidget2.smallmenu #menuWidgetContainer,
#topwidget.smallmenu #menuWidgetContainer{
padding-top:0.6em;
font-size: 0.9em;
min-height: 2.6em;
}
#menuWidgetContainer{
	background:url('../images/menubg.png') repeat-x;
	background-size: auto 100%;
	font-family:'Roboto',serif;
	font-weight:500;
	font-size:1em;
	text-transform:uppercase;
padding: 1.6em 0px 0px 20%;
min-height: 3.6em;
position:relative;
}
#menuWidgetContainer a{
	color:#8e8e8e;
}
#menuWidgetContainer a:hover{
	color:#f6b030;
}
#menuWidgetContainer ul.flexnav{
	width: 99%;
}
#menuWidgetContainer ul.flexnav:after,
#menuWidgetContainer:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;	
}
#menuWidgetContainer li a.visitor_tools{
display: block;
text-indent: -3000px;
background: url('../images/visitormenu.png') no-repeat;
background-size: auto 100%;
padding: 0px;
width: 2.8em;
height: 2.2em;
}
#menuWidgetContainer li a.visitor_tools:hover{
	background: url('../images/visitormenuhover.png') no-repeat;
background-size: auto 100%;
}
#menuWidgetContainer li.submenu{
position: absolute;
right: -5%;
top: -0.5em;
}
#menuWidgetContainer li:hover ul{
	display:none;
}
#menuWidgetContainer ul.resourcemenu li{
	display:block;
	padding: 0px 5px;
	border-bottom:1px solid #e4e4e4;
	background:#fff;
}
#menuWidgetContainer ul.resourcemenu{
	left: -73px;
    border: 1px solid #e4e4e4;
    border-top-color: #D7D7D7;
-webkit-box-shadow: 0px 5px 35px -16px rgba(26,26,26,0.45);
-moz-box-shadow: 0px 5px 35px -16px rgba(26,26,26,0.45);
box-shadow: 0px 5px 35px -16px rgba(26,26,26,0.45);
margin:1em 0px;
}
.mobileVersion #topwidget #menuWidgetContainer ul.flexnav, 
.mobileVersion #topwidget2 #menuWidgetContainer ul.flexnav,
#menuWidgetContainer ul.resourcemenu {
	max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.mobileVersion  #menuWidgetContainer ul.resourcemenu {
	max-height: none;
}
#menuWidgetContainer ul.resourcemenu::-webkit-scrollbar {
    width: .35rem;
}
#menuWidgetContainer ul.resourcemenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#menuWidgetContainer ul.resourcemenu::-webkit-scrollbar-thumb {
  background-color: #6a6c6d;
  outline: 1px solid slategrey;
}
#menuWidgetContainer ul.resourcemenu:before{
content: "";
position: absolute;	
top: -15px;
left: 70px;
bottom: auto;
right: auto;
border-width: 0 15px 15px;
border-style: solid;
border-color: #C4C3C3 transparent;
display: block;
width: 0;
}
#menuWidgetContainer ul.resourcemenu:after{
content: "";
position: absolute;	
top: -14px;
left: 71px;
border-color: #fff transparent;
bottom: auto;
right: auto;
border-width: 0 14px 14px;
border-style: solid;
display: block;
width: 0;
}
#topwidget #menuWidgetContainer li.active a,
#topwidget2 #menuWidgetContainer li.active a{
color:#f6b031;
}
#topwidget #menuWidgetContainer li:not(.submenu) ul,
#topwidget2 #menuWidgetContainer li:not(.submenu) ul{
min-width:100%;
padding-top: 14px;
margin-top:0px;
border-bottom:1px solid #e4e4e4;
    -webkit-box-shadow: 0px 5px 35px -56px rgba(26,26,26,0.45);
    -moz-box-shadow: 0px 5px 35px -56px rgba(26,26,26,0.45);
    box-shadow: 0px 5px 35px -56px rgba(26,26,26,0.45);
}
#topwidget #menuWidgetContainer.newmenu li:not(.submenu) ul,
#topwidget2 #menuWidgetContainer.newmenu li:not(.submenu) ul{
min-width:200px;
}
#topwidget #menuWidgetContainer li:not(.submenu) ul li,
#topwidget2 #menuWidgetContainer li:not(.submenu) ul li{
    border: 1px solid #e4e4e4;
    border-bottom:none;
    background-color: #fffff1;
    display: block;
    padding: 0px 5px;
}
#topwidget #menuWidgetContainer li:not(.submenu) ul li:first-child,
#topwidget2 #menuWidgetContainer li:not(.submenu) ul li:first-child{
border-top: 1px solid #D7D7D7;
}
#topwidget #menuWidgetContainer li:not(.submenu) ul:before,
#topwidget2 #menuWidgetContainer li:not(.submenu) ul:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 15px;
    bottom: auto;
    right: auto;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #C4C3C3 transparent;
    display: block;
    width: 0;
}	
#topwidget #menuWidgetContainer li:not(.submenu) ul:after,
#topwidget2 #menuWidgetContainer li:not(.submenu) ul::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 16px;
    border-color: #fff transparent;
    bottom: auto;
    right: auto;
    border-width: 0 14px 14px;
    border-style: solid;
    display: block;
    width: 0;
    z-index: 470;
}
#topwidget #menuWidgetContainer ul li.item-with-ul:not(.submenu) a:after,
#topwidget2 #menuWidgetContainer ul li.item-with-ul:not(.submenu) a:after{
content:'\f0d7';
		font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}
#topwidget #menuWidgetContainer ul li.item-with-ul:hover a:after,
#topwidget2 #menuWidgetContainer ul li.item-with-ul:hover a:after{
	content:'\f0d8';
}
#topwidget #menuWidgetContainer ul li.item-with-ul ul li a:after,
#topwidget2 #menuWidgetContainer ul li.item-with-ul ul li a:after{
	display:none;
}
#topwidget #menuWidgetContainer ul li.item-with-ul,
#topwidget2 #menuWidgetContainer ul li.item-with-ul{
z-index:500;
}
.footerarea #menuWidgetContainer ul li.item-with-ul ul{
	position:relative;
	min-width:1px;
	display:none!important;
	height: auto!important;
    opacity: 1!important;
    background: none;
    box-shadow: none;
    padding-bottom: 0px;
    font-size: 0.95em;
        margin-top: 0px;
}
.footerarea #menuWidgetContainer ul li.item-with-ul ul.flexnav-show{
	display:block!important;
}
.footerarea #menuWidgetContainer ul li.item-with-ul a:before{
	content:'\f0da';
		font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float:left;
    position: relative;
    top: 0.2em;
    padding-right: 0.3em;
}
.footerarea #menuWidgetContainer ul li.item-with-ul ul li a:hover:before,
.footerarea #menuWidgetContainer ul li.item-with-ul ul li a:before{
display:none;
}
.footerarea #menuWidgetContainer ul li.item-with-ul:hover a:before{
	content:'\f0d7';
}
.footerarea #menuWidgetContainer ul li.item-with-ul ul li{
	width:100%;
	    padding: 0px;
	    float:none;
}
.footerarea #menuWidgetContainer ul li.item-with-ul ul li a{
	    padding: 0.2em 0px 0px 2em;
}
.mobileVersion .item-with-ul .touch-button,
.mobileVersion .submenu .touch-button{
width: 100%;
height: 2em;
text-align: left;
line-height: 2em;
right: 0;
}
.mobileVersion #menuWidgetContainer li ul{
	position:relative;
}
.mobileVersion #topwidget2 #menuWidgetContainer, 
.mobileVersion #topwidget #menuWidgetContainer, 
.front.mobileVersion #topwidget2.smallmenu #menuWidgetContainer, 
.mobileVersion #topwidget.smallmenu #menuWidgetContainer {
font-size: 1em;
}
.mobileVersion #topwidget #menuWidgetContainer ul.flexnav,
.mobileVersion #topwidget2 #menuWidgetContainer ul.flexnav{
position:absolute;
width: 47%;
border: 1px solid #e4e4e4;
border-bottom:none;
visibility:hidden;
}
.mobileVersion #topwidget #menuWidgetContainer ul.flexnav.opacity.flexnav-show,
.mobileVersion #topwidget2 #menuWidgetContainer ul.flexnav.opacity.flexnav-show{
visibility:visible;
}
.mobileVersion #underlinemenu{
display:none;
}
.mobileVersion #topwidget #menuWidgetContainer li,
.mobileVersion #topwidget2 #menuWidgetContainer li{
	display:block;
	text-align:right;
	background:#fffff1;
	line-height: 1.2em;
	border-bottom:1px solid #e4e4e4;
}
.mobileVersion #topwidget2 #menuWidgetContainer, 
.mobileVersion #topwidget #menuWidgetContainer{
padding-left:52.7%;
padding-top: 1.6em;
min-height: 3.6em;
}
.mobileVersion #topwidget #menuWidgetContainer li a,
.mobileVersion #topwidget2 #menuWidgetContainer li a{
	    padding: 0.6em 1.4em;
    white-space: normal;
    display: block;
}
.mobileVersion #topwidget #menuWidgetContainer li.submenu,
.mobileVersion #topwidget2 #menuWidgetContainer li.submenu {
position: relative;
right: auto; 
top: 0em; 
}
.mobileVersion #topwidget #menuWidgetContainer li ul.resourcemenu,
.mobileVersion #topwidget2 #menuWidgetContainer li ul.resourcemenu {
position:relative;
left:0px!important;
font-size: 1em;
margin:0px;
border:none;
border-top:1px solid #e4e4e4;
}
.mobileVersion #menuWidgetContainer ul.resourcemenu:before,
.mobileVersion #menuWidgetContainer ul.resourcemenu:after{
	display:none;
}
.mobileVersion #menuWidgetContainer ul.resourcemenu li{
	padding:0px;
}
.mobileVersion #topwidget #menuWidgetContainer li ul li a,
.mobileVersion #topwidget2 #menuWidgetContainer li ul li a {
padding: 0.4em 1.4em;
}
.mobileVersion .submenu .touch-button{
width: 100%;
display:block;
right:0px;
}
.mobileVersion .smallmenu .submenu .touch-button .navicon {
left: 67%;
}
.mobileVersion .submenu .touch-button .navicon:before {
content: '\25B6';
font-size: 1.2em;
}
.mobileVersion .submenu .touch-button.active .navicon:before {
content: '\25BC';
font-size: 1em;
}
.mobileVersion .submenu .touch-button .navicon{
left: 63%;
top: -1px;
position: absolute;
display:none;
}
body.Default.mobileVersion #menuWidgetContainer li a.visitor_tools,
body.mobileVersion #menuWidgetContainer li a.visitor_tools{
background:none;
text-indent:0;
    display: inline-block;
    padding: 0.6em 1.4em;
    width: auto;
    height: auto;
}
body.Default.mobileVersion #menuWidgetContainer li a.visitor_tools:hover,
body.mobileVersion #menuWidgetContainer li a.visitor_tools:hover{
background:none;
}	
.mobileVersion .footerarea .menu-button{
	display:none;
}
.mobileVersion .footerarea #menuWidgetContainer .flexnav{
max-height:2000px;
opacity:1;
filter:alpha(opacity=100);
}
.mobileVersion #topwidget #menuWidgetContainer li:not(.submenu) ul:before, 
.mobileVersion #topwidget2 #menuWidgetContainer li:not(.submenu) ul:before{
	display:none;
}
.mobileVersion #topwidget #menuWidgetContainer li:not(.submenu) ul,
.mobileVersion #topwidget2 #menuWidgetContainer li:not(.submenu) ul {
    padding-top: 0;
    margin: 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;     
    font-size: 1em;
}
.mobileVersion #topwidget #menuWidgetContainer li a.visitor_tools:after,
.mobileVersion #topwidget2 #menuWidgetContainer li a.visitor_tools:after{
    content: '\f0d7';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
 }
  .mobileVersion #topwidget #menuWidgetContainer li.item-with-ul.activeLiClass:hover a:after,
.mobileVersion #topwidget2 #menuWidgetContainer li.item-with-ul.activeLiClass:hover a:after,
 .mobileVersion #topwidget #menuWidgetContainer li.item-with-ul.activeLiClass a:after,
.mobileVersion #topwidget2 #menuWidgetContainer li.item-with-ul.activeLiClass a:after{
 content:'\f0d8';
}
.mobileVersion #topwidget #menuWidgetContainer ul li.item-with-ul:hover a:after, 
.mobileVersion #topwidget2 #menuWidgetContainer ul li.item-with-ul:hover a:after{
content: '\f0d7';
}

.mobileVersion .footerarea #menuWidgetContainer ul li.item-with-ul.activeLiClass:hover a:before,
.mobileVersion .footerarea #menuWidgetContainer ul li.item-with-ul.activeLiClass a:before{
	content: '\f0d7';
}
.mobileVersion .footerarea #menuWidgetContainer ul li.item-with-ul:hover a:before {
    content: '\f0da';
}	
 
 .mobileVersion #topwidget #menuWidgetContainer li a.visitor_tools .indicator,
.mobileVersion #topwidget2 #menuWidgetContainer li a.visitor_tools .indicator{
	display:none;
}

/* our team */
.front .widecontent div[id*='office_agent_listings'] h2.subject {
    text-align: center;
    margin: 1em auto 0;
    font-family: 'Roboto',sans-serif;
    font-size: 1.9em;
    font-weight: 500;
    max-width: 45vw;
}
div[id*="office_agent_listings"] #search_agent_form_widget {
	right: 8.3vw;
}
div[id*="office_agent_listings"] .view_all a:hover {
    background-color: #5e5e5e;
    color: #fffffd;
}
div[id*="office_agent_listings"] .horizontal_scroll .jcarousel-control-prev:hover,
div[id*="office_agent_listings"] .horizontal_scroll .jcarousel-control-next:hover {
	background-image: url(../images/arrowFeatureListingGrey.svg);
}
.widecontent div[id*="office_agent_listings"] .widgets-featuredListings {
	margin-bottom: 0;
	padding-bottom: 2em;
	box-shadow: none;
}
@media only screen and (min-width: 1600px) {
body[class*="buy-homes-for-sale"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll,
.front .widgets-featuredListings .horizontal_scroll .wrapper_scroll{
	width:1260px;	
}
}
@media only screen and (min-width: 1224px) and (max-width: 1599px){
	body[class*="buy-homes-for-sale"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll,
.front .widgets-featuredListings .horizontal_scroll .wrapper_scroll{
	width:1010px;	
}
}
@media only screen and (min-width: 1024px) and (max-width: 1223px) {
	body[class*="buy-homes-for-sale"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll,
.front .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 750px;
}
}

/*contact data*/
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/4.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/4.png"],
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/1.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/1.png"],
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/2.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/2.png"],
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/5.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/5.png"],
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/7.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/7.png"],
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/11.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/11.png"],
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/42.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/42.png"],
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/default.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/default.png"]{
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 100.5%;
background: url('../images/4.png') no-repeat center center;
background-size: auto 100%;
width:0px;
height: 60px;
}
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/1.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/1.png"]{
background: url('../images/1.png') no-repeat center center;
background-size: auto 100%;
}
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/2.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/2.png"]{
background: url('../images/2.png') no-repeat center center;
background-size: auto 100%;
}
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/5.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/5.png"]{
background: url('../images/5.png') no-repeat center center;
background-size: auto 100%;
}
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/7.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/7.png"]{
background: url('../images/7.png') no-repeat center center;
background-size: auto 100%;
}
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/11.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/11.png"]{
background: url('../images/11.png') no-repeat center center;
background-size: auto 100%;
}
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/42.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/42.png"]{
background: url('../images/42.png') no-repeat center center;
background-size: auto 100%;
}
#contactdata .logo img[src="/themes/bannertheme/images/companyLogos/default.png"],
.inner .mainuser .logo img[src="/themes/bannertheme/images/companyLogos/default.png"]{
background: url('../images/default.png') no-repeat center center;
background-size: auto 100%;
}
/*
#contactdata.smallcollapse .logo img[src="/themes/bannertheme/images/companyLogos/default.png"],
.inner .mainuser.smallcollapse .logo img[src="/themes/bannertheme/images/companyLogos/default.png"]{
background-position:-6px 0px;
}
*/
#contactdata h2.agent_office_name,
.inner .mainuser{
	display:none;
} 
#contactdata,
.inner .mainuser{
width: 15%;
background: url('../images/contactdatabg.png') no-repeat center bottom;
background-size: 100% 100%;
margin: -5.1em 0px 0px 3%;
position:absolute;
font-family:'Roboto',sans-serif;
z-index:800;
color:#333332;
}
.inner .mainuser.expand{
background: url('../images/contactdatabg.png') no-repeat center bottom;
background-size: 100% 100%;
}
#contactdata a.logo img,
.inner .mainuser a.logo img{
    max-height:100%;
	display: block;
/*    margin-left: 25%;*/
    max-width:48%;
  position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
#contactdata a.logo,
.inner .mainuser a.logo{
display:block;
width:100%;
height:54px;
margin-top:1.5em;
position: relative;
}
/*
.inner .mainuser.expand a.logo img{
	margin-top:1.5em;
	margin-bottom:0px;
}
*/
#contactdata h2.agent_name,
.inner .mainuser h2.agent_name{
	position:absolute;
	margin: 5.8em 0px 0px 26%;
width: 100%;
font-size: 0.9em;
text-transform:uppercase;
font-weight:700;
}
.inner .mainuser.expand h4.agent_title {
margin-top: 7em;
}
#contactdata h4.agent_title,
.inner .mainuser h4.agent_title{
	position:absolute;
	margin: 8.9em 0px 0px 26%;
width: 100%;
font-size: 0.7em;
text-transform:uppercase;
font-weight:400;
}
#contactarrow{
	display: block;
	width:9%;
	height:1.7em;
	background:url('../images/contactdataarrow.png') no-repeat center bottom;
	background-size: 100% auto;
	margin: 0px auto;
	position: relative;
    bottom: -0.2em;
}
#contactdata #agentphoto,
.inner .mainuser .agent_photo{
position: absolute;
	width:80px;
	height:80px;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius:50%;
margin:5.3em 0px 0px -11%;
background:#fff;
border: 1px solid #D3D0D0;
}
#contactdata.smallcollapse #agentphoto{
	margin-left:-9%;
}
/*
#contactdata.smallcollapse #agentphoto{
	width: 28%;
}
.inner .mainuser .agent_photo{
	width:68px;
	height:68px;
}
*/
.inner .mainuser.expand .agent_photo{
margin-top:5.3em;
}
.inner .mainuser .agent_photo{
	display:block;
}
.inner .mainuser h2.agent_office_name{
	display:none;
}
#contactdata #agentphoto img,
.inner .mainuser .agent_photo img{
	width:100%;
}
#contactdata dl,
.inner .mainuser.expand dl{
	margin:3.2em 0px 0px 26%;
	font-size:0.8em;
}
.inner .mainuser.expand dl{
	margin-top:3.4em;
}
#contactdata dl dt.contactus,
.inner .mainuser.expand dl dt.contactus{
text-transform: lowercase;
font-size: 0.85em;
background:url('../images/emailicon.png') no-repeat left center;
background-size:auto 85%;
padding-left:15px; 
float: none;
}
#contactdata dl dt.contactus a,
.inner .mainuser.expand dl dt.contactus a{
color:#333332;
}
#contactdata dl dt.contactus a:hover,
.inner .mainuser.expand dl dt.contactus a:hover {
color: #f6b030;
}
#contactdata dl dt.phone,
#contactdata dl dt.mobile,
#contactdata dl dt.tollfree,
#contactdata dl dd.tollfree_number,
#contactdata dl dt.fax,
.inner .mainuser.expand dl dt.phone,
.inner .mainuser.expand dl dt.mobile,
.inner .mainuser.expand dl dt.tollfree,
.inner .mainuser.expand dl dd.tollfree_number,
.inner .mainuser.expand dl dt.fax{
	display:none;
}
#contactdata dl dd,
.inner .mainuser.expand dl dd{
	margin-left:0px;
	padding-left: 15px;
}
#contactdata dl dd.phone_office,
.inner .mainuser.expand dl dd.phone_office{
	background:url('../images/phoneicon.png') no-repeat left center;
	background-size:auto 78%; 
}
#contactdata dl dd.phone_cell,
.inner .mainuser.expand dl dd.phone_cell{
	background:url('../images/cellicon.png') no-repeat 1px center;
	background-size:auto 85%; 
}
body[class*="YELLOW"] #contactdata dl dd.phone_cell,
body[class*="YELLOW"] .mainuser.expand dl dd.phone_cell,
body[class*="BLUE/RED/WHITE"] #contactdata dl dd.phone_cell,
body[class*="BLUE/RED/WHITE"] .mainuser.expand dl dd.phone_cell,
body[class*="GREY/RED"] #contactdata dl dd.phone_cell,
body[class*="GREY/RED"] .mainuser.expand dl dd.phone_cell,
body[class*="BLACK"] #contactdata dl dd.phone_cell,
body[class*="BLACK"] .mainuser.expand dl dd.phone_cell{
	background:url('../images/celliconwhite.png') no-repeat 1px center;
	background-size:auto 85%; 
}
body[class*="YELLOW"] #contactdata dl dt.contactus,
body[class*="YELLOW"] .mainuser.expand dl dt.contactus,
body[class*="BLUE/RED/WHITE"] #contactdata dl dt.contactus,
body[class*="BLUE/RED/WHITE"] .mainuser.expand dl dt.contactus,
body[class*="GREY/RED"] #contactdata dl dt.contactus,
body[class*="GREY/RED"] .mainuser.expand dl dt.contactus,
body[class*="BLACK"] #contactdata dl dt.contactus,
body[class*="BLACK"] .mainuser.expand dl dt.contactus{
background:url('../images/emailiconwhite.png') no-repeat left center;
background-size:auto 85%;
}
body[class*="YELLOW"] #contactdata dl dd.phone_office,
body[class*="YELLOW"] .mainuser.expand dl dd.phone_office,
body[class*="BLUE/RED/WHITE"] #contactdata dl dd.phone_office,
body[class*="BLUE/RED/WHITE"] .mainuser.expand dl dd.phone_office,
body[class*="GREY/RED"] #contactdata dl dd.phone_office,
body[class*="GREY/RED"] .mainuser.expand dl dd.phone_office,
body[class*="BLACK"] #contactdata dl dd.phone_office,
body[class*="BLACK"] .mainuser.expand dl dd.phone_office{
	background:url('../images/phoneiconwhite.png') no-repeat left center;
	background-size:auto 78%; 
}
#contactdata.collapse #agentphoto,
.inner .mainuser .agent_photo{
	margin-top:0.6em;
}
#contactdata.collapse a.logo img,
.inner .mainuser a.logo img{
max-height: 100%;
}
#contactdata.collapse a.logo,
.inner .mainuser a.logo{
height: 50px;
display:block;
width:100%;
margin-bottom: 12px;
margin-top:0.8em;
}
.inner .mainuser h2.agent_name,
.inner .mainuser.smallcollapse.expand h2.agent_name{
	margin-top:3.6em;
}
#contactdata.collapse h2.agent_name{
	margin-top:4.6em;
}
.inner .mainuser.expand h2.agent_name{
	margin-top:4.3em;
}
#contactdata.collapse #contactarrow,
.inner .mainuser #contactarrow{
		background:url('../images/contactdataarrowdown.png') no-repeat center bottom;
	background-size: 100% auto;
	bottom:-0.4em;
}
.inner .mainuser.expand #contactarrow{
		background:url('../images/contactdataarrow.png') no-repeat center bottom;
	background-size: 100% auto;
}
#contactdata.collapse,
.inner .mainuser{
background: url('../images/contactdatabgcollapse.png') no-repeat center bottom;
background-size: 100% 100%;
}
#contactdata.collapse h4.agent_title,
#contactdata.collapse dl,
.inner .mainuser h4.agent_title,
.inner .mainuser dl{
	display:none;
}
.inner .mainuser.expand h4.agent_title,
.inner .mainuser.expand dl{
	display:block;
}
#contactdata.smallcollapse h4.agent_title,
#contactdata.smallcollapse dl{
	display:none;
}
#contactdata.smallcollapse.collapse h4.agent_title,
#contactdata.smallcollapse.collapse dl{
	display:block;
}
#contactdata.smallcollapse,
.inner .mainuser.smallcollapse{
	position:fixed;
	top:0px;
	margin-top:0px;
	width:12%;
}
#contactdata.smallcollapse a.logo img,
.inner .mainuser.smallcollapse a.logo img{
max-height: 100%;
}
#contactdata.smallcollapse a.logo,
.inner .mainuser.smallcollapse a.logo{
margin-bottom: 0.3em;
margin-top: 0.2em;
height: 38px;
width:100%;
display:block;
}
#contactdata.smallcollapse h2.agent_name{
margin-top: 3.6em;
font-size: 0.75em;
}
#contactdata.smallcollapse.collapse h2.agent_name{
	margin-top:3.9em;
}
.inner .mainuser.smallcollapse h2.agent_name{
font-size: 0.75em;
margin-top:3.3em;
}
#contactdata.smallcollapse #agentphoto {
margin-top: 0.3em;
height:55px;
width:55px;
}
.inner .mainuser.smallcollapse .agent_photo {
width:55px;
height:55px;
margin:0.3em 0px 0px -9%;
}
#contactdata.smallcollapse #contactarrow{
	background: url('../images/contactdataarrowdown.png') no-repeat center bottom;
    background-size: 100% auto;
    bottom:-0.4em;
}
#contactdata.smallcollapse h4.agent_title,
.inner .mainuser.smallcollapse.expand h4.agent_title {
margin-top: 6.2em;
font-size: 0.6em;
}
.inner .mainuser.smallcollapse.expand h4.agent_title{
	margin-top:5.9em;
}
#contactdata.smallcollapse dl{
	font-size:0.7em;
	margin-top:2.9em;
}
.inner .mainuser.smallcollapse.expand dl{
	font-size:0.7em;
	margin-top:2.9em;
}
#contactdata.smallcollapse.collapse #contactarrow{
background: url('../images/contactdataarrow.png') no-repeat center bottom;
background-size: 100% auto;
height: 1.3em;
bottom: -0.2em;
}
#contactdata.smallcollapse.collapse{
background: url('../images/contactdatabg.png') no-repeat center bottom;
background-size: 100% auto;
}
#contactdata.smallcollapse.collapse #agentphoto,
.inner .mainuser.smallcollapse.expand .agent_photo{
	margin-top:2.9em;
}
.inner .mainuser.smallcollapse.expand #contactarrow{
	height:1.3em;
}
/*broker contact data*/
.broker #contactdata #agentphoto,
.broker #contactdata #agentphoto img,
.broker #contactdata dd.fax_number,
.inner .mainuser.expand dd.fax_number{
	display:none;
}
.broker #contactdata dl dd.tollfree_number,
.inner.broker .mainuser.expand dl dd.tollfree_number{
	display:block;
}
.broker #contactdata dl dd.tollfree_number,
.inner.broker .mainuser.expand dl dd.tollfree_number{
	display:block;
	background: url('../images/tollfreeicon.png') no-repeat left center;
background-size: auto 80%;
}
body[class*="YELLOW"].broker #contactdata dl dd.tollfree_number,
body[class*="YELLOW"].inner.broker .mainuser.expand dl dd.tollfree_number,
body[class*="BLUE/RED/WHITE"].broker #contactdata dl dd.tollfree_number,
body[class*="BLUE/RED/WHITE"].inner.broker .mainuser.expand dl dd.tollfree_number,
body[class*="GREY/RED"].broker #contactdata dl dd.tollfree_number,
body[class*="GREY/RED"].inner.broker .mainuser.expand dl dd.tollfree_number,
body[class*="BLACK"].broker #contactdata dl dd.tollfree_number,
body[class*="BLACK"].inner.broker .mainuser.expand dl dd.tollfree_number{
background: url('../images/tollfreeiconwhite.png') no-repeat left center;
background-size: auto 80%;
}
.broker #contactdata h2.office_name,
.inner.broker .mainuser.expand h2.office_name{
font-weight: 700;
font-size: 0.8em;
line-height: 1em;
text-transform: uppercase;
width: 63%;
position: absolute;
margin: 6.8em 0px 0px 21%;
text-align:left;
}
.inner.broker .mainuser.expand h2.office_name{
	margin-top:5em;
}
.broker #contactdata dl, .inner.broker .mainuser.expand dl {
margin:3.6em 0px 0px 21%;
}
.broker #contactdata a.logo_link img, .inner.broker .mainuser.expand a.logo_link img{
    max-height: 100%;
    display: block;
max-width:48%;
position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.broker #contactdata a.logo_link, .inner.broker .mainuser.expand a.logo_link {
margin-top: 1.5em;
height: 54px;
display: block;
width:100%;
position:relative;
}
.broker.hide_office_name:not(.unbranded) #contactdata a.logo_link, 
.inner.broker.hide_office_name:not(.unbranded) .mainuser.expand a.logo_link {
	height: 64px;
}
.broker.hide_office_name:not(.unbranded) #contactdata.collapse a.logo_link,
.broker.hide_office_name:not(.unbranded) #contactdata.smallcollapse a.logo_link,
.inner.broker.hide_office_name:not(.unbranded) .mainuser a.logo_link {
	height: 60px;
	margin-bottom: 0;
}
.broker.hide_office_name:not(.unbranded) #contactdata dl,
.broker.hide_office_name:not(.unbranded) #contactdata.smallcollapse.collapse dl,
.inner.broker.hide_office_name:not(.unbranded) .mainuser.expand dl {
	margin-top: 1em;
}

.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/4.png"], .inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/4.png"], 
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/1.png"], .inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/1.png"], 
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/2.png"], .inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/2.png"], 
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/5.png"], .inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/5.png"], 
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/7.png"], .inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/7.png"], 
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/11.png"], .inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/11.png"], 
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/42.png"], .inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/42.png"],
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/default.png"], .inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/default.png"] {
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 100.5%;
background: url('../images/4.png') no-repeat center center;
background-size: auto 100%;
width:0px;
height:54px;
}
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/1.png"],
.inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/1.png"]{
background: url('../images/1.png') no-repeat center center;
background-size: auto 100%;
}
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/2.png"],
.inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/2.png"]{
background: url('../images/2.png') no-repeat center center;
background-size: auto 100%;
}
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/5.png"],
.inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/5.png"]{
background: url('../images/5.png') no-repeat center center;
background-size: auto 100%;
}
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/7.png"],
.inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/7.png"]{
background: url('../images/7.png') no-repeat center center;
background-size: auto 100%;
}
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/11.png"],
.inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/11.png"]{
background: url('../images/11.png') no-repeat center center;
background-size: auto 100%;
}
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/42.png"],
.inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/42.png"]{
background: url('../images/42.png') no-repeat center center;
background-size: auto 100%;
}
.broker #contactdata .logo_link img[src="/themes/bannertheme/images/companyLogos/default.png"],
.inner.broker .mainuser .logo_link img[src="/themes/bannertheme/images/companyLogos/default.png"]{
background: url('../images/default.png') no-repeat center center;
background-size: auto 100%;
}

.broker #contactdata.collapse a.logo_link, .inner.broker .mainuser a.logo_link{
height: 40px;
margin: 0.8em auto 22px;
width:100%;
display:block;
position:relative;

}
.broker #contactdata.smallcollapse a.logo_link,
.inner.broker .mainuser.smallcollapse a.logo_link{
height: 40px;
margin: 0.5em auto 19px;
}
.inner.broker .mainuser a.logo_link img {
display: block;
max-height:100%;
max-width:48%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.inner.broker .mainuser.smallcollapse a.logo_link{
	margin-bottom:10px;
}
.broker #contactdata.collapse h2.office_name, .inner.broker .mainuser h2.office_name,
.broker #contactdata.smallcollapse h2.office_name{
width: 70%;
margin: 4.9em 0px 0px 15%;
text-align: center;
font-size:0.7em;
text-transform: uppercase;
position:absolute;
}
.inner.broker .mainuser h2.office_name{
margin-top:4.1em;
}
.broker #contactdata.smallcollapse h2.office_name,
.inner.broker .mainuser.smallcollapse h2.office_name{
margin-left:10%;
font-size:0.65em;
width:80%;
}
.broker #contactdata.smallcollapse.collapse h2.office_name,
.inner.broker .mainuser.smallcollapse.expand h2.office_name{
margin: 5.2em 0px 0px 24%;
text-align: left;
width: 70%;
}
.inner.broker .mainuser.smallcollapse.expand h2.office_name{
	margin-top:4.4em;
}
.broker #contactdata.smallcollapse.collapse dl,
.inner.broker .mainuser.smallcollapse.expand dl{
margin: 3em 0px 0px 24%;
}
.broker .footerarea h2.office_name{
	display:none;
}
.broker .footerarea a.logo_link img {
max-width: 60%;
display: block;
margin: 0.6em 0px 0.4em;
max-height: 58px;
}
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/4.png"],
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/1.png"],
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/2.png"],
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/5.png"],
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/7.png"],
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/11.png"],
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/42.png"],
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/default.png"] {
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 100.5%;
background: url('../images/4bottom.png') no-repeat;
background-size: auto 100%;
width:0px;
height:58px;
}
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/1.png"]{
background: url('../images/1bottom.png') no-repeat;
background-size: auto 100%;
}
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/2.png"]{
background: url('../images/2bottom.png') no-repeat;
background-size: auto 100%;
margin-top:-0.1em;
}
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/5.png"]{
background: url('../images/5bottom.png') no-repeat;
background-size: auto 100%;
}
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"]{
background: url('../images/6bottom.png') no-repeat;
background-size: auto 100%;
}
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/7.png"]{
background: url('../images/7bottom.png') no-repeat;
background-size: auto 100%;
}
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/11.png"]{
background: url('../images/11bottom.png') no-repeat;
background-size: auto 100%;
}
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/42.png"]{
background: url('../images/42bottom.png') no-repeat;
background-size: auto 100%;
}
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/default.png"]{
background: url('../images/defaultbottom.png') no-repeat;
background-size: auto 100%;
}
.broker .f3 dd {
padding-left: 0px;
background:none!important;
}
.broker .f3 dd.phone_office:before{
	content:'O: ';
}
.broker .f3 dd.tollfree_number:before{
	content:'TF: ';
}
.broker .f3 .fax_number:before{
	content:'F: ';
}
/* Let me help you - on frontpage*/

.front #contentwidgettop .widgets-text-widget{
	text-align:center;
	font-family:'Roboto',sans-serif;
}
.front #contentwidgettop .widgets-text-widget h1{
	font-size:4.5em;
	font-weight:400;
	margin:0.3em 0px 0.2em;
}
.front #contentwidgettop .widgets-text-widget h1 span{
	color:#f6b031;
	font-weight:700;
}
.front #contentwidgettop .widgets-text-widget h2{
	font-size:2.8em;
	font-weight:100;
	margin:0px 0px 1.5em;
}

/*map search button - on frontpage*/

.front #contentwidgettop .widgets-text-widget h2.subject{
	display:none;
}
.front #contentwidgettop .widgets-text-widget .mapsearch{
	width: 10%;
margin-left: 2%;
position: relative;
top: 1.3em;
}
.front #contentwidgettop .widgets-text-widget .mapsearch a{
	color:#fff;
	display:block;
	width:100%;
	background: #9cd84e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljZDg0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzlhZDc0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk3ZDQ0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzk1ZDI0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5M2QwNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #9cd84e 0%, #9ad74c 21%, #97d449 50%, #95d248 76%, #93d045 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cd84e), color-stop(21%,#9ad74c), color-stop(50%,#97d449), color-stop(76%,#95d248), color-stop(100%,#93d045)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9cd84e 0%,#9ad74c 21%,#97d449 50%,#95d248 76%,#93d045 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9cd84e 0%,#9ad74c 21%,#97d449 50%,#95d248 76%,#93d045 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9cd84e 0%,#9ad74c 21%,#97d449 50%,#95d248 76%,#93d045 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9cd84e 0%,#9ad74c 21%,#97d449 50%,#95d248 76%,#93d045 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cd84e', endColorstr='#93d045',GradientType=0 ); /* IE6-8 */
border:1px solid #85c632;
height:2.8em;
line-height:2.8em;
-webkit-border-radius: 1.4em;
-moz-border-radius: 1.4em;
border-radius: 1.4em;
font-family:'Roboto', sans-serif;
font-size:1.2em;
text-transform:uppercase;
font-weight:500;
text-shadow: -2px -1px 5px rgba(150, 150, 150, 1);
position: relative;
z-index: 300;
}
.front #contentwidgettop .widgets-text-widget .mapsearch a:hover{
-webkit-box-shadow: inset 5px 4px 9px 0px rgba(50, 50, 50, 0.27);
-moz-box-shadow:    inset 5px 4px 9px 0px rgba(50, 50, 50, 0.27);
box-shadow:         inset 5px 4px 9px 0px rgba(50, 50, 50, 0.27);
}

/* quickSearch on frontpage*/

.front #contentwidgettop div[id*="quickSearch"] .irs-line{
	height:0.4em;
	background: #9a9b9b;
background: linear-gradient(to bottom, #828282 -50%, #CFCFCF 150%);
border: 1px solid #B9BABA;
border-top: 1px solid #cfd0d1;
}
.front #contentwidgettop div[id*="quickSearch"] .irs-bar {
height: 0.4em;
border-top: 1px solid #cfd0d1;
border-bottom: 1px solid #5093b1;
background: #5094b3;
background: linear-gradient(to top, #5093b1 0%, #447b94 100%);
}
.front #contentwidgettop div[id*="quickSearch"] .irs-slider{
	background:url('../images/sliderhandle.png') no-repeat;
	top:17px;
	height:32px;
	border:none;
	box-shadow:none;
}
.front #contentwidgettop div[id*="quickSearch"] .irs-from:after, 
.front #contentwidgettop div[id*="quickSearch"] .irs-to:after, 
.front #contentwidgettop div[id*="quickSearch"] .irs-single:after {
position: absolute;
display: block;
content: "";
bottom: -6px;
left: 50%;
width: 0;
height: 0;
margin-left: -3px;
overflow: hidden;
border: 3px solid transparent;
border-top-color: #ffffff;
}
.front #contentwidgettop div[id*="quickSearch"] .irs-from,
.front #contentwidgettop div[id*="quickSearch"] .irs-to,
.front #contentwidgettop div[id*="quickSearch"] .irs-single{
	top:-8px;
	background:#ffffff;
	color:#646565;
	padding: 3px 7px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.front #contentwidgettop div[id*="quickSearch"]{
margin:-3.5em 0px 0px;
padding-top:0.5em;
position: absolute;
width:100%;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search{
	background:url('../images/search_icon.png') no-repeat center 0px;
background-size:1.5% auto;
border:none;
box-shadow:none;
position: relative;
width:90%;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .content{
	width:70%;
	margin:0px auto;
}
.front #contentwidgettop div[id*="quickSearch"] h2{
margin: 1em 0px 0px;
text-align: center;
padding: 2.6em 0px 0.5em;
color: #ffffff;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-size: 1.5em;
font-weight:400;
}
.front #contentwidgettop div[id*="quickSearch"] label,
.front #contentwidgettop div[id*="quickSearch"] .total-area-label{
	font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #ffffff;
font-size: 1em;
}
.front #contentwidgettop div[id*="quickSearch"] .save_quick_search_container a,
.front #contentwidgettop div[id*="quickSearch"] label[for="edit-City"],
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bedrooms label,
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bathrooms label,
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Type label,
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Province label{
	display:none;
}
.front #contentwidgettop div[id*="quickSearch"] .save_quick_search_container{
	clear:both;
	float:none;
	height: 1px;
margin: 0px;
width: 100%;
}
.front #contentwidgettop div[id*="quickSearch"] div[class*="Listing-ID"]{
	float:none;
	margin:1em auto 0.5em;
	width: 40%;
}
.front #contentwidgettop div[id*="quickSearch"] div[class*="Listing-ID"] input{
	float:none;
	height:4em;
	font-size:1.1em;
	color:#8f8e8e;
	font-family:'Open Sans',sans-serif;
	border:none;
	padding: 0px 3%;
background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(248,248,248,0.9) 51%, rgba(255,255,255,0.9) 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(51%,rgba(248,248,248,0.9)), color-stop(100%,rgba(255,255,255,0.9)))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(248,248,248,0.9) 51%,rgba(255,255,255,0.9) 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(248,248,248,0.9) 51%,rgba(255,255,255,0.9) 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(248,248,248,0.9) 51%,rgba(255,255,255,0.9) 100%)!important; /* IE10+ */
background: linear-gradient(to bottom,  rgba(219,219,219,1) 0%,rgba(248,248,248,0.9) 51%,rgba(255,255,255,0.9) 100%)!important; /* W3C */
}
.front #contentwidgettop div[id*="quickSearch"] .advanced{
	width:62px;
	height:2em;
display:block;
	font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #ffffff;
font-size: 1em;
margin:1em auto;
position:relative;
}
.front #contentwidgettop div[id*="quickSearch"] .advanced span{
position:absolute;
left:-85px;
top:1px;
white-space: nowrap;
}
.front #contentwidgettop div[id*="quickSearch"] .toggle{
margin-left:70px;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search .pricewrapper,
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Type,
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bedrooms, 
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bathrooms{
	width:8em;
	display:none;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bedrooms{
	margin-left:0px;
}
.front #contentwidgettop.widecontent #widgets-quick-search .pricewrapper.expandPrice .filter_price_from_to_quick_search {
    top: 2.4em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .sale-rent,
.front #contentwidgettop.widecontent #widgets-quick-search .area-selection-wrapper{
	display:none;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .sale-rent{
	position:absolute;
	bottom:6.7em;
	left:32%;
	margin:0px;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .rent.sale-rent{
	bottom:4.8em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search .form-submit{
	width:20%;
	margin:1em auto;
	float:none;
	text-transform:uppercase;
	color:#ffffff;
	border:2px solid #ffffff;
background:transparent;
font-weight:400;
height:2.4em;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
font-size:1.1em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search .form-submit:hover{
background: -moz-linear-gradient(top,  rgba(237,237,237,0.5) 0%, rgba(237,237,237,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,0.5)), color-stop(100%,rgba(237,237,237,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(237,237,237,0.5) 0%,rgba(237,237,237,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(237,237,237,0.5) 0%,rgba(237,237,237,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(237,237,237,0.5) 0%,rgba(237,237,237,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(237,237,237,0.5) 0%,rgba(237,237,237,0.5) 100%); /* W3C */
}

.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Type{
	left:0%;
	position:absolute;
	top:9em;
	width:25%;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search .pricewrapper{
margin:0px 8% 0px 42%;
    padding-top: 0.6em;
    width: 25%;
   }
    	

/* Quick search or property search widget elsewhere on front page */
.front #contentwidgetbottom div[id*="quickSearch"],
.front #footerwidgettop div[id*="quickSearch"] {
      max-width: 800px;
    width:90%;
}
.front #contentwidgettop.widecontent #widgets-quick-search .label-unit-wrapper{
    width: 37%;
    margin-right: 3%;
}
.front #contentwidgettop.widecontent #widgets-quick-search .area-from-to-wrapper{
    width:60%;	
}
.front #contentwidgettop.widecontent #widgets-quick-search .area-from-to-wrapper label{
	float:none;
}
.front #contentwidgettop.widecontent #widgets-quick-search .area-selection-wrapper{
    width:58%;	
    float:right;
}
.front #contentwidgettop.widecontent #widgets-quick-search .area-selection-wrapper input{
    width: 80%;
}
.front #contentwidgettop.widecontent #widgets-quick-search .area-selection-wrapper .label-unit-wrapper > .form-item{
width:80%;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .nobedbath #widgets-quick-search div.form-item.Type{
	top:10em;
}
#searchvideo{
	width:100%;
	margin-top: -14em;
}
.wrapper-searchvideo{
height: 24em;
width: 100%;
overflow: hidden;
z-index: -1;
margin-top: -3.5em;
position: relative;
}
.wrapper-searchvideo:before{
	content:'';
	display:block;
	height: 100%;
    width: 100%;
    position:absolute;
    bottom: 0;
    background-color:#000;
    opacity:0.3;
    filter:alpha(opacity=30);
}
.wrapper-searchvideo:after{
	content:'';
	display:block;
	height: 100%;
    width: 100%;
    position:absolute;
    bottom: 0;
    background:url('../images/searchshadow.png') repeat-x;
    background-size: auto 100%;
}
.front #contentwidgettop{
	position: relative;
	z-index:400;
}

/*feature listing on frontpage*/
.front div[id*="featuredListing"]{
	background:url('../images/featuredbg2.jpg') no-repeat top center;
	background-size: 100% 100%;
}
body[class*="buy-homes-for-sale"].inner .widecontent .widget .widgets-featuredListings h2,
.front div[id*="featuredListing"] h2.subject{
margin: 0px;
font-style: normal;
text-align: center;
padding: 1em 0px 0px;
font-family: 'Roboto',sans-serif;
font-size: 1.9em;
color: #222222;
font-weight:500;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] h2.subject span,
.front div[id*="featuredListing"] h2.subject span{
font-weight:700;
}
.front div[id*="featuredListing"] .content{
margin:3.3em 0px 4.5em;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .content {
	margin:3.3em 0px 0;
}
body[class*="buy-homes-for-sale"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll{
	width:1000px;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-prev, 
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next,
.front div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-prev, 
.front div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next{
top:17px;
height:274px;
width:17px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
opacity:0.8;
filter:alpha(opacity=80);
text-indent: -3500px;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-prev,
.front div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-prev{
	left:-18px;
	background:#222 url('../images/left_featurearrow.png') no-repeat center center;
	background-size:80% auto;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next,	
.front div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next {
right: -58px !important;
background:#222 url('../images/right_featurearrow.png') no-repeat center center;
background-size:80% auto;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next {
	right: -58px !important;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .featuredListingAddress,
.front div[id*="featuredListing"] .featuredListingAddress{
	display:none;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .featuredListingBedroom,
.front div[id*="featuredListing"] .featuredListingBedroom{
background:none;
display: block;
float:left;
width: 107px;
padding: 8px 0px 9px;
text-align: center;
margin: 0px;
font-size:0.9em;
color:#0a89e4;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .featuredListingBedroom:before,
.front div[id*="featuredListing"] .featuredListingBedroom:before{
	content:'BEDROOMS ';
	color:#404040;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .featuredListingBathroom,
.front div[id*="featuredListing"] .featuredListingBathroom{
background:none;
display: block;
float:right;
width: 106px;
padding: 8px 0px 9px;
text-align: center;
margin: 0px;
font-size:0.9em;
color:#0a89e4;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .featuredListingBathroom:before,
.front div[id*="featuredListing"] .featuredListingBathroom:before{
	content:'BATHROOMS ';
	color:#404040;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] div.featuredListingPrice,
.front div[id*="featuredListing"] div.featuredListingPrice{
	border:none;
	margin-top: -37px;
	width: 50%!important;
float: right;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] div.price_bedroom_bathroom,
.front div[id*="featuredListing"] div.price_bedroom_bathroom{
	border:none;
	background:#fff url('../images/featuredivider.png') no-repeat center center;
	background-size:100% 100%;
	width: 215px!important;
	min-height: 73px;
	font-family:'Roboto', sans-serif;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .featuredListingCity,
.front div[id*="featuredListing"] .featuredListingCity{
background:none;
clear: both;
float: left;
padding: 0px;
text-align: center;
width: 107px;
margin: 0px;
height: 36px;
line-height: 35px;
position: relative;
}
a:hover.tooltipcity span.fulltipcity{
left: 0;
top: 0px;
max-width: 100%;
height: 26px;
width: 100%;
text-align: center;
padding: 5px 0px;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .featuredPricePlaceholder,
.front div[id*="featuredListing"] .featuredPricePlaceholder{
width: 107px;
float: right;
text-align: center;
color:#0a89e4;
font-family:'Roboto', sans-serif;
font-weight:700;
font-size:1.05em;
margin: 0px;
background:url('../images/featurecorner.png') no-repeat right bottom;
background-size:20% auto;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] a.featured_readmore,
.front div[id*="featuredListing"] a.featured_readmore{
float: none!important;
clear: both;
text-align: center;
position: absolute;
bottom: 12px;
left: 75px;
text-transform:none;
font-style: normal;
font-family:'Open Sans',sans-serif;
font-weight:600;
font-size:0.95em;
background:#ececec;
color:#4a4a4a;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding:7px 10px;
border:1px solid #949494;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] a.featured_readmore:hover,
.front div[id*="featuredListing"] a.featured_readmore:hover{
-webkit-box-shadow: inset -1px 1px 2px 0px rgba(50, 50, 50, 0.52);
-moz-box-shadow:    inset -1px 1px 2px 0px rgba(50, 50, 50, 0.52);
box-shadow:         inset -1px 1px 2px 0px rgba(50, 50, 50, 0.52);
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel,
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel > ul > li,
.front div[id*="featuredListing"] .horizontal_scroll .jcarousel,
.front div[id*="featuredListing"] .horizontal_scroll .jcarousel > ul > li{
	height:auto;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel > ul > li,
.front div[id*="featuredListing"] .horizontal_scroll .jcarousel > ul > li{
	margin-left: 17px;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] div.property_div,
.front div[id*="featuredListing"] div.property_div{
padding: 10px 10px 50px;
background: #222222;
}
body[class*="buy-homes-for-sale"] .widecontent div[id*="featuredListing"] .property_div:after,
.front .widecontent div[id*="featuredListing"] .property_div:after{
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
body[class*="buy-homes-for-sale"] .widecontent div[id*="featuredListing"] .widgets-featuredListings img.featured,
.front .widecontent div[id*="featuredListing"] .widgets-featuredListings img.featured{
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
body[class*="buy-homes-for-sale"] .widecontent div[id*="featuredListing"] .feature_ribbon,
.front .widecontent div[id*="featuredListing"] .feature_ribbon{
	background:url('../images/featuredtext.png') no-repeat;
	display: block;
	height:74px;
	width:78px;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 80px;
background-size:auto 100%;
top: 0px;
margin-left: 151px !important;
}
body[class*="buy-homes-for-sale"] .widecontent div[id*="featuredListing"] .featured_multi_img_wrapper,
.front .widecontent div[id*="featuredListing"] .featured_multi_img_wrapper{
	background:#fff;
}
body[class*="buy-homes-for-sale"] .widecontent div[id*="featuredListing"] .featured_multi_img_wrapper {
	width: 215px;
}
body[class*="buy-homes-for-sale"] .widecontent div[id*="featuredListing"] .widgets-featuredListings,
.front .widecontent div[id*="featuredListing"] .widgets-featuredListings{
	padding-left:0px;
	background:none;
	border:none;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
box-shadow:none;
}

/* Single Property added by Enrico */
.front div[id*="featuredListing"] #property_div_single ul {    
	background-color: #fff;
    padding: 5px;
}
.front div[id*="featuredListing"] #property_div_single ul li:not(:last-child) {
    border-bottom: 2px #BEBDB8 solid;
}
.front div[id*="featuredListing"] .widgets-featuredListings {
    background: none;
}
.front div[id*="featuredListing"] img.featured_single {
    max-width: 50%;
    float: left;
    margin-bottom: 1em;
}
.front .widecontent #property_div_single p.description{
	padding:1em 0px 0px;
}

/**
 *   Vow Properties
 */
 .front li.cls_hidden .wrapperFeature {
	height: initial;
}
.front .horizontal_scroll li.cls_hidden div.cls_hidden {
	width: 100%;
}
body:not(.elegant) .horizontal_scroll.no_carousel li.cls_hidden div.cls_hidden {
	background: none;
	top: 160px;
}
.widgets-featuredListings .horizontal_scroll img.featured {
	height: 140px;
	object-fit: cover;
}
body[class*="buy-homes-for-sale"] .horizontal_scroll li.cls_hidden div.cls_hidden,
.front .horizontal_scroll li.cls_hidden div.cls_hidden,
.front body:not(.elegant) .horizontal_scroll.no_carousel li.cls_hidden div.cls_hidden {
	top: 160px;
	bottom: initial;
	background: #fff;
  padding: 10px;
  margin: -10px 10px 0;
  width: calc(100% - 20px);
}
body[class*="buy-homes-for-sale"] .horizontal_scroll li.cls_hidden div.cls_hidden span.vow-city,
.front .horizontal_scroll li.cls_hidden div.cls_hidden span.vow-city{
	text-transform: uppercase;
}
.front .cls_hidden_message .vow-info {
	padding-bottom: 1em;
}
body[class*="buy-homes-for-sale"] .widecontent div[id*="featuredListing"] .cls_hidden .feature_ribbon,
.front .widecontent div[id*="featuredListing"] .cls_hidden .feature_ribbon{
  margin-left:0px !important;
  background:none;
  padding-left:0px;
}
body[class*="buy-homes-for-sale"] .widecontent .widgets-featuredListings .cls_hidden .locked-prop,
.front #contentwidgettop .widgets-featuredListings .cls_hidden .locked-prop{
  top: 12px;
  left: 12px;
}
/*.front #contentwidgettop .widgets-featuredListings li.cls_hidden div.cls_hidden{
  height: 125px;	
}*/
.vow-single-featured-listing .cls_hidden .main-city-image img.featured_single {
    height: 25vw;
}
#contentwidgettop .vow-single-featured-listing #property_div_single > div.cls_hidden, #contentwidgetbottom .vow-single-featured-listing #property_div_single > div.cls_hidden {
	top: 25vw;
}
@media(max-width: 1280px) {
    .vow-single-featured-listing .cls_hidden .main-city-image img.featured_single {
        height: 30vw;
    }
	#contentwidgettop .vow-single-featured-listing #property_div_single > div.cls_hidden, #contentwidgetbottom .vow-single-featured-listing #property_div_single > div.cls_hidden  {
		top: 30vw;
	}
}
@media (max-width: 768px) {
	body[class*="buy-homes-for-sale"] div[id*="featuredListing"] #property_div_single ul,
    .front div[id*="featuredListing"] #property_div_single ul {
        margin: 0 auto 10px auto;
    }
    .front div[id*="featuredListing"] img.featured_single {
        padding: 0;
        margin-bottom: 0;
    }
    body[class*="buy-homes-for-sale"].inner .widecontent .widget .widgets-featuredListings h2,
    .front div[id*="featuredListing"] h2.subject {
        padding-top: 0.5em;
    }
    #home{
        height: 460px !important; 
    }
    .scroll_down{
        display:none;
    }
	.vow-single-featured-listing .cls_hidden .main-city-image img.featured_single {
        height: 50vw;
    }
	#contentwidgettop .vow-single-featured-listing #property_div_single > div.cls_hidden, #contentwidgetbottom .vow-single-featured-listing #property_div_single > div.cls_hidden {
		top: 50vw;
	}
}

/* Map Search Widget */
.front .widgets-mapSearch img {
    max-height: 200px;
    width: auto;  
}

/* YouTube Channel */
.front div[id*="youtube_channel_link"] {
    text-align: center;
}

/* City Links */
.front div[id*="city_links"] {
    margin: 20px auto;
}

/* Ask Questions */
.front div[id*="ask_questions"] {
    width: 95%;
    max-width: 800px;
    margin: 20px auto;
}

.front div[id*="quickSearch"] {
    margin: 20px auto;
}

.front div[id*="quickSearch"] #widgets-quick-search h2 {
    text-align: center;
}

/* client resources on frontpage*/
.front #footerwidgettop div[id*="textWidget"]{
	font-family:'Roboto',sans-serif;
	margin:0px auto;
	width:60%;
	text-align:center;
}
.front #footerwidgettop div[id*="textWidget"] h2.subject{
	color:#222;
	font-size:2em;
	margin:1em 0px 0em;
	font-weight:700;
}
.front #footerwidgettop div[id*="textWidget"] h3{
	color:#777777;
	font-weight:400;
	margin-bottom:2.5em;
}
.front #footerwidgettop div[id*="textWidget"] .content div{
	float:left;
}
.front #footerwidgettop div[id*="textWidget"] .content:after{
		clear: both;
content: "";
display: block;
}
.front #footerwidgettop div[id*="textWidget"]:after{
	clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.front #footerwidgettop div[id*="textWidget"] .qbuttons{
	width:30%;
}
.front #footerwidgettop div[id*="textWidget"] .content div:nth-child(4){
	margin:0 4%;
}
.front #footerwidgettop div[id*="textWidget"] .qbuttons .imgheader:hover{
	opacity:0.6;
	filter:alpha(opacity="60");
}
.front #footerwidgettop div[id*="textWidget"] .qbuttons a.readmore{
background: #ececec; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ececec 0%, #e8e8e8 50%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(50%,#e8e8e8), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ececec 0%,#e8e8e8 50%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ececec 0%,#e8e8e8 50%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ececec 0%,#e8e8e8 50%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ececec 0%,#e8e8e8 50%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
border:1px solid #DBDBDB;
color:#4a4a4a;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.36);
-moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.36);
box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 0.36);
font-size: 0.9em;
padding: 0.1em 8%;
font-weight: 700;
}
.front #footerwidgettop div[id*="textWidget"] .qbuttons a.readmore:hover{
	background: #d9d9d9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d9d9d9 0%, #d5d5d5 50%, #d2d2d2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(50%,#d5d5d5), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-8 */
border-color:#cbcbcb;
}
.front #footerwidgettop div[id*="textWidget"] .qbuttons p{
	margin-bottom:1em;
}
.front #footerwidgettop div[id*="textWidget"] .content{
	position:relative;
}
.front #footerwidgettop div[id*="textWidget"] .dividerline{
width: 20%;
position: absolute;
top: 6.4em;
left:22%;
height: 0.2em;
background: #f6b031;
}
.front #footerwidgettop div[id*="textWidget"] .dividerline.second{
	right:24%;
	left:auto;
}

/* social media on the top*/
.front #topwidget {
	position:relative;
	z-index:500;
}
.front #topwidget .social_media img{
max-width:100%;
display:block;
max-height:100%;
margin: 0 auto;
}
.front #topwidget .social_media .custom_icon img {
	max-height: 85%;
}
.front #topwidget .social_media{
	padding:1.2em 3% 0px 0px;
}
.front #topwidget .social_media a{
	margin:0px 0px 0.4em 2%;
	width:5%;
	display:block;
	float:right;
	height:80px;
}
.front #topwidget .social_media .defaulticon img{
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 101%;
width:100%;
display:block;
height:100%;
}
.front #topwidget .social_media .facebookicon.defaulticon img{
	background:url('../images/facebooktop.png') no-repeat;
	background-size: auto 100%;
} 
.front #topwidget .social_media .facebookicon.defaulticon:hover img{
	background:url('../images/facebooktophover.png') no-repeat;
	background-size: auto 100%;
} 
.front #topwidget .social_media .twittericon.defaulticon img{
	background:url('../images/twittertop.png') no-repeat;
	background-size: auto 100%;
} 
.front #topwidget .social_media .twittericon.defaulticon:hover img{
	background:url('../images/twittertophover.png') no-repeat;
	background-size: auto 100%;
} 
.front #topwidget .social_media .linkedinicon.defaulticon img{
	background:url('../images/linkedintop.png') no-repeat;
	background-size: auto 100%;
} 
.front #topwidget .social_media .linkedinicon.defaulticon:hover img{
	background:url('../images/linkedintophover.png') no-repeat;
	background-size: auto 100%;
} 
.front #topwidget .social_media .pinteresticon.defaulticon img{
	background:url('../images/pininteresttop.png') no-repeat;
	background-size: auto 100%;
} 
.front #topwidget .social_media .pinteresticon.defaulticon:hover img{
	background:url('../images/pininteresttophover.png') no-repeat;
	background-size: auto 100%;
} 


/* footer */
.footerarea{
background:#3f3f3f;
margin-top:2.5em;
padding:1.5em 0px;
}

/* bottom menu */
.footerarea #menuWidgetContainer{
	background:none;
	text-transform:none;
	font-weight: 300;
	font-size: 1.1em;
	padding: 0px;
	position:static;
}
.footerarea #menuWidgetContainer h2{
	display:none;
} 
.footerarea #menuWidgetContainer ul.resourcemenu li{
	border:none;
	padding: 0.2em 0px;
	background:transparent;
}
.footerarea #menuWidgetContainer ul.resourcemenu{
	border:none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin:0px;
}
.footerarea #menuWidgetContainer.vertical li {
float: left;
width: 33%;
padding: 0.2em 0px;
}
.footerarea #menuWidgetContainer ul.flexnav{
	width:100%;
}
.footerarea #menuWidgetContainer a{
color:#b4b4b4;
}
.footerarea #menuWidgetContainer li a{
    white-space: normal;
    display: block;
}
.footerarea #menuWidgetContainer a:hover{
color:#fffff2;
}
.footerarea .f2{
	width:52%;
	margin:0px 3% 0px 8%;
}

/* contact data in the footer on frontpage*/

.footerarea .f3{
width:15%;
}
.footerarea a.logo img{
max-width: 60%;
display:block;
margin: 0.6em 0px 0.4em;
max-height: 58px;
}
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/4.png"],
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/1.png"],
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/2.png"],
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/5.png"],
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/7.png"],
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/11.png"],
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/42.png"],
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/default.png"]{
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 100.5%;
background: url('../images/4bottom.png') no-repeat;
background-size: auto 100%;
width:0px;
height:58px;
}
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/1.png"]{
background: url('../images/1bottom.png') no-repeat;
background-size: auto 100%;
}
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/2.png"]{
background: url('../images/2bottom.png') no-repeat;
background-size: auto 100%;
margin-top:-0.1em;
}
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/5.png"]{
background: url('../images/5bottom.png') no-repeat;
background-size: auto 100%;
}
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"]{
background: url('../images/6bottom.png') no-repeat;
background-size: 100% auto;
}
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/7.png"]{
background: url('../images/7bottom.png') no-repeat;
background-size: auto 100%;
}
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/11.png"]{
background: url('../images/11bottom.png') no-repeat;
background-size: auto 100%;
}
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/42.png"]{
background: url('../images/42bottom.png') no-repeat;
background-size: auto 100%;
}
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/default.png"]{
background: url('../images/defaultbottom.png') no-repeat;
background-size: auto 100%;
}
.footerarea h2.agent_name,
.footerarea h4.agent_title,
.footerarea h2.agent_office_name,
.footerarea dt{
	display:none;
}
.f3 dl,
.f3 .officeaddress{
	color: #b4b4b4;
	font-size:0.9em;
	font-weight: 700;
}
.f3 dd{
	margin:0px;
	padding-left:20px;
}
.f3 dd.phone_office{
	background:url('../images/phoneiconbottom.png') no-repeat left center;
}
.f3 dd.phone_cell{
	background:url('../images/celliconbottom.png') no-repeat 2px center;
}
.f3 dd.tollfree_number{
	background:url('../images/tollfreeiconbottom.png') no-repeat left center;
}
.f3 .officeaddress{
    padding-left:20px;
    padding-bottom: .5em;
	background:url('../images/addressiconbottom.png') no-repeat left top;
}

/* social media buttons in the footer */
.footerarea .f4{
width:8%;
margin-left:3%;
}
.footerarea .social_media img{
max-width:100%;
display:block;
max-height:100%;
}
.footerarea .social_media .custom_icon img {
	max-width: 55px;
	margin: 0 auto 0 0;
}
.footerarea .social_media{
	padding-top:0.6em;
}
.footerarea .social_media a{
	margin:0px 0px 0.4em 5%;
	width:44%;
	display:block;
	float:left;
	height:55px;
}
.footerarea .social_media .defaulticon img{
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 101%;
width:100%;
display:block;
height:100%;
}
.footerarea .social_media .facebookicon.defaulticon img{
	background:url('../images/facebookbottom.png') no-repeat;
	background-size: auto 100%;
} 
.footerarea .social_media .facebookicon.defaulticon:hover img{
	background:url('../images/facebookbottomhover.png') no-repeat;
	background-size: auto 100%;
} 
.footerarea .social_media .twittericon.defaulticon img{
	background:url('../images/twitterbottom.png') no-repeat;
	background-size: auto 100%;
} 
.footerarea .social_media .twittericon.defaulticon:hover img{
	background:url('../images/twitterbottomhover.png') no-repeat;
	background-size: auto 100%;
} 
.footerarea .social_media .linkedinicon.defaulticon img{
	background:url('../images/linkedinbottom.png') no-repeat;
	background-size: auto 100%;
} 
.footerarea .social_media .linkedinicon.defaulticon:hover img{
	background:url('../images/linkedinbottomhover.png') no-repeat;
	background-size: auto 100%;
} 
.footerarea .social_media .pinteresticon.defaulticon img{
	background:url('../images/pininterestbottom.png') no-repeat;
	background-size: auto 100%;
} 
.footerarea .social_media .pinteresticon.defaulticon:hover img{
	background:url('../images/pininterestbottomhover.png') no-repeat;
	background-size: auto 100%;
} 

/* footer lines */
.credentials{
background:#6b6b6b;
color:#484848;
font-size:1.1em;
font-weight:700;
padding:0.3em 0px 1em;
position:relative;
}

.credentials .terms_policy_links{
  float:none;
  font-size:0.85em;
  text-align:center;
}
.credentials .credit .creditincom{
display: block;
float: left;
background: url('../images/logoincom.png') no-repeat right top;
background-size: auto 100%;
padding: 1em 7em 0em 0px;
}
.credentials .credit a,
.credentials .terms_policy_links{
color:#484848;
}
.credentials .credit a.linkincom
float: left;
}
.credentials .credit .byincom{
	float:left;
}
.credentials .operated:before{
content:'|';
display:block;
position:absolute;
left:-0.1em;
top:0px;
}
.credentials .operated:after{
content:'|';
display:block;
position:absolute;
right:-0.6em;
top:0px;
}
.credentials .operated{
white-space: nowrap;
position:relative;
margin:0px 1em 0px 0.5em;
}
.credentials .brokerfooter{
display: block;
float: left;
white-space: nowrap;
padding-top: 1em;
}
.credentials .credit{
line-height: 1.1em;
}
.credentials .login{
	position:absolute;
	top:1em;
	right:2%;
	background:url('../images/logincenter.png') repeat-x;
	height:39px;
	line-height:39px;
	color:#787878;
}
.credentials .login:before{
	position:absolute;
	left:-10px;
	top:0px;
	content:'';
	display:block;
	width:10px;
	height:39px;
	background:url('../images/loginleft.png') no-repeat;
}
.credentials .login:after{
	position:absolute;
	right:-10px;
	top:0px;
	content:'';
	display:block;
	width:10px;
	height:39px;
	background:url('../images/loginright.png') no-repeat;
}
.credentials .login a{
	color:#787878;
	font-size:0.8em;
}
.credentials .login a:hover{
	color:#f6b030;
}
.credentials .login a:nth-child(1){
	padding-left:18px;
	background:url('../images/loginicon.png') no-repeat left center;
}


/*inner layout*/
.contentarea .g1{
width: 31.3%;
padding: 0px 1%;
}
.contentarea .g5, .contentarea .g6{
display:none;
}
.front .contentarea .g1{
	display:none;
} 
div.status, div.error{
	width:95%;
}
.inner .wrapper.contentarea {
width: 77%;
margin: 0 auto;
}
.inner .maincontent {
width: 72%;
float: left;
padding: 2.5em 2.367% 1em 0%;
}
body #wsidebar_right {
width: 22.53333%;
float: right;
padding-top: 2.4em;
}
body.hidepreviewWidgetMode #wsidebar_right{
	padding-top:2.4em;
}
.maincontentinner h1.main_title{
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size: 1.2em;
}
.inner #contentwidgetbottom,
.inner.hidepreviewWidgetMode #contentwidgetbottom{
padding-top: 2em;
}
input[type="submit"],
.widgets-city-links a.alllink,
#single_record_default a.viewfulllink,
.property_item .imageproperty a.view_detailsp,
.property_btn a, 
a.neighborhood,
a.featured_readmore {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family: 'Open Sans', sans-serif;
font-size: 0.9em;
font-weight:600;
background: #d9d9d9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d9d9d9 0%, #d5d5d5 50%, #d2d2d2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(50%,#d5d5d5), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-8 */
border:1px solid #cbcbcb;
color:#4a4a4a;
}
a.featured_readmore{
	font-style:normal;
}
fieldset.contact_form input.submit_form,
.lead_generating_remove_class input.form-submit, 
#pre_Construction_contact_form input.form-submit, 
#precondo_sortFilter input.form-submit{
color:#4a4a4a;
}
input[type="submit"]:hover,
.widgets-city-links a.alllink:hover,
#single_record_default a.viewfulllink:hover,
.property_item .imageproperty a.view_detailsp:hover,
.property_btn a:hover, 
a.neighborhood:hover,
a.featured_readmore:hover{
background: #c6c4c4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2YzRjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2JmYmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWJmYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c6c4c4 0%, #bfbdbd 50%, #c1bfbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c4c4), color-stop(50%,#bfbdbd), color-stop(100%,#c1bfbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c6c4c4 0%,#bfbdbd 50%,#c1bfbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c6c4c4 0%,#bfbdbd 50%,#c1bfbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c6c4c4 0%,#bfbdbd 50%,#c1bfbf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c6c4c4 0%,#bfbdbd 50%,#c1bfbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c4c4', endColorstr='#c1bfbf',GradientType=0 ); /* IE6-8 */
border-color:#a8a7a7;
}

/* properties lists */
body .pager a:hover, .pager .pager-current {
background-color: #aaaaaa;
}
.pager .pager-current {
color: #fffff1;
}
.property_item .imageproperty a.view_detailsp{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font-size: 0.95em;
border:none;
width: 100%;
line-height: 1.1em;
}

/* property detail*/
.property_btn a, a.neighborhood{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border-color:#A6A6A6;
width: 47.8%;
font-size:0.8em;
}
.property_btn.two_buttons a {
width: 23.85%;
}
.two_buttons a.lightbox{
	border-right:none;
}
#property_address_title {
font-family: 'Open Sans', sans-serif;
}
.back-link a{
	margin-left:0px;
}
.breadcrumb{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
}
#property_details ul li {
border: 1px solid #f6f0e2;
}
#property_details ul li{
   border-color:#f6f0e2;
   background-color:#f6f0e2;
}
#property_details ul li:hover{
	background-color:#f5dcab;
}
#property_details li a:hover{
	color:#f5ac1d;
}

/*map*/

.property_map_item li,
.property_map_item h2,
.property_map_item dl{
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 0.9em;
}
.property_map_item dl.price_property_map{
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 1em;
}
.property_map_item li{
font-weight:300;
}
.property_map_item .gmap_img_link{
margin-bottom: 0.2em;
}

/*search residential*/
h3.smallh3 {
font-size: 0.9em;
font-family: 'Open Sans',sans-serif;
}

/*forms*/
fieldset.contact_form .req{
  background:url('../images/star.png') no-repeat 0px 4px;
  color:#b83937;
   font:italic 12px Arial, Helvetica, sans-serif;
  display:block;
  padding-left:0.8em;
  margin-top: -0.3em;
}
span[title="This field is required."]{
	text-indent:-5000px;
	 background:url('../images/star.png') no-repeat 0px 4px;
  color:#b83937;
   font:italic 12px Arial, Helvetica, sans-serif;
  display:inline-block;
  width:10px;
top: -4px;
position: relative;
}

/*widgets*/
#widgets-quick-search,
.widgets-city-links,
.widgets-featuredListings,
.widgets-askQuestions{
background-color: #E6E6E5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #C5C0C0;
box-shadow: 0 2px 5px rgba(20,20,25,0.2), inset 0 0 0 1px #fff;
}
.inner .widget{
margin-bottom:2em;
}
.inner .widget h2{
font-family: 'Open Sans', sans-serif;
font-size: 1em;
text-align:center!important;
padding:0px!important;
}
.widget input[type="submit"]{
	font-size:0.8em;
}

/* ask questions*/
.widgets-askQuestions .content{ 
font-size: 0.95em;
}
/*lead forms */
._lead_form_view #wsidebar_right{
 display:none; 
}
._lead_form_view .maincontent {
    width: 100%;
    padding: 0%;
}
.inner._lead_form_view.theme4 iframe.free-home-evaluation {
    margin-top: -80px;
}
.inner._lead_form_view.theme4 iframe.free-home-evaluation.step_1 {
    margin-top: -70px;
    height: calc(100vh - 80px) !important;
}
/*city links*/
.widgets-city-links a.alllink {
font-size: 0.8em;
width: 38%;
margin: 0 auto 1em;
display: block;
text-align: center;
}
.front .widgets-city-links {
    max-width: 300px;
}
.front .g1 .widgets-city-links .main-city-image{
	height: 13.5vw;
}
/*quick search*/
#widgets-quick-search .form-submit{
	width:38%;
}
/*feature listing*/
#single_record_default a.viewfulllink {
text-transform: none;
float: none !important;
margin: 0 auto 1em!important;
width: 68%;
text-align: center;
font-style: normal;
font:100%/1.5 'Open Sans', sans-serif;
font-size: 0.8em;
font-weight:600;
line-height: 1.1em;
}
#single_record_default {
    max-width: 90%;
}
#property_div_single ul{
	font-size:0.8em;
}
#wsidebar_right #property_div_single p.description,
.inner .g1 #property_div_single p.description {
	max-width: 100%;
}
.horizontal_scroll li.cls_hidden div.cls_hidden {
	width: 100%;
}
#property_div_single p.description{
	font-size:0.8em;
	max-width: 44%;
    padding: 1em 0px 0px;
}
@media only screen and (max-width: 768px){
#property_div_single ul {
    width: 90%;
    display: block;
}
#property_div_single p.description {
    max-width: 90%;
    margin: 0 auto 10px auto;
}
}


/*map search widget*/
.widecontent div[id*="searchpropertymap"] {
    width: 100%;
    margin-left:0;
}
div.widget #gmapSearch2 ul.mapsearch_listing_detail{
font-size: 0.92vw;
}
div.widget #gmapSearch2 ul.mapsearch_listing_detail li{
	font-family:'Open Sans', Arial, sans-serif;
}
div.maincontent div.widget #gmapSearch2 ul.mapsearch_listing_detail {
    font-size: 0.82vw;
}
div.widget #gmapSearch2 #realEstateReports #FreeReport-form input.submit_form{
font-size:0.9em;
}
div.widget #gmapSearch2 #bookmarkedProperties .property_item dt{
	display:inline;
}
div.widget #gmapSearch2 #propertyDeatils dl dt{
	display:block;
}

@media screen and (max-width: 1350px){
div.widget #gmapSearch2 ul.mapsearch_listing_detail{
font-size: 1.1em;
}
div.maincontent div.widget #gmapSearch2 ul.mapsearch_listing_detail{
	font-size:1em;
}
}

/* join our team front */
.widgets-text-widget .jointeam {
	background-color: #f6b031;
	color: #fffffe;
	padding: 1.7em;
	margin: 0 0 2em;
}
.widgets-text-widget .jointeam-content {
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Roboto',sans-serif;
	font-size: 1vw;
}
.widgets-text-widget .jointeam-txt {
	text-align: left;
	margin-right: 2em;
}
.widgets-text-widget .jointeam-txt h3 {
	font-size: 2.2em;
	line-height: 1;
    margin: 0 0 .2em;
}
.widgets-text-widget .jointeam-txt p {
	font-size: 1em;
	margin: 0;
}
.widgets-text-widget .jointeam-btn a {
	display: block;
    color: inherit;
    background-color: #b28400;
	padding: .9em 2.7em;
	font-size: 1.1em;
	border: 1px solid rgba(255,255,255,0.5);
	white-space: nowrap;
}
.widgets-text-widget .jointeam-btn a:hover {
    box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.48);
}
.front #footerwidgettop .jointeam-content {
	width: 90%;
}
.front #footerwidgettop div[id*="textWidget"] .content .jointeam,
.front #footerwidgettop div[id*="textWidget"] .content .jointeam * {
	float: none;
}
.front #footerwidgettop div[id*="textWidget"] .jointeam-txt h3 {
	color: inherit;
	margin: 0 0 .2em;
}
.front #footerwidgettop .jointeam-btn a {
	padding: .9em 2em;
}
@media (max-width: 1510px) {
	.widgets-text-widget .jointeam-content {
		font-size: 1rem;
		width: 70%;
	}
}
@media (max-width: 1200px) {
	.widgets-text-widget .jointeam-content {
		width: 80%;
	}
}
@media (max-width: 1000px) {
	.widgets-text-widget .jointeam-content {
		width: 90%;
		flex-flow: column wrap;
		justify-content: center;
	}
	.widgets-text-widget .jointeam-txt {
		margin: 0 auto 1.2em;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.widgets-text-widget .jointeam-content {
		font-size: .9rem;
		width: 100%;
	}
	.front #footerwidgettop .jointeam-content {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.widgets-text-widget .jointeam-content {
		font-size: .8rem;
	}
}

/* buyer seller */
body[class*="home-evaluation"] .sellerTop, 
body[class*="buy-homes-for-sale"].inner #contentwidgettop .widget.dreamhomewidget {
    height: calc(100vh - 5.2em);
}
body[class*="home-evaluation"].inner .widget.freehomewidget {
	height: calc(100vh - 3.2em);
}
body[class*="home-evaluation"] #menuWidgetContainer,
body[class*="buy-homes-for-sale"] #menuWidgetContainer {
	background-size: auto 104%;
}
body[class*="buy-homes-for-sale"] .itemCalculator a, 
body[class*="home-evaluation"] .footerInfo, 
body[class*="buy-homes-for-sale"] .footerInfo, 
body[class*="home-evaluation"] #readySell .innerSell, 
body[class*="buy-homes-for-sale"] div[id*="defineBuyer"] {
	background-color: #f6b032;
}
body[class*="home-evaluation"] #readySell .innerSell:before,
body[class*="buy-homes-for-sale"] div[id*="defineBuyer"]:before {
	border-color: transparent #f6b032 transparent transparent;
}
body[class*="home-evaluation"] #readySell .innerSell:after, 
body[class*="buy-homes-for-sale"] div[id*="defineBuyer"]:after {
    border-color: #f6b032 transparent transparent;
}
body[class*="buy-homes-for-sale"] div[id*="defineBuyer"] h2 {
    color: #eff0f1;
}
body[class*="buy-homes-for-sale"] .titleCalculators h2 span, 
body[class*="home-evaluation"] #needInfo h2, 
body[class*="home-evaluation"] .sellerTop h2, 
body[class*="buy-homes-for-sale"] .widecontent .widgets-featuredListings h2, 
body[class*="home-evaluation"] p.buyerArrow a:before, 
body[class*="buy-homes-for-sale"] p.buyerArrow a:before, 
body[class*="buy-homes-for-sale"].inner #custom_first_step_dream_home_lead_form h1 {
    color: #f6b032;
}
body[class*="buy-homes-for-sale"] .widecontent .widgets-featuredListings h2 span {
    font-family: 'Nothing You Could Do', cursive;
    padding-bottom: 0.5em;
}
	 

/* buyer seller buttons front */
.front #footerwidgettop div[id*="textWidget"] h2.subject {
	color: #4c4c4c;
	margin-bottom: 0.3vw;
	margin-top: 3.8vw;
	text-transform: uppercase;
	line-height: normal;
}
.front #footerwidgettop div[id*="textWidget"]:nth-of-type(2) {
	margin-top: 4.5vw;
}
.front .widgets-text-widget .startHelp{
	text-align:center;
	font-size:1em;
	font-weight: 400;
	color: #777777;
	line-height: normal;
    margin: 0px;
	padding-left: 0.5em;
    padding-right: 0.5em;
	margin: 0.6em 0px;
}
.front .BuySellButton,
.front #footerwidgettop div[id*='buttonator'].sellerbuyer{
	width:10vw;
	height:6vw;
	font-family:Ubuntu, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:0.8vw;
	line-height:1;
	margin:2vw .8vw 2.8vw .8vw;
	text-align:center;
	display: inline-block;
	box-shadow: none;
}
.front .BuySellButton.highlight,
.front #footerwidgettop div[id*='buttonator'].sellerbuyer.highlight{
	-webkit-box-shadow: 0px 0px 10px 6px rgb(207 11 11);
	-moz-box-shadow: 0px 0px 10px 6px rgba(207,11,11,1);
	box-shadow: 0px 0px 10px 6px rgb(207 11 11);
}

.front .BuySellButton a,
.front #footerwidgettop div[id*='buttonator'].sellerbuyer  a.button-link{
	display:block;
	width:100%;
	height:100%;
	color:#4c4c4c;
	background-color:#f7f7f7;
	-webkit-box-shadow: 0px 0px 5px 0px #b5b5b5;
	-moz-box-shadow: 0px 0px 5px 0px #b5b5b5;
	box-shadow: 0px 0px 5px 0px #b5b5b5;
	padding: 0px;
}
.front #footerwidgettop div[id*='buttonator'].sellerbuyer  a.button-link span{
	font-size:0.8vw;
}
.front #footerwidgettop div[id*='buttonator'].sellerbuyer a.button-link:after{
	display:none;
}	
.front .BuySellButton a:before,
.front #footerwidgettop div[id*='buttonator'].sellerbuyer a.button-link:before{
	content:'';
	display: block;
	width:100%;
	height:4vw;
}
.front .BuySellButton.buyProperty a:before,
.front #footerwidgettop div[id*='buttonator'] .type-buyerpage a:before{
	background:url('../images/buyButton.svg') no-repeat center center;
	background-size: auto 54%;
}
.front .BuySellButton.sellProperty a:before,
.front #footerwidgettop div[id*='buttonator'] .type-sellerpage a:before{
	background:url('../images/sellButton.svg') no-repeat center center;
	background-size: auto 54%;
}
.front .BuySellButton a:hover,
.front #footerwidgettop div[id*='buttonator'] .type-buyerpage:hover a,
.front #footerwidgettop div[id*='buttonator'] .type-sellerpage:hover a{
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(136, 136, 131, 0.55);
	-moz-box-shadow: 0px 0px 20px 0px rgba(136, 136, 131, 0.55);
	box-shadow: 0px 0px 20px 0px rgba(136, 136, 131, 0.55);
}


.color_box a.thirtysix {
    background-color: #d9d9dc;
}
.color_box a.four {
    background-color: #990909;
}
.color_box a.five {
    background-color: #5e616f;
}
.color_box a.seven {
    background-color: #9b7c7f;
}
.color_box a.eleven {
    background-color: #5bbfb2;
}
.color_box a.twentythree,
.color_box a.fortytwo{
	display:none;
}

/* unbranded theme */
.unbranded .presented_by,
.unbranded .property_view .left_side_bar .property_owner_info,
.unbranded .f3 dl, 
.unbranded .f3 .officeaddress,
.unbranded #contactdata.smallcollapse #agentphoto, 
.unbranded.inner .mainuser.smallcollapse .agent_photo,
.unbranded #contactdata.smallcollapse h2.agent_name,
.unbranded #contactdata #agentphoto, 
.unbranded.inner .mainuser .agent_photo,
.unbranded #contactdata h2.agent_name, 
.unbranded.inner .mainuser h2.agent_name,
.unbranded #contactdata h4.agent_title, 
.unbranded.inner .mainuser h4.agent_title,
.unbranded #contactdata dl, 
.unbranded.inner .mainuser.expand dl,
.unbranded.broker #contactdata.smallcollapse h2.office_name, 
.unbranded.inner.broker .mainuser.smallcollapse h2.office_name,
.unbranded.broker #contactdata h2.office_name, 
.unbranded.inner.broker .mainuser.expand h2.office_name,
.unbranded.inner.broker .mainuser h2.office_name,
.unbranded #contactarrow {
	display: none;
}
.unbranded .mainuser .bigimage {
	display: none !important;
}
.unbranded .footerarea #menuWidgetContainer.vertical li {
	width: 25%;
}
.unbranded .footerarea {
	display: flex;
	flex-wrap: wrap;
}
.unbranded .footerarea .f2,
.unbranded .footerarea .f3,
.unbranded .footerarea .f4 {
	width: 100%;
}
.unbranded .footerarea .f2 {
	order: 1;
}
.unbranded .footerarea .f3,
.unbranded .footerarea .f4 {
	margin: 0;
}
.unbranded .footerarea .social_media {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}
.unbranded .footerarea .social_media a {
	width: 55px;
	float: none;
	margin: .2rem;
}
.unbranded .footerarea .logo,
.unbranded .footerarea .logo_link {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.unbranded .footerarea .logo img,
.unbranded.broker .footerarea a.logo_link img {
	margin: 0 auto;
	max-width: 30vw;
	max-height: 10rem;
	background-position: center;
}
.unbranded #contactdata a.logo, 
.unbranded #contactdata.collapse a.logo, 
.unbranded.inner .mainuser a.logo,
.unbranded.broker #contactdata a.logo_link, 
.unbranded.inner.broker .mainuser.expand a.logo_link,
.unbranded.broker #contactdata.collapse a.logo_link, 
.unbranded.inner.broker .mainuser a.logo_link,
.unbranded #contactdata.smallcollapse a.logo, 
.unbranded.inner .mainuser.smallcollapse a.logo {
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	height: 90%;
	width: auto;
}
.unbranded.inner figcaption {
	height: 100%;
}
.unbranded #contactdata,
.unbranded.inner .mainuser {
	height: 6rem;
}
.unbranded #contactdata.smallcollapse, 
.unbranded.inner .mainuser.smallcollapse {
	height: 4rem;
}
.unbranded #contactdata a.logo img, 
.unbranded.inner .mainuser a.logo img,
.unbranded.broker #contactdata a.logo_link img, 
.unbranded.inner.broker .mainuser.expand a.logo_link img,
.unbranded.inner.broker .mainuser a.logo_link img,
.unbranded #contactdata.smallcollapse a.logo img, 
.unbranded.inner .mainuser.smallcollapse a.logo img {
	max-height: 80%;
    max-width: 86%;
}



/*default scheme*/
.Default #menuWidgetContainer{
	background-image:url('../images/menubg.png');
}
.Default .footerarea #menuWidgetContainer{
	background:none;
}
.Default #menuWidgetContainer li a.visitor_tools{
background-image: url('../images/visitormenu.png');
}
.Default #menuWidgetContainer li a.visitor_tools:hover{
 background-image: url('../images/visitormenuhover.png');
}
.Default #contactarrow,
.Default.inner .mainuser.expand #contactarrow,
.Default #contactdata.smallcollapse.collapse #contactarrow{
	background-image:url('../images/contactdataarrow.png');
}
.Default #contactdata.collapse #contactarrow,
.Default.inner .mainuser #contactarrow,
.Default #contactdata.smallcollapse #contactarrow{
		background-image:url('../images/contactdataarrowdown.png');
}
.Default #contactdata.collapse,
.Default.inner .mainuser{
background-image: url('../images/contactdatabgcollapse.png');
}
.Default #contactdata.smallcollapse.collapse,
.Default.inner .mainuser.smallcollapse.expand{
background: url('../images/contactdatabgsmall.png') no-repeat center bottom;
background-size: 100% 100%;
}
.Default #contactdata,
.Default.inner .mainuser.expand{
background-image: url('../images/contactdatabg.png');
}

/*mobile menu*/
.menu-button{
font-family: 'Roboto',serif;
color:#8e8e8e;
text-align: right;
padding-right: 15%;
}
.menu-button .touch-button .icon-bar{
background-color:#8e8e8e;
}
.menu-button .touch-button{
	width:12%;
}	
body[class*="_properties_for_agent"] .agent_properties_list #creaFrameAgentListings{	
  width: 100%;
  height: 900px;
}

body:not(.mobileVersion) .menu-button,
body:not(.mobileVersion) .flexnav .touch-button{
display:none;
}

body.mobileVersion .menu-button{
display:block;
}

body.mobileVersion .flexnav.opacity.flexnav-show,
body:not(.mobileVersion) .flexnav.opacity{
	opacity: 1;
}
body.mobileVersion .flexnav.opacity{
	opacity: 0;
}

/*join us*/
body[class*="Join_Our_Team"] .maincontentinner .widgets-askQuestions p.back24 {
    font-size: 0.85em;
}
body[class*="Join_Our_Team"] .maincontentinner .widgets-askQuestions p {
    font-size: 0.75em;
}
/* Button Widget */

.hidepreviewWidgetMode  div[id*='buttonator']{
	  background-color: #f7f7f7!important;
}
div[id*='buttonator']{
background-color: #f7f7f7;
}

footer{
    clear:left;	
}
@media all and (min-width: 769px){
.flexnav {
max-height:2000px;
}
}

@media all and (max-width: 2310px){
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search{
background-size:2% auto;
}
}

@media screen and (max-width: 1990px){
.front #contentwidgettop.widecontent div[id*="quickSearch"] .content {
    width: 80%;
}
}


@media all and (max-width: 1930px){
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search{
background-size:2.4% auto;
}
.front #contentwidgetbottom div[id*="featuredListing"]{
	background-size:cover;
}
}

@media all and (max-width: 1870px){
#contactdata #agentphoto, .inner .mainuser .agent_photo{
margin-left:-12%;	
}
#contactdata.smallcollapse #agentphoto,
.inner .mainuser.smallcollapse .agent_photo{
margin-left:-10%;
}
#searchvideo{
margin-top: -13em;
}
.property_details_view_page .wrapper.contentarea{
	width:83%;
}
}

@media all and (max-width: 1800px){
#searchvideo{
margin-top: -12em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .content {
    width: 90%;
}
}


@media all and (max-width: 1740px){
#searchvideo{
margin-top: -11em;
}
#contactdata #agentphoto, .inner .mainuser .agent_photo{
margin-left:-13%;	
}
#contactdata.smallcollapse #agentphoto,
.inner .mainuser.smallcollapse .agent_photo{
	margin-left:-11%;
}
}

@media all and (max-width: 1695px){
#searchvideo{
margin-top: -10em;
}
#contactdata #agentphoto, .inner .mainuser .agent_photo{
margin-left:-12%;
width:70px;
height:70px;	
}
#contactdata.smallcollapse #agentphoto,
.inner .mainuser.smallcollapse .agent_photo{
	margin-left:-11%;
}
#contactarrow{
height:1.5em;
}
.inner .mainuser #contactarrow{
	bottom:-0.2em;
}
.inner .mainuser.smallcollapse #contactarrow{
	bottom:-0.4em;
}
.inner .mainuser.smallcollapse.expand #contactarrow{
	height:1.2em;
	bottom:-0.2em;
}
#contactdata.smallcollapse.collapse #contactarrow{
  height:1.2em;	
}
}

@media all and (max-width: 1665px){
#contactdata #agentphoto, .inner .mainuser .agent_photo{
margin-left:-13%;
}
#contactdata.smallcollapse #agentphoto,
.inner .mainuser.smallcollapse .agent_photo{
	width:50px;
	height:50px;
}
.front #contentwidgetbottom div[id*="featuredListing"] .content{
	margin:2.3em 0px 3em;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .content {
	margin:2.3em 0 0;
}
}

@media all and (max-width: 1585px){
.front #topwidget .social_media a{
width:6%;	
}
#searchvideo{
margin-top: -9em;
}
.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll{
width:650px;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search .pricewrapper,
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Type{
	width:22%;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .sale-rent{
	left:30%;
}
}

@media all and (max-width: 1510px) {
	.front .widecontent div[id*='office_agent_listings'] h2.subject {
		max-width: 40vw;
	}
	.front #footerwidgettop div[id*='buttonator'].sellerbuyer,
	.front .BuySellButton {
	    width: 13em;
	    height: 7em;
	    font-size: 1em;
	    margin: 2em .8em 2.8em .8em;
	}
	  .front #footerwidgettop div[id*='buttonator'].sellerbuyer a.button-link:before,
	.front .BuySellButton a:before {
	    height: 4.5em;
	}
	.front .widgets-text-widget .startHelp {
	    font-size: 1em;
	    padding-top: 0.2em;
	}
	.front #footerwidgettop div[id*="textWidget"] h2.subject {
	    margin-bottom: 0.3em;
	    margin-top: 2em;
	}
	body[class*="buy-homes-for-sale"].inner .widecontent .widget .widgets-featuredListings h2 {
		padding: 2.5em 0px 0px!important;
	}	
	.front #footerwidgettop div[id*='buttonator'].sellerbuyer{
		font-size:0.9em;
		margin-left:0.9em;
		margin-right:0.9em;
	}
    .front #footerwidgettop div[id*='buttonator'].sellerbuyer a.button-link span{
		font-size: 1em;
	}
}

@media all and (max-width: 1500px){
#contactdata, .inner .mainuser{
width:16%;
margin-left:2.8%;
} 
#contactdata.smallcollapse, .inner .mainuser.smallcollapse{
	width:13%;
}
#searchvideo{
margin-top: -8em;
}
}

@media all and (max-width: 1475px){
.footerarea .f4 {
width: 9%;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search{
background-size: 2.8% auto;	
}
.slider-wrapper {
width: 60%;
left:20%;
}
.mainuser .bigimage{
left:20%;
}
}

@media screen and (max-width: 1430px){
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bedrooms, .front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bathrooms{
	width:7em;
}
}

@media all and (max-width: 1380px){
#topwidget2 #menuWidgetContainer,
#topwidget #menuWidgetContainer{
	padding-left:22%;
}
#contactdata, .inner .mainuser{
	width:17%;
}
#contactdata.smallcollapse, .inner .mainuser.smallcollapse {
width: 14%;
}
.front #contentwidgettop .widgets-text-widget .mapsearch {
width: 11%;
}
#searchvideo{
margin-top: -7em;
}
.credentials .credit,
.credentials .terms_policy_links{
margin-left:1.5%!important;
}	
.credentials .terms_policy_links{
  float:left;
}
div.crea_text .mlsLogo, div.crea_text .realtorLogo{
	margin-left:1.5%;
	justify-content: left;
	padding-left: 0px;
}
}
@media (max-height: 768px) and (max-width: 1370px){
    .front #topwidget .social_media a{
        width: 4%;	
        height: 60px;
    }
    .front #topwidget .social_media {
        padding: .3em 3% 0px 0px;
    }
}
@media all and (max-width: 1320px){
.front #topwidget .social_media a{
width:7%;	
}
#topwidget2 #menuWidgetContainer,
#topwidget #menuWidgetContainer{
	padding-left:23%;
}
#contactdata, .inner .mainuser{
	width:18%;
}
#contactdata.smallcollapse, .inner .mainuser.smallcollapse {
width: 15%;
}
.footerarea .f4 {
width: 10%;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search{
background-size: 2.9% auto;	
}
.slider-wrapper {
width: 65%;
left:17%;
}
.mainuser .bigimage{
left:17%;
}
#searchvideo{
margin-top: -5em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .content {
    width: 100%;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search .sale-rent div.form-item input{
width:1em;
}
}

@media all and (max-width: 1280px) {
	.inner .wrapper.contentarea{
		width:85.59%;
	}
}
@media all and (min-width: 800px)  and (max-width:1280px) and (orientation: portrait){
  #home{
    height: 600px !important;
  }
  .scroll_down{
    display:none;
  }
}
@media all and (min-width: 768px)  and (max-width:1024px) and (orientation: portrait){
  #home {
    height: 600px !important;
  }
}
@media all and (min-width: 600px)  and (max-width:1024px) and (orientation: landscape){
  #home{
    height: 700px !important;
  }
  .scroll_down{
    display:none;
  }	
}
@media all and (min-width: 414px)  and (max-width:736px) and (orientation: landscape){
  #home{
    height: 400px !important
  }
  .scroll_down{
    display:none;
  }	
}
.front #contentwidgettop .widgets-text-widget .mapsearch {
width: 12%;
}
#searchvideo{
margin-top: -3em;
}
}

@media all and (max-width: 1245px) {
.property_item ul li {
     width: 100px;
     margin-right:2%; 
}
}

@media all and (max-width: 1220px){
#topwidget2 #menuWidgetContainer,
#topwidget #menuWidgetContainer{
	padding-left:24%;
}
#contactdata, .inner .mainuser{
	width:19%;
}
#contactdata.smallcollapse, .inner .mainuser.smallcollapse {
width: 16%;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search{
background-size: 3% auto;	
}
.front #contentwidgettop div[id*="quickSearch"] div[class*="Listing-ID"] input{
	height:3.5em;
}
.front #contentwidgettop div[id*="quickSearch"] div[class*="Listing-ID"]{
	width:60%;
}
.front #contentwidgettop div[id*="quickSearch"] .advanced{
	margin-top:1.5em;
}
.footerarea .f2 {
width: 57%;
margin: 0px 3%;
}

.front #footerwidgettop div[id*="textWidget"]{
	width:70%;
}
#searchvideo{
margin-top: 0em;
}
.credentials .credit .creditincom,
.credentials .terms_policy_links{
clear: left;
padding: 0.6em 5.5em 0px 0px;
background-size: auto 96%;
margin-top:0.3em;
}
.credentials .terms_policy_links{
  margin-top:0em;
}
.credentials .operated:after{
display:none;
}
	.unbranded .footerarea .logo img, 
	.unbranded.broker .footerarea a.logo_link img {
		max-width: 45%;
	}
}

@media (max-width: 1200px) {
	div[id*="office_agent_listings"] #search_agent_form_widget {
		position: relative;
		float: none;
		right: auto;
		margin: 1em auto;
	}
	.front .widecontent div[id*='office_agent_listings'] h2.subject {
		max-width: 70vw;
	}
}

@media all and (max-width: 1180px){
.slider-wrapper {
width: 70%;
left:15%;
}
.mainuser .bigimage{
left:15%;
width: 19%;
}
.inner .wrapper.contentarea{
	width:96%;
}
.front #contentwidgettop .widgets-text-widget .mapsearch {
width: 13%;
}
#contactdata.smallcollapse, .inner .mainuser.smallcollapse {
width: 17%;
}
.footerarea .f4 {
width: 11%;
}
}

@media all and (max-width: 1140px){
.slider-wrapper {
width: 74%;
left: 13%;
}
.mainuser .bigimage{
left:13%;
}
.front #topwidget .social_media a {
width: 8%;
}
.front #contentwidgettop .widgets-text-widget .mapsearch {
width: 14%;
}
body[class*="buy-homes-for-sale"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll,
.front #contentwidgetbottom .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
width: 755px;
}
#contactdata, .inner .mainuser {
width: 20%;
}
#contactdata.smallcollapse, .inner .mainuser.smallcollapse {
width: 18%;
}
#topwidget2 #menuWidgetContainer,
#topwidget #menuWidgetContainer{
font-size:0.95em;	
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bedrooms, .front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bathrooms {
    width: 6em;
}
}

@media all and (max-width: 1090px){
#topwidget2 #menuWidgetContainer,
#topwidget #menuWidgetContainer,
#topwidget2 #menuWidgetContainer ul.resourcemenu,
#topwidget #menuWidgetContainer ul.resourcemenu{
font-size:0.9em;	
}
}

@media all and (max-width: 1080px){
.front video#bgvid{
display:none!important;
}
.front #wrapper-video{
background:url('../images/sky.jpg') no-repeat;
background-size:cover;
}
.front #contentwidgettop .widgets-text-widget h1,
.front #contentwidgettop .widgets-text-widget h2{
width: 70%;
margin-left: 25%;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search {
background-size: 3.6% auto;
}
.slider-wrapper {
width: 70%;
}
#contactdata, .inner .mainuser {
width: 21%;
}
#contactdata.smallcollapse, .inner .mainuser.smallcollapse {
width: 19%;
}
.footerarea .f4 {
width: 12%;
}
#searchvideo{
display:none;
}
.wrapper-searchvideo:before{
content:url('../images/couple1080.jpg');
opacity:1;
filter:alpha(opacity=100); 
bottom:auto;
top:0px;
position:relative;
background-color:transparent;
}
.wrapper-searchvideo:after{
background-color:#333333;
opacity:0.4;
filter:alpha(opacity=40);
}
.wrapper-searchvideo{
z-index:0;
}
.front #contentwidgettop div[id*="quickSearch"]{
z-index:200;
}
  .front #contentwidgettop.widecontent #widgets-quick-search .total-area-wrapper{
    width: 30%;
    margin-left: 14%;
  }
  .front .g1-wrap{
  	padding-bottom:2em;
  }
   .front .g1-wrap .g6 div[id*='buttonator'],
    .front .g1-wrap .g7 div[id*='buttonator'],
  .front .g1-wrap .g5 div[id*='buttonator']{
  	margin-top:3em;
  }
   .front .g1-wrap div[id*='buttonator']:last-child{
  	margin-bottom:0px;
}
}

@media all and (max-width: 1030px){
#topwidget2 #menuWidgetContainer,
#topwidget #menuWidgetContainer,
.front #topwidget2.smallmenu #menuWidgetContainer, 
#topwidget.smallmenu #menuWidgetContainer{
font-size:0.85em;	
}
#topwidget2 #menuWidgetContainer ul.resourcemenu,
#topwidget #menuWidgetContainer ul.resourcemenu{
font-size:0.95em;	
}
}

@media all and (max-width: 1024px){
.slider-wrapper {
width: 80%;
left: 10%;
}
.mainuser .bigimage{
left:10%;
width:20%;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next,
.front #contentwidgetbottom div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next {
right: -58px!important;
}
body[class*="buy-homes-for-sale"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll,
.front #contentwidgetbottom .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
width: 845px;
}
body[class*="buy-homes-for-sale"] .widecontent .horizontal_scroll .jcarousel-wrapper,
.horizontal_scroll:not(.agent-listing) .jcarousel-wrapper {
width: 750px;
}
.horizontal_scroll .jcarousel{
	width:100%;
}
.maincontent .horizontal_scroll:not(.agent-listing) .jcarousel-wrapper{
	width:100%;
}
.front #contentwidgettop .widgets-text-widget .mapsearch {
width: 15%;
}
.front #footerwidgettop div[id*="textWidget"] {
width: 80%;
}
  .front #contentwidgettop.widecontent #widgets-quick-search .total-area-wrapper{
    width: 34%;
    margin-left: 8%;
  }
}


@media all and (max-width: 1000px){
.footerarea .f4 {
width: 13%;
}
.footerarea .f2 {
width: 61%;
margin: 0px 1%;
}
.footerarea .f3 {
width: 18%;
}
.front #topwidget .social_media a {
width: 9%;
}
#contactdata, .inner .mainuser {
width: 22%;
}
#contactdata.smallcollapse, .inner .mainuser.smallcollapse {
width: 20%;
}
#topwidget2 #menuWidgetContainer, #topwidget #menuWidgetContainer {
padding-left: 25%;
}
}

@media all and (max-width: 1024px){
	body[class*="home-evaluation"] .sellerTop,
	body[class*="buy-homes-for-sale"].inner #contentwidgettop .widget.dreamhomewidget,
	body[class*="home-evaluation"].inner .widget.freehomewidget {
		height: auto;
	}
}

@media all and (max-width: 985px){
#topwidget2 #menuWidgetContainer,
#topwidget #menuWidgetContainer{
font-size:0.8em;	
padding-top: 2em;
min-height: 3.2em;
}
.front #topwidget2.smallmenu #menuWidgetContainer, 
#topwidget.smallmenu #menuWidgetContainer{
font-size:0.8em;
}
#topwidget2 #menuWidgetContainer ul.resourcemenu,
#topwidget #menuWidgetContainer ul.resourcemenu{
font-size:1em;	
}
.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll{
width:432px;
}
.front #contentwidgettop div[id*="quickSearch"] div[class*="Listing-ID"] input {
    height: 3em;
}	
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Type{
	top: 8.5em;
      width: calc(16em + 12%);
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .sale-rent {
    left: 48%;
    bottom: 10em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .rent.sale-rent {
    bottom: 8.2em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search .pricewrapper{
    width: 40%;
    float: right;
        margin-right: 0px;
    margin-left: 60%;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bedrooms{
	clear: left;
        margin: 1.5em 12% 0px 0%;
    width: 8em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bathrooms{
    width: 8em;
    margin-top: 1.5em;
    float: left;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search{
	margin-top:-1em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .nobedbath #widgets-quick-search div.form-item.Type {
    top: 7.5em;
}
.front #contentwidgettop.widecontent #widgets-quick-search .area-selection-wrapper {
    width: 100%;
    float: left;
    margin-top: 2.6em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .nobedbath .sale-rent{
	    bottom: 11em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .nobedbath .rent.sale-rent {
    bottom: 9.3em;
}
}

@media all and (max-width: 936px){
.slider-wrapper {
width: 85%;
left: 7.5%;
}
.mainuser .bigimage {
left: 7.5%;
width: 23%;
}
#contactdata, .inner .mainuser {
width: 25%;
margin-left:3.5%;
}
#topwidget2 #menuWidgetContainer, #topwidget #menuWidgetContainer {
padding-left: 29%;
}
.footerarea .f4 {
width: 14%;
}
.front #contentwidgettop .widgets-text-widget .mapsearch {
width: 16%;
}
#topwidget2 #menuWidgetContainer,
#topwidget #menuWidgetContainer{
font-size:0.75em;	
}
.property_item ul li {
	margin-right:0px;
}
}
@media all and (max-width: 920px){
#topwidget2 #menuWidgetContainer,
#topwidget #menuWidgetContainer,
.front #topwidget2.smallmenu #menuWidgetContainer, 
#topwidget.smallmenu #menuWidgetContainer{
font-size:0.7em;	
}
#sortListing .rest-form .pricewrapper {
    width: 26%;
   }
}

@media all and (max-width: 885px){
.front #contentwidgettop .widgets-text-widget h1 {
font-size: 3.5em;
}
.front #contentwidgettop .widgets-text-widget h2 {
font-size: 1.8em;
}
.footerarea .f2{
	width: 97.5%;
}
.footerarea .f3{
width: 40%;
margin: 2em 2% 0px 18%;
}
.footerarea .f4{
	margin-top:1em;
}
.broker .footerarea a.logo_link img,
.footerarea a.logo img{
	margin: 0px auto 10px;
}
.f3 dl{
margin-bottom: 0px;
}	
.f3 dd {
	width: max-content;
	margin: 4px auto;
}
.f3 .officeaddress{
	clear:both;
	width: max-content;
	margin: auto;
	max-width: 100%;
}
.footerarea .logo_link img, .footerarea .logo img {
	background-position: center !important;
}
body[class*="buy-homes-for-sale"] .widecontent .horizontal_scroll .jcarousel-wrapper,
.horizontal_scroll:not(.agent-listing) .jcarousel-wrapper {
width: 500px;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search {
background-size: 4% auto;
}
.front #contentwidgettop .widgets-text-widget .mapsearch {
width: 17%;
}
.inner .maincontent{
float: none;
margin:0 auto;
padding: 3em 0px 1em 1.5%;
}
body #wsidebar_right {
width:30%;
float: none;
padding: 0em 0px 1em 0%;
margin:0 auto;
}
#contactdata.smallcollapse, .inner .mainuser.smallcollapse {
width: 24%;
}
body[class*="buy-homes-for-sale"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll,
.front #contentwidgetbottom .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
width: 100%;
}
.footerarea .f4 {
width: 15%;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bathrooms,
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bedrooms{
	width:6em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Type{
	    width: calc(12em + 12%);
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .sale-rent {
    left: 46%;
   }
   .rslides li p a{
	padding-right: 35%;
	background-position:94% center;
}
.rslides li p a:hover{
	background-position:94% center;
}
}

@media all and (max-width: 858px){
#topwidget2 #menuWidgetContainer,
#topwidget #menuWidgetContainer,
.front #topwidget2.smallmenu #menuWidgetContainer, 
#topwidget.smallmenu #menuWidgetContainer{
font-size:0.65em;	
}
}

@media all and (max-width: 830px){
#contactdata, .inner .mainuser {
width: 27%;
}
#topwidget2 #menuWidgetContainer, #topwidget #menuWidgetContainer {
padding-left: 31%;
}
.inner .maincontent{
	width:82%;
}
.footerarea .f3 {
width: 42%;
}
.footerarea .f4 {
width: 16%;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search {
background-size: 4.5% auto;
}
.rslides li p{
	font-size:1.5em;
}
.front .contentarea .g1{
	width:98%;
}
}

@media all and (max-width: 820px){
#topwidget2 #menuWidgetContainer,
#topwidget #menuWidgetContainer,
.front #topwidget2.smallmenu #menuWidgetContainer, 
#topwidget.smallmenu #menuWidgetContainer{
font-size:0.6em;	
}
}

@media all and (max-width: 768px){
#contactdata, .inner .mainuser {
width: 30%;
margin-left: 5%;
}
#contactdata.smallcollapse, .inner .mainuser.smallcollapse {
width: 26%;
}
.front #footerwidgettop div[id*="textWidget"] {
width: 90%;
}
.front #contentwidgettop div[id*="quickSearch"] div[class*="Listing-ID"]{
	width:90%;
}
.front #contentwidgettop .widgets-text-widget .mapsearch {
width: 19%;
}
.front #contentwidgettop .widgets-text-widget h1 {
font-size: 3em;
margin-left: 37%;
width: 60%;
}
.front #contentwidgettop .widgets-text-widget h2 {
width: 60%;
margin-left: 37%;
}
body #wsidebar_right {
width: 98%;
}
.footerarea .f3 {
width: 47%;
margin-left: 12%;
}
.credentials .credit {
font-size: 0.8em;
}
.scroll_down{
	bottom:1em;
}
.inner .maincontent {
width: 99%;
padding: 3em 0px 0px;
}
.inner .horizontal_scroll .jcarousel-wrapper{
	width:100%;
}
.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll{
	width:650px;
}
#wsidebar_right .widgets-city-links .main-city-image, #wsidebar_right .widgets-featuredListings a.citylinkimg {
height: 9.5em;
}
.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll{
width:432px;
}
#wsidebar_right .widgets-city-links,
#wsidebar_right .widgets-featuredListings{
	width:43.2%;
}
	.unbranded .footerarea .logo img, 
	.unbranded.broker .footerarea a.logo_link img {
		max-width: 55%;
	}
	.unbranded .footerarea #menuWidgetContainer.vertical li {
		width: 33%;
	}
}

@media all and (max-width: 730px){
#order_button {
    top: 15em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bathrooms, .front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bedrooms {
    width: 5em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Type {
    width: calc(10em + 12%);
}
    #sortListing .rest-form .pricewrapper {
    width: 64%;
}
}

@media all and (max-width: 700px){
   #home{
     height: 400px !important;
   }
}

@media all and (max-width: 640px){
  #home{
    height:360px !important;	
  }
.mobileVersion #topwidget2 #menuWidgetContainer, .mobileVersion #topwidget #menuWidgetContainer{
padding-top:0.5em;
min-height: 2.6em;
}
#contactdata, .inner .mainuser{
margin-top:-2.5em;
}
.inner .mainuser:not(.expand) {
	margin-top:-2.5em !important;
}
.broker #contactdata a.logo_link, .inner.broker .mainuser.expand a.logo_link,
#contactdata a.logo, .inner .mainuser a.logo,
.inner .mainuser.expand a.logo,
#contactdata.collapse #agentphoto, .inner .mainuser .agent_photo,
#contactdata.collapse a.logo{
	margin-top:0px;
}
.broker #contactdata h2.office_name, .inner.broker .mainuser.expand h2.office_name{
margin-top:4.8em;
}
#contactdata h4.agent_title{
margin-top:6.5em;
}
.inner .mainuser.expand .agent_photo,
#contactdata h2.agent_name {
margin-top: 3.8em;
}
#contactdata dl{
margin-top:2.8em;
}
#contactdata.collapse h2.agent_name,
#contactdata #agentphoto {
margin-top: 3.6em;
}
.submenu .touch-button .navicon {
left: 56%;
}
.slider-wrapper {
width: 65%;
left: 18.5%;
}	
.front #topwidget .social_media{
	padding-top:0.5em;
}
.front #topwidget .social_media a {
width: 8%;
}
.front #topwidget .social_media .custom_icon img {
	max-height: 7vw;
	margin: 0 auto 0 0;
}
.front #topwidget .social_media .facebookicon.defaulticon:hover img,
.front #topwidget .social_media .facebookicon.defaulticon img,
.front #topwidget .social_media .twittericon.defaulticon:hover img,
.front #topwidget .social_media .twittericon.defaulticon img,
.front #topwidget .social_media .linkedinicon.defaulticon:hover img,
.front #topwidget .social_media .linkedinicon.defaulticon img,
.front #topwidget .social_media .pinteresticon.defaulticon:hover img,
.front #topwidget .social_media .pinteresticon.defaulticon img{
	background-size:100% auto;
}
.scroll_down {
bottom: 0.5em;
left: 1em;
}
.scroll_down .icon{
width: 50px;
height: 50px;
}
.scroll_down .textlabel{
padding: 0.6em 1.2em;
background-size: 100% 100%;
}
.mainuser .bigimage {
left: 18.5%;
width: 20%;
}
.rslides li p {
font-size: 1em;
}
#contactdata, .inner .mainuser {
width: 36%;
}
#contactdata.smallcollapse, .inner .mainuser.smallcollapse {
width: 32%;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search {
background-size: 5.5% auto;
}
.front #contentwidgettop .widgets-text-widget h2 {
font-size: 1.5em;
margin-left: 39%;
}
.front #contentwidgettop .widgets-text-widget h1 {
font-size: 2.5em;
margin-left: 39%;
}
.front #contentwidgettop .widgets-text-widget .mapsearch a{
line-height: 2.9em;
font-size: 1em;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next,
.front #contentwidgetbottom div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next {
right: -46px!important;
}
body[class*="buy-homes-for-sale"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll,
.front #contentwidgetbottom .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
width: 545px;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-prev,
.front #contentwidgetbottom div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-prev {
left: -9px;
}
.front #footerwidgettop div[id*="textWidget"] .qbuttons a.imgheader img{
	width:40%;
}
.front #footerwidgettop div[id*="textWidget"] .dividerline{
	top:6em;
	height: 0.15em;
}
.front #footerwidgettop div[id*="textWidget"] .qbuttons h5{
	font-size:0.9em;
}
.front #footerwidgettop div[id*="textWidget"] .qbuttons p{
	font-size:0.8em;
}
.front #footerwidgettop div[id*="textWidget"] h2.subject{
	font-size:1.8em;
}
.footerarea .f3 {
width: 57%;
margin-left: 2%;
}
.footerarea .social_media a {
width: 44%;
height: 45px;
}
.footerarea .social_media .custom_icon img {
	max-width: 45px;
}
.f3 dl, .f3 .officeaddress{
font-size:0.8em;
}
.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/4.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/1.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/2.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/5.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/7.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/11.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/42.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/default.png"],
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/4.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/1.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/2.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/5.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/7.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/11.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/42.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/default.png"] {
background-size: auto 80%;
}
.mobileVersion .footerarea #menuWidgetContainer{
	font-size:1em;
}
.credentials .credit,
.credentials .terms_policy_links {
font-size: 0.7em;
}
.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
width: 430px;
}
body #wsidebar_right {
width: 98%;
}
#wsidebar_right .widgets-city-links, #wsidebar_right .widgets-featuredListings {
width: 50%;
}
#wsidebar_right .widgets-city-links .main-city-image, #wsidebar_right .widgets-featuredListings a.citylinkimg {
height: 12.5em;
}
.front #contentwidgettop .widgets-text-widget .mapsearch{
margin-right: 4%;
position: relative;
top: 0.2em;
float:right;
}
.front #contentwidgettop div[id*="textWidget"] .widgets-text-widget:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.front #contentwidgettop div[id*="quickSearch"] h2{
font-size:1.4em;
margin-top:1.9em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search .form-submit{
width:40%;
    height: 2em;
    margin-top: 0.8em;
    font-size: 1em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Type {
    width: 55%;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search .pricewrapper {
    width: 55%;
    float: left;
    margin:3.5em 7% 0px 0px;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bedrooms{
	clear:none;
	margin:4.1em 0px 0px 0px;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bathrooms{
float: right;
margin-top: 4.1em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .sale-rent {
    left: 62%;
    bottom: 8.7em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .rent.sale-rent {
    bottom: 7em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .nobedbath .sale-rent {
    bottom: 10em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .nobedbath .rent.sale-rent {
    bottom: 8.3em;
}
.inner #topwidget1{
margin-bottom: 3em;
}
.property_map_item .gmap_img_link {
    height: 6em;
}
.property_item ul li {
    width: 90px;
   }
   .property_item ul li.feature_menu {
   	width:70px;
   }
   .property_btn.two_buttons a {
    width: 48%;
}
 .inner._lead_form_view.theme4 iframe.free-home-evaluation.step_1 {
        height: calc(100vh - 50px) !important;
        display: block;
        margin-top: -116px;
    }
	.unbranded .footerarea .social_media a {
		width: 45px;
	}
	    .front #contentwidgettop div[id*="quickSearch"]{
    	margin-top:0px;
}
}

@media all and (max-width: 600px){
.footerarea .f4 {
width: 18%;
}
.mobileVersion #menuWidgetContainer li ul,
.front.mobileVersion #contentwidgettop div[id*="quickSearch"] label{
font-size:1em!important;
}
.widecontent #widgets-quick-search div.form-item.Bedrooms label, .widecontent #widgets-quick-search div.form-item.Bathrooms label {
background-position: 25px center!important;
padding-left: 50px;
}
}

@media all and (max-width: 568px){
  #home{
    height: 320px !important;	
  }
body[class*="buy-homes-for-sale"] .widgets-featuredListings .horizontal_scroll .wrapper_scroll,
.front #contentwidgetbottom .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
width: 245px;
}
body[class*="buy-homes-for-sale"] .widecontent .horizontal_scroll .jcarousel-wrapper,
.horizontal_scroll:not(.agent-listing) .jcarousel-wrapper {
width: 250px;
}
.footerarea .f3 {
width: 70%;
margin-left:15%;
}
.footerarea .f4{
	width:80%;
margin-left:10%;
text-align:center;
}
.footerarea .social_media a {
width: 14%;
margin: 0px 2% 0.4em 0%;
display: inline-block;
    float: none;
}

.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/4.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/1.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/2.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/5.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/7.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/11.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/42.png"], .broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/default.png"],
.footerarea .logo img[src="/themes/bannertheme/images/companyLogos/4.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/1.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/2.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/5.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/7.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/11.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/42.png"], .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/default.png"]{
padding-left:170px;	
}
.credentials .operated {
	margin-left: -1.5%;
}
.credentials .operated:before{
display:none;	
}
.credentials .operated{
display:block;	
}
fieldset.contact_form .captcha_div .main_field{
  width:100%;
}
.credentials .credit .creditincom{
margin-bottom:0.2em;	
}
.credentials .login a:nth-child(1){
background-size: auto 130%;
}
.scroll_down {
bottom: 0.2em;
left: 0.5em;
}
#contactdata a.logo, .inner .mainuser a.logo,
.inner .mainuser.expand a.logo,
#contactdata.collapse a.logo{
height:44px;
}
.inner .mainuser.smallcollapse.expand h2.agent_name {
margin-top: 3.8em;
}
#contactdata h2.agent_name{
font-size: 0.8em;
}
#contactdata h4.agent_title, .inner .mainuser h4.agent_title{
font-size: 0.6em;
}
.inner .mainuser h2.agent_name{
font-size: 0.8em;
}
#contactdata dl, .inner .mainuser.expand dl{
font-size: 0.7em;
margin-top: 3.6em;
}
#contactdata.collapse #contactarrow, .inner .mainuser #contactarrow{
	bottom:-0.1em;
}
.broker #contactdata h2.office_name, .inner.broker .mainuser.expand h2.office_name{
    width: 80%;
    margin-left: 13%;
}
.broker #contactdata dl, .inner.broker .mainuser.expand dl {
	margin-left:13%;
}
.submenu .touch-button .navicon {
left: 53%;
top: 1px;
}
.front #contentwidgettop .widgets-text-widget .mapsearch {
width: 22%;
}
.front #contentwidgettop .widgets-text-widget .mapsearch a {
line-height: 3.2em;
}
.front #contentwidgettop .widgets-text-widget h2{
margin-left:40%;
}
#wsidebar_right .widgets-city-links .main-city-image, #wsidebar_right .widgets-featuredListings a.citylinkimg {
height: 11.5em;
}
.property_item ul li.feature_menu {
    width: 60px;
}
.property_item ul li.favorite_menu {
    width: 80px;
}
fieldset.contact_form .captcha_div .captcha_input{
	width:30%;
}
}

@media all and (max-width: 520px){
.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
  width: 210px;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bathrooms{
	    margin-right: -5em;
	   }
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bedrooms{
	    float: right;
    margin-top: 1em;	   
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search .pricewrapper{
	width:75%;
	margin-right:0px;
}
.front #contentwidgettop div[id*="quickSearch"] div[class*="Listing-ID"] input{
	font-size:1em;
}
	.unbranded .footerarea .logo img, 
	.unbranded.broker .footerarea a.logo_link img {
		max-width: 80%;
	}
	.unbranded .footerarea #menuWidgetContainer.vertical li {
		width: 50%;
	}
}

@media all and (max-width: 480px){
  #home{
    height: 300px !important;	
  }
.mobileVersion #topwidget2 #menuWidgetContainer, 
.mobileVersion #topwidget #menuWidgetContainer {
padding-left: 52.5%;
}
fieldset.contact_form .captcha_div .main_field{
  width:100%;
}
.slider-wrapper {
width: 68%;
left: 15.5%;
}
.mainuser .bigimage{
left: 15.5%;
}
#slider{
	margin-bottom:3px; 
}
.rslides li p {
font-size: 0.8em;
}
.scroll_down .icon {
width: 40px;
height: 40px;
}
.scroll_down .textlabel{
font-size: 0.6em;
padding: 0.3em 1em;
margin-left:-8px;
}
#contactdata, .inner .mainuser {
width: 42%;
}
#contactdata #agentphoto, .inner .mainuser .agent_photo {
margin-left: -11%;
width: 60px;
height: 60px;
}
#contactdata #agentphoto{
margin-top:3em;
}
.front #contentwidgettop .widgets-text-widget h1 {
font-size: 1.8em;
margin:1em 0px 0px 44%;
width: 56%;
}
.front #contentwidgettop .widgets-text-widget h2 {
font-size: 1.1em;
margin:0px 0px 3em 46%;
width: 54%;
}
.mobileVersion #topwidget #menuWidgetContainer, 
.mobileVersion #topwidget2 #menuWidgetContainer{
font-size:0.9em;
}
.submenu .touch-button .navicon {
left: 50%;
top: 0px;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search {
background-size: 6.5% auto;
}
.front #contentwidgettop div[id*="quickSearch"] h2 {
font-size: 1.2em;
}
.front #contentwidgettop div[id*="quickSearch"] div[class*="Listing-ID"] input{
	font-size: 0.9em;
}
.front #contentwidgettop div[id*="quickSearch"] div[class*="Listing-ID"]{
width:100%;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Type {
    top: 8.2em;
        width: 50%;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .sale-rent {
    left: 57%;
   }
 .front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search .pricewrapper {
    width: 70%;
 }  
  .front #contentwidgettop.widecontent #widgets-quick-search .pricewrapper-suggestions {
    top: 5.4em;
   }
   .front #contentwidgettop.widecontent #widgets-quick-search .area-selection-wrapper{
   	    margin-top: 3.2em;
   	   }
.horizontal_scroll:not(.agent-listing) .jcarousel-wrapper {
left: -36px;
}
.front #footerwidgettop div[id*="textWidget"] .dividerline {
top: 5.3em;
}
body .footerarea .f2 {
width: 97.5%;
}
.mobileVersion .footerarea #menuWidgetContainer li a {
padding: 0.2em .4em;
}
.mobileVersion .footerarea #menuWidgetContainer ul li.item-with-ul ul li a{
	padding-left:0.4em;
}
.footerarea{
	margin-top:0px;
	padding:1em 0px;
}
.front #footerwidgettop div[id*="textWidget"] .content .qbuttons {
width: 50%;
margin: 0 auto 2em!important;
float:none;
}
.front #footerwidgettop div[id*="textWidget"] .dividerline{
	display:none;
}
.front #footerwidgettop div[id*="textWidget"] h3{
	margin-bottom:1.5em;
}
body .footerarea .f3 {
    width: 80%;
    margin-top: 1em;
    margin-left: 10%;
}
body .footerarea .f4 {
width: 80%;
margin-top: 0px;
}
.credentials .login{
top:0.4em;
right:3%;
}
#wsidebar_right .widgets-city-links .main-city-image, #wsidebar_right .widgets-featuredListings a.citylinkimg {
height: 9.5em;
}
.property_map_item .gmap_img_link {
    height: 8em;
}
#property_details_image, #map {
    width: 73.5%;
}
fieldset.contact_form .captcha_div .captcha_input{
	width:30%;
}
    ._lead_form_view iframe.free-home-evaluation.step_1 {
        margin-bottom: 0;
    }
    .footerarea #menuWidgetContainer.vertical li{
    	width: 48%;
    }
 #sortListing .rest-form .pricewrapper {
    width: 54%;
}   
.front #footerwidgettop div[id*='buttonator'].sellerbuyer,
	.front .BuySellButton{
		display:block;
		margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 2em;
	}
	.front #footerwidgettop div[id*='buttonator'].sellerbuyer a.button-link span {
    font-size: 0.9em;
}
}

@media all and (max-width: 414px){
  #home{
    height: 250px !important;	
  }
#contactdata, .inner .mainuser {
    width: 52%;
    margin-left: 10%;
}
.front #contentwidgettop .widgets-text-widget h1 {
    margin: 5.5em 0px 0px 0%;
    width: 100%;
}
.front #contentwidgettop .widgets-text-widget h2 {
    margin: 0.5em 0px 2em 0%;
    width: 100%;
}
.mobileVersion #topwidget2 #menuWidgetContainer, 
.mobileVersion #topwidget #menuWidgetContainer {
    padding: 0.5em 10% 0px 30%;
}
.mobileVersion #topwidget #menuWidgetContainer ul.flexnav, 
.mobileVersion #topwidget2 #menuWidgetContainer ul.flexnav{
z-index:1000;
width: 59%;
}
.submenu .touch-button .navicon {
left: 53%;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Type {
    top: 7.2em;
    width:72%;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .sale-rent {
    left: 81%;
    width: auto;
    bottom: 11em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .rent.sale-rent {
    bottom: 9.4em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search .pricewrapper {
    width: 100%;
        margin-top: 2.6em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bedrooms{
    float: left;
    width: 45%;
    margin-top:1.2em;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] #widgets-quick-search div.form-item.Bathrooms{
    margin: 1.2em 0px 0px 0px;
    width: 45%;
}
}

@media all and (max-width: 384px){
.submenu .touch-button .navicon {
left: 49%;
}	
.slider-wrapper {
width: 78%;
left: 11.5%;
}
#contactdata #agentphoto, .inner .mainuser .agent_photo {
margin-left: -14.5%;
}
#contactdata dl{
margin-top:3.2em;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search {
background-size: 8% auto;
}
.front #contentwidgettop .widgets-text-widget .mapsearch {
width: 32%;
}
.mobileVersion .footerarea #menuWidgetContainer.vertical li{
width:49%;
}
.mobileVersion .footerarea #menuWidgetContainer ul li.item-with-ul ul li{
 width:100%;
}
body .footerarea .f3,
body .footerarea .f4 {
width: 97%;
margin-left: 1%;
}
.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
width: 210px;
}
#contactarrow{
width:10%;
}
#wsidebar_right .widgets-city-links, #wsidebar_right .widgets-featuredListings {
width: 70%;
}
#home {
    height: 330px !important;
}
.slider-wrapper {
width: 98%;
left: 1%;
}
a.rslides_nav.next {
right: 1%;
}
a.rslides_nav.prev {
left: 1%;
}
.mainuser .bigimage {
left: 10%;
width: 29%;
}
.credentials .login {
top: 8.5em;
right: 35%;
}
.credentials .terms_policy_links{
margin-bottom: 3.5em;	
}
.property_map_item .gmap_img_link {
    height: 7em;
}
#property_details_image, #map {
    width: 80%;
}
.front #contentwidgettop div[id*="quickSearch"] div[class*="Listing-ID"] input {
    font-size: 0.8em;
}
.front #contentwidgettop.widecontent #widgets-quick-search .area-selection-wrapper input {
    width: 100%;
}
}

@media all and (max-width: 375px){
#sortListing .rest-form .pricewrapper{
    width: calc(100% - 0.2em);
}
}

@media all and (max-width: 360px){
.mobileVersion #topwidget #menuWidgetContainer ul.flexnav,
.mobileVersion #topwidget2 #menuWidgetContainer ul.flexnav{
	width:64%;
}
.mobileVersion #topwidget2 #menuWidgetContainer, 
.mobileVersion #topwidget #menuWidgetContainer{
padding-left:24.5%;
}
.credentials .operated{
margin-left:-2%;
}
.credentials .credit .creditincom{
margin-left:0px;
}
.credentials .login {
top: 5.2em;
}
.credentials .credit ,
.credentials .terms_policy_links{
font-size: 0.65em;
}
.credentials .login {
    top: 6.3em;
}
.form-item.main_field.sched_captcha input{
  margin-left: 12%;
}
#home {
    height: 310px !important;
}
}

@media all and (max-width: 320px){
#contactdata, .inner .mainuser {
width: 62%;
}
.mobileVersion #topwidget2 #menuWidgetContainer,
.mobileVersion #topwidget #menuWidgetContainer{
	padding-right:2%;
}
.mobileVersion #topwidget #menuWidgetContainer ul.flexnav, 
.mobileVersion #topwidget2 #menuWidgetContainer ul.flexnav {
width: 74%;
}
.front #contentwidgettop div[id*="quickSearch"] h2 {
font-size: 1em;
}
.front #contentwidgettop div[id*="quickSearch"] #widgets-quick-search {
background-size: 10% auto;
}
.front #contentwidgettop .widgets-text-widget .mapsearch a{
font-size: 0.95em;
height: 2.3em;
line-height:2.5em;
}
.front #contentwidgettop div[id*="quickSearch"] h2{
padding-top:3em;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-prev,
.front #contentwidgetbottom div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-prev,
.front div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-prev {
left: 0px;
}
body[class*="buy-homes-for-sale"] div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next,
.front #contentwidgetbottom div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next,
.front div[id*="featuredListing"] .horizontal_scroll .jcarousel-control-next{
right: -35px!important;
}
.front #footerwidgettop div[id*="textWidget"] .content .qbuttons {
width: 70%;
}
.footerarea .social_media a {
width: 16%;
}
.form-item.main_field.sched_captcha label{
  width:45%;
}
.credentials .credit .creditincom{
background-size: auto 86%;
background-position: right center;
padding-right: 7.7em;
}
.credentials .terms_policy_links{
	margin-bottom: 4.3em;
}
.credentials .credit .creditincom a{
	display:block;
}
.credentials .login {
top: 6.2em;
right: 36%;
}
.credentials .login {
    top: 7.7em;
}
.f3 dl, .f3 .officeaddress {
font-size: 0.75em;
}
#wsidebar_right .widgets-city-links, #wsidebar_right .widgets-featuredListings {
width: 80%;
}
#property_details_image, #map {
    width: 86%;
}
#home {
    height: 300px !important;
}
}

/* Edit Property Link */
@media (max-width: 480px) {
    .property_view .editproperty_btn {
        margin-top: -85px !important;
    }
}

/* Billboard slideshow responsive fix */
@media (orientation: landscape) and (max-width: 800px) {
    .slider-wrapper {
        width: 60%;
        left: 50%;
        transform: translateX(-50%);
        
    }
    .mainuser .bigimage {
        left: 20.5%;
    }
    .rslides li p a {
        color: transparent !important;
    }
}
@media (orientation: portrait) and (min-width: 900px) and (max-width: 1024px) {
	.front #topwidget .social_media a {
	    clear: both;
	    width: 6%;
	    height: 60px;
	}
}

/*--Widget Backgrounds--*/
.front .custom-bg #custom_first_step_dream_home_lead_form p,
.front .custom-bg #custom_first_step_dream_home_lead_form p+.form-item {
	color: #fff !important;
    text-shadow: 1px 1px 1px #000;
}
/*--fixing dream home colors--*/
/*--red--*/
.front #custom_first_step_dream_home_lead_form.red .dream-home-input-wrapper #edit-address {
	border: 2px solid #d6223b !important;
}
.front #custom_first_step_dream_home_lead_form.red .dream-home-input-wrapper .form-submit {
	border: 2px solid #d6223b !important;
    background-color: #d6223b !important;
}
.front #custom_first_step_dream_home_lead_form.red .dream-home-input-wrapper .form-submit:hover {
	background-color: #b01c2f !important;
}
/*--blue--*/
.front #custom_first_step_dream_home_lead_form.blue .dream-home-input-wrapper #edit-address {
	border: 2px solid #002a76 !important;
}
.front #custom_first_step_dream_home_lead_form.blue .dream-home-input-wrapper .form-submit {
	border: 2px solid #002a76 !important;
    background-color: #002a76 !important;
}
.front #custom_first_step_dream_home_lead_form.blue .dream-home-input-wrapper .form-submit:hover {
	background-color: #001b4d !important;
}
/*--golden--*/
.front #custom_first_step_dream_home_lead_form.golden .dream-home-input-wrapper #edit-address {
	border: 2px solid #f7a308 !important;
}
.front #custom_first_step_dream_home_lead_form.golden .dream-home-input-wrapper .form-submit {
	border: 2px solid #f7a308 !important;
    background-color: #f7a308 !important;
}
.front #custom_first_step_dream_home_lead_form.golden .dream-home-input-wrapper .form-submit:hover {
	background-color: #df9307 !important;
}
/*--green--*/
.front #custom_first_step_dream_home_lead_form.green .dream-home-input-wrapper #edit-address {
	border: 2px solid #00b300 !important;
}
.front #custom_first_step_dream_home_lead_form.green .dream-home-input-wrapper .form-submit {
	border: 2px solid #00b300 !important;
    background-color: #00b300 !important;
}
.front #custom_first_step_dream_home_lead_form.green .dream-home-input-wrapper .form-submit:hover {
	background-color: #008000 !important;
}
/*--yellow--*/
.front #custom_first_step_dream_home_lead_form.yellow .dream-home-input-wrapper #edit-address {
	border: 2px solid #eeb111 !important;
}
.front #custom_first_step_dream_home_lead_form.yellow .dream-home-input-wrapper .form-submit {
	border: 2px solid #eeb111 !important;
    background-color: #eeb111 !important;
}
.front #custom_first_step_dream_home_lead_form.yellow .dream-home-input-wrapper .form-submit:hover {
	background-color: #bf8c0d !important;
}
/*.widgets-featuredListings li.cls_hidden div.cls_hidden, .widgets-featuredListings div.cls_hidden div.cls_hidden{
	height: 133px;
}*/
.horizontal_scroll .jcarousel > ul > li.cls_hidden {
    min-height: 180px;
} 
/*.widgets-featuredListings [id*="single_record_default"] div.cls_hidden div.cls_hidden{
    min-height:105px;
}*/
/*.widecontent .widgets-featuredListings [id*="single_record_default"] div.cls_hidden div.cls_hidden{
    min-height:100%;	
}*/
.widgets-featuredListings .cls_hidden .locked-prop,
.front .widecontent div[id*="featuredListing"] .cls_hidden .feature_ribbon{
  display:none;
}
/*.front .widgets-featuredListings li.cls_hidden div.cls_hidden p.cls_hidden_message span{
  padding:0px 1em;	
}*/
body[class*="buy-homes-for-sale"] .widgets-featuredListings li.cls_hidden,
.front .widgets-featuredListings li.cls_hidden{
    height: 273px;
}
/*.widgets-featuredListings .content.cls_hidden div.cls_hidden:not(.single-hidden) p.cls_hidden_message span, .widgets-featuredListings li.cls_hidden div.cls_hidden p.cls_hidden_message span {
    font-size: 1em;
   }*/
@media all and (max-width: 768px){
	.widecontent .vow-single-featured-listing .cls_hidden p.cls_hidden_message{
		width:100% !important;
		text-align:center;
			    top: auto !important;
        bottom: 0px !important;
      min-height: 55px !important;
	}
	
}
body[class*="buy-homes-for-sale"] .widgets-featuredListings #scroll_mode.pre-construction-condo div.price_bedroom_bathroom,
.front .widgets-featuredListings #scroll_mode.pre-construction-condo div.price_bedroom_bathroom{
	line-height: 35px;
    text-align: center;
}

/*--Incom Footer Logo--*/
#incomlogo {
	display: inline-block;
	height: 28px;
	width: 93.33px;
	/*background: url('/themes/bannertheme/theme4/images/logoincom_dark.png');
	background-size: auto 100%;*/
	position: relative;
	text-align: left;
}
@media (max-width: 1380px) {
	#incomlogo {
		display: block;
		margin-top: 0.3em;
	}
}
#incomlogo .copy {
	line-height: 28px;
	padding-right: 0.25em;
}
#incomlogo img {
	display: none;
}
#incomlogo:before {
	content: '';
    position: absolute;
    left: 1.1em;
    background-image: url('../../images/Incom-logo-grey-dark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 93.33px;
    height: 28px;
}
#incomlogo:hover:before {
	background-image: url('../../images/Incom-logo-multi-grey.svg');
}
.credentials .credit {
	text-align: center;
	margin-left: auto !important;
}	
.credentials .credit .creditincom {
	background: none;
	padding-right: 0.8em;	
	float: none;
	display: inline-block;
}
.credentials .brokerfooter {
	float: none;
	display: inline-block;
}
@media (max-width: 1380px) {
	.credentials .credit {
	    text-align: left;
		margin-left: 1.5%!important;
		margin-bottom: 0;
	}
	.credentials .brokerfooter {
	    display: block;
	}
	#incomlogo {
	    height: 20px;
	}
	#incomlogo:before {
		width: 66.66px;
    	height: 28px;
	}
}
@media (max-width: 480px) {
	#incomlogo {
	    height: 18px;
	}
	#incomlogo:before {
		width: 60px;
    	height: 18px;
	}
}

/*---- wsidebar custom bg fix ----*/
#wsidebar_right .custom-bg .lead-image img {
	max-width: none;
	height: 100%;
} 

/*---------Widget Manager Dev Widget---------*/
#footerwidget2.widgetsRegions div.TitleToolBar {
	display: none;
}

/*----------------------Vow Styles Update----------------------
 * -----------------------------------------------------------*/
	
/*----------------Map Search List----------------*/
.property_map_item.cls_hidden > div.cls_hidden {
	padding: 1.4em 0 1.3em;
}

/*----------------Featured Listings----------------*/
.horizontal_scroll li.cls_hidden .featured_multi_img_wrapper {
	padding: 0;
}
.horizontal_scroll li.cls_hidden div.cls_hidden {
	bottom: 40px;
}
.horizontal_scroll li.cls_hidden .featured_multi_img_wrapper {
	width: 220px;
}
.agent-listings-wrapper .horizontal_scroll li.cls_hidden .featured_multi_img_wrapper {
	width: 280px;
}
#wsidebar_right .vow-single-featured-listing #property_div_single > div.cls_hidden, 
.g1 .vow-single-featured-listing #property_div_single > div.cls_hidden{
	left: 5%;
}
@media screen and (max-width: 768px) {
	.vow-single-featured-listing .cls_hidden .main-city-image,
	.vow-single-featured-listing #property_div_single.cls_hidden .featured-single,
	.vow-single-featured-listing #property_div_single.cls_hidden p.description {
		margin-left: 4%;
	}
	.vow-single-featured-listing .cls_hidden .main-city-image:after {
		left: 50%;
	}
	#footerwidgetbottom .widgets-featuredListings #property_div_single.cls_hidden > div.cls_hidden {
		width: 100%;
	}
}

/*--------Overlay fix for IE--------*/
body.overlayIE .vow-single-featured-listing  .featured_img_link.cls_hidden .featured_img img, 
body.overlayIE .vow-single-featured-listing .cls_hidden ul.featured-single, 
body.overlayIE .vow-single-featured-listing .cls_hidden ul.featured-single + p,
body.overlayIE .vow-single-featured-listing .cls_hidden ul.featured-single a {
	color: rgba(216,216,215,.6) !important;
}

/*--------Email the Listing fixes--------*/	
@media screen and (max-width: 1490px) {
   .property_item ul li.email_menu {
      width: 90px;
   }
}

/*--------New Social Media--------*/
/* all */
.social_media a {
	position: relative;
	width: 55px;
	height: 55px;
	vertical-align: middle;
}
.social_media img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.social_media .defaulticon img {
	display: block;
	box-sizing: border-box;
    padding-left: 101%;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.social_media .defaulticon.facebookicon img{
	background-image: url('../images/facebookbottom.png');
} 
.social_media .defaulticon.facebookicon:hover img{
	background-image: url('../images/facebookbottomhover.png');
} 
.social_media .defaulticon.twittericon img{
	background-image: url('../images/twitterbottom.png');
} 
.social_media .defaulticon.twittericon:hover img{
	background-image: url('../images/twitterbottomhover.png');
} 
.social_media .defaulticon.linkedinicon img{
	background-image: url('../images/linkedinbottom.png');
} 
.social_media .defaulticon.linkedinicon:hover img{
	background-image: url('../images/linkedinbottomhover.png');
} 
.social_media .defaulticon.pinteresticon img{
	background-image: url('../images/pininterestbottom.png');
} 
.social_media .defaulticon.pinteresticon:hover img{
	background-image: url('../images/pininterestbottomhover.png');
} 
.social_media .defaulticon.googleplusicon img {
    background-image: url(../images/googleplusbottom.png);
}
.social_media .defaulticon.googleplusicon:hover img {
    background-image: url(../images/googleplusbottomhover.png);
}
.social_media .defaulticon.instagramicon img {
    background-image: url(../images/instagrambottom.png);
}
.social_media .defaulticon.instagramicon:hover img {
    background-image: url(../images/instagrambottomhover.png);
}
.social_media .defaulticon.youtubeicon img {
    background-image: url(../images/youtubebottom.png);
}
.social_media .defaulticon.youtubeicon:hover img {
    background-image: url(../images/youtubebottomhover.png);
}
/* top */
.front #topwidget .social_media .defaulticon img {
	background-position-x: center;
}
.front #topwidget .social_media .defaulticon.facebookicon img{
	background-image: url('../images/facebooktop.png');
} 
.front #topwidget .social_media .defaulticon.facebookicon:hover img{
	background-image: url('../images/facebooktophover.png');
} 
.front #topwidget .social_media .defaulticon.twittericon img{
	background-image: url('../images/twittertop.png');
} 
.front #topwidget .social_media .defaulticon.twittericon:hover img{
	background-image: url('../images/twittertophover.png');
} 
.front #topwidget .social_media .defaulticon.linkedinicon img{
	background-image: url('../images/linkedintop.png');
} 
.front #topwidget .social_media .defaulticon.linkedinicon:hover img{
	background-image: url('../images/linkedintophover.png');
} 
.front #topwidget .social_media .defaulticon.pinteresticon img{
	background-image: url('../images/pininteresttop.png');
} 
.front #topwidget .social_media .defaulticon.pinteresticon:hover img{
	background-image: url('../images/pininteresttophover.png');
} 
.front #topwidget .social_media .defaulticon.googleplusicon img {
    background-image: url(../images/googleplustop.png);
}
.front #topwidget .social_media .defaulticon.googleplusicon:hover img {
    background-image: url(../images/googleplustophover.png);
}
.front #topwidget .social_media .defaulticon.instagramicon img {
    background-image: url(../images/instagram_top.png);
}
.front #topwidget .social_media .defaulticon.instagramicon:hover img {
    background-image: url(../images/instagramtophover.png);
}
.front #topwidget .social_media .defaulticon.youtubeicon img {
    background-image: url(../images/youtubetop.png);
}
.front #topwidget .social_media .defaulticon.youtubeicon:hover img {
    background-image: url(../images/youtubetophover.png);
}
@media (max-width: 640px){
	.social_media a {
		width: 35px;
		height: 35px;
	}
	.front #topwidget .social_media .defaulticon:hover img, 
	.front #topwidget .social_media .defaulticon img {
	    background-size: 100% auto;
	}
	.front #topwidget .social_media img {
		top: 0;
		transform: translateX(-50%);
	}
}

/*----Telephone Links----*/
.f3 dd.phone_office a,
.f3 dd.phone_cell a,
.f3 dd.tollfree_number a {
	color: #b4b4b4;
}
#contactdata dl dd.phone_cell a,
#contactdata dl dd.phone_office a,
#contactdata dl dd.tollfree_number a,
.inner .mainuser.expand dl dd.phone_cell a,
.inner .mainuser.expand dl dd.phone_office a,
.inner .mainuser.expand dl dd.tollfree_number a {
	color: #333332;
}
/* 3 column widget area*/
.front .g1-wrap .g1.no-widgets {
	display: none;
}
.front .g1-wrap {
	text-align: center;
	clear: both;
    width: 70%;
    margin: 2.5em auto 0;
}
.front .g1-wrap .g1 {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	float: none;
	box-sizing: border-box;
	margin-right: -4px;
	padding: 0 20px;
}
/*.front .g1-wrap .g2.has-widgets,
.front .g1-wrap .g3.has-widgets,
.front .g1-wrap .g4.has-widgets {
    margin-top: 2.5em;
}*/
.front .g1-wrap [id*="contentwidget"] {
	box-sizing: border-box;
	min-height: 60px !important;
}
.front .g1-wrap .g1 .widgets-city-links {
	width: 100%;
	max-width: none;
}
/* property search, lead forms, ask questions */
.front .g1-wrap .widgets-featuredListings #single_record_default,
.front .g1-wrap .widgets-latestNews-widget #aggregator,
.front .g1-wrap div[id*="TextTitleForBroker"] .content, 
.front .g1-wrap div[id*="AboutMeforAgent"] .success {
	width: 86%;
	margin: 0 auto;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
.front .g1-wrap .widgets-city-links,
.front .g1-wrap #widgets-quick-search,
.front .g1-wrap .widgets-askQuestions,
.front .g1-wrap.widecontent div[id*="featuredListing"] .widgets-featuredListings,
.front .g1-wrap .widgets-latestNews-widget,
.front .g1-wrap .widgets-latestBlog-widget,
.front .g1-wrap .widget:not([id*="likeFacebook"]) .widgets-text-widget {
	width: 100%;
	box-sizing: border-box;
	background: #f2f2f2;
	padding: 1em 4% 2em;
	border: none;
	border-radius: 0;
	margin: 0 auto 2em;
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.widgets-city-links h2.subject {
	height: 3em;
	width: 100%;
	margin: 0!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.front .g1-wrap [id*="featuredListing"] {
	background-image: none;
}
.front .g1-wrap .widgets-mapSearch,
.front .g1-wrap [id*="likeFacebook"],
.front .g1-wrap #google_translate_element,
.front .g1-wrap .widgets-daily-email-alert {
	margin: 0 auto 2em;
}
.front .g1-wrap div[id*="AboutMeforAgent"], 
.front .g1-wrap div[id*="TextTitleForBroker"],
.front .g1-wrap div[id*="ask_questions"] {
	width: 100%;
	padding: 0;
}
.front .g1-wrap [id*="featuredListing"] #property_div_single ul {
	width: 100%;
    box-sizing: border-box;
	float: none;
	margin: 1em auto;
}
.front .g1-wrap div[id*="city_links"],
.front .g1-wrap div[id*="ask_questions"],
.front .g1-wrap [id*="featuredListing"] .content {
	margin: 0;
}
.front .g1-wrap .widget h2,
.front .g1-wrap #widgets-quick-search h2,
.front .g1-wrap #aggregator h2,
.front .g1-wrap [id*="featuredListing"] h2.subject {
	font-size: 1em;
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
    margin: 0 auto 1em;
    color: #222;
	width: 100%;
	padding: 0;
	text-align: center;
}
.front .g1-wrap .widgets-askQuestions .general-info,
.front .g1-wrap .widgets-askQuestions .messages {
	width: 100%;
	float: left;
}
.front .g1-wrap .widgets-askQuestions label {
	text-align: center;
}
.front .g1-wrap .widgets-askQuestions .form-item.Phone,
.front .g1-wrap .widgets-askQuestions .form-item.Email {
	width: 48%;
}
.front .g1-wrap .widgets-askQuestions .form-item.Email {
	float: right;
}
.front .g1-wrap .widgets-askQuestions .general-info input,
.front .g1-wrap .widgets-askQuestions .messages textarea,
.front .g1-wrap #widgets-quick-search .pricewrapper {
	width: 100%;
	box-sizing: border-box;
}
.front .g1-wrap .widgets-askQuestions input {
	height: 2em;
}
.front .g1-wrap .widgets-askQuestions input[type="submit"] {
	height: 2.4em;
    font-size: initial;
}
.front .g1-wrap .widgets-askQuestions .drip-group-container-wrapper {
	text-align: center;
}
.front .g1-wrap .widgets-askQuestions .submit-wrapper {
	float: none;
    margin: .8em auto 0;
}
.front .g1-wrap #widgets-quick-search .content {
	width: 100%;
    margin: 0;
}
.front .g1-wrap #widgets-quick-search .save_quick_search_container,
.front .g1-wrap #widgets-quick-search div.form-item.Type {
	width: 100%;
}
.front .g1-wrap #widgets-quick-search div.form-item.Bedrooms, 
.front .g1-wrap #widgets-quick-search div.form-item.Bathrooms {
	width: 48%;
    margin: 0 0 .8em;
}
.front .g1-wrap #widgets-quick-search div[class*='Search'] {
	width: 100%;
	float: left;
	margin: 0 0 .8em;
}
.front .g1-wrap #widgets-quick-search .sale-rent {
	margin: 0 0 .8em;
	float: none;
	clear: none;
	display: inline-block;
}
.front .g1-wrap #widgets-quick-search div.form-item label {
	text-align: center;
	margin: 0;
	line-height: 1.6em;
}
.front .g1-wrap #widgets-quick-search div.form-item label[for="edit-City"] {
	width: 100%;
}
.front .g1-wrap #widgets-quick-search div.form-item select, 
.front .g1-wrap #widgets-quick-search div.form-item input,
.front .g1-wrap #widgets-quick-search div.form-item label {
	font-size: .85em;
}
.front .g1-wrap #widgets-quick-search div.form-item.Type,
.front .g1-wrap #widgets-quick-search .pricewrapper,
.front .g1-wrap #widgets-quick-search .save_quick_search_container {
	margin-bottom: .8em;
	padding: 0;
}
.front .g1-wrap #widgets-quick-search .pricewrapper.expandPrice .filter_price_from_to_quick_search {
	top: 1.7em;
}
.front .g1-wrap #widgets-quick-search .pricewrapper-suggestions {
	top: 4.4em;
}
.front .g1-wrap #widgets-quick-search .save_search_email_container {
	position: relative;
	width: 100%;
    float: left;
}
.front .g1-wrap #widgets-quick-search .form-submit {
	display: block;
	width: 150px;
    float: none;
    margin: 0 auto;
}
.front .g1-wrap .widget.freehomewidget, 
.front .g1-wrap .widget.dreamhomewidget {
	height: auto;
	margin-bottom: 2em !important;
}
.front .g1-wrap #custom_first_step_free_home_lead_form,
.front .g1-wrap #custom_first_step_dream_home_lead_form {
	margin: 0;
	padding: 4vw 0;
}
.front .g1-wrap #custom_first_step_free_home_lead_form > div,
.front .g1-wrap #custom_first_step_dream_home_lead_form > div {
	width: calc(100% - 3vw);
    margin: 0 auto;
}
.front .g1-wrap #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.front .g1-wrap #custom_first_step_dream_home_lead_form h1 {
	font-size: 1.7vw;
}
.front .g1-wrap #custom_first_step_free_home_lead_form p {
	height: auto !important;
}
.front .g1-wrap #custom_first_step_dream_home_lead_form p,
.front .g1-wrap #custom_first_step_free_home_lead_form p {
	font-size: 0.95vw;
	line-height: normal;
	margin-bottom: 2em;
}
.front .g1-wrap #custom_first_step_free_home_lead_form .postal-code-input-wrapper, 
.front .g1-wrap #custom_first_step_dream_home_lead_form .dream-home-input-wrapper {
	min-width: 0;
	width: 100% !important;
}
.front .g1-wrap #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-item {
	margin: .4em auto;
}
.front .g1-wrap #custom_first_step_dream_home_lead_form .form-submit,
.front .g1-wrap #custom_first_step_free_home_lead_form .form-submit {
	padding: 0 1em;
}
.front .widecontent .g1 div[id^=lead_forms]+div[id^=lead_forms], 
.front .g1 div.firstLead, 
.front .widecontent:not(#contentwidgettop) .g1 div[id^=lead_forms]+div[id^=lead_forms], 
.front .g1 div.firstLead {
	width: 100% !important;
	float: none;
	margin-left: 0;
	margin-right: 0;
}
.front .g1-wrap .widgets-QuickButtonsForAgent a.vBtn, 
.front .g1-wrap .widgets-QuickButtonsForBroker a.vBtn {
	float: none;
}
.front .g1-wrap .widgets-QuickButtonsForAgent img, 
.front .g1-wrap .widgets-QuickButtonsForBroker img,
.front .g1-wrap .widgets-daily-email-alert img,
.front .g1-wrap .widgets-mapSearch img  {
	width: 100%;
	max-width: none;
	display: block;
}
@media (max-width: 1370px) {
	.front .g1-wrap {
		width: 90%;
	}
	.front .g1 .widgets-city-links .main-city-image{
		height: 17vw;
	}
	.front .g1-wrap #custom_first_step_free_home_lead_form,
	.front .g1-wrap #custom_first_step_dream_home_lead_form {
		padding: 4em 0;
	}
	.front .g1-wrap  #custom_first_step_free_home_lead_form h2.postal-code-widget-title, 
	.front .g1-wrap  #custom_first_step_dream_home_lead_form h1 {
		font-size: 1.5em;
	}
	.front .g1-wrap  #custom_first_step_dream_home_lead_form p,
	.front .g1-wrap  #custom_first_step_free_home_lead_form p {
		font-size: .9em;
		margin-bottom: 1em;
	}
}
@media (max-width: 1080px) {
	.front .g1-wrap .g1 {
		width: 55%;
		display: block;
		margin: 0 auto;
	}
	.front .g1-wrap #custom_first_step_free_home_lead_form > div,
	.front .g1-wrap #custom_first_step_dream_home_lead_form > div {
		width: calc(100% - 2em);
	}
	.front .g1 .widgets-city-links .main-city-image{
		height: 29vw;
	}
}
@media (max-width: 768px) {
	.front .g1-wrap .g1 {
		width: 75%;
	}
	.front .g1 .widgets-city-links .main-city-image{
		height: 39vw;
	}
}
@media (max-width: 580px) {
	.front .g1-wrap .g1 {
		width: 85%;
	}
	.front .g1 .widgets-city-links .main-city-image{
		height: 44vw;
	}
}
@media (max-width: 450px) {
	.front .g1-wrap .g1 {
		width: 100%;
	}
	.front .g1 .widgets-city-links .main-city-image{
		height: 51vw;
	}
}

/* Pre-Construction Condo - Detail page */
.condo-detail.pre-condo-unbranded header,
.condo-detail.pre-condo-unbranded .mainuser {
	display: none !important;
}
.condo-detail .footerarea {
	margin-top: 0;
}
.condo-detail #pre_Construction_contact_form .submit-wrapper input {
	background-image: none;
	border: none;
}
@media (max-width: 640px) {
	.condo-detail.pre-condo-unbranded .maincontentinner {
		padding-top: 0;
    }
}

/*new search widget*/
.footerarea #menuWidgetContainer ul.flexnav,
.footerarea #menuWidgetContainer.vertical li{
	z-index:4;
}

.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
	background:url('../images/search_icon.png') no-repeat center 0px;
background-size:1.5% auto;
border:none;
box-shadow:none;
position: relative;
width:90%;
margin:0px auto;
}

.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper{
width:50%;
margin:0px auto;	
}
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .form-control{
	float:none;
	font-size:1em;
	color:#8f8e8e;
	font-family:'Open Sans',sans-serif;
	border:none;
background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(248,248,248,0.9) 51%, rgba(255,255,255,0.9) 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(51%,rgba(248,248,248,0.9)), color-stop(100%,rgba(255,255,255,0.9)))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(248,248,248,0.9) 51%,rgba(255,255,255,0.9) 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(248,248,248,0.9) 51%,rgba(255,255,255,0.9) 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(248,248,248,0.9) 51%,rgba(255,255,255,0.9) 100%)!important; /* IE10+ */
background: linear-gradient(to bottom,  rgba(219,219,219,1) 0%,rgba(248,248,248,0.9) 51%,rgba(255,255,255,0.9) 100%)!important; /* W3C */
}
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control.toolbar-item.searchBy{
	float:none;
	width:100%;
	height: 4.2em;
}
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp  .open-option{
	display:none;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .searchWidgetApp .btn-submit{
	width:20%;
	min-width:200px;
	margin:1em auto;
	float:none;
	text-transform:uppercase;
	color:#ffffff;
	border:2px solid #ffffff;
background:transparent;
font-weight:400;
height:2.4em;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
font-size:1.1em;
line-height: 1;
display: block;
}
.front #contentwidgettop.widecontent div[id*="quickSearch"] .searchWidgetApp.searchExpanded .btn-submit{
margin-top:1.8em;
}	
.front #contentwidgettop.widecontent div[id*="quickSearch"] .searchWidgetApp .btn-submit:hover{
background: -moz-linear-gradient(top,  rgba(237,237,237,0.5) 0%, rgba(237,237,237,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,0.5)), color-stop(100%,rgba(237,237,237,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(237,237,237,0.5) 0%,rgba(237,237,237,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(237,237,237,0.5) 0%,rgba(237,237,237,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(237,237,237,0.5) 0%,rgba(237,237,237,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(237,237,237,0.5) 0%,rgba(237,237,237,0.5) 100%); /* W3C */
}
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .advanced{
	text-align:center;
}
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .toolbar{
	top:0px;
	padding-bottom:0px;
	grid-template-columns: repeat(auto-fit, minmax(14vw, 1fr));
}
.front #contentwidgettop div[id*="quickSearch"].newSearchExpanded + .wrapper-searchvideo{
	padding-bottom:3.5em;
}


/* .front div[id*="quickSearch"] .searchWidgetApp {
	padding: 4rem;
} */
.front div[id*="quickSearch"] .searchWidgetApp .input-group > .input-group-prepend > .btn:not(:disabled):not(.disabled),
.front div[id*="quickSearch"] .searchWidgetApp #searchBy .form-control {
  font-size: 0.9rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-toggle:before {
  font-size: 1rem;
  right: 2.1rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item.bed .dropdown-toggle:before {
  right: 1.8rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .input-group > .form-control.search-input {
  line-height: 3rem;
  font-size: 0.95rem;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
 }
 .front div[id*="quickSearch"] .searchWidgetApp .autocomplete ul, 
.front div[id*="quickSearch"] .searchWidgetApp .saved-searches ul, 
.front div[id*="quickSearch"] .searchWidgetApp .saved-searches .item a {
    font-size: 0.85rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .saved-searches .time-period {
    font-size: 0.7rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control .loading,
.front div[id*="quickSearch"] .searchWidgetApp .header .search-found,
.front div[id*="quickSearch"] .searchWidgetApp .saved-searches .clearall .btn,
.front div[id*="quickSearch"] .searchWidgetApp .saved-searches .clearall, 
.front div[id*="quickSearch"] .searchWidgetApp .header .title,
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .dropdown-menu li.keyword a,
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .custom .btn,
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-range-control .custom input, 
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-price-control .custom input,
.front div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-menu{
	font-size: 0.8rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-toggle,
.front div[id*="quickSearch"] .searchWidgetApp .switch-control button {
    font-size: 0.8rem;
}
.front	div[id*="quickSearch"] .searchWidgetApp .listingType .dropdown-toggle span {
  top: 0.33rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .input-group{
height:1.92rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item:not(.dropdown-keywords-control) {
  height: 2rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .custom .btn, 
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .custom .input-group:before {
  line-height: 1.95rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .title-type:before {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  margin-right: 0.3rem;
  top: 3px;
  margin-left: -0.8rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .dropdown-menu li.keyword a:after {
  font-size: 0.4rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-control.multiple .dropdown-menu .item a:before {
  width: 15px;
  height: 15px;
}
.front div[id*="quickSearch"] .searchWidgetApp .multiple .dropdown-menu .item.active a:after {
    font-size: 10px;
    top: 4px;
    left: 3px;
}
.front div[id*="quickSearch"] .searchWidgetApp .listingType .option .icon:before {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.5rem;
  top: 2px;
}
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-range-control .delim, .front div[id*="quickSearch"] .searchWidgetApp .dropdown-price-control .delim {
  padding: 0.3rem;
  font-size: 1.5rem;
}

.front div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control .dropdown-menu, 
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control .dropdown-menu li a {
  font-size: 0.85rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control .dropdown-menu.saved-searches .time-period{
    font-size: 0.75rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control .saved-searches .item .deleteitem:before {
height: 1.4rem;
width: 1.4rem;
border-radius: 1rem;
font-size: 0.7rem;
line-height: 1.35rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control .dropdown-menu.autocomplete ul li.title {
  font-size: 0.85rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .listingType .dropdown-toggle span.title-type:first-child {
  margin-left: 1rem;
}
.front div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .input-group > .form-control {
  padding-left: 5rem;
  font-size:0.8rem;
  padding-top: 0.1rem;
}

div[id*="quickSearch"] .searchWidgetApp .input-group > .form-control:focus{
	outline:none;
	box-shadow:none;
}
#quick_search_main_form .searchWidgetApp{
	box-shadow:none;
}
#quick_search_main_form .searchWidgetApp .search-main-wrapper .btn-submit:after{
	content:'\f002';
	font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    line-height: 1;
    position:absolute;
    left: 24px;
    top: 0.6em;
    font-size: 1.1em;
    opacity: 0.7;
}


	#quick_search_main_form .searchWidgetApp .dropdown-search-control .loading,
#quick_search_main_form .searchWidgetApp .header .search-found,
#quick_search_main_form .searchWidgetApp .saved-searches .clearall .btn,
#quick_search_main_form .searchWidgetApp .saved-searches .clearall,
#quick_search_main_form .searchWidgetApp  .header .title{
	font-size:0.8rem;
}
#quick_search_main_form .searchWidgetApp .saved-searches .time-period{
	font-size:0.7rem;
}
#quick_search_main_form .searchWidgetApp .autocomplete ul,
#quick_search_main_form .searchWidgetApp .saved-searches ul,
#quick_search_main_form .searchWidgetApp .saved-searches .item a{
	font-size:0.85rem;
}
#quick_search_main_form .searchWidgetApp .dropdown-keywords-control .input-group,
#quick_search_main_form .collapsedFilter .toolbar-item{
		height:2rem;
}
#quick_search_main_form .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-toggle:before {
font-size: 1rem;
    right: 2.1rem;
}
#quick_search_main_form .searchWidgetApp .collapsedFilter .toolbar-item.bed .dropdown-toggle:before {
    right: 1.8rem;
}
#quick_search_main_form .searchWidgetApp .listingType .dropdown-toggle span {
    top: 0.33rem;
}
#quick_search_main_form .searchWidgetApp #searchBy .form-control{
	font-size:0.9rem;
}
#quick_search_main_form .searchWidgetApp .search-main-wrapper{
	height:3.15rem;
}
#quick_search_main_form .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-toggle{
    font-size: 0.85rem;
}
#quick_search_main_form .searchWidgetApp .dropdown-keywords-control .dropdown-menu li.keyword a,
#quick_search_main_form .searchWidgetApp .dropdown-keywords-control .custom .btn, 
#quick_search_main_form .searchWidgetApp .dropdown-keywords-control .custom input, 
#quick_search_main_form .searchWidgetApp .dropdown-range-control .custom input, 
#quick_search_main_form .searchWidgetApp .dropdown-price-control .custom input,
#quick_search_main_form .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-menu{
	font-size: 0.85rem;
}
#quick_search_main_form .searchWidgetApp .title-type:before {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    margin-right: 0.3rem;
    top: 3px;
    margin-left: -0.8rem;
}
#quick_search_main_form .searchWidgetApp .dropdown-keywords-control .dropdown-menu li.keyword a:after {
    font-size: 0.4rem;
    top: -1px;
}
#quick_search_main_form .searchWidgetApp .dropdown-control.multiple .dropdown-menu .item a:before {
    width: 13px;
    height: 13px;
}
#quick_search_main_form .searchWidgetApp .multiple .dropdown-menu .item.active a:after {
    top: 5px;
    left: 2px;
    font-size: 9px;
}
#quick_search_main_form .searchWidgetApp .listingType .option .icon:before {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.5rem;
    top: 2px;
}
#quick_search_main_form .searchWidgetApp .open-option {
    font-size: 0.8rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}
#quick_search_main_form .searchWidgetApp .dropdown-range-control .delim, 
#quick_search_main_form .searchWidgetApp .dropdown-price-control .delim {
    padding: 0.3rem;
    font-size: 1.5rem;
}
#quick_search_main_form .searchWidgetApp .input-group > .input-group-prepend > .btn {
    font-size: 0.9rem;
}
#quick_search_main_form .searchWidgetApp .dropdown-search-control .dropdown-menu, 
#quick_search_main_form .searchWidgetApp .dropdown-search-control .dropdown-menu li a {
    font-size: 0.85rem;
}
#quick_search_main_form .searchWidgetApp .dropdown-search-control .dropdown-menu.saved-searches .time-period{
	    font-size: 0.75rem;
}
#quick_search_main_form .searchWidgetApp .dropdown-search-control .saved-searches .item .deleteitem:before {
    height: 1rem;
    width: 1rem;
    border-radius: 1rem;
    font-size: 0.4rem;
    line-height: 0.9rem;
}
#quick_search_main_form .searchWidgetApp .input-group > .form-control.search-input {
    line-height: 3rem;
    font-size: 0.95rem;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
   }
#quick_search_main_form .searchWidgetApp #searchBy {
    line-height: 3rem;
    font-size: 0.95rem;
    height:3.1rem;
   }
#quick_search_main_form .searchWidgetApp .dropdown-search-control .dropdown-menu.autocomplete ul li.title {
    font-size: 0.85rem;
}
#quick_search_main_form .searchWidgetApp .open-option a{
	    font-size: 0.8rem;
}
#quick_search_main_form .searchWidgetApp h2 {
    font-size: 1.5rem;
    padding: 1.3rem 0.5rem 1.1rem;
 }
#quick_search_main_form .searchWidgetApp .listingType .dropdown-toggle span.title-type:first-child {
    margin-left: 1rem;
}
#quick_search_main_form .searchWidgetApp{
	    padding: 0px 1.5rem;
}
#quick_search_main_form div[id*="quickSearch"] .searchWidgetApp:before{
	border-radius:3px;
}
body #quick_search_main_form .searchWidgetApp .search-main-wrapper .btn-submit{
	    border-radius: 3px;
    font-size: 1.2rem;
    height: 3.1rem;
        width: 160px;
    padding-left: 30px;
        background: #d9d9d9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d9d9d9 0%, #d5d5d5 50%, #d2d2d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(50%,#d5d5d5), color-stop(100%,#d2d2d2));
    background: -webkit-linear-gradient(top, #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%);
    background: -o-linear-gradient(top, #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%);
    background: -ms-linear-gradient(top, #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%);
    background: linear-gradient(to bottom, #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#d2d2d2',GradientType=0 );
    border: 1px solid #cbcbcb;
    color: #4a4a4a;
    position:relative;
    text-indent:0;
}
#quick_search_main_form .searchWidgetApp .dropdown-keywords-control .input-group > .form-control {
    padding-left: 5.4rem;
}
#quick_search_main_form .searchWidgetApp .dropdown-keywords-control .custom .input-group:before{
	line-height:2.1rem;
}
#quick_search_main_form .searchWidgetApp .toolbar{
  grid-gap: 20px 25px;
  top:1.5em;
  padding:0px 0px 2.2em;
}

.inner div[id*="quickSearch"] .searchWidgetApp{
    background-color: #E6E6E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #C5C0C0;
    box-shadow: 0 2px 5px rgba(20,20,25,0.2), inset 0 0 0 1px #fff;
}
div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .btn-submit{
-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: #d9d9d9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d9d9d9 0%, #d5d5d5 50%, #d2d2d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(50%,#d5d5d5), color-stop(100%,#d2d2d2));
    background: -webkit-linear-gradient(top, #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%);
    background: -o-linear-gradient(top, #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%);
    background: -ms-linear-gradient(top, #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%);
    background: linear-gradient(to bottom, #d9d9d9 0%,#d5d5d5 50%,#d2d2d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#d2d2d2',GradientType=0 );
    border: 1px solid #cbcbcb;
    color: #4a4a4a;
    font-size: 1em;
   }
body #quick_search_main_form .searchWidgetApp .search-main-wrapper .btn-submit:hover,
div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .btn-submit:hover{
    background: #c6c4c4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c6c4c4 0%, #bfbdbd 50%, #c1bfbf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c4c4), color-stop(50%,#bfbdbd), color-stop(100%,#c1bfbf));
    background: -webkit-linear-gradient(top, #c6c4c4 0%,#bfbdbd 50%,#c1bfbf 100%);
    background: -o-linear-gradient(top, #c6c4c4 0%,#bfbdbd 50%,#c1bfbf 100%);
    background: -ms-linear-gradient(top, #c6c4c4 0%,#bfbdbd 50%,#c1bfbf 100%);
    background: linear-gradient(to bottom, #c6c4c4 0%,#bfbdbd 50%,#c1bfbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c4c4', endColorstr='#c1bfbf',GradientType=0 );
    border-color: #a8a7a7;
}
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .btn-submit{
	height:2.4em;
	font-size:0.75em;
}
div[id*="quickSearch"] .searchWidgetApp h2{
	color:#333;
	text-align:center;
}
.front .contentarea div[id*="quickSearch"] .searchWidgetApp .open-option{
    margin-bottom: 2em;
    float: none;
   }
.front .g1 div[id*="quickSearch"] .searchWidgetApp .input-group > .input-group-prepend > .btn:before {
    font-family: "MapSearchFont";
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: '\d112';
    font-size: 1.9rem;
}
.front .g1 div[id*="quickSearch"] .searchWidgetApp .input-group > .input-group-prepend > .btn {
    overflow: hidden;
        width: 55px;
    white-space: normal;
     text-align: center;
    padding: 0px;
    height: 3.1rem;
    line-height: 3rem;
}




.front div[id*="quickSearch"] .searchWidgetApp .title-type:before {
	border-color:#fff;
}




div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item.switch-control button.active,
div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item:not(.dropdown-keywords-control) button:hover{
    background-color: #e2e1df;	
}
div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item.dropdown-keywords-control button:not(:disabled):not(.disabled):hover{
	background-color: #e2e1df;	
	color: #f6b031;
}
div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .custom .btn,
div[id*="quickSearch"] .searchWidgetApp .input-group > .input-group-prepend > .btn:not(:disabled):not(.disabled){
background-color:#e2e1df;
}
div[id*="quickSearch"] .searchWidgetApp .input-group > .input-group-prepend > .btn:not(:disabled):not(.disabled):hover{
color: #f6b031;
}
div[id*="quickSearch"] .searchWidgetApp .dropdown-control .dropdown-menu li:hover, 
div[id*="quickSearch"] .searchWidgetApp .dropdown-control .dropdown-menu li.active,
div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control li:not(.group-item):not(.title):hover, 
div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control li.active,
div[id*="quickSearch"] .searchWidgetApp .dropdown-range-control .dropdown-menu li:not(.custom):hover, 
div[id*="quickSearch"] .searchWidgetApp .dropdown-range-control .dropdown-menu li.active,
div[id*="quickSearch"] .searchWidgetApp .dropdown-price-control .dropdown-menu li:not(.custom):hover, 
div[id*="quickSearch"] .searchWidgetApp .dropdown-price-control .dropdown-menu li.active,
div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .dropdown-menu li:not(.custom):not(.keyword):hover, 
div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .dropdown-menu li.active{
	background-color:#e2e1df;
}
div[id*="quickSearch"] .searchWidgetApp .dropdown-control .dropdown-menu li.active a,
div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control .dropdown-menu li.active a,
div[id*="quickSearch"] .searchWidgetApp .dropdown-range-control .dropdown-menu li.active a,
div[id*="quickSearch"] .searchWidgetApp .dropdown-price-control .dropdown-menu li.active a,
div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .dropdown-menu li.keyword a:hover{
	color: #f6b031;
}
div[id*="quickSearch"] .searchWidgetApp .dropdown-range-control .custom input:focus,
div[id*="quickSearch"] .searchWidgetApp .dropdown-price-control .custom input:focus,
div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .custom input:focus{
	border-color:#f6b031;
	outline:none;
}
div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-toggle:before{
	color:#f6b031;
}
div[id*="quickSearch"] .searchWidgetApp .dropdown-control .dropdown-toggle:hover .title-type:before{
	border-color:#e2e1df;
}



@media (max-width:2310px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
    background-size: 2% auto;
}
}

@media (max-width:1930px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
    background-size: 2.4% auto;
}
}


@media (max-width:1580px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .toolbar{
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.front #contentwidgettop div[id*="quickSearch"].newSearchExpanded + .wrapper-searchvideo #searchvideo {
    margin-top: 0em;
}
.front #contentwidgettop div[id*="quickSearch"].newSearchExpanded + .wrapper-searchvideo{
	padding-bottom:8.5em;
}
}

@media (max-width:1475px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
    background-size: 2.8% auto;
}
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-toggle:before{
	display:none;
}
}

@media (max-width:1436px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp.precondo .toolbar {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width:1375px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper {
    width: 70%;
}
.front #contentwidgettop div[id*="quickSearch"].newSearchExpanded + .wrapper-searchvideo #searchvideo{	
height: calc(100% + 8.5em);
width: auto;
}
}

@media (max-width:1320px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
    background-size: 3% auto;
}
}

@media (max-width:1080px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .toolbar {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}	
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
    background-size: 3.6% auto;
}
.front #contentwidgettop div[id*="quickSearch"].newSearchExpanded + .wrapper-searchvideo:before{
	    content: '';
    height: calc(100% + 8.5em);
    background-image: url(../images/couple1080.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
}

@media (max-width:1025px){
  #wsidebar_right div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .custom .input-group:before,
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .switch-control.toolbar-item button:before{
display:none;
}
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .input-group > .form-control{
	padding-left:1rem;
}
}

@media (max-width:1007px){
#quick_search_main_form .collapsedFilter .dropdown-keywords-control.toolbar-item {
    grid-column: auto;
}
#quick_search_main_form .collapsedFilter .dropdown-keywords-control .dropdown-menu {
    width: 100%;
    left: 0%;
    -webkit-transform: none;
    transform: none;
}
#quick_search_main_form.commercial .collapsedFilter .dropdown-keywords-control.toolbar-item {
    grid-column: 1 /span 2;
}
}


@media (max-width:990px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp.precondo .toolbar {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
}


@media (max-width:985px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control.toolbar-item.searchBy{
	    height: 3.4em;
}
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper {
    width: 80%;
}
}


@media (max-width:910px){
.front #contentwidgettop div[id*="quickSearch"].newSearchExpanded + .wrapper-searchvideo {
    padding-bottom: 14.5em;
}
.front #contentwidgettop div[id*="quickSearch"].newSearchExpanded + .wrapper-searchvideo:before{
	height: calc(100% + 14.5em);
   }
}

@media (max-width:885px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
    background-size: 4% auto;
}
   #wsidebar_right div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item .dropdown-toggle:before,
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .custom .input-group:before,
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .switch-control.toolbar-item button:before{
display:inline;
}
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .input-group > .form-control{
	padding-left:5.2rem;
}
}

@media (max-width:830px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
    background-size: 4.5% auto;
}
}

@media (max-width:800px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper {
    width: 100%;
}
}

@media (max-width:769px){
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .btn-submit{
	font-size:0.85em;
}
}

@media (max-width:762px){
#quick_search_main_form .collapsedFilter .dropdown-keywords-control.toolbar-item,
#quick_search_main_form.commercial .collapsedFilter .dropdown-keywords-control.toolbar-item {
    grid-column: 1 /span 3;
}
}

@media (max-width:720px){
#quick_search_main_form .collapsedFilter .dropdown-keywords-control.toolbar-item{
	grid-column: auto;
	}
#quick_search_main_form.commercial .collapsedFilter .dropdown-keywords-control.toolbar-item {
    grid-column: 1 /span 2;
}
}


@media (max-width:694px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp.precondo .toolbar {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width:640px){
	.wrapper-searchvideo{
		margin-top:0px;
	}
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
    background-size: 5.5% auto;
}
.front div[id*="quickSearch"] .searchWidgetApp.residential .toolbar .dropdown-keywords-control{
	grid-column: 1 /span 2;
}
body #quick_search_main_form .searchWidgetApp .search-main-wrapper .btn-submit{
	position:absolute;
}
.front #contentwidgettop div[id*="quickSearch"].open-autocomplete{
    left: 0px;
           z-index: 2000;
    padding: 0px;
        margin: 0px;
}
.front #contentwidgettop div[id*="quickSearch"].open-autocomplete .searchWidgetApp{
	width:100vw;
	padding:10px;
	    position: relative;
    box-sizing: border-box;
 }  
.front div[id*="quickSearch"].open-autocomplete .searchWidgetApp h2{
	display:none;
}
.front #contentwidgettop div[id*="quickSearch"].open-autocomplete .searchWidgetApp{
	background-image:none;
}
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .form-control {
    font-size:16px;
}
}

@media (max-width:580px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .toolbar {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control.toolbar-item.searchBy {
    height: 2.8em;
}
}

@media (max-width:480px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
    background-size: 6.5% auto;
}
.front .contentarea div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control.toolbar-item.searchBy{
	width:100%;
	margin-bottom:1em;
}
.front .contentarea div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .btn-submit{
	float:none;
	display:block;
	margin:0 auto;
	width:160px;
}
}

@media (max-width:472px){
.front div[id*="quickSearch"] .searchWidgetApp.residential .toolbar .dropdown-keywords-control{
	grid-column: auto;
}
.front #contentwidgettop div[id*="quickSearch"].newSearchExpanded + .wrapper-searchvideo {
    padding-bottom: 37em;
}
.front #contentwidgettop div[id*="quickSearch"].newSearchExpanded + .wrapper-searchvideo:before {
    height: calc(100% + 37em);
    background-position: -20em top;
}
.front #contentwidgettop div[id*="quickSearch"].newSearch + .wrapper-searchvideo{
	height:22em!important;
}
#quick_search_main_form.commercial .collapsedFilter .dropdown-keywords-control.toolbar-item {
    grid-column: auto;
}
}

@media (max-width:384px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
    background-size: 8% auto;
}
}

@media (max-width:310px){
.front #contentwidgettop div[id*="quickSearch"] .searchWidgetApp{
    background-size: 10% auto;
}
}


 @media all and (-ms-high-contrast:none){ 
  .front #contentwidgettop div[id*='quickSearch'] .searchWidgetApp .toolbar .toolbar-item.keywords{
 flex-grow:0;
 margin-left:9px;
 margin-right:auto;
 }
 .front #contentwidgettop div[id*='quickSearch'] .searchWidgetApp .toolbar .toolbar-item{
 	width:calc(25.3333% - 12px);
 }
  .front #contentwidgettop div[id*='quickSearch'] .searchWidgetApp.residential .toolbar .switch-control.toolbar-item{
  	margin-left:9px;
 }
   .front #contentwidgettop div[id*='quickSearch'] .searchWidgetApp.commercial .toolbar .toolbar-item.keywords{
 margin-left:0px;
 margin-right:0;
 }
   .front #contentwidgettop div[id*='quickSearch'] .searchWidgetApp.commercial .toolbar .switch-control.toolbar-item{
  	margin-left:0px;
 }
 }

#propertyViewApp .slider-wrapper{
	left:0px;
	width:100%;
}
/*calculators page*/
@media (max-width: 1162px) {
    body[class*="alculators"].inner .wrapper.contentarea {
        margin: 0em auto;
    } 
}

/*Blogs*/
body[class*="blog"] .pager .pager-current,
body[class*="blog"] .pager a:hover {
    color: #ffffff;
}
body[class*="blog"] .breadcrumb{
    display: none;
}
#comment_confirm_delete .container-inline a {
    font-family: 'Open Sans', sans-serif; 
    padding: 1px 6px;
}
@media screen and (min-width: 640px) {
    .inner .node.blog .links a,
    .inner .comment .links a {
        border: solid 1px;
    }
}
@media (max-width: 600px) {
    #comment_confirm_delete .container-inline a {
        font-size: 0.8em;
    }
}

/*Featured Listings Page*/
@media (max-width: 1245px) {
    .property_item ul li.appointment_menu {
        width: 100px;
    }
}
@media (max-width: 1200px) {
    .property_item ul li.favorite_menu {
        width: 90px;
    }
}

/*Buying tips and selling tips sub page anchors*/
@media (min-width: 1017px) {
    .inner :target::before {
        height: 120px;
        margin: -120px 0 0;
    }
}

/*About me text alignment*/
.front div[id*="AboutMeforAgent"] .rteleft {
    text-align: left;
}
.front div[id*="AboutMeforAgent"] .rteright {
    text-align: right;
}
.front div[id*="AboutMeforAgent"] .rtecenter {
    text-align: center;
}
.front div[id*="AboutMeforAgent"] .rtejustify {
    text-align: justify;
}   

/*Increase top-left logo size*/
#contactdata a.logo {
    height: 56px;
}
.broker #contactdata a.logo_link {
    margin-top: 1.3em;
}
.broker #contactdata h2.office_name {
    font-size: 0.7em;
}
.inner .mainuser a.logo {
    height: 62px;
}
#contactdata a.logo img, 
.inner .mainuser a.logo img {
    max-width: 100%;
}
.inner figure.mainuser a.logo img {
    top: 0;
    position: relative;
    left: 0;
    margin-right: auto;
    transform: none;
    margin: 0 auto;
}
.inner .mainuser h2.agent_name {
    margin-top: 4.5em;
} 
.inner.broker .mainuser figcaption h2.office_name {
    margin-top: 5.9em;
}
.inner.broker .mainuser.smallcollapse a.logo_link {
    height: 60px;
}
.inner.broker .mainuser.smallcollapse.expand h2.office_name {
    margin-top: 6.4em;
}
.inner.broker .mainuser a.logo_link {
    height: 60px;
}
.inner.broker .mainuser h2.office_name {
    margin-top: 6.1em;
}
.inner.broker .mainuser a.logo_link {
    margin: 0.8em auto 27px
}
@media (max-width: 768px) {
    #contactdata a.logo img, 
    .inner .mainuser a.logo img {
        max-width: 50%;
    }
}
@media (max-width: 640px) {
    .broker #contactdata h2.office_name {
        margin-top: 7em;
    }
}
@media (max-width: 600px) {
    #contactdata a.logo img, 
    .inner .mainuser a.logo img {
        max-width: 70%;
    }
    #contactdata a.logo img, 
    .inner .mainuser a.logo img {
        top: 40%;
    }
}
@media (max-width: 568px) {
    #contactdata a.logo, 
    .inner .mainuser a.logo, 
    .inner .mainuser.expand a.logo, 
    #contactdata.collapse a.logo {
        height: 44px;
    }
    .inner .mainuser h2.agent_name {
        margin-top: 3.8em;
    }
}

/*Increasing top-left logo size*/
@media (max-width: 936px) {
    .inner .mainuser:not(.expand) {
        margin-top: -4.5em;
    }
}
@media (max-width: 858px) {
    .inner .mainuser:not(.expand) {
        margin-top: -4.1em;
    }
}
/*Increase footer logo size*/
@media (min-width: 885px) {
    .footerarea a.logo img,
    .broker .footerarea a.logo_link img {
        max-width: 100%;
        max-height: 130px;
    }
}
@media (max-width: 885px) {
    .broker .footerarea a.logo_link img, 
    .footerarea a.logo img {
        max-height: 80px;
        max-width: 60%;
    }
}

/*Latest blog post widget*/
.blogPost-main:after {
    width: 100%;
    left: 0;
}
.front .widecontent div.widgets-latestBlog-widget {
    width: 70%;
}
@media (max-width: 1670px) {
    .blogPost-main .blogPost-content-info {
        height: 210px;
    }
}
@media (max-width: 1660px) {
    .blogPost-main .blogPost-content-info {
        height: 180px;
    }
}
@media (max-width: 1150px) {
    .blogPost-main .blogPost-content-info {
        height: 190px;
    }
}
@media (max-width: 1130px) {
    .blogPost-main .blogPost-content-info {
        height: 200px;
    }
}
@media (max-width: 1115px) {
    .front .widecontent div.widgets-latestBlog-widget {
        width: 80%;
    }
}
@media (max-width: 1006px) {
    .blogPost-main .blogPost-content-info {
        height: 210px;
    }
}
@media (max-width: 980px) {
    .front .widecontent div.widgets-latestBlog-widget {
        width: 60%;
    }
    .blogPost-main .blogPost-content-info {
        height: 180px;
    }
}
@media (max-width: 680px) {
    .blogPost-main .blogPost-content-info {
        height: 190px;
    }
}
@media (max-width: 480px) {
    .front .widecontent div.widgets-latestBlog-widget {
        width: 80%;
    }
    .front .blogPost-main .blogPost-content-info {
        height: 180px;
    }
}
@media (max-width: 360px) {
    .front .widecontent div.widgets-latestBlog-widget {
        width: 90%;
    }
    .inner .blogPost-main .blogPost-content-info {
        height: 190px;
    }
}
@media (max-width: 320px) {
    .blogPost-main .blogPost-content-info {
        height: 190px;
    }
    .inner .blogPost-main .blogPost-content-info {
        height: 200px;
    }
}

/*Agent listings*/
.inner .agent-listings-wrapper .horizontal_scroll li.cls_hidden div.cls_hidden {
    font-size: 1vw;
}
@media (max-width: 1530px) {
    .inner .agent-listings-wrapper .horizontal_scroll li.cls_hidden div.cls_hidden {
        font-size: 1.2em;
    } 
}
@media screen and (max-width: 905px) {
    .agent-listings-wrapper .horizontal_scroll li.cls_hidden .featured_multi_img_wrapper {
        width: calc(48.2vw - 25px);
    }
}
@media screen and (max-width: 568px) {
    .agent-listings-wrapper .horizontal_scroll li.cls_hidden .featured_multi_img_wrapper {
        width: calc(100vw - 54px);
    }
}

/*Youtube icon color changes*/
.social_media .defaulticon img,
.front #topwidget .social_media a.defaulticon img,
.footerarea .social_media .defaulticon img {
    display: none;
}
div[id*="social_media-0-"] .social_media a {
    margin: 0px 0.4vw 0.4vw 0px;
    width: 3.2vw;
    height: 3.2vw;
    line-height: 3.2vw;
    font-size: 1.2vw;
    border-radius: 3px;
}
.social_media .defaulticon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color:white;
}
.front #topwidget .social_media .defaulticon:before {
    font-size: 2.9em;
}
.social_media .defaulticon.facebookicon:before {
    content: '\f09a';
}
.social_media .defaulticon.twittericon:before {
   content: "\e80c";
font-family: 'fontello';;
}
.social_media .defaulticon.linkedinicon:before {
    content: '\f0e1';
}
.social_media .defaulticon.pinteresticon:before {
    content: '\f0d2';
}
.social_media .defaulticon.googleplusicon:before {
    content: '\f0d5';
}
.social_media .defaulticon.tiktokicon:before {
    font-family: 'fontello';
	content: "\e80b"
}
.social_media .defaulticon.instagramicon:before {
    content: '\f16d';
}
.social_media .defaulticon.youtubeicon:before,
.front #topwidget .social_media a.defaulticon.youtubeicon:before {
    content: '\f16a';
}
.front #topwidget .social_media a.defaulticon.youtubeicon:before {
    background: none;
    display: inline-block;
}
.social_media .defaulticon.facebookicon {
    background-color: #2e4da7;
}
.social_media .defaulticon.twittericon {
    background-color: #000000;
}
.social_media .defaulticon.linkedinicon {
    background-color: #007ab9;
}
.social_media .defaulticon.pinteresticon {
    background-color: #cb2027;
}
.social_media .defaulticon.googleplusicon {
    background-color: #dd4b39;
}
.social_media .defaulticon.tiktokicon {
	background-color: #000000;
}
.social_media .defaulticon.instagramicon {
    background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}
.social_media .defaulticon.youtubeicon {
	background-color: #FF0000;
}
.front #topwidget .social_media a.defaulticon {
    background-color: transparent;
    background: none;
}
div[id*='social_media'] a:hover{
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
.front #topwidget .social_media a:hover,
.footerarea div[id*="social_media"] a:hover {
    -webkit-box-shadow: none; 
    box-shadow: none;
}
div[id*="office_agent_listings"] .agent_social_media_icons a.custom_icon img {
    top: 0;
    transform: none;
}
@media (max-width: 1050px) {
    div[id*="social_media-0-"] .social_media a {
        margin: 4px;
        width: 3.2em;
        height: 3.2em;
        line-height: 49px;
        font-size: .9em;
    }
    .social_media .defaulticon.youtubeicon:before {
        background-size: auto 50%;
    }
}
@media (max-width: 690px) {
    div[id*="social_media-0-"] .social_media a {
        margin: 0 5px 5px 0;
        width: 3em;
        height: 3em;
        line-height: 7vw;
        font-size: 2.2vw;
    }
}
@media (max-width: 640px) {
    .front #topwidget .social_media .defaulticon:before {
        font-size: 6vw;
    }
    .front #topwidget .social_media a {
        margin-left: 1.2em;
        height: 50px;
    }
}
@media (max-width: 568px) {
    .footerarea .social_media {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    div[id*="social_media-0-"] .social_media a {
        line-height: 49px;
        font-size: 1em;
    }
}
@media (max-width: 480px) {
    .front #topwidget .social_media a {
        height: 40px;
    }
}
@media (max-width: 414px) {
    .front #topwidget .social_media a {
        height: 30px;
    }
}