/* begin CSS for X icon font */
@font-face {
    font-family: 'Glyphter';
    src: url('__fonts/__Glyphter.eot');
    src: url('__fonts/__Glyphter.eot%3F') format('embedded-opentype'),
         url('__fonts/__Glyphter.woff') format('woff'),
         url('__fonts/__Glyphter.ttf') format('truetype'),
         url('__fonts/__Glyphter.svg') 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;
    font-size: 20px;
}
/* end CSS for X icon font */

#bottom .container {
    width: 100%;
    text-align: center;
}
.main_posts > img {
    max-width: 500px;
    width: 100%;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none;
}

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

#photo-thumbs .carousel-indicators li img {
    max-width: 100px;
}

#div_community_map_wrapper {
    background-size: contain !important;
}

#review-display-region {
    width: 100%;
}

@media only screen and (min-width: 1440px) {
    #review-display-container {
        display: inline-block;
        vertical-align: top;
        background: #f5f5f5;
        border-radius: 4px;
        border: 1px solid #e3e3e3;
        margin: 0 5% 5%;
        padding: 10px;
        max-width: 450px;
    }
    #review-display-region {
        border:none;    
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    body#body_residents .restools .tooldesc {
        display:block;
    }
    #map_canvas {
        height: 420px;
        width: 420px;
    }
    #body_calendar .container.container-content {
        padding:0;    
    }
}
@media only screen and (max-width: 480px) {
    #body_calendar .container.container-content {
        padding:0;    
    }
    #cta p{
        margin-right: 0;
    }
    body #floorplan_details .a-list.bulletlist li {
        width: 100%;
    }
    .dots {
        position: relative;
        height: 500px;
    }
    #map_canvas {
        height: 240px;
        width: 240px;
    }
}

/*add spacing to floorplan page infocenter*/
.infocenter.floorplan-infocenter i {
  margin: 0 4px;
}

/* HP Slider */
.carousel img {
  width: 650px;
  max-width: unset;
}
@media only screen and (max-width: 1200px) and (min-width: 990px) {
  .carousel img {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .carousel img {
    width: 350px;
  }
}
@media only screen and (max-width: 320px) {
  .carousel img {
    width: 250px;
  }
}
.slider {
  margin: 10px 0;
  width: 650px;
  /* Update to your slider width */
  height: 650px;
  /* Update to your slider height */
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.slider li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.panes {
    animation: none !important;
}

/* Contact */
#div_id_preferred_method_of_contact.form-group .controls,
#div_id_form_appointment_preferred_method_of_contact.form-group .controls {
    margin: 0 0 0 30px;
}

#body_home .contact_form  *:before, {
#body_home .contact_form  *:after {
    display: unset;
}
