#nz_toggle {
	height: 1px;
}

.centerObj {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.gpu {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}
.anim {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.no-delay {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}
.touchScroll {
    z-index: 99;
    overflow-y: auto
}
.ios .touchScroll {
    overflow-y: scroll!important;
    -webkit-overflow-scrolling: touch
}
.no-select {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none
}
.box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.fixFloats:after {
    clear: both;
    content: "";
    display: block
}
body {
    background: #00509f;
    max-width: 980px;
    margin: auto
}
#bf-wrapper {
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff
}
#bf-wrapper .container {
    max-width: 860px
}
#bf-wrapper a {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #0066cb
}
#bf-wrapper a:active,
#bf-wrapper a:hover {
    text-decoration: none;
    color: #0066cb
}
#bf-wrapper hr {
    border-color: #005fbd
}
#bf-wrapper hr.flush-top {
    margin-top: 0
}
#bf-wrapper .thin-top {
    margin-top: 5px!important
}
#bf-wrapper .thin-bottom {
    margin-bottom: 5px!important
}
#bf-wrapper h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    color: #ffd305;
    font-weight: 400
}
#bf-wrapper h1 span {
    color: #fff;
    font-weight: 700
}
#bf-wrapper h2 {
    text-transform: uppercase;
    font-size: 23px;
    color: #005fbd;
    font-weight: 900;
    margin: 20px 0
}
#bf-wrapper h2 span {
    color: #f91717
}
#bf-wrapper h3,
#bf-wrapper h4,
#bf-wrapper h5 {
    margin: 0 0 10px;
    font-weight: 900
}
#bf-wrapper p {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5em
}
#bf-wrapper .left {
    float: left
}
#bf-wrapper .right {
    float: right
}
#bf-wrapper .uc {
    text-transform: uppercase
}
#bf-wrapper .iconbf-uniE638 {
    margin-left: 2px;
    margin-right: 12px
}
#bf-wrapper .no-pad {
    padding: 0!important
}
#bf-wrapper .no-pad-bottom {
    padding-bottom: 0!important
}
#bf-wrapper .ico {
    font-size: 30px;
    position: relative;
    top: 9px;
    margin-right: 10px
}
#bf-wrapper .bf-header {
    height: 160px;
    background: url(../img/header.jpg) no-repeat;
    background-size: auto 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
#bf-wrapper .bf-header h1 {
    padding-top: 40px
}
#bf-wrapper .steps {
    z-index: 99;
    min-width: 308px;
    position: absolute;
    display: block;
    padding-top: 20px;
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 468px;
    left: 0;
    right: 0;
    top: 111px
}
#bf-wrapper .steps hr {
    z-index: 10;
    position: absolute;
    border-color: #00509f;
    margin: 0 auto;
    bottom: 31px;
    left: 40px;
    right: 30px
}
#bf-wrapper .steps .step-text {
    margin: 0 20px;
    position: relative
}
#bf-wrapper .steps .step-text p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    display: inline-block;
    text-align: center
}
#bf-wrapper .steps .step-text p.first {
    position: absolute;
    left: -10px
}
#bf-wrapper .steps .step-text p.mid {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 8px
}
#bf-wrapper .steps .step-text p.last {
    position: absolute;
    right: 12px
}
#bf-wrapper .steps .step {
    z-index: 50;
    display: inline-block;
    position: relative
}
#bf-wrapper .steps .step.first {
    position: absolute;
    left: 0
}
#bf-wrapper .steps .step.first .circle {
    left: 35px
}
#bf-wrapper .steps .step.mid {
    left: 5px
}
#bf-wrapper .steps .step.last {
    position: absolute;
    right: 0
}
#bf-wrapper .steps .step.last .circle {
    right: 25px
}
#bf-wrapper .steps .step .circle {
    position: relative;
    width: 50px;
    height: 50px;
    background: #00509f;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
#bf-wrapper .steps .step .circle span {
    font-size: 17px;
    width: 12px;
    height: 24px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
#bf-wrapper .steps .step .circle .iconbf-uniE601 {
    display: none;
    font-size: 32px;
    width: 36px;
    height: 33px
}
#bf-wrapper .steps .step.active .circle {
    width: 55px;
    height: 55px;
    border: 3px solid #00509f;
    background: #fff;
    position: relative;
    top: -2px;
    color: #00509f
}
#bf-wrapper .steps .step.complete .circle {
    background: #00509f;
    border: 0
}
#bf-wrapper .steps .step.complete .circle span {
    display: none
}
#bf-wrapper .steps .step.complete .circle .iconbf-uniE601 {
    display: block
}
#bf-wrapper .bf-container {
    background: #d3f0ff;
    padding: 90px 0 60px;
    position: relative;
    top: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
#bf-wrapper .discount {
    padding: 10px;
    color: #000;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: #ffd305;
    text-align: center;
    position: relative;
    top: 10px
}
#bf-wrapper .discount span {
    color: #f91717;
    font-weight: 900
}
#bf-wrapper .box {
    position: relative;
    background: #005fbd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 15px;
    margin-bottom: 30px
}
#bf-wrapper .box h3.ttl {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px
}
#bf-wrapper .box h3.ttl .ico {
    font-size: 25px;
    top: 5px;
    margin-right: 10px
}
#bf-wrapper .box .list p {
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 5px
}
#bf-wrapper .box .list ul {
    font-weight: 300;
    padding-left: 20px
}
#bf-wrapper .box a {
    color: #fff
}
#bf-wrapper .box h4 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif
}
#bf-wrapper .box h4.ttn {
    text-transform: none
}
#bf-wrapper .box>h4 {
    display: inline-block;
    top: -8px;
    position: relative
}
#bf-wrapper .box .inactiveOverlay {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #005fbd;
    top: 0;
    left: 0;
    display: none;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4
}
#bf-wrapper .box.inactive .inactiveOverlay {
    display: block
}
#bf-wrapper .box .symbol {
    position: relative;
    display: inline-block;
    top: -10px
}
#bf-wrapper .box .select-pill:last-child,
#bf-wrapper .box .toggle-container:last-child {
    margin-bottom: 0
}
#bf-wrapper .box .toggle-content .select-pill .chosen-select .chosen-single {
    margin-left: 18px
}
#bf-wrapper .box hr {
    border-color: #76abdf
}
#bf-wrapper .box .subtotal {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}
#bf-wrapper .box .subtotal p {
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0
}
#bf-wrapper .box .subtotal span {
    position: absolute;
    right: 0
}
#bf-wrapper .footer {
    text-align: center;
    background: #00509f;
    padding: 20px 0;
    display: block
}
#bf-wrapper .footer a {
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 13px
}
#bf-wrapper .next {
    text-align: center
}
#bf-wrapper .next .btn {
    width: 200px;
    display: inline-block
}
#bf-wrapper input.datepicker {
    cursor: pointer;
    border: 0!important;
    position: relative;
    background: #fff;
    font-size: 13px;
    color: #000!important;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 1px;
    margin-top: 0;
    font-weight: 600;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .25)
}
#bf-wrapper .datepicker-container .ico {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    top: auto;
    right: 20px;
    color: #000!important;
    pointer-events: none
}
#bf-wrapper .picker {
    left: 15px
}
#bf-wrapper .picker__holder {
    background: #2192f6;
    border: 0;
    max-width: 351px
}
#bf-wrapper .picker__header {
    padding-bottom: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #94c2fa
}
#bf-wrapper .picker__header .picker__month {
    font-weight: 600
}
#bf-wrapper .picker__header .picker__year {
    font-weight: 600;
    font-size: 1em;
    font-style: normal;
    color: #fff
}
#bf-wrapper .picker__nav--next {
    right: -.7em
}
#bf-wrapper .picker__nav--next,
#bf-wrapper .picker__nav--prev {
    background: #2192f6!important;
    color: #fff
}
#bf-wrapper .picker__nav--next:before,
#bf-wrapper .picker__nav--prev:before {
    font-size: 2em;
    border: 0;
    position: absolute;
    font-family: icomoon;
    content: "\e684";
    top: -3px;
    left: 16px
}
#bf-wrapper .picker__nav--prev {
    left: -.7em
}
#bf-wrapper .picker__nav--prev:before {
    content: "\e686";
    left: auto;
    right: 20px
}
#bf-wrapper .picker__nav--disabled {
    color: #94c2fa!important
}
#bf-wrapper .picker__weekday {
    color: #000;
    font-size: 16px!important
}
#bf-wrapper .picker__day {
    background: #2192f6!important
}
#bf-wrapper .picker__day--disabled,
#bf-wrapper .picker__day--outfocus {
    color: #94c2fa!important;
    border: 0
}
#bf-wrapper .picker__day--infocus {
    color: #fff
}
#bf-wrapper .picker__day--highlighted {
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #ffd305!important;
    width: 33px;
    margin: auto
}
#bf-wrapper .picker__day--highlighted.picker__day--today:before {
    display: none
}
#bf-wrapper .picker__day--today:before {
    content: "•";
    position: absolute;
    top: -8px;
    right: 0;
    border: 0;
    margin: auto;
    left: 0;
    width: 3px;
    height: 3px;
    color: #bcbcbd
}
#bf-wrapper .picker__table td {
    padding: 3px 0
}
#bf-wrapper .select-pill {
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    font-size: 13px;
    color: #000;
    padding: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
#bf-wrapper .select-pill p {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    display: inline-block
}
#bf-wrapper .select-pill span {
    text-transform: none;
    display: inline-block
}
#bf-wrapper .select-pill .chosen-select {
    width: 20%;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    padding-top: 7px;
    background: #fff;
    border-left: 1px solid #005fbd;
    color: #000
}
#bf-wrapper .select-pill .chosen-select .chosen-single {
    color: #000;
    background: #fff!important;
    margin-left: 11px
}
#bf-wrapper .select-pill .chosen-select .chosen-single div {
    right: 0
}
#bf-wrapper .or-option {
    text-align: center;
    font-size: 14px
}
#bf-wrapper p.note {
    color: #c7d9ef;
    font-weight: 300
}
#bf-wrapper .toggle-container {
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #76abdf
}
#bf-wrapper .toggle-container.open>.toggle>.ico:before {
    content: '\e682'
}
#bf-wrapper .toggle-container.open.closeIcon>.toggle .ico:before {
    content: '\e680';
    margin-right: 10px
}
#bf-wrapper .toggle-container.disabled {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}
#bf-wrapper .toggle-container.disabled .toggle {
    cursor: default
}
#bf-wrapper .toggle-container.solid {
    color: #a6a2a9;
    background: #494655
}
#bf-wrapper .toggle-container.solid .toggle-content {
    padding-bottom: 5px
}
#bf-wrapper .toggle-container.solid .subtotal {
    margin: 0
}
#bf-wrapper .toggle-container.solid hr {
    border-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px
}
#bf-wrapper .toggle-content {
    position: relative;
    display: block;
    padding: 20px
}
#bf-wrapper .toggle-content ul {
    padding-left: 15px;
    font-family: 'Source Sans Pro', sans-serif
}
#bf-wrapper .toggle-content .btn {
    position: absolute;
    bottom: 5px;
    right: 20px
}
#bf-wrapper .toggle-content .option {
    position: relative;
    border-bottom: 1px solid #d5d7d9;
    padding: 10px 0 0;
    color: #000;
    font-weight: 700
}
#bf-wrapper .toggle-content .option p {
    font-size: 14px
}
#bf-wrapper .toggle-content .option a {
    color: #f91717;
    position: absolute;
    right: 15px;
    text-transform: uppercase
}
#bf-wrapper .toggle-content .option:first-child {
    padding-top: 0
}
#bf-wrapper .toggle-content .option:last-child {
    padding-bottom: 0;
    border-bottom: 0
}
#bf-wrapper .toggle-content .option:last-child .btn {
    margin-bottom: 0;
    bottom: -15px
}
#bf-wrapper .toggle-content .select-pill {
    text-transform: none;
    background: #0b3082;
    color: #fff;
    font-weight: 400
}
#bf-wrapper .toggle-content .select-pill .chosen-select {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid #005fbd
}
#bf-wrapper .toggle-content .select-pill .chosen-select .chosen-single {
    margin-left: 20px
}
#bf-wrapper .toggle-content .chosen-select {
    background: #0b3082;
    border: 0
}
#bf-wrapper .toggle-content .chosen-select .chosen-single {
    color: #fff;
    font-weight: 400;
    text-transform: none;
    background: #0b3082!important;
    padding-left: 0
}
#bf-wrapper .toggle-content .chosen-select .chosen-single div {
    right: 0
}
#bf-wrapper .toggle-content .chosen-select .chosen-drop {
    background: #2192f6;
    color: #fff
}
#bf-wrapper .toggle-content .chosen-select .chosen-results li.highlighted {
    background: inherit;
    color: #ffd305
}
#bf-wrapper .toggle-content .toggle-container {
    margin: 0 -21px -21px;
    position: relative;
    bottom: -21px
}
#bf-wrapper .toggle-content .toggle-container .toggle {
    background: #0b3082;
    color: #fff
}
#bf-wrapper .toggle-content .toggle-container .toggle .ico {
    right: 10px
}
#bf-wrapper .toggle-content .toggle-container.open .toggle {
    border-bottom: 1px solid #76abdf
}
#bf-wrapper .toggle-content .toggle-container.open .toggle-content {
    background: #0b3082
}
#bf-wrapper .toggle {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    position: relative;
    background: #fff;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer
}
#bf-wrapper .toggle img {
    margin: 1px 0 0 5px;
    vertical-align: top
}
#bf-wrapper .toggle .ico {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    right: 0;
    top: 5px
}
#bf-wrapper .tab-group {
    position: relative
}
#bf-wrapper .tab-group .tabs {
    display: block;
    height: 46px
}
#bf-wrapper .tab-group .tab {
    background: #0256b1;
    cursor: pointer;
    padding: 10px 5px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    position: absolute;
    width: 32%;
    margin: auto;
    left: 0;
    right: 0
}
#bf-wrapper .tab-group .tab h4 {
    font-weight: 400;
    margin: 5px 0;
    text-align: center
}
#bf-wrapper .tab-group .tab:first-child {
    margin-left: 0
}
#bf-wrapper .tab-group .tab:last-child {
    margin-right: 0
}
#bf-wrapper .tab-group .tab.active {
    background: #fff
}
#bf-wrapper .tab-group .tab.active h4 {
    color: #005fbd;
    font-weight: 700
}
#bf-wrapper .tab-group .tab-content {
    display: none;
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 15px
}
#bf-wrapper .tab-group .tab-content.active {
    display: block
}
#bf-wrapper .tab-group .tab-content h5,
#bf-wrapper .tab-group .tab-content h6 {
    color: #005fbd
}
#bf-wrapper .tab-group .tab-content h5 {
    text-transform: uppercase
}
#bf-wrapper .tab-group .tab-content.single {
    -webkit-border-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
#bf-wrapper .tab-group .times {
    text-align: center;
    color: #005fbd
}
#bf-wrapper .tab-group .times p {
    cursor: pointer
}
#bf-wrapper .tab-group .times p.inactive {
    cursor: default;
    color: #c1c1c1
}
#bf-wrapper .tab-group .times .col-sm-12 {
    padding: 0
}
#bf-wrapper .tab-group .times .row {
    margin: 0
}
#bf-wrapper .btn.disabled {
    background: #8ec1f3!important;
    color: #587a9b!important;
    cursor: default;
    pointer-events: none
}
#bf-wrapper .btn-primary {
    background: #f91717;
    color: #2b152c
}
#bf-wrapper .btn-primary:active,
#bf-wrapper .btn-primary:hover {
    background: #fb6262
}
#bf-wrapper .btn-secondary {
    background: #33313d;
    color: #7d7d80
}
#bf-wrapper #booking-summary {
    color: #a3a5b1;
    top: 0;
    background: #151819;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
#bf-wrapper #booking-summary.open {
    height: 100%;
    overflow: auto
}
#bf-wrapper #booking-summary h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0
}
#bf-wrapper #booking-summary hr {
    margin: 0;
    border-color: #6f717d
}
#bf-wrapper #booking-summary .entry {
    position: relative;
    padding: 10px 20px 0
}
#bf-wrapper #booking-summary .entry .selection p {
    margin-bottom: 0
}
#bf-wrapper #booking-summary .entry .selection p:last-child {
    margin-bottom: 10px
}
#bf-wrapper #booking-summary .entry.header {
    padding-top: 20px
}
#bf-wrapper #booking-summary .entry.header h4 {
    margin-top: 0;
    margin-bottom: 20px
}
#bf-wrapper #booking-summary .entry:last-child {
    padding-top: 0
}
#bf-wrapper #booking-summary .entry.details p {
    color: #fff;
    margin-bottom: 0
}
#bf-wrapper #booking-summary .entry.details p span {
    color: #a3a5b1
}
#bf-wrapper #booking-summary .entry.details p:last-child {
    margin-bottom: 15px
}
#bf-wrapper #booking-summary .entry.total:after {
    clear: both;
    content: "";
    display: block
}
#bf-wrapper #booking-summary .entry.total h4 {
    float: left
}
#bf-wrapper #booking-summary .entry.total .amount {
    float: right
}
#bf-wrapper #booking-summary .entry.reserved-time {
    background: #005fbd;
    padding-bottom: 15px;
    color: #c7d9ef
}
#bf-wrapper #booking-summary .entry.reserved-time p {
    margin: 0
}
#bf-wrapper #booking-summary .entry.reserved-time .counter {
    color: #fff
}
#bf-wrapper #booking-summary .entry .summary {
    color: #ffd305;
    cursor: pointer
}
#bf-wrapper #booking-summary .entry .selection p,
#bf-wrapper #booking-summary .entry .subtotal p {
    position: relative
}
#bf-wrapper #booking-summary .entry .selection span,
#bf-wrapper #booking-summary .entry .subtotal span {
    position: absolute;
    right: 0
}
#bf-wrapper #booking-summary .entry .subtotal {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff
}
#bf-wrapper #booking-summary .entry .subtotal p {
    margin: 10px 0 5px
}
#bf-wrapper #booking-summary .entry .ico {
    font-size: 1.8em;
    top: 6px
}
#bf-wrapper #booking-summary p {
    font-size: 13px
}
#bf-wrapper .location-selector-large {
    padding: 30px 0 0
}
#bf-wrapper .location-selector-large .map {
    float: right;
    position: relative;
    width: 357px;
    height: 332px
}
#bf-wrapper .location-selector-large .map li {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    list-style-type: none;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
#bf-wrapper .location-selector-large .map li.selected,
#bf-wrapper .location-selector-large .map li:active,
#bf-wrapper .location-selector-large .map li:hover {
    background: #ffd305
}
#bf-wrapper .location-selector-large .options {
    float: left
}
#bf-wrapper .location-selector-large .options .btn {
    margin: 0
}
#bf-wrapper .location-selector-large .options ul {
    padding: 0;
    text-align: left
}
#bf-wrapper .location-selector-large .options li {
    list-style-type: none;
    cursor: pointer;
    color: #c0bcc1;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 15px;
    margin: 10px 0
}
#bf-wrapper .location-selector-large .options li.selected,
#bf-wrapper .location-selector-large .options li:active,
#bf-wrapper .location-selector-large .options li:hover {
    color: #ffd305
}
#bf-wrapper .location-selector-large .options li:first-child {
    margin-top: 15px
}
#bf-wrapper .location-selector-large .options li:last-child {
    margin-bottom: 15px
}
#bf-wrapper .location-selector-large .options li span {
    display: inline-block;
    width: 30px;
    text-transform: uppercase;
    margin-right: 20px
}
#bf-wrapper .location-selector-large .options h3 {
    font-size: 20px;
    text-align: left;
    color: #c0bcc1;
    text-transform: uppercase
}
#bf-wrapper .location-selector-large .options h3 span {
    color: #ffd305
}
#bf-wrapper .offer-intro {
    color: #000
}
#bf-wrapper .offer-intro hr {
    border-color: #83b2db
}
#bf-wrapper .special-deals .toggle-container {
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-top: 2px;
    border: 1px solid #d5d7d9
}
#bf-wrapper .special-deals .toggle {
    font-weight: 700;
    background: #f91717;
    color: #fff
}
#bf-wrapper .special-deals .toggle .ico {
    margin-right: 20px
}
#bf-wrapper .special-deals .toggle-content {
    padding: 10px
}
#bf-wrapper .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 99
}
#bf-wrapper .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer
}
#bf-wrapper .swiper-active-switch {
    background: #f91717
}
#bf-wrapper .content-slide {
    background: #ffd305;
    overflow: hidden;
    height: 100%;
    color: #000;
    position: relative
}
#bf-wrapper .content-slide img {
    position: relative
}
#bf-wrapper .content-slide .desc {
    padding: 15px;
    position: relative;
    z-index: 99;
    bottom: 0;
    font-size: 14px
}
#bf-wrapper .content-slide .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0!important
}
#bf-wrapper .content-slide .title span {
    color: #f91717
}
#bf-wrapper .content-slide .btn {
    margin: 0
}
#bf-wrapper .swiper-container {
    height: 320px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
#bf-wrapper .confirmation {
    margin-bottom: 40px
}
#bf-wrapper .confirmation h2 {
    color: #f91717;
    margin: 0 0 10px;
    text-transform: none;
    font-size: 25px
}
#bf-wrapper .confirmation h4,
#bf-wrapper .confirmation h5,
#bf-wrapper .confirmation span {
    color: #00509f
}
#bf-wrapper .confirmation h5 {
    font-weight: 400;
    font-size: 15px
}
#bf-wrapper .confirmation h5 a {
    color: #f91717;
    font-weight: 700
}
#bf-wrapper .confirmation h4 {
    font-size: 14px;
    text-transform: uppercase
}
#bf-wrapper .confirmation .btn {
    margin: 5px
}
#bf-wrapper .confirmation .ref {
    color: #f91717;
    font-weight: 600
}
#bf-wrapper .confirmation .ref span {
    color: #f91717;
    font-weight: 700
}
#bf-wrapper .confirmation p {
    line-height: 1em;
    color: #00509f
}
#bf-wrapper .confirmation p span {
    font-weight: 700
}
#bf-wrapper .terms {
    text-align: center;
    font-size: 10px
}
#bf-wrapper .terms a {
    color: #c0bcc1
}
#bf-wrapper label {
    font-size: 12px
}
#bf-wrapper label a {
    font-size: inherit
}
#bf-wrapper .alert-box {
    background: #322f3c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px
}
#bf-wrapper .alert-box .ico {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #fff;
    font-size: 25px;
    cursor: pointer
}
#bf-wrapper .alert-box h1 {
    font-size: 23px;
    color: #ffd305;
    text-transform: none
}
#bf-wrapper .alert-box p {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff
}
#bf-wrapper .chosen-select {
    font-weight: 600;
    font-size: 16px
}
#bf-wrapper .chosen-select ul {
    text-align: left;
    padding: 0
}
#bf-wrapper .chosen-select li {
    padding: 10px 15px!important
}
#bf-wrapper .chosen-select.number-select ul {
    text-align: center
}
#bf-wrapper .chosen-select.small {
    width: 87px!important
}
#bf-wrapper .chosen-container,
#bf-wrapper input,
#bf-wrapper select,
#bf-wrapper textarea {
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    text-align: left;
    color: #a6a3a6;
    background: 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #564e5e;
    outline: 0;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}
#bf-wrapper .chosen-container:-moz-placeholder,
#bf-wrapper input:-moz-placeholder,
#bf-wrapper select:-moz-placeholder,
#bf-wrapper textarea:-moz-placeholder {
    color: #5d585e;
    font-style: normal;
    text-transform: uppercase
}
#bf-wrapper .chosen-container::-moz-placeholder,
#bf-wrapper input::-moz-placeholder,
#bf-wrapper select::-moz-placeholder,
#bf-wrapper textarea::-moz-placeholder {
    color: #5d585e;
    font-style: normal;
    text-transform: uppercase
}
#bf-wrapper .chosen-container::-webkit-input-placeholder,
#bf-wrapper input::-webkit-input-placeholder,
#bf-wrapper select::-webkit-input-placeholder,
#bf-wrapper textarea::-webkit-input-placeholder {
    color: #5d585e;
    text-transform: uppercase
}
#bf-wrapper .chosen-container:-ms-input-placeholder,
#bf-wrapper input:-ms-input-placeholder,
#bf-wrapper select:-ms-input-placeholder,
#bf-wrapper textarea:-ms-input-placeholder {
    color: #5d585e;
    font-style: normal;
    text-transform: uppercase
}
#bf-wrapper .chosen-container:focus,
#bf-wrapper input:focus,
#bf-wrapper select:focus,
#bf-wrapper textarea:focus {
    border: 1px solid #fff
}
#bf-wrapper .chosen-container.heavy,
#bf-wrapper input.heavy,
#bf-wrapper select.heavy,
#bf-wrapper textarea.heavy {
    background: #353241;
    border: 0;
    color: #c0bcc1
}
#bf-wrapper .chosen-container.heavy:-moz-placeholder,
#bf-wrapper input.heavy:-moz-placeholder,
#bf-wrapper select.heavy:-moz-placeholder,
#bf-wrapper textarea.heavy:-moz-placeholder {
    color: #c0bcc1;
    font-style: normal;
    text-transform: uppercase
}
#bf-wrapper .chosen-container.heavy::-moz-placeholder,
#bf-wrapper input.heavy::-moz-placeholder,
#bf-wrapper select.heavy::-moz-placeholder,
#bf-wrapper textarea.heavy::-moz-placeholder {
    color: #c0bcc1;
    font-style: normal;
    text-transform: uppercase
}
#bf-wrapper .chosen-container.heavy::-webkit-input-placeholder,
#bf-wrapper input.heavy::-webkit-input-placeholder,
#bf-wrapper select.heavy::-webkit-input-placeholder,
#bf-wrapper textarea.heavy::-webkit-input-placeholder {
    color: #c0bcc1;
    text-transform: uppercase
}
#bf-wrapper .chosen-container.heavy:-ms-input-placeholder,
#bf-wrapper input.heavy:-ms-input-placeholder,
#bf-wrapper select.heavy:-ms-input-placeholder,
#bf-wrapper textarea.heavy:-ms-input-placeholder {
    color: #c0bcc1;
    font-style: normal;
    text-transform: uppercase
}
#bf-wrapper input {
    font-weight: 400;
    color: #fff;
    padding: 10px;
    margin: 0 0 15px;
    border: 0;
    border-bottom: 1px solid #2e7cc9;
    background: #003f9d;
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .2)
}
#bf-wrapper input:-moz-placeholder {
    color: #8cafd3;
    font-style: normal;
    text-transform: uppercase
}
#bf-wrapper input::-moz-placeholder {
    color: #8cafd3;
    font-style: normal;
    text-transform: uppercase
}
#bf-wrapper input::-webkit-input-placeholder {
    color: #8cafd3;
    text-transform: uppercase
}
#bf-wrapper input:-ms-input-placeholder {
    color: #8cafd3;
    font-style: normal;
    text-transform: uppercase
}
#bf-wrapper select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #353241;
    border: 0;
    color: #c0bcc1
}
#bf-wrapper input[type=number]::-webkit-inner-spin-button,
#bf-wrapper input[type=number]::-webkit-outer-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}
#bf-wrapper .placeholder {
    text-transform: uppercase
}
#bf-wrapper placeholder {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 22px;
    pointer-events: none;
    color: #c0bcc1
}
#bf-wrapper placeholder .ico {
    position: absolute;
    right: 32px;
    top: -3px;
    color: #000;
    font-size: 25px
}
#bf-wrapper .desktop placeholder,
#bf-wrapper .ipad placeholder {
    display: none!important
}
#bf-wrapper .iconbf-calendar {
    position: absolute;
    color: #c0bcc1;
    right: 44px;
    pointer-events: none
}
#bf-wrapper .chosen-container-single .chosen-single div {
    right: 10px
}
#bf-wrapper .chosen-container-single .chosen-single div b {
    background: 0 0;
    font-size: 20px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform-origin: 3px center;
    -moz-transform-origin: 3px center;
    -ms-transform-origin: 3px center;
    -o-transform-origin: 3px center
}
#bf-wrapper .chosen-container-single .chosen-single div b:before {
    font-family: icomoon;
    content: "\e688"
}
#bf-wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    background: #353241;
    box-shadow: none
}
#bf-wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: 0 0
}
#bf-wrapper .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: "\e682"
}
#bf-wrapper .chosen-container {
    width: 100%;
    border: 0;
    background: #353241
}
#bf-wrapper .chosen-container .chosen-single {
    background: #353241;
    border: 0;
    outline: 0;
    color: #c0bcc1;
    text-transform: uppercase;
    box-shadow: none
}
#bf-wrapper .chosen-container .chosen-drop {
    border: 0;
    background: #fff
}
#bf-wrapper .chosen-container .chosen-results li {
    margin: 7px 0;
    padding: 8px 0
}
#bf-wrapper .chosen-container .chosen-results li.highlighted {
    background: #005fbd
}
#bf-wrapper .chosen-container .chosen-results li.group-option {
    padding-left: 0
}
#bf-wrapper .chosen-container .chosen-results li.group-result {
    text-transform: uppercase;
    color: #ffd305;
    border-bottom: 1px solid #5b555c;
    margin: 20px 20%
}
#bf-wrapper form .btn {
    margin-bottom: 0
}
#bf-wrapper form .submit-area {
    text-align: center
}
#bf-wrapper form .submit-area .btn {
    margin-top: 10px;
    position: relative!important;
    left: auto!important;
    right: auto!important;
    display: inline-block
}
#bf-wrapper form .submit-area a {
    display: block;
    margin-top: 10px
}
#bf-wrapper form .error {
    border: 1px solid #ffd305!important
}
#bf-wrapper form .error-text {
    color: #ffd305
}
#bf-wrapper form .guest-input {
    position: relative
}
#bf-wrapper form .guest-input input {
    width: 68%;
    display: inline-block;
    float: left;
    margin: 0 0 10px
}
#bf-wrapper form .guest-input div {
    cursor: default;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none;
    display: inline-block;
    float: right;
    width: 30%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px;
    margin: 0 0 10px;
    color: #ababab;
    border: 1px solid #564e5e;
    outline: 0
}
#bf-wrapper .btn {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-transform: uppercase;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 0;
    padding: 7px 25px;
    margin: 20px 5px;
    display: inline-block;
    max-width: 200px
}
#bf-wrapper .btn.btn-primary {
    background: #f91717;
    color: #fff
}
#bf-wrapper .btn.btn-primary:active,
#bf-wrapper .btn.btn-primary:hover {
    background: #fb6262
}
#bf-wrapper .btn.btn-secondary {
    background: #353241;
    color: #c0bcc1
}
#bf-wrapper .btn.btn-secondary:active,
#bf-wrapper .btn.btn-secondary:hover {
    background: #5d5968
}
#bf-wrapper .btn.btn-inverse {
    padding: 10px 20px;
    background: #fff;
    color: #f91717
}
#bf-wrapper .btn.btn-inverse:active,
#bf-wrapper .btn.btn-inverse:hover {
    color: #bf0505
}
#bf-wrapper .radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 15px
}
#bf-wrapper .radio label:last-child {
    margin-bottom: 5px
}
#bf-wrapper .radio input[type=radio] {
    display: none
}
#bf-wrapper .radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottombottom: 1px;
    background: #494655;
    border-radius: 8px;
    border: 1px solid #a6a2a9;
    top: 1px
}
#bf-wrapper .radio input[type=radio]:checked+label:before {
    content: "2022";
    color: #494655;
    font-size: 35px;
    text-align: center;
    line-height: 13px;
    background: #a6a2a9
}
#bf-wrapper input[type=checkbox] {
    display: none
}
#bf-wrapper input[type=checkbox]+label span {
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../img/checkbox.png) no-repeat;
    cursor: pointer
}
#bf-wrapper input[type=checkbox]+label {
    display: inline-block;
    margin-left: 28px
}
#bf-wrapper input[type=checkbox]+label span {
    display: inline-block;
    margin-left: -28px
}
#bf-wrapper .cb.checked+label span {
    background-position: 0 -20px
}
#bf-wrapper label {
    position: relative;
    clear: right;
    top: 5px;
    font-family: 'Source Sans Pro', sans-serif
}
#bf-wrapper label a {
    color: inherit!important;
    text-decoration: underline
}
#bf-wrapper label a:active,
#bf-wrapper label a:hover {
    text-decoration: underline
}
#bf-wrapper input[name=dateTime] {
    cursor: pointer
}
#bf-wrapper .btn-group {
    display: block
}
#bf-wrapper #spinner {
    position: relative
}
#bf-wrapper .error-feedback {
    display: none;
    border: 1px solid #f91717;
    padding: 5px 20px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #f91717;
    margin-top: 30px
}
#bf-wrapper .error-feedback p {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-bottom: 0
}
#bf-wrapper .error-feedback p:before {
    margin: 5px;
    content: '2022';
    top: 4px;
    position: relative;
    line-height: 1em
}
#bf-wrapper .error-feedback p.fine {
    color: #fff;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7
}
#bf-wrapper .session-timeout {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: #075bac;
    background-image: -webkit-linear-gradient(top, #075bac, #08327e);
    background-image: -moz-linear-gradient(top, #075bac, #08327e);
    background-image: -o-linear-gradient(top, #075bac, #08327e);
    background-image: -ms-linear-gradient(top, #075bac, #08327e);
    background-image: linear-gradient(top, #075bac, #08327e);
    padding: 70px 15px 0;
    text-align: center
}
#bf-wrapper .session-timeout h1 {
    font-weight: 700;
    font-size: 35px
}
#bf-wrapper .session-timeout p {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.2em
}
#bf-wrapper .session-timeout .btn-container {
    background: #0b5ab6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 170px;
    margin: 30px auto auto
}
#bf-wrapper .session-timeout .btn-container .btn {
    margin: 15px
}
#bf-wrapper .session-timeout img {
    margin-top: 60px
}
#bf-wrapper .welcome-offers {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 15px
}
#bf-wrapper .select-venue {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: #075bac;
    background-image: -webkit-linear-gradient(top, #075bac, #08327e);
    background-image: -moz-linear-gradient(top, #075bac, #08327e);
    background-image: -o-linear-gradient(top, #075bac, #08327e);
    background-image: -ms-linear-gradient(top, #075bac, #08327e);
    background-image: linear-gradient(top, #075bac, #08327e);
    padding: 70px 15px;
    text-align: center
}
#bf-wrapper .select-venue h1 {
    font-weight: 700;
    font-size: 30px
}
#bf-wrapper .venue-selector {
    z-index: 99;
    height: 73px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    max-width: 370px;
    padding: 17px;
    background: #0366d2;
    margin: 20px auto 10px
}
#bf-wrapper .venue-selector .toggle-container {
    border: 0;
    margin-bottom: 0
}
#bf-wrapper .venue-selector .toggle {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
#bf-wrapper .venue-selector .main-container {
    border: 0;
    position: absolute;
    left: 17px;
    right: 17px
}
#bf-wrapper .venue-selector .main-container>.toggle-content {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 380px;
    overflow-x: hidden;
    overflow-y: auto
}
#bf-wrapper .venue-selector .main-container .toggle-container {
    bottom: auto
}
#bf-wrapper .venue-selector .main-container .toggle-container .toggle {
    background: #072467;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 1px solid #526695
}
#bf-wrapper .venue-selector .main-container .toggle-container .toggle:active,
#bf-wrapper .venue-selector .main-container .toggle-container .toggle:hover {
    background: #07327e
}
#bf-wrapper .venue-selector .main-container .toggle-container .toggle-content {
    background: #2192f6;
    padding: 10px
}

#bf-wrapper .venue-selector .main-container .toggle-container .toggle-content2 {
    background: #2192f6;
    padding: 10px
}

#bf-wrapper .venue-selector .main-container .toggle-container .toggle-content ul {
    list-style-type: none;
    margin-bottom: 0
}
#bf-wrapper .venue-selector .main-container .toggle-container .toggle-content li {
    position: relative;
    cursor: pointer;
    margin: 7px 0
}
#bf-wrapper .venue-selector .main-container .toggle-container .toggle-content li:active,
#bf-wrapper .venue-selector .main-container .toggle-container .toggle-content li:hover {
    color: #ffd305
}
#bf-wrapper .venue-selector .main-container .toggle-container .toggle-content li:first-child {
    margin-top: 0
}
#bf-wrapper .venue-selector .main-container .toggle-container .toggle-content li:last-child {
    margin-bottom: 0
}
#bf-wrapper .venue-selector .main-container .toggle-container .toggle-content .ico {
    font-size: 22px;
    position: absolute;
    top: 0;
    margin-left: 5px;
    color: #ffd305
}
#bf-wrapper .venue-selector .main-container .toggle-container:last-child .toggle {
    border-bottom: 0
}
#bf-wrapper .legend {
    font-size: 12px
}
#bf-wrapper .legend .ico {
    color: #ffd305;
    font-size: 26px;
    top: 7px
}
#bf-wrapper .gift-cards {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-top: 6px
}
#bf-wrapper .to-top {
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    text-align: center;
    color: #005fbd;
    font-size: 14px;
    text-transform: uppercase
}
#bf-wrapper .to-top p {
    position: relative;
    padding: 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 0;
    top: -9px
}
#bf-wrapper .to-top .ico {
    top: 9px;
    left: 10px;
    font-size: 30px;
    margin-right: 0
}
#bf-wrapper #mobile-widget {
    display: none;
    text-align: center
}
#bf-wrapper #mobile-widget h1,
#bf-wrapper #mobile-widget h2,
#bf-wrapper #mobile-widget h3,
#bf-wrapper #mobile-widget h4 {
    text-align: center
}
#bf-wrapper .banner {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 20px
}
#bf-wrapper .banner img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.desktop placeholder,
.ipad placeholder {
    display: none!important
}
@media only screen and (max-width: 768px) {
    #bf-wrapper select {
        display: block!important;
        appearance: normal;
        -moz-appearance: normal;
        -webkit-appearance: default-button
    }
    #bf-wrapper .toggle-content .select-pill placeholder i,
    #bf-wrapper .toggle-content .select-pill select {
        color: #fff
    }
    #bf-wrapper .chosen-select {
        padding-left: 20px!important
    }
    #bf-wrapper .select-pill .chosen-select .chosen-single {
        margin-left: 3px
    }
    #bf-wrapper .box .toggle-content .select-pill .chosen-select .chosen-single {
        margin-left: 10px
    }
    #bf-wrapper .container {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden
    }
    #bf-wrapper .step-text {
        display: none
    }
    #bf-wrapper .bf-container {
        padding-top: 45px;
        padding-bottom: 20px
    }
    #bf-wrapper .bf-header {
        background: #0066cb;
        padding: 27px
    }
    #bf-wrapper .bf-header h1 {
        font-size: 20px
    }
    #bf-wrapper .steps {
        top: 116px
    }
    #bf-wrapper .tab-group .tabs {
        height: 43px
    }
    #bf-wrapper .tab-group .tabs h4 {
        font-size: 12px;
        overflow: hidden
    }
    #bf-wrapper .location-selector-large .options {
        float: none
    }
    #bf-wrapper .location-selector-large .options h3 br {
        display: none
    }
    #bf-wrapper .location-selector-large .options h3 span {
        margin-bottom: 5px
    }
    #bf-wrapper .location-selector-large .options .btn {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%)
    }
    #bf-wrapper .location-selector-large .options li span {
        width: 28px
    }
    #bf-wrapper .toggle-content .btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 5px 0 0
    }
    #bf-wrapper #booking-summary {
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
        height: 70px;
        overflow: hidden;
        position: fixed;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999
    }
    #bf-wrapper #booking-summary .header {
        background: #0d0011;
        height: 65px
    }
    #bf-wrapper #booking-summary .header h4 {
        color: #fff;
        font-weight: 600
    }
    #bf-wrapper #booking-summary .header .ico {
        position: absolute;
        right: 0;
        padding: 10px 10px 10px 20px;
        font-size: 32px;
        color: #fff;
        cursor: pointer
    }
    #bf-wrapper #booking-summary .summary-container {
        display: none
    }
    #bf-wrapper #booking-summary #mobile-widget {
        display: block;
        position: relative;
        text-align: center;
        background: #0d0011;
        height: 70px
    }
    #bf-wrapper #booking-summary #mobile-widget h3 {
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        position: relative;
        top: 10px
    }
    #bf-wrapper #booking-summary #mobile-widget h3>:first-child {
        margin-left: 5px
    }
    #bf-wrapper #booking-summary #mobile-widget h3 span {
        color: #ffd305
    }
    #bf-wrapper #booking-summary #mobile-widget h4 {
        font-weight: 300;
        margin: 0;
        text-transform: none;
        font-size: 14px;
        color: #fff;
        position: relative;
        top: 15px
    }
    #bf-wrapper #booking-summary #mobile-widget h4 span {
        color: #fff
    }
    #bf-wrapper #booking-summary #mobile-widget .ico {
        color: #fff;
        position: absolute;
        padding: 0;
        top: 42px
    }
    #bf-wrapper .swiper-container {
        height: 330px
    }
    #bf-wrapper .content-slide .title span {
        display: block
    }
}
@media only screen and (min-width: 500px) and (max-width: 769px) {
    #bf-wrapper .swiper-container {
        height: 450px
    }
}
.lt-ie9 #bf-wrapper form i {
    display: none
}
#bf-wrapper .index {
    text-align: center
}
#bf-wrapper .index a {
    color: #fff
}
#bf-wrapper .index a:active,
#bf-wrapper .index a:hover {
    color: #ffd305
}
#bf-wrapper .index span {
    margin-right: 40px
}

#centres_nz{
	background: #2192f6!important;

}

#centres_nz ul {
    list-style-type: none;
}

#centres_nz li {
    position: relative;
    cursor: pointer;
    margin: 7px 0;
}
	
#centres_nz li:hover {
    color: #ffd305;
}

#centres_nz li:last-child {
    margin-bottom: 0;
}

#centres_nz .ico {
    font-size: 22px;
    position: absolute;
    top: 0;
    margin-left: 5px;
    color: #ffd305;
}

.bigBox {
	min-height: 335px;
	
}

#offerBox {
	
	
}