* {outline: 0;}

.p-program .p-price, .p-program .p-guide, .p-program .p-start-time, .p-program .p-long-time, .p-program .p-description {
    margin-top: 6px;
}

.p-program .p-name {
    font-weight: 700;
}
.tour-gallery {
    margin-bottom: 30px;
    max-height: 450px;
    overflow: hidden;
}

.tour-gallery ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.tour-gallery li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.tour-gallery img {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 5px;
}

.li-ok ul, .li-not ul {
    list-style: none;
    padding: 0;
}
.detail-content .li-ok ul li, .detail-content .li-not ul li {
    list-style: none;
}
.li-ok li, .li-not li {
    padding-left: 35px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

.li-ok li:before, .li-not li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #01cb68;
}

.li-not li:before {
    content: "\e014";
    color: #eb7591;
}

.category-name {
    outline: 0;
}

.sidebar-category a:hover, .sidebar-category li.active > a {
    background: #fff;
}

.sidebar-category ul {
    display: block;
    margin-bottom: 5px;
}

.sidebar-category ul a {
    padding: 8px 20px 8px 44px;
    margin-top: 2px;
    font-size: 12px;
}
.sidebar-block {
    padding-bottom: 9px;
    margin-bottom: 15px;
}
.sidebar-block.h-prices {
    border-bottom: 1px solid #ededed;
}
.search-inputs {
    margin-bottom: 15px;
}
.submenu {
    transition: all 2s linear;
    display: block;
    height: auto;
}

.ui-accordion-header {
    font-weight: 700;
}


.detail-content h3.ui-state-active {
    color: #ffffff;
}
.ui-accordion .ui-accordion-header {
    padding: .7em .5em .7em .7em;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-state-active {
    border: 1px solid #ff6600;
    background: #ff6600;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #ff0000;
    background: #ff6600;
}
.p-guide {
    margin-top: 10px;
}
.p-guide img {
    height: 25px;
    width: auto;
    margin-bottom: 5px;
    vertical-align: middle;
}
.comment-text {
    color: #ccc;
    font-size: 12px;
}
.sidebar-category a {
    padding: 10px 10px 10px 12px;
}
.sidebar-category ul a {
    padding: 8px 20px 8px 16px;
    text-transform: none;
}
.sidebar-block .ui-accordion .ui-accordion-header {
    padding: 10px 10px 10px 12px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    color: #333;
}
.sidebar-category ul a {
    color: #333;
}
.sidebar-block .ui-accordion .ui-accordion-header.ui-state-active {
    color: #fff;
}
.sidebar-block .ui-accordion .ui-accordion-content {
    border: 0;
    padding: 0;
}
.sidebar-block .sidebar-category ul a {
    font-weight: normal;
}
.sidebar-category span, .sidebar-category a {
    background: #f8f8f8;
    padding: 12px 20px 12px 16px;
    text-transform: none;
    display: block;
    color: #ff6600;
    font-size: 12px;
    border-radius: 5px;
    line-height: 18px;
    margin-top: 2px;
}

.h-prices .h-left {
    float: left;
    text-align: right;
}

.h-prices .h-right {
    float: right;
    text-align: right;
}
.h-prices .age-title {
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    margin-top: 6px;
}

#tour-description {
    height: 100px;
    overflow: hidden;
    overflow-y: hidden;
    position: relative;
    margin-bottom: 30px;
}
#tour-description .content {
    /*padding-bottom: 40px;*/
}

#tour-description .expand {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 60px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 47%, rgba(255, 255, 255, 1) 77%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 47%, rgba(255, 255, 255, 1) 77%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 47%, rgba(255, 255, 255, 1) 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
#tour-description .btn, #tour-description .c-button {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
    color: #fff;
    border-radius: 10px;
}
#tour-description .btn:hover {
    color: #000;
}

.detail-content h2, .total-title {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.total-sum, .contacts {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.contacts {
    margin-bottom: 20px;
}

.detail-content h3 {
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
    letter-spacing: 1px;
}

.age-title {
    text-transform: none;
    font-size: 12px;
}

.title-adult-price > span {
    font-size: 26px;
    font-weight: 700;
}

.title-child-price > span {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .p-guide img {
        width: auto !important;
    }
}

.ui-accordion .ui-accordion-content {
    padding: 10px 10px 5px 10px;
}

.p-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
}

.detail-content-block {
    text-align: justify;
}

.ui-accordion-header {
    text-align: left;
}

.top-baner .arrow-wrapp {
    top: 50%
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 0.5;
}

.ptt-shadow {
    position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);border-radius: 5px;
}
.ptt-count {
    color: #fff;font-size: 30px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
}
@media only screen and (max-width: 420px) {
    .tour-gallery {
    }

    .tour-gallery img, .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    }
}

ul.list-program-type-1,
ul.list-program-type-2 {
    padding-left: 20px;
    display: table;
    border-collapse: separate; /* allow spacing between cell borders */
    border-spacing: 0 10px;
    margin-bottom: 0px;
}
ul.list-program-type-1 li,
ul.list-program-type-2 li {
    display: table-row;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}
ul.list-program-type-1 li:before, ul.list-program-type-1 li:before,
ul.list-program-type-2 li:before, ul.list-program-type-2 li:before {
    content: "\e165";
    font-family: 'Glyphicons Halflings';
    display: table-cell;
    width: 1.3em;
    color: #ff6600;
}
ul.list-program-type-2 li:before, ul.list-program-type-2 li:before {
    content: "\e124";
}
.title-adult-price > span {
    line-height: 30px;
    display: inline-block;
    margin-bottom: 5px;
}
.title-child-price > span {
    line-height: 30px;
    display: inline-block;
}
#left-main-menu {
}
.static-menu {
    position: fixed;
    top: 70px;
    overflow: hidden;
}
.btm {
    padding-bottom: 80px;
}
#desktop-booking {
    padding-left: 5px;
    padding-right: 5px;
}
.detail-content .ui-state-hover {
    background: #ff6600;
    color: #fff;
}
#lightSlider li {
    position: relative;
}
#lightSlider li .glyphicon {
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
    opacity: 0.5;
}
#lightSlider li:hover .glyphicon {
    opacity: 1;
}
.alert-tour {
    box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.15);
    padding: 10px 15px 14px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
#dop-accordion .dop-wrapper > div {
    padding: 10px;
}

.ptt-side-menu {
    padding: 18px 20px 18px 20px;
    box-shadow: 0 3px 10px 0 rgba(119, 119, 119, 0.15);
    margin-bottom: 30px;
}

.selectize-input {
    padding: 12px 15px;
    border-radius: 25px;
}
.selectize-input.items, input.form-control {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 35px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
}
.selectize-input.items { text-overflow: unset;}
.selectize-input.items .ptt-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    float: left;
}

.input-countable {
    position: relative;
}
.input-countable .btn {
    position: absolute;
    padding: 2px;
    line-height: 20px;
    width: 26px;
    right: 10px;
    top: 10px;
    border-radius: 15px;
    color: #8c8c8c;
}
.input-countable .btn.second {
    right: 40px;
}

.input-icon-wrapper {
    position: relative;
}
.input-icon-wrapper input {
    padding-left: 30px;
}
.input-icon-wrapper .icon {
    position: absolute;
    left: 10px;
    width: 20px;
    text-align: center;
    top: 14px;
}
::-webkit-input-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}
:-moz-placeholder {
    color: #999;
}
.ptt-option .title {
    padding: 5px 5px 0 5px;
    font-weight: bold;
}
.ptt-option .schedule {
    padding: 0 5px;
    font-size: 12px;
}

.lslide img, .lSPager img {
    min-height: 350px;
    background-color: #ccc;
}
.lSPager img {
    min-height: 55px;
}
@media (max-width: 480px) {
    .lslide img {
        min-height: 210px;
    }
    .lSPager img {
        min-height: 35px;
    }
    .tour-gallery {max-height: 200px;}
}

.ui-datepicker td a:after, .ui-datepicker td span:after {
    content: "";
    display: block;
    text-align: center;
    color: #222;
    font-size: 9px;
    font-weight: bold;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
    padding: .4em .2em;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-color: #ff6600;
    border-color: #ff3c17;
    color: #fff;
}
.ui-datepicker td a.ui-state-active:after {
    color: #fff;
}
.ui-datepicker td {
    width: 14%;
}
.ui-datepicker {
    max-width: 620px;
    width: calc(25% - 40px);
}
@media (max-width: 768px) {
    .ui-datepicker {
        left: 25px !important;
        width: calc(100% - 50px);
    }
}
.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    border: 0;
    color: #fff;
    background-color: #ff6600;
}

.kp-btn.blue-gradient {
    color: #fff;
    border: 2px solid #ff6600;
    background: #ff6600;
    position: relative;
    display: inline-block;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    font-weight: 700;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.kp-title-2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.total-end-sum {
    font-size: 30px;
}

.checkboxs {
    margin-top: 15px;
}

.booking-step {
    margin-bottom: 20px;
    border-bottom: 2px solid #f6f6f6;
}
.booking-step li {
    display: inline-block;
}
.booking-step li a > step {
    background-color: #f6f6f6;
    display: inline-block;
    padding: 0px 10px;
    margin-right: 5px;
}
.booking-step li a {
    padding: 10px 15px;
    display: inline-block;
}
.booking-step li a.active, .booking-step li a:hover {
    background-color: #f6f6f6;
}
.booking-step li a.active > step {
    background-color: #ff6600;
    color: #fff;
}
 .program-alert-info {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translateX(-50%);
     background: rgba(252, 29, 29, 0.8);
     color: #fff;
     border-radius: 5px;
     padding: 4px 5px;
     font-size: 12px;
 }
.ui-state-active .program-alert-info  {
    background: #ffffff;
    color:rgba(252, 29, 29, 0.8);
}

.p-gallery-wrapper {
}
.p-gallery {
    transform: scale(.8);
}
.p-gallery ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.p-gallery li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.p-gallery img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .p-gallery {
        transform: none;
    }
    .booking-step li, .booking-step li a {
        display: inline-block;
    }
    .booking-step a .text {
        display: none;
    }
    .booking-step a.active .text {
        display: inline-block;
    }
    .program-alert-info {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    #bookingForm .col-md-9 {
        width: 100%;
    }
    #bookingForm .side-price {
        display: none;
    }

    #desktop-booking button[type=submit], #desktop-booking .ptt-btn-orange.empty:hover {
        color: #ff6600;border: 2px solid #ff6600;background: #fff;
    }
    #desktop-booking button[type=submit]:hover, #desktop-booking .ptt-btn-orange.empty {
        background: #ef6537;border: 2px solid #fff;color: #fff;
    }
}

.btn {outline: none !important;}
.kp-btn.blue-gradient {
    font-size: 18px;

    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-duration: 5s;

    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 5s;
}

@keyframes blinker {
    from { opacity: 1.0; transform: scale(0.9);}
    90% {opacity: 0.5;
        transform: scale(1.0);
    }
    80% {
        opacity: 1.0;
        transform: scale(0.9);
    }
    to { opacity: 1.0; transform: scale(0.9);}
}
@-webkit-keyframes blinker {
    from { opacity: 1.0; transform: scale(0.9);}
    90% {
        opacity: 0.5;
        transform: scale(1.0);
    }
    80% {
        opacity: 1.0;
        transform: scale(0.9);
    }
    to { opacity: 1.0; transform: scale(0.9);}
}