@media (max-width: 768px){
    .price {
        display: block;
        float: none !important;
        text-align: center !important;
        border-top: 1px solid #e4e4e4;
        padding-top: 8px;
        margin-top: 8px;
    }
    #content-page .hotels .hotel-about .available-services p .fa {
        margin: 0px 4px;
    }
    .one-half-xs,
    .bisect-xs .checkbox label{
        float: right;
        width: 50%;
    }
    .one-half-xs .regular-text{
        display: none;
    }
    .one-half-xs input[type=checkbox],
    .one-half-xs .fa-star{
        margin: 0;
        vertical-align: middle;
    }
    .bisect-xs .checkbox label{
        margin: 5px 0;
        height: 35px;
        overflow: hidden;
    }
    
    #content-page .pags-top{
        padding: 0;
        margin: 0 15px 20px;
        width: auto;
    }
    #content-page .pags-top .pull-left{
        float: none!important;
    }
    #content-page .pags-top .btn-group{
        display: block;
        overflow: hidden;
    }
    #content-page .pags-top a{
        margin: 0;
        display: table-cell;
        width: 1%;
        padding: 12px 3px!important;
        font-size: 15px!important;
        float: none;
        text-align: center;
        border-bottom: none;
        border-radius: 0;
        border-left: 1px solid #004d85;
    }
    #content-page .pags-top a + a{
        border-right: none;
    }
    #content-page .pags-top a:first-child{
        display: none;
    }
    #content-page .pags-top a + a:last-child {
        border-left: none;
    }
    #show_search .btn-primary{
        background: #004d85;
    }
    .gallery-img{
        margin-top: 20px;
    }
    
    #content-page .hotels .hotel-about{
        padding: 0;
    }
    #content-page .hotels .hotel-about h3{
        margin: 10px 0 0;
    }
    #content-page .hotels .hotel-about p{
        margin: 5px 0 0;
    }
    #rooms_refresh{
        border: none;
        margin: 0;
    }
    .available-rooms{
        padding-bottom: 0;
    }
    .app-banner .app-banner-texts p{
        width: auto;
    }
    .app-banner .app-banner-btn{
        width: auto;
        float: right;
        padding: 0 10px;
        line-height: 25px;
    }
}


@media (max-width: 480px){
    .sub-ttl{
        font-size: 13px;
        margin: 0px 0 5px;
    }
}

@media (min-width: 768px){
    .room-xs{
        display: none;
    }
}