.site-content{
	padding: 0 !important;
}

.input[type="text"], input[type="password"], input[type="submit"], select, textarea {
    height: 40px;
    padding: 10px;
    border: none;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}


a{
	text-decoration: none;
	box-shadow: none !important;
}


a.button, input[type="submit"].button, button.button {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 11px 24px;
    display: inline-block;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    background-color: #ffcb06;
    background: #ffcb06;
	color: #333; 
}

button.button-primary{
	background-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}

button.button-primary:hover{
    color: #fff !important;
}

a.button:hover, input[type="submit"].button:hover, button.button:hover{
	color: #333 !important;
    text-decoration: none;
}
.right{
	float: right;
}

.left{
	float: left;
}

/*-------- System messages ----------*/
.alert {
  padding: 15px 30px !important;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #ffff;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert::before{
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	content: "\f12a";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 7px;
	z-index: 1;
	color: #c09853;
}

.alert,
.alert h4 {
  
}

.alert h4 {
  margin: 0 !important;
  padding: 0;
}

.alert .close {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 20px;
}

.alert .close:hover,.alert .close:focus{
	background: none;
}


.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f8d9d9;
  border: 1px solid #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #555;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}
/*-------- End system messages ----------*/ 

/*-------- Breadcrumbs -------------*/
#breadcrumb-container {
    text-align: right;
    margin: 0 0 20px 0;
}

    #breadcrumb-container ul {
        margin-left: 0;
        padding-left: 0;
    }

    #breadcrumb-container li {
        line-height: 14px;
        list-style: none;
        float: left;
        text-transform: none;
        padding: 0;
        color: #333;
        font-size: 12px;
        font-weight: normal;
        width: 12%;
        height: 42px;
        box-sizing: border-box;
        position: relative;
        text-align: center;
        text-indent: 10px;
        margin: 0 0 0 2px;
    }
        #breadcrumb-container li:first-child {margin-left: 0; text-indent: 0; }

        #breadcrumb-container li a { 
            display: block; 
            height: 100%; 
            color: inherit; 
            text-decoration: none; 
            position: relative; 
            line-height: 41px; 
        }

        #breadcrumb-container li.breadcrumb-completed-item {
            background: black; padding: 0; position: relative; color: #fff; 
        }
        #breadcrumb-container li.breadcrumb-completed-item:after, 
        #breadcrumb-container li.breadcrumb-completed-item:before {
	        left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; z-index: 2;
        }
        #breadcrumb-container li.breadcrumb-completed-item:after {
	        border-color: rgba(0, 0, 0, 0); border-left-color: black; border-width: 20px; margin-top: -20px;
        }
        #breadcrumb-container li.breadcrumb-completed-item:before {
	        border-color: rgba(0, 0, 0, 0); border-left-color: black; border-width: 20px; margin-top: -20px;
        }
        /* Breadcrumb - Previous Item - Left Arrow */
        #breadcrumb-container li.breadcrumb-completed-item:not(:first-child) a:after, 
        #breadcrumb-container li.breadcrumb-completed-item:not(:first-child) a:before {
	        left: 0; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; z-index: 1;
        }
        #breadcrumb-container li.breadcrumb-completed-item:not(:first-child) a:after {
	        border-color: rgba(0, 0, 0, 0); border-left-color: #fff; border-width: 20px; margin-top: -20px;
        }
        #breadcrumb-container li.breadcrumb-completed-item:not(:first-child) a:before {
	        border-color: rgba(0, 0, 0, 0); border-left-color: #fff; border-width: 20px; margin-top: -20px;
        }
        #breadcrumb-container li.breadcrumb-current-item {
            background: #FFCB06; color: #1B1B1B; font-weight: bold;
        }
        #breadcrumb-container li:not(:last-child).breadcrumb-current-item:after, 
        #breadcrumb-container li:not(:last-child).breadcrumb-current-item:before {
	        left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; z-index: 2;
        }
        #breadcrumb-container li:not(:last-child).breadcrumb-current-item:after {
	        border-color: rgba(0, 0, 0, 0); border-left-color: #FFCB06; border-width: 20px; margin-top: -20px;
        }
        #breadcrumb-container li:not(:last-child).breadcrumb-current-item:before {
	        border-color: rgba(0, 0, 0, 0); border-left-color: #FFCB06; border-width: 20px; margin-top: -20px;
        }
        #breadcrumb-container li:not(:first-child).breadcrumb-current-item a:after, 
        #breadcrumb-container li:not(:first-child).breadcrumb-current-item a:before {
	        left: 0; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; z-index: 1;
        }
        #breadcrumb-container li:not(:first-child).breadcrumb-current-item a:after {
	        border-color: rgba(0, 0, 0, 0); border-left-color: #fff; border-width: 20px; margin-top: -20px;
        }
        #breadcrumb-container li:not(:first-child).breadcrumb-current-item a:before {
	        border-color: rgba(0, 0, 0, 0); border-left-color: #FFCB06; border-width: 20px; margin-top: -20px;
        }
        #breadcrumb-container li.breadcrumb-future-item { background: #fff; border: 1px solid #E6E6E6; border-width: 1px 0; color: #767676; }
        #breadcrumb-container li:last-child.breadcrumb-future-item { border-right-width: 1px; }
        #breadcrumb-container li:not(:last-child).breadcrumb-future-item::after, 
        #breadcrumb-container li:not(:last-child).breadcrumb-future-item::before { 
            left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; z-index: 2; 
        }
        #breadcrumb-container li:not(:last-child).breadcrumb-future-item::after {
	        border-color: rgba(0, 0, 0, 0); border-left-color: #fff; border-width: 19px; margin-top: -19px;
        }
        #breadcrumb-container li:not(:last-child).breadcrumb-future-item::before {
	        border-color: rgba(0, 0, 0, 0); border-left-color: #E6E6E6; border-width: 20px; margin-top: -20px;
        }
        #breadcrumb-container li.breadcrumb-future-item a::after, #breadcrumb-container li.breadcrumb-future-item a::before {
	        left: 0; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; z-index: 1;
        }
        #breadcrumb-container li.breadcrumb-future-item a::after {
	        border-color: rgba(0, 0, 0, 0); border-left-color: #fff; border-width: 19px; margin-top: -19px;
        }
        #breadcrumb-container li.breadcrumb-future-item a::before {
	        border-color: rgba(0, 0, 0, 0); border-left-color: #E6E6E6; border-width: 20px; margin-top: -20px;
        }

/*-------- Breadcrumbs ends-------------*/

/*------------search criteria-------------*/
.search-criteria-summary { 
    border: 1px solid #E6E6E6; 
    margin-bottom: 20px; 
    background: #fff;
    line-height: 30px;
}
.search-criteria-item{
    white-space: nowrap; 
    padding: 9px;
    color: #767676;
    display:inline-block;
}

.search-criteria-summary-text{ font-weight: bold; padding-right: 0; color: #1B1B1B}
a.search-criteria-button { 
    padding: 9px 30px; 
    font-size: 14px; 
    font-weight: 500; 
    text-transform: uppercase; 
    background: #333; 
    color: #fff !important;
    float: right;
}

/*------------search criteria end-------------*/

/*-------- Events search results start -------------*/
.site-content{
	background-color: #f5f5f5;
}

.item-container{
	background-color: #fcfcfc;
	margin-bottom: 20px;
	padding: 20px;
}

.event-results .item-content{
	height: 225px;
	line-height: 1.7;
    font-size: 12.5px;
}

.item-container h3{
    font-size: 28px;
    font-weight: 600;
    margin: 0;	
}

.item-container a{
	text-decoration: none;
	box-shadow: none !important;
}

.item-gallery {
    height: 225px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 5px !important
}

.item-gallery.car-gallery{
	height: 150px;
    
}

.item-gallery img {
    height: 100%;
	width: auto !important;
	min-width: 100%;
	max-width: none;
}

.item-content{
	padding-top: 10px;
}

.item-bottom-info{
	position: absolute;
	bottom: -5px;
	width: 100%;
}
/*-------- Events search results end -------------*/


/*-------- Event details start -------------*/
/*-------- Event pictures start -------------*/
.header-picture {
    height: 450px;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.header-picture .header-pictures {
    background: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%;
}

.header-picture .header-pictures .pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.header-picture .header-pictures .arrow-prev {
    width: 100%;
    height: 100%;
    background: url(../images/arrow_left.png) no-repeat center;
}

.header-picture .header-pictures .arrow-next {
    width: 100%;
    height: 100%;
    background: url(../images/arrow_right.png) no-repeat center;
}

.header-picture .photoinfo {
    background: rgba(50,50,50,0.7);
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 110px;
}

.header-picture .photoinfo > * {
    padding: 0 5px;
}
/*-------- Event pictures end -------------*/

/*-------- Event trips details start -------------*/
#calendar-tab-container {
    position: relative;
    margin-bottom: 40px;
    margin-top: 30px;
    border-bottom: 2px solid #FFCB06;
}

#calendar-tab-itinerary {
    padding-bottom: 10px;
}

#calendar-tab-itinerary h2{
	float: left;
	margin-right: 10px;
}

#calendar-tab-calendar {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#calendar-tab-calendar ul {
    margin-left: 0;
    padding-left: 0;
}

#calendar-tab-calendar li {
    list-style: none;
    float: left;
    width: 58px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    background: #1B1B1B;
    padding-top: 8px;
    text-transform: uppercase;
}

#calendar-tab-calendar li.selected-calendar {
    color: #1B1B1B;
    background: #FFCB06;
    font-weight: bold;
}

#calendar-tab-calendar li .calendar-header, #calendar-tab-calendar li .calendar-dayofweek, #calendar-tab-calendar li .calendar-selected-dayofweek {
    font-size: 12px;
    line-height: 12px;
}

#date-selection-container{
	position: relative;
	float: left;
}

.date-selection{
	padding: 5px 10px;
	color: #1B1B1B;
	background: #FFCB06;
	width: 130px;
	cursor: pointer;
	text-align: left;	
	font-size: 12px;
}
.date-selection::after {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	content: "\f073";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -2px;
	right: 15px;
	z-index: 1;
}

strong.date{
	font-size: 15px;
}

#trips-datepicker{
	position: absolute;
	z-index: 100;
}

#header-content-container {
    position: relative;
    z-index: 10;
    border: 1px solid #E6E6E6;
}
#event-trips{
	font-size: 12px;
}

#event-trips .trip-name{
	font-size: 14px;
	font-weight: 500;
	padding-left: 30px;
	line-height: 50px;
	text-align: left;
	float: left;
}

#event-trips .trip-description{
    padding: 10px 30px;
}

#event-trips .trip-schedule-info {
    float: left;
    width: 100px;
    line-height: 50px;
    text-align: left;
    border: none;
    border-bottom: 0;
    border-top: 0;
}

#event-trips .trip-schedule-info:first-child{
	padding-left: 30px;
}

#event-trips .trip-schedule-info.name{
	width: 100%;
}
#event-trips .trip-schedule-info.actions{
	width: auto;
	float: right;
	padding-right: 5px;
}

#title-row .trip-schedule-info > div {
    display: table-cell;
    height: 60px;
    box-sizing: border-box;
    vertical-align: middle;
}
.column .title {
    color: #000;
    font-weight: normal;
}

#event-trips .train-route-container {
    margin: 20px 0px;
    position: relative;
    background: #ffffff;
    border-radius: 0;
}

#event-trips .train-route-container .column-details-toggle {
    background: #A6A6A6;
    cursor: pointer;
    color: #000000;
    font-weight: normal;
    font-size: 24px;
}

#event-trips .column-details-toggle {
    width: 22px;
    margin: 0 !important;
    height: 100% !important;
    position: absolute;
}

#event-trips .train-route-container .column {
    height: 55px;
}
#event-trips .column.left {
    text-align: left !important;
}
#event-trips .column-train-number {
    width: 50px;
    margin-left: 26px !important;
}

.train-route-details{
	background-color: #EFEFEF;
	font-size:14px;
}

.train-route-details a{
	color: #333;
}

a.button.button-yellow, input[type="submit"].button.button-yellow, button.button.button-yellow {
    background: #FFCB06;
    color: #1B1B1B;
}
button.button.button-discount {
	background: #FFCB06;
    color: #333;
    font-weight: 550;
    vertical-align: top;
    line-height: 16px;
    padding: 9px 24px;
}

a.button.button-purple, input[type="submit"].button.button-purple, button.button.button-purple {
    background: #7e4299;
    color: #fff;
}

/*-------- Event trips end -------------*/
/*-------- Event details end -------------*/

/*--------- Age categories start -------------*/
.reservation-details-container{
	padding: 0px;
}

.age-category-selection {
	position: relative;
	background: #FFFFFF;
	width: 320px;
	padding: 20px;
}

.age-category-selection-status{
	font-size: 14px;
}

#total-passengers, #remaining-passengers{
	font-weight: 600;
}

.age-category-list {
	margin: 20px 0 !important;
	padding: 0;
}

.age-category-item{
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
	margin: 5px 0;
	display: block !important;
	padding: 2px 0 2px 20px;
	position: relative;
	height: auto;
}

.age-category-item i{
	font-size: 12px;
}

.ticket-categories-section{
    display: flex;
    justify-content: space-between;
}

.age-category-item>div>div{
	float: left;
	display: flex;
	justify-content: space-between;
}

.age-category-item button{
	background: none;
	display: inline-block;
	border: none;
	width: 20px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	position: relative;
	padding: 0;
	cursor:pointer;
}
.passengers-item button{
	background: none;
	display: inline-block;
	border: none;
	width: 20px;
	height: 16px;
	line-height: 22px;
	text-align: center;
	position: relative;
	padding: 0;
	vertical-align:top;
}

.age-category-item button:hover,.age-category-item button:focus,.passengers-item button:hover,.passengers-item button:focus{
	background: none;
}

.age-category-item button span:before,.passengers-item button span:before{
	content: "";
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px 20px;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0
}

.age-category-item .btn_minus span:before,.passengers-item .btn_minus_passengers span:before{
	color: #b0b0b0;
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	content: "\f056";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 15px;
	z-index: 1;
}

.age-category-item .btn_minus.btn_active span:before, .passengers-item .btn_minus_passengers.btn_active span:before	{
	color: #777;
}

.age-category-item .btn_plus span:before, .passengers-item .btn_plus_passengers span:before{
	color: #b0b0b0;
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	content: "\f055";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 15px;
	z-index: 1;
}

.age-category-value{
	
}

.passengers-item .btn_plus_passengers span:before,.passengers-item .btn_minus_passengers span:before{
	font-size: 16px !important;
}


.age-category-item .btn_plus.btn_active span:before,.passengers-item .btn_plus_passengers.btn_active span:before{
	color: #777;
}

.age-category-item .btn_active,.passengers-item .btn_active{
	color: black;
}

.age-category-item .morethanzero,.passengers-item .morethanzero{
	color: #111111;
}

.age-category-info{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -5px;
	top: 10px;
	transform: translate(0, -50%);
	text-decoration: none
}

.age-category-info::before{
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	color: #0089CF;
	font-weight: 300;
	font-size: 15px;
	content: "\f05a";
	width: 15px;
	height: 15px;
}

.age-category-info:hover::before{
	color: #555;
}

.age-category-info>span{
	display: none;
	opacity: 0;
	position: absolute;
	background: #e6e6e6;
	color: #1D1D1D;
	padding: 25px;
	top: 50%;
	transform: translate(0, -50%);
	left: -255px;
	width: 235px;
	text-indent: 0;
	animation: keyframeFadeIn .25s;
	font-size: 12px;
	line-height: 18px
}

.age-category-info>span:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #FFFFFF transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%)
}

.age-category-info:hover>span, .age-category-info:focus>span{
	display: block;
	opacity: 1
}

.age-category-info__list{
	margin: 0;
	padding: 0
}

.age-category-info__item{
	font-size: 1.4rem;
	line-height: 18px;
	list-style: disc;
	margin: 0 0 5px 20px
}

.reservation-info .checkout-button {
	display: block !important;
	margin: 10px 0;
	font-size: 14px;
}

.reservation-info .checkout-button:after{
	width:0px !important; 
}

.reservation-info .checkout-button.centered{
	margin: 0px auto !important;
}

#selected-seats {
    width: 100%;
    list-style: none;
    text-decoration: none;
    margin: 5px 0px;
    padding: 0;
}

#selected-seats li{
}

.reservation-info{
    background-color: #efefef;
    padding: 10px;
}

/*--------- Age categories end-------------*/

/*--------- Guest details start-------------*/
.guest-details-container{
	background-color: #ffffff;	
	padding: 20px;
}

.guest-details-container .row + .row{
	margin-top: 1.2rem;
}

.guest-details-container label {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

/*--------- Guest details end-------------*/

/*--------- Payment details start-------------*/

.payment-details h1{
	font-size:26px;
}

.payment-details a, a:hover {
    color: #333;
    text-decoration:none;
}

.payment-details .row + .row{
	margin-top: 1.2rem;
}

.trip-info{
	background-color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 14px;
}
.trip-info .item-gallery4{
	height: 225px;
}

.payment-details .fare-details{
	background-color: #FFFFFF;
	padding: 25px;
	margin-bottom: 25px;
}

.payment-details .fare-details .row{
	border-top: 1px solid #E6E6E6;
	padding-top: 13px;
}

.payment-details .row.dark{
	background: #F5F5F5;
	padding-bottom: 15px;
}

.payment-details .fare-details .price{
	text-align:right;
}

.itinerary-details{
	font-size: 14px;
	line-height: 20px;
	padding: 25px;	
}

.itinerary-details .row + .row{
	margin-top: 0px;
}

.itinerary-details .itinerary{
	margin-top: 10px;
}

.item-gallery.payment{
	height: 130px;
}

.payment-details .billing-details {
	background-color: #FFFFFF;
	padding: 25px;
	margin-bottom: 25px;
}

.billing-details .row + .row{
	margin-top: 0px;
}


.payment-details .page-title h1 {
    color: #848484;
    font-size: 30px;
}

.payment-details .trip-info {
    background-color:#FFFFFF;
}

.payment-details .trip-info .event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.payment-details .itinerary-details .content {
    background-color: #FFFFFF;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 20px;
}

.payment-details .fare-details{
    background-color: #FFFFFF;
    padding: 25px;
    margin-bottom: 25px;
}


/*--------- Payment details end-------------*/


/*--------- Payment processor start-------------*/


dl.sp-methods dt,
dl.sp-methods dd {
  display: block;
}
.sp-methods label {
  display: inline !important;
  line-height: 18px;
  font-weight:500;
}
.sp-methods img {
  width: 40px;
  display: inline !important;
  vertical-align:middle;
  margin:0;
}
.sp-methods dd {
  margin-bottom: 5px;
}

.sp-methods{
  margin-top: 5px;
}
.sp-methods input[type=radio]{
    margin-bottom: -5px;
    -webkit-appearance: radio !important;
}
.sp-methods table, .sp-methods td, .sp-methods table, .sp-methods tr{
   border: 0px !important;
   padding:10px; 
}

.sp-methods input,.sp-methods select {
    width:auto !important;
}

.styledRadio {
	width: 30px;
    margin: 16px;
    position: relative;
    display: inline-block;
}
.styledRadio label {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.styledRadio label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    top: 8px;
    left: 7px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.styledRadio label:hover::after {
  opacity: 0.5;
}
.styledRadio input[type=radio] {
  margin-left: 2px !important;
  width: 1px;
  height: 1px;
}
.styledRadio input[type=radio]:checked + label:after {
  opacity: 1;
}

/*--------- Payment processor end-------------*/

.styledCheckbox {
  width: 20px;
  margin: 0px 18px 0px 0px;
  position: relative;
  display: inline;
}
.styledCheckbox label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 24px;
  max-width: none;
  top: 0;
  left: 0;
  background: #eee;
  border: 1px solid #ddd;
}
.styledCheckbox label.outsideLabel {
  cursor: pointer;
  position: absolute;
  width: 200px;
  line-height: 24px;
  height: 0;
  top: 0;
  left: 30px;
  background: #eee;
  border: 0px solid #ddd;
}
.styledCheckbox label.outsideLabel:after {
  background: none;
  border: none;
}
.styledCheckbox label:after {
  opacity: 0.2;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.styledCheckbox label:hover::after {
  opacity: 0.5;
}
.styledCheckbox input[type=checkbox] {
  margin-left: 2px !important;
  width: 1px;
  height: 1px;
  position: absolute;
}
.styledCheckbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}


/*--------- Terms & conditions -------------*/
#conditions{
	padding-bottom:20px;
}
#dialog-container {
  -moz-box-shadow: 0 0 20px #333333;
  padding: 16px 20px;
  background-color: #FFFFFF;
  text-align: left;
}
#dialog-container .dialogCloseButton {
  background: url("../img/close-buttons.png") no-repeat;
  cursor: pointer;
  display: block;
  height: 42px;
  position: absolute;
  right: -24px;
  text-indent: -999em;
  top: -24px;
  width: 42px;
  z-index: 999;
}
#dialog-container p {
  clear: both;
  margin: 0 0 20px;
}
#dialog-container h3.title,
#dialog-container h1 {
  background: none repeat scroll 0 0 #F1F1F1;
  border: 1px solid #EAEAEA;
  color: #333333;
  font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  padding: 6px 11px;
  position: relative;
  margin: 0;
}
.dialogTitle {
  cursor: move;
  display: block;
  height: 28px;
  position: absolute;
  text-indent: -9999px;
  top: -20px;
  width: 100%;
}
.dialogContent {
  margin: 0;
  width: 100%;
  line-height: 20px;
  overflow: auto;
  float: left;
  margin-top: 5px !important;
  clear: none !important;
  text-align: left;
}
.dialogContent input {
  float: left;
}
.dialogContent label {
  float: left;
  font-weight: bold;
  width: 12.5em;
}
.dialogContent form div {
  clear: both;
  margin: 0 0 2.5ex;
}
.dialogContent form .indent {
  display: block;
  margin: 0.5ex 0 0 12.5em;
}
.dialogContent::-webkit-scrollbar {
  width: 12px;
}
.dialogContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.dialogContent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.dialogContentBody {
  border: medium none !important;
  font-size: 1.1em;
  padding: 10px 0px 0;
}
/*--------- Terms & conditions end-------------*/

.bold{
	font-weight:600;
}
.clear{
	clear:both;
}

.spacer20{
	margin:20px 0px;
}

.sp-methods li{
	text-decoration:none;
	display:inline-block;
}

/*--------- timeout modals -------------*/

.session-expiry-icon{
    font-size: 30px;
    margin: 20px;
    color: orange;
}

.session-expired-icon{
    font-size: 30px;
    margin: 20px;
    color: orange;
}

/*--------- timeout modals end -------------*/

.guest-details-container input[type="text"], .guest-details-container input[type="email"], .guest-details-container input[type="url"],  .guest-details-container input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}
.reservation-info button, .reservation-info input[type="submit"] {
    background-color: #222;
    color: #fff;
    text-shadow: none;
    padding: 1em 2em;
	font-weight: 800;
	border: 0;
	box-shadow: none;
}

.payment-options{
    padding: 25px 0;
}

.payment-options h1{
    font-size: 20px;
}
.system-message-container .alert-heading{
	margin:0px !important;
}

.red{
	font-color:red;
	color:red;
}
.green{
	font-color:green;
}

.statusButton{
	background-color:#fff;
	color:#222;
	display:inline-block;
	line-height:0.5; 
	font-weight: 800;
	font-size:14px;
    padding: 0 1em;
    text-shadow: none;
	
}
.passengers-item{
    display:inline-block;
}

/*-------- Stations Site ------------- */
.station-container {
    background-color: #ebebeb;
    padding:10px;
    margin-bottom: 30px;
}

.station-info-container {
    background-color: #F8F7F3;
    border: 1px solid #DDD;
    padding: 5px 10px 0;
    margin: 5px 0;
}

.station-location-details {

}

@media (min-width:1024px){
    .station-location-details {
        text-align:center;
    }
}

.station-map {
    margin-top:5px;
    margin-bottom:5px;
}

.station-address {
    font-size: 10px;
}

.station-description {
    color: #5a5a5a;
    margin-top:10px;
}

.station-description .title {
    font-weight: bold;
    font-size: 30px;
}

.station-description .subtitle {
    font-size: 15px;
    color: #bdbdbd !important;
}

#cars-seating h1, #guest-details h1{
    font-size: 24px;	
}

#cars-seating .item-container h3{
	font-size: 18px;
}

a.cancel-cart-item{
	color:red;
}

#jbd-container .card {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

#jbd-container .card-body {
    padding: 15px; }
#jbd-container .card-body:before, #jbd-container .card-body:after {
    content: " ";
    display: table; }
#jbd-container .card-body:after {
    clear: both; }

#jbd-container .card-heading {
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }

#jbd-container .card-title {
    font-size: 18px; }

#jbd-container .card-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

@media (min-width: 992px) {
    .jbd-container .jitem-card .jitem-img-wrap {
        min-height: 230px; } }
.jbd-container .jbox-card {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all ease 0.3s; }
.jbd-container .jbox-card .jbox-header {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    transition: all ease 0.3s; }
.jbd-container .jbox-card .jbox-header .la {
    font-size: 20px; }
.jbd-container .jbox-card .jbox-header > *:first-child {
    font-weight: bold; }
.jbd-container .jbox-card .jbox-header > * {
    word-break: break-word;
    margin: 0 2px;
    transition: all ease 0.3s; }
.jbd-container .jbox-card .jbox-body {
    min-height: 80px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    transition: all ease 0.3s; }
.jbd-container .jbox-card .jbox-body .jbox-info > * {
    transition: all ease 0.3s; }
.jbd-container .jbox-card .jbox-body .jbox-info > *:first-child {
    font-size: 1.40625rem; }
.jbd-container .jbox-card .jbox-body .jbox-info > * {
    margin: 0; }
.jbd-container .jbox-card .jbox-body .jbox-info-additional {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
.jbd-container .jbox-card .jbox-body .jbox-info-additional > * {
    transition: all ease 0.3s; }
.jbd-container .jbox-card .jbox-body .jbox-img {
    width: 60px;
    height: 60px;
    position: relative; }
.jbd-container .jbox-card .jbox-body .jbox-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.jbd-container .jbox-card .jbox-body .jbox-dir-btn {
    padding: 5px; }
.jbd-container .jbox-card .jbox-body .jbox-dir-btn .jbox-status {
    display: flex;
    justify-content: center;
    padding-bottom: 5px; }
.jbd-container .jbox-card .jbox-body > * {
    margin: 0 2px; }
.jbd-container .jbox-card .jbox-header,
.jbd-container .jbox-card .jbox-body {
    padding: 1em; }
.jbd-container .jbox-card-style-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
.jbd-container .jbox-card-style-center .jbox-header {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0; }
.jbd-container .jbox-card-style-center .jbox-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
.jbd-container .jbox-card-style-center .jbox-body .jbox-info p:first-child {
    font-size: 1.40625rem; }
.jbd-container .jbox-card-style-center .jbox-body .jbox-info-additional {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
.jbd-container .jbox-card-style-reverse .jbox-header {
    flex-direction: row-reverse; }
.jbd-container .jbox-card-style-reverse .jbox-body {
    flex-direction: row-reverse; }
.jbd-container .place-card {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative; }



.event-schedule {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align:center;
}

.event-schedule .show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.event-schedule .header [class^="col-"] {
    background-color: #777;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    border: 0px solid #777777;
}

.event-schedule a {
    color: #36659f;
}

.event-schedule a:hover {
    color: #36659f;
}

.main-container,.post-content{
	overflow: visible !important;
}

/*----------- confirmation page --------*/

.successful-payment-container{
    background: #fff;
    padding: 20px;
    margin: 20px 0;
}

.successful-payment-wrapper {
    text-align:center;
}

.payment-info-box{
    background: #fff;
    padding: 20px;
}

.successful-payment-icon {
    color:green !important;
    font-size:60px !important;
}

.successful-payment-text {
    font-size: 14px;
}
/*--------- end confirmation page ------*/