.sort-results-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.sort-results-right > span {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: inline-block;
}
.sort-results-right span:nth-child(2){
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
.sort-results-right span:nth-child(3){
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}
.sort-results-right label {
    font-weight: normal;
    margin-right: 10px;
    line-height: 34px;
    margin-bottom: 0;
}
.show-nbr-results {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    height: 34px;
    border-radius: 0px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    padding: 0 5px;
    line-height: 34px;
}
.change-sort-order {
    min-width: 180px;
}
.show-results-options {
    position: relative;
    /*margin-right: 10px;*/
    display: inline-block;
}
.show-results-options:before,
.btn-filter:before,
.show-results-dropdown:before,
.order-dropdown:before {
    content: "\f181";
    font-family: 'Flaticon';
    position: absolute;
    pointer-events: none;
    color: #aaa;
    right: 0;
    line-height: 36px;
    width: 30px;
    text-align: center;
    top: 0;
}
.list-grid-map {
    height: 34px;
    min-width: 150px;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #dbdbdb;
}
.map-option {
    display: inline-block;
}
.sort-results-right .change-sort-order {
    width: 100%;
}
.go-on-top-btn {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 91;
    opacity: 0.9;
    font-size: 26px;
    background-color: #106FA9;
    padding: 2px 8px;
    border-radius: 5px;
    color: #fff;
}
.go-on-top-btn:hover {
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .sort-results-right {
        display: block;
    }
    .sort-results-right > span {
        position: relative;
    }
/*    .sort-results-right > span:nth-child(2) {
        margin-right: 10px;
    }*/
    .sort-results-left > span {
        float: left;
        line-height: 34px;
        vertical-align: middle;
        margin-right: 30px;
        font-size: 14px;
    }
    .instant-booking-checkbox {
        margin-top: 0;
        margin-bottom: 0;
    }
    .sort-results-left .instant-booking-checkbox label:before {
        top: 9px;
    }
    .show-results-dropdown {
        position: relative;
        display: inline-block;
    }
    .change-nbr-results {
        width: 60px;
        padding-right: 30px;
    }
}

@media screen and (min-width: 992px) {
    .sort-results-left {
        position: absolute;
        left: 0;
        z-index: 1;
    }
    .sort-results-right {
        padding-left: 320px;
        text-align: right;
    }
    .booking-type-checkbox-single {
        cursor: pointer;
    }
    .results-info {
        line-height: 34px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .sort-results-left {
        position: absolute;
        float: left;
    }
    .sort-results-right > .map-tab {
        padding-left: 0;
        float: right;
    }
    .sort-results-right {
        padding-left: 110px;
        float: left;
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .sort-results-right > span:nth-child(2)
    .sort-results-right > span:nth-child(1) {
        margin-bottom: 0px;
        padding-left: 80px;
    }
    .sort-results-right > span:nth-child(2) label,
    .sort-results-right > span:nth-child(1) label {
        position: absolute;
        left: 0;
    }
    .sort-results-right .show-results-options,
    .show-results-dropdown {
        width: 100%;
        padding-left: 80px;
        float: left;
    }
}