/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/*
 * Modified by Alinaki, clean code in
 * ../bower/bootstrap-datepicker
 */
.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}
.datepicker-dropdown {
    position: absolute;
    background: #ffffff;
    border: 1px solid rgba(140, 140, 140, 0.5);
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker-inline {
    width: 220px;
    margin: 5px auto;
}
.datepicker-inline th,
.datepicker-inline td {
    padding: 0px 5px;
}
.datepicker > div {
    display: none;
}
.datepicker table {
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    vertical-align: middle;
    font-size: 14px;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #b3b3b3;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #b3b3b3;
    cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #ee511c;
    font-weight: 700;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #ee511c;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}
.datepicker table tr td span:hover {
    background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #b3b3b3;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #ee511c;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #b3b3b3;
}
.datepicker th.prev,
.datepicker th.next {
    text-indent: -9999px;
}
.datepicker th.prev {
    background: transparent url(/assets/img/arrow-left.png) 50% 50% no-repeat;
}
.datepicker th.prev:hover {
    background-image: url(/assets/img/arrow-left-h.png);
}
.datepicker th.next {
    background: transparent url(/assets/img/arrow-right.png) 50% 50% no-repeat;
}
.datepicker th.next:hover {
    background-image: url(/assets/img/arrow-right-h.png);
}
.datepicker th.datepicker-switch {
    width: 145px;
    color: #999999;
    text-transform: uppercase;
    font-size: 16px;
}
.datepicker th.datepicker-switch:hover {
    background: #eeeeee;
}
.datepicker th.dow {
    font-size: 10px;
    text-transform: uppercase;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/*
 * Modified by Alinaki, clean code in
 * ../bower/chosen_v1.3.0
 */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    margin: 0;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chosen-container * {
    box-sizing: border-box;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid rgba(140, 140, 140, 0.5);
    border-top: 0;
    border-radius: 2px;
    background-color: #fcfcfc;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    vertical-align: baseline;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(140, 140, 140, 0.5);
    border-radius: 2px;
    margin: 0;
    font-size: 14px;
    padding-left: 6px;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-image: none;
    background-image: linear-gradient(0deg, #f7f7f7 0%, #ffffff 100%);
    background-position: 0 0;
    font-family: "PT Sans", sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
    box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, 0.11);
    box-sizing: border-box;
}
.chosen-container-single .chosen-default {
    color: #999;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    background: transparent url(/assets/img/select.png) 0 12px no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
}
.chosen-container .chosen-results {
    color: #000000;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #d3deff;
}
.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    display: none;
}
.chosen-container-active .chosen-single {
    background: #fcfcfc;
    border-radius: 2px 2px 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: transparent url(/assets/img/select.png) 0 -33px no-repeat;
}
.chosen-container-active .chosen-choices {
    border: 1px solid #e6673c;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.chosen-disabled .chosen-single {
    cursor: default;
}
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -18px, 0);
        transform: translate3d(0, -18px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -18px, 0);
        transform: translate3d(0, -18px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@-webkit-keyframes collapse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes collapse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes expand {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes expand {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.cart-icon {
    position: absolute;
    top: 20px;
    right: 266px;
    width: 46px;
    height: 40px;
    background: transparent url(/assets/img/cart/cart-icon.png) 0 0 no-repeat;
}
.cart-icon span {
    display: none;
    width: 24px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 16px;
    background: transparent url(/assets/img/cart/cart-counter.png) 0 0 no-repeat;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-indent: 1px;
}
.cart-icon span.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.cart-icon span b.collapse {
    -webkit-animation-name: collapse;
    animation-name: collapse;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.cart-icon span b.expand {
    -webkit-animation-name: expand;
    animation-name: expand;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.cart .count {
    display: block;
    margin: 0;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    text-transform: uppercase;
}
.cart .count a {
    display: inline-block;
    margin-left: 20px;
    text-transform: none;
}
.cart .row {
    border-top: 1px solid rgba(140, 140, 140, 0.5);
    background: #f2f2f2;
}
.cart .total {
    margin: 0 0 20px;
}
.cart .total tr:last-child td:first-child {
    text-transform: uppercase;
}
.cart .change,
.cart .cart-unevent {
    font-size: 14px;
}
.block-cart .count {
    font-size: 10px;
}
.block-cart .row {
    padding: 12px 10px;
}
.block-cart .row:last-child {
    background: #ffffff;
}
.block-cart .event-title {
    display: block;
    color: #000000;
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 18px;
}
.block-cart .details,
.block-cart .total {
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px;
}
.block-cart .details td,
.block-cart .total td {
    padding: 0 0 5px;
}
.block-cart .details td:last-child,
.block-cart .total td:last-child {
    text-align: right;
}
.block-cart .details .actions td,
.block-cart .total .actions td {
    padding: 0 0 26px;
}
.block-cart .when {
    display: block;
    margin: 0 0 24px;
    color: #808080;
    font-size: 16px;
}
.block-cart .action-checkout {
    display: block;
}
.block-cart .cart-unevent {
    float: right;
}
.page-cart {
    padding: 25px 0;
}
.page-cart .count {
    position: relative;
}
.page-cart .buy-more {
    margin-top: 10px;
    text-transform: none;
}
.page-cart .chosen-tickets {
    margin-top: 28px;
    max-height: 570px;
    overflow: auto;
    border-top: 1px solid rgba(140, 140, 140, 0.5);
    border-bottom: 1px solid rgba(140, 140, 140, 0.5);
}
.page-cart .chosen-tickets.k {
    max-height: none;
}
.page-cart .row {
    padding: 0;
    min-height: 190px;
    border-bottom: 1px solid rgba(140, 140, 140, 0.5);
    border-top: 0;
    overflow: auto;
}
.page-cart .row:last-of-type {
    border-bottom: 0;
}
.page-cart .event-row .where {
    max-width: 280px;
}
.page-cart .details {
    position: absolute;
    right: 21px;
    top: 21px;
    width: 240px;
    max-width: 280px;
    word-wrap: break-word;
    font-size: 14px;
}
.page-cart .details table {
    width: 100%;
    margin: 0 0 10px;
    line-height: 20px;
}
.page-cart .details table tr.actions td {
    height: 71px;
    vertical-align: top;
}
.page-cart .details table td {
    padding: 0 5px;
    vertical-align: middle;
    white-space: nowrap;
    width: 99%;
}
.page-cart .details table td + td {
    width: 1%;
    text-align: right;
}
.page-cart .details table tfoot td {
    font-weight: 700;/assets/img/pagebgtop
}
.page-cart .tickets-summary {
    margin: 0;
}
.page-cart .tickets-summary tr:last-child td {
    border-bottom: 0;
}
.page-cart .tickets-summary th,
.page-cart .tickets-summary td {
    vertical-align: middle;
}
.page-cart .tickets-summary th.line,
.page-cart .tickets-summary td.line,
.page-cart .tickets-summary th.price,
.page-cart .tickets-summary td.price,
.page-cart .tickets-summary th.reserve,
.page-cart .tickets-summary td.reserve,
.page-cart .tickets-summary th.unreserve,
.page-cart .tickets-summary td.unreserve {
    width: 1%;
    white-space: nowrap;
}
.page-cart .tickets-summary th.sector,
.page-cart .tickets-summary td.sector {
    width: auto;
}
.page-cart .tickets-summary th.sector div,
.page-cart .tickets-summary td.sector div {
    width: 90px;
}
.page-cart .tickets-summary th.point,
.page-cart .tickets-summary td.point,
.page-cart .tickets-summary th.type,
.page-cart .tickets-summary td.type {
    width: 40%;
}
.page-cart .tickets-summary td {
    padding: 5px 20px;
}
.page-cart .step {
    padding: 0 21px;
}
.page-cart .step.shipping .switch {
    font-size: 0;
}
.page-cart .step.shipping label {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 14px;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.page-cart .step.shipping label:first-of-type {
    margin-left: 0;
}
.page-cart .step.shipping label div {
    position: relative;
    width: 144px;
    height: 72px;
    border: 1px solid rgba(140, 140, 140, 0.5);
    box-sizing: border-box;
    padding: 12px 10px;
    font-size: 14px;
}
.page-cart .step.shipping label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.page-cart .step.shipping label input[type="radio"]:checked + div {
    background: #e6673c;
    border-color: #e6673c;
    color: #ffffff;
}
.page-cart .step.shipping label input[type="radio"]:checked + div i {
    color: #ffffff;
}
.page-cart .step.shipping label span {
    font-weight: bold;
}
.page-cart .step.shipping label i {
    font-style: normal;
    color: #a9a9a9;
    position: absolute;
    left: 10px;
    bottom: 12px;
}
.page-cart .step.shipping .shipment-zone-select {
    margin-top: 19px;
}
.page-cart .step.shipping .shipment-help {
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0 0 12px;
    font-size: 14px;
}
.page-cart .step.payment {
    white-space: nowrap;
}
.page-cart .step.payment .switch {
    font-size: 0;
}
.page-cart .step.payment label {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 12px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.page-cart .step.payment label:first-of-type {
    margin-left: 0;
}
.page-cart .step.payment label div {
    position: relative;
    width: 88px;
    height: 44px;
    line-height: 44px;
    border: 1px solid rgba(140, 140, 140, 0.5);
    text-align: center;
    box-sizing: border-box;
    padding: 0;
}
.page-cart .step.payment label img {
    pointer-events: none;
}
.page-cart .step.payment label img + img {
    display: none;
}
.page-cart .step.payment label span {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 5px;
    line-height: 10px;
}
.page-cart .step.payment label b {
    display: block;
    font-size: 10px;
    text-align: center;
    color: #000000;
}
.page-cart .step.payment label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.page-cart .step.payment label input[type="radio"]:checked + div {
    background: #e6673c;
    border-color: #e6673c;
}
.page-cart .step.payment label input[type="radio"]:checked + div b {
    color: #ffffff;
}
.page-cart .step.payment label input[type="radio"]:checked + div img {
    display: none;
}
.page-cart .step.payment label input[type="radio"]:checked + div img + img {
    display: inline;
}
.page-cart .step.total table {
    width: 460px;
    font-size: 16px;
}
.page-cart .step.total table td {
    padding: 0 0 8px;
}
.page-cart .step.total table td:last-child {
    width: 1%;
    white-space: nowrap;
}
.page-cart .step.total table tr.total {
    font-weight: bold;
    font-size: 16px;
}
.page-cart .step.total table tr.total td:first-child {
    text-transform: uppercase;
}
.page-total .header {
    margin-bottom: 40px;
}
.page-total .button {
    margin: 20px;
}
.page-total .order-info {
    margin: 20px;
}
.page-total .order-info table {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    width: 100%;
}
.page-total .order-info:last-of-type th {
    width: 300px;
}
.page-total .order-info:last-of-type th + th {
    width: auto;
}
.page-total .order-info th {
    width: 180px;
    font-weight: 700;
}
.page-total .order-info th + th {
    width: auto;
}
.tickets-summary {
    border-top: 1px solid #b9b9b9;
}
.tickets-summary table {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    width: 100%;
}
.tickets-summary th,
.tickets-summary td {
    vertical-align: middle;
}
.tickets-summary th:nth-last-child(1),
.tickets-summary td:nth-last-child(1),
.tickets-summary th:nth-last-child(2),
.tickets-summary td:nth-last-child(2) {
    width: 1%;
    white-space: nowrap;
}
.tickets-summary th:nth-child(1),
.tickets-summary td:nth-child(1) {
    width: 260px;
}
.tickets-summary th:nth-child(3),
.tickets-summary td:nth-child(3) {
    width: 30%;
}
.tickets-summary thead th {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: #f2f2f2;
    color: #808080;
    font-weight: 400;
    border-bottom: 1px solid #b9b9b9;
}
.tickets-summary thead th:first-child {
    width: 260px;
}
.tickets-summary td {
    padding: 10px 20px;
    border-bottom: 1px solid #b9b9b9;
}
.tickets-summary address,
.tickets-summary time,
.tickets-summary span {
    display: block;
}
.timer {
    display: block;
    text-align: center;
    margin: 0 0 30px;
}
.timer .time {
    font-weight: 700;
    font-size: 30px;
}
.timer .time:not(:empty) + .help {
    display: block;
}
.timer .help {
    font-size: 13px;
    color: #999;
    display: none;
}
.festival .thumb,
.event .thumb {
    overflow: hidden;
    width: 235px;
    height: 300px;
    background: #ffffff;
    border-radius: 6px;
}
.festival .thumb a,
.event .thumb a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.festival .thumb img,
.event .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.festival .thumb .sticker,
.event .thumb .sticker {
    display: block;
    position: absolute;
}
.festival .thumb .sticker.et,
.event .thumb .sticker.et {

    top: -5px;
    width: 59px;
    height: 59px;
    right: 190px;
    border-right-width: 100px;
    left: -5px;
    background: transparent url(/assets/img/orbet.png) 0 0 no-repeat;
}
.festival .thumb .sticker.age,
.event .thumb .sticker.age {
    width: 59px;
    height: 59px;
    font-size: 19px;
    color: #ee511c;
    line-height: 65px;
    text-indent: 1px;
    font-weight: bold;
	background: transparent url(/assets/img/orbege.png) 0 0 no-repeat;
    right: 240px;
    top: 245px;
    left: 180px;

}
.festival .event-title,
.event .event-title {
    display: block;
    margin: 0 0 10px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    font-size: 22px;
}
.festival .event-title.long,
.event .event-title.long {
    font-size: 18px;
}
.festival .event-title.very-long,
.event .event-title.very-long {
    font-size: 15px;
}
.festival .event-title:hover,
.event .event-title:hover {
    text-decoration: none;
}
.festival .where,
.event .where {
    padding: 0 0 0 17px;
    background: transparent url(/assets/img/marker.png) 0 0 no-repeat;
    font-size: 14px;
}
.festival .where span,
.event .where span {
    display: block;
}
.festival .when,
.event .when {
    display: block;
}
.page.event-info-full {
    padding: 21px 21px 21px 256px;
}
.festival,
.event-info-full {
    height: 300px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.festival .thumb,
.event-info-full .thumb {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.festival .thumb img,
.event-info-full .thumb img {
    margin: 0;
}
.festival .event-title,
.event-info-full .event-title {
    margin: 0 0 14px;
    max-width: 360px;
    word-wrap: break-word;
}
.festival .when,
.event-info-full .when {
    color: #808080;
    font-size: 20px;
    margin: 0 0 14px;
}
.festival .e-ticket,
.event-info-full .e-ticket {
    position: absolute;
    right: 21px;
    top: 21px;
    display: block;
    font-size: 14px;
    text-align: right;
}
.festival .short,
.event-info-full .short {
    padding: 15px 0 0;
    color: #808080;
    font-size: 14px;
}
.festival .short p,
.event-info-full .short p {
    display: inline;
}
.festival .where,
.event-info-full .where {
    position: absolute;
    bottom: 63px;
}
.festival .where .title,
.event-info-full .where .title {
    margin-bottom: 5px;
    font-weight: bold;
}
.festival .action-map,
.event-info-full .action-map {
    position: absolute;
    left: 256px;
    bottom: 21px;
}
.festival .action-scheme,
.event-info-full .action-scheme {
    position: absolute;
    right: 21px;
    bottom: 21px;
}
.events-roll:after {
    content: "";
    display: table;
    clear: both;
}
.event-info-teaser {
    width: 237px;
    height: 515px;
    float: left;
    overflow: hidden;
    margin: 0 10px 16px 0;
    position: relative;
    -webkit-mask-image: url(/assets/img/event-teaser.png);
    clip-path: url(/#clip);
    -webkit-clip-path: none;
}
.event-info-teaser:nth-child(3n) {
    margin-right: 0;
}
.event-info-teaser .thumb {
    border: 1px solid rgba(140, 140, 140, 0.5);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
    margin-bottom: 2px;
}
.event-info-teaser .info {
    position: relative;
    top: -2px;
    height: 212px;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 0;
    border-top-style: dashed;
    overflow: visible;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.event-info-teaser .info:after,
.event-info-teaser .info:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1000;
    top: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(140, 140, 140, 0.5);
}
.event-info-teaser .info:after {
    right: -8px;
}
.event-info-teaser .info:before {
    left: -8px;
}
.event-info-teaser .when {
    font-size: 20px;
    color: #818181;
}
.event-info-teaser .when .dates {
    font-size: 14px;
}
.event-info-teaser .where {
    position: absolute;
    bottom: 50px;
    left: 12px;
    right: 12px;
    height: 40px;
    color: #818181;
}
.event-info-teaser .action-buy {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 0;
}
.event-row {
    padding: 21px;
    position: relative;
    width: 100%;
    height: 189px;
    box-sizing: border-box;
}
.event-row .thumb {
    position: absolute;
    left: 21px;
    top: 21px;
    width: 114px;
    height: 147px;
    border-radius: 0;
    float: left;
}
.event-row .thumb img {
    height: 147px;
}
.event-row .thumb .sticker.et {
    left: 6px;
    top: 6px;
}
.event-row .thumb .sticker.age {
    right: 5px;
    top: 5px;
    width: 36px;
    height: 36px;
    line-height: 30px;
}
.event-row .info {
    position: absolute;
    top: 21px;
    left: 156px;
    max-width: 300px;
}
.event-row .when {
    color: #808080;
    font-size: 20px;
}
.event-row .where {
    position: absolute;
    left: 156px;
    bottom: 21px;
    color: #808080;
    background-image: url(/assets/img/marker-dark.png);
}
.event-row .where span:first-child {
    margin-bottom: 2px;
}
.festival {
    height: auto;
    min-height: 255px;
}
.festival .thumb {
    width: 365px;
    height: 255px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
}
.festival .dates {
    font-size: 16px;
}
.page.festival {
    padding: 21px 21px 21px 386px;
}
.event-info-full .info .popup {
    top: 10px;
    right: 10px;
}
.page {
    padding: 25px 0 21px;
}
.page .header {
    margin: 0 0 11px;
    font-size: 22px;
    text-transform: none;
}
.page .text-content {
    padding: 0 19px;
    font-size: 14px;
    line-height: 18px;
}
.page .text-content.no-events {
    font-size: 14px;
    color: #808080;
    margin: 0 0 21px;
}
.page .text-content .heading {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 14px;
}
.page .text-content p {
    margin-bottom: 16px;
}
.page .text-content p.gifts {
    margin: 40px 0;
}
.page .text-content i {
    font-style: italic;
}
.page-window {
    padding: 25px 0;
}
.page-window .address {
    margin: 0 0 24px;
    font-size: 14px;
}
.page-window .address p:first-child {
    margin-bottom: 12px;
}
.page-window .map {
    border-top: 1px solid rgba(140, 140, 140, 0.5);
    border-bottom: 1px solid rgba(140, 140, 140, 0.5);
    margin: 0 0 40px;
}
.page-window .route {
    width: 480px;
    padding: 0 0 0 21px;
    margin: 0 80px 0 0;
    float: left;
    font-size: 14px;
}
.page-window .route .header {
    margin: 0 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}
.page-window .steps {
    width: 350px;
    float: left;
    font-size: 14px;
    padding: 35px 0 0 36px;
    background: transparent url(/assets/img/steps.png) 0 35px no-repeat;
}
.page-window .steps ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-window .steps li {
    display: block;
    height: 23px;
    line-height: 23px;
    margin: 0 0 7px;
}
.page-shipping .header,
.page-offer .header,
.page-gift .header {
    margin: 0 0 30px;
}
.page-shipping .header {
    margin: 0 0 12px;
}
.page-shipping .map {
    margin: 0 0 21px;
}
.page-shipping .heading + p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.page-shipping .two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.page-shipping .left-column {
    float: left;
    width: 250px;
    margin: 0 225px 0 0;
}
.page-shipping .right-column {
    float: left;
}
.info-message {
    text-align: center;
    width: 60%;
    margin: 60px auto;
    font-size: 14px;
    line-height: 20px;
}
.info-buttons {
    width: 80%;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 0;
}
.info-buttons .button-blue {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.columns-duo > div {
    float: left;
    width: 46%;
}
.columns-duo > div:first-child {
    margin: 0 4% 0 0;
}
.eticket-advantages {
    list-style: none;
    counter-reset: item;
}
.eticket-advantages li {
    counter-increment: item;
    float: left;
    width: 20%;
    background: transparent url(/assets/img/etadv.png) 0 0 no-repeat;
}
.eticket-advantages li:nth-child(1) {
    background-position: 73px 0;
}
.eticket-advantages li:nth-child(2) {
    background-position: -114px 0;
}
.eticket-advantages li:nth-child(3) {
    background-position: -303px 0;
}
.eticket-advantages li:nth-child(4) {
    background-position: -490px 0;
}
.eticket-advantages li:nth-child(4) div:before {
    text-indent: -2px;
}
.eticket-advantages li:nth-child(5) {
    background-position: -679px 0;
}
.eticket-advantages li div {
    position: relative;
    margin: 170px 0 0;
    padding: 0 10px;
    text-align: center;
}
.eticket-advantages li div:before {
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -12px;
    content: counter(item);
    color: #ffffff;
    background: #ee511c;
    font-family: 'PT Sans', Tahoma, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
}
.event-date-select .row {
    padding: 21px;
    border-top: 1px solid rgba(140, 140, 140, 0.5);
}
.event-date-select .row:after {
    content: "";
    display: table;
    clear: both;
}
.event-date-select .row:first-child {
    border: 0;
}
.event-date-select .when {
    float: left;
    width: 250px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
.event-date-select .when .avl {
    margin: 5px 0 0;
    display: block;
    color: #808080;
    font-size: 14px;
    font-weight: normal;
}
.event-date-select .price {
    float: left;
    color: #808080;
    font-size: 20px;
}
.event-date-select .action-event-tickets {
    float: right;
}
.event-tickets-form {
    padding: 21px;
}
.event-tickets-form .chosen-container .chosen-results {
    max-height: 170px;
}
.event-tickets-form .form-group:first-of-type {
    margin: 0;
}
.convex.event-tickets-select {
    overflow: visible;
}
.event-tickets-select {
    display: none;
}
.event-tickets-select .header {
    font-size: 22px;
    text-transform: none;
    margin: 25px 0;
    text-align: center;
    font-weight: bold;
}
.event-tickets-select .header a {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 15px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.event-tickets-select .header a:hover {
    text-decoration: underline;
}
.event-tickets-select .header + .selector {
    border-top: 1px solid rgba(140, 140, 140, 0.5);
    border-radius: 0 0 6px 6px;
}
.event-tickets-select .selector {
    border-radius: 6px;
    background: #f2f2f2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.event-tickets-select .selector:after {
    content: "";
    display: table;
    clear: both;
}
.event-tickets-select .selector .tabs {
    width: 235px;
    float: left;
    border-right: 1px solid rgba(140, 140, 140, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffffff;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.event-tickets-select .selector .tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-tickets-select .selector .tickets {
    margin: 0 0 0 -1px;
    border-left: 1px solid rgba(140, 140, 140, 0.5);
    width: 493px;
    float: left;
    background: #f2f2f2;
    box-sizing: border-box;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.event-tickets-select .selector .tickets .header {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
}
.event-tickets-select .selector .tickets .scheme {
    position: relative;
    border-bottom: 1px solid rgba(140, 140, 140, 0.5);
    margin: 0 -1px 0 0;
    padding: 20px;
    box-sizing: border-box;
}
.event-tickets-select .selector .tickets .scheme .header {
    margin: 0 0 20px;
}
.event-tickets-select .selector .tickets .scheme object {
    width: 450px;
    margin: 0 auto;
    max-height: 400px;
}
.event-tickets-select .selector .tickets .sector {
    display: none;
    height: 100%;
    overflow: visible;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.event-tickets-select .selector .tickets .sector.active {
    display: block;
}
.event-tickets-select .selector .tickets .row {
    margin: 0 0 50px;
}
.event-tickets-select .selector .tickets .row:last-child:not(:only-child) .ticket-info {
    top: auto;
    bottom: 55px;
    width: 180px;
    max-width: 180px;
    word-wrap: break-word;
}
.event-tickets-select .selector .tickets .row:last-child:not(:only-child) .ticket-info:before {
    top: auto;
    bottom: -6px;
    border-width: 6px 6px 0 6px;
    border-color: #e6673c transparent transparent transparent;
}
.event-tickets-select .selector .tickets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-tickets-select .selector .tickets .ticket {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    position: relative;
    margin: 0 6px 10px 0;
}
.event-tickets-select .selector .tickets .ticket:hover .ticket-info {
    display: block;
}
.event-tickets-select .selector .tickets .ticket.dance {
    width: auto;
}
.event-tickets-select .selector .tickets .ticket.dance span {
    width: auto;
    padding: 0 10px;
}
.event-tickets-select .selector .tickets .ticket.dance + label {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0 0 0 6px;
    font-size: 14px;
}
.event-tickets-select .selector .tickets .ticket.dance + label span {
    display: inline-block;
    margin: 0 6px 0 0;
}
.event-tickets-select .selector .tickets .ticket.dance + label select {
    width: 50px;
}
.event-tickets-select .selector .tickets .ticket:nth-child(11n - 1) .ticket-info {
    left: auto;
    right: -20px;
    margin-left: 0;
}
.event-tickets-select .selector .tickets .ticket:nth-child(11n - 1) .ticket-info:before {
    left: auto;
    right: 34px;
    mergin-left: 0;
}
.event-tickets-select .selector .tickets .ticket:nth-child(11n) {
    margin-right: 0;
}
.event-tickets-select .selector .tickets .ticket:nth-child(11n) .ticket-info {
    left: auto;
    right: -10px;
    margin-left: 0;
}
.event-tickets-select .selector .tickets .ticket:nth-child(11n) .ticket-info:before {
    left: auto;
    right: 24px;
    mergin-left: 0;
}
.event-tickets-select .selector .tickets .ticket:nth-child(11n + 1) .ticket-info {
    left: -10px;
    margin-left: 0;
}
.event-tickets-select .selector .tickets .ticket:nth-child(11n + 1) .ticket-info:before {
    left: 24px;
    mergin-left: 0;
}
.event-tickets-select .selector .tickets .ticket:nth-child(11n + 2) .ticket-info {
    left: -20px;
    margin-left: 0;
}
.event-tickets-select .selector .tickets .ticket:nth-child(11n + 2) .ticket-info:before {
    left: 34px;
    mergin-left: 0;
}
.event-tickets-select .selector .tickets .ticket label {
    display: block;
    cursor: pointer;
    overflow: visible;
}
.event-tickets-select .selector .tickets .ticket input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.event-tickets-select .selector .tickets .ticket input[type="checkbox"]:checked + span {
    border-color: #e6673c;
    background: #e6673c;
    color: #ffffff;
}
.event-tickets-select .selector .tickets .ticket span {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 2px solid rgba(140, 140, 140, 0.5);
    text-align: center;
    background: #ffffff;
    box-sizing: border-box;
}
.event-tickets-select .selector .tickets .ticket span:hover {
    border-color: #e6673c;
}
.event-tickets-select .selector .tickets .ticket-info {
    position: absolute;
    z-index: 1000;
    display: none;
    left: 50%;
    top: 55px;
    margin-left: -90px;
    width: 180px;
    padding: 16px 18px 9px 18px;
    background: #e6673c;
    border-radius: 5px;
    box-sizing: border-box;
}
.event-tickets-select .selector .tickets .ticket-info.mass-info {
    left: -10px !important;
    margin-left: 0 !important;
}
.event-tickets-select .selector .tickets .ticket-info.mass-info:before {
    left: 24px !important;
    mergin-left: 0 !important;
}
.event-tickets-select .selector .tickets .ticket-info:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #e6673c transparent;
    -moz-transform: scale(0.9999);
}
.event-tickets-select .selector .tickets .ticket-info table {
    width: 100%;
}
.event-tickets-select .selector .tickets .ticket-info table td {
    font-size: 14px;
    color: #ffffff;
    width: 50%;
    padding: 0 0 5px 0;
}
.event-tickets-select .selector .tickets .ticket-info table td:last-child {
    text-align: right;
}
.event-sector-selector {
    box-sizing: border-box;
    padding: 0 8px;
    cursor: pointer;
}
.event-sector-selector:last-child div {
    border: 0;
    padding-bottom: 1px;
}
.event-sector-selector.active {
    background: #f2f2f2;
}
.event-sector-selector.active > div > span {
    color: #ffffff;
    background: #ee511c;
    margin: -18px -27px 0 -27px;
    padding: 18px 27px 18px 27px;
}
.event-sector-selector.active .event-sector-types {
    display: block;
}
.event-sector-selector.active .event-sector-types:empty {
    display: none;
}
.event-sector-selector:not(.active):hover > div > span {
    color: #ee511c;
}
.event-sector-selector > div {
    border-bottom: 1px solid rgba(166, 166, 166, 0.5);
    width: 100%;
    padding: 18px 19px 0 18px;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
}
.event-sector-selector > div > span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 18px;
}
.event-sector-selector > div > i {
    display: block;
    font-style: normal;
    color: #808080;
}
.event-sector-selector .event-sector-types {
    display: none;
}
.event-sector-types:empty {
    display: none;
}
.event-sector-types li {
    display: block;
    margin: 20px 0;
}
.event-sector-types li:only-child {
    display: none !important;
}
.event-sector-types input {
    display: none;
}
.event-sector-types input:checked + label:after {
    background-position: 0 -20px;
}
.event-sector-types label {
    display: block;
    padding: 0 20px 0 0;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}
.event-sector-types label:hover {
    color: #ee511c;
}
.event-sector-types label:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    background: transparent url(/assets/img/c.png) 0 0 no-repeat;
}
.event-sector-prices {
    margin: 19px 0 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.event-sector-prices:empty {
    display: none;
}
.event-sector-prices li {
    display: inline-block;
    margin: 0 6px 10px 0;
}
.event-sector-prices li:only-child {
    display: none !important;
}
.event-sector-prices input {
    display: none;
}
.event-sector-prices input:checked + label {
    border-color: #e6673c;
    background: #e6673c;
    color: #ffffff;
}
.event-sector-prices label {
    display: inline-block;
    padding: 0 5px;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    border: 2px solid rgba(140, 140, 140, 0.5);
    background: #ffffff;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.event-sector-prices label:hover {
    border-color: #e6673c;
}
.hide-type {
    display: none !important;
}
.hide-price {
    display: none !important;
}
.event-description:after {
    content: "";
    display: table;
    clear: both;
}
.event-description .header {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 19px 0 29px;
}
.event-description .text {
    padding: 0 19px 9px;
    margin: 29px 0 0;
}
.event-description .text p {
    margin-bottom: 1em;
    font-size: 14px;
}
.event-description .text i {
    font-style: italic;
}
.event-description .gallery {
    position: relative;
    margin-right: -11px;
}
.event-description .thumbnail {
    display: block;
    margin: 10px 10px 0 0;
    width: 360px;
    height: 230px;
    float: left;
    overflow: hidden;
    text-align: center;
}
.event-description .thumbnail:last-child img,
.event-description .thumbnail:last-child iframe {
    overflow: hidden;
    border-bottom-right-radius: 6px;
}
.event-description .thumbnail a {
    font-size: 0;
    line-height: 0;
}
.event-description .thumbnail img {
    width: 100%;
}
#emptySectorPopupHTML {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    margin-top: 6px;
    margin-left: -60px;
    width: 120px;
    height: 64px;
    padding: 15px 10px 10px;
    background: #e6673c;
    display: none;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    border-radius: 5px;
    box-sizing: border-box;
}
#emptySectorPopupHTML:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #e6673c transparent;
    -moz-transform: scale(0.9999);
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: white;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.mfp-figure:after {
    background: #fff;
}
.ad {
    position: relative;
    overflow: hidden;
}
.ad .banner {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
}
#banner {

}
#banner .ad {
    width: 980px;
    height: 120px;
    margin: 0 auto;
}
#banner .banner {
    width: 980px;
    height: 120px;
}
#bg .ad-side {
    position: absolute;
    top: 19px;
    left: 50%;
    display: none;
    width: 120px;
    height: 600px;
}
#bg .ad-side .banner {
    width: 120px;
    height: 600px;
}
#aux .ad {
    height: 240px;
}
#aux .ad .banner {
    width: 240px;
    height: 240px;
}
@media screen and (min-width: 1280px) {
    #bg .ad-side {
        display: block;
    }
    #bg .ad-side.left {
        margin-left: -626px;
    }
    #bg .ad-side.right {
        margin-left: 506px;
    }
}
.form-control {
    margin: 0 0 15px;
    position: relative;
    overflow: visible;
}
.control-group {
    position: relative;
    overflow: visible;
}
input[type="text"],
input[type="email"] {
    display: inline-block;
    vertical-align: baseline;
    height: 30px;
    border: 1px solid rgba(140, 140, 140, 0.5);
    border-radius: 2px;
    background: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 5px 5px 11px;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    box-shadow: inset 0px 2px 2px 0 rgba(0, 0, 0, 0.11);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="text"]:active,
input[type="email"]:active {
    outline: 0;
    border-color: #ee511c;
}
input[type="text"].error,
input[type="email"].error,
select.error {
    border-color: #ff2c75;
    border-width: 2px;
    border-radius: 3px;
    padding: 5px 5px 5px 10px;
}
input[type="text"].error + label.error,
input[type="email"].error + label.error,
select.error + label.error {
    font-size: 14px;
    display: block;
    width: 220px;
    padding: 20px 13px;
    position: absolute;
    left: 476px;
    top: 50%;
    min-height: 54px;
    margin-top: -27px;
    background: #ffe0ea;
    overflow: visible;
    box-sizing: border-box;
}
input[type="text"].error + label.error:before,
input[type="email"].error + label.error:before,
select.error + label.error:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    margin-top: -11px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    border-color: transparent #ffe0ea transparent transparent;
}
input[type="text"].error + label.error + .chosen-container .chosen-single,
input[type="email"].error + label.error + .chosen-container .chosen-single,
select.error + label.error + .chosen-container .chosen-single {
    border-color: #ff2c75;
}
.control-checkbox {
    display: block;
    position: relative;
    font-size: 14px;
    margin: 0 0 15px;
    cursor: pointer;
}
.control-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.control-checkbox input[type="checkbox"]:checked + span {
    background-image: url(/assets/img/cbc.png);
}
.control-checkbox span {
    display: inline-block;
    vertical-align: baseline;
    padding: 0 0 0 20px;
    background: transparent url(/assets/img/cb.png) 0 0 no-repeat;
}
.form-group {
    margin: 29px 0 0;
}
.form-group .header {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 18px;
}
.button-blue {
    display: inline-block;
    padding: 0 27px;
    height: 38px;
    line-height: 34px;
    text-shadow: 0px 1px 0px #b9421a;
    background: #ee511c;
    border: 0;
    border-top: 2px solid rgb(230, 103, 60);
    border-bottom: 2px solid #e6673c;
    border-radius: 2px;
    font-family: "PT Sans Caption", "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
}
.button-blue:hover {
    border-top: 2px solid rgb(245, 136, 99);
    background: #f3764b;
    text-decoration: none;
}
.button-blue:active {
    border-top: 2px solid #e6673c;
    background: #b9421a;
    outline: none;
}
.button-blue.small {
    height: 26px;
    line-height: 22px;
    font-size: 13px;
    padding: 0 10px;
}
.button-gray {
    display: inline-block;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
    border-radius: 2px;
    background-color: #ffffff;
    color: #343434;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.11);
    background-image: linear-gradient(0, #fafafa 0%, #ffffff 100%);
    box-sizing: border-box;
}
.button-gray:hover {
    border-color: #cecece;
    text-decoration: none;
    background-image: linear-gradient(0, #ffffff 0%, #ffffff 100%);
}
.button-gray:active {
    background-image: linear-gradient(0, #ffffff 0%, #fafafa 100%);
    border-color: #cecece;
    padding-top: 1px;
}
.action.cart-unreserve.icon {
    display: inline-block;
    vertical-align: baseline;
    width: 16px;
    height: 20px;
    line-height: 20px;
    background: transparent url(/assets/img/bin.png) 50% 100% no-repeat;
}
.step {
    margin-top: 29px;
}
.step.contacts .control-group.address {
    font-size: 0;
}
.step.contacts .control-group.address input[type="text"] {
    width: 148px;
    margin: 0 8px 0 0;
    font-size: 14px;
}
.step.contacts .control-group.address input[type="text"]:first-child {
    margin-left: 0;
}
.step.datetime .control-group,
.step.datetickets .control-group {
    font-size: 0;
}
.step.datetime .control-group.text,
.step.datetickets .control-group.text {
    font-size: 14px;
}
.step.datetime .control-group input[type="text"],
.step.datetickets .control-group input[type="text"] {
    width: 148px;
    margin: 0 11px 0 0;
    vertical-align: top;
}
.step.datetime .control-group select,
.step.datetickets .control-group select {
    width: 79px;
}
.step.datetime .control-group > span,
.step.datetickets .control-group > span {
    position: relative;
    top: 4px;
    font-size: 14px;
    display: inline-block;
    margin: 0 .43em;
}
.step .control-group {
    margin: 0 0 15px;
}
.step .control-group:last-child {
    margin: 0;
}
.step input[type="text"],
.step input[type="email"],
.step select {
    width: 460px;
}
#eventClip {
    position: absolute;
    top: 0;
    left: -9999px;
}
html,
body {
    height: 100%;
    min-height: 100%;
    min-width: 1000px;
}
body {
    background: #373e45 url("/assets/img/subtle-pattern-2.jpg") repeat 50% 0;
    font-family: "PT Sans", sans-serif;
    position: relative;
}
body.fixed {
    padding-top: 160px;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.hide {
    display: none !important;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.nowrap {
    white-space: nowrap;
}
a {
    color: #ee511c;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:focus,
a:active {
    outline: none;
}
b {
    font-weight: bold;
}
i {
    font-style: italic;
}
.alert {
    position: fixed;
    top: 330px;
    left: 50%;
    margin-left: -195px;
    width: 390px;
    border: 2px solid #e6673c;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 21px;
    box-sizing: border-box;
}
.alert.error {
    border-color: #e9527d;
}
.alert.error .close {
    color: #e9527d;
}
.alert .close {
    position: absolute;
    top: 16px;
    right: 21px;
    color: #e6673c;
    font-size: 26px;
    line-height: 26px;
    text-decoration: none;
}
.alert .close:hover {
    text-decoration: none;
}
.alert .title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 18px;
    font-weight: 700;
}
.alert .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
#wrapper {
    min-height: 100%;
}
#wrapper > #content {
    margin: 20px auto 0;
    padding: 0;
}
#wrapper > #content #main {
    margin: 0;
}
#e404 {
    position: relative;
    padding: 223px 0 20px 300px;
    min-height: 526px;
    width: 982px;
    margin: 0 auto;
    background: transparent url(/assets/img/404.png) 0 159px no-repeat;
    text-align: center;
    box-sizing: border-box;
}
#e404 h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 40px;
}
#e404 p {
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 66px;
}
#header {
    background: #ee511c;
    height: 90px;
    min-width: 982px;
}
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}
#header > .inner {
    width: 982px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
#header .logo {
    position: absolute;
    top: 16px;
    left: 0;
}
#header .info {
    position: absolute;
    color: #ffffff;
    left: 350px;
    top: 18px;
    font-size: 20px;
}
#header .phone {
    position: absolute;
    left: 350px;
    top: 18px;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}
#header .phone a[href^='tel'] {
    color: inherit;
    text-decoration: none;
}
#header .search {
    position: absolute;
    top: 29px;
    right: 0;
}
#header .search input[type="search"] {
    box-sizing: border-box;
    height: 30px;
    border: 0;
    width: 240px;
    padding: 8px 10px 8px 33px;
    border-radius: 2px;
    background: #ffffff url(/assets/img/search.png) 10px center no-repeat;
    font-size: 14px;
    color: #000000;
    font-family: "PT Sans", sans-serif;
}
#header .search input[type="search"]:focus {
    outline: none;
    background-image: url(/assets/img/search-focus.png);
}
#header .search .results {
    background: #ee511c;
    position: absolute;
    z-index: 2000;
    top: 30px;
    right: 0;
    width: 284px;
    padding: 21px;
    display: none;
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
}
#header .search .results .row {
    margin: 0 0 10px;
}
#header .search .results .row:last-child {
    margin: 0;
}
#header .search .results a {
    color: #ffffff;
    text-decoration: none;
}
#header .search .results a:hover {
    text-decoration: underline;
}
#header .search .results span {
    background: #f58863;
}
#bg {
    min-height: 650px;
}
#bg.fixed {
    margin-top: 91px;
    padding-top: 70px;
}
#nav {
    position: relative;
    width: 100%;
    height: 70px;
    padding: 19px 0 0;
    background: transparent;
    overflow: visible;
    white-space: nowrap;
    font-size: 0;
    box-sizing: border-box;
}
#nav.fixed {
    position: fixed;
    top: 90px;
    left: 0;
    margin: 0;
    z-index: 1000;
    background: #dadada;
    width: 100%;
}
#nav .inner {
    width: 984px;
    margin: 0 auto;
    display: block;
    padding-left: 2px;
}
#nav a {
    display: inline-block;
    height: 38px;
    line-height: 40px;
    text-align: center;
    padding: 0 26px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
}
#nav a:first-child {
    border-left: 1px solid #c6c6c6;
    padding: 0 26px;
}
#nav a:last-child {
    padding: 0 25px 0 26px;
}
#nav a:hover {
    background: #ffdcce;
}
#nav a.active {
    color: #ffffff;
    background: #3c2118;
    border-color: #3c2118;
}
#content {
    width: 982px;
    margin: 0 auto;
    padding: 0 0 288px 0;
}
#content:after {
    content: "";
    display: table;
    clear: both;
}
#main {
    width: 731px;
    float: left;
    margin-bottom: 80px;
}
#main:after {
    content: "";
    display: table;
    clear: both;
}
#main.single-page {
    width: 982px;
    float: none;
}
#aux {
    width: 242px;
    float: right;
}
#aux .block {
    width: 240px;
}
#aux .block .header {
    margin: 15px 0 12px;
    font-size: 16px;
}
#aux .block .inner {
    font-size: 14px;
    padding: 0 14px 23px;
    line-height: 16px;
}
#footer {
	background: #d03b00;
    height: 288px;
    margin: -288px 0 0;
    min-width: 982px;
    box-sizing: border-box;
}
#footer.fixed {
    position: fixed;
    bottom: -116px;
    left: 0;
    height: 116px;
    width: 100%;
    transition: position linear .3s;
}
#footer.fixed .accept {
    display: none;
}
#footer > .inner {
    width: 982px;
    margin: 0 auto;
    height: 100%;
    padding: 20px 0 0;
    position: relative;
    box-sizing: border-box;
}
#footer > .inner:after {
    content: "";
    display: table;
    clear: both;
}
#footer .useful {
    display: block;
    float: left;
    width: 741px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#footer .useful a {
    display: block;
    margin: 0 0 8px;
    padding: 2px 0 0;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
}
#footer .useful a:hover {
    color: #ffdcce;
}
#footer .contacts {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #ffffff;
}
#footer .contacts span {
    display: block;
    margin: 0 0 5px;
}
#footer .contacts a {
    text-decoration: none;
    color: #ffffff;
}
#footer .vk {
    display: block;
    margin: 20px 0 0;
    width: 26px;
    height: 26px;
    float: right;
    background: transparent url(/assets/img/vk.png) 0 0 no-repeat;
}
#footer .vk:hover {
    background-position: 0 -26px;
}
#footer .accept {
    position: absolute;
    left: 0;
    bottom: 42px;
}
#footer .accept p {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 29px;
    font-weight: bold;
}
#footer .accept img {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 0 0;
}
.header {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.header.light {
    color: #999999;
}
.convex {
    margin: 0 0 16px;
    border: 1px solid rgba(140, 140, 140, 0.5);
    border-bottom-width: 2px;
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
}
.popup {
    display: none;
    position: absolute;
    border: 2px solid #ee511c;
    background: #ffffff;
    border-radius: 10px;
    width: 380px;
    box-sizing: border-box;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
}
.popup a.close {
    position: absolute;
    top: 12px;
    right: 16px;
    color: #ee511c;
    text-decoration: none;
    font-size: 35px;
    line-height: 35px;
}
.popup .heading {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 14px;
}
@media screen and (max-width: 1000px) {
    #header.fixed,
    #nav.fixed {
        width: 1000px;
        left: 500px;
        margin-left: -500px;
    }
}
@media screen and (min-width: 1280px) {
    #content {
        padding: 0;
        margin-top: -20px;
    }
    #footer {
        margin: 0;
    }
    #nav {
        padding: 0;
    }
    #nav.fixed {
        padding: 19px 0 0;
    }
    #bg {
        position: relative;
        padding-top: 19px;
        background-size: 100% auto;
    }
}
@media print {
    #banner,
    #header,
    #nav,
    #footer,
    .ad-side,
    #aux {
        display: none;
    }
    #main {
        width: 100%;
    }
    .page-total .button-blue {
        display: none;
    }
}
  .bkglw { 
    position:relative; 
    margin:0 auto; 
    display: block;
}

  .bkglw img { 
    left: 0; 
    position:absolute; 
    top: 0;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;	
}

  .bkglw img.nor {opacity:0;filter:alpha(opacity=0);}
  .bkglw:hover img.nor {opacity:1;filter:alpha(opacity=100);}
  .bkglw:hover img.glw, .bkglw img.dva:hover {opacity:0;filter:alpha(opacity=0);}