/************************ RESET *********************************/
*		{ margin: 0; padding: 0; }
img, fieldset { border: none; }
:focus	{ outline: 0; }
a		{ text-decoration: none; }
.alt	{ display: none; }
figure { margin: 0; }
button:focus { outline: none; box-shadow: none; }

/************************ TYPO *********************************/ 
@font-face {
  font-family: 'Open Sans';
  src: url('../../css/website/fonts/subset-OpenSans-Bold.woff2') format('woff2'),
      url('../../css/website/fonts/subset-OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../css/website/fonts/subset-OpenSans-Light.woff2') format('woff2'),
      url('../../css/website/fonts/subset-OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../css/website/fonts/subset-OpenSans-ExtraBold.woff2') format('woff2'),
      url('../../css/website/fonts/subset-OpenSans-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../css/website/fonts/subset-OpenSans-Regular.woff2') format('woff2'),
      url('../../css/website/fonts/subset-OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../css/website/fonts/subset-OpenSans-Medium.woff2') format('woff2'),
      url('../../css/website/fonts/subset-OpenSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../css/website/fonts/subset-OpenSans-SemiBold.woff2') format('woff2'),
      url('../../css/website/fonts/subset-OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../../css/website/fonts/subset-Raleway-Bold.woff2') format('woff2'),
      url('../../css/website/fonts/subset-Raleway-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../../css/website/fonts/subset-Raleway-Black.woff2') format('woff2'),
      url('../../css/website/fonts/subset-Raleway-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body { font-family: 'Open Sans', sans-serif; color: #383838; font-size: 16px; line-height: 1.6; font-weight: 400; }

a       { color: #0085ba; outline: 0; }
a:hover, a:focus { color: #0085ba; text-decoration: none; outline: 0; }

b, strong { font-weight: 700; }

h1 { margin: 0 0 30px 0; color: #101f46; font-family: 'Raleway', sans-serif; font-size: 48px; line-height: 1.2; font-weight: 900; }
h2 { margin: 0 0 20px 0; color: #101f46; font-family: 'Raleway', sans-serif; font-size: 24px; line-height: 1.3; font-weight: 700; }
h3 { margin: 0 0 15px 0; color: #101f46; font-family: 'Raleway', sans-serif; font-size: 18px; line-height: 1.3; font-weight: 700; }
.subtitle { margin-bottom: 10px; font-size: 15px; font-weight: 700; text-transform: uppercase; color: #0085ba; position: relative; }
.subtitle span { position: relative; }
.subtitle span::before { position: absolute; width: 70px; height: 2px; top: 9px; left: -90px; background: #0085ba; content: ""; }

h1 a, h2 a, h3 a { color: #101f46; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #0085ba; }

/************************ GENERAL *********************************/
html { background: #ffffff; }
body { background: #ffffff; }

/*space*/
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.top30 { margin-top: 30px; }
.top40 { margin-top: 40px; }
.top50 { margin-top: 50px; }
.bottom10 { margin-bottom: 10px; }
.bottom20 { margin-bottom: 20px; }
.bottom30 { margin-bottom: 30px; }
.bottom40 { margin-bottom: 40px; }
.bottom50 { margin-bottom: 50px; }

/*loader*/
.loader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background:#fff;}
.loader img { position:absolute; width:100px; height:100px; top:0; bottom:0; left:0; right:0; margin:auto; }

/*go-up*/
#go-up { position: fixed; right: 20px; bottom: 40px; width: 44px; height: 44px; border-radius: 50%; text-align: center; background-color: #0085ba; color: #fff; font-size: 26px; line-height: 44px; cursor: pointer; z-index: 1001; opacity: 0; transition: all .3s; -webkit-transition: all .3s; }
.smaller #go-up { opacity: 1; }

/*transition link/button*/
a, button { transition: color .3s, background-color .3s; -webkit-transition: color .3s, background-color .3s; -o-transition: color .3s, background-color .3s; -moz-transition: color .3s, background-color .3s; }

/*lazy*/
.lazy { background: url('../../img/website/lazyloader.gif') no-repeat center center; }
.lazy img { color: transparent; }
.lazy.image-loaded { background-image: none; background-color: transparent; }

/*zoom-photo*/
.zoom-photo { overflow: hidden; }
.zoom-photo img { transition: transform .3s; -webkit-transition: -webkit-transform .3s; -o-transition: -o-transform .3s; -moz-transition: -moz-transform .3s; }
.zoom-photo:hover img { transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05); }

/*photo hover*/
.photo-hover { position: relative; overflow: hidden; }
.photo-hover span { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; text-align: center; background: rgba(0,143,213,0.8); opacity: 0; z-index: 20; transition: opacity .3s; -webkit-transition: opacity .3s; -o-transition: opacity .3s; -moz-transition: opacity .3s; }
.photo-hover span i { position: absolute; left: 0; top: 0; bottom: 0;  margin: auto; width: 100%; height: 50px; font-size: 50px; color: #fff; }
.photo-hover span:hover { opacity: 1; }
.photo-hover img { transition: transform .3s; -webkit-transition: -webkit-transform .3s; -o-transition: -o-transform .3s; -moz-transition: -moz-transform .3s; }
.photo-hover:hover img { transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05); }

/*gray*/
.gray { background-color: #f9f9f9; }

/*content*/
#page-container { max-width: 2000px; margin: 0 auto; }
.content { float: left; width: 100%; padding: 100px 0; }
.content-text, .content-list{ float: left; width: 100%; }
.content-text .picture { float: left; width: auto; margin: 0 30px 10px 0; }
.content-text a:hover { text-decoration: underline; }
.content-text ul  { list-style: none; margin: 10px 0; overflow: hidden; text-align: left; }
.content-text ul li { padding-left: 25px; position: relative; }
.content-text ul li::after { content: "\ea69"; position: absolute; left: 0; top: 1px; font-family: 'IcoFont' !important; font-size: 16px; color: #0085ba; }
.content-text ul li a { text-decoration: none; }
.content-text ul li a:hover { text-decoration: underline; }
.content-text ul li ul { margin: 5px; }
.content-text ul li ul li::after { color: #0085ba; }
.content-text ul li ul li ul  { margin: 5px; }
.content-text ul li ul li ul li::after { color: #0085ba; }
.content-text table { width: 100%; margin: 20px 0; border: 1px solid #ccc; }
.content-text table thead tr th, 
.content-text table thead tr td { padding: 12px 15px; border: 1px solid #fff; vertical-align: middle; background: #0085ba; color: #fff; font-weight: 600; }
.content-text table tbody tr td { padding: 12px 15px; border: 1px solid #fff; vertical-align: middle; }
#content-list-top { float: left; width: 100%; }
#content-list-top .pagination > .page-item { margin-bottom: 30px; }
#content-list-bottom { float: left; width: 100%; }
#content-list-bottom .pagination > .page-item { margin-top: 30px; }
.content-row { margin-bottom: 30px; }
.content-row:last-child { margin-bottom: 0px; }

/************************ HEADER *********************************/
#header { position: fixed; top: 0; left: 0; right: 0; width: 100%; max-width: 2000px; margin: 0 auto; z-index: 100; }
#header-top { float: left; width: 100%; height: 45px; border-bottom: 1px solid rgba(255,255,255,0.25); }
#header-top .container { display: flex; height: 100%; flex-direction: row; justify-content: space-between; align-items: center; }
#header-forecast { float: left; font-size: 14px; display: flex; align-items: center; }
#header-forecast-icon { float: left; width: 30px; margin-right: 10px; }
#header-forecast-text { float: left; color: #fff; margin-top: 1px; }
#header-right { float: right; }
#user-menu { float: left; margin: 0; list-style: none; font-size: 14px; }
#user-menu li { float: left; margin-right: 20px; }
#user-menu li i { margin-right: 5px; }
#user-menu li a { color: #fff; }
#user-menu li a:hover, #user-menu li a.on { color: #04b0f5; }
.user-menu-mobile { display: none; }
#lang { float: left; position: relative; padding-left: 20px; }
#lang::before { position: absolute; left: 0; top: -10px; width: 1px; height: 45px; background: rgba(255,255,255,0.25); content: ""; }
#lang .btn { margin: 0; padding: 0; font-size: 14px; border: none; }
#lang .btn img { position: relative; top: -1px; }
#lang .btn-secondary { color: #fff; background: transparent; }
#lang .btn-secondary:hover, #lang .btn-secondary:focus { color: #fff; background: transparent; }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: none; }
#lang .dropdown-menu { min-width: 50px; padding: 0; border-radius: 0; border: none; box-shadow: 0 0 10px rgba(0,0,0,0.2); }
#lang .dropdown-item:hover { color: #fff; background-color: #0085ba; }
#header-bottom { float: left; width: 100%; background-color: transparent; position: relative; transition: all .3s; -webkit-transition: all .3s; }
.smaller #header-bottom { background-color: #002447; }
#logo { float: left; width: 130px; margin-top: 20px; transition: all .3s; -webkit-transition: all .3s; }
.smaller #logo { width: 80px; margin-top: 7px; }
#main-menu { float: right; }

/************************ HOME SLIDER *********************************/
#home-slider { float: left; width: 100%; height: 810px; position: relative; z-index: 5; }
.slider-item { height: 810px; position: relative; }
.slider-photo { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.slider-photo::before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.2); content: ""; z-index: 1; }
/*.slider-photo::after { position: absolute; bottom: 0; left: 0; right: 0; height: 65px; background: url('../../img/website/slider-pattern.png') 0 0 no-repeat; background-size: cover; content: ""; z-index: 2; }*/
.slider-photo img { width: 100%; height: 100%; object-fit: cover; }
.slider-item .container { display: flex; height: 100%; align-items: center; position: relative; z-index: 10; }
.slider-title { font-size: 80px; line-height: 1.1; margin-bottom: 40px; color: #fff; }
.slider-text { color: #fff; }
.slider-content { max-width: 75%; margin: 0 auto; text-align: center; }
.owl-carousel .owl-slide-animated { transform: translateX(20px); opacity: 0; visibility: hidden; transition: all 0.05s; }
.owl-carousel .owl-slide-animated.is-transitioned { transform: none; opacity: 1; visibility: visible; transition: all 0.5s; }
.owl-carousel .slider-title.is-transitioned { transition-delay: 0.2s; }
.owl-carousel .slider-text.is-transitioned { transition-delay: 0.4s; }

/************************ BREADCRUMBS *********************************/
#breadcrumbs { float: left; width: 100%; height: 425px; background-color: #002447; background-position: center top; background-repeat: no-repeat; background-size: cover; text-align: center; position: relative; z-index: 5; }
#breadcrumbs::before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.3); content: ""; z-index: 1; }
/*#breadcrumbs::after { position: absolute; bottom: 0; left: 0; right: 0; height: 65px; background: url('../../img/website/slider-pattern.png') 0 0 no-repeat; background-size: cover; content: ""; z-index: 2; }*/
#breadcrumbs .container { display: flex; flex-direction: column; height: 100%; align-items: center; justify-content: center; position: relative; z-index: 10; }
#no-search #breadcrumbs .container { padding-top: 100px; }
#breadcrumbs h1 { font-size: 50px; color: #fff; margin: 0; text-transform: none; }
.breadcrumb { margin: 20px 0 0 0; padding: 0; background: transparent; }
.breadcrumb-item { font-size: 18px; font-weight: 500; color: #fff; }
.breadcrumb-item a { color: #fff; }
.breadcrumb-item i { margin-right: 5px; font-size: 20px; }
.breadcrumb-item.active { color: #fff; }
.breadcrumb-item+.breadcrumb-item::before { width: 8px; height: 8px; margin-right: 20px; background: #fff; border-radius: 50%; padding-right: 0; content: ""; position: relative; top: -2px; }
.breadcrumb-item+.breadcrumb-item { padding-left: 20px; }

/************************ ABOUT *********************************/
.sidebar { background-color: #f9f9f9; border-bottom: 3px solid #0085ba; margin-bottom: 50px; padding: 30px; }
.sidebar:last-child { margin-bottom: 0; }
.sidebar-title { background-color: #0791be; color: #fff; padding: 20px; text-align: center; margin-bottom: 25px; font-size: 20px; }
#np-map { padding-bottom: 0; }

/************************ SEARCH BOX *********************************/
#search { float: left; width: 100%; position: relative; z-index: 10; }
#search-box { float: left; width: 100%; height: 180px; margin-top: -90px; padding: 21px 30px; background: #fff; box-shadow: 0 0 30px rgba(0,0,0,0.10); }
#search-box .form-group { position: relative; margin: 14px 0; padding-left: 40px; }
#search-box .form-control { height: 48px; border: none; border-radius: 0; background-color: #f4f4f4; font-size: 14px; color: #888; }
#search-box i { position: absolute; left: 0; top: 0; bottom: 0; font-size: 20px; line-height: 48px; color: #002447; }
#search-box .form-control::-webkit-input-placeholder { font-size: 14px; color: #888; }
#search-box .form-control:-moz-placeholder { font-size: 14px; color: #888; }
#search-box .form-control::-moz-placeholder { font-size: 14px; color: #888; }
#search-box .form-control:-ms-input-placeholder { font-size: 14px; color: #888; }
#search-box .form-control::-ms-input-placeholder { font-size: 14px; color: #888; }
#search-box .form-control:placeholder-shown { font-size: 14px; color: #888; }
#search-box .btn { width: 100%; padding: 0; text-align: center; height: 50px; }

/************************ PERIODS LIST *********************************/
#periods-list { float: left; width: 100%; padding: 100px 0 0 0; }
#periods-list h2 { margin-bottom: 0; text-align: center; }
#periods-list .content-text { float: none; margin-bottom: 20px; }
#periods-link { display: block; text-align: center; font-weight: 600; font-size: 20px; color: #383838; }
#periods-link i { display: inline-block; font-size: 40px; color: #0085ba; transition: all .3s; -webkit-transition: all .3s; }
#periods-link[aria-expanded="true"] i { transform: rotate(180deg); }

/************************ INFO *********************************/
.info-box { text-align: center; padding: 20px 15px; border: 1px solid #d9d9d9; height: 100%; }
.info-box figure { margin-bottom: 15px; font-size: 80px; color: #0085ba; }

/************************ EXCURSIONS *********************************/
#select-period { float: left; width: 200px; }
.excursion-row { margin-bottom: 50px; }
.excursion-row:last-child { margin-bottom: 0px; }
.excursion-box { position: relative; height: 100%; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.05); }
.excursion-box-content { padding: 30px 30px 70px 30px; }
.excursion-box-info { margin: 0; list-style: none; }
.excursion-box-info li { position: relative; margin-bottom: 15px; padding-left: 40px; }
.excursion-box-info li strong { color: #0085ba; font-weight: 600; }
.excursion-box-info li i { position: absolute; top: 2px; left: 0; color: #0085ba; font-size: 24px; line-height: 1; }
.excursion-box-btn { position: absolute; bottom: 0; left: 0; right: 0; height: 50px; border-top: 1px solid rgba(0,0,0,0.05); text-align: center; font-weight: 600; color: #383838; display: flex; align-items: center; justify-content: center; }
.excursion-box-btn i { color: #0085ba; margin-left: 5px; }
.excursion-box-prices { position: relative; z-index: 20; display: flex; height: 55px; align-items: center; justify-content: center; background: #0085ba; color: #fff; font-size: 14px; padding: 0 15px; text-align: center; max-width: 90%; margin: -27px auto 0 auto; font-weight: 500; }
.excursion-box-prices i { font-size: 22px; margin-right: 5px; }
#excursions-all .excursion-box { background: #f4f4f4; }
.excursion-detail-info { float: left; width: 100%; margin-top: 30px; }
.excursion-detail-info span { float: left; width: 100%; margin-bottom: 15px; }
.excursion-detail-info span strong { color: #272727; font-weight: 700; text-transform: uppercase; }
#detail-prices.excursion-box-prices { max-width: 100%; margin: 0; }
.sidebar-form .form-control { background-color: #fff; border: 1px solid #d9d9d9; font-size: 14px; border-radius: 0; }
.sidebar-form input.form-control { height: 48px; }
.video-item { position: relative; background-color: #eee; }
.video-item a { display: flex; align-items: center; justify-content: center; }
.video-item span { position: absolute; width: 100px; height: 100px; background: #fff; border-radius: 50%; font-size: 40px; display: flex; align-items: center; justify-content: center; padding: 5px 0 0 10px; }
.video-item span i { position: relative; z-index: 5; }
.video-item span::after { background-color: #fff; position: absolute; display: block; content: ""; height: 70px; width: 70px; border-radius: 50%; z-index: 0; top: 16px; left: 16px; -webkit-animation: videoPulse 1.6s ease-out infinite; animation: videoPulse 1.6s ease-out infinite; content: ""; }

@-webkit-keyframes videoPulse {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes videoPulse {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

#reserv-price { margin: 30px 0 0 0; }
.reserv-price-line { display: block; font-size: 20px; border-top: 1px solid #ccc; padding: 15px 0; }
.reserv-price-line .right { float: right; }
.sidebar .btn { width: 100%; }
#sidebar-detail figure { margin-bottom: 15px; }
#sidebar-detail h3 a { color: #0085ba; }
#sidebar-info-buttons { margin-top: 10px; }
#sidebar-info-buttons a { margin-top: 10px; }

/************************ CONTACT *********************************/
#contact-form { float: left; width: 100%; }
#contact-form .form-control { background-color: #fff; border: 1px solid #d9d9d9; font-size: 14px; border-radius: 0; }
#contact-form input.form-control, #contact-form select.form-control { height: 48px; }
#contact-form input[type=checkbox], #contact-form input[type=radio] { margin-right: 10px; }
#contact-form label { font-weight: 600; }
#contact-form .form-group { margin-bottom: 20px; }
.creload { display: block; margin-bottom: 15px; }
.error { color: #e72121; }

/************************ GALLERY *********************************/
.right-head-text { margin-top: 40px; }
#home-gallery .container { max-width: 1190px; }
#home-gallery .heading { padding: 0 10px; }
.gallery-pattern { float: left; width: 100%; position: relative; padding: 10px; }
.gallery-item { float: left; overflow: hidden; background-color: #ddd; position: relative; border: 9px solid #fff; box-shadow: 0 0 8px rgba(0,0,0,0.12); }
.gallery-item::after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.25); content: ""; z-index: 4; }
.gallery-item:nth-child(1) { width: 325px; height: 545px; margin-right: 15px; }
.gallery-item:nth-child(2) { width: 325px; height: 545px; margin-right: 15px; }
.gallery-item:nth-child(3) { width: 460px; height: 265px; margin-bottom: 15px; }
.gallery-item:nth-child(4) { width: 460px; height: 265px; }
.gallery-item .photo-hover { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-title { position: absolute; bottom: 30px; left: 30px; right: 30px; color: #fff; font-size: 22px; font-weight: 700; font-family: 'Raleway', sans-serif; z-index: 5; }

/************************ HOME MAP *********************************/
#home-map { float: left; width: 100%; margin-top: -10px; }
#location-map { float: left; width: 100%; height: 650px; }

/************************ USER PAGES *********************************/
/*login*/
.login-box { float: left; width: 100%; height: 100%; padding: 30px; background: #fff; border-radius: 0; border: 1px solid #ddd; }
.login-box .content-text { font-size: 14px; }
.login-box .form-group { margin-bottom: 10px; }
.login-box .form-group:last-child { margin-bottom: 0px; }
.login-box .form-control { height: 48px; font-size: 14px; border-radius: 0; }
.login-box label { margin-bottom: 10px; font-weight: 600; }
.login-box-form { float: left; width: 100%; }
.login-box input[type=checkbox], .login-box input[type=radio] { margin-right: 10px; }
#user-tabs { float: left; width: 100%; margin-top: 50px; }
#user-tabs .nav-tabs { border-bottom: 1px solid #101f46; }
#user-tabs .nav-tabs .nav-link { padding: 12px 25px; border-radius: 0; background: #101f46; color: #fff; border-color: #101f46; }
#user-tabs .nav-tabs .nav-item.show .nav-link, #user-tabs .nav-tabs .nav-link.active { color: #fff; background-color: #0085ba; border-color: #0085ba; }
#user-tabs .tab-content { padding-top: 30px; }
#user-tabs .form-control { background-color: #fff; border: 1px solid #d9d9d9; font-size: 14px; border-radius: 0; }
#user-tabs input.form-control, #user-tabs select.form-control { height: 48px; }
#user-tabs input[type=checkbox], #user-tabs input[type=radio] { margin-right: 10px; }
#user-tabs label { font-weight: 600; }
#user-tabs .form-group { margin-bottom: 20px; }
#user-tabs table { margin: 0; }
#user-tabs table td i { font-size: 20px; }
#user-tabs table td a:hover { text-decoration: none; }

#user-tabs .panel { background: transparent; }
#user-tabs .panel-group { margin-bottom: 0; }
#user-tabs .panel-default > .panel-heading { padding: 10px 0; background-color: transparent; border-bottom: 1px solid #ccc; border-radius: 0; }
#user-tabs .panel-title > a { display: block; padding: 10px; font-size: 16px; font-weight: 300; } 
#user-tabs .panel-title > a:hover, #user-tabs .panel-title > a:focus, #user-tabs .panel-title > a.on { color: #000; background-color: #f8f8f8; text-decoration: none; }
#user-tabs .panel-default { border: none; box-shadow: none; } 
#user-tabs .panel-group .panel-heading + .panel-collapse > .panel-body, #user-tabs .panel-group .panel-heading + .panel-collapse > .list-group { border: none; }
#user-tabs .panel-body { padding: 20px 0; }
#user-tabs .panel-body ul { list-style: none; margin: 0; }
#user-tabs .panel-body ul li a { display: block; padding: 10px 10px 10px 20px; font-size: 16px; color: #5c5c5c; font-weight: 300; }
#user-tabs .panel-body ul li a:hover, #user-tabs .panel-body ul li a:focus, #user-tabs .panel-body ul li a.on { color: #c72828; background-color: #f8f8f8; text-decoration: none; }
#user-tabs .panel-group .panel + .panel { margin-top: 0px; }
.reservation-top { float: left; width: 100%; margin: 20px 0; padding: 0; border-bottom: 1px solid #444; }
.reservation-top-item { display: inline-block; width: 12%; padding: 12px 0; border-right: 1px solid #fff; font-weight: 700; }
.reservation-top-item2 { display: inline-block; width: 12%; }
.reservation-top-item2 a i { font-size: 20px; }

.reservation-top-item3 { display: inline-block; width: 24%; padding: 12px 0; border-right: 1px solid #fff; font-weight: 700; }
.reservation-top-item4 { display: inline-block; width: 24%; }
.reservation-top-item4 a i { font-size: 20px; }

.red-text { color: #ce1616 !important; }
.blue-text { color: #0085ba !important; }

.message-top{ float: left; width: 100%; margin: 20px 0 0 0; padding: 12px 0; color: #4a4a4a; font-weight: 600; border-bottom: 1px solid #aaa;}
.message-item { display: inline-block; width: 33%; }
.message-item2 { display: inline-block; width: 33%; }
.message-item2 a .fa { font-size: 22px; }
.message-content { float: left; width: 100%; margin: 0 0 40px 0; }
.message-content h4 { margin: 10px 0; color: #4a4a4a; }

/************************ FOOTER *********************************/
#footer { float: left; width: 100%; }
#footer-content { float: left; width: 100%; padding: 80px 0; background: #002447; }
.footer-title { margin-bottom: 30px; padding-left: 15px; font-size: 18px; text-transform: uppercase; color: #fff; border-left: 3px solid #0085ba; }
.footer-text { color: #aab8ca; font-size: 15px; }
.weather-title { margin-bottom: 5px; text-transform: uppercase; font-size: 14px; font-weight: 600; color: #0085ba; }
#weather-today { float: left; width: 100%; margin-bottom: 30px; }
#weather-today-icon { float: left; margin-right: 30px; }
#weather-today-icon img { width: 50px; }
#weather-today-content { float: left; margin-top: 15px; color: #aab8ca; font-size: 14px; line-height: 1.3; font-weight: 400; }
#weather-today-content span { display: block; }
#weather-week { float: left; width: 100%; }
.weather-week-content { color: #aab8ca; font-size: 14px; line-height: 1.3; font-weight: 400; }
.weather-week-content span { display: block; }
.weather-week-icon img { width: 50px; }
.weather-week-item { float: left; width: 20%; text-align: center; }
#weather-week-list { float: left; width: 100%; }
#footer-contact { float: left; width: 100%; margin: 0; list-style: none; }
#footer-contact li { float: left; width: 100%; margin-bottom: 25px; font-size: 15px; color: #aab8ca; font-weight: 400; }
#footer-contact li i { float: left; font-size: 24px; line-height: 1; width: 40px; height: 40px; background: #fff; border-radius: 50%; color:#0085ba; display: flex; align-items: center; justify-content: center; }
#footer-contact li p { display: block; padding-left: 60px; margin: 0; }
#footer-contact li a { color: #aab8ca; }
#footer-contact li a:hover { color: #fff; }
#copyright { float: left; width: 100%; padding: 30px 0; background: #000; color: #fff; font-size: 14px; }
#copyright a { color: #fff; } 
#copyright a:hover { color: #0085ba; } 

/************************ MOBILE CONTACT *********************************/
#mobile-contact { display: none; position: fixed; bottom: 0; left: 0; right: 0; max-width: 2000px; margin: 0 auto; background-color: #fff; border-top: 1px solid #0085ba; z-index: 100; }
#mobile-contact ul { float: left; width: 100%; margin: 0; list-style: none; text-align: center; }
#mobile-contact ul li { position: relative; display: inline-block; vertical-align: middle; margin: 8px 15px 8px 15px;  } 
#mobile-contact ul li a { display: inline-block; width: 30px; height: 30px; line-height: 30px; font-size: 16px; background: #0085ba; color: #fff; border-radius: 50%; }

/************************ COOKIES *********************************/
.eucookie { padding: 7px 0; text-align: center; position: fixed; bottom: 0px; left: 0px; right: 0px; background: rgba(0,0,0,0.8); z-index:99; }
.eucookie p { font-size: 14px; margin: 0; color: #fff; }
.eucookie .close { color: #fff; opacity: 1; position: absolute; right: 10px; top: 25%; font-size: 14px; }

/************************ BOOTSTRAP EDIT *********************************/

/*navbar*/
.navbar { margin: 0; padding: 0; }
.navbar.bg-dark { background: transparent !important; }
.navbar-dark .navbar-brand { font-weight: 700; display: none; }
.navbar-dark .navbar-nav .nav-link { position: relative; padding: 20px 15px; color: #fff; font-size: 15px; font-weight: 600; text-transform: uppercase; }
.navbar-dark .navbar-nav .nav-item:last-child .nav-link { padding-right: 0; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link { color: #04b0f5; }
.navbar-dark .navbar-toggler { border: none; transition: all .3s; -webkit-transition: all .3s; }
.navbar-dark .navbar-toggler-icon { background: none; position: relative; width: 25px; height: 2px; background: #fff; transition: all .3s; -webkit-transition: all .3s; }
.navbar-dark .navbar-toggler-icon::before { position: absolute; top: -8px; left: 0; width: 25px; height: 2px; background: #fff; content: ""; transition: all .3s; -webkit-transition: all .3s; }
.navbar-dark .navbar-toggler-icon::after { position: absolute; bottom: -8px; left: 0; width: 25px; height: 2px; background: #fff; content: ""; transition: all .3s; -webkit-transition: all .3s; }
.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon { transform: rotate(40deg); }
.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before { transform: rotate(-80deg); top: 0; }
.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after { display: none; }
.navbar-dark .navbar-nav .dropdown-menu { margin: 0; border-radius: 0; border: none; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-top: 5px solid #0085ba; padding: 0; }
.navbar-dark .navbar-nav .dropdown-item { border-bottom: 1px solid #ddd; padding: 10px 15px; font-size: 15px; transition: all .3s; -webkit-transition: all .3s; }
.navbar-dark .navbar-nav .dropdown-item:hover, #main-menu .dropdown-item:focus { background: #0085ba; color: #fff; padding-left: 25px; }

/*btn*/
.btn { padding: 15px 30px; text-transform: uppercase; font-size: 15px; line-height: 1.2; font-weight: 600; border-radius: 0; }
.btn.focus, .btn:focus { outline: 0; box-shadow: none; }

/*btn-color*/
.btn-color { background: #0085ba; color: #fff; border-color: #0085ba; }
.btn-color:hover, .btn-color:focus { background: #005f85; color: #fff; border-color: #005f85; }

/*btn-empty*/
.btn-empty { background: transparent; color: #0085ba; border-color: #0085ba; }
.btn-empty:hover, .btn-empty:focus { background: #03a7e9; color: #fff; border-color: #03a7e9; }

/*pagination*/
.pagination { float: right; margin: 0; border-radius: 0; }
.page-item { float: left; }
.page-link { color: #363636; }
.page-item:first-child .page-link { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.page-item:last-child .page-link { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.page-item.active .page-link { color: #fff; background-color: #0085ba; border-color: #0085ba; }
.pagination > li.page-item.disabled { display: none; margin: 0 !important; }

/************************MEDIA QUERIES*************************/
@media (max-width: 575.98px) {  }

@media (max-width: 767.98px) {  
  /*scroll on mobile*/
  ::-webkit-scrollbar { width: 6px !important; height: 6px !important; }
  ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important; box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important; -webkit-border-radius: 10px !important; border-radius: 10px !important; }
  ::-webkit-scrollbar-thumb { -webkit-border-radius: 10px !important; border-radius: 10px !important; background: #dee2e6 !important; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; }
  ::-webkit-scrollbar-thumb:window-inactive { background: #dee2e6 !important; }
  #mobile-contact { display: block; }  
  #go-up { display: none; }
  .content { padding: 80px 0; }
  body { font-size: 15px; }
  h1 { font-size: 32px; }
  h2 { font-size: 20px; }
  h3 { font-size: 17px; }
  .subtitle { font-size: 14px; }
  #home-slider, .slider-item { height: 350px; }
  .slider-content { max-width: 100%; }
  .slider-title { font-size: 32px; }
  .slider-text { display: none; }
  #search-box { height: auto; padding: 20px 15px; }
  #search-box .form-group { margin-bottom: 0; }
  .excursion-row { margin-bottom: 0; }
  .excursion-box { height: auto; margin-bottom: 50px; }
  .excursion-row:last-child > .col-md-6:last-child .excursion-box { margin-bottom: 0; }
  .excursion-box-prices { font-size: 12px; text-align: left; }
  .footer-box { margin-bottom: 50px; }
  .footer-box:last-child { margin-bottom: 0px; }
  .gallery-item { width: 50% !important; height: 250px !important; margin: 0 0 15px 0 !important; }
  .gallery-title { bottom: 20px; left: 20px; right: 20px; font-size: 16px; }
  #breadcrumbs h1 { font-size: 30px; }
  #breadcrumbs { height: 340px; }
  .breadcrumb-item+.breadcrumb-item { padding-left: 10px; }
  .breadcrumb-item+.breadcrumb-item::before { margin-right: 10px; }
  .breadcrumb-item { font-size: 15px; }
  .breadcrumb { justify-content: center; }
  .reserv-price-line { font-size: 18px; }
  #contact-form .form-control { margin-bottom: 10px; }
  #user-tabs .nav-tabs .nav-link { width: 100%; text-align: center; border-bottom: 1px solid #fff; }
  #user-tabs .form-control { margin-bottom: 15px; }
  .content-overflow { width: 100%; overflow: auto; }
  .reservation-top, .reservation-content { width: 1000px; }
}

@media (min-width: 768px) and (max-width: 991.98px) {  
  h1 { font-size: 38px; }
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }
  #home-slider, .slider-item { height: 600px; }
  .slider-content { max-width: 100%; }
  .slider-title { font-size: 45px; }
  #breadcrumbs h1 { font-size: 40px; }
  #breadcrumbs { height: 325px; }
  .gallery-item { width: 50% !important; height: 350px !important; margin: 0 0 15px 0 !important; }
}

@media (max-width: 991.98px) {    
  body { padding-top: 110px; }
  #header { background: #002447; }
  #user-menu { display: none; }
  #logo { position: absolute; left: 15px; top: 0; margin-top: 7px; z-index: 10; width: 80px; }
  #main-menu { width: 100%; height: 65px; padding: 10px 0 0 0; }
  .user-menu-mobile { display: block; background: rgba(0,0,0,0.1); }
  .navbar-dark .navbar-brand { display: inline-block; text-indent: -9000px; }
  .navbar-dark .navbar-collapse { margin: 0 -15px; }
  .navbar-dark .navbar-nav { margin-top: 14px; background-color: #012d58; max-height: calc(100vh - 110px); overflow: auto; }
  .navbar-dark .navbar-nav .nav-item { margin-right: 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .navbar-dark .navbar-nav .nav-link { padding: 14px 15px; font-size: 15px; }
  .navbar-dark .navbar-nav .dropdown-item { border-bottom: 1px solid rgba(0,0,0,0.2); padding: 13px 15px 13px 25px; }
  /*dropdown sub*/
  .navbar-dark .navbar-nav .dropdown-toggle::before { position: absolute; top: 0 !important; bottom: 0 !important; right: 0 !important; width: 50px !important; left: unset !important; height: auto !important; background: rgba(255,255,255,0.2) !important; z-index: 0; content: ""; display: block !important; }
  .navbar-dark .navbar-nav .dropdown-toggle::after { position: absolute; right: 18px; top: 23px; transition: all .3s; -webkit-transition: all .3s; z-index: 5; border-top: 0.4em solid; border-right: 0.4em solid transparent; border-left: 0.4em solid transparent; }
  .navbar-dark .navbar-nav .navbar-dark .navbar-nav .nav-item.show .dropdown-toggle::after { transform: rotate(180deg); }
  .info-box { height: auto; min-height: 245px; margin-bottom: 30px; }
  .right-head-text { margin-top: 0; }
  .slider-item .container { padding-bottom: 110px; }
  #breadcrumbs .container { padding-bottom: 110px; }
  #no-search #breadcrumbs .container { padding-top: 0; padding-bottom: 0; }
  .login-box { height: auto; margin-bottom: 30px; }
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
  h1 { font-size: 44px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; } 
  .slider-title { font-size: 55px; }
  #breadcrumbs h1 { font-size: 45px; }
  .navbar-dark .navbar-nav .nav-link { padding: 20px 10px; font-size: 14px; }
  .gallery-item { width: 50% !important; height: 400px !important; margin: 0 0 15px 0 !important; }
}

@media (max-width: 1199.98px) {  
  #header .container { max-width: 100%; }  
  .gallery-pattern { padding: 0; }  
}

@media (min-width: 1200px) {  
  .container { max-width: 1170px; }
  #all-photos .gallery-pattern:nth-child(even) .gallery-item:nth-child(1) { width: 460px; height: 265px; margin-bottom: 15px; margin-right: 15px; }
  #all-photos .gallery-pattern:nth-child(even) .gallery-item:nth-child(2) { width: 460px; height: 265px; margin-right: 15px; clear: both; }
  #all-photos .gallery-pattern:nth-child(even) .gallery-item:nth-child(3) { width: 325px; height: 545px; margin-right: 15px; margin-top: -280px; margin-bottom: 0; }
  #all-photos .gallery-pattern:nth-child(even) .gallery-item:nth-child(4) { width: 325px; height: 545px; margin-top: -280px; margin-bottom: 0; }
  .excursion-box figure img { height: 330px; width: 100%; object-fit: cover; }  
}

@media (min-width: 1200px) and (max-width: 1400px) {  
  .slider-title { font-size: 65px; }
}