/*
Theme Name: Skytoll
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skytoll
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,600,700,800');

* {
    font-family: 'Open Sans', sans-serif !important;
}

html, body {
    font-family: 'Open Sans', sans-serif !important;
}

body {

    font-family: 'Open Sans', sans-serif !important;
}

.lang span {
    font-weight: bold;
}

.np {
    padding: 0px!important;
}

.nm {
    margin: 0px!important;
}

.web {
    display: flex;
}

.mobile {
    display: none;
}

.sublinks{
    display: none;
    background-color: #302d7d;
    width: 200px;
    height: 100%;
    margin-left: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 41;    

}



.sublinks p, .megasublinks p{
    font-size: 15px!important;
    line-height: 16px!important;
    margin: 10px;
}

.megasublinks{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    width: 215%;
    background-color: #302d7d;
    padding-left: 102%;
    z-index: -1;
    height: 324px;
}

.issub {
    line-height: 0px!important;
}

.dummy {
    margin-top: 100%;
}

.insider:hover {
    background-color: #302d7d;
} 

.insider {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 15px;
    right: 0;
    text-align:center;
    padding-top:calc(50% - 100px);
    background-color: #000000;
}

.menu-top {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    height: 80px;
    display: block;
}

.menu-top2 {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    background-color: transparent;
    border-bottom: 0px solid #cccccc;
    height: 80px;
    display: block;
}

.menu-top2 .logo {
    background-image: url("../img/loga/logo.svg")!important;
}

.menu-top2 .ppf {
    background-image: url("../img/loga/PPF_white.png")!important;
}

.krizik {
    background-image: url("../img/x-button.png")!important;
    cursor: pointer;
}

.menu-top2 .menu-btn {
    background-image: url("../img/hamburger_white.png");
    cursor: pointer;
}

.logo {
    background-image: url("../img/loga/logo2.svg");
    background-size: contain; 
    background-repeat: no-repeat;
    width: 175px;
    height: 41px;
    top: 25px;
    left: 15px;
    display: block;
    position: absolute;
    z-index: 2;
}


.ppf {
    background-image: url("../img/loga/PPF_blue.png");
    background-size: contain; 
    background-repeat: no-repeat;
    height: 40px;
    width: 50px;
    top: 20px;
    right: 200px;
    display: block;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}


.menu-btn {
    background-image: url("../img/hamburger_black.png");
    background-size: cover; 
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    display: block;
    position: absolute;
    z-index: 3;   
}

.lang {
    width: 120px;
    height: 40px;
    top: 20px;
    right: 80px;
    display: block;
    position: absolute;
    z-index: 3;   
    color: #ffffff;
    /*background-color: rgba(255,255,255,0.3);
    border: 1px solid silver;*/
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-weight: normal;
}

.lang a, .lang span {
    margin-left: 10px;
    color: #ffffff;
}

#footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 150px;
    display: table;
    background-color: #f3f3f3;
    color: #ffffff;;
}

.copytext {
    position: relative;
    bottom: 0px;
    height: 80px;
    background-color: #313131;
    width: 100%;

}

.copytext .text {
    vertical-align: middle;
}

.fullsize {
    width: 100%;
    height: 100%;
    background-size: auto;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
}

.height100 {
    height: 100%!important;
}

.centrovac {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.footer2 {
    height: auto;
    width: 100%;
    float: left;
    color: #ffffff;

}

.footer_menu {
    height: auto;
    width: 100%;
    float: left;
    color: #ffffff;
    background-color: #313131;
}


.footer_menu .sub a{
    font-size: 10px;
}



.footer_menu a {
    color: #ffffff;

}

.footer_menu a:hover {
    color: #ffffff;
    text-decoration: underline!important;
}

.ucase {
    text-transform: uppercase;
}

.white {
    color: #ffffff!important;
}

.black {
    color: #000000!important;
}

.title-links {
    padding: 40px;
}

.silver-back {
    background-color: #f3f3f3;
}

.silver-border {
    background-color: #f3f3f3;
    border-left: 10px solid #f3f3f3;
    border-right: 10px solid #f3f3f3;
}

.white-back {
    background-color: #ffffff;
}

.stranka .novinka_title_image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}

#top-menu2 .lang a, #top-menu2 .lang span{
    color: #000000;
}

.stranka .profil_title_image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
    margin-bottom: 0px;
}

.stranka .profil_image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}


.stranka {
    margin-top: 80px;
}


.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

.nadpis {
    font-size: 70px;
    text-transform: uppercase;

}

h1 {
    font-size: 28px;
    line-height: 37px;
    color: black;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: uppercase;
}



h3 {

    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
    color: #383838;

}

.content {
    font-weight: 400;
    font-size: 14px;
    color: #6A6A6A;
    padding-bottom: 60px;
    line-height: 24px;
} 

.space50 {
    width: 100%;
    height: 50px;
    display: block;
}

.space30 {
    width: 100%;
    height: 30px;
    display: block;
}

.space10 {
    width: 100%;
    height: 10px;
    display: block;
}

.space20 {
    width: 100%;
    height: 10px;
    display: block;
}



.clickable {
    cursor: pointer;
    background-color: transparent;
}

.ms-slide .svg{
    width: 600px;
}



@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.clickable img:hover {
    opacity: .1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.clickable .news-image:hover, .clickable .refs-image:hover, .refs-image-sub:hover  {
    opacity: .1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.more {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.title-underline, .title {
    margin-top: 30px;
    margin-bottom: 30px;
    white-space: nowrap;
    width: auto;
    text-align: center;
    font-size: 35px;
    color: #302d7d;
    text-transform: uppercase;
}

.title-underline {
    margin-top: 70px;
    margin-bottom: 40px;
}

.title {
    white-space: normal;
}


.setter p:not(:first-child) {
    display: inline-block;
    line-height: 34px;
}

.irf {
    width: 90px;
    height: 90px;
    margin: 10px;
    margin-left: 0px;
}


.title-underline span {
    border-bottom: 3px solid #302d7d;
    padding-left: 20px;
    padding-right: 20px;

    display: inline-block;    

}

.title-underline a, .sub-title a, .title a  {
    color: #302d7d;
}


.fixedx {
    position: fixed;


}

.sub-title {
    margin-top: 30px;
    margin-bottom: 10px;
    white-space: nowrap;
    width: auto;
    text-align: left;
    font-size: 20px;
    color: #302d7d;
}

.kariera-sub-title {



    text-align: left;

    color: #302d7d;
    font-size: 20px;
      min-height: 100%;  /* Fallback for browsers do NOT support vh unit */


  display: flex;
  align-items: center;
    
}

.karierax {

    position: relative;
}


.border-bottom-line2 {
    position: relative;
    
    width: 100%;
}

.border-bottom-line2 img {
    display: flex;
    align-items: center;
    height: 70px;

}

.arrow {
    margin-top: 5px;
    color: #302d7d;
    font-size: 30px;
        margin-left: 10px;
    cursor: pointer;
}


.karierax p {
    margin-bottom: 0px!important;
}


@media screen and (max-width: 1415px){
    .border-bottom-line2 img {
        height: 60px;
    }
}

@media screen and (max-width: 1115px){
    .border-bottom-line2 img {
        height: 45px;
    }
    .kariera-sub-title {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px){
    .kariera-sub-title {
        font-size: 20px;
    }
    .border-bottom-line2 img {
        display: none;
    }
}


.border-bottom-line2 {

  align-items: center;
  justify-content: center;
}


.news-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 40%;
}

.refs-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 50%;
}

.refs-image-sub {
    width: 100%;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 30%;
}

.padding5p {
    padding-left: 20px;
    padding-right: 20px;
}

.text-color {
    color:  #6A6A6A;
}

.news h1 {

    font-weight: 600;
    font-size: 18px; 
    line-height: 24px;
    letter-spacing: 0.00em;
    text-transform: none;
    padding-bottom: 0px;
    padding-top: 10px;
    text-transform: uppercase;
}

.news h1:hover {
    color: #1fb4cc;

}

.no-wrap {
    white-space: nowrap;
}

a {
    text-decoration: none!important;
    cursor: pointer!important;
}

.darkblue {
    background-color: #302d7d;
    padding: 15px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.btn {
    text-decoration: none!important;
    cursor: pointer!important;
}

.profil-lt {
    padding: 100px;

}

.back-img-center {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.zoomer {

    background-position:center;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    width: 100%;
    padding-top: 100%;
}

.zoomer:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.overflow-hidden {
    overflow: hidden!important;
}

.npl {
    padding-left: 0px!important;
}

.npr {
    padding-right: 0px!important;
}

#map {
    width: 100%;
    height: 520px;
    display: block;
}

h2 {
    font-size: 25px;
    color: #302d7d;
    text-transform: uppercase;
}

.padding-t-20 {
    padding-top: 20px;
}

.img-ico {
    min-width: 55px!important;
}

.text-over-img {
    opacity:0.8;
    margin: 150px;
    padding: 20px;
}

.border-bottom-line  {
    border-bottom: 3px solid #c1d433;;
    height: 100%;
    padding-bottom: 10px;
}

.border-bottom-line2  {
    border-bottom: 3px solid #c1d433;;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.green {
    color: #c1d433;
}

.special-text {
    line-height: 34px;
    padding: 100px;
}

.hand {
    cursor: pointer;
}



.ms-caption div {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 40px;
    color: white;
    width: 100%;
    text-align: left;
}





.inmenu {
    max-width: 800px!important;
    /*overflow: auto;*/
}

.menu {
    text-align: center;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgba(30, 30, 30, 0.95);
    display: none;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-top: 80px;
}
.menu .row:first-child{
    margin-bottom: 80px;
}
.menu a,
.menu a:hover,
.menu a,
.menu a:hover{
    color: #fff;
    text-decoration: none;
}

.menu p{
    margin-bottom: 0px;
    line-height: 22px;
}

.menu-title{
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 18px;
}
.active{
    display: flex !important;
}
.inactive{
    display: none;
}
.close-button{
    display: none;
}

.bottom-margin {
    margin-bottom: 50px;
}

.nov {
    display: none;
    margin-bottom: 20px;
}

.z6 {
    padding-top: 50%!important;
}

.ipad {
    vertical-align: middle;
    height: 500px;
}

.inmenu img {
    width: auto;
    height: 40px;
    margin-top: 30px;
}

.ms-slide .svg{
    width: 600px;
    height: 240px;
}  
#arrow {
    position: relative;
    display: block;
    width: 65px;
    height: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    background: url('/wp-content/themes/skytoll/img/arrow.png') left center;
    animation: play 3s steps(43) infinite;
    background-size: cover;
    /*background-color: red;*/

}


.sublinks p {
    font-size: 13px;
    line-height: 25px;
    text-align: left;
}

@keyframes play {
    100% { background-position: -8428px; }
}

@media screen and (min-width: 768px){
    .footer2 {
        min-height: 80px;
    }
    .centrovac {
        height: 80px;
    }
    

    
}

@media screen and (max-width: 1250px){
    .inmenu {
        max-width: 600px!important;
    }

    .menu-title {
        text-transform: uppercase;
        margin-top: 5px;
        font-size: 15px;
    }

    .inmenu img {
        width: auto;
        height: 36px;
        margin-top: 36px;
    }    


    .sublinks p, .megasublinks p{
        font-size: 11px!important;
        line-height: 16px!important;
        margin: 10px;
    }

    .sublinks{
        width: 150px;
    }    


    .megasublinks{
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: left;
        width: 215%;
        background-color: #302d7d;
        padding-left: 102%;
        z-index: -1;
        height: 226px;
    }    



}
/*
@media screen and (max-width: 1050px){
    .inmenu {
        max-width: 500px!important;
    }

    .menu-title {
        text-transform: uppercase;
        margin-top: 8px;
        font-size: 12px;
    }

    .inmenu img {
        width: auto;
        height: 21px;
        margin-top: 12px;
    }     
}

@media screen and (max-width: 950px){
    .inmenu {
        max-width: 400px!important;
    }

    .menu p {
        margin-bottom: 0px;
        line-height: 15px;
    }

    .menu-title {
        text-transform: uppercase;
        margin-top: 8px;
        font-size: 8px;
    }

    .inmenu img {
        width: auto;
        height: 21px;
        margin-top: 7px;
    }     

}
*/
@media screen and (max-width: 991px){
    .menu .container{
        width: 100%;
        max-width: 100%;
    }

    .profil-lt {
        padding: 40px;
    }    

    .text-over-img {
        opacity: 0.8;
        margin: 0px!important;
        padding: 20px;
    }   

    .special-text {
        line-height: auto;
        padding: 10px;    

    }




}
@media screen and (max-width: 767px){
    .border-bottom-line img {

    display: none;
}


    .selected {
        margin-right: 0px!important;
        margin-left: 0px!important;
    }

    .ms-nav-next, .ms-nav-prev {
        display: none;
    }

    .menu .container {
        width: 100%;
        max-width: 100%;    
    }

    .inmenu {
        width: 100%;
        max-width: 100%!important;    
    }

    .web {
        display: none;
    }

    .mobile {
        display: block;
    }


    .ms-slide .svg{
        width: 500px;
        height: 240px;
    }    

    .nadpis {
        font-size: 40px;
    }
    .space20 {

        height: 20px;
    }

    h1 {
        font-size: 25px;
        line-height: 1.2;
        padding-bottom: 20px;

    }
    .stranka .novinka_title_image {

        margin-bottom: 20px;
    }    
    .news .col-md-6 {
        margin-bottom: 10px;
    } 
    .sublinks{
        display: none;
    }
    .menu{
        text-align: center;
    }
    .menu-title{
        font-size: 24px;
    }

    .profil-lt {
        padding: 15px;
    }

    .title-underline, .title {
        font-size: 30px;
    }

    .special-text {
        line-height: 1.2;
        padding: 10px; 
    }

    .zoomer {
        transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        margin-bottom: 10px; 
    }

    .zoomer:hover {
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -ms-filter: none;
        filter: none;
    }

    .menu .row:first-child {
        margin-bottom: 0px;
    }

    .menu-title {
        text-align: left;
        font-size: 20px;
        line-height: 40px!important;
    }

    .inmenu img {
        margin-top: 0px;
        margin-bottom: 16px;
        height: 43px;
    }    

    .arrowDown {
        margin-top: -38px;
        font-size: 30px;
        float: right;
        display: inline-block;
    }
    .sublinks {
        display: inline-flex;
        background-color: #302d7d;
        width: 100%;
        height: auto;
        margin-left: -15px;
        position: relative;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .sublinks p {
        margin-left: 0px;
        font-size: 15px!important;
    }

    .mt15 {
        padding-top: 15px;
    }

}

@media screen and (max-width: 575px){
    
        .logo {   
        width: 140px!important;
    height: 24px;
    top: 29px;
    }
    
    .ms-nav-next, .ms-nav-prev {
        display: none;
    }

    .ms-slide .svg{
        width: 300px;
        height: 240px;
    }    


    .nadpis {
        font-size: 30px;
    }

    h1 {
        font-size: 20px;
        line-height: 1.2;
        padding-bottom: 20px;

    }

    .stranka .novinka_title_image {

        margin-bottom: 20px;
    }
    .space50 {
        height: 25px;
    }

    /*    .col-4{
            width: 100%;
            max-width: 100%;
            flex: none;
            margin-bottom: 15px;
        }*/
    /*
        .menu .row:first-child{
            margin-bottom: 0px;
        } 
    */
    html, body {
        font-size: 14px;
    }

    /*
        .menu-title {
            font-size: 20px;
        }
    */
    .title-underline span {
        border-bottom: 2px solid #302d7d;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-block;
    }    

    .zoomer {
        transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        margin-bottom: 10px; 
    }

    .zoomer:hover {
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -ms-filter: none;
        filter: none;
    }

    .small-text-center {
        text-align: center;
        padding-bottom: 10px;
    }

    .news {
        padding: 0px!important;
    }

    .bottom-margin {
        margin-bottom: 20px;
    }
    .title-underline, .title {
        margin-top: 15px; 
        margin-bottom: 15px; 

    }

    .title-underline {
        margin-top: 30px;
        margin-bottom: 15px;
    }    

    .special-text {
        line-height: 1.2;
        padding: 10px;
    }    
    .content {

        padding-bottom: 30px;

    }


    /*
        .inmenu img {
            width: auto;
            height: 40px;
            margin-top: 20px;
        }
    */
    .title-underline, .title {
        font-size: 20px;
    }

    h2 {
        font-size: 20px;

    }

    .irf {
        width: 75px;
        height: 75px;

    }

    .setter p:not(:first-child) {
        display: inline-block;
        line-height: 1.2;
    }


    .inmenu img {
        margin-top: 0px;
        margin-bottom: 16px;
        height: 43px;    
    }

}

.selected {
    background-color: #302d7d;
}

.cont-v {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 28.2%;

    text-align: center;
}
.video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
}

.d3ch {
    width: 100%;height:100%;padding: 10%;
}

.d3ch h6{
    font-size: 25px;
    color: #302d7d;    
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 5%;
}

.d3ch h6 strong {
    font-weight: normal!important;
    text-align: left;
}

@media screen and (max-width: 768px){
    .logo {
        background-image: url(../img/loga/logo2.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 110px;
        height: 30px;
        top: 31px;
        left: 6px;
        display: block;
        position: absolute;
        z-index: 2;
    }


    
    .cont-v {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 57%;

        text-align: center;
    }
    .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }    

    .skytoll10 {
        width: 150px!important;
    }

    .leftall {
        text-align: left!important;
    }
}

@media screen and (max-width: 370px){
    .ppf {
        background-image: url("../img/loga/PPF_blue.png");
        background-size: contain; 
        background-repeat: no-repeat;
        height: 20px;
        width: 30px;
        top: 30px;
        right: 165px;
        display: block;
        position: absolute;
        z-index: 2;
        cursor: pointer;
    }
    
        .logo {   
        width: 98px!important;
    height: 24px;
    top: 29px!important;
    }
}