<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Client: Viiking SPA-HOTEL
  Last modified: 19/02/2020
*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,900&amp;display=swap');

html, body, button, input, select, textarea { color:#222; }

html * { -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }

::-moz-selection { background:#005ec4;text-shadow:none;color:#fff; }
::selection { background:#005ec4;text-shadow:none;color:#fff; }
img { vertical-align:middle; }
fieldset { border:0;margin:0;padding:0; }
textarea { resize:vertical; }
.browsehappy { margin: 0.2em 0;background: #ccc;color: #000;padding: 0.2em 0; }
menu, ol, ul { padding:0;margin:0; }
ul, ol { list-style:none }
h1, h2, h3 { font-weight:400;margin:0;padding:0; }
h1 { font-size:48px; }
h2 { font-size:33px; }
h3 { font-size:18px;font-weight:700; }
p { margin:15px 0; }
b, strong { font-weight:700; }
a { color:#005ec4;text-decoration:none;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
a:hover { color:#8ed402; }
a:focus, a:active, a:hover { outline: 0; }

.clearfix:before, .clearfix:after { content: " ";display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

*, *:before, *:after { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }

body { font:400 15px/1.4 'Lato', arial, sans-serif;background-color:#eee; }

.content-wrap{display: flex;}
.center-content {flex:1 1 calc(100% - 250px);padding:30px;background: #fff; }
.right-content {flex:1 1 250px;padding: 20px 0 0 30px;}


/* --------------------------
    GRID / MISC
-------------------------- */

.container { padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto; }
.container:before, .container:after { display: table;content: " "; }
.container:after { clear: both; }

.row { margin-right: -15px;margin-left: -15px; }
.row:before, .row:after { display: table;content: " "; }
.row:after { clear: both; }

.cols_14,.cols_16,.cols_20,.cols_25,.cols_30,.cols_33,.cols_35,.cols_40,.cols_45,.cols_50,.cols_60,.cols_66,.cols_70,.cols_75,.cols_80,.cols_100 {
  min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.cols_100 { width:100%; }

.btn {
    border: 1px solid #e77817;
    color: #fff;
    display: inline-block;
    outline: 0;
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #e77817;
    font-weight: 700;
}
.btn:hover { background-color:#005ec4;border-color:#005ec4;color:#fff;text-decoration:none;}

.btn_more { background:url('../img/icon_arrow_next.png') no-repeat 0 50%;display: block;font-size:14px;padding-left:20px;color:#e77818;margin-top:25px;font-weight:700;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.btn_more:hover { background-position:-9px 50%;padding:0;color:#8ed402; }

.margintop30 { margin-top:30px }
.marginbtm30 { margin-bottom:30px }

.pull-right { float:right }
.pull-left { float:left }

h1, h2, h3 { color:#005ec4; }


/* IMG instead of background */
.scalable-img {
  height:1200px;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position:relative;
  width:100%;
  top:0; bottom:0; right:0; left:0;
}
.scalable-img img {
  /*max-width: 100%;*/
  height:100%;
  left:0;top:0;
  object-fit: cover;
  -o-object-fit: cover;
  width:100%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
}



/* --------------------------
    HEADER
-------------------------- */

.header_container {background: transparent;padding:20px 0 0;position: absolute;top: 0;left: 0;right: 0;z-index: 99;}
.header-content {display: flex;align-items: center;}
.header-content-right{margin-left: auto;display: flex;}

/* Language */
.language { margin:6px 30px 0 0;width:50px; }
.language ul { position: relative; }
.language ul li { display:block;margin: 0;padding: 0;position: relative; }
.language ul a {
  background-image: url('../img/arrow_down.png');
  background-repeat: no-repeat;
  background-position: 100% 47%;
  background-size: 8px auto;
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  color:#fff;
}

.language ul a:hover { color:#e77817; }
.language ul li ul {
  background: #e77817;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 1;
  width:50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.language ul li:hover ul { opacity: 1;visibility: visible; }
.language ul li ul a { padding: 10px;display: block;font-weight: 700;background:transparent;}
.language ul li ul a:hover { color:#000;}


/* Search */
.trigger-search { margin:8px 30px 0 0;color:#fff; }
.trigger-search .ion { font-size:24px;vertical-align: middle;line-height: 34px;}
.trigger-search:hover { color:#e77817;}

.search_block {
    position: absolute;
    top: 0;
    left:20%;
    right:20%;
    padding: 30px 60px 30px 30px;
    background: #fff;
    z-index: 10001;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    transform: translateY(-100%);
}
.search_block.active {
    opacity: 1;
    transform: translateY(20px);
}
.search_form input {position:relative; padding:0;outline:none; background:transparent;border: 0;color: #e77817;width:100%;font-size:20px;}
.search_form .search_submit {position:absolute;right:20px;top:20px;width: 40px;height: 40px;border: 0;padding: 0;background: transparent; }
.search_form .ion { font-size:34px;vertical-align: middle;line-height: 40px;color: #e77817;}

/* Gallery link */
.header_gallery { margin:6px 40px 0 0;}
.header_gallery a { color:#fff;line-height:34px;display:block;}
.header_gallery a:hover { color:#e77817;}
.header_gallery .ion { font-size:22px;margin-right:7px;vertical-align: middle; }

/* Login + Shop */
ul.commerce { display:inline-block;margin-right:40px; }
ul.commerce li {display:inline-block;margin-right:15px;line-height: 34px;font-weight:700;line-height:20px; }
ul.commerce li:last-child {margin:0}
ul.commerce li a { color:#fff;display:block;}
ul.commerce li a .ion { font-size:23px;margin:0 5px 0 0; }
ul.commerce li a:hover { color:#e77817; }

/* Weather */
.weather { line-height:34px;color:#fff; height:36px;margin:6px 40px 0 0; }
.weather a{color:#fff;}
.weather a:hover{color:#e77817;}
.weather img { margin-right:10px; background-color:  transparent; width:auto; }


.logo { width:163px;height:64px;display:block;text-indent:-9000px;background-image:url('../img/logo.png');background-size:100% auto;background-position:0 0;background-repeat:no-repeat;}

.btn-shop{margin-left: 10px;}

/* Booking */
.booking { position: absolute;top:180px;left:50%;transform: translateX(-50%);z-index: 3;box-shadow: 0 0 15px rgba(0,0,0,.2); }
.booking-content { position: relative;display: flex; }
.booking-block { position: relative;padding:20px;flex:1;background-color: #fff;text-align: center;display: flex;align-items: center;justify-content: center;flex-direction: column; min-width:120px;}
.booking-block span { display: block;font-size: 14px;text-transform: uppercase;opacity: .6; }
.booking-block input { display: block;font-size:30px;background: transparent;border: 0;width: 36px;text-align: center;color:#e77817; }
.booking-content .btn { font-size: 13px;background-color: #e77818;border:0; }
.booking-content .btn:hover { background:#005ec4;border:0;color: #fff; }

.mobile_book { display:none;position:absolute;top:0;left:15px;right:15px;z-index:99;padding:10px;background: #4d5794;background:rgba(77,87,148,.85);text-align:center;color:#fff;font-size:18px;text-transform: uppercase; }
.mobile_book:hover { background:#222;background:rgba(0,0,0,.75);color:#8ed402; }

/* SHOP */
.shop
{
  margin-top:20px;
  text-align:right;
}
.shop i
{
    font-size: 23px;
    margin: 0 5px 0 0;
}
.shop .terms
{
  margin-right:20px;
}
.shop .view-cart
{
  margin-left:20px;
}

.header_nav { position:relative;margin-top:25px; }
.header_nav ul { display: flex;justify-content: space-between; }
.header_nav ul li { position:relative;display:inline-block;padding:0 0 15px;margin:0 10px;zoom:1;font-size:15px;font-weight: 700;line-height:20px;text-transform:uppercase; }
.lang-ru .header_nav ul li { font-size:14px; }
.header_nav ul li a { display:block;color:#fff;padding-top:5px;border-top:2px solid transparent;  }
.header_nav ul li:last-child { margin-right:0 }
.header_nav ul li a:hover,
.header_nav ul li.current-menu-item a,
.header_nav ul li.current-page-ancestor a { border-top:2px solid #e77817;color:#e77817; }
.header_nav ul ul{
  position:absolute;
  top:-99999px;
  left:0;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  z-index:497;
  background:#fff;
  padding:0;
  border-top:none;
  box-shadow:0 0 5px rgba(0,0,0,0.5);
  z-index:1000;
  display: block;
  width: 200px;
}
.header_nav ul li:hover&gt;ul { opacity: 1; position:absolute; top:99%; left:0; }
.header_nav ul li:last-child&gt;ul { left:auto;right:0 }
.header_nav ul ul li { float:none;display:block;padding:0;margin:0;zoom:1;font-size:14px;text-transform:none; }
.header_nav ul li:hover ul a { display:block;border-top:0;border-bottom:1px solid #eee;padding:10px;color:#e77817; }
.header_nav ul li:hover ul a:hover { background:#005ec4;color:#fff; }
.header_nav ul li:hover ul li:last-child a { border:0 }
.header_nav ul li.current-menu-item:hover ul a { color:#e77817; }
.header_nav ul li.current-menu-item:hover ul a:hover,
.header_nav ul li.current-menu-item:hover ul li.current-menu-item a { background:#005ec4;color:#fff; }
.header_nav ul ul ul {display:none;}


body.home .header_nav &gt; ul &gt; li &gt; a {
  text-shadow: 1px 1px 1px black;
}

/* --------------------------
    HOME
-------------------------- */
/* video */
.video-intro video {
  object-fit:cover;
}
/* slider */
.swiper2 .swiper-slide{background-color:#fff;}
.swiper-slide {background:#024c49;display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;text-align: center; padding:0 60px;}
.swiper-slide::after {
  content:'';
  position: absolute;top:0;left:0;right:0;
  height:180px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 24%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 24%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 24%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.top_slider { width:100%;height:100vh;min-height:600px;z-index:2; }
.top_slider_subpages { width:100%;height:300px;z-index:2; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 20px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 20px;}
.swiper-container-horizontal &gt; .swiper-pagination,
.swiper-container-horizontal.top_slider_subpages &gt; .swiper-pagination { bottom:20px }
.swiper-pagination-bullet { background:#fff;height: 15px;width: 15px;opacity:.4 }
.swiper-pagination-bullet-active { background:#e77818;opacity:1 }

.top_slider h2, .top_slider h3, .top_slider .btn{margin:10px 0;position: relative;z-index: 2;color:#fff;}
.top_slider h2{font-size:40px;}
.top_slider h3{font-size:24px;}

.top_image { position:relative;width:100%;height:450px;z-index:2;background-position: 50% 50%;background-size: cover; }
.top_image::after {
  content:'';
  position: absolute;top:0;left:0;right:0;
  height:180px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 24%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 24%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 24%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/* intro */
.intro_block { position:relative;margin-bottom: 40px;}
.intro_block p { font-size:18px;}
.intro_block h1 { color:#005ec4; }

/* separator */
.separator { width: 100%;height:120px;background: url('../img/separator.png') no-repeat 50% 50%;background-size: contain; }

/* offers */
.row.padding { padding-bottom:80px;}
.offers { border-bottom:1px solid #8fd400;margin:20px 0; }
.offers img { width:100%;height:auto; }
.offers_text { padding:20px;}
.offers_text h3 { text-transform:uppercase;margin-bottom:5px; }

.price { color:#8ed402;font-size:18px;font-weight:700; }
.price span { color:#666;font-style:italic;text-decoration:line-through; }

.offers .clearfix .price { float:right }
.offers .clearfix .btn_more { float:left;margin-top:20px; }


/* news */
.grey_bg { background-color:#eef2f1;padding:40px 0 80px; }
.icon_separator { width: 100%;height:48px;background: url('../img/icon_separator.png') no-repeat 50% 50%;}
.grey_bg h2 { text-align:center;margin-bottom:10px;padding-top:5px;}

.news { margin:15px 0 30px }
.news p { font-weight:700; }
.grey_bg .news { margin:25px 0 0 }
.news em { font-weight:700;font-size:12px;line-height:14px;color:#005ec4;font-style:normal;}
.news h3 { text-transform:uppercase;margin-bottom:5px; }
.content .news h3 { margin:0 0 5px; }
.news img { width:100%;height:auto;padding:5px;background:#eee;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.news img:hover { background:#fff;box-shadow:0 0 15px rgba(0,0,0,0.5);transform:scale(.95);opacity:.9 }
.news .btn_more { margin-top:0;color:#e77818; }



/* --------------------------
    CONTENT
-------------------------- */

.content { padding:15px 0 50px }

.content p { font-size:16px }
.content h1 { margin:55px 0 10px; }
.content h2 { margin:20px 0; }
.content h3 { margin:20px 0; }
.content ul { margin:20px 0; }
.content li { margin:5px 0;padding:0 0 0 15px;font-size:16px;background:url('../img/list_bg.png') no-repeat 0 5px; }
.content h3 em { color:#8ed402;font-style:normal }
.content blockquote { margin:20px 0;padding:10px 0 10px 25px;border-left:10px solid #8fd400 }
.content blockquote p {margin:0;}

.rooms_list h3 { text-transform:uppercase; }
.content img { max-width:100%;height:auto; padding:5px;background:#eee; }
.res_img { padding:5px;background:#eee; }
.res_img.noborder,
.gallery img { border:0;padding:0; }
article .cols_33 img {max-width:100%; height:auto;}

.feed_parnu { margin:16px 0 0;}
.feed_parnu a { color:#e77818; }
.feed_parnu a:hover { color:#8ed402; }


/* Gallery */

.gallery { padding-left:15px;padding-right:15px; }
.gallery .cols_20, .gallery .cols_25, .gallery .cols_33, .gallery .cols_50 { padding:1px; }
.gallery .gallery_img { background:#000; }
.gallery img { position:relative;z-index:2;width:100%;height:auto;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;opacity:1 }
.gallery img:hover { box-shadow:0 0 15px rgba(0,0,0,0.2);opacity:.7 }
.content .gallery h3 { margin:10px 0 }
.gallery .gallery_img .ion { opacity:0;position:absolute;top:50%;left:50%;margin:-20px 0 0 -15px;font-size:40px;color:#fff;z-index:3;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; padding:2px;}
.gallery .gallery_img:hover .ion { opacity:1 }

.gallery .gallery_img h2 {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  color: #fff;
  z-index: 10;
  font-size: 20px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
 }
.gallery .gallery_img h2 { color:#fff; }
.gallery .gallery_img:hover h2 { opacity: 1;visibility: visible;-webkit-transform: translate(0, 0);-moz-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0); }


/* Submenu */
.subnav_container { border-top:5px solid #8fd400; position:relative; z-index: 200; }
.subnav_container ul { margin:0;padding:3px 0 20px;text-align:center;border-bottom:1px solid #e77818; position:relative; margin-bottom:70px;}
.subnav_container li { display:inline-block;margin:10px 6px 0 0;padding:0 22px 0 0;font-size:17px;text-transform:uppercase;line-height:22px;/*background:url('../img/subnav_container_li.png') no-repeat right 50%; */}
.subnav_container li i { position:absolute; right:0; top:-5px; padding:5px 10px; display:none;color:#005ec4;cursor: pointer}
.subnav_container li li a {text-transform: uppercase;}
.subnav_container li:last-child { background:none;margin-right:0;padding:0; }
.subnav_container a { color:#005ec4;text-decoration:none; }
.subnav_container a:hover,
.subnav_container ul.menu &gt; li.current-menu-item &gt; a,
.subnav_container ul.menu &gt; li.current-menu-ancestor &gt; a,
.subnav_container ul.menu &gt; li.current-menu-ancestor li.current-menu-item &gt; a
 { color:#8ed402; }
.subnav_container ul.menu &gt; li.current-menu-item &gt; a, .subnav_container ul.menu &gt; li.current-menu-ancestor li.current-menu-item &gt; a { font-weight:700 }
.subnav_container ul &gt; li.current-menu-item{
  /*margin-bottom:63px;*/
}
.subnav_container ul li.current-menu-item ul.sub-menu,
.subnav_container ul li.current-menu-ancestor ul.sub-menu
{
  display:block;
}
.subnav_container ul ul.sub-menu  { display:none; border:0;position:absolute; left:0; top:80px; width:100%; border-bottom:1px solid #e77818}
.subnav_container ul ul.sub-menu li { font-size:15px;text-transform: none;}


/* Galleri view */
.offer_tabs { margin:20px 0 }
.content .offer_tabs li { background:none;display:inline-block;margin:5px 1px;padding:0; }
.offer_tabs a { display:block;padding:10px 20px;color:#005ec4;font-size:18px; }
.offer_tabs a:hover { background-color:#eee;color:#222;text-decoration:none; }
.offer_tabs a.active { background-color:#005ec4;color:#fff; }


/* Menus */
.menus { display:block;border:1px solid #eee;text-align:center;padding:40px 20px 20px;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.menus:hover { box-shadow:0 0 15px rgba(0,0,0,0.2);opacity:.7 }
.menus img { margin:5px 0 15px; width:auto;height:auto; }
.menus span { display:block;font-size:24px }



/* Forms */

.simpleform {}
.form-group { width:90%;margin-bottom:10px; }
.simpleform label { font-weight:normal;line-height:36px;padding:0 10px;font-family: 'Lato', arial, sans-serif; }
.simpleform label.checkbox { padding:0 10px;width:100%;display:block; }
.simpleform input, .simpleform textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow:none;
    color: #111;
  font-family: 'Lato', arial, sans-serif;
    height: 40px;
    line-height: 40px;
    padding: 7px 10px;
  width:100%;
}
.simpleform input[type="radio"] {
    color: #111;
    height: auto;
    line-height: inherit;
    margin: 0 7px 0 0;
    padding: 0;
    width: auto;
}
.simpleform input[type="checkbox"] {
    color: #111;
    height: auto;
    line-height: inherit;
    margin: 0 7px 0 0;
    padding: 0;
    width: auto;
}
.simpleform textarea { line-height:22px;height:auto;padding:10px }
.simpleform select { width:100%;line-height:40px;height:40px;padding:0 0 0 10px;background-color:#fff;border: 1px solid #ccc;font-family: 'Lato', arial, sans-serif; }

.simpleform input:focus, .simpleform textarea:focus, .simpleform select:focus { background-color:#f5f5f5;border:1px solid #999; }

.simpleform .btn { background:transparent }
.simpleform .btn:hover { background-color:#005ec4;color:#fff; }

.news_archive_top { padding-bottom:10px;margin:0 0 15px;border-bottom:1px solid #eee }
.content .news_archive_top h2 { float:left;margin:0;color:#8ed402 }
.news_archive_top .simpleform { float:right }
.news_archive_top .simpleform label { display:inline-block;margin-right:10px;padding:0; }
.news_archive_top .simpleform select { width:100px;display:inline-block; }

/* Gravity forms */

.content .gform_wrapper li { margin: 0 0 10px;padding: 0;background: none;position: relative; }
.gform_wrapper label { font-weight:normal;line-height:36px;padding:0 10px;font-family: 'Lato', arial, sans-serif; }
.gform_wrapper input, .gform_wrapper textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow:none;
    color: #111;
  font-family: 'Lato', arial, sans-serif;
    height: 40px;
    line-height: 40px;
    padding: 7px 10px;
  width:100%;
}
.gform_wrapper input[type="radio"] {
    color: #111;
    height: auto;
    line-height: inherit;
    margin: 0 7px 0 0;
    padding: 0;
    width: auto;
}
.gform_wrapper input[type="checkbox"] {
    color: #111;
    height: auto;
    line-height: inherit;
    margin: 0 7px 0 0;
    padding: 0;
    width: auto;
}
.gform_wrapper textarea { line-height:22px;height:auto;padding:10px }
.gform_wrapper select { width:100%;line-height:40px;height:40px;padding:0 0 0 10px;background-color:#fff;border: 1px solid #ccc;font-family: 'Lato', arial, sans-serif; }

.gform_wrapper input:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus { background-color:#f5f5f5;border:1px solid #999; }
.gform_wrapper .gform_button { width:auto;background:transparent;border: 1px solid #005ec4;color: #005ec4;display: inline-block;outline:0;font-size: 18px;line-height:28px;height:auto;padding: 15px 30px;text-align: center;text-transform: uppercase;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.gform_wrapper .gform_button:hover { background-color:#005ec4;color:#fff; }
.gform_wrapper img.ui-datepicker-trigger
{
 max-width: 100%;
    height: auto;
    padding: 0;
    background: #eee;
}

/* Accordion */
.accordion { position:relative;overflow:hidden;margin:20px 0;border-bottom:1px dotted #ccc }
.accordion h3, .content .accordion h3 { position:relative;font-size:18px;line-height:30px;padding:10px 60px 10px 30px;cursor:pointer;border-top:1px dotted #ccc;margin:0;color:#222 }
.accordion h3::before { content:'+';width:15px;position:absolute;left:10px;top:10px }
.accordion h3.active { background:#005ec4;color:#fff; }
.accordion h3.active::before { content:'-';font-size:30px;font-weight:300;top:7px }
.accordion h3 em { text-align:right;position:absolute; right:0;top:10px; }
.accordion div { position:relative;padding:10px 20px;background:#f5f5f5 }
.content .accordion p { margin:5px 0 }
.accordion ul { margin:20px 0; }
.accordion li { margin:5px 0;padding:0 0 0 15px;font-size:16px;background:url('../img/list_bg.png') no-repeat 0 5px; }


/* Tabel */
.content .table_block { margin:20px 0; }
.content .table_block table { background:transparent;border-collapse:collapse;text-align:left;width:100%; table-layout:fixed; }
.content table th { font-size:16px;font-weight:700;font-family:'Lato', arial, sans-serif;color:#005ec4;padding:10px;border-bottom:2px solid #005ec4;background:#f5f5f5 }
.content table td { border-bottom:1px solid #eee;color:#222;padding:10px; }
.content table tbody tr:hover td { color:#333;background:#f5f5f5 }


.videoWrapper { position: relative;padding-bottom: 56.25%;padding-top: 25px;height: 0;margin-top:15px }
.videoWrapper iframe { position: absolute;top: 0;left: 0;width: 100%;height: 100%; }


/* --------------------------
    DATEPICKER
-------------------------- */

.ui-datepicker {
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 1000!important;
}

.ui-widget-header {
    font-family: 'Lato', arial, sans-serif;
    border: 0;
    background: #002f67;
    font-weight: normal;
    color: #000;
}

.ui-widget-content {
    border: 0;
    background: #f5f5f5;
    color: #000;
    font-family: 'Lato', arial, sans-serif;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker th {
    font-weight: normal;
    font-family: 'Lato', arial, sans-serif;
    color: #000;
}

.ui-datepicker td {
    padding: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-tr,
.ui-corner-top,
.ui-corner-tl {
    border-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #e5e5e5;
    background: transparent;
    color: #333;
    font-family: 'Lato', arial, sans-serif;
    text-align: center;
    font-weight: normal;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #002f67;
    background: #002f67;
    color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #002f67;
    background: #002f67;
    color: #fff;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}
.ui-datepicker-title { color:#fff }


/*----
MAP
---*/
#map
{
  height:600px;
}
.contact { position:relative;width:100%; }

.woocommerce ul.order_details li
{
  background:none!important;
}

.voucher-fields .voucher-image-option
{
    display:none;
}

.product .nyp
{
    margin: 3px;
}

.product .nyp .nyp-input
{
    box-sizing: border-box;
    margin: 5px 0;
    outline: 0;
    line-height: 1;
    padding: 7px;
    font-size: 20px;
}

/* --------------------------
    FOOTER
-------------------------- */

.footer_container { background-color:#5984b2;padding:50px 0; }

.footer_container h3 { width:100%;color:#fff;margin:10px 0;text-transform:uppercase; }
.footer_container h3 .ion { font-size:30px;vertical-align: sub; }
.footer_container .cols_25:first-child h3 { text-transform:none;font-weight:700 }

.footer_container p { color:#fff;margin:10px 0; }
.footer_container p .ion { font-size:20px }

.footer_container ul { color:#fff;margin:10px 0 25px; }
.footer_container ul li { margin:0 0 5px }

.footer_container a { color:#fff }
.footer_container a:hover { color:#8ed402 }

.newsletter_block p { font-size:13px }
.newsletter_block .newsletterInput{ background:#4b5181 url("../img/icon_submit.png") no-repeat 95% 50%;border:0;color:#fff;font-size:14px;line-height:16px;margin-top: 4px;padding: 10px;width:90%;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.newsletter_block .newsletterInput:focus{ background:#3a3f66 url("../img/icon_submit.png") no-repeat 95% 50%; }

.footer_container .cols_25:last-child { text-align:right;}
.footer_container .cols_25:last-child a { display:inline-block;}
.footer_container .cols_25:last-child img { padding:0 0 20px 20px;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.footer_container .cols_25:last-child img:hover { transform:scale(.95); }


.subscribe-form
{
  padding:0 !important;
}
#mobilefooter{ position:fixed;bottom:0;width:100%;background-color: #e77818;z-index: 99;display:none;}
#mobilefooter a{ display:block;flex:1;text-align:center;border-right:1px solid #fff;padding:10px;color:#fff;}
#mobilefooter a:last-child{ border:0;}
#mobilefooter a i{ font-size:40px;line-height: 1;}
#mobilefooter a img{ max-height:36px;margin:4px 0 0;width:auto;}
#mobilefooter span{display:block;font-size:10px;text-transform: uppercase;margin-top:5px;line-height: 1;}


/* --------------------------
    MOBILE NAV
-------------------------- */


.nav_trigger { display: none;float: right;margin: 15px 0 0;line-height:26px;padding-left:50px;z-index: 99;font-size:12px;border: 0;color:#fff;background-image: url('../img/nav_trigger.png');background-size: 36px 26px;background-repeat: no-repeat;background-position: 0 0 }
.nav_trigger:hover { opacity: .8;transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-o-transform: scale(0.8);-ms-transform: scale(0.8); }

.nav_overlay { position: fixed;width: 100%;height: 100%;top: 0;left: 0;bottom: 0;right: 0;padding:20px;background: #5984b2;z-index: 10000;display: none;overflow: auto }
.nav_overlay.active { display: block }

.nav_overlay .overlay_close { font-size:60px;position: absolute;right:20px;top:0;border: 0;outline: none;z-index: 100;color:#fff; }


.nav_overlay ul.mainnav {list-style: none;padding: 0;position: relative;margin: 20px 0;border-top: 1px solid #fff;padding-top: 15px; }
.nav_overlay ul.mainnav li i {color:#fff;cursor:pointer;position:absolute;top:2px;right:10px; padding:5px 10px;}
.nav_overlay ul.mainnav li {display: block;-webkit-backface-visibility: hidden;backface-visibility: hidden; position:relative;}
.nav_overlay ul.mainnav li a {font-size: 18px;line-height: 25px;padding: 5px 0;text-decoration: none;display: block;color: #fff;text-transform: uppercase;}
.nav_overlay ul.mainnav li a:hover { color: #8ed402;}
.nav_overlay ul.mainnav .current-menu-item a {color: #8ed402;}
.nav_overlay ul.mainnav ul {background: #496f98;padding: 5px 10px;display:none;}
.nav_overlay ul.mainnav ul a {font-size: 15px;}
.nav_overlay ul.mainnav .current-menu-item ul a { text-transform: none;color: #fff; }
.nav_overlay ul.mainnav .current-menu-item ul a:hover {color: #eee}

.nav_overlay ul.mainnav li ul li i {
    right: 0;
}

.nav_overlay .search {
  display:block;
  margin:0 0 20px;
  width:calc(100% - 60px);
  position: relative;
  left: auto;
  right: auto;
  box-shadow: none;
  opacity: 1;
  transform: none;
  padding: 15px 60px 15px 20px;
}

.nav_overlay .search_form .search_submit {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    background: url('../img/icon_search.png') no-repeat 100% center;
    background-size:20px auto;
    text-indent: -9000px;
}
.nav_overlay .language, .nav_overlay .header_gallery, .nav_overlay ul.commerce { display:block;margin:0 0 20px;}

.package-item:nth-child(3n+1)
{
  /*clear:left !important;
  border:1px solid red;*/
}

/* --------------------------
    MODAL POP-UP
-------------------------- */

/*** Magnific Popup ***/

#modal-wrap {
    max-width: 750px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    color: #000;
  height: 100%;
}

.modal-inline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
}

.modal-content,
.modal-content:before,
.modal-content:after {
    box-sizing: border-box;
}

.modal-content {
    width: 400px;
    float: left;
    padding: 35px 15px 66px;
    background-image: url('img/pop-up_angle.png'), url('img/popup_alumine_muster_logoga.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex:1;
  border-color:#4d5794;
  border-style: solid hidden solid solid;
}

.modal-content h2 {
    font-size: 35px;
    padding-bottom: 30px;
    line-height: 1
}

.modal-content h3 {
    font-size: 29px;
    padding-bottom: 20px;
}

.modal-content h4 {
    font-size: 25px;
    padding-bottom: 20px;
}

.modal-content p {
    font-size: 17px;
    padding-bottom: 15px;
    display: block;
  text-align: center;
}

.modal-content .learn_more {
    padding: 10px 20px;
    margin: 0 10px;
}

.modal-media {
    width: 350px;
    /*float: right;*/
    -webkit-flex: 1;
    -ms-flex: 1;
    flex:1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  border-color: #4d5794;
  border-style: solid solid solid hidden;
  background-image: url("../img/LoأŒئ’oأŒئ’gastus kahele_360x530.jpg");
}

.modal-media img {
    max-width: 100%;
    height: auto;
}
.modal-content li
{
    margin: 5px 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    background: url(../img/list_bg.png) no-repeat 0 5px;
}

.white-popup-block .btn { border: 1px solid #005ec4; background: #005ec4; color: #fff; display: block; }
.white-popup-block .btn:hover { border: 1px solid #005ec4; background: #fff; color: #005ec4; display: block; }
.modal-inline { border: 3px solid #8fd400; padding: 2px; }


/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.45s ease-out;
    -moz-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.65s ease-out;
    -moz-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-fade .mfp-close {
    background-color:rgba(255,255,255,.9)
}

/* --------------------------
    MEDIA QUERIES
-------------------------- */
@media only screen and (max-height: 800px) {
  .swiper-slide
  {
    justify-content: flex-end;
    padding-bottom:50px;
  }
}
@media only screen and (max-width: 1700px) {
  /*.swiper-slide {justify-content: flex-end;padding-bottom: 130px; }*/
}

@media only screen and (max-width: 1440px) {
  h1 { font-size: 40px; }
}
@media only screen and (max-width: 1380px) {
  .cols_14 { width:100%!important; }
}
@media only screen and (max-width: 1230px) {
  .video-intro video { height:100%; }
  .nav_trigger {display: block;}
  .topmenu, .header_nav { display:none;}
  .booking { top: 130px;}
  .subnav_container ul { margin-bottom:0; padding-bottom:20px; }
  .subnav_container li {display:block;padding:0;background:none;width:100%;position:relative;}
  .subnav_container li i {display:block;}
  .subnav_container ul ul.sub-menu,
  .subnav_container ul li.current-menu-item ul.sub-menu{position:static;display:none;border:none;background-color:#ececec;}
  .subnav_container ul ul.sub-menu li{font-size:13px;}
}
@media only screen and (max-width: 1100px) {
  .footer_container .cols_25 {width: 33%;}
  .footer_container .cols_25:last-child {text-align: center;float: none;width: 100%;overflow: hidden;}
}
@media only screen and (max-width: 940px) {
  .intro_block h1 {font-size:30px;}
  .intro_block .more_info {font-size:16px; padding: 10px 20px;}
  .epp-notification-bottomcenter { top:0; right: 0; left:0; margin: auto; text-align: center; bottom: auto !important; }
  /*.top_slider h2, .top_slider h3, .top_slider .btn{display: none;}*/
  .header_gallery, .weather{display: none;}
}
@media only screen and (max-width: 768px) {
  .cols_25,.cols_30,.cols_33,.cols_35,.cols_40,.cols_45,.cols_50,.cols_60,.cols_66{ float:left;width:50%;margin-bottom:20px }
  .btn.more_info { margin-left:0;float:none;margin-top:25px;}
  .news { margin-bottom:15px;}
  .news p { margin-top: 10px;}
  .row.padding { padding-top:30px;padding-bottom:40px;}
  .grey_bg { padding:40px 0;}
  .footer_container .cols_25 {text-align:center;width:100%;}
  .content .table_block{ overflow-x:scroll; }
  #mobilefooter{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .content .table_block table{min-width:750px;}
  .modal-content{width:100%;}
  .modal-media{display:none;}
  .cky-revisit-bottom-left {margin-bottom:65px!important;left:6px!important;}
}

@media only screen and (max-width: 700px) {
  .cols_25,.cols_30,.cols_33,.cols_35,.cols_40,.cols_45,.cols_50,.cols_60,.cols_66{ float:none;width:100%; }
  h1 { font-size:32px; }
  h2 { font-size:24px; }
  .btn { display: block;padding: 15px;font-size:16px }
  .footer_container .cols_25 { margin-bottom:50px }
  .btn-shop,.booking {display: none;}
  .top_slider h2, .top_slider h3{display: block;padding:0 60px;}
  .top_image {height: 230px;}
  .swiper-slide {justify-content: center;padding: 0;}
  .swiper-button-prev, .swiper-button-next {
      width: 20px;
      height: 36px;
      margin-top: -18px;
      -moz-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
  }
  .content-wrap {
      flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .logo {width: 140px;height: 52px;}
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .added_to_cart {
  padding:10px 15px;
    font-size:15px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size:1.2em;
  }
}
@media only screen and (max-width: 450px) {
  .language { margin-right: 0; }
  h1 { font-size: 28px; }
  .intro_block { margin: 10px 0;padding: 10px; }
  .intro_block p { font-size: 16px;margin-top: 20px; }
  .top_slider { height: 200px; }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 10px;}
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 10px;}
  .swiper-container-horizontal &gt; .swiper-pagination { bottom: 10px; }
  .header_container .search{left: 20px;right: 20px;}
}

@media only screen and (max-width: 390px) {
  .logo {width: 120px;height: 48px;}
  .trigger-search { margin: 8px 16px 0 0;}
  .nav_trigger {
      display: block;
      text-indent: -9000px;
      width: 30px;
      height: 20px;
      padding: 0;
      margin: 16px 0 0 15px;
      background-size: contain;
  }
  .language {
      margin: 6px 10px 0 0;
      width: 46px;
  }
.top_slider h2{
    font-size:25px;
}
.top_slider h3 {
    font-size:18px;
}
}

@media only screen and (max-width: 360px) {
  .woocommerce ul.products li.product {
    float:none;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .cols_14 { width:14.28%; }
  .cols_16 { width:16.66666666666667%; }
  .cols_20 { width:20%; }
  .cols_23 { width:23%; }
  .cols_25 { width:25%; }
  .cols_30 { width:30%; }
  .cols_33 { width:33.3333333%; }
  .cols_33:nth-child(3n+1) { clear:left; }
  .cols_35 { width:35%; }
  .cols_40 { width:40%; }
  .cols_45 { width:45%; }
  .cols_50 { width:50%; }
  .cols_60 { width:60%; }
  .cols_66 { width:66.66666666666667%; }
  .cols_70 { width:70%; }
  .cols_75 { width:75%; }
  .cols_80 { width:80%; }
  .cols_14, .cols_16, .cols_20,.cols_25,.cols_30,.cols_33,.cols_35,.cols_40,.cols_45,.cols_50,.cols_60,.cols_66,.cols_70,.cols_75,.cols_80,.cols_100 { float:left; }
}

@media only screen and (min-width: 1430px) {
    .container { width: 1400px;margin: 0 auto; }
}</pre></body></html>