/*
        Theme Name: HTML5 Blank
        Theme URI: http://html5blank.com
        Description: HTML5 Blank WordPress Theme
        Version: 1.4.3
        Author: Todd Motto (@toddmotto)
        Author URI: http://toddmotto.com
        Tags: Blank, HTML5, CSS3

        License: MIT
        License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
        TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Shapiro';
    src:url('fonts/Shapiro-95SuperExtd.eot');
    src:url('fonts/Shapiro-95SuperExtd.eot?#iefix') format('embedded-opentype'),
        url('fonts/Shapiro-95SuperExtd.woff') format('woff'),
        url('fonts/Shapiro-95SuperExtd.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;

    overflow: hidden;
}

*{
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
}

html {
    color:#000;
}
body {

}


main{
height:100vh;
}

main section{
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
}

.wrapper {

}




.slider{
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width:70vw;
  height:70vh;
  
  z-index:5;
  
  
  
}


.slider *{
overflow:visible;
}
 
.main-carousel{
height:100%;


}

.flickity-viewport{
max-height:100%;
}

.carousel-cell {

width:100%;


height: 100%;

display:flex;
flex-direction:column;
justify-content:center;

  
}

.carousel-cell img{
width:auto;
height: auto;
margin: 0 auto;
display:block;
max-height: 100%;
max-width: 100%;

    
}

.marquee-obal{
    max-width:100%;
    z-index:10;
    pointer-events:none;
    padding-bottom: 80px;
    
      overflow: hidden;
    position: relative;
    width: 100%;
    white-space: nowrap;

}


/* Make it a marquee */
.marquee {

    font-family: 'Shapiro', sans-serif;
    text-transform: uppercase;
    font-size: 192px;
    line-height: 192px;
pointer-events: none;
 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
            

    
    
 
    
    
    
        display: inline-block;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 30s linear infinite;

}

.marquee span{
    width: 300px;
    display: inline-block;
}



/* Make it move */
@keyframes marquee {
    0%   { text-indent: 0em }
    100% { text-indent: -105em }
}



img {
    max-width:100%;
}
a {
    color:#000;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:none;

}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:none;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* header */
.header {
z-index:10;
}
/* logo */
.logo {
    position: absolute;
    top:20px;
    left: 20px;

}

.logo h1 a {
    font-family: 'Shapiro', sans-serif;
    text-transform: uppercase;
    font-size:64px;
    line-height: 64px;
}


/* footer */
.footer {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index:10;


}

.footer a{
    cursor: pointer;
    font-size: 56px;
    line-height: 56px;
    font-family: 'Shapiro', sans-serif;
    display: block;
    text-align: right;
    text-transform: uppercase;
}

#paoc-modal-1{
    overflow-y: auto;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.info-sidebar-content{
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 80px;
}

.info-sidebar-content .contact{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 120px;
}

.info-sidebar-content .contact .contact-item{
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;

}

.info-sidebar-content .contact .contact-item br{
visibility: hidden;
display: none;
}

.info-sidebar-content .contact .contact-item .contact-item-inner{
    display: block;
    font-size: 36px;
}






.info-sidebar-content p{
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px;
}


.info-sidebar-content .sidebar-p{
    padding-left: 20px;
    padding-right: 20px;
}



.info-sidebar-content .kontakt-home{
    display: inline;
    font-family: 'Shapiro', sans-serif;
    font-size: 28px;
    line-height: 23px;

}





.info-sidebar-content h2{
    font-size: 28px;
    line-height: 28px;
    font-family: 'Shapiro', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}



.info-sidebar-content .contact-item span{
    display: block;
    font-size: 36px;
}

.info-sidebar-content .contact-item span a {
    display: inline;
}

.info-sidebar-content .contact-item > a{
    font-size: 36px;
    line-height: 44px;
    display: block;
    width: fit-content;

}

.info-sidebar-content .contact-item-social{
    display: block;
    margin-bottom: 10px;

}

.info-sidebar-content .contact-item-social a{
    display: block;
    font-size: 36px;
    line-height: 44px;
    width: fit-content;
}

.paoc-popup-close{
    background: none;
    position: absolute;
    top: 20px!important;
    right: 20px!important;
    
}

.sidebar-services h2{
padding-left: 20px;
padding-right: 20px;
}

.sidebar-services ul{
padding-left: 48px;
padding-right: 20px;
padding-bottom: 40px;
list-style: square outside none;

}

.sidebar-services ul li{
   font-size: 36px;
    line-height: 40px;
    overflow:visible;
    
  
}

@media only screen and (max-width: 720px){
.custombox-content .paoc-cb-popup-body, .paoc-hide-overlay.custombox-content {
    width: 100%!important;
    max-width: 100% !important;
}

}

.custombox-fullscreen.paoc-cb-popup .paoc-cb-popup-body{
margin: 0;
width: 100%;
}
/*
.sidebar-services ul li::before{
content: "■";
padding-right: 10px;
    
  
}*/




/*------------------------------------*\
    IMAGES
\*------------------------------------*/




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:1600px) {
    .info-sidebar-content{
        /*padding-top: 80px;*/
    }
}

@media only screen and (max-width:1024px) {

    .info-sidebar-content{
        padding-top: 80px;
        padding-left: 00px;
        padding-right: 00px;
    }
    
    .info-sidebar-content .contact{
        margin-top: 60px
    }

    .logo h1 a{
        font-size:32px;
        line-height: 16px;
    }

    .footer a{
        font-size:32px;
        line-height: 32px;
    }

    .info-sidebar-content p, .info-sidebar-content h2{
        font-size: 22px;
        line-height: 26px;

    }

    .info-sidebar-content p{

        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px
    }


    .info-sidebar-content .kontakt-home{
        font-size: 18px;
        line-height: 18px;
    }

    .info-sidebar-content .contact-item span, .info-sidebar-content .contact-item span a, .info-sidebar-content .contact-item > a, .info-sidebar-content .contact-item-social a, .info-sidebar-content .contact .contact-item .contact-item-inner{
        font-size: 22px;
        line-height: 26px;
    }


    .running-text-obal p{
        font-size: 148px;
        line-height: 148px;

    }

    .info-sidebar-content .kontakt-zavrit svg{
        width: 32px;
        height: 32px;
    }

    
    
 
 .sidebar-services ul{
padding-left: 40px;
    
  
}
   
.sidebar-services ul li{
font-size: 22px;
    line-height: 26px;
    
  
  

}
.marquee-obal{
padding-bottom: 20px;
}
  .marquee{
  font-size:90px;
  
  }
  
  .slider{
  width:100%;
  }
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#000;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#000;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#000;
    color:#FFF;
    text-shadow:none;
}

