/*
Theme Name: CP Kryptys
Theme URI: https://www.vno.lt/kryptys-is-lietuvos-oro-uostu
Author: Creative Partner
Author URI: https://www.cpartner.lt
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. 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
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
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.
*/

/*  */

#page-iframe *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#page-iframe {
    margin: 0 auto -60px;
    z-index: 1;
    position: relative;
    background: #fff;
    max-width: 898px;
    /*padding: 0 15px;*/
    font: 16px/32px 'Open Sans', sans-serif;
    overflow: hidden;
    box-sizing: border-box;
    color: #2f3638;
}

#page-iframe .clear {
    clear: both;
}

#page-iframe img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

#page-iframe a{
    color: #007bff;
    text-decoration: none;
}

#page-iframe a:hover{
    color: #0056b3;
}

#page-iframe .page-iframe-plq a{
    color: #388eb0;
}

#page-iframe .page-iframe-plq a:hover{
    color: #388eb0;
}

#page-iframe .page-iframe-kun a{
    color: #139144;
}

#page-iframe .page-iframe-kun a:hover{
    color: #139144;
}

#page-iframe h2{
    font: 500 32px/40px 'Open Sans', sans-serif;
    color: #053d5c;
    padding: 0 0 20px;
}

#page-iframe p{
    font: 16px/32px 'Open Sans', sans-serif;
    margin-bottom: 1rem;
}

#page-iframe .directions-visual {
    position: relative;
    padding: 0 0 20px;
}

#page-iframe .directions-visual-title {
    position: absolute;
    top: 21%;
    left: 22%;
    width: 56%;
    color: #fff;
    text-align: center;
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Danos-BlackItalic', sans-serif;
    transform: rotate(-12deg);
}

#page-iframe .directions-visual img {
    display: block;
}

#page-iframe .directions-text {
    padding: 0 0 15px;
}

#page-iframe .directions-text ul {
    padding: 0 0 15px;
}

#page-iframe .directions-text ul li {
    padding-left: 30px;
    margin: 10px 0;
    position: relative;
}

#page-iframe .directions-text ul li ::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 4px;
    background-color: #0099d9;
    position: absolute;
    left: 0;
    top: 12px;
}

#page-iframe .directions-title{
    padding: 0 0 20px;
}

#page-iframe .directions-list-top{
    margin: 0 -30px;
}

#page-iframe .directions-list-title{
    float: left;
    width: 33.3333%;
    padding: 0 30px;
}

#page-iframe .directions-list-title a{
    display: block;
    padding: 5px 30px;
    background: #a4c2e5;
    color: #fff;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all .2s ease-out;
    position: relative;
    z-index: 5;
}

#page-iframe .page-iframe-plq .directions-list-title a{
    background: #85c2db;
}

#page-iframe .page-iframe-kun .directions-list-title a{
    background: #93c585;
}

#page-iframe .directions-list-title a.active,
#page-iframe .directions-list-title a:hover{
    background: #0e59c0;
    font-weight: normal;
    font-size: inherit;
    color: #fff;
}

#page-iframe .page-iframe-plq .directions-list-title a.active,
#page-iframe .page-iframe-plq .directions-list-title a:hover{
    background: #43679c;
}

#page-iframe .page-iframe-kun .directions-list-title a.active,
#page-iframe .page-iframe-kun .directions-list-title a:hover{
    background: #004d12;
}

#page-iframe .directions-list-title a:after{
    display: block;
    content: ' ';
    height: 36px;
    border: 1px solid #e9e9eb;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff url("assets/images/arrow.svg") center 9px no-repeat;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

#page-iframe .directions-list-content{

}

#page-iframe .directions-list-content-item {
    border: none;
    margin: 0 0 0px;
    padding: 0 0 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 0;
    max-height: 0;
    position: relative;
    z-index: 1;
    transition: all .2s ease-out;
    background: #fff;
}

#page-iframe .directions-list-content-item a.close {
    margin: 30px auto 5px;
    display: none;
    width: 64px;
    height: 26px;
    background: #fff url("assets/images/arrow2.svg") center center no-repeat;
    float: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-shadow: none;
    opacity: 1;
}

#page-iframe .directions-list-content-item.active a.close {
   display: block;
}

#page-iframe .directions-list-content-item.active {
    border: 2px solid #0e59c0;
    opacity: 1;
    max-height: 1000px;
    z-index: 10;
    margin: 0 0 20px;
    padding: 20px 0 20px;
}

#page-iframe .page-iframe-kun .directions-list-content-item.active {
    border: 2px solid #004d12;
}

#page-iframe .page-iframe-plq .directions-list-content-item.active {
    border: 2px solid #43679c;
}

#page-iframe .directions-list-content-item .ul-holder{
    margin: 0 -30px;
}

#page-iframe .directions-list-content-item ul{
    list-style: none;
    display: none;
    float: left;
    width: 33.3333%;
    padding: 0 60px 0px 60px;
}

#page-iframe .directions-list-content-item.active ul {
    display: block;
}

#page-iframe .directions-list-content-item ul li{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: normal;
    padding: 0 0px 6px;
}

#page-iframe .directions-list-content-item ul li:before{
    display: none;
}

#page-iframe .directions-list-content-item ul li a{
    color: #2f3638;
    text-decoration: none;
}

#page-iframe .directions-list-content-item.active {
    font-size: inherit;
}

#page-iframe .directions-list{
    min-height: 160px;
    padding: 0 0 20px;
}

#page-iframe .directions-filters{
    padding: 0 0 60px;
    margin: 0 -15px;
}

#page-iframe .directions-filter{
    padding: 0 15px;
    float: left;
    width: 33.3333%;
}

#page-iframe .directions-filter:nth-child(3n+1){
    clear: left;
}

#page-iframe .directions-filter .filter-select{
    padding: 0 0 35px;
}

#page-iframe .directions-filter .filter-select label{
    padding: 0 0 8px 0px;
    display: block;
    font: 16px/30px 'Open Sans', sans-serif;
    font-weight: 700;
    color: #25506a;
    min-height: 68px;
}

#page-iframe .directions-filter .filter-select select{
    border: 1px solid #e9e9eb;
    width: 100%;
    font: 18px/30px 'Open Sans', sans-serif;
    padding: 8px 30px 8px 18px;
    background: #fff url("assets/images/down.png") right 20px center no-repeat;
    background-size: 13px auto;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 10px;
}

#page-iframe .directions-filter .filter-select select:-ms-expand {
     display: none; /* IE */
 }

#page-iframe .show-all{
    float: left;
    margin: 0px 0 0 15px;
    border: none;
    border-radius: 10px;
    background: #e9e9eb;
    color: #2f3638;
    display: block;
    padding: 8px 10px;
    cursor: pointer;
    width: 22%;
    text-align: center;
    font: 18px/30px 'Open Sans', sans-serif;
}

#page-iframe .filter-btn input{
    margin: 0px 15px 0 0px;
    border: none;
    border-radius: 10px;
    background: #0e59c0;
    color: #fff;
    width: 22%;
    float: right;
    display: block;
    padding: 8px 10px;
    cursor: pointer;
    font: 18px/30px 'Open Sans', sans-serif;
}

#page-iframe .page-iframe-kun .filter-btn input{
    background: #004d12;
}

#page-iframe .page-iframe-plq .filter-btn input{
    background: #43679c;
}

#page-iframe .security-text{
    margin: 0 0 20px;
    border-radius: 14px;
    background-color: rgb(206, 220, 246);
    padding: 25px 20px 10px;
    text-align: center;
    font-size: 17px;
}

#page-iframe .requirements-columns{
    margin: 0 -20px;
    display: flex;
}

#page-iframe .requirements-column{
    /*float: left;
    width: 33.3333%;*/
    padding: 0 20px 25px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    flex-basis: 100%;
}

#page-iframe .requirements-column-inner{
    padding: 35px 28px 20px;
    border-radius: 10px;
}

#page-iframe .requirements-column-inner a{
    color: #fff;
    text-decoration: underline;
}

#page-iframe .requirements-column-inner p{
    color: #fff;
}

#page-iframe .requirements-column:nth-child(1) .requirements-column-inner{
    background: #5a91cf;
}

#page-iframe .requirements-column:nth-child(2) .requirements-column-inner{
    background: #ebaf79;
}

#page-iframe .requirements-column:nth-child(3) .requirements-column-inner{
    background: #93c585;
}

#page-iframe .requirements-column-title{
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 56px;
    margin: 0 0 20px;
}

#page-iframe .requirements-column-title-big-small{
    font-size: 50px;
    font-size: 32px;
    font-weight: 700;
    padding: 0 0 15px;
}

#page-iframe .requirements-column-title-big{
    font-size: 77px;
    font-weight: 700;
    padding: 2px 0 5px;
}

#page-iframe .requirements-column-title-small{
    font-size: 33px;
    font-weight: 500;
    padding: 1px 0 7px;
}

#page-iframe .countries-list{

}

#page-iframe .countries-item{
    padding: 40px 0 20px;
    border-bottom: 1px solid #e9e9eb;
}

#page-iframe .countries-item-links b,
#page-iframe .countries-item-links strong{
    /*font-weight: normal;*/
}

#page-iframe .countries-item-links a{
    font-weight: normal;
}

#page-iframe .countries-item-links{

}

#page-iframe .countries-item-directions-title{
    padding: 0 0 20px;
}

#page-iframe .countries-item-directions-list{
    padding: 0 0 20px;
    margin: 0 -40px;
}

#page-iframe .countries-item-directions-item{
    float: left;
    width: 33.3333%;
    padding: 0 40px;
    text-align: center;
}

#page-iframe .countries-item-directions-item-title{
    padding: 10px 20px 10px;
    border-radius: 10px;
    margin: 0 0 35px;
    line-height: 1.5;
    display: block;
    color: #fff !important;
}

#page-iframe .countries-item-directions-item--vilnius .countries-item-directions-item-title{
    background: #5c92cf;
}

#page-iframe .countries-item-directions-item--kaunas .countries-item-directions-item-title{
    background: #eaaf79;
}

#page-iframe .countries-item-directions-item--palanga .countries-item-directions-item-title{
    background: #93c585;
}

#page-iframe .countries-item-directions-item-text{
    margin: 0 0 15px;
    line-height: 1.5;
}

#page-iframe .countries-item-directions-item-text ul{
    list-style: none;
}

#page-iframe .countries-item-directions-item-text ul li{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

#page-iframe .countries-item-directions-item-text ul li:before{
    display: none;
}

#page-iframe .countries-item-requirements{
    padding: 0 0 20px;
}

#page-iframe .countries-item-requirements table{
    border-collapse: collapse;
}

#page-iframe .countries-item-requirements table td{
    padding: 10px 0 10px;
    min-height: 240px;
}

#page-iframe .countries-item-requirements table td p{
    margin: 0;
}

#page-iframe .countries-item-requirements table td.image{
    width: 18%;
    padding-right: 30px;
}

#page-iframe .countries-item-requirements table td.image img{
    max-width: 100px;
    vertical-align: middle;
    border-style: none;
}

.newsletter-popup {
    z-index: 10;
}

.back-to-top{
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e9e9eb;
    background: #fff url("assets/images/arrow2.svg") center center no-repeat;
    background-size: 30px auto;
}

#page-iframe .disclaimer-holder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,0.9);
    z-index: 1000;
}

#page-iframe .disclaimer-text{
    text-align: left; 
}

#page-iframe .disclaimer-text--smaller p{
    font-size: 14px;
}

#page-iframe .disclaimer{
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 900px;
    width: 100%;
    max-height: 90%;
    overflow: auto;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 20px;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}

#page-iframe .disclaimer-options form{
    padding: 5px 0 5px;
    background: #e9e9eb;
}

#page-iframe .disclaimer-options input{
    margin: 0 5px 0 0;
}

#page-iframe .disclaimer-agree{
    margin: 20px 0px 0 0px;
    border: none;
    border-radius: 10px;
    background: #0e59c0;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    cursor: pointer;
    font: 18px/30px 'Open Sans', sans-serif;
}

#page-iframe .disclaimer-agree--disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

#page-iframe .page-iframe-kun .disclaimer-agree{
    background: #004d12;
    color: #fff;
}

#page-iframe .page-iframe-plq .disclaimer-agree{
    background: #43679c;
    color: #fff;
}

#page-iframe .disclaimer-agree:hover{
    color: #fff!important;
}

body.disable-scroll{
    overflow: hidden;
    max-height: 100%;
}

#page-iframe .disclaimer-options label{
    font: 16px/32px 'Open Sans', sans-serif; 
}

@media screen and (max-width: 991px) { /* 991px counts */

    #page-iframe .disclaimer{
        max-width: 92%;
        width: 92%;
        margin: 0 4%;
        left: 0%;
        transform: translate(0%, -50%);
    }

    #page-iframe .directions-list-top {
        margin: 0 -15px;
    }

    #page-iframe .directions-list-title {
        padding: 0 15px;
    }

    #page-iframe .directions-list-content-item .ul-holder {
        margin: 0 -20px;
    }

    #page-iframe .directions-list-content-item ul  {
        padding: 0 50px 0px 50px;
    }

    #page-iframe .directions-visual-title {
        left: 20%;
        width: 60%;
        font-size: 38px;
    }

    #page-iframe .requirements-column {
        padding: 0 15px 25px;
        flex-basis: auto;
        flex-grow: 1;
        width: 50%;
    }

    #page-iframe .requirements-columns {
        margin: 0 -15px;
        flex-wrap: wrap;
    }

    #page-iframe .requirements-column-inner {
        height: 100%;
    }

    #page-iframe .countries-item-directions-list {
        margin: 0 -20px;
    }

    #page-iframe .countries-item-directions-item {
        padding: 0 20px;
    }

    #page-iframe .countries-item-directions-item-title {
        min-height: 74px;
    }

    #page-iframe .directions-filter {
        width: 50%;
    }

    #page-iframe .show-all {
        width: 30%;
    }

}

@media screen and (max-width: 768px) { /* 768px counts */

    #page-iframe .countries-item-requirements table td {
        width: auto !important;
        display: table-cell;
    }

    #page-iframe .countries-item-requirements table td.image {
        width: 22% !important;
    }

}

@media screen and (max-width: 767px) { /* 768px counts */

    #page-iframe {
        font-size: 16px;
        line-height: 1.5;
    }

    #page-iframe p{
        font-size: 16px;
        line-height: 1.5;
    }

    #page-iframe .requirements-columns {
        display: block;
    }

    #page-iframe .requirements-column {
        width: 100%;
    }

    #page-iframe .directions-list-title {
        width: 100%;
    }

    #page-iframe .directions-list-title a {
        border-radius: 10px;
        padding: 5px 20px;
    }

    #page-iframe .directions-list-title a br {
        display: none;
    }

    #page-iframe .directions-list-title a::after {
        display: none;
    }

    #page-iframe .directions-list-content-item{
        border-radius: 10px;
    }

    #page-iframe .directions-list-content-item.active {
        margin: 20px 0 20px;
    }

    #page-iframe .directions-list-title {
        margin: 0 0 10px;
    }

    #page-iframe .directions-list-content-item .ul-holder {
        margin: 0 0px;
    }

    #page-iframe .directions-list-content-item ul {
        width: auto;
        padding: 0 20px 0px 20px;
        float: none;
    }

    #page-iframe .directions-list-content-item ul li {
        padding: 0 20px 6px 0;
        float: left;
        width: 50%;
    }

    #page-iframe .countries-item-directions-item {
        width: 100%;
    }

    #page-iframe .countries-item-directions-item-title {
        min-height: 20px;
        margin: 0 0 15px;
    }

    #page-iframe .countries-item-directions-item-text {
        margin: 0 0 30px;
    }

    #page-iframe .countries-item-directions-list {
        padding: 0 0 10px;
    }

    #page-iframe .countries-item-requirements table td.image img {
        max-width: 100%;
    }

    #page-iframe {
        margin: 0 -15px;
    }

    #page-iframe .directions-visual-title {
        left: 19%;
        width: 62%;
        font-size: 30px;
    }

}


@media screen and (max-width: 599px) { /* 768px counts */

    #page-iframe .disclaimer {
        top: 5%;
        transform: translate(0%, 0%);
    }

    #page-iframe .requirements-column-title-big {
        font-size: 60px;
    }

    /*#page-iframe .requirements-column-title-big-small {
        font-size: 44px;
    }*/

    #page-iframe .directions-visual {
        margin: 0 -120px;
    }

    #page-iframe .countries-item-requirements table td.image {
        width: 27%;
        padding-right: 25px;
    }

}

@media screen and (max-width: 479px) { /* 768px counts */

    #page-iframe .directions-filter {
        width: 100%;
    }

    #page-iframe .directions-filter .filter-select {
        padding: 0 0 25px;
    }

    #page-iframe .show-all {
        float: none;
        margin: 15px 0 0 15px;
        clear: both;
        display: inline-block;
    }

    #page-iframe .show-all {
        margin: 15px 15px 0 15px;
        display: block;
        width: auto;
    }

    #page-iframe .filter-btn {
        margin: 0px 15px 15px 15px;
    }

    #page-iframe .filter-btn input {
        margin: 0px;
        display: block;
        width: 100%;
        float: none;
    }

    #page-iframe .directions-filter .filter-select label {
        min-height: 18px;
    }

    #page-iframe .directions-filter .filter-select label br{
        display: none;
    }

}

@media screen and (max-width: 410px) { /* 768px counts */

    #page-iframe .directions-visual {
        margin: 0 -150px;
    }

    #page-iframe .directions-visual-title {
        left: 23%;
        width: 54%;
        font-size: 34px;
    }

}


