/*-- Theme Wide CSS  -  Please talk to a theme specialist before editing this file! --*/
@media only screen and (max-width: 479px) {
    select#id_appointment_time {
        min-width: 100px;
    }
}

/*-- Translator absolute position ADB --*/
#WidgetFloaterPanels {
    left: 20px !important;
    top: 0 !important;
}
/*-- End absolute translator positioning --*/

#refer-modal .modal-backdrop {
    display: none;
}

#div_success_popup {
    background: transparent;
}

/* about us and raf modals were hiding on fps page*/
.modal-dialog {
    z-index: 1100;
}

/* Wrapper styles */
.resident-portal iframe,
.guestcard-portal iframe {
    max-width: 900px;
}

.guestcard-portal iframe {
    min-height: 980px !important;
}
/* end wrapper styles */
.carousel-control {z-index: 1}
/*floorplan mobile icons*/
.icon-list:before {
    content: "\251" !important;
}
/* navigation styling */
.three-dots #main-navigation > ul.nav li:after {
    display: none;
}
.future-fps-container {
    overflow-x: hidden;
}

.socialize_ni .icon-set.icon-youtube {
    font-size: 24px !important;
}

/* specials */
#main_header .navbar-header .navbar-collapse .navbar-nav .specials_ni.show-specials {
    display: inline-block;
}

/* cinemagraphs 1/23/17 */
.iframe-scaler {
  height: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}


.iframe-scaler img {
  width: 100%;
  vertical-align: top;
}
.iframe-scaler iframe {
  vertical-align: top;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.iframe-scaler .mobile-cinemagraph-placeholder {
  display: none;
}

/*-- live chat fix --*/
#chat-form-div.bc-form #live_chat_link {
    width: 39px;
}

@media only screen and (max-width: 479px) {
    .testimonials #review_form_container {
        width: 100%;
    }
}

@media only screen and (min-width: 1044px) {
    .interest-list form .form-group label {
        color: #fff;
    }
}

@media only screen and (min-width: 1800px) {
    #footer .footer-text-contain .address-section .asc-small > span {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1044px) {
    #slideshow_overlay div.iframe-scaler {
        display: none;
    }
    #slideshow_overlay div.iframe-scaler.temp-fix {
        display: block;
    }
}
@media only screen and (max-width: 1044px) {
  .iframe-scaler {
    display: none;
  }
}
.mobile-cinemagraph-placeholder {
  display: none;
}
@media only screen and (max-width: 1044px) {
  .mobile-cinemagraph-placeholder {
    display: inline-block;
  }
}

@media only screen and (min-width: 678px) {
    .floorplans-section .fp-unit {
        width: 29.5%;
    }
}

@media only screen and (min-width: 768px) {
  .homepage-additions .hpt-contain .hpt-initial figure figcaption {
    left: 0px;
  }
}

/*pet policy list fix*/
.pets.image-bg .text-overlay .pet-policy {
    white-space: pre-line;
}

/* breathing room for floor plan text and neighborhood POIs on ipad */
@media only screen and (min-width: 768px) and (max-width: 1043px) {
    .fp-header {
        padding: 42px 15px;
    }
    
    .single-category-styling ul li {
        padding: 10px 10px 15px 10px;
    }
        
    .single-category-styling ul li .marker_info .location {
        width: 95%;
    }
}


x/* #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){
    
}
@media only screen and (max-width: 479px){

}


/* 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) {
}