<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
|-------------------------------------------------------------------------------------
| Project
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
*/
body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

/*
|-------------------------------------------------------------------------------------
|	Project Variables
|-------------------------------------------------------------------------------------
*/
/*
|-------------------------------------------------------------------------------------
|	Default Variables
|-------------------------------------------------------------------------------------
*/
/*
|-------------------------------------------------------------------------------------
|	Default colors
|-------------------------------------------------------------------------------------
*/
button, input[type="button"], input[type="reset"], input[type="submit"], #mc-embedded-subscribe {
  appearance: none;
  background-color: #10bfd8;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, #mc-embedded-subscribe:hover, #mc-embedded-subscribe:focus {
    background-color: #0d99ad;
    color: #fff;
    outline: 0;
    text-decoration: none; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, #mc-embedded-subscribe:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover, #mc-embedded-subscribe:disabled:hover {
      background-color: #10bfd8; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select:focus {
    border-color: #10bfd8;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(14, 170, 192, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

input[type="search"] {
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  height: 40px; }

.error input, .error select {
  border-color: red; }

#message-success {
  background: #66ab54;
  padding: 10px;
  border-radius: 3px;
  font-size: 1rem;
  margin: 15px 0 30px;
  color: #ffffff; }

#message-error {
  background: #f9969f;
  padding: 10px;
  border-radius: 3px;
  font-size: 1rem;
  margin: 15px 0 30px;
  color: #ffffff; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.bullet-list, .content-styles ul {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
  
  .content-styles ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5; }

body:before {
  content: "mobile";
  display: none; }

@media (min-width: 30em) {
  body:before {
    content: "desktop"; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #10bfd8;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #0c8fa2; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

/*
|-------------------------------------------------------------------------------------
|    Project Mixins
|-------------------------------------------------------------------------------------
*/
/*
|-------------------------------------------------------------------------------------
|    Default Mixins
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|    utilities
|-------------------------------------------------------------------------------------
*/
/*
|-------------------------------------------------------------------------------------
|    Visibility
|-------------------------------------------------------------------------------------
*/
.hide {
  display: none;
  visibility: hidden; }

.show {
  display: block;
  visibility: visible; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
|-------------------------------------------------------------------------------------
|    CSS3 &amp; CSS in General
|-------------------------------------------------------------------------------------
*/
.list {
  list-style: initial;
  margin-bottom: 11px;
  padding-left: 40px; }

/*
|-------------------------------------------------------------------------------------
|    Layout
|-------------------------------------------------------------------------------------
*/
.logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/*
|-------------------------------------------------------------------------------------
|    Color
|-------------------------------------------------------------------------------------
*/
/*
|-------------------------------------------------------------------------------------
|    Bootstrap Mixins
|-------------------------------------------------------------------------------------
*/
/*
|-------------------------------------------------------------------------------------
|	Scaffolding
|-------------------------------------------------------------------------------------
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #FFF;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #333; }

h1 {
  margin: 0; }

h2 {
  font-size: 36px;
  margin-top: 35px;
  text-align: center; }

h3 {
  font-size: 27px;
  text-align: left;
  margin: 25px 0 15px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px;
  font-weight: 400; }

h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

p {
  margin: 0; }

strong {
  color: #333;
  font-weight: normal;
  font-weight: 600; }

i {
  font-style: normal; }

a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #10bfd8;
  display: block;
  text-decoration: none; }
  p &gt; a {
    display: inline;
    font-weight: 600;
    white-space: nowrap; }
    p &gt; a:hover {
      text-decoration: underline; }
  a:hover, a:active, a:focus {
    color: #02a4bd;
    outline: 0;
    text-decoration: none; }
  a, a button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

li ul {
  margin-top: 1rem; }

label {
  font-weight: normal; }

blockquote {
  border: none;
  font-family: Times, "Times New Roman", serif;
  font-size: 27px; }

th {
  font-weight: normal; }

td {
  vertical-align: middle; }

textarea {
  min-height: 104px; }

figure {
  margin: 0; }

/*
|------------------------------------------------
|	Class Scaffold
|------------------------------------------------
*/
.logo {
  margin: 0; }

.wrapper::after {
  clear: both;
  content: "";
  display: table; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.inline-popup p {
  margin-bottom: 15px; }

/*
|-------------------------------------------------------------------------------------
|    Icons
|-------------------------------------------------------------------------------------
*/
@font-face {
  font-family: 'valsaline-icons';
  src: url("../fonts/valsaline-icons/valsaline-icons.eot?51753854");
  src: url("../fonts/valsaline-icons/valsaline-icons.eot?51753854#iefix") format("embedded-opentype"), url("../fonts/valsaline-icons/valsaline-icons.woff?51753854") format("woff"), url("../fonts/valsaline-icons/valsaline-icons.ttf?51753854") format("truetype"), url("../fonts/valsaline-icons/valsaline-icons.svg?51753854#valsaline-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'valsaline-icons';
src: url('../fonts/valsaline-icons/valsaline-icons.svg?51753854#valsaline-icons') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "valsaline-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook:before {
  content: '\e801'; }

/* '' */
.icon-gplus:before {
  content: '\e802'; }

/* '' */
.icon-youtube:before {
  content: '\e803'; }

/* '' */
.icon-menu:before {
  content: '\e804'; }

/* '' */
.icon-angle-down:before {
  content: '\e805'; }

/* '' */
.icon-down-open:before {
  content: '\e806'; }

/* '' */
.icon-twitter:before {
  content: '\e807'; }

/* '' */
/*
|-------------------------------------------------------------------------------------
|	Imports
|-------------------------------------------------------------------------------------
*/
/*
|-------------------------------------------------------------------------------------
|	Commom elements
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|	buttons
|-------------------------------------------------------------------------------------
*/
.btn {
  background-color: #fff;
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .3px;
  line-height: 30px;
  padding: 8px 20px;
  text-align: center;
  text-transform: uppercase; }
  .btn.blue {
    background-color: #10bfd8;
    color: #fff; }
    .btn.blue:hover, .btn.blue:active, .btn.blue:focus {
      background-color: #0ea6bc; }
  .btn.green {
    background-color: #bed62f;
    color: #fff; }
    .btn.green:hover, .btn.green:active, .btn.green:focus {
      background-color: #aac026; }

/*
|-------------------------------------------------------------------------------------
|	read more
|-------------------------------------------------------------------------------------
*/
.read-more {
  background-color: #ccc;
  border-radius: 4px;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  margin: 14px auto 30px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase; }
  .read-more:hover, .read-more:active, .read-more:focus {
    background-color: #10bfd8;
    color: #fff; }

/*
|-------------------------------------------------------------------------------------
|	badge
|-------------------------------------------------------------------------------------
*/
.badge li {
  color: #fff;
  line-height: 30px; }
  .badge li + li {
    margin-top: 10px; }

.badge a {
  -webkit-transition: background-color 0.34s linear, color 0.2s ease;
  -moz-transition: background-color 0.34s linear, color 0.2s ease;
  transition: background-color 0.34s linear, color 0.2s ease;
  background-color: #999;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  padding: 0 14px; }
  .badge a:hover, .badge a:active, .badge a:focus {
    background-color: #10bfd8;
    color: #fff; }

.badge.not-link li {
  background-color: #999;
  border-radius: 4px;
  padding: 0 14px; }

.badge.inline li {
  display: inline-block; }

/*
|-------------------------------------------------------------------------------------
|	helpers
|-------------------------------------------------------------------------------------
*/
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/*
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (min-width: 30em) {
  .read-more {
    display: inline-block;
    margin-bottom: 20px; } }

@media (min-width: 48em) {
  .btn {
    line-height: 40px;
    display: inline-block; } }

/*
|-------------------------------------------------------------------------------------
|	Availability form
|-------------------------------------------------------------------------------------
*/
.availability-form {
  padding: 20px 0;
  background-color: #94dfea;
  color: #333; }
  .availability-form p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px; }
  .availability-form label span {
    color: #555;
    float: right;
    font-size: 12px;
    font-style: italic;
    margin-top: 3px; }
  .availability-form .btn {
    background-color: #0089d0;
    width: 100%; }

/*
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (min-width: 30em) {
  .availability-form .row:last-child .col-1:last-child {
    text-align: center; }
  .availability-form .btn {
    max-width: 200px; } }

@media (min-width: 48em) {
  .availability-form .row {
    width: 100%;
    margin: 0;
    padding: 0 10px; }
    .availability-form .row:last-child .col-1:nth-child(1) {
      display: inline;
      float: left;
      width: 43.75%;
      margin: 0 1.04167%; }
    .availability-form .row:last-child .col-1:nth-child(2) {
      display: inline;
      float: left;
      width: 18.75%;
      margin: 0 1.04167%; }
  .availability-form p {
    margin-top: 10px;
    margin-bottom: 30px; } }

/*
|-------------------------------------------------------------------------------------
|	Camp map
|-------------------------------------------------------------------------------------
*/
.camp-map {
  position: relative; }
  .camp-map .btn {
    -webkit-transition: background-color 0.34s linear, color 0.2s ease;
    -moz-transition: background-color 0.34s linear, color 0.2s ease;
    transition: background-color 0.34s linear, color 0.2s ease;
    position: absolute;
    right: 20px;
    bottom: -20px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 3px solid #10bfd8;
    color: #10bfd8;
    font-size: 18px;
    text-transform: none; }
    .camp-map .btn:hover, .camp-map .btn:active, .camp-map .btn:focus {
      background-color: #10bfd8;
      color: #fff; }

/*
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (max-width: 29.9375em) {
  .camp-map {
    height: 180px;
    overflow: hidden; }
    .camp-map img {
      width: 140%;
      max-width: none; }
    .camp-map .btn {
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: .9;
      width: 140px; } }

@media (min-width: 30em) {
  .camp-map {
    margin-bottom: 60px; } }

@media (min-width: 48em) {
  .hero + .camp-map {
    margin-top: 60px; } }

/*
|-------------------------------------------------------------------------------------
| Card
|-------------------------------------------------------------------------------------
*/
.listing {
  margin: 40px 0; }

.card {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  background-color: #fff;
  min-height: 400px;
  margin-bottom: 20px !important; }
  .card:last-child {
    margin-bottom: 0; }
  .card h3 {
    margin: 32px 20px 20px;
    text-align: center; }
    .card h3 + p {
      text-align: center;
      color: #666; }
  .card h5 {
    margin: 20px 20px 18px; }
    .card h5 + p {
      color: #999; }
  .card p {
    font-size: 13px;
    margin: 0 20px 20px;
    text-align: justify; }
  .card figure {
    position: relative; }
    .card figure:before {
      content: "";
      background-image: url(../img/waves_white_small.svg);
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 10px; }
      .no-svg .card figure:before {
        background-image: url(../img/waves_white_small.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .card figure:before {
            background-image: url(../img/waves_white_small@2x.png); } }
  .card img {
    width: 100%;
    display: block;
    border: 0 none; }
  .card a {
    cursor: pointer; }
  .card .more {
    margin: 0 20px 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }

/*
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (min-width: 30em) {
  .card {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; }
    .card:last-child {
      margin-left: 26.04167%; } }

@media (min-width: 48em) {
  .card {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    min-height: 445px; }
    .card.just-two {
      display: inline;
      float: left;
      width: 47.91667%;
      margin: 0 1.04167%; }
    .card:last-child {
      margin-left: 1.04167%; } }

/*
|-------------------------------------------------------------------------------------
|	Description
|-------------------------------------------------------------------------------------
*/
.description {
  text-align: center; }
  .description h1 {
    color: #10bfd8;
    font-size: 48px;
    margin: 0 0 20px; }
  .description p {
    margin-bottom: 10px; }
  .description hr {
    margin-left: auto;
    margin-right: auto; }
  .description .col-half:first-child {
    margin-top: 40px; }
  .description .info {
    margin-top: 20px;
    padding-bottom: 20px; }
    .description .info .contact a {
      display: inline-block;
      color: #999; }
      .description .info .contact a:hover, .description .info .contact a:active, .description .info .contact a:focus {
        color: #10bfd8; }

.share-links {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: left; }
  .share-links h3 {
    font-size: 18px;
    margin: 0 0 10px; }
  .share-links .fb-like {
    display: block;
    margin-bottom: 10px; }

/*
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (min-width: 30em) {
  .description h2 {
    text-align: left; }
  .description .col-half:first-child {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .description .info {
    margin-left: auto;
    margin-right: auto;
    width: 80%; } }

@media (min-width: 48em) {
  .description {
    padding: 40px 0;
    text-align: left; }
    .description .col-half:first-child {
      display: inline;
      float: left;
      width: 72.91667%;
      margin: 0 1.04167%;
      margin-right: 1.04167%; }
    .description .info {
      display: inline;
      float: left;
      width: 22.91667%;
      margin: 0 1.04167%; }
  .share-links {
    margin-bottom: 0; } }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  @media (min-width: 62em) {
    .languaje-menu .dropdown-menu {
      position: relative;
      background: none !important;
      top: 0;
      display: block;
      float: left;
      width: auto !important;
      box-shadow: none;
      padding: 8px 0  !important;
      margin-left: 10px; }
      .languaje-menu .dropdown-menu li {
        display: block;
        float: left; }
        .languaje-menu .dropdown-menu li:before {
          content: "|";
          margin-right: 5px;
          margin-left: 5px;
          color: #fff;
          display: inline-block; }
        .languaje-menu .dropdown-menu li:first-child:before {
          content: "";
          margin: 0;
          display: none; }
      .languaje-menu .dropdown-menu a {
        display: inline-block; }
        .languaje-menu .dropdown-menu a:hover, .languaje-menu .dropdown-menu a:active, .languaje-menu .dropdown-menu a:focus {
          color: rgba(255, 255, 255, 0.65); } }

.open &gt; .dropdown-menu {
  display: block; }

/*
|-------------------------------------------------------------------------------------
|	Hero
|-------------------------------------------------------------------------------------
*/
.hero {
  background-color: #fff;
  margin: 20px 0;
  padding: 20px 40px;
  text-align: center; }
  .hero::after {
    clear: both;
    content: "";
    display: table; }
  .hero.no-bgc {
    background-color: #f9f9f9;
    margin: 0; }
  .hero.bgc-gray {
    background-color: #888;
    color: #fff;
    margin: 0; }
  .hero p {
    font-size: 32px;
    font-size: 28px;
    font-weight: 300; }
  .hero .wrapper {
    margin: 0; }
  .hero .btn-group {
    margin-top: 14px; }
  .hero .btn + .btn {
    margin-top: 10px; }
  .hero .title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0; }
  .hero .info li {
    margin-top: 6px; }
  .hero .info a {
    color: #fff;
    font-size: 14px; }

/*
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (max-width: 29.9375em) {
  .hero {
    padding: 20px; } }

@media (min-width: 30em) {
  .hero .title {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .hero .info {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle; } }

@media (min-width: 48em) {
  .hero .btn + .btn {
    margin-left: 10px;
    margin-top: 0; }
  .hero .info {
    border: none;
    display: block;
    padding-left: 0;
    text-align: center;
    width: 70%;
    margin-left: 15%; }
    .hero .info li {
      display: inline-block;
      margin: 0;
      width: 48%; }
      .hero .info li:first-child {
        margin-bottom: 20px;
        margin-top: 20px; }
      .hero .info li:nth-child(even):before {
        content: "|";
        float: left; }
    .hero .info a {
      display: inline-block; } }

@media (min-width: 62em) {
  .hero {
    padding: 30px 0; }
    .hero p {
      display: inline-block;
      vertical-align: middle; }
    .hero .btn-group {
      display: inline-block;
      margin-top: 0;
      margin-left: 20px; }
    .hero .title {
      margin: 0; }
    .hero .info {
      display: inline-block;
      margin: 0 0 0 20px;
      width: auto; }
      .hero .info li {
        display: inline-block;
        margin: 0 !important;
        width: auto; }
        .hero .info li:nth-child(1n+2):before {
          content: "|";
          margin: 0 10px;
          float: none; }
      .hero .info a {
        display: inline-block; } }

/*
|-------------------------------------------------------------------------------------
|	Highlight
|-------------------------------------------------------------------------------------
*/
.breadcrum {
  margin: 0 10px; }
  .breadcrum::after {
    clear: both;
    content: "";
    display: table; }
  .breadcrum li {
    display: inline-block;
    float: left; }
  .breadcrum a {
    color: #999; }
    .breadcrum a:after {
      content: "\203A";
      margin: 0 10px; }
  .breadcrum .active {
    color: #333; }

.highlight {
  background-color: #fff;
  padding-top: 20px;
  text-align: center; }
  .highlight p {
    font-size: 18px;
    font-weight: 300;
    margin: 0 10px;
    text-align: justify; }
  .highlight img {
    display: block;
    max-width: none;
    width: 100%; }
  .highlight .wrapper {
    margin: 0; }
  .highlight .col-2 {
    margin-bottom: 0 !important;
    position: relative; }
    .highlight .col-2:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background: transparent url("../img/waves-01.svg") bottom center repeat-x; }
  .highlight .title {
    color: #10bfd8;
    font-size: 48px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
  .highlight .btn {
    -webkit-transition: background-color 0.34s linear, color 0.2s ease;
    -moz-transition: background-color 0.34s linear, color 0.2s ease;
    transition: background-color 0.34s linear, color 0.2s ease;
    border: 3px solid #10bfd8;
    color: #10bfd8;
    margin: 20px;
    display: none; }
    .highlight .btn:hover, .highlight .btn:active, .highlight .btn:focus {
      background-color: #10bfd8;
      color: #fff; }
  .highlight.button-visible .btn {
    display: block; }

/*
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (min-width: 30em) {
  .highlight.button-visible .btn {
    display: inline-block; } }

@media (min-width: 48em) {
  .breadcrum {
    margin: 20px 0 0; }
  .highlight {
    padding: 0;
    text-align: left; }
    .highlight img {
      height: 100%;
      margin-left: -80px;
      width: auto; }
    .highlight p {
      margin-left: 0;
      margin-right: 0; }
    .highlight .title {
      margin-left: 0;
      margin-right: 10px;
      text-align: left; }
    .highlight .col-1 {
      display: inline;
      float: left;
      width: 42.91667%;
      margin: 0 1.04167%;
      margin-right: 2.70833%;
      padding-left: 20px; }
    .highlight .col-2 {
      display: inline;
      float: left;
      width: 51.25%;
      margin: 0 1.04167%;
      overflow: hidden; }
      .highlight .col-2:before {
        width: 12px;
        background: transparent url("../img/waves-v-01.png") 0 0 repeat-y;
        top: -1px; }
    .highlight .btn {
      margin-left: 0;
      margin-right: 10px; } }

@media (min-width: 62em) {
  .highlight img {
    margin-left: 0;
    min-width: 100%;
    height: auto;
    width: auto; }
  .highlight .col-1 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin-right: 3.54167%;
    padding-left: 20px; }
  .highlight .col-2 {
    display: inline;
    float: left;
    width: 62.08333%;
    margin: 0 1.04167%;
    overflow: visible; } }

/*
|-------------------------------------------------------------------------------------
|	Photo gallery
|-------------------------------------------------------------------------------------
*/
.photo-gallery {
  padding: 20px 0; }
  .photo-gallery .wrapper {
    margin: 0; }
  .photo-gallery .row {
    width: 100%;
    margin: 0 0 0 1%; }
  .photo-gallery a {
    display: inline-block;
    margin: 0 0 10px;
    width: 48%;
    position: relative; }
    .photo-gallery a:before {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 6px;
      background: transparent url("../img/waves-01.png") top center repeat-x; }
  .photo-gallery img {
    display: block;
    width: 100%; }

/*
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (min-width: 30em) {
  .photo-gallery a:nth-child(odd) {
    margin-right: 1%; } }

@media (min-width: 48em) {
  .photo-gallery {
    padding: 40px 20px; }
    .photo-gallery .row {
      display: block;
      width: 102.08333%;
      margin: 0 -1.04167%; }
      .photo-gallery .row::after {
        clear: both;
        content: "";
        display: table; }
      .photo-gallery .row + .row {
        margin-top: 20px; }
    .photo-gallery a {
      display: inline;
      float: left;
      width: 22.91667%;
      margin: 0 1.04167%;
      margin-bottom: 20px; }
      .photo-gallery a.fourth {
        clear: left; } }

@media (min-width: 62em) {
  .photo-gallery {
    padding: 50px 0; }
    .photo-gallery .row + .row {
      margin-top: 30px; } }

/*
|-------------------------------------------------------------------------------------
|	Prices
|-------------------------------------------------------------------------------------
*/
.prices {
  background-color: #fff;
  padding: 20px 0;
  text-align: center; }
  .prices .title {
    font-size: 36px;
    font-weight: 300; }
  .prices .btn {
    border-radius: 6px;
    font-size: 20px;
    margin: 20px 0; }
    .prices .btn span {
      font-size: 14px;
      text-transform: none; }
  .prices .table-wrapper {
    overflow: scroll; }
  .prices table {
    min-width: 460px;
    margin-bottom: 0; }
  .prices thead {
    background-color: #bed62f; }
  .prices tr, .prices td, .prices th {
    border-bottom: none; }
  .prices th {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center; }
  .prices td {
    border-left: 2px solid #eee;
    padding: 16px 0; }
  .prices tr :first-child {
    border-left: none !important;
    padding-left: 20px;
    text-align: left;
    width: 35%; }
  .prices tbody tr:nth-child(odd) {
    background-color: #f1f1f1; }
    .prices tbody tr:nth-child(odd) td {
      border-left: 2px solid #fff; }
  .prices tfoot td {
    width: 100% !important; }
  .prices .table-cta {
    background-color: #ccc;
    color: #333;
    font-weight: 600;
    line-height: 52px;
    margin-top: 20px;
    margin-bottom: 20px; }

/*
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (max-width: 47.9375em) {
  .prices th {
    font-size: 14px; }
  .prices td {
    font-size: 12px;
    padding: 10px 0; }
  .prices tr :first-child {
    padding-left: 10px; } }

@media (min-width: 30em) {
  .prices p {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle; }
  .prices .btn {
    display: inline-block;
    line-height: 1.2;
    padding-top: 14px;
    padding-bottom: 14px;
    vertical-align: middle; }
    .prices .btn span {
      display: block; }
  .prices .table-wrapper {
    overflow: visible; } }

@media (min-width: 48em) {
  .prices p + .btn {
    margin-left: 20px; }
  .prices .table-cta {
    margin-top: 2px; } }

.slider {
  background-color: #fff;
  position: relative;
  margin-bottom: 60px; }

.slider-inner {
  position: relative; }
  .slider-inner .item {
    position: relative; }
    .slider-inner .item &gt; img {
      display: block;
      margin: 0 auto; }

.slider-caption {
  background-color: #10bfd8; }

.slider-caption-box .slogan {
  margin-top: 20px; }

.slider-caption-box h2 {
  color: #fff;
  text-align: left; }

.slider-caption-box p {
  color: #fff;
  font-size: 12px;
  margin-top: 20px; }

.slider-caption-box .btn {
  border-radius: 4px;
  margin: 20px 0; }

.slider-control {
  position: absolute;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 40px;
  width: 40px;
  z-index: 1; }
  .slider-control span[class*="icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 24px;
    width: 12px;
    display: block; }
  .slider-control .icon-left {
    background: transparent url("../img/slider-arrow-left.svg") 0 0 no-repeat; }
  .slider-control .icon-right {
    background: transparent url("../img/slider-arrow-right.svg") 0 0 no-repeat; }
  .slider-control.left {
    left: 0; }
  .slider-control.right {
    right: 0; }

.slider-indicators {
  background-color: #0eaac0;
  cursor: pointer;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
  z-index: 1; }
  .slider-indicators li {
    height: 15px;
    width: 15px;
    background: white;
    border: 3px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle; }
    .slider-indicators li.active {
      background: transparent;
      border-color: #bed62f; }

/*
|-------------------------------------------------------------------------------------
|   Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (max-width: 29.9375em) {
  .slider-caption-box {
    text-align: center; } }

@media (min-width: 30em) {
  .slider-caption-box p {
    margin-left: 80px;
    max-width: 360px; }
  .slider-caption-box h2 {
    margin-left: 80px;
    max-width: 360px; }
  .slider-caption-box .btn {
    display: inline-block;
    margin-left: 80px; }
  .slider-caption-box p .btn {
    margin-left: 0px; } }

@media (min-width: 37.5em) {
  .slider {
    margin: 0;
    overflow: hidden; }
    .slider:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 25px;
      background-image: url(../img/waves_gray.svg);
      background-position: bottom center;
      z-index: 1; }
      .no-svg .slider:before {
        background-image: url(../img/waves_gray.png); } }
      @media only screen and (min-width: 37.5em) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 37.5em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 37.5em) and (min-device-pixel-ratio: 1.5) {
        .no-svg .slider:before {
          background-image: url(../img/waves_gray@2x.png); } }

@media (min-width: 37.5em) {
  .slider-control {
    height: 80px;
    width: 40px;
    background-color: transparent;
    top: 0;
    bottom: 0;
    margin: auto; }
    .slider-control span[class*="icon-"] {
      height: 40px;
      width: 20px; }
  .slider-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent; }
    .slider-caption p {
      font-size: 14px; }
    .slider-caption .btn {
      background-color: rgba(255, 255, 255, 0.92);
      line-height: 30px !important; }
  .slider-caption-box {
    margin-left: 60px;
    margin-top: 10%; }
  .slider-indicators {
    background-color: transparent;
    top: auto;
    bottom: 30px;
    padding: 0; }
    .slider-indicators li {
      margin: 0 5px; } }

@media (min-width: 62em) {
  .slider {
    height: auto; }
  .slider-control {
    height: 80px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.6); }
    .slider-control.left {
      border-radius: 0 6px 6px 0; }
    .slider-control.right {
      border-radius: 6px 0 0 6px; }
    .slider-control span[class*="icon-"] {
      height: 60px;
      width: 30px; } }

button.slick-prev,
button.slick-next {
  display: none !important; }

.content-styles p {
  text-align: justify; }

/*
|-------------------------------------------------------------------------------------
|	Layout
|-------------------------------------------------------------------------------------
*/
.top-bar {
  background-color: #10bfd8;
  font-size: 13px; }
  .top-bar::after {
    clear: both;
    content: "";
    display: table; }

.sub-menu {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline;
  float: left;
  height: 40px;
  margin-left: 10px; }
  .sub-menu li {
    display: inline-block; }
    .sub-menu li:before {
      content: "|";
      margin-right: 10px;
      margin-left: 10px;
      color: #fff; }
    .sub-menu li:first-child:before {
      content: "";
      margin: 0; }
  .sub-menu a {
    color: #fff;
    display: inline-block;
    line-height: 40px; }
    .sub-menu a:hover, .sub-menu a:active, .sub-menu a:focus {
      color: rgba(255, 255, 255, 0.65); }

.languaje-menu,
.price-list {
  display: inline;
  float: right; }

.languaje-menu {
  height: 40px;
  width: 60px;
  background-color: #f36f21;
  cursor: pointer;
  position: relative;
  text-align: center; }
  @media (min-width: 62em) {
    .languaje-menu {
      width: auto;
      background-color: transparent; } }
  .languaje-menu &gt; a {
    color: #FFF;
    line-height: 40px; }
    @media (min-width: 62em) {
      .languaje-menu &gt; a {
        float: left;
        display: block;
        background-color: #f36f21;
        padding: 0 10px;
        height: 40px; } }
    .languaje-menu &gt; a i {
      font-size: 16px;
      margin-left: 4px; }
      @media (min-width: 62em) {
        .languaje-menu &gt; a i {
          display: none; } }
  .languaje-menu .dropdown-menu {
    background-color: #f36f21;
    border-radius: 0 0 4px 4px;
    padding: 5px 0;
    width: 60px;
    text-transform: uppercase; }
    .languaje-menu .dropdown-menu a {
      color: #fff;
      padding: 3px 0; }

.price-list {
  color: #fff;
  line-height: 40px;
  margin-right: 20px; }
  @media (max-width: 48em) {
    .price-list {
      margin-right: 10px;
      margin-left: 10px; } }
  .price-list:hover, .price-list:active, .price-list:focus {
    color: rgba(255, 255, 255, 0.65); }
  .price-list.green {
    background-color: #b9d137;
    padding: 0px 10px; }
    @media (max-width: 48em) {
      .price-list.green {
        margin-right: 0; } }

.main-bar {
  background-color: #f9f9f9;
  height: auto;
  padding: 30px 10px 10px; }
  .main-bar::after {
    clear: both;
    content: "";
    display: table; }
  .main-bar h1 {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 155px;
    width: 145px;
    margin: auto;
    background-image: url(../img/logo_valsaline3.svg);
    background-repeat: no-repeat; }
    .no-svg .main-bar h1 {
      background-image: url(../img/logo_valsaline3.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .main-bar h1 {
          background-image: url(../img/logo_valsaline3@2x.png); } }
    .main-bar h1 a {
      width: 100%;
      height: 100%; }
  .main-bar h2 {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 32px;
    width: 169px;
    background-image: url("../img/header-slogan.png");
    float: right;
    margin-top: 35px; }

.main-menu {
  float: right;
  margin-top: 16px; }

.link-wrapper {
  float: left;
  display: inline;
  margin: 0 10px;
  position: relative; }
  .link-wrapper a {
    font-size: 13px;
    font-weight: 600; }
    .link-wrapper a:hover, .link-wrapper a:active, .link-wrapper a:focus {
      color: #10bfd8; }
  .link-wrapper &gt; a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    color: #666;
    margin: 0;
    line-height: 30px;
    text-transform: uppercase; }
    .link-wrapper &gt; a i {
      display: block;
      text-align: center;
      margin-top: -6px; }
  .link-wrapper:last-child &gt; a {
    margin-right: 0; }
  .link-wrapper .dropdown-menu {
    left: -webkit-calc(-180px + 50%);
    /** Safari 6, Chrome 19-25 **/
    left: -moz-calc(-180px + 50%);
    /** FF 4-15  **/
    left: calc(-180px + 50%);
    /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
    background-color: #10bfd8;
    border-radius: 8px;
    margin-top: 5px;
    padding: 18px 0;
    text-align: center;
    width: 360px; }
    .link-wrapper .dropdown-menu li {
      display: inline-block; }
      .link-wrapper .dropdown-menu li:first-child a {
        margin: 0; }
        .link-wrapper .dropdown-menu li:first-child a:before {
          content: ""; }
    .link-wrapper .dropdown-menu a {
      color: #fff;
      margin-left: 8px;
      text-transform: uppercase; }
      .link-wrapper .dropdown-menu a:before {
        content: "|";
        margin-right: 8px; }

.close-menu {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  border-radius: 0;
  color: #10bfd8;
  display: none;
  font-size: 30px;
  line-height: 40px;
  padding: 0 12px;
  text-align: center;
  z-index: 4; }
  .close-menu span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle; }

.open-menu {
  display: none;
  border-radius: 0;
  line-height: 40px;
  padding: 0 20px; }

.camp-headline {
  font-size: 18px;
  font-weight: bold;
  color: #007ebc;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  padding: 15px;
  float: none;
  width: 100%; }

/*
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (max-width: 29.9375em) {
  .sub-menu li:before {
    margin-left: 5px;
    margin-right: 5px; } }

@media (max-width: 47.9375em) {
  .open-menu {
    display: inline;
    float: left; }
  .sub-menu {
    background-color: #FFF;
    display: block;
    float: none;
    left: 0;
    margin: 0;
    opacity: 0.7;
    padding-left: 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3; }
    .sub-menu li, .sub-menu a, .sub-menu li::before {
      color: #333; }
  .main-menu {
    background: rgba(16, 191, 216, 0.86);
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    height: -webkit-calc(100% + 60px);
    /** Safari 6, Chrome 19-25 **/
    height: -moz-calc(100% + 60px);
    /** FF 4-15  **/
    height: calc(100% + 60px);
    /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/ }
  .link-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: block;
    float: none;
    margin: 10px 0 0;
    text-align: center; }
    .link-wrapper:first-child {
      margin-top: 50px;
      border: none; }
    .link-wrapper &gt; a {
      color: #FFF;
      display: inline-block;
      margin: 0;
      padding: 10px 0 0; }
      .link-wrapper &gt; a i {
        display: none; }
    .link-wrapper .dropdown-menu {
      background-color: transparent;
      border-radius: 0;
      box-shadow: none;
      display: block;
      float: none;
      line-height: 30px;
      margin: 0;
      padding: 0;
      position: static;
      width: auto; }
    .link-wrapper a:hover, .link-wrapper a:active, .link-wrapper a:focus {
      color: #fff; }
  .sub-menu,
  .main-menu {
    display: none; } }

@media (min-width: 48em) {
  .main-bar {
    padding: 0 10px; }
    .main-bar h1 {
      height: 150px;
      width: 216.3px;
      float: left;
      margin-top: 14px; }
    .main-bar h2 {
      margin-top: 42px; }
  .main-menu {
    display: block !important;
    opacity: 1 !important;
    margin-top: 24px; }
  .close-menu {
    display: none !important; }
  .sub-menu {
    display: inline !important;
    opacity: 1 !important; }
  .link-wrapper.open &gt; a {
    color: #10bfd8; }
  .camp-headline {
    width: auto;
    margin-top: 65px;
    padding: 0;
    float: right; } }

@media (min-width: 62em) {
  .main-bar {
    height: 180px;
    padding: 0; }
    .main-bar h1 {
      height: 150px;
      width: 150px; }
    .main-bar h2 {
      margin-top: 58px; }
  .main-menu {
    margin-top: 40px; }
  body {
    padding-top: 220px;
    /*275*/ }
  header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%; }
  /*
	*[id].highlight:before, 
	*[id].listing:before{ 
        display: block; 
        content: " "; 
        margin-top: -150px; 
        height: 210px; 
        visibility: hidden; 
        z-index: -1;
        width: 1px;

    }
    */ }

footer {
  padding-bottom: 20px; }
  footer address {
    float: none;
    padding: 0 40px;
    text-align: center; }
  footer p {
    font-size: 14px;
    margin-top: 10px; }
  footer .cta-section {
    background: transparent url("../img/footer-hero.png") center top no-repeat;
    background-size: cover;
    padding-bottom: 52.8%;
    position: relative;
    z-index: 1; }
    footer .cta-section:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 25px;
      background-image: url(../img/waves_gray.svg);
      background-position: bottom center;
      z-index: 1; }
      .no-svg footer .cta-section:before {
        background-image: url(../img/waves_gray.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg footer .cta-section:before {
            background-image: url(../img/waves_gray@2x.png); } }
    footer .cta-section ul {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      padding: 10% 10% 0;
      text-align: center; }
    footer .cta-section li {
      display: inline-block;
      margin-bottom: 10px; }
    footer .cta-section a {
      -webkit-transition: background-color 0.34s linear, color 0.2s ease;
      -moz-transition: background-color 0.34s linear, color 0.2s ease;
      transition: background-color 0.34s linear, color 0.2s ease;
      border: 3px solid #fff;
      color: #fff;
      font-size: 24px;
      margin: 0 5px;
      opacity: .9;
      padding: 10px 20px; }
      footer .cta-section a:hover, footer .cta-section a:active, footer .cta-section a:focus {
        background-color: #fff;
        color: #10bfd8; }
  footer .col {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }
  footer .col + .col {
    margin-top: 30px; }

.connect {
  background-color: #f1f1f1;
  margin: -20px 0 60px;
  padding: 100px 10px 60px;
  position: relative; }
  .connect:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    background-image: url(../img/waves_white.svg);
    background-position: bottom center;
    z-index: 1; }
    .no-svg .connect:before {
      background-image: url(../img/waves_white.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .connect:before {
          background-image: url(../img/waves_white@2x.png); } }
  .connect .wrapper {
    position: relative;
    z-index: 1; }

.extras {
  padding: 20px 10px 0; }

.newsletter-signup {
  margin-bottom: 40px;
  text-align: center;
  /*input {
        &amp;:focus {
            border: none;
            box-shadow: none;
            outline: none;
        }
    }*/ }
  .newsletter-signup h4 {
    display: inline-block; }
  .newsletter-signup label {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .newsletter-signup #mc_embed_signup {
    width: 90%; }
  .newsletter-signup div {
    -webkit-transition: box-shadow linear 0.34s, border-color ease 0.22s;
    -moz-transition: box-shadow linear 0.34s, border-color ease 0.22s;
    transition: box-shadow linear 0.34s, border-color ease 0.22s;
    position: relative;
    /*&amp;.focus {
			border-color: $action-color;
			box-shadow: $form-box-shadow-focus;
			outline: none;
		}*/ }
  .newsletter-signup input[type="email"],
  .newsletter-signup input[type="text"] {
    background-color: transparent;
    border: none;
    margin: 0; }
  .newsletter-signup #mc-embedded-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #333;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase; }
  .newsletter-signup #sending {
    width: 30px;
    position: absolute;
    top: 4px;
    right: -35px; }
  .newsletter-signup .nwl-agree input {
    float: left; }
  .newsletter-signup .nwl-agree p {
    width: 90%;
    margin-bottom: 10px;
    margin-top: 1px;
    float: left;
    padding-left: 5px; }
  .newsletter-signup #errorMsgPrivacy {
    display: none;
    color: #721c24;
    margin-bottom: 15px;
    font-size: 14px;
    margin-top: 15px; }
  .newsletter-signup #errorMsg {
    margin-top: 0; }
  .newsletter-signup .message-success, .newsletter-signup .message-error {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid;
    border-radius: .25rem; }
  .newsletter-signup .message-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
  .newsletter-signup .message-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 0; }

.social-links {
  text-align: center;
  margin-top: 30px; }
  .social-links ul {
    display: inline-block; }
    .social-links ul::after {
      clear: both;
      content: "";
      display: table; }
  .social-links li {
    display: inline;
    float: left; }
  .social-links a {
    height: 50px;
    width: 50px;
    color: #fff;
    margin-right: 10px;
    text-align: center !important; }
    .social-links a span {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
    .social-links a i {
      font-size: 26px;
      line-height: 50px; }
    .social-links a[class*=facebook] {
      background-color: #4C66A4; }
    .social-links a[class*=google] {
      background-color: #f36f21; }
    .social-links a[class*=youtube] {
      background-color: #CD201F; }
    .social-links a[class*=twitter] {
      background-color: #55ACEE; }
  .social-links p {
    clear: both; }

.sitemap {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  color: #333;
  font-weight: 300;
  margin-bottom: 30px; }
  .sitemap li {
    margin: 4px 0; }
  .sitemap a {
    color: #333; }
    .sitemap a:hover, .sitemap a:active, .sitemap a:focus {
      color: #10bfd8; }
  .sitemap span + a {
    display: inline-block; }

#message {
  display: block;
  margin: 0 auto;
  height: 200px;
  text-align: center;
  padding: 0 10px;
  width: 250px; }
  #message p {
    float: left;
    padding: 5px 16px; }
  #message i {
    font-size: 30px;
    padding-bottom: 5px; }
  #message a {
    float: left;
    font-size: 12px; }

.weather-widget {
  /*display: block;
	float: none;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /*width: 268px;*/ }
  .weather-widget .fig-wrapper {
    margin: 0 auto;
    max-width: 320px; }
    .weather-widget .fig-wrapper::after {
      clear: both;
      content: "";
      display: table; }
  .weather-widget figure {
    float: left;
    margin: 0;
    text-align: center;
    width: 33.33333%; }
    .weather-widget figure:nth-of-type(2) {
      border-color: #ccc;
      border-style: solid;
      border-width: 0 1px; }
  .weather-widget figcaption {
    font-weight: 300; }

.sponsors {
  text-align: center;
  margin-bottom: 30px; }
  .sponsors::after {
    clear: both;
    content: "";
    display: table; }
  .sponsors li {
    display: inline-block; }
    .sponsors li + li {
      margin-left: 16px; }
  .sponsors a:hover, .sponsors a:active, .sponsors a:focus {
    opacity: .65; }
  .sponsors span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

/*
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (max-width: 29.9375em) {
  footer .cta-section {
    padding-bottom: 86%; }
    footer .cta-section ul {
      padding-top: 12%; }
  footer .sitemap {
    text-align: center; } }

@media (min-width: 30em) {
  footer .col {
    display: inline;
    float: left;
    width: 39.58333%;
    margin: 0 1.04167%;
    margin-left: 9.375%;
    min-height: 106px;
    margin-top: 0 !important; }
  .newsletter-signup,
  .social-links {
    display: inline;
    float: left;
    width: 72.91667%;
    margin: 0 1.04167%;
    margin-left: 13.54167%; }
  .social-links {
    margin-top: 20px; } }

@media (min-width: 48em) {
  footer address {
    float: right;
    margin-top: 10px;
    font-size: 13px; }
  footer .wrapper {
    padding-left: 20px;
    padding-right: 20px; }
  footer .col-1 {
    text-align: left;
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%; }
  footer .col-2 {
    text-align: left;
    display: inline;
    float: left;
    width: 62.91667%;
    margin: 0 1.04167%;
    margin-right: 2.70833%; }
  footer .col {
    display: inline;
    float: left;
    width: 20.41667%;
    margin: 0 1.04167%; }
    footer .col:first-child {
      display: inline;
      float: left;
      width: 30.41667%;
      margin: 0 1.04167%; }
  .weather-widget {
    clear: none; }
  .sponsors {
    float: left;
    margin-bottom: 0;
    text-align: left; } }

@media (min-width: 62em) {
  footer .cta-section {
    background-position: center bottom;
    height: 564px;
    padding: 0; }
    footer .cta-section ul {
      padding-top: 116px; }
  .connect,
  .extras {
    padding-left: 0;
    padding-right: 0; }
  .newsletter-signup {
    /*p {
			margin-left: 146px;
			width: 350px;
		}*/ }
    .newsletter-signup h4 {
      display: block;
      margin-bottom: 0;
      vertical-align: middle; }
    .newsletter-signup div {
      display: inline-block;
      margin-top: 5px;
      vertical-align: middle;
      width: 400px; }
    .newsletter-signup #sending {
      top: 14px;
      right: 110px; }
  .social-links h4 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .social-links ul {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle; } }

/* CSS infosit brand powered by */
.inf-brand-border {
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  border: 3px solid #555;
  display: block;
  width: 18px;
  height: 18px;
  outline: none;
  margin: 20px auto 0 auto; }

.inf-brand-circle {
  border-radius: 50%;
  position: absolute;
  text-indent: -9999px;
  background-color: #555;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  display: block; }

.inf-brand-border:hover {
  border-color: #176FB5; }

.inf-brand-border:hover .inf-brand-circle {
  background-color: #F8981B; }

/*
|-------------------------------------------------------------------------------------
|	Common styles
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|	Main
|-------------------------------------------------------------------------------------
*/
main {
  background-color: #f1f1f1;
  overflow: hidden;
  width: 100%;
  display: block; }
  main .wrapper {
    margin-left: 10px;
    margin-right: 10px; }
  main &gt; .wrapper {
    padding: 0 10px 20px; }

/*
|-------------------------------------------------------------------------------------
|	Containers
|-------------------------------------------------------------------------------------
*/
.row {
  display: block;
  width: 102.08333%;
  margin: 0 -1.04167%; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.col-1,
.col-2,
.col {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin-bottom: 20px !important; }
  .col-1:last-child,
  .col-2:last-child,
  .col:last-child {
    margin-bottom: 0; }

a img {
  border: 0 none; }

/*
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------
|	Mediaqueries
|-------------------------------------------------------------------------------------
*/
@media (min-width: 48em) {
  .wrapper {
    margin-left: 0;
    margin-right: 0; }
  .col-1 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%; }
  .col-2 {
    display: inline;
    float: left;
    width: 62.91667%;
    margin: 0 1.04167%;
    margin-right: 2.70833%; }
  .col-half {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; } }

@media (min-width: 62em) {
  .wrapper {
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 953px !important; } }

input.nwl-input.error {
  border: thin solid red; }

/*# sourceMappingURL=valsaline.css.map */
</pre></body></html>