
section.detail{
    background:#fff;
    color:#1d1d1d;
    padding:54px 30px 0px 30px;
}


section.detail p{
    /*margin-bottom:35px;
    margin-top:15px;*/
}


section.detail p span {
    /*color: #00799c;*/
    /*font-weight: 700;*/
}

section.detail .yolo-county {
    margin-top: 30px;
    /*padding-left: 20px;*/
}

section.detail .yolo-county p {
    font-weight: 700;
    font-family: 'roboto_slabregular';
    font-size: 15;
}

section.detail .yolo-county ul {
    display: inline-block;
    margin-top: 10px;
}

section.detail .yolo-county ul li {
    display: inline-block;
    float: left;
    list-style: none;
    background: rgba(0, 61, 43, .7);
    border:1px solid rgb(98,185,149);
    border-radius: 5px;
    padding: 0px 10px;
    margin-right: 10px;
    margin-bottom: 13px;
}

section.detail .yolo-county ul li p {
    font-weight: 300;
    color: #FFFFFF;
    font-family:'LatoRegular';
    font-size: 14px;
}

section.detail ul {
	margin-left:20px;
}

/*
section.detail a{
    padding:10px 25px;
    border:1px solid rgb(98,185,149);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color:#1d1d1d;
    font-family: 'LatoRegular';
    font-size:14px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

section.detail a:hover{
    background:rgb(98,185,149);
    color:#fff;
}
*/

section.calendar, section.faq {
    background: #fff;
    color: #1d1d1d;
    padding: 54px 30px 75px 30px;
    width: calc(100% - 60px);
    display: inline-block;
}

/*--------- Tool Tip ---------------*/
.subtitle-content {
  font-size: 16px;
  color: #888888;
  margin-top: -14px;
  margin-bottom: 22px;
}

#event-tooltip {
  position: absolute;
  display: none;
  width: 352px;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 1px 4px 4px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 4px 4px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 4px 4px 2px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
#event-tooltip.show-tip :before {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid #263c49 15px;
  top: -15px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

#event-tooltip.show-tip {
  opacity: 1;
  top: 30px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#event-tooltip .header-tooltip {
  background-color: #263c49;
  border: 1px solid #263c49;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  text-align: center;
  padding-bottom: 18px;
  padding-top: 16px;
}
#event-tooltip .header-tooltip h4 {
  color: #FFFFFF;
  margin: 0px;
  letter-spacing: 1px;
      font-family: 'LatoRegular';
}
#event-tooltip .header-tooltip span {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 16px;
}
#event-tooltip .event-tooltip-body {
  padding: 0px 25px 30px;
}
#event-tooltip h3 {
  color: #1d1d1d;
  font-size: 21px;
  margin-bottom: 0px;
}
#event-tooltip p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  margin-top: 6px;
}
#event-tooltip p a {
  color: #00799c;
  font-weight: 500;
}
#event-tooltip.event-popup :before {
  border-bottom: solid #00799c 25px;
  top: -25px;
}
#event-tooltip.event-popup .header-tooltip {
  background-color: #00799c;
  border: 1px solid #00799c;
}
#event-tooltip.event-popup .event-tooltip-body {
  padding: 17px 15px 25px;
}
#event-tooltip.event-popup img.minus-icon {
  margin-bottom: -3px;
  margin-right: 11px;
}
#event-tooltip.event-popup label {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
}
#event-tooltip.event-popup label:before {
  display: none;
}
#event-tooltip.event-popup form {
  text-align: center;
  padding-bottom: 0px;
}
#event-tooltip.event-popup form .box-event-popup {
  width: 271px;
  margin: 10px auto;
  text-align: left;
}
#event-tooltip.event-popup ul.list-day {
  padding: 17px 23px;
  background: rgba(0, 121, 156, 0.1);
  display: inline-block;
  margin-bottom: 15px;
}
#event-tooltip.event-popup ul.list-day li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 14px;
}
#event-tooltip.event-popup ul.list-day li:nth-child(3n+0) {
  margin-right: 0px;
}
#event-tooltip.event-popup a:before, #event-tooltip.event-popup span:before {
  display: none;
}
#event-tooltip.event-popup a.cancel {
  color: #00799c;
  margin-left: 5px;
}
#event-tooltip.event-popup a.add-date {
  text-align: left;
  display: inline-block;
  margin-bottom: 15px;
}
#event-tooltip.event-popup a.add-date span {
  font-weight: 500;
}
#event-tooltip.event-popup input[type="text"].selectedDate {
  width: 96px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#event-tooltip.event-popup [type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: -0.25em;
  border-radius: 16px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #00799c;
  transition: 0.5s ease all;
  background: #FFFFFF;
  position: inherit;
  margin-left: 0px;
  margin-right: 5px;
}
#event-tooltip.event-popup [type="radio"]:checked + span:before {
  background: #00799c;
  box-shadow: 0 0 0 1px #00799c;
}
#event-tooltip button.custom-1 {
  border: 0px;
  color: white;
  background-color: #62b995;
  box-shadow: 0 0px 0px 0px #2a756e;
  -moz-box-shadow: 0 0px 0px 0px #2a756e;
  -webkit-box-shadow: 0 0px 0px 0px #2a756e;
  width: 115px;
  height: 40px;
  border-radius: 10px;
  font-size: 16px;
  float: none;
  margin-top: 15px;
}
#event-tooltip button.custom-1:hover {
  background-color: #54ac88;
}
#event-tooltip button.custom-1:before {
    display: none;
}


/* calendar */
 #f-calendar table tr:hover {
  background-color: transparent;
  cursor: auto;
}

#f-calendar {
  border: solid 1px #d7d7d7;
  border-bottom: 0px;
  color: #1d1d1d;
  font-family: 'Lato', sans-serif;
    /*width: 61%;*/
    float: left;  
}
#f-calendar .fc-toolbar {
  padding-top: 8px;
  padding-left: 8px;
}
#f-calendar .fc-toolbar .fc-center button {
  display: inline-block;
  background: transparent;
  border: none;
  box-shadow: none;
  height: 30px;
  vertical-align: middle;
  color: #000;
  opacity: .2;
  font-weight: normal;
}
#f-calendar .fc-toolbar .fc-center h2 {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  line-height: 30px;
  vertical-align: middle;
}

.fc-bg .fc-today {
  padding: 8px 12px;
  background: rgba(217, 139, 58, 0.2);
}

.fc-view, .fc-view > table {
  margin-right: 0px;
}

.fc-view, .fc-view > table td {
  font-size: 12px;
  font-weight: normal;
  color: #1d1d1d;
  background-color: #FFFFFF;
}

.fc-view .fc-day-number.fc-other-month {
  opacity: 0.2;
}

.fc-view .fc-widget-header {
  border: none;
}

.fc-ltr .fc-basic-view .fc-day-number {
  padding: 8px 12px 6px 0px;
}

.fc-view .fc-widget-header th {
  font-size: 12px;
  font-weight: normal;
  color: #1d1d1d;
  padding: 12px 0;
}

.fc-event {
  background: #00799c;
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
  border-radius: 10px;
  padding: 0 10px;
  margin: 1px 6px 3px;
  cursor: pointer;
}
.fc-event .fc-content {
  text-overflow: ellipsis;
}

.fc-view-container td.fc-day:not(.fc-other-month):hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.04);
  background-image: url(../img/plus-icon-hover.png);
  background-repeat: no-repeat;
  background-position: center;
}

.fc-content-skeleton {
  pointer-events: none;
}

.fc-content-skeleton .fc-event-container a.fc-event {
  pointer-events: auto;
}

/*
    Event This Week
*/
.event-this-week {
    float: left;
    width: calc(38% - (40px));
    margin-left: 40px;
}
.event-this-week h3 {
    color:#1d1d1d;
}

.event-this-week ul {

}

.event-this-week ul li{
    list-style: none;
    margin-bottom: 25px;
}

.event-this-week ul li p.title {
    font-weight: 700;
}

.event-this-week ul li p.date {
    font-size: 14px;
    margin: 0;
    padding: 0px;
}

.event-this-week ul li a {
    color: rgba(0, 61, 43, .7);
    text-decoration: underline;
    font-family: 'LatoRegular';
    font-weight: 700;
}

/*
    Boarding
*/
section.boarding, section.buy-ticket {
    /*background: #263c49;*/
    background: #efefef;
    /*color: #FFFFFF;*/
    padding: 54px 30px 75px 30px;
    

    display: inline-block;
    
    width: calc(100% - (60px));
}
section.boarding .map {
    float: left;
    display: inline-block;
}
section.boarding .map-content {
    float: left;
    display: inline-block;
    margin-left: 20px;

    width: calc(100% - (420px));
}
section.boarding h2 {
    /*color: #FFFFFF;*/
}
section.boarding p.sub-title{
    color: #62b995;
    font-weight: 700;
}
section.boarding a {
    display: block;
    font-family: 'LatoRegular';
    width: 164px;
    padding: 8px 0px;
    color: #FFFFFF;
    background: #447563;
    text-align: center;
    border-radius: 6px;
    margin-top: 20px;
}
section.boarding a:hover {
    opacity: 0.8;
}

/*
    FAQ
*/
v
section.faq {
    width: calc(100% - (60px));
}
section.faq h2 {
    margin-bottom: 10px;
}
section.faq span{
    color: #d98b3a;
    /*font-size: 14px;
    font-weight: 700;*/
    font-family: 'LatoRegular';
}
section.faq a.seeall {
    display: block;
    font-family: 'LatoRegular';
    width: 108px;
    padding: 8px 0px;
    color: #FFFFFF;
    background: #447563;
    text-align: center;
    border-radius: 6px;
    margin-top: 14px;
    float: right;
    font-size: 14px;
}
.map-direction:hover, .link-ticket:hover, .seeall:hover {
    text-decoration: none;
}
section.faq a.seeall:hover {
    opacity: 0.8;
}
section.faq .panel-default {
    border: 1px solid rgba(0,0,0,0.15);
        border-radius: 10px;
    margin-bottom: 18px;
}
section.faq .clear {
    margin-bottom: 25px;
}
section.faq .panel-default.in {
    border: 2px solid #62b995;

}
section.faq .panel-heading {
    padding: 13px 24px;
}
section.faq .panel-default .panel-heading {
    background: url(../img/plus-icon.png) no-repeat right;
}
section.faq .panel-default.in .panel-heading {
    background: url(../imgs/minus-icon.png) no-repeat right;
}
section.faq .panel-heading:hover {
    cursor: pointer;
}
section.faq .panel-heading p span {
    font-weight: 700;
    color: #1d1d1d;
    font-style: italic;
}
section.faq .panel-default .panel-collapse {
    display: none;
    padding: 13px 24px;
}
section.faq .panel-default.in .panel-collapse {
        display: block;
    width: calc(100% - (48px));
    border-top: 1px solid rgba(0,0,0,0.15);
}
/*
    Buy Ticket
*/
section.buy-ticket {
    padding: 50px 30px 20px;
}
section.buy-ticket ul.ticket {
    display: inline-block;
    padding-top: 0px;
}
section.buy-ticket ul li {
    display: inline-block;
    list-style: none;
}
section.buy-ticket ul.ticket li:nth-child(2) {
    margin-top: -12px;
}
section.buy-ticket a.link-ticket {
    background: #62b995;
    border-color: #62b995;   
    display: block;
    margin-bottom: 25px;

}

/*
    Additional Styles By Syarif
*/
.clear.booking {
    display: none;
}
.full-width-container{
    border-bottom: solid 1px #efefef;
}
.single-big-col{
    /*max-width: 800px;*/
    /*margin: 0 auto;*/
    margin-left: 30px;
    margin-right: 30px;
    /*margin-top: 50px;*/
}
.purcase-box{
    background: #efefef;
    border-radius: 8px;
    margin-bottom: 15px;
}
.select-event {
    background-color: white !important;
}
.purcase-box-title{
    font-family: 'roboto_slabregular';
    font-size: 16px;
    color: #ffffff;
    border-radius: 8px 8px 0 0;
    margin: 0;
    background: #4f5858;
    padding: 0 25px;
    line-height: 45px;
    letter-spacing: .1px;
}
.purcase-box-body{
    padding: 24px 21px;
    border-radius: 8px;
}
/*
FORMs
*/
.purcase-form{
    width: auto;
    height: auto;
    margin: 0;
}
.purcase-form select,
.purcase-form input{
    font-family: 'LatoRegular';
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #b3b3b3;
    padding: 10px 30px 10px 17px;
    color: #444444;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.purcase-form select{
    background: #FFFFFF url('../img/arrow-select.png') no-repeat right 21px center;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
/*
TRIP DETAILS
*/
.trip-details{
    /*text-align: center;*/
}
.trip-details .select-trip{
    width: 47.8%;
    margin-right: 18px;
}
.trip-details .select-date,
.trip-details .select-time{
    position: relative;
    padding-left: 54px;
    padding-right: 0;
    z-index: 1;
}
.trip-details .select-date{
    width: 131px;
    margin-right: 18px;
}
.trip-details .select-date-label{
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px -46px 0px 0px;
    background: url('../img/form-sprites.png') center top;
    z-index: 2;
    border-right: 1px solid #b3b3b3;
}
.trip-details .select-time{
    width: 210px;
    background-position: right 10px center;
}
.trip-details .select-time-label{
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px -46px 0px 0px;
    background: url('../img/form-sprites.png') center top -40px;
    z-index: 2;
    border-right: 1px solid #b3b3b3;
}
.purcase-btn-submit{
    /*border: 1px solid #D98B3A;*/
    background-color: #447563;
    color: #FFF;
    width: 83px;
    font-family:"Lato Bold";
    font-size: 14px;
    font-weight: 100;
    border-radius: 10px;
    width: 147px;
    height: 40px;
    line-height: 36px;
}
.purcase-btn-submit:hover{
    opacity: 0.8;
}
.purcase-btn-submit.center{
    margin: 21px auto 0;
    /*float: none;*/
}
.trip-details h2{
    /*font-size: 21px;*/
    /*line-height: 21px;*/
    margin: 0;
    /*font-family: 'roboto_slabregular';*/
    /*font-weight: bold;*/
}
#extraDetails {
    font-size: 12px;
    line-height: 19px;
    color: #6f6f6f;
    width: calc(100% - (250px));
}
.trip-details p{
    font-family: 'LatoRegular';
    font-size: 14px;
}
.trip-details > div[class^="info"]{
    float: left;
}
.trip-details .info-1{
    padding-right: 22px;
    margin-right: 22px;
    border-right: solid 1px #959595;
}
.trip-details .edit-info{
    float: right;
}
.trip-details .edit-info button{
    background: #00799c;
    border-color: #00799c;
}
/*SEAT LIST*/
ul.seat-list, .meal-selection-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.seat-list li, .meal-selection-list li {
    margin-bottom: 15px;
    /*padding-bottom: 15px;*/
}
.split {
    margin-top: 15px;
    color: #bbbcbc;
    background-color: #bbbcbc;
    border-top: 1px solid #bbbcbc;
}
.mealsRemaining {
    
}
ul.seat-list li:last-child{
    margin-bottom: 0;
}
ul.seat-list li>div:not(.clear) {
    display: inline-block;
    vertical-align: middle;
}
ul.seat-list li .seat-desc, .meal-selection-list .seat-desc {
    width: calc(100% - (250px));
    font-family: 'LatoRegular';
}
ul.seat-list li .seat-desc h4, .meal-selection-list h4 {
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    margin: 0 0 6px;
}
.meal-selection-list .seat-desc {
    display: inline-block !important;
}
ul.seat-list li .seat-desc p, .meal-selection-list .seat-desc p{
    font-size: 12px;
    line-height: 19px;
    /*font-weight: 500;*/
    /*color: #6f6f6f;*/
}
ul.seat-list li .seat-price{
    width: 130px;
    text-align: center;
    font-family:"Lato Bold";
    font-size: 14px;
}
ul.seat-list li .seat-qty, .meal-selection-list .seat-qty {
    width: 105px;
}
.seat-qty button{
    width: 31px;
    float: none;
    display: inline-block;
    margin-right: -4px;
    height: 33px;
    color: #000;
    border: solid 1px #c2c2c2;
    border-radius: 10px 0 0 10px;
    text-indent: -9999em;
    background: url('../img/form-sprites.png') rgba(94,96,94, .5) center top -84px;
}
.seat-qty button:last-child{
    border-radius: 0 10px 10px 0;
    background: url('../img/form-sprites.png') rgba(94,96,94, .5) center top -124px;
}
.seat-qty input{
    width: 50px;
    margin-right: -4px;
    line-height: 31px;
    padding: 0;
    text-align: center;
    border: solid 1px #c2c2c2;
    border-left-width: 0;
    border-right-width: 0;
    font-family:"Lato Bold";
    font-size: 16px;
    vertical-align: top;
    border: none;
    height: 33px;
}
/*
BOOKING FORM
*/
.book-form p{
    margin: 0;
    font-family: 'LatoRegular';
    font-size: 14px;
    color: #000000;
    line-height: 21px;
}
.book-form p a{
    color: #00799c;
}
.book-form .book-buttons{
    margin: 24px auto 44px;
    width: 300px;
}

.book-form .book-buttons button{
    min-width: 125px;
    height: 45px;
    padding: 0 22px;
    width: auto;
    float: left;
    margin: 0 4px;
}
.book-form .book-buttons button.cancel {
    background: #bbbcbc !important;
    border-color: #c4c4c4;
}
td[title="Available"] .ui-state-default {
    background-color: rgba(0, 61, 43, .4);
    border: 1px solid rgba(0, 61, 43, .5);
    border-radius: 8px;
    color: white;
}

#passList, #addOns {
    display: inline-block;
}
#passList {
    width: calc(40%);
}
#addOns {
    width: calc(40%);
    text-align: right;
    position: absolute;
    right: 21px;
}
.timer {
    display: inline-block;
    /*height: 20%;
    width: 20%;*/
}
#clockdiv {
    display: inline-block;
    font-family: 'LatoRegular';
    margin-left: 21px;
}
#gotoPayment {
    float: right;
    padding-right: 8px;
    height: 43px;
    line-height: 43px;
}
#expired {
    color: red;
    margin-left: 21px;
}
.faqHeader {
    font-weight: 700;
    color: #1d1d1d;
    font-style: italic;
}
.faqBody {
    margin-bottom: 16px;
}
.panel-collapse {
    /*background: #efefef;*/
}
#experienceDropdown {
    margin-right: 18px;
}
#selectEvent, #selectTickets, #reviewOrder {
    padding-top: 35px;
}
#eventDetails p {
    font-size: 12px;
    line-height: 19px;
    color: #6f6f6f;
    font-family: 'LatoRegular';
    font-weight: 100;
}
#timesChange, .timesChange {
    font-family: 'LatoRegular';
    font-size: 12px;
    line-height: 18px;
    color: #888888;
    display: inline-block;
    vertical-align: top;
    border-bottom: solid 1px #d7d7d7;
    width: 100%
}
#applyPromoBtn, #applyGCBtn {
    height: 22px;
    width: 48px;
    border-radius: 5px;
    border: 1px solid orange;
}
.module {
  margin: 10px;
  width: 320px;
  height: 279px;
  float: left;
  background-size: cover;
  position: relative;
}

 .module h2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px 0px 10px 0px;
  color: white;
  margin: 0px auto;
  font-size: 27px;
  width: 320px;
}
 #promoCode {
     font-weight: 800; 
     text-transform: uppercase;
 }
 #giftCardCode {
     width: 145px;
     margin-right: 5px;
     font-weight: 800;
 }
 #giftCardPin {
     width: 53px;
     font-weight: 800;
 }
 #redeemButton, #redeemGCButton {
     text-decoration: underline !important;
 }
 #redeemButton:hover, #redeemGCButton:hover {
     cursor: pointer;
 }
 #discount, .gcAmountOff {
     color: #c41518 !important;
     font-style: italic;
 }
 #promoInfo {
     display: none;
 }
 #bundleProducts {
    font-size: 12px;
    line-height: 19px;
    color: #6f6f6f;
    margin: 0px !important;
 }
 #discountTitle, .gcTitle {
     color: #c41518 !important;
     font-style: italic;
 }
 .dialog-confirm { 
     z-index: 1000 !important;
 }
 #payPalIFrame {
    width: 516px;
    height: 260px;
    /*height: 355px;*/
    border: none;
 }
 #iframeContainer {
    height: 250px !important;
 }
 .ui-dialog {
     width: 550px !important;
     height: 372px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
#customerNotes {
    font-family: 'LatoRegular';
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.25);
    background: #fff;
    color: #444444;
    line-height: 21px;
    padding: 8px 12px 9px;
    margin-right: 10px;
    max-width: 603px;
    width: calc(100% - (24px));
 }
#billAdd, #rider, #gifteeEmail {
    max-width: 400px;
}
.billAdd, .gifteeEmail {
    display: inline-block;
    padding: 0px 0px 8px 0px !important;
}
#billAddLabel, #riderLabel, #gifteeEmailLabel {
    display: inline;
    font-weight: 300;
}
#riderFirstName, #riderLastName {
    display: none;
    margin: 4px 0px 0px 0px;
    width: 130px;/*268px;*/
    font-family: 'LatoRegular';
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.25);
    background: #fff;
    color: #444444;
    line-height: 21px;
    padding: 8px 12px 9px;
    margin-right: 10px;
    max-width: 285px;
    width: calc(100% - (39px));
}
#billingFields, #gifteeFields {
    display: none;
}
.recipName, .recipEmail {
    width: 100%;
}
.paper {
    width: 400px;
    height: 200px;
    border: 1px solid #cacbcd;
}
.ticketConf {
    width: 400px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/*.ipad-iphone {
    position: relative;
    top: 2px;
}*/

.fc-button {
    /*float: none !important;*/
    width: 60px !important;
}
.fc-left {
    display: inline-block;
    float: left;
}
.fc-right {
    text-align:right;
}
.fc-left h2 {
    text-align: left;
}
#smallDrop select {
    width: 186px !important;
}
.billAdd {
    width: 100% !important;
}
.seat-qty {
    float: right;
}
.mobileBlock, .mobileInlineBlock, .mobileInline {
    display: none;
}
.legal {
    font-size: 12px;
    line-height: 13px;
    padding: 25px;
}
.clockdivMob, .expiredMob {
    display: none;
}
.changeTicket {
    padding-left: 14px; height: 43px; line-height: 43px;
}
.split {
    border-top: 1px solid #bbbcbc !important;
}
#order-detail-box, #data-order-box, #meal-selection-box {
    /*margin-right: 25px;*/
    margin-left: 25px;
}
#price-details-box {
    margin-right: 25px;
}
.gotoPayment {
    /*margin-right: 25px !important;*/
}
.changeTicket {
    margin-left: 25px;
}
.paper {
    width: 506px; 
    height: 200px; 
    border: 1px solid #cacbcd; 
    margin: 0px auto;
}
#order-detail-box .purcase-box-body {
    padding-bottom: 0px !important;
}
.iPad-center, .book-form:last-child {
    display: inline-block;
}
#ticketing .book-form {
    margin-bottom: 50px;
}
.ui-dialog-buttonpane button {
    height: 28px;
    border-radius: 6px;
}
#iframeContainer input.primary {
    background: black !important;
}
.ui-widget button:hover {
    opacity: .5;
}
.progressBtn {
    display: none;
    width: 210px;
}
.progressBtn img {
    display: block;
    margin: auto;
}
#data-order-boxMob {
    margin-top: 50px;
}
#meal-selection-box {
    display: none;
}
.sold-out-calendar {
    background-color: #dc969f;
}
.sister-train {
    display: inline-block;
    margin-left: 20px;
    color: white;
    font-weight: 400;
}
.sister-train a {
    color: white;
    text-decoration: underline;
}
.ratio { 
  max-width: 100%; 
  height: auto; 
  vertical-align: top;
}
.ratio {
  background-size: 50% auto;
  background-color: rgba(0,0,0, 0.1);
  background-image: url('data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%20282.69%20228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20fill%3D%22%23A5A5A5%22%20cx%3D%22115.3%22%20cy%3D%2235.75%22%20r%3D%2235.75%22%2F%3E%3Cpath%20fill%3D%22%23A5A5A5%22%20d%3D%22M188.7%2C228h-81.34c-10.27%2C0-16.24-11.86-10.28-20.41l38.69-55.48l42.65-61.2%20c5.03-7.22%2C15.53-7.22%2C20.56%2C0l42.64%2C61.17l38.7%2C55.51c5.96%2C8.55-0.02%2C20.4-10.28%2C20.4H188.7z%22%2F%3E%3Cpath%20fill%3D%22%23A5A5A5%22%20d%3D%22M2.48%2C206.79l55.44-78.81c4.27-6.07%2C12.64-7.54%2C18.72-3.29l112.83%2C78.81%20c10.8%2C7.54%2C5.46%2C24.51-7.71%2C24.51l-168.27%2C0C2.58%2C228-3.8%2C215.71%2C2.48%2C206.79z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: 50%;
}
.slides li {
    display: none;
}
.flex-control-paging {
    display: none;
}
.upcoming-bar {
    max-width: 300px;
}
.selectMeals {
    padding-right: 54px !important;
    padding-left: 65px !important;
}
.sister-train a:visted {
    color: #fff;
}
#ticketList h3 {
	color: #000;
}/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
