@import "reset.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

body{
margin:0px;
padding:0px;
font-size:16px;
font-family: 'Open Sans', sans-serif;
}

body input, body textarea, body button{
font-family: 'Montserrat', sans-serif;
}

.body-ow{
overflow:hidden;
}

.container{
width:100%;
max-width:1200px;
padding:0px;
margin:0px auto;
position:relative;
}



.clear-b{
clear:both;
}


.anime{
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.moble-show{
display:none;
}

.moble-hide{
display:block;
}


/*HEADER TOP*/

.header-page{
background:transparent;
position:relative;
}

.header-top{
position:absolute;
top:0px;
left:0px;
padding:20px 0px; 
width:100%;
}

.header-top-logo{
height:104px;
}

.header-top-logo img{
display:inline-block;
vertical-align:top;
height:104px;
width:auto;
}




/*TOP INFO TEL MAIL AND MARKER*/

.header-top-menu-info{
position:absolute;
top:0px;
right:0px;
}

.header-top-menu-info img{
display:inline-block;
vertical-align:middle;
margin-right:11px;
}

.header-top-menu-info a{
display:inline-block;
vertical-align:middle;
margin-left:54px;
}

.header-top-menu-info a span{
display:inline-block;
vertical-align:middle;
color:white;
font-weight:400;
font-size:16px;
line-height:22px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-top-menu-info a:hover span{
color:#5fb3fc;
}


/*MENU*/

.header-top-menu{
position:absolute;
bottom:-14px;
right:0px;
}

.header-top-menu-a{
display:block;
}

.header-top-menu-b{
display:block;
}

.header-top-menu li{
display:inline-block;
vertical-align:middle;
margin:0px 0px 0px 28px;
}

.header-top-menu li a{
display:inline-block;
vertical-align:middle;
padding:14px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
color:white;
font-weight:400;
font-size:18px;
position:relative;
background:transparent;
text-transform:uppercase;
font-family: 'Montserrat', sans-serif;
}

.header-top-menu li a:hover, .header-top-menu .current a{
background:transparent;
color:#5fb3fc;
}

.header-top-menu .awarded a{
display:inline-block;
vertical-align:middle;
padding:14px 18px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background:#5fb3fc;
text-transform:uppercase;
border-radius:18px;
font-family: 'Montserrat', sans-serif;
}

.header-top-menu .awarded a:hover, .header-top-menu .awarded.current a{
background:#0559a1;
color:white;
}

.header-top-menu-mobile{
width:40px;
height:40px;
position: absolute;
right:20px;
top:5px;
background:url('img/menu.png') no-repeat center center;  
display:none;
cursor: pointer;
}


.header-top-menu-mobile-close{
width:36px;
height:36px;
position: absolute;
right:0px;
top:10px;
background:url('img/close.png') no-repeat center center;
cursor:pointer;
display:none;
z-index: 99;
}

.header-top-menu-cat-mobile{
position:fixed;
top:80px;
left:0px;
background:#bf0000;
padding:14px 14px;
font-weight:800;
font-size:17px; 
color:white;
cursor:pointer;
z-index:9999;
display:none;
}

.header-top-menu-cat-mobile-close{
width:36px;
height:36px;
position: absolute;
right:20px;
top:10px;
background:url('img/close.png') no-repeat center center;
cursor:pointer;
display:none;
z-index: 99;
}

.header-page-m-top{
position:relative;
top:auto;
left:auto;
width:100%;
height:auto;
overflow:initial;
z-index:999;
background:white;
}


/*BANER*/

.header-baner{
width:100%;
position:relative;
}

.header-baner-ob{
width:100%;
height:700px;
position:relative;
overflow:hidden;
}

.header-baner-ob-img{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:8;
}

.header-baner-ob-img img{
width:100%;
height:100%;
object-fit:cover;
display: block;
}



.header-baner-ob::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
z-index:9;
}

.header-baner-ob-content{
position:absolute;
top:50%;
left:0px;
width:100%;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
text-align:center;
z-index:10;
}

.header-baner-ob-content-text{
color:white;
font-weight:400;
font-size:24px;
line-height:38px;
font-family: 'Montserrat', sans-serif;
width:100%;
max-width:1040px;
margin:0px auto;
}




.header-baner-subpage{
width:100%;
height:176px;

}

.header-baner-subpage-ob{
width:100%;
height:176px;
position:relative;
overflow:hidden;
}

.header-baner-subpage-ob::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
z-index:9;
}


/*PAGE BUTTON*/

.page-botton-one{
display:inline-block;
vertical-align:middle;
padding:10px 58px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background:#5fb3fc;
color:white;
font-weight:700;
text-transform:uppercase;
border-radius:18px;
}

.page-botton-one:hover{
background:#0559a1;
color:white;
}




/*HEADERS PAGE*/

.section-page-header{
padding:0px;
font-weight:700;
font-size:24px; 
color:#0559a1;
margin:0px 0px 45px 0px;
text-align:center;
font-family: 'Montserrat', sans-serif;
line-height: 26px;
}

/*PAGE TEXT P*/

.section-page-p{
padding:0px;
font-weight:400;
font-size:16px;
line-height:28px; 
color:black;
}


/*SECTION ABOUT US*/

.section-about-us{
padding:50px 0px 0px 0px;
/* text-align:center; */
}

.section-about-us-columns{
position:relative;
padding-left:50%;
margin-top:50px;
}

.section-about-us-columns .section-page-header{
text-align:left;
margin:0px 0px 20px 0px;
}

.section-about-us-columns-img{
position:absolute;
top:0px;
left:0px;
width:50%;
height:100%;
overflow:hidden;
}

.section-about-us-columns-img img{
width:100%;
height:100%;
object-fit:cover;
display: block;
}


.section-about-us-columns-text{
padding:34px 0px 1px 48px;
text-align:left;
}

.section-about-us-columns-block{
padding-left:118px;
background-repeat:no-repeat;
background-position:top left;
margin-bottom:50px;
}

.icon-star{
background-image:url('img/star.png');
}

.icon-certificate{
background-image:url('img/certificate.png');
}

.icon-lock{
background-image:url('img/lock.png');
}

.icon-calendar{
background-image:url('img/calendar.png');
}

/*SECTION SERVICES*/

.section-services{
padding:60px 0px 0px 0px;
text-align:center;
}

.section-services-columns{
margin-left:-55px;
margin-top:50px;
}

.section-services-column{
width:33.3333333333333333333333%;
float:left;
}

.section-services-column-wrapper{
padding-left:55px;
padding-bottom:55px;
}

.section-services-column-content{
width:100%;
height:366px;
position:relative;
overflow:hidden;
}

.section-services-column-content::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
z-index:9;
}

.section-services-column-content-img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.section-services-column-text{
position:absolute;
top:50%;
left:0px;
width:100%;
text-align:center;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
z-index:13;
}

.section-services-column-text-header{
font-weight:700;
font-size:30px;
line-height:38px; 
color:white;
text-shadow: 5px 10px 21px rgba(0, 0, 0, 1);
margin:0px 0px 40px 0px;
padding:0px 20px;
}

.section-services-column-text-botton{
text-align:center;
padding-top:40px;
}


/*SECTION SUB PAGE*/

.section-subpage{
padding:50px 0px 0px 0px;
}

.section-subpage-columns{
padding-top:50px;
}

.section-subpage-column-left{
position:relative;
padding-left:48%;
margin-bottom:50px;	
}

.section-subpage-column-right{
position:relative;
padding-right:48%;
margin-bottom:50px;		
}

.section-subpage-column-left .section-subpage-column-img{
left:0px;
}

.section-subpage-column-right .section-subpage-column-img{
right:0px;
}


.section-subpage-column-img{
position:absolute;
top:0px;
width:48%;
height:100%;
overflow:hidden;
}

.section-subpage-column-img img{
width:100%;
height:100%;
object-fit:cover;
display: block;
}

.section-subpage-column-text{
padding-top:70px;
padding-bottom:30px;
}

.section-subpage-column-text p{
padding-bottom:40px;
}

.section-subpage-column-left .section-subpage-column-text{
padding-left:34px;
padding-right:34px;
}

.section-subpage-column-right .section-subpage-column-text{
padding-left:0px;
padding-right:64px;
}

/*SECTION PRICE LIST*/

.section-price-list{
padding:0px 0px 50px 0px;
}

.section-price-list-table-contener{
width:100%;
max-width:760px;
margin:0px auto;
}

.section-price-list-table{
display:table;
width:100%;
border:1px solid black;	
border-collapse:collapse;
}

.section-price-list-table-row{
display:table-row;
}

.section-price-list-table-row-cell-header{
display:table-cell;
padding:15px 25px;
background:black;
color:white;
font-weight:700;
font-size:16px;
font-family: 'Montserrat', sans-serif;
width:50%;
}

.section-price-list-table-row-cell{
display:table-cell;
padding:15px 25px;
color:black;
font-weight:400;
font-size:16px;
font-family: 'Montserrat', sans-serif;
border:1px solid black;	
}

/*SECTION FORM*/

.section-form{
padding:20px 0px 50px 0px;
}

.reservation{
margin-top:-23px!important;
}

.reservation{
width:100%;
max-width:670px;
margin:0px auto;
}

.section-form-wrapper-one{
width:calc(100% - 82px);
padding-right:82px;
margin-bottom:10px;
}

.section-form-wrapper-two{
width:100%;
margin-bottom:10px;
}

.reservation input[type='text'],
.reservation select,
.reservation input[type='file'],
.reservation input[type='password']{
display:block;
width:calc(100% - 52px);
border:1px solid black;
padding:15px 25px;
color:black;
font-weight:400;
font-size:16px;
outline:none;
}

.reservation textarea{
display:block;
width:calc(100% - 52px);
height:120px;
border:1px solid black;
padding:15px 25px;
color:black;
font-weight:400;
font-size:16px;
outline:none;
resize:none;
}

.reservation input[type='submit']{
display:inline-block;
vertical-align:middle;
padding:15px 30px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background:#0559a1;
color:white;
font-weight:700;
border-radius:2px;
border:0px;
cursor:pointer;
}

.reservation input[type='submit']:hover{
background:black;
color:white;
}

::-webkit-input-placeholder {
color:black;
opacity:1;
}
::-moz-placeholder {
color:black;
opacity:1;
}
:-ms-input-placeholder {
color:black;
opacity:1;
}
:-moz-placeholder {
color:black;
opacity:1;
}

.reservation input,
.reservation textarea,
.reservation select,
.formstripe{
margin-top:10px;
}

/*SECTION GALLERY*/

.section-gallery{
padding:20px 0px 50px 0px;
}

.section-gallery-contener{
margin-left:-40px;
}

.section-gallery-block{
float:left;
width:25%;
}

.section-gallery-wrapper{
padding-left:40px;
padding-bottom:40px;
}

.section-gallery-img{
width:100%;
height:165px;
overflow:hidden;
display:block;
}

.section-gallery-img img{
width:100%;
height:100%;
object-fit:cover;
display: block;
}

/*SECTION DOWNLOAD*/

.section-download{
padding:20px 0px 50px 0px;
}

.section-download-block{
margin-bottom:30px;
font-size:0px;
}

.section-download-block-img{
display:inline-block;
vertical-align:top;
width:106px;
}

.section-download-block-img img{
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform: translateY(0px); 
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
}

.section-download-block-img:hover img{
transform: translateY(-10px); 
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
}

.section-download-block-text{
display:inline-block;
vertical-align:top;
width:calc(100% - 106px);
}

.section-download-block-text a{
color:#0559a1;
font-weight:700;
font-size:16px;
line-height:38px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-download-block-text a:hover{
color:black;
}


/*MAPS*/

.page-maps iframe{
width:100%;
height:190px;
display:block;
}




/*FOOTER*/

footer{
background:black;
padding:50px 0px;
}

.footer-left{
width:200px;
float:left;
}

.footer-center{
width:calc(100% - 400px);
float:left;
}

.footer-right{
width:200px;
float:left;
text-align:right;
}

.footer-left ul{
margin:0px;
padding:0px;
display:block;
}

.footer-left ul li{
margin:0px;
padding:0px;
display:block;
list-style-type:none;
}

.footer-left ul li a{
margin:0px;
padding:0px;
display:block;
font-weight:400;
font-size:18px;
line-height:38px; 
color:white;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.footer-left ul li a:hover{
color:#5fb3fc;
}


.footer-center-info{
text-align:center;
}

.footer-center-info img{
display:inline-block;
vertical-align:middle;
margin-right:11px;
}

.footer-center-info a{
display:inline-block;
vertical-align:middle;
margin:0px 25px 14px 25px;
}

.footer-center-info a span{
display:inline-block;
vertical-align:middle;
color:white;
font-weight:400;
font-size:16px;
line-height:22px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
text-align:left;
}

.footer-center-info a:hover span{
color:#5fb3fc;
}

.footer-center-text{
padding-top:10px;
width:100%;
max-width:600px;
margin:0px auto;
}

.footer-center-text p{
font-weight:400;
font-size:13px;
line-height:16px;
color:white;
text-align:center;
padding-bottom:20px;
}

.footer-right-img{
margin-bottom:40px;
}

.footer-right a{
display:inline-block;
text-align:center;
font-weight:400;
font-size:13px;
line-height:16px;
color:white;
margin-bottom:50px;
}

.footer-right span{
display:block;
font-weight:400;
font-size:13px;
line-height:24px;
color:white;
}

/* additional styles */

.spacer{
width:100%;
display:inline-block;
height:40px;
}

.spacer-smaller{
width:100%;
display:inline-block;
height:20px;
}

.section-gallery-wrapper a{
transition: all 0.2s;
}

.section-gallery-wrapper a:hover{
transform: scale(0.9);
transition: all 0.2s;
}

#map-canvas{
width:100%;
height:300px;
display:inline-block;
}

.section-subpage p,
.section-subpage ul,
.section-subpage ol{
font-size:16px;
line-height:28px;
text-align:justify;
display:inline-block;
padding-bottom:25px;
}

.section-subpage p{
width:100%;
}

.section-subpage ul,
.section-subpage ol{
width:calc(100% - 40px);
padding-left:20px;
margin-left:20px;
}

.section-subpage ul{
list-style:disc;
}

.section-subpage ol{
list-style:decimal;
}

.section-subpage p a,
.section-subpage ul a,
.section-subpage ol a{
color:#5fb3fc;
}

.section-subpage p a:hover,
.section-subpage ul a:hover,
.section-subpage ol a:hover{
text-decoration:underline;
}

.section-subpage img{
max-width:100%!important;
height:auto!important;
}

.fbimg{
transition: all 0.2s;
}

.fbimg:hover{
transform: scale(1.1);
transition: all 0.2s;
}

.whiterow{
background:white;
}

.grayrow{
background:#ececec;
}

#cookies-message{
width:calc(80% - 40px);
background:black;
padding:20px;
color:white;
position:fixed;
left:10%;
bottom:50px;
font-size:15px;
line-height:20px;
z-index:99999;
}

.wholeline{
width:100%;
height:1px;
display:inline-block;
margin:10px 0px;
}

.akc1{
float:left;
background:white;
color:black;
font-size:15px;
padding:5px 20px;
}

.rightit{
margin-left:25px;
}

/* Error i notice */

.errors{
width:calc(80% - 100px);
margin:10px 0 10px 10%;
background:url('img/error-icon.jpg') no-repeat left 20px top 20px #d9120f;
text-align:left;
color:white;
font-size:16px;
line-height:22px;
padding:25px 20px 20px 80px;
}

.notices{
width:calc(80% - 100px);
margin:10px 0 10px 10%;
background:url('img/confirm-icon.jpg') no-repeat left 20px top 20px #92c135;
text-align:left;
color:white;
font-size:16px;
line-height:22px;
padding:25px 20px 20px 80px;
}

#cookies-message{
width:calc(80% - 40px);
background:black;
padding:20px;
color:white;
position:fixed;
left:10%;
bottom:50px;
font-size:15px;
line-height:20px;
z-index:99999;
}

.wholeline{
width:100%;
height:1px;
display:inline-block;
margin:10px 0px;
}

.akc1{
float:left;
background:white;
color:black;
font-size:15px;
padding:5px 20px;
}

.rightit{
margin-left:25px;
}

.image-mobile{
display:none;
}

.leftside{
width:60%;
float:left;
}

.rightside{
width:37%;
float:right;
}

.rightside img,
.image-mobile img{
width:100%;
height:auto;
}

.wholeline{
width:100%;
display:inline-block;
}

.more{
padding:13px 20px;
background:#0559a1;
transition:all 0.2s;
color:white;
}

.more:hover{
background:black;
transition:all 0.2s;
}


/* ==== RWD ==== */

@media (max-width: 1510px) {


}

@media (max-width: 1300px) {




}

@media (max-width: 1240px) {

.wrapper{
padding:0px 20px;
}

.header-top-menu-info{
right:20px;
}

.header-top-menu{
right:20px;
}

.header-top-logo{
height:80px;
}

.header-top-logo img{
height:80px;
width:auto;
}

.header-top-menu li{
margin:0px 0px 0px 20px;
}

.header-top-menu li a{
font-size:15px;
}

.section-services-column{
width:50%;
float:left;
}

}


@media (max-width: 992px) {

.header-page{
padding-top:70px;
}


.header-top{
position:relative;
padding:10px 0px; 
}

.header-top-logo{
height:50px;
display:inline-block;
}

.header-top-logo img{
height:50px;
}


.header-top-menu{
position:relative;
top:auto;
right:auto;
padding:40px 0px 30px 0px;
}

.header-top-menu-a{
display:none;
}

.header-top-menu-b{
display:block;
}


.header-top-menu li{
display:block;
margin:8px 0px;
}

.header-top-menu li a, .header-top-menu .awarded a{
display:block;
padding:16px 14px;
color:white;
font-weight:700;
font-size:16px;
position:relative;
background:#5fb3fc;
text-transform:uppercase;
border-radius:3px;
text-align:center;
}

.header-top-menu li a:hover, .header-top-menu .current a{
background:#0559a1;
color:white;
}

.header-top-menu-mobile{
display:block;
}

.header-top-menu-mobile-close{
display:block;
}


.header-top-menu-info{
position:absolute;
top:10px;
right:80px;
}

.header-top-menu-info a{
margin-left:14px;
}

.header-top-menu-info a span{
display:none;
}




.moble-show{
display:block;
}

.moble-hide{
display:none;
}


.header-page-m-top{
position:fixed;
top:0px;
left:0px;
width:100%;
height:auto;
overflow:initial;
z-index:999;
background:white;
}


.header-page-m-top-open{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
overflow:auto;
z-index:99009;
background:white;
}

.header-baner-ob{
height:450px;
}

.header-baner-ob-content-text{
font-size:18px;
line-height:24px;
padding:0px 20px;
width:auto;
}

.section-about-us-columns-block{
padding-left:0px;
padding-top:80px;
background-repeat:no-repeat;
background-position:top left;
background-size:auto 65px;
margin-bottom:50px;
}

.section-gallery-block{
float:left;
width:33.3333333333333333333%;
}

}




@media (max-width: 768px) {

.section-about-us-columns{
padding-left:0px;
margin-top:50px;
padding-top:200px
}

.section-about-us-columns-img{
width:100%;
height:200px;
}

.section-about-us-columns-text{
padding:34px 0px 1px 0px;
text-align:center;
}

.section-about-us-columns .section-page-header{
text-align:center;
}

.section-about-us-columns-block{
background-position:top center;
}

.section-services-column{
width:100%;
float:left;
}

.footer-left{
width:100%;
float:none;
text-align:center;
margin-bottom:40px;
}

.footer-center{
width:100%;
float:none;
}

.footer-right{
width:100%;
float:none;
text-align:center;
}

.footer-right-img{
display:block;
margin:0px auto;	
margin-bottom:40px;
margin-top:40px;
}

.section-subpage-column-left{
padding-left:0px;
margin-bottom:0px;
}

.section-subpage-column-right{
padding-right:0px;
margin-bottom:0px;	
}

.section-subpage-column-img{
position:relative;
top:auto;
width:100%;
height:250px;
}

.section-subpage-column-left .section-subpage-column-img{
left:auto;
}

.section-subpage-column-right .section-subpage-column-img{
right:auto;
}

.section-subpage-column-text{
padding-top:40px;
padding-bottom:0px;
}

.section-subpage-column-text p{
padding-bottom:30px;
}

.section-subpage-column-left .section-subpage-column-text{
padding-left:0px;
padding-right:0px;
}

.section-subpage-column-right .section-subpage-column-text{
padding-left:0px;
padding-right:0px;
}

.section-gallery-block{
float:left;
width:50%;
}

}




@media (max-width: 576px) {

.header-top-menu-info{
position:absolute;
top:5px;
right:80px;
}

.header-top-menu-info a{
margin-left:5px;
}

.header-top{
position:relative;
padding:15px 0px; 
}

.header-top-logo{
height:40px;
display:inline-block;
}

.header-top-logo img{
height:40px;
margin-right:4px;
}

.header-top-menu-mobile {
top:0px;
}
.header-top-menu-info img 
{
margin-right:0px;
}

.section-services-column-text-header{
font-size:22px;
line-height:28px; 
}


.section-price-list-table{
display:block;
width:100%;
border:1px solid black;
border-bottom:0px solid black;		
}

.section-price-list-table-row{
display:block;
}

.section-price-list-table-row-cell-header{
display:none;
}

.section-price-list-table-row-cell{
display:block;
padding:15px 25px;
color:black;
font-weight:400;
font-size:16px;
border:0px solid black;	
border-bottom:1px solid black;
text-align:center;	
}

.mobile-tab-row .mobile-tab-header{
background:black;
color:white;
}

.section-gallery-block{
float:left;
width:100%;
}

.section-download-block{
text-align:center;
}

.section-download-block-img{
display:inline-block;
width:auto;
text-align:center;
}


.section-download-block-text{
display:block;
width:100%;
text-align:center;
}

.section-gallery-wrapper {
padding-left: 40px;
padding-bottom:20px;
}

.section-gallery-img{
width:100%;
height:auto;
overflow:initial;
}

.section-gallery-img img{
width:100%;
height:auto;
object-fit:cover;
display:block;
}

.image-mobile{
display:inline-block;
}

.leftside{
width:100%;
}

.rightside{
display:none;
}

}




@media (max-width: 380px) {



.header-top-logo{
height:40px;
display:inline-block;
}

.header-top-logo img{
height:40px;
margin-right:4px;
}


.header-top-menu-mobile{
top:0px;
}

}