@font-face {
    font-family: 'MyriadProRegular';
    src: url('../font/myriadpro-regular.eot');
    src: url('../font/myriadpro-regular.eot') format('embedded-opentype'),
         url('../font/myriadpro-regular.woff2') format('woff2'),
         url('../font/myriadpro-regular.woff') format('woff'),
         url('../font/myriadpro-regular.ttf') format('truetype'),
         url('../font/myriadpro-regular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../font/myriadpro-semibold.eot');
    src: url('../font/myriadpro-semibold.eot') format('embedded-opentype'),
         url('../font/myriadpro-semibold.woff2') format('woff2'),
         url('../font/myriadpro-semibold.woff') format('woff'),
         url('../font/myriadpro-semibold.ttf') format('truetype'),
         url('../font/myriadpro-semibold.svg#MyriadProSemibold') format('svg');
}


body {
    font-family: 'MyriadProRegular';
    font-size: 16px;
}

h1 {
    margin: 0 0 10px 0;
    font-family: 'MyriadProSemibold';
}

h2 {
    margin: 0 0 10px 0;
    font-family: 'MyriadProSemibold';
    font-size: 24px;
}

h2 span {
    color: #999;
}

a {
    color: #00aeef;
}

.container.content {
    margin-bottom: 40px;
}


/*------------------ Header --------------------------------------------------*/
.header-top {
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
}

.header-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-top ul li {
    width: 110px;
    margin: 0 11px;
    line-height: 18px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
}

.header-top ul li .box-table {
    width: 110px;
    height: 86px;
    padding-bottom: 16px;
    vertical-align: middle;
    display: table-cell;
}

.header-top ul li img {
    width: 70px;
}

.header-top ul li:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.header-top ul li a {
    font-size: 16px;
    color: #000;
}

.header-top ul li a:hover {
    text-decoration: none;
}

.over-wrap {
    position: relative;
}

.over-wrap .diamond {
    width: 12px;
    height: 30px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -6px;
    z-index: 10;
    cursor: pointer;
    background: url(../i/top-diamond.png) bottom center no-repeat;
}

.over-wrap .diamond.top {
    background-position: 0 8px;
}

.header-top-line {
    height: 10px;
    position: relative;
    background: url(../i/header-top-bg.jpg) top center no-repeat;
    background-size: 100% 100%;
}

.header {
    height: 117px;
}

.header .logo {
    margin: 23px 37px 0 0;
}

.header .phone {
    padding-left: 22px;
    margin: 45px 30px 0 0;
    font-size: 20px;
    color: #999;
    background: url(../i/ico-phone.png) 0 2px no-repeat;
}

.header .phone b,
.header .phone strong {
    color: #333;
}

.header .search {
    margin: 37px 25px 0 0;
    position: relative;
}

.header .search input[type="text"] {
    width: 225px;
    height: 40px;
    padding: 4px 10px;
    border-radius: 1px;
    border: 1px solid #e1e1e1;
}

.header .search button {
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 5;
    width: 18px;
    height: 18px;
    border: 0px;
    outline: none;
    background: url(../i/search-btn-bg.png) 0 0 no-repeat;
}

.header .search button:hover {
    background-position: 0 -18px;
}

.header .city {
    margin: 45px 0 0 0;    
    font-size: 14px;
}

.header .city select {
    cursor: pointer;
    border: none;
    outline: none;
}

.header .cart {
    margin: 45px 0 0 0;    
    font-size: 14px;
}

.header .cart.empty a {
    color: #999;
}


/*------------------ Menu ----------------------------------------------------*/
.menu {
    height: 40px;
    margin-bottom: 40px;
    background: #ffdd00;
}

.menu ul {
    padding: 0;
    list-style: none;
    font-size: 0px;
}

.menu ul li {
    display: inline-block;
    padding: 9px 18px;
    border-right: 1px solid #fff;
}

.menu ul li:last-child {
    border-right: 0px;
}

.menu ul li a {
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #000;
}

.menu ul li.active a {
    color: #fff;
}


/*------------------ Footer --------------------------------------------------*/
.footer {
    padding-top: 50px;
    padding-bottom: 100px;
    font-size: 14px;
    color: #fff;
    background: #262626;
}

.footer ul {
    padding: 0;
    margin-bottom: 55px;
    list-style: none;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    color: #fff;
}

.footer .phone {
    padding-left: 35px;
    font-size: 24px;
    color: #ffdd00;
    background: url(../i/ico-phone.png) 0 2px no-repeat;    
}

.footer a.social {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 10px 15px 55px 0;
    background: url(../i/social-ico-bg.png) 0 0 no-repeat;
}

.footer a.social.vk {
    background-position: -40px 0;
}
    
.footer a.social.in {
    background-position: -80px 0;
}

.footer .divider {
    width: 100%;
    height: 1px;
    margin: 0px 0 50px 0;
    background: #333;
}

.footer .payment {
    width: 100%;
}

.footer .payment tr td {
    text-align: center;
    width: 16%;
}

.footer .payment tr td:first-child {
    text-align: left;
}

.footer .payment tr td:last-child {
    text-align: right;
}

/*------------------ Slider --------------------------------------------------*/
.slider {
    width: 715px;
    height: 300px;
    overflow: hidden;
}


/*------------------ Calendar ------------------------------------------------*/
.calendar-wrap {
    width: 225px;
    height: 300px;
} 

.calendar .datepicker {
    width: 100%;
    padding: 0;
    border-radius: 2px;
}

.calendar table {
    width: 100%;
}

.calendar thead tr:first-child th {
    height: 40px;
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #333;
    visibility: visible !important;
    border-radius: 0px;
    background: #ffdd00;
}

.calendar .datepicker thead tr:first-child th:hover,
.calendar .datepicker tfoot tr th:hover {
    color: #333;
}

.calendar thead .dow {
    font-size: 12px;
    color: #ffdd00;
}
    
.calendar tbody {
    font-size: 14px;
}

.calendar .datepicker table tr td {
    height: 32px;
}

.calendar tfoot .today {
    height: 38px;
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #333;
    border-radius: 0px;
    background: #ffdd00;
}


/*------------------ Filter --------------------------------------------------*/
.event-filter-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}

.event-filter {
    width: 100%;
    height: 60px;
    padding: 10px;
    border-radius: 4px;
    background: #ffdd00;
}

.event-filter form {
    margin: 0;
}

.event-filter .form-control {
    height: 40px;
    color: #333;
    border: 0px;
    border-radius: 2px;
     -webkit-box-shadow: none; 
     box-shadow: none;
}

.event-filter button {
    border-radius: 2px !important;
}


/*------------------ Categoty / Event ----------------------------------------*/
.category-menu {
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
}

.category-menu li {
    margin: 15px 0;
}

.category-menu li a {
    color: #999;
}

.category-menu li.active a {
    color: #333;
}

.event-item {
    margin-bottom: 30px;
}

.event-item .poster,
.event-single .poster {
    width: 225px;
    height: 315px;
    background-size: cover;
    background-position: center center;
}


.event-item h2 {
    margin: 15px 0 25px 0;
    font-family: 'MyriadProSemibold';
    font-size: 18px;
}

.event-item p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
}

.event-item time {
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
}


.event-single h1 {
    margin: 0;
}
.event-single p.event-category {
    margin-top: 0;
    margin-bottom: 30px;
    color: #999;
}

.event-single p b {
    font-family: 'MyriadProSemibold';
}

.event-single .event-time-info {
    min-height: 315px;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
}

.event-single .event-time-info .event-date {
    margin-bottom: 25px;
    line-height: 19px;
}

.event-single .event-time-info .event-date .day {
    padding-top: 4px;
    margin-right: 10px;
    font-size: 72px;
    line-height: 56px;
    color: #ffdd00;
}

.event-single .event-time-info .event-date span {
    color: #999;
}

.event-single .event-time-info .shedule {
    margin-bottom: 20px;
    font-size: 14px;
}

.event-single .event-time-info .venue {
    padding-left: 22px;
    margin-bottom: 15px;
    font-size: 14px;
    background: url(../i/marker-gray.png) 0 4px no-repeat;
}

.event-single .tickets-price {
    font-size: 18px;
}

.event-single .tickets-price span {
    color: #999;
}

.event-single .tickets-price b {
    font-size: 24px;
}

.event-single .tickets-price .btn {
    margin-top: 15px;
}

.event-shedule {
    width: 100%;
    margin-bottom: 60px;
}

.event-shedule thead th {
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}

.event-shedule thead th,
.event-shedule tbody td {
    padding: 8px 14px;
    vertical-align: top;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.event-shedule tbody td.date,
.event-shedule tbody td.price,
.event-shedule tbody td.ticket-buy {
    white-space: nowrap;
}

.event-shedule tbody td.price {
    text-align: center;
}

.event-shedule tbody td.price b {
    font-family: 'MyriadProSemibold';
}

.event-shedule tr th.venue,
.event-shedule tr th:last-child,
.event-shedule tr td.venue,
.event-shedule tr td:last-child {
    width: 90%;
    border-right: 0px;
}

.event-shedule tbody tr:hover td {
    background-color: #f5f5f5;
}


/*------------------ Venue ---------------------------------------------------*/
.venue-item {
    margin-bottom: 30px;
}

.venue-item .poster {
    width: 225px;
    height: 225px;
    background-size: cover;
    background-position: center center;
}

.event-item h3 {
    margin: 15px 0 25px 0;
    font-family: 'MyriadProSemibold';
    font-size: 16px;
}

.event-item p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
}


/*------------------ Cart ----------------------------------------------------*/
.ticket {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    background: #f7f6fb;
}

.ticket .idle {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(100,100,100,0.8);
}

.ticket .event {
    width: 75%;
}

.ticket .poster {
    width: 100px;
    height: 140px;
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ticket h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.ticket p.venue {
    margin-bottom: 20px;
    font-size: 16px;
    color: #999;
}

.ticket p.date {
    font-size: 16px;
}

.ticket .place {
    width: 25%;
    min-height: 140px;
    position: relative;
    border-left: 2px solid #fff;
}

.ticket .place ul {
    padding: 0 0 0 20px;
    list-style: none;
}

.ticket .place ul li {
    margin-bottom: 10px;
    color: #999999;
}

.ticket .place ul li b {
    color: #333333;
}

.ticket .place .price {
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.ticket .place .price b {
    font-size: 24px;
}

.ticket .total-price {
    margin-left: -5px;
}

.ticket .total-price b {
    font-size: 24px;
}

.cart hr {}

.cart h3 {
    margin: 20px 0 20px 0;
    font-family: 'MyriadProSemibold';
    font-size: 18px;
}

.cart form {
    margin-bottom: 50px;
}

.cart form ul {
    padding: 0;
    list-style: none;
}

.cart-form .delivery-info {
    display: none;
}

.cart form .form-group {
    margin-bottom: 20px;
}

.cart form input[type='text'],
.cart form input[type='email'],
.cart form select {
    height: 40px;
    border-radius: 0;
    border-color: #e1e1e1;
    box-shadow: none;
}

.cart form textarea {
    height: 112px;
    border-radius: 0;
    border-color: #e1e1e1;
    box-shadow: none;
}

.cart-form .ticket-offices {
    display: none;
}
                                        
.cart-form .ticket-offices .ticket-offices-item {
    margin-bottom: 10px;
}

.cart-form .ticket-offices .ticket-offices-item h4 {
    margin: 0 0 10px 0;
    font-family: 'MyriadProSemibold';
    font-size: 18px;    
}

.cart-form .ticket-offices .ticket-offices-item p {
    font-size: 14px;
}


.cart-form .offer-agree {
    margin: 7px 0;
    font-size: 14px;
}


.orders-list {
    margin-bottom: 40px;
}

.order {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    background: #f7f6fb;    
}

.order .info {
    width: 65%;
}

.order h2 {
    margin-bottom: 20px;
    font-family: 'MyriadProSemibold';
    font-size: 24px;
    font-weight: normal;    
}

.order b {
    font-family: 'MyriadProSemibold';
    font-weight: normal;    
}

.order .order-info,
.order .client-info,
.order .delivery-info {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}

.order .price {
    width: 35%;
    padding: 0 0 0 20px;
    position: relative;
    border-left: 2px solid #fff;
}

.order .price ul {
    padding: 0;
    list-style: none;
}

.order .total-price b {
    font-family: 'MyriadProSemibold';
    font-size: 24px;
    font-weight: normal;
}

.order .btn.pay-order {
    margin: 15px 0;
}

.order .btn.pay-order:disabled {
    color: #fff;
}

.order .timer {
    color: #999;
}

.order .pay-timer {
    font-family: 'MyriadProSemibold';
    font-size: 24px;
    color: #333;
}


/*------------------ Info pages ----------------------------------------------*/
.info-block h1 {
    font-size: 24px;
}

.info-block-content h2 {
    font-size: 18px;
}

/*------------------ Contact form --------------------------------------------*/
.contact-form {
    padding-top: 60px;
    padding-bottom: 20px;
    background: #333;
}

.contact-form h2 {
    margin: 0 0 40px 0;
    font-family: 'MyriadProRegular';
    font-size: 30px;
    color: #ffdd00;
}

.contact-form textarea {
    height: 156px;
}

.contact-form .form-group {
    margin-bottom: 27px;
}

.contact-form .btn-primary {
    font-weight: bold;
    color: #00243f;
    text-transform: uppercase;
}

form button:disabled {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;            
}

@keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-webkit-keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}


/*------------------ Buttons -------------------------------------------------*/
.btn-primary {
    padding: 2px 12px;
    font-family: 'MyriadProSemibold';
    font-size: 15px;
    color: #000;
    border: 0px;
    border-radius: 2px;
    background: #ffdd00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border: 0px;
    background: #ffdd00;
}

/*.btn-primary.btn-lg {*/
.btn.btn-lg {
    padding: 8px 12px;
    font-size: 19px;
    border-radius: 2px;
}



.btn-info {
    padding: 2px 12px;
    font-family: 'MyriadProSemibold';
    font-size: 15px;
    border: 0px;
    border-radius: 2px;
    background: #FF9C00;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    border: 0px;
    background: #FF9C00;
}

.btn-info.btn-lg {
    padding: 8px 12px;
    font-size: 19px;
    border-radius: 4px;
}


/*------------------ Breadcrumbs ---------------------------------------------*/
#breadcrumb {
    margin-top: -5px;
    margin-bottom: 35px;
}

#breadcrumb img {
    margin-left: 10px;
    margin-right: 10px;
}
