body{
    background-image: url("../assets/background_full.png");
    background-color: #11456e;
    background-position: center top; 
    background-repeat: repeat-y;
    color: #fff;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}
h1 {
    font-weight: 800;
}

label{
    font-weight: 500;
    font-size: 16px;
}

textarea.form-control{
    resize: none;
    padding: 6px 0;
}

input.form-control {
    padding: 6px 0;
}

.page-header{
    border: none;
    margin: 0;

}
.page-header.on-scroll .navbar{
    background-color: #fff;
    border: 0;
}
.navbar{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-radius: 0;
}

.navbar-nav > li > a {
    padding: 30px 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 25px #fff;
}

.navbar-brand{
    padding: 5px;
}

img.logo{
    box-shadow: 0px 0px 50px #fff;
    border-radius: 20px;
}

.page-header.on-scroll img.logo{
    box-shadow: none;
}

.navbar-nav > li > a.menu-korzysci{
    font-size: 24px;
}

.page-header.on-scroll .navbar-toggle .icon-bar {
    background-color: #0C99A8;
}

.download-button {
    padding-left: 40px; 
    padding-right: 40px;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 19px;
    box-shadow: 0px 0px 50px #fff;
}

.navbar-toggle .icon-bar{
    background-color: #fff;
}
.page-header.on-scroll .navbar-nav > li > a{
    color: #0C99A8;
}
.page-header.on-scroll .nav > li > a:hover,  .page-header.on-scroll .nav > li > a:focus{
    color: #fff;
    background-color: #0C99A8;
}
.nav > li > a:hover, .nav > li > a:focus{
    color: #0C99A8;
    background-color: #fff;
}

.area-container{
    position: relative;
    overflow: hidden;
}

.area-image{
    position: absolute;
    top: 0;
    left: 0;
}

.area-2 {
    background-color: #fff;
    width: 101%;
    padding-right: 7px;
}

.area-2 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}

.area-3 .box-right{
    padding-left: 40px;
}

.area-3 .box-right .icon-row p{
    font-size: 24px;
    line-height: 60px;
}

.area-3 .box-right .box-caption{
    font-size: 20px;
    color: #fecc00;
    text-align: center;
}
.area-3 .box-right span{
    font-size: 65px;
}

.atrium-logo {
    padding: 35px;
    display: flex;
    align-items: center;
    width: 33%;
}

.atrium-logo:not(:last-of-type){
    border-right: 5px solid #0a667d;

}
#nasze-centrum{
    border-bottom: 5px solid #0a667d;
}

.icon-row{
    padding: 5px 0;
}

.area-4{
    background-color: #fff;
    color: #0a667d;
    font-size: 24px
}

.area-4 .download-button{
    margin: 15px 0;
}

.area-4 span{
    font-size: 20px;
}

.area-4 .box-left{
    padding: 75px 40px 0 0;
}

.area-4 h1{
    font-size: 42px;
}

.area-5{
    padding: 25px 0;
}

.area-kontakt h1{
    margin-bottom: 25px;
}

.area-kontakt{
    background-image: url("../assets/background_full.png");
/*
    background-image: url("../assets/background_contact_dark.jpg");
    */
    background-position: center center; 
    padding: 50px 25px 80px 25px;
}

.area-kontakt p{
    font-size: 24px;
}
.form-control, .form-control:focus, .has-error .form-control,.has-error .form-control:focus{
    box-shadow: none;
}
.form-control{
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    color: #fff;
}

.form-control:focus{
    border-color: inherit;
}

.has-error .form-control,.has-error .form-control:focus {
    border-color: #ff0000;
}
.has-error .help-block{
    color: #ff0000;
}

.lang-overlay {
    position: fixed;
    top: 15%;
    left: 10%;
    height: 50%;
    width: 80%;
    background-color: rgba(255,255,255, 0.9);
    z-index: 1030;
    min-height: 150px
}
.lang-overlay img {
    max-height: 50%;
    max-width: 50%;
}
.lang-overlay div{
    height: 100%;
}
.lang-overlay p{
    font-size: 22px;
    color: #0a667d;
    margin-bottom: 25px;
}

.lang {
    padding-top: 5%;
}


@media(max-width:767px){
    .atrium-logo {
        padding: 5px;
    }
    #nasze-centrum {
        border-bottom: 3px solid #0a667d;
    }
    .atrium-logo:not(:last-of-type) {
        border-right: 3px solid #0a667d;
    }
    .atrium-logo img{
        max-width: 50%;
    }
    .text-left {
        font-size: 24px;
    }
    .area-3 .box-right .icon-row p {
        font-size: 18px;
        line-height: 26px;
    }
    .area-3 .box-right span {
        font-size: 40px;
    }
    .area-4 .box-left {
        padding-top: 30px;
    }
    .area-4 h1 {
        font-size: 32px;
    }
    .area-4 {
        font-size: 20px;
    }
    .logo{
        height: 40px;
    }
    .page-header .navbar-nav > li > a{
        color: #0C99A8;
    }
    .page-header .nav > li > a:hover,  .page-header .nav > li > a:focus{
        color: #fff;
        background-color: #0C99A8;
    }
    .page-header .navbar-toggle .icon-bar {
        background-color: #0C99A8;
    }
    .page-header .navbar{
        background-color: #fff;
    }
    navbar-nav > li > a {
        padding: 18px 15px;
        font-size: 19px;
    }
    .navbar .download-button{
        margin-bottom: 10px
    }
    

}
@media (min-width:768px) and (max-width:991px){
    .navbar-nav > li > a {
        padding: 30px 7px;
        font-size: 16px;
    }
    .navbar-nav > li > a.menu-korzysci {
        font-size: 18px;
    }
    .atrium-logo {
        padding: 15px;
    }

}

@media screen and (min-width: 1200px) {
    .container{
        width: 1280px;
    }
    .lang-overlay {
        height: 70%;
    }
    .lang-overlay p{
        font-size: 40px;
    }
    
    

}
@media screen and (min-width: 768px) {
    .nav > li > a.lang-switch{
        display: none;
    }
    

}
@media screen and (max-width: 768px) {
    .lang-switch-desktop{
        display: none;
    }
    

}
.area-kontakt .form-group  a{
    color: #28a5b2;
    font-size: large;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}
#dialog i {
    color: #f0ad4e;
    font-size: 150px;
}
#dialog {
    color: #fff;
}

#dialog .download-title{
    color:#fff;
    font-size: 20px;
    text-decoration:none;
    text-align:center;
}
#dialog{
    display:none;
}
#dialog a:hover, #dialog a:visited, #dialog a:link, #dialog a:active{
    text-decoration:none;
}
#dialog .download-title{
    color:#fff;
    font-size: 14px;
    text-decoration:none;
}
.footer{
    width: 100%;
    background: #fff;
    color: #28a5b2;
    padding: 20px;
}

.center{
    text-align: center;
}

.navbar-nav > li > a.lang-switch{
    font-size: 15px;
}

.lang-switch-desktop {
    padding: 28px 15px;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}

.lang-switch-desktop:hover{
    background: #fff;
    color: #28a5b2;
    text-decoration: none;
}

.page-header.on-scroll .lang-switch-desktop{
    color: #28a5b2;
}
.page-header.on-scroll .lang-switch-desktop:hover{
    background: #28a5b2;
    color: #fff;
}

