/*********************************************************** iPhone 6 - 6S ***********************************************************/
@media only screen and (max-device-width: 690px){

    body {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    .side-panel {
        right: -1px;
    }

    /*.search-results-panel ul li {
        padding: 42px 45px 48px 126px;
    }

    .search-results-panel {
        margin-top: 126px;
        width: 100%;
    }

    .side-panel.active {
        margin-right: 0px;
        overflow-y: scroll;
    }

    .search-results-panel ul:nth-child(odd) li {
        padding-top: 90px;
        padding-bottom: 48px;
    }

    .count-result {
        padding: 90px 45px 48px 126px;
    }

    .room-number-selected {
       width: 90px;
       height: 90px;
       font-size: 43px;
       line-height: 100px;
       margin-left: 20px;
    }

    .gallery-name-selected {
        padding-left: 20px;
    }

    .floor-selected {
        padding-left: 25px;
    }

    .li-result {
        padding: 42px 45px 48px 0px;
    }*/
}

/*********************************************************** iPhone 5 - 5S ***********************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {

    /*body {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }*/

    .side-panel {
        right: -1px;
        width: 228px;
    }
}