@import "reset.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body{
margin:0px;
padding:0px;
font-size:16px;
font-family: 'Open Sans', sans-serif;
font-weight:300;
}

body input, body textarea, body button{
font-family: 'Open Sans', sans-serif;
}


.body-ow{
overflow:hidden;
}

.container{
width:100%;
max-width:calc(1400px - 30px);
padding:0px 15px;
margin:0px auto;
position:relative;
}




/*HEADER TOP*/

.header-page{
position:relative;
}

.header-top{
background:#f2f2f3;
padding:6px 0px;
}

.header-top-content{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;	
}

.header-top-content-contact{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;	
}

.header-top-content-contact a{
display:block;
margin-right:48px;
}

.header-top-content-contact img{
display:inline-block;
vertical-align:middle;
margin-right:12px;
height:25px;
width:auto;
}

.header-top-content-contact a span{
display:inline-block;
vertical-align:middle;
color:#000;
font-size:15px;
line-height:normal;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-top-content-contact a:hover span{
color:#3395d7;
}


.header-top-content-social{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;	
}

.header-top-content-social a{
display:block;
margin-left:6px;
width:28px;
height:28px;
text-align:center;
}

.header-top-content-social a img{
width:28px;
height:28px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(0deg); 
-webkit-transform: rotate(0deg); 
-ms-transform:rotate(0deg); 
}

.header-top-content-social a:hover img{
transform:rotate(360deg); 
-webkit-transform: rotate(360deg); 
-ms-transform:rotate(360deg); 
}

/*HEADER BOTTOM*/

.header-bottom{
padding:24px 0px;
background:#fff; 
}

.header-bottom-content{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;	
}

.header-bottom-content-menu > ul{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
margin:0px;
padding:0px;
}

.header-bottom-menu-parent{
position:relative;
}

.header-bottom-content-menu > ul > li{
margin-left:30px;
}

.header-bottom-content-menu > ul > li > a{
display:inline-block;
vertical-align:middle;
color:#000;
font-size:16px;
text-transform:uppercase;
line-height:20px;
position:relative;
padding:10px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-bottom-content-menu > ul > .header-bottom-menu-parent > a{
position:relative;
padding:10px 20px 10px 0px;
}

.header-bottom-content-menu > ul > .header-bottom-menu-parent > a::before{
content:'';
position:absolute;
top:14px;
right:0px;
width:7px;
height:7px;
border-left:1px solid #000;
border-top:1px solid #000;
transform:rotate(-135deg); 
-webkit-transform: rotate(-135deg); 
-ms-transform:rotate(-135deg); 
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-bottom-content-menu > ul > .header-bottom-menu-parent:hover > a::before{
top:18px;
border-left:1px solid #3395d7;
border-top:1px solid #3395d7;
transform:rotate(45deg); 
-webkit-transform: rotate(45deg); 
-ms-transform:rotate(45deg); 
}

.header-bottom-content-menu > ul > li:hover > a{
color:#3395d7;
}

.header-bottom-content-menu > ul > li > ul{
position:absolute;
top:100%;
left:0px;
width:auto;
background:#fff;
border:1px solid #3395d7;
padding:12px;
visibility:hidden;
opacity:0;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index:9999;
}

.header-bottom-content-menu > ul > li:hover > ul{
visibility:visible;
opacity:1;
}

.header-bottom-content-menu > ul > li > ul > li{
display:block;
}


.header-bottom-content-menu > ul > li > ul > li > a{
display:block;
color:#000;
font-size:14px;
text-transform:uppercase;
line-height:20px;
position:relative;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}


.header-bottom-content-menu > ul > li > ul > li:hover > a{
color:#3395d7;
}

.header-bottom-content-menu-mobile{
width:50px;
height:52px;
background:url('img/menu.png') no-repeat center;
cursor:pointer;
display:none;
margin-bottom:1px;
margin-left:20px;	
}

.header-bottom-content-menu-mobile-close{
position:absolute;
right:15px;
top:20px;
width:40px;
height:40px;
background:url('img/close.png') no-repeat center;
cursor:pointer;
display:none;		
}


/*HEADER h1 itd.*/

.header-section{
color:#3395d7;
font-size:42px;
line-height:normal;
font-weight:300;
text-align:center;
}

.header-section-margin-a{
margin-bottom:40px;
}




/*SLIDER HOME PAGE*/

.baner-home-page{
width:100%;
position:relative;
}

.baner-home-page-owl{
width:100%;	
}

.baner-home-page-owl-content{
position:relative;
width:100%;
display:block;
}

.baner-home-page-owl-content-img{
width:100%;
height:640px;
}

.baner-home-page-owl-content-img img{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
}

.baner-home-page-owl-content-text{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
background: -o-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
}

.baner-home-page-owl-content-text-content{
position:absolute;
bottom:140px;
left:70px;
width:calc(100% - 140px);
text-align:center;
}

.baner-home-page-owl-content-text-a{
color:#fff;
font-size:33px;
line-height:normal;
margin-bottom:30px;
font-weight:700;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}

.baner-home-page-owl-content-text-b{
color:#fff;
font-size:24px;
line-height:normal;
font-weight:600;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}

.baner-home-page-owl-content-text-content span{
color:#3395d7;
}



.baner-home-page .owl-theme .owl-dots{
position:absolute;
bottom:40px;
left:0px;
width:100%;
z-index:999;
}

.baner-home-page .owl-theme .owl-dots .owl-dot span{
width:14px;
height:14px;
margin:5px 7px;
background:#3395d7;
border:2px solid #fff;
}

.baner-home-page .owl-theme .owl-dots .owl-dot.active span, .baner-home-page .owl-theme .owl-dots .owl-dot:hover span {
background:#fff;
}


.baner-home-page .owl-theme .owl-nav{
position:absolute;
top:50%;
left:0px;
width:100%;
z-index:999;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
margin-top:-20px;
}

.baner-home-page .owl-carousel .owl-nav button.owl-next{
position:absolute;
top:50%;
right:40px;
}

.baner-home-page .owl-carousel .owl-nav button.owl-prev{
position:absolute;
top:50%;
left:40px;
}

.baner-home-page .owl-carousel .owl-nav button.owl-next:hover,
.baner-home-page .owl-carousel .owl-nav button.owl-prev:hover{
background:transparent;
}

.baner-home-page .owl-carousel .owl-nav button.owl-next span, .baner-home-page .owl-carousel .owl-nav button.owl-prev span{
color:#fff;
font-size:70px;
}

/*BANER PODSTRONA*/

.baner-sub-page{
position:relative; 
}

.baner-sub-page-img{
width:100%;
height:6px;
background:#f5f7fc;
}

/*

Stara opcja banera z grafiką

.baner-sub-page-img{
width:100%;
height:320px;
position:relative;
}
*/

.baner-sub-page-img img{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
display:none;
}

.baner-sub-page::before{
content:'';
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:50%;
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
background: -o-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
z-index:98;
display:none;
}

.baner-sub-page-header{
position:absolute;
bottom:45px;
left:0px;
width:100%;
z-index:99;
display:none;
}

.baner-sub-page-header-text{
color:#fff;
font-size:33px;
line-height:normal;
margin-bottom:30px;
font-weight:700;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);	
}

/*FORMULARZ*/

.section-form-booking{
padding:60px 0px;
}

.section-form-booking-header{
background:#dfebff;
padding:13px 15px;
text-align:center;
color:#000;
font-size:24px;
line-height:normal;
margin-bottom:50px;
font-weight:300;
}

.section-form-booking-container{
width:100%;
max-width:878px;
margin:0px auto;
}

.section-form-booking-input label
{
color:#000;
font-size:16px;
font-weight:600;
display:block;
margin-bottom:10px;
}

.section-form-booking-input-select{
position:relative;
}

.section-form-booking-input-select select
{
display:block;
width:calc(100% - 4px);
border:1px solid #6d89b9;
height:48px;
margin:0px 0px 30px 0px;
padding:0px 45px 0px 17px;
outline:none;
line-height:44px;
color:#000;
font-size:18px;
font-weight:300;
background:#fff url('img/arrow-select.jpg') no-repeat right center;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
font-family:'Open Sans';
}

.section-form-booking-input-text input
{
display:block;
width:calc(100% - 64px);
border:1px solid #6d89b9;
height:48px;
margin:0px 0px 30px 0px;
padding:0px 45px 0px 17px;
outline:none;
line-height:44px;
color:#000;
font-size:18px;
font-weight:300;
background:#fff;
}

.section-form-booking-input-text select 
{
display:inline-block;
width:55px;
border:1px solid #6d89b9;
height:48px;
margin:0px 10px 30px 0px;
padding:0px 0px 0px 10px;
outline:none;
line-height:44px;
color:#000;
font-size:18px;
font-weight:300;
background:#fff;
font-family:'Open Sans';
}

.section-form-booking-input-text select:last-child{
width:75px!important;
}

.month-word{
width:140px!important;
}

.section-form-booking-blocks{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.section-form-booking-block{
width:calc(50% - 35px);
}

.section-form-booking-checkbox{
padding:26px 0px 57px 0px;
border-top:1px solid #6d89b9;
}



.section-form-booking-input-checkbox{
padding:0px 0px 20px 0px;
}

.section-form-booking-input-checkbox input{
display:none;
}

.section-form-booking-input-checkbox label 
{
position:relative;
padding-left:32px;
display:block;
font-weight:300;
font-size:16px;
margin:0px;
color:#000;
line-height:24px;
text-align:left;

}

.section-form-booking-input-checkbox label a, .section-form-booking-input-checkbox label a:hover{
color:#007bff;
}

.section-form-booking-input-checkbox label::before{
content:'';
position:absolute;
top:2px;
left:0px;
width:18px;
height:18px;
background:white; 
border:1px solid #6d89b9;  
}

.section-form-booking-input-checkbox input[type="checkbox"]:checked + label::before,
.section-form-booking-input-checkbox input[type="radio"]:checked + label::before 
{
background:#6d89b9;
}

.section-form-booking-container-text{
margin-bottom:30px;
}

.section-form-booking-container-text p{
font-weight:300;
font-size:16px;
color:#000;
line-height:24px;	
}

.section-form-booking-container-button,
.goback,
#submitit{
min-width:143px;
height:46px;
border:0px;
border-radius:6px;
color:#fff;
font-size:15px;
line-height:46px;
font-weight:600;
text-align:center;
background:#52a5dd;
padding:0px;
margin:0px;
outline:none;
cursor:pointer;
display:inline-block;
padding-left:15px;
padding-right:15px;	
}

#submitit{
width:143px!important;
margin-bottom:50px;
}


/*PRODUKT*/

.section-product{
padding:60px 0px;
}

.section-product-table{
background:#f9f8f8;
padding:40px 0px;
}

.section-product-table-blocks{
display:flex;
justify-content:space-between;
align-items:stretch;
flex-wrap:wrap;
}

.section-product-table-block{
width:calc(50% - 20px);
display:flex;
justify-content:space-between;
align-items:stretch;
flex-wrap:nowrap;
flex-direction:column;
background:#dfebff;
}

.section-product-table-block-column-a{
background:#dfebff;
padding:40px 30px;
border-bottom:40px solid #f9f8f8;
}

.exception{
padding:10px 30px 40px 30px;
}

.section-product-table-block-column-b{
background:#dfebff;
padding:40px 30px;
}

.section-product-table-block-column-c{
background:#dfebff;
padding:40px 5px 5px 5px;	
}

.section-product-table-block-column-info{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;	
}

.section-product-table-block-column-info-a{
color:#000;
font-size:16px;
line-height:24px;
font-weight:700;
width:calc(50% - 16px);
padding-right:16px;
text-align:right;
}
.section-product-table-block-column-info-b{
color:#ff0000;
font-size:16px;
line-height:24px;
font-weight:300;
width:calc(50% - 16px);
padding-left:16px;
text-align:left;
}

.section-product-table-block-text p{
color:#000;
font-size:16px;
line-height:24px;
font-weight:300;
padding-bottom:0px;	
}

.section-product-table-block-text p span{
color:#ff0000;	
}

.section-product-table-block-text p b{
color:#ff0000;	
}

.section-product-table-block-column-header{
color:#000;
font-size:18px;
line-height:24px;
font-weight:700;
text-align:center;
margin-bottom:20px;	
}

.section-product-table-block-column-t{
display:table;
width:100%;
}

.section-product-table-block-column-t-row{
display:table-row;
background-color:#ffffff;
}

.section-product-table-block-column-t .section-product-table-block-column-t-row:nth-child(even){background-color: #e0dbdb;}

.section-product-table-block-column-t-cell-h{
display:table-cell;
border-right:1px solid #d1d1d1;
background:#000000;
color:#fff;
font-size:16px;
line-height:normal;
font-weight:700;
text-align:center;
padding:8px 0px;
}

.section-product-table-block-column-t-cell-h:last-child{
border-right:0px solid #d1d1d1;
}

.section-product-table-block-column-t-cell{
display:table-cell;
border-right:1px solid #d1d1d1;
color:#000;
font-size:16px;
line-height:normal;
font-weight:400;
text-align:center;
padding:8px 0px;
}

.section-product-table-block-column-t-cell span{
display:none;
}

.section-product-table-block-column-t-cell:last-child{
border-right:0px solid #d1d1d1;
}

.section-product-table-block-column-t-cell em{
font-size:14px;
font-weight:300;
}

.section-product-text{
padding-top:60px;
}

.section-product-text p,
.section-product-text ol,
.section-product-text ul{
color:#000;
font-size:16px;
line-height:24px;
font-weight:300;
padding-bottom:30px;	
}

.section-product-text ol,
.section-product-text ul{
padding-left:20px;
margin-left:20px;
}

.section-product-text ol{
list-style:decimal;
}

.section-product-text ul{
list-style:disc;
}

.section-product-text p a,
.section-product-text ol a,
.section-product-text ul a{
color:#3395d7;
}

.section-product-text p a:hover,
.section-product-text ol a:hover,
.section-product-text ul a:hover{
text-decoration:underline;
}


.section-product-text-przyciski{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
margin-top:20px;
}

.section-product-text-przyciski-a{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
width:221px;
padding:12px 0px;
border-radius:6px;
background:#3395d7;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin:0px 20px;
}

.section-product-text-przyciski-a:hover{
background:#000;
}

.section-product-text-przyciski-a img{
width:40px;
height:auto;
margin:0px 11px;
}

.section-product-text-przyciski-a span{
width:156px;
color:#fff;
font-size:16px;
line-height:18px;
font-weight:600;
}

.section-product-text-przyciski-b{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
width:221px;
padding:12px 0px;
border-radius:6px;
background:#b90f0f;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin:0px 20px;
}

.section-product-text-przyciski-b:hover{
background:#000;
}

.section-product-text-przyciski-b img{
width:40px;
height:auto;
margin:0px 11px;
}

.section-product-text-przyciski-b span{
width:156px;
color:#fff;
font-size:16px;
line-height:18px;
font-weight:600;
}


/*KATEGORIE*/

.section-category{
padding:60px 0px;
}

.section-category p{
color:#000;
font-size:16px;
line-height:24px;
font-weight:300;
padding-bottom:30px;
}

.section-category p b{
color:#3395d7;
}

.section-category-blocks{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -20px;
}


.section-category-block{
display:block;
width:calc(33.33333333333% - 40px);
margin:0px 20px 40px 20px;
}

.section-category-block-content-img{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:scale(1,1); 
-webkit-transform:scale(1,1);
-ms-transform:scale(1,1);
}

a:hover .section-category-block-content-img{
transform:scale(1.1,1.1); 
-webkit-transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
}

.section-category-block-content-img img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.section-category-block-content{
width:100%;
height:300px;
position:relative;
overflow:hidden;
}

.section-category-block-content-tlo{
position:absolute;
top:0px;
left:0px;
width:100%;
height:60%;
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

a:hover .section-category-block-content-tlo{
height:100%;
}


.section-category-block-content-header{
position:absolute;
top:25%;
left:15px;
width:calc(100% - 30px);
color:#fff;
font-size:30px;
line-height:normal;
font-weight:600;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
text-align:center;
}

.section-category-block-content-button{
position:absolute;
bottom:10%;
left:50%;
width:144px;
border:2px solid #3395d7;
border-radius:6px;
padding:10px 0px;
color:#3395d7;
font-size:17px;
line-height:normal;
font-weight:600;
text-align:center;
background:rgba(255,255,255,0.8);
margin-left:-72px;
}

/*SEKCJA WIĘCEJ*/

.section-more{
padding:60px 0px;
background:#ececec;
}

.section-more-blocks{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.section-more-block{
display:block;
width:calc(50% - 20px);
margin:0px 0px 40px 0px;
}

.section-more-block-content{
width:100%;
height:450px;
overflow:hidden;
position:relative;
}

.section-more-block-content-img{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:scale(1,1); 
-webkit-transform:scale(1,1);
-ms-transform:scale(1,1);
}

a:hover .section-more-block-content-img{
transform:scale(1.1,1.1); 
-webkit-transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
}

.section-more-block-content-img img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.section-more-block-content-header{
position:absolute;
top:26%;
left:15px;
width:calc(100% - 30px);
text-align:center;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
flex-direction:row-reverse;
}


.section-more-block-content-header span{
display:block;
color:#fff;
font-size:36px;
line-height:normal;
font-weight:600;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
margin:0px 11px;
}

.section-more-block-content-header img{
display:block;
height:72px;
width:auto;
}

.section-more-block-content-gradient{
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:50%;
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;	
}

a:hover .section-more-block-content-gradient{
height:100%;	
}

.section-more-block-content-text{
position:absolute;
bottom:23px;
left:15px;
width:calc(100% - 30px);
text-align:center;	
}

.section-more-block-content-text p{
color:#fff;
font-size:16px;
line-height:24px;
font-weight:600;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
padding-bottom:30px;
}

.section-more-block-content-text p b{
color:#3395d7;
font-weight:600;
}

.section-more-block-content-text-button{
width:144px;
border:2px solid #3395d7;
border-radius:6px;
padding:10px 0px;
color:#3395d7;
font-size:17px;
line-height:normal;
font-weight:600;
text-align:center;
background:rgba(255,255,255,0.8);
margin:0px auto;	
}

/*STOPKA*/


.footer-page-top{
padding:55px 0px 0px 0px;
background:#000;	
}

.footer-page-container{
padding:0px;
}

.footer-page-blocks{
display:flex;
justify-content:flex-start;;
align-items:flex-start;
flex-wrap:wrap;	
}

.footer-page-blocks h4, .footer-page-blocks h5, .footer-page-blocks h6{
font-size:30px;
color:#3395d7;
line-height:normal;
font-weight:400;
margin-bottom:30px;
}

.footer-page-block-b{
width:calc(100% - 320px);
}

.footer-page-block-a{
width:320px;	
}

.footer-page-blocks ul{
padding:0px;
margin:0px 0px 20px 0px;
}

.footer-page-blocks ul > li{
padding:0px;
margin:0px;
list-style-type:none;
display:block;
}

.footer-page-blocks ul > li > a{
display:inline-block;
padding-left:15px;
background:url('img/footer-arrow-a.png') no-repeat 0px 7px;
color:#fff;
font-size:15px;
line-height:24px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.footer-page-blocks ul > li > a:hover{
color:#3395d7
}


.footer-page-blocks ul > li > ul{
padding-left:15px;
margin:0px;
}

.footer-page-blocks ul > li > ul > li > a{
padding-left:15px;
background:url('img/footer-arrow-b.png') no-repeat 0px 8px;
}

.footer-page-block-b-top{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:72px;	
}

.footer-page-block-b-top-content{
width:33.3333333%;
}

.footer-page-block-b-top-content-contact a{
display:block;
margin-bottom:10px;
}

.footer-page-block-b-top-content-contact img{
display:inline-block;
vertical-align:top;
margin-right:10px;
height:25px;
width:auto;
}

.footer-page-block-b-top-content-contact span{
display:inline-block;
vertical-align:top;
color:#fff;
font-size:15px;
line-height:20px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.footer-page-block-b-top-content-contact a:hover span{
color:#3395d7;
}

.footer-page-block-b-top-content-socialmedia{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
margin-top:30px;	
}

.footer-page-block-b-top-content-socialmedia a{
display:block;
margin-right:12px;
width:28px;
height:28px;
text-align:center;
}

.footer-page-block-b-top-content-socialmedia a img{
width:28px;
height:28px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(0deg); 
-webkit-transform: rotate(0deg); 
-ms-transform:rotate(0deg); 
}

.footer-page-block-b-top-content-socialmedia a:hover img{
transform:rotate(360deg); 
-webkit-transform: rotate(360deg); 
-ms-transform:rotate(360deg); 
}

.footer-page-block-b-top-content-newsletter p{
color:#fff;
font-size:15px;
line-height:24px;
padding-bottom:20px;	
}

.footer-page-block-b-top-content-newsletter-input input{
width:calc(100% - 86px);
display:block;
border:0px;
margin:0px 0px 10px 0px;
padding:0px 16px;
height:35px;
line-height:35px;
color:#000;
font-size:13px;
font-weight:300;
outline:none;
border-radius:6px;
}

.footer-page-block-b-top-content-newsletter-input input::-webkit-input-placeholder { 
color:#000;
opacity:1;
}

.footer-page-block-b-top-content-newsletter-input input::-moz-placeholder {
color:#000;
opacity:1;
}

.footer-page-block-b-top-content-newsletter-input input:-ms-input-placeholder { 
color:#000;
opacity:1;
}

.footer-page-block-b-top-content-newsletter-input input:-moz-placeholder {
color:#000;
opacity:1;
}

.footer-page-block-b-top-content-newsletter-check{
padding:0px 0px 10px 0px;
}

.footer-page-block-b-top-content-newsletter-check input{
display:none;
}

.footer-page-block-b-top-content-newsletter-check label 
{
position:relative;
padding-left:22px;
display:block;
font-weight:400;
font-size:12px;
margin:0px;
color:#fff;
line-height:normal;
text-align:left;

}

.footer-page-block-b-top-content-newsletter-check label a, .footer-page-block-b-top-content-newsletter-check label a:hover{
color:#3395d7;
}

.footer-page-block-b-top-content-newsletter-check label::before{
content:'';
position:absolute;
top:2px;
left:0px;
width:13px;
height:13px;
background:white;
border-radius:3px;   
}

.footer-page-block-b-top-content-newsletter-check input[type="checkbox"]:checked + label::before 
{
background:#3395d7;
}

.footer-page-block-b-top-content-newsletter-button{
width:84px;
height:26px;
border:2px solid #3395d7;
border-radius:6px;
color:#3395d7;
font-size:12px;
line-height:0px;
font-weight:300;
text-align:center;
background:#fff;
padding:0px;
margin:0px;
outline:none;
cursor:pointer;	
}

.footer-page-block-b-bottom{
border-top:2px solid white;
padding:35px 15px;
}

.footer-page-block-b-bottom-h{
border-top:2px solid white;
padding:35px 15px;
display:none;
}

.footer-page-block-b-bottom-blocks{
display:flex;
justify-content:flex-start;
align-items:center;
}

.footer-page-block-b-bottom-text{
width:calc(100% - 367px);
margin-right:50px;
}

.footer-page-block-b-bottom-text p{
color:#fff;
font-size:15px;
line-height:24px;
}

.footer-page-block-b-bottom-text p strong{
color:#3395d7;
font-weight:700; 
}

.footer-page-block-b-bottom-logo{
width:317px;
}

.footer-page-block-b-bottom-logo img{
width:100%;
height:auto;
}

.footer-page-bottom{
padding:40px 0px 80px 0px;
}

.footer-page-bottom-blocks{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.footer-page-bottom-block span{
color:#878787; 
font-size:14px;
line-height:normal;
}

.footer-page-bottom-block a, .footer-page-bottom-block a:hover{
color:#878787; 
font-size:14px;
line-height:normal;
}

/*STYLE DO SKRYPTU SLIDERA*/

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.owl-carousel.off {
    display: block;
}

.section-form-booking-container textarea{
display:inline-block;
width:100%;
padding:20px;
box-sizing:border-box;
resize:none;
font-size:18px;
font-weight:300;
margin-bottom:25px;
}

.res-step-3 table{
width:100%;
display:inline-block;
font-size:13px;
font-weight:300;
border-collapse:collapse;
margin-bottom:40px;
}

.res-step-3 table th{
background:black;
color:white;
font-weight:bold;
}

.res-step-3 table th,
.res-step-3 table td{
padding:10px 15px;
border:1px solid black;
}

.res-step-3 h3{
width:100%;
display:inline-block;
font-size:18px;
color:#3395d7;
font-weight:400;
margin-bottom:20px;
}

p.smallpe{
margin-top:-30px;
}

.res-step-3 strong{
color:#3395d7;
}

.white{
background:white;
}

.gray{
background:#D3D3D3;
}

.newdiv{
max-width:none;
margin-bottom:50px;
}

.newdiv button,
.hoverit{
transition:all 0.2s;
}

.newdiv button:hover,
.hoverit:hover{
background:black;
transition:all 0.2s;
}

/* Gallery */

.section-text-content-gallery{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;	
margin:0px -20px;
}

.section-text-content-gallery-block{
width:calc(25% - 40px);
margin:0px 20px 40px 20px;
}

.section-text-content-gallery-block-img{
width:100%;
height:210px;
position:relative;
overflow:hidden;	
}


.section-text-content-gallery-block-img-ob{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform: scale(1,1); 
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
}


a:hover .section-text-content-gallery-block-img-ob{
transform: scale(1.1,1.1); 
-webkit-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
}

.section-text-content-gallery-block-img img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
display:block;
}

/* Gallery end */

/* Youtube start */

.section-box-youtube-link{
border-top: 1px solid #d2d2d2;
display:table;
width:100%;  
}

.section-box-youtube-link-poz{
display:table-row;
}

.section-box-youtube-link-col{
display:table-cell;
border-bottom:1px solid #d2d2d2;
}

.section-box-youtube-text-a{
font-weight: 700;
font-size: 17px;
line-height: 28px;
color:#bf0000;
padding:30px 24px;
vertical-align:top;
}

.section-box-youtube-text-b{
font-weight: 400;
font-size: 14px;
line-height: 22px;
color:black;
padding:30px 24px;
vertical-align:top;
}

.section-box-youtube-text-b span{
font-weight: 700;
font-size: 17px;
line-height: 28px;
display:block;
margin:0px 0px 20px 0px;
}

.section-box-youtube-text-c{
padding:30px 24px;
vertical-align:middle;
height:160px;
width:280px;
}

.section-box-youtube-text-c img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
border:4px solid white;
border-radius:4px;
transition:all 0.2s;
}

.section-box-youtube-text-c img:hover{
filter:brightness(120%);
transition:all 0.2s;
}

.ytlink img:hover,
.mvlink2 img:hover{
transform:scale(0.9);
transition:all 0.2s;
}

.section-box-youtube-text-d{
padding:30px 0px;
vertical-align:middle;
}


.section-box-mapa iframe{
display:block;
width:100%;
height:282px;
}

.audio-video-header{
color:#e13e20;
font-size:20px;
font-weight:700;
width:100%;
display:inline-block;
text-align:left;
padding-bottom:20px;
}

/*YOU TUBE POPUP*/

.ytube-box{
position:fixed;
width:100%;
height:100%;
top:0px;
left:0px;
background:rgba(255,255,255,0.95);
z-index:99999999999;
display:none;
}

.ytube-box iframe{
position:absolute;
width:calc(100% - 100px);
height:calc(100% - 100px);
top:50px;
left:50px;
}

.ytube-box-close{
position:absolute;
width:40px;
height:40px;
background:white url('img/close2.png') no-repeat center center;
top:10px;
right:10px;
cursor:pointer;
}

/* YouTube end */

/* Audio start */

.spacer{
width:100%;
height:70px;
display:inline-block;
}

/*SECTION DOWNLOAD*/

.section-download{
padding:0px 0px 40px 0px;
display:inline-block;
}

.section-download-content a{
float:left;
margin:0px 0px 20px 0px;
padding-left:78px;
background:url('img/icon-download.png') no-repeat top left;
min-height:70px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background-size:53px auto;
width:33.33%;
padding-right:25px;
box-sizing:border-box;
}

.section-download-content a:hover{
background-size:40px auto;
}

.section-download-content a span{
display:inline-block;
padding-top:10px;
color:#000;
font-weight:400;
font-size:16px;
line-height:24px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-download-content a:hover span{
color:#e13e20;
}

/* Audio end */

/* messages */

.errors,
.notices
{
  clear: both;
  margin-bottom: 20px;
  color: #fff;
  padding: 10px;
  width:80%;
  position:fixed;
  top:100px;
  left:10%;
  z-index:999;
  box-sizing:border-box;
}

.errors
{
  background: #bf0000;
}

.notices
{
  background: #5ba500;
}

.errors li,
.notices li
{
  padding: 7px 0 7px 45px;
  line-height: 20px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom:20px;
}

.errors li:last-child,
.notices li:last-child{
margin-bottom:0;
}

.errors li
{
  background-image: url('img/error-icon.png');
  color:white!important;
}

.notices li
{
  background-image: url('img/confirm-icon.png');
}

.inner-error
{
  color: #bf0000;
  padding-top: 10px;
}

.inner-error p
{
  margin-bottom: 10px;
}

#closeit{
width:30px;
height:30px;
position:absolute;
right:5px;
top:5px;
background:url('img/close-white.png') no-repeat center center;
background-size:cover;
cursor:pointer;
}

/* messages end */

/* Additional styles */

.ift-container{
width:100%;
display:inline-block;
margin:0px 0px 5px 0px;
padding:0px;
}

.ift-left{
float:left;
width:25%;
}

.ift-right{
float:right;
width:70%;
}

.ift-left img{
width:100%;
float:left;
}

.decoration-line{
width:100%;
height:6px;
background:#f5f7fc;
display:block;
}

.paginator{
width:100%;
display:inline-block;
padding:30px 20px;
box-sizing:border-box;
}

.paginator span{
font-weight:bold;
color:#3395d7;
}

.paginator:last-child{
margin-top:-25px;
}

.summary-two-columns{
width:100%;
color:#000;
font-size:10px;
line-height:11px;
font-weight:300;
padding-bottom:0px;
display:none;
}

.summary-two-columns:first-child{
margin-top:20px;
margin-bottom:20px;
}

.column-left{
width:50%;
float:left;
margin:0px;
padding:0px;
}

.column-right{
width:50%;
float:right;
margin:0px;
padding:0px;
text-align:right;
}

.logo-print{
float:left;
height:55px;
}

.res-step-3 p{
text-align:justify;
padding-bottom:15px;
padding-top:15px;
}

#cookies-message{
width:80%;
padding:30px;
position:fixed;
left:10%;
bottom:40px;
box-sizing:border-box;
background:#52a5dd;
color:white;
font-size:14px;
line-height:22px;
-webkit-box-shadow: 0px 0px 8px 0px rgba(66, 68, 90, 0.62);
-moz-box-shadow: 0px 0px 8px 0px rgba(66, 68, 90, 0.62);
box-shadow: 0px 0px 8px 0px rgba(66, 68, 90, 0.62);
z-index:99999;
}

.akc1{
display:inline-block;
background:white;
color:#52a5dd;
transition:all 0.2s;
margin-right:20px;
padding:4px 20px;
margin-top:15px;
}

.akc1:hover{
background:black;
color:white;
transition:all 0.2s;
}

/* Confirmation 2 styles */

table.confirmation2{
width:100%;
display:inline-block;
box-sizing:border-box;
color:#000;
font-size:16px;
line-height:24px;
font-weight:300;
}

table.confirmation2 tbody{
width:100%;
display:inline-block;
box-sizing:border-box;
margin:0px;
padding:0px;
}

table.confirmation2 tr{
width:100%;
display:inline-block;
box-sizing:border-box;
margin:0px;
padding:0px;
}

.frameit{
border:1px solid black;
padding:25px!important;
}

tr.summarytr{
padding:4px 0px!important;
border-bottom:1px solid black;
}

tr.summarytr:first-child,
tr.summarytr:last-child{
border-bottom:none;
}

table.confirmation2 td{
border:none;
margin:0px;
padding:0px;
display:inline-block;
box-sizing:border-box;
vertical-align:top;
}

table.confirmation2 tr.summarytr td{
font-size:15.5px;
}

.fifty{
width:48%;
text-align:left;
}

.boldit{
padding-right:50px;
font-weight:bold;
min-width:200px;
}

.spacetr tr{
margin-bottom:15px!important;
}


/* Confirmation 2 styles end */

.articles-title{
width:100%;
display:inline-block;
margin:0px 0px 30px 0px;
font-size:29px;
line-height:38px;
text-align:left;
color:#3395d7;
}

.connected-articles{
width:100%;
display:inline-block;
}

.connected-articles a{
width:100%;
display:inline-block;
box-sizing:border-box;
padding:15px 100px 15px 15px;
text-align:left;
font-size:15px;
font-size:line-height:21px;
color:black;
border:1px solid #3395d7;
margin-bottom:20px;
position:relative;
transition:all 0.2s;
}

.connected-articles a:hover{
transition:all 0.2s;
background:#3395d7;
color:white;
}

.connected-articles a .rmore{
font-size:15px;
color:#3395d7;
padding:0px 13px;
position:absolute;
top:14px;
right:0px;
font-style:italic;
transition:all 0.2s;
}

.connected-articles a:hover .rmore{
transition:all 0.2s;
color:white;
}

.wholewidth{
width:100%!important;
box-sizing:border-box;
}

.list100{
width:100%;
display:inline-block;
margin-bottom:50px;
text-align:left;
}

.article-link{
background:#3395d7;
float:left;
padding:15px;
color:white;
transition:all 0.2s;
border-radius:4px;
margin-right:8px;
margin-top:8px;
}

.article-link:hover{
transition:all 0.2s;
background:black;
}

.ue{
width:100%;
display:block;
text-align:center;
border-bottom:2px solid #ddd;
padding:10px 0px;
}

.ue img{
display:inline-block;
max-height:70px;
max-width:90%;
transition:all 0.2s;
}

.ue img:hover{
transform:scale(0.9);
transition:all 0.2s;
}

/* Additional styles end */

/* ==== RWD ==== */

@media (max-width: 1400px) {

.container{
width:calc(100% - 30px);
padding:0px 15px;
}

.section-category-blocks{
margin:0px -15px;
}


.section-category-block{
width:calc(33.33333333333% - 30px);
margin:0px 15px 30px 15px;
}

}

@media (max-width: 1200px) {

.header-bottom-content-logo img{
height:90px;
width:auto;
}

.baner-home-page-owl-content-img{
width:100%;
height:500px;
}

.baner-home-page-owl-content-text-a{
font-size:26px;
margin-bottom:30px;
}

.baner-home-page-owl-content-text-b{
font-size:22px;
}

.baner-home-page-owl-content-text-content{
bottom:100px;
}

.section-more-block-content-text p br{
display:none;
}

.footer-page-block-b{
width:calc(100% - 270px);
}

.footer-page-block-a{
width:270px;	
}

.footer-page-block-b-top{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:72px;	
}

.footer-page-block-b-top-content{
width:auto;
}

}


@media (max-width: 992px) {

.section-text-content-gallery-block{
width:calc(33.33333333333333333% - 40px);
}

.header-bottom-content-logo img{
height:70px;
width:auto;
}

.header-bottom-content-menu-mobile{
display:block;
}



.header-bottom-content-menu{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:#3395d7;
overflow:auto;
z-index:99999999;
text-align:center;
display:none;
}

.header-bottom-content-menu.header-bottom-content-menu-open{
display:block;
}


.header-bottom-content-menu > ul{
display:block;
padding:80px 15px 30px 15px;
}

.header-bottom-menu-parent{
position:relative;
}

.header-bottom-content-menu > ul > li{
margin:0px;
}

.header-bottom-content-menu > ul > li > a{
display:block;
border:1px solid #fff;
color:#fff;
font-size:16px;
text-transform:uppercase;
line-height:20px;
position:relative;
padding:10px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-bottom:10px;
}

.header-bottom-content-menu > ul > .header-bottom-menu-parent > a{
position:relative;
padding:10px 20px;
}

.header-bottom-content-menu > ul > .header-bottom-menu-parent > a::before,
.header-bottom-content-menu > ul > .header-bottom-menu-parent:hover > a::before{
content:'';
position:absolute;
top:14px;
right:10px;
width:7px;
height:7px;
border-left:1px solid #fff;
border-top:1px solid #fff;
transform:rotate(-135deg); 
-webkit-transform: rotate(-135deg); 
-ms-transform:rotate(-135deg); 
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-bottom-content-menu > ul > .header-bottom-menu-parent.open > a::before,
.header-bottom-content-menu > ul > .header-bottom-menu-parent.open:hover > a::before{
top:18px;
border-left:1px solid #ccc;
border-top:1px solid #ccc;
transform:rotate(45deg); 
-webkit-transform: rotate(45deg); 
-ms-transform:rotate(45deg); 
}

.header-bottom-content-menu > ul > li:hover > a{
color:#ccc;
}

.header-bottom-content-menu > ul > li > ul{
position:relative;
top:auto;
left:auto;
width:auto;
background:transparent;
padding:0px 20px;
visibility:visible;
opacity:1;
border:1px solid rgba(255,255,255,0.2);
margin-bottom:10px;
display:none;
}

.header-bottom-content-menu > ul > li > .header-bottom-menu-children.open{
display:block;
}

.header-bottom-content-menu > ul > li > ul > li{
display:block;
border-bottom:1px solid rgba(255,255,255,0.2);
position:relative;
}

.header-bottom-content-menu > ul > li > ul > li:last-child{
display:block;
border-bottom:0px;
}

.header-bottom-content-menu > ul > li > ul > li > a{
display:block;
color:#fff;
font-size:14px;
text-transform:uppercase;
line-height:20px;
position:relative;
padding:10px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}




.header-bottom-content-menu > ul > li > ul > li:hover > a{
color:#ccc;
}

.header-bottom-content-menu > ul > li > ul > li > ul{
position:relative;
top:auto;
left:auto;
width:auto;
padding:0px;
visibility:visible;
opacity:1;
margin-bottom:20px;
display:none;
}

.header-bottom-content-menu > ul > li > ul > li > .header-bottom-menu-children-two.open{
display:block;
}


.header-bottom-content-menu-mobile-close{
display:block;		
}


.header-top-content-contact a span{
display:none;
}

.header-top-content-contact a{
margin-right:0px;
}

.baner-home-page-owl-content-text-a{
font-size:22px;
margin-bottom:20px;
}

.baner-home-page-owl-content-text-b{
font-size:18px;
}

.baner-home-page-owl-content-text-b br{
display:none;
}

.section-category-block{
width:calc(50% - 30px);
margin:0px 15px 30px 15px;
}

.section-more-block-content-header{
position:absolute;
top:40px;
text-align:center;
display:block;
}


.section-more-block-content-header span{
margin:0px auto;
font-size:28px;
}

.section-more-block-content-header img{
height:60px;
margin:0px auto;
}

.section-more-block-content-text p{
font-size:16px;
line-height:24px;
padding-bottom:20px;
}

.section-more-block-content-gradient{
height:55%;	
}

.footer-page-block-a{
width:35%;
}

.footer-page-block-b{
width:65%;	
}

.footer-page-block-b-top-content{
width:50%;
}

.footer-page-block-b-bottom{
display:none;
}

.footer-page-block-b-bottom-h{
display:block;
}

.section-product-table-blocks{
display:block;
}

.section-product-table-block{
display:block;
width:100%;
background:transparent;
}

.section-product-table-block-column-a{
padding: 40px 30px;
border-bottom:0px;
margin-bottom:15px;
}

.section-product-table-block-column-b {
padding:40px 30px;
margin-bottom:15px;
}

.section-form-booking-block{
width:calc(50% - 8px);
}

}





@media (max-width: 768px) {
	
.section-text-content-gallery-block{
width:calc(50% - 40px);
}

.header-section{
font-size:28px;
}

.section-category-block{
width:calc(100% - 30px);
margin:0px 15px 15px 15px;
}

.section-more-block{
display:block;
width:100%;
margin:0px 0px 15px 0px;
}


.footer-page-block-a{
width:100%;
text-align:center;
margin-bottom:30px;
}

.footer-page-block-b{
width:100%;
text-align:center;
margin-bottom:30px;	
}

.footer-page-block-b-top{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:72px;	
}

.footer-page-block-b-top-content{
width:100%;
}

.footer-page-block-b-top-content-newsletter-input input{
width:calc(100% - 32px);
text-align:center;
}

.footer-page-block-b-top-content-socialmedia {
justify-content:center;
margin-bottom:30px;	
}

.footer-page-block-b-top-content-newsletter-check label {
display:inline-block;
}

.footer-page-block-b-bottom-blocks{
display:block;
}

.footer-page-block-b-bottom-text{
width:100%;
margin-right:0px;
}


.footer-page-block-b-bottom-logo{
width:auto;
max-width:317px;
margin:0px auto;
padding-top:30px;
}

.baner-sub-page-header-text{
font-size:26px;
}


.section-product-table-block-column-t{
display:block;
}

.section-product-table-block-column-t-row{
display:block;
background-color:transparent;
border:1px solid #000;
margin-bottom:15px;
}

.section-product-table-block-column-t-row:first-child{
display:none;
}

.section-product-table-block-column-t .section-product-table-block-column-t-row:nth-child(even){background-color: transparent;}

.section-product-table-block-column-t-cell-h{
display:none;
}

.section-product-table-block-column-t-cell-h:last-child{
border-right:0px solid #d1d1d1;
}

.section-product-table-block-column-t-cell{
display:block;
border-right:1px solid #d1d1d1;
color:#000;
font-size:16px;
line-height:normal;
font-weight:400;
text-align:center;
padding:8px 0px;
}

.section-product-table-block-column-t-cell span{
display:inline;
font-weight:700;
}


.section-form-booking-block{
width:100%;
}

.section-box-youtube-link{
border-top: 1px solid #d2d2d2;
display: block;
width: 100%;  
}

.section-box-youtube-link-poz{
display:block;
border-bottom:1px solid #d2d2d2;
}

.section-box-youtube-link-col{
display: block;
border-bottom: 0px solid #d2d2d2;
}

.section-box-youtube-text-a {
padding: 30px 0px 0px 0px;
}

.section-box-youtube-text-b {
padding: 0px 0px 30px 0px;
}

.section-box-youtube-text-c {
padding: 0px 0px 30px 0px;
vertical-align: middle;
display: inline-block;
vertical-align: middle;
}

.section-box-youtube-text-d {
padding: 0px 0px 30px 30px;
display: inline-block;
vertical-align: middle;
}

}

@media (max-width: 700px) {

.ift-left{
width:100%;
margin-bottom:30px;
}

.ift-right{
width:100%;
}

}


@media (max-width: 576px) {

.baner-home-page-owl-content-text-a{
font-size:18px;
margin-bottom:10px;
}

.baner-home-page-owl-content-text-b{
font-size:16px;
}

.baner-home-page .owl-theme .owl-nav{
display:none;
}

.baner-home-page-owl-content-text-content{
bottom:90px;
left:15px;
width:calc(100% - 30px);
}

.baner-home-page-owl-content-img{
height:400px;
}

.section-category-block-content-header{
font-size:24px;
}

.section-product-table-block-column-a{
padding:20px 15px;
border-bottom:0px;
margin-bottom:15px;
}

.section-product-table-block-column-b {
padding:20px 15px;
margin-bottom:15px;
}

.section-product-text-przyciski{
display:block;
margin-top:20px;
}

.section-product-text-przyciski-a{
margin:10px auto;
}

.section-product-text-przyciski-b{
margin:10px auto;
}

.section-text-content-gallery-block{
width:calc(100% - 40px);
}

}

@media (max-width: 500px) {

.section-product-text p img{
width:100%!important;
height:auto!important;
margin-bottom:25px;
}

}

@media (max-width: 440px) {

.header-bottom-content-logo img {
  height: 50px;
  width: auto;
}

.section-product-table-block-column-info-a{
width:calc(40% - 16px);
}
.section-product-table-block-column-info-b{
width:calc(60% - 16px);
}

}

@media (max-width: 320px) {

}

@media print {

.no-print,
.no-print *
{         
display:none!important;
} 

.res-step-3 p{
font-size:10px!important;
line-height:11px!important;
padding-bottom:5px!important;
padding-top:5px!important;
}

.res-step-3 p span,
.res-step-3 h3{
font-size:10px!important;
}

.res-step-3 .section-product-text{
padding-top:10px!important;
}

.res-step-3 .header-section{
font-size:20px!important;
}

.summary-two-columns{
display:inline-block!important;
}

.margintop{
margin-top:15mm!important;
}

html body .margintop table tr th{
background:black!important;
color:white!important;
}

table.confirmation2{
width:100%;
display:inline-block;
box-sizing:border-box;
color:#000;
font-size:16px;
line-height:24px;
font-weight:300;
}

.frameit{
padding:7px!important;
margin-top:-7mm;
}



@page { size: auto;  margin-top: 0mm; margin-bottom: 0mm; }

}
