@charset "utf-8";

.sidebar-brand-logo {
    background: #f0f9ff;
    background: -moz-linear-gradient(45deg, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
    background: -webkit-linear-gradient(45deg, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
    background: linear-gradient(45deg, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#a1dbff', GradientType=1);
    border-bottom: solid 3px #333;
    text-align: center;
    padding: 20px 15px;
}

.sidebar-brand-logo img {
    margin: auto;
}

.main-left-nav .item-media {
    width: 15px;
}

.swiper-custom {
    position: relative;
}

.swiper-container {
}

.swiper-slide {
    background: #fff;
    box-sizing: border-box;
}

.swiper-slide span {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 21px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #fff;
    border-radius: 7px 7px 7px 7px;
    opacity: 1;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #007aff;
    border-color: #000;
}

.card-header-pic .card-header {
    height: 50vw !important;
}

.ab-right {
    position: absolute;
    top: 15px;
    right: 15px;
}

.cek li {
    font-size: 13px;
}

.cek li i {
    color: green;
}

.popover .list-block .item-link.list-button {
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
}

.block-grey {
    background: #f3f3f3;
    border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
}

.block-cyan {
    background: #ecfaff;
    border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
}

.block-blue {
    background: #2ba6cb none repeat scroll 0 0;
}

.bg-cyan-bb {
    border-bottom: solid 2px #007aff;
}

.bg-white {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
}

.bg-grey {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ececec;
}

.searchbar {
    height: 50px;
}

.bg-li-white {
    background-color: #fff !important;
}

.color-black {
    color: #000000;
}

.color-red {
    color: #ff0000 !important;
}

.color-white {
    color: #fff !important;
}

.on-sale {
    background: #c60f13 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.upcoming-sale {
    background: #5da423 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px;
}

[id^="countdown-"] {
    color: #fff;
    text-align: center;
}

[id^="countdown-"] span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.bg-li-white .item-inner {
    padding-left: 10px;
}

.f-grey {
    color: #999;
}

.sticker {
    background: #f9f9f9;
}

.color-white {
    color: #fff;
}

.fill-red {
    background: #ff0000 !important;
}

.no-border {
    border: none !important;
}

.no-back-li .item-content {
    min-height: 30px;
}

.no-back-li .item-inner:after {
    background: none;
}

.no-back-li .item-inner {
    padding-top: 5px;
    padding-bottom: 4px;
    min-height: 30px;
}

.no-back-li .item-after {
    color: #000;
}

.no-height {
    height: auto;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    line-height: 1;
}

.color-gray {
    color: #8e8e93;
}

.tshadow {
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

.hotel-star {
    background: url(../img/ico-stars-s.png) no-repeat 0 0;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-align: left;
    text-indent: -9em;
}

.stars1 {
    width: 10px;
}

.stars2 {
    width: 22px;
}

.stars3 {
    width: 34px;
}

.stars4 {
    width: 46px;
}

.stars5 {
    width: 58px;
}

.search-list-row {
    margin-top: 20px;
    padding-top: 25px;
    position: relative
}

.search-list-row .label {
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1);
    border: 1px solid #50b7dc;
    border-bottom: none;
    display: block;
    color: #666;
    font-size: 90%;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    position: absolute;
    left: 0;
    top: 0px;
}

.search-list-row ul {
    margin: 0 0 5px 0;
    padding: 0;
}

.search-list-row ul li {
    border-top: 1px dotted #50b7dc;
    margin: 0;
    list-style: outside none;
    line-height: normal;
    padding: 3px 0;
    text-decoration: none;
}

.search-list-row ul li:first-child {
    border-top-style: solid;
    padding-top: 8px
}

.search-list-row ul li span {
    display: inline;
    padding: 0;
}

.search-list-row ul li span h1 {
    color: #333;
    font-weight: 600;
}

.search-list-row ul li span small {
    font-size: 70%;
    font-weight: 400;
    color: #888
}

/*! Lity Lightbox - v1.6.6 - 2016-04-22 - http://sorgalla.com/lity/ */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-iframe .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-hide {
    display: none;
}

#map-canvas {
    border-bottom: solid 3px #ccc;
}

#map-canvas img {
    max-width: none;
}

.boxdirection {
    background: #fff;
    border: 1px solid #dddddd;
    color: #333333;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.adp-directions {
    border-collapse: collapse;
    cursor: pointer;
    width: 100%;
    margin: 0px;
}

.adp-placemark {
    background: #fff !important;
    border-color: #3685b0 !important;
}

#directionsPanel {
    margin: 0 0 20px;
    padding: 0 15px;
    max-width: 100%;
}

ul.iconic {
    margin: 0;
    padding: 0;
}

ul.iconic li {
    list-style-type: none;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    line-height: normal;
    color: #000;
    border-bottom: solid 1px #ececec;
    background-image: none;
}

ul.iconic li:hover {
    color: #49afcd;
    background-color: #f9f9f9;
}

ul.iconic li:last-child {
    border-bottom: none
}

ul.iconic li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
}

.ic-clock {
    background-image: url(../img/iconic/ic-clock.png)
}

.ic-bed {
    background-image: url(../img/iconic/ic-bed.png)
}

.ic-bath {
    background-image: url(../img/iconic/ic-bath.png)
}

.ic-bathtub {
    background-image: url(../img/iconic/ic-bathtub.png)
}

.ic-ac {
    background-image: url(../img/iconic/ic-ac.png)
}

.ic-livroom {
    background-image: url(../img/iconic/ic-livroom.png)
}

.ic-sofa {
    background-image: url(../img/iconic/ic-sofa.png)
}

.ic-sofabed {
    background-image: url(../img/iconic/ic-sofa-bed.png)
}

.ic-tv {
    background-image: url(../img/iconic/ic-tv.png)
}

.ic-tvcable {
    background-image: url(../img/iconic/ic-tv-cable.png)
}

.ic-depbox {
    background-image: url(../img/iconic/ic-depbox.png)
}

.ic-wifi {
    background-image: url(../img/iconic/ic-wifi.png)
}

.ic-secure {
    background-image: url(../img/iconic/ic-secure.png)
}

.ic-desk {
    background-image: url(../img/iconic/ic-desk.png)
}

.ic-dine {
    background-image: url(../img/iconic/ic-dine.png)
}

.ic-shower {
    background-image: url(../img/iconic/ic-shower.png)
}

.ic-dryer {
    background-image: url(../img/iconic/ic-dryer.png)
}

.ic-coffee {
    background-image: url(../img/iconic/ic-coffee.png)
}

.ic-bar {
    background-image: url(../img/iconic/ic-bar.png)
}

.ic-shoe {
    background-image: url(../img/iconic/ic-shoe.png)
}

.ic-news {
    background-image: url(../img/iconic/ic-news.png)
}

.ic-smoke {
    background-image: url(../img/iconic/ic-smoke.png)
}

.ic-nosmoke {
    background-image: url(../img/iconic/ic-no-smoke.png)
}

.ic-towel {
    background-image: url(../img/iconic/ic-towel.png)
}

.ic-phone {
    background-image: url(../img/iconic/ic-phone.png)
}

.ic-dock {
    background-image: url(../img/iconic/ic-dock.png)
}

.ic-robe {
    background-image: url(../img/iconic/ic-bathrobe.png)
}

.ic-alarm {
    background-image: url(../img/iconic/ic-alarm-radio.png)
}

.ic-desk-chair {
    background-image: url(../img/iconic/ic-desk-chair.png)
}

.ic-iron {
    background-image: url(../img/iconic/ic-iron.png)
}

.ic-pajamas {
    background-image: url(../img/iconic/ic-pajamas.png)
}

.ic-tooth {
    background-image: url(../img/iconic/ic-tooth-brush.png)
}

.ic-shampoo {
    background-image: url(../img/iconic/ic-shampoo.png)
}

.ic-soap {
    background-image: url(../img/iconic/ic-soap.png)
}

.ic-slippers {
    background-image: url(../img/iconic/ic-slippers.png)
}

.ic-dvd {
    background-image: url(../img/iconic/ic-dvd.png)
}

.ic-refrig {
    background-image: url(../img/iconic/ic-refrigerator.png)
}

.ic-dispenser {
    background-image: url(../img/iconic/ic-dispenser.png)
}

.ic-kitchen {
    background-image: url(../img/iconic/ic-kitchenware.png)
}

.ic-stationary {
    background-image: url(../img/iconic/ic-stationary.png)
}

.ic-desklamp {
    background-image: url(../img/iconic/ic-desklamp.png)
}

.ic-bwater {
    background-image: url(../img/iconic/ic-bowater.png)
}

.ic-24rs {
    background-image: url(../img/iconic/ic-24rs.png)
}

.ic-snack {
    background-image: url(../img/iconic/ic-snack.png)
}

.ic-hcwater {
    background-image: url(../img/iconic/ic-hcwater.png)
}

.ic-pillow {
    background-image: url(../img/iconic/ic-pillow.png)
}

.ic-comb {
    background-image: url(../img/iconic/ic-comb.png)
}

.ic-razor {
    background-image: url(../img/iconic/ic-razor.png)
}

.ic-haircap {
    background-image: url(../img/iconic/ic-hair-cap.png)
}

.ic-ent {
    background-image: url(../img/iconic/ic-karaoke.png)
}

.ic-toilet {
    background-image: url(../img/iconic/ic-wastafel.png)
}

.ic-cctv {
    background-image: url(../img/iconic/ic-cctv.png)
}

.ic-laundry {
    background-image: url(../img/iconic/ic-laundry.png)
}

.ic-fitness {
    background-image: url(../img/iconic/ic-fitness.png)
}

.ic-cupboard {
    background-image: url(../img/iconic/ic-cupboard.png)
}

.ic-theater {
    background-image: url(../img/iconic/ic-home-theater.png)
}

.ic-cake {
    background-image: url(../img/iconic/ic-cake.png)
}

.ic-medic {
    background-image: url(../img/iconic/ic-medic.png)
}

.ic-printer {
    background-image: url(../img/iconic/ic-printer.png)
}

.ic-heater {
    background-image: url(../img/iconic/ic-heater.png)
}

.ic-balcony {
    background-image: url(../img/iconic/ic-balcony.png)
}

.ic-jacuzzi {
    background-image: url(../img/iconic/ic-jacuzzi.png)
}

.ic-swimpool {
    background-image: url(../img/iconic/ic-swim-pool.png)
}

.ic-makeup {
    background-image: url(../img/iconic/ic-makeup.png)
}

.ic-resto {
    background-image: url(../img/iconic/ic-resto.png)
}

.ic-bars {
    background-image: url(../img/iconic/ic-bars.png)
}

.ic-coffee-shop {
    background-image: url(../img/iconic/ic-coffee-shop.png)
}

.ic-airport {
    background-image: url(../img/iconic/ic-airport.png)
}

.ic-elevator {
    background-image: url(../img/iconic/ic-elevator.png)
}

.ic-lift {
    background-image: url(../img/iconic/ic-lift.png)
}

.ic-roomsrv {
    background-image: url(../img/iconic/ic-roomsrv.png)
}

.ic-business {
    background-image: url(../img/iconic/ic-business.png)
}

.ic-concierge {
    background-image: url(../img/iconic/ic-concierge.png)
}

.ic-shuttle {
    background-image: url(../img/iconic/ic-shuttle.png)
}

.ic-spa {
    background-image: url(../img/iconic/ic-spa.png)
}

.ic-kids {
    background-image: url(../img/iconic/ic-ball.png)
}

.ic-carpark {
    background-image: url(../img/iconic/ic-car.png)
}

.ic-valepark {
    background-image: url(../img/iconic/ic-valet-park.png)
}

.ic-garden {
    background-image: url(../img/iconic/ic-garden.png)
}

.ic-salon {
    background-image: url(../img/iconic/ic-salon.png)
}

.ic-niteclub {
    background-image: url(../img/iconic/ic-night-club.png)
}

.ic-doc24 {
    background-image: url(../img/iconic/ic-doctor-24.png)
}

.ic-taxi {
    background-image: url(../img/iconic/ic-taxi.png)
}

.ic-disabled {
    background-image: url(../img/iconic/ic-disabled.png)
}

.ic-lan {
    background-image: url(../img/iconic/ic-lan-net.png)
}

.ic-luggage {
    background-image: url(../img/iconic/ic-luggage.png)
}

.ic-poolbar {
    background-image: url(../img/iconic/ic-pool-bar.png)
}

.ic-meetfac {
    background-image: url(../img/iconic/ic-meeting-facilities.png)
}

.ic-lounge {
    background-image: url(../img/iconic/ic-lounge.png)
}

.ic-babycot {
    background-image: url(../img/iconic/ic-baby-cot.png)
}

.ic-beach {
    background-image: url(../img/iconic/ic-beach.png)
}

.ic-beach1 {
    background-image: url(../img/iconic/ic-beach-1.png)
}

.ic-clinic {
    background-image: url(../img/iconic/ic-clinic.png)
}

.ic-tourinfo {
    background-image: url(../img/iconic/ic-tour-info.png)
}

.ic-gazebo {
    background-image: url(../img/iconic/ic-gazebo.png)
}

.ic-roofbar {
    background-image: url(../img/iconic/ic-rooftop-bar.png)
}

.ic-teniscourt {
    background-image: url(../img/iconic/ic-tenis-court.png)
}

.ic-gift {
    background-image: url(../img/iconic/ic-gift.png)
}

.ic-butler {
    background-image: url(../img/iconic/ic-butler.png)
}

.ic-bicycle {
    background-image: url(../img/iconic/ic-bicycle.png)
}

.ic-babycar {
    background-image: url(../img/iconic/ic-baby-car.png)
}

.ic-wchair {
    background-image: url(../img/iconic/ic-wheel-chair.png)
}

.ic-kidpool {
    background-image: url(../img/iconic/ic-kids-pool.png)
}

.ic-book {
    background-image: url(../img/iconic/ic-book.png)
}

.ic-casino {
    background-image: url(../img/iconic/ic-casino.png)
}

.ic-sauna {
    background-image: url(../img/iconic/ic-sauna.png)
}

.ic-steamroom {
    background-image: url(../img/iconic/ic-steam-room.png)
}

.ic-golf {
    background-image: url(../img/iconic/ic-golf.png)
}

.ic-famroom {
    background-image: url(../img/iconic/ic-family-room.png)
}

.ic-shop {
    background-image: url(../img/iconic/ic-shop.png)
}

.ic-babysit {
    background-image: url(../img/iconic/ic-baby-sitt.png)
}

.ic-exfloor {
    background-image: url(../img/iconic/ic-exe-floor.png)
}

.ic-massage {
    background-image: url(../img/iconic/ic-massage.png)
}

.ic-front24 {
    background-image: url(../img/iconic/ic-front24.png)
}

.ic-faxphoto {
    background-image: url(../img/iconic/ic-fax-photo.png)
}

.ic-atm {
    background-image: url(../img/iconic/ic-atm.png)
}

.ic-mosque {
    background-image: url(../img/iconic/ic-mosque.png)
}

.ic-citytour {
    background-image: url(../img/iconic/ic-city-tour.png)
}

.ic-weldrink {
    background-image: url(../img/iconic/ic-welcome-drink.png)
}

.ic-carent {
    background-image: url(../img/iconic/ic-car-rent.png)
}

.ic-hclinic {
    background-image: url(../img/iconic/ic-house-clinic.png)
}

.ic-ironboard {
    background-image: url(../img/iconic/ic-iron-board.png)
}

.ic-cotton {
    background-image: url(../img/iconic/ic-cotton-swab.png)
}

.ic-lotion {
    background-image: url(../img/iconic/ic-lotion.png)
}

.ic-showroom {
    background-image: url(../img/iconic/ic-shower-room.png)
}

.ic-showhead {
    background-image: url(../img/iconic/ic-shower-head.png)
}

.ic-radio {
    background-image: url(../img/iconic/ic-radio.png)
}

.ic-mosquip {
    background-image: url(../img/iconic/ic-mosquito-equip.png)
}

.ic-roomwear {
    background-image: url(../img/iconic/ic-room-wear.png)
}

.ic-netjack {
    background-image: url(../img/iconic/ic-net-jack.png)
}

.ic-terrace {
    background-image: url(../img/iconic/ic-terrace.png)
}

.ic-sunlounge {
    background-image: url(../img/iconic/ic-sun-lounge.png)
}

.ic-dirserv {
    background-image: url(../img/iconic/ic-dir-serv.png)
}

.ic-wboiler {
    background-image: url(../img/iconic/ic-water-boiler.png)
}

.ic-socket {
    background-image: url(../img/iconic/ic-socket.png)
}

.ic-amenities {
    background-image: url(../img/iconic/ic-guest-amenities.png)
}

.ic-inpool {
    background-image: url(../img/iconic/ic-indoor-pool.png)
}

.ic-dintable {
    background-image: url(../img/iconic/ic-dining-table.png)
}

.ic-ftowel {
    background-image: url(../img/iconic/ic-towel-1.png)
}

.ic-htowel {
    background-image: url(../img/iconic/ic-towel-2.png)
}

.ic-haircond {
    background-image: url(../img/iconic/ic-hair-cond.png)
}

.ic-separate {
    background-image: url(../img/iconic/ic-separate-shower-tub.png)
}

.ic-mequip {
    background-image: url(../img/iconic/ic-music-equip.png)
}

.ic-bodysoap {
    background-image: url(../img/iconic/ic-body-soap.png)
}

.ic-gym {
    background-image: url(../img/iconic/ic-gym.png)
}

.ic-smoke1 {
    background-image: url(../img/iconic/ic-smoke-1.png)
}

.ic-racket {
    background-image: url(../img/iconic/ic-squash.png)
}

input.hspin[type=number] {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    font-weight: 500;
    text-align: center;
    border: 1px #ececec solid;
    background: #fff;
    color: #015e9c;
    box-shadow: none;
    outline: none;
    pointer-events: none;
    -moz-appearance: textfield;
}

input.hspin2[type=number] {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    font-weight: 500;
    text-align: center;
    border: 1px #ececec solid;
    background: #fff;
    color: #015e9c;
    box-shadow: none;
    outline: none;
    pointer-events: none;
    -moz-appearance: textfield;
}

input.hspin3[type=number] {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    font-weight: 500;
    text-align: center;
    border: 1px #ececec solid;
    background: #fff;
    color: #015e9c;
    box-shadow: none;
    outline: none;
    pointer-events: none;
    -moz-appearance: textfield;
}

span.spinner {
    display: block;
    height: 30px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

span.spinner > .sub, span.spinner > .add {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 23px;
    background: #f3f3f3;
    color: #333;
    border: 1px #ccc solid;
    cursor: pointer;
    transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
}

span.spinner > .add {
    border: 1px #ccc solid;
    line-height: 25px;
}

span.spinner > .sub:hover, span.spinner > .add:hover {
    background: #015e9c;
    color: #fff;
}

input.hspin[type=number]::-webkit-inner-spin-button, input.hspin[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

table.responsive {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    border: solid 1px #dadada
}

table.responsive tbody tr:nth-of-type(odd) {
    background: #ececec;
}

table.responsive th {
    background: #fff;
    border-bottom: solid 1px #50B7D7;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: normal !important;
}

table.responsive td, table.responsive th {
    padding: 6px;
    text-align: left;
}

table.responsive tbody tr td {
    padding: 12px 6px;
}

table.responsive tfoot {
    border-top: solid 2px #a8dbeb;
    background: #f9f9f9;
}

table.responsive tfoot tr.grand {
    background: #eef7f8;
    border-top: solid 3px #50B7D7;
}

table.responsive .rt {
    text-align: right;
}

table.responsive img {
    max-width: 100%;
    height: auto;
    display: block;
}

table.responsive h1, table.responsive h2, table.responsive h3, table.responsive h4, table.responsive h5, table.responsive h6 {
    margin: 0;
}

table.respons {
    /*border: 1px #50B7D7 solid;box-shadow: 0 2px 5px rgba(0,0,0,.25);*/
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    margin: 20px 0;
}

table.respons th {
    text-align: left;
    font-weight: 300;
}

table.respons td {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
}

table.respons thead {
    color: #3685b0;
    background: #f9f9f9;
    border-bottom: solid 2px #50B7D7;
}

table.respons tfoot td {
    background: #f3f3f3;
    border-top: solid 2px #ddd;
}

table.respons td, table.respons th {
    padding: .7em .5em;
    vertical-align: middle;
}

@media all and (max-width: 600px) {
    table.respons, table.respons thead, table.respons tbody, table.respons tfoot, table.respons th, table.respons td, table.respons tr {
        display: block;
    }

    table.respons {
        position: relative;
        padding-bottom: 0;
        border: none; /*box-shadow: 0 0 10px rgba(0,0,0,.2);*/
    }

    table.respons th {
        text-align: right;
        border-bottom: 1px solid #fff;
        background: #50B7D7;
        color: #fff;
    }

    table.respons thead {
        float: left;
        white-space: nowrap;
        border: none;
    }

    table.respons tbody {
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        white-space: nowrap;
    }

    table.respons tfoot {
        overflow: hidden;
        background: #f3f3f3;
        border-top: solid 1px #50B7D7;
        border-bottom: solid 1px #50B7D7;
    }

    table.respons tfoot tr {
        display: block;
    }

    table.respons tfoot td {
        border: none;
        background: none;
        display: inline-block;
        float: left;
    }

    table.respons tr {
        display: inline-block;
        vertical-align: top;
    }

    table.respons td {
        border-bottom: 1px solid #e5e5e5;
        text-align: left !important;
    }
}

.show_list {
    overflow: hidden;
}

ul.rowtab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.rowtab li {
    border-bottom: solid 1px #ddd;
    padding: 10px 15px 10px 10px;
    background: #f3f3f3;
}

ul.rowtab li:first-child {
    border-top: solid 1px #ddd;
}

ul.rowtab li.active {
    background: #fff;
    border-top: solid 1px #0078c7;
    border-bottom: solid 1px #0078c7;
    padding-bottom: 15px;
}

ul.rowtab li label {
    font-weight: 500;
    margin: 0;
    color: #0078c7;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}

ul.rowtab li label.inline {
    padding: 0;
    display: inline-block;
}

ul.rowtab li input[type=radio] {
    margin: 0 5px 0 0;
}

ul.rowtab li .radio {
    float: left;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
}

ul.rowtab li .radio input {
    cursor: pointer;
    height: 22px;
    width: 22px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    vertical-align: middle;
    z-index: 1;
}

ul.rowtab li .radio input[type="radio"] + span {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-sizing: border-box;
    height: 22px;
    width: 22px;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
}

ul.rowtab li .radio input[type="radio"]:checked + span {
    border-color: #007aff;
}

ul.rowtab li .radio input[type="radio"]:checked + span::before {
    background: #007aff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    margin: 3px auto 0;
}

ul.rowtab li .ctn {
    margin-left: 32px;
}

.ctn h6 {
    margin: 0;
    font-size: 12px;
    color: #777;
}

ul.rowtab li .ic {
    clear: both;
}

ul.rowtab li .rowtab_content {
}

.sub-nav {
    display: block;
    margin: 0 0 1.125rem;
    overflow: hidden;
    padding-top: 0;
    width: auto;
}

.sub-nav dt {
    text-transform: uppercase;
}

.sub-nav dd:first-child {
    margin-left: 0.5rem;
}

.sub-nav dt, .sub-nav dd, .sub-nav li {
    color: #999999;
    float: left;
    font-size: 0.875rem;
    font-weight: 300;
    margin-left: 1rem;
    margin-bottom: 0;
}

.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
    color: #999999;
    padding: 0.1875rem 1rem;
    text-decoration: none;
}

.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
    color: #737373;
}

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
    border-radius: 3px;
    background: #008CBA;
    color: #FFFFFF;
    cursor: default;
    font-weight: 300;
    padding: 0.1875rem 1rem;
}

.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
    background: #0078a0;
}

p.smaller, ul.smaller, ol.smaller {
    font-size: 12px;
}

ul.smaller, ol.smaller {
    padding: 0;
    margin-left: 15px;
    list-style-position: ouside;
}

ul.smaller li, ol.smaller li {
    border: none !important;
    background: none;
    padding: 3px 0;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 1rem;
    vertical-align: middle;
}

.sradio {
    position: relative;
}

.sradio [type="radio"]:not(:checked), .sradio [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.sradio [type="radio"]:not(:checked) + label, .sradio [type="radio"]:checked + label {
    position: relative;
    padding-left: 30px;
    padding-top: 3px;
    margin: 0;
    cursor: pointer;
}

.sradio [type="radio"]:checked + label {
    color: #007aff;
}

.sradio [type="radio"]:not(:checked) + label:before, .sradio [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #007aff;
    background: #fff;
    border-radius: 50%;
}

.sradio [type="radio"]:not(:checked) + label:after, .sradio [type="radio"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background: #007aff;
    color: #fff;
    transition: all .2s;
}

.sradio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.sradio [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.sradio [type="radio"]:disabled:not(:checked) + label:before, .sradio [type="radio"]:disabled:checked + label:before {
    border-color: #bbb;
    background-color: #ddd;
}

.sradio [type="radio"]:disabled:checked + label:after {
    color: #999;
}

.sradio [type="radio"]:disabled + label {
    color: #aaa;
}

.bx {
    margin: 10px 0 0 0;
    padding: 10px;
    background: #f3f3f3;
    border: solid 1px #ececec;
}

.cst {
    min-width: 80px;
    line-height: normal;
    padding: 3px;
    margin-left: -7px;
    background: #fff;
    border: solid 1px #ddd;
    text-align: center;
    display: block;
}

.csin {
    min-width: 80px;
    line-height: normal;
    padding: 3px;
    margin: 0 0 5px 0;
    background: #fff;
    border: solid 1px #ddd;
    text-align: center;
    display: inline-block;
}

.cst.active, .csin.active {
    border-color: #0078c7;
}

.cst img, .csin img {
    vertical-align: middle;
    margin: auto;
}

@media all and (max-width: 768px) {

    .mt-30-fixed {
        margin-top: 30px;
    }

    table.responsive, table.responsive thead, table.responsive tbody, table.responsive tfoot, table.responsive th, table.responsive td, table.responsive tr {
        display: block !important;
    }

    table.responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.responsive tfoot tr {
        background: #ecfaff !important;
    }

    table.responsive tr {
        border: none;
    }

    table.responsive td {
        border: none;
        border-bottom: 1px solid #dadada;
        position: relative;
    }

    table.responsive td:before {
        display: block;
        white-space: nowrap;
        font-weight: 500;
        color: #3685b0;
        content: attr(data-label) "";
        margin-bottom: 5px;
    }

    table.responsive .rt {
        text-align: left;
    }

    ul.rowtab li {
        padding: 10px
    }

    ul.rowtab li label.inline {
        display: inline;
    }

}

.tb-rate-details hr:last-child {
    display: none;
}

.toolbar::before {
    background-color: transparent;
}

.indie li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-bottom: medium none !important;
    border-top: medium none !important;
    padding: 0 !important;
}

.noh {
    height: auto;
    line-height: normal;
    padding-top: 3px;
}

.mh-120 {
    line-height: 120px;
    min-height: 120px;
}

.list-block .item-title.label {
    color: #000 !important;
}

.small-form {
    font-size: 14px;
}

.small-form .item-title.label {
    color: #000000 !important;
}

.small-form i.icon {
    height: 18px;
    width: 18px;
}

.small-form input[type="time"], .small-form input[type="number"], .small-form input[type="search"], .small-form input[type="text"], .small-form input[type="password"], .small-form input[type="email"], .small-form input[type="tel"], .small-form input[type="url"], .small-form input[type="date"], .small-form input[type="datetime-local"], .small-form select, .small-form textarea {
    font-size: 14px;
}

.button-inline {
    background: #007aff;
    color: #fff;
    padding: 0 5px;
}

dl.desinfo {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.desinfo dt {
    float: left;
    clear: left;
    width: 290px;
    text-align: left;
    font-size: inherit;
    font-weight: 600;
}

.desinfo dt:after {
    content: ":";
    float: right;
}

.desinfo dd {
    margin: 0 0 0 300px;
    padding: 0;
    font-weight: 500;
}

.tabs-all-container section {
    display: none;
    padding: 10px 15px;
    background: #fff;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
}

.tabs-all-container input[type=radio] {
    display: none;
}

.tabs-all-container label {
    display: block;
    float: left;
    /* width: 33.5%; */
    /* width: 25%; */
    width: 25.2%;
    box-sizing: border-box;
    margin: 0 -1px 0 0 !important;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #666;
    border: solid 1px #ccc;
    text-transform: uppercase;
}

/*.tabs-all-container label:before {font-family: fontawesome;font-weight: normal;margin-right: 10px;}
.tabs-all-container label[for*='all']:before { content: '\f0f7'; }
.tabs-all-container label[for*='one']:before { content: '\f236'; }
.tabs-all-container label[for*='two']:before { content: '\f18c'; }
.tabs-all-container label[for*='three']:before { content: '\f1a9'; }*/
.tabs-all-container label:hover {
    color: #000;
    cursor: pointer;
}

.tabs-all-container input:checked + label {
    color: #3685B0;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

#tab-def:checked ~ #content-def,
#tab-one:checked ~ #content-one,
#tab-two:checked ~ #content-two,
#tab-three:checked ~ #content-three,
#tab-four:checked ~ #content-four,
#tab-five:checked ~ #content-five, 
#tab-six:checked ~ #content-six {
    display: block;
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1.5em;
    margin-top: -1.5em;
    height: 3em;
    line-height: 3em;
    border-radius: 50%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
    font-size: 2em;
}

.video-js.vjs-default-skin.vjs-ended .vjs-big-play-button {
    display: block !important;
}

.pill-wrapper {
    text-align: center;
    margin: 35px 0;
}

.pill {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    background: rgba(0, 0, 0, 0.12);
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 12px;
    box-sizing: border-box;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 2px 0;
}

.pill .pill-media {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: -12px;
    vertical-align: top;
    border-radius: 50%;
    border: solid 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #000;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pill .pill-media + .pill-label {
    margin-left: 8px;
}

.pill .pill-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    min-width: 0;
}

@media all and (max-width: 768px) {
    /*.sticker {height:auto!important;}*/
    .mt-30-fixed {
        margin-top: 30px;
    }

    table.responsive, table.responsive thead, table.responsive tbody, table.responsive tfoot, table.responsive th, table.responsive td, table.responsive tr {
        display: block !important;
    }

    table.responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.responsive tfoot tr {
        background: #ecfaff !important;
    }

    table.responsive tr {
        border: none;
    }

    table.responsive td {
        border: none;
        border-bottom: 1px solid #dadada;
        position: relative;
    }

    table.responsive td:before {
        display: block;
        white-space: nowrap;
        font-weight: 500;
        color: #3685b0;
        content: attr(data-label) "";
        margin-bottom: 5px;
    }

    table.responsive .rt {
        text-align: left;
    }

    ul.rowtab li {
        padding: 10px
    }

    ul.rowtab li label.inline {
        display: inline;
    }

    .desinfo dt {
        width: 155px;
    }

    .desinfo dd {
        margin-left: 165px;
    }

    .text-left {
        text-align: left !important;
    }

    .plr-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.bottom-fix-abs {
    /* background: rgba(0, 0, 0, 1); */
    background: #f7f7f8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 15px;
    color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.color-dark{
    color: #444;
}

.bottom-fix-abs .button.button-fill {
    border: none;
    padding: 15px;
    font-size: 16px;
}

.img-fill-width {
    width: 100% !important;
}

.top-bg {
    margin-top: -71px;
    background: rgba(0, 0, 0, 0.5);
}

.top-bg h3 {
    color: white !important;
}

.small-txt {
    margin: 0px;
    font-size: 12px;
}

.txt-elipsis {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.blk100 {
    display: block;
    width: 100%;
}

.fnt-12 {
    font-size: 12px !important;
}

.h-title-hotel {
    padding: 2px 0 !important;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.h-img-hotel img {
    padding-top: 5px;
}

.text-bold-caption {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.h-btn {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.buttons-row.bg-row {
    background: #3685B0;
}

.tab-link.button.button-flat {
    color: #fff!important;
    box-shadow: 0 3px 0 #3685B0;
}

.tab-link.button.button-flat.active {
    /* box-shadow: 0 3px 0 #fff; */
    box-shadow: 0 3px 0 #444;
}

.tab-link.button {
    height: 44px;
    line-height: 42px;
    font-weight: 500;
}


.txt-right{
    float: right;
}

.text-title{
    font-size: 20px;
    padding-bottom: 10px;
}

.search-bar-home .item-content{
    padding-right: 15px !important;
}

.search-bar-home .item-content a{
    width:100% !important;
}

.footer{
    font-size: 12px;
    text-align: center;
}

.alert-box{
    background: red;
    color: white;
    padding: 10px;
}

.text-bold {
    font-weight: bold;
}

#content-five iframe{
    height: 300px !important;
}

.panel-info-user{
    margin-top:6px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.panel-info-user .info-user{
    padding: 5px 10px;
}

.panel-info-user .info-point{
    padding: 5px 10px;
    font-size: 12px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.separated-point{
    height: 32px;
    border-right: 1px solid #ddd;
    position: absolute;
    left: 50%;
}

.info-point-m{
    font-size: 18px;
    padding: 10px;
    display: inline-block;

}


.panel-info-user .info-point span.info-point-top{
    display: block;
    padding-left: 30px;
}

.panel-info-user .info-point span.info-point-down{
    display: block;
    padding-left: 30px;
}

.panel-info-user .info-point-r, .panel-info-user .info-point-l{
    position: relative;
}

.panel-info-user .info-point-r i, .panel-info-user .info-point-l i{
    position: absolute;
    left: 0;
    margin-top:10px;
}

.tab-standar{
    background: none !important;
}

.tab-standar .tab-link{
}

.tab-standar .tab-link.active{
    border-bottom: 3px solid #a7883c;
}

.history-cashback{
    padding: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}

.history-cashback .txt-info p{
    margin: 0px;
    margin-left: 40px;
}

.clr-orange{
    color: #f96d01 !important;
}

.clr-black{
    color :#444 !important;
}

.clr-red{
    color :rgb(231, 15, 15) !important;
}

.clr-green{
    color :#42b549 !important;
}


.txt-right-money{
    text-align: right;
    color: #f96d01;
    font-size: 14px;
}


.history-cashback i{
    display: inline-block;
    border-radius: 60px;
    /* box-shadow: 0px 0px 2px #888; */
    padding: 0.5em 0.6em;
    position: absolute;
    margin-top: 13px;
}

.history-cashback i.rot{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.col-30s{
    width: 30%
}

.col-70s{
    width: 70%
}


.list-step-numbers {
    counter-reset: step;
    list-style-type: none;
    /* margin-left: 1rem; */
    margin-right: 10px;
    margin-top: 30px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .list-step-numbers > li {
    position: relative;
    padding: 0 0 1.5rem 3.75rem;
    min-height: 75px;
    border-left: 2px solid #ddd;
  }
  .list-step-numbers > li ol{
      padding-left: 15px;
  }

  .list-step-numbers > li::before {
    counter-increment: step;
    content: " ";
    position: absolute;
    left: -26px;
    top: 0;
    height: 50px;
    width: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #42b549;
    border: 2px solid #ddd;
    border-radius: 50%;
    z-index: 2;
  }
  .list-step-numbers > li:last-child {
    border-left: none;
  }


  .list-step-numbers > li.lock-icon::before {
    background-color: red;
  }
  
  @media all and (max-width: 768px) {
    .list-step-numbers > li {
      padding-left: 2.5rem;
    }
  }
  

  .icon-loct{
    position: absolute;
    margin-left: -47px;
    margin-top: 17px;
    z-index: 9999;
    font-size: 18px;
    color: white;
  }

  .icon-unloct{
    position: absolute;
    margin-left: -48px;
    margin-top: 17px;
    z-index: 9999;
    font-size: 18px;
    color: white;
  }

  .tab-popup{
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #eee;
    text-align: center;
    background: none !important;
  }

  .tab-popup .tab-link.active{
    border-bottom: 3px solid #a7883c;
}

.tabs-popup ol{
    padding-left: 15px;
}


.close-popup{
    background: #F03434 !important;
}

.close-popup i{
    font-size: 27px !important;
}

.picker-modal.picker-calendar .picker-calendar-day.picker-calendar-day-selected span, .popup.picker-calendar .picker-calendar-day.picker-calendar-day-selected span{
    background: #e96601 !important;
}


.search-bar-home .item-content{
    font-size: 14px;
}

.content-block-title {
    font-weight: bold;
    margin-top: 15px;
}

.searchbar-found{
    margin-top: 20px;
}

.btn-use-voucher{
    font-size: 13px;
    display: block;
    border: 1px solid #f96d01 !important;
    padding: 10px;
    text-align: center;
    background: #f96d01;
    margin: 0 0 10px 0;
    color: white;
    border-radius: 4px;
}

div[class^='info-cash-payment'] {
    padding: 10px 10px 10px 30px;
    font-size: 13px;
}

div[class^='info-cash-payment'] table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0.5rem;
    border: 1px solid #ccc;
}

div[class^='info-cash-payment'] table tr:nth-child(even){
    background-color: #f1f1f1;
}

div[class^='info-cash-payment'] table tr{
    border-bottom: 1px solid #ddd; 
}

div[class^='info-cash-payment'] table tr td{
    padding: 5px;
}

.text-orange{
    color: #f96d01;
}

.text-bold{
    font-weight: bold;
}

.child-payment ul li{
    padding: 0px;
    background: #EEE;
}

div[class^='info-cash-payment'] .list-block .item-inner:after{
    background-color: transparent !important;
}

div[class^='info-cash-payment']  .list-block .item-content {
    min-height: 30px !important;
}

div[class^='info-cash-payment'] .item-inner{
    height: 30px !important;
    min-height: auto !important;
}

div[class^='info-cash-payment'] .list-block .item-title{
    font-size: 13px;
}





.container-switch {
    margin-bottom: 15px;
  }
  
  /** Switch
   -------------------------------------*/
  
  .switch input {
    position: absolute;
    opacity: 0;
  }
  
  /**
   * 1. Adjust this to size
   */
  
  .switch {
    display: inline-block;
    font-size: 20px; /* 1 */
    height: 1em;
    width: 2em;
    background: #BDB9A6;
    border-radius: 1em;
  }
  
  .switch div {
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background: #FFF;
    box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
    -webkit-transition: all 300ms;
       -moz-transition: all 300ms;
            transition: all 300ms;
  }
  
  .switch input:checked + div {
    -webkit-transform: translate3d(100%, 0, 0);
       -moz-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  

  
 .radio {
    margin: 0.5rem;
    float:left;
    padding-top:10px;
  }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }
  .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #886a21;
    box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #886a21;
  }
  .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
  }
  .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
  }
  

.coupon {
    position: relative;
    border: 1px dashed #fff;
    border-radius: 10px;
    margin: 16px 24px;
    padding: 8px 16px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    background: #727171;
}

.coupon:before {
    content: "";
    background: url(../img/gunting.png) no-repeat;
    left: 10px;
    top: -7px;
    position: absolute;
    width: 40px;
    height: 40px;
}


.head-wallet{
    display: inline-block;  
     margin-top: 10px; 
     border-radius: 10px; 
     color: #f96d01 !important;
     border:1px solid #cccccc;
     padding: 0px 10px;