@font-face {
    font-family: 'Lato-Bold'; src:
    url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf')  format('truetype'),
    url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'Lato-Regular'; src:
    url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf')  format('truetype'),
    url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'Lato-Semibold'; src:
    url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Semibold.woff') format('woff'),
    url('../fonts/Lato-Semibold.ttf')  format('truetype'),
    url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
  
@font-face {
    font-family: 'Lato-Light'; src:
    url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Light.woff') format('woff'),
    url('../fonts/Lato-Light.ttf')  format('truetype'),
    url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
margin: 0;
padding: 0;
}
h1,h2,h3{
        font-size: 1em;
}
.short h1 {
    font-family: 'Lato-Regular';
    font-weight: 300;
    margin-bottom: 15px;
}
.container{
    width: 100%;
    position: relative;
    max-width: 1600px;
    margin:0 auto;
}
.container .navigation{
    position: relative;
    position: fixed;
    background: white;
    z-index: 1;
    width: 100%;
    top: 0;
}
.container .navigation img{
    margin-left: 10%;
    padding: 15px 0;
}
.container .navigation nav{
    position: absolute;
    top: calc(50% - 9px);
    right: calc(10% - 30px);

}
.container .navigation nav ul li{
   color: #4f83b9;
   list-style: none;
   display: inline-block;
   margin: 0 30px;
   font-family: 'Lato-Regular';
   cursor: pointer;
   cursor: hand;
}
.container .bg-baner{
    background-image: url("../img/baner.jpg");
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    margin-top: 110px;
}
.main .hug .camper-option{
    float: left;
    width: 48%;
    margin-right: 2%;
}
.main .hug .jet-option{
    float: left;
    width: 48%;
    margin-left: 2%;
}
.title{
   font-family: 'Lato-Semibold';
   color: white;
   background: #1459a1;
   padding: 8px 6px;
   display: inline-block;
   letter-spacing: 1.5px;
}
.main .title{
    width: 100%;
    padding: 8px 0;
    text-align: center;
    font-family: 'Lato-Semibold';
    color: white;
    background: #1459a1;
    /* padding: 8px 6px; */
    display: inline-block;
    letter-spacing: 1.5px;
}
.main .hug img{
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}
.main .hug{
    width: 80%;
    margin: 45px auto;
}
.container .blue{
    width: 100%;
    background: #1459a1;
    height: 22px;
    clear: both;
}
.thblue{
    width: 100%;
    background: #1459a1;
    height: 1px;
    clear: both;
}
.main .hug .button{
    font-family: 'Lato-Semibold'; 
    color: #1459a1; 
    border: 2px solid #1459a1;
    display: inline-block;
    margin: 10px 0 50px;
    padding: 6px 19px;
    cursor: pointer;
    cursor: hand;
    transition: .2s linear;
}
.main .hug .button:hover{
background: #1459a1;
    color: white;
}
.camper-desc{
    display: table;
    padding: 55px 0;
    width: 80%;
    margin:  0 auto;
}
.jet-desc{
    padding: 55px 0;
    width: 80%;
    margin:  0 auto;
}
.short p {
    max-width: 65%;
    margin-bottom: 15px;
}
.short{
    margin-top: 45px;
    font-family: 'Lato-Regular';
}

.lside{
    width: 50%;
    float: left;
}
.rside{
    width: 50%;
    float: left;
}
.bottom .rside{
        float: right;
}
.rside img{
    width: 100%;
}
.rside .gallery{
    margin-right: -31px;
}
.rside .gallery img,
.rside .galleryy img
{
    cursor: pointer;
    cursor: hand;
    transition: .2s linear;
}
.rside .gallery img:hover,
.rside .galleryy img:hover{
transform: scale(1.1);
}
.opis{
    max-width: 65%;
    color:#4f83b9;
    text-align: justify;
    font-family: 'Lato-Regular';

}
.opis p {
    margin-bottom: 15px;
}
.container .top{
    padding-top: 35px;
}
.container .bottom{
    padding-top: 65px;
    clear: both;
    display: table;
    width: 100%;
}
.container footer {
    clear: both;
    width: 100%;
    height: 330px;
    background: #1459a1;
    position: relative;
}
.container footer img{
    position: absolute;
    bottom: 0;
    right: 0px;
}
.foowrp{
    position: relative;
    width: 80%;
    margin:0 auto;
    height: 330px;
}

footer .foowrp .info .kontakt{
    font-family: 'Lato-Semibold';
    display: inline-block;
    background: white;
    color:black;
    padding: 10px 20px;
    margin-bottom: 12px;
}
footer .foowrp .info p{
    color: white;
    margin-top: 12px;
    font-family: 'Lato-Regular';
}
footer .foowrp .info{
    text-decoration: none;

    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    z-index: 2;
}
.container .navigation .burger{
    position: absolute;
    top: 30px;
    right: 5%;
    width: 20px;
    height: 20px;
    /* background: black; */
    display: none;
}
.top .lside {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    float:none;
}
.top .rside {
    width: calc(50% - 31px);
    /* width: 50%;
     */
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.opis p strong{
    color: #1459a1;
}

.im {
    float: left;
    margin-right: 15px;
    max-height: 125px;
    overflow: hidden;
    margin-bottom: 16px;
}

img.half{
width: calc(50% - 36px);
min-height: 100%;
}
.third{
        width: calc(33.3% - 15px);
        min-height: 100%;
        margin-right: 15px;
        margin-bottom: 16px;
}


.halfq{
    width: calc(40% - 15px);
    min-height: 100%;
    }
.thirdq{
    width: calc(20% - 15px);
    min-height: 100%;
}

.im.third {
    max-height: 115px;
}

.popup{
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    height: 0%;
    overflow: hidden;
    z-index: 3;
    /* opacity: 0; */
    /* display: none; */
    transition: .4s linear;
    height: 0;
}
.popup img{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    /* margin-top: 10vh; */
    max-width: 86%;
    max-height: 86vh;

}
.close{
    position: absolute;
    width:20px;
    height: 20px;
    top:10px;
    right: 10px;
    display: block;
    cursor: pointer;
}
.close .tt{
    width: 100%;
    height: 1px;
    display: block;
    background: black;
    position: absolute;
    top:calc(50% - 1px);
    transform: rotate(45deg);
}
.close .bb{
    width: 100%;
    height: 1px;
    display: block;
    background: black;
    position: absolute;
    top:calc(50% - 1px);
    transform: rotate(-45deg);
}
.top .rside img {
    max-width: 85%;
}
@media(max-width:1342px){
    .rside .gallery img, .rside .galleryy img {
        /* height: 129px; */
        margin-right: 30px;
    
}
}



@media (max-width: 1180px) {
  .im{
    max-height:90px;
  }
}
@media (max-width: 1100px) {
    .rside {
        width: 48%;
        margin-left: 2%;
    }
    .lside {
        width: 48%;
        margin-right: 2%;
    }
    .short p {
        max-width: 90%;
    }
    .opis {
        max-width: 90%;
    }    
}

@media (max-width: 960px) {
    .rside img {
        /* width: 89%; */
        margin-bottom: 22px;
    }
    .rside .gallery img, .rside .galleryy img {
        /* max-width: 40%; */
    }
    .rside .gallery {
        justify-content: space-around;
    }
    .container footer img {
        width: 220px;
    }    
    /* .main .hug .camper-option {
        width: 100%;
    }
    .main .hug .jet-option {
        width: 100%;
    } */
    .lside, .top .lside{
        width: 100%;
        padding-bottom: 14px;

    }
    .im {
        max-height: 160px;
    }
    .rside, .top .rside{
        overflow: hidden;
        width: 100%;
        padding-bottom: 14px;
        margin-left: 0px;
    }
    .container .bottom {
        padding-top: 0px;
    }
    .opis {
        max-width: 100%;
    }

}

@media (max-width: 800px) {
    .container .navigation nav ul li {
        margin: 0 19px;
        font-size: 15px;

    }
    .container .navigation img {
        width: 190px;
    }
    .container .bg-baner {
        height: 150px;
        background-position: center;
        margin-top: 100px;
    }
    .im {
        max-height: 135px;
    }
    
}
@media (max-width: 700px) {
    .rside img {
        /* width: 89%; */
        margin-bottom: 22px;
    }
    .rside .gallery img, .rside .galleryy img {
        /* max-width: 40%; */
    }
    .rside .gallery {
        justify-content: space-around;
    }
    .container footer img {
        width: 220px;
    }    
    .main .hug .camper-option {
        width: 100%;
    }
    .main .hug .jet-option {
        width: 100%;
    }
    .lside, .top .lside{
        width: 100%;
        padding-bottom: 14px;

    }
    .rside, .top .rside{
        overflow: hidden;
        width: 100%;
        padding-bottom: 14px;
        margin-left: 0px;
    }
    .container .bottom {
        padding-top: 0px;
    }
    .opis {
        max-width: 100%;
    }

}
@media (max-width: 630px){

    .container .bg-baner{
        margin-top:80px;
    }
    .im {
        max-height: 105px;
    }

    .rside, .top .rside{
        width: 100%;
    }
    .container .navigation img {
        margin-left: 5%;}
    .container .navigation nav {
        right: calc(5% - 19px);
    }
    .jet-desc {
        width: 90%;
        margin: auto;
    }
    .main .hug {
        width: 90%;
    }
    .main .hug .jet-option {
        margin: 0;
    }
    .camper-desc {
        width: 90%;
    }    
    .opis {
        max-width: 100%;
    }
    .lside {
        margin: 0;
    }
} 
@media (max-width: 600px){
    .container .navigation .burger{
        display: block;
        overflow: hidden;
        /* position: relative; */
    }
    .container .navigation nav ul li {
        padding: 6px 0;
        text-align: center;
        display: block;
    }

    .container .navigation nav {
        position: static;
        /* margin-bottom: 10px; */

    }
    .container .navigation img {
        width: 165px;
        padding: 12px 0;
    }
    .container .navigation nav {
        position: static;
        height: 0;
        overflow: hidden;
        transition: .4s linear;
    /* height: 100px; */
    }
    .container .navigation nav.off{
        height: 100px;
    }
    .container .navigation .burger span {
        position: absolute;
        width: 100%;
        height: 1px;
        background: black;
        display: block;
        transition: .4s linear;
    }
    .container .navigation span#bt{
        top:0;
        left:0;
    }
    .container .navigation span#bm{
        top:calc(50% - 1px);
        left:0; 
    }
    .container .navigation span#bb{
        top:calc(100% - 1px);
        left:0;
      }
    .container .navigation span#bt{
        top:0;
        left:0;
    }
    .container .navigation span#bm{
        top:calc(50% - 1px);
        left:0; 
    }
    .container .navigation span#bb{
        top:calc(100% - 1px);
        left:0;
    }
    .container .navigation .burger.off span#bt{
        display: none;
    }
    .container .navigation .burger.off span#bm{
        top: calc(50% - 1px);
        left: 0;
        transform: rotate(45deg);
    }
    .container .navigation .burger.off span#bb {
        top: calc(50% - 1px);
        left: 0;
        transform: rotate(-45deg);
    }
}

@media (max-width: 450px){
    .im {
        max-height: 90px;
    }
    .container .bg-baner {
         height:80px;
    }
}