@charset 'UTF-8';
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* ----------------------------------------------------------------------------------------------------------
#) SITE
---------------------------------------------------------------------------------------------------------- */
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
    -webkit-tap-highlight-color: transparent!important;
}
html {
/*    height: 100%;*/
}

body {
    background: #ececec;
    font-family: "Proxima Nova";
}
img { display: block; }
header {
    background: #fff;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}
a:focus, a:hover{ color: inherit; text-decoration: none; }
.logo {
    height: 100px;
    border-bottom: 1px solid #ececec;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
}
.logo .wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 1432px;
    margin: 0 auto;
}

.logo img {
    max-height: 50px;
}

.logo.scrolled-down {
    z-index: 100;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.30);
}

nav.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /*    padding-top: 124px;*/
    padding-top: 100px;
}

nav.main li {
    display: inline-block;
}

nav.main li a {
    display: block;
    height: 68px;
    line-height: 68px;
    padding: 0 10px;
    margin: 0 15px;
    position: relative;
    font-family: "Proxima Nova";
    font-weight: 800;
    font-size: 15px;
}

nav.main li a:before {
    -webkit-transition:all 0.5s;
    transition: all 0.5s;
    content: " ";
    position: absolute;
    height: 1px;
    background: rgba(0, 0, 0, 0);
    top: -1px;
    left: 0px;
    width: 100%;
}

nav.main li a.active:before,
nav.main li a:hover:before {
    background: #231f20;
}
main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-image: url("../images/curve.png");
    background-repeat: repeat-y;
    background-position: center;
    background-size: 14px;
    padding: 0 25px 35px;
}

.day-box {
    width: 100%;
    max-width: 1432px;
    margin: 0 auto;
}

.day-concerts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.dunaj-box,
.dole-box {
    max-width: 690px;
    width: 100%;
    height: 423px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.day {
    height: 69px;
    line-height: 69px;
    text-align: center;
}

.day span {
    padding: 7px;
    background: #ececec;
    font-weight: 900;
    font-family: "Proxima Nova Black";
    font-size: 16px;
    letter-spacing: 1px;
}

.concert-box {
    width: 100%;
    cursor: pointer;
}

.concert-box:hover .concert-text {
    background: #f6f6f6;
}

.concert-box .concert-img:after, .event:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.concert-box:hover .concert-img:after, .event:hover:after {
    background: #000;
    opacity: 0.25;
}
.two-concerts .concert-box {
    width: 50%;
}

.three-concerts .concert-box {
    width: 33.333333%;
}

.two-concerts .concert-box:nth-child(2) .concert-text {
    border-left: 1px solid #E6E6E6;
    margin-left: -0.5px;
}

.three-concerts .concert-box:nth-child(2) .concert-text {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    margin-left: -0.5px;
    margin-right: -0.5px;
}

.concert-img {
    background: #3e3e3e;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.concert-box img {
    height: 100%;
    position: absolute;
    margin: auto;
    top: -999px;
    right: -999px;
    bottom: -999px;
    left: -999px;
}

.concert-text {
    background: #fff;
    height: 123px;
    padding: 20px 25px 0 25px;
    position: relative;
}
.concert-text{ overflow: hidden; }
.three-concerts .concert-text { padding-right: 15px; }

.concert-text h2 {
    font-size: 20px;
    font-weight: 900;
}

.concert-text .time {
    color: #666666;
    font-size: 15px;
    margin-bottom: 7px;
    display: block;
}

.concert-text .price {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #231F20;
    color: #fff;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: -23px;
    right: 17px;
    font-weight: 800;
    font-weight: 900;
}

.full-desc {
    visibility: hidden;
    background: #3D3D3D;
    color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition:all 200ms;
    transition: all 200ms;
    opacity: 0;
    padding: 35px 0px 25px 25px;
/*    overflow-y: auto;*/
    z-index: 2;
    cursor: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.full-desc-text{ font-family: Arial; }
.fb-event a {
    color: #1aa9d8;
}
 .fb-event a:hover {
    text-decoration: underline;
}
.full-desc span a, .full-desc .full-desc-text a {
    text-decoration: underline;
    -webkit-transition:color 0.2s ease;
    transition: color 0.2s ease;
}
.full-desc span a:hover, .full-desc .full-desc-text a:hover{
    color: #1aa9d8;
}
.fb-event { margin-top: 25px; font-size: 14px; }
.fb_ico { background: url("/assets/images/facebook.png") no-repeat center; width: 25px; height: 25px; display: inline-block; background-size: contain;     position: relative; top: 7px; margin-right: 5px; }
.full-desc.active {
    visibility: visible;
    opacity: 1;
}

.full-desc h3 {
    color: #00F0FF;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 900;
    padding-right: 50px;
}

.full-desc .time {
    color: #f2f2f2;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    padding-right: 50px;
}

.full-desc-text {
    font-size: 13px;
    line-height: 21px;
}

.scroll-container {
    position: relative;
    height: 80%;
    padding-right: 80px;
}

.separator {
    height: 35px;
    background: #fff;
    width: 100%;
}

footer {
    width: 100%;
    height: auto;
    min-height: 190px;
    background: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

footer .logo-box {
    margin: 55px 80px 0 0;
    width: 100%;
    max-width: 1000px;
}

footer .logo-box img {
    display: inline-block;
    margin: 0 10px 15px 10px;
    max-height: 20px;
}

footer .copy-box {
    margin: 55px 0 0 0;
    text-align: right;
}

footer .copy-box p,
footer .copy-box a {
    font-size: 14px;
    color: #e6e6e6;
}

footer .copy-box a:hover {
    text-decoration: underline;
}

body.modal-open {
    overflow: hidden;
}

.texty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1432px;
    width: 100%;
    margin: 35px auto 0;
    line-height: 22px;
}

.texty a {
    color: #1aa9d8;
}

.texty a:hover {
    text-decoration: underline;
}

.dunaj-text,
.dole-text{
    max-width: 690px;
    width: 50%;
}
.dunaj-gallery, .dole-gallery {
    width: 50%;
    max-width: 690px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
.dunaj-gallery img, .dole-gallery img{
    display: block;
    width: 100%;
}
.event { position: relative; cursor: pointer; width: 50%; min-height: 320px; overflow: hidden; }
.event img { min-height: 320px; position: absolute; margin: auto; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; width: initial; }

.nazov-akcie { position: absolute; left: 25px; bottom: 35px; color: #ffffff; font-size: 20px; font-weight: 900; /*background-color: rgba(0, 0, 0, 0.3); padding: 5px 10px;*/ }
.single-text {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 35px;
    margin-top: -35px;
    padding-bottom: 35px;
    margin-bottom: -35px;
    background-color: #ececec;
}

.img img {
    max-width: 100%;
    display: block;
}

.text {
    padding: 30px 25px;
    background: #fff;
    overflow: auto;
}

.text h2 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px;
}

article h1 {
    background: #ececec;
    font-weight: 900;
    font-size: 32px;
}
.group-logo{ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center; }
.group-logo a { display: block; margin: 10px 15px;  }
.group-logo a img { max-height: 60px; max-width: 140px; }


/*.col-sm-6 { width: 50%; display: inline-block; float: left;  }*/


/*
	Icons
 */

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 23px;
    height: 23px;
    opacity: 0.8;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #E2E2E2;
}

.close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.map {
    height: 400px;
    background-color: #fff;
}

strong {
    font-weight: 900;
}


/*
    Mobile nav
*/

.mobile-nav {
    display: none;
    z-index: 200;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    position: fixed;
    top: 25px;
    right: 5%;
    width: 42px;
    height: 37.5px;
    /*position: relative;*/
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.mobile-nav span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0a0a0a;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mobile-nav span:nth-child(1) {
    top: 0px;
}

.mobile-nav span:nth-child(2),
.mobile-nav span:nth-child(3) {
    top: 12px;
}

.mobile-nav span:nth-child(4) {
    top: 24px;
}

.mobile-nav.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.mobile-nav.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-nav.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(253, 253, 253, 0.95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 110;
}

.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    -webkit-transition:visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
    transition:visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
    transition:transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition:-webkit-transform 0.4s ease-in-out;
    transition:transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.overlay nav a {
    display: block;
    color: #0a0a0a;
    padding: 5px 10px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.overlay nav a:hover,
.overlay nav a.active {
    border-bottom: 2px solid #0a0a0a;
}

.mobile-only {
    display: none;
}
.mobile-photo{ display: none; }
.fancybox-inner { overflow: hidden!important; }
.fancybox-skin { border-radius: 0; }
.two-concerts .mobile-photo { display: block; }
.two-concerts .desktop-photo { display: none; }

.time span { display: inline; }
.time .klub { background: #666666; color: #ffffff; font-size: 12px; padding: 5px 6px 4px; border-radius: 10px; margin-left: -4px; margin-right: 4px; font-weight: 900; position: relative; top: -1px; }

/*
	Responsive
 */

@media (max-width: 1482px) {
    .dunaj-box,
    .dole-box {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }
    .dunaj-box.two-concerts,
    .dole-box.two-concerts {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }
    .dunaj-box,
    .dunaj-text,
    .dunaj-gallery {
        margin-right: 20px;
    }
    .dole-box,
    .dole-text,
    .dole-gallery {
        margin-left: 20px;
    }
    .concert-box {
/*        position: relative;*/
    }
    .concert-box {
        width: 100%;
    }
    .two-concerts .concert-box,
    .three-concerts .concert-box {
        width: 50%;
    }
    .three-concerts .concert-box:last-child {
        width: 100%;
    }
    .logo {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .logo img:first-child {
        margin: 0;
    }
    .three-concerts .concert-box .full-desc{
        bottom: 50%;
    }
    .three-concerts .concert-box:last-child .full-desc{
        top: 50%;
        bottom: 0;
    }
    .concert-img{height: auto;}
    .concert-box img{ position: static; width: 100%; height: auto;}
    .mobile-photo{ display: block; }
    .desktop-photo{ display: none; }
    .three-concerts .concert-box:nth-child(3) .mobile-photo { display: none; }
    .three-concerts .concert-box:nth-child(3) .desktop-photo { display: block; }
}

@media (max-width: 1300px) {
    footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-bottom: 25px;
    }
    footer .copy-box {
        text-align: center;
        margin-top: 35px;
    }
    footer .logo-box {
        margin: 55px 0 0 0;
        max-width: 100%;
        text-align: center;
        padding: 0 25px;
    }
}

@media (max-width: 1200px) {
    nav.main li a {
        padding: 0px 5px;
        margin: 0 10px;
    }
}

@media (max-width: 960px) {
    .full-desc{
        right: 0!important;
        bottom: -2px!important;
        left: 0!important;
        top: 80px!important;
    }
    .dunaj-box,
    .dole-box {
        height: auto!important;
    }
    .two-concerts .concert-box, .three-concerts .concert-box{
        width: 100%;
    }
    .mobile-only {
        display: inline-block;
    }
    .desktop-only {
        display: none;
    }
    .mobile-nav {
        display: block;
    }
    nav.main {
        display: none;
    }
    .day-concerts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .dunaj-box,
    .dole-box {
        margin: 0;
        margin: 0 auto;
        position: initial;
    }
    .dunaj-text,
    .dole-text {
        margin: 0;
        margin: 0 auto;
        position: initial;
        width: 100%;
    }
    .dunaj-gallery,
    .dole-gallery{
        margin: 0;
        margin: 0 auto;
        position: initial;
        width: 100%;
    }
    .dunaj-gallery{
        margin-bottom: 25px;
    }
    .concert-box {
        position: initial;
    }
    .logo {
        height: 80px;
        padding-top: 8px;
    }
    .logo img {
        width: 125px;
    }
    main {
        padding-top: 80px;
        padding-left: 0;
        padding-right: 0;
        background-image: none;
    }
    .two-concerts .concert-box:nth-child(2) .concert-text {
        border: none;
    }
    .three-concerts .concert-box:nth-child(2) .concert-text {
        border: none;
    }
    .full-desc.active {
        position: fixed;
        top: 80px;
    }
    .scroll-container {
        padding-right: 40px;
    }
    .texty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .concert-text .time { margin-bottom: 12px; }
    .mobile-photo{ display: none; }
    .desktop-photo{ display: block; }
    .two-concerts .mobile-photo { display: none; }
    .two-concerts .desktop-photo { display: block; }
}
@media (max-width: 767px) {
    .day-concerts, .dunaj-gallery, .dole-gallery { padding-left: 8px; padding-right: 8px; }
    .texty { margin-top: 0px; }
    main { padding-bottom: 0px; }
    .single-text { padding-bottom: 0px; margin-bottom: 0; }
    .separator { display: none; }
}
@media (max-width: 690px) {
    .concert-img{
        height: auto;
    }
    .concert-box img{
        height: auto;
        width: 100%;
        position: static;
    }
}
@media (max-width: 560px) {
/*
    .concert-img{
        height: 300px;
    }
    .concert-box img{
        height: 100%;
        width: auto;
        position: absolute;
    }
*/
    main {
        padding-top: 55px;
    }
    .full-desc.active {
        top: 55px!important;
    }
    .mobile-nav {
        top: 2%;
        width: 30px;
        height: 20px;
        top: 18px;
    }
    .logo {
        height: 55px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .logo.scrolled-down {
        height: 55px;
    }
    .logo img {
        width: 95px;
    }
    .mobile-nav span:nth-child(2),
    .mobile-nav span:nth-child(3) {
        top: 8px;
    }
    .mobile-nav span:nth-child(4) {
        top: 16px;
    }
    .event{ width: 100%; max-width: 345px; margin: 0 auto; }
    .concert-text { padding-top: 15px; height: 95px; }
}
@media (max-width: 416px) {
    .mobile-photo { display: block; }
    .desktop-photo { display: none; }
    .three-concerts .concert-box:nth-child(3) .mobile-photo { display: block; }
    .three-concerts .concert-box:nth-child(3) .desktop-photo { display: none; }
    .two-concerts .mobile-photo { display: block; }
    .two-concerts .desktop-photo { display: none; }
}
@media (max-height: 400px) {
    .overlay nav a{
        margin-bottom: 5px;
        font-size: 15px;
    }
}