.mobile {
    display: block;
}

.column {
    float: none;
    width: 100%;
}

.row:after {
    content: "";
    display: block;
    clear: both;
}

.shoulder_column {
    width: 100%;
}

.main_column {
    width: 100%;
}

.width_quarter {
    width: 33.3%;
}

.desktop,
.header .nav_right,
.header .nav_left,
.header .ham_menu_box,
.back_to_top {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.header_wrapper {
    height: 63px;
}

.header {
    display: block;
}

.header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.header .logo img {
    width: 90px;
    height: 42px;
}

.hamburger_box {
    display: block;
}

.main_banner_wrapper:after {
    content: "";
    display: block;
    padding-bottom: 33%;
}

.search_wrapper {
    width: 100%;
    display: block;
    height: auto;
    padding: 0 20px;
}

.search_box {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -20px;
}

.search_tabs>.tab {
    width: 33.3%;
}

.footer {
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    padding: 10px;
    border: none;
    border-top: 1px solid #DDD;
}

.footer span.stock {
    width: 100%;
    padding: 0;
    display: block;
}

.footer span.policy,
.footer span.terms {
    padding: 0 20px;
    border-left: none;
    width: auto;
    display: inline-block;
}

.footer span.terms {
    padding: 0 20px;
    border-left: 1px solid #BBB;
    width: auto;
    display: inline-block;
}

.owl_dots {
    width: 100%;
    position: absolute;
    bottom: 40px;
    height: 10px;
    z-index: 100;
}

ul.owl_dot li {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    text-align: center;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.carousel_control_next {
    right: 20px;
}

.carousel_control_prev {
    left: 20px;
}

.prev_arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 0.2rem solid;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    color: #fff;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.next_arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 0.2rem solid;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.location_label {
    width: 20%;
}

.search_tab_contents {
    min-height: 160px;
}

.recommend_carousel .table_cell {
    display: table-cell !important;
    width: auto;
}

.content {
    padding: 10px;
}

#hotel_recommend {
    height: 320px;
}

.sub_banner_wrapper {
    padding: 0 20px;
}

.breadcrumb_wrapper {
    height: 60px;
}

ul.breadcrumb li {
    line-height: 60px;
}

ul.breadcrumb li span {
    display: none;
}

ul.breadcrumb li span.active {
    display: block;
}

ul.breadcrumb li span.breadcrumb_arrow.active {
    display: none;
}

.pagination li.current {
    display: inline-block !important;
}

ul.list li {
    border: none;
    margin: 20px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
}

ul.list {
    padding: 0 10px;
}

ul.list li .table_cell {
    display: table-cell !important;
}

ul.list li {
    border: none;
    margin: 20px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    border-bottom: 1px dotted #D5D5D5;
}

ul.list li .table_cell_narrow {
    border: none;
    min-width: 160px;
}


ul.room_list>li {
    padding: 10px;
}

ul.room_list>li .table {
   display: table !important;
}

ul.room_list>li .table_cell {
    display: table-cell !important;
 }

 .image_box2 {
    display: block;
    width: 300px;
    height: 200px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.image_box2 .image {
    display: block;
    width: 300px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
}

.image_box3 {
    display: block;
    width: 180px;
    height: 180px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.image_box3 .image {
    display: block;
    width: 240px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
}

ul.room_list li .table_cell_narrow {
    border: none;
    width: 200px !important;
}

.shoulder_column3 {
    display: table;
    table-layout: fixed;
}

.shoulder_column3>.content {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

.feature {
    margin: 15px 0;
}

.feature span {
    padding: 5px 0;
    display: block;
    width: 100%;
}

.extra_margin_small {
    margin: 10px 0;
}

.v_calendar_wrapper {
    width: 100%;
    max-width: 800px;
}

.search_tab_content .table, .top_overlay .table, .table.block_table {
    display: block !important;
}

.search_tab_content .table_cell, .top_overlay .table_cell, .table.block_table .table_cell {
    display: block !important;
    width: 100% !important;
}


.absolute_right {
    position: absolute;
    right: 0;
    top: 10px;
    text-align: right !important;
}

.absolute_left {
    position: absolute;
    left: 0;
    top: 10px;
    text-align: left !important;
}

#inspiration {
    padding: 0 5px;
}

#inspiration .carousel_control_next {
    display: none;
}

.margin_top_huge {
    margin: 20px auto 0 auto;
}

.article_img {
    border-radius: 5px;
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.caption-text {
    position: absolute;
    bottom: 7px;
    color: rgb(182, 181, 181);
}

.head2 {
    font-size: 16px;
    font-weight: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 2px 0 5px 0;
    display: block;
}

.flex_box3 {
    padding: 0 20px;
}

ul.menu li {
    padding: 10px 20px;
}

@media screen and (min-width: 600px) and (max-width: 769px) {

    .sub_banner_wrapper {
        width: 100%;
        display: block;
        padding: 0 20px;
    }

    .sub_banner_img_long,
    .sub_banner_img_short {
        display: block;
        width: 100%;
        margin: 10px auto;
    }

    .sub_banner_img_short {
        width: 50%;
    }
}