/*  
Theme Name: Princeton Square Apartments
Theme URI: http://www.resident360.com
Description: This is a custom Wordpress theme.
Version: 1.0
Author: resident 360.
*/

/* **************************************************************************** */
/* ########################### MAIN BODY ###################################### */
/* **************************************************************************** */

body { 
    font-family: 'avenir-roman', sans-serif;
    font-size:18px;
    color:#fff;
    margin:0;
}

a{
    color:#000;
    text-decoration:none;
    font-size:17px;
    transition:0.5s;

}

a:hover{
    color:#d9c7b1;
    text-decoration:none;
    font-size:17px;
}

a img {border: none;} 

h1{
    font-family: 'avenir-black', sans-serif;
    font-weight:700;
    font-size:45px;
    margin-top:10px;
    margin-bottom:10px;
}

h2{
    font-family: 'avenir-black', sans-serif;
    font-weight:700;
    font-size:40px;
    margin-top:10px;
    margin-bottom:10px;
}

h3{
    font-family: 'avenir-black', sans-serif;
    font-weight:700;
    font-size:35px;
    margin-top:10px;
    margin-bottom:10px;
}

h4{
    font-family: 'avenir-black', sans-serif;
    font-weight:700;
    font-size:30px;
    margin-top:10px;
    margin-bottom:10px;
}


h5{
    font-family: 'avenir-black', sans-serif;
    font-weight:700;
    font-size:25px;
    margin-top:10px;
    margin-bottom:10px;
}

h6{
    font-family: 'avenir-black', sans-serif;
    font-weight:700;
    font-size:23px;
    margin-top:10px;
    margin-bottom:10px;
}

p{
    line-height:151%; 
    margin-top:16px;
}

.site-white{
    color:#fff;
}

.site-white-bk{
    background-color:#fff;
 }

.site-black{
    color:#000;
}

.site-black-bk{
    background-color:#000;
 }

.site-color-1{
    color:#000;
}

.site-color-1-bk{
    background-color: #323771;
}

.site-color-2-bk{
    background-color:#ebebeb;
}

.site-color-3{
    color:#373636;
}

.site-color-3-bk{
    background-color: #323771;
}


.site-color-4-bk{
    background-color:#fff;
}




.site-transparent-bk{
    background-color:transparent;
}

.line-pattern-bk{
    background-image:url(images/line-pattern.png);
}











.site-red{
    color:#6b2b2e;
}

.site-brown{
    color:#caa662;
}

.site-yellow{
    color:#fac233;
}

.site-tan{
    color:#dcc8aa;
}

.site-dark-gray{
    color:#333333;
}

.site-red-bk{
    background-color:#6b2b2e;
}

.site-brown-bk{
    background-color:#caa662;
}

.site-yellow-bk{
    background-color:#fac233;
}

.site-tan-bk{
    background-color:#dcc8aa;
}

.site-light-gray-bk{
    background-color:#efefef;
}







.site-font-1{
    font-family: 'avenir-roman', sans-serif;
}

.site-font-2{
    font-family: 'avenir-black', sans-serif;
}

.site-font-3{
    font-family: 'avenir-heavyoblique', sans-serif;
}

.site-font-4{
    font-family: 'goodvibrationsrob_script';
}

.site-font-5{
    font-family: 'centurygothic', sans-serif;
}

.site-font-6{
    font-family: 'centurygothicbold', sans-serif;
}

.site-font-7{
    font-family: 'avenir-heavy', sans-serif;
}

.site-font-8{
    font-family: 'avenir-mediumoblique', sans-serif;
}

.site-font-9{
    font-family: 'avenir-medium', sans-serif;
}

.site-font-10{
    font-family: 'avenir-blackoblique', sans-serif;
}

.site-font-11{
    font-family: 'avenir-oblique', sans-serif;
}


.font-icons{
    font-family: socialicons;
}

div.wpcf7 .ajax-loader{
    display:none;
}

/* **************************************************************************** */
/* ############################# POPUP ##################################### */
/* **************************************************************************** */

.popup-video{
    width:640px;
}


/* **************************************************************************** */
/* ############################# BUTTONS ##################################### */
/* **************************************************************************** */

.black-button{
    color:#fff;
    padding:10px 80px;
    background-color:#000;
    display:inline-block;
    font-family: 'avenir-black', sans-serif;
    font-size:18px;
    font-weight:400;
}

.black-button:hover{
    color:#fff; 
    background-color:#fdcf09;
    font-size:18px;

}

.blue-button-2{
    color:#fff;
    padding:10px 30px;
    background-color: rgb(39 59 86);
    display:inline-block;
    font-family: 'avenir-black', sans-serif;
    font-size:18px;
    font-weight:400;
}

.blue-button-2:hover{
    color:#fff; 
    background-color:#000;
    font-size:18px;

}


/* **************************************************************************** */
/* ############################# HEADER ##################################### */
/* **************************************************************************** */

.logo{
	width:170px;
    height:auto ;
    padding:15px;
/* 	background-color:rgba(255,255,255, 0.5); */
}

.desktop-header-inner{
background-color:rgba(255,255,255, 0.7);
}

.mobile-header{
    display:none;
}

.mobile-search{
    background:#000;
}

.header-button{
    color:#fff;
    border:#fff 3px solid;
    border-radius:3px;
    padding:10px 17px 10px 17px;
    font-family:'Source Sans Pro', sans-serif;
    font-weight:600;
    font-size:15px;
    transition:0.5s;
}

.header-button:hover{
    color:#caa662;
    background-color:transparent;
    border:#caa662 3px solid;
    font-size:15px;
}

.desktop-header-inner{
/*     background-color:transparent; */
}

/* **************************************************************************** */
/* ########################### TOP MAIN MENU ################################## */
/* **************************************************************************** */

#headermenu{
    font-size:0;
}


/* ********************************************************************* */
/* ############################# SMALL MENU ############################ */
/* ********************************************************************* */

#mobile-nav-bar{
    display:none;
    background-color:#323771;
    box-sizing:border-box;
    border-top:#999999 1px solid;
    border-bottom:#999999 1px solid;
    margin-left:1px; 
    margin-right:1px;
    box-sizing:border-box;
    }

#mobile-nav-window{
    display:none;
}
.menuicon{
    cursor:pointer; 
	justify-self: flex-end;
}


/* **************************************************************************** */
/* ############################### MENUS ###################################### */
/* **************************************************************************** */


.headermenu .mainmenu .menu-item  a{
    font-size:17px;
    color:#fff;
    transition: 0.3s;
    font-weight:400;
    font-family: 'centurygothic', sans-serif;
    display:block;
    padding:10px 15px 10px 15px;
}

.headermenu .mainmenu .menu-item  a:hover{
    color:#fff;
}

.headermenu .mainmenu .current-menu-item{
    color:#fff;
    background-color: rgb(39 59 86);
}

.headermenu ul{
    display:inline;
    margin:0;
    padding:0;
    list-style:none;
}

.headermenu ul li{
    display:inline-block;
    margin:0 7px;
    background-color: rgb(39 59 86 / 50%);
    transition:0.5s;
}

.headermenu ul li:hover{
    /* background: linear-gradient(to top, #222222 , #444444); */
    background-color: #323771;
    display:inline-block;
    box-shadow: inset 0 0 0 1px #323771;
    cursor:pointer;
    margin:0 7px;
}

.headermenu ul li ul li{
    display:none;
}

/* ############################### MENUS CLICKED STATE ###################################### */


.headermenu-clicked .mainmenu .menu-item  a{
    font-size:17px;
    color:#fff;
    transition: 0.3s;
    font-weight:400;
    font-family: 'centurygothic', sans-serif;
    display:block;
}

.headermenu-clicked ul li a{
    padding:10px 15px 10px 15px;
}

.headermenu-clicked .mainmenu .menu-item  a:hover{
    color:#fff;
}

.headermenu-clicked .mainmenu .current-menu-item{
    color:#fff;
    background-color:rgba(0,0,0,0.5);
}

.headermenu-clicked .mainmenu li ul .menu-item  a{
    color:#000;
    font-family: 'avenir-medium', sans-serif;
}

.headermenu-clicked .mainmenu li ul li:hover a{
    color:#fff;
}

.headermenu-clicked .mainmenu li ul .current-menu-item a{
    color: #000;
    font-family: 'avenir-black', sans-serif;
}

.headermenu-clicked .mainmenu li ul .current-menu-item{
    background-color:initial;
}

.headermenu-clicked .mainmenu li ul .current-menu-item:hover{
    background:#000;
	color:#fff;
}

.headermenu-clicked ul{
    display:inline;
    margin:0;
    padding:0;
    list-style:none;
}

.headermenu-clicked ul li{
    display:inline-block;
    background-color:rgb(35 97 148 / 0.5);
    margin:0 7px;
    position:relative;
    transition:0.5s;
}

.headermenu-clicked ul li:hover{
    /* background: linear-gradient(to top, #222222 , #444444); */
    background-color:rgba(0,0,0,0.5);
    box-shadow:inset 0 0 0 1px #fff;
    cursor:pointer;
    border-radius:0px;
}

.headermenu-clicked-active{
    /* background: linear-gradient(to top, #222222 , #444444); */
    background-color:rgba(0,0,0,0.5);
    box-shadow:inset 0 0 0 1px #fff;
    cursor:pointer;
    border-radius:0;
}

.headermenu-clicked ul li ul{
    display:none;
    position:absolute;
    background-color:transparent;
    top:55px;
    left:0;
    border:#fff 1px solid;    
    border-radius:0 0 0 0;
    overflow:hidden;
    z-index:1500;
    background-color:rgba(255,255,255,0.7);
    padding:15px;
}


.headermenu-clicked ul li ul li a{
    padding:2px 15px 2px 15px;
}

.headermenu-clicked ul li ul li{
    display:block;
    min-width:250px;
    box-sizing:border-box;
    background-color:transparent;
    margin:0;
}

.headermenu-clicked ul li ul li:hover {
    background:#000;
    color:#fff;
    box-shadow:initial;
    border-radius:initial;
}





/* **************************************************************************** */
/* ######################### HEADER BANNER #################################### */
/* **************************************************************************** */


/* ---------------------------------------------------------------------------- */
/* ############################## SLIDER ###################################### */
/* ---------------------------------------------------------------------------- */

.slidecontainer{
    position:relative;
}

.slidecontainer_maintext{
    color:#fff;
    font-size:80px;
    font-weight:400;
    line-height:135%;
    letter-spacing: 4px;
    font-family: 'avenir-heavyoblique', sans-serif;
    padding-left:30px;
    padding-right:30px;
    width:90%;
    margin:auto;
}

.slidecontainer_smalltext{
    color:#fff;
    font-size:35px;
    line-height:140%;
    text-align:center;
    font-weight:400;
    font-family: 'avenir', sans-serif;
    padding-left:30px;
    padding-right:30px;
}

.slideimagecontainer{
    background-repeat:no-repeat ;
    background-position:center center ;
    background-size:cover ;
    z-index:-1 ;
    min-height:963px;
    width:100%; 
}

.slidebuttoncontainer{
    padding-top:20px;
    padding-bottom:40px;
}

.slidebutton{
    font-size:17px;
    background: #323771;
    color: #fff;
    padding: 15px 40px;
    border: #323771 1px solid;
    cursor:pointer;
    overflow:visible;
    border-radius: 0;
    display:inline-block;
    transition: 0.5s;
    font-family: 'avenir-black', sans-serif;
}

.slidebutton:hover{
    background: transparent;
    color: #fff;
    cursor: pointer;
    border-color: #fff;
}

#pager{
    width:100%;
    text-align:center;
    position:absolute;
    z-index:300;
    bottom:0;
    /* background:rgba(0, 0, 0, 0.7); */
    left:0;
    right:0;
    padding-top:22px;
    padding-bottom:22px;
}

#pager a{
    display:inline-block;
    width: 35px; 
    height: 35px; 
    margin-right:5px; 
    background:url(images/paginateoff.png) no-repeat;
}

#pager a:last-child{
    margin-right:0; 
}

#pager a.cycle-pager-active {
    background:url(images/paginateon.png) no-repeat;
}

#next{
    position:absolute;
    width:45px;
    height:104px;
    right:30px;
    top:35%;
    z-index:300;
    cursor:pointer;
    background-image:url(images/slide-arrow-right.png);
    background-repeat:no-repeat;
    background-position:center center;
}

#prev{
    position:absolute;
    width:45px;
    height:104px;
    left:30px;
    top:35%;
    bottom:50%;
    z-index:300;
    cursor:pointer;
    background-image:url(images/slide-arrow-left.png);
    background-repeat:no-repeat;
    background-position:center center;
}


/* ---------------------------------------------------------------------------- */
/* ############################ IMAGE BANNER ################################## */
/* ---------------------------------------------------------------------------- */

.slideimagecontainer2{
    background-repeat:no-repeat ;
    background-position:center center ;
    background-size:cover ;
    z-index:-1 ;
    min-height:506px;
    width:100%;
  
}



/* **************************************************************************** */
/* ########################### HOME PAGE ###################################### */
/* **************************************************************************** */


.home-section-1{
    height:fit-content;
    border-top:#fff 3px solid;
    border-bottom:#fff 3px solid;
    box-sizing:border-box;
}
.home-section-1 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 0%;
    color: #323771;
}
#map_canvas{
    border-right:#fff 3px solid;
    box-sizing:border-box;
}

.home-mid-box{
    height:468px;
}

.white-border-right{
    border-right:#fff 3px solid;
    box-sizing:border-box;
}

.white-border-bottom{
    border-bottom:#fff 3px solid;
    box-sizing:border-box;
}

.white-border-top{
    border-top:#fff 3px solid;
    box-sizing:border-box;
}


.home-section-2 span{
    line-height:200%;
    color:#fff;
}

.home-section-2 p{
    font-size:19px;
}


.specials-button{
    display:inline-block;
    background: #323771;
    color: #fff;
    padding:9px 34px;
    font-size:17px;
    font-family: 'avenir-black', sans-serif;
    border: 1px solid #323771;
}

.specials-button2 {
	margin-top: 10px;
}

.specials-button:hover{
    display:inline-block;
    background:transparent;
	border-color:#fff;
    color:#fff;
}



.mid-box-title{
    background-color:rgba(0,0,0,0.4);
    padding:5px 25px;
    font-size:25px;
    display:inline-block;
    font-family:'centurygothicbold',sans-serif;
    margin-bottom:10px;
    margin-top:15px;
}



.mid-white-divider{
    border-bottom:#aaaaaa 1px solid;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    width:30%;
}



.map-button{
    position:absolute;
    top:0;
    bottom:-40px;
    right:0;
    left:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    z-index:100;
}










.home-box-image img{
    display:block;
}

.home-box-images{
    background-image:url('images/paralax1.jpg');
    background-attachment: fixed;
}

.home-box-image-holder{
    width:20%;    
    margin-left:auto;
    margin-right:auto;
}

.home-box-image{    
    padding:3px 3px 3px 3px;
    background:#caa662;     
    overflow:hidden;
}

.slide-scale{
    background-color:rgba(202, 166, 98, 0.75);
    border-radius:5px;
    padding:20px;
}

#scale-slider{
    background-color:#000;
    height:8px;
    border-radius:20px;
    margin-left:10px;
}

#scale-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    background:#6b2b2e;
    border-radius:5px;
    border:#000 1px solid;
    cursor:pointer;
    outline:none;
    box-sizing:border-box;
}

.home-header-logo{
    max-width:850px;
}

.home-header-logo img{
    width:100%;
}


/* **************************************************************************** */
/* ################################ FAQS ###################################### */
/* **************************************************************************** */

.content-box-inner{
    margin:6% 15% 6% 15%;
}

.tipPolicyLinks {
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}

.tipPolicyLinks:hover {
    color: #000;
}

/* **************************************************************************** */
/* ################################ GALLERY ###################################### */
/* **************************************************************************** */

.gallery-image{
    border:#fff 3px solid;
    box-sizing:border-box;
}

.gallery-container{
    border-top:#fff 3px solid;
}

.gallery-image-inner{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0;
    transition:0.5s;
    
}

.gallery-image-inner:hover{
    opacity:1;
    background-color:rgba(255,255,255,0.4);
}

.gallery-icon{
    position:absolute;
    color:#fff;
    bottom:0;
    right:0;
    display: none;
}

.gallery-button-left{
    border-left:#48addd 1px solid;
}

.gallery-button{
    padding:15px 25px;
    cursor:pointer;
    transition:0.5s;
    border-right:#48addd 1px solid;
    box-sizing:border-box;
    font-family: 'centurygothicbold', sans-serif;
    font-size:18px;
}

.gallery-button-active{
    background:#000;
}

.gallery-button:hover{
    background-color:#000;
}



/* **************************************************************************** */
/* ######################### NEIGHBOREHOOD #################################### */
/* **************************************************************************** */

.places-tile{
    border:#fff 3px solid;
    box-sizing:border-box;
}

.places-button{
    color:#fff;
    border:#fff 2px solid;
    box-sizing:border-box;
    padding:15px 30px;
    margin-left:auto;
    margin-right:auto;
    font-family: 'centurygothicbold', sans-serif;
    font-size:22px;
    cursor:pointer;
    transition:0.5s;
}


.places-button:hover{
    color:#000;
    border:#fff 2px solid;
    background-color:#fff;
}

.places-inner-tile{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(255,255,255,0.8);
    font-size:20px;
    cursor:pointer;
    visibility:hidden;
    opacity:0; 
    color:#000;
}

.map-boxes{
    top:7%; 
    left:5%;
    right:5%;
    bottom:58%;
    z-index:1000;
}

.map-boxes div{
   background-color:rgba(0,0,0,0.6);
   width:24%;
}

/* **************************************************************************** */
/* ############################## FLOOR PLANS ################################# */
/* **************************************************************************** */

.floorplan-icons{
    transition:0.5s;
}

.floorplan-icon-default{
    /*
    color:#d7d7d7;
    filter: grayscale(100%);
    filter:contrast(0%);
    filter:blur 50px;
    */
}

.floorplan-icon{
    /*
    color:#000;
    filter: grayscale(0%);
    filter:contrast(100%);
    filter:blur 0px;
    */
}

.floorplan-icons:hover{
    color:#d3316e;
    cursor:pointer;
}

.floorplan-header-button{
    color:#000;
    border:#000 1px solid;
    padding:15px 0;
    background-color:transparent;
    transition:0.5s;
    width:85%;
    border-radius:2px;
    font-family: 'avenir-black', sans-serif;
}

.floorplan-header-button:hover{
    color: #fff;
    border: #323771 1px solid;
    background-color: #323771;
    cursor:pointer;
    font-family: 'avenir-black', sans-serif;
}


.floorplan-header-button-2{
    color: #fff;
    border: #323771 1px solid;
    padding:15px 0;
    background-color: #323771;
    transition:0.5s;
    width:85%;
    border-radius:2px;
}

.floorplan-header-button-2:hover{
    color:#000;
    border:#000 1px solid;
    background-color:transparent;
    cursor:pointer;
}

#top-banner{
    display:none;
}


.pricing-info{
    position:relative;
}

.pricing-info img{
    cursor:pointer;
}

.pricing-info span{
    display:none;
    position:absolute;
    border:#000 1px solid;
    border-radius:10px;
    background-color:#fff;
    color:#000;
    font-size:13px;
    width:200px;
    padding:15px;
    top:-40px;
    right:-240px;
    box-shadow:5px 5px 5px #aaaaaa;
    cursor:pointer;
}

.floorplan-sub-search{
    display:none;
}

.floor-plan-img{
    width:initial;
    max-width:100%;
    max-height:500px;
}

.floor-plan-image-holder{
    background-color:#5A2C6C;
}


.search-message{
    display:none;
}

.floorplan-icon-default .floorplan-button{
    font-family: 'avenir-black', sans-serif;
    font-size:25px;
    padding:5px 40px;
    border:#856c4b 2px solid;
    box-sizing:border-box;
}

.floorplan-icon .floorplan-button{
    font-family: 'avenir-black', sans-serif;
    font-size:25px;
    padding:5px 40px;
    border:#856c4b 2px solid;
    box-sizing:border-box;
    color:#fff;
    background-color:#856c4b;
}

.floorplan-button:hover{
    font-size:25px;
}

.button-360{
    position:absolute;
    font-size:60px;
    left:0;
    right:0;
    text-align:center;
    top:0;
    bottom:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.tour-button{
    color: #fff;
    background-color: #323771;
    padding:15px 70px;
    font-family: 'avenir-black', sans-serif;
    font-size:20px;
    border: #323771 2px solid;
}

.tour-button:hover{
    color:#000;
    background-color:transparent;
    font-size:20px;
    box-sizing:border-box;
    border:#000 2px solid;
}



/* **************************************************************************** */
/* ############################### CORPORATE ################################## */
/* **************************************************************************** */

.corporate-nav{
    margin-bottom:3px;
}



/* **************************************************************************** */
/* ########################## APARTMENT_FEATURES ############################## */
/* **************************************************************************** */

.apartment-feature-left-column{
    border:#fff 3px solid;
    box-sizing:border-box;
}


/* **************************************************************************** */
/* ############################# RATES & FEES ################################# */
/* **************************************************************************** */

.rates-fees-left-column{
    border-top:#fff 6px solid;
    border-right:#fff 3px solid;
    border-left:#fff 3px solid;
    border-bottom:#fff 3px solid;
    box-sizing:border-box;
}

.main-image{
    margin-top:3px;
}

/* **************************************************************************** */
/* ################################ CONTACT PAGE ############################## */
/* **************************************************************************** */


.contact-head{
    padding-top:200px;
}

.contact-form .ver-form input[type="radio"] {
    outline: none;
    background-color: transparent;
    cursor:pointer;
}

.contact-form .ver-form input[type="checkbox"] {
    outline: none;
    background-color: transparent;
    cursor:pointer;
}

.contact-form .ver-form input[type="radio" i], input[type="checkbox" i] {
    background-color: initial;
    margin: 0;
    padding: initial;
	border: initial;	
    -webkit-appearance: none;
    -moz-appearance: none;
}


.contact-form .ver-form input[type='radio']:after {
	width: 35px;
	height: 35px;
	border-radius: 0;
	background-color: #c8c8c8;
	content: '';
    display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    box-sizing: border-box; 
    margin-left:auto;
    margin-right:auto;
}

.contact-form .ver-form input[type='checkbox']:after {
	width: 35px;
	height: 35px;
	border-radius: 0;
	background-color: #c8c8c8;
	content: '';
    display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    box-sizing: border-box; 
    margin-left:auto;
    margin-right:auto;
}

.contact-form .ver-form input[type='radio']:checked:after {
	width: 35px;
	height: 35px;
	border-radius: 0;
  	background-color: #525252;
	content: '';
    display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    box-sizing: border-box;
    margin-left:auto;
    margin-right:auto;
    
}

.contact-form .ver-form input[type='checkbox']:checked:after {
	width: 35px;
	height: 35px;
	border-radius: 0;
  	background-color: #525252;
	content: '';
    display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    box-sizing: border-box;
    margin-left:auto;
    margin-right:auto;
    
}

.contact-form .ver-form input[type=radio]::-ms-check {
	background-color: initial;
	box-sizing: border-box;
	width: 35px;
    height: 35px;
	border-radius: 0;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    cursor:pointer;
    color:#525252;
}

.contact-form .ver-form input[type=checkbox]::-ms-check {
	background-color: initial;
	box-sizing: border-box;
	width: 35px;
    height: 35px;
	border-radius: 0;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    cursor:pointer;
    color:#525252;
}


/* **************************************************************************** */
/* ################################ RESIDENTS ############################## */
/* **************************************************************************** */

.residents-menu .mainmenu .menu-item  a{
    font-size:18px;
    color:#fff;
    transition: 0.3s;
    font-weight:400;
    font-family: 'avenir-medium', sans-serif;
    display:block;
    padding:10px 15px 10px 15px;
    margin:0 7px;
    background: #323771;
}

.residents-menu .mainmenu .menu-item  a:hover{
    color:#000;
    background-color:#fff;
}

.residents-menu .mainmenu .current-menu-item a{
    color:#fff;
    font-family: 'avenir-black', sans-serif;
}

.residents-menu ul{
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}


/* **************************************************************************** */
/* ################################ IN THE KNOW ############################## */
/* **************************************************************************** */

.blue-divider{
    border-bottom:#fff 5px solid;
    margin-top:20px;
    margin-bottom:10px;
}

.archive-list a:first-child{
    border-top:#949494 1px solid;
}

.archive-list a{
    display:block;
    padding:12px 0;
    font-size:25px;
    font-family: 'avenir-medium', sans-serif;
    border-bottom:#949494 1px solid;
    box-sizing:border-box;
    position:relative;
}

.archive-list a:hover{
    color:#fdcf09;
    box-shadow:inset 0 2px 0 0px #fdcf09, inset 0 -2px 0 0px #fdcf09; 
}




/* **************************************************************************** */
/* ################################ REFER FRIEND ############################## */
/* **************************************************************************** */

.refer-form .ver-form input[type=submit]{
    width:50%;
}

.refer-form .ver-form input{
    background-color: rgba(39 59 86 / 50%);
}


/* **************************************************************************** */
/* ######################### MAINTENANCE REQUEST ############################## */
/* **************************************************************************** */


.maintenance-form .ver-form input{
    background-color: rgb(39 59 86 / 50%);
}

.maintenance-form .ver-form select{    
    background-color:rgba(0,0,0,0.6);
}

.maintenance-form .ver-form textarea{
    background-color: rgb(39 59 86 / 50%);
    max-height:450px;
}

.maintenance-form .ver-form input[type=submit]{
    box-sizing: border-box;
    border:0;
    font-size:18px;
    font-weight:700;
    padding:16px 60px;
    outline:none;
    justify-content: center;
    background-color: #323771;
    cursor:pointer;
    transition:0.5s;
    color: #fff;
    margin-left:auto;
    margin-right:initial;
    margin-top:0;
    margin-bottom:0;
    width:initial;
    display:flex;
    flex-direction:column;
    flex-grow:1;
    height:auto;
}

.maintenance-form .ver-form input[type=file]{
    display:none;
}

.maintenance-form .ver-form input[type=submit]:hover{
       background:transparent;    
       color:#000;
       box-shadow:inset 0 0 0 2px #000;
}

.maintenance-form .ver-form input[type="radio"] {
    outline: none;
    background-color: transparent;
    cursor:pointer;
}

.maintenance-form .ver-form input[type="checkbox"] {
    outline: none;
    background-color: transparent;
    cursor:pointer;
}

.maintenance-form .ver-form input[type="radio" i], input[type="checkbox" i] {
    background-color: initial;
    margin: 0;
    padding: initial;
	border: initial;	
    -webkit-appearance: none;
    -moz-appearance: none;
}


.maintenance-form .ver-form input[type='radio']:after {
	width: 35px;
	height: 35px;
	border-radius: 0;
	background-color: #c8c8c8;
	content: '';
    display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    box-sizing: border-box; 
    margin-left:auto;
    margin-right:auto;
}

.maintenance-form .ver-form input[type='checkbox']:after {
	width: 35px;
	height: 35px;
	border-radius: 0;
	background-color: #c8c8c8;
	content: '';
    display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    box-sizing: border-box; 
    margin-left:auto;
    margin-right:auto;
}

.maintenance-form .ver-form input[type='radio']:checked:after {
	width: 35px;
	height: 35px;
	border-radius: 0;
  	background-color: #525252;
	content: '';
    display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    box-sizing: border-box;
    margin-left:auto;
    margin-right:auto;
    
}

.maintenance-form .ver-form input[type='checkbox']:checked:after {
	width: 35px;
	height: 35px;
	border-radius: 0;
  	background-color: #525252;
	content: '';
    display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    box-sizing: border-box;
    margin-left:auto;
    margin-right:auto;
    
}

.maintenance-form .ver-form input[type=radio]::-ms-check {
	background-color: initial;
	box-sizing: border-box;
	width: 35px;
    height: 35px;
	border-radius: 0;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    cursor:pointer;
    color:#525252;
}

.maintenance-form .ver-form input[type=checkbox]::-ms-check {
	background-color: initial;
	box-sizing: border-box;
	width: 35px;
    height: 35px;
	border-radius: 0;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    cursor:pointer;
    color:#525252;
}

.radio-box{
    background-color:rgba(0,0,0,0.6);
    color:#fff;
}

.radio-box span{
    display:block;
    margin: 15px 40px;
 }

.radio-box span span{
   margin:0;
   display:flex;
   flex-direction:row;
   flex-wrap:wrap;
}

.radio-box span span span{
    display:flex;
    flex-direction:column;
    width:33.333%;
    justify-content:center;
    text-align:left;
}

.radio-box span span span label span{
   width:initial;
}


.radio-box span span span label{
    display:flex;
    flex-direction:row;
    margin-top:10px;
    margin-bottom:10px;
    position:relative;
}

.radio-box span span span label input{
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin:0;
    width:30%;
    height:35px;
}


.radio-box span span span label span{
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin:0;
    width:70%;
    height:35px;
}

.maintenance-form  .ver-form .file-cell input{
    margin:0;
}

/* **************************************************************************** */
/* ############################ SOCIAL BUZZ ################################# */
/* **************************************************************************** */

.feed-border{
    border:#e6e8ec 30px solid;
    box-sizing:border-box;
    padding:30px;
}

.feed-back{
    background-color:#f9f9f9;
    padding:30px;
}



.fts-jal-fb-header {
    display:none;
}


/* **************************************************************************** */
/* ############################ THANK YOU ################################# */
/* **************************************************************************** */


.envelope-container{
    height:849px;
    max-width:1127px;
    margin:auto;
}

.envelope{
    background-image: url(images/envelope.png);
    background-repeat:no-repeat;
    background-size:cover;
    max-width:1127px;
    margin:auto;
    height:413px;
    position:absolute;
    z-index:999;
    bottom:0;
    right:0;
    left:0;
    background-position:center center;
}

.letter{
    background-image: url(images/letter.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    max-width:1078px;
    margin:auto;
    height:849px;
    position:absolute;
    z-index:998;
    bottom:0;
    right:25px;
    left:25px;
    background-position:center center;
}


/* **************************************************************************** */
/* ####################### CONTACT HORIZONTAL FORM ############################ */
/* **************************************************************************** */

.hor-form form{
    display:flex;
    flex-direction: row;
    justify-content: center;
    margin:auto;
    flex-wrap: wrap;
    flex: 1;
}

.hor-form p{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:0;
    padding:0;
    background:#fff;
    margin:5px 7px 5px 7px;
}

.hor-form p:last-of-type{
   display:none;
}

.hor-form .ajax-loader{
    display:none !important;
}

.hor-form input{
    box-sizing: border-box;
    border:0;    
    font-size:25px;
    padding:10px 15px;
    max-width:200px;
    outline:none;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1; 
 }

.hor-form select{
    box-sizing: border-box;
    border:0;    
    font-size:25px;
    padding:10px 15px;
    outline:none;
    background: url(images/br_down.png) #fff no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 97%;
    transition:0.5s;
    text-indent: 1px;
    text-overflow: '';
    cursor:pointer;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;


}

.hor-form select::-ms-expand {
    display: none;
}

.hor-form input[type=submit]{
    box-sizing: border-box;
    border:0;    
    font-size:17px;
    font-weight:700;
    padding:10px 20px;
    outline:none;
    display:flex;
    justify-content: center;
    flex: 1;
    background:#6b2b2e;    
    cursor:pointer; 
    transition:0.5s;
    color:#fff;
}

.hor-form input[type=submit]:hover{
       background:#000;    
       color:#caa662;
       box-shadow:inset 0 0 0 2px #6b2b2e;
}






/* **************************************************************************** */
/* ######################### CONTACT VERTICAL FORM ############################ */
/* **************************************************************************** */


.ver-form form{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:auto;
    flex: 1;
}

.ver-form p{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:0;
    padding:0;
    margin:0;
}

.ver-form .ajax-loader{
    display:none ;
}

.ver-form input{
    box-sizing: border-box;
    border:0;    
    font-size:15px;
    padding:15px 25px;
    outline:none;
    margin:0 0 20px 0;
    display:flex;
    justify-content: center;
    flex: 1; 
    width:100%;
    background-color:rgba(0,0,0,0.6);
    font-family: 'centurygothic', sans-serif;
    color:#fff;
 }

.ver-form select{
    box-sizing: border-box;
    border:0;    
    font-size:14px;
    padding:13px 20px;
    outline:none;
    background: url(images/br_down.png) #fff no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 97%;
    transition:0.5s;
    text-indent: 1px;
    text-overflow: '';
    cursor:pointer;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;
    width:100%;
    margin:0 0 20px 0;
    background-color:rgba(0,0,0,0.6);
    font-family: 'centurygothic', sans-serif;
    color:#fff;
}

.ver-form select::-ms-expand {
    display: none;
}

.ver-form input[type=submit]{
    box-sizing: border-box;
    border:0;
    font-size:15px;
    font-weight:700;
    padding:16px 60px;
    outline:none;
    display:flex;
    justify-content: center;
    flex: 1;
    background: #323771;
    cursor:pointer;
    transition:0.5s;
    color: #fff;
    margin-left:auto;
    margin-right:auto;
    width:auto;
    width:initial;
}

.ver-form input[type=submit]:hover{
       background:transparent;    
       color:#000;
       box-shadow:inset 0 0 0 2px #000;
}

.ver-form textarea{
    box-sizing: border-box;
    border:0;    
    font-size:15px;
    padding:13px 25px;
    outline:none;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1; 
    margin:0 0 20px 0;
    max-height:150px;
    resize: none;
    width:100%;
    background-color:rgba(0,0,0,0.6);
    font-family: 'centurygothic', sans-serif;
    color:#fff;    
    -ms-overflow-style: none;
}

.ver-form input::-webkit-input-placeholder {
    color: #fff ;
}
     
.ver-form input:-moz-placeholder { /* Firefox 18- */
    color: #fff ;  
}
     
.ver-form input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff ;  
}
     
.ver-form input:-ms-input-placeholder {  
    color: #fff ;  
}

.ver-form textarea::-webkit-input-placeholder {
    color: #fff ;
}
     
.ver-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #fff ;  
}
     
.ver-form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #fff ;  
}
     
.ver-form textarea:-ms-input-placeholder {  
    color: #fff ;  
}

/* **************************************************************************** */
/* ######################### CONTACT VERTICAL FORM ############################ */
/* **************************************************************************** */

.contact-form .ver-form input[type="radio"] {
    outline: none;
    background-color: transparent;
    cursor:pointer;
}

.contact-form .ver-form input[type="radio" i], input[type="checkbox" i] {
    background-color: initial;
    margin: 0;
    padding: initial;
	border: initial;	
    -webkit-appearance: none;
    -moz-appearance: none;
}


.contact-form .ver-form input[type='radio']:after {
	width: 35px;
	height: 35px;
	border-radius: 0;
	background-color: #c8c8c8;
	content: '';
    display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    box-sizing: border-box; 
    margin-left:auto;
    margin-right:auto;
  
}

.contact-form .ver-form input[type='radio']:checked:after {
	width: 35px;
	height: 35px;
	border-radius: 0;
  	background-color: #525252;
	content: '';
    display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    box-sizing: border-box;
    margin-left:auto;
    margin-right:auto;
    
}


.contact-form .ver-form input[type=radio]::-ms-check {
	background-color: initial;
	box-sizing: border-box;
	width: 35px;
    height: 35px;
	border-radius: 0;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
    border: 10px solid #c8c8c8;
    cursor:pointer;
    color:#525252;
}

.contact-form-fp-title {
    font-size: 15px;
    padding: 13px 20px;
    margin: 5px 0px -20px 0px;
    font-weight: normal;
    font-family: 'avenir-roman', sans-serif;
}


/* **************************************************************************** */
/* ################################ MAP ###################################### */
/* **************************************************************************** */

.map-info-box{
    width:250px;
}

.map-info-box p{
    font-size:14px ;  
    color:#555555 ;
    margin:0 0 0 0 ;
}

.map-info-box h1{
    font-family:ebrima;
    font-size:17px ;  
    margin:5px 0 7px 0 ;
    padding-bottom:5px ;
    border-bottom:#cccccc 1px solid;
    font-weight:normal ;
}

.map-info-box h2{
    font-family:ebrima;
    font-size:14px ;  
    margin:0 0 0 0 ;
    font-weight:normal ;
    color:#555555 ;
}


.map-info-box img{
    max-width:150px ;
}

.map-info-box a{
    color:#fdcf09;   
}

.map-info-box a:hover{
    color:#000;
}

.map-info-box span a{
    color:#777777;   
    font-size:13px ;
    font-family:ebrimabd;
}

.map-info-box span a:hover{
    color:#ab685d;
}

/* **************************************************************************** */
/* ################################ BLOG ###################################### */
/* **************************************************************************** */

.blog-cell{
    border:#cccccc 1px solid;
    transition:0.5s;
    background:#fff;
    cursor:pointer;
}


.blog-cell-2{
    border:#cccccc 1px solid;
    background:#fff;
}


/* **************************************************************************** */
/* ########################### COMMENTS ###################################### */
/* **************************************************************************** */

.reply{
    font-size:20px;
}

.comments-template{
    margin: 0 0 0;
    border-top: 0 solid #cccccc;
    padding: 0 0 0;
}

.comments-template ol{
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.comments-template ol li{
    margin: 0 0 0;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
    font-size: 16px;
}

.commentmetadata{
    font-size: 12px;
}

.comments-template p.nocomments{
    padding: 0;
}

.comments-template textarea{
    font-size: 12px;
}




    

/* **************************************************************************** */
/* ############################## FOOTER ###################################### */
/* **************************************************************************** */


.pre-footer{
    border-top:#fff 3px solid;
	color:#000;
}

.footer{
    background-color: rgb(39 59 86 / 50%);
}

.footer-cols p{
    font-family:'centurygothicbold',sans-serif;
    font-size:20px;
    line-height:200%;
}

.footer-title{
    background-color: rgb(39 59 86 / 50%);
    padding:5px 25px;
    font-size:25px;
    display:inline-block;
    font-family:'centurygothicbold',sans-serif;
    margin-bottom:25px;
    margin-top:15px;
    color:#fff;
}


.footer-social a{
    font-family:socialicons;
    color:#323771;
    font-size:30px;
    margin-right:10px;
    display:inline-block;
border-radius:50px;
}
.footer-social a:hover{
	background-color:#000;
	color:fff

}
.pre-footer a:hover{
    color:#fff;
}

.footermenu{
    display:inline-block;
    vertical-align:middle;
	color:#fff;
}

.footermenu ul{
    display:inline-block;
    margin:0;
    padding:0;
    list-style:none;
}

.footermenu ul li{
    display:inline-block;
    padding:0 10px 0 10px;
}

.footermenu a{
    color:#fff;
    font-size:13px;
}

.footermenu a:hover{
    color:#fdcf09;
}

.footer-button{
    color:#000;
    background-color:#fff;
    border-radius:3px;
    padding:10px 17px 10px 17px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:600;
    font-size:12px;
    transition:0.5s;
}

.footer-button:hover{
    color:#fff;
    background-color:#000;
    font-size:12px;
    box-shadow: inset 0 0 0 2px #fff;

}

.footerlogo{
    height:40px;
}


.footer-divider{
    border-bottom:#fdcf09 2px solid;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}



/* **************************************************************************** */
/* ########################### FONTS ###################################### */
/* **************************************************************************** */

@font-face {
    font-family: 'socialicons';
    src: url('./fonts/SocialIcons.eot');
    src: url('./fonts/SocialIcons.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/SocialIcons.woff') format('woff'),  
         url('./fonts/SocialIcons.ttf') format('truetype'),  
         url('./fonts/SocialIcons.svg#SocialIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-roman';
    src: url('./fonts/Avenir-Roman.eot');
    src: url('./fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/Avenir-Roman.woff') format('woff'),  
         url('./fonts/Avenir-Roman.ttf') format('truetype'),  
         url('./fonts/Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-black';
    src: url('./fonts/Avenir-Black.eot');
    src: url('./fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/Avenir-Black.woff') format('woff'),  
         url('./fonts/Avenir-Black.ttf') format('truetype'),  
         url('./fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-oblique';
    src: url('./fonts/Avenir-Oblique.eot');
    src: url('./fonts/Avenir-Oblique.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/Avenir-Oblique.woff') format('woff'),  
         url('./fonts/Avenir-Oblique.ttf') format('truetype'),  
         url('./fonts/Avenir-Oblique.svg#Avenir-Oblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-blackoblique';
    src: url('./fonts/Avenir-BlackOblique.eot');
    src: url('./fonts/Avenir-BlackOblique.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/Avenir-BlackOblique.woff') format('woff'),  
         url('./fonts/Avenir-BlackOblique.ttf') format('truetype'),  
         url('./fonts/Avenir-BlackOblique.svg#Avenir-BlackOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-medium';
    src: url('./fonts/Avenir-Medium.eot');
    src: url('./fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/Avenir-Medium.woff') format('woff'),  
         url('./fonts/Avenir-Medium.ttf') format('truetype'),  
         url('./fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-heavy';
    src: url('./fonts/Avenir-Heavy.eot');
    src: url('./fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/Avenir-Heavy.woff') format('woff'),  
         url('./fonts/Avenir-Heavy.ttf') format('truetype'),  
         url('./fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-heavyoblique';
    src: url('./fonts/Avenir-HeavyOblique.eot');
    src: url('./fonts/Avenir-HeavyOblique.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/Avenir-HeavyOblique.woff') format('woff'),  
         url('./fonts/Avenir-HeavyOblique.ttf') format('truetype'),  
         url('./fonts/Avenir-HeavyOblique.svg#Avenir-HeavyOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-mediumoblique';
    src: url('./fonts/Avenir-MediumOblique.eot');
    src: url('./fonts/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/Avenir-MediumOblique.woff') format('woff'),  
         url('./fonts/Avenir-MediumOblique.ttf') format('truetype'),  
         url('./fonts/Avenir-MediumOblique.svg#Avenir-MediumOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'goodvibrationsrob_script';
    src: url('./fonts/GoodVibrationsROB_Script.eot');
    src: url('./fonts/GoodVibrationsROB_Script.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/GoodVibrationsROB_Script.woff') format('woff'),  
         url('./fonts/GoodVibrationsROB_Script.ttf') format('truetype'),  
         url('./fonts/GoodVibrationsROB_Script.svg#GoodVibrationsROB_Script') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'centurygothic';
    src: url('./fonts/CenturyGothic.eot');
    src: url('./fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/CenturyGothic.woff') format('woff'),  
         url('./fonts/CenturyGothic.ttf') format('truetype'),  
         url('./fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'centurygothicbold';
    src: url('./fonts/CenturyGothicBold.eot');
    src: url('./fonts/CenturyGothicBold.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/CenturyGothicBold.woff') format('woff'),  
         url('./fonts/CenturyGothicBold.ttf') format('truetype'),  
         url('./fonts/CenturyGothicBold.svg#CenturyGothicBold') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* **************************************************************************** */
/* ########################### MEDIA QUERIES ###################################### */
/* **************************************************************************** */

/* DEFAULT */

/* QUERIES */


@media handheld, screen and (max-width:1800px){
   

    /* ---------------------------------------------------------------------------- */
    /* ########################### NEIGHBOREHOOD ################################## */
    /* ---------------------------------------------------------------------------- */

    .places-button{
        font-size:20px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ################################ FOOTER #################################### */
    /* ---------------------------------------------------------------------------- */

    .footer-title{
        font-size:23px;
    }

    .footer-cols p{
        font-size:16px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################# CONTACT ################################## */
    /* ---------------------------------------------------------------------------- */

    .contact-form{
        font-size:13px;
    }

    .contact-form .ver-form input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #c8c8c8;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box; 
        margin-left:auto;
        margin-right:auto;
    }

    .contact-form .ver-form input[type='checkbox']:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #c8c8c8;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box; 
        margin-left:auto;
        margin-right:auto;
    }

    .contact-form .ver-form input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #525252;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        
    }

    .contact-form .ver-form input[type='checkbox']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #525252;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        
    }

    .contact-form .ver-form input[type=radio]::-ms-check {
        background-color: initial;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        border-radius: 0;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        cursor:pointer;
        color:#525252;
    }

    .contact-form .ver-form input[type=checkbox]::-ms-check {
        background-color: initial;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        border-radius: 0;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        cursor:pointer;
        color:#525252;
    }


}

/* Added for 15" monitors on images on apartment-features page */
@media handheld, screen and (max-width:1380px){
    .mobile-tile{
        height:300px;
}

@media handheld, screen and (max-width:1200px){
   
    /* ---------------------------------------------------------------------------- */
    /* ################################ HEADER ################################# */
    /* ---------------------------------------------------------------------------- */

    .header-button{    
        padding:10px 8px 10px 8px;     
        font-size:12px;    
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ MENUS ################################# */
    /* ---------------------------------------------------------------------------- */

    .headermenu .mainmenu .menu-item  a{
        font-size:14px;
        padding:10px 13px 10px 13px;
    }

    .headermenu ul li{
        margin:0 5px;
    }

    .headermenu ul li:hover{
        margin:0 5px;
    }

    /* ############################### MENUS CLICKED STATE ###################################### */

    .headermenu-clicked .mainmenu .menu-item  a{
        font-size:14px;
    }

    .headermenu-clicked ul li a{
        padding:10px 13px 10px 13px;
    }

    .headermenu-clicked ul li{
        margin:0 5px;
    }

    
    /* ---------------------------------------------------------------------------- */
    /* ############################ NEIGHBORHOOD ################################## */
    /* ---------------------------------------------------------------------------- */

    .map-boxes h3{
        font-size:15px;
    }
 
    .map-boxes {
        font-size:10px;
    }

    .map-boxes img{
        height:30px;
    }

        /* ---------------------------------------------------------------------------- */
    /* ######################### APARTMENT FEATURES ############################### */
    /* ---------------------------------------------------------------------------- */

    .mobile-tile{
        height:300px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ FOOTER #################################### */
    /* ---------------------------------------------------------------------------- */

    .footer-title{
        font-size:17px;
    }

    .footer-cols p{
        font-size:14px;
    }


}

@media handheld, screen and (max-width:900px){

    h1{
        font-size:35px;
    }
    
    h2{
        font-size:30px
    }
    
    h3{
        font-size:27px;
    }
    
    h4{
        font-size:25px;
    }
    
    
    h5{
        font-size:20px;
    }
    
    h6{
        font-size:18px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ POPUP ################################# */
    /* ---------------------------------------------------------------------------- */

    .popup-video{
        width:560px;
    }
   
    /* ---------------------------------------------------------------------------- */
    /* ################################ HEADER ################################# */
    /* ---------------------------------------------------------------------------- */
    .logo{
        opacity:1 !important;
    }
    
    /* ---------------------------------------------------------------------------- */
    /* ################################ MENUS ################################# */
    /* ---------------------------------------------------------------------------- */

    .headermenu .mainmenu .menu-item  a{
        font-size:10px;
        padding:10px 8px 10px 8px;
    }

    .headermenu ul li{
        margin:0 2px;
    }

    .headermenu ul li:hover{
        margin:0 2px;
    }

    /* ############################### MENUS CLICKED STATE ###################################### */

    .headermenu-clicked .mainmenu .menu-item  a{
        font-size:10px;
    }

    .headermenu-clicked ul li a{
        padding:10px 8px 10px 8px;
    }

    .headermenu-clicked ul li{
        margin:0 2px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ################################ HOME PAGE ################################# */
    /* ---------------------------------------------------------------------------- */

    .mid-box-title { 
        font-size: 18px;
    }

    .blue-button{ 
        padding:10px 30px;
        font-size:15px;
    }

    .blue-button:hover{
        padding:10px 30px;
        font-size:15px; 
    }

    .home-section-2 p {
        font-size: 16px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ FLOORPLANS ################################## */
    /* ---------------------------------------------------------------------------- */
    
    .floorplan-header-button{
        font-size:14px;
    }
    
    .floorplan-icon .floorplan-button{
        font-size:15px;
        padding:10px 20px;
    }
    
    .floorplan-icon-default .floorplan-button {
        font-size:15px;
        padding:10px 20px;
    }

    
    .tour-button{   
        padding:15px 70px; 
        font-size:17px;
    }

    .tour-button:hover{
        font-size:17px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################ NEIGHBORHOOD ################################## */
    /* ---------------------------------------------------------------------------- */

    .places-button {
        font-size: 16px;
        padding: 15px 20px;
    }

    .map-boxes h3{
        font-size:12px;
    }
 
    .map-boxes {
        font-size:8px;
    }

    .map-boxes img{
        height:25px;
    }


   


    /* ---------------------------------------------------------------------------- */
    /* ######################### MAINTENANCE REQUEST ############################## */
    /* ---------------------------------------------------------------------------- */

    .maintenance-form{
        font-size:13px;
    }

    .maintenance-form .ver-form input[type=submit]{
        box-sizing: border-box;
        border:0;    
        font-size:16px;
        font-weight:700;
        padding:16px 10px;
        outline:none;
        justify-content: center;
        background-color:#000;    
        cursor:pointer; 
        transition:0.5s;
        color:#fff;
        margin-left:auto;
        margin-right:initial;
        margin-top:0;
        margin-bottom:0;
        width:initial;
        display:flex;
        flex-direction:column;
        flex-grow:1;
        height:auto;
    }

    .maintenance-form .ver-form input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #c8c8c8;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box; 
        margin-left:auto;
        margin-right:auto;
    }

    .maintenance-form .ver-form input[type='checkbox']:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #c8c8c8;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box; 
        margin-left:auto;
        margin-right:auto;
    }

    .maintenance-form .ver-form input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #525252;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        
    }

    .maintenance-form .ver-form input[type='checkbox']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #525252;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        
    }

    .maintenance-form .ver-form input[type=radio]::-ms-check {
        background-color: initial;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        border-radius: 0;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        cursor:pointer;
        color:#525252;
    }

    .maintenance-form .ver-form input[type=checkbox]::-ms-check {
        background-color: initial;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        border-radius: 0;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        cursor:pointer;
        color:#525252;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ FAQ ################################# */
    /* ---------------------------------------------------------------------------- */

    .content-box-inner{
        margin:4% 6% 4% 6%;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################## THANK YOU ################################# */
    /* ---------------------------------------------------------------------------- */


    .envelope-container{
        height:700px;
    }
    
    .envelope{
        background-size:contain;
        height:400px;
        background-position:center bottom;
    }
    
    .letter{
        background-size:contain;
        height:600px;
        background-position:center bottom;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ FOOTER ################################# */
    /* ---------------------------------------------------------------------------- */

    .footermenu ul li{
        display:inline-block;
        padding:0 5px 0 5px;
    }

    .footer-title{
        font-size:12px;
    }

    .footer-cols p{
        font-size:11px;
    }
   

    /* ---------------------------------------------------------------------------- */
    /* ############################ HEADER BANNER ################################# */
    /* ---------------------------------------------------------------------------- */
    

    .home-header-image{
        height:850px;
    }

    .slidecontainer_maintext{
        font-size:50px; 
    }

    .slidecontainer_smalltext{
    font-size:40px;
    }

    .slideimagecontainer{
    min-height:420px;
    }

    .slideimagecontainer2{
    min-height:300px;
    }






    /* ---------------------------------------------------------------------------- */
    /* ################################# CONTACT ################################## */
    /* ---------------------------------------------------------------------------- */

    .contact-form{
        font-size:13px;
    }

    .contact-form .ver-form input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #c8c8c8;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box; 
        margin-left:auto;
        margin-right:auto;
    }

    .contact-form .ver-form input[type='checkbox']:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #c8c8c8;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box; 
        margin-left:auto;
        margin-right:auto;
    }

    .contact-form .ver-form input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #525252;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        
    }

    .contact-form .ver-form input[type='checkbox']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #525252;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        
    }

    .contact-form .ver-form input[type=radio]::-ms-check {
        background-color: initial;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        border-radius: 0;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        cursor:pointer;
        color:#525252;
    }

    .contact-form .ver-form input[type=checkbox]::-ms-check {
        background-color: initial;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        border-radius: 0;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        cursor:pointer;
        color:#525252;
    }







}


@media handheld, screen and (max-width:600px){

    /* ---------------------------------------------------------------------------- */
    /* ################################ POPUP ################################# */
    /* ---------------------------------------------------------------------------- */

    .popup-video{
        width:300px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ HEADER #################################### */
    /* ---------------------------------------------------------------------------- */

    .mobile-header{
        display:block;
    }
    
    .desktop-header{
        display:none;
    }
    
    #mobile-nav-bar{
        display:flex;
    }
    
    /* ---------------------------------------------------------------------------- */
    /* ################################ MAIN MENU ################################# */
    /* ---------------------------------------------------------------------------- */

    .mainmenu{
        text-align:center;
        background-color:#fff;
    }
    
    .mainmenu ul{
        list-style-type: none;
        margin-left:0;
        margin-top:0;
        margin-bottom:0;
        padding-top:0;
        padding-left:0;
        padding-bottom:0;
        display:block;
    }
    
    .mainmenu li{
        line-height:310%;
        border-bottom:#dfdfdf 1px solid;
        display:block;
        margin-right:0;
    }

    .mainmenu .menu-item a{
        color:#000;
        display:block; 
        font-size:17px;
    }

    .mainmenu .menu-item  a:hover{
        background-color: rgba(39, 59, 86, 50%);
        color:#fff;
        font-size:17px;
    }

    .mainmenu .current-menu-parent a{
        color:#fff;
    }

    .mainmenu .menu-item:hover {
        color: #fff;
    }

    .mainmenu .current-menu-ancestor, .current-menu-ancestor a {
        background-color:transparent;
    }

    .mainmenu .menu-item-has-children li{
        background-color:#ab685d;
    }

    .mainmenu .menu-item-has-children li a{
        color:#000;
    }

    .mainmenu .current-menu-item  a{
        color: #fff !important;
        background-color:#323771;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################ HEADER BANNER ################################# */
    /* ---------------------------------------------------------------------------- */
    
    .home-header-image{
        height:650px;
    }

    .slidecontainer_maintext{
          font-size:25px; 
          line-height:200%;
    }

    .slidecontainer_smalltext{
        font-size:23px;
    }

    .slideimagecontainer{
        min-height:320px;
    }

    .slideimagecontainer2{
        min-height:200px;
    }
    
     /* ---------------------------------------------------------------------------- */
    /* ############################ HOME ################################# */
    /* ---------------------------------------------------------------------------- */

    .home-box-image-holder{
        width:100%;  
        margin-top:10px;
        margin-bottom:10px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ FAQ ################################# */
    /* ---------------------------------------------------------------------------- */

    .content-box-inner{
        margin:6% 8% 6% 8%;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ CONTACT ################################# */
    /* ---------------------------------------------------------------------------- */

    #map_canvas{
/*         min-height:300px !important; */
    }

   /* ---------------------------------------------------------------------------- */
    /* ############################ CONTACT ################################# */
    /* ---------------------------------------------------------------------------- */

    #map_canvas{
/*         min-height:300px !important; */
    }

    .contact-form{
        font-size:11px;
    }

    .contact-form .ver-form input[type=submit]{
        box-sizing: border-box;
        border:0;    
        font-size:16px;
        font-weight:700;
        padding:16px 10px;
        outline:none;
        justify-content: center;
        background-color:#323771;    
        cursor:pointer; 
        transition:0.5s;
        color:#fff;
        margin-left:auto;
        margin-right:initial;
        margin-top:0;
        margin-bottom:0;
        width:initial;
        display:flex;
        flex-direction:column;
        flex-grow:1;
        height:auto;
    }

    .contact-form .ver-form input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #c8c8c8;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box; 
        margin-left:auto;
        margin-right:auto;
    }

    .contact-form .ver-form input[type='checkbox']:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #c8c8c8;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box; 
        margin-left:auto;
        margin-right:auto;
    }

    .contact-form .ver-form input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #525252;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto; 
    }

    .contact-form .ver-form input[type='checkbox']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #525252;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto; 
    }

    .contact-form .ver-form input[type=radio]::-ms-check {
        background-color: initial;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        border-radius: 0;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        cursor:pointer;
        color:#525252;
    }

    .contact-form .ver-form input[type=checkbox]::-ms-check {
        background-color: initial;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        border-radius: 0;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        cursor:pointer;
        color:#525252;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ CORPORATE ################################# */
    /* ---------------------------------------------------------------------------- */

    .gallery-image-mobile {
        display: none;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ NEIGHBORHOOD ################################## */
    /* ---------------------------------------------------------------------------- */

    .places-inner-tile{  
        font-size:12px;
        padding:20px 20px 20px 20px;
        overflow:scroll;
    }

    .places-button{
        font-size:16px;
        padding:15px 25px;
    }

    .map-boxes {
        font-size:7px;
    }

    .map-boxes h3{
        font-size:8px;
    }

    .map-boxes img{
        height:20px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ FLOORPLANS ################################## */
    /* ---------------------------------------------------------------------------- */
    
    .floorplan-header-button{
        font-size:14px;
    }
    
    .floorplan-icon .floorplan-button{
        font-size:15px;
        padding:10px 20px;
    }
    
    .floorplan-icon-default .floorplan-button {
        font-size:15px;
        padding:10px 20px;
    }

    
    .tour-button{   
        padding:15px 70px; 
        font-size:17px;
    }

    .tour-button:hover{
        font-size:17px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################## SOCIAL BUZZ ################################# */
    /* ---------------------------------------------------------------------------- */

    .feed-border{
        border:#e6e8ec 10px solid;
        padding:10px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################## THANK YOU ################################# */
    /* ---------------------------------------------------------------------------- */


    .envelope-container{
        height:400px;
    }
    
    .envelope{
        background-size:contain;
        height:400px;
        background-position:center bottom;
    }
    
    .letter{
        background-size:contain;
        height:400px;
        background-position:center bottom;
    }
    


    /* ---------------------------------------------------------------------------- */
    /* ############################## MAINTENANCE REQUEST ################################# */
    /* ---------------------------------------------------------------------------- */

    .maintenance-form{
        font-size:11px;
    }

    .maintenance-form .ver-form input[type=submit]{
        box-sizing: border-box;
        border:0;    
        font-size:16px;
        font-weight:700;
        padding:16px 10px;
        outline:none;
        justify-content: center;
        background-color:#323771;    
        cursor:pointer; 
        transition:0.5s;
        color:#fff;
        margin-left:auto;
        margin-right:initial;
        margin-top:0;
        margin-bottom:0;
        width:initial;
        display:flex;
        flex-direction:column;
        flex-grow:1;
        height:auto;
    }

    .maintenance-form .ver-form input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #c8c8c8;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box; 
        margin-left:auto;
        margin-right:auto;
    }

    .maintenance-form .ver-form input[type='checkbox']:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #c8c8c8;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box; 
        margin-left:auto;
        margin-right:auto;
    }

    .maintenance-form .ver-form input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #525252;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto; 
    }

    .maintenance-form .ver-form input[type='checkbox']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #525252;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto; 
    }

    .maintenance-form .ver-form input[type=radio]::-ms-check {
        background-color: initial;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        border-radius: 0;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        cursor:pointer;
        color:#525252;
    }

    .maintenance-form .ver-form input[type=checkbox]::-ms-check {
        background-color: initial;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        border-radius: 0;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #c8c8c8;
        cursor:pointer;
        color:#525252;
    }

   .radio-box span{
        display:block;
        margin:15px 10px;
    }

    .radio-box span span span label input{
        display:flex;
        flex-direction:column;
        justify-content:center;
        margin:0;
        width:30%;
        height:15px;
    }

    .radio-box span span span label span{
        display:flex;
        flex-direction:column;
        justify-content:center;
        margin:0;
        width:70%;
        height:15px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ################################ FOOTER #################################### */
    /* ---------------------------------------------------------------------------- */

    .footer-title{
        font-size:16px;
    }

    .footer-cols p{
        font-size:13px;
    }

}
} /* this bracket was added to fix an unknown issue^^ Probably an open media query*/
@media(min-width:700px){
	.home-section-1{
		height:795px;
}
}

img.alignnone.size-full.wp-image-195 {
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}
img.floor-plan-img {
/*     border: 1px solid #000; */
}

.page-id-227 .slideimagecontainer2 {
background-position: top;	
}
ul ul {
    list-style-type: disc;
}
.page-id-211 .slideimagecontainer2{
	background-position: center;	
}
body.post-type-archive-floorplans .slideimagecontainer2{
	background-position: 0 -120px;	
}