#masterContainer{
    background-color:#1B1B25;
    padding:25px;
}



#forRentLink{
    background-color: #820000;
    width:400px;
    height:50px;
    padding-top:10px;
    color:#ffffff;
    font-size: 22px;
    text-align: center;
    position:absolute; 
    top:60px;
    left:-80px;
    -ms-transform: rotate(-40deg); /* IE 9 */
    -webkit-transform: rotate(-40deg); /* Safari */
    transform: rotate(-40deg);
}

#forSaleLink{
    background-color: #000082;
    width:400px;
    height:50px;
    padding-top:10px;
    color:#ffffff;
    font-size: 22px;
    text-align: center;
    position:absolute; 
    top:60px;
    right:-80px;
    -ms-transform: rotate(40deg); /* IE 9 */
    -webkit-transform: rotate(40deg); /* Safari */
    transform: rotate(40deg);
}

#innerContainer{
    background-color: #FFF;
    max-width: 1050px;
    padding:25px;
}

ul{
    padding-left:15px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}


#bannerContainer{
    border-bottom: thin solid #CECECE;
    padding-bottom: 10px;
    margin-bottom: 15px;

}

#heroCarousel .carousel-inner .item{
    padding:15px 0 10px 0;
    height:300px;
    max-height:300px;
    overflow: hidden;
}

#heroCarousel .carousel-inner .item img {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
      
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
      
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
  }
  
@media screen and (max-width: 1024px) { /* Specific to this particular image */
    #heroCarousel .carousel-inner .item img {
        left: 50%;
        margin-left: -512px;   /* 50% */
    }
}

#titleContainer {
    width: 50%;
    height: 130px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.70);
    float: left;
    line-height:1.2;
    position: absolute;
    text-align: center;
    top: 85px;
    left: 25%;
    font-weight:300;
    font-family: 'open sans',arial,sans-serif;    
    color:#414141;
}

#contentContainer{
    padding:15px 0 15px 0;
}

.tab-pane{
    padding:15px 0 15px 0;
    min-height:400px;   
}

.tab-content{
    padding:0;
}

#footerContainer{
    border-top: thin solid #CECECE;
    padding:10px 25px 25px 25px;
    min-height: 150px;
}


.roomCarouselContainer{
    padding-right: 0;
}

.roomCarousel{
    padding:0;
    width: 970px;
}


* {padding:0;margin:0;box-sizing:border-box;}

iframe {
    width: 100%;
  }
  
  .aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  
  .aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
  }

  .aspect-ratio, .aspect-ratio iframe {
    max-width: 1280px;
	max-height: 720px;
}