
html {
	background: #FFFFFF;
}
body, #wrapper {
 background-color: transparent;
}

input, select {
    width: 100%;
}
input[type=checkbox] {
	border-radius: 4px;
	transition: box-shadow ease-in-out 0.15s;
	width: 18px;
    height: 18px;
	margin: 0px 5px;
}
input:focus, select:focus {
	//-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 134, 32, 0.6);
	//box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 134, 32, 0.6);
}


#home-search-section.prop-mode{
	background-image:url('../met-images/new-franklin%20-%20Copy.JPG');
}
#home-search-section{
	background-image:url('../met-images/Franklin%20Terrace%20Wider.JPG');
}
#home-search-section.prop-mode:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(135, 140, 159, 0.7);
	//background-color: rgba(135, 140, 159, 0.25);
	//background-color: rgba(135, 140, 159, 0.0);
}
#home-search-section:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    //background-color: rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0);
}

.panel {
    width: 90%;
}
.panel-body {
    padding: 3px;
}
.property-list {
    list-style: none;
    text-align: left;
    padding-left: 0px;
}
.property-list>li:nth-child(odd){
    background-color: #E3E3E3;
}

.caption.slider-title.small {
       //display: none; 
    }

    .caption.slider-subtitle.small {
      // display: none;
    }

@media (max-width: 1199px) {
    .caption.slider-title {
       // font-size: 80px;
    }

    .caption.slider-subtitle {
        //font-size: 60px;
    }

    .caption.slider-title.large {
       // font-size: 100px;
       // display: none;
    }

    .caption.slider-subtitle.large {
       // font-size: 100px;
       // display: none;
    }

    .caption.slider-title.small {
       //display: block; 
    }

    .caption.slider-subtitle.small {
      // display: block;
    }
    #conv-info {
        font-size: 70px;
        padding: 10px 0px;
    }
}

.revslider-container .caption {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
	text-transform: uppercase;
}

.first-slide .caption.lowercase{
	text-transform: lowercase;
	font-size: 60px;
}

.first-slide .caption{
	text-shadow: 3px 3px 6px rgba(255,255,255,.8);
}

.first-slide .caption.met{
	letter-spacing: 3px;
	font-size: 80px;
}
.first-slide .caption.tagline{
	font-size: 30px;
}

@media (max-width: 1209px){
.first-slide .caption.met{
			letter-spacing: 2px;
		}
}

@media (max-width: 992px){
	.first-slide .caption.met{
			letter-spacing: -1px;
		}
}

@media (max-width: 400px){
	.caption.slider-title {
		font-size: 62px;
	}

	.caption.slider-subtitle {
		//font-size: 40px;
	}
	.caption{
		font-weight: 300;
	}
	.first-slide .caption.met{
		letter-spacing: -1px;
	}
	.first-slide .caption.tagline{
		font-size: 37px;
	}
}


img.AR{
	float:right;
}
@media (max-width:767px){p.AR{margin-top:5%;margin-left: 110px;}img.AR{float:left;}}

/******LOGO CSS******/
#met-logo {
    font-family: 'EB Garamond', serif;
    text-shadow: 5px 4px 6px rgba(0,0,0,.7);
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #000;
    font-size: 1.6em;
    text-align: center;
    //padding: 22.5px 0px 22.5px 0px;
    //padding-top: 0px;
    font-weight: 700;
}
    #met-logo div{
     padding-left: 10px; 
        //vertical-align: top;
    }
    #met-logo div, #met-logo img{
     display: inline-block;
        //vertical-align: baseline;
    }
#met-logo-footer {
    font-family: 'EB Garamond', serif;
    text-shadow: 5px 4px 6px rgba(0,0,0,.7);
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #000;
    font-size: 1.6em;
    text-align: center;
    //padding: 22.5px 0px 22.5px 0px;
    //padding-top: 0px;
    font-weight: 700;
}
    #met-logo-footer div{
        padding: 0px 0px 0px 10px;
        vertical-align: middle;
    }
    #met-logo-footer div, #met-logo-footer img{
     display: inline-block;
    }

#met-br {
    display: none;
    line-height: 1px;
}
#button-br {
    display: none;
}
#nav-section.shrink .nav-logo{
    padding: 0px;
}

@media (max-width: 1199px) {
    #met-logo {
        letter-spacing: 5px;
        font-size: 1.6em;
        //padding: 0px 0px 100px 0px;
        //line-height: 0px;
    }
    #met-logo div {
        padding: 0px 0px 0px 10px;
        vertical-align: middle;
    }
    #met-logo img{
        //vertical-align: baseline;
    }
    #nav-section.shrink .nav-logo{
        font-size: 1.3em;
    }
    #met-br {
        display: block;
    }
}

@media (max-width: 991px) {
	.view-mode ul li.grid {
		display:none;
	}

}
@media (max-width: 510px) {
    #met-logo img {
       height: 45px;  
    }
    #met-logo-footer img {
       height: 65px;  
    }
    .sticky-wrapper{
		height: 61px;
    }
    #nav-mobile-btn{
        margin-top: 9px;
        
    }
    #met-br {
        //display: none;
    }
    #met-div {
        display: none;
    }
    #met-logo {
    //padding: 20px 0px 0px 0px;
        font-size: 1em;
    }
    #met-logo-footer {
        font-size: 1.2em;
    }
    #nav-section.shrink .nav-logo{
       font-size: 1em;
    }
    #nav-section {
        min-height: 61px;
        
    }
    .nav-logo {
        height: auto;
    }
    .navbar{
        margin-right: 10px;
    }
    #button-br {
        display: block;
    }
}
}

@media (max-width: 340px) {
    #met-logo {
        font-size: 1em;
    }
     #nav-section.shrink .nav-logo{
        font-size: 1em;
    }
}
@media (max-width: 350px) {
    #met-logo {
        //font-size: .6em;
    }
    #met-logo-footer {
        font-size: 1em;
    }
    #met-logo-footer img {
       height: 45px;  
    }
}

/******END LOGO CSS******/

.contact-desc {
    color: black
}

/*=====APT-SEARCH-CONTENT=================*/


@media(max-width: 522px) {
	.breadcrumb {
		//display: none;
	}
}
/*Search-Area*/
#search ul {
	margin: 0px;
}
 #more-criteria-container {
	display: none;
     margin-top: 10px;
}
.criteria, .more-criteria {
	margin-bottom: 15px;
}
.bedroom-checkboxes li {
	display: inline-block;
    list-style: none;
}

.bedroom-checkboxes input{
 vertical-align: middle;
}
label.center {
 text-align: center;   
}

.form-label, .form-input {
	display: inline-block;
	width: 100%;
}
.form-label {
	text-align: right;
	max-width: 125px;
	margin-right: 20px;
}
.form-input.extra-small{
	margin-right: 10px;
	max-width: 50px;
}
.form-input.small {
	max-width: 150px;
}
.form-input.medium {
	max-width: 250px
}
.form-input.large {
	max-width: 400px;
}
.with-button input {
	width: 85%;
}
.with-button button {
    width: 10%;
}

#slider-range {
	margin: 10px 10px;
} 

@media (max-width: 612px) {
    .form-label {
        text-align: left;
    }
}

.opener {
	background: none !important;
	border: none !important;
	padding-top: 0px !important;
}

/* JQUERY UI CSS */
.ui-helper-reset {
line-height: 20px;
}

.result-container {
    height: auto;
}

.result-lat, .result-lng, .result-name, .result-min, .result-max, .result-distance, .result-imgpath, .result-PMPLLCD, .result-description, .result-imgpath {
	display: none;
}
.result-distance-display {
	font-size: 13pt;
	margin-bottom: 0px;
	margin-top: 15px;
}

.ui-slider.ui-widget-content {
	border: 1px solid #aaaaaa;
}

.ui-widget-header {
    background: #ddd7d7;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #076d54;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	
}

.ui-slider .ui-slider-handle:focus{
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 134, 32, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 134, 32, 0.6);
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

/* END JQUERY UI CSS */

#apt-search-filter.btn {
  //  font-size: 18px;
   //width: 28.5px;
    //padding-left: 3px;
}

#map_agency {
 height: 425px;   
}
.map-row {
 display: none;
}
/*for whatever reason, the map doesn't work good on mobile width, so force a bottom margin */
#property-listing.map-style {
    margin-bottom: 500px;
}
.main, .search {
    margin-top: 0px;
    padding-top: 0px;
}
#listing-header {
    margin-top: 15px;
    //padding-top: 0px;
    margin-bottom: 15px;
}

@media (max-width:991px min-width:768px){
    .bedroom-checkboxes li {
	   display: block;
        list-style: none;
    }
    
}
#apt-search-form {
 //border: 1px solid;
//border-color: #E3E3E3;
}
.section-title.search-title {
    margin-top: 15px;
}
.search-sidebar, .property-sidebar {
    //padding-top: 0px;
    //padding-bottom: 0px;
    //border: 1px solid;
    //border-color: #E3E3E3;
}
/*====END-APT-SEARCH-CONTENT==============*/

.contact-box {
//padding: 0px 10px 10px 10px;
   // border: 1px solid;
   // border-top: none;
   // border-color: #E3E3E3;
}

.no-margin {
    margin-top: 0px;
}
.property-sidebar .no-margin {
    //margin-top: 0px;
}

.property-sidebar {
    //margin-top: 60px;
}

.floorplan-table tr.fp {
    min-height: 160px;
}
.floorplan-table td {
    width: 25%;
}

ul.amenities {
    list-style: none;
    display: inline-block;
}
.grid-style1 .item > .amenities.fp-hide {
    border: none;
}

@media (min-width: 768px){
    .fp-hide, ul.amenities.fp-hide {
        display: none;
    }
    .fp-show {
        display: table-cell;
    }
    .left-about-image{
        display:block;
    }
}

@media (max-width: 768px){
    .floorplan-table td.info, .floorplan-table tr.header {
        display: none;
    }
    .fp-show{
        display: none;
    }
    .floorplan-table td{
        width: 100%;
    }
    .fp .item{
        margin-bottom: 0px;
    }
    .availability-btn {
        margin-bottom: 15px;
    }
    
    .left-about-image{
        display:none;
    }
}
/* no idea why this needs to be reverted from 50% to be centered here */
.property-gallery.floorplan-table .item a span.btn{
    left: auto;
}
#home-search-section.prop-mode{
    padding-top: 200px;
    padding-bottom: 15px;
}

.propmode .property-detail-button, .property-detail-lower {
    color: #FFF!important;
}
.prop-mode .property-detail-header, .property-detail-subtitle  {
    text-transform: uppercase;
    color: #FFF!important;
}
.prop-mode .property-detail-container {
    //margin-top: 150px;
    width: 800px;
    margin: 0 auto;
}
.prop-mode .property-detail-lower {
    text-align: left;
    text-transform: lowercase;
    font-size: 60px;
    letter-spacing: 2px;
    font-weight: 100;
}
.prop-mode .property-detail-header {
    font-size: 150px;
    text-align: left;
    letter-spacing: 9px;
    font-weight: 100;
}

.prop-mode .property-detail-subtitle {
    text-align: right;
    font-size: 20px;
    font-weight: 100;
}

.panel-group .panel .panel-heading .panel-title > a.collapsed:after {
    border-color: #736F6B;
    color: #736F6B;
}

.panel-group .panel .panel-heading .panel-title > a.collapsed {
    //background-color: #A3C15B;
}
@media (max-width: 910px){
    .lifestyle-bg {
         background-image: url('../met-images/home/SearchBanner/banner-small.jpg');
    }
}
.search-bg, .lifestyle-bg {
    background-image: url('../met-images/home/SearchBanner/banner-wide.jpg');
    background-repeat: no-repeat;
}
@media (max-width: 910px){
    .lifestyle-bg {
         background-image: url('../met-images/home/SearchBanner/banner-small.jpg');
        background-position: 0px -120px;
    }
}
@media (max-width: 480px){
    .lifestyle-bg {
         background-position: 0px -51px;
    }
}
@media (min-width: 910x){
    .lifestyle-bg {
         background-position: 0px -51px;
    }
}

.search-bg:before {
    background-color: transparent;
    opacity: .5;
}

.lifestyle-bg {
    padding: 85px;
    background-size: 100% auto;
    
    //position: relative;
}
.lifestyle-bg:after{
    //position: absolute;
    //background: rgba(0,0,0,.1);
    //z-index: 1;
    //top:0;
    //bottom:0;
    //right:0;
    //left:0;
    //content:"";
}


.no-results{
    display: none;
	font-size: 18px;
	text-align: center;
}

.feature {
    display: block;
}

.special-container p {
    margin:1px!important;
    padding-bottom: 0px!important;
}

.special-container, .special-header {
    margin-bottom: 15px;
    margin-bottom:15px;
}

.latest-news-slider .item .info, .latest-news-slider .item .image {
    height: 450px;
}

.latest-news-slider .property-title{
    color: white;
    margin-bottom: 5px;
    margin-top: 0px;
}

.latest-news-slider .property-title small{
    color: white;
    font-size: 14pt;
}

.latest-news-slider i{
    padding-right: 4px;
}
.search-header{
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
}
.search-header:after,.search-header:before{
    display: none;
}

.testimonials .item .text:before, .testimonials .item .text:after{
    display:none;
}

#footer #copyright{
    padding: 5px 0;
}

#footer .block{
    padding-bottom: 0px;
}

.property-large-buttons{
	margin-top: 0px;
}
.property-large-buttons li:hover:before{
	background-color: rgba(32, 35, 38, 0.5)
}

.property-large-buttons li a{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	margin-top: 20px;
}

.property-large-buttons #conventional-icon{
background-image: url("../met-images/home/housingicons/conventional.jpg");

}
.property-large-buttons #family-icon{
background-image: url("../met-images/home/housingicons/family.jpg");
}
.property-large-buttons #senior-icon{
background-image: url("../met-images/home/housingicons/senior.jpg");
}

.property-large-buttons .btn-default-color:hover{
	color: #FFF;
	border-color: #FFF;
}

.property-large-buttons .btn{
	padding: 0 5px;
}

.fullwidthsingle2 .info {
	float: none;
	display: block;
}

.fullwidthsingle2 .info .description {
 width: 100%;
}
.fullwidthsingle2 .info .description p {
	margin-bottom: 0px;
}

.fullwidthsingle2 .item .image {
display: block;
float: none;
}
.description p {
	//margin-top: 20px;
	font-size:17px;
} 

.testimonials .item .text p:before ,.testimonials .item .text p:after{
display:none;
}

.home-sidebar .agency-detail-agents li img {
border-radius: 0%;
-webkit-border-radius: 0%;
-moz-border-radius: 0%;
}
.fullwidthsingle2 .item .image {
	height: 240px;
}

.equal-housing img{
	height: 100px;
	width: 100px;
	margin: 0px auto 15px auto;
	display: block;
}

.equal-housing h3 {
	text-align: center;
	margin-bottom: 15px;
}

.equal-housing p {
	margin-bottom: 15px;
}

#home-advanced-search {
	//margin-bottom: 25px;
}

#home-advanced-search {
	border-top: 0px;
}


.what-we-offer .section-title {
	margin-top: 0px;
}

.what-we-offer .about-us {
	font-size: 17px;
	margin-bottom: 25px;
}

.what-we-offer blockquote{
	margin-bottom: 0px;
}

.left-about-image {
	width: 80%;
}

.right-about-image{
	width: 100%;
	margin-bottom: 25px;
}

.housing-types .section-title {
	margin-top: 0px;
}

.housing-types h4 {
	margin-bottom: 5px;
}

.housing-types p {
	margin-left: 15px; 
	margin-bottom: 10px;
}

.property-sidebar {
	padding-top: 0px;
	//padding-bottom: 0px;
}

.prop-mode #nav-section {
	min-height: 25px;
}    
.prop-mode .navbar-nav > li > a {
	line-height: 25px;
}

#home-search-section.prop-mode{
	padding-top: 200px;
	padding-bottom: 15px;
}

.propmode .property-detail-button, .property-detail-lower {
	color: #FFF!important;
}
.prop-mode .property-detail-header, .property-detail-subtitle  {
	text-transform: uppercase;
	color: #FFF!important;
}
.prop-mode .property-detail-container {
	margin: 0 auto;
}
.prop-mode .property-detail-lower {
	text-align: left;
	text-transform: lowercase;
	font-size: 60px;
	letter-spacing: 2px;
	font-weight: 100;
}
.prop-mode .property-detail-header {
	font-size: 150px;
	text-align: left;
	font-weight: 100;
}

.prop-mode .property-detail-subtitle {
	text-align: left;
	font-size: 20px;
	font-weight: 100;
	padding-left: 12px;
}

@media (max-width: 992px) {
	#home-search-section.prop-mode{
		padding-top: 150px;
		padding-bottom: 15px;
	}

	.propmode .property-detail-button, .property-detail-lower {
		
	}
	.prop-mode .property-detail-header, .property-detail-subtitle  {
		
	}
	.prop-mode .property-detail-container {
		width: 100%;
		margin: 0 auto;
	}
	.prop-mode .property-detail-lower {
		text-align: left;
		font-size: 50px;
	}
	.prop-mode .property-detail-header {
		font-size: 75px;
		text-align: left;
	}

	.prop-mode .property-detail-subtitle {
		text-align: left;
		font-size: 15px;
		font-weight: 100;
		padding-left: 5px;
	}
}

@media (max-width: 510px){
	.sticky-wrapper {
		//height: 46px;
	}
}

@media (min-width:475px){
	.prop-mode #nav-mobile-btn{
		margin-top: 3px;
		margin-bottom:3px;
	}
}

.prop-mode #nav-section.shrink {
	min-height: 25px;
	height: 25px;
}

.prop-mode #nav-section.shrink .navbar-nav > li > a {
	line-height: 25px;
}

@media (max-width:975px){
	.prop-mode #nav-mobile-btn{
		margin-top: 3px;
		margin-bottom:3px;
	}
	
	.prop-mode #nav-section.shrink {
		min-height: 25px;
		//height: 47px;
	}
}

@media (max-width: 469px) {
	#home-search-section.prop-mode{
		padding-top: 100px;
		padding-bottom: 15px;
	}

	.propmode .property-detail-button, .property-detail-lower {
		
	}
	.prop-mode .property-detail-header, .property-detail-subtitle  {
		
	}
	.prop-mode .property-detail-container {
		width: 100%;
		margin: 0 auto;
	}
	.prop-mode .property-detail-lower {
		text-align: left;
		font-size: 35px;
	}
	.prop-mode .property-detail-header {
		font-size: 50px;
		text-align: left;
		letter-spacing: 4px;
	}

	.prop-mode .property-detail-subtitle {
		text-align: left;
		font-size: 12px;
		padding-left: 3px;
	}
}

.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
	overflow-y: scroll;
}
#Special-1 {
  background-image: url(../met-images/Lifestyle/020.jpg);
}
#Special-2 {
  background-image: url(../met-images/Lifestyle/070.jpg);
}
#Special-3 {
  background-image: url(../met-images/Lifestyle/140.jpg);
}
.specialCoupon
{
	max-width: 768px;
	padding: 5px;
	border: 4px dashed #076D54;
	background-color: white;
}
.specialImage {
     float:none;
     display:inline-block;
     vertical-align:middle;
}

.nav.nav-tabs-visible {
     display: block;
}
#footer #copyright {
    text-align: center;
    line-height: 22px;
    padding: 20px;
}
.social-networks {
    float: none;
    margin-top: 20px;
}
.share {
    margin-top: 20px;
    margin-bottom: 20px;
}
.property-desc {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}
.govt-desc {
    padding-top: 5px;
}
.link-underline {
    text-decoration: underline; 
}
.no-decoration:link, .no-decoration:visited, .no-decoration:hover, .no-decoration:active {
    text-decoration: none; 
    //display: block;
}
.bedtype:hover {
  background-color: #28211B;
}
.bedtype:hover a,
.bedtype:hover h3,
.bedtype:hover i {
  color: #fff;
}
.bedtype .btn:hover{
border-color: #FFF;
}

#resultsdialog {
	margin-top: 20px;
}

#footer-top {
	padding-top: 25px;
}

#footer-top .col-sm-12 {
	margin-bottom: 20px;
}
.contact-us {
	padding: 15px 20px;
}

@media (max-width: 768px){
.contact-us {
	padding: 15px 10px;
}
#MoreInfoFP .modal-body{
	padding:20px 10px;
}
}
.hidden-menu {
    display: none;
}
 #home-search-section.prop-mode{
	background-position-x: 50%!important;
 }
 
 .pricing.style4{
	position:relative;
	margin-bottom: 5px;
}
.pricing.style4:before{
		    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    //background-color: rgba(135, 140, 159, 0.7);
	background-color: rgba(50, 50, 50, 0.75);
}

#ht-family-mobile {
	display: none;
}
.ht-container {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.pricing .col-sm-6 {
		clear: both;
	}
	#ht-conv .ht-desc, #ht-elderly .ht-desc, #ht-family-mobile .ht-desc {
		padding-top: 10px;
	}
	
	#ht-family-desktop .ht-desc {
		padding-bottom: 10px;
	}
	
	#ht-family-desktop {
		display: none;
	}
	
	#ht-family-mobile {
		display: block;
	}
}
.revslider.full-width{
	//display: block;
}
.revslider.small-width{
	//display: none;
}
@media (max-width: 400px){
.revslider.full-width{
	//display: none;
}
.revslider.small-width{
	//display: block;
}
}
.chzn-search input[type="text"]{
	display: none;
}
#wrapper.search-wrapper{
	overflow: visible;
}
#wrapper{
	box-shadow: none;
	overflow: visible;
}

.descHTML,.descHTML h2{
text-transform: none;
}

#result-display{
text-align: center;
font-size: 20px;
margin-bottom: 15px;
}
.revslider-container{
		min-height: 168px;
	}
@media (min-width: 1200px){
	.revslider-container{
		min-height: 650px;
	}
}
@media (max-width: 500px){ 
	.lifestyle-bg {
		padding: 80px 0px;
	}
}

@media (max-width: 360px){
	#WL_DSP tbody {
		font-size: 11px;
	}
	#WL_DSP thead {
		font-size: 13px;
	}
}

.fb-like span {
	vertical-align: baseline!important;
}

@media (max-width: 992px) {
	.prop-mode #nav-mobile-btn {
		display: none;
	}
	.prop-mode-nav {
		display: block;
	}
}

@media (max-width: 768px) {
	.prop-mode #nav-section{
		background-color: transparent;
		min-height: 0px;
	}
	.prop-mode .sticky-wrapper {
		background-color: transparent;
		height: 0px!important;
	}
	.prop-mode #header:after {
		display: none;
	}
	.prop-mode #nav-section.stuck:after {
		display: none;
	}
	.prop-mode #home-search-section {
		margin-top: -45px;
	}
	.prop-mode #nav-mobile-btn {
		display: block;
	}
	.prop-mode .nav {
		//display: none;
	}
	.prop-mode-nav {
		display: none;
	}
	
	.moving a {
		display: block;
		max-width: 75%;
		margin: 0 auto;
		min-width: 200px;
	}
}
@media (max-width: 768px) {
	.special-image {
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) {
	.special-image {
		margin-top: 75%;
	}
}

.moving, .moving h3{
	margin-bottom: 20px;
}

.pp_description .btn {
	padding: 0 8px;
	float: right;
	color: white;
	height: auto;
	font-size: 20px;
	line-height: 20px;
}
.pp_description .btn-default-color:hover {
color: #FFF;
border-color: #FFF;
}

.resident-request.item {
	border: 1px solid #E4E4E4;
}

#RecaptchaFPInfo > div, #RecaptchaMoreInfo > div, #RecaptchaGovtApp > div{
	margin: 0 auto;
}




@media (min-width:992px) and (max-width: 1200px) {

#RecaptchaMoreInfo{
transform:scale(0.79);-webkit-transform:scale(0.79);transform-origin:0 0;-webkit-transform-origin:0 0;
-ms-transform: scale(0.79); -webkit-transform: scale(0.79); -moz-transform: scale(0.79); -o-transform: scale(0.79); transform: scale(0.79); -ms-transform-origin: left top; -webkit-transform-origin: left top; -moz-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top;
}
}

@media (min-width:768px) and (max-width: 992px) {

#RecaptchaMoreInfo{
transform:scale(0.75);-webkit-transform:scale(0.75);transform-origin:0 0;-webkit-transform-origin:0 0;
-ms-transform: scale(0.75); -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -o-transform: scale(0.75); transform: scale(0.75); -ms-transform-origin: left top; -webkit-transform-origin: left top; -moz-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top;
}
}


@media (max-width: 407px) {

#RecaptchaMoreInfo{
transform:scale(0.89);-webkit-transform:scale(0.89);transform-origin:0 0;-webkit-transform-origin:0 0;
-ms-transform: scale(0.89); -webkit-transform: scale(0.89); -moz-transform: scale(0.89); -o-transform: scale(0.89); transform: scale(0.89); -ms-transform-origin: left top; -webkit-transform-origin: left top; -moz-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top;
}
}

@media (max-width: 366px) {

#RecaptchaMoreInfo{
transform:scale(0.80);-webkit-transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0;
-ms-transform: scale(0.80); -webkit-transform: scale(0.80); -moz-transform: scale(0.80); -o-transform: scale(0.80); transform: scale(0.80); -ms-transform-origin: left top; -webkit-transform-origin: left top; -moz-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top;
}
}

@media (max-width: 350px) {

#RecaptchaMoreInfo{
transform:scale(0.73);-webkit-transform:scale(0.73);transform-origin:0 0;-webkit-transform-origin:0 0;
-ms-transform: scale(0.73); -webkit-transform: scale(0.73); -moz-transform: scale(0.73); -o-transform: scale(0.73); transform: scale(0.73); -ms-transform-origin: left top; -webkit-transform-origin: left top; -moz-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top;
}
}

@media (max-width: 379px) {

#RecaptchaFPInfo{
transform:scale(0.89);-webkit-transform:scale(0.89);transform-origin:0 0;-webkit-transform-origin:0 0;
-ms-transform: scale(0.89); -webkit-transform: scale(0.89); -moz-transform: scale(0.89); -o-transform: scale(0.89); transform: scale(0.89); -ms-transform-origin: left top; -webkit-transform-origin: left top; -moz-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top
}
}

@media (max-width: 349px) {

#RecaptchaFPInfo{
transform:scale(0.80);-webkit-transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0;
-ms-transform: scale(0.80); -webkit-transform: scale(0.80); -moz-transform: scale(0.80); -o-transform: scale(0.80); transform: scale(0.80); -ms-transform-origin: left top; -webkit-transform-origin: left top; -moz-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top
}
}

@media (max-width: 350px) {

#RecaptchaFPInfo{
transform:scale(0.76);-webkit-transform:scale(0.76);transform-origin:0 0;-webkit-transform-origin:0 0;
-ms-transform: scale(0.76); -webkit-transform: scale(0.76); -moz-transform: scale(0.76); -o-transform: scale(0.76); transform: scale(0.76); -ms-transform-origin: left top; -webkit-transform-origin: left top; -moz-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top
}
}


.action-box {
	margin-bottom: 25px;
}

.style4 .container {
	max-width:750px;
}

@media (max-width: 588px) {
	.links a {
		display: block;
	}
}

.3D-fp{
	display: none;
}

li.3D-floorplan {
	display: none;
}

#SectionFloorplans .grid-style1 .item .image img {
	/*max-height: 300px; */
}

#VR-Frame {
  width: 90%;
  height: 90%;
  display: block;
  margin: 43px auto 0px auto;
}


.epremium {
	margin-bottom: 60px;
 }
 
 .epremium .lifestyle{
	max-width: 300px;
	float: left;
	margin-right: 20px;
 }
 
 .epremium p{
	margin-bottom: 30px;
 }
 
  @media (max-width: 767px){
	  .property-desc.epremium a.btn {
		margin-bottom: 20px;
	 }
 }
 
 .epremium .epremium-logo{
	margin-bottom: 50px;
	width: 100%;
	max-width:  200px;
 }
 
 @media (max-width: 675px){
	 .epremium .lifestyle {
		max-width: none;
		width: 100%;
		margin-bottom: 20px;
	 }
 }
 
 .bedtype a,  .bedtype a i, .bedtype a h3 {
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
 }
 
 .BRavailable{
	float:none;
	margin-top:0px;
	font-size: 16px;
    text-transform: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #28a745;
}

.bedtype:hover .BRavailable {
  color: #fff;
}


@media (min-width: 768px) {
	.BRavailable{
		float:right;
		margin-top:-10px;
	}
}
 
 .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745 !important;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.property-features > li.convbedtype {
	padding: 0px 0px 0px 50px;
}

.property-features > li.convbedtype > a {
	padding: 20px;
	display: block;
}



/* prettyPhoto styling for small screens */
div.cozy .pp_description { text-indent: 0px;}
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
.pp_content_container .pp_details{padding-bottom:10px;}
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; }
.pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; }
a.pp_close { right: 10px!important; top: 10px!important; }