@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700');

.ajax-submit {
    cursor: pointer;
}

.debuglang {
    display: none;
    z-index: -90000;
    position: absolute;
    top: 0px;
    left: 25%;
    z-index: 50;
    width: 30px;
    height: 30px;
}

.debuglang a,
.debuglang i {
    width: 30px;
    height: 30px;
    font-size: 1.5em
}

html,
body {
    font-size: 14px;
    font-family: 'Trebuchet MS', 'Oxygen', Arial, Helvetica, 'Microsoft JhengHei', Verdana, sans-serif;
    line-height: 1.5em;
    color: #333333;
    padding: 0;
    margin: 0;
    margin-bottom: 415px;
}

html {
    font-size: 10px;
    position: relative;
}

body {
    min-height: 100%;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.wrapper {
    height: auto !important;
    overflow: hidden;
    max-width: 100%;
    transition: margin 300ms ease-out, padding 200ms ease-out;
    -ms-transition: margin 300ms ease-out, padding 200ms ease-out;
    -webkit-transition: margin 300ms ease-out, padding 200ms ease-out;
}

/* header */
header {
    background: #fff none repeat scroll 0 0;
    /*box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2),0 2px 10px 0 rgba(0,0,0,0.1) !important;*/
    z-index: 100;
    width: 100%;
    position: fixed;
}

header::after {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    height: 10px;
    width: 0;
    background: url(/oceanpark_promotion/resources/images/shadow_topnav-85d081af5df0b48fd007c72711d7e2d2.png);
    z-index: 5;
}

.generic-row {
    max-width: 1195px;
    margin: 0 auto;
    position: relative;
}

header .logo {
    height: auto;
    z-index: 102;
    display: block;
    overflow: visible;
    width: 15%;
    left: 10px;
    top: -35px;
    position: absolute;
}

header .logo img {
    max-width: 243px;
    height: auto;
}

header .logo-mobile {
    min-height: 60px;
}

header .logo-mobile img {
    width: 48%;
    position: absolute;
    left: -10px;
    top: -3px;
}

header .main-menu .navbar-nav .dropdown-menu {
    border: 1px solid #1CB5E4;
}

header .main-menu .navbar-nav .dropdown-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-top-color: #1CB5E4;;
    border-right-color: #1CB5E4;;
    border-bottom-color: #1CB5E4;;
    border-bottom-style: inset;
    border-left-color: #1CB5E4;;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    right: 50%;
    z-index: 99;
}

header .main-menu .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
    border-bottom: 1px dashed #1CB5E4;
    border-radius: 0;
}

header .main-menu .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border: none;
}

header .main-menu .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #1CB5E4;
    color: #fff !important;
}

header .main-menu .navbar-nav .dropdown-menu .dropdown-item:active,
header .main-menu .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: #fff;
    color: #1CB5E4;
}

header .main-menu .navbar-nav .nav-link.current {
    color: #FFF;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

header .buy-tickets {
    font-size: 12px;
}

header .buy-tickets .langs {
    line-height: 48px;
}

header .buy-tickets .langs li {
    display: inline-block;
}

header .buy-tickets .langs li.active a {
    color: #1CB5E4;
}

header .buy-tickets .langs li a {
    color: #666666;
}

header .buy-tickets .langs li a:hover,
header .buy-tickets .langs li a:focus {
    outline: 0;
    text-decoration: none;
    font-weight: normal;
}

header .menuTab {
    font-size: 13px;
    text-align: center;
    width: calc(100% / 8);
}

header .menuTab a {
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 8.5px 15px;
    line-height: 1.25;
    height: 52px;
    font-weight: inherit;
    margin: 0 auto;
    color: #1CB5E4;
}

header .menuTab a:hover,
header .menuTab a.active,
header .menuTab a.current,
header .menuTab a.open {
    background: #10B1E3;
    background: -moz-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31C5EF), color-stop(100%, #10B1E3));
    background: -webkit-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -o-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -ms-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: linear-gradient(to bottom, #31C5EF 0%, #10B1E3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31C5EF', endColorstr='#10B1E3', GradientType=0);
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

header .menuTab a.selected {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

header .fran {
    position: relative;
    top: 0px;

}

/* background img*/
.overlay-div {
    overflow: hidden;
    min-height: 460px;
    position: absolute;
    top: 103px;
}

.overlay-div-img {
    background-repeat: no-repeat;
    min-height: 460px;
}

.water-img {
    background-repeat: no-repeat;
}

.overlay-div-img-redirect {
    background: url(/oceanpark_promotion/resources/images/banner-abb312ac9c9600c3d8c0e97deb53f99d.jpg);
    background-repeat: no-repeat;
    min-height: 460px;
}

.water-img-redirect {
    background: url(/oceanpark_promotion/resources/images/banner_water-21f2654032e9ae46794e7501bee353ff.jpg);
    background-repeat: no-repeat;
}

.overlay-div .overlay-row {
    width: 1195px;
    margin: 0 auto;
    padding: 0 25px;
}

.overlay-div label {
    text-transform: uppercase;
    font-size: 40px;
    display: block;
    line-height: 100%;
    color: #fff;
    white-space: nowrap;
    font-family: 'Raleway', 'Microsoft JhengHei', sans-serif;
    letter-spacing: -2px;
    text-shadow: -1px 0 #1CB5E4, 0 1px #1CB5E4, 1px 0 #1CB5E4, 0 -1px #1CB5E4
}

/* calendar page */
.content-wrapper {
    padding-top: 100px;
}

#left .annualpass-subtitle {
    font-weight: 700;
    color: #d20223;
    padding: 20px 0;
    line-height: 1.4;
    font-size: 16px;
}

#selectedEvent {
    padding-top: 340px;
}

#selectedEvent .card {
    border-radius: 4px;
    border: none;
}

#selectedEvent .card .card-header {
    background: transparent;
    color: #3FC0E8;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px dashed #3FC0E8;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#selectedEvent .card .global-header {
    height: 65px;
    background: #10B1E3;
    background: -moz-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31C5EF), color-stop(100%, #10B1E3));
    background: -webkit-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -o-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -ms-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: linear-gradient(to bottom, #31C5EF 0%, #10B1E3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31C5EF', endColorstr='#10B1E3', GradientType=0);
    padding: 0;
    display: flex !important;
    align-items: center;
}

#selectedEvent .card .global-header::before {
    background: url(/oceanpark_promotion/resources/images/cShadow_left-aee8da3333fb7abdcffcb133bf91c88b.png);
    left: -10px;
}

#selectedEvent .card .global-header::after {
    background: url(/oceanpark_promotion/resources/images/cShadow_right-882a962675191013a1b76230a2cb95c6.png);
    right: -10px;
}

#selectedEvent .card .global-header::before,
#selectedEvent .card .global-header::after {
    position: absolute;
    width: 10px;
    height: 250px;
    top: 122px;
    content: '';
    display: block;
}

#selectedEvent .card .global-header img {
    width: auto;
    margin-top: -36px;
    position: relative;
    left: 20px;
}

#selectedEvent .card .global-header span.text {
    font-size: 17px;
    color: #fff;
    margin-left: 30px;
    font-weight: normal;
}

#selectedEvent .breadcrumb {
    background: transparent;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 5px;
    align-items: baseline;
    width: 100%;
}

#selectedEvent .breadcrumb li {
    list-style: decimal;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 12px;
    width: auto;
    margin-right: 3%;
}

#selectedEvent .breadcrumb li.active {
    opacity: 1;
}

#selectedEvent .breadcrumb li:after {
    top: 1px;
    right: -5px;
    content: "\f105";
    position: relative;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
}

#selectedEvent .breadcrumb li:last-child:after {
    content: '';
}

#selectedEvent .calendar-row {
    padding-bottom: 15px;
}

/*#mycal .datepicker,*/
/*.calendar-perf .datepicker{*/
/*padding : 0;*/
/*width   : 100%;*/
/*}*/

/*#mycal .datepicker .old,*/
/*.calendar-perf .datepicker .old,*/
/*#mycal .datepicker .new,*/
/*#mycal .datepicker .new div{*/
/*opacity    : 0 !important;*/
/*height     : 1px;*/
/*background : #fff !important;*/
/*border     : none;*/
/*}*/

/*#mycal .datepicker .table-condensed,*/
/*.calendar-perf .datepicker .table-condensed{*/
/*width : 100%;*/
/*color : #1CB5E4;*/
/*}*/

/*#mycal .datepicker .table-condensed thead th.prev:hover,*/
/*.calendar-perf .datepicker .table-condensed thead th.prev:hover,*/
/*#mycal .datepicker .table-condensed thead th.next:hover,*/
/*.calendar-perf .datepicker .table-condensed thead th.next:hover{*/
/*background : none;*/
/*transform  : scale(1.2);*/
/*}*/

/*#mycal .datepicker .table-condensed thead th.datepicker-switch:hover,*/
/*.calendar-perf .datepicker .table-condensed thead th.datepicker-switch:hover{*/
/*background     : none;*/
/*pointer-events : none;*/
/*}*/

/*#mycal .datepicker .table-condensed thead th.datepicker-switch,*/
/*.calendar-perf .datepicker .table-condensed thead th.datepicker-switch{*/
/*border      : none;*/
/*background  : transparent;*/
/*font-weight : 700;*/
/*font-size   : 16px;*/
/*}*/

/*#mycal .datepicker .table-condensed thead:first-child tr:nth-child(2),*/
/*.calendar-perf .datepicker .table-condensed thead:first-child tr:nth-child(2){*/
/*line-height : 28px;*/
/*}*/

/*#mycal .datepicker .table-condensed thead:first-child tr:nth-child(3),*/
/*.calendar-perf .datepicker .table-condensed thead:first-child tr:nth-child(3){*/
/*border-top : 1px dashed #3FC0E8;*/
/*}*/

/*#mycal .datepicker .table-condensed th,*/
/*.calendar-perf .datepicker .table-condensed th{*/
/*text-align : center;*/
/*width      : 20px;*/
/*height     : 20px;*/
/*}*/

/*#mycal .datepicker table tbody,*/
/*.calendar-perf .datepicker table tbody{*/
/*font-size : .9em;*/
/*}*/

/*#mycal .datepicker table tbody tr,*/
/*.calendar-perf .datepicker table tbody tr{*/
/*height : auto;*/
/*}*/

/*#mycal table tbody td,*/
/*.calendar-perf table tbody td{*/
/*border  : 2px solid #fff;*/
/*padding : 1px;*/
/*}*/

/*#mycal table tbody td a,*/
/*#mycal table tbody td span,*/
/*.calendar-perf table tbody td a,*/
/*.calendar-perf table tbody td span{*/
/*display         : block;*/
/*padding         : .2em;*/
/*text-align      : right;*/
/*text-decoration : none;*/
/*}*/

/*.datepicker-inline.datepicker .day{*/
/*background : none repeat scroll 0 0 #1CB5E4;*/
/*!*border     : 1px solid #1CB5E4;*!*/
/*color      : #fff;*/
/*}*/

/*.datepicker-inline.datepicker .day:hover{*/
/*background : #3f85e8;*/
/*}*/

/*.datepicker-inline.datepicker .day.disabled,*/
/*.datepicker-inline.datepicker .day.new{*/
/*opacity    : 1;*/
/*background : none repeat scroll 0 0 #f6f6f6;*/
/*color      : #ccc !important;*/
/*}*/

/*.datepicker-inline.datepicker .day.disabled div{*/
/*text-decoration : line-through;*/
/*}*/

/*#mycal .datepicker-inline.datepicker,*/
/*.calendar-perf .datepicker-inline.datepicker{*/
/*padding : .2em;*/
/*}*/

/*#mycal .datepicker-inline.datepicker,*/
/*.calendar-perf .datepicker-inline.datepicker,*/
/*#left .card,*/
/*#centered .card,*/
/*#right .card{*/
/*border        : 1px solid #3FC0E8;*/
/*border-radius : 5px;*/
/*}*/

/*.calendar-perf .datepicker-inline.datepicker .day{*/
/*pointer-events  : none;*/
/*text-decoration : line-through;*/
/*opacity         : 1;*/
/*background      : none repeat scroll 0 0 #f6f6f6;*/
/*color           : #ccc !important;*/

/*}*/

/*.calendar-perf .datepicker-inline.datepicker .day.available-lesson{*/
/*background      : none repeat scroll 0 0 #e34556;*/
/*text-decoration : none;*/
/*color           : #fff !important;*/
/*}*/

/*.calendar-perf .datepicker-inline.datepicker .day.available-lesson div{*/
/*text-decoration : none;*/
/*}*/

/*.calendar-perf .datepicker-inline.datepicker .new.day{*/
/*display : none;*/
/*}*/

#left .card,
#centered .card {
    margin-bottom: 15px;
}

#right .card-body .product-item.toedit {
    color: #164d5e;
    cursor: pointer;
}

#right .card-body .product-item.todo {
    display: block;
    color: #ccc;
    font-size: 14px;
    cursor: pointer;
}

#right .card-body .product-item.todo {
    display: block;
    color: #ccc;
    font-size: 14px;
    cursor: pointer;
}

#right .card-body .product-item .icon-stack {
    max-width: 14%;
}

#right .card-body .product-item .item-stack {
    line-height: 1.2;
    max-width: 85%;
    font-weight: 700;
}

#right .card-body .product-item.todo .item-stack {
    font-weight: 400;
}

#right .card-body .product-item .user::before {
    content: "\f406";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 15px;
}

#right .card-body .product-item.toedit .status::before {
    content: "\f304";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 13px;
    color: #FF990C;
    position: relative;
    top: -1px;
    left: -10px;
}

#right .card-body .product-item.notactive .status::before {
    content: '';
    /*display : none;*/
}

/*#shoppingcart{*/
/*font-size     : 13px;*/
/*line-height   : 1.5;*/
/*float         : left;*/
/*width         : 100%;*/
/*margin-bottom : 15px;*/
/*}*/

#shoppingcart .tickets-type-title,
#shoppingcart .basket-subtotal,
.order-products-cont .headline-details-row .headline-title {
    color: #1493bc;
    font-weight: 700;
}

#shoppingcart .basket-subtotal {
    font-size: 16px;
    font-weight: 700;
    color: #3FC0E8;
    line-height: 1.8em;
}

/*#shoppingcart .basket-product{*/
/*padding : 5px 0;*/
/*}*/

#shoppingcart .basket-product.delivery-cart-row {
    border-top: 1px dashed #3FC0E8;
}

/*#shoppingcart .card-footer{*/
/*font-size   : 16px;*/
/*font-weight : 700;*/
/*border-top  : 1px dashed #3FC0E8;*/
/*color       : #3FC0E8;*/
/*line-height : 1.8em;*/
/*background  : none;*/
/*}*/

/*#shoppingcart .card-footer .small-btn,*/
.add-coupon-button,
.load-photo-btn,
.productfooter .small-btn {
    height: 20px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #1CB5E4;
    background: #10B1E3;
    background: -moz-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31C5EF), color-stop(100%, #10B1E3));
    background: -webkit-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -o-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -ms-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: linear-gradient(to bottom, #31C5EF 0%, #10B1E3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31C5EF', endColorstr='#10B1E3', GradientType=0);
    color: #fff;
}

#shoppingcart .modal-body span {
    font-size: 12px;
    color: black;
    font-weight: 500;
}

#shoppingcart .modal-footer .btn-default {
    background: lightgray;
    border: none;
}

.seasonpass-container .add_cart.btn,
.seasonpass-container .remove_cart.btn {
    padding: 0 10px;
    vertical-align: middle;
    border-radius: 6px;
    font-size: 11px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #1CB5E4;
    background: #10B1E3;
    background: -moz-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31C5EF), color-stop(100%, #10B1E3));
    background: -webkit-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -o-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -ms-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: linear-gradient(to bottom, #31C5EF 0%, #10B1E3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31C5EF', endColorstr='#10B1E3', GradientType=0);
    color: #fff;
}

.seasonpass-box .modal-footer .btn-clearcart-modal,
.seasonpass-box .modal-footer .btn-default {
    height: 20px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #1CB5E4;
    background: #10B1E3;
    background: -moz-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31C5EF), color-stop(100%, #10B1E3));
    background: -webkit-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -o-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -ms-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: linear-gradient(to bottom, #31C5EF 0%, #10B1E3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31C5EF', endColorstr='#10B1E3', GradientType=0);
    color: #fff;
}

.seasonpass-box .modal-footer .btn-default {
    background: lightgray;
    border: none;
}

.load-photo-btn {
    height: auto;
    width: 28%;
}

.imguploaded img {
    width: auto;
    height: 100px;
    margin-top: 15px;
    border: 1px solid #10B1E3;
}

/*#legend-widget .legend-1half{*/
/*font-size      : 12px;*/
/*line-height    : 1.5;*/
/*margin-bottom  : 15px;*/
/*display        : flex;*/
/*flex-direction : column;*/
/*}*/

/*#legend-widget .legend-1half span:first-child{*/
/*color : #e34556;*/
/*}*/

/*#legend-widget .legend-2half h3{*/
/*font-size   : 14px;*/
/*font-weight : 700;*/
/*color       : #3FC0E8;*/
/*line-height : 1.8em;*/
/*margin      : 0;*/
/*}*/

/*#legend-widget .legend-2half .legend_box{*/
/*font-size      : 12px;*/
/*line-height    : 15px;*/
/*padding-bottom : 5px;*/
/*}*/

/*#legend-widget .legend-2half .legend_box span{*/
/*display        : inline-block;*/
/*width          : 8%;*/
/*height         : 15px;*/
/*vertical-align : top;*/
/*margin-right   : 5px;*/
/*}*/

/*#legend-widget .legend-2half .legend_box span:last-child{*/
/*width : 70%;*/
/*}*/

/*#legend-widget .legend-2half .legend_box span.cal_selected,*/
/*td.active.day{*/
/*background : none repeat scroll 0 0 #e34556 !important;*/
/*}*/

/*td.active.day div{*/
/*border : 1px solid white;*/
/*}*/

/*#legend-widget .legend-2half .legend_box span.cal_avail{*/
/*background : none repeat scroll 0 0 #3FC0E8;*/
/*}*/

/*#legend-widget .legend-2half .legend_box span.cal_none{*/
/*background : none repeat scroll 0 0 #f6f6f6;*/
/*}*/

#selectedEvent .formaccount-panel .compileMe,
#selectedEvent .formaccount-panel .editMe {
    font-size: 13px;
}

.js-ticketshowing label,
.js-default-ticketshowing label {
    margin-bottom: .5rem !important;
    font-size: 13px !important;
}

.bordered-content-first {
    overflow: hidden;
    border: 1px solid #C7E7F1;
    border-radius: 5px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px #E5E5E5 inset;
    font-size: 13px;
    padding: 10px 10px;
}

.bordered-content-second {
    padding: 10px 5px;
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    background: #F9F9F9 none repeat scroll 0 0;
    margin-bottom: 15px;
}

/*.bordered-content-second label{*/
/*line-height   : 20px;*/
/*font-size     : 14px;*/
/*margin-bottom : 10px;*/
/*}*/

.bordered-content-first .userform {
    overflow: hidden;
    padding: 15px;
}

.bordered-content-first .userform .form-group.row label {
    color: #1493BC;
    font-weight: 700;
    line-height: 1.2;
    display: inline-table;
    vertical-align: middle;
    width: 25%;
    margin: 0;
    font-size: 13px;
}

.bordered-content-first .userform .form-group.row .requiring-label {
    font-size: 11px;
    font-weight: normal;
    color: #6D6E70;
    display: block;
    font-style: italic;
    line-height: inherit;
}

.bordered-content-first .userform .form-group.row .form-control {
    width: 75%;
    height: 30px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    box-shadow: 0 0 10px #E5E5E5 inset;
    font-size: 13px;
}

.bordered-content-first .userform .form-group.row input {
    padding: 0 8px;
    outline: 0 none;
    background: transparent none repeat scroll 0 0;
    vertical-align: baseline;
    border: 0 none;
    margin: 0;
    font-weight: inherit;
    font-family: inherit;
    font-size: 13px;
}

form input.has-error:not(.image-input) {
    border: 1px solid #d20223 !important;
}

.image-input {
    visibility: hidden;
}


form span.error {
    color: #d20223;
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 1.2;
}

.payment-method-box {
    margin-bottom: 0;
}

.payment-method-box .payment-method-title,
.order-confirm-box .order-confirm-title,
.seasonpass-box .seasonpass-box-title,
.generaladm-box .generaladm-box-title,
.tickets-container .noprod-head label
    /*, #shoppingcart .basket-headline.empty label*/
{
    color: #1493bc;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
}

.seasonpass-box p,
.generaladm-box p,
.seasonpass-box ul {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}

.seasonpass-box ul {
    padding: 0 20px;
    line-height: inherit;
}

.seasonpass-box p a {
    text-decoration: underline;
}

.seasonpass-container,
.tickets-container {
    padding: 0 15px;
}

.seasonpass-container .seasonpass-container-headline,
.tickets-container .tickets-container-headline {
    background-color: #EEEEEE;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    line-height: 40px;
}

.seasonpass-container .seasonpass-container-headline .tktname label,
.seasonpass-container .seasonpass-container-headline .tktprice label,
.seasonpass-container .seasonpass-container-headline .tktqty label,
.tickets-container .tickets-container-headline .tktname label,
.tickets-container .tickets-container-headline .tktprice label,
.tickets-container .tickets-container-headline .tktqty label {
    font-size: 13px;
    color: #1493bc;
    font-weight: 700;
    margin: 0;
}

/*.tickets-container .product_row .price small:before {*/
/*content:"/"*/
/*}*/
.tickets-container .product_row .price small,
.heading-checkout .price small {
    position: relative;
    display: inline-block;
}

.tickets-container .product_row .price small::before,
.heading-checkout .price small::before {
    content: '';
    border-bottom: 2px solid #d20223;
    width: 100%;
    position: absolute;
    right: 0;
    top: 49%;
}

.tickets-container .product_row .badge.badge-primary,
.order-products-cont .body-details-row .badge.badge-primary {
    background-color: #3FC0E8;
    padding: .4em;
    font-size: 76%;
}

.tickets-container .product_row .couponremove i {
    cursor: pointer;
}

.payment-method-box .custom-control-label {
    font-size: 13px;
    display: inline-table;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    color: inherit;
    margin: 0;
}

.payment-method-box #selectPayment label.custom-control-label:before {
    display: none;
}

.tickets-container .noprod-body label {
    line-height: 1.5;
}

.notice-content ul,
.notice-content p,
.notice-content .noticeblock {
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    /*margin: 0;*/
}

.notice-content .noticeblock div {
    color: #1493bc;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
}

.notice-content .noticeblock div:first-child {
    margin: 0;
}

.notice-content p span {
    color: #d20223;
}

.notice-content ul {
    padding-left: 15px;
    list-style: none;
}

.notice-content ul li::before {
    content: "*";
    color: #10B1E3;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 900;
}

.notice-content p::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #10B1E3;
    padding-right: 5px;
}

.notice-content.renew-info-content {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
}

.notice-content .renew-info-label {
    font-weight: 700;
    color: #3FC0E8;
}

.order-resume p {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    margin-bottom: 15px;
}

.checkout-total-amount {
    border-color: #3FC0E8;
    border-style: dashed;
    border-width: 1px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #3FC0E8;
    line-height: 1.8em;
    padding: 10px 5px;
    border-radius: 0;
    background: transparent;
    margin-bottom: 0;
}

.delivery-form .selected-delivery-cont select,
.couponform .selected-coupon-cont .checkout-input {
    max-width: 60%;
    font-size: 12px;
}

/* footer */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .socials {
    padding-bottom: 50px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer .social {
    margin: 0 20px;
    transition: all 200ms cubic-bezier(.31, 1.81, .69, 2.53);
    -ms-transition: all 200ms cubic-bezier(.31, 1.81, .69, 2.53);
    -webkit-transition: all 200ms cubic-bezier(.31, 1.81, .69, 2.53);
}

footer .social:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

footer .social img {
    width: 80px;
    height: 80px;
}

/*footer .container { max-width: 936px; }*/
footer a,
footer a:hover,
footer a:focus,
footer a:active {
    outline: 0;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
}

footer .footer-links {
    justify-content: space-around;
}

footer .footer-links .menuTab a {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
}

footer .footer-links .menuTab a:hover {
    opacity: 0.8;
}

footer .footer-links .menuTab.text-buy a {
    color: #E40C6C;
}

footer .footer-links .menuTab.text-parkattr a {
    color: #063F52;
}

footer .footer-links .menuTabtext-dining a {
    color: #703F8C;
}

footer .footer-links .menuTab.text-plan a {
    color: #1FB3A0;
}

footer .footer-links .menuTab.text-smartfun a {
    color: #FF990C;
}

footer .footer-links .menuTab.text-education a {
    color: #84BF20;
}

footer .footer-links .menuTab.text-conversation a {
    color: #008C00;
}

footer .footer-links .menuTab.text-parkinfo a {
    color: #1CB5E4;
}

footer .footer-sponsor {
    border-bottom: 1px solid #CCCCCC;
    padding: 30px 0 15px;
}

footer .footer-sponsor .nature {
    width: 160px;
}

footer .footer-sponsor .awards {
    width: auto;
}

footer .footer-utils {
    padding: 15px 0;
    justify-content: center;
}

footer .footer-utils .menuTab a {
    font-size: 12px;
    border-right: 1px solid;
    padding: 0 15px;
}

footer .footer-utils .menuTab:last-child a {
    border-right: none;
}

footer .footer-rights {
    font-size: 12px;
    line-height: 1.5em;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background: rgba(0,0,0,.7);*/
    z-index: 5000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: fixed;
    border-radius: 50%;
    animation: spin .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-ocp {
    display: inline-block;
    width: auto;
    min-width: 180px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 5px;
    background: #10B1E3;
    background: -moz-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31C5EF), color-stop(100%, #10B1E3));
    background: -webkit-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -o-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -ms-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: linear-gradient(to bottom, #31C5EF 0%, #10B1E3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31C5EF', endColorstr='#10B1E3', GradientType=0);
    border: none;
}

.reservation-btn-ocp a {
    display: inline-block;
    width: auto;
    min-width: 210px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    background: #10B1E3;
    background: -moz-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31C5EF), color-stop(100%, #10B1E3));
    background: -webkit-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -o-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: -ms-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
    background: linear-gradient(to bottom, #31C5EF 0%, #10B1E3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31C5EF', endColorstr='#10B1E3', GradientType=0);
    border: none;
}

.btn-ocp:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
}

.btn-ocp.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.btn-ocp span,
.btn-ocp.update_tkt_owner {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}

.btn-ocp.update_tkt_owner {
    cursor: pointer;
}

.btn-print {
    min-width: 270px !important;
}

.btn-print span::after {
    top: 1px;
    content: "\f105";
    position: relative;
    float: right;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.btn-ocp.btn-next span::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    float: right;
    display: inline-block;
    right: 5%;
    top: 5%;
}

.btn-ocp.btn-back span::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    float: right;
    display: inline-block;
    right: 93%;
    top: 5%;
}

a {
    transition: color 300ms ease-out;
    -ms-transition: color 300ms ease-out;
    -webkit-transition: color 300ms ease-out;
}

a,
a:hover, a:focus {
    outline: 0;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
}

/*.legend_cal_selected{*/
/*background : #e34556;*/
/*}*/

/*.legend_high_availability{*/
/*background : #339900;*/
/*}*/

/*.legend_medium_availability{*/
/*background : #FFCC00;*/
/*}*/

/*.legend_low_availability{*/
/*background : #990000;*/
/*}*/

/*.legend_soldout{*/
/*background : #333333;*/
/*}*/

/*.legend_unavailable{*/
/*background : #f6f6f6;*/
/*}*/

/*.legend_available{*/
/*background : #1CB5E4;*/
/*}*/

/*.high_availability{*/
/*background : #339900 !important;*/
/*}*/

/*.medium_availability{*/
/*background : #FFCC00 !important;*/
/*}*/

/*.low_availability{*/
/*background : #990000 !important;*/
/*}*/

/*.no_availability{*/
/*background      : #333 !important;*/
/*color           : #fff;*/
/*text-decoration : line-through;*/
/*cursor          : not-allowed;*/
/*}*/

/*.performance{*/
/*background : #10B1E3;*/
/*color      : #fff;*/
/*border     : none;*/
/*display    : inline-block;*/
/*padding    : 5px 12px;*/
/*}*/

/*.perf-selected{*/
/*background : #e34556 !important;*/
/*}*/

/*.selected{*/
/*background : #10B1E3 !important;*/
/*color      : #fff !important;*/
/*}*/

.event-card {
    margin-bottom: 5px;
    border-radius: 5px;
}

.payg-card {
    border: 1px solid #063F52;
}

.camps-card {
    border: 1px solid #84bf21;
}

.yec-card {
    border: 1px solid #008C00;
}

.event-card .card-event-link .card-button {
    font-size: 14px;
    min-height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payg-card .card-event-link {
    color: #063F52;
}

.camps-card .card-event-link {
    color: #84bf21;
}

.yec-card .card-event-link {
    color: #008C00;
}

.event-card .card-event-link .card-button[aria-expanded="true"] {
    color: #fff;
    border-radius: 0;
    border: 0;
}

.payg-card .card-event-link .card-button[aria-expanded="true"] {
    background: #0a6887;
    background: -moz-linear-gradient(top, #0a6887 0%, #064053 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a6887), color-stop(100%, #064053));
    background: -webkit-linear-gradient(top, #0a6887 0%, #064053 100%);
    background: -o-linear-gradient(top, #0a6887 0%, #064053 100%);
    background: -ms-linear-gradient(top, #0a6887 0%, #064053 100%);
    background: linear-gradient(to bottom, #0a6887 0%, #064053 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a6887', endColorstr='#064053', GradientType=0);
}

.camps-card .card-event-link .card-button[aria-expanded="true"] {
    background: #84BF21;
    background: -moz-linear-gradient(top, #9DDC34 0%, #84BF21 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9DDC34), color-stop(100%, #84BF21));
    background: -webkit-linear-gradient(top, #9DDC34 0%, #84BF21 100%);
    background: -o-linear-gradient(top, #9DDC34 0%, #84BF21 100%);
    background: -ms-linear-gradient(top, #9DDC34 0%, #84BF21 100%);
    background: linear-gradient(to bottom, #9DDC34 0%, #84BF21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9DDC34', endColorstr='#84BF21', GradientType=0);
}

.yec-card .card-event-link .card-button[aria-expanded="true"] {
    background: #008C00;
    background: -moz-linear-gradient(top, #79BC18 0%, #008C00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79BC18), color-stop(100%, #008C00));
    background: -webkit-linear-gradient(top, #79BC18 0%, #008C00 100%);
    background: -o-linear-gradient(top, #79BC18 0%, #008C00 100%);
    background: -ms-linear-gradient(top, #79BC18 0%, #008C00 100%);
    background: linear-gradient(to bottom, #79BC18 0%, #008C00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79BC18', endColorstr='#008C00', GradientType=0);
}

.event-card .card-event-link .card-descr .buy-btn {
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 80px;
}

.payg-card .card-event-link .card-descr .buy-btn {
    border: 1px solid #063F52;
    background: #0a6887;
    background: -moz-linear-gradient(top, #0a6887 0%, #064053 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a6887), color-stop(100%, #064053));
    background: -webkit-linear-gradient(top, #0a6887 0%, #064053 100%);
    background: -o-linear-gradient(top, #0a6887 0%, #064053 100%);
    background: -ms-linear-gradient(top, #0a6887 0%, #064053 100%);
    background: linear-gradient(to bottom, #0a6887 0%, #064053 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a6887', endColorstr='#064053', GradientType=0);
}

.camps-card .card-event-link .card-descr .buy-btn {
    border: 1px solid #84bf21;
    background: #84BF21;
    background: -moz-linear-gradient(top, #9DDC34 0%, #84BF21 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9DDC34), color-stop(100%, #84BF21));
    background: -webkit-linear-gradient(top, #9DDC34 0%, #84BF21 100%);
    background: -o-linear-gradient(top, #9DDC34 0%, #84BF21 100%);
    background: -ms-linear-gradient(top, #9DDC34 0%, #84BF21 100%);
    background: linear-gradient(to bottom, #9DDC34 0%, #84BF21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9DDC34', endColorstr='#84BF21', GradientType=0);
}

.yec-card .card-event-link .card-descr .buy-btn {
    border: 1px solid #008C00;
    background: #008C00;
    background: -moz-linear-gradient(top, #79BC18 0%, #008C00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79BC18), color-stop(100%, #008C00));
    background: -webkit-linear-gradient(top, #79BC18 0%, #008C00 100%);
    background: -o-linear-gradient(top, #79BC18 0%, #008C00 100%);
    background: -ms-linear-gradient(top, #79BC18 0%, #008C00 100%);
    background: linear-gradient(to bottom, #79BC18 0%, #008C00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79BC18', endColorstr='#008C00', GradientType=0);
}

.card-button.collapsed:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    display: inline-block;
    right: 10%;
    top: 5%;
}

.card-descr {
    font-size: 12px !important;
    color: #000;
    font-weight: 100;
}

.payglanding-cont .card-descr .heading,
.campslanding-cont .card-descr .heading,
.yeclanding-cont .card-descr .heading {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
}

.payglanding-cont .card-descr .heading strong,
.payglanding-cont .card-descr i {
    color: #1CB5E4;
}

.yeclanding-cont .card-descr .heading strong,
.yeclanding-cont .card-descr i {
    color: #e34556;
}

.campslanding-cont .card-descr .heading strong,
.campslanding-cont .card-descr i {
    color: #FF990C;
}

.card-button:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    display: inline-block;
    right: 10%;
    top: 5%;
}

.buy-card-button:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    display: inline-block;
    right: 10%;
    top: 5%;
    color: #fff;
}

.buy-card-button:hover {
    color: #fff !important;
}

.card-button:not(collapsed):focus {
    background-color: #063F52 !important;
    color: #fff !important;
}

.card-title-event {
    padding: 0px !important;
}

.card-body .main-container #centered .payg-card .picture_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border: 4px solid deepskyblue;
    backface-visibility: hidden;
}

.infoBox {
    height: 150px;
    border: 1px solid #CCCCCC;
    overflow: auto;
    padding: 10px;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.infoBoxParag {
    border: none;
    height: auto;
    padding: 10px 0;
}

.infoBox ul {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin: 0;
    padding-left: 10px;
}

.infoBox ol {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin: 0;
    list-style-position: inside;
    padding-left: 15px;
}

.infoBoxParag > i:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
}

.productlist.userform {
    border-top: 1px solid #C7E7F1;
}

#navBarGeneralMenuSmartFun .default-bg,
#navBarGeneralMenuFastrack .default-bg,
#navBarGeneralMenuMerchandise .default-bg {
    background: #10B1E3;
    line-height: 1.6;
    font-size: 13px;
    padding: 5px 10px 5px 20px;
    /*cursor      : pointer;*/
}

#navBarGeneralMenuSmartFun .default-bg:first-child,
#navBarGeneralMenuFastrack .default-bg:first-child,
#navBarGeneralMenuMerchandise .default-bg:first-child {
    -webkit-box-shadow: 0px -3px 5px rgba(11, 123, 158, 0.75);
    -moz-box-shadow: 0px -3px 5px rgba(11, 123, 158, 0.75);
    box-shadow: 0px -3px 5px rgba(11, 123, 158, 0.75);
    border-bottom: 1px solid #0e9fcc;
}

#navBarGeneralMenuSmartFun .default-bg .navbar-toggler,
#navBarGeneralMenuFastrack .default-bg .navbar-toggler,
#navBarGeneralMenuMerchandise .default-bg .navbar-toggler {
    font-size: 13px;
}

.performance-container ul.tabs-vertical {
    line-height: inherit;
    font-size: inherit;
    width: 15%;
    list-style: none;
    padding: 0;
}

.tabling-info-input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
    margin: 2px;

}

.tabling-info-input.high_availability {
    background: #339900;
}

.tabling-info-input.medium_availability {
    background: #FFCC00;
}

.tabling-info-input.perf-selected {
    border-radius: 5px 0 0 5px;
    border: 2px solid #e34556;
    border-right: none;
    color: #333333;
    text-decoration: underline;
    right: -2px;
    position: relative;
    background: #fff !important;
    margin: 0;
}

.tabling-info {
    height: 100%;
    border-radius: 0 4px 4px 0;
    border: 2px solid #e34556;
    padding: 2px 10px;
    overflow: hidden;
    width: 100%;
}

.tabling-info h1 {
    color: #1493BC;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

.header-navbar {
    width: 80%;
}

.continue-button {
    margin-bottom: 20px;
}

.tabling-info .perf-col {
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 2px;
}

.modal-footer {
    display: block;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.shoppingcart .modal-footer {
    display: flex;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.tc a {
    text-decoration: underline;
}

.subtitle-underline a {
    text-decoration: underline;

}

.pck-logo {
    width: 130px !important;
    height: 90px !important;
}

.pck-title {
    color: #333333 !important;
    font-size: 14px !important;
}

.ms-alert-image {
    width: 35%;
}

.ms-alert {
    border: 1px solid #1CB5E4;
    display: none !important;
}

.performance-date {
    color: red;
}

.captchaError {
    border: 1px solid #d20223 !important;
    padding: 10px;
    border-radius: 3px;
}

/* Tickets Selection */

@media (max-width: 991.9px) {
    html, body {
        margin-bottom: 0;
    }

    .link-footer {
        border-right: none !important;
    }

    .basket-container-lg {
        margin-top: 20px;
    }

    header::after {
        display: none;
    }

    header .logo-mobile {
        width: 30%;
        min-height: auto;
    }

    header .logo-mobile img {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }

    .main-container.container-fluid {
        padding: 0;
    }

    .calendar-next-button {
        padding-right: 20px;
    }

    .renew-button {
        padding-right: 30px !important;
    }

    .backnext-buttons {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .container {
        max-width: 770px;
    }

    .label-qty {
        width: 50%;
        float: right;
        margin-right: 30px;
    }

    .default-bg {
        background: #10B1E3;
        background: -moz-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31C5EF), color-stop(100%, #10B1E3));
        background: -webkit-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
        background: -o-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
        background: -ms-linear-gradient(top, #31C5EF 0%, #10B1E3 100%);
        background: linear-gradient(to bottom, #31C5EF 0%, #10B1E3 100%);
        background-color: rgba(0, 0, 0, 0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31C5EF', endColorstr='#10B1E3', GradientType=0);
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        font-size: 15px;
    }

    .default-bg a {
        width: 85%;
        font-weight: bold;
    }

    .default-bg .navbar-toggler {
        color: white;
        font-size: 20px;
        border: none;
    }

    .default-bg #navBarGeneralMenuSmartFun {
        width: 100%;
        margin: 15px 0 0;
        line-height: 1.6;
        font-size: 13px;
    }


    .social-row {
        text-align: center;
    }

    .basket-md {
        margin-top: 30px;
    }

    .next-btn-md {
        min-width: 15%;
        margin-right: 20px;
    }

    .selected-delivery-price {
        margin-left: 20px;
    }

    #selectedEvent .card .global-header::before {
        background: none;
        left: 0;
    }

    #selectedEvent .card .global-header::after {
        background: none;
        right: 0;
    }

    #selectedEvent {
        padding-top: 245px;
    }

    #selectedEvent .breadcrumb li {
        font-size: 11px;
        padding-right: 9%;
    }

    #selectedEvent .card-header {
        display: block !important;
    }

    #selectedEvent .card-header .sel-days {
        float: none !important;
    }

    #selectedEvent .card-body .description {
        line-height: 1.4;
    }

    #selectedEvent .card-body .tickets-container,
    #selectedEvent .card-body .seasonpass-container {
        padding: 0 5px;
    }

    #selectedEvent .card-body .tickets-container .tickets-container-headline,
    #selectedEvent .card-body .tickets-container .prod,
    #selectedEvent .card-body .seasonpass-container .seasonpass-container-headline,
    #selectedEvent .card-body .seasonpass-container .prod {
        margin: 0 -5px;
        padding: 0 5px;
    }

    #selectedEvent .card-body .tickets-container .prod .confirmation-col {
        padding: 0 5px;
    }

    #selectedEvent .card-body .tickets-container .tktname,
    #selectedEvent .card-body .tickets-container .tktprice,
    #selectedEvent .card-body .tickets-container .tktqty,
    #selectedEvent .card-body .tickets-container .prod tktname,
    #selectedEvent .card-body .tickets-container .prod tktprice,
    #selectedEvent .card-body .seasonpass-container .prod tktqty,
    #selectedEvent .card-body .seasonpass-container .tktname,
    #selectedEvent .card-body .seasonpass-container .tktprice,
    #selectedEvent .card-body .seasonpass-container .tktqty,
    #selectedEvent .card-body .seasonpass-container .prod tktname,
    #selectedEvent .card-body .seasonpass-container .prod tktprice,
    #selectedEvent .card-body .seasonpass-container .prod tktqty {
        padding: 0;
    }

    #selectedEvent .card-body .tickets-container .tktname,
    #selectedEvent .card-body .tickets-container .prod tktname,
    #selectedEvent .card-body .seasonpass-container .tktname,
    #selectedEvent .card-body .seasonpass-container .prod tktname {
        width: 35%;
    }

    #selectedEvent .card-body .tickets-container .headline-title.tktname,
    #selectedEvent .card-body .tickets-container .headline-title.tktqty,
    #selectedEvent .card-body .tickets-container .prod .tktname,
    #selectedEvent .card-body .tickets-container .prod .tktqty {
        width: 35%;
    }

    #selectedEvent .card-body .tickets-container .tktprice,
    #selectedEvent .card-body .tickets-container .prod tktprice,
    #selectedEvent .card-body .seasonpass-container .tktprice,
    #selectedEvent .card-body .seasonpass-container .prod tktprice {
        width: 30%;
        text-align: center !important;
    }

    #selectedEvent .card-body .tickets-container .tktqty,
    #selectedEvent .card-body .tickets-container .prod tktqty,
    #selectedEvent .card-body .seasonpass-container .tktqty,
    #selectedEvent .card-body .seasonpass-container .prod tktqty {
        width: 35%;
        text-align: center !important;
    }

    #selectedEvent .card-body .tickets-container .tktname label,
    #selectedEvent .card-body .tickets-container .tktprice label,
    #selectedEvent .card-body .tickets-container .tktqty label,
    #selectedEvent .card-body .seasonpass-container .tktname label,
    #selectedEvent .card-body .seasonpass-container .tktprice label,
    #selectedEvent .card-body .seasonpass-container .tktqty label {
        font-size: 11px !important;
        line-height: 30px;
    }

    #selectedEvent .card-body .tickets-container .prod span,
    #selectedEvent .card-body .seasonpass-container .prod span {
        font-size: 11px !important;
        line-height: 1.5;
        display: inline-table;
        vertical-align: middle;
    }

    #selectedEvent .card-body .tickets-container .prod .select-qty-form,
    #selectedEvent .card-body .seasonpass-container .prod .select-qty-form {
        width: 100% !important;
    }

    .bordered-content-first .userform .form-group.row label,
    .bordered-content-first .userform .form-group.row .form-control {
        width: 100%;
    }

    #selectedEvent .upsell .card .card-header h5 a,
    #selectedEvent .upsell .card .card-header h5 a:focus,
    #selectedEvent .upsell .card .card-header h5 a:hover,
    #selectedEvent .upsell .card .card-header h5 a:active {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    #selectedEvent .upsell .card .card-header h5 a .fa-2x::before {
        font-size: 20px;
        display: flex;
    }

    .generaladm-box .heading-checkout {
        display: block !important;
    }

    .generaladm-box .heading-checkout label {
        margin-bottom: 0;
    }

    .generaladm-box .heading-checkout .checkout-subtotal-p {
        font-size: 12px;
    }

    .delivery-form,
    .couponform {
        display: block !important;
    }

    .delivery-form .selected-delivery-cont,
    .couponform .selected-coupon-cont {
        width: 100% !important;
    }

    .bordered-content-first .userform {
        padding: 0;
    }

    .payment-sel-cont {
        padding: 5px;
        line-height: 1.5;
        display: block !important;
    }

    .payment-sel-cont .payment-input {
        width: 100%;
        padding: 5px 0;
    }

    .btn.btn-annualpass.small-btn, .btn.btn-annualpass.small-btn:hover, .btn.btn-annualpass.small-btn:focus, .btn.btn-annualpass.small-btn:active {
        width: 100%;
        margin: 5px 0;
    }

    footer {
        position: relative;
    }

    footer .socials {
        padding: 0 0 20px;
        max-width: 400px;
        margin: 0 auto;
    }

    footer .social {
        width: 15%;
        height: auto;
        margin: 0 2%;
    }

    footer .social img {
        background-position: 0 0;
        position: relative;
        width: 45px;
        height: 45px;
    }

    footer .footer-rights {
        text-align: center;
    }

    footer .footer-rights .generic-row {
        display: flex;
        justify-content: center;
    }

    .btn-ocp {
        min-width: 45%;
        font-size: 15px;
        border-radius: 15px;
        padding: 0 10px;
    }

    .btn-ocp span,
    .btn-ocp.update_tkt_owner {
        font-size: 15px;
    }

    .load-photo-btn {
        width: 40%;
    }

    .ticketpage {
        padding-top: 315px !important;
    }
}

@media (max-width: 767.9px) {
    header .logo {
        width: 110px;
        left: 10px;
        top: -10px;
    }

    header .logo img {
        max-width: 100%;
    }

    .firstLevelLink_menu {
        display: block;
    !important;
    }

    .label-qty {
        width: 25%;
        align-items: right;
        float: right;
        margin-right: 65px;

    }

    .coupon-input {
        padding: 0px !important;
    }

    .checkoutrenew-name {
        padding-left: 0px !important;
    }

    .renew-button {
        padding-right: 30px !important;
    }

    /*.mobile-none {
        display: none!important;
    }*/
}

@media screen and (min-width: 320px ) and (max-width: 575px) {

    .payglanding-cont .card-descr,
    .campslanding-cont .card-descr,
    .yeclanding-cont .card-descr {
        padding: 1.25rem 0;
    }

    .use-coupon {

    }

    .payment-input-label {
        align-items: start !important;
    }

    .xs-renew-button {
        min-width: 50% !important;
    }

    .calendar-next-button {
        padding-right: 10px;
    }

    .basket-container-sm {
        max-width: 575px !important;
    }

    .reset-button {
        min-width: 50% !important;
    }

    .renew-button {
        padding-right: 30px !important;
    }

    .backnext-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .payglanding-cont .card-descr .heading,
    .campslanding-cont .card-descr .heading,
    .yeclanding-cont .card-descr .heading {
        font-size: 17px;
    }

    .payglanding-cont .card-descr .location,
    .campslanding-cont .card-descr .location,
    .yeclanding-cont .card-descr .location {
        font-size: 11px !important;
    }

    .label-qty {
        width: 55%;
        float: right;
        margin-right: 20px;
    }

    .print-btn-mobile {
        min-width: 60%;
    }

    input[type='checkbox'] {
        /* remove browser chrome */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        top: 4px;
        left: 1px;
        width: 16px;
        height: 16px;
        display: block;
        /*add styling */
        position: absolute;
        border: 1px solid #455A64;
        overflow: hidden;
        border-radius: 3px;
        cursor: pointer;
    }

    input[type='checkbox']::before {
        content: '';
        color: #fff;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px !important;
        background-color: transparent;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 2px;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        /* base64 encoded to make things easier to show
            normally you would use an image or a font
        */
        background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZD0iTTQxNy43NSAxNDEuNWMwIDYuMjUtMi41IDEyLjUtNyAxN2wtMjE1IDIxNWMtNC41IDQuNS0xMC43NSA3LTE3IDdzLTEyLjUtMi41LTE3LTdsLTEyNC41LTEyNC41Yy00LjUtNC41LTctMTAuNzUtNy0xN3MyLjUtMTIuNSA3LTE3bDM0LTM0YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsNzMuNSA3My43NSAxNjQtMTY0LjI1YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsMzQgMzRjNC41IDQuNSA3IDEwLjc1IDcgMTd6Ij48L3BhdGg+Cjwvc3ZnPgo=");
    }

    input[type='checkbox']:checked::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}

header .main-menu .navbar-nav .dropdown-menu::before {
    border-bottom: 5px solid #1CB5E4 !important;

}

header .main-menu .navbar-nav .dropdown-menu::after {
    border-top: 5px solid blue !important;
}

header .main-menu .navbar-nav .pad .pa1,
header .main-menu .navbar-nav .pad .pa2,
header .main-menu .navbar-nav .pad .pa3,
header .main-menu .navbar-nav .pad .pa4,
header .main-menu .navbar-nav .pad .pa5 {
    border: 1px solid !important;

}

.qty-input {
    text-align: center;
}

#intro .cabanamap {
    position: relative;
    display: block;
    margin-top: 0px;
}

.cabanamap .holder {
    display: flex;
    position: relative;
}

.cabanamap .Lv2Map {
    opacity: 1;
}

.cabanamap img {
    margin: 20px 0;
    width: 100%;
}

map {
    display: inline;
}

@media only screen
and (min-width: 320px)
and (max-width: 995px)
and (orientation: portrait) , only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait) , only screen
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .overlay-div {
        overflow: hidden;
        min-height: 211px;
        background-size: cover;
    }

    .event-container .card-img {
        width: 20%;
    }

    .product_title {
        text-align: center;
        padding: 15px;
    }

    .modal.fade .modal-dialog {
        max-width: 100%;
    }

    .card-img-overlay {
        position: initial;
        width: 100% !important;
    }

}


@media only screen
and (min-width: 320px)
and (max-width: 1108px)
and (orientation: portrait) {
    .card-img-overlay {
        position: initial;
        width: 100% !important;
    }

}

@media screen and (min-width: 320px ) and (max-width: 768px) {


    .events-headline div h1 {
        font-size: 24px;
    }

    .card-img-top {
        width: 70%;
    }

}


@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px)
and (orientation: portrait) {
    .overlay-div-img {
        margin-top: 0;
        background-position: center;
        background: url(/oceanpark_promotion/resources/images/banner_mobile-e95720eda472c343901ff61c5b6a00c3.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .water-img {
        margin-top: 0;
        background-position: center;
        background: url(/oceanpark_promotion/resources/images/banner_water_mobile-40d7751acf45782e334e465513bae9dd.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ms-alert {
        display: flex !important;
    }
}

.force-cursor-onlink {
    cursor: pointer;
}
