html {
    font-size: 14px;
}
@media (max-width:767px) {
    html {
        font-size: 12px;
    }
}
body {
    background-color: #f5f7f9;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    min-width: 1280px;
    overflow: auto;
}
.body-main #target {
    /*background: url(/img/guides/bg-main.jpg);*/
    /*background: url();*/
    background-size: cover;
    overflow-x: hidden;
}
.body-main #target:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: 1;*/
    background-color: rgba(24, 26, 34, 0.6);
}
.body-dark {
    background-color: #37424f;
    /*color: #ffffff;*/
}
.body-dark .global-wrap {
    background-color: #37424f;
}
.body-dark h1,
.body-dark h4 {
    color: #ffffff;
}
.body-dark .booking-title {
    color: #ffffff;
}
.body-light {
    background-color: #f5f7f9;
}

.hidden-on-load {
    opacity: 0 !important;
}

.gap {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
    clear: both;
}
.gap.gap-small {
    margin: 15px 0 15px 0;
}

.radio-selector {
    display: table;
    width: 100%;
    height: 33px;
    line-height: 31px;
    margin: 0;
    padding: 0;
}
.radio-selector li {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 31px;
    padding: 0 10px 0 10px;
    background-color: #ffffff;/*#f5f7f9;*/
    border: 1px solid #a7b9cb;
    border-right: none;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #253444;
    text-align: center;
    cursor: pointer;
}
.radio-selector.vertical {
    width: 100%;
    display: table;
    border-collapse: collapse;
}
.radio-selector.vertical li {
    display: table-row;
    vertical-align: middle;
    height: 50px;
    width: 100%;
    padding: 0 20px 0 20px;
    line-height: 50px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #a7b9cb;
    float: none;
}
.radio-selector.vertical li span {
    display: table-cell;
    padding: 0 20px;

}
.radio-selector.vertical li.active span {
    font-weight: 900;
    box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.radio-selector.big li {
    font-size: 14px;
    font-weight: 900;
    background-color: #ffffff;
}
.radio-selector.hiw-selector {
    width: 580px;
    height: 60px;
    margin: 0 auto;
    font-size: 14px;
}
.radio-selector.hiw-selector li.green.active {
    background-color: #259744;
    border: 1px solid #108930;
}
.radio-selector li:first-child {
    border-radius: 3px 0 0 3px;
}
.radio-selector li:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #a7b9cb;
}
.radio-selector li:hover {
    background-color: #eff3f6;
    box-shadow: inset 0px 3px 3px rgba(255, 255, 255, 0.51);
}
.radio-selector li.active {
    color: #ffffff;
    font-weight: 400;
    background-color: #e0004a;
    border: 1px solid #a50036;
    box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.25);
    cursor: default;
}
.radio-selector:not(.vertical) li.active + li {
    border-left: transparent;
}
.radio-selector .icon {
    background-repeat: no-repeat;
    background-position: left 18px top 50%;
}
.radio-selector .male i,
.radio-selector .female i {
    font-size: 25px
}

.radio-selector .multi {
    min-width: 40px;
}
.radio-selector .multi.active {
    padding-right: 25px;
    cursor: pointer;
}
.radio-selector .multi:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #e0004a transparent transparent transparent;
}
.radio-selector .multi.active:after {
    border-color: #ffffff transparent transparent transparent;
}
.radio-selector .multi-select {
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 0;
    margin: 0 0 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.radio-selector .multi-select ul {
    display: table;
    border-collapse: collapse;
}
.radio-selector .multi-select ul li {
    display: table-row;
    padding: 0 10px;
}
.radio-selector .multi-select ul li span{
    display: table-cell;
    height: 33px;
    border: 1px solid #a7b9cb;
    vertical-align: middle;
}
.radio-selector.big-tabs {
    height: 40px;
}
.radio-selector.big-tabs li {
    font-size: 14px;
    font-weight: 900;
}
.radio-selector.tabs-2 li {
    width: 50%;
}
.radio-selector.tabs-3 li {
    width: 33.33%;
}
.radio-selector.tabs-4 li {
    width: 25%;
}
.radio-selector.tabs-5 li {
    width: 20%;
}

/* Tabs */
.simple-tabs-content .tab {
    display: none;
}
.simple-tabs-content .tab.active {
    display: block;
}

/* Buttons */
.btn,
[class^="btn-"] {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto;
    border-radius: 2px;
    font-family: "Roboto", sans-serif;
    outline: 0;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.btn:active,
[class^="btn-"]:active {
    padding-top: 1px;
}
.btn-dark-pink-3d,
.btn-dark-pink-3d:focus,
#scsHCL.styled a {
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    font-weight: 700;
    background-color: #bf003f;
    border: 1px solid #a50036;
    color: #ffffff;
    box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25);
}
.btn-dark-pink-3d:hover,
#scsHCL.styled a:hover {
    background-color: #ed004e;
    color: #ffffff;
}
.btn-dark-pink-3d:active,
#scsHCL.styled a:active {
    background-color: #ed004e;
    color: #ffffff;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
}
.btn-dark-pink-3d.passive,
.btn-dark-pink-3d.passive:hover,
.btn-dark-pink-3d.passive:active {
    padding-top: 0;
    background-color: #cccccc;
    border: 1px solid #d7d7d7;
    box-shadow: none;
    cursor: default;
}
.btn-dark-pink-3d.thin {
    text-transform: none;
    font-weight: 300;
}
.btn-dark-pink-3d.regular {
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    padding-left: 25px;
    padding-right: 25px;
}
.btn-green,
.btn-confirm,
.btn-green:focus,
.btn-confirm:focus {
    color: #ffffff;
    background-color: #35a954;
    border: 1px solid #218e3e;
    box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25);
}
.btn-green:hover,
.btn-confirm:hover,
.btn-green:active,
.btn-confirm:active {
    background-color: #32be57;
    border: 1px solid #218e3e;
    box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25);
}
.btn-green:active,
.btn-confirm:active {
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
}

.btn-left {
    float: left;
    margin-right: 5px;
}
.btn-right {
    float: right;
    margin-left: 5px;
}
.btn-35 {
    height: 35px;
    line-height: 35px;
}
.btn-wide {
    padding-left: 50px;
    padding-right: 50px;
}
.btn-bigger,
.btn-bigger:focus {
    height: 45px;
    line-height: 45px;
    min-width: 130px;
    font-size: 14px;
    font-weight: 600;
}
.btn-xl {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
}
.btn-default {
    padding-left: 30px;
    padding-right: 30px;
}
.btn-block {
    width: 100%;
}

/* scroll top btn */
.go-to-top {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    line-height: 38px;
    width: 160px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    /*padding-left: 30px;*/
    color: #ffffff;
    background-color: rgba(37, 52, 68, 0.3);
    border: 1px solid #909eaf;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.go-to-top > span {
    position: relative;
}
.go-to-top > span i {
    font-size: 10px;
}
.go-to-top .text {
    margin-left: 25px;
}
.go-to-top.is-visible,
.go-to-top.fade-out,
.no-touch .go-to-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.go-to-top.desktop-hidden {
    display: none;
}
.go-to-top.is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.go-to-top.fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.go-to-top:hover {
    background-color: rgba(37, 52, 68, 0.7);
    opacity: 1;
}
.go-to-top:active {
    background-color: #ed004e;
    border-color: #ed004e;
    opacity: 1;
}

/* Dropdown menu */
.btn-group.bootstrap-select {
    padding: 0;
}
.btn-group.bootstrap-select.country {
    opacity: 1;
}
div.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    float: left;
    /*min-width: 250px;*/
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
div.dropdown-menu.open {
    display: block;
    z-index: 999 !important;
}
div.dropdown-menu.open.bootstrap-timepicker-widget {
    z-index: 1055 !important;
}

.bootstrap-select div.dropdown-menu {
    display: none;
}

.bootstrap-select.open div.dropdown-menu {
    display: block;
}
.bootstrap-select button {
    cursor: pointer;
}

.bootstrap-select.select-dark .dropdown-toggle,
.bootstrap-select.select-dark .dropdown-toggle:hover {
    outline: 0;
}

.bootstrap-select,
.bs-dropdown {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
}

.bootstrap-select select {
    display: none !important;
    visibility: hidden !important;
}

.bs-dropdown .bs-dropdown-toggle,
.bootstrap-select .dropdown-toggle {
    padding-top: 0;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    color: #ffffff;
}

.bs-dropdown.open .bs-dropdown-toggle,
.bootstrap-select.open .dropdown-toggle {
    border-radius: 2px 2px 0 0;
}

.bs-dropdown .bs-dropdown-menu,
.bootstrap-select ul.dropdown-menu {
    /*position: absolute;*/
    position: static;
    display: none;
    box-sizing: border-box;
    float: left;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0 0 10px 0;
    margin: -1px 0 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: none;
    /*-webkit-background-clip: padding-box;
    background-clip: padding-box;*/
    /*border: 1px solid #ccc;*/
    border: 1px solid rgb(88, 101, 115);
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #37424f;
    color: #ffffff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    cursor: pointer;
}

.bs-dropdown .bs-dropdown-menu li,
.bootstrap-select ul.dropdown-menu li {
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
}

.bs-dropdown .bs-dropdown-menu li:hover,
.bootstrap-select ul.dropdown-menu li:hover {
    background-color: #ff0054;
}

.bootstrap-select ul.dropdown-menu li {
    padding: 0;
}

.bootstrap-select ul.dropdown-menu li a,
.bootstrap-select ul.dropdown-menu li:hover a,
.bootstrap-select ul.dropdown-menu li:active a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 12px;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}
.bootstrap-select ul.dropdown-menu > .selected > a,
.bootstrap-select ul.dropdown-menu > .selected > a:hover,
.bootstrap-select ul.dropdown-menu > .selected > a:focus,
.bootstrap-select ul.dropdown-menu > .active > a {
    background-color: #ed004e;
    color: #ffffff;
}

.bootstrap-select.show-tick ul.dropdown-menu li.selected {
    background-color: rgba(255, 255, 255, 0.15);
}

.bootstrap-select.show-tick ul.dropdown-menu li.selected a .check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 13px;
    width: 8px;
    height: 8px;
    background: url(/img/guides/icons/disc-pink.png);
}

.bs-dropdown.open .bs-dropdown-menu,
.bootstrap-select.open .dropdown-menu {
    display: block;
    width: 100%;
    margin-top: -1px;
    border-radius: 0 0 3px 3px;
}
.bootstrap-select button .flag-icon {
    padding-left: 0px;
    left: 3px;
    width: 80px;
}
.show-tick ul.dropdown-menu.inner li.selected {
    display: block;
}
.guides .phone-group .phone-country-selector-container {
    border: none !important;
}
.phone-country-selector-container .bootstrap-select button .filter-option {
    color: transparent;
    text-indent: -9999px;
}

.phone-country-selector-container .bootstrap-select.open .dropdown-menu {
    width: 300px;
}

.light .bday-picker .bootstrap-select button,
.bday-picker .bootstrap-select button {
    font-size: 18px;
    padding: 0 14px;
}

/* light style */
.light .bootstrap-select .dropdown-toggle {
    font-size: 16px;
    color: #253444;
}
.light .bootstrap-select .dropdown-toggle .flag-country{
    display: none;
}
.light .bootstrap-select.show-tick ul.dropdown-menu li a .flag-country{
    margin-top: 7px;
    right: 4%;
    position: absolute;
    border: #fff 1px solid;
}
.light .bootstrap-select.open .dropdown-toggle {
    border: 1px solid #dde3e9;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .175);
}

.light .bootstrap-select ul.dropdown-menu {
    background-color: #ffffff;
    color: #636c77;/*#909eaf;*/
    border: 1px solid #dde3e9;
    border-top: none;
    padding-top: 5px;
}

.light .bootstrap-select ul.dropdown-menu li a,
.light .bootstrap-select ul.dropdown-menu li:hover a,
.light .bootstrap-select ul.dropdown-menu li:active a {
    position: relative;
    padding: 0 15px;
}

.light .bootstrap-select ul.dropdown-menu li:hover {
    background-color: #f5f7f9;
    color: #253444;
}

.light .bootstrap-select ul.dropdown-menu li.selected {
    font-weight: 900;
    color: #253444;
}

.cc-info-wrapper .bs-searchbox {
    box-sizing: border-box;
    height: 44px;
    background-color: #ed004e;
    padding: 6px 15px;
}
.light .bs-searchbox {
    box-sizing: border-box;
    height: 44px;
    background-color: #ed004e;
    padding: 6px 15px;
}

.cc-info-wrapper .bs-searchbox input {
    box-shadow: none;
    border: 0;
    height: 32px;
    font-weight: 500;
    color: #fff;
    background: #37424f url(/img/guides/icons/profile/search-grey.png) right 12px top 50% no-repeat;
}
.cc-info-wrapper .bs-searchbox input:focus {
    box-shadow: none;
}
.light .bs-searchbox input {
    box-shadow: none;
    border: 0;
    height: 32px;
    font-weight: 500;
    background: #ffffff url(/img/guides/icons/profile/search-grey.png) right 12px top 50% no-repeat;
}

.light .bootstrap-select ul.dropdown-menu li.no-results {
    padding-left: 20px;
}

/* for multiselect */
.light .bootstrap-select.show-tick ul.dropdown-menu li a,
.light .bootstrap-select.show-tick ul.dropdown-menu li:hover a,
.light .bootstrap-select.show-tick ul.dropdown-menu li:active a {
    padding: 0 50px;
}

.light .bootstrap-select.show-tick ul.dropdown-menu li a .check-mark {
    position: absolute;
    display: block;
    top: 8px;
    left: 15px;
    width: 18px;
    height: 18px;
    background-image: url(/img/guides/icons/profile/checkboxes-light.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.light .bootstrap-select.show-tick ul.dropdown-menu li.selected a .check-mark {
    background-position: 0 -18px;
    margin: 0;
}

.bootstrap-select ul.dropdown-menu li.hidden {
    display: none !important;
}


/* Text colors */
.text-sky {
    color: #40c2fc;
}



/* Icons Guides */
.gu-like {
    display: inline-block;
    background: url(/img/guides/icons/like.png);
    width: 14px;
    height: 14px;
}
.gu-clock {
    display: inline-block;
    background: url(/img/guides/icons/clock.png);
    width: 15px;
    height: 15px;
}
.gu-clock-dark {
    display: inline-block;
    background: url(/img/guides/icons/clock-grey.png);
    width: 15px;
    height: 15px;
}
.gu-bus {
    display: inline-block;
    background: url(/img/guides/icons/bus.png);
    width: 15px;
    height: 16px;
}
.gu-medium {
    display: inline-block;
    background: url(/img/guides/icons/medium.png);
    width: 16px;
    height: 12px;
}
.gu-museum {
    display: inline-block;
    background: url(/img/guides/icons/museum.png);
    width: 16px;
    height: 12px;
}
.gu-plane-pink {
    display: inline-block;
    background: url(/img/guides/icons/plane-pink.png);
    width: 15px;
    height: 15px;
}
.gu-camera-grey {
    display: inline-block;
    background: url(/img/guides/icons/camera-grey.png);
    width: 14px;
    height: 11px;
}
.gu-camera-white {
    display: inline-block;
    background: url(/img/guides/icons/camera-white.png);
    width: 13px;
    height: 10px;
}
.gu-camera-white-big {
    display: inline-block;
    background: url(/img/guides/icons/profile/camera-white-big.png);
    width: 25px;
    height: 18px;
}
.gu-envelope {
    display: inline-block;
    background: url(/img/guides/icons/envelope.png);
    width: 16px;
    height: 10px;
}
.gu-heart,
.gu-heart-grey {
    display: inline-block;
    background: url(/img/guides/icons/heart-grey.png);
    width: 15px;
    height: 14px;
}
.gu-heart.white,
.gu-heart-white {
    display: inline-block;
    background: url(/img/guides/icons/heart-white.png);
    width: 15px;
    height: 14px;
}
.gu-man-pink {
    display: inline-block;
    background: url(/img/guides/icons/man-pink.png);
    width: 20px;
    height: 47px;
}
.gu-child-pink {
    display: inline-block;
    background: url(/img/guides/icons/child-pink.png);
    width: 12px;
    height: 29px;
}
.gu-elder-pink {
    display: inline-block;
    background: url(/img/guides/icons/elder-pink.png);
    width: 20px;
    height: 40px;
}
.gu-plus-white {
    display: inline-block;
    background: url(/img/guides/icons/plus-white.png);
    width: 14px;
    height: 14px;
}
.gu-pencil {
    display: inline-block;
    background-image: url(/img/guides/icons/profile/pencil.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
}
.gu-cc {
    display: inline-block;
    background: url(/img/guides/payment/cc-icon.png);
    width: 34px;
    height: 23px;
}
.gu-pp {
    display: inline-block;
    background: url(/img/guides/payment/pp-icon.png);
    width: 28px;
    height: 28px;
}
.gu-remove {
    display: block;
    width: 26px;
    height: 26px;
    background: url(/img/guides/icons/profile/remove.png);
    background-position: 0 0;
}
.gu-remove:hover {
    background-position: 0 -26px;
}
.gu-delete {
    display: block;
    width: 15px;
    height: 15px;
    background: url(/img/guides/icons/x-mark-big-pink.png);
    background-position: 0 0;
}
.gu-delete:hover {
    background-position: 0 -15px;
}

.gu-comment {
    display: inline-block;
    background: url(/img/guides/icons/comment-mark.png);
    width: 17px;
    height: 17px;
}
.gu-plane {
    display: inline-block;
    background: url(/img/guides/icons/plane.png) no-repeat;
    background-position: 0 -25px;
    width: 25px;
    height: 25px;
}
.gu-plane.up {
    background-position: 0 0;
}
.gu-exit {
    display: inline-block;
    background: url(/img/guides/icons/header/singout.png);
    width: 23px;
    height: 23px;
}
.ex-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/img/guides/icons/ex-icons.png);
}
.icon-fitness-level-0 { background-position: 0 0; }
.icon-fitness-level-1 { background-position: -16px 0; }
.icon-fitness-level-2 { background-position: -32px 0; }
.icon-category-0 { background-position: -80px -16px; }
.icon-category-1 { background-position: 0 -32px; }
.icon-category-2 { background-position: -32px -32px; }
.icon-category-3 { background-position: -16px -32px; }
.icon-category-4 { background-position: -32px -16px; }
.icon-category-5 { background-position: -16px -16px; }
.icon-category-6 { background-position: -48px 0; }
.icon-category-7 { background-position: -64px 0; }
.icon-category-8 { background-position: -80px 0; }
.icon-category-9 { background-position: 0 -16px; }
.icon-category-10 { background-position: -48px -16px; }
.icon-category-11 { background-position: -64px -16px; }
.icon-category-12 { background-position: -48px -32px; }
.icon-category-13 { background-position: -64px -32px; }
.icon-category-14 { background-position: -80px -32px; }
.icon-category-15 { background-position: 0 -48px; }
.icon-category-16 { background-position: -16px -48px; }
.icon-category-17 { background-position: -32px -48px; }
.icon-category-18 { background-position: -48px -48px; }
.icon-category-99 { background-position: -64px -48px; }
.icon-transport-0 { background-position: 0 -64px; }
.icon-transport-1 { background-position: -32px -64px; }
.icon-transport-2 { background-position: -48px -64px; }
.icon-transport-3 { background-position: -16px -64px; }
.icon-transport-4 { background-position: -64px -64px; }
.icon-transport-5 { background-position: -80px -64px; }

/* Width and Height */
.full-width {
    width: 100% !important;
}
.mxw400 {
    max-width: 400px;
}
.mh200 {
    min-height: 200px !important;
}
.h40 {
    height: 40px;
}
.h150 {
    height: 150px !important;
}
/* Margins */

/* Padding */
.p0 {
    padding: 0 !important;
}

/* Font Weight */
.fw500 {
    font-weight: 500 !important;
}
