.hidden {
    display: none;
}

.vo-bi--show-mobile {
    display: none;
}

.vo-bi--from-price {
    position: relative;
    opacity: .7;
    font-size: 13px;
    margin-right: 5px;
}

.vo-bi--from-price:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: red;

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.discount-tag {
    margin-right: 5px;
    border: 1px solid #0B7A67;
    text-transform: none;
    font-weight: bold;
    color: #0B7A67;
    padding: 0 5px;
    width: fit-content;
    font-size: .7rem;
    height: 1.25rem;
    line-height: 1.25rem;
    margin-left: 10px;
}

.vo-bi--cursor-pointer {
    cursor: pointer;
}

.vo-bi--hide-it {
    display: none;
}

.vo-bi--show--wrapper {
    position: relative;
    clear: both;
}

.vo-bi--show--checkboxes {
    margin-top: 10px;
    font-size: 14px;
}

.vo-bi--show--checkboxes input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.vo-bi--show--checkboxes label + label {
    margin-left: 15px;
}

.vo-bi--show--wrapper *, .vo-bi--show--wrapper *:before, .vo-bi--show--wrapper *:after {
    box-sizing: border-box;
}

.vo-bi--show {
    padding: 10px;
    position: relative;
    background: #EBE7E6;
}

.vo-bi--show:after {
    content: "";
    display: table;
    clear: both;
}

.vo-bi--show--overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.vo-bi--show--buy {
    width: 100%;
}

.vo-bi--show--title {
    margin: 0;
    padding-bottom: 15px;
    border-bottom: none;
    font-weight: 300;
    display: inline-block;
}

.vo-bi--show--partday {
    display: inline-block;
    padding-bottom: 15px;
    vertical-align: top;
}

.vo-bi--show--lowest-price {
    display: block;
    font-size: 14px;
}

.vo-bi--show--date-picker {
    margin: -5px;
}

.vo-bi--show--date-picker-left, .vo-bi--show--date-picker-right {
    padding: 5px;
}

.vo-filter-container .vo-bi--show--date-picker {
    margin-bottom: 15px;
}

.vo-bi--show--date-picker label {
    display: block;
    padding-right: 5px;
    padding-left: 0;
    font-weight: bold;
}

.vo-bi--show--date-picker span {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
}

.vo-bi--show--date-picker span:first-child {
    padding-left: 0;
}

.vo-bi--show--date-picker span:last-child {
    padding-right: 0;
}

.vo-bi--overview--name-search-field {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    vertical-align: top;
}

.vo-bi--overview--name-search-button {
    display: inline-block;
    vertical-align: top;
}

.vo-search-input {
    padding: 0 10px;
    border: 1px solid #B5B5B5;
    height: 38px !important;
    line-height: 38px !important;
    color: #666666;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.vo-bi--show--date-picker input[type="text"] {
    padding: 0 10px 0 36px;
    background: #FFFFFF url("../images/calendar.png") no-repeat left 10px center;
    cursor: pointer;
    border: 1px solid #B5B5B5;
    height: 38px;
    line-height: 38px;
    color: #666666;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    -webkit-transition: background-color 250ms ease-in, border 250ms ease-in, color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in, border 250ms ease-in, color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in, border 250ms ease-in, color 250ms ease-in;
    -o-transition: background-color 250ms ease-in, border 250ms ease-in, color 250ms ease-in;
    transition: background-color 250ms ease-in, border 250ms ease-in, color 250ms ease-in;
}

.vo-bi--show--date-picker input[type="text"].error {
    border-color: red;
    background-color: red;
    color: white;
}

a.vo-bi--find-button,
a.vo-bi--find-shows-button,
a.vo-bi--show--back-to-top-button {
    display: inline-block;
    padding: 0 15px;
    height: 38px;
    background: #7DB461;
    line-height: 38px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
}

a.vo-bi--find-button {
    vertical-align: top;
    margin-top: 10px;
    width: 100%;
}

a.vo-bi--find-button:hover,
a.vo-bi--find-shows-button:hover,
a.vo-bi--show--back-to-top-button:hover {
    background: #659B4F;
}

.vo-bi--payment--info {
    margin-top: 15px;
    text-align: center;
}

.vo-bi--payment--info img {
    display: inline-block;
    margin-top: 10px;
    max-width: 100%;
}

.vo-bi--show--results--title {
    padding: 0;
    margin: 0;
}

.vo-bi--show--results-wrapper {
    padding: 10px 0;
}

.vo-bi--show--results {
    padding: 10px 0;
}

p.vo-bi--show--back-to-top-wrapper, .vo-bi--find-button-wrapper {
    margin: 0 0 20px;
    text-align: center;
    clear:both;
}

p.vo-bi--show--back-to-top-wrapper {
    margin: 20px 0 0;
    text-align: center;
}

.vo-bi--availability-group {
    padding: 10px 0;
}

.vo-bi--availability--date {
    font-weight: bold;
    color: #222222;
    border-bottom: #676767 solid 1px;
    line-height: 20px;
    padding-bottom: 5px;
}

.vo-bi--availability-row {
    padding: 5px 0;
    border-bottom: #DCDCDC solid 1px;
    line-height: 35px;
}

.vo-bi--availability-row:after {
    content: "";
    display: table;
    clear: both;
}

.vo-bi--availability--column {
}

.vo-bi--availability--column-right {
    text-align: right;
}

.vo-bi--availability--description {
    line-height: 1.3;
}

.vo-bi--availability--description a {
    font-weight: bold;
}

.vo-bi--availability--description a.fa {
    color: #222222;
    font-size: 1rem;
    text-decoration: none;
    line-height: 35px;
}

.vo-bi--availability--description a.fa:hover {
    color: #CC081C;
}

.vo-bi--availability--quantity, .vo-bi--availability--price, .vo-bi--availability--tickets {
    display: inline-block;
    vertical-align: top;
}

.vo-bi--availability--quantity {
    float: left;
}

.vo-bi--availability--tickets {
    margin-top: 10px;
    width: 100%;
}

a.vo-bi--availability--buy-tickets, a.vo-bi--button, .vo-bi--calendar-row--buy a {
    display: inline-block;
    width: 100%;
    background: #7DB461;
    border-radius: 3px;
    color: white;
    padding: 0 15px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

a.vo-bi--availability--buy-tickets:hover, .vo-bi--calendar-row--buy a:hover {
    background: #659B4F;
}

a.vo-bi--button {
    padding: 10px 15px;
    width: auto;
}

a.vo-bi--button:focus,
a.vo-bi--button:hover {
    background: #DDDDDD;
    color: #222222;
}

.vo-bi--availability--item-quantity-less, .vo-bi--availability--item-quantity-more, .vo-bi--availability--item-quantity-input {
    float: left;
    border: #CCCCCC solid 1px;
    padding: 0 10px;
    cursor: pointer;
}

.vo-bi--availability--item-quantity-less {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.vo-bi--availability--item-quantity-more {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.vo-bi--availability--item-quantity-input {
    padding-right: 5px;
    padding-left: 5px;
    width: 40px;
    border-right: none;
    border-left: none;
    text-align: center;
}

.vo-bi--lowest-price-date {
    font-size: 11px;
    padding: 20px 0 0 !important;
    font-style: italic;
}

.fancybox-title-float-wrap {
    margin-bottom: 0 !important;
    -webkit-transform: translateY(110%) !important;
    -moz-transform: translateY(110%) !important;
    -ms-transform: translateY(110%) !important;
    -o-transform: translateY(110%) !important;
    transform: translateY(110%) !important;
}

.fancybox-title-float-wrap .child {
    border-radius: 3px !important;
    background: #CC081C !important;
    padding: 10px 20px !important;
    text-shadow: none !important;
    font-weight: normal !important;
    white-space: normal !important;
}

.fancybox-skin > .fancybox-title {
    position:relative;
    left:0;
    right:0;
    transform:initial !important;
    width:100%;
    margin-top:15px;
}

.fancybox-skin .fancybox-title-float-wrap .child {
    margin:0px auto;
    font-size:12px;
    line-height:18px;
}

@media (min-width:768px) {
    .fancybox-skin .fancybox-title-float-wrap .child {
        font-size:13px;
    }
}

.vo-bi--upcoming-shows {
    list-style-type: none;
    padding-left: 0;
}

.vo-bi--upcoming-shows li {
    padding: 5px 0;
    border-bottom: #CCCCCC solid 1px;
}

ul.vo-bi--check-list {
    clear: both;
    margin: 10px 0;
    padding: 20px 35px;
    background: #8FE68F;
    position: relative;
}

ul.vo-bi--check-list li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
}

ul.vo-bi--check-list li:last-child {
    padding: 0;
}

ul.vo-bi--check-list li.vo-bi--icon {
    padding-left: 60px;
    line-height: 30px;
}

.vo-bi--calendar-icon {
    background: url(../images/icon_calendar_black.png) no-repeat top left;
}

.vo-bi--discount-icon {
    background: url(../images/icon_discount_black.png) no-repeat top left;
}

.vo-bi--voucher-icon {
    background: url(../images/icon_voucher_black.png) no-repeat top left;
}

/* ============
 * Last minutes
 =========== */
.vo-bi--ny-price-icon {
    width: 19px;
    height: 30px;
    margin-right: 5px;
    margin-left: 15px;
    background: url(../images/ny_price_icon.png) no-repeat 0 4px;
    display: inline-block;
    vertical-align: top;
}

.vo-bi--last-minute-price-icon {
    width: 20px;
    height: 19px;
    margin-right: 5px;
    margin-left: 15px;
    background: url(../images/last_minutes_icon_green.png) no-repeat top left;
    display: inline-block;
    vertical-align: middle;
}

.vo-bi--last-minute-header {
    position: relative;
    width: 100%;
    height: 230px;
    background: url(../images/last_minutes_header.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 1;
}

.vo-bi--last-minute-header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 150px;
    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(top, transparent 0%, #000000 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, #000000 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, #000000 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.vo-bi--last-minute-header-content {
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 2px 2px #000000;
    -moz-text-shadow: 2px 2px #000000;
    -webkit-text-shadow: 2px 2px #000000;
    padding: 30px 0;
    z-index: 2;
    position: relative;
}

.vo-bi--last-minute-header-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.vo-bi--last-minute-header-title:before {
    content: "";
    display: block;
    margin-bottom: 20px;
    height: 32px;
    width: 100%;
    background: url(../images/last_minutes_icon.png) no-repeat center center;
}

.vo-bi--last-minute-header-subtitle {
    font-size: 16px;
}

.vo-bi--last-minutes {
    width: 100%;
    position: relative;
}

.vo-bi--last-minutes .vo-bi--last-minute {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
    float: left;
}

.vo-bi--last-minute-image a {
    display: block;
}

.vo-bi--last-minute-box {
    border: #EBE7E7 solid 1px;
    max-width: 300px;
}

.vo-bi--last-minute-content-box {
    padding: 10px;
}

.vo-bi--last-minute-title {
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.vo-bi--last-minute-date {
    color: #8A8A8A;
    padding-left: 25px;
    background: url(../images/icon_calendar.png) no-repeat center left;
    margin-bottom: 15px;
    font-size: 12px;
}

.vo-bi--last-minute-prices, .vo-bi--last-minute-buttons {
    width: 100%;
}

.vo-bi--last-minute-prices {
    margin-bottom: 15px;
}

.vo-bi--last-minute-discount {
    width: 40%;
    display: inline-block;
}

.vo-bi--last-minute-price {
    width: 60%;
    float: right;
    text-align: right;
}

.vo-bi--last-minute-tickets {
    width: 100%;
}

.vo-bi--last-minute-discount {
    font-size: 20px;
    color: #7DB461;
}

.vo-bi--last-minute-price {
    text-align: right;
    color: #8A8A8A;
    font-size: 12px;
}

.vo-bi--last-minute-price span {
    font-size: 20px;
    float: right;
    color: black;
    padding-left: 10px;
}

.vo-bi--last-minute-info a {
    margin: 0;
}

.vo-bi--last-minute-tickets .vo-bi--show--find-button {
    display: inline-block;
    width: 100%;
    background: #7DB461;
    color: white;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
}

.vo-bi--last-minutes--date {
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 18px;
}

.vo-bi--tooltip {
    display: inline-block;
    position: relative;
    line-height: normal;
}

.vo-bi--tooltip:hover > .vo-bi--tooltip__text {
    visibility: visible;
    opacity: 1;
}

.vo-bi--tooltip:hover > .fa {
    color: #CC081C;
}

.vo-bi--tooltip > .fa {
    cursor: pointer;
}

.vo-bi--tooltip__text {
    position: absolute;
    bottom: 125%;
    right: -8px;
    visibility: hidden;
    width: 240px;
    background-color: #666666;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s;
}

.vo-bi--tooltip__text::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #666666 transparent transparent transparent;
}

@media only screen and (min-width: 641px) {
    .vo-bi--show--date-picker {
        margin: 0 -5px;
    }

    .vo-bi--show--date-picker-left, .vo-bi--show--date-picker-right {
        float: left;
        padding: 0 5px;
        width: 50%;
    }

    .vo-bi--availability--quantity {
        margin: 0 10px;
        float: none;
    }

    .vo-bi--availability--tickets {
        margin-top: 0;
        width: auto;
    }

    .vo-bi--tooltip__text {
        right: auto;
        left: 50%;
        margin-left: -120px;
    }

    .vo-bi--tooltip__text::after {
        right: auto;
        left: 50%;
        margin-left: -5px;
    }
}

@media only screen and (min-width: 768px) {
    .vo-bi--show--date-picker {
        display: inline-block;
        margin: 0;
        vertical-align: top;
    }

    .vo-bi--show--date-picker-left, .vo-bi--show--date-picker-right {
        display: inline-block;
        float: none;
        margin-right: 10px;
        padding: 0;
        width: auto;
        vertical-align: top;
    }

    .vo-bi--overview--name-search-field {
        width: 438px;
        margin-right: 10px;
        padding: 0;
    }

    .vo-bi--show--date-picker span {
        display: inline-block;
    }

    .vo-bi--show--date-picker input[type="text"] {
        width: 190px;
    }

    [lang="fi-FI"] .vo-bi--show--date-picker input[type="text"] {
        width: 160px;
    }

    a.vo-bi--find-button {
        margin-top: 0;
        width: 198px;
    }

    .vo-bi--find-button-wrapper a.vo-bi--find-button {
        float: none;
    }

    .vo-bi--payment--info img {
        margin-top: 0;
        vertical-align: middle;
    }

    .vo-bi--show--results-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .vo-bi--short-code--last-minute .vo-bi--show--results-wrapper {
        padding: 10px 0;
    }

    .vo-bi--show--results {
        padding-right: 10px;
        padding-left: 10px;
    }

    .vo-bi--short-code--last-minute .vo-bi--show--results {
        padding: 0;
    }

    .vo-bi--availability--column {
        display: inline-block;
    }

    .vo-bi--availability--column-right {
        float: right;
        padding-left: 10px;
    }

    .vo-bi--availability--description {
        max-width: 360px;
    }

    [lang="en-AU"] .vo-bi--availability--price {
        max-width: 250px;
    }

    .vo-bi--availability--price {
        max-width: 180px;
    }

    [lang="en-AU"] .vo-bi--availability--price {
        max-width: 185px;
    }

    .vo-bi--availability--price--last-minute {
        max-width: none;
    }

    .vo-bi--availability--item-quantity-less, .vo-bi--availability--item-quantity-more {
        padding-right: 10px;
        padding-left: 10px;
    }

    .vo-bi--availability--item-quantity-input {
        width: 30px;
    }

    .vo-bi--show--title {
        padding-bottom: 20px;
    }

    .vo-bi--show--partday {
        padding-bottom: 20px;
    }

    .vo-bi--show--lowest-price {
        float: right;
        font-size: 14px;
    }

    .vo-bi--payment--info {
        margin-top: 20px;
    }

    a.vo-bi--find-button {
        float: right;
    }

    .vo-bi--modal--inputs a.vo-bi--find-button {
        float: none;
    }

    .vo-bi--last-minutes .vo-bi--last-minute {
        width: 50%;
    }

    .vo-bi--last-minutes .vo-bi--last-minute:nth-child(2n+1) {
        padding-right: 0;
        padding-left: 0;
    }

    .vo-bi--last-minutes .vo-bi--last-minute:nth-child(2n+1) .vo-bi--last-minute-box {
        float: left;
    }

    .vo-bi--last-minutes .vo-bi--last-minute:nth-child(2n+2) {
        padding-left: 0;
        padding-right: 0;
    }

    .vo-bi--last-minutes .vo-bi--last-minute:nth-child(2n+2) .vo-bi--last-minute-box {
        float: right;
    }

    .vo-bi--last-minute-discount {
        font-size: 22px;
    }

    .vo-bi--last-minute-price span {
        font-size: 22px;
    }
}

@media only screen and (min-width: 959px) {
    a.vo-bi--find-button {
        width: auto;
        padding: 0 30px;
    }

    .vo-bi--find-shows-by-name {
        width: 138px;
    }

    .vo-bi--last-minutes .vo-bi--last-minute {
        width: 33.3333%;
    }

    .vo-bi--last-minutes .vo-bi--last-minute:nth-child(3n+1) {
        padding-right: 20px;
        padding-left: 0;
    }

    .vo-bi--last-minutes .vo-bi--last-minute:nth-child(3n+2) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vo-bi--last-minutes .vo-bi--last-minute:nth-child(3n+3) {
        padding-left: 20px;
        padding-right: 0;
    }

    .vo-bi--modal .vo-bi--availability--description {
        max-width: 430px;
    }
}

/* Results */
.vo-results-container {
    position: relative;
    margin-top: 40px;
}

.vo-results-container {
    position: relative;
    margin-top: 40px;
}

.vo-results {
    position: relative;
    margin: -10px;
}

.vo-result-container {
    padding: 10px;
}

.vo-result {
    padding: 0 10px 20px;
}

.vo-result .button {
    margin-left: 10px;
}

.vo-result-deal {
    padding: 10px;
    background: #CC081C;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    color: white;
}

.vo-result-image .vo-result-deal {
    position: absolute;
    top: 20%;
    left: -35%;
    width: 100%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.vo-results {
    position: relative;
    margin: -10px;
}

.vo-result-container {
    padding: 10px;
}

.vo-result {
    padding: 0 10px 20px;
}

.vo-result .button {
    margin-left: 10px;
}

.vo-result .vo-result-banner {
    position: absolute;
    top: 18%;
    left: -38%;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.vo-result-image {
    position: relative;
    margin: 0 -10px 5px;
    height: 140px;
    background-color: #DDDDDD;
    overflow: hidden;
}

.vo-result-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin: 0;
}

.vo-result-image a {
    display: block;
    height: 100%;
}

.vo-result-banner {
    background: #CC081C;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

.vo-result-meta {
    margin-bottom: 10px;
}

.vo-result-meta-left {
    float: left;
    max-width: 65%;
}

.vo-result-meta-right {
    float: right;
    max-width: 35%;
}

.vo-result-meta-full {
    clear: both;
}

.vo-result-title {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: inherit;
}

.vo-result-title a {
    text-decoration: none;
    color: inherit;
}

.vo-result-container {
    padding: 10px;
}

.vo-results .vo-result-container:nth-child(odd) {
    clear: both;
}

@media only screen and (min-width: 768px) {
    .vo-result-container {
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .vo-result-container.featured {
        width: 100%;
    }
}

.vo-result-image {
    background-color: transparent !important;
}

/* Overview */
.vo-shows-container {
    position: relative;
}

.vo-shows-container *, .vo-shows-container *:before, .vo-shows-container *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vo-shows-container .button {
    margin-bottom: 0;
}

.vo-shows-container .button:first-child {
    margin-left: 0;
}

.vo-shows-container .button.positive-button {
    background-color: #7DB461;
}

.vo-shows-container .button.positive-button:hover {
    background-color: #71A358;
}

.vo-shows-container .button.positive-button:before {
    display: none;
}

.vo-bi--featured {
    width: 100%;
    padding: 20px 0;
}

.erics-tip + .vo-bi--featured {
    padding-top: 10px;
}

.vo-bi--featured-title {
    float: left;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    background: #CC081C;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.vo-bi--featured-image {
    width: 100%;
}

.vo-bi--featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0 !important;
}

.vo-bi--tip-shows {
    padding: 10px 0 30px;
}

.vo-bi--tip-show-holder {
    clear: both;
}

.vo-bi--tip-show {
    width: 100%;
    vertical-align: top;
}

.vo-bi--tip-show-image img {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
}

.vo-bi--tip-show-title {
    font-weight: bold;
}

.vo-bi--tip-shows + .vo-shows-container .vo-filter-container {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .vo-shows-container .vo-result-meta {
        margin-bottom: 15px;
    }

    .vo-result .vo-result-banner {
        left: -35%;
    }

    .vo-bi--tip-show {
        width: 33%;
        display: inline-block;
        margin-left: 0.5%;
    }

    .vo-bi--tip-show-holder .vo-bi--tip-show:first-child {
        margin-left: 0;
    }
}

/* Modal */
body.vo-bi--modal-active, body.vo-bi--modal-active .mm-page {
    overflow: hidden;
}

.vo-bi--page-overlay {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.vo-bi--modal {
    position: fixed;
    z-index: 8;
    width: 90%;
    max-width: 979px;
    height: 90%;
    left: 50%;
    top: 5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    padding: 20px;
    display: none;
}

.vo-bi--modal * {
    box-sizing: border-box;
}

.vo-bi--modal.loading {
    background-image: url(../images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.vo-bi--modal--title {
    font-size: 20px;
    color: #222222;
    padding-bottom: 5px;
    line-height: 50px;
    min-height: 50px;
}

.vo-bi--modal--extra-details {
    margin-bottom: 20px;
}

.vo-bi--modal--inputs {
    padding-bottom: 20px;
}

.vo-bi--modal--scroll {
    overflow-y: auto;
    padding-right: 10px;
    max-height: calc(100% - 55px);
}

.vo-bi--modal--close {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #CC081C;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px !important;
    cursor: pointer;
    color: white;
}

.vo-bi--modal--back {
    position: fixed;
    top: 20px;
    right: 80px;
    background: #7DB461;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.vo-bi--modal--back a {
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
}

.vo-bi--modal--back:hover {
    background: #659B4F;
}

/* Calendar */
.vobi_show_overview .blog_full {
    margin-top: 0;
}

.vo-bi--calendar--overview-header {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: #CCCCCC solid 1px;
    margin-bottom: 30px;
}

.vo-bi--calendar--overview-current-year {
    float: right;
    font-size: 16px;
}

.vo-bi--calendar--overview-current-year a.year-nav {
    color: #000000;
    text-decoration: none;
}

.vo-bi--calendar--overview-current-year a.year-nav:hover {
    text-decoration: underline;
}

.vo-bi--calendar--overview-months {
    float: left;
}

.vo-bi--calendar--overview-months ul {
    padding-left: 0;
    list-style-type: none;
    margin: -10px 0 0;
}

.vo-bi--calendar--overview-months ul li {
    padding-right: 6px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 10px;
}

.vo-bi--calendar--overview-months ul li a {
    color: #000000;
    text-decoration: none;
}

.vo-bi--calendar--overview-months ul li a:hover {
    text-decoration: underline;
}

.vo-bi--calendar--overview-months ul li strong a {
    background: #F0ECEC;
    color: #CC081C;
    padding: 0 3px;
}

.vo-bi--calendar--overview-months ul li span.past-month {
    color: #CCCCCC;
}

.vo-bi--calendar--overview-header .go-to-current-month {
    float: none;
    margin: -10px 0 -10px 0;
}

.vo-bi--calendar--overview-header .go-to-current-month-button {
    display: inline-block;
    padding: 0 15px;
    background: #CC081C;
    color: white;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.vo-bi--calendar--overview-header .go-to-current-month-button:hover {
    text-decoration: inherit;
    background: #666666;
}

.vo-bi--calendar__title {
    margin-bottom: 0;
}

.vo-bi--calendar-row {
    border-bottom: #CCCCCC solid 1px;
    padding: 12px;
    line-height: 24px;
}

.vo-bi--calendar-row--date {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    padding-right: 12px;
    max-width: 110px;
}

.vo-bi--calendar-row--date span {
    font-size: 24px;
    vertical-align: middle;
}

.vo-bi--calendar-row--content {
    vertical-align: top;
    display: inline-block;
    padding-right: 12px;
    max-width: 125px;
}

.vo-bi--calendar-row--content .vo-bi--tooltip {
    margin-left: 5px;
}

.vo-bi--calendar-row--buy {
    display: inline-block;
    float: right;
}

.vo-bi--calendar-row--buy a {
    margin-top: 6px;
    line-height: 35px;
}

@media only screen and (max-width: 640px) {
    .vo-bi--show-mobile {
        display: block;
    }

    .vo-bi--hide-mobile {
        display: none;
    }

    .vo-bi--calendar-row--buy {
        display: block;
        float: none;
    }

    .vo-bi--calendar-row--content {
        padding-right: 0;
        float: right;
        text-align: right;
    }

    .vo-bi--calendar-row--date {
        padding-right: 0;
        text-align: left;
    }
}

@media only screen and (min-width: 480px) {
    .vo-bi--show--checkboxes {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 641px) {
    .vo-bi--calendar-row--content {
        max-width: 145px;
    }
}

@media only screen and (min-width: 768px) {
    .vo-bi--calendar-row--content {
        max-width: 340px;
    }
}

/* add upsell block after checkout */
.vo-checkout--upsell {
    background-color: #AFDCF9;
    padding: 5px 15px 20px;
    padding-bottom: 15px !important;
    margin: -10px 0 40px;
    margin-bottom: 50px !important;
    border-radius: 3px;
}

.vo-checkout--upsell .upsell-products {
    margin-left: -5px;
    margin-right: -5px;
}

.vo-checkout--upsell .vo-checkout-products--wrapper {
    background-color: white;
    margin-top: 1rem;
}

.vo-checkout--upsell .vo-checkout-products--wrapper[data-cols="1"] .vo-checkout-products--product .vo-checkout-products--bottom {
    left: 50%;
    margin: auto;
    max-width: 210px;
}

.vo-checkout--upsell .vo-checkout-products--wrapper[data-cols="2"] .vo-checkout-products--product .vo-checkout-products--bottom {
    left: 50%;
    max-width: 210px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vo-checkout--upsell .vo-checkout-products--wrapper .vo-checkout-products--product h3 {
    margin-top: 5px;
}

.vo-checkout--upsell .vo-checkout-products--wrapper[data-cols="1"] .vo-checkout-products--product h3,
.vo-checkout--upsell .vo-checkout-products--wrapper[data-cols="1"] .vo-checkout-products--product p,
.vo-checkout--upsell .vo-checkout-products--wrapper[data-cols="2"] .vo-checkout-products--product h3,
.vo-checkout--upsell .vo-checkout-products--wrapper[data-cols="2"] .vo-checkout-products--product p {
    margin-left: auto;
    margin-right: auto;
    max-width: 210px;
}

.vo-checkout--upsell .vo-checkout-products--product__image {
    height: auto;
    margin: auto;
    max-width: 210px;
    width: 100%;
}

.vo-checkout--upsell .vo-checkout-products--wrapper .vo-checkout-products--bottom p:last-child {
    margin: .5em 0 .5em;
}

.vo-checkout--upsell .upsell-info {
    min-height: 2rem;
}

/* BI mobile fix : Begin */

@media (max-width: 767px) {
    /* Event Search checkbox fix */
    .vo-bi--show--buy .vo-bi--show--title {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .vo-bi--show--buy .vo-bi--show--partday {
        width: 100%;
        text-align: center;
    }

    .vo-bi--show--partday .vo-bi--show--checkboxes {
        margin: 0px;
    }

    /* Shift modal down */
    .vo-bi--modal {
        margin-top: 30px;
    }

    .discount-tag {
        display: none !important;
    }
    /* Full width button under fancy image */
    .blog_text .vo-bi--show--back-to-bottom-wrapper a {
        width:100%;
        border-radius:5px;
    }
}

/* BI mobile fix : END */

/* Date Picker Appearence fix : BEGIN */
@media (min-width: 768px) {
    body .vo-bi--find-button {
        padding: 0 15px !important;
        width: auto;
    }

    .vo-bi--show--date-picker-left > *, .vo-bi--show--date-picker-right > * {
        float: left;
    }

    .vo-bi--show--date-picker-left > label, .vo-bi--show--date-picker-right > label {
        margin-top: 8px;
    }
}

@media (min-width: 992px) {
    body .vo-bi--find-button {
        padding: 0 20px !important;
        width: auto;
    }
}

/* Date Picker Appearence fix : END */
