.owl-carousel,.owl-carousel .owl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative
}
.owl-carousel .animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    -webkit-animation-name:fadeOut;
    animation-name:fadeOut
}
@-webkit-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    -webkit-transition:height .5s ease-in-out;
    -moz-transition:height .5s ease-in-out;
    -ms-transition:height .5s ease-in-out;
    -o-transition:height .5s ease-in-out;
    transition:height .5s ease-in-out
}
.owl-carousel{
    display:none;
    width:100%;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel .owl-refresh .owl-item{
    display:none
}
.owl-carousel .owl-item{
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel .owl-item img{
    display:block;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item{
    -webkit-user-select:auto;
    -moz-user-select:auto;
    -ms-user-select:auto;
    user-select:auto
}
.owl-carousel .owl-grab{
    cursor:move;
    cursor:-webkit-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.no-js .owl-carousel{
    display:block
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    -webkit-transition:opacity .4s ease;
    -moz-transition:opacity .4s ease;
    -ms-transition:opacity .4s ease;
    -o-transition:opacity .4s ease;
    transition:opacity .4s ease
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url(owl.video.play.png) no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    -webkit-transition:scale .1s ease;
    -moz-transition:scale .1s ease;
    -ms-transition:scale .1s ease;
    -o-transition:scale .1s ease;
    transition:scale .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
    -webkit-transition:scale(1.3, 1.3);
    -moz-transition:scale(1.3, 1.3);
    -ms-transition:scale(1.3, 1.3);
    -o-transition:scale(1.3, 1.3);
    transition:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
    -webkit-transition:opacity .4s ease;
    -moz-transition:opacity .4s ease;
    -ms-transition:opacity .4s ease;
    -o-transition:opacity .4s ease;
    transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1
}
.lg-actions .lg-next,.lg-actions .lg-prev,.lg-sub-html,.lg-toolbar{
    background-color:rgba(0,0,0,0.45);
    z-index:1080
}
#lg-counter,.lg-outer .lg-video-cont{
    vertical-align:middle;
    display:inline-block
}
@font-face{
    font-family:lg;
    src:url(../js/lightGallery/fonts/lg.eot?n1z373);
    src:url(../js/lightGallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../js/lightGallery/fonts/lg.woff?n1z373) format("woff"),url(../js/lightGallery/fonts/lg.ttf?n1z373) format("truetype"),url(../js/lightGallery/fonts/lg.svg?n1z373#lg) format("svg");
    font-weight:400;
    font-style:normal
}
.lg-icon{
    font-family:lg;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.lg-actions .lg-next,.lg-actions .lg-prev{
    border-radius:2px;
    color:#999;
    cursor:pointer;
    display:block;
    font-size:22px;
    margin-top:-10px;
    padding:8px 10px 9px;
    position:absolute;
    top:50%
}
.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{
    pointer-events:none;
    opacity:.5
}
.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{
    color:#FFF
}
.lg-actions .lg-next{
    right:20px
}
.lg-actions .lg-next:before{
    content:"\e095"
}
.lg-actions .lg-prev{
    left:20px
}
.lg-actions .lg-prev:after{
    content:"\e094"
}
@-webkit-keyframes lg-right-end{
    0%,100%{
        left:0
    }
    50%{
        left:-30px
    }
}
@-moz-keyframes lg-right-end{
    0%,100%{
        left:0
    }
    50%{
        left:-30px
    }
}
@-ms-keyframes lg-right-end{
    0%,100%{
        left:0
    }
    50%{
        left:-30px
    }
}
@keyframes lg-right-end{
    0%,100%{
        left:0
    }
    50%{
        left:-30px
    }
}
@-webkit-keyframes lg-left-end{
    0%,100%{
        left:0
    }
    50%{
        left:30px
    }
}
@-moz-keyframes lg-left-end{
    0%,100%{
        left:0
    }
    50%{
        left:30px
    }
}
@-ms-keyframes lg-left-end{
    0%,100%{
        left:0
    }
    50%{
        left:30px
    }
}
@keyframes lg-left-end{
    0%,100%{
        left:0
    }
    50%{
        left:30px
    }
}
.lg-outer.lg-right-end .lg-object{
    -webkit-animation:lg-right-end .3s;
    -o-animation:lg-right-end .3s;
    animation:lg-right-end .3s;
    position:relative
}
.lg-outer.lg-left-end .lg-object{
    -webkit-animation:lg-left-end .3s;
    -o-animation:lg-left-end .3s;
    animation:lg-left-end .3s;
    position:relative
}
.lg-toolbar{
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.lg-toolbar .lg-icon{
    color:#999;
    cursor:pointer;
    float:right;
    font-size:24px;
    height:47px;
    line-height:27px;
    padding:10px 0;
    text-align:center;
    width:50px;
    text-decoration:none !important;
    outline:0
}
.lg-toolbar .lg-icon:hover{
    color:#FFF
}
.lg-toolbar .lg-close:after{
    content:"\e070"
}
.lg-toolbar .lg-download:after{
    content:"\e0f2"
}
.lg-sub-html{
    bottom:0;
    color:#EEE;
    font-size:16px;
    left:0;
    padding:10px 40px;
    position:fixed;
    right:0;
    text-align:center
}
.lg-sub-html h4{
    margin:0;
    font-size:13px;
    font-weight:700
}
.lg-sub-html p{
    font-size:12px;
    margin:5px 0 0
}
#lg-counter{
    color:#999;
    font-size:16px;
    padding-left:20px;
    padding-top:12px
}
.lg-next,.lg-prev,.lg-toolbar{
    opacity:1;
    -webkit-transition:-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition:-moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition:-o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition:transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s
}
.lg-hide-items .lg-prev{
    opacity:0;
    -webkit-transform:translate3d(-10px, 0, 0);
    transform:translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next{
    opacity:0;
    -webkit-transform:translate3d(10px, 0, 0);
    transform:translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar{
    opacity:0;
    -webkit-transform:translate3d(0, -10px, 0);
    transform:translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{
    -webkit-transform:scale3d(0.5, 0.5, 0.5);
    transform:scale3d(0.5, 0.5, 0.5);
    opacity:0;
    -webkit-transition:-webkit-transform 250ms ease 0s,opacity 250ms !important;
    -moz-transition:-moz-transform 250ms ease 0s,opacity 250ms !important;
    -o-transition:-o-transform 250ms ease 0s,opacity 250ms !important;
    transition:transform 250ms ease 0s,opacity 250ms !important;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1);
    opacity:1
}
.lg-outer .lg-thumb-outer{
    background-color:#0D0A0A;
    bottom:0;
    position:absolute;
    width:100%;
    z-index:1080;
    max-height:350px;
    -webkit-transform:translate3d(0, 100%, 0);
    transform:translate3d(0, 100%, 0);
    -webkit-transition:-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition:-moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition:-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition:transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{
    cursor:move;
    cursor:-webkit-grabbing;
    cursor:-moz-grabbing;
    cursor:-o-grabbing;
    cursor:-ms-grabbing;
    cursor:grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{
    -webkit-transition-duration:0s !important;
    transition-duration:0s !important
}
.lg-outer.lg-thumb-open .lg-thumb-outer{
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}
.lg-outer .lg-thumb{
    padding:10px 0;
    height:100%;
    margin-bottom:-5px
}
.lg-outer .lg-thumb-item{
    cursor:pointer;
    float:left;
    overflow:hidden;
    height:100%;
    border:2px solid #FFF;
    border-radius:4px;
    margin-bottom:5px
}
@media (min-width: 1025px){
    .lg-outer .lg-thumb-item{
        -webkit-transition:border-color .25s ease;
        -o-transition:border-color .25s ease;
        transition:border-color .25s ease
    }
}
.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{
    border-color:#a90707
}
.lg-outer .lg-thumb-item img{
    width:100%;
    height:100%
}
.lg-outer.lg-has-thumb .lg-item{
    padding-bottom:120px
}
.lg-outer.lg-can-toggle .lg-item{
    padding-bottom:0
}
.lg-outer.lg-pull-caption-up .lg-sub-html{
    -webkit-transition:bottom .25s ease;
    -o-transition:bottom .25s ease;
    transition:bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
    bottom:100px
}
.lg-outer .lg-toogle-thumb{
    background-color:#0D0A0A;
    border-radius:2px 2px 0 0;
    color:#999;
    cursor:pointer;
    font-size:24px;
    height:39px;
    line-height:27px;
    padding:5px 0;
    position:absolute;
    right:20px;
    text-align:center;
    top:-39px;
    width:50px
}
.lg-outer .lg-toogle-thumb:after{
    content:"\e1ff"
}
.lg-outer .lg-toogle-thumb:hover{
    color:#FFF
}
.lg-outer .lg-video-cont{
    max-width:1140px;
    max-height:100%;
    width:100%;
    padding:0 5px
}
.lg-outer .lg-video{
    width:100%;
    height:0;
    padding-bottom:56.25%;
    overflow:hidden;
    position:relative
}
.lg-outer .lg-video .lg-object{
    display:inline-block;
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important
}
.lg-outer .lg-video .lg-video-play{
    width:84px;
    height:59px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-42px;
    margin-top:-30px;
    z-index:1080;
    cursor:pointer
}
.lg-outer .lg-has-vimeo .lg-video-play{
    background:url(../js/lightGallery/img/vimeo-play.png) no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play{
    background:url(../js/lightGallery/img/vimeo-play.png) 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play{
    background:url(../js/lightGallery/img/video-play.png) no-repeat;
    height:64px;
    margin-left:-32px;
    margin-top:-32px;
    width:64px;
    opacity:.8
}
.lg-outer .lg-has-html5:hover .lg-video-play{
    opacity:1
}
.lg-outer .lg-has-youtube .lg-video-play{
    background:url(../js/lightGallery/img/youtube-play.png) no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play{
    background:url(../js/lightGallery/img/youtube-play.png) 0 -60px no-repeat
}
.lg-outer .lg-video-object{
    width:100% !important;
    height:100% !important;
    position:absolute;
    top:0;
    left:0
}
.lg-outer .lg-has-video .lg-video-object{
    visibility:hidden
}
.lg-outer .lg-has-video.lg-video-palying .lg-object,.lg-outer .lg-has-video.lg-video-palying .lg-video-play{
    display:none
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object{
    visibility:visible
}
.lg-progress-bar{
    background-color:#333;
    height:5px;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1080;
    opacity:0;
    -webkit-transition:opacity 80ms ease 0s;
    -moz-transition:opacity 80ms ease 0s;
    -o-transition:opacity 80ms ease 0s;
    transition:opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress{
    background-color:#a90707;
    height:5px;
    width:0
}
.lg-progress-bar.lg-start .lg-progress{
    width:100%
}
.lg-show-autoplay .lg-progress-bar{
    opacity:1
}
.lg-autoplay-button:after{
    content:"\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after{
    content:"\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
    -webkit-transition-duration:0s;
    transition-duration:0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
    -webkit-transition:-webkit-transform .3s ease 0s;
    -moz-transition:-moz-transform .3s ease 0s;
    -o-transition:-o-transform .3s ease 0s;
    transition:transform .3s ease 0s;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1);
    -webkit-transition:-webkit-transform 0.3s ease 0s,opacity 0.15s !important;
    -moz-transition:-moz-transform 0.3s ease 0s,opacity 0.15s !important;
    -o-transition:-o-transform 0.3s ease 0s,opacity 0.15s !important;
    transition:transform 0.3s ease 0s,opacity 0.15s !important;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden
}
#lg-zoom-in:after{
    content:"\e311"
}
#lg-zoom-out{
    opacity:.5;
    pointer-events:none
}
#lg-zoom-out:after{
    content:"\e312"
}
.lg-zoomed #lg-zoom-out{
    opacity:1;
    pointer-events:auto
}
.lg-outer .lg-pager-outer{
    bottom:60px;
    left:0;
    position:absolute;
    right:0;
    text-align:center;
    z-index:1080;
    height:10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{
    overflow:visible
}
.lg-outer .lg-pager-cont{
    cursor:pointer;
    display:inline-block;
    overflow:hidden;
    position:relative;
    vertical-align:top;
    margin:0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{
    opacity:1;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{
    box-shadow:0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont{
    background-color:#fff;
    color:#FFF;
    bottom:100%;
    height:83px;
    left:0;
    margin-bottom:20px;
    margin-left:-60px;
    opacity:0;
    padding:5px;
    position:absolute;
    width:120px;
    border-radius:3px;
    -webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;
    -moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;
    -o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;
    transition:opacity .15s ease 0s,transform .15s ease 0s;
    -webkit-transform:translate3d(0, 5px, 0);
    transform:translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img{
    width:100%;
    height:100%
}
.lg-outer .lg-pager{
    background-color:rgba(255,255,255,0.5);
    border-radius:50%;
    box-shadow:0 0 0 8px rgba(255,255,255,0.7) inset;
    display:block;
    height:12px;
    -webkit-transition:box-shadow .3s ease 0s;
    -o-transition:box-shadow .3s ease 0s;
    transition:box-shadow .3s ease 0s;
    width:12px
}
.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{
    box-shadow:0 0 0 8px #fff inset
}
.lg-outer .lg-caret{
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px dashed;
    bottom:-10px;
    display:inline-block;
    height:0;
    left:50%;
    margin-left:-5px;
    position:absolute;
    vertical-align:middle;
    width:0
}
.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{
    width:100%;
    height:100%
}
.lg-fullscreen:after{
    content:"\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after{
    content:"\e20d"
}
.group:after,.group:before{
    display:table;
    content:"";
    line-height:0
}
.group:after{
    clear:both
}
.lg-outer{
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    opacity:0;
    -webkit-transition:opacity .15s ease 0s;
    -o-transition:opacity .15s ease 0s;
    transition:opacity .15s ease 0s
}
.lg-outer *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.lg-outer.lg-visible{
    opacity:1
}
.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{
    -webkit-transition-duration:inherit !important;
    transition-duration:inherit !important;
    -webkit-transition-timing-function:inherit !important;
    transition-timing-function:inherit !important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{
    -webkit-transition-duration:0s !important;
    transition-duration:0s !important;
    opacity:1
}
.lg-outer.lg-grab img.lg-object{
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab
}
.lg-outer.lg-grabbing img.lg-object{
    cursor:move;
    cursor:-webkit-grabbing;
    cursor:-moz-grabbing;
    cursor:-o-grabbing;
    cursor:-ms-grabbing;
    cursor:grabbing
}
.lg-outer .lg{
    position:relative;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
    max-width:100%;
    max-height:100%
}
.lg-outer .lg-inner{
    position:absolute;
    left:0;
    top:0;
    white-space:nowrap
}
.lg-outer .lg-item{
    background:url(../js/lightGallery/img/loading.gif) center center no-repeat;
    display:none !important
}
.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{
    display:inline-block !important
}
.lg-outer .lg-img-wrap,.lg-outer .lg-item{
    display:inline-block;
    text-align:center;
    position:absolute;
    width:100%;
    height:100%
}
.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{
    content:"";
    display:inline-block;
    height:50%;
    width:1px;
    margin-right:-1px
}
.lg-outer .lg-img-wrap{
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding:0 5px
}
.lg-outer .lg-item.lg-complete{
    background-image:none
}
.lg-outer .lg-item.lg-current{
    z-index:1060
}
.lg-outer .lg-image{
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
    max-height:100%;
    width:auto !important;
    height:auto !important
}
.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{
    opacity:0;
    -webkit-transition:opacity .15s ease 0s;
    -o-transition:opacity .15s ease 0s;
    transition:opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{
    opacity:1
}
.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{
    display:none
}
.lg-backdrop{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1040;
    background-color:#000;
    opacity:0;
    -webkit-transition:opacity .15s ease 0s;
    -o-transition:opacity .15s ease 0s;
    transition:opacity .15s ease 0s
}
.lg-backdrop.in{
    opacity:1
}
.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{
    -webkit-transition:none 0s ease 0s !important;
    -moz-transition:none 0s ease 0s !important;
    -o-transition:none 0s ease 0s !important;
    transition:none 0s ease 0s !important
}
.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden
}
.lg-css3.lg-fade .lg-item{
    opacity:0
}
.lg-css3.lg-fade .lg-item.lg-current{
    opacity:1
}
.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{
    -webkit-transition:opacity .1s ease 0s;
    -moz-transition:opacity .1s ease 0s;
    -o-transition:opacity .1s ease 0s;
    transition:opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item{
    opacity:0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
    -webkit-transform:translate3d(-100%, 0, 0);
    transform:translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{
    -webkit-transform:translate3d(100%, 0, 0);
    transform:translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    opacity:1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
    -webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
    -moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
    -o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
    transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item{
    opacity:0;
    position:absolute;
    left:0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
    left:-100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{
    left:100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
    left:0;
    opacity:1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
    -webkit-transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
    -moz-transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
    -o-transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
    transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s
}
*{
    margin:0;
    padding:0;
    text-align:left;
    text-decoration:none;
    font-family:Arial;
    font-weight:normal;
    font-size:12px;
    line-height:14px;
    letter-spacing:normal;
    color:#333;
    outline:medium none;
    user-select:none;
    -webkit-font-smoothing:antialiased;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-tap-highlight-color:transparent
}
*:before,*:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
img{
    border:0
}
a{
    cursor:pointer
}
a:hover,a:focus{
    text-decoration:none;
    outline:none
}
ul{
    list-style:none
}
input,textarea{
    line-height:normal;
    border:0;
    border-radius:0;
    cursor:pointer;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none
}
input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{
    margin:0;
    -webkit-appearance:none
}
input[type=number]{
    -moz-appearance:textfield
}
textarea{
    overflow:auto;
    resize:none
}
.clearfix:before,.clearfix:after{
    content:'';
    display:table
}
.clearfix:after{
    clear:both
}
.fade{
    opacity:0;
    -webkit-transition:opacity 0.3s ease-in-out;
    -o-transition:opacity 0.3s ease-in-out;
    transition:opacity 0.3s ease-in-out
}
.fade.in{
    opacity:1
}
.hide{
    display:none !important
}
.show{
    display:block !important
}
.modal-open{
    overflow:hidden
}
.modal{
    display:none;
    overflow:hidden;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    -webkit-overflow-scrolling:touch;
    outline:0
}
.modal.fade .modal-dialog{
    -webkit-transition:-webkit-transform 0.3s ease-in-out;
    -moz-transition:-moz-transform 0.3s ease-in-out;
    -o-transition:-o-transform 0.3s ease-in-out;
    transition:transform 0.3s ease-in-out
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:0 auto
}
.modal-content{
    position:relative;
    background-color:#FFF;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#333
}
.modal-backdrop.fade{
    opacity:0;
    filter:alpha(opacity=0)
}
.modal-backdrop.in{
    opacity:0.9;
    filter:alpha(opacity=90)
}
.roboto_light,.mainTextBox p,.mainTextBox ul li,.mainTextBox ol li,.mainTextBox a:not(.btn),.programsList2 .descriptionBox h3,.galleriesList .descriptionBox h3,.offersList .descriptionBox h3,.timeList span,.timeBox span,.timeBox p,.modalTitleBox h3,.chbLabel,.cc_container .cc_message,#lg-counter,#lg-counter-current,#lg-counter-all{
    font-family:"Roboto";
    font-weight:300
}
.roboto_regular,.newsHeader time,.newsHeader span,.locationsHeader time,.locationsHeader span{
    font-family:"Roboto";
    font-weight:400
}
.roboto_medium,.languagesMenu a,.programsList .descriptionBox h3,.programsList .descriptionBox h2,.programsList .descriptionBox p,.btn,.copyright,.infoBox>a,.infoBox span,.timeList p,.inputBox label:not(.chbLabel),.chbLabel a,.cc_container .cc_btn{
    font-family:"Roboto";
    font-weight:500
}
.roboto_bold,.titleBox h1,.mainTextBox strong,.downloadsList h3,.downloadsInnerList p,.programsList2 .descriptionBox h2,.galleriesList .descriptionBox h2,.offersList .descriptionBox h2{
    font-family:"Roboto";
    font-weight:700
}
.roboto_black,.mobileHeaderNav .menu>li>a,.mainHeaderNav a,.mainFooterNav a,.daysList a,.yearsList a,.filtersList a,.errorMsg{
    font-family:"Roboto";
    font-weight:900
}
.robotoslab_regular{
    font-family:"Roboto Slab";
    font-weight:400
}
.robotoslab_bold,.newsHeader h3,.locationsHeader h3,.mainTextBox h1,.mainTextBox h2,.mainTextBox h3,.mainTextBox h4,.mainTextBox h5,.mainTextBox h6,.subTitleBox h1,.modalTitleBox h2{
    font-family:"Roboto Slab";
    font-weight:700
}
@font-face{
    font-family:'zsolnayfesztival';
    src:url("/static/fonts/icomoon.eot?3v54ah");
    src:url("/static/fonts/icomoon.eot?3v54ah#iefix") format("embedded-opentype"),url("/static/fonts/icomoon.ttf?3v54ah") format("truetype"),url("/static/fonts/icomoon.woff?3v54ah") format("woff"),url("/static/fonts/icomoon.svg?3v54ah#icomoon") format("svg");
    font-weight:normal;
    font-style:normal
}
[class^="icon-"],[class*=" icon-"]{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-family:'zsolnayfesztival' !important;
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-instagram:before{
    content:"\e900"
}
.icon-check:before{
    content:"\e901"
}
.icon-facebook:before{
    content:"\e902"
}
.icon-close:before{
    content:"\e903"
}
.icon-browser:before{
    content:"\e904"
}
.icon-attachment:before{
    content:"\e905"
}
.icon-arrowRight:before{
    content:"\e906"
}
.icon-arrowLeft:before{
    content:"\e907"
}
.icon-youtube:before{
    content:"\e908"
}
.icon-arrowDown:before{
    content:"\e909"
}
.icon-upsolutionLogo:before{
    content:"\e90a"
}
body{
    position:relative;
    display:block;
    width:100%
}
body.out{
    position:fixed
}
body.out .mobileHeaderNav{
    right:0
}
body.out #wrapper,body.out #videoSection,body.out #titleSection{
    right:320px
}
/* zsolt */
.preloader{
    overflow:hidden;
    z-index:3;
    position:fixed;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100vh;
    background-color:#012836
}
.preloader .imgBox{
    position:absolute;
    top:50%;
    left:50%;
    display:block;
    width:212px;
    height:230px;
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
.preloader .imgBox img{
    opacity:1;
    position:absolute;
    top:0;
    left:0;
    display:block;
    height:100%;
    -webkit-transition:opacity .5s ease-in-out;
    -moz-transition:opacity .5s ease-in-out;
    -ms-transition:opacity .5s ease-in-out;
    -o-transition:opacity .5s ease-in-out;
    transition:opacity .5s ease-in-out
}
.preloader .imgBox img.colorful{
    opacity:0
}
.preloader.active .imgBox img{
    opacity:0
}
.preloader.active .imgBox img.colorful{
    opacity:1
}
.mobileHeaderNav{
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
    z-index:3;
    position:fixed;
    top:0;
    right:-320px;
    display:none;
    width:320px;
    height:100%;
    padding:40px;
    text-align:right;
    background-color:#012836;
    box-shadow:0px 10px 30px 0px rgba(0,0,0,0.1);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.mobileHeaderNav .menu>li{
    display:block;
    margin-bottom:40px;
    text-align:right
}
.mobileHeaderNav .menu>li>a{
    display:inline-block;
    text-transform:uppercase;
    font-size:16px;
    line-height:24px;
    color:#FFF;
    -webkit-transition:color .3s ease-in-out;
    -moz-transition:color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.mobileHeaderNav .menu>li:last-child{
    margin-bottom:0
}
.mobileHeaderNav .menu>li.active>a{
/*    color:#ce3e59 */
    color:#2ba471
}
.close{
    display:inline-block;
    margin-bottom:50px
}
.close i{
    font-size:25px;
    color:#FFF
}
#wrapper{
    overflow-x:hidden;
    position:relative;
    right:0;
    display:block;
    width:100%;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.container{
    display:inline-block;
    width:1000px
}
#mainHeader{
    z-index:2;
    position:fixed;
    top:30px;
    left:20px
}
#mainHeader.absolute{
    position:absolute;
    top:auto
}
.logo{
    position:relative;
    display:none;
    height:230px
}
.logo img{
    opacity:1;
    position:absolute;
    top:0;
    left:0;
    display:block;
    height:100%;
    -webkit-transition:opacity 1s ease-in-out;
    -moz-transition:opacity 1s ease-in-out;
    -ms-transition:opacity 1s ease-in-out;
    -o-transition:opacity 1s ease-in-out;
    transition:opacity 1s ease-in-out
}
.logo img.colorful{
    opacity:0
}
.logo:hover img{
    opacity:0
}
.logo:hover img.colorful{
    opacity:1
}
.logo.hu{
    width:403px
}
.logo.en{
    width:394px
}
.mainHeaderNav{
    margin:50px 0 0 145px
}
.mainHeaderNav li:nth-child(n+2){
    margin-top:-1px
}
.mainHeaderNav li.active a{
/*    background-color:#ce3e59 */
    background-color:#2ba471
}
.mainHeaderNav a{
    display:inline-block;
    padding:8px 20px 7px;
    text-transform:uppercase;
    font-size:25px;
    line-height:27px;
    color:#FFF;
    background-color:transparent;
    border:1px solid #FFF;
    -webkit-transition:background-color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}
.mainHeaderNav a:hover{
/*    background-color:#ce3e59  */
    background-color:#2ba471
}
.socialMenu a{
    display:block;
    width:50px;
    height:50px;
    padding-top:11px;
    text-align:center;
    background-color:rgba(0,0,0,0.4);
    -webkit-transition:background-color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}
.socialMenu a i{
    color:#FFF
}
.socialMenu a i.icon-facebook{
    font-size:28px
}
.socialMenu a i.icon-youtube{
    margin-top:4px;
    font-size:20px
}
.socialMenu a i.icon-instagram{
    margin-top:2px;
    font-size:24px
}
.socialMenu:not(.mobile){
    z-index:2;
    position:fixed;
    bottom:75px;
    left:11px
}
.socialMenu:not(.mobile) li{
    margin-bottom:4px
}
.socialMenu:not(.mobile) li:last-child{
    margin-bottom:0
}
.socialMenu:not(.mobile) a:hover{
    background-color:rgba(43, 164, 113, 0.5); /* 2025 */
}
.socialMenu.mobile{
    display:none;
    margin-top:42px;
    text-align:right
}
.socialMenu.mobile li{
    display:inline-block;
    margin-right:4px
}
.socialMenu.mobile li:last-child{
    margin-right:0
}
.languagesMenu li{
    float:left;
    margin-right:15px;
    padding-right:15px;
    border-right:1px solid #FFF
}
.languagesMenu li:last-child{
    margin-right:0;
    padding-right:0;
    border-right:none
}
.languagesMenu li.active a{
    color:#2ba471; /* 2025 */
}
.languagesMenu a{
    text-transform:uppercase;
    font-size:12px;
    line-height:14px;
    color:#FFF;
    -webkit-transition:color .3s ease-in-out;
    -moz-transition:color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.languagesMenu a:hover{
    color:#2ba471; /* 2025 */
}
.languagesMenu:not(.mobile){
    z-index:2;
    position:absolute;
    top:30px;
    right:40px
}
.languagesMenu.mobile{
    display:none;
    margin-top:50px;
    text-align:right
}
.languagesMenu.mobile li{
    float:none;
    display:inline-block
}
.menuOpen{
    z-index:2;
    position:absolute;
    top:113px;
    right:40px;
    display:none;
    width:34px;
    height:25px;
    padding-top:9px;
    text-align:center
}
.menuOpen span{
    position:relative;
    display:inline-block;
    width:100%;
    height:5px;
    vertical-align:top;
    background-color:#2ba471; /* 2025 */
}
.menuOpen span:before,.menuOpen span:after{
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    background-color:inherit;
    border-radius:inherit;
    content:""
}
.menuOpen span:before{
    top:-10px
}
.menuOpen span:after{
    bottom:-10px
}
.menuClose{
    z-index:2;
    position:absolute;
    top:0;
    left:0;
    display:none;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7)
}
#videoSection{
    position:fixed;
    top:0;
    right:0;
    display:block;
    width:100%;
    height:100%;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
#videoSection .imgBox{
    display:none;
    width:100%;
    height:100%
}
#videoSection .imgBox:before,#videoSection .imgBox:after{
    z-index:1;
    position:absolute;
    top:0;
    display:block;
    height:100%;
    content:""
}
#videoSection .imgBox:before{
    left:0;
    width:30%;
    background:linear-gradient(to right, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0.7) 50%, transparent 100%)
}
#videoSection .imgBox:after{
    right:0;
    width:50%;
    background:linear-gradient(to left, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0.7) 50%, transparent 100%)
}
#videoSection .imgBox img{
    position:relative;
    left:50%;
    display:block;
    height:100%;
    -moz-transform:translate(-50%, 0);
    -o-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    -webkit-transform:translate(-50%, 0);
    transform:translate(-50%, 0)
}
.videoBox{
    display:block;
    width:100%;
    height:100%;
    background-color:#000
}
.videoBox:before,.videoBox:after{
    z-index:1;
    position:fixed;
    top:0;
    display:block;
    height:100%;
    content:""
}
.videoBox:before{
    left:0;
    width:30%;
    background:linear-gradient(to right, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0.7) 50%, transparent 100%)
}
.videoBox:after{
    right:0;
    width:50%;
    background:linear-gradient(to left, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0.7) 50%, transparent 100%)
}
.videoBox video{
    position:relative;
    top:50%;
    display:block;
    width:100%;
    pointer-events:none;
    -moz-transform:translate(0, -50%);
    -o-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    -webkit-transform:translate(0, -50%);
    transform:translate(0, -50%)
}
.arrows{
    z-index:2;
    position:absolute;
    bottom:70px;
    left:50%;
    display:inline-block;
    -moz-transform:translate(-50%, 0);
    -o-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    -webkit-transform:translate(-50%, 0);
    transform:translate(-50%, 0)
}
.arrows i{
    display:block;
    font-size:28px;
    color:#FFF
}
.arrows i:first-child{
    opacity:0.5;
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.arrows:hover i:first-child{
    opacity:1
}
.programsAside{
    z-index:2;
    position:absolute;
    top:110px;
    right:40px;
    width:460px
}
.programsAside i{
    position:absolute;
    font-size:45px;
    color:rgba(255,255,255,0.5);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.programsAside i.icon-arrowLeft{
    right:calc(100% - 14px);
    bottom:calc(100% - 21px)
}
.programsAside i.icon-arrowRight{
    top:calc(100% - 21px);
    left:calc(100% - 14px)
}
.titleBox{
    z-index:2;
    position:absolute;
    top:-17px;
    right:4px
}
.titleBox h1{
    text-transform:uppercase;
    font-size:32px;
    line-height:34px;
    color:#FFF
}
.programsList li{
    margin-bottom:4px
}
.programsList li:last-child{
    margin-bottom:0
}
.programsList a{
    display:table;
    width:100%;
    height:150px;
    padding:20px 50px;
    background-color:rgba(0,0,0,0.4);
    -webkit-transition:background-color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}
.programsList a:hover{
    background-color:rgba(43, 164, 113, 0.5); /* 2025 */
}
.programsList .imgBox{
    overflow:hidden;
    float:left;
    width:150px;
    margin-right:25px;
    border-radius:50%
}
.programsList .imgBox img{
    display:block;
    width:100%;
    border-radius:50%
}
.programsList .descriptionBox{
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align:middle
}
.programsList .descriptionBox h3,.programsList .descriptionBox h2,.programsList .descriptionBox p{
    color:#FFF
}
.programsList .descriptionBox h3{
    text-transform:uppercase;
    font-size:14px;
    line-height:22px
}
.programsList .descriptionBox h2{
    text-transform:uppercase;
    font-size:18px;
    line-height:26px
}
.programsList .descriptionBox p{
    font-size:12px;
    line-height:20px
}
.programsList .descriptionBox p span,.programsList .descriptionBox p time{
    font-family:inherit;
    font-weight:inherit;
    font-size:inherit;
    line-height:inherit;
    color:inherit
}
#newsSection{
    padding:170px 40px 170px 0;
    text-align:right;
    background:url(/static/images/news-background.png) no-repeat center center;
    background-size:cover
}
.newsList li,.locationsList li{
    margin-bottom:4px
}
.newsList li:last-child,.locationsList li:last-child{
    margin-bottom:0
}
.newsList li.active .newsHeader,.newsList li.active .locationsHeader,.locationsList li.active .newsHeader,.locationsList li.active .locationsHeader{
    background-color:rgba(43, 164, 113, 0.8); /* 2025 */
    pointer-events:none
}
.newsList li.active .newsHeader .contentLeft .imgBox:after,.newsList li.active .locationsHeader .contentLeft .imgBox:after,.locationsList li.active .newsHeader .contentLeft .imgBox:after,.locationsList li.active .locationsHeader .contentLeft .imgBox:after{
    background-color:rgba(43, 164, 113, 0.7); /* 2025 */
}
.newsList .content,.locationsList .content{
    display:none;
    padding-top:4px
}
.newsList .content .imgBox,.locationsList .content .imgBox{
    float:left;
    width:248px;
    margin-right:2px
}
.newsList .content .imgBox img,.locationsList .content .imgBox img{
    display:block;
    width:100%
}
.newsList .content .mainTextBox,.locationsList .content .mainTextBox{
    float:left;
    width:calc(100% - 252px);
    min-height:248px;
    margin-left:2px;
    padding:40px;
    background-color:rgba(0,0,0,0.4)
}
.newsList .content .btn,.locationsList .content .btn{
    margin-top:30px
}
.newsHeader,.locationsHeader{
    display:block;
    /* background-color:rgba(43, 164, 113, 0.6); 2025 */
    background:linear-gradient(to right, rgba(43, 164, 113, 0.6), rgba(43, 164, 162, 0.6)); /* 2025 */
    cursor:pointer;
    -webkit-transition:background-color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}
.newsHeader .contentLeft,.locationsHeader .contentLeft{
    float:left;
    position:relative;
    display:table;
    width:250px;
    padding:10px 20px
}
.newsHeader .contentLeft .imgBox,.locationsHeader .contentLeft .imgBox{
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%
}
.newsHeader .contentLeft .imgBox:after,.locationsHeader .contentLeft .imgBox:after{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(43, 164, 113, 0.6); /* 2025 */
    content:"";
    -webkit-transition:background-color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}
.newsHeader .contentLeft .imgBox img,.locationsHeader .contentLeft .imgBox img{
    position:relative;
    top:50%;
    display:block;
    width:100%;
    -moz-transform:translate(0, -50%);
    -o-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    -webkit-transform:translate(0, -50%);
    transform:translate(0, -50%)
}
.newsHeader .contentRight,.locationsHeader .contentRight{
    float:left;
    display:table;
    width:calc(100% - 250px);
    padding:10px 40px
}
.newsHeader time,.newsHeader span,.newsHeader h3,.locationsHeader time,.locationsHeader span,.locationsHeader h3{
    display:table-cell;
    height:100%;
    vertical-align:middle;
    text-transform:uppercase;
    line-height:28px;
    color:#FFF
}
.newsHeader time,.newsHeader span,.locationsHeader time,.locationsHeader span{
    z-index:1;
    position:relative;
    text-align:right;
    font-size:18px
}
.newsHeader h3,.locationsHeader h3{
    font-size:20px;
    letter-spacing:1px
}
.newsHeader:hover,.locationsHeader:hover{
    background-color:rgba(43, 164, 113, 0.8); /* 2025 */
}
.newsHeader:hover .contentLeft .imgBox:after,.locationsHeader:hover .contentLeft .imgBox:after{
    background-color:rgba(43, 164, 113, 0.7); /* 2025 */
}
.mainTextBox{
    display:block;
    margin-bottom:30px
}
.mainTextBox h1,.mainTextBox h2,.mainTextBox h3,.mainTextBox h4,.mainTextBox h5,.mainTextBox h6{
    margin-bottom:25px;
    color:#FFF
}
.mainTextBox h1{
    text-transform:uppercase;
    font-size:48px;
    line-height:56px
}
.mainTextBox h2{
    font-size:40px;
    line-height:48px
}
.mainTextBox h3{
    font-size:32px;
    line-height:40px
}
.mainTextBox h4{
    font-size:28px;
    line-height:36px
}
.mainTextBox h5{
    font-size:24px;
    line-height:32px
}
.mainTextBox h6{
    font-size:20px;
    line-height:28px
}
.mainTextBox p,.mainTextBox ul li,.mainTextBox ol li,.mainTextBox a:not(.btn){
    font-size:16px;
    line-height:26px;
    color:#FFF
}
.mainTextBox p,.mainTextBox hr{
    margin-bottom:25px
}
.mainTextBox strong{
    font-size:inherit;
    line-height:inherit;
    color:inherit
}
.mainTextBox em,.mainTextBox span{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
    color:inherit
}
.mainTextBox em{
    font-style:italic
}
.mainTextBox ul,.mainTextBox ol{
    margin-bottom:25px
}
.mainTextBox ul li,.mainTextBox ol li{
    position:relative;
    padding-left:26px
}
.mainTextBox ul li:before,.mainTextBox ol li:before{
    position:absolute;
    left:0;
    display:block;
    width:6px
}
.mainTextBox ul li:before{
    top:9px;
    height:6px;
    background-color:#2ba471; /* 2025 */
    border-radius:50%;
    content:""
}
.mainTextBox ol{
    list-style:none;
    counter-reset:li
}
.mainTextBox ol li{
    list-style-position:outside;
    counter-increment:li
}
.mainTextBox ol li:before{
    top:0;
    color:#2ba471; /* 2025 */
    content:counter(li)
}
.mainTextBox a:not(.galleryPager):not(.btn){
    position:relative;
    padding-bottom:2px;
    -webkit-transition:color .3s ease-in-out;
    -moz-transition:color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.mainTextBox a:not(.galleryPager):not(.btn):after{
    position:absolute;
    top:100%;
    left:0;
    display:block;
    width:100%;
    height:1px;
    background-color:#FFF;
    content:'';
    -webkit-transition:background-color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}
.mainTextBox a:not(.galleryPager):not(.btn) img{
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.mainTextBox a:not(.galleryPager):not(.btn) img:hover{
    opacity:0.3
}
.mainTextBox a:not(.galleryPager):not(.btn):hover{
    color:#2ba471 !important /* 2025 */
}
.mainTextBox a:not(.galleryPager):not(.btn):hover:after{
    background-color:#2ba471 !important /* 2025 */
}
.mainTextBox hr{
    height:1px;
    background-color:#FFF;
    border:none
}
.mainTextBox img{
    display:block;
    max-width:100%
}
.mainTextBox iframe{
    display:block;
    width:100%
}
.mainTextBox:last-of-type{
    margin-bottom:0
}
.mainTextBox.successTextBox{
    display:none
}
.mainTextBox.distanceDown{
    margin-bottom:30px
}
.mainTextBox.distanceUp{
    margin-top:30px
}
.btn{
    display:inline-block;
    height:44px;
    padding:14px 20px 0;
    text-align:center;
    text-transform:uppercase;
    font-size:14px;
    line-height:16px;
    color:#FFF;
    background-color:transparent;
    border:1px solid #FFF;
    -webkit-transition:background-color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}
.btn:hover{
    background-color:#2ba471 !important /* 2025 */
}
.videoWrapper{
    overflow:hidden;
    position:relative;
    max-width:100%;
    height:0;
    padding-bottom:56.25%
}
.videoWrapper iframe,.videoWrapper object,.videoWrapper embed{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background-color:#000;
    border:none
}
.btGalleryBox .mainImgContainer{
    overflow:hidden;
    position:relative
}
.btGalleryBox .mainImgContainer .mainImgBox{
    float:left;
    position:relative
}
.btGalleryBox .thumbContainer{
    overflow:hidden;
    position:relative
}
.btGalleryBox .thumbContainer .thumbImgBox{
    float:left;
    position:relative
}
.btGalleryBox .thumbContainer .thumbImgBox:after{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(43, 164, 113, 0.5); /* 2025 */
    cursor:pointer;
    content:'';
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.btGalleryBox .thumbContainer .thumbImgBox.active:after{
    opacity:1
}
.btGalleryBox img{
    width:100%;
    margin-bottom:0;
    height:auto;
    cursor:pointer
}
.galleryPager{
    z-index:10;
    position:absolute;
    top:50%;
    display:block;
    -moz-transform:translate(0, -50%);
    -o-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    -webkit-transform:translate(0, -50%);
    transform:translate(0, -50%)
}
.galleryPager.prev{
    left:30px
}
.galleryPager.next{
    right:30px
}
.galleryPager i{
    font-size:26px;
    color:#FFF;
    -webkit-transition:color .3s ease-in-out;
    -moz-transition:color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.galleryPager:hover i{
    color:rgba(255,255,255,0.5)
}
#partnersSection{
    height:180px;
    text-align:center;
    background:linear-gradient(to right, #012836, #1d4858); /* 2025 */
}
#partnersSection .container{
    padding-top:15px
}
#partnersSection.main{
    background:linear-gradient(to right, rgba(1, 40, 54, 0.8), rgba(29, 72, 88, 0.8)); /* 2025 */
}
.partnersItem{
    display:table;
    table-layout:fixed;
    height:150px;
    margin:0 auto
}
.partnersItem .imgBox{
    opacity:1;
    display:table-cell;
    width:100%;
    height:100%;
    padding:0 20px;
    vertical-align:middle;
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.partnersItem .imgBox img{
    display:block;
    max-width:100%;
    max-height:100px
}
.partnersItem:hover .imgBox{
    opacity:0.3
}
/* zsolt */
#mainFooter{
    position:relative;
    height:100px;
    padding-top:41px;
    text-align:center;
    background-color:#012836
}
.copyright{
    position:absolute;
    top:50%;
    left:70px;
    text-transform:uppercase;
    font-size:12px;
    line-height:14px;
    color:#FFF;
    -moz-transform:translate(0, -50%);
    -o-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    -webkit-transform:translate(0, -50%);
    transform:translate(0, -50%)
}
.copyright br{
    display:none
}
.mainFooterNav{
    display:inline-block
}
.mainFooterNav li{
    float:left;
    margin-right:45px
}
.mainFooterNav li:last-child{
    margin-right:0
}
.mainFooterNav li.active a{
    color:#2ba471; /* 2025 */
}
.mainFooterNav a{
    display:inline-block;
    text-transform:uppercase;
    font-size:15px;
    line-height:18px;
    color:#FFF;
    -webkit-transition:color .3s ease-in-out;
    -moz-transition:color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.mainFooterNav a:hover{
    color:#2ba471; /* 2025 */
}
.upsolutionLogo,.award{
    position:absolute;
    top:50%;
    display:block;
    -moz-transform:translate(0, -50%);
    -o-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    -webkit-transform:translate(0, -50%);
    transform:translate(0, -50%)
}
.upsolutionLogo{
    right:40px
}
.upsolutionLogo i{
    font-size:20px;
    color:#FFF;
    -webkit-transition:color .3s ease-in-out;
    -moz-transition:color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.upsolutionLogo:hover i{
    color:#2ba471; /* 2025 */
}
.award{
    right:114px;
    height:60px
}
.award img{
    display:block;
    height:100%;
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.award:hover img{
    opacity:0.3
}
#titleSection{
    position:fixed;
    top:0;
    right:0;
    display:block;
    width:100%;
    height:100%;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
#titleSection .imgBox{
    display:block;
    width:100%;
    height:100%
}
#titleSection .imgBox img{
    position:relative;
    top:50%;
    left:50%;
    display:block;
    min-width:100%;
    min-height:100%;
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
#titleSection:not(.program){
    background:linear-gradient(to right, #012836, #1d4858); /* 2025 */
}
#titleSection.program :after{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background:linear-gradient(to right, rgba(1, 40, 54, 0.8), rgba(29, 72, 88, 1)); /* 2025 */
    content:""
}
.subTitleBox{
    margin-bottom:35px
}
.subTitleBox h1{
    position:relative;
    left:12px;
    display:inline;
    padding-bottom:3px;
    text-transform:uppercase;
    font-size:48px;
    line-height:70px;
    color:#FFF;
    background-color:rgba(0,0,0,0.8);
    box-decoration-break:clone;
    box-shadow:12px 0 0 rgba(0,0,0,0.8),-12px 0 0 rgba(0,0,0,0.8)
}
.infoBox{
    margin-top:3px
}
.infoBox>a,.infoBox span{
    float:left;
    margin-right:4px;
    padding:10px 12px;
    font-size:14px;
    line-height:16px;
    color:#FFF;
    background-color:rgba(0,0,0,0.8)
}
.infoBox>a{
    -webkit-transition:background-color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}
.infoBox>a:last-of-type{
    margin-right:0
}
.infoBox>a:hover{
    background-color:rgba(43, 164, 113, 0.8); /* 2025 */
}
.socialList{
    float:left;
    margin-left:4px
}
.socialList li{
    float:left;
    margin-right:4px
}
.socialList li:last-child{
    margin-right:0
}
.socialList a{
    position:relative;
    display:block;
    width:36px;
    height:36px;
    padding-top:7px;
    text-align:center;
    -webkit-transition:background-color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}
.socialList a:after{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2);
    content:"";
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.socialList a.browser{
    background-color:rgba(153,153,153,0.8)
}
.socialList a.browser i{
    margin-top:1px;
    font-size:20px
}
.socialList a.facebook{
    background-color:rgba(153, 59, 106, 0.8); /* 2025 */
}
.socialList a.facebook i{
    font-size:21px
}
.socialList a.youtube{
    background-color:rgba(205,32,31,0.8);
}
.socialList a.youtube i{
    margin-top:3px;
    font-size:16px
}
.socialList a.instagram{
    background-color:rgba(228,64,95,0.8);
}
.socialList a.instagram i{
    margin-top:1px;
    font-size:20px
}
.socialList a i{
    z-index:1;
    color:#FFF
}
.socialList a:hover:after{
    opacity:1
}
.downloadsList{
    margin-top:40px
}
.downloadsList h3{
    margin-bottom:13px;
    text-transform:uppercase;
    font-size:17px;
    line-height:25px;
    color:#FFF
}
.downloadsList>li{
    margin-bottom:40px
}
.downloadsList>li:last-child{
    margin-bottom:0
}
.downloadsInnerList,.programsList2,.galleriesList,.galleryList,.offersList{
    width:calc(100% + 4px)
}
.downloadsInnerList li,.programsList2 li,.galleriesList li,.galleryList li,.offersList li{
    float:left;
    margin:4px 4px 0 0
}
.downloadsInnerList li:last-child,.programsList2 li:last-child,.galleriesList li:last-child,.galleryList li:last-child,.offersList li:last-child{
    margin-right:0
}
.downloadsInnerList a,.programsList2 a,.galleriesList a,.galleryList a,.offersList a{
    position:relative;
    display:block
}
.downloadsInnerList li{
    width:calc(20% - 4px)
}
.downloadsInnerList i{
    position:absolute;
    top:20px;
    left:20px;
    font-size:34px;
    color:#FFF
}
.downloadsInnerList a{
    background-color:rgba(46, 0, 16, 0.8);
    -webkit-transition:background-color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}
.downloadsInnerList a:hover{
    background-color:rgba(43, 164, 113, 0.8); /* 2025 */
}
.downloadsInnerList p{
    position:absolute;
    max-width:calc(100% - 40px);
    bottom:15px;
    left:20px;
    text-transform:uppercase;
    font-size:12px;
    line-height:20px;
    color:#FFF
}
#programsSection .subTitleBox,#galleriesSection .subTitleBox{
    display:none
}
.daysList li,.yearsList li,.filtersList li{
    float:left;
    margin-top:-1px
}
.daysList li:first-child,.yearsList li:first-child,.filtersList li:first-child{
    margin-left:-1px
}
.daysList li:nth-child(n+2),.yearsList li:nth-child(n+2),.filtersList li:nth-child(n+2){
    margin-left:-1px
}
.daysList li.active a,.yearsList li.active a,.filtersList li.active a{
    color:#55233a;
    background-color:#FFF
}
.daysList a,.yearsList a,.filtersList a{
    display:inline-block;
    padding:8px 20px 6px;
    text-transform:uppercase;
    color:#FFF;
    background-color:transparent;
    border:1px solid #FFF;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.daysList a:hover,.yearsList a:hover,.filtersList a:hover{
    color:#552339;
    background-color:#FFF
}
.daysList,.yearsList{
    margin-top:20px
}
.daysList a,.yearsList a{
    font-size:24px;
    line-height:26px
}
.filtersList{
    margin:1px 0 40px
}
.filtersList li{
    position:relative;
    top:-1px
}
.filtersList a{
    line-height:18px
}
.filtersList a.locationTag{
    font-size:13px
}
.filtersList a:not(.locationTag){
    font-size:16px
}
.programsList2 li,.galleriesList li,.offersList li{
    width:calc(25% - 4px)
}
.programsList2 a:before,.programsList2 a:after,.galleriesList a:before,.galleriesList a:after,.offersList a:before,.offersList a:after{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    content:""
}
.programsList2 a:before,.galleriesList a:before,.offersList a:before{
    background:linear-gradient(to bottom, transparent 0%, transparent 1%, #000 100%)
}
.programsList2 a:after,.galleriesList a:after,.offersList a:after{
    opacity:0;
    z-index:1;
    background:linear-gradient(to bottom, rgba(181, 83, 108, 0) 0%, rgba(181, 83, 119, 0) 1%, #2ba471 100%); /* 2025 */
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.programsList2 a:hover:after,.galleriesList a:hover:after,.offersList a:hover:after{
    opacity:1
}
.programsList2 .imgBox,.galleriesList .imgBox,.offersList .imgBox{
    display:block
}
.programsList2 .imgBox img,.galleriesList .imgBox img,.offersList .imgBox img{
    display:block;
    width:100%
}
.programsList2 .descriptionBox,.galleriesList .descriptionBox,.offersList .descriptionBox{
    z-index:2;
    position:absolute;
    max-width:calc(100% - 40px);
    bottom:12px;
    left:20px
}
.programsList2 .descriptionBox h2,.programsList2 .descriptionBox h3,.galleriesList .descriptionBox h2,.galleriesList .descriptionBox h3,.offersList .descriptionBox h2,.offersList .descriptionBox h3{
    text-transform:uppercase;
    color:#FFF
}
.programsList2 .descriptionBox h3,.galleriesList .descriptionBox h3,.offersList .descriptionBox h3{
    font-size:14px;
    line-height:22px
}
.programsList2 .descriptionBox h2,.galleriesList .descriptionBox h2{
    font-size:18px;
    line-height:26px
}
.programsList2 .descriptionBox h3 span,.programsList2 .descriptionBox h3 time,.galleriesList .descriptionBox h3 span,.galleriesList .descriptionBox h3 time{
    font-family:inherit;
    font-weight:inherit;
    font-size:inherit;
    line-height:inherit;
    color:inherit
}
.offersList .descriptionBox h2{
    font-size:22px;
    line-height:30px
}
.timeList,.timeBox{
    position:absolute
}
.timeList span,.timeList p,.timeBox span,.timeBox p{
    text-align:center;
    color:#FFF
}
.timeList span,.timeBox span{
    display:block;
    text-transform:uppercase;
    font-size:12px;
    line-height:14px
}
.timeList p,.timeBox p{
    padding-top:2px
}
.timeList{
    top:185px;
    left:181px;
    display:flex
}
.timeList li{
    float:left;
    margin-right:4px;
    padding-right:4px;
    border-right:1px solid #FFF
}
.timeList li:last-child{
    margin-right:0;
    padding-right:0;
    border-right:none
}
.timeList p{
    font-size:16px;
    line-height:18px
}
.timeBox{
    bottom:7px;
    right:0;
    width:32px
}
.timeBox span,.timeBox p{
    background-color:rgba(0,0,0,0.3)
}
.timeBox span{
    margin-bottom:1px;
    padding:3px 0 2px
}
.timeBox p{
    font-size:23px;
    line-height:25px
}
.galleryList li{
    position:relative;
    width:calc(20% - 4px);
    cursor:pointer
}
.galleryList li:after{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background:linear-gradient(to bottom, rgba(181, 83, 114, 0) 0%, rgba(181, 83, 112, 0) 1%, #2ba471 100%); /* 2025 */
    content:"";
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.galleryList li:hover:after{
    opacity:1
}
.galleryList img{
    display:block;
    width:100%
}
#mainModal .modal-dialog{
    width:770px
}
#offersModal .modal-dialog{
    width:520px
}
.modal-backdrop{
    opacity:1 !important;
    background-color:rgba(31, 59, 60, 0.8); /* 2025 */
    background-color:rgba(7, 38, 55, 0.8); /* 2025 */
    
}
.modal-dialog{
    position:relative;
    margin:0 auto;
    margin-top:100px;
    margin-bottom:100px;
    box-shadow:0 0 51px 0 rgba(46, 0, 11, 0.09)
}
.modal-content{
    padding:65px 70px 70px
}
.modal-content .mainTextBox h1,.modal-content .mainTextBox h2,.modal-content .mainTextBox h3,.modal-content .mainTextBox h4,.modal-content .mainTextBox h5,.modal-content .mainTextBox h6,.modal-content .mainTextBox p,.modal-content .mainTextBox ul li,.modal-content .mainTextBox ol li,.modal-content .mainTextBox ol li:before,.modal-content .mainTextBox a:not(.galleryPager):not(.btn){
    color:#000
}
.modal-content .mainTextBox ul li:before,.modal-content .mainTextBox a:not(.galleryPager):not(.btn):after{
    background-color:#000
}
.modalTitleBox{
    margin-bottom:35px
}
.modalTitleBox h3,.modalTitleBox h2{
    text-transform:uppercase;
    color:#000
}
.modalTitleBox h3{
    font-size:12px;
    line-height:14px
}
.modalTitleBox h2{
    font-size:30px;
    line-height:38px
}
.modalClose{
    position:absolute;
    top:25px;
    right:25px
}
.modalClose i{
    font-size:18px;
    color:#012836;
    -webkit-transition:color .3s ease-in-out;
    -moz-transition:color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.modalClose:hover i{
    color:#2ba471; /* 2025 */
}
.inputItem{
    margin-bottom:30px
}
.inputItem:last-child{
    margin-bottom:0
}
.inputItem.submitItem{
    margin-top:40px
}
.inputBox{
    position:relative
}
.inputBox label:not(.chbLabel){
    display:block;
    margin-bottom:10px;
    text-transform:uppercase;
    font-size:13px;
    line-height:16px;
    color:#000
}
.inputBox input,.inputBox textarea{
    display:block;
    width:100%;
    font-size:16px;
    color:#000;
    border:1px solid #1d4858;
    -webkit-transition:border-color .3s ease-in-out;
    -moz-transition:border-color .3s ease-in-out;
    -ms-transition:border-color .3s ease-in-out;
    -o-transition:border-color .3s ease-in-out;
    transition:border-color .3s ease-in-out
}
.inputBox input:focus,.inputBox textarea:focus{/
    border-color:#2b4a71; /* 2025 */
}
.inputBox input{
    height:50px;
    padding:0 42px 0 15px
}
.inputBox textarea{
    height:150px;
    padding:15px 42px 15px 15px
}
.inputBox.error input,.inputBox.error textarea{
    border-color:#96281B
}
.chbInput{
    display:none !important
}
.chbLabel{
    position:relative;
    display:inline-block;
    padding:2px 0 0 33px;
    font-size:14px;
    line-height:18px;
    color:#000;
    cursor:pointer
}
.chbLabel span{
    position:absolute;
    top:0;
    left:0;
    width:18px;
    height:18px;
    border:1px solid #1d4858; /* 2025 */
    text-align:center;
    -webkit-transition:border-color .3s ease-in-out;
    -moz-transition:border-color .3s ease-in-out;
    -ms-transition:border-color .3s ease-in-out;
    -o-transition:border-color .3s ease-in-out;
    transition:border-color .3s ease-in-out
}
.chbLabel span i{
    opacity:0;
    top:0.5px;
    font-size:8px;
    color:#000;
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.chbLabel a{
    font-size:inherit;
    line-height:inherit;
    color:#000;
    -webkit-transition:color .3s ease-in-out;
    -moz-transition:color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.chbLabel a:hover{
    color:#2ba471; /* 2025 */
}
.chbInput:checked+.chbLabel span i{
    opacity:1
}
.submitItem .btn{
    display:block;
    width:100%;
    height:50px;
    padding:0;
    line-height:normal;
    background-color:#1d4858; /* 2025 */
    border:none
}
.successIcon{
    position:absolute;
    bottom:18px;
    right:15px
}
.successIcon i{
    font-size:9px;
    color:#FFF
}
.errorMsg{
    position:absolute;
    top:-1px;
    right:0;
    font-size:16px;
    line-height:18px;
    color:#96281B; 
}
section{
    position:relative;
    display:block
}
section.sub{
    padding:220px 0 170px;
    text-align:right;
    background-size:cover
}
section.sub .container{
    position:relative
}
section.sub.narrow{
    padding-right:290px
}
section.sub.narrow .container{
    width:760px
}
section.sub:not(.narrow){
    padding-right:50px
}
.gm-style>div:last-child{
    display:none !important
}
.gmnoprint,.gm-style-cc{
    display:none !important
}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translateZ(0) scale(1, 1)
}
#cookieBox{
    display:none
}
.cc_banner-wrapper{
    z-index:3;
    display:none !important
}
.cc_banner-wrapper.visible{
    display:block !important
}
.cc_container{
    right:25px !important;
    bottom:25px !important;
    left:auto !important;
    width:320px !important;
    padding:20px 25px 58px !important;
    background-color:#FFF !important;
    box-shadow:0 0 51px 0 rgba(46, 0, 15, 0.09)
}
.cc_container .cc_logo{
    display:none !important
}
.cc_container .cc_message{
    font-size:14px !important;
    line-height:24px !important;
    color:#000 !important
}
.cc_container .cc_message a{
    font-family:inherit;
    font-weight:inherit;
    font-size:inherit;
    line-height:inherit;
    color:rgba(0,0,0,0.3) !important;
    transition:color 0.3s ease-in-out !important
}
.cc_container .cc_message a:hover{
    color:#2ba471 !important /* 2025 */
}
.cc_container .cc_btn{
    bottom:27px !important;
    right:auto !important;
    left:25px !important;
    width:auto !important;
    padding:0 0 3px !important;
    text-transform:uppercase;
    font-size:13px !important;
    line-height:16px;
    color:#000 !important;
    background:none !important;
    transition:color 0.3s ease-in-out !important
}
.cc_container .cc_btn:after{
    position:absolute;
    top:100%;
    left:0;
    display:block;
    width:100%;
    height:2px;
    background-color:#000;
    content:'';
    -webkit-transition:background-color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}
.cc_container .cc_btn:hover{
    color:#2ba471 !important /* 2025 */
}
.cc_container .cc_btn:hover:after{
    background-color:#2ba471 /* 2025 */
}
.lg-backdrop{
    background-color:#1d4858; /* 2025 */
}
.lg-outer *{
    background-color:transparent
}
#lg-counter,#lg-counter-current,#lg-counter-all{
    color:#FFF
}
.lg-toolbar .lg-icon{
    color:#FFF
}
.lg-toolbar .lg-icon:hover{
    color:#2ba471; /* 2025 */
}
.lg-actions .lg-next,.lg-actions .lg-prev,.lg-sub-html,.lg-toolbar{
    background-color:transparent
}
.lg-actions .lg-next,.lg-actions .lg-prev{
    color:#FFF
}
.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{
    color:#2ba471; /* 2025 */
}
@media (max-width: 1699px){
    .videoBox video{
        top:auto;
        left:50%;
        width:auto;
        height:100%;
        -moz-transform:translate(-50%, 0);
        -o-transform:translate(-50%, 0);
        -ms-transform:translate(-50%, 0);
        -webkit-transform:translate(-50%, 0);
        transform:translate(-50%, 0)
    }
}
@media (max-width: 1599px){
    .preloader .imgBox{
        width:184px;
        height:200px
    }
    .container{
        width:760px
    }
    .logo{
        height:200px
    }
    .logo.hu{
        width:350px
    }
    .logo.en{
        width:343px
    }
    .mainHeaderNav{
        margin-top:30px
    }
    .mainHeaderNav a{
        font-size:22px;
        line-height:24px
    }
    .timeList{
        top:158px;
        left:152px
    }
    .arrows{
        bottom:30px
    }
    .arrows i{
        font-size:24px
    }
    .socialMenu a{
        width:48px;
        height:48px
    }
    .socialMenu a i.icon-facebook{
        font-size:26px
    }
    .socialMenu a i.icon-youtube{
        font-size:18px
    }
    .socialMenu a i.icon-instagram{
        font-size:22px
    }
    .socialMenu:not(.mobile){
        bottom:30px
    }
    .titleBox h1{
        font-size:30px;
        line-height:32px
    }
    .programsAside{
        width:420px
    }
    .programsList a{
        padding:15px 30px
    }
    .programsList .imgBox{
        width:130px
    }
    #newsSection{
        padding-top:110px;
        padding-bottom:110px
    }
    .newsHeader .contentRight,.locationsHeader .contentRight{
        padding-right:30px;
        padding-left:30px
    }
    .newsHeader time,.newsHeader span,.newsHeader h3,.locationsHeader time,.locationsHeader span,.locationsHeader h3{
        line-height:26px
    }
    .newsHeader time,.newsHeader span,.locationsHeader time,.locationsHeader span{
        font-size:16px
    }
    .newsHeader h3,.locationsHeader h3{
        font-size:18px
    }
    .newsList .content .mainTextBox,.locationsList .content .mainTextBox{
        padding:30px
    }
    .mainTextBox h1,.mainTextBox h2,.mainTextBox h3,.mainTextBox h4,.mainTextBox h5,.mainTextBox h6{
        margin-bottom:20px
    }
    .mainTextBox h1{
        font-size:38px;
        line-height:46px
    }
    .mainTextBox h2{
        font-size:30px;
        line-height:38px
    }
    .mainTextBox h3{
        font-size:26px;
        line-height:34px
    }
    .mainTextBox h4{
        font-size:22px;
        line-height:30px
    }
    .mainTextBox h5{
        font-size:18px;
        line-height:26px
    }
    .mainTextBox h6{
        font-size:16px;
        line-height:24px
    }
    .mainTextBox p,.mainTextBox ul li,.mainTextBox ol li,.mainTextBox a:not(.btn){
        font-size:15px;
        line-height:25px
    }
    .mainTextBox p,.mainTextBox ul,.mainTextBox ol,.mainTextBox hr{
        margin-bottom:20px
    }
    .mainTextBox ul li:before{
        top:8px
    }
    #partnersSection{
        height:140px
    }
    #partnersSection .container{
        padding-top:0
    }
    .partnersItem{
        height:140px
    }
    .partnersItem .imgBox{
        padding:0 15px
    }
    .partnersItem .imgBox img{
        max-height:80px
    }
    .mainFooterNav li{
        margin-right:40px
    }
    .mainFooterNav a{
        font-size:14px;
        line-height:16px
    }
    .programsList2 li,.galleriesList li,.offersList li{
        width:calc(33.33333% - 4px)
    }
    .offersList .descriptionBox h2{
        font-size:20px;
        line-height:28px
    }
    .daysList a,.yearsList a{
        font-size:22px;
        line-height:24px
    }
    .filtersList a{
        font-size:14px;
        line-height:16px
    }
    .galleryList li{
        width:calc(16.66667% - 4px)
    }
    .subTitleBox h1{
        font-size:38px;
        line-height:57px
    }
    section.sub{
        padding-top:158px
    }
    section.sub.narrow{
        padding-right:40px
    }
    .modal-dialog{
        margin-top:50px;
        margin-bottom:50px
    }
    .modalTitleBox h2{
        font-size:28px;
        line-height:36px
    }
}
@media (max-width: 1599px) and (min-width: 1200px){
    .videoBox video{
        top:50%;
        left:auto;
        width:100%;
        height:auto;
        -moz-transform:translate(0, -50%);
        -o-transform:translate(0, -50%);
        -ms-transform:translate(0, -50%);
        -webkit-transform:translate(0, -50%);
        transform:translate(0, -50%)
    }
}
@media (max-width: 1299px){
    .container,section.sub.narrow .container{
        width:700px
    }
    #mainFooter{
        padding-right:230px;
        text-align:right
    }
    .downloadsInnerList li{
        width:calc(25% - 4px)
    }
}
@media (max-width: 1199px){
    .container,section.sub.narrow .container{
        width:550px
    }
    .mainHeaderNav{
        margin-left:46px
    }
    .newsHeader .contentLeft,.locationsHeader .contentLeft{
        width:200px
    }
    .newsHeader .contentRight,.locationsHeader .contentRight{
        width:calc(100% - 200px)
    }
    .newsList .content .imgBox,.locationsList .content .imgBox{
        width:198px
    }
    .newsList .content .mainTextBox,.locationsList .content .mainTextBox{
        width:calc(100% - 202px)
    }
    #partnersSection .container{
        width:600px
    }
    #mainFooter{
        padding-right:210px
    }
    .programsList2 li,.galleriesList li,.offersList li{
        width:calc(50% - 4px)
    }
}
@media (max-width: 999px){
    .mobileHeaderNav,.menuOpen{
        display:block
    }
    .container,#partnersSection .container,section.sub.narrow .container{
        width:calc(100% - 100px)
    }
    #mainHeader{
        position:absolute
    }
    .mainHeaderNav,.programsAside{
        display:none
    }
    .languagesMenu:not(.mobile),.socialMenu:not(.mobile){
        display:none
    }
    .languagesMenu.mobile,.socialMenu.mobile{
        display:block
    }
    .videoBox:before{
        background:linear-gradient(to right, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0.5) 50%, transparent 100%)
    }
    .videoBox:after{
        width:30%;
        background:linear-gradient(to left, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0.5) 50%, transparent 100%)
    }
    #newsSection{
        padding-right:0;
        text-align:center
    }
    #mainFooter{
        padding:20px 50px 0
    }
    .copyright{
        float:left;
        position:static;
        margin-top:23px;
        -moz-transform:translate(0, 0);
        -o-transform:translate(0, 0);
        -ms-transform:translate(0, 0);
        -webkit-transform:translate(0, 0);
        transform:translate(0, 0)
    }
    .mainFooterNav{
        display:none
    }
    .upsolutionLogo,.award{
        float:right;
        position:static;
        -moz-transform:translate(0, 0);
        -o-transform:translate(0, 0);
        -ms-transform:translate(0, 0);
        -webkit-transform:translate(0, 0);
        transform:translate(0, 0)
    }
    .upsolutionLogo{
        margin-top:20px
    }
    .award{
        margin-right:40px
    }
    section.sub{
        padding:280px 0 60px !important;
        text-align:center
    }
}
@media (max-width: 869px){
    #mainModal .modal-dialog{
        width:calc(100% - 100px)
    }
}
@media (max-width: 767px){
    .preloader .imgBox{
        width:120px;
        height:130px
    }
    .mobileHeaderNav .menu>li{
        margin-bottom:30px
    }
    .mobileHeaderNav .menu>li>a{
        font-size:14px;
        line-height:22px
    }
    .close{
        margin-bottom:40px
    }
    .close i{
        font-size:22px
    }
    .container,#partnersSection .container,#mainModal .modal-dialog,#offersModal .modal-dialog,section.sub.narrow .container{
        width:calc(100% - 40px)
    }
    #mainHeader{
        top:20px;
        left:0
    }
    .logo{
        height:130px
    }
    .logo.hu{
        width:228px
    }
    .logo.en{
        width:223px
    }
    .menuOpen{
        top:70px;
        right:20px;
        width:30px;
        height:22px
    }
    .menuOpen span{
        height:4px
    }
    .menuOpen span:before{
        top:-9px
    }
    .menuOpen span:after{
        bottom:-9px
    }
    .languagesMenu.mobile{
        margin-top:40px
    }
    #videoSection .imgBox{
        display:block
    }
    .videoBox{
        display:none
    }
    .socialMenu a{
        width:46px;
        height:46px
    }
    .socialMenu a i.icon-facebook{
        font-size:24px
    }
    .socialMenu a i.icon-youtube{
        font-size:16px
    }
    .socialMenu a i.icon-instagram{
        font-size:20px
    }
    .socialMenu.mobile{
        margin-top:32px
    }
    .timeList span,.timeBox span{
        font-size:10px;
        line-height:12px
    }
    .timeList p,.timeBox p{
        font-size:14px;
        line-height:16px
    }
    .timeList{
        top:108px;
        left:98px
    }
    .arrows{
        bottom:25px
    }
    .arrows i{
        font-size:20px
    }
    #newsSection{
        padding-top:50px;
        padding-bottom:50px
    }
    .newsList .contentLeft,.locationsList .contentLeft{
        float:none;
        display:block;
        width:100%
    }
    .newsList .contentLeft .imgBox,.locationsList .contentLeft .imgBox{
        display:none
    }
    .newsList .contentRight,.locationsList .contentRight{
        float:none;
        display:block;
        width:100%;
        padding-right:20px;
        padding-left:20px
    }
    .newsList .content .imgBox,.locationsList .content .imgBox{
        display:none
    }
    .newsList .content .mainTextBox,.locationsList .content .mainTextBox{
        float:none;
        width:100%;
        min-height:0;
        margin-left:0;
        padding:30px 20px
    }
    .newsHeader .contentLeft,.locationsHeader .contentLeft{
        padding-bottom:0
    }
    .newsHeader .contentRight,.locationsHeader .contentRight{
        padding-top:5px
    }
    .newsHeader time,.newsHeader span,.newsHeader h3,.locationsHeader time,.locationsHeader span,.locationsHeader h3{
        display:block;
        text-align:center
    }
    .newsHeader time,.newsHeader span,.locationsHeader time,.locationsHeader span{
        font-size:14px;
        line-height:22px
    }
    .newsHeader h3,.locationsHeader h3{
        font-size:15px;
        line-height:23px
    }
    .mainTextBox{
        margin-bottom:25px
    }
    .mainTextBox h1,.mainTextBox h2,.mainTextBox h3,.mainTextBox h4,.mainTextBox h5,.mainTextBox h6{
        margin-bottom:15px
    }
    .mainTextBox h1{
        font-size:28px;
        line-height:36px
    }
    .mainTextBox h2{
        font-size:24px;
        line-height:32px
    }
    .mainTextBox h3{
        font-size:22px;
        line-height:30px
    }
    .mainTextBox h4{
        font-size:20px;
        line-height:28px
    }
    .mainTextBox p,.mainTextBox ul,.mainTextBox ol,.mainTextBox hr{
        margin-bottom:15px
    }
    .mainTextBox.distanceDown{
        margin-bottom:25px
    }
    .mainTextBox.distanceUp{
        margin-top:25px
    }
    #mainFooter{
        height:auto;
        padding:25px 20px 28px;
        text-align:center
    }
    .copyright{
        float:none;
        margin:0 0 115px;
        text-align:center;
        line-height:20px
    }
    .copyright br{
        display:block
    }
    .upsolutionLogo{
        float:none;
        display:inline-block;
        margin-top:0
    }
    .upsolutionLogo i{
        font-size:18px
    }
    .award{
        float:none;
        position:absolute;
        top:auto;
        right:auto;
        bottom:75px;
        left:50%;
        margin-right:0;
        -moz-transform:translate(-50%, 0);
        -o-transform:translate(-50%, 0);
        -ms-transform:translate(-50%, 0);
        -webkit-transform:translate(-50%, 0);
        transform:translate(-50%, 0)
    }
    #partnersSection{
        height:130px
    }
    .partnersItem{
        height:130px
    }
    .partnersItem .imgBox{
        padding:0 50px
    }
    .downloadsList>li{
        margin-bottom:35px
    }
    .downloadsList h3{
        font-size:15px;
        line-height:23px
    }
    .downloadsInnerList,.programsList2,.galleriesList,.galleryList,.offersList{
        width:100%
    }
    .downloadsInnerList li{
        width:calc(50% - 4px)
    }
    .downloadsInnerList i{
        font-size:28px
    }
    .programsList2 li,.galleriesList li,.offersList li{
        float:none;
        display:block;
        width:100%
    }
    .modal-content{
        padding:60px 20px 45px
    }
    .modalTitleBox{
        margin-bottom:30px
    }
    .modalTitleBox h2{
        font-size:22px;
        line-height:30px
    }
    .modalClose{
        top:20px;
        right:20px
    }
    .modalClose i{
        font-size:16px
    }
    .inputItem.submitItem{
        margin-top:35px
    }
    .daysList a,.yearsList a,.filtersList a{
        padding-right:12px;
        padding-left:12px
    }
    .daysList a,.yearsList a{
        font-size:14px;
        line-height:16px
    }
    .filtersList a{
        font-size:12px;
        line-height:14px
    }
    .galleryList li{
        width:calc(33.33333% - 4px)
    }
    .subTitleBox h1{
        font-size:28px;
        line-height:44px
    }
    .infoBox{
        margin-top:0
    }
    .infoBox>a,.infoBox span{
        margin-top:3px;
        font-size:12px;
        line-height:14px
    }
    .socialList{
        margin:4px 0 0 0
    }
    section.sub{
        padding:200px 0 50px !important
    }
    .cc_container{
        width:280px !important;
        right:20px !important;
        bottom:20px !important;
        padding:15px 20px 48px !important
    }
    .cc_container .cc_btn{
        bottom:22px !important;
        left:20px !important
    }
}
