html, 
body{
    font-family: 'Open Sans', sans-serif;
    width:100%;
    height:100%;
    background: #f4f4f4;
}
iframe, embed{
    width:100%;
    height:100%;   
}
.magazyn-pokladowy iframe, .katalog-sprzedazy-pokladowej iframe{
    min-height: 500px;
}
.row{
    margin-left:0;
    margin-right:0;
}
h1{
    font-size: 42px;
}
h1, h2, h3, h4, h5{
    font-weight: 300;
    color:#1c1e23;
}
p{
    font-size: 14px;
    line-height: 1.8;
    color:#0f1c2f;
}
a:focus,
button,
button:focus,
button:active{
    outline:none;
}
ul.content{
    list-style: none;
    position: relative;
    padding-left: 25px;
}
ul.content li:before{
    font-family:'FontAwesome';
    content: "\f105";
    color:#fdc42a;
    position:absolute;
    top:0;
    left:-25px;
    font-size:14px;
}
ul.content li{
    position: relative;
    padding-bottom: 10px;
}
/**** buttons ****/
.btn{
    font-size: 12px;
    padding:14px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    border:0;
    letter-spacing: 1px;
    font-weight: 700;
}
.btn-warning{
    background: #fdc42a;
    color:#343e5c;
}
.btn-default{
    background: #FFF;
    color:#343e5c;
}
.btn-primary{
    background: #343e5c;
    color:#FFF;
}
/**** container ****/
@media (min-width: 1200px) {
    .container{
        width:1230px;
    }
}
.navbar-container{
    padding-left:30px;
    padding-right:30px;
}
.nopadding{
    padding-left: 0;
    padding-right:0;
}
/**** alerts ****/
.alert-danger-outline{
    border:1px solid #FF0000;
    background: #FFFFFF;
    color:#FF0000;
}
/**** text styles ****/
/**** colors ****/
.yellow{color:#fdc42a !important;}
.light-blue{color:#0098d1 !important;}
.dark-blue{color:#343e5c !important;}
.white{color:#FFF !important;}

.heading{
    font-size:18px;
    font-weight: 600;
    color:#343e5c;
    text-transform: uppercase;
}
/**** navbar ****/
.navbar-default {
    margin-top:15px;
    z-index:20;
    background:#FFF;
    border:0;
}
@media (min-width: 768px) {
    .navbar .navbar-main {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .navbar .navbar-right {
        border-left:1px solid #d9e0f1;
    }
}
.navbar-brand{
    height: 80px;
    padding: 25px 15px;
    border-right:1px solid #d9e0f1;
}
.navbar-brand img{
    position: relative;
}
.navbar-default .nav{
    padding-top:15px;
    padding-bottom:15px;
}
.navbar-default .navbar-nav > li > a {
    color: #343e5c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #0098d1;
    background-color: #FFF;
}
.nav > li > a > img,
.lang-icons a img{
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 2px;
}
.nav > li > a.active > img,
.lang-icons a:hover img{
    border: 1px solid #343e5c;
}
.navbar .navbar-right .ico a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar .navbar-right > li > a {
    padding-left:8px;
    padding-right: 8px;
}
.navbar .navbar-right > li:first-child > a {
    padding-left:15px;
    padding-right: 15px;
}
.lang-icons{
    width:47px;
    position: relative;
}
.lang-icons ul{
    padding-left:0;
    margin-left:0;
    list-style: none;
    position: absolute;
    display: none;
    background: #eee;
    border-radius: 25px;
}
.lang-icons .open{
    display: block;
    background: #eee;
}
.navbar .navbar-right .lang-icons a{
    display:block;
    padding: 0 8px;
    margin:10px 0;
}

/**** header ****/
.header-slider{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:0;
}
.header-slider,
.header-slider .item{
    height:600px;
}
.header-slider .item{
    padding-top: 140px;
    background-size:cover !important;
}
.header-slider .item h1{
    padding-top:45px;
    padding-bottom:30px;
    font-weight: 300;
    font-size:42px;
    color:#FFF;
    text-shadow: 1px 1px 5px rgba(52,62,92,0.8);
}
.header-slider .item p{
    font-size:18px;
    color:#FFF;
    text-shadow: 1px 1px 5px rgba(52,62,92,0.8);
}
.header-slider .item .btn-warning{
    padding-left:40px;
    padding-right: 40px;
    margin-top: 25px;
}
.header-slider .slick-dots {
    bottom: 70px;
}
.header-slider .slick-dots li button::before {
    content: '';
}
.header-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50%;
    border:1px solid #FFFFFF;
}
.header-slider .slick-dots li.slick-active button {
    background: #FFF;
}


/**** navbar new breakpoint ****/
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar .navbar-right {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar .navbar-right .lang{
        display:none;
    }
}
/**** ticket form ****/
.buy-ticket-form form{
    background: #FFF;
    border-radius: 3px;
    min-height:320px;
    width:100%;
    margin-top:30px;
    padding:20px;
}
.yellow-border{
    padding-top:10px;
    border:1px solid #FDC52A;
    border-radius:5px;
    margin-bottom:15px;
}
/**** section boxes ****/
.box1 > .content, 
.box2 > .content, 
.box3 > .content, 
.box4 > .content{
    min-height:380px;
    border-radius: 3px;
    margin-bottom:30px;
    padding:35px 30px;
    position: relative;
}
.box1 > .content{
    /*background:#FFF;*/
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
@media (min-width: 768px){
    .box2.col-md-6{
        margin-left:-15px;
        width:calc(50% + 15px);
    }
}
.box2 > .content{
    /*background:#0087d9;*/
    background-position: bottom center;
    background-repeat: no-repeat;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.box2{
    padding-left:0;
}
.box3 > .content{
    background:#FFF;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-bottom:8px solid #7d7d7d;*/
}
.box4 > .content{
    background:#FFF;
    background-position: top left;
    background-repeat: no-repeat;
}
.box1 .text,
.box2 .text,
.box3 .text,
.box4 .text{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:35px 30px 23px 30px;
}
.box1 .text p,
.box2 .text p,
.box3 .text p,
.box4 .text p{
    color:inherit;
}
.box-info{
    font-size: 12px;
    font-style: italic;
}
.box2 .price{
    font-size:27px;
    font-weight: 600;
    text-transform: uppercase;
    margin:0;
}
.box2 .price > span{
    font-size:90px;
    font-weight: 300;
}
.box4 .box-info{
    margin-bottom: 15px;
}

/**** social ****/
.fb{
    margin-bottom: 15px;
}
.fb > .content{
    background: #3b7fc4;
    border-radius: 3px;
    padding:40px;
    min-height: 260px;
}
.fb .box-info{
    margin:20px 0;
    color:inherit;
}
.fb .btn {
    position: relative;
}
.fb .btn .fa-facebook-f{
    position: absolute;
    left: 23px;
    font-size: 37px;
    bottom: -3px;
    color:#3b7fc4;
}
/**** newsletter ****/
.newsletter{
    margin-bottom: 15px;
}
.newsletter > .content{
    background: #FFF;
    border-radius: 3px;
    padding: 40px 40px 18px;
    min-height: 260px;
}
.newsletter .box-info{
    margin:20px 0;
}
.newsletter form{
    margin-top:35px;
}
.newsletter form .btn-primary{
    padding-left: 45px;
    padding-right: 45px;
}
.newsletter .form-control{
    height: 45px;
    border: 0;
    box-shadow: none;
    background: #e2e2e2;
    border-radius: 50px;
    padding-left: 25px;
}
.newsletter .form-control::-moz-placeholder {
    color: #343e5c;
    font-style: italic;
    opacity: 1;
}
.newsletter .form-control:-ms-input-placeholder {
    color: #343e5c;
    font-style: italic;
}
.newsletter .form-control::-webkit-input-placeholder {
    color: #343e5c;
    font-style: italic;
}
/**** pages ****/
.top-page-image{
    position: absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    min-height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:0;
}
.top-heading{
    padding-bottom: 80px;
}
.top-heading h1{
    padding-top:45px;
    padding-bottom:30px;
    font-weight: 300;
    font-size:42px;
    color:#FFF;
    text-shadow: 1px 1px 5px rgba(52,62,92,0.8);
}
.top-heading p{
    font-size:18px;
    color:#FFF;
    text-shadow: 1px 1px 5px rgba(52,62,92,0.8);
}
.main{
    background: #FFF;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
    padding-bottom: 40px;
}
.page-heading{
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.4;
}
.page-subheading{
    font-size: 18px;
    color:#343e5c;
    font-weight: 600;
    text-transform: uppercase;
    margin-top:20px;
    margin-bottom: 30px;
}
/**** destination lists ****/

/**** job offers ****/
.offer{
    margin-top:30px;
}
.offer.o-collapse{
    border-left:2px solid #fdc42a;
}
.offer a.offer-name,
.offer a.offer-name:link,
.offer a.offer-name:visited,
.offer a.offer-name:focus{
    text-transform: uppercase;
    font-size: 18px;
    color:#0f1c2f;
    text-decoration: none;
    font-weight: 600;
}
.offer a.offer-name:hover,
.offer a.offer-name:active{
    color:#0098d1;
    text-decoration: underline;
}
.offer .workplace{
    font-size: 12px;
    font-style: italic;
    color:#898989;
}
.offer .well{
    background-color: #FFF;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.05);
    box-shadow: inset 0 0 0 rgba(0,0,0,.05);
}
.offer .section-heading{
    font-size:12px;
    color:#2f3956;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.offer ul li,
.offer ol li,
.offer p{
    color:#2f3956;
}

/**** breadcrumb ****/
.breadcrumb{
    background:#FFF;
}
.breadcrumb ul{
    list-style: none;
    margin-left:0;
    padding-left:0;
    margin-bottom: 20px;
}
.breadcrumb ul li{
    display: inline;
    position: relative;
}
.breadcrumb ul li a{
    padding:10px;
    font-size: 10px;
    color:#a1a5b1;
    text-transform: uppercase;
}
.breadcrumb ul li a.active{
    color:#0098d1;
    text-decoration: underline;
}
.breadcrumb ul li:after{
    font-family:'FontAwesome';
    content:"\f0da";
    color:#a1a5b1;
    position: absolute;
    top: 4px;
    right: -5px;
    font-size: 11px;
}
.breadcrumb ul li:last-child:after{
    content:"";
}
/**** left menu ****/
.left-menu ul{
    list-style: none;
    padding-left:0;
    margin:0 0 30px 0;
}
.left-menu ul li{
    position: relative;
    border-top:1px solid #d9e0f1;
}
.left-menu ul li a,
.left-menu ul li a:visited{
    padding:15px;
    text-transform: uppercase;
    color:#343e5c;
    display: block;
    background: #FFF;
}
.left-menu ul li a.active,
.left-menu ul li a:hover,
.left-menu ul li a:active{
    background: #d9ecf3;
    text-decoration: none;
}
/**** accordion ****/
.panel {
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.05);
    box-shadow: 0 0 0 rgba(0,0,0,.05);
}
.panel-group .panel {
    margin-bottom: 20px;
    border-radius: 5px;
}
.panel-default {
    border: 0; 
}
.panel-default > .panel-heading{
    padding:0;
    position: relative;
    border:0;
    background: #f4f4f4;
}
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > a:active, .panel-title > small, .panel-title > small > a {
    padding: 25px 70px 25px 25px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color:#0f1c2f;
    outline:none;
    text-decoration: none;
}
.panel-title > a:hover{
    text-decoration: none;
}
.panel-title > a > .fa{
    width:40px;
    height:40px;
    background: #fdc42a;
    border-radius: 25px;
    padding: 11px 12px;
    position: absolute;
    right: 15px;
    top: 14px;
}
.panel-title > a > .fa-chevron-up{
    padding: 9px 12px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top:0;
}
.panel-body{
    font-size: 14px;
    line-height: 1.8;
    color:#0f1c2f;
}
.panel-open{
    border:1px solid #e2e2e2;
}
.panel-default.panel-open > .panel-heading {
    background: #fff;
}
/**** footer ****/
footer{
    margin-top:35px;
    background: #e2e2e2;
    padding:50px 0 20px 0;
    color: #343e5c;
    z-index: 10;
    position: relative;
}
footer p{
    font-size: 12px;
}
footer .gpw img{
    margin:20px 0;
}
footer .heading{
    font-size:12px;
    font-weight: 700;
}
footer a{
    color: #343e5c;
}

footer ul{
    list-style: none;
    padding-left:0;
    margin-left:0;
}
footer ul li a{
    font-size: 12px;
    text-transform: uppercase;
}
@media (max-width: 991px){
    footer .gpw{
        text-align: center;
        margin-bottom: 30px;
    }
    footer .gpw .img-responsive{
        margin:20px auto;
    }
}
@media (max-width: 767px){
    .heading{
        text-align: center;
    }
    footer ul{
        text-align: center;
    }
}
/**** copy ****/
.copy{
    padding:15px 0;
    font-size:12px;
    color: #343e5c;
    z-index: 10;
    background: #FFF;
    position: relative;
}
.copy a{
    color: #343e5c;
    padding: 0 15px;
}
.copy .payu{
    max-height: 40px;
}
.copy p{
    margin:13px 0 0 0;
    font-size:12px;
}
/**** list news/galleries ****/
.news-row, .gallery-row{
    margin-bottom:30px;
    border-radius: 5px;
    background: #f4f4f4;
    padding:0;
    display: block;
    float: left;
    position: relative;
    min-height: 100%;
    width: 100%;
}
.news-row .news-image, .gallery-row .gallery-image{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width:100%;
    min-height: 190px;
    float:left;
    position: relative;
    display: block;
    background-repeat:no-repeat;
    background-size:auto 190px;
    background-position:center;
}
.news-row .date{
    font-size:11px;
    color: #343e5c;
}
.news-row .headline, .gallery-row .headline{
    font-size:18px;
    color: #343e5c;
    font-weight: 700;
    text-transform: uppercase;
}
.news-row:hover .news-image, .gallery-row:hover .gallery-image{
    background-size:auto 220px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.news-row .news-content{
    padding:20px;
    width:100%;
    height: 190px;
    float:left;
    position: relative;
    display: block;
}
.gallery-row .gallery-content{
    padding:20px;
    width:100%;
    height: 65px;
    float:left;
    position: relative;
    display: block;
}
/**** single news ****/
.news {
    margin-bottom: 30px;
}
.news .main-img{
    border-radius: 5px;
    margin-bottom: 30px;
}
.news .date{
    font-size: 13px;
    color: #343e5c;
    margin-bottom: 10px;
}
/**** change contrast ****/
.contrast{
    background:#000000 !important;
    color:#FFFFFF !important;
    border-color:#000000 !important;
}
/**** offer block ****/
.offer-box{
    background: #f4f4f4;
    border-radius: 5px;
    padding-bottom:30px;
}
/**** destinations list ****/
.destinations-list{
    margin-top: 30px;
    width:100%;
}
.destinations-list ul {
    height:100%;
    background:#FFF;
    list-style:none;
    padding:10px 0;
}
.destinations-list ul li{
    padding: 0 15px;
}
.destinations-list ul li a{
    display: block;
    font-size:14px;
    padding:10px 15px;
    color: #343e5c;
    font-weight: 600;
    text-transform: uppercase;
}
.destinations-list ul li a .fa{
    margin-top:4px;
}
.destinations-list a:hover,
.destinations-list a:visited,
.destinations-list a:active{
    text-decoration: none;
    color: #343e5c;
}
.destinations-list > ul {
    width:33%;
    position:relative;
    overflow:visible;
}
.destinations-list > ul > li {}

.destinations-list > ul > li.active > a,
.destinations-list > ul > li:hover > a{
    border-radius:50px;
    background: #FDC52A;
}
.destinations-list > ul > li > ul {
    display:none;
    position:absolute;
    right:-100%;
    top:0;
    width:100%;
    border-left: 1px solid #cfd0d0;
}
.destinations-list > ul > li:hover > ul {
    display:block;
}
.destinations-list > ul > li > ul >li:hover > a{
    border-radius:50px;
    background: #FDC52A;
    color: #0f1c2f;
}
.destinations-list > ul > li > ul > li > ul {
    display:none;
    position:absolute;
    right:-100%;
    top:0;
    width:100%;
    border-left: 1px solid #cfd0d0;
}
.destinations-list > ul > li > ul > li:hover ul {
    display:block;
}
.destinations-list > ul > li > ul > li > ul > li:hover > a{
    border-radius:50px;
    background: #FDC52A;
    color: #0f1c2f;
}
.destinations-list > ul > li > ul > li ul li ul li {
    border-bottom:1px dotted #fff;
    padding:20px;
}
/**** forms ****/
form{
    margin:30px 0;
}
form label{
    font-size: 11px;
    color: #343e5c;
    text-transform: uppercase;
    font-weight: 400;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #343e5c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.success.form-control{
    border:1px solid green;
}
.error.form-control{
    border:1px solid red;
}
.formStatus{
    padding-top:5px;
}

/**** gallery ****/
.gallery-block{
    margin-bottom: 30px;
}
#gallery[data-columns]::before {
    content: '3 .col-md-4 .col-sm-6 .col-xs-12';
}
.gallery-block img{
    margin-bottom: 30px;
}

@media (max-width: 767px){
    .nav > li {
        text-align: center;
    }
    .mobile-languages{
        list-style: none;
        margin: 0 auto;
        padding:0;
    }
    .navbar-right li{
        display: inline;
    }
    .navbar .navbar-right .lang-icons a {
        display: inline;
    }
    .navbar .navbar-right > li:first-child > a {
        padding-left: 2px;
        padding-right: 2px;
    }
    .navbar-toggle{
        margin: 23px 15px;
    }
    .header-slider .slick-dots{
        display: none !important;
    }
    .box2 {
        padding-left: 15px;
    }
    .box4 .content{
        background-size: 100% auto;
    }
    .newsletter form .btn-primary {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/**** responsive destinations list ****/
