/*-- Theme Wide CSS  -  Please talk to a theme developer before editing this file! --*/

/* begin CSS for X icon font */
@font-face {
    font-family: 'Glyphter';
    src: url('/gridmedia/__fonts/__Glyphter.eot');
    src: url('/gridmedia/__fonts/__Glyphter.eot?#iefix') format('embedded-opentype'),
         url('/gridmedia/__fonts/__Glyphter.woff') format('woff'),
         url('/gridmedia/__fonts/__Glyphter.ttf') format('truetype'),
         url('/gridmedia/__fonts/__Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='fa-x']:before{
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.fa-x:before{
    content:'\0041'!important;
}
/* end CSS for X icon font */

#emergency-services {
    position: relative;
    z-index: 100;
}
#specials_overlay_backdrop {
    z-index: 5000 !important;
}
.corp-logo img {
    max-width: 250px;
}

#body_floorplans > .container {
    z-index: 10;
}

#div_appointment_form, #div_comment_form {
    width: 100%;
}

.availtext a {
    text-align: center;
}

.availability p {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 600px;
}

#sister_community_rents {
    margin: 5px auto !important;
}

#animated-headline {
    z-index: 10000 !important;
}

.ui-slider-horizontal {
    width: 80%;
}

.ui-widget {
    font-size: .9em;
}

#ui-datepicker-div {
    z-index: 5000 !important;
}

#amenity_section .api-pet_policy {
    text-align:center;
}

.amenities-section ul li {
    vertical-align: top;
}

.api-pet_policy {
    white-space: pre-wrap;
}

// marquee

#marquee_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#marquee_yesreally {
    display: none;
}

.thanks-container.col-md-8 {
    display: inline-block;
    float: none;
}

.thanks-container h4 {
    margin: 20px auto 50px;
    text-align: center;
    text-transform: none;
}

.api-pet_policy {
    white-space: pre-wrap;
}

/*-- fp amenity list update --*/

#floorplan_details .inselect {
    display: block;
    text-align: center;
}

@media only screen and (min-width: 769px){
    .fptab .a-list.bulletlist li {
        display: inline-block;
        width: 40%;
    }
}

/* FP Images */
#body_floorplans #blueimp-gallery {
    overflow: scroll !important;
}
#body_floorplans #blueimp-gallery .slides {
    overflow: visible !important;
}
/*Click here btn fix*/
.apply_button p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 100px;
    padding: 0px;
}

/*apply btn in mobile*/
.list-unstyled.top-nav .apply_ni a {
    display: none;
}

/*floorplans fixes*/
#floorplans_main .floorplan .floorplan-details {
    width: 80%;
    font-size: 12px;
}

/*contact form social icon resize*/
.contact_form_info .social-links .fa {
    font-size: 24px;
    padding: 10px;
}

.availtext {
    padding: 0 20px;
}

/*apply now header button*/
.header-phone .social-cta-container {
    vertical-align: middle;
}

@media only screen and (max-width: 1043px){
    .header-phone {
        font-size: 20px;
        text-align: center;
    }

    .apply-now-btn {
        display: none;
    }
}

@media only screen and (max-width: 1043px) and (min-width: 768px) {
    .header-phone .api-phone {
        display: block;
    }

    #main_nav .slicknav_nav {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 349px){
    #main_nav .slicknav_nav {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 320px){
    .header-container {
        height: auto;
    }
}
/*end:apply now header button*/


/* #Media Queries */       
@media only screen and (min-width: 1680px) and (max-width: 1900px){

}
@media only screen and (min-width: 1440px) and (max-width: 1679px){

}
@media only screen and (min-width: 1280px) and (max-width: 1439px){

}
@media only screen and (min-width: 1044px) and (max-width: 1279px){

}
@media only screen and (min-width: 768px) and (max-width: 1043px){

}
@media only screen and (min-width: 480px) and (max-width: 767px){
    .apply_ni {
        display:block !important;
    }
}
@media only screen and (max-width: 479px){
    .apply_ni {
        display:block !important;
    }
    #marquee_container {
        position: relative;
    }
    .main_posts > img {
        max-width: 98%
    }
}

/* adjustment for retina displays */
@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) { 

}     
@media only screen and (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
}

.floorplan_description,
.unit_description {
    padding: 10px;
    white-space: pre-wrap;
}