@font-face {
    font-family: "Gotham Book";
    src: url(font/Gotham-Book.otf);
}

body, html {
    color: #04264d;
    background: #fff;
    font-family: 'Gotham Book', sans-serif;
}

#content li {
    list-style-position: inside;
}

/*** Div styles ***/
.gallery-wrapper {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
    margin-bottom: 40px;
}

/** inclusions **/
.inclusions-block {
    display: inline-block;
    width: 26%;
    min-width: 250px;
    text-align: left;
    vertical-align: top;
    padding: 20px;
    padding-top: 10px;
    background: #ececec;
    box-sizing: border-box;
    margin-left: 3%;
    margin-bottom: 20px;
    float: right;
}
.inclusions-block:after {
    content:"";
    display: block;
    width: 100%;
    clear: both;
}
/** Facilities - feature **/
.feature {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 23%;
    padding: 10px;
    min-height: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inclusions-block .feature {
    width: 100%;
    padding: 10px 0;
}
#content .feature a:link,
#content .feature a:visited {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.feature p:nth-of-type(2) {
/* acts as heading */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 0;
}
.feature p {
/*any other paragraphs = small*/
    font-size: 12px;
    margin:0;
}
.feature img {
    width: 100% !important;
    height: auto !important;
}

/** "line break" - clear floats **/
.clear {
    clear: both;
}

/** img padding style when floated **/
.img-left,
.img-right {
    max-width: 50% !important;
    margin: 20px;
}
.img-left {
    margin-left: 0;
    float: left;
}
.img-right {
    margin-right: 0;
    float: right;
}

@media only screen and (max-width: 1000px){
    .img-left { /* make it work with inclusions */
        width: 61%;
        width: calc(100% - calc(270px + 3%));
        float: none;
    }
}
@media only screen and (max-width: 960px){
    .feature {
        width: 48%;
        min-height: 0;
    }
}
@media only screen and (max-width: 750px){
    .gallery-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .inclusions-block,
    .img-right,
    .img-left {
        width: 100%;
        max-width: 100% !important;
        margin: 20px 0 !important;
        float: none;
    }
    .inclusions-block .feature img {
        width: auto !important;
    }

}
@media only screen and (max-width:550px){
    .feature {
        width: 100%;
    }
}
/*** spans styles ***/
.shower-icon,
.laundry-icon,
.bbq-icon,
.kitchen-icon,
.parking-icon,
.pets-icon,
.smoking-icon,
.toilets-icon,
.beds-icon,
.power-icon,
.tv-icon,
.tea-icon,
.aircon-icon {
    position: relative;
    text-align: left;
    padding-left: 50px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 35px;
}

.shower-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 20px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/shower.svg) no-repeat;
    background-size: contain;
}

.laundry-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 16px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/laundry.svg) no-repeat;
   background-size:contain;
}

.bbq-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 16px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/bbq-icon.svg) no-repeat;
   background-size:contain;
}

.kitchen-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 16px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/kitchen.svg) no-repeat;
   background-size:contain;
}

.parking-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 16px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/parking.svg) no-repeat;
   background-size:contain;
}

.pets-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 16px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/pets.svg) no-repeat;
    background-size:contain;
}

.smoking-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 16px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/smoking.svg) no-repeat;
    background-size:contain;
}

.aircon-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 20px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/air-con.svg) no-repeat;
    background-size:contain;
}

.toilets-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 16px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/toilets.svg) no-repeat;
   background-size:contain;
}

.beds-icon:before {
    content:"";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 16px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/bed.svg) no-repeat;
   background-size:contain;
}

.power-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 16px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/power.svg) no-repeat;
   background-size:contain;
}

.tv-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 16px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/tv.svg) no-repeat;
    background-size:contain;
}

.tea-icon:before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 16px;
    height: 20px;
    background: url(https://keo-cms.appspot.com.storage.googleapis.com/sites/austin/app_files/img/tea.svg) no-repeat;
    background-size:contain;
}