/* => Globals */
/* ------------------------------------------------------------------------------*/
body {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    line-height: 1.45em;
    font-weight: 400;
    color: #01141e;
    background-color: #01141e;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: inherit;
    font-size: inherit;
}

a {
    text-decoration: none;
    color: #1aa1da;
}

h1 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: .6em;
}

h2 {
    font-size: 1.2em;
    margin-bottom: .6em;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    font-size: 1em;
    margin-bottom: .6em;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    font-size: .8em;
    margin-bottom: .6em;
    font-weight: 700;
    text-transform: uppercase;
}

strong, b {
    font-weight: 700;
}

p {
    margin-bottom: 2em;
}

ul, ol {
    margin-bottom: 2em;
}

blockquote {
    font-size: inherit;
    line-height: inherit;
    font-style: italic;
    color: #d9e4e9;
    margin: 40px 10%;
    padding: 30px;
    background: #01141e;
}

code {
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    color: #DD1144;
    padding: 2px 4px;
    white-space: nowrap;
}

code, pre {
    border-radius: 3px 3px 3px 3px;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 12px;
    padding: 0 3px 2px;
}

.separator {
    margin: 1.47em 0;
    border: none;
    border-top: 1px solid #009fdc;
}

.table-movies + .separator {
    margin-top: 0;
}

.pull-text-center, .pull-text-center td {
    text-align: center;
}
/* => Animations */
/* ------------------------------------------------------------------------------*/
.main-header-wrap, .inputfield, .btn, .gallery-item a,
.main-header-v, .main-header-v img, .header-nav-item a, .hero-slider-thumb img, .hero-slider-article,
.item .ahero-slider-title, .shows-type-list a, .btn.btn-seanss, .btn.btn-ticket {
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.font-page-hero-wrapper .item .list, .mobile-menu-section {
    -webkit-transition: all .2s ease-in-out .02s;
    -moz-transition: all .2s ease-in-out .02s;
    transition: all .2s ease-in-out .02s;
}
/* => Badget, Labels, Alerts */
/* ------------------------------------------------------------------------------*/
.badget {
    display: inline-block;
    padding: 8px 0;
    width: 35px;
    background-color: #42a2e5;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.label {
    display: inline-block;
    padding: 8px 15px;
    background-color: #42a2e5;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
/* => Tabs */
/* ------------------------------------------------------------------------------*/
.list.nav-tabs {
    margin-bottom: 30px;
    border-bottom: 1px solid #019fdb;
}

.nav-tabs li, .nav-tabs a {
    float: left;
}

.nav-tabs a {
    padding: 12px 20px;
    font-weight: 700;
    border: 1px solid #d8e3e8;
    text-transform: uppercase;
}

    .nav-tabs a:hover {
        text-decoration: underline;
    }

.nav-tabs .active {
    position: relative;
    top: 1px;
}

    .nav-tabs .active a {
        border-color: #019fdb #019fdb #d8e3e8;
        color: #00141e;
    }

        .nav-tabs .active a:hover {
            text-decoration: none;
        }

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }
/* => Lists */
/* ------------------------------------------------------------------------------*/
.list {
    margin: 0;
    padding: 0;
    background: none;
    list-style-type: none;
    line-height: 1;
}

.shows-type-list {
    margin-top: .8em;
    overflow: hidden;
}

    .shows-type-list a {
        color: #00141e;
    }

    .shows-type-list .shows-item {
        display: inline-block;
        float: left;
        margin-right: 15px;
        padding: 1px 0 2px 22px;
        background-size: 16px auto;
        font-weight: bold;
        font-size: 14px;
    }

.shows-time, .shows-5d {
    background: url('icons01.png') no-repeat 0 -94px;
}

.shows-5d {
    background-position: 0 2px;
}

.backgroundsize .shows-time, .backgroundsize .shows-5d {
    background-image: url('icons01_x2.png');
}

.shows-type-list a:hover {
    color: #009fdc;
}

/* Gallery List */

.gallery-list {
    width: 110%;
}

.gallery-item {
    float: left;
    margin: 0 18px 18px 0;
}

    .gallery-item a {
        display: block;
        width: 148px;
        height: 100px;
        overflow: hidden;
    }

        .gallery-item a:hover {
            -webkit-box-shadow: 0 0 10px rgba(0,159,220,.5);
            -moz-box-shadow: 0 0 10px rgba(0,159,220,.5);
            box-shadow: 0 0 10px rgba(0,159,220,.5);
        }

/* Show times list */

.times-item {
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
}

.borderimage .times-item:before {
    content: "\00ad";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 3px double #009fdc;
    border-style: solid;
    border-width: 30px 60px;
    -webkit-border-image: url('border-tickets_x2.png') 60 120 repeat;
    border-image: url('border-tickets_x2.png') 60 120 repeat;
    z-index: 0;
}

.times-inner {
    position: relative;
    width: 160px;
    height: 155px;
    padding: 25px 20px;
    text-align: center;
    z-index: 1;
}

    .times-inner .times-time {
        margin-bottom: 8px;
        font-weight: bold;
        font-size: 30px;
    }

    .times-inner .times-place {
        margin-bottom: 15px;
        font-size: 16px;
        text-transform: uppercase;
    }

/* Links list */

.list .links-item {
    position: relative;
    line-height: 1.47;
}

.widget.widget-submenu .links-list {
    margin-bottom: 15px;
}

.links-item + .links-item {
    border-top: 1px solid #003e57;
}

.widget.widget-submenu .links-item + .links-item {
    border-top-color: #97cee4;
}

.links-item a {
    display: block;
    padding: 10px 0;
}

    .links-item a:hover {
        color: #1fb3ec;
        text-decoration: underline;
    }

.widget.widget-submenu .links-item:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    content: '\00ad';
    width: 16px;
    height: 16px;
    background: url('icons02.svg') no-repeat 50% 0;
}

.widget.widget-submenu .links-item.active a {
    color: #00141e;
}

.widget.widget-submenu .links-item.active:after {
    background-position: 50% -16px;
}

.no-svg .widget.widget-submenu .links-item:after {
    background-image: url('icons02.png');
}

.actions-list li + li {
    margin-top: 20px;
}
/* => Table */
/* ------------------------------------------------------------------------------*/
/*.article added by Kert*/
.article table, table.t_grad {
    width: 100%;
    margin-bottom: 2.2em;
}


    .article td, .article th, table.t_grad td, table.t_grad th {
        padding: 8px 10px;
        text-align: left;
        vertical-align: top;
        border: 1px solid #b8c4ca;
        background-color: #fff;
    }

    .article th, table.t_grad th, table.t_grad tr.t_top_grad {
        border-bottom-width: 2px;
        background-color: #6c7b82;
        color: #fff;
        font-weight: bold;
    }

.table-prices th:first-child {
    width: 20%;
}

.table-prices td {
    width: 20%;
}

.table-movies, .table-movies-meta {
    width: 100%;
}

.table-movies {
    margin: 0;
}

    .table-movies th, .table-movies td {
        background: none;
    }

    .table-movies .table-movies-row td, .table-movies-meta td, .table-movies-meta th {
        border: none;
        padding-left: 0;
    }

    .table-movies .table-movies-row + .table-movies-row td {
        border-top: 1px solid #00a8d7;
    }

    .table-movies .table-movies-row + .table-movies-row.no-border td {
        border-top-color: transparent;
    }

.table-movies-row.no-border td {
    padding-top: 0;
}

.table-movies-actions {
    min-width:251px;
    text-align: right;
    vertical-align: middle;
}

.table-movies h2, .table-movies p {
    margin: 0;
}

.table-movies .movies-desc-title {
    margin-bottom: .08em;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    color: #00141e;
}

.table-movies h1.movies-desc-title {
    font-size: 30px;
}

.movies-desc-title a {
    color: #00141e;
}

.table-movies .movies-desc-alt-title {
    margin-bottom: .8em;
    font-size: 14px;
    color: #009fdc;
}

.movies-desc-title a:hover, .table-movies-meta a:hover {
    text-decoration: underline;
}

.table-movies-meta td, .table-movies-meta th {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    color: #212121;
}

.table-movies-meta th {
    white-space: nowrap;
    width: 5%;
    padding-right: 15px;
}
/* => Buttons */
/* ------------------------------------------------------------------------------*/
.btn {
    position: relative;
    display: inline-block;
    border: none;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 14px;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 10px rgba(0,159,220,.5);
    -moz-box-shadow: 0 0 10px rgba(0,159,220,.5);
    box-shadow: 0 0 10px rgba(0,159,220,.5);
}

    .btn + .btn {
        margin-left: 10px;
    }

    .btn span {
        display: inline-block;
        padding: 8px 15px;
    }

    .btn.btn-trailer, .btn.btn-primary {
        padding-right: 10px;
        padding-left: 10px;
        background-color: #009fdc;
        color: #fff;
    }

        .btn.btn-trailer span {
            padding-right: 25px;
            background: url('icons01.png') no-repeat 100% -23px;
            background-size: 16px auto;
        }

    .btn.btn-primary {
        /*padding-right: 0;*/
    }

.backgroundsize .btn.btn-trailer span {
    background-image: url('icons01_x2.png');
}

.font-page-hero-wrapper .btn.btn-ticket, .btn.btn-trailer {
    border: 1px solid #009fdc;
}

.btn.btn-ticket, .btn.btn-seanss, .btn.btn-default {
    background-color: #00141e;
    border: 1px solid #00141e;
}

table .btn-trailer:hover, .btn.btn-primary:hover {
    background-color: #00141e;
    border-color: #00141e;
}

.btn.btn-ticket span {
    padding-right: 30px;
}

.btn.btn-ticket:after {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    content: '\00ad';
    width: 1px;
    border-left: 1px dashed #009fdc;
    overflow: hidden;
}

.btn.btn-seanss:hover, .btn.btn-ticket:hover, .btn.btn-default:hover {
    color: #fff;
}
/* => Form Elements */
/* ------------------------------------------------------------------------------*/
.inputfield {
    display: inline-block;
    width: 100%;
    padding: 8px 15px;
    border: none;
    background-color: #00141e;
    font: 16px/1 'Exo', sans-serif;
    color: #009fdc;
    -webkit-box-shadow: 0 0 10px #009fdc;
    -moz-box-shadow: 0 0 10px #009fdc;
    box-shadow: 0 0 10px #009fdc;
}

    .inputfield:hover, .inputfield:focus {
        color: #b7e7f9;
    }
/* => Sections */
/* ------------------------------------------------------------------------------*/
.main-wrap-helper, .main-header, .main-footer, .main-content-section, .inputfield,
.hero-slider-article, .times-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-wrap-helper, .main-header, .main-content-section, .main-footer, .main-footer-article, .main-login-section-helper {
    margin: auto;
}

.main-wrap-helper {
    padding-top: 240px;
    min-width: 990px;
    overflow: hidden;
}

.main-header, .main-content-section, .main-footer, .main-footer-article, .main-login-section-helper {
    position: relative;
    max-width: 1200px;
}

.main-content-section, .main-footer-wrap {
    z-index: 0;
}

.main-content-section {
    margin-bottom: 50px;
}

.main-article-section, .widget.widget-submenu {
    position: relative;
    background: #d9e4e9;
    z-index: 0;
}

.borderimage .main-article-section:before {
    content: "\00ad";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 3px double transparent;
    border-style: solid;
    /*border-width: 30px 170px 50px;*/
    border-width: 30px 150px 50px 150px;
    -webkit-border-image: url('border-main_x2.png') 60 340 100 repeat;
    border-image: url('border-main_x2.png') 60 340 100 repeat;
    z-index: 0;
}

.main-article {
    position: relative;
    margin-top: 0;
    padding: 30px;
    z-index: 1;
}

.gutter-right.has-hgroup .main-article {
    margin-top: -19px;
}

.gutter-right {
    position: relative;
    padding-right: 30px;
    box-shadow: 3px #000;
}

    .gutter-right.has-hgroup {
        top: -16px;
    }

.widget {
    position: relative;
    margin-bottom: 30px;
    color: #1aa1da;
}

    .widget b {
        color: #fff;
    }

.borderimage .widget:before, .borderimage .main-header-wrap .widget-login:before, .borderimage .widget.widget-submenu:before {
    content: "\00ad";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 3px double #1aa1da;
    border-style: solid;
    border-width: 30px 100px;
    -webkit-border-image: url('border-side_x2.png') 60 200 repeat;
    border-image: url('border-side_x2.png') 60 200 repeat;
    z-index: 0;
}
.button-section p {
position: relative;
top: 8px;
margin: 0;
color: #009fdc;
}

.borderimage .main-header-wrap .widget-login:before {
    -webkit-border-image: url('border-login_x2.png') 60 200 repeat;
    border-image: url('border-login_x2.png') 60 200 repeat;
}

.main-header-wrap .present-section .inner {
background-color: #444000;
}

.main-header-wrap .button-section .inner {
position: relative;
margin: 10px 20px;
z-index: 1;
}
.borderimage .main-header-wrap .widget-present a {
    color: #fff;
text-transform: uppercase;
}

    .borderimage .main-header-wrap .widget-present:before {
        content: "\00ad";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 0;
        border-style: solid;
        border-width: 30px 100px;
        -webkit-border-image: url('border-present_x2.png') 60 200 repeat;
        border-image: url('border-present_x2.png') 60 200 repeat;

    
    }

.main-header-wrap .present-section {
    left: 10px;
}

.main-header-wrap .button-section {
    position: absolute;
    bottom: 0;
    padding-top: 20px;
    text-align: center;
    width: 25%;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
}

.borderimage .widget.widget-submenu:before {
    border-width: 40px 100px;
    -webkit-border-image: url('border-side_2_x2.png') 80 200 repeat;
    border-image: url('border-side_2_x2.png') 80 200 repeat;
}

.widget-article {
    position: relative;
    padding: 30px 20px;
    z-index: 1;
}

.widget-hgroup {
    margin-top: -10px;
    margin-bottom: 25px;
    text-align: center;
}

.widget-title {
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 0 10px #009fdc;
}

.widget.widget-submenu .widget-title {
    text-shadow: none;
    font-weight: 700;
    letter-spacing: 1px;
}

.widget-hgroup:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    content: '\00ad';
    background-color: #009fdc;
    overflow: hidden;
}

/* => Fallbacks */
/* ------------------------------------------------------------------------------*/
.fallback-helper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    behavior: url(PIE.htc);
    z-index: 0;
}

.borderimage .fallback-helper {
    display: none;
}

.fallback-main-article-section {
    background-color: transparent;
    border: 3px double #1aa1da;
    border-style: solid;
    border-width: 30px 100px;
    border-image: url('/Design/gfx/border-main.png') 30 170 50 repeat;
}

.fallback-widget_submenu-section {
    background-color: transparent;
    border: 3px double #1aa1da;
    border-style: solid;
    border-width: 30px 100px;
    border-image: url('/Design/gfx/border-side_2_x2.png') 60 200 50 repeat;
}

.fallback-widget-section, .main-header-wrap .fallback-widget-login-section {
    background-color: transparent;
    border: 3px double #1aa1da;
    border-style: solid;
    border-width: 30px 100px;
    border-image: url('/Design/gfx/border-side_x2.png') 60 200 repeat;
}
/*.fallback-widget-section,*/
.main-header-wrap .fallback-widget-login-section {
    border-image: url('/Design/gfx/border-login_x2.png') 60 200 repeat;
}

.fallback-times-item {
    border: 3px double #009fdc;
    border-style: solid;
    border-width: 30px 60px;
    border-image: url('/Design/gfx/border-tickets_x2.png') 60 120 repeat;
}
/* => Main Header section */
/* ------------------------------------------------------------------------------*/
.main-header-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: url('bg01.png') repeat-x;
    z-index: 1;
}

.main-header-wrap, .main-header {
    height: 200px;
}

.main-header {
    position: relative;
    background: url('bg03.png') no-repeat 50% 154px;
    z-index: 1;
}

.main-header-wrap.scale {
    top: -95px;
}

.main-header-v {
    position: fixed;
    left: 50%;
    top: 0;
    margin: 0;
    margin-left: -150px;
}

    .main-header-v a {
        display: block;
    }

    .main-header-v img {
        width: 300px;
        height: auto;
    }

.scale .main-header-v {
    top: -3px;
    margin-left: -75px;
}

    .scale .main-header-v img {
        width: 150px;
    }

.main-header-logo {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -572px;
}

.main-header-lang-switch {
    position: absolute;
    right: 10px;
    top: 15px;
}

    .main-header-lang-switch .lang-item {
        margin-bottom: 4px;
    }

    .main-header-lang-switch a {
        text-transform: uppercase;
        font-size: 12px;
    }

        .main-header-lang-switch a:hover {
            text-decoration: underline;
        }

    .main-header-lang-switch .current-lang-item {
        font-weight: bold;
    }

.main-header-nav {
    position: absolute;
    bottom: 58px;
    text-align: center;
    line-height: 1;
}

    .main-header-nav.pull-left {
        right: 690px;
    }

    .main-header-nav.pull-right {
        left: 690px;
    }

.header-nav-item {
    display: inline-block;
}

    .header-nav-item.large {
        margin-right: 160px;
    }

    .header-nav-item a {
        display: block;
        padding: 10px 20px;
        font-size: 16px;
        text-shadow: 0 0 10px #009fdc;
        text-transform: uppercase;
    }

        .header-nav-item.current-nav-item a, .header-nav-item a:hover {
            color: #b7e7f9;
            text-shadow: 0 0 10px #56c4ee;
        }

.main-login-section-helper {
    position: relative;
    margin-top: -40px;
    height: 45px;
    z-index: 2;
    overflow: hidden;
}

.main-header-wrap .main-login-section {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 20px;
    text-align: center;
    width: 25%;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
}

    .main-header-wrap .main-login-section .inner {
        position: relative;
        margin: 10px 20px;
        background-color: #003044;
        z-index: 1;
    }

.main-login-section p {
    position: relative;
    top: 8px;
    margin: 0;
    color: #009fdc;
}

.main-login-section .sep {
    padding: 0 5px;
}

.main-login_url {
    color: #fff;
    text-transform: uppercase;
}

    .main-login_url:hover {
        text-decoration: underline;
    }
/* Mobile navigation */

.mobile-menu-section {
    position: relative;
    max-height: 0;
    margin-top: -47px;
    padding-top: 50px;
    margin-bottom: 40px;
    border-bottom: 2px solid #009fdc;
    background-color: #d9e4e9;
    overflow: hidden;
}

.mobile-menu-open .mobile-menu-section {
    margin-top: 0;
    max-height: 300px;
}

.mobile-menu-section .main-header-lang-switch, .mobile-menu-section .main-header-nav {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: left;
}

    .mobile-menu-section .main-header-nav .header-nav-item {
        display: block;
        float: left;
        width: 50%;
    }

.mobile-menu-section .header-nav-item a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-shadow: none;
}

.mobile-menu-section .main-header-lang-switch {
    clear: both;
    top: 20px;
    height: 18px;
    padding: 10px 20px;
    border-top: 1px solid #84c8e3;
}

    .mobile-menu-section .main-header-lang-switch .lang-item {
        float: left;
        margin-right: 15px;
        font-size: 16px;
    }

.mobile-menu-section .header-nav-item.current-nav-item a, .mobile-menu-section .header-nav-item a:hover {
    color: #00141e;
}

.toggle-mobile-menu {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 62px;
    width: 26px;
    height: 25px;
    border: none;
    background: none;
}

    .toggle-mobile-menu span {
        display: block;
        width: 26px;
        height: 25px;
        background: url('btn01.png') no-repeat 50% 0;
        text-indent: -999px;
        overflow: hidden;
    }

.mobile-menu-open .toggle-mobile-menu span {
    background-position: 50% 100%;
}

.mobile-menu-section .main-login-section {
    float: right;
    position: relative;
    margin-top: -25px;
}

    .mobile-menu-section .main-login-section a {
        color: #1AA1DA;
    }

/* => Front Page Hero section */
/* ------------------------------------------------------------------------------*/
.font-page-hero-wrapper {
    text-align: center;
}

#front-page-hero-slider {
    display: block;
    height: 450px;
    max-width: 1800px;
    border: 1px solid #009fdc;
    -webkit-box-shadow: 0 0 40px rgba(0,159,220,.3);
    -moz-box-shadow: 0 0 40px rgba(0,159,220,.3);
    box-shadow: 0 0 40px rgba(0,159,220,.3);
    margin: auto;
    margin-bottom: 80px;
}

.font-page-hero-wrapper .owl-item {
    position: relative;
    width: 300px !important;
    height: 450px;
    margin: 0 !important;
}

    .font-page-hero-wrapper .owl-item + .owl-item .item {
        border-left: 1px solid #009fdc;
    }

.font-page-hero-wrapper .hero-slider-thumb {
    position: relative;
    margin: 0;
    z-index: 0;
    width: 300px;
    height: 450px;
    overflow: hidden;
}

    .font-page-hero-wrapper .hero-slider-thumb img {
        width: 300px;
        height: auto;
    }

.hero-slider-thumb img {
    display: block;
}

.font-page-hero-wrapper .hero-slider-article {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 110px 20px 20px 20px;
    opacity: 0;
    visibility: hidden;
}

.hero-slider-title, .hero-slider-main-title {
    font-weight: normal;
    text-shadow: 0 0 10px #009fdc;
    font-size: 20px;
    color: #009fdc;
    text-transform: uppercase;
}

.hero-slider-title {
    margin-bottom: 1.2em;
}

.hero-slider-title, .font-page-hero-wrapper .list {
    position: relative;
    top: 6px;
}

.hero-slider-main-title {
    font-size: 36px;
    letter-spacing: 3px;
}

.hero-slider-title a:hover {
    text-decoration: underline;
}

.item:hover .hero-slider-thumb img {
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.item:hover .hero-slider-article {
    opacity: 1;
    visibility: visible;
}

.item:hover .hero-slider-title, .font-page-hero-wrapper .item:hover .list {
    top: 0;
}

.font-page-hero-wrapper li {
    margin: 10px 0;
}

.font-page-hero-wrapper .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.font-page-hero-wrapper .btn {
    background-color: transparent;
    background-color: rgba(0, 159, 220, .05);
    color: #009fdc;
}

    .font-page-hero-wrapper .btn.btn-trailer span {
        background-position: 100% -54px;
    }

    .font-page-hero-wrapper .btn:hover {
        background-color: rgba(0, 159, 220, .4);
        color: #fff;
    }




/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    /*width: 100%;*/
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        height: 450px;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: absolute;
        overflow: hidden;
        height: 450px;
        fix for flashing background -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel .owl-rtl {
        direction: rtl;
    }

        .owl-carousel .owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}



/* => Main Content Section */
/* ------------------------------------------------------------------------------*/
.main-hgroup {
    position: relative;
    height: 41px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.main-hgroup-title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 35px;
    max-width: 716px;
    height: 45px;
    text-transform: uppercase;
    color: #1aa1da;
    background: #01141e url('border-hgroup.png') no-repeat 50% 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    text-shadow: 0 0 5px #009fdc;
}

    .main-hgroup-title:before, .main-hgroup-title:after {
        position: absolute;
        bottom: 4px;
        content: '\00ad';
        width: 30px;
        height: 30px;
        background: url('border-hgroup.png') no-repeat 0 100%;
        line-height: 0;
        overflow: hidden;
    }

    .main-hgroup-title:before {
        left: 0;
    }

    .main-hgroup-title:after {
        right: 0;
        background-position: 100% 100%;
    }

.event-top-image {
    margin-bottom: 10px;
}

    .event-top-image img {
        display: block;
        width: 100%;
        height: auto;
    }
/* Main filter section */

.main-filter-section {
    margin-bottom: 30px;
}

    .main-filter-section .inner {
        padding: 15px 0 20px;
    }

    .main-filter-section .col-1-3 + .col-1-3 .inner {
        padding-left: 30px;
    }

    .main-filter-section:after {
        display: block;
        position: absolute;
        left: 3px;
        right: 3px;
        height: 2px;
        background-color: #009fdc;
        content: '\00ad';
        overflow: hidden;
    }
/* => Main Footer section */
/* ------------------------------------------------------------------------------*/
.main-footer-wrap {
    position: relative;
    padding-top: 100px;
    background: url('bg02.png') repeat-x;
    color: #009fdc;
}

.main-footer a:hover {
    text-decoration: underline;
}

.main-footer-wrap:before {
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -52px;
    content: '\00ad';
    width: 105px;
    height: 77px;
    background: url('bg04.jpg') no-repeat;
    background-size: 105px auto;
    overflow: hidden;
}

.backgroundsize .main-footer-wrap:before {
    background-image: url('bg04_x2.jpg');
}

.main-footer-title {
    margin-bottom: 1em;
    font-weight: normal;
    text-shadow: 0 0 5px #009fdc;
}

.main-footer .list {
    margin-bottom: 1.8em;
}

.main-footer li {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url('bullet01.png') no-repeat 2px 1px;
    background-size: 7px auto;
}

.backgroundsize .main-footer li {
    background-image: url('bullet01_x2.png');
}

.main-footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #003e57;
}
/* => Pagination section */
/* ------------------------------------------------------------------------------*/
.pagination {
    position: relative;
    margin: 0 13px;
    border-top: 1px solid #ededed;
}

    .pagination .list, .wp-paginate {
        position: relative;
        padding: 10px 0;
    }

    .pagination .list, .wp-paginate {
        margin: 0;
    }

.pagination {
    margin-top: 40px;
    margin: 40px 13px 0;
    text-align: center;
}

    .pagination .page, .pagination .prev, .pagination .next, .pagination a, .pagination span, .wp-paginate li {
        display: inline-block;
    }

    .pagination .page, .pagination .prev, .pagination .next {
        margin: 0 5px;
    }

    .pagination a, .pagination span {
        padding: 7px 10px;
        border: 1px solid #ededed;
    }

.wp-paginate .title {
    display: none;
}

.owl-controls {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.owl-pagination {
    text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.font-page-hero-wrapper .owl-buttons {
    display: none;
}
/* => Media Queries */
/* ------------------------------------------------------------------------------*/
@media handheld, only screen and (max-width: 990px) {
    .main-header-logo {
        display: none;
    }

    .main-header-lang-switch {
        top: 30px;
    }

        .main-header-lang-switch .lang-item {
            float: left;
            margin-right: 20px;
        }

    .header-nav-item a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media handheld, only screen and (max-width: 990px) { /*  mobile  */
    .main-wrap-helper {
        max-width: none;
        min-width: 100%;
        padding-top: 60px;
    }

    .main-header, .main-footer {
        min-width: 100%;
    }

    .main-content-section {
        padding: 0 10px;
    }

    .main-article-section {
        margin-bottom: 30px;
    }

    .main-header-wrap {
        top: -95px;
    }

    .main-header-v {
        top: -3px;
        margin-left: -75px;
    }

        .main-header-v img {
            width: 150px;
        }

    .header-nav-item a {
        padding: 15px 20px;
    }

    .gutter-right {
        padding-right: 0;
    }

    .shows-type-list .shows-item {
        margin-bottom: 10px;
    }

    .main-filter-section .col-1-3 + .col-1-3 .inner {
        padding-left: 0;
        padding-top: 0;
    }

    .main-footer, .main-footer-article {
        padding-left: 15px;
        padding-right: 15px;
    }

    #front-page-hero-slider {
        border-left: none;
        border-right: none;
        margin: auto;
        margin-bottom: 60px;
    }

    #mobile-submenu-placeholder {
        position: relative;
        z-index: 0;
        padding: 20px 10px 0;
    }

    .font-page-hero-wrapper .owl-item {
        width: auto !important;
    }

    .main-footer .grid .col-1-4 {
        display: inline-block;
        clear: none;
        width: 25%;
    }
}

@media handheld, only screen and (max-width: 700px) {
    .main-footer .grid .col-1-4 {
        display: block;
        clear: both;
        width: auto;
    }

    .main-article {
        padding: 20px;
    }
}
/* => Other */
/* ------------------------------------------------------------------------------*/
/*
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        width: 300px;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-buttons {
    display: block;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
