.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: 50%;
}

.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;
}


.marquee_content {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    animation: marquee 80s linear infinite;
    font-size: 13px;
    line-height: 38px;
    border: none;
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -200%;
    }
}

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

.main_banner_content img {
    width: auto;
    height: 100%;
}

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

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

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

.superscript {
    font-size: 10px;
    line-height: 10px;
}

.search_tabs>.tab {
    font-size: 15px;
}

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

.footer span {
    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;
}


.title {
    font-size: 18px;
    line-height: 18px;
}

.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: 10px;
}

.carousel_control_prev {
    left: 10px;
}

.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: 33.33%;
    height: 25px;
    border: 3px solid transparent;
    padding: 0;
    position: relative;
    cursor: pointer;
    background: #FFF;
    text-align: left;
    font-size: 15px;
    line-height: 26px;
}

.location_group_label {
    height: 25px;
    line-height: 26px;
}

.mobile_menu svg {
    margin-right: 8px;
}

ul.recent_search .table_cell {
    display: table-cell;
    width: calc(100% - 100px);
}

ul.recent_search .table_cell.narrow {
    width: 100px !important;
}

.search_tab_contents {
    min-height: 160px;
}

.recommend_carousel_wrapper {
    padding: 0 5px;
}

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

ul.menu li {
    padding: 10px;
}

.content {
    padding: 10px;
}

.recommend_carousel_wrapper .owl-item {
    padding: 5px !important;
}

#hotel_recommend {
    height: 280px;
}

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

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

.breadcrumb_wrapper {
    height: 60px;
}

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

ul.breadcrumb li span {
    display: none;
}

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

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

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

ul.list .table,
.breadcrumb_summary .table {
    width: 100%;
    display: block;
}

ul.list .table_cell,
.breadcrumb_summary .table_cell {
    display: block;
    width: 100%;
}

ul.list .table_cell_narrow {
    width: 100%;
}

ul.list .table_cell.photo {
    width: 170px !important;
}


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 #DDD;
}


ul.list li .table_cell_narrow {
    border: none;
    display: block !important;
    width: 100%;
    min-width: 100%;
    text-align: left !important;
}

ul.list li .table_cell_narrow>div {
    text-align: left !important;
    display: table-cell !important;
    vertical-align: middle;
}

ul.list li .table_cell_narrow>div .price {
    text-align: left !important;
}

ul.list li .table_cell_narrow>div .price {
    text-align: left !important;
}

ul.list li .table_cell_narrow>div label {
    margin: 0;
    width: 128px !important;
}

ul.list li .image_box {
    display: block;
    width: 150px;
    height: 150px;
}

ul.list li .image {
    display: block;
    width: 180px;
    height: 150px;
}

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

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

ul.room_list>li .table_cell {
    display: table-cell !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;
}

.breadcrumb_summary {
    width: 33.3%;
}

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

.head3 {
    font-size: 15px;
    font-weight: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
}

.modal {
    height: 100%;
}

.facility_item {
    width: 50%;
}

ul.lightbox_thumbnail {
    padding: 0 20px;
}

ul.lightbox_thumbnail li,
ul.gallery_thumbnail li {
    border: 3px solid transparent;
}

.my_carousel_control_prev,
.my_carousel_control_next {
    width: 12px;
    height: 20px;
}

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

.darken_box b {
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    font-weight: 600;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 8px 0;
}

ul.room_list>li .image_box3 {
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

ul.room_list>li .image_box3 .image {
    display: block;
    width: 150px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

ul.room_list li .table_cell_narrow {
    width: 112px;
    border: none;
}

.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;
}

.gutter {
    margin: 20px 0;
}

.discount_input {
    padding: 10px 0;
    margin-top: 10px;
}

#login {
    padding: 15px !important;
    margin: 10px 0 0 0;
}

.payment_method_wrapper {
    padding: 10px;
}

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

.v_calendar_wrapper {
    width: 100%;
    max-width: 500px !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;
}

.flex_cell {
    width: 100%;
    border: 20px solid transparent;
    height: 360px;
}

#inspiration {
    padding: 0 5px;
}

.inspiration {
    height: 224px;
}

#inspiration .carousel_control_next {
    display: none;
}

.bottom-right {
    font-size: 17px;
    line-height: 17px;
    bottom: 38px;
    left: 10px;
}

.small-text {
    font-size: 13px;
    line-height: 13px;
    left: 10px;
}

.recommend_carousel_img .rectangle {
    width: 100%;
    height: 118px;
    overflow: hidden;
}

.hotel_recommend {
    height: 270px !important;
}

.flex_box2 {
    width: 100%;
    margin-bottom: 20px;
}

.flex_cell2 {
    width: 100%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    padding: 0;
    position: relative;
    cursor: pointer;
    background: #FFF;
    position: relative;
}

.flex_cell2::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #F5F6F7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .03);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px rgba(0, 0, 0, .03);
}

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

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

ul.breadcrumb2 {
    padding: 10px 0 0 0;
}

.flex_box3 {
    padding: 0 30px;
}

.flex_cell3 {
    width: 100%;
}

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

.my_half_column.left {
    padding: 0;
}

.my_half_column.right {
    padding: 0;
}

@media screen and (min-width: 1px) and (max-width: 499px) {

    #hotel_recommend {
        height: 268px;
    }
}