@charset "utf-8";
/*
Theme Name: INFOGAMER theme
Theme URI: http://www.kudos.hr
Author: KUDOS STUDIO d.o.o.
Author URI: http://www.kudos.hr
Description: INFOGAMER theme
Version: 1.0
License:
License URI:
Tags:
Text Domain: infogamer
*/

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, img,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
    text-decoration: none;
    outline: 0;
}
:focus { outline: 0; }
b, strong { font-weight: bold; font-weight: 600; }
.clear {clear: both;}
label {cursor:pointer;}
.hidden {display: none;}
header, aside, nav, footer, article { display: block; }

/*
html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}
*/

html {
    height: 100%;
    /*background: #330000 url(images/site_bg_bottom.jpg) 50% 100% no-repeat;*/
}
span.widgettitle {
    display: none;
}
body {
    /*background: #330000 url(images/site_bg.jpg) 50% 0px no-repeat;*/
    /*background: #330000 url(images/site_bg2.jpg) 50% 0px no-repeat;*/
    /*background: #330000 url(images/site_bg_bottom.jpg) 50% 100% no-repeat;*/
    font-family: 'AvenirLTPro-Roman';
    overflow-x: hidden;
    /*transition: margin-left 0.2s ease-in-out 0s;*/
    height: 100%;
    transition: transform 0.2s ease-in-out 0s;
}

.bg_wrapper {
    float: left;
    width: 100%;
    transition: margin-left .2s ease-in-out;
    -moz-transition: margin-left .2s ease-in-out;
    -webkit-transition: margin-left .2s ease-in-out;
    background: #ffd700 url(images/site_bg_bottom3.png) 50% 100% no-repeat;
}
.bg_wrapper .bg_wrapper_top {
    float: left;
    width: 100%;
    background: url(images/site_bg_top.png) 50% 0px no-repeat;
}

.hidden_on_desktop {
    display: none;
}
select {
    -webkit-appearance: none;
}

* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}



body.mobile-menu-expanded {
    /*margin-left: -250px;*/
    /*transform: translate(-250px);*/
    /*transition: margin-left 0.2s ease-in-out 0s;*/
    /*transition: transform 0.2s ease-in-out 0s;*/
}

body.mobile-menu-expanded .bg_wrapper {
    margin-left: -250px;
    transition: margin-left .2s ease-in-out;
    -moz-transition: margin-left .2s ease-in-out;
    -webkit-transition: margin-left .2s ease-in-out;
}
nav.mobile_nav {
    background: black;
    height: 100%;
    position: fixed;
    right: -250px;
    top: 0;
    transition: right 0.2s ease-in-out 0s;
    width: 250px;
    z-index: 1000;
}
nav.mobile_nav .topline {
    float: left;
    width: 100%;
    height: 66px;
}
nav.mobile_nav .topline .social {
    float: left;
    color: black;
    position: relative;
    height: 66px;
    width: 90px;
}
nav.mobile_nav .topline .social a {
    position: absolute;
    top: 4px !important;
    left: 20px;
}
nav.mobile_nav .topline .lang {
    float: right;
    line-height: 66px;
    padding-right: 20px;
}
nav.mobile_nav .topline .lang a {
    color: #949494;
    font-size: 14px;
}
nav.mobile_nav .topline .lang a:hover {
    color: white;
}
nav.mobile_nav .topline .lang li {
    float: left;
    margin-left: 10px;
}
nav.mobile_nav .menu_wrapper {
    float: left;
    width: 100%;
    padding: 10px 20px 0px 20px;
}
nav.mobile_nav .menu_wrapper ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
nav.mobile_nav .menu_wrapper ul li a {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
    display: block;
}
nav.mobile_nav .menu_wrapper ul li a:hover {
    background: #ffc702;
    color: black;

}

body.mobile-menu-expanded nav.mobile_nav {
    right: 0px;
}


.mobile_nav_bg {
    background: black;
    height: 100%;
    position: fixed;
    right: -250px;
    top: 0;
    transition: right 0.2s ease-in-out 0s;
    width: 250px;
    z-index: 999;
}

body.mobile-menu-expanded .mobile_nav_bg {
    right: 0px;
}


.site_wrapper {
    width: 100%;
    max-width: 1240px;
    min-width: 1240px;
    margin: 0px auto;
}

header.main {
    width: 100%;
    float: left;
}
header.main a.logo {
    float: left;
    display: inline-block;
    text-indent: -9999px;
    background: url(images/logo.png) 0px 0px no-repeat;
    width: 512px;
    height: 148px;
}
header.main a.zv {
    display: inline-block;
    float: left;
    width: 238px;
    height: 101px;
    background: url(images/zv.png) 0px 0px no-repeat;
    text-indent: -9999px;
    margin-top: 30px;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
}
header.main .date {
    float: left;
    padding-left: 35px;
    padding-right: 30px;
    width: 220px;
    margin-top: 30px;
    padding-top: 24px;
    color: white;
    font-size: 20px;
    font-family: 'AvenirLTPro-Roman';
    border-right: 1px solid rgba(255,255,255,0.3);
    height: 101px;
}
header.main .social_box {
    float: right;
    max-width: 254px;
}
header.main .follow_us {
    float: left;
    color: #a3b5ce;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 20px;
}
header.main .follow_us p {

}
header.main .follow_us p a ,
nav.mobile_nav .topline .social a {
    display: inline-block;
    margin-left: 15px;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    position: relative;
    top: -3px;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
header.main .follow_us p a:hover {
    opacity: 0.8;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
header.main .follow_us p a.fb ,
nav.mobile_nav .topline .social a.fb {
    background:  url(images/fb_header.png) 50% 50% no-repeat;
}
header.main .follow_us p a.tw ,
nav.mobile_nav .topline .social a.tw {
    background:  url(images/tw_header.png) 50% 50% no-repeat;
}
nav.mobile_nav .topline .social a.tw {
    left: 25px;
}
header.main .lang {
    float: right;
    margin-bottom: 20px;
    color: #949494;
    font-size: 14px;
    margin-top: 15px;
}
header.main .lang ul {
    float: right;
}
header.main .lang ul li {
    float: left;
}

header.main .lang ul li a {
    color: #949494;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
.sitelang_hr header.main .lang ul li.hr a,
.sitelang_en header.main .lang ul li.en a,
header.main .lang ul li.active a,
header.main .lang ul li a:hover {
    color: white;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
header.main .lang ul li  span {
    padding-left: 3px;
    padding-right: 3px;
}
header.main .lang ul li.en  span {
    display: none;
}
header.main .tickets {
    float: left;
    width: 100%;
}
header.main .tickets a ,
section.content aside.past a.button,
footer.main .col.col_4 a.tickets {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #b78e00;
    border-radius: 4px;
    height: 69px;
    color: #1e1e1e;
    font-size: 22px;
    font-family: 'AvenirLTPro-Black';
    text-transform: uppercase;
    padding-left: 43px;
    text-align: center;
    padding-top: 10px;
    /*background: #ffc702 url(images/tickets.png) 20px 50% no-repeat;*/
    background: #ffc702;
            padding-left: 0px;
        line-height: 22px;
        padding-top: 15px;
            padding-top: 0px;
        overflow: hidden;
    transition: background .2s ease-in-out, border-color .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border-color .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
}
header.main .tickets a:hover ,
footer.main .col.col_4 a.tickets:hover {
    background: white;
    border-color: white;
    transition: background .2s ease-in-out, border-color .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border-color .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
}
header.main .tickets a span.button_1,
header.main .tickets a span.button_2,
section.content aside.past a.button span.button_1,
section.content aside.past a.button span.button_2,
footer.main .col.col_4 a.tickets span.button_1,
footer.main .col.col_4 a.tickets span.button_2 {
    display: inline-block;
    width: 100%;
    float: left;
    height: 69px;
    padding-top: 15px;
    padding-left: 43px;
    background: url(images/tickets.png) 20px 14px no-repeat;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
}
header.main .tickets a:hover span.button_1,
section.content aside.past a.button:hover span.button_1,
footer.main .col.col_4 a.tickets:hover span.button_1 {
    margin-top: -69px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
}

/*
header.main .tickets a:hover ,
section.content aside.past a.button:hover  {
    border-bottom-width: 1px;
    margin-top: 1px;
}
footer.main .col.col_4 a.tickets:hover {
    border-bottom-width: 1px;
    position: relative;
    top: 1px;
}
*/
section.content aside.past a.button:hover {
    background: #ffdf99;
    border-color: #ffdf99;
}
section.content aside.past a.button {
    max-width: 265px;
}
header.main .tickets a span.small ,
section.content aside.past a.button span.small ,
footer.main .col.col_4 a.tickets span.small {
    display: block;
    clear: both;
    color: #363636;
    font-size: 11px;
    font-family: 'AvenirLTPro-Roman';

}
header.main .tagline {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin-top: 15px;
    padding-top: 20px;
    text-transform: uppercase;
    color: white;
    font-size: 22px;
    font-family: 'AvenirLTPro-Black';
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    position: relative;
    margin-bottom: 20px;
}
header.main .tagline strong {
    color: #ffc702;
}
header.main .tagline .social {
    position: absolute;
    top: 0px;
    right: 0px;

    padding-top: 24px;
    width: 200px;
    height: 55px;
    overflow: hidden;
}
section.location .social {
    padding-top: 20px;
}
section.content.single-news .info_row .social iframe,
section.location .social iframe,
header.main .tagline .social  iframe ,
footer iframe {
    float: left;
    width: 100px !important;
    height: 30px !important;
}
section.content.single-news .info_row .social .really_simple_share,
section.location .social .really_simple_share,
header.main .tagline .social  .really_simple_share,
footer  .really_simple_share {
    float: left;
    clear: none;
    padding: 0px;
}

section.site {
    margin: 0px auto;
    width: 100%;
    clear: both;
    max-width: 1420px;
}
section.site .bg {
    float: left;
    width: 100%;
    background:  url(images/bg.png) 0px 0px repeat-x;
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
}
section.site .menu_wrapper {
    float: left;
    width: 100%;
}
section.site .menu_wrapper ul.menu {
    float: left;
    text-align: center;
    width: 100%;
}
section.site .menu_wrapper ul.menu li {
    display: inline-block;
    /*margin-right: 30px;*/
}
section.site .menu_wrapper ul.menu li:last-child {
    margin-right: 0px;
}
section.site .menu_wrapper ul.menu li a {
    display: inline-block;
    float: left;
    height: 90px;
    line-height: 90px;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-family: 'AvenirLTPro-Roman';
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;

    height: 37px;
    line-height: 37px;
    margin: 30px 0px 25px 0px;
    padding: 0px 20px 0px 20px;
    border-radius: 4px;
}
section.site .menu_wrapper ul.menu li a:hover,
/*section.site .menu_wrapper ul.menu li.active a ,*/
section.site .menu_wrapper ul.menu li.yellow a {
    color: #ffc702;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
section.site .menu_wrapper ul.menu li.active a ,
section.site .menu_wrapper ul.menu li.current-menu-item a,
section.site .menu_wrapper ul.menu li.current-post-parent a {
    background: #ffc702;
    color: #232121;
}

section.site .introbox {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}
section.site .introbox .infotext {
    float: left;
    width: 357px;
}
section.site .introbox .whitebox {
    float: left;
    width: 100%;
    height: 448px;
    background: white;
    padding: 30px 40px 0px 40px;
    color: black;
}
section.site .introbox .whitebox h2 {
    text-align: center;
    font-family: 'AvenirLTPro-Roman';
    font-size: 45px;
    margin-bottom: 30px;
    margin-left: -5px;
}
section.site .introbox .whitebox h2 span {
    font-size: 13px;
    display: block;
}
section.site .introbox .whitebox h3 {
    text-align: center;
    font-size: 20px;
    color: #2f2f2f;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: -10px;
}
section.site .introbox .whitebox p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    color: #60666c;
    font-size: 14px;
    line-height: 150%;
}
section.site .introbox .whitebox a.more {
    display: inline-block;
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #60666c;
    font-family: 'AvenirLTPro-Light';
    margin-right: -20px;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
section.site .introbox .whitebox a.more:hover {
    color: black;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
section.site .introbox .yellowbox {
    float: left;
    width: 100%;
    height: 129px;
    background: #ffc702;
}
section.site .introbox .yellowbox a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    color: #1e1e1e;
    font-size: 32px;
    font-family: 'AvenirLTPro-Black';
    text-align: center;
    padding-top: 35px;
    background: #ffc702 /*url(images/tickets2.png) 23px 50% no-repeat*/;
    padding-left: 80px;
    height: 129px;
        line-height: 26px;
        padding-left: 0px;
        overflow: hidden;
        padding-top: 0px;
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
section.site .introbox .yellowbox a span.button_1 ,
section.site .introbox .yellowbox a span.button_2 {
    display: inline-block;
    float: left;
    width: 100%;
    padding-top: 45px;
    padding-left: 80px;
    height: 129px;
    background: url(images/tickets2.png) 23px 50% no-repeat;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
}
section.site .introbox .yellowbox a:hover span.button_1 {
    margin-top: -129px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
}
section.site .introbox .yellowbox a span.small {
    font-family: 'AvenirLTPro-Roman';
    font-size: 11px;
    display: block;
}
section.site .introbox .yellowbox a:hover {
    background-color: #eeeeee;
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}

section.site .introbox .slider_cont {
    float: left;
    width: 882px;
    height: 577px;
    overflow: hidden;
    position: relative;
}
section.site .introbox .slider_cont ul.slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
section.site .introbox .slider_cont ul.slider li {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.site .introbox .slider_cont ul.slider li .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
section.site .introbox .slider_cont ul.slider li .wrapper img {

}
section.site .introbox .slider_cont ul.slider li .wrapper .overlay_text {
    position: absolute;
    bottom: 80px;
    right: 50px;
    z-index: 10;
}
section.site .introbox .slider_cont ul.slider li .wrapper .overlay_text span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    background: url(images/text_overlay.png) 0px 0px repeat;
    font-size: 28px;
    color: white;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    line-height: 150%;

}
section.site .introbox .slider_cont ul.slider li.first {
    z-index: 3;
    position: absolute;
    display: block;
}

section.site .cols_wrapper {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 85px;
}
section.site .cols_wrapper section.col {
    float: left;
    width: 396px;
    margin-right: 15px;
}
section.site .cols_wrapper section.col h3 {
    color: #a4a7a9;
    font-size: 20px;
    font-family: 'AvenirLTPro-Black';
    text-transform: uppercase;
    margin-bottom: 25px;
}
section.site .cols_wrapper section.col a {
    display: inline-block;
    float: left;
    width: 100%;
}
section.site .cols_wrapper section.col a span.textbbox {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 20px 20px 20px;
    color: white;
    text-transform: uppercase;
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
section.site .cols_wrapper section.col a:hover span.textbbox {
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
section.site .cols_wrapper section.col a span.textbbox span.excerpt {
    background: url(images/plus.png) 100% 100% no-repeat;
    padding-bottom: 10px;
}
section.site .cols_wrapper section.col a span.textbbox span {
    display: block;
    width: 100%;
    float: left;
}
section.site .cols_wrapper section.col a span.textbbox span.small {
    color: white;
    opacity: 0.5;
    font-size: 12px;
    margin-bottom: 5px;
}
section.site .cols_wrapper section.col a span.textbbox span.text {
    font-size: 24px;
}
section.site .cols_wrapper section.col a span.textbbox span.excerpt {
    font-size: 16px;
    text-transform: none;
}
section.site .cols_wrapper section.col.news a span.textbbox {
    background-color: #26567a;
}
section.site .cols_wrapper section.col.news a:hover span.textbbox {
    background-color: #1e4b6c;
}
section.site .cols_wrapper section.col.news a span.textbbox span.text {
    padding-right: 80px;
}
section.site .cols_wrapper section.col.whaton a span.textbbox {
    background-color: #05ad9b;
}
section.site .cols_wrapper section.col.whaton a:hover span.textbbox {
    background-color: #059a8a;
}
section.site .cols_wrapper section.col.whaton a span.textbbox span.text {
    padding-right: 80px;
}
section.site .cols_wrapper section.col a img {
    float: left;
}
section.site .cols_wrapper section.col.about a span.textbbox {
    background-color: #e44a7c;
}
section.site .cols_wrapper section.col.about a:hover span.textbbox {
    background-color: #cf3d6c;
}
section.site .cols_wrapper section.col.about a span.textbbox span.text {

}
section.site .cols_wrapper section.col.about {
    margin-right: 0px;
}

section.location,
section.info {
    float: left;
    margin-bottom: 50px;
}
section.location h3 ,
section.info h3 {
    color: #ccd2d5;
    font-size: 47px;
    font-family: 'AvenirLTPro-Black';
    text-transform: uppercase;
    margin-bottom: 45px;
}
h3.novosti {
    color: #ccd2d5;
    font-size: 47px;
    font-family: 'AvenirLTPro-Black';
    text-transform: uppercase;
    margin-bottom: 15px;
}
section.location {
    width: 854px;
}
section.location h3 {
    float: left;
}
section.location .social {
    float: right;
    color: white;
}
section.content .gmap,
section.location .gmap {
    float: left;
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    background: #e9e5dc;
}
.gmsc {
    width: 100% !important;
}
section.content .gmap  {
    margin-bottom: 80px;
}
section.content .gmap .text_overlay,
section.location .gmap .text_overlay {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 20px;
    background: #26567a;
    text-transform: uppercase;
    padding: 25px 50px 25px 25px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
}
section.content .gmap .text_overlay p,
section.location .gmap .text_overlay p {
    margin-bottom: 15px;
    color: #b4c6d4;
    font-size: 13px;
    line-height: 150%;
}
section.content .gmap .text_overlay p strong,
section.location .gmap .text_overlay p strong {
    color: white;
    font-size: 19px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;

}
section.content .gmap .text_overlay p:last-child,
section.location .gmap .text_overlay p:last-child {
    margin-bottom: 0px;
}

section.info {
    float: right;
    width: 330px;
}
section.info ul {
    float: left;
    width: 100%;
}
section.info ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #354b5a;
}
section.info ul li:last-child {
    border: 0px;
}
section.info ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 17px 0px 17px 60px;
    color: #928a8a;
    font-size: 14px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
section.info ul li a p {
    line-height: 20px;
}
section.info ul li a:hover {
    color: white;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}

section.info ul li a strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'AvenirLTPro-Roman';
    font-size: 18px;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
section.info ul li.tickets a {
    background: url(images/icon_tickets.png) 5px 25px no-repeat;
}
section.info ul li.tickets a strong {
    color: #76cb02;
}
section.info ul li.schedule a {
    background: url(images/icon_schedule.png) 5px 25px no-repeat;
}
section.info ul li.schedule a strong {
    color: #ff558c;
}
section.info ul li.exb a {
    background: url(images/icon_exb.png) 5px 25px no-repeat;
}
section.info ul li.exb a strong {
    color: #ffc74e;
}
section.info ul li.about a {
    background: url(images/icon_exb.png) 5px 25px no-repeat;
}
section.info ul li.about a strong {
    color: #1cc9fb;
}
section.info ul li a:hover strong {
    color: white !important;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}


section.header_image {
    float: left;
    width: 100%;
    height: 388px;
    overflow: hidden;
    position: relative;
}
section.header_image span.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(images/img_overlay.png) 0px 0px repeat;
    z-index: 5;
}
section.header_image .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: white;
    text-align: center;
}
section.header_image .text .wrapper {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
section.header_image .text .wrapper .inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
}
section.header_image .text h1 {
    font-size: 64px;
    font-family: 'AvenirLTPro-Black';
    margin-bottom: 10px;
    text-transform: uppercase;
}
section.header_image .text p {
    color: white;
    font-size: 18px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
}

section.content {
    float: left;
    width: 100%;
    background: white;
    padding: 50px 45px 50px 45px;
    overflow: hidden;
    text-align: center;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    color: #7e7e7e;
    font-size: 18px;
}
section.content.left_align {
    text-align: left;
}
section.content h1 {
    color: #ff0000;
    font-size: 64px;
    font-family: 'AvenirLTPro-Black';
    margin-bottom: 25px;
}
section.content p {
    color: #7e7e7e;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px;
}
section.content p a {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
    transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -webkit-transition: border-color .2s ease-in-out;
}
section.content p a:hover {
    border-color: transparent;
    transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -webkit-transition: border-color .2s ease-in-out;
}

section.content.single-news article.detail ul,
section.content.single-news article.detail ol {
    padding: 0px 0px 20px 20px;
}
section.content.single-news article.detail ul li,
section.content.single-news article.detail ol li{
    list-style-type: disc;
    margin-bottom: 3px;
}

section.content.single-news {
    /*padding-left: 308px;
    padding-right: 308px;*/
    text-align: center;
    padding-bottom: 50px;
}
section.content.single-news a.back {
    display: inline-block;
    color: #696868;
    font-size: 12px;
    margin-bottom: 30px;
    text-transform: uppercase;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: -color .2s ease-in-out;
}
section.content.single-news a.back:hover {
    color: black;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: -color .2s ease-in-out;
}
section.content.single-news a.back span {
    color: #ca9d00;
}
section.content.single-news h1 {
    color: #383838;
    font-size: 36px;
}
section.content.single-news .info_row {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
section.content.single-news .info_row span {
    color: #696868;
    font-size: 12px;
}
section.content.single-news .info_row .social {
    float: right;
    width: 82px;
    height: 30px;
    overflow: hidden;
        width: 205px;
}
section.content.single-news .article_image {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
section.content.single-news .article_image img {

}
section.content.single-news article.detail {
    padding-left: 263px;
    padding-right: 263px;
    text-align: left;
}
section.content.single-news article.detail p {
    line-height: 150%;
    margin-bottom: 25px;
}
section.content.single-news .img_wrapper {
    display: inline-block;
    margin: 0px auto;
    margin-bottom: 45px;
    width: 100%;
    max-width: 754px;
    margin-top: 20px;
}
section.content.single-news .img_wrapper a {
    display: inline-block;
    line-height: 1px;
}
section.content.single-news .img_wrapper a.left {
    float: left;
}
section.content.single-news .img_wrapper a.right {
    float: right;
}

section.content.single-news .img_wrapper a img ,
section.content .gallery_wrapper ul li a {
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
section.content.single-news .img_wrapper a:hover img,
section.content .gallery_wrapper ul li a:hover  {
    opacity: 0.8;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

section.stats {
    float: left;
    width: 100%;
    background: #e4e5e6;
}
section.stats .col {
    float: left;
    width: 33.3%;
    color: #212121;
    font-size: 32px;
    font-family: 'AvenirLTPro-Black';
    height: 127px;
    line-height: 127px;
    text-align: center;
}
section.stats .col p {
    display: inline-block;
}
section.stats .col.col_1 {
    background: #ebeced;
}
section.stats .col.col_1 p {
    padding-left: 90px;
    background: url(images/icon_col_1.png) 0px 50% no-repeat;
}
section.stats .col.col_2 {
    background: #e4e5e6;
}
section.stats .col.col_2 p {
    padding-left: 80px;
    background: url(images/icon_col_2.png) 0px 50% no-repeat;
}
section.stats .col.col_3 {
    background: #d8dadb;
}
section.stats .col.col_3 p {
    padding-left: 85px;
    background: url(images/icon_col_3.png) 0px 50% no-repeat;
}

.blue {
    float: left;
    width: 100%;
    height: 390px;
    background: #102b40; /* Old browsers */
    background: -moz-linear-gradient(top, #102b40 0%, #11456c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#102b40), color-stop(100%,#11456c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #102b40 0%,#11456c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #102b40 0%,#11456c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #102b40 0%,#11456c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #102b40 0%,#11456c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102b40', endColorstr='#11456c',GradientType=0 ); /* IE6-9 */
}
.blue h1 {
    text-align: center;
    color: white;
    font-size: 36px;
    font-family: 'AvenirLTPro-Black';
    text-transform: uppercase;
    margin: 30px 0px 30px 0px;
}
.page-template-about-php .slider_cont {
    display: inline-block;
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 10;
    margin-top: -290px;
    line-height: 1px;
    text-align: center;
    height: 432px;
    overflow: hidden;
}
.page-template-about-php .slider_cont .wrapper {
    display: inline-block;
    width: 968px;
    height: 432px;
    overflow: hidden;
    position: relative;
}
.page-template-about-php .slider_cont .wrapper a.arrow {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #2a5a87;
    border-radius: 100%;
    top: 50%;
    margin-top: -32px;
    position: absolute;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
.page-template-about-php .slider_cont .wrapper a.arrow:hover {
    background-color: #306598;
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
.page-template-about-php .slider_cont .wrapper a.arrow.prev {
    left: 20px;
    background-image: url(images/arrow_prev.png);
}
.page-template-about-php .slider_cont .wrapper a.arrow.next {
    right: 20px;
    background-image: url(images/arrow_next.png);
}
.page-template-about-php .slider_cont .wrapper ul.slider {
    float: left;
    width: 30000px;
}
.page-template-about-php .slider_cont .wrapper ul.slider li {
    float: left;
}

section.nav_cols {
    float: left;
    width: 100%;
}
section.nav_cols a {
    display: block;
    float: left;
    width: 50%;
    height: 135px;
    color: #2775b0;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: 51px;
    font-family: 'AvenirLTPro-Black';
    padding-top: 25px;
        position: relative;
        overflow: hidden;
        padding-top: 0px;
}
.sitelang_hr section.nav_cols a {
    font-size: 35px;
    padding-top: 35px;

    padding-top: 0px;

}
section.nav_cols a span.button_1,
section.nav_cols a span.button_2 {
    display: block;
    float: left;
    width: 100%;
    height: 135px;
    padding-top: 25px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
}
.sitelang_hr section.nav_cols a  span.button_1,
.sitelang_hr section.nav_cols a  span.button_2 {
    padding-top: 35px;
}
section.nav_cols a:hover span.button_1 {
    margin-top: -135px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
}
section.nav_cols a span.small {
    text-transform: none;
    display: block;
    width: 100%;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    opacity: 0.6;
}
section.nav_cols a.col_1 {
    background: #00599d;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
section.nav_cols a.col_1:hover {
    background: #ffc702;
    color: #211f1f;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
section.nav_cols a.col_2 {
    background: #2775b0;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
section.nav_cols a.col_2:hover {
    background: #f1bc00;
    color: #211f1f;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.contact_box {
    float: left;
    clear: both;
    border-bottom: 1px solid #d7d6d6;
    padding: 40px 0px 40px 0px;
    width: 100%;
    max-width: 940px;
    text-align: left;
}
.contact_box .icon {
    float: left;
    width: 160px;
    min-height: 160px;
}
.contact_box.icon_general .icon {
    background: url(images/icon_general.png) 50% 50% no-repeat;
}
.contact_box.icon_exhibitors .icon {
    background: url(images/icon_exhibitors.png) 50% 50% no-repeat;
}
.contact_box.icon_press .icon {
    background: url(images/icon_press.png) 50% 50% no-repeat;
}
.contact_box.icon_press {
    border: 0px;
    margin-bottom: 50px;
}
.contact_box .text {
    float: left;
    width: 440px;
    text-align: left;
}
.contact_box .text p {
    line-height: 150%;
}
.contact_box .link {
    float: right;
    padding-top: 40px;
}
.contact_box .link a {
    display: inline-block;
    color: #494949;
    font-size: 18px;
    text-decoration: underline;
    padding: 20px 35px 20px 35px;
    border: 1px solid #91bed9;
    border-radius: 5px;
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
.contact_box .link a:hover {
    background-color: #e1eff7;
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
.contact_box:last-of-type {
    border: 0px;
}
section.content .contact_box h3 {
    text-align: left;
}

section.content h2 {
    text-align: center;
    color: #021320;
    font-size: 51px;
    margin-bottom: 20px;
    font-family: 'AvenirLTPro-Black';
    text-transform: uppercase;
    margin-top: 80px;
}
.page-template-location-php section.content h2 {
    clear: both;
}
section.content h3 {
    text-align: center;
    color: #212121;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'AvenirLTPro-Black';
}
article.text {
    width: 100%;
    max-width: 630px;
    margin: 0px auto;
}
article.text p {
    line-height: 150%;
    color: #565b5d;
    font-size: 18px;
}
article.text p a {
    color: #0f86c3;
    border-color: #0f86c3;
}
article.text a.map {
    display: inline-block;
    margin: 0px auto;
    font-size: 15px;
    color: #8d9194;
    height: 30px;
    line-height: 30px;
    background: url(images/map_small.png) no-repeat 0px 50%;
    padding-left: 45px;
    border: 0px;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
article.text a.map:hover {
    color: #2775b0;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}

.main_image {
    margin: 0px auto;
    display: inline-block;
    width: 940px;
    height: 432px;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative;
}
.main_image ul.slider {
    width: 30000px;
    float: left;
}
.main_image ul.slider li {
    float: left;
}
section.site .introbox .slider_cont ul.nav,
.main_image ul.nav,
.page-template-about-php .slider_cont .wrapper ul.nav {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    z-index: 100;
    text-align: center;
}
.main_image ul.nav li,
section.site .introbox .slider_cont ul.nav li,
.page-template-about-php .slider_cont .wrapper ul.nav li  {
    display: inline-block;
    margin-right: 3px;
}
.main_image ul.nav li a,
section.site .introbox .slider_cont ul.nav li a ,
.page-template-about-php .slider_cont .wrapper ul.nav li a  {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    opacity: 0.6;
    background: url(images/dot.png) no-repeat 50% 50%;
    border-radius: 100%;
    transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
    -webkit-transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
}
.main_image ul.nav li a.active,
.main_image ul.nav li a:hover,
section.site .introbox .slider_cont ul.nav li a.active,
section.site .introbox .slider_cont ul.nav li a:hover,
.page-template-about-php .slider_cont .wrapper ul.nav li a.active,
.page-template-about-php .slider_cont .wrapper ul.nav li a:hover {
    opacity: 1;
    border: 2px solid white;
    transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
    -webkit-transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
}

section.about_page {
    position: relative;
    margin-top: -150px;
    z-index: 5;
    padding-top: 200px;
}
section.content .lead_text {
    float: left;
    width: 100%;
    color: #005597;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 40px;
}
section.content .lead_text p {
    color: #005597;
    font-size: 24px;
}
section.content.past_events {
    padding-left: 145px;
    padding-right: 145px;
}
section.content .gallery_wrapper {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 90px;
    margin-top: 100px;
}
section.content .gallery_wrapper h3 {
    text-align: center;
    color: #212121;
    font-size: 24px;
    margin-bottom: 40px;
    font-family: 'AvenirLTPro-Black';
}
section.content .gallery_wrapper ul {
    float: left;
}
section.content .gallery_wrapper ul li {
    float: left;
    line-height: 1px;
    margin: 0px 3px 3px 0px;
}
section.content .gallery_wrapper ul li a {
    display: inline-block;
    line-height: 1px;
}
section.content .past_infobox {
    float: left;
    width: 570px;
}
section.content .past_infobox p {
    line-height: 150%;
}
section.content .past_infobox strong {
    color: #024989;
    font-weight: 400;
}
section.content .past_infobox h1 {
    color: #00599d;
    font-size: 30px;
    font-family: 'AvenirLTPro-Black';
    margin-bottom: 25px;
}
section.content aside.past {
    float: right;
    width: 310px;
}
section.content aside.past h3 {
    color: black;
    font-size: 30px;
    font-family: 'AvenirLTPro-Black';
    margin-bottom: 20px;
    text-align: left;
    font-size: 26px;
}
section.content aside.past p {
    color: #73787b;
    font-size: 15px;
    line-height: 150%;
}
section.content aside.past p:last-child {
    line-height: inherit;
}
section.content aside.past a.button {

}

article.exb {
    float: left;
    width: 575px;
    margin-bottom: 40px;
}
article.exb .logo {
    float: left;
    width: 210px;
    padding-right: 20px;
    text-align: left;
}
article.exb .logo img {
    border: 1px solid #efefef;
}
article.exb .text {
    float: left;
    width: 340px;
    text-align: left;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
}
article.exb .text h3 {
    color: #212121;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
}
article.exb .text p {
    color: #73787b;
    font-size: 14px;
    line-height: 150%;
}

.tickets_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 50px;
    text-align: left;
}
.tickets_wrapper .col {
    float: left;
    width: 360px;
    margin-right: 35px;
}
.tickets_wrapper .col .btn_wrapper {
    display: block;
    float: left;
    min-height: 170px;
    width: 100%;
    padding: 20px 25px 0px 25px;
}
.tickets_wrapper .col a.button {
    display: block;
    float: left;
    width: 100%;
    height: 68px;
    margin-bottom: 10px;
}
.tickets_wrapper .col a.button span.price {
    display: block;
    float: left;
    height: 68px;
    color: white;
    font-family: 'AvenirLTPro-Roman';
    font-size: 31px;
    width: 145px;
    line-height: 68px;
    text-align: center;
}
.tickets_wrapper .col a.button span.buy {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    height: 68px;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'AvenirLTPro-Black';
    text-transform: uppercase;
    line-height: 68px;
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
.tickets_wrapper .col a.button:hover span.buy {
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}
.tickets_wrapper .col span.note {
    display: block;
    width: 100%;
    clear: both;
    color: #7e7e7e;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
}
.tickets_wrapper .col.col_1 a.button {
    background: #1c94a5;
}
.tickets_wrapper .col.col_1 a.button span.price {
    background: #198493;
}

.tickets_wrapper .col.col_1 a.button span.buy {
    /*background: #1c94a5 url(images/buy.png) 30px 50% no-repeat;*/

    background: #1c96a6; /* Old browsers */
    background: -moz-linear-gradient(top, #1c96a6 1%, #1a889e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1c96a6), color-stop(100%,#1a889e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1c96a6 1%,#1a889e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1c96a6 1%,#1a889e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1c96a6 1%,#1a889e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1c96a6 1%,#1a889e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c96a6', endColorstr='#1a889e',GradientType=0 ); /* IE6-9 */

    /*padding-left: 80px;*/
    width: 215px;

}
.tickets_wrapper .col.col_1 a.button:hover span.buy {
    background-color: #198493;
}
.tickets_wrapper .col.col_2 a.button {
    background: #0e4b7c;
}
.tickets_wrapper .col.col_2 a.button span.price {
    background: #0c3e67;
}
.tickets_wrapper .col.col_2 a.button span.buy {
    /*background: #0e4b7c url(images/buy.png) 30px 50% no-repeat;*/
    background: #0e4c7d; /* Old browsers */
    background: -moz-linear-gradient(top, #0e4c7d 1%, #0e4175 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0e4c7d), color-stop(100%,#0e4175)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0e4c7d 1%,#0e4175 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0e4c7d 1%,#0e4175 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0e4c7d 1%,#0e4175 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0e4c7d 1%,#0e4175 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4c7d', endColorstr='#0e4175',GradientType=0 ); /* IE6-9 */


    /*padding-left: 80px;*/
    width: 215px;
}
.tickets_wrapper .col.col_2 a.button:hover span.buy {
    background-color: #0c3e67;
}
.tickets_wrapper .col.col_3 a.button {
    background: #691e47;
}
.tickets_wrapper .col.col_3 a.button span.price {
    background: #691e46;
}
.tickets_wrapper .col.col_3 a.button span.buy {
    width: 100%;
    text-align: center;
}
.tickets_wrapper .col.col_3 a.button span.buy /*span*/  {
    /*background: transparent url(images/baloons.png) 0px 50% no-repeat;*/

    background: #6c2049; /* Old browsers */
    background: -moz-linear-gradient(top, #6c2049 2%, #641b42 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#6c2049), color-stop(100%,#641b42)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6c2049 2%,#641b42 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6c2049 2%,#641b42 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6c2049 2%,#641b42 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6c2049 2%,#641b42 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2049', endColorstr='#641b42',GradientType=0 ); /* IE6-9 */

    /*padding-left: 35px;*/
    display: inline-block;
    line-height: 68px;
}
/*
.tickets_wrapper .col.col_3 a.button:hover span.buy {
    background-color: #812556;
}
*/

.tickets_wrapper .col a.button span.buy span.button_1 ,
.tickets_wrapper .col a.button span.buy span.button_2 {
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 50px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
}
.tickets_wrapper .col.col_1 a.button span.buy:hover {
    background: #083d47 !important;
}
.tickets_wrapper .col.col_1 a.button span.buy span.button_1 ,
.tickets_wrapper .col.col_1 a.button span.buy span.button_2 {
    background: url(images/buy.png) 20px 50% no-repeat;
}
.tickets_wrapper .col.col_2 a.button span.buy span.button_1 ,
.tickets_wrapper .col.col_2 a.button span.buy span.button_2 {
    background: url(images/buy.png) 20px 50% no-repeat;
}
.tickets_wrapper .col.col_2 a.button span.buy:hover {
    background: #061c32 !important;
}
.tickets_wrapper .col.col_3 a.button span.buy span.button_1 ,
.tickets_wrapper .col.col_3 a.button span.buy span.button_2 {
    padding-left: 0px;

}
.tickets_wrapper .col.col_3 a.button span.buy span.button_1 span ,
.tickets_wrapper .col.col_3 a.button span.buy span.button_2 span {
    float: none;
    display: inline-block;
    width: auto;
        padding-left: 35px;
    background: transparent url(images/baloons.png) 0px 50% no-repeat;
}
.tickets_wrapper .col a.button:hover span.buy span.button_1 {
    margin-top: -68px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
}
.tickets_wrapper .col.col_3 a.button span.buy:hover {
    background: #3b0a24 !important;
}

.tickets_wrapper .col .btn_wrapper span.text {
    color: white;
    font-family: 'AvenirLTPro-Roman';
    font-size: 42px;
    text-transform: uppercase;
    display: block;
    clear: both;
}

.tickets_wrapper .col .btn_wrapper span.small {
    color: white;
    font-family: 'AvenirLTPro-Roman';
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    clear: both;
    padding-left: 3px;
}
.tickets_wrapper .col.col_3 {
    margin-right: 0px;
}
.tickets_wrapper .col.col_1 .btn_wrapper {
    background: #2bdee5; /* Old browsers */
    background: -moz-linear-gradient(top, #2bdee5 0%, #20aac6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2bdee5), color-stop(100%,#20aac6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2bdee5 0%,#20aac6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2bdee5 0%,#20aac6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2bdee5 0%,#20aac6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2bdee5 0%,#20aac6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bdee5', endColorstr='#20aac6',GradientType=0 ); /* IE6-9 */
}
.tickets_wrapper .col.col_2 .btn_wrapper {
    background: #0f7eb1; /* Old browsers */
    background: -moz-linear-gradient(top, #0f7eb1 0%, #125293 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f7eb1), color-stop(100%,#125293)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0f7eb1 0%,#125293 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0f7eb1 0%,#125293 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0f7eb1 0%,#125293 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0f7eb1 0%,#125293 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7eb1', endColorstr='#125293',GradientType=0 ); /* IE6-9 */
}
.tickets_wrapper .col.col_3 .btn_wrapper {
    background: #9d336c; /* Old browsers */
    background: -moz-linear-gradient(top, #9d336c 0%, #7d2253 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d336c), color-stop(100%,#7d2253)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9d336c 0%,#7d2253 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9d336c 0%,#7d2253 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9d336c 0%,#7d2253 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9d336c 0%,#7d2253 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d336c', endColorstr='#7d2253',GradientType=0 ); /* IE6-9 */
}

.sitelang_hr .tickets_wrapper .col .btn_wrapper span.text {
    font-size: 36px;
}
.sitelang_hr .tickets_wrapper .col.col_1 a.button span.buy ,
.sitelang_hr .tickets_wrapper .col.col_2 a.button span.buy {
    /*padding-left: 60px;*/
    background-position: 20px 50%;
}

section.logos {
    float: left;
    width: 100%;
    background: white;
    padding: 30px 0px 50px 0px;
}
.page section.logos {
   margin-bottom: 50px;
   border-top: 1px solid #e3e3e3;
}
.home section.logos {
   margin-bottom: 0px;
}
section.logos h3 {
    text-align: center;
    color: #484848;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
section.logos ul  {
    width: 100%;
    text-align: center;
}
section.logos ul li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
}
section.logos ul li:last-child {
    margin-right: 0px;
}


section.content.news h2 {
    color: #383838;
    font-size: 30px;
    font-family: 'AvenirLTPro-Black';
    margin-bottom: 40px;
    text-transform: uppercase;
    margin-top: 0px;
        display: none;
}
section.content a.news {
    display: inline-block;
    margin: 0px auto;
    width: 100%;
    max-width: 1000px;
    padding: 25px;
    text-align: left;
    margin-top: -30px;
    margin-bottom: 10px;
    transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -webkit-transition: box-shadow .2s ease-in-out;
}
section.content a.news:first-of-type {
    margin-top: 0px;
}
section.content a.news:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -webkit-transition: box-shadow .2s ease-in-out;
}
section.content a.news span.image {
    float: left;
    width: 345px;
    padding-right: 45px;
    line-height: 1px;
}
section.content a.news span.text {
    float: left;
    width: 590px;
}
section.content a.news span.text span.date {
    color: #696868;
    display: block;
    font-size: 12px;
    font-family: 'AvenirLTPro-Roman';
    margin-bottom: 5px;
}
section.content a.news span.text span.title {
    color: #383838;
    font-size: 24px;
    font-family: 'AvenirLTPro-Black';
    margin-bottom: 20px;
    display: block;
}
section.content a.news span.text p {
    font-size: 18px;
    line-height: 150%;
}

section.content .pagination {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 50px;
}
section.content .pagination .wrapper {
    display: inline-block;
    margin: 0px auto;
}
section.content .pagination .previouspostslink ,
section.content .pagination .nextpostslink {
    display: inline-block;
    color: white;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background: #1d87c8;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}
section.content .pagination .previouspostslink:hover ,
section.content .pagination .nextpostslink:hover {
    background: #1779b5;
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}
section.content .pagination .previouspostslink {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
section.content .pagination .nextpostslink {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
section.content .pagination .current,
section.content .pagination .page {
    display: inline-block;
    color: #585858;
    width: 50px;
    background: #f6f6f6;
    height: 50px;
    line-height: 50px;
    float: left;
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}
section.content .pagination .page:hover {
    background: #e4e4e4;
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}
section.content .pagination .current {
    background: #005093;
    color: white;
}

.wp-pagenavi span.pages {
    display: none;
}

footer.main {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.home footer.main {
    margin-top: 0px;
}
footer.main .footer_top_row {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 15px;
    height: 276px;
    overflow: hidden;
    background: url(images/bg_footer.jpg) 50% 50% no-repeat;
}
footer.main .col {
    float: left;
    height: 200px;
}
footer.main .col.col_1 {
    padding-right: 25px;
    border-right: 1px solid rgba(255,255,255,0.3);
}
footer.main .col.col_1 a.logo {
    display: inline-block;
    text-indent: -9999px;
    width: 360px;
    height: 105px;
    background: url(images/logo_footer.png) 0px 0px no-repeat;
    margin-top: -10px;
    float: left;
    margin-bottom: 40px;
}
footer.main .col.col_1 p {
    clear: both;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    color: white;
    font-size: 21px;
    font-family: 'AvenirLTPro-Black';
}
footer.main .col.col_1 p strong {
    color: #ffc702;
}
footer.main .col.col_2 {
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid rgba(255,255,255,0.3);
}
footer.main .col.col_2 a.zv {
    display: inline-block;
    float: left;
    text-indent: -9999px;
    width: 183px;
    height: 91px;
    background: url(images/footer_zv2.png) 0px 0px no-repeat;
    margin-bottom: 65px;
    margin-top:  -5px;
}
footer.main .col.col_2 p {
    clear: both;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 150%;
}
footer.main .col.col_3 {
    padding-left: 40px;
    width: 330px;
    border-right: 1px solid rgba(255,255,255,0.3);
}
footer.main .col.col_3 ul li {
    margin-bottom: 15px;
}
footer.main .col.col_3 ul li:last-child {
    margin-bottom: 0px;
}
footer.main .col.col_3 ul li a {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
footer.main .col.col_3 ul li a:hover {
    color: #ffc702;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
footer.main .col.col_4 {
    float: right;
    width: 220px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}
footer.main .col.col_4 p.small {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 50px;
    display: none;
}
footer.main .col.col_4 p.social {
    font-size: 12px;
}
footer.main .col.col_4 p.social a {
    display: inline-block;
    margin-left: 10px;
    /*text-indent: -9999px;*/
    width: 52px;
    height: 50px;
    border: 2px solid #6e9abf;
    border-radius: 4px;
    position: relative;
    top: 20px;
    overflow: hidden;
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}
footer.main .col.col_4 p.social a:hover {
    /*opacity: 0.8;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;*/
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}
footer.main .col.col_4 p.social a span.button_1 ,
footer.main .col.col_4 p.social a span.button_2 {
    display: inline-block;
    float: left;
    width: 100%;
    text-indent: -9999px;
    height: 46px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
}
footer.main .col.col_4 p.social a:hover span.button_1 {
    margin-top: -46px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
}
footer.main .col.col_4 p.social a.fb {
    background: #00559d/* url(images/fb.png) 50% 50% no-repeat*/;
    margin-left: 20px;
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}
footer.main .col.col_4 p.social a.fb span.button_1 {
    background: url(images/fb.png) 50% 50% no-repeat;
}
footer.main .col.col_4 p.social a.fb span.button_2 {
    background: url(images/fb2.png) 50% 50% no-repeat;
}
footer.main .col.col_4 p.social a.tw {
    background: #44b4f8/* url(images/tw.png) 50% 50% no-repeat*/;
}
footer.main .col.col_4 p.social a.tw span.button_1 {
    background: url(images/tw.png) 50% 50% no-repeat;
}
footer.main .col.col_4 p.social a.tw span.button_2 {
    background: url(images/tw2.png) 50% 50% no-repeat;
}
footer.main .col.col_4 p.social a:hover {
    background: white;
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}

/*
footer.main .col.col_4 a.tickets {
    display: inline-block;
    float: left;
    width: 100%;
    max-width: 220px;
    color: #1e1e1e;
    font-family: 'AvenirLTPro-Black';
    font-size: 20px;
    height: 62px;
    line-height: 60px;
    border-bottom: 2px solid #ab8909;
    border-radius: 4px;
    padding-left: 55px;
    margin-bottom: 12px;
        padding: 0px;
}
*/
/*
footer.main .col.col_4 a.tickets span.button_1 ,
footer.main .col.col_4 a.tickets span.button_2 {
    padding-top: 0px;
}
*/

footer.main .footer_last_row {
    float: left;
    width: 100%;
    background: #000000;
    height: 60px;
    padding-top: 20px;
}
footer.main .footer_last_row .cols {
    float: left;
    width: 33%;
    text-align: center;
    font-size: 12px;
    color: #777d85;
}
footer.main .footer_last_row .cols.middle {
    /*padding-left: 100px;*/
    padding-left: 50px;
}
footer.main .footer_last_row .cols.middle span:first-child {
    display: inline-block;
    position: relative;
    top: -3px;
}
footer.main .footer_last_row .cols.middle .really_simple_share {
    display: inline-block;
    float: none !important;
}
footer.main .footer_last_row .cols a {
    color: #777d85;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
footer.main .footer_last_row .cols a:hover {
    color: white;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
footer.main .footer_last_row .cols.left {
    text-align: left;
}
footer.main .footer_last_row .cols.right {
    text-align: right;
}

footer.main .footer_mobile_menu {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
footer.main .footer_mobile_menu ul {
    width: 100%;
}
footer.main .footer_mobile_menu ul li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}
footer.main .footer_mobile_menu ul li:last-child {
    margin-right: 0px;
}
footer.main .footer_mobile_menu ul li a {
    color: white;
    font-size: 15px;
    font-family: 'AvenirLTPro-Roman';
    text-transform: uppercase;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}
footer.main .footer_mobile_menu ul li a:hover {
    color: #ffc702;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}


/* responsive */
@media (max-width: 1460px){

    section.site {
        max-width: 100%;
    }
    section.site .bg {
        padding: 0px;
    }
    .location_wrapper {
        width: 100%;
        max-width: 1240px;
        margin: 0px auto;
    }

    section.location {

    }

    .page-template-default img {
        width: 100%;
        height: auto;
    }

}

@media (max-width: 1260px){



    /* general */
    .site_wrapper,
    .location_wrapper  {
        max-width: 100%;
        min-width: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }
    /* /general */


    /* single news */
    section.content.single-news article.detail {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px auto;
        width: 100%;
        max-width: 620px;
    }
    /* /single news */

    /* venue */
    .main_image {
        width: 100%;
        overflow: hidden;
    }
    /* /venue */

    /* about us */
    .page-template-about-php .bg .site_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-template-about-php section.content.past_events {
        padding-left: 120px;
        padding-right: 120px;
    }
    section.content .past_infobox {
        width: 65%;
        padding-right: 30px;
    }
    section.content aside.past {
        width: 35%;
    }
    /* /about us */


    /* contact */
    section.content.past_events {
        padding-left: 50px;
        padding-right: 50px;
    }
    .page-template-contact-php section.content h3 {
        clear: both;
    }
    .contact_box {
        max-width: 100%;
    }
    .contact_box .text {
        width: 100%;
        margin-top: -150px;
        padding-left: 170px;
        padding-right: 350px;
    }
    .contact_box .link {
        width: 350px;
        text-align: right;
        position: relative;
        z-index: 10;
        margin-top: -150px;
    }
    /* /contact */

    /* news */
    section.content a.news span.image {
        height: 196px;
        overflow: hidden;
    }
    section.content a.news span.text {
        padding-left: 350px;
        margin-top: -200px;
        width: 100%;
    }

    /* /news */


    /* exb */
    article.exb {
        width: 50%;
        padding-right: 15px;
    }
    article.exb .text {
        width: 100%;
        margin-top: -186px;
        padding-left: 210px;
    }
    /* /exb */

    /* tickets */
    .tickets_wrapper {
        text-align: center;
    }
    .tickets_wrapper .col {
        width: 33%;
        margin-right: 0px;
        float: none;
        display: inline-block;
        overflow: hidden;
        text-align: left;
        min-height: 285px;
        margin-bottom: 20px;
    }
    .tickets_wrapper .col a.button span.price {
        width: 35%;
    }
    .tickets_wrapper .col.col_1 a.button span.buy,
    .tickets_wrapper .col.col_2 a.button span.buy {
        width: 65%;
        /*padding-left: 70px;*/
    }
    .tickets_wrapper .col.col_3 a.button span.buy {
        width: 100%;
    }
    /* /tickets */



    /* homepage */
    section.site .introbox {
        position: relative;
        overflow: hidden;
    }
    section.site .introbox .infotext {
        position: relative;
        z-index: 5000;
    }
    section.site .introbox .slider_cont {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        padding-left: 357px;
    }
    section.site .introbox .slider_cont ul.nav {

    }
    header.main .date {
        display: none;
    }
    header.main .date.hidden_on_desktop {
        display: block;
    }
    header.main .date.hidden_on_desktop {
        padding: 0px;
        border: 0px;
        width: 100%;
        height: auto;
        margin: 0px;
        text-align: center;
        font-size: 16px;
        margin: -10px 0px 20px 0px;
    }
    header.main .date.hidden_on_desktop br {
        display: none;
    }
    header.main .date.hidden_on_desktop p {
        color: #ccd8e6;
    }
    header.main .textwidget {
        display: inline-block;
        text-align: center;
    }
    header.main a.logo ,
    /*header.main a.zv,*/
    /*header.main .textwidget , */
    header.main .social_box {
        width: 33%;
    }
    header.main a.zv {
        width: 100%;
        background-position: 50% 50%;
        margin-right: -80px;
    }
    header.main .social_box .textwidget,
    header.main .tagline .textwidget,
    header.main .date.hidden_on_desktop .textwidget {
        width: auto;
        display: block;
        text-align: left;
    }
    header.main .tagline .textwidget,
    header.main .date.hidden_on_desktop .textwidget  {
        text-align: center;
    }
    header.main a.zv {
        float: none;
        /*margin-left: auto;
        margin-right: auto;*/
    }

    header.main .zv_wrapper {
        width: 100%;
        float: left;
        padding-left: 370px;
        padding-right: 285px;
        margin-top: -140px;

    }
    header.main .zv_wrapper .textwidget {
        border: 0px;
        width: 100%;
    }
    header.main a.zv {
        margin: 30px 0px 0px 0px;
    }
    header.main .social_box {
        margin-top: -124px;
    }

    section.site .cols_wrapper section.col {
        width: 33%;
        margin-right: 0px;
        padding-right: 20px;
        overflow: hidden;
    }
    section.site .cols_wrapper section.col a span.textbbox span.text {
        padding-right: 10px;
        padding-bottom: 20px;
        font-size: 20px;
    }
    section.site .cols_wrapper section.col.news a span.textbbox span.text ,
    section.site .cols_wrapper section.col.whaton a span.textbbox span.text ,
    section.site .cols_wrapper section.col.about a span.textbbox span.text {
        padding-right: 0px;
        height: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    section.site .cols_wrapper section.col a span.textbbox {

    }
    section.site .cols_wrapper section.col a img {
        width: 100%;
        height: auto;
    }

    section.location {
        width: 70%;
        padding-right: 30px;
    }
    section.info {
        width: 30%;
    }

    section.logos ul {
        padding-left: 40px;
    }
    /*
    .page section.logos .textwidget {
        height: 136px;
        overflow: hidden;
    }
    */
    /* /homepage */


    /* footer */
    /*
    footer.main .col.col_3 {
        display: none;
    }
    footer.main .footer_mobile_menu {
        display: block;
    }
    */
    /* /footer */


    /* footer */
    footer.main .col.col_3 {
        width: 210px;
        border: 0px;
    }
    footer.main .col.col_4 {
        padding-left: 40px;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        width: 260px;
    }
    /* /footer */


}


@media (max-width: 1170px){

    /* main menu */
    section.site .menu_wrapper ul.menu li a {
        padding-right: 15px;
        padding-left: 15px;
    }
    /* /main menu */
    header.main a.logo {
        width: 251px;
        height: 81px;
        background: url(images/header_logo_2.png) no-repeat 0px 0px;
        margin-top: 30px;
    }


    header.main .zv_wrapper {
        padding-left: 280px;
        padding-right: 285px;
        margin-top: -105px;
    }
    /*
    header.main .zv_wrapper {
        width: 100%;
        float: left;
        padding-left: 280px;
        padding-right: 285px;
        margin-top: -105px;
    }
    header.main .zv_wrapper .textwidget {
        border: 0px;
        width: 100%;
    }
    header.main a.zv {
        margin: 30px 0px 0px 0px;
    }
    header.main .social_box {
        margin-top: -124px;
    }
    */



    /* footer */
    /*
    footer.main .col.col_1,
    footer.main .col.col_2,
    footer.main .col.col_4 {
        width: 33%;
    }
    */
    footer.main .col.col_2 {
        border: 0px;
        width: 100%;
        padding-left: 415px;
        padding-right: 260px;
        position: relative;
        margin-top: -200px;
        z-index: 10;
    }
    footer.main .col.col_3 {
        display: none;
    }
    footer.main .col.col_4 {
        margin-top: -200px;
        position: relative;
        z-index: 20;
    }
    footer.main .footer_mobile_menu {
        display: block;
    }
    /* /footer */


}

@media (max-width: 1150px){

    /* tagline */
    header.main .tagline .social {
        display: none;
    }
    /* /tagline */


}


@media (max-width: 1090px){

    /* main menu */
    section.site .menu_wrapper ul.menu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* /main menu */

}


@media (max-width: 1060px){

    section.site .cols_wrapper section.col h3 {
        font-size: 18px;
    }

    section.stats .col {
        font-size: 28px;
    }

    .tickets_wrapper .col a.button span.buy {
        font-size: 14px;
    }
    .tickets_wrapper .col {
        min-height: 330px;
    }


}


@media (max-width: 1010px){

    /* main menu */
    section.site .menu_wrapper ul.menu li a {
        padding-left: 5px;
        padding-right: 5px;
    }
    /* /main menu */

}


@media (max-width: 998px){


    section.stats .col {
        font-size: 20px;
    }
    section.stats .col.col_1 p {
        padding-left: 70px;
    }
    section.stats .col.col_2 p {
        padding-left: 70px;
    }
    section.stats .col.col_3 p {
        padding-left: 70px;
    }

    /* about us */
    .page-template-about-php .slider_cont  {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-template-about-php .slider_cont .wrapper {
        width: 100%;
    }
    .page-template-about-php section.content.past_events {
        padding-left: 30px;
        padding-right: 30px;
    }
    /* /about us */

    /* exh */
    article.exb {
        width: 100%;
        padding-right: 0px;
    }
    /* /exh */


    /* contact */
    .contact_box .text {
        padding-right: 0px;
    }
    .contact_box .link {
        width: 100%;
        padding: 0px;
        margin: 0px;
        clear: both;
        text-align: center;
    }
    /* /contact */

    /* tickets */
    .tickets_wrapper .col {
        min-height: 0px;
    }
    .tickets_wrapper .col {
        width: 100%;
        height: auto;
        min-height: 0px;
        margin-bottom: 30px;
    }
    .tickets_wrapper .col .btn_wrapper {
        width: 55%;
        height: 122px;
        min-height: 0px;
    }
    .tickets_wrapper .col a.button ,
    .tickets_wrapper .col a.button span.price,
    .tickets_wrapper .col a.button span.buy {
        width: 45%;
        height: 122px;
    }
    .tickets_wrapper .col.col_1 a.button span.price,
    .tickets_wrapper .col.col_2 a.button span.price {
        width: 40%;
        padding-top: 30px;
    }
    .tickets_wrapper .col.col_1 a.button span.buy,
    .tickets_wrapper .col.col_2 a.button span.buy{
        width: 60%;
        padding-top: 30px;
        padding-right: 10px;

            padding-top: 0px;
    }
    .sitelang_hr .tickets_wrapper .col .btn_wrapper span.text {
        font-size: 30px;
    }
    .tickets_wrapper .col.col_3 a.button span.buy {
        /*padding-top: 30px;*/
    }
    .tickets_wrapper .col a.button span.buy span.button_1,
    .tickets_wrapper .col a.button span.buy span.button_2 {
        height: 122px;
        line-height: 122px;
    }
    .tickets_wrapper .col a.button:hover span.buy span.button_1 {
        margin-top: -122px;
    }
    /*
    .tickets_wrapper .col.col_1 a.button span.price,
    .tickets_wrapper .col.col_2 a.button span.price {
        width: 20%;
    }
    .tickets_wrapper .col.col_1 a.button span.buy ,
    .tickets_wrapper .col.col_2 a.button span.buy {
        width: 20%;
    }
    */
    /* /tickets */



    /* location, info */
    section.location ,
    section.info {
        padding: 0px;
        width: 100%;
    }
    section.location .social {
        display: none;
    }
    section.location h3,
    section.info h3 {
        float: none;
        text-align: center;
        margin-bottom: 25px;
    }
    section.info ul li {
        width: 50%;
        min-height: 140px;
    }
    section.info ul li.exb,
    section.info ul li.about {
        border-width: 0px;
    }
    section.info ul li.schedule,
    section.info ul li.about {
        padding-left: 15px;
    }
    section.info ul li.tickets,
    section.info ul li.exb {
        padding-right: 15px;
    }
    /* /location, info */

}


@media (max-width: 960px){

    header.main a.zv {
        margin-right: -40px;
    }

}

@media (max-width: 940px){

    /* footer */
    footer.main .col.col_1,
    footer.main .col.col_2 {
        border: 0px;
        height: auto;
    }
    footer.main .col.col_4 {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        padding-left: 15px;
        width: 240px;
    }
    footer.main .col.col_1 {
        padding-right: 0px;
    }
    footer.main .col.col_1 p:last-child,
    footer.main .col.col_2 p:last-child  {
        display: none;
    }
    footer.main .col.col_1 a.logo {
        width: 284px;
        height: 98px;
        background: url(images/footer_logo_bottom.png) no-repeat 0px 0px;
        margin-bottom: 0px;
    }
    footer.main .col.col_2 a.zv {
        margin-bottom: 0px;
    }
    footer.main .col.col_1.hidden_on_desktop ,
    footer.main .col.col_2.hidden_on_desktop {
        display: block;
    }
    footer.main .col.col_1.hidden_on_desktop {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 20px;
        margin-top: 15px;
    }
    footer.main .col.col_2.hidden_on_desktop  {
        clear: both;
        padding: 0px;
        color: #d2e5f3;
        /*margin-top: -10px;*/
        margin-top: 0px;
    }
    footer.main .col.col_2.hidden_on_desktop p {
        color: #d2e5f3;
    }
    footer.main .col.col_1.hidden_on_desktop p {
        max-width: 500px;
    }
    footer.main .col.col_1.hidden_on_desktop p br ,
    footer.main .col.col_2.hidden_on_desktop p br {
        display: none;
    }
    footer.main .col.col_1.hidden_on_desktop p:first-child,
    footer.main .col.col_2.hidden_on_desktop p:first-child {
        display: none;
    }
    footer.main .col.col_1.hidden_on_desktop p:last-child,
    footer.main .col.col_2.hidden_on_desktop p:last-child {
        display: block;
    }

    footer.main .col.col_2 {
        margin-top: -90px;
        padding-left: 330px;
    }
    footer.main .col.col_4 {
        margin-top: -190px;
    }

    /* /footer */

}

@media (max-width: 930px){

    header.main a.zv {
        background: url(images/zv_header_2.png) no-repeat 50% 50%;
    }
    header.main .textwidget {
        width: 25%;
    }
    header.main a.logo {
        width: 34%;
    }

    /* homepage */
    section.site .bg {
        background: none;
    }
    section.site .menu_wrapper ul.menu {
        display: none;
    }


        header.main .follow_us,
        header.main .lang {
            display: none;
        }
        header.main .tickets {
            padding-top: 50px;
        }
        header.main .social_box {
            margin-top: -135px;
        }


        header.mobile_header  {
            display: block;
            height: 66px;
            width: 100%;
            background: #071924;
        }
        header.mobile_header a.logo {
            float: left;
            display: block;
            text-indent: -9999px;
            height: 66px;
            width: 150px;
            position: relative;
            z-index: 10;
            background: url('images/mobile_logo.png') no-repeat 50% 50%;

        }
        header.mobile_header .menu_wrapper {
            float: left;
            width: 100%;
            text-align: center;
            margin-top: -66px;
        }
        header.mobile_header .menu_wrapper ul {
            margin-left: -30px;
            padding-left: 30px;
        }
        header.mobile_header .menu_wrapper li {
            display: inline;
            line-height: 66px;
            margin-right: 30px;
            display: none;
            text-transform: uppercase;
        }
        header.mobile_header .menu_wrapper li.show {
            display: inline-block;
        }
        header.mobile_header .menu_wrapper li.show.last {
            margin-right: 0px;
        }
        header.mobile_header .menu_wrapper ul li a {
            display: inline-block;
            line-height: 66px;
            color: #abadaf;
            font-size: 15px;
            transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            -webkit-transition: color .2s ease-in-out;
        }
        header.mobile_header .menu_wrapper ul li a:hover {
            color: white;
            transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            -webkit-transition: color .2s ease-in-out;
        }
        header.mobile_header .mobile_menu_trigger {
            float: right;
            position: relative;
            z-index: 10;
        }
        header.mobile_header .mobile_menu_trigger a {
            display: block;
            width: 110px;
            height: 66px;
            line-height: 70px;
            color: white;
            font-size: 12px;
            text-transform: uppercase;
            text-align: left;
            margin-top: -66px;
            background: url('images/ham.png') no-repeat 100% 50%;
        }


    section.site .introbox .whitebox {
        padding-left: 30px;
        padding-right: 30px;
        width: 250px;
    }
    section.site .introbox .slider_cont {
        padding-left: 250px;
    }
    section.site .introbox .whitebox a.more {
        margin-right: 0px;
    }
    section.site .introbox .whitebox h2 {
        font-size: 33px;
    }
    section.site .introbox .whitebox h3 {
        font-size: 16px;
    }
    section.site .introbox .whitebox p {
        height: 105px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    section.site .introbox .whitebox p:last-child {
        height: auto;
        margin-bottom: 0px;
    }
    section.site .introbox .yellowbox {
        display: none;
    }
    section.site .introbox .slider_cont ,
    section.site .introbox .whitebox {
        height: 346px;
    }
    /* /homepage */


    /* news details */
    section.content.single-news .img_wrapper a {
        width: 50%;
    }
    section.content.single-news .img_wrapper a img {
        width: 100%;
        height: auto;
    }
    section.content.single-news .img_wrapper a.left {
        padding-right: 5px;
    }
    section.content.single-news .img_wrapper a.right {
        padding-left: 5px;
    }
    /* /news details */


    .sitelang_hr section.nav_cols a.col_1 span.button_1,
    .sitelang_hr section.nav_cols a.col_1 span.button_2,
    .sitelang_hr section.nav_cols a.col_2 span.button_1,
    .sitelang_hr section.nav_cols a.col_2 span.button_2 {
        font-size: 25px;
        padding-top: 40px;
    }

}


@media (max-width: 870px){

    section.content a.news span.image {
        width: 200px;
    }
    section.content a.news span.image img {
        width: 100%;
        height: auto;
    }
    section.content a.news span.text {
        padding-left: 190px;
    }

    footer.main .footer_last_row .cols.middle {
        padding-left: 0px;
    }

}

@media (max-width: 835px){

    header.main .zv_wrapper {
        padding-left: 270px;
    }
    header.main .site_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }


    footer.main .col.col_1,
    footer.main .col.col_2 {
        width: 50%;
        padding: 0px;
        margin-bottom: 30px;
    }
    footer.main .col.col_1 {
        text-align: left;
    }
    footer.main .col.col_2  {
        margin: 0px;
    }
    footer.main .col.col_2 a.zv {
        float: right;
    }
    footer.main .col.col_4 {
        height: auto;
        width: 100%;
        text-align: center;
        border: 0px;
        margin: 0px;
    }
    footer.main .col.col_4 a.tickets {
        float: none;
        max-width: 260px;
    }
    footer.main .col.col_4 p.small {
        margin: 0px;
    }
    footer.main .col.col_4 p.social {
        display: none;
    }
    /*
    footer.main .col.col_1.hidden_on_desktop,
    footer.main .col.col_2.hidden_on_desktop {
        display: none;
    }
    */
    footer.main .footer_top_row {
        height: auto;
        background: url(images/f2.jpg) 50% 0px no-repeat;

    }
    footer.main .col.col_1.hidden_on_desktop p {
        max-width: 100%;
    }
    footer.main .col.col_1.hidden_on_desktop,
    footer.main .col.col_2.hidden_on_desktop {
        display: block;
        width: 100%;
        text-align: center;
         margin-bottom: 20px;
    }
    footer.main .col.col_2.hidden_on_desktop {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }



}

@media (max-width: 830px){



}

@media (max-width: 780px){

    section.stats .col {
        width: 100%;
        line-height: inherit;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 24px;
        height: auto;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
    }
    section.stats .col p {
        line-height: 50px;
    }

    body {
        background: #021320 url(images/bg_tablet.jpg) no-repeat 50% 0px;
    }

    section.content h1 {
        font-size: 32px;
    }

    /* homepage news cols */
    section.site .cols_wrapper {
        margin-bottom: 0px;
    }
    section.site .cols_wrapper section.col {
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }
    section.site .cols_wrapper section.col a {
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    section.site .cols_wrapper section.col a img ,
    section.site .cols_wrapper section.col a span.textbbox {
        width: 50%;
    }
    section.site .cols_wrapper section.col a img {
        width: 150%;
            width: 75%;
            margin-left: -70px;
            /*margin-left: -50%;
            margin-top: -50%;*/
    }
    section.site .cols_wrapper section.col a span.textbbox {
        height: 200px;
        position: absolute;
        top: 0px;
        right: 0px;

    }
    section.site .cols_wrapper section.col h3 {
        font-size: 20px;
        text-align: center;
    }

    /* /homepage news cols */


    /* news detail */
    section.content.single-news .article_image img {
        width: 100%;
        height: auto;
    }
    /* /news detail */

    /* about us */
    section.content .past_infobox ,
    section.content aside.past {
        width: 100%;
        padding: 0px;
    }
    section.content aside.past {
        text-align: center;
    }
    section.content aside.past a.button {
        display: inline-block;
        margin: 0px auto;
        float: none;
    }
    /* /about us */


    /* infogamer */
    section.content aside.past {
        text-align: left;
        margin-top: 40px;
    }
    section.content aside.past h3 {
        font-size: 30px;
    }
    /* /infogamer */


}

@media (max-width: 760px){

    /* pages */
    .page-template-location-php .bg .site_wrapper,
    .page-template-tickets-php .bg .site_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    header.main {
        display: none;
    }
    .home header.main {
        display: block;
    }
    .page section.logos {
        margin-bottom: 0px;
    }
    .page footer.main {
        margin-top: 0px;
    }
    /* /pages */



    /* venue */
    section.nav_cols a {
        font-size: 32px;
        padding-top: 35px;
    }
    section.nav_cols a span {
        font-size: 13px;
    }
    .page-template-location-php section.content.past_events {
        padding-left: 30px ;
        padding-right: 30px ;
    }
    /* /venue */



    header.main a.logo {
        width: 100%;
        background-position: 50% 50%;
    }
    header.main .textwidget {
        width: 100%;
    }
    header.main .zv_wrapper {
        margin-top: 0px;
        padding: 0px;
    }
    header.main .social_box.hidden_on_desktop {
        margin: 0px;
    }
    header.main .tickets {
        padding-top: 0px;
    }
    header.main .tagline {
        margin-top: 0px;
    }
    header.main a.zv {
        border: 0px;
        margin: 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin-top: 10px;
        padding-top: 10px;
    }
    header.main .social_box ,
    header.main .follow_us ,
    header.main .lang {
        display: none;
    }
    header.main .social_box.hidden_on_desktop {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 30px;
        max-width: 100%;
    }
    header.main .tickets a, section.content aside.past a.button {
        max-width: 254px;
        /*
        border: 0px;
        box-shadow: 0px 2px 2px #b78e00;
        */
    }
    /*
    header.main .tickets a:hover ,
    section.content aside.past a.button:hover {
        box-shadow: 0px 0px 0px;
        margin-top: 0px;
        border: 0px;
        margin-bottom: -2px;
    }
    */
    header.main .social_box .textwidget {
        text-align: center;
    }
    header.main .tagline {
        font-size: 16px;
    }


    section.header_image .text h1 {
        font-size: 50px;
    }

}


@media (max-width: 730px){

    /* tickets */
    .tickets_wrapper .col ,
    .tickets_wrapper .col .btn_wrapper ,
    .tickets_wrapper .col a.button {
        width: 100%;
    }
    .tickets_wrapper .col .btn_wrapper {
        min-height: 170px;
    }
    .tickets_wrapper .col a.button,
    .tickets_wrapper .col a.button span.price,
    .tickets_wrapper .col a.button span.buy {
        height: 68px;
        padding-top: 0px;
        line-height: 68px;

        padding: 0px;
    }
    .tickets_wrapper .col.col_1 a.button span.price,
    .tickets_wrapper .col.col_2 a.button span.price,
    .tickets_wrapper .col.col_1 a.button span.buy,
    .tickets_wrapper .col.col_2 a.button span.buy,
    .tickets_wrapper .col.col_3 a.button span.buy {
        padding-top: 0px;
    }
    .tickets_wrapper .col.col_1 a.button span.buy,
    .tickets_wrapper .col.col_2 a.button span.buy {
        /*padding-left: 80px;*/
    }
    .tickets_wrapper .col a.button span.buy span.button_1,
    .tickets_wrapper .col a.button span.buy span.button_2 {
        height: 68px;
        line-height: 68px;
    }
    .tickets_wrapper .col a.button:hover span.buy span.button_1 {
        margin-top: -68px;
    }
    .tickets_wrapper .col a.button span.buy span.button_1,
    .tickets_wrapper .col a.button span.buy span.button_2 {
        /*width: auto;*/
    }


    /* /tickets */

}


@media (max-width: 700px){

    section.info ul li {
        min-height: 140px;
    }

    footer.main .footer_last_row .cols ,
    footer.main .footer_last_row .cols.left,
    footer.main .footer_last_row .cols.right {
        width: 100%;
        text-align: center;
        padding: 10px 0px 10px 0px;
    }
    footer.main .footer_last_row {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /*
    footer.main .footer_last_row .cols.middle {
        display: none;
    }
    */
    /*
    footer.main .footer_top_row {
        position: relative;
    }
    footer.main .col.col_2 {
        margin: 0px;
    }
    footer.main .col.col_4 {
        margin: 0px;
        padding: 0px;
        padding-top: 150px;
    }
    footer.main .col.col_1 p:last-child {
        display: block;
        position: absolute;
        top: 100px;
        left: 0px;
        width: 100%;
        padding: 0px 20px 0px 20px;
    }
    footer.main .col.col_1 p:last-child br {
        display: none;
    }
    footer.main .footer_last_row {
        position: relative;
        padding-top: 50px;
    }
    footer.main .col.col_4 a.tickets {
        max-width: 260px;
    }
    footer.main .footer_last_row .cols.middle {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 100%;
        padding-left: 20px;
    }
    */

}



@media (max-width: 650px){

    /* venue */
    section.nav_cols a.col_1 ,
    section.nav_cols a.col_2 {
        width: 100%;
        text-align: left;
        height: auto;
        padding: 30px;
            height: 135px;
            padding-top: 0px;
    }
    .page-template-location-php section.content h2 {
        font-size: 32px;
    }
    .page-template-location-php .main_image {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: -30px;
        box-sizing:content-box;
        -moz-box-sizing:content-box;
        -webkit-box-sizing:content-box;
        height: 220px;
    }
    /* /venue */

}

@media (max-width: 630px){

    header.mobile_header .menu_wrapper ul {
        display: none;
    }

    /* about us */
    .blue {
        display: none;
    }
    section.content h1.hidden_on_desktop {
        display: block;
        color: #005597;
        font-size: 32px;
        font-family: 'AvenirLTPro-Black';
        text-transform: uppercase;
    }
    section.about_page {
        padding-top: 180px;
    }
    .page-template-about-php .slider_cont {
        margin-top: 0px;
        padding: 0px;
    }
    .page-template-about-php .slider_cont .wrapper ,
    .page-template-about-php .slider_cont {
        height: 220px;
    }
    .page-template-about-php .slider_cont .wrapper a.arrow {
        display: none;
    }
    /* /about us */

}

@media (max-width: 590px){




    /* homepage */
    /*
    section.site .introbox {
        display: none;
    }
    */

    section.site .cols_wrapper section.col a {
        height: auto;
    }
    section.site .cols_wrapper section.col a img {
        width: 100%;
        margin: 0px;
    }
    section.site .cols_wrapper section.col a span.textbbox {
        width: 100%;
        position: inherit;
        width: 100%;
        height: auto;
    }

    section.content {
        padding: 30px 20px 20px 20px
    }
    .page-template-about-php section.content.past_events {
        padding-top: 180px;
    }
    section.content .lead_text p {
        font-size: 18px;
        line-height: 150%;
    }
    section.content .lead_text {
        margin-bottom: 0px;
    }
    section.content .past_infobox p {
        font-size: 16px;
    }

    /* contact */
    section.content.past_events {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact_box {
        padding-top: 0px;
        border: 0px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .contact_box .icon {
        width: 100%;
    }
    .contact_box .text {
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }
    .page-template-contact-php section.content h3 {
        text-align: center;
    }
    /* /contact*/


    section.site .bg .site_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    section.site .cols_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    section.site .introbox .slider_cont,
    section.site .introbox .whitebox {
        height: auto;
    }
    section.site .introbox .slider_cont {
        display: none;
    }
    section.site .introbox .infotext ,
    section.site .introbox .whitebox {
        width: 100%;
        background: #021320;
        color: white;
    }
    section.site .introbox .whitebox p {
        color: white;
        font-size: 16px;
        height: auto;
    }
    section.site .introbox .whitebox h2,
    section.site .introbox .whitebox h3 {
        display: none;
    }
    section.site .introbox .whitebox p:last-child {
        display: none;
    }
    section.info ul li  {
        width: 100%;
        min-height: 0px;
    }
    section.info ul li.exb,
    section.info ul li.about {
        border-width: 1px;
    }
    section.info ul li.schedule,
    section.info ul li.about ,
    section.info ul li.tickets,
    section.info ul li.exb{
        padding-left: 0px;
        padding-right: 0px;
    }
    /* /homepage */

    /* footer */
    footer.main .footer_mobile_menu ul li {
        width: 100%;
        margin: 0px;
    }
    footer.main .footer_mobile_menu ul li a {
        display: block;
        width: 100%;
        padding: 15px 0px 15px 0px;
    }
    /* footer */


    /* news details */
    section.content.single-news .img_wrapper a {
        width: 100%;
        padding: 0px !important;
        margin-bottom: 10px;
    }
    /* /news details */
}

@media (max-width: 560px){


    /* footer */
    footer.main .col.col_1 a.logo {
        width: 145px;
        height: 67px;
        background: url(images/small_footer_logo2.png) no-repeat 0px 0px;
        margin-left: -15px;
    }
    footer.main .col.col_2 a.zv {
        width: 103px;
        height: 51px;
        margin-right: -10px;
        background: url(images/zv3.png) 0px 0px no-repeat;
    }
    footer.main .footer_top_row {
        background-position: 0px 0px;
    }
    /* /footer */

    /* header h1 */
    section.header_image .text h1 {
        font-size: 32px;
    }
    /* /header h1 */

    /* news */
    section.content a.news span.image {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
        height: auto;
    }
    section.content a.news span.text p {
        display: none;
    }
    section.content a.news span.text {
        padding: 0px;
        margin: 0px;
    }
    section.content.news {
        padding-left: 5px;
        padding-right: 5px;
    }
    /* /news */


}

@media (max-width: 530px){

    /* location */
    section.location h3, section.info h3 {
        text-align: left;
        font-size: 24px;
    }
    .site_wrapper, .location_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    section.content .gmap .text_overlay,
    section.location .gmap .text_overlay {
        width: 100%;
        bottom: 0px;
        left: 0px;
    }
    /* /location */

    /* tickets */
    .tickets_wrapper .col .btn_wrapper span.text {
        font-size: 32px;
    }
    /* /tickets */

    /* exh */
    article.exb .logo {
        width: 120px;
    }
    article.exb .logo img {
        width: 100%;
        height: auto;
    }
    article.exb .text {
        margin-top: -110px;
        padding-left: 0px;
    }
    article.exb .text h3 {
        height: 100px;
        padding-left: 120px;
    }
    /* /exh */


    /* contact */
    .contact_box .link a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }
    /* /contact*/




    section.stats .col {
        font-size: 24px;
        padding-right: 0px;
    }

}
