/*
// --------------------------------------------------------------------------
// Created using "Sembly HTML Base" by Sembly Development
// Visit us at: http://semb.ly
// --------------------------------------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

html {
  overflow-x: hidden;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: none; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

iframe {
  border: 0; }

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000; }

p, .p {
  display: block;
  margin: 0 0 1.25em; }
  p:last-child, .p:last-child {
    margin-bottom: 0; }

p.ingress {
  font-size: 20px;
  font-size: 2rem; }

a {
  text-decoration: none;
  color: #00529b; }
  a:hover {
    color: #003768; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 1.25em 0 0.2em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-rendering: optimizelegibility; }

h1, .h1 {
  margin-top: 1em;
  font-size: 400%;
  line-height: 1.1; }

h2, .h2 {
  font-size: 285.7%;
  line-height: 1.2; }

h3, .h3 {
  font-size: 228.5%;
  line-height: 1.3; }

h4, h5, h6, .h4, .h5, .h6 {
  margin-top: 1.75em;
  margin-bottom: 0.5em;
  line-height: 1.4; }

h4, .h4 {
  font-size: 171.4%; }

h5, .h5 {
  font-size: 150%; }

h6, .h6 {
  font-size: 100%;
  text-transform: uppercase; }

ul,
ol {
  padding: 0;
  margin: 0 0 1.25em 1.655em; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.4; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em; }

.s-btn {
  display: inline-block;
  position: relative;
  padding: 1.125em 1.650em 1.125em;
  cursor: pointer;
  background-color: #00529b;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #fff; }
  .s-btn:hover {
    background-color: #003768;
    color: #fff; }
  .s-btn.s-btn-border {
    background: none;
    color: #00529b;
    border: 2px solid #00529b; }
    .s-btn.s-btn-border:hover {
      background-color: #00529b;
      color: #fff; }
  .s-btn.s-btn-rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px; }

.s-btn-style2 {
  background-color: #4aa7e8;
  color: #fff; }
  .s-btn-style2:hover {
    background: #4e5b34; }
  .s-btn-style2.s-btn-border {
    color: #4aa7e8; }
    .s-btn-style2.s-btn-border:hover {
      background: #4aa7e8;
      color: #fff; }

.s-btn-style3 {
  background-color: #d9e2f0;
  color: #fff; }
  .s-btn-style3:hover {
    background: #1f918f; }
  .s-btn-style3.s-btn-border {
    color: #d9e2f0; }
    .s-btn-style3.s-btn-border:hover {
      background: #d9e2f0;
      color: #fff; }

.s-btn-style4 {
  background-color: #eddf00;
  color: #fff; }
  .s-btn-style4:hover {
    background: #c6be3f; }
  .s-btn-style4.s-btn-border {
    color: #eddf00; }
    .s-btn-style4.s-btn-border:hover {
      background: #eddf00;
      color: #fff; }

.s-btn-mini {
  padding: 0.834em 1.125em 0.834em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2; }

.s-btn-block {
  display: block;
  text-align: center;
  margin-bottom: 1.25em; }
  .s-btn-block:last-child {
    margin-bottom: 0; }

.s-row {
  *zoom: 1;
  margin-left: -20px;
  margin-right: -20px; }
  .s-row:before, .s-row:after {
    display: table;
    content: "";
    line-height: 0; }
  .s-row:after {
    clear: both; }
  .s-row > .s {
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    float: left; }
    .s-row > .s p {
      margin: 0 0 1.25em; }
  .s-row.s-collapse {
    margin-left: 0;
    margin-right: 0; }
    .s-row.s-collapse > .s {
      padding-left: 0;
      padding-right: 0; }
  .s-row:last-child > .s:last-child p:last-child {
    margin-bottom: 0; }
  .s-row.s-no-padding {
    margin-left: 0;
    margin-right: 0; }
    .s-row.s-no-padding > .s {
      padding-left: 0;
      padding-right: 0; }
    .s-row.s-no-padding .s-content p:last-child {
      margin-bottom: 0; }
  .s-row .xs-1 {
    width: 8.33333333333%; }
  .s-row .xs-2 {
    width: 16.6666666667%; }
  .s-row .xs-3 {
    width: 25.0%; }
  .s-row .xs-4 {
    width: 33.3333333333%; }
  .s-row .xs-5 {
    width: 41.6666666667%; }
  .s-row .xs-6 {
    width: 50.0%; }
  .s-row .xs-7 {
    width: 58.3333333333%; }
  .s-row .xs-8 {
    width: 66.6666666667%; }
  .s-row .xs-9 {
    width: 75.0%; }
  .s-row .xs-10 {
    width: 83.3333333333%; }
  .s-row .xs-11 {
    width: 91.6666666667%; }
  .s-row .xs-12 {
    margin-left: 0;
    width: 100%; }
  .s-row .s-right {
    float: right; }

.s-row {
  margin-left: -15px;
  margin-right: -15px; }
  .s-row > .s {
    padding-left: 15px;
    padding-right: 15px; }
  .s-row:last-child > .s[class*="sm-"] p:last-child {
    margin-bottom: 0; }
  .s-row .sm-1 {
    width: 8.33333333333%; }
  .s-row .sm-2 {
    width: 16.6666666667%; }
  .s-row .sm-3 {
    width: 25.0%; }
  .s-row .sm-4 {
    width: 33.3333333333%; }
  .s-row .sm-5 {
    width: 41.6666666667%; }
  .s-row .sm-6 {
    width: 50.0%; }
  .s-row .sm-7 {
    width: 58.3333333333%; }
  .s-row .sm-8 {
    width: 66.6666666667%; }
  .s-row .sm-9 {
    width: 75.0%; }
  .s-row .sm-10 {
    width: 83.3333333333%; }
  .s-row .sm-11 {
    width: 91.6666666667%; }
  .s-row .sm-12 {
    margin-left: 0;
    width: 100%; }

.s-row {
  margin-left: -20px;
  margin-right: -20px; }
  .s-row > .s {
    padding-left: 20px;
    padding-right: 20px; }
  .s-row:last-child > .s[class*="md-"] p:last-child {
    margin-bottom: 0; }
  .s-row .md-1 {
    width: 8.33333333333%; }
  .s-row .md-2 {
    width: 16.6666666667%; }
  .s-row .md-3 {
    width: 25.0%; }
  .s-row .md-4 {
    width: 33.3333333333%; }
  .s-row .md-5 {
    width: 41.6666666667%; }
  .s-row .md-6 {
    width: 50.0%; }
  .s-row .md-7 {
    width: 58.3333333333%; }
  .s-row .md-8 {
    width: 66.6666666667%; }
  .s-row .md-9 {
    width: 75.0%; }
  .s-row .md-10 {
    width: 83.3333333333%; }
  .s-row .md-11 {
    width: 91.6666666667%; }
  .s-row .md-12 {
    margin-left: 0;
    width: 100%; }

.s-row:last-child .s[class*="la-"] p:last-child {
  margin-bottom: 0; }
.s-row .la-1 {
  width: 8.33333333333%; }
.s-row .la-2 {
  width: 16.6666666667%; }
.s-row .la-3 {
  width: 25.0%; }
.s-row .la-4 {
  width: 33.3333333333%; }
.s-row .la-5 {
  width: 41.6666666667%; }
.s-row .la-6 {
  width: 50.0%; }
.s-row .la-7 {
  width: 58.3333333333%; }
.s-row .la-8 {
  width: 66.6666666667%; }
.s-row .la-9 {
  width: 75.0%; }
.s-row .la-10 {
  width: 83.3333333333%; }
.s-row .la-11 {
  width: 91.6666666667%; }
.s-row .la-12 {
  margin-left: 0;
  width: 100%; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?xm38hg");
  src: url("fonts/icomoon.eot?xm38hg#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?xm38hg") format("truetype"), url("fonts/icomoon.woff?xm38hg") format("woff"), url("fonts/icomoon.svg?xm38hg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-calendar:before {
  content: "\e900"; }

.icon-camera:before {
  content: "\e901"; }

.icon-chat:before {
  content: "\e902"; }

.icon-check:before {
  content: "\e916"; }

.icon-credit:before {
  content: "\e903"; }

.icon-drop:before {
  content: "\e904"; }

.icon-folder-video:before {
  content: "\e905"; }

.icon-globe:before {
  content: "\e906"; }

.icon-help-with-circle:before {
  content: "\e907"; }

.icon-info-with-circle:before {
  content: "\e908"; }

.icon-light-bulb:before {
  content: "\e909"; }

.icon-location-pin:before {
  content: "\e90a"; }

.icon-location:before {
  content: "\e90b"; }

.icon-mail:before {
  content: "\e90c"; }

.icon-medal:before {
  content: "\e90d"; }

.icon-menu:before {
  content: "\e90e"; }

.icon-message:before {
  content: "\e90f"; }

.icon-new-message:before {
  content: "\e917"; }

.icon-old-phone:before {
  content: "\e910"; }

.icon-phone:before {
  content: "\e911"; }

.icon-price-ribbon:before {
  content: "\e912"; }

.icon-star:before {
  content: "\e913"; }

.icon-trophy:before {
  content: "\e914"; }

.icon-video:before {
  content: "\e915"; }

html {
  height: 100%; }

body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.45; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

input[type=text], textarea {
  border: #00529b 1px solid;
  border: none;
  padding: 0.5em 0.75em;
  width: 100%;
  outline: none; }

.s-site {
  position: relative;
    /*
    background: $colorStyle1 url(../images/body-bg.jpg) center top no-repeat;


    background: $colorStyle1 url(../images/body-bg2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
  background: #00529b;
  padding-top: 125px;
  min-height: 100%;
  -webkit-transition: 350ms ease;
  -moz-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 5; }

.s-container {
  padding: 0 30px; }
  .s-container.s-no-bottom-margin {
    margin-bottom: 0; }
  .s-container.s-no-top-margin {
    margin-top: 0; }
  .s-container.s-spaceing {
    margin-top: 30px;
    margin-bottom: 30px; }
  .s-container.s-padding {
    padding-top: 30px;
    padding-bottom: 30px; }

.s-inner {
  margin: 0 auto;
  max-width: 1280px; }

.s-inner-row {
  max-width: 1280px; }

.s-content {
  padding: 30px;
  /*
  @include box-shadow((
      0px 2px 2px 0px rgba(0,0,0,0.15)
  ));
  */ }
  .s-content.s-no-bottom {
    padding-bottom: 0; }
  .s-content.style3 {
    background: #d9e2f0;
    color: #fff; }
    .s-content.style3 h3, .s-content.style3 .h3 {
      margin-top: 0; }
  .s-content.info {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2; }
    .s-content.info .icon {
      display: block;
      float: left;
      font-size: 20px;
      margin-right: 10px;
      margin-top: 6px; }

p.ingress {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  color: #00529b; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  display: block; }
  h1 a, .h1 a,
  h2 a, .h2 a,
  h3 a, .h3 a,
  h4 a, .h4 a {
    text-decoration: none; }

h1, .h1 {
  margin-top: 0;
  font-weight: 300;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1.3; }

h2, .h2 {
  margin-top: 0;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2; }

h3, .h3 {
  margin-top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.5em; }

h4, .h4 {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.5em; }

.h-line {
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 40px;
  /*
      @include breakpoint(to-desktop)          { margin-top: 50px; }
      @include breakpoint(to-portrait-tablet)  { margin-top: 40px; }
      @include breakpoint(to-landscape-mobile) { margin-top: 30px; }
  */
  color: #d9e2f0; }
  .h-line span {
    position: relative;
    display: inline-block; }
    .h-line span:before, .h-line span:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 9999px;
      display: block;
      margin-top: 0;
      border-top: 2px solid #d9e2f0; }
    .h-line span:before {
      right: 100%;
      margin-right: 20px; }
    .h-line span:after {
      left: 100%;
      margin-left: 20px; }

.s-row {
  margin-left: -5px;
  margin-right: -5px;
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -10px;
  margin-right: -10px; }
  .s-row .s {
    padding-left: 5px;
    padding-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-right: 10px; }

.s-padding-top {
  padding-top: 40px; }

.s-padding-vertical {
  padding-top: 30px;
  padding-bottom: 30px; }

.s-btn {
  border: 0;
  -webkit-transition: color 0.25s ease-in, background 0.25s ease-in, border 0.25s ease-in;
  -moz-transition: color 0.25s ease-in, background 0.25s ease-in, border 0.25s ease-in;
  -ms-transition: color 0.25s ease-in, background 0.25s ease-in, border 0.25s ease-in;
  -o-transition: color 0.25s ease-in, background 0.25s ease-in, border 0.25s ease-in;
  -transition: color 0.25s ease-in, background 0.25s ease-in, border 0.25s ease-in;
  transition: color 0.25s ease-in, background 0.25s ease-in, border 0.25s ease-in; }

.s-btn-style2:hover {
  background: #00529b; }

.s-btn-white {
  background: #fff;
  color: #00529b; }
  .s-btn-white.s-btn-border {
    border: 2px solid #d9e2f0;
    color: #d9e2f0;
    background: transparent; }
    .s-btn-white.s-btn-border:hover {
      background: #d9e2f0;
      color: #00529b; }

.s-btn.s-bottom-margin,
.s-bottom-margin {
  margin-bottom: 40px; }

input[type=text],
select,
textarea {
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -border-radius: 0;
  border-radius: 0;
  outline: none;
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: border 0.5s ease;
  -moz-transition: border 0.5s ease;
  -ms-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  -transition: border 0.5s ease;
  transition: border 0.5s ease; }
  input[type=text]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type=text]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type=text]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #999; }
  input[type=text]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type=text]:focus,
  select:focus,
  textarea:focus {
    border-color: #00529b; }
    input[type=text]:focus::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: #cccccc; }
    input[type=text]:focus:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: #cccccc; }
    input[type=text]:focus::-moz-placeholder,
    select:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      color: #cccccc; }
    input[type=text]:focus:-moz-placeholder,
    select:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      color: #cccccc; }

textarea {
  height: 120px; }

.desktop-show {
  display: none; }

header#header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%; }
  header#header .logo {
    display: block;
    float: left;
    margin-top: 20px;
    width: 191px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  header#header ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  header#header .top {
    background: rgba(0, 55, 104, 0.75); }
  header#header .top .s-inner {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px; }
  header#header .top-menu {
    float: right; }
    header#header .top-menu li {
      float: left;
      margin-left: 20px; }
      header#header .top-menu li a {
        color: #4aa7e8; }
    header#header .top-menu input.search {
      border: none;
      width: 120px;
      padding: 5px 15px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      -border-radius: 20px;
      border-radius: 20px;
      outline: none;
      background: #00529b;
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.2;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -ms-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      -transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
      header#header .top-menu input.search::-webkit-input-placeholder {
        color: #d9e2f0; }
      header#header .top-menu input.search:-ms-input-placeholder {
        color: #d9e2f0; }
      header#header .top-menu input.search::-moz-placeholder {
        color: #d9e2f0; }
      header#header .top-menu input.search:-moz-placeholder {
        color: #d9e2f0; }
      header#header .top-menu input.search:focus {
        width: 180px;
        background: #fff;
        color: #00529b; }
  header#header .bottom-container {
    height: 75px; }
    header#header .bottom-container.fixed .logo {
      width: 100px;
      margin-top: 14px; }
    header#header .bottom-container.fixed .bottom {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 50px; }
      header#header .bottom-container.fixed .bottom nav > ul > li > a {
        height: 50px;
        padding-top: 17px; }
      header#header .bottom-container.fixed .bottom nav > ul > li > ul {
        top: 50px; }
  header#header .toggle {
    position: relative;
    display: block;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 40px;
    padding-right: 45px;
    margin-top: 5px; }
    header#header .toggle .icon {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 40px;
      line-height: 40px; }
  header#header .bottom {
    background: #fff;
    height: 75px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(4, 26, 117, 0.25);
    -moz-box-shadow: 0 2px 10px 0 rgba(4, 26, 117, 0.25);
    -ms-box-shadow: 0 2px 10px 0 rgba(4, 26, 117, 0.25);
    -o-box-shadow: 0 2px 10px 0 rgba(4, 26, 117, 0.25);
    -box-shadow: 0 2px 10px 0 rgba(4, 26, 117, 0.25);
    box-shadow: 0 2px 10px 0 rgba(4, 26, 117, 0.25);
    -webkit-transition: height 0.25s ease-in;
    -moz-transition: height 0.25s ease-in;
    -ms-transition: height 0.25s ease-in;
    -o-transition: height 0.25s ease-in;
    -transition: height 0.25s ease-in;
    transition: height 0.25s ease-in; }
    header#header .bottom nav {
      float: right; }
      header#header .bottom nav > ul > li {
        position: relative;
        float: left;
        border-left: #d9e2f0 1px solid; }
        header#header .bottom nav > ul > li:first-child {
          border-left: none; }
        header#header .bottom nav > ul > li > a {
          display: block;
          height: 75px;
          padding: 30px 20px 0 20px;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.2;
          -webkit-transition: height 0.25s ease-in, padding 0.25s ease-in;
          -moz-transition: height 0.25s ease-in, padding 0.25s ease-in;
          -ms-transition: height 0.25s ease-in, padding 0.25s ease-in;
          -o-transition: height 0.25s ease-in, padding 0.25s ease-in;
          -transition: height 0.25s ease-in, padding 0.25s ease-in;
          transition: height 0.25s ease-in, padding 0.25s ease-in; }
        header#header .bottom nav > ul > li:hover > a {
          background: #ebf0f7; }
        header#header .bottom nav > ul > li.current-page-ancestor > a, header#header .bottom nav > ul > li.current-menu-item > a {
          color: #fff;
          background: #4aa7e8; }
          header#header .bottom nav > ul > li.current-page-ancestor > a:hover, header#header .bottom nav > ul > li.current-menu-item > a:hover {
            color: #00529b;
            background: #ebf0f7; }
        header#header .bottom nav > ul > li:last-child > ul {
          left: auto;
          right: 0; }
        header#header .bottom nav > ul > li > ul {
          display: none;
          position: absolute;
          left: -1px;
          top: 75px;
          background: #ebf0f7;
          width: 250px;
          padding-bottom: 0;
          -webkit-box-shadow: 0px 2px 2px 0px rgba(5, 26, 117, 0.25);
          -moz-box-shadow: 0px 2px 2px 0px rgba(5, 26, 117, 0.25);
          -ms-box-shadow: 0px 2px 2px 0px rgba(5, 26, 117, 0.25);
          -o-box-shadow: 0px 2px 2px 0px rgba(5, 26, 117, 0.25);
          -box-shadow: 0px 2px 2px 0px rgba(5, 26, 117, 0.25);
          box-shadow: 0px 2px 2px 0px rgba(5, 26, 117, 0.25); }
          header#header .bottom nav > ul > li > ul > li {
            border-bottom: #fff 1px solid; }
            header#header .bottom nav > ul > li > ul > li:last-child {
              border: none; }
            header#header .bottom nav > ul > li > ul > li > a {
              display: block;
              padding: 8px 20px;
              text-decoration: none; }
              header#header .bottom nav > ul > li > ul > li > a:hover {
                background: #fff; }
        header#header .bottom nav > ul > li:hover > ul {
          display: block; }

#mobile-navigation {
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  background: #d9e2f0;
  display: none;
  /*
      -webkit-transition: 550ms ease;
         -moz-transition: 550ms ease;
              transition: 550ms ease;
  
      -webkit-transform: translateX(-50px);
      transform: translateX(-50px);
  */ }
  #mobile-navigation .top-menu {
    background: #fff;
    list-style: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: #00529b 1px solid; }
    #mobile-navigation .top-menu > li > a {
      display: block;
      padding: 7px 20px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.2;
      text-decoration: none; }
    #mobile-navigation .top-menu > li.search {
      padding: 7px 20px; }
      #mobile-navigation .top-menu > li.search .search {
        width: 100%;
        border: none;
        padding: 5px 15px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        -border-radius: 20px;
        border-radius: 20px;
        outline: none;
        background: #00529b;
        border: #00529b 1px solid;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        -transition: all 0.25s ease-in;
        transition: all 0.25s ease-in; }
        #mobile-navigation .top-menu > li.search .search::-webkit-input-placeholder {
          color: #d9e2f0; }
        #mobile-navigation .top-menu > li.search .search:-ms-input-placeholder {
          color: #d9e2f0; }
        #mobile-navigation .top-menu > li.search .search::-moz-placeholder {
          color: #d9e2f0; }
        #mobile-navigation .top-menu > li.search .search:-moz-placeholder {
          color: #d9e2f0; }
        #mobile-navigation .top-menu > li.search .search:focus {
          background: #fff;
          color: #00529b; }
  #mobile-navigation .main-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    #mobile-navigation .main-menu a {
      text-decoration: none; }
    #mobile-navigation .main-menu > li {
      padding-bottom: 20px; }
      #mobile-navigation .main-menu > li > a {
        display: block;
        border-bottom: #ebf0f7 1px solid;
        padding: 5px 20px;
        font-weight: bold; }
      #mobile-navigation .main-menu > li > ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        #mobile-navigation .main-menu > li > ul > li a {
          display: block;
          padding: 7px 20px;
          border-bottom: #ebf0f7 1px solid;
          color: #4aa7e8;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.2; }
        #mobile-navigation .main-menu > li > ul > li > ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          #mobile-navigation .main-menu > li > ul > li > ul > li > a {
            display: block;
            padding: 7px 20px;
            text-decoration: none;
            padding-left: 30px; }

/*
.s-nav {
    #mobile-navigation {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
*/
.body-clean {
  background: #f4f4f4; }

.clean-page {
  padding: 80px 20px; }

.clean-header {
  padding-bottom: 50px; }
  .clean-header > * {
    vertical-align: middle; }
  .clean-header a {
    text-decoration: none; }
  .clean-header .s-btn {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px; }

.clean-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .clean-container .icon-header {
    position: relative;
    padding-left: 130px;
    margin-bottom: 30px; }
    .clean-container .icon-header img {
      display: block;
      width: 100px;
      height: 150px;
      position: absolute;
      top: 0;
      left: 0; }
  .clean-container--shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }

.clean-padding {
  padding: 50px 100px;
  background: #fff; }
  .clean-padding h5 {
    margin-top: 0; }
  .clean-padding input {
    margin-bottom: 20px; }
  .clean-padding--deco {
    background-image: url(../images/deco-top-left.svg);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: top left;
    padding-top: 100px; }
  .clean-padding--style2 {
    background: #4aa7e8;
    color: #fff; }

.questions-container .question {
  background: #fff; }
  .questions-container .question:nth-child(2n+1) {
    background: #f8f8f8; }
.questions-container textarea {
  border: 1px solid #ddd;
  margin-top: 20px;
  height: 80px; }
.questions-container .answers {
  position: relative;
  text-align: center;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }
  .questions-container .answers > div {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    font-size: 12px; }
  .questions-container .answers input {
    visibility: hidden;
    position: absolute; }
  .questions-container .answers a {
    display: block;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    border: 2px solid #4aa7e8;
    color: #4aa7e8;
    text-decoration: none;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    font-weight: 700;
    background: #fff;
    margin-bottom: 5px;
    transition: background 0.25s ease, border 0.25s ease; }
    .questions-container .answers a:hover {
      background: #4aa7e8;
      color: #fff; }
    .questions-container .answers a.active {
      background: #f7a600;
      border-color: #f7a600;
      color: #fff; }
  .questions-container .answers:after {
    content: '';
    display: block;
    height: 2px;
    background: #4aa7e8;
    position: absolute;
    top: 50%;
    left: 1%;
    width: 98%;
    margin-top: -10px; }

.social-share {
  position: relative;
  padding-left: 50px;
  text-align: right;
  border-top: #00529b 1px solid;
  padding: 10px 0; }
  .social-share .social-share-info {
    position: absolute;
    top: 20px;
    left: 0px; }

.splash-bottom-popup {
  position: fixed;
  right: 30%;
  width: 450px;
  bottom: 0;
  z-index: 2000;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 40, 0.5);
  display: none;
  max-height: 100%;
  overflow: auto; }
  .splash-bottom-popup .top-image {
    display: block;
    margin: 0;
    margin-bottom: 20px; }
  .splash-bottom-popup .inner {
    padding: 40px; }
  .splash-bottom-popup .buttons {
    overflow: hidden;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #d9e2f0; }
    .splash-bottom-popup .buttons .cancel {
      float: right; }
  .splash-bottom-popup .s-form {
    background: #ebf0f7; }
  .splash-bottom-popup .form-row {
    margin-bottom: 15px; }
    .splash-bottom-popup .form-row.top-border {
      padding-top: 20px;
      margin-top: 20px;
      border-top: 1px solid #d9e2f0; }
    .splash-bottom-popup .form-row label {
      display: block;
      margin-bottom: 5px; }
  .splash-bottom-popup .step3,
  .splash-bottom-popup .step2 {
    display: none; }

#hero {
  position: relative;
    /*

    */
  color: #fff;
  text-align: center; }
  #hero h1 {
    margin-bottom: 0.75em;
    font-weight: 700;
    font-size: 52px;
    font-size: 5.2rem;
    font-size: 42px;
    font-size: 4.2rem; }
    #hero h1 span {
      font-weight: 300; }
  #hero .ingress {
    color: #d9e2f0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 2rem; }
  #hero .s-container {
    width: 100%;
    position: absolute;
    height: 100%;
    margin: 0; }
  #hero .s-inner {
    position: relative;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  #hero .back {
    width: 100%;
    height: auto; }
  #hero .content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
    margin: 0 auto; }
    #hero .content .s-btn {
      margin: 0 10px;
      padding-left: 2em;
      padding-right: 2em;
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 20px; }
    #hero .content .s-btn-style2.s-btn-border {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      -box-shadow: none;
      box-shadow: none;
      border: 2px solid #4aa7e8;
      background: #4aa7e8;
      color: #fff; }
      #hero .content .s-btn-style2.s-btn-border:hover {
        border-color: #fff;
        background: transparent; }
    #hero .content .s-btn-white {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      -box-shadow: none;
      box-shadow: none;
      border: 2px solid #d9e2f0;
      background: #d9e2f0; }
      #hero .content .s-btn-white:hover {
        background: transparent;
        color: #fff; }
  #hero .reasons {
    display: block;
    width: 180px;
    position: absolute;
    top: -10px;
    right: 0;
    text-decoration: none;
    color: #fff;
    -webkit-transition: top 0.25s ease-in;
    -moz-transition: top 0.25s ease-in;
    -ms-transition: top 0.25s ease-in;
    -o-transition: top 0.25s ease-in;
    -transition: top 0.25s ease-in;
    transition: top 0.25s ease-in; }
    #hero .reasons .top {
      position: relative;
      display: block;
      background: #4aa7e8;
      z-index: 2;
      padding: 20px 15px;
      padding-top: 35px; }
      #hero .reasons .top:before, #hero .reasons .top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 90px 0 0;
        border-color: #4aa7e8 transparent transparent transparent;
        position: absolute;
        bottom: -20px;
        left: 0; }
      #hero .reasons .top:after {
        border-width: 0 90px 20px 0;
        border-color: transparent #4aa7e8 transparent transparent;
        left: auto;
        right: 0; }
    #hero .reasons .bottom {
      position: relative;
      background: #d9e2f0;
      display: block;
      margin: 0 10px;
      height: 10px;
      -webkit-transition: height 0.25s ease-in;
      -moz-transition: height 0.25s ease-in;
      -ms-transition: height 0.25s ease-in;
      -o-transition: height 0.25s ease-in;
      -transition: height 0.25s ease-in;
      transition: height 0.25s ease-in; }
      #hero .reasons .bottom:before, #hero .reasons .bottom:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 75px 0 0;
        border-color: #d9e2f0 transparent transparent transparent;
        position: absolute;
        bottom: -10px;
        left: 0; }
      #hero .reasons .bottom:after {
        border-width: 0 75px 10px 0;
        border-color: transparent #d9e2f0 transparent transparent;
        left: auto;
        right: 0; }
    #hero .reasons .h3 {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 1;
      margin-top: 0;
      margin-bottom: 5px; }
    #hero .reasons .h4 {
      font-weight: 400;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1;
      margin-bottom: 15px; }
    #hero .reasons .s-btn {
      background: #00529b;
      border: 1px solid #00529b; }
    #hero .reasons:hover {
      top: 0px; }
      #hero .reasons:hover .bottom {
        height: 15px; }
      #hero .reasons:hover .s-btn {
        background: transparent;
        border-color: #fff; }

.start-entry-list {
  color: #fff;
  text-align: center;
  margin-bottom: 20px; }
  .start-entry-list a {
    text-decoration: none;
    color: #d9e2f0; }
  .start-entry-list .inner {
    position: relative;
    padding-bottom: 80px;
    border: 1px solid transparent;
    margin-bottom: 20px;
    -webkit-transition: border 0.25s ease-in;
    -moz-transition: border 0.25s ease-in;
    -ms-transition: border 0.25s ease-in;
    -o-transition: border 0.25s ease-in;
    -transition: border 0.25s ease-in;
    transition: border 0.25s ease-in; }
    .start-entry-list .inner .s-btn {
      display: block;
      position: absolute;
      bottom: 20px;
      width: 120px;
      left: 50%;
      margin-left: -60px;
      border: 1px solid #fff; }
    .start-entry-list .inner:hover {
      border-color: #4aa7e8; }
      .start-entry-list .inner:hover .s-btn {
        background: transparent;
        color: #fff; }
      .start-entry-list .inner:hover .icon {
        color: #d9e2f0; }
  .start-entry-list .icon {
    color: #4aa7e8;
    font-size: 100px;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: color 0.25s ease-in;
    -moz-transition: color 0.25s ease-in;
    -ms-transition: color 0.25s ease-in;
    -o-transition: color 0.25s ease-in;
    -transition: color 0.25s ease-in;
    transition: color 0.25s ease-in; }

.start-references {
  background: #fff;
  overflow: hidden; }
  .start-references .head {
    text-align: center;
    margin-bottom: 60px; }
    .start-references .head .ingress {
      width: 75%;
      margin-left: auto;
      margin-right: auto;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.2;
      color: #003768; }
  .start-references .s-btn {
    border-color: #00529b;
    color: #00529b;
    margin-bottom: 20px; }
    .start-references .s-btn:hover {
      background: #00529b;
      color: #fff; }
  .start-references .h-line {
    color: #003768;
    margin-top: 0; }
    .start-references .h-line span {
      position: relative;
      display: inline-block; }
      .start-references .h-line span:before, .start-references .h-line span:after {
        border-color: #003768; }

.landingheader {
  position: relative;
  z-index: 1;
  background: #003768;
  background: url(../images/landingheader-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .landingheader .icon {
    font-size: 120px;
    color: #4aa7e8; }
  .landingheader .video-js {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .landingheader .s-form {
    position: relative;
    padding-right: 120px; }
    .landingheader .s-form .s-btn {
      text-align: center;
      display: block;
      width: 100px;
      position: absolute;
      top: 0;
      right: 0;
      padding: 14px 0; }
      .landingheader .s-form .s-btn:hover {
        color: #00529b;
        background: #d9e2f0; }
  .landingheader.s-padding-large {
    padding-bottom: 120px; }
  .landingheader.s-no-margin {
    margin-bottom: -40px; }
  .landingheader.collapse {
    margin-top: 0;
    margin-bottom: 0; }
  .landingheader .h1, .landingheader h1 {
    font-weight: 700; }
  .landingheader .ingress {
    color: #d9e2f0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem; }
  .landingheader .header {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; }

.product-content.first {
  position: relative;
  z-index: 2; }
.product-content .s-inner {
  position: relative;
  overflow: hidden;
  padding-right: 530px;
  padding-left: 20px; }
.product-content h2, .product-content .h2 {
  font-weight: 300;
  margin-bottom: 1em;
  line-height: 1.5; }
.product-content .label {
  display: block;
  color: #bbb;
  margin-bottom: 10px; }
.product-content .more {
  display: none; }
.product-content .img {
  position: absolute;
  top: 0;
  right: 0; }
.product-content .s-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px; }
.product-content.even .s-inner {
  padding-right: 20px;
  padding-left: 530px; }
.product-content.even .img {
  right: auto;
  left: 0; }

.video-splash {
  text-decoration: none;
  color: #fff;
  background: #4aa7e8 url(../images/video-bg.jpg) center center no-repeat;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  -ms-transition: background 0.25s ease-in;
  -o-transition: background 0.25s ease-in;
  -transition: background 0.25s ease-in;
  transition: background 0.25s ease-in; }
  .video-splash .s-inner {
    position: relative; }
  .video-splash:hover {
    color: #fff; }
    .video-splash:hover .s-btn {
      border-color: #fff;
      background: #fff;
      color: #00529b; }
    .video-splash:hover .icon {
      color: #fff; }
  .video-splash .s-btn {
    /*
    position: absolute;
    top: 17px;
    right: 20px;
    */
    margin-left: 40px;
    border: 2px solid #d9e2f0;
    color: #fff;
    vertical-align: middle; }
  .video-splash .h3 {
    position: relative;
    margin: 0;
    display: inline;
    display: inline-block;
    padding-left: 70px;
    vertical-align: middle; }
  .video-splash .icon {
    position: absolute;
    top: -10px;
    left: 0px;
    display: inline-block;
    font-size: 50px;
    color: #d9e2f0;
    vertical-align: -25%;
    -webkit-transition: color 0.25s ease-in;
    -moz-transition: color 0.25s ease-in;
    -ms-transition: color 0.25s ease-in;
    -o-transition: color 0.25s ease-in;
    -transition: color 0.25s ease-in;
    transition: color 0.25s ease-in; }

.video-splash-container {
  background: #4aa7e8;
  margin-top: 0; }
  .video-splash-container .video-splash {
    padding-left: 70px; }
  .video-splash-container .icon {
    left: 0; }
  .video-splash-container .s-btn {
    right: 0; }

.landingcontent {
  position: relative;
  z-index: 2; }

.landing-page {
  background: url(../images/landing-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .landing-page h1, .landing-page .h2 {
    font-weight: 700; }
  .landing-page .darken {
    background: #00529b; }
    .landing-page .darken .inner {
      max-width: 75%;
      margin-left: auto;
      margin-right: auto; }
  .landing-page .ingress {
    color: #d9e2f0; }
  .landing-page .header {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }
    .landing-page .header .ingress {
      color: #d9e2f0;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.6;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem; }
  .landing-page .line-split {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 20px; }
  .landing-page .news-list .image-resp {
    padding-bottom: 50%; }

#head {
  color: #fff;
  text-align: center; }
  #head .h1 span {
    font-weight: 700;
    display: block; }

.post-date {
  display: block;
  background: #00529b;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 82px;
  font-size: 8.2rem;
  line-height: 1.2;
  font-weight: bold; }
  .post-date span {
    display: block;
    color: #4aa7e8;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: normal; }

.tabs > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #00529b; }
  .tabs > ul > li {
    float: left;
    margin-right: 5px; }
    .tabs > ul > li a {
      display: block;
      padding: 5px 15px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      border: 1px solid #00529b;
      border-bottom: none; }
    .tabs > ul > li.active a {
      background: #00529b;
      color: #fff; }
.tabs > .tab {
  display: none;
  padding: 15px 15px;
  background: #00529b;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6; }
  .tabs > .tab a {
    color: #d9e2f0; }
  .tabs > .tab.active {
    display: block; }
.tabs.vertical > ul > li {
  float: none;
  display: block;
  text-align: center;
  margin: 0; }

.map-o {
  position: absolute;
  color: #fff;
  z-index: 3;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%; }
  .map-o .s-content {
    background: #d9e2f0;
    color: #000; }

.iso-filter-mobile {
  display: none; }
  .iso-filter-mobile .s-btn:focus {
    background: #4aa7e8; }

.iso-filter {
  background: rgba(0, 82, 155, 0.8); }
  .iso-filter.show {
    display: block; }
  .iso-filter ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0; }
    .iso-filter ul li {
      display: block;
      padding: 10px 10px;
      border-bottom: #00529b 1px solid; }
  .iso-filter .active a {
    background: #f4f4f4; }

.iso-list {
  list-style: none; }
  .iso-list .grid-item {
    float: left; }

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/check.png) no-repeat;
  border: none;
  cursor: pointer;
  margin-right: 10px; }

.icheckbox_square-blue {
  background-position: 0 0; }

.icheckbox_square-blue.hover {
  background-position: -24px 0; }

.icheckbox_square-blue.checked {
  background-position: -48px 0; }

.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default; }

.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0; }

.iradio_square-blue {
  background-position: -120px 0; }

.iradio_square-blue.hover {
  background-position: -144px 0; }

.iradio_square-blue.checked {
  background-position: -168px 0; }

.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square-blue.checked.disabled {
  background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url(../images/check@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }
.new-map-container {
  position: relative;
  padding-left: 300px; }

.map-container .sembly_map {
  height: 1000px; }
.map-container .map-case-content {
  width: 220px; }
  .map-container .map-case-content img {
    display: block; }

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.sidebar-map {
  margin-bottom: 30px; }
  .sidebar-map .sembly_map {
    height: 250px; }

.page-slideshow {
  position: relative; }
  .page-slideshow .nav {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%; }
    .page-slideshow .nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      text-align: center; }
      .page-slideshow .nav ul li {
        display: inline-block;
        width: 30px;
        height: 40px;
        cursor: pointer; }
        .page-slideshow .nav ul li span {
          display: block;
          width: 10px;
          height: 10px;
          margin-top: 15px;
          margin-left: 10px;
          background: #d9e2f0; }
        .page-slideshow .nav ul li:hover span {
          background-color: #00529b; }
        .page-slideshow .nav ul li.active span {
          background-color: #4aa7e8; }
  .page-slideshow .slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%; }
    .page-slideshow .slide.active {
      top: auto;
      left: auto;
      position: relative;
      display: block;
      z-index: auto;
      width: auto;
      height: auto; }
    .page-slideshow .slide img {
      display: block;
      height: auto;
      width: 100%; }

.producthead {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px; }
  .producthead img {
    display: block;
    position: absolute;
    left: 40%;
    top: 30px; }
  .producthead p.ingress {
    color: #d9e2f0; }
  .producthead .s-content {
    width: 37%; }
  .producthead .s-inner {
    overflow: hidden; }

.entry-list .entry {
  position: relative;
  border-top: #00529b 1px solid;
  padding-left: 140px;
  min-height: 100px;
  padding-top: 20px;
  margin-bottom: 20px; }
  .entry-list .entry .date {
    display: block;
    width: 120px;
    position: absolute;
    left: 0;
    top: 20px;
    text-decoration: none;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2; }
    .entry-list .entry .date span {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.2; }
  .entry-list .entry .post-date-image {
    display: block;
    width: 120px;
    height: auto;
    position: absolute;
    left: 0;
    top: 20px; }

.partner-ajax input {
  display: block;
  width: 100%; }
.partner-ajax .c_list {
  overflow: hidden;
  list-style: none;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 0; }
  .partner-ajax .c_list li {
    display: block;
    width: 48%;
    float: left;
    border-bottom: #c5cedc 1px solid;
    padding-bottom: 3px;
    margin-bottom: 3px;
    margin-right: 2%;
    display: none; }
.partner-ajax .p_list {
  margin: 0;
  margin-top: 10px;
  padding: 0; }
  .partner-ajax .p_list li {
    display: block;
    border-bottom: #c5cedc 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.1em; }
    .partner-ajax .p_list li img {
      float: left;
      max-width: 40%;
      margin-right: 20px; }

.big-file-list .h2 {
  margin-bottom: 30px;
  margin-top: 40px; }
.big-file-list a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #b4c6e2;
  text-decoration: none; }
  .big-file-list a .desc {
    color: #4aa7e8; }
  .big-file-list a .h4 {
    margin-bottom: 5px; }

.vertical-parent-element {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.vertical-element {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.s-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0; }
  .s-video .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003768; }
    .s-video .video-js .vjs-big-play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: none; }
  .s-video .s-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .s-video .ingress {
    font-size: 16px;
    font-size: 1.6rem; }

.content-area-dark {
  color: #fff; }
  .content-area-dark .ingress {
    color: #4aa7e8; }
  .content-area-dark .s-content {
    padding-left: 90px;
    padding-right: 90px; }

.content-area {
  background: #fff; }
  .content-area .s-content.form {
    background: #4aa7e8 url(../images/form-bg.jpg) top center no-repeat; }
  .content-area .s-form {
    color: #fff; }
    .content-area .s-form.dark {
      color: #000;
      margin-top: 40px; }
      .content-area .s-form.dark .header {
        border-color: #a2b8da; }
      .content-area .s-form.dark input[type=text], .content-area .s-form.dark textarea {
        border: 1px solid #a2b8da; }
    .content-area .s-form .header {
      position: relative;
      padding-left: 80px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #fff; }
      .content-area .s-form .header .h3 {
        margin-bottom: 0; }
      .content-area .s-form .header .icon {
        display: block;
        position: absolute;
        left: 0;
        top: -5px;
        font-size: 60px; }
    .content-area .s-form .row {
      margin-bottom: 20px; }
    .content-area .s-form label {
      display: block;
      margin-bottom: 5px;
      font-size: 12px;
      font-size: 1.2rem;
      text-transform: uppercase; }
    .content-area .s-form input[type=text], .content-area .s-form textarea {
      display: block;
      width: 100%;
      margin-bottom: 20px; }
    .content-area .s-form textarea {
      height: 130px; }

.partner-list {
  margin-top: 20px; }
  .partner-list a {
    padding: 10px 0;
    display: block;
    text-decoration: none; }
  .partner-list .partner {
    border-bottom: 1px solid #90aad3; }

#content .s-content {
  background: #fff; }
  #content .s-content.active {
    background: #ebf0f7;
    border-bottom: #d9e2f0 1px solid; }
  #content .s-content.form {
    background: #4aa7e8 url(../images/form-bg.jpg) top center no-repeat; }
#content article > .s-content {
  /*
  background: url(../images/page-article-shadow.png) top right no-repeat;
  background: url(../images/page-article-shadow.png) top right no-repeat,
  url(../images/page-article-shadow-b.png) bottom left no-repeat;
  */
  background-color: #ebf0f7; }
#content article .topimage {
  margin: 0; }
#content aside .image-link {
  margin-bottom: 20px; }
  #content aside .image-link > .h4 {
    font-size: 16px; }
#content aside .h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #d9e2f0 1px solid; }
  #content aside .h3.no-margin {
    margin-bottom: 0; }
#content aside .small-text {
  background: #ebf0f7;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 10px; }
#content aside .staff {
  text-align: center;
  margin-bottom: 30px; }
  #content aside .staff img {
    margin-bottom: 10px; }
  #content aside .staff .h4 {
    margin: 0; }
  #content aside .staff p {
    margin: 0; }
  #content aside .staff .position {
    margin-bottom: 10px; }
  #content aside .staff .phone {
    display: block;
    border: #eee 2px solid;
    text-align: center;
    padding: 10px 0; }
  #content aside .staff .s-btn {
    margin-top: 10px; }
#content nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
            /*
            > li {
                > a {
                    position: relative;
                    display: block;
                    text-decoration: none;
                    border-bottom: $colorStyle3 1px solid;
                    padding: 10px 20px;

                    .h3 {
                        @include font-size(1.6, 1.2);
                        margin: 0;
                        margin-bottom: 5px;
                        text-transform: none;
                        color: $colorStyle1;
                    }

                    .desc {
                        display: block;
                        @include font-size(1.4, 1.2);
                        color: $colorStyle2;
                    }
                }

                &.current-menu-item > a {
                    background: $colorStyle3Light;
                    font-weight: bold;

                    .h3 {
                        color: $black;
                    }

                    .desc {
                        font-weight: normal;
                        color: $colorStyle1;
                    }
                }
            }
*/ }
  #content nav > ul > li > a {
    display: block;
    text-decoration: none;
    border-bottom: #d9e2f0 1px solid;
    padding: 20px 20px;
    color: #000;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2; }
  #content nav > ul > li > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #content nav > ul > li > ul > li > a {
      display: block;
      text-decoration: none;
      border-bottom: #d9e2f0 1px solid;
      padding: 10px 20px; }
    #content nav > ul > li > ul > li.current-menu-parent > a, #content nav > ul > li > ul > li.current-menu-item > a {
      background: #ebf0f7;
      font-weight: bold; }
    #content nav > ul > li > ul > li.current-menu-parent > ul, #content nav > ul > li > ul > li.current-menu-item > ul {
      display: block; }
    #content nav > ul > li > ul > li > ul {
      display: none;
      list-style: none;
      padding: 0;
      margin: 0;
      background: #d9e2f0; }
      #content nav > ul > li > ul > li > ul > li > a {
        display: block;
        border-bottom: #d9e2f0 1px solid;
        padding: 10px 20px;
        padding-left: 40px;
        text-decoration: none;
        font-size: 13px;
        font-size: 1.3rem;
        text-transform: uppercase; }
      #content nav > ul > li > ul > li > ul > li.current-menu-item > a {
        font-weight: bold; }

.splashes {
  color: #fff;
  padding-top: 60px;
  background: url(../images/dark-top-fade.png) center top no-repeat;
  background-size: 100% 64px; }
  .splashes .s-content {
    padding-bottom: 0; }
  .splashes .s-btn {
    color: #4aa7e8; }
  .splashes .text {
    position: relative;
    padding-left: 90px; }
    .splashes .text p {
      color: #d9e2f0; }
    .splashes .text img {
      position: absolute;
      top: 0;
      left: 0; }

.news-list .entry {
  margin-bottom: 20px;
  color: #000; }
  .news-list .entry a {
    text-decoration: none; }
  .news-list .entry .image-zoom {
    border-bottom: 2px solid #d9e2f0; }
  .news-list .entry .s-content {
    position: relative;
    background: #d9e2f0;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    -ms-transition: background 0.25s ease-in;
    -o-transition: background 0.25s ease-in;
    -transition: background 0.25s ease-in;
    transition: background 0.25s ease-in; }
    .news-list .entry .s-content .inner {
      display: block;
      position: relative;
      padding-bottom: 55px; }
  .news-list .entry .date {
    display: block;
    background: #4aa7e8;
    color: #fff;
    width: 100px;
    height: 80px;
    padding-top: 10px;
    position: absolute;
    top: -80px;
    right: 0;
    text-align: center;
    line-height: 18px; }
    .news-list .entry .date .day {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.2;
      font-weight: 700;
      display: block;
      color: #d9e2f0; }
  .news-list .entry .h4 {
    color: #00529b; }
  .news-list .entry .s-btn {
    border: 1px solid #00529b;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .news-list .entry:hover .s-content {
    background-color: #fff; }
  .news-list .entry:hover .h4 {
    color: #003768; }
  .news-list .entry:hover .s-btn {
    background: transparent;
    color: #00529b; }

.news-navigation {
  display: block;
  padding: 5px 10px;
  text-align: center;
  background: #fff;
  margin-top: 40px; }

.image-zoom-container .image {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none; }
  .image-zoom-container .image img {
    -webkit-transition: transform 0.25s ease-in;
    -moz-transition: transform 0.25s ease-in;
    -ms-transition: transform 0.25s ease-in;
    -o-transition: transform 0.25s ease-in;
    -transition: transform 0.25s ease-in;
    transition: transform 0.25s ease-in; }
.image-zoom-container:hover .image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15); }

.image-zoom {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none; }
  .image-zoom img {
    -webkit-transition: transform 0.25s ease-in;
    -moz-transition: transform 0.25s ease-in;
    -ms-transition: transform 0.25s ease-in;
    -o-transition: transform 0.25s ease-in;
    -transition: transform 0.25s ease-in;
    transition: transform 0.25s ease-in; }
  .image-zoom:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }

.image-link {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none; }
  .image-link img {
    width: 100%;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  .image-link .info {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 0;
    left: 0;
    background: rgba(0, 55, 104, 0.45);
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -ms-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    -transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
    .image-link .info .place {
      font-weight: 700; }
    .image-link .info .cat, .image-link .info .berths {
      display: block;
      margin-top: 5px; }
    .image-link .info .berths {
      font-weight: 700; }
  .image-link > .h4 {
    position: absolute;
    z-index: 3;
    display: block;
    background: #00529b;
    background: rgba(0, 55, 104, 0.5);
    color: #d9e2f0;
    padding: 15px 20px;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    /*
            @include transition((
                background 0.25s ease-in,
                color 0.25s ease-in
            ));
    */ }
    .image-link > .h4 span {
      color: #d9e2f0;
      margin-top: 5px;
      display: block;
      font-weight: 400;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.2;
      letter-spacing: 1px; }
  .image-link:hover .h4 {
    color: #fff; }
  .image-link:hover .info {
    opacity: 1; }
  .image-link:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }

.image-resp {
  display: block;
  position: relative;
  padding-top: 0px;
  padding-bottom: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .image-resp img {
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.case-list .entry {
  margin-bottom: 20px; }
.case-list .case-list-link {
  background: #003768;
  color: #fff;
  text-align: center;
  padding-bottom: 56%;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  -o-transition: color 0.25s ease-in;
  -transition: color 0.25s ease-in;
  transition: color 0.25s ease-in; }
  .case-list .case-list-link > span {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .case-list .case-list-link > span .icon {
      font-size: 60px;
      display: block;
      margin-bottom: 10px;
      color: #4aa7e8;
      -webkit-transition: transform 0.25s ease-in;
      -moz-transition: transform 0.25s ease-in;
      -ms-transition: transform 0.25s ease-in;
      -o-transition: transform 0.25s ease-in;
      -transition: transform 0.25s ease-in;
      transition: transform 0.25s ease-in; }
  .case-list .case-list-link:hover {
    color: #4aa7e8; }
    .case-list .case-list-link:hover > span .icon {
      -webkit-transform: scale(0.95);
      -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
      -o-transform: scale(0.95);
      -transform: scale(0.95);
      transform: scale(0.95); }

/*
.news-list {
    margin-bottom: 20px;

    .entry {
        position: relative;
        padding: 10px 0;
        padding-left: 80px;
        border-bottom: $grayLighter 1px solid;
        
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        
        &:last-child {
            border-bottom: 0;
        }

        .date {
            display: block;
            position: absolute;
            top: 7px;
            left: 0;
            overflow: hidden;

            width: 80px;

            color: white;

            text-transform: uppercase;
            @include font-size(1.4, 1.2);

            > span {
                background: $colorStyle1;
                display: block;
                float: left;
                padding: 5px 5px;

                &:last-child {
                    background: $colorStyle2;
                }
            }
        }
    }
}
*/
.max-images img {
  width: 100%;
  margin-bottom: 1.25em; }

.slideshow {
  position: relative;
  text-align: center;
  color: #fff;
  height: 440px;
  margin-top: 30px; }
  .slideshow .s-btn {
    color: #4aa7e8; }
  .slideshow .prev, .slideshow .next {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 40px;
    top: 200px;
    text-decoration: none;
    font-size: 60px;
    color: #4aa7e8; }
    .slideshow .prev:hover, .slideshow .next:hover {
      color: #fff; }
  .slideshow .next {
    left: auto;
    right: 40px; }
  .slideshow .nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .slideshow .nav li {
      display: inline-block;
      margin: 0 4px; }
      .slideshow .nav li a {
        display: block;
        width: 15px;
        height: 15px;
        border: #4aa7e8 2px solid;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        -border-radius: 15px;
        border-radius: 15px; }
      .slideshow .nav li.active a {
        border-color: #fff;
        background: #fff; }
  .slideshow p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    display: none; }
    .slideshow .slide.active {
      display: block; }
  .slideshow .eff {
    position: relative;
    overflow: hidden;
    height: 150px;
    margin-bottom: 30px; }
    .slideshow .eff .col {
      position: relative;
      overflow: hidden;
      float: left;
      width: 50%;
      height: 100%;
      border-right: #d9e2f0 1px solid; }
      .slideshow .eff .col img {
        position: absolute;
        display: block;
        right: 0;
        top: 30px; }
    .slideshow .eff .text {
      position: relative;
      overflow: hidden;
      float: left;
      width: 49%;
      height: 100%;
      text-align: left;
      font-size: 46px;
      font-size: 4.6rem;
      line-height: 1.2; }
      .slideshow .eff .text .inner {
        position: absolute;
        color: #d9e2f0;
        font-weight: 300;
        top: 20px;
        left: 0;
        margin-left: 20px; }
        .slideshow .eff .text .inner strong {
          display: block;
          color: #fff; }
  .slideshow .slide1 .eff {
    margin-top: 40px; }
    .slideshow .slide1 .eff .col img {
      margin-right: 20px; }
  .slideshow .slide2 .eff {
    margin-top: 40px; }
  .slideshow .slide3 .eff {
    margin-top: 0;
    height: 200px; }
    .slideshow .slide3 .eff .col img {
      top: 10px; }
    .slideshow .slide3 .eff .text .inner {
      top: 30px; }

footer#footer {
  background: #003768 url(../images/footer-bg.jpg) bottom center no-repeat;
  color: #d9e2f0; }
  footer#footer .s-content.border {
    border-right: #003768 1px solid; }
  footer#footer strong {
    color: #4aa7e8; }
  footer#footer ul {
    list-style: none;
    margin-left: 0;
    padding: 0; }
  footer#footer a {
    color: #4aa7e8; }
    footer#footer a.s-btn {
      color: #fff; }
  footer#footer .h4 {
    color: #fff; }
  footer#footer .s-container {
    margin-bottom: 0; }
