/*** uncss> filename: test.css ***/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext");

@-ms-viewport {
    width: device-width
}


#detailSliderGallery * {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box
}


.carousel-sidebar {
    width: 100%
}

.carousel-sidebar .container {
    position: relative
}


.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hotel-gallery-slider {
    width: 100vw;
    margin-left: calc(49% - 50vw);
    margin-top: 10px;
    height: 310px
}

.hotel-gallery-slider .owl-carousel {
    font-size: 0;
    text-align: left;
    height: 338px;
    overflow: hidden;
    display: block;
    z-index: auto
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item {
    display: inline-block;
    width: auto;
    text-align: left;
    position: relative;
    overflow: hidden;
    text-align: left
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item:nth-child(odd) {
    width: 470px !important;
    height: 338px;
    overflow: hidden;
    text-align: center
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item:nth-child(odd) a {
    height: 338px
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item:nth-child(odd) img {
    width: 100%;
    min-height: 338px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item:nth-child(even) {
    width: 230px !important
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item:nth-child(even) img {
    width: 100%;
    height: 168px
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item:first-child div.item a {
    border-left: 0
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item div.item {
    width: 100%
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item div.item a {
    width: 100%;
    display: inline-block;
    text-align: left;
    position: relative;
    border: 1px solid #F8FAFC;
    border-right: 0;
    border-bottom: 0;
    cursor: default
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item div.item a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.05);
    transition: all 250ms ease-in-out;
    z-index: 1
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item div.item a.item {
    cursor: pointer;
    vertical-align: middle
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item div.item a.item:hover:before {
    background: transparent
}

.hotel-gallery-slider .owl-carousel .owl-stage .owl-item div.item a img {
    display: inline-block;
    vertical-align: top;
    transition: all 250ms ease-in-out
}

.hotel-gallery-slider .owl-carousel .owl-nav {
    opacity: 1
}

.hotel-gallery-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 10px;
    color: white;
    z-index: 20;
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    margin-top: -35px;
    background: rgba(0, 101, 184, 0.9);
    border-radius: 100%;
    transition: all 150ms ease-in-out;
    opacity: 1;
    font-size: 0
}

.hotel-gallery-slider .owl-carousel .owl-nav .owl-prev:before {
    line-height: 70px;
    content: '\e914';
    font-family: 'icomoon' !important;
    font-size: 25px;
    font-size: 1.5625rem;
    vertical-align: middle;
    display: inherit
}

.hotel-gallery-slider .owl-carousel .owl-nav .owl-prev.disabled {
    opacity: 0.2
}

.hotel-gallery-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 10px;
    color: white;
    z-index: 20;
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    margin-top: -35px;
    background: rgba(0, 101, 184, 0.9);
    border-radius: 100%;
    transition: all 150ms ease-in-out;
    opacity: 1;
    font-size: 0
}

.hotel-gallery-slider .owl-carousel .owl-nav .owl-next:before {
    line-height: 70px;
    content: '\e924';
    font-family: 'icomoon' !important;
    font-size: 25px;
    font-size: 1.5625rem;
    vertical-align: middle;
    display: inherit
}

.hotel-gallery-slider .owl-carousel:hover .owl-nav {
    opacity: 1
}

.owl-carousel {
    overflow: hidden !important
}

.owl-carousel.owl-loaded {
    /*overflow: visible !important*/
}

.general-travel-planner .travel-planner-in .planner-elements .tab-container .tab-area .travel-planner-inner .selected-direction [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.checkout-container .under-page-checkout .hotel-deatil-box .content article .installment-options-content .installment-options-list-content .installment-options .getMasterpassInstallmentTable .1 span,
.checkout-container .under-page-checkout .hotel-deatil-box .content article .masterpassListTable .installment-options-list-content .installment-options .getMasterpassInstallmentTable .1 span {
    display: none
}
