@import url(http://fonts.googleapis.com/css?family=Roboto:400,900,700italic,900italic,700,500italic,500,400italic,300italic,300,100,100italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300);
/* Loader code made by I have tomatoes: www.ihatetomatoes.net*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001; }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #225a72;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ee862a;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222222;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */ }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none; }

body {
  height: 100% !important;
  background: #979d9b;
  color: #6d6e71; }

footer {
  background: #232323;
  color: #fafafa;
  padding: 10px;
  text-align: center; }
  footer a {
    color: #ff9016; }
  @media (max-width: 48.0525em) {
    footer {
      font-size: 10px; } }
  @media (min-width: 64.0625em) {
    footer {
      font-size: 12px; } }

.table-cell {
  display: table-cell; }

.position-relative {
  position: relative; }

@media (max-width: 48.0525em) {
  h2.ds {
    font-size: 3.0em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0.0em 0 0.5em 0; }

  h3.ds {
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 600;
    margin: 1.1em 0 0.5em 0; }

  h4.ds {
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 600;
    margin: 1.1em 0 0.5em 0; }

  h5.ds {
    font-size: 1.0em;
    line-height: 1.2;
    font-weight: 600;
    margin: 1.1em 0 0.5em 0; }

  p.ds {
    font-size: 1.0em;
    line-height: 1.3;
    font-weight: 300;
    margin: 0.0em 0 1.0em 0; }

  ul.basic
  li, ul.bullet
  li, ul.leaf
  li, ul.tick
  li {
    font-size: 0.9em;
    line-height: 1.3;
    font-weight: 400; } }
@media (min-width: 48.0625em) {
  h2.ds {
    font-size: 3.0em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0.0em 0 0.5em 0; }

  h3.ds {
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 600;
    margin: 1.1em 0 0.5em 0; }

  h4.ds {
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 600;
    margin: 1.1em 0 0.5em 0; }

  h5.ds {
    font-size: 1.0em;
    line-height: 1.2;
    font-weight: 600;
    margin: 1.1em 0 0.5em 0; }

  p.ds {
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 300;
    margin: 0.0em 0 1.0em 0; }

  ul.basic
  li, ul.bullet
  li, ul.leaf
  li, ul.tick
  li {
    font-size: 0.9em;
    line-height: 1.3;
    font-weight: 400; } }
p, a, h4, h5 {
  font-family: "Roboto", Helvetica; }

h2, h3, h4 {
  text-align: left; }

h2 {
  font-family: "Roboto Condensed", Helvetica;
  text-transform: uppercase;
  width: 100%; }

h3 {
  text-transform: uppercase;
  font-family: "Roboto", Helvetica; }

p {
  text-align: justify; }

a {
  text-decoration: none; }

.justify_align {
  text-align: justify; }

.center_align, .center_align * {
  text-align: center !important; }

.left_align {
  text-align: left; }

.right_align {
  text-align: right; }

.italic {
  font-style: italic; }

.light {
  font-weight: 300 !important; }

.reg, .content_text ul li {
  font-weight: 400 !important; }

.bold {
  font-weight: 700 !important; }

.bolder {
  font-weight: 900 !important; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.underline {
  border-bottom: 2px solid #6d6e71; }

.initial {
  font-size: 120%; }

.color {
  color: #225a72; }

.white {
  color: #fafafa !important; }

.color {
  color: #225a72; }

.p_top30 {
  padding-top: 30px; }

.p_H30 {
  padding: 30px 0; }

.m_top0 {
  margin-top: 0px !important; }

.m_left {
  margin-left: 20px; }

.m_auto {
  margin-right: auto;
  margin-left: auto; }

.m_right {
  margin-right: 20px; }

.m_0, .m_0 * {
  margin: 0 !important; }

.p_0, .p_0 * {
  padding: 0 !important; }

@media (min-width: 64.0625em) {
  .margin_bot-medium-up {
    margin-bottom: 100px !important; }

  .margin_top-medium-up {
    margin-top: 100px !important; }

  .margin_v-medium-up {
    margin: 200px 0 200px 0 !important; } }
#map_canvas {
  min-height: 35em;
  height: 90vh;
  width: 100%;
  margin: 0;
  z-index: 5; }

address {
  font-style: normal; }

ul.contact_det {
  list-style: none;
  padding: 0;
  text-align: left; }
  ul.contact_det li {
    padding: 0;
    display: inline-block;
    margin: 5px;
    font-size: 36px;
    font-family: "Roboto Condensed", Helvetica;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    color: #fafafa; }
    ul.contact_det li i {
      margin-right: 10px;
      display: none; }
    ul.contact_det li a {
      color: #fafafa;
      font-family: "Roboto Condensed", Helvetica;
      font-weight: 400; }
    ul.contact_det li span {
      display: none; }
    ul.contact_det li:hover {
      color: #163b4b; }

.phone span {
  min-width: 60px;
  display: inline-block; }
.phone a {
  font-weight: 700;
  color: #fafafa; }

ul.social {
  list-style: none;
  padding: 0;
  text-align: center; }
  ul.social li {
    padding: 0;
    display: inline-block;
    background: #225a72;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 5px; }
    ul.social li a {
      color: #fafafa !important; }
    ul.social li span {
      display: none; }
    ul.social li:hover {
      background-color: #163b4b; }

.button, .button-black {
  display: inline-block;
  width: 100%;
  color: #6d6e71;
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  font-size: 1.2em;
  margin: 20px 0;
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  border: none;
  outline: none;
  box-shadow: inset 0 0 #ff9016;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .button:hover, .button-black:hover {
    box-shadow: inset 0 -100px #ff9016;
    color: #fafafa; }

.button-black {
  background: #000;
  color: #fafafa; }
  .button-black:hover {
    box-shadow: inset 0 -100px #e27600; }

.scroll_top {
  position: fixed;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #0b1c23;
  color: #fafafa;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  z-index: 15;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s; }
  .scroll_top:hover {
    background: #163b4b url("../images/scroll_top.png") center no-repeat;
    background-size: 80%; }
  @media (max-width: 64.0525em) {
    .scroll_top {
      bottom: 20px;
      right: 20px; } }
  @media (min-width: 64.0625em) {
    .scroll_top {
      bottom: 50px;
      right: 50px; } }

.scroll_top-visible {
  opacity: 1; }

.ilustration, .ilustration img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 10px; }

.ilustration_floating-right {
  float: right;
  margin-bottom: 10px; }
  @media (min-width: 64.0625em) {
    .ilustration_floating-right {
      width: 40%;
      margin-left: 1em; } }
  @media (min-width: 40.0625em) and (max-width: 64.0525em) {
    .ilustration_floating-right {
      width: 40%;
      max-width: 300px;
      margin-left: 1em; } }

.w100px, .w100px img {
  width: 100px; }

.w200px, .w200px img {
  width: 200px; }

.w260px, .w260px img {
  width: 260px; }

.w300px, .w300px img {
  width: 300px; }

.mw200px img {
  max-width: 200px;
  width: 100%; }

.h100px {
  height: 100px; }

.h200px {
  height: 200px; }

.h250px {
  height: 250px; }

.h300px {
  height: 300px; }

.w50pc {
  width: 50%; }

.w80pc {
  width: 80%; }

.content_text ul {
  margin: 0 0 20px;
  list-style: none;
  line-height: 1.3;
  padding: 0 0 0 10px; }
  .content_text ul li {
    margin-bottom: 5px; }
    .content_text ul li:before {
      content: '';
      width: 18px;
      height: 14px;
      margin-right: 12px;
      display: inline-block;
      background: url("../images/list_basic-dark.png") no-repeat bottom;
      background-size: 80%; }

ul.basic, ul.bullet, ul.leaf, ul.tick {
  margin: 0 0 20px;
  list-style: none;
  line-height: 1.3;
  padding: 0 0 0 10px; }
  ul.basic li, ul.bullet li, ul.leaf li, ul.tick li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-align: justify; }
    ul.basic li:before, ul.bullet li:before, ul.leaf li:before, ul.tick li:before {
      width: 20px;
      height: inherit;
      font-family: 'FontAwesome';
      position: absolute;
      left: 0; }

ul.bullet li:before {
  content: '\f04d';
  font-size: 0.8em;
  top: 0.2em; }

ul.leaf li:before {
  content: '\f06c'; }

ul.tick li:before {
  content: '\f00c'; }

ul.color1 li:before {
  color: #225a72; }

ul.color2 li:before {
  color: #ff9016; }

ul.white li:before {
  color: #fafafa; }

@media (max-width: 48.0525em) {
  .columns-2 {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1; } }
@media (min-width: 48.0625em) {
  .columns-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    -o-columns: 2;
    columns: 2; } }

@media (max-width: 48.0525em) {
  .columns-3 {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1; } }
@media (min-width: 48.0625em) {
  .columns-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    -ms-columns: 3;
    -o-columns: 3;
    columns: 3; } }

@media (max-width: 48.0525em) {
  .columns-4 {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1; } }
@media (min-width: 48.0625em) {
  .columns-4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    -ms-columns: 4;
    -o-columns: 4;
    columns: 4; } }

ol.basic {
  list-style-type: none;
  margin: 0 0 30px 30px;
  padding: 0;
  counter-reset: li-counter; }
  ol.basic li {
    position: relative;
    margin-bottom: 12px;
    min-height: 1.8;
    font-size: 1.0;
    line-height: 1.2;
    text-align: justify;
    color: #fafafa; }
    ol.basic li:before {
      position: absolute;
      right: 102%;
      top: -2px;
      font-family: "Roboto Condensed", Helvetica;
      font-size: 1.5em;
      line-height: 1;
      font-weight: 800;
      padding: 0 4px;
      text-align: left;
      color: #dedfe0;
      border-right: 3px solid #dedfe0;
      content: counter(li-counter);
      counter-increment: li-counter; }

.section {
  position: relative;
  z-index: 0; }
  .section h2.ds, .section h3.ds, .section h4.ds, .section p.ds {
    color: #fafafa;
    font-family: "Roboto Condensed", Helvetica; }

.transition {
  width: 0;
  position: absolute; }

.nav_box {
  z-index: 20;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .nav_box .logo-top {
    visibility: hidden;
    width: 0;
    height: 0;
    display: inline-block; }
  .nav_box .show_nav {
    z-index: inherit; }
    .nav_box .show_nav span, .nav_box .show_nav span:before, .nav_box .show_nav span:after {
      width: 30px;
      height: 4px;
      background: #fafafa;
      display: block;
      position: absolute;
      content: ''; }
    .nav_box .show_nav span {
      left: 20px;
      top: 28px; }
    .nav_box .show_nav span:before {
      top: -10px; }
    .nav_box .show_nav span:after {
      top: 10px; }
  .nav_box nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .nav_box nav ul li {
      padding: 0 20px;
      height: 60px;
      line-height: 60px;
      text-transform: uppercase;
      font-family: "Roboto Condensed", Helvetica;
      font-weight: 300;
      color: #fafafa;
      cursor: pointer; }
  @media (max-width: 48.0525em) {
    .nav_box {
      height: 0; }
      .nav_box .show_nav {
        display: block;
        position: fixed;
        top: 4px;
        right: 4px;
        z-index: 20;
        background: rgba(0, 0, 0, 0.5);
        width: 70px;
        height: 60px; }
      .nav_box nav {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 15;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: auto;
        height: 100vh;
        min-height: 40em;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .nav_box nav ul {
          display: inline-block;
          margin-top: 60px;
          text-align: right;
          float: right; }
          .nav_box nav ul li {
            padding: 0 20px;
            height: 60px;
            line-height: 60px;
            text-transform: uppercase;
            font-family: "Roboto Condensed", Helvetica;
            font-weight: 300;
            color: #fafafa;
            cursor: pointer;
            margin-bottom: 10px; } }
  @media (max-width: 48.0525em) and (orientation: landscape) {
    .nav_box nav ul {
      margin-right: -5px; }
      .nav_box nav ul li {
        display: inline-block;
        width: 30%;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
        border-bottom: 2px solid #225a72;
        margin: 10px; } }
  @media (max-width: 48.0525em) and (orientation: portrait) {
    .nav_box nav ul {
      margin-right: 30px; }
      .nav_box nav ul li {
        display: block;
        width: 100%;
        padding: 0; }
        .nav_box nav ul li span {
          padding-right: 14px;
          border-right: 2px solid #225a72; } }
  @media (min-width: 48.0625em) and (max-width: 64.0525em) {
    .nav_box {
      position: absolute;
      right: 0;
      top: 460px;
      background: rgba(35, 31, 32, 0.6);
      min-width: 700px; }
      .nav_box .logo-top {
        display: none; }
      .nav_box .show_nav {
        display: inline-block;
        float: left;
        position: relative;
        width: 70px;
        height: 60px; }
      .nav_box nav {
        float: right; }
        .nav_box nav ul {
          min-width: 620px;
          display: inline-block; }
          .nav_box nav ul li {
            padding: 0 1%;
            height: 60px;
            line-height: 60px;
            text-transform: uppercase;
            font-family: "Roboto Condensed", Helvetica;
            font-weight: 300;
            color: #fafafa;
            cursor: pointer; }
            .nav_box nav ul li:first-child {
              display: none; } }
  @media (min-width: 64.0625em) {
    .nav_box {
      position: absolute;
      right: 0;
      top: 420px;
      background: rgba(35, 31, 32, 0.6); }
      .nav_box .show_nav {
        display: inline-block;
        float: left;
        position: relative;
        width: 70px;
        height: 60px; }
      .nav_box nav {
        float: right; }
        .nav_box nav ul {
          display: inline-block; }
          .nav_box nav ul li {
            padding: 0 20px;
            height: 60px;
            line-height: 60px;
            text-transform: uppercase;
            font-family: "Roboto Condensed", Helvetica;
            font-weight: 300;
            color: #fafafa;
            cursor: pointer; }
            .nav_box nav ul li:first-child {
              display: none; } }

.stickyNav {
  width: 100%;
  background: rgba(35, 31, 32, 0.8) !important; }
  .stickyNav .show_nav {
    float: right !important; }
  .stickyNav .logo-top {
    visibility: visible !important;
    height: 48px !important;
    margin: 6px; }
    .stickyNav .logo-top img {
      height: inherit; }
  @media (min-width: 48.0625em) and (max-width: 64.0525em) {
    .stickyNav .show_nav {
      display: none; }
    .stickyNav .logo-top {
      width: 100% !important;
      display: block !important; }
      .stickyNav .logo-top img {
        margin: 6px auto;
        display: block; }
    .stickyNav nav {
      width: 100%;
      float: none; }
      .stickyNav nav ul {
        width: inherit;
        text-align: center;
        display: block; }
        .stickyNav nav ul li {
          padding: 0 1.5%; } }
  @media (min-width: 64.0625em) {
    .stickyNav .logo-top {
      width: auto !important; }
    .stickyNav nav ul li:first-child {
      display: inline-block; } }

.visible_nav {
  right: 0 !important; }

.vp_allert {
  background: #000 url("../images/bg_welcome.jpg") center;
  background-size: cover;
  overflow: hidden; }
  .vp_allert .content_box .logo img {
    width: 100%; }
  .vp_allert .content_box .motto {
    width: 100%;
    position: relative;
    text-align: center; }
    .vp_allert .content_box .motto h3 {
      text-align: center;
      font-style: italic;
      color: rgba(250, 250, 250, 0.6);
      margin-bottom: 0.2em; }
    .vp_allert .content_box .motto p {
      text-align: center; }
      .vp_allert .content_box .motto p a {
        color: #225a72; }
    .vp_allert .content_box .motto .button, .vp_allert .content_box .motto .button-black {
      display: inline-block;
      width: auto;
      padding: 0 20px;
      background: #225a72;
      color: white; }
  .vp_allert .video {
    display: none; }
  @media (max-width: 48.0525em) {
    .vp_allert {
      min-height: 580px;
      height: 100vh; }
      .vp_allert .content_box {
        width: 100%; }
        .vp_allert .content_box .logo {
          width: 30%;
          max-width: 320px;
          margin: 20px auto; }
          .vp_allert .content_box .logo img {
            width: 100%; }
        .vp_allert .content_box .motto {
          padding: 0 20px;
          color: #fafafa; }
          .vp_allert .content_box .motto h3 {
            font-size: 1.6em; }
          .vp_allert .content_box .motto p {
            font-size: 0.8em; }
          .vp_allert .content_box .motto .button, .vp_allert .content_box .motto .button-black {
            margin: 10px 0; } }
  @media (min-width: 48.0625em) and (max-width: 64.0525em) {
    .vp_allert {
      height: 100vh; }
      .vp_allert .content_box {
        width: 70%;
        min-width: 500px;
        float: right; }
        .vp_allert .content_box .logo {
          width: 260px;
          height: 260px;
          margin: 100px auto 0; }
        .vp_allert .content_box .motto h3 {
          font-size: 2.6em; } }
  @media (min-width: 64.0625em) {
    .vp_allert {
      height: 100vh; }
      .vp_allert .content_box {
        width: 50%;
        min-width: 900px;
        float: right;
        padding: 0 40px; }
        .vp_allert .content_box .logo {
          width: 220px;
          height: 220px;
          margin: 60px auto 0; }
        .vp_allert .content_box .motto h3 {
          font-size: 2.6em; }
        .vp_allert .content_box .motto .button, .vp_allert .content_box .motto .button-black {
          margin: 10px 0; } }

.vp_welcome {
  background: #000 url("../images/bg_welcome.jpg") center;
  background-size: cover;
  overflow: hidden; }
  .vp_welcome .content_box .logo img {
    width: 100%; }
  .vp_welcome .content_box .motto {
    width: 100%;
    position: relative; }
    .vp_welcome .content_box .motto h3 {
      text-align: center;
      font-style: italic;
      color: rgba(250, 250, 250, 0.6);
      margin-bottom: 0.2em; }
    .vp_welcome .content_box .motto p {
      text-align: center; }
    .vp_welcome .content_box .motto .button, .vp_welcome .content_box .motto .button-black {
      display: inline-block;
      width: auto;
      padding: 0 20px;
      background: #225a72;
      color: white; }
  @media (max-width: 48.0525em) {
    .vp_welcome {
      min-height: 580px;
      height: 38em;
      height: 96vh; }
      .vp_welcome .content_box {
        width: 100%; }
        .vp_welcome .content_box .logo {
          width: 50%;
          max-width: 320px;
          margin: 100px auto; }
          .vp_welcome .content_box .logo img {
            width: 100%; }
        .vp_welcome .content_box .motto {
          top: 20px;
          padding: 0 20px; }
          .vp_welcome .content_box .motto h3 {
            font-size: 1.6em; } }
  @media (min-width: 48.0625em) and (max-width: 64.0525em) {
    .vp_welcome {
      min-height: 96vh; }
      .vp_welcome .content_box {
        width: 70%;
        min-width: 500px;
        float: right; }
        .vp_welcome .content_box .logo {
          width: 320px;
          height: 320px;
          margin: 100px auto; }
        .vp_welcome .content_box .motto {
          top: 40px; }
          .vp_welcome .content_box .motto h3 {
            font-size: 2.6em; } }
  @media (min-width: 64.0625em) {
    .vp_welcome {
      min-height: 96vh; }
      .vp_welcome .content_box {
        width: 50%;
        min-width: 900px;
        float: right; }
        .vp_welcome .content_box .logo {
          width: 280px;
          height: 280px;
          margin: 100px auto; }
        .vp_welcome .content_box .motto {
          top: 40px;
          text-align: center; }
          .vp_welcome .content_box .motto h3 {
            font-size: 2.6em; } }

.vp_about .content_box {
  background: #225a72; }
.vp_about h2.ds {
  font-style: italic; }
.vp_about h3.ds {
  line-height: 1.1;
  border-bottom: 4px solid #fafafa;
  padding: 0 0 5px; }
.vp_about p.ds {
  font-size: 1em; }
.vp_about .button, .vp_about .button-black {
  color: #225a72; }
  .vp_about .button:hover, .vp_about .button-black:hover {
    color: #fafafa; }
.vp_about .transition_top {
  border-left: 0 solid transparent; }
@media (max-width: 48.0525em) and (orientation: landscape) {
  .vp_about h3.ds {
    font-size: 1.2em; }
  .vp_about p.ds {
    font-size: 0.85em; } }
@media (max-width: 48.0525em) {
  .vp_about .content_box {
    padding: 40px 0;
    min-height: 40em;
    min-height: 100vh; }
  .vp_about .text_box-about {
    min-height: 180px; }
  .vp_about .transition_top {
    border-right: 100vw solid transparent;
    border-bottom: 40px solid #225a72;
    top: -40px; } }
@media (min-width: 48.0625em) and (max-width: 64.0525em) {
  .vp_about .content_box {
    padding: 130px 0; }
  .vp_about .text_box-about {
    min-height: 200px; }
  .vp_about .transition_top {
    border-right: 100vw solid transparent;
    border-bottom: 40px solid #225a72;
    top: -40px; }
  .vp_about .button, .vp_about .button-black {
    min-width: 150px; } }
@media (min-width: 64.0625em) {
  .vp_about .content_box {
    padding: 120px 0;
    padding: 15vh 0;
    min-height: 100vh; }
  .vp_about .text_box-about {
    min-height: 180px; }
  .vp_about .transition_top {
    border-right: calc(100vw - 17px) solid transparent;
    border-bottom: 100px solid #225a72;
    top: -100px; } }

.vp_cbt1 {
  background: white url("../images/bg_cbt1.png") center 100px no-repeat;
  background-size: 100%; }
  .vp_cbt1 h2.ds {
    color: #bcbec0;
    margin: 0;
    font-style: italic; }
  .vp_cbt1 h3.ds {
    color: #95989b;
    font-size: 2em;
    text-align: center; }
  .vp_cbt1 p.ds {
    line-height: 1.7;
    color: #6d6e71;
    font-size: 1.2em; }
  .vp_cbt1 .header-cbt {
    position: relative;
    top: -20px; }
  .vp_cbt1 .ks-video {
    width: 100%;
    max-height: 360px;
    max-width: 640px;
    margin: 50px 0 50px; }
  .vp_cbt1 .pic {
    position: absolute;
    background: url("../images/pic2_1.png") no-repeat; }
    .vp_cbt1 .pic img {
      opacity: 0; }
  .vp_cbt1 .transition_top {
    border-left: 0 solid transparent;
    position: absolute;
    top: 0;
    z-index: 10; }
  .vp_cbt1 .transition_bottom {
    border-right: 0 solid transparent;
    position: absolute;
    bottom: 0px;
    z-index: 10; }
  @media (max-width: 48.0525em) {
    .vp_cbt1 {
      padding-top: 80px; }
      .vp_cbt1 h2.ds {
        line-height: 0.9; }
      .vp_cbt1 .pic {
        width: 100%;
        height: 500px;
        position: relative;
        float: left;
        top: 100px;
        background-position: center top;
        background-size: auto 600px; }
      .vp_cbt1 .transition_top {
        border-right: 100vw solid transparent;
        border-top: 40px solid #225a72; }
      .vp_cbt1 .transition_bottom {
        border-left: 100vw solid transparent;
        border-bottom: 40p x solid #bcbec0; } }
  @media (min-width: 48.0625em) and (max-width: 64.0525em) {
    .vp_cbt1 .pic {
      width: 350px;
      height: 500px;
      position: absolute;
      bottom: 0;
      right: 1%;
      background-position: center bottom;
      background-size: 100%; } }
  @media (min-width: 64.0625em) {
    .vp_cbt1 {
      padding-top: 200px; }
      .vp_cbt1 .header-cbt {
        -webkit-transform: rotate(-1.3deg);
        -moz-transform: rotate(-1.3deg);
        -ms-transform: rotate(-1.3deg);
        -o-transform: rotate(-1.3deg);
        transform: rotate(-1.3deg); }
      .vp_cbt1 .pic {
        width: 500px;
        height: 700px;
        position: absolute;
        bottom: 0;
        left: 50%;
        background-position: center bottom;
        background-size: 100%; }
      .vp_cbt1 .transition_top {
        border-right: calc(100vw - 17px) solid transparent;
        border-top: 100px solid #225a72; }
      .vp_cbt1 .transition_bottom {
        border-left: calc(100vw - 17px) solid transparent;
        border-bottom: 40px solid #bcbec0; } }

.vp_cbt2 {
  background: #bcbec0; }
  .vp_cbt2 h2.ds {
    font-size: 5.5em;
    text-align: right;
    font-style: italic; }
  .vp_cbt2 h3.ds {
    font-size: 2.5em; }
  .vp_cbt2 .button, .vp_cbt2 .button-black {
    background: #fafafa;
    color: #bcbec0;
    font-weight: 600;
    max-width: 180px;
    min-width: 100px;
    float: right;
    margin-bottom: 50px; }
    .vp_cbt2 .button:hover, .vp_cbt2 .button-black:hover {
      color: #fafafa; }
  @media (max-width: 48.0525em) {
    .vp_cbt2 h2.ds {
      font-size: 4.5em;
      line-height: 0.8;
      margin-top: 20px; }
    .vp_cbt2 h3.ds {
      font-size: 2.5em;
      line-height: 0.9; } }
  @media (min-width: 64.0625em) {
    .vp_cbt2 h2.ds {
      font-size: 5.5em; }
    .vp_cbt2 h3.ds {
      font-size: 2.5em; }
    .vp_cbt2 .header-cbt {
      -webkit-transform: rotate(-1.3deg);
      -moz-transform: rotate(-1.3deg);
      -ms-transform: rotate(-1.3deg);
      -o-transform: rotate(-1.3deg);
      transform: rotate(-1.3deg); } }

.video {
  width: 100%;
  height: 66em;
  height: calc(100vh + 200px);
  position: absolute; }
  .video video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-width: 100vw;
    min-height: 66em;
    min-height: 130vh;
    width: inherit;
    height: inherit;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("../images/bg_video.jpg") no-repeat;
    background-size: cover; }

.vp_video {
  height: calc(100vh + 200px); }
  .vp_video .cover {
    width: 100%;
    height: calc(100vh + 200px);
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    z-index: 0; }
    .vp_video .cover .numbers {
      position: absolute;
      color: rgba(0, 0, 0, 0.7);
      font-style: italic;
      font-weight: 800;
      font-family: "Roboto Condensed", Helvetica;
      line-height: 1;
      pointer-events: none; }
  .vp_video .content_box p.ds {
    text-align: right;
    line-height: 2;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 50px; }
  .vp_video .content_box .button, .vp_video .content_box .button-black {
    background: none;
    border: 2px solid #fafafa;
    color: #fafafa;
    font-weight: 600;
    max-width: 180px;
    min-width: 100px;
    float: right;
    box-shadow: inset 0 0 #fafafa; }
    .vp_video .content_box .button:hover, .vp_video .content_box .button-black:hover {
      box-shadow: inset 0 100px #fafafa;
      color: #ff9016; }
  .vp_video .transition_top {
    border-top: 0 solid transparent;
    top: 0;
    z-index: 10; }
  .vp_video .transition_bottom {
    border-right: 0 solid transparent;
    position: absolute;
    bottom: 0px;
    z-index: 10; }
  @media (max-width: 48.0525em) {
    .vp_video {
      background: url("../images/bg_video.jpg") 30% center;
      background-size: cover;
      padding-top: 80px; }
      .vp_video .cover .numbers {
        font-size: 7em;
        font-size: 33vw;
        bottom: 200px;
        left: -15px; }
      .vp_video .transition_top {
        border-left: 100vw solid transparent;
        border-top: 40px solid #bcbec0; }
      .vp_video .transition_bottom {
        border-left: 100vw solid transparent;
        border-bottom: 40px solid #232323; }
      .vp_video .content_box p.ds {
        font-size: 1.3em; }
      .vp_video .content_box h2.ds {
        font-size: 2em; } }
  @media (min-width: 48.0625em) and (max-width: 64.0525em) {
    .vp_video {
      padding-top: 220px;
      background: url("../images/bg_video.jpg") 30% center;
      background-size: cover; }
      .vp_video .cover .numbers {
        font-size: 20em;
        font-size: 50vh;
        bottom: 100px;
        left: -50px; }
      .vp_video .transition_top {
        border-left: 100vw solid transparent;
        border-top: 50px solid #bcbec0; }
      .vp_video .transition_bottom {
        border-left: 100vw solid transparent;
        border-bottom: 50px solid #232323; } }
  @media (min-width: 64.0625em) {
    .vp_video {
      padding-top: 220px; }
      .vp_video .cover .numbers {
        font-size: 20em;
        font-size: 50vh;
        bottom: 100px;
        left: -50px; }
      .vp_video .transition_top {
        border-left: calc(100vw - 17px) solid transparent;
        border-top: 100px solid #bcbec0; }
      .vp_video .transition_bottom {
        border-left: calc(100vw - 17px) solid transparent;
        border-bottom: 100px solid #232323; } }

.vp_training {
  background: #232323; }
  .vp_training h3.ds {
    font-weight: 400;
    font-size: 1.9em; }
    .vp_training h3.ds span {
      font-weight: 600; }
  .vp_training .training .arrow {
    background: #fafafa;
    width: 120px;
    position: relative;
    padding: 10px;
    margin-right: 40px; }
    .vp_training .training .arrow:after {
      content: '';
      border-left: 20px solid #fafafa;
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      left: 100%;
      top: 0; }
    .vp_training .training .arrow h5, .vp_training .training .arrow h4 {
      margin: 0;
      text-transform: uppercase;
      line-height: 1;
      font-family: "Roboto Condensed", Helvetica; }
    .vp_training .training .arrow h5 {
      font-size: 1.3em; }
    .vp_training .training .arrow h4 {
      font-size: 2.5em;
      letter-spacing: -2px; }
  .vp_training .training .description .table-cell {
    vertical-align: middle;
    height: inherit; }
  .vp_training .training .description p {
    margin-bottom: 0; }
  @media (max-width: 48.0525em) {
    .vp_training {
      padding: 0 0 40px; }
      .vp_training .training .arrow, .vp_training .training .description {
        display: block;
        float: none; }
      .vp_training .training .arrow {
        margin-bottom: 10px; }
      .vp_training .training .description {
        width: 100%;
        height: auto;
        margin-bottom: 20px; } }
  @media (min-width: 48.0625em) and (max-width: 64.0525em) {
    .vp_training {
      padding: 100px 0 60px; }
      .vp_training .training {
        margin-bottom: 20px;
        overflow: hidden; }
        .vp_training .training .arrow, .vp_training .training .description {
          display: inline-block;
          float: left; }
        .vp_training .training .arrow {
          height: 80px; }
        .vp_training .training .description {
          width: calc(100% - 160px);
          height: auto; } }
  @media (min-width: 64.0625em) {
    .vp_training {
      padding: 60px 0; }
      .vp_training .training {
        margin-bottom: 20px;
        overflow: hidden; }
        .vp_training .training .arrow, .vp_training .training .description {
          display: inline-block;
          float: left;
          height: 80px; }
        .vp_training .training .description {
          width: calc(100% - 160px); } }

.vp_stories {
  background: #fafafa url("../images/bg_stories.png") bottom repeat-y;
  background-size: 100%; }
  .vp_stories h2.ds {
    color: #225a72;
    text-align: center;
    margin-bottom: 80px; }
  .vp_stories p.ds {
    color: #6d6e71; }
  .vp_stories .testimonial_box {
    display: block;
    overflow: hidden;
    margin-bottom: 80px; }
    .vp_stories .testimonial_box .client_picture img {
      display: block;
      margin: 0 auto;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%; }
    .vp_stories .testimonial_box .review {
      margin-top: 30px; }
      .vp_stories .testimonial_box .review p.ds {
        font-style: italic; }
      .vp_stories .testimonial_box .review .client * {
        text-align: right;
        text-transform: uppercase;
        margin: 0;
        font-weight: 800;
        font-family: "Roboto Condensed", Helvetica;
        line-height: 1; }
      .vp_stories .testimonial_box .review .client p.name {
        color: #232323;
        font-size: 1.3em; }
      .vp_stories .testimonial_box .review .client p.description {
        color: #bcbec0;
        font-size: 0.9em; }
  .vp_stories .transition_top {
    border-right: 0 solid transparent;
    top: 0;
    z-index: 10; }
  @media (max-width: 48.0525em) {
    .vp_stories {
      padding: 80px 0 0; }
      .vp_stories h2.ds {
        line-height: 0.9; }
      .vp_stories .testimonial_box .client_picture {
        display: block;
        width: 100%; }
        .vp_stories .testimonial_box .client_picture img {
          width: 220px;
          height: 220px;
          margin: 0 auto;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%; }
      .vp_stories .testimonial_box .review {
        display: block;
        width: 100%;
        margin-top: 30px; }
      .vp_stories .transition_top {
        border-left: 100vw solid transparent;
        border-top: 30px solid #232323; } }
  @media (min-width: 48.0625em) and (max-width: 64.0525em) {
    .vp_stories {
      padding: 170px 0 100px; }
      .vp_stories .testimonial_box .client_picture {
        float: left;
        width: 300px; }
        .vp_stories .testimonial_box .client_picture img {
          width: 220px;
          height: 220px;
          display: block;
          margin: 0 auto;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%; }
      .vp_stories .testimonial_box .review {
        display: inline-block;
        float: left;
        width: calc(100% - 300px);
        margin-top: 30px; }
      .vp_stories .transition_top {
        border-left: 100vw solid transparent;
        border-top: 30px solid #232323; } }
  @media (min-width: 64.0625em) {
    .vp_stories {
      padding: 200px 0 100px; }
      .vp_stories .testimonial_box .client_picture {
        float: left;
        width: 400px; }
        .vp_stories .testimonial_box .client_picture img {
          width: 220px;
          height: 220px;
          display: block;
          margin: 0 auto;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%; }
      .vp_stories .testimonial_box .review {
        display: inline-block;
        float: left;
        width: calc(100% - 400px);
        margin-top: 30px; }
      .vp_stories .transition_top {
        border-left: calc(100vw - 17px) solid transparent;
        border-top: 70px solid #232323; } }

.vp_enquiry {
  background: url("../images/bg_enquiry.jpg") center;
  background-size: cover; }
  .vp_enquiry .cover {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0; }
    .vp_enquiry .cover span {
      font-weight: 800;
      font-family: "Roboto", Helvetica;
      color: rgba(0, 0, 0, 0.3);
      margin: 100px 0 0 30px;
      line-height: 1;
      position: relative;
      top: 200px;
      pointer-events: none; }
      @media (max-width: 64.0525em) {
        .vp_enquiry .cover span {
          font-size: 3em; } }
      @media (min-width: 64.0625em) {
        .vp_enquiry .cover span {
          font-size: 30em;
          font-size: 64vh; } }
  .vp_enquiry h2.ds {
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 0.3em; }
    @media (max-width: 64.0525em) {
      .vp_enquiry h2.ds {
        font-size: 3em; } }
    @media (min-width: 64.0625em) {
      .vp_enquiry h2.ds {
        font-size: 8em; } }
  .vp_enquiry .content_box {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    top: 0; }
  .vp_enquiry .transition_top {
    border-right: calc(100vw - 17px) solid transparent;
    border-top: 70px solid #fafafa;
    z-index: 15; }
  .vp_enquiry .transition_middle {
    bottom: 60px;
    width: 100%;
    height: 10px;
    background: #225a72;
    position: absolute;
    -webkit-transform: rotate(2.7deg);
    -moz-transform: rotate(2.7deg);
    -ms-transform: rotate(2.7deg);
    -o-transform: rotate(2.7deg);
    transform: rotate(2.7deg); }
  .vp_enquiry .transition_bottom {
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0px;
    z-index: 10; }
  @media (max-width: 48.0525em) {
    .vp_enquiry .content_box {
      padding: 80px 0 100px; }
    .vp_enquiry .transition_top {
      border-right: 100vw solid transparent;
      border-top: 30px solid #fafafa; }
    .vp_enquiry .transition_bottom {
      border-right: 100vw solid transparent;
      border-bottom: 10px solid #225a72; }
    .vp_enquiry .transition_middle {
      bottom: 20px; }
    .vp_enquiry .cover {
      display: none; } }
  @media (min-width: 48.0625em) and (max-width: 64.0525em) {
    .vp_enquiry .content_box {
      padding: 100px 0 160px; }
    .vp_enquiry #vp_enquiry {
      height: 60px; }
    .vp_enquiry .transition_top {
      border-right: 100vw solid transparent;
      border-top: 30px solid #fafafa; }
    .vp_enquiry .transition_bottom {
      border-right: 100vw solid transparent;
      border-bottom: 30px solid #225a72; }
    .vp_enquiry .transition_middle {
      bottom: 20px; }
    .vp_enquiry .cover {
      display: none; } }
  @media (min-width: 64.0625em) {
    .vp_enquiry .content_box {
      padding: 100px 0 160px; }
    .vp_enquiry #vp_enquiry {
      height: 100px; }
    .vp_enquiry .transition_top {
      border-right: calc(100vw - 17px) solid transparent;
      border-top: 70px solid #fafafa; }
    .vp_enquiry .transition_middle {
      bottom: 60px; }
    .vp_enquiry .transition_bottom {
      border-right: calc(100vw - 17px) solid transparent;
      border-bottom: 100px solid #225a72; } }

.vp_contact {
  background: #225a72; }
  .vp_contact .cover {
    width: 100%;
    position: absolute;
    top: 0; }
    .vp_contact .cover span {
      font-weight: 800;
      font-family: "Roboto", Helvetica;
      color: rgba(0, 0, 0, 0.3);
      margin: 0 0 0 90px;
      line-height: 1;
      position: relative;
      top: -70px;
      pointer-events: none; }
      @media (max-width: 64.0525em) {
        .vp_contact .cover span {
          font-size: 3em; } }
      @media (min-width: 64.0625em) {
        .vp_contact .cover span {
          font-size: 30em;
          font-size: 56vh; } }
  .vp_contact address, .vp_contact .phone {
    color: #fafafa;
    font-family: "Roboto Condensed", Helvetica;
    font-weight: 300; }
  .vp_contact h4.ds {
    text-transform: uppercase; }
  @media (max-width: 48.0525em) {
    .vp_contact {
      padding: 0 0 60px; }
      .vp_contact .cover {
        display: none; } }
  @media (min-width: 48.0625em) and (max-width: 64.0525em) {
    .vp_contact {
      padding: 0 0 60px; }
      .vp_contact .cover {
        display: none; } }
  @media (min-width: 64.0625em) {
    .vp_contact {
      padding: 0 0 180px; } }

.vp_map h2.ds {
  color: #225a72;
  text-align: center; }
.vp_map .content_box {
  position: absolute;
  width: 100%;
  z-index: 10; }
  .vp_map .content_box .header {
    -webkit-transform: rotate(-2.7deg);
    -moz-transform: rotate(-2.7deg);
    -ms-transform: rotate(-2.7deg);
    -o-transform: rotate(-2.7deg);
    transform: rotate(-2.7deg); }
.vp_map .transition_top {
  border-right: calc(100vw - 17px) solid transparent;
  border-top: 100px solid #225a72;
  border-left: 0 solid transparent;
  position: absolute;
  top: 0;
  z-index: 10; }
@media (max-width: 48.0525em) {
  .vp_map h2.ds {
    font-size: 2.3em; }
  .vp_map .content_box {
    top: 16px; }
  .vp_map .transition_top {
    border-right: 100vw solid transparent;
    border-top: 30px solid #225a72; } }
@media (min-width: 48.0625em) and (max-width: 64.0525em) {
  .vp_map h2.ds {
    font-size: 2.3em; }
  .vp_map .content_box {
    top: 16px; }
  .vp_map .transition_top {
    border-right: 100vw solid transparent;
    border-top: 20px solid #225a72; } }
@media (min-width: 64.0625em) {
  .vp_map h2.ds {
    font-size: 6em; }
  .vp_map .content_box {
    top: 40px; }
  .vp_map .transition_top {
    border-right: calc(100vw - 17px) solid transparent;
    border-top: 100px solid #225a72; } }

#formdiv .columns {
  min-height: 68px; }
#formdiv label, #formdiv input, #formdiv textarea {
  width: 100%;
  min-height: 44px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
#formdiv label {
  color: #fafafa;
  font-weight: 500;
  font-family: "Roboto", Helvetica;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  margin-top: 4px;
  text-shadow: 0 0 5px rgba(0, 14, 53, 0.3); }
#formdiv input, #formdiv textarea {
  outline: none;
  border: none;
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding: 10px;
  background: rgba(250, 250, 250, 0.4);
  font-family: "Roboto", Helvetica;
  color: #fafafa;
  font-weight: 600; }
  #formdiv input:hover, #formdiv textarea:hover {
    border-bottom: 2px solid #225a72; }
  #formdiv input:focus, #formdiv textarea:focus {
    min-height: 44px;
    border-bottom: 2px solid #ff9016; }
#formdiv input {
  margin-bottom: 12px; }
#formdiv textarea {
  margin-bottom: 10px; }
#formdiv .refresh {
  float: left;
  width: 68px;
  height: 68px;
  display: block;
  color: #fafafa;
  font-size: 30px;
  text-align: center;
  /* @include mq($from: tablet) {
  			position: absolute;
  			left: -50px;			
  		} */ }
  #formdiv .refresh span {
    display: none; }
  #formdiv .refresh i {
    line-height: 64px;
    width: 64px;
    height: 64px; }
    #formdiv .refresh i:hover {
      -webkit-animation: spin 1s linear;
      -moz-animation: spin 1s linear;
      -o-animation: spin 1s linear;
      animation: spin 1s linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes spin {
  100% {
    -o-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@media (max-width: 48.0525em) {
  #formdiv .refresh-label {
    line-height: 68px;
    display: inline; }
  #formdiv #captcha {
    margin-bottom: 20px; } }
@media (min-width: 48.0625em) and (max-width: 64.0525em) {
  #formdiv .refresh-label {
    line-height: 68px;
    display: inline; }
  #formdiv #captcha {
    margin-bottom: 20px; } }
@media (min-width: 64.0625em) {
  #formdiv .refresh-label {
    display: none; }
  #formdiv .refresh_column {
    width: 68px;
    position: absolute;
    bottom: 0.7em;
    left: -68px; } }
#formdiv #captcha {
  float: left;
  width: 100%;
  height: 68px; }
#formdiv #submitbutton input {
  width: 100%;
  height: 68px;
  line-height: 68px;
  padding: 0 0.3em;
  font-weight: 600;
  font-size: 1.4em;
  font-family: "Roboto Condensed", Helvetica;
  text-transform: uppercase;
  outline: none;
  border: none;
  color: #225a72;
  background: #fafafa;
  box-shadow: inset 0 0 #ff9016;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  #formdiv #submitbutton input:hover {
    box-shadow: inset 0 100px #ff9016;
    color: #fafafa; }

.slider_bg {
  height: 0;
  margin-bottom: 0; }
  .slider_bg .slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 50%; }
  @media (max-width: 48.0525em) {
    .slider_bg {
      width: 100%; }
      .slider_bg .slide img {
        max-height: 900px; } }
  @media (min-width: 48.0625em) and (max-width: 64.0525em) {
    .slider_bg {
      width: 80%; }
      .slider_bg .slide img {
        max-height: 900px; } }
  @media (min-width: 64.0625em) {
    .slider_bg {
      width: 78%;
      min-width: 820px;
      max-width: 1240px; }
      .slider_bg .slide img {
        max-height: 1000px; } }
