@font-face {
    font-family: 'roxton';
    src:  url('../fonts/roxton.eot?j3jetv');
    src:  url('../fonts/roxton.eot?j3jetv#iefix') format('embedded-opentype'),
    url('../fonts/roxton.ttf?j3jetv') format('truetype'),
    url('../fonts/roxton.woff?j3jetv') format('woff'),
    url('../fonts/roxton.svg?j3jetv#roxton') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'roxton' !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-f-circle:before {content: "\e93d";}.icon-i-circle:before {content: "\e93e";}.icon-email-circle:before {content: "\e93f";}

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 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cl:before, .cl:after {
    content: "";
    display: table;
}

.cl:after {
    clear: both;
}

.cl {
    zoom:1; }

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    position: relative;
    width: 96%;
    margin: 0 auto;
    max-width: 1170px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
section a, section a:visited {
    color: #ffa200;
}

/* Normilizes box-sizing  */
#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
     -moz-box-sizing: content-box;
          -webkit-box-sizing: content-box;
             box-sizing: content-box;
}


#pbOverlay.show{ opacity:1; pointer-events:auto; }
#pbOverlay{
    opacity:0; overflow:hidden; width:100%; height:100%; position:fixed; z-index:9999; left:0; top:0; text-align:center; pointer-events:none;
    -moz-user-select:none;
    background:rgba(0,0,0,.90);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
    /* background:radial-gradient(rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); */
    -webkit-transform:translate3d(0);
    -webkit-transition:opacity 300ms ease;
    -o-transition:opacity 300ms ease;
    -moz-transition:opacity 300ms ease;
    transition:opacity 300ms ease;
}

#pbOverlay.msie{ background-color:rgba(0,0,0,.6); }
.msie.pbLoading .pbWrapper{ background:url('../images/loading.gif') no-repeat center center; }

@-moz-keyframes pbLoaderFrames{ 50%{ height:5px; } }

@-o-keyframes pbLoaderFrames{ 50%{ height:5px; } }

@keyframes pbLoaderFrames{ 50%{ height:5px; } }
@-webkit-keyframes pbLoaderFrames{ 50%{ height:5px; } }

.pbLoader{ display:none; width:100px; height:100px; position:absolute; z-index:999; top:0; left:0; right:0; bottom:0; margin:auto; text-align:center; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; -webkit-box-shadow:15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px; -moz-box-shadow:15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px; box-shadow:15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px; -webkit-transition:.3s; -o-transition:.3s; -moz-transition:.3s; transition:.3s; }
.thumbs .pbLoader{ -webkit-transform:translateY(-50px); -moz-transform:translateY(-50px); -ms-transform:translateY(-50px); -o-transform:translateY(-50px); transform:translateY(-50px); }
.pbLoading:not(.msie):not(.error) .pbLoader{ display:block; }
    .pbLoader b{ display:inline-block; vertical-align:middle; margin:0 2px; width:8px; height:60px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:rgba(255,255,255,.8); -webkit-box-shadow:0 0 10px rgba(0,0,0,.5); -moz-box-shadow:0 0 10px rgba(0,0,0,.5); box-shadow:0 0 10px rgba(0,0,0,.5); -webkit-animation:.9s pbLoaderFrames infinite linear; -moz-animation:.9s pbLoaderFrames infinite linear; -o-animation:.9s pbLoaderFrames infinite linear; animation:.9s pbLoaderFrames infinite linear; }
    .pbLoader b:nth-child(2){ -webkit-animation-delay:.3s; -moz-animation-delay:.3s; -o-animation-delay:.3s; animation-delay:.3s; }
    .pbLoader b:nth-child(3){ -webkit-animation-delay:.6s; -moz-animation-delay:.6s; -o-animation-delay:.6s; animation-delay:.6s; }

.mobile.pbLoading .pbLoader{ -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; transform:none; -webkit-transition:0s; -o-transition:0s; -moz-transition:0s; transition:0s; }

.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before{ content:""; display:inline-block; height:100%; margin-right:-.25em; vertical-align:middle; }

/* Animation when image was not loaded */
@-moz-keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); -moz-transform:scale(.85); transform:scale(.85); } }
@-o-keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); -o-transform:scale(.85); transform:scale(.85); } }
@keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); -webkit-transform:scale(.85); -moz-transform:scale(.85); -o-transform:scale(.85); transform:scale(.85); } }
@-webkit-keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); -webkit-transform:scale(.85); } }

#pbOverlay button{ outline:0 !important; -webkit-box-shadow:0; -moz-box-shadow:0; box-shadow:0; }


.pbWrapper{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); vertical-align:middle; height:100%; -webkit-perspective:1200px; -moz-perspective:1200px; perspective:1200px; position:relative;  }
.video > .pbWrapper{ z-index:11; display:inline-block; }
    /*#pbOverlay.error .pbWrapper{ display:inline-block; width:100%; }*/
    .pbLoading .pbWrapper{ display:inline-block\9; width:100%; } /* ie8+9 hack */
    .pbWrapper:before{ content:'\2716'; color:transparent; text-shadow:0 2px 35px rgba(255,255,255,0); font-size:0; vertical-align:middle; cursor:default; -webkit-transition:text-shadow .7s ease-out; -o-transition:text-shadow .7s ease-out; -moz-transition:text-shadow .7s ease-out; transition:text-shadow .7s ease-out; }
    .error .pbWrapper:before{ font-size:22em; text-shadow:0 0 0 #FFF; -webkit-animation:2s 1s deadImage infinite linear; -moz-animation:2s 1s deadImage infinite linear; -o-animation:2s 1s deadImage infinite linear; animation:2s 1s deadImage infinite linear; }
    .thumbs .pbWrapper{ padding:0; margin:0; }
    .error .pbWrapperr img{ width:0; }

    .pbWrapper > div{ display:none; width:624px; height:351px; vertical-align:middle; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:rgba(0,0,0,.5); }
    .video > .pbWrapper > div{ display:inline-block; }

    #pbOverlay iframe,
    #pbOverlay embed,
    #pbOverlay object{ display:block; width:100%; height:100%; opacity:1; -webkit-transition:.5s; -o-transition:.5s; -moz-transition:.5s; transition:.5s; }

    .pbWrapper .pbHide iframe{ opacity:0; }

    .pbWrapper > div,
    .pbWrapper > img{
        -webkit-transition:.5s .5s cubic-bezier(.1, .87, .48, 1);
        -o-transition:.5s .5s cubic-bezier(.1, .87, .48, 1);
        -moz-transition:.5s .5s cubic-bezier(.1, .87, .48, 1);
        transition:.5s .5s cubic-bezier(.1, .87, .48, 1);

        -webkit-transform:none;
        -ms-transform:none;
        -moz-transform:none;
          -o-transform:none;
             transform:none;

        -webkit-backface-visibility:hidden;
        -webkit-box-shadow:0 0 20px #000;
           -moz-box-shadow:0 0 20px #000;
                box-shadow:0 0 20px #000;
        opacity: 1;
    }

    /* FOR MOBILE */
    .mobile.show .pbWrapper > div,
    .mobile.show .pbWrapper > img{
        -webkit-transition:30ms;
        -o-transition:30ms;
        -moz-transition:30ms;
        transition:30ms;
    }

    /* Content effects */
    .pbWrapper > *,
    .pbHide .pbWrapper > .prepare{ opacity:0; vertical-align:middle; -webkit-transform:scale(.2) rotateX(80deg); -ms-transform:scale(.2) rotateX(80deg); -moz-transform:scale(.2) rotateX(80deg); transform:scale(.2) rotateX(80deg); -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; border:none; max-height:95%; max-width:100%; }
    .on .pbWrapper > *{ -webkit-transition-delay:0s; -moz-transition-delay:0s; -o-transition-delay:0s; transition-delay:0s; }
    .pbWrapper .zoomable{ -webkit-transition:0s; -o-transition:0s; -moz-transition:0s; transition:0s; position:relative; z-index:9; }
    .pbWrapper .rotating{ -webkit-transition:.25s cubic-bezier(.4,.04,0,1); -o-transition:.25s cubic-bezier(.4,.04,0,1); -moz-transition:.25s cubic-bezier(.4,.04,0,1); transition:.25s cubic-bezier(.4,.04,0,1); }
    .pbHide .pbWrapper > *{ -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2); transform:scale(1.2); -webkit-transform:none\9; -moz-transform:none\9; -ms-transform:none\9; -o-transform:none\9; transform:none\9; opacity:0; -webkit-transition:.4s ease-out; -o-transition:.4s ease-out; -moz-transition:.4s ease-out; transition:.4s ease-out; }



/*-- close button --*/
#pbCloseBtn,
#pbAutoplayBtn{ position:absolute; top:-50px; right:-50px; z-index:999; display:block; padding:0 0 20px 20px; text-align:center; cursor:pointer; color:#FFF; -webkit-transition:.3s .3s ease-out; -o-transition:.3s .3s ease-out; -moz-transition:.3s .3s ease-out; transition:.3s .3s ease-out; }
.pbHide #pbCloseBtn{ top:-50px; right:-50px; }
.on #pbCloseBtn{ top:-2px; right:-2px; }

#pbCloseBtn:before{ content:'\00D7'; font:bold 1em/1 arial; }
#pbCloseBtn:before, #pbAutoplayBtn:before{ display:inline-block; height:35px; width:35px; padding:8px 8px 12px 12px; font-size:2em; opacity:.8; vertical-align:middle; background:rgba(255,255,255,.2); -webkit-border-radius:0 0 0 70px; -moz-border-radius:0 0 0 70px; border-radius:0 0 0 70px; -webkit-transition:.1s ease-out; -o-transition:.1s ease-out; -moz-transition:.1s ease-out; transition:.1s ease-out; }
#pbCloseBtn:hover:before{ padding:15px 10px 24px 24px; background:rgba(255,100,100,.4); }

/*-- autoplay controller --*/
#pbAutoplayBtn{ display:none; right:auto; left:-50px; padding:0; width:50px; height:50px; font-size:13px; }
.hasAutoplay #pbAutoplayBtn{ display:block; }
#pbAutoplayBtn:hover{ width:60px; height:60px; }
.on #pbAutoplayBtn{ top:0px; left:0px; -webkit-transition:.1s ease-out; -o-transition:.1s ease-out; -moz-transition:.1s ease-out; transition:.1s ease-out; }
    #pbAutoplayBtn:before{ content:'\2016'; width:100%; height:100%; -webkit-border-radius:0 0 70px 0; -moz-border-radius:0 0 70px 0; border-radius:0 0 70px 0; font-weight:bold; padding:0; text-indent:-6px; line-height:1.6; }
    #pbAutoplayBtn:active:before{ text-shadow:0 0 3px #FFF, 0 0 6px #FFF; }
    #pbAutoplayBtn.play:before{ content:'\25BA'; }

    #pbAutoplayBtn .pbProgress{ display:none\9; width:100%; height:100%; overflow:hidden; position:absolute; padding:6px; top:0; left:0; opacity:.2; -moz-transform:rotateZ(0deg); -o-transform:rotateZ(0deg); transform:rotateZ(0deg); -webkit-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); -webkit-transform-origin:0 0; -ms-transform-origin:0 0; -moz-transform-origin:0 0; -o-transform-origin:0 0; transform-origin:0 0; -webkit-transition:.3s; -o-transition:.3s; -moz-transition:.3s; transition:.3s; }
    .mobile #pbAutoplayBtn .pbProgress{ -webkit-transition:0s; -o-transition:0s; -moz-transition:0s; transition:0s; }
    #pbAutoplayBtn.playing .pbProgress{ -webkit-transform:rotateZ(90deg); -ms-transform:rotateZ(90deg); -moz-transform:rotateZ(90deg); -o-transform:rotateZ(90deg); transform:rotateZ(90deg); }
    #pbAutoplayBtn .pbProgress:before{ content:''; position:absolute; right:0; bottom:0; width:200%; height:200%; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; -webkit-box-shadow:0 0 0 8px #FFF inset; -moz-box-shadow:0 0 0 8px #FFF inset; box-shadow:0 0 0 8px #FFF inset; }

#pbCaption,
.pbHide #pbCaption{ position:absolute; z-index:999; margin-bottom:5px; bottom:-120px; width:100%; overflow:hidden; -webkit-transform:translateZ(0px); -moz-transform:translateZ(0px); transform:translateZ(0px); -webkit-transition:.4s; -o-transition:.4s; -moz-transition:.4s; transition:.4s; }
.show.on #pbCaption{ bottom:0; -webkit-transition-delay:.5s; -moz-transition-delay:.5s; -o-transition-delay:.5s; transition-delay:.5s; }
    #pbOverlay.thumbs #pbCaption label{ display:block; }
    #pbCaption label{ display:none; position:relative; z-index:1; top:6px; float:right; width:60px; margin-right:10px; color:#FFF; opacity:.3; -webkit-transition:.2s; -o-transition:.2s; -moz-transition:.2s; transition:.2s; cursor:pointer; }
    #pbCaption label:after{ background:#FFF; -webkit-box-shadow:12px 0 #FFF, -12px 0 #FFF; -moz-box-shadow:12px 0 #FFF, -12px 0 #FFF; box-shadow:12px 0 #FFF, -12px 0 #FFF; content:""; display:inline-block; height:0; padding:10px 5px; text-align:right; vertical-align:top; width:0; }
    #pbCaption label:hover{ opacity:1; }
    #pbCaption .title,
    #pbCaption .counter{ display:inline-block; color:#FFF; margin:0 6px; }
    #pbCaption .counter{ display:none; opacity:.55; }
    .hasCounter #pbCaption .counter{ display:inline-block; }
    .pbCaptionText{ display:inline-block; -webkit-transition:.3s; -o-transition:.3s; -moz-transition:.3s; transition:.3s; opacity:.9; font-weight:bold; vertical-align:middle; text-shadow:1px 1px 1px rgba(0,0,0,.5); padding-left:60px; } /* padding-left from <label> */
    .pbCaptionText.change{ -webkit-transform:translateY(25px); -moz-transform:translateY(25px); -ms-transform:translateY(25px); -o-transform:translateY(25px); transform:translateY(25px); opacity:0; }
    #pbCaption .rotateBtn{ display:none; background:none; border:0; font:800 1.7em/0 Arial; vertical-align:middle; color:rgba(255,255,255,.5); width:1.1em; height:1.1em; padding:0; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:rgba(0,0,0,.2); cursor:pointer; -webkit-transition:.15s ease-out; -o-transition:.15s ease-out; -moz-transition:.15s ease-out; transition:.15s ease-out; }
    #pbCaption .rotateBtn.show{ display:block; float:right; }
    #pbCaption .rotateBtn:hover{ color:rgba(255,255,255,.7); }
    #pbCaption .rotateBtn:active{ color:white; background:rgba(0,0,0,.4); }

.mobile #pbCaption label{ display:none; z-index:-1; color:red; }
.mobile .pbCaptionText{ padding:0; }

/* hide thumbnails */
#pbThumbsToggler:checked ~ #pbCaption .pbThumbs{ margin:0; }
#pbThumbsToggler:checked ~ .pbWrapper{ margin-top:-50px; padding:50px 0; }

.pbThumbs{ display:none; -webkit-transition:.35s; -o-transition:.35s; -moz-transition:.35s; transition:.35s; -webkit-overflow-scrolling:touch; }
.thumbs .pbThumbs{ display:block; width:100%; padding:5px 0 2px; margin-bottom:-100px; overflow:hidden; }
.mobile .pbThumbs{ overflow:auto; }
.pbThumbs:hover{ clear:both; }
    .pbThumbs ul{ display:inline-block; position:relative; list-style:none; height:80px; padding:0 5px; margin:0; white-space:pre; -webkit-transition:.2s; -o-transition:.2s; -moz-transition:.2s; transition:.2s; }
    .pbThumbs ul:after{ vertical-align:bottom; }
        .pbThumbs li{ display:inline-block; vertical-align:bottom; height:70%; opacity:.6; text-align:center; position:relative; -webkit-transition:.15s; -o-transition:.15s; -moz-transition:.15s; transition:.15s; }
        .pbThumbs li.active{ height:100%; opacity:1; }
        .pbThumbs li:hover{ height:100%; opacity:1; }
        .pbThumbs li.video::before{ content:'\25BA'; color:#FFF; font-size:20px; height:20px; width:20px; line-height:.9; position:absolute; bottom:4px; left:7px; background:rgba(0,0,0,.4); -webkit-box-shadow:0 0 0 3px rgba(0,0,0,.4); -moz-box-shadow:0 0 0 3px rgba(0,0,0,.4); box-shadow:0 0 0 3px rgba(0,0,0,.4); -webkit-border-radius:0 3px 0 0; -moz-border-radius:0 3px 0 0; border-radius:0 3px 0 0; pointer-events:none; }
            .pbThumbs a{ height:100%; padding:0 2px; display:block; -moz-user-select:none; }
            .pbThumbs li:hover a{  }
                .pbThumbs img{ height:96%; min-height:95.9%; border:2px solid #FFF; max-width:none; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; -webkit-transition:.15s; -o-transition:.15s; -moz-transition:.15s; transition:.15s; }
                .pbThumbs li:hover img{ min-height:96%; } /* fix a bug in Chrome and Opera */
                .pbThumbs li.fast a img{ -webkit-transition:none; -o-transition:none; -moz-transition:none; transition:none; }
                .pbThumbs li.active a img{ border-color:#D8FF16; min-height:96%; }

#pbOverlay .prevNext{ display:none; background:rgba(0,0,0,0); position:absolute; z-index:10; height:100%; width:35%; padding:80px 0; opacity:0; -webkit-box-sizing:border-box; box-sizing:border-box; -moz-box-sizing:border-box; top:0; -webkit-transition:.2s ease-out; -o-transition:.2s ease-out; -moz-transition:.2s ease-out; transition:.2s ease-out; text-shadow:0 0 12px #000, 0 0 10px #FFF; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; filter:alpha(opacity=0); cursor:pointer; }
#pbOverlay.hasArrows .prevNext{ display:block; }
#pbOverlay .prevNext.pbHide{ display:none; }
#pbOverlay.on .prevNext:hover{ opacity:.5; filter:alpha(opacity=50); }
#pbOverlay.on .prevNext:hover:active{ -webkit-transition:80ms; -o-transition:80ms; -moz-transition:80ms; transition:80ms; opacity:1; filter:alpha(opacity=100); text-shadow:0 0 16px #FFF, 0 0 10px #000; }
    .prevNext b{ display:inline-block; vertical-align:middle; -webkit-transition:.2s ease-in; -o-transition:.2s ease-in; -moz-transition:.2s ease-in; transition:.2s ease-in; }
    .prevNext:hover b{ -webkit-transition:.2s cubic-bezier(.095, .870, .485, .985); -o-transition:.2s cubic-bezier(.095, .870, .485, .985); -moz-transition:.2s cubic-bezier(.095, .870, .485, .985); transition:.2s cubic-bezier(.095, .870, .485, .985); }
    #pbPrevBtn b{ -moz-transform:scale(.4) translateX(350px); -ms-transform:scale(.4) translateX(350px); -o-transform:scale(.4) translateX(350px); transform:scale(.4) translateX(350px); -webkit-transform:scale(.4) translateX(350px); }
    #pbNextBtn b{ -moz-transform:scale(.4) translateX(-350px); -ms-transform:scale(.4) translateX(-350px); -o-transform:scale(.4) translateX(-350px); transform:scale(.4) translateX(-350px); -webkit-transform:scale(.4) translateX(-350px); }
    /* */
    #pbPrevBtn b:before,
    #pbNextBtn b:after{ display:inline; line-height:.3; font-size:18em; font-weight:normal; color:#FFF; font-family:Arial; }

    #pbPrevBtn b:before{ content:'\2039'; }
    #pbNextBtn b:after{ content:'\203A'; }
    /* */
    .on #pbPrevBtn:hover b{ -moz-transform:scale(1) translateX(20px); -ms-transform:scale(1) translateX(20px); -o-transform:scale(1) translateX(20px); transform:scale(1) translateX(20px); -webkit-transform:scale(1) translateX(20px); }
    .on #pbNextBtn:hover b{ -moz-transform:scale(1) translateX(-20px); -ms-transform:scale(1) translateX(-20px); -o-transform:scale(1) translateX(-20px); transform:scale(1) translateX(-20px); -webkit-transform:scale(1) translateX(-20px); }

.show #pbPrevBtn, #pbOverlay.show #pbNextBtn{  }
.show #pbPrevBtn{ left:0; text-align:left; }
.show #pbNextBtn{ right:0; text-align:right; }

/*------- media queries (for small screens) -----------*/
@media all and (max-width:700px){
    .pbWrapper img,
    .pbHide .pbWrapper img.prepare{ max-height:100%; }

    .thumbs .pbWrapper{ padding:0; margin:0; }
    .pbThumbs{ margin-bottom:-60px; }
    .pbThumbs.show{ margin:0; }

    .pbThumbs ul{ height:50px; }
        .pbThumbs li{ height:100%; opacity:1; }
        .pbThumbs li img{ min-height:96.5%; }
}
/* fix for Chrome */
@media all and (max-width:710px){
    .pbThumbs li.active a img{ min-height:96%; }
}


/* FORMS */
.btn:hover {
    background-color: #26C2F3;
    color: #ffffff;
}

input[type="submit"]:hover {
    outline: none;
    background-color: #ffa200;
}

.btn,input[type="submit"] {
    color: #ffffff !important;
    display: block;
    text-align: center;
    background-color: #ffa200;
    border: 0;
    padding: 24px 0;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    margin: 0;
}

.btn::-moz-focus-inner,input[type="submit"]::-moz-focus-inner {
    border: none;
}

.btn,input {
    font-family: "Open Sans",sans-serif;
}

input[type="text"],input[type="email"],input[type="password"],textarea,select {
    font-family: "Open Sans",sans-serif;
    outline: none;
    border: 2px solid #FFFFFF;
    padding: 0px 18px;
    margin: 5px 0 26px 0;
    width: 100%;
    font-size: 14px;
    display: block;
    line-height: 21px;
    height: 50px;
    background-color: transparent;
    color: #fff;
}

input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus, textarea:focus, input.focus {
    box-shadow: 0 0px 8px 2px rgba(255, 255, 255, 0.5),0 0 22px 4px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0 0px 8px 2px rgba(255, 255, 255, 0.5),0 0 22px 4px rgba(0, 0, 0, 0.08) inset;
    -webkit-box-shadow: 0 0px 8px 2px rgba(255, 255, 255, 0.5),0 0 22px 4px rgba(0, 0, 0, 0.08) inset;
    border: 2px solid #FFFFFF;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: -5px;
}

input[type="text"][disabled]:active,input[type="text"][disabled]:focus,input[type="text"][disabled],input[type="password"][disabled],input[type="submit"][disabled],input[type="button"][disabled],button[disabled],button[disabled]:hover {
    background-color: rgb(168, 168, 168) !important;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.17) inset !important;
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.17) inset !important;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.17) inset !important;
    color: #616161 !important;
    border: 1px solid rgb(114, 114, 114) !important;
}

input[type="text"]::-ms-clear {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    -o-text-overflow: '';
       text-overflow: '';
    line-height: 50px;
    height: 50px;
}

option {
    color: #fff;
    border: 0;
    background-color: #515153;
}

.select {
    background: url('../img/arrow.png') no-repeat 96%;
}

@-moz-document url-prefix() {
    select {
        padding-top: 12px;
    }
}

::-moz-selection {
    background: #ffa200;
    color: #fff;
}

::selection {
    background: #ffa200;
    color: #fff;
}

::-moz-selection {
    background: #ffa200;
    color: #fff;
}

::-ms-clear {
    display: none;
}

@page {
    size: 8.5in 11in;
    margin: 0mm;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

html, body {
    height: 100%;
    width: 100%
}

body {
    background-color: #ffffff;
    font-family: "Open Sans",sans-serif;
    color: #515f67;
    overflow-x: hidden;
}

header {
    z-index: 99999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    height: 150px;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.92);
}

body:not(.home) {
    margin-top: 150px;
}

header.slim {
    height: 72px;
    background-color: rgba(255, 255, 255, 0.95);
}

header.slim h1 {
    padding-top: 12px;
}

header.slim nav {
    top: 26px;
}

header.slim img {
    width: 200px;
    height: 45px
}

header h1 {
    padding-top: 42px;
    float: left;
}

header h1 img {
    width: 269px;
    height: 60px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

header nav {
    position: relative;
    top: 66px;
    float: right;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@media (max-width: 959px) {
    header h1 {
        padding-top: 12px;
    }
    header {
        height: 72px;
        background-color: rgba(255, 255, 255, 0.95);
    }
    header h1 img {
        width: 200px;
        height: 45px
    }
    header nav li:not(.header_s) {
        display: none;
    }
    header nav {
        top: 26px;
    }
}

nav li,section#galerie ul.albums li {
    float: left;
    margin-left: 3px;
}

nav li a,section#galerie ul.albums li a,#slider a.down,.btn {
    padding: 6px 18px 5px 18px;
    line-height: 1.5;
    border: 2px solid transparent;
    text-transform: uppercase;
    color: #515153;
    font-weight: 500;
    font-size: 15px;
}

.header_s a {
    padding: 0 4px;
    border: 0;
    font-size: 22px;
    position: relative;
    top: -5px;
}
.header_s a:hover {
    border: 0;
}

header nav a:hover,header nav li.active a, section#galerie ul.albums a:hover, section#galerie ul.albums li.active a,section#cenik a.contact em, .btn:hover {
    border: 2px solid #ffa200;
    color: #ffa200;
}

#slider {
    /* height: 800px; */
    position: relative;
    overflow: hidden;
}

#slider a.down {
    z-index: 98;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -74px;
    border: 2px solid #fff;
    color: #fff;
}

section h1,
section h2 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 32px;
    position: relative;
    line-height: 32px;
    margin-bottom: 45px;
    color: #fff;
}
section h1:after,
section h2:after {
    width: 45px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
}

section.b h2:after {
    background-color: #515f67;
}

section.b h2 {
    color: #515f67;
}

section h3 {
    font-size: 23px;
    line-height: 56px;
}

section#art {
    min-height: 869px;
    background-color: #515153;
    padding: 80px 0;
    color: #fff;
}

section#art .item {
    position: relative;
    cursor: pointer;
    width: 100%;
    float: left;
    padding-right: 16px;
    background-color: #515153;
    margin-top: 70px;
}

@media (min-width: 600px) {
    section#art .item {
        width: 50%;
        min-height: 200px;
    }
}

@media (min-width: 959px) {
    section#art .item {
        width: 25%;
        min-height: 316px;
    }
}

section#art .item .icon {
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    position: relative;
    z-index: 0;
    width: 78px;
    height: 78px;
    background-image: url('../img/icon.png');
    background-repeat: no-repeat;
}

section#art .item.on .icon {
    -webkit-transform: rotate(355deg) scale(0.4);
    -moz-transform: rotate(355deg) scale(0.4);
    -o-transform: rotate(355deg) scale(0.4);
    -ms-transform: rotate(355deg) scale(0.4);
    transform: rotate(355deg) scale(0.4);
    opacity: 0.2;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

section#art .item .h {
    position: relative;
    min-height: 130px;
}

@media (max-width: 350px) {
    section#art .item .h {
        min-height: 150px;
    }
}

section#art .item .h .m {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

section#art .item:hover span,section#art .item.hover span {
    z-index: 2;
}

section#art .item.hover span {
    display: block !important;
}

section#art .item:hover,section#art .item.hover {
    z-index: 1;
}

section#art h3 {
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 0 11px 0;
}

section#art span,section#art p {
    font-size: 11px;
    line-height: 19px;
    padding-bottom: 10px;
    background-color: #515153;
    z-index: 9999;
    position: relative;
}

section#art p:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(81,81,83,0) 0%, rgba(81,81,83,1) 100%);
    background: -webkit-linear-gradient(top, rgba(81,81,83,0) 0%,rgba(81,81,83,1) 100%);
    background: linear-gradient(to bottom, rgba(81,81,83,0) 0%,rgba(81,81,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00515153', endColorstr='#515153',GradientType=0 );
}

section#art span,section#art p:hover:before {
    display: none;
}

section#art .balet .icon {
    background-position: -13px 0px;
}

section#art .modern .icon {
    background-position: -11px -126px;
}

section#art .jazz .icon {
    background-position: -23px -266px;
}

section#art .breakdance .icon {
    background-position: -13px -405px;
}

section#art .hiphop .icon {
    background-position: -11px -554px;
}

section#art .popping .icon {
    background-position: -20px -696px;
}

section#art .hype .icon {
    background-position: -18px -839px;
}

section#art .wacking .icon {
    background-position: -25px -985px;
}

section#art .locking .icon {
    background-position: -21px -1123px;
}

section#art .dancehall .icon {
    background-position: -22px -1257px;
}

section#art .vogue .icon {
    background-position: -13px -1409px;
}

section#art .housedance .icon {
    background-position: -21px -1552px;
}


section#galerie {
    padding: 80px 0;
}

section#galerie h2 {
    float: left;
}

section#galerie ul.albums {
    float: right;
}

section#galerie ul.albums {
    line-height: 44px;
}

section#galerie ul.albums li a {
    color: #515f67;
    position: relative;
}

section#galerie .listing {
    clear: both;
}

section#galerie .listing div div {
    margin-bottom: 24px;
}

section#galerie .listing div:hover em {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

section#galerie .listing a {
    display: block;
    position: relative;
    font-size: 0;
}

section#galerie .listing img {
    width: 100%;
}

section#galerie .listing em {
    padding: 20px;
    font-weight: 200;
    line-height: 35px;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: block;
}

section#galerie a.more {
    position: absolute;
    bottom: -35px;
    left: 50%;
    text-transform: uppercase;
    color: #ffa200;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

section#cenik {
    padding: 80px 0 0 0;
    background-color: #515153;
    text-transform: uppercase;
}

section#cenik a.icon,section#cenik a.contact {
    background: url('../img/cloud.png') center top no-repeat;
    padding: 76px 0 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin: 0px auto;
    display: block;
    width: 230px;
    text-align: center;
    position: relative;
    top: -40px;
}

section#cenik a.contact {
    background: none;
    text-transform: none;
    margin: 37px auto 0 auto;
    padding: 0;
    width: 105px;
}

section#cenik a.contact em {
    display: block;
    margin: 5px auto;
    text-transform: uppercase;
}

section#reference {
    padding: 80px 0;
    background-image: url('../img/ref.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    overflow: hidden;
}

section#reference .content, section#kdo-jsme {
    color: #fff;
    line-height: 27px;
    font-size: 13px;
}

section#reference p,section#kdo-jsme p {
    margin-bottom: 28px;
}

section#reference .content {
    font-size: 16px;
    line-height: 30px;
}

section#reference .content,
section#aktuality .content {
    position: relative;
    max-height: 319px;
    overflow: hidden;
    margin-bottom: 24px;
    -webkit-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
}

section#reference .content.show,
section#aktuality .content.show {
    max-height: 5000px;
    -webkit-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
}

section#aktuality .content:not(.show):before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(81,81,83,0) 0%, #ffa200 100%);
    background: -webkit-linear-gradient(top, rgba(81,81,83,0) 0%,#ffa200 100%);
    background: linear-gradient(to bottom, rgba(81,81,83,0) 0%,#ffa200 100%);
}

section#lektori {
    padding: 80px 0;
    overflow: hidden;
}

section#lektori h3 {
    max-width: 304px;
    color: #ffa200;
    font-size: 44px;
    font-weight: 200;
    margin-top: -11px;
    margin-bottom: 8px;
}

section#lektori img {
    margin: 0 0 20px 0;
    width: 100%;
}

section#lektori .lektor {
    position: relative;
    text-align: justify;
    height: 360px;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    margin-bottom: 48px;
}

section#lektori .lektor:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

section#aktuality {
    padding: 80px 0;
    background: #ffa200;
    color: #fff;
    font-size: 25px;
    font-weight: 200;
    line-height: 40px;
}

section#aktuality .wrap {
    background: url('../img/aktuality.png') 1121px 0 no-repeat;
}

.aktuality__item {
    overflow: hidden;
}

.aktuality__date {
    font-weight: 600;
}


@media (max-width: 767px) {
    .aktuality__content {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) {
    .aktuality__date {
        float: left;
        margin-right: -170px;
    }

    .aktuality__content {
        float: left;
        margin-left: 170px;
    }
}

.aktuality__btn {
    font-size: 16px;
}

.aktuality__content strong{
    font-weight: 600;
}

section#aktuality a {
    color: #fff;
}

.aktuality__btn,
.reference__btn {
    border: 2px solid #fff;
    padding: 6px 18px 5px 18px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-top: 48px;
    display: inline-block;
}

section#aktuality .content:not(.show) .aktuality__btn {
    display: none;
}

.reference__btn {
    border-color: #ffa200;
}

section#kdo-jsme {
    padding: 80px 0;
    background-image: url('../img/about.jpg');
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    min-height: 505px;
    overflow: hidden;
}
section#kdo-jsme p:nth-child(3n) {
    margin: 0;
}

section#kdo-jsme table {
    float: left;
}

section#kdo-jsme a.f {
    background: url('../img/fburl.png') center right no-repeat;
    text-indent: -10027px;
    width: 325px;
    height: 89px;
    display: block;
    float: right;
    margin-top: 17px;
}

section#team {
    padding: 80px 0;
    background-color: #353f47;
    font-size: 20px;
    line-height: 34px;
    font-weight: 200;
    color: #fff;
}

section#team .wrap {
    background: url('../img/team.png') 961px 0 no-repeat;
}

section#team h3 {
    font-size: 30px;
    color: #ffa200;
}

section#team table {
    width: 100%;
    font-size: 18px;
}

section#team table tr td:last-child {
    padding-left: 40px;
    width: 50%;
    border-left: 1px solid #464d53;
}

strong {
    font-weight: 600;
}

section#rozvrh {
    padding: 40px 0;
    font-size: 25px;
    line-height: 34px;
    font-weight: 200;
}

section#rozvrh .wrap {
    background: url('../img/rozvrh.png') 1122px 0 no-repeat;
}

section#rozvrh strong {
    font-weight: 500;
    font-size: 18px;
    color: #ffa200;
    display: block;
    margin-top: 50px;
}

section#rozvrh table {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    display: table;
}

section#rozvrh table td,section#rozvrh table th {
    width: 50px;
    display: table-cell
}

section#rozvrh table th {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

section#rozvrh table td {
    min-width: 120px;
    border: 1px solid #d3d3d3;
    padding: 15px 2px 15px 2px;
    text-align: center;
    margin: 0;
    line-height: 6px;
}

section#rozvrh table tr td:first-child, section#rozvrh table tr td:last-child {
    text-align: left;
}

section#rozvrh table tr td:last-child {
    padding-left: 20px;
}

section#rozvrh table tr td:first-child {
    border-left: 0;
}

section#rozvrh table tr td:last-child {
    border-right: 0;
    min-width: 150px;
}

section#rozvrh table tr:last-child td {
    border-bottom: 0
}

section#rozvrh table tr td:first-child {
    min-width: 50px;
}

section#kontakt {
    padding: 80px 0;
    background-color: #515153;
    background-image: url('../img/contact.jpg');
    background-position: top center;
    background-size: cover;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
    min-height: 814px;
    overflow: hidden;
}

section#kontakt table {
    width: 100%;
    min-width: 654px;
    margin: 19px 0 6px 0;
    font-size: 14px;
}

section#kontakt label {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

section#kontakt textarea {
    max-width: 1172px;
    height: 220px;
    padding: 20px;
}

section#kontakt td {
    vertical-align: top;
    line-height: 20px;
}

@media (max-width: 450px) {
    section#kontakt td {
        display: block;
        margin-bottom: 24px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    section#kontakt .address_holder {
        text-align: center;
    }
}
section#kontakt p.off {
    margin-left: 20px;
}

section#kontakt .size1 {
    width: 471px
}

section#kontakt .size2 {
    width: 40px
}

section#kontakt span.color {
    color: #ffa200;
}

section#lektor {
    background-color: #ffa200;
    color: #fff;
    padding: 48px 0;
}

section#lektor a {
    color: #fff;
}

.lektor__content {
    line-height: 1.5;
}

section#lektor hr {
    border-color: #fff;
    border-top: 0;
}

section#kontakt .error, section#kontakt .success, section#kontakt .sending {
    font-size: 31px;
    line-height: 150px;
    font-weight: 200;
    text-align: center;
}

section#kontakt .address {
    margin: 64px 0 0 0;
    display: inline-block;
    text-align: left;
}

@media (min-width: 768px) {
    section#kontakt .address {
        margin-top: 135px;
    }
}

@media (max-width: 767px) {
    section#kontakt .address_holder {
        text-align: center;
    }
}

footer {
    background-color: #353f47;
    padding: 45px 0 74px 0;
    color: #515f67;
    font-size: 12px;
}

footer a {
    color: #515f67;
    text-decoration: none;
}

footer .l,footer li {
    float: left;
}

footer .r {
    float: right;
    text-align: right;
}

footer li {
    margin-right: 30px;
    position: relative;
}

footer li:after {
    width: 1px;
    height: 15px;
    background-color: #515f67;
    position: absolute;
    top: 0px;
    right: -16px;
    content: '';
}

footer li:last-child:after {
    display: none
}

footer .menu {
    margin-top: 43px;
}

@media (min-width: 960px) {
    nav {
        display: block;
    }
}

@media (max-width: 767px) {
    section#kdo-jsme a.f {
        background-size: 50% auto;
    }
}

@media (max-width: 500px) {
    section#kdo-jsme a.f {
        transform: scale(0.8);
        transform-origin: right center;
    }
}

@media (max-width: 1200px) {

    section#art .item {
        margin-bottom: 30px;
    }

    section#lektori .lektor {
        min-height: 350px;
    }

    section#rozvrh table {
        font-size: 16px
    }

    section#rozvrh table td {
        white-space: nowrap;
        min-width: 100px;
    }

    section#team table tr:first-child td:first-child {
        padding-right: 30px
    }

    section#galerie ul.listing li {
        margin: 0 55px 55px 0;
    }

    section#galerie ul.listing li:nth-child(2n) {
        margin-right: 55px;
    }

    section#galerie ul.listing li:nth-child(3n) {
        margin-right: 0;
    }

    header.slim nav {
        /* left: 253px; */
    }

    nav li a {
        padding-left: 7px;
        padding-right: 7px;
    }

    .ls-fullwidth .ls-nav-next {
        right: 50%;
        margin-right: -520px !important;
    }

    .ls-fullwidth .ls-nav-prev {
        left: 50%;
        margin-left: -520px !important;
    }

    section#art {
        padding-bottom: 20px;
    }

    section#kdo-jsme p {
        margin-bottom: 5px !important;
        font-size: 12px;
    }

    section#kdo-jsme table td {
        padding: 0;
        margin: 0;
        line-height: 22px
    }

    section#kdo-jsme a.f {
        position: absolute;
        top: -52px;
        right: 20px;
    }

    section#kontakt .size1 {
        width: 300px;
    }

    section#kontakt .size2 {
        width: 20px;
    }

    .select {
        background: url('../img/arrow.png') no-repeat 97%;
    }
}

@media (max-width: 450px) {
    section#team table td,
    section#team table tr td:last-child {
        display: block;
        margin-bottom: 24px;
        width: 100%;
        padding: 0;
        border: 0;
    }
}

.grid {
    margin: 0;
    margin-left: -24px;
    margin-left: -1.5rem;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.grid-item {
    display: inline-block;
    margin-left: 0;
    width: 100%;
    padding-left: 24px;
    padding-left: 1.5rem;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
}

[class~="1/1"],
.one-whole {
    width: 100% !important;
}
[class~="1/2"],
.one-half,
[class~="2/4"],
.two-fourths,
[class~="3/6"],
.three-sixths,
[class~="4/8"],
.four-eighths,
[class~="5/10"],
.five-tenths,
[class~="6/12"],
.six-twelfths {
    width: 50% !important;
}
[class~="1/3"],
.one-third,
[class~="2/6"],
.two-sixths,
[class~="3/9"],
.three-ninths,
[class~="4/12"],
.four-twelfths {
    width: 33.3333333% !important;
}
[class~="2/3"],
.two-thirds,
[class~="4/6"],
.four-sixths,
[class~="6/9"],
.six-ninths,
[class~="8/12"],
.eight-twelfths {
    width: 66.6666666% !important;
}
[class~="1/4"],
.one-fourth,
[class~="2/8"],
.two-eighths,
[class~="3/12"],
.three-twelfths {
    width: 25% !important;
}
[class~="3/4"],
.three-fourths,
[class~="6/8"],
.six-eighths,
[class~="9/12"],
.nine-twelfths {
    width: 75% !important;
}
[class~="1/5"],
.one-fifth,
[class~="2/10"],
.two-tenths {
    width: 20% !important;
}
[class~="2/5"],
.two-fifths,
[class~="4/10"],
.four-tenths {
    width: 40% !important;
}
[class~="3/5"],
.three-fifths,
[class~="6/10"],
.six-tenths {
    width: 60% !important;
}
[class~="4/5"],
.four-fifths,
[class~="8/10"],
.eight-tenths {
    width: 80% !important;
}
[class~="1/6"],
.one-sixth,
[class~="2/12"],
.two-twelfths {
    width: 16.6666666% !important;
}
[class~="5/6"],
.five-sixths,
[class~="10/12"],
.ten-twelfths {
    width: 83.3333333% !important;
}
[class~="1/8"],
.one-eighth {
    width: 12.5% !important;
}
[class~="3/8"],
.three-eighths {
    width: 37.5% !important;
}
[class~="5/8"],
.five-eighths {
    width: 62.5% !important;
}
[class~="7/8"],
.seven-eighths {
    width: 87.5% !important;
}
[class~="1/9"],
.one-ninth {
    width: 11.1111111% !important;
}
[class~="2/9"],
.two-ninths {
    width: 22.2222222% !important;
}
[class~="4/9"],
.four-ninths {
    width: 44.4444444% !important;
}
[class~="5/9"],
.five-ninths {
    width: 55.5555555% !important;
}
[class~="7/9"],
.seven-ninths {
    width: 77.7777777% !important;
}
[class~="8/9"],
.eight-ninths {
    width: 88.8888888% !important;
}
[class~="1/10"],
.one-tenth {
    width: 10% !important;
}
[class~="3/10"],
.three-tenths {
    width: 30% !important;
}
[class~="7/10"],
.seven-tenths {
    width: 70% !important;
}
[class~="9/10"],
.nine-tenths {
    width: 90% !important;
}
[class~="1/12"],
.one-twelfth {
    width: 8.3333333% !important;
}
[class~="5/12"],
.five-twelfths {
    width: 41.6666666% !important;
}
[class~="7/12"],
.seven-twelfths {
    width: 58.3333333% !important;
}
[class~="11/12"],
.eleven-twelfths {
    width: 91.6666666% !important;
}
@media (min-width: 768px) {
    .md-width-auto {
        width: auto !important;
    }
    [class~="md-1/1"],
    .md-one-whole {
        width: 100% !important;
    }
    [class~="md-1/2"],
    .md-one-half,
    [class~="md-2/4"],
    .md-two-fourths,
    [class~="md-3/6"],
    .md-three-sixths,
    [class~="md-4/8"],
    .md-four-eighths,
    [class~="md-5/10"],
    .md-five-tenths,
    [class~="md-6/12"],
    .md-six-twelfths {
        width: 50% !important;
    }
    [class~="md-1/3"],
    .md-one-third,
    [class~="md-2/6"],
    .md-two-sixths,
    [class~="md-3/9"],
    .md-three-ninths,
    [class~="md-4/12"],
    .md-four-twelfths {
        width: 33.3333333% !important;
    }
    [class~="md-2/3"],
    .md-two-thirds,
    [class~="md-4/6"],
    .md-four-sixths,
    [class~="md-6/9"],
    .md-six-ninths,
    [class~="md-8/12"],
    .md-eight-twelfths {
        width: 66.6666666% !important;
    }
    [class~="md-1/4"],
    .md-one-fourth,
    [class~="md-2/8"],
    .md-two-eighths,
    [class~="md-3/12"],
    .md-three-twelfths {
        width: 25% !important;
    }
    [class~="md-3/4"],
    .md-three-fourths,
    [class~="md-6/8"],
    .md-six-eighths,
    [class~="md-9/12"],
    .md-nine-twelfths {
        width: 75% !important;
    }
    [class~="md-1/5"],
    .md-one-fifth,
    [class~="md-2/10"],
    .md-two-tenths {
        width: 20% !important;
    }
    [class~="md-2/5"],
    .md-two-fifths,
    [class~="md-4/10"],
    .md-four-tenths {
        width: 40% !important;
    }
    [class~="md-3/5"],
    .md-three-fifths,
    [class~="md-6/10"],
    .md-six-tenths {
        width: 60% !important;
    }
    [class~="md-4/5"],
    .md-four-fifths,
    [class~="md-8/10"],
    .md-eight-tenths {
        width: 80% !important;
    }
    [class~="md-1/6"],
    .md-one-sixth,
    [class~="md-2/12"],
    .md-two-twelfths {
        width: 16.6666666% !important;
    }
    [class~="md-5/6"],
    .md-five-sixths,
    [class~="md-10/12"],
    .md-ten-twelfths {
        width: 83.3333333% !important;
    }
    [class~="md-1/8"],
    .md-one-eighth {
        width: 12.5% !important;
    }
    [class~="md-3/8"],
    .md-three-eighths {
        width: 37.5% !important;
    }
    [class~="md-5/8"],
    .md-five-eighths {
        width: 62.5% !important;
    }
    [class~="md-7/8"],
    .md-seven-eighths {
        width: 87.5% !important;
    }
    [class~="md-1/9"],
    .md-one-ninth {
        width: 11.1111111% !important;
    }
    [class~="md-2/9"],
    .md-two-ninths {
        width: 22.2222222% !important;
    }
    [class~="md-4/9"],
    .md-four-ninths {
        width: 44.4444444% !important;
    }
    [class~="md-5/9"],
    .md-five-ninths {
        width: 55.5555555% !important;
    }
    [class~="md-7/9"],
    .md-seven-ninths {
        width: 77.7777777% !important;
    }
    [class~="md-8/9"],
    .md-eight-ninths {
        width: 88.8888888% !important;
    }
    [class~="md-1/10"],
    .md-one-tenth {
        width: 10% !important;
    }
    [class~="md-3/10"],
    .md-three-tenths {
        width: 30% !important;
    }
    [class~="md-7/10"],
    .md-seven-tenths {
        width: 70% !important;
    }
    [class~="md-9/10"],
    .md-nine-tenths {
        width: 90% !important;
    }
    [class~="md-1/12"],
    .md-one-twelfth {
        width: 8.3333333% !important;
    }
    [class~="md-5/12"],
    .md-five-twelfths {
        width: 41.6666666% !important;
    }
    [class~="md-7/12"],
    .md-seven-twelfths {
        width: 58.3333333% !important;
    }
    [class~="md-11/12"],
    .md-eleven-twelfths {
        width: 91.6666666% !important;
    }
}

a[data-open] {
    position: relative;
    display: block;
}

a[data-open]:before,
a[data-open]:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.92);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -4px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    color: #ffa200;
    z-index: 1;
}

a[data-open]:after {
    content: attr(data-open);
    background-color: transparent;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-20px);
    -moz-transform: translateY(-50%) translateX(-20px);
    -ms-transform: translateY(-50%) translateX(-20px);
    -o-transform: translateY(-50%) translateX(-20px);
       transform: translateY(-50%) translateX(-20px);
    bottom: auto;
}


a[data-open]:hover:before,
a[data-open]:hover:after {
    opacity: 1;
}

a[data-open]:hover:after {
    -webkit-transform: translateY(-50%) translateX(0px);
    -moz-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
       transform: translateY(-50%) translateX(0px);
}


.pagination {
    clear: both;
    text-align: center;
    margin-top: 24px;
    font-size: 18px;
}

.pagination a, .pagination span {
    text-decoration: none;
    padding: 3px 10px;
    margin: 2px;
    display: inline-block;
    min-width: 52px;
    border: 1px solid transparent;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.pagination a:hover, .pagination span.current {
    background-color: #ffffff;
    color: #ffa200;
}

.pagination span.current {
    font-weight: bold;
}


.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.box {
    border: 1px solid #ffffff;
    padding: 24px;
    font-size: 16px;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.mt {
    margin-top: 24px !important;
}

.mr {
    margin-right: 24px !important;
}

.mb {
    margin-bottom: 24px !important;
}

.tc {
    text-align: center;
}

.lektor__img {
    display: block;
    margin-bottom: 24px;
}

.lektor__s {
    font-size: 24px;
}

.hidden {
    display: none
}

.burger {
    position: fixed;
    top: 10px;
    right: 10px;
    -webkit-transition: opacity 0.5s 0.5s linear;
    -moz-transition: opacity 0.5s 0.5s linear;
    -o-transition: opacity 0.5s 0.5s linear;
    transition: opacity 0.5s 0.5s linear;
    z-index: 20;
    display: none;
    padding: 5px 12px;
    cursor: pointer;
    background-color: #ffffff;
}

.burger li {
    width: 38px;
    height: 5px;
    background-color: #ffa200;
    margin: 7px 0;
    list-style-type: none;
}

@media (min-height:800px) {
    .nav__mobile li a {
        font-size: 16px;
        padding: 11px 20px 11px 25px;
    }
}

main {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

@media (min-width:959px) {
    html main {
        padding-top: 120px;
    }
    html.home main {
        padding-top: 80px;
    }
}

main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 278px;
}

@media (max-width: 959px) {
    main {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav__mobile__animate {
    width: 262px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background-color: #ffa200;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 9999999;
}

@media (max-width: 959px) {
    .burger {
        display: block;
    }

    html.nav__mobile--open .burger {
        opacity: 0;
        -webkit-transition: opacity 0.2s 0s linear;
        -moz-transition: opacity 0.2s 0s linear;
        -o-transition: opacity 0.2s 0s linear;
        transition: opacity 0.2s 0s linear;
    }

    html.nav__mobile--close main {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation: nav__mobile__close .3s ease-in-out;
        -moz-animation: nav__mobile__close .3s ease-in-out;
        -o-animation: nav__mobile__close .3s ease-in-out;
        animation: nav__mobile__close .3s ease-in-out;
    }

    .nav__mobile__scroll {
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0px;
        width: 262px;
        z-index: 9999999;
    }

    .nav__mobile__scroll__logo {
        padding: 25px;
    }

    .nav__mobile__scroll::-webkit-scrollbar {
        width: 5px;
    }

    .nav__mobile__scroll::-webkit-scrollbar-thumb {
        background: #fff;
    }

    .nav__mobile__logo .logo {
        width: 142px;
        height: 120px;
        margin-left: 20px;
    }

    .nav__mobile ul {
        overflow-y: auto;
    }

    .nav__mobile li {
        display: block;
        float: none;
        margin: 0;
    }

    .nav__mobile li i {
        vertical-align: -4px;
        font-size: 22px;
        margin-right: 6px;
        display: inline-block;
    }

    .nav__mobile li a {
        color: #fff;
        padding: 10px 0px 9px 25px;
        display: block;
        text-decoration: none;
        font-size: 18px;
        font-weight: 200;
    }

    .nav__mobile li a:hover,
    .nav__mobile .current-menu-item a {
        color: #ffa200;
        background-color: #fff;
    }

    html.nav__mobile--open main {
        -webkit-transform: translate3d(-240px, 0, 0);
        -moz-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
        -webkit-animation: nav__mobile__open .3s ease-in-out;
        -moz-animation: nav__mobile__open .3s ease-in-out;
        -o-animation: nav__mobile__open .3s ease-in-out;
        animation: nav__mobile__open .3s ease-in-out;
    }

    html.nav__mobile--open main:after {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        z-index: 999999;
    }

    html.nav__mobile--open main:before {
        content: '';
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s, opacity 0.5s linear;
        -moz-transition: visibility 0s, opacity 0.5s linear;
        -o-transition: visibility 0s, opacity 0.5s linear;
        transition: visibility 0s, opacity 0.5s linear;
    }

    html.nav__mobile--open main:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 999999999;
        visibility: visible;
        opacity: 0.66;
        -webkit-transition: visibility 0s, opacity 0.5s linear;
        -moz-transition: visibility 0s, opacity 0.5s linear;
        -o-transition: visibility 0s, opacity 0.5s linear;
        transition: visibility 0s, opacity 0.5s linear;
        cursor: pointer;
        height: 100%;
    }

    html.nav__mobile--open .nav__mobile__animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation: slideIn .35s ease-in-out;
        -moz-animation: slideIn .35s ease-in-out;
        -o-animation: slideIn .35s ease-in-out;
        animation: slideIn .35s ease-in-out;
    }

    html.nav__mobile--close .nav__mobile__animate {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-animation: slideOut .3s ease-in-out forwards;
        -moz-animation: slideOut .3s ease-in-out forwards;
        -o-animation: slideOut .3s ease-in-out forwards;
        animation: slideOut .3s ease-in-out forwards;
    }
}

@-webkit-keyframes nav__mobile__open {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-240px, 0, 0);
    }
}

@-moz-keyframes nav__mobile__open {
    0% {
        -moz-transform: translate3d(0, 0, 0);
    }
    100% {
        -moz-transform: translate3d(-240px, 0, 0);
    }
}

@-o-keyframes nav__mobile__open {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-240px, 0, 0);
    }
}

@keyframes nav__mobile__open {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-240px, 0, 0);
        -moz-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}

@-webkit-keyframes nav__mobile__close {
    0% {
        -webkit-transform: translate3d(-240px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes nav__mobile__close {
    0% {
        -moz-transform: translate3d(-240px, 0, 0);
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes nav__mobile__close {
    0% {
        transform: translate3d(-240px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes nav__mobile__close {
    0% {
        -webkit-transform: translate3d(-240px, 0, 0);
        -moz-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideIn {
    0% {

        -webkit-transform: translate3d(100%, 0, 0);
    }
    100% {

        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideIn {
    0% {

        -moz-transform: translate3d(100%, 0, 0);
    }
    100% {

        -moz-transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes slideIn {
    0% {

        transform: translate3d(100%, 0, 0);
    }
    100% {

        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOut {
    0% {

        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: .3;
        -webkit-transform: translate3d(100%, 0, 0);
    }
}

@-moz-keyframes slideOut {
    0% {

        -moz-transform: translate3d(0, 0, 0);
    }
    100% {

        -moz-transform: translate3d(100%, 0, 0);
    }
}

@-o-keyframes slideOut {
    0% {

        transform: translate3d(0, 0, 0);
    }
    100% {

        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOut {
    0% {

        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {

        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.nav__mobile__logo {
    display: block;
    padding: 26px;
}