

@charset "UTF-8";

/*!
Theme Name: Labs
Theme URI:
Description: A custom theme for the Labs project
Author: Avsha Agasifooter .left-side .fa
Author URI: http://the-two.co
Version: 1.0
Tags: clean, advanced, responsive, great
*/


/* reset */


/* @mixin cubic {
  transition: all .6s cubic-bezier(.165,.84,.44,1);
  -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
} */


/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

a {
    text-decoration: none;
    color: inherit;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* Bootstrap */

/* .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
   */
  /* .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; } */
  
  .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0; }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  
  .col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }
  
  .col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  
  .col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  
  .col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  
  .col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  
  .col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  
  .order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }
  
  .order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; }
  
  .order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3; }
  
  .order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4; }
  
  .order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5; }
  
  .order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6; }
  
  .order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7; }
  
  .order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8; }
  
  .order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9; }
  
  .order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10; }
  
  .order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11; }
  
  .order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12; }
  @media (min-width: 350px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%; }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%; }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50% !important; }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%; }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%; }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%; }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%; }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1; }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2; }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3; }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4; }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5; }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6; }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7; }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8; }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9; }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10; }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11; }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12; } 
    }
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      -webkit-flex-basis: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      max-width: 100%; }
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50% !important; }
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .order-sm-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1; }
    .order-sm-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      order: 2; }
    .order-sm-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      order: 3; }
    .order-sm-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      order: 4; }
    .order-sm-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      order: 5; }
    .order-sm-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      order: 6; }
    .order-sm-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
      order: 7; }
    .order-sm-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
      order: 8; }
    .order-sm-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
      order: 9; }
    .order-sm-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      order: 10; }
    .order-sm-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      -webkit-order: 11;
      order: 11; }
    .order-sm-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      -webkit-order: 12;
      order: 12; } 
    }
  
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      -webkit-flex-basis: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      max-width: 100%; }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .order-md-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1; }
    .order-md-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      order: 2; }
    .order-md-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      order: 3; }
    .order-md-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      order: 4; }
    .order-md-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      order: 5; }
    .order-md-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      order: 6; }
    .order-md-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
      order: 7; }
    .order-md-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
      order: 8; }
    .order-md-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
      order: 9; }
    .order-md-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      order: 10; }
    .order-md-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      -webkit-order: 11;
      order: 11; }
    .order-md-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      -webkit-order: 12;
      order: 12; } }

  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      -webkit-flex-basis: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      max-width: 100%; }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .order-lg-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1; }
    .order-lg-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      order: 2; }
    .order-lg-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      order: 3; }
    .order-lg-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      order: 4; }
    .order-lg-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      order: 5; }
    .order-lg-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      order: 6; }
    .order-lg-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
      order: 7; }
    .order-lg-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
      order: 8; }
    .order-lg-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
      order: 9; }
    .order-lg-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      order: 10; }
    .order-lg-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      -webkit-order: 11;
      order: 11; }
    .order-lg-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      -webkit-order: 12;
      order: 12; } 
    }
  
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      -webkit-flex-basis: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      max-width: 100%; }
    .col-xl-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .order-xl-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1; }
    .order-xl-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      order: 2; }
    .order-xl-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      order: 3; }
    .order-xl-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      order: 4; }
    .order-xl-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      order: 5; }
    .order-xl-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      order: 6; }
    .order-xl-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
      order: 7; }
    .order-xl-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
      order: 8; }
    .order-xl-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
      order: 9; }
    .order-xl-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      order: 10; }
    .order-xl-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      -webkit-order: 11;
      order: 11; }
    .order-xl-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      -webkit-order: 12;
      order: 12; } 
    }

/*
Generic Styling, for Desktops/Laptops
*/

table {
    width: 100%;
    border-collapse: collapse;
}


/* Zebra striping */

tr:nth-of-type(odd) {
    background: white;
}

th {
    background: #3EBFB9;
    color: white;
    font-weight: bold;
    padding: 6px;
    border: 2px solid #3EBFB9;
    text-align: left;
}

td {
    padding: 6px;
    border: 2px solid white;
    text-align: left;
}

.d-block { display: block !important; }
.d-inline-block { display: inline-block !important; }
.d-none { display: none !important; }

.text-black { color: #000 !important; }
.text-white { color: #fff !important; }
.text-center { text-align: center; }

.text-normal { text-transform: none !important; }

.m-auto { margin: 0 auto; }
.px-30 { padding-left: 30px; padding-right: 30px; }

.font-body-main { font-family: "Roboto", Roboto, Arial, Helvetica, sans-serif !important; }

.w-250px { width: 250px !important; }
.w-auto { width: auto !important; }

#footer-row {
    display: none;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: 1px solid #000;
    }
    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #000;
        position: relative;
        padding-left: 10%;
    }
    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
  Label the data
  */
    td:nth-of-type(1):before {
        content: "";
    }
    td:nth-of-type(2):before {
        content: "";
    }
    td:nth-of-type(3):before {
        content: "";
    }
    td:nth-of-type(4):before {
        content: "";
    }
    td:nth-of-type(5):before {
        content: "";
    }
    td:nth-of-type(6):before {
        content: "";
    }
    td:nth-of-type(7):before {
        content: "";
    }
    td:nth-of-type(8):before {
        content: "";
    }
    td:nth-of-type(9):before {
        content: "";
    }
    td:nth-of-type(10):before {
        content: "";
    }
}

slova-donja-footer {
    font-size: 1.2em;
    line-height: 1.5;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


/* @mixin cubic {
  transition: all .6s cubic-bezier(.165,.84,.44,1);
  -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
} */

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    border-radius: 0px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 15px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0;
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: black;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.25;
    cursor: not-allowed;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}


/* Items box */

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.15);
    z-index: -1;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.selectric-items li:hover {
    background: #D5D5D5;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none;
    background: #555656 !important;
    color: #FFF !important;
    font-weight: 800 !important;
    opacity: 1;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.selectric-wrapper.selectric-open .selectric {
    border: 1px solid #3EBFB9 !important;
}

.selectric-wrapper .selectric {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    background: transparent !important;
    color: black !important;
}

.selectric-wrapper .selectric .label {
    font-size: 15px !important;
    color: black !important;
    margin: 0 !important;
    height: 36px !important;
    line-height: 36px !important;
    padding-left: 15px !important;
    padding-right: 25px !important;
}

.selectric-wrapper .selectric .button {
    position: absolute !important;
    height: 100% !important;
    margin: 0 !important;
    width: 38px !important;
    background: transparent !important;
    border: 0 !important;
}

.selectric-items li {
    padding: 7px 15px !important;
    color: black !important;
    font-size: 13px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background: #f8f8f8 !important;
}

.selectric-items li.highlighted {
    background: #167378 !important;
    color: white !important;
}

.animation-wrapper {
    position: relative;
    height: 100vh;
    background: black;
    color: white;
}

.animation-wrapper .logo {
    position: absolute;
    width: 400px;
    height: 75px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -37.5px;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.animation-wrapper .logo.go-right {
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    opacity: 0;
    visibility: hidden;
}

.animation-wrapper .logo.go-left {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    opacity: 0;
    visibility: hidden;
}

.animation-wrapper .just-black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

.animation-wrapper .just-black.hide {
    opacity: 0;
    visibility: hidden;
}

.animation-wrapper .angle-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

/*@media screen and (min-width: 0px) and (max-width: 768px) {
    .owl-item.active {
        width: auto !important;
        height : auto !important;
        max-height: 100% !important;
        max-width: 100% !important;
    }
}*/

.owl-carousel .owl-lazy {
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 100vh;
}

@media screen and (min-width: 0px) and (max-width: 1320px) {
    .signup-box.soon {
        width: 700px !important;
    }
}


/* @media screen and (min-width : 0px) and (max-width : 1280px) {

    .location-cover .center-wrapper.of-soon h1 {
        font-size: 8em;
    }

}

@media screen and (min-width : 0px) and (max-width : 1200px) {

    .location-cover .center-wrapper.of-soon h1 {
        font-size: 6.6em;
    }

} */

@media screen and (min-width: 0px) and (max-width: 1150px) {
    .signup-box.soon {
        width: 620px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    header {
        height: 64px !important;
    }
    header.up {
        height: 44px !important;
    }
    header .logo {
        left: 20px !important;
    }
    header .items {
        display: none;
    }
    .squares {
        top: 15px !important;
        right: 20px !important;
    }
    .squares.up {
        top: 5px !important;
    }
    /* .squares.up li:not(.menu-wrapper) {
        display: none !important;
    } */
    .squares .square {
        border: 1px solid rgba(255, 255, 255, 0.25) !important;
    }
    .popup-wrapper .icon {
        display: none !important;
    }
    .hero .center-wrapper {
        left: 20px !important;
        width: calc( 100% - 40px) !important;
        height: calc( 100% - 150px) !important;
    }
    .hero .center-wrapper h1 {
        font-size: 8em !important;
    }
    .go-down {
        right: 20px !important;
        bottom: 80px !important;
    }
    .down-text {
        right: 80px !important;
        bottom: 90px !important;
    }
    .signup-box {
        display: none !important;
    }
    .location-cover {
        height: 55vh !important;
    }
    .location-cover.full-height {
        height: calc( 100vh - 44px) !important;
    }
    .location-cover .center-wrapper {
        left: 20px !important;
        width: calc( 100% - 40px) !important;
    }
    .location-cover .center-wrapper h1 {
        font-size: 6em !important;
    }
    .community-cover {
        height: 55vh !important;
    }
    .community-cover .center-wrapper {
        left: 20px !important;
        width: calc( 100% - 40px) !important;
    }
    .community-cover .center-wrapper h1 {
        font-size: 6em !important;
    }
    .blog-wrapper.community .posts .post {
        min-height: 0 !important;
    }
    .community-video-text.m-t-30 {
        margin-top: 10px !important;
    }
    .community-video-text .text {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
    .community-video-text .vimeo-wrapper {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
        margin-top: 20px !important;
    }
    .meetings-video-text.m-t-30 {
        margin-top: 10px !important;
    }
    .meetings-video-text .text {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
        margin-top: 20px !important;
    }
    .meetings-video-text .vimeo-wrapper {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
    }
    .blog-wrapper.community {
        margin-top: 40px !important;
    }
    .blog-wrapper.community .posts {
        margin-top: 20px !important;
    }
    .blog-wrapper.community .posts .post {
        margin-bottom: 20px !important;
    }
    .popup-wrapper .community-wrapper {
        width: calc( 100% - 40px) !important;
        left: 20px !important;
        margin-left: 0 !important;
        overflow: auto !important;
        margin-top: 0 !important;
        top: 80px !important;
        height: calc( 100vh - 100px) !important;
    }
    .popup-wrapper .community-wrapper .text {
        position: relative !important;
        width: 100% !important;
        padding: 0 !important;
        height: auto !important;
        margin: 0 !important;
    }
    .popup-wrapper .community-wrapper .text .center-wrapper {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        left: 0 !important;
    }
    .popup-wrapper .community-wrapper .text .center-wrapper .center {
        position: relative !important;
        display: block !important;
        padding: 20px !important;
    }
    .popup-wrapper .community-wrapper .image {
        width: 100% !important;
        position: relative !important;
        height: calc( (100vw - 40px) * 0.5625) !important;
    }
    .community-slider {
        margin-top: 20px !important;
    }
    .community-slider .item {
        height: 450px !important;
        background: #f8f8f8 !important;
    }
    .community-slider .item .image-wrapper {
        width: 100% !important;
        position: relative !important;
        height: calc( (100vw - 40px) * 0.5625) !important;
    }
    .community-slider .item .text {
        position: relative !important;
        width: 100% !important;
        padding: 20px !important;
        height: auto !important;
    }
    .community-slider .item .text .center-wrapper {
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    .community-slider .item .text .center-wrapper .center {
        position: relative !important;
        display: block !important;
    }
    .community-slider .item .text .divider {
        margin: 15px 0 !important;
    }
    .content-wrapper {
        padding: 40px 20px !important;
    }
    .content-wrapper .three {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .content-wrapper .three .part {
        float: none !important;
        padding: 0 !important;
        margin-bottom: 40px !important;
        width: 100% !important;
    }
    .content-wrapper .three .part .desc {
        min-height: 0 !important;
    }
    .content-wrapper .three .part .button {
        width: 100% !important;
    }
    .content-wrapper .the-location {
        padding-right: 0 !important;
        width: 100% !important;
    }
    .content-wrapper .divider {
        margin-top: 40px !important;
    }
    .content-wrapper .section.m-t-60 {
        margin-top: 40px !important;
    }
    .content-wrapper .community-technology .half {
        width: 100% !important;
        padding: 0 !important;
        float: none !important;
        min-height: 0 !important;
    }
    .content-wrapper .community-technology .half.right {
        margin-top: 40px !important;
    }
    .content-wrapper .community-technology .half .button {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        margin-top: 20px !important;
    }
    .content-wrapper .the-prices {
        padding-right: 0 !important;
    }
    .content-wrapper .the-prices .image {
        position: relative !important;
        width: 100vw !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        height: calc( 100vw * 0.5625) !important;
    }
    .content-wrapper .the-prices h4 {
        margin-top: 40px !important;
    }
    .content-wrapper .rows .row {
        line-height: 1 !important;
        height: auto !important;
        padding: 15px 0;
    }
    .content-wrapper .rows .row .the-price {
        margin-top: 10px !important;
        right: auto !important;
        position: relative !important;
        text-align: left !important;
        line-height: 1 !important;
        height: auto !important;
    }
    .content-wrapper .rows .row .signup {
        top: auto !important;
        bottom: auto !important;
        height: auto !important;
        line-height: 1 !important;
        right: auto !important;
        text-align: left !important;
        margin-top: 10px !important;
        position: relative !important;
    }
    .content-wrapper .the-amenities {
        padding-left: 0 !important;
    }
    .content-wrapper .the-amenities .image {
        position: relative !important;
        width: 100vw !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        height: calc( 100vw * 0.5625) !important;
    }
    .content-wrapper .the-amenities h4 {
        margin-top: 40px !important;
    }
    .content-wrapper .community-members.m-t-120 {
        margin-top: 0 !important;
    }
    .content-wrapper .community-members .members {
        width: calc( 100% + 40px) !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        margin-top: 0 !important;
    }
    .content-wrapper .community-members .members .member {
        width: calc( (100% - 80px) / 2) !important;
        margin: 20px !important;
    }
    .wide-image {
        height: 60vh !important;
    }
    .wide-image.m-t-60 {
        margin-top: 0 !important;
    }
    .wide-image .center-wrapper {
        left: 20px !important;
        margin-left: 0 !important;
    }
    .wide-image .center-wrapper h2 {
        font-size: 5.4em !important;
    }
    .final-buttons .buttons {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .final-buttons .buttons .button {
        float: none !important;
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
    .locations-wrapper {
        width: 100vw !important;
        height: calc( 100vh - 150px) !important;
        overflow: hidden !important;
        top: 0 !important;
        margin-top: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
    .locations-wrapper .item {
        width: 280px !important;
        /* .inner-wrapper {
          position: relative !important;
      }
      .image {
          padding-bottom: 56.25% !important;
      }
      .button {
          position: relative !important;
          margin-top: 20px !important;
      } */
    }
    .contact-wrapper {
        position: relative !important;
        padding: 20px 0 !important;
        width: calc( 100% - 40px) !important;
        margin: auto !important;
        top: 0 !important;
        left: 0 !important;
        height: auto !important;
    }
    .contact-wrapper .content {
        width: 100% !important;
        padding: 0 20px !important;
    }
    .contact-wrapper .content .form-wrapper {
        width: 100% !important;
        float: none !important;
    }
    .contact-wrapper .content .details-wrapper {
        margin-right: 0 !important;
        width: 100% !important;
        float: none !important;
        margin-bottom: 20px !important;
    }
    .contact-wrapper .m-t-28 {
        margin-top: 15px !important;
    }
    .popup-wrapper.p-80 {
        padding: 80px 0 !important;
    }
    .popup-wrapper .contact-wrapper .content .form-wrapper {
        width: 100% !important;
        float: none !important;
    }
    .location-page-icon {
        left: -20% !important;
        width: 150% !important;
        height: auto !important;
    }
    .logo-end {
        width: 270px !important;
    }
    .related {
        height: auto !important;
    }
    .related .half {
        float: none !important;
        width: 100% !important;
        height: 300px !important;
    }
    .related .center-wrapper {
        left: 20px !important;
        width: calc( 100% - 40px);
    }
    .side-menu {
        width: 85% !important;
    }
    .side-menu .logo {
        top: 22px !important;
        left: 30px !important;
    }
    .side-menu .center-wrapper {
        left: 0 !important;
        height: calc( 100% - 80px);
        position: relative !important;
        display: block !important;
        margin: 90px 30px !important;
    }
    .side-menu .center-wrapper .center {
        display: block !important;
    }
    .side-menu .bottom-items {
        left: auto !important;
        right: -78px !important;
        transform: rotate(-90deg) !important;
        -webkit-transform: rotate(-90deg);
        bottom: 320px !important;
    }
    .side-menu .bottom-items li {
        margin-top: 12px !important;
        font-size: 2.4em;
    }
    .side-menu .follow {
        right: 30px !important;
        width: 34px !important;
    }
    .side-menu .follow .fa {
        margin-top: 6px !important;
    }
    .side-menu .items li.mobile-special {
        font-size: 20px;
        background: black;
        color: white;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        padding: 0 20px;
        display: inline-block;
        margin: 0;
    }
    .side-menu .items li.mobile-special.first {
        margin: 15px 0 6px;
    }
    .side-menu .items li .fa {
        font-size: 13px !important;
        margin-right: 6px !important;
        transform: translateY(-5px) !important;
        -webkit-transform: translateY(-5px) !important;
    }
    .side-menu {
        overflow: auto !important;
    }
    .side-menu .items li .children {
        display: none !important;
        transform: tralsateX(0) !important;
        -webkit-transform: tralsateX(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: 0 !important;
        width: 100% !important;
        position: relative !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-top: 15px;
        padding-left: 23px;
    }
    .side-menu .items li .children.show {
        display: block !important;
    }
    .side-menu .items li .children li {
        font-size: 21px !important;
    }
    #side-services-headline {
        cursor: pointer;
    }
    .side-map {
        width: 85% !important;
    }
    .side-map .the-map {
        top: 20px !important;
        left: 20px !important;
        width: calc( 100% - 40px) !important;
        height: calc( 100% - 120px) !important;
    }
    .side-map h4 {
        font-size: 3em !important;
    }
    .side-map h5.m-t-10 {
        margin-top: 10px !important;
    }
    .side-map .the-details {
        left: 20px !important;
        width: calc( 100% - 40px) !important;
        height: 50px !important;
    }
    .side-map .directions .part {
        width: 100% !important;
        float: none !important;
        padding-right: 0 !important;
    }
    .diagonal {
        width: 350px !important;
    }
    .diagonal-cover {
        position: relative !important;
        width: 100vw !important;
        height: 65vh !important;
    }
    .diagonal-cover .inner {
        transform: skew(0) !important;
        -webkit-transform: skew(0) !important;
        width: 100% !important;
        left: 0 !important;
    }
    .diagonal-cover .inner .image {
        transform: skew(0) !important;
        -webkit-transform: skew(0) !important;
        width: 100% !important;
        left: 0 !important;
    }
    .diagonal-cover .center-wrapper {
        left: 20px !important;
        width: calc( 100% - 40px) !important;
    }
    .diagonal-cover .center-wrapper h1 {
        font-size: 6em !important;
        word-spacing: 300px !important;
    }
    .diagonal-content {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 10px 20px 40px 20px !important;
    }
    .diagonal-content .faqs .faq-item:hover h5 {
        color: black;
    }
    .popup-wrapper .headline {
        left: 20px !important;
        top: 17px !important;
        z-index: 100 !important;
    }
    .popup-wrapper .gallery {
        top: 80px !important;
        height: calc( 100% - 160px) !important;
        left: 20px !important;
        width: calc( 100% - 40px) !important;
    }
    .popup-wrapper .gallery .the-gallery div {
        height: calc( 100vh - 160px) !important;
    }
    .popup-wrapper .the-video {
        width: 100vw !important;
        height: calc( 100vw * 0.5625) !important;
        left: 0 !important;
        margin-left: 0 !important;
        margin-top: calc( -50vw * 0.5625) !important;
    }
    .popup-wrapper .gallery .fa-chevron-right {
        display: none !important;
    }
    .popup-wrapper .gallery .fa-chevron-left {
        display: none !important;
    }
    .cover .text-wrapper .go-down {
        right: 20px;
        bottom: 80px;
        margin-right: 0;
    }
    .down-text {
        right: 70px;
        bottom: 90px;
        font-size: 1.4em;
        max-width: 160px;
    }
    .cover .text-wrapper .center-wrapper {
        left: 20px !important;
        width: calc( 100% - 40px) !important;
        height: calc( 100% - 40px) !important;
    }
    .cover .text-wrapper .the-content .m-t-20 {
        margin-top: 15px;
    }
    .cover .text-wrapper .the-content img {
        height: auto;
        width: 220px;
    }
    h3 {
        font-size: 4.4em;
    }
    .reserve-button {
        font-size: 20px !important;
        width: 220px !important;
    }
    .margin-third {
        margin-left: 0 !important;
    }
    .two-thirds {
        width: 100% !important;
    }
    .two-thirds .text-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 30px;
    }
    .logo-end {
        width: 160px;
    }
    .absolute-third,
    .absolute-two-thirds {
        position: relative !important;
        width: 100% !important;
        height: 300px !important;
    }
    .one-third-last {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .one-third-last .text-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 30px !important;
    }
    .big-form-wrapper .x {
        top: 20px !important;
        right: 20px !important;
    }
    .big-form-wrapper .center-wrapper {
        width: 306px;
        left: 50%;
        margin-left: -153px;
    }
    .big-form-wrapper .center-wrapper h2,
    .big-form-wrapper .center-wrapper h5,
    .big-form-wrapper .center-wrapper p {
        width: 100% !important;
    }
    .big-form-wrapper .center-wrapper .wpcf7-form {
        width: 100% !important;
    }
    .big-form-wrapper .center-wrapper form#signup {
        width: 100% !important;
    }
    .big-form-wrapper .center-wrapper form#signup input {
        font-size: 15px;
    }
    h2 {
        font-size: 6.3em;
    }
    h5 {
        font-size: 2.4em !important;
    }
    .wpcf7-form input {
        font-size: 15px;
        height: 34px;
    }
    .two-halfs {
        position: relative !important;
        height: auto !important;
        min-height: 500px !important;
        padding: 50px 30px 0 !important;
    }
    .two-halfs.last {
        padding: 50px 30px !important;
    }
    .two-halfs .half.wide {
        width: 100% !important;
        height: 240px !important;
    }
    .two-halfs .half.narrow {
        width: 100% !important;
    }
    .two-halfs .half.narrow .center-wrapper {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        display: block !important;
        position: relative !important;
    }
    .two-halfs .half.narrow .center-wrapper .center {
        display: block !important;
        position: relative !important;
    }
    .two-halfs .half.narrow .center-wrapper .center .m-t-20 {
        margin-top: 10px !important;
    }
    footer {
        line-height: 1.3;
    }
    .p-t-b-100 {
        padding: 50px 0 !important;
    }
    .p-t-b-60 {
        padding: 50px 0 !important;
    }
    .p-t-b-150 {
        padding: 50px 0 !important;
    }
    p {
        font-size: 14px;
    }
    .two-halfs .half {
        float: none !important;
    }
    .two-halfs .half.narrow {
        margin-top: 20px !important;
    }
    h4 {
        font-size: 3.2em !important;
    }
    .reserve-button.opp {
        width: 100% !important;
    }
    h3 {
        font-size: 4em !important;
    }
    h3.small {
        font-size: 2.2em;
    }
    input {
        -webkit-appearance: none;
        border-radius: 0 !important;
    }
    .message-wrapper .message {
        padding: 20px;
    }
    .message-wrapper .x {
        top: 20px;
        right: 20px;
    }
    .message-wrapper h3 {
        font-size: 1.9em;
        line-height: 1.2;
    }
    form#signup input[type="submit"] {
        font-size: 20px !important;
    }
    .cover .text-wrapper .the-content h3 {
        font-size: 5.4em;
    }
    .cover .text-wrapper .the-content h3.m-t-50 {
        margin-top: 30px;
    }
    .cover .text-wrapper .the-content .reserve-button.m-t-50 {
        margin-top: 30px;
    }
    #about-menu-technology {
        border-right: 0 !important;
    }
    .the-app-wrapper {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        left: 0 !important;
        margin-left: 0 !important;
        top: 0 !important;
        margin-top: 0 !important;
    }
    .the-app-wrapper .text {
        position: relative !important;
        width: 100% !important;
    }
    .the-app-wrapper .the-app {
        position: relative !important;
        bottom: auto !important;
        width: 240px !important;
        margin: 30px auto !important;
        right: auto !important;
        display: block !important;
    }
    .about-menu {
        transform: rotate(0) !important;
        -webkit-transform: rotate(0) !important;
        left: 0 !important;
        width: 100% !important;
        height: 44px !important;
        top: 44px !important;
        margin-top: 0 !important;
        background: transparent !important;
        border: 0 !important;
        color: black !important;
        z-index: 300 !important;
    }
    .about-menu.white .part {
        background: white !important;
        color: black !important;
    }
    .about-menu.white .part.active {
        background: black !important;
        color: white !important;
    }
    .about-menu .part {
        width: calc( 100% / 3) !important;
        line-height: 44px !important;
        font-size: 1.8em !important;
        float: right !important;
        background: white !important;
    }
    .about-menu .part.active {
        background: black !important;
        color: white !important;
    }
    .diagonal-headline {
        padding: 60px 20px !important;
    }
    .diagonal-headline .icon {
        left: -70px !important;
    }
    .diagonal-headline h2 {
        font-size: 5.6em !important;
    }
    .diagonal-row {
        height: auto !important;
        padding: 0 20px !important;
    }
    .diagonal-row h3 {
        font-size: 4em !important;
    }
    .diagonal-row h4 {
        font-size: 3.2em !important;
    }
    .diagonal-row .button {
        width: 100% !important;
    }
    .diagonal-row .text-wrapper-right {
        width: 100% !important;
        padding: 40px 0 !important;
        position: relative !important;
    }
    .diagonal-row .text-wrapper-right .center-wrapper {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        display: block !important;
        position: relative !important;
    }
    .diagonal-row .text-wrapper-right .center-wrapper .center {
        display: block !important;
    }
    .diagonal-row .two-thirds-bg {
        display: none !important;
    }
    .diagonal-row .image {
        position: relative !important;
        width: 100vw !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        padding-bottom: 70% !important;
        right: 0 !important;
        left: 0 !important;
    }
    .diagonal-row .text-wrapper-left {
        width: 100% !important;
        padding: 40px 0 !important;
        position: relative !important;
    }
    .diagonal-row .text-wrapper-left .center-wrapper {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        display: block !important;
        position: relative !important;
    }
    .diagonal-row .text-wrapper-left .center-wrapper .center {
        display: block !important;
    }
    .plans-wrapper {
        padding: 80px 0 !important;
    }
    .plans-wrapper .item {
        width: 100% !important;
        margin: 0 0 20px !important;
    }
    .popup-wrapper .center-wrapper .center {
        padding: 0 !important;
    }
    .content-wrapper .two {
        width: 100% !important;
    }
    .content-wrapper .two .part {
        width: 100% !important;
        float: none !important;
        margin: 0 0 30px !important;
    }
    .content-wrapper .two .part.last {
        margin: 0 !important;
    }
    .related .fa-chevron-right {
        display: none !important;
    }
    .related .fa-chevron-left {
        display: none !important;
    }
    footer {
        padding: 15px 20px !important;
    }
    footer .left-side {
        float: none !important;
    }
    footer .right-side {
        float: none !important;
    }
    .popup-wrapper .tabs {
        left: 20px !important;
        top: 65px !important;
    }
    .popup-wrapper .tabs .tab {
        width: 85px !important;
    }
    .popup-wrapper .views {
        top: 120px !important;
        bottom: 30px !important;
        left: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
    }
    .profile-image {
        width: 140px !important;
        height: 140px !important;
    }
    .m-ta-c {
        text-align: center !important;
    }
    .service-section .inner-wrapper .two .part.reg {
        width: calc( 100% - 60px) !important;
    }
    .service-location-wrapper .content-wrapper {
        padding: 0 !important;
    }
    .service-location-wrapper .content-wrapper h2 {
        margin-top: 30px !important;
    }
    .service-location-wrapper .content-wrapper p.special {
        margin-top: 30px !important;
    }
    .service-location-wrapper .content-wrapper img {
        margin-top: 30px !important;
    }
    .service-location-wrapper {
        padding: 0 20px 30px !important;
    }
    .child-services {
        height: auto !important;
    }
    .child-services .item {
        height: 50vw !important;
        width: 100% !important;
        float: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        border-right: 0;
    }
    .child-services .item .center-wrapper {
        left: 30px !important;
    }
    .location-services-wrapper {
        height: auto !important;
    }
    .location-services-wrapper .item {
        float: none !important;
        width: 100% !important;
        height: 50vw !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }
    .related.of-service-location {
        height: 100vw !important;
    }
    .related.of-service-location .item-wrapper {
        height: 100vw !important;
    }
    .related.of-service-location .item-wrapper .item {
        height: 50vw !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .related.of-service-location .item-wrapper .item .center-wrapper h3 {
        font-size: 3.2em !important;
    }
    .service-location-wrapper .content-wrapper h2 {
        font-size: 4em !important;
    }
    .content-wrapper .location-and-signup .the-location h2 {
        font-size: 4em !important;
    }
    .content-wrapper .location-and-signup .the-location img {
        width: 100vw !important;
        margin: 30px -20px !important;
    }
    .content-wrapper .location-and-signup {
        padding-bottom: 40px !important;
    }
    .content-wrapper .top-bottom-pad {
        padding: 40px 20px 20px !important;
        width: 100vw !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
    .content-wrapper .two {
        margin-left: -20px !important;
        margin-right: -20px !important;
        width: calc( 100% + 40px) !important;
        padding: 0 20px;
    }
    .content-wrapper .two.top-pad {
        padding: 40px 20px 0 !important;
        width: 100vw !important;
    }
    .content-wrapper .special-rows .row.more-pad {
        padding: 15px 0 !important;
    }
    .book-tour-wrapper .form-wrapper form .form-row .part {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .book-tour-wrapper .form-wrapper form .form-row .part.go-left {
        float: none !important;
    }
    .book-tour-wrapper .form-wrapper form .form-row .part.go-right {
        float: none !important;
    }
    input,
    textarea {
        font-size: 16px !important;
    }
    input[type="submit"] {
        font-size: 20px !important;
    }
    .vitual-tour-header {
        font-size: 4em !important;
        padding-top: 20px !important;
    }
}

@media screen and (device-aspect-ratio: 40 / 71) {
    .cover .text-wrapper .the-content {
        margin-top: -60px;
    }
    .big-form-wrapper .center-wrapper {
        width: 280px;
        margin-left: -140px;
    }
    h2 {
        font-size: 5.7em;
    }
    h5 {
        font-size: 2.2em !important;
    }
    .side-menu .items li {
        font-size: 2.4em;
    }
    .side-menu .center-wrapper {
        left: 30px !important;
        height: calc( 100% - 20px) !important;
    }
    .side-menu .logo {
        left: 30px !important;
    }
    .side-menu .items li.mobile-special.first {
        margin: 15px 0 6px !important;
    }
    .hero .center-wrapper {
        height: calc( 100% - 120px) !important;
    }
    .signup-box-mobile .top-part .title {
        font-size: 2.4em !important;
    }
    .hero .center-wrapper h1 {
        font-size: 6em !important;
    }
    .content-wrapper .special-rows .row.half .title {
        max-width: 130px !important;
    }
    .locations-wrapper .item .prices .row {
        font-size: 1.1em !important;
    }
}


/******/

@media screen and (min-height: 0px) and (max-height: 600px) {
    /* .hero .center-wrapper {
        top: 80px !important;
        height: calc( 100% - 80px ) !important;
    }

    .locations-wrapper {
        height: 460px !important;
        margin-top: -190px !important;
        .item {
            .image {
                padding-bottom: 45% !important;
            }
        }
    } */
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
    .plans-wrapper {
        position: relative !important;
        padding: 100px 0 !important;
        width: calc( 100% - 40px) !important;
        margin: auto !important;
        top: 0 !important;
        left: 0 !important;
    }
    .plans-wrapper .item .inner-wrapper {
        position: relative !important;
        padding-bottom: 24px !important;
    }
    .plans-wrapper .item {
        height: auto !important;
        margin-bottom: 20px !important;
    }
}


/* @mixin cubic {
  transition: all .6s cubic-bezier(.165,.84,.44,1);
  -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
} */

html {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-weight: 400;
    width: 100%;
    height: 100%;
    position: relative;
}

.height-100 {
    height: 100vh;
    position: relative;
}

.overflow {
    overflow: hidden;
}

.o-hidden {
    overflow: hidden;
}

.container {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.container.top-pad {
    padding-top: 44px;
}

section {
    position: relative;
}

section.h-100 {
    height: 100vh;
}

.grey-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.15);
}

.section {
    position: relative;
}

.bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.video-wrapper {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    overflow: hidden;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}

.hero-vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.hero-vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.f-bw {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.video-2 {
    position: absolute;
    top: -25%;
    left: 0;
    min-width: 100%;
    min-height: 150%;
    width: auto;
    height: auto;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.overlay.darkk {
    background: rgba(0, 0, 0, 0.65);
}

.overlay.light {
    background: rgba(0, 0, 0, 0.25);
}

.placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
}

.center-wrapper-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.center-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
}

.center-wrapper.w-300 {
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

.center-wrapper.w-400 {
    width: 400px;
    left: 50%;
    margin-left: -200px;
}

.center-wrapper.w-600 {
    width: 600px;
    left: 50%;
    margin-left: -300px;
}

.center-wrapper.w-700 {
    width: 700px;
    left: 50%;
    margin-left: -350px;
}

.center-wrapper .center {
    display: table-cell;
    vertical-align: middle;
}

.ta-c {
    text-align: center;
}

.min-100 {
    min-height: 100vh;
}

.h-100 {
    height: 100vh;
}

.b-grey {
    background: #f8f8f8;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-28 {
    margin-top: 28px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-t-200 {
    margin-top: 200px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-20 {
    padding: 0 20px;
}

.p-50 {
    padding: 0 50px;
}

.p-80 {
    padding: 0 80px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-60 {
    padding-right: 60px;
}

.clear {
    clear: both;
}

.c-white {
    color: white;
}

.image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.absolute-full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

::-webkit-input-placeholder {
    color: white !important;
    font-family: "Roboto";
}

::-moz-placeholder {
    color: white !important;
    font-family: "Roboto";
}

:-ms-input-placeholder {
    color: white !important;
    font-family: "Roboto";
}

:-moz-placeholder {
    color: white !important;
    font-family: "Roboto";
}

.bb::-webkit-input-placeholder {
    color: black !important;
    font-family: "Roboto";
}

.bb::-moz-placeholder {
    color: black !important;
    font-family: "Roboto";
}

.bb:-ms-input-placeholder {
    color: black !important;
    font-family: "Roboto";
}

.bb:-moz-placeholder {
    color: black !important;
    font-family: "Roboto";
}

.bb_2::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: "Roboto";
}

.bb_2::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: "Roboto";
}

.bb_2:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: "Roboto";
}

.bb_2:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: "Roboto";
}

form.go-black#signup input::-webkit-input-placeholder {
    color: black !important;
    font-family: "Roboto";
}

form.go-black#signup input::-moz-placeholder {
    color: black !important;
    font-family: "Roboto";
}

form.go-black#signup input:-ms-input-placeholder {
    color: black !important;
    font-family: "Roboto";
}

form.go-black#signup input:-moz-placeholder {
    color: black !important;
    font-family: "Roboto";
}


/****/

.p-t-100 {
    padding-top: 100px;
}

.p-t-b-60 {
    padding: 60px 0;
}

.p-t-b-100 {
    padding: 100px 0;
}

.p-t-b-100-130 {
    padding: 100px 0 130px;
}

.p-t-b-200 {
    padding: 200px 0;
}

.p-t-b-150 {
    padding: 150px 0;
}

.p-t-b-250 {
    padding: 250px 0;
}

.p-20 {
    padding: 0 20px;
}

.p-50 {
    padding: 0 50px;
}

.p-80 {
    padding: 0 80px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*******************/

body {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 10px;
    color: black;
    background: white;
}

h1 {
    font-size: 9em;
    font-family: "bebas_neuebold";
}

h2 {
    font-size: 6.7em;
    font-family: "bebas_neuebook";
}

h3 {
    font-size: 5.4em;
    font-family: "bebas_neuebold";
}

h3.big {
    font-size: 4.4em;
}

h3.small {
    font-size: 3em;
}

h4 {
    font-size: 4em;
    font-family: "bebas_neuebook";
}

h5 {
    font-size: 2.8em;
    font-family: "bebas_neuebook";
}

h5.with-l-h {
    line-height: 1.2;
}

h6 {
    font-size: 1.8em;
    font-family: "bebas_neuebold";
}

p {
    font-size: 1.5em;
    line-height: 1.5;
}

p.big {
    font-size: 1.7em;
}

p.small {
    font-size: 1.3em;
}

p strong {
    font-family: "Roboto";
    font-weight: 700;
}

p.strong {
    font-weight: 700;
}

strong {
    font-family: "bebas_neuebold";
}


/*********/

.the-map {
    position: relative;
    height: 440px;
}

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


/*********/

.preloader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    z-index: 99999;
}


/*********/

.side-map {
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: white;
    z-index: 99999;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side-map.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.side-map .the-map {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc( 100% - 60px);
    height: calc( 100% - 140px);
}

.side-map .the-map .map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.side-map .the-details {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc( 100% - 60px);
    height: 60px;
}

.side-map .directions {
    position: relative;
    margin-top: 10px;
}

.side-map .directions .part {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-left: 30px;
}

.side-map .directions .part .fa {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 5px;
}


/*********/

.the-dark {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.the-dark.show {
    visibility: visible;
    opacity: 1;
}


/*********/

.side-menu {
    position: fixed;
    width: 50%;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    color: black;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 6659;
    overflow: hidden;
}

.side-menu.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.side-menu .icon {
    position: absolute;
    height: 100%;
    left: -10%;
    top: 0;
    opacity: 0.05;
}

.side-menu .logo {
    position: absolute;
    left: 60px;
    height: 18px;
    top: 51px;
    z-index: 10;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side-menu .logo.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.side-menu .logo.show {
    visibility: visible;
    opacity: 1;
}

.side-menu .center-wrapper {
    width: 200px;
    left: 60px;
}

.side-menu .items {
    position: relative;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side-menu .items.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.side-menu .items.show {
    visibility: visible;
    opacity: 1;
}

.side-menu .items.smaller li {
    font-size: 2em;
}

.side-menu .items li {
    font-size: 2.8em;
    font-family: "bebas_neuebold";
    margin: 10px 0;
    color: black;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.side-menu .items li:hover {
    color: #3EBFB9;
}

.side-menu .items li:hover .children {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    visibility: visible;
    opacity: 1;
}

.side-menu .items li.no-hover {
    color: black;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.side-menu .items li.active {
    color: #3EBFB9;
}

.side-menu .items li .children {
    position: absolute;
    top: 0;
    left: 90%;
    width: 240px;
    transform: translateX(-10px) !important;
    -webkit-transform: translateX(-10px) !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.side-menu .items li .children.show {
    visibility: visible;
    opacity: 1;
}

.side-menu .items li .children li {
    font-size: 24px;
    margin: 0 0 15px;
}

.side-menu .divider {
    width: 150px;
    height: 1px;
    background: #414042;
    margin: 30px 0;
}

.side-menu .bottom-items {
    position: absolute;
    left: 60px;
    bottom: 30px;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side-menu .bottom-items.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.side-menu .bottom-items.show {
    visibility: visible;
    opacity: 1;
}

.side-menu .bottom-items li {
    position: relative;
    padding-left: 12px;
    float: left;
    margin-right: 12px;
    font-size: 1.8em;
    font-family: "bebas_neuebold";
    letter-spacing: 1px;
    cursor: pointer;
    color: black;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.side-menu .bottom-items li:hover {
    color: #3EBFB9;
}

.side-menu .follow {
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side-menu .follow.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.side-menu .follow.show {
    visibility: visible;
    opacity: 1;
}


/*********/

.fa.in-circle {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px !important;
    margin-right: 6px;
    border-radius: 50%;
    background: #3EBFB9;
    color: white;
    font-size: 14px;
}

.hover-bright {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.hover-bright:hover {
    color: #3EBFB9;
}


/*********/

.follow {
    position: absolute;
    bottom: 30px;
    right: 60px;
    color: black;
}

.follow .fa {
    font-size: 15px;
    float: left;
    margin-left: 6px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 34px !important;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.follow .fa:hover {
    background: #3EBFB9;
    color: white;
    border-color: #3EBFB9;
}


/*********/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 120px;
    z-index: 999;
    color: white;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header.up {
    background: white;
    height: 44px;
}

header.up > ul.items > li {
    color: black;
}

header.up > ul.items > li > ul.children > li {
    background-color: white;
}

/*header.up > ul.items > li > ul.children > li > a {
    color: white;
}*/

header.hide {
    visibility: hidden;
    opacity: 0;
}

header.hide.show {
    visibility: visible;
    opacity: 1;
}

header .logo {
    position: absolute;
    left: 60px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header .logo.hide {
    visibility: hidden;
    opacity: 0;
}

header .logo.hide.show {
    visibility: visible;
    opacity: 1;
}

header .items {
    position: absolute;
    left: 200px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    vertical-align: middle;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header .items.hide {
    visibility: hidden;
    opacity: 0;
}

header .items.hide.show {
    visibility: visible;
    opacity: 1;
}

header .items li {
    position: relative;
    padding-left: 12px;
    float: left;
    margin-right: 22px;
    font-size: 1.8em;
    font-family: "bebas_neuebold";
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header .items li:hover {
    color: #3EBFB9;
}

header .items li:hover .children {
    transform: scaleY(1) !important;
    -webkit-transform: scaleY(1) !important;
}

header .items li.no-hover {
    color: white;
}

header .items li .children {
    position: absolute;
    top: 100%;
    left: -10px;
    width: 240px;
    padding-top: 6px;
    transform: scaleY(0) !important;
    -webkit-transform: scaleY(0) !important;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

header .items li .children li {
    position: relative;
    padding: 5px 15px;
    margin-top: 6px;
    font-size: 18px;
    float: none;
    margin-right: 0;
    background: black;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header .items li .children li:hover {
    color: #3EBFB9;
}

header .items li .children li a {
    display: block;
}


/*********/

.squares {
    position: fixed;
    right: 60px;
    height: 34px;
    top: 43px;
    z-index: 99999999;
    color: white;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.squares.up {
    top: 5px;
}

.squares.off .square {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
}

.squares.off .square.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.squares.off .square.show {
    visibility: visible;
    opacity: 1;
}

.squares.off .square.menu-wrapper {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.squares.off .square.menu-wrapper.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.squares.super-down {
    top: 43px !important;
}

.squares .square {
    position: relative;
    float: right;
    margin-left: 6px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.squares .square:hover {
    background: white;
    border-color: white;
    color: black;
}

.squares .square.wide {
    width: 130px;
    height: 35px;
    text-align: center;
    font-size: 1.8em;
    font-family: "bebas_neuebold";
    line-height: 32px;
    vertical-align: middle;
    border: 0;
}

.squares .square.wide:hover {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.squares .square.wide:hover .item-special {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    -webkit-transform: translateY(0);
}

.squares .square.wide.hide {
    visibility: hidden;
    opacity: 0;
}

.squares .square.wide.hide.show {
    visibility: visible;
    opacity: 1;
}

.squares .square.wide.special {
    width: 90px;
}

.squares .square.wide .item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: 34px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    background: transparent;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

ul.squares.up > li.square.wide > a > div.item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: 34px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: black;
    background: transparent;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

ul.squares.up > li.square.menu-wrapper > div.menu-button > div.line {
    position: absolute;
    width: 100%;
    right: 0;
    height: 3px;
    background: black;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.squares .square.wide .item:hover {
    background: white;
    border-color: white;
    color: black;
}

.squares .square.wide .item.b-white {
    background: white;
    border-color: white;
    color: black;
}

.squares .square.wide .item.b-white:hover {
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.25);
}

.squares .square.wide .item-special {
    position: absolute;
    left: 0;
    top: 42px;
    width: 129px;
    height: 34px;
    line-height: 32px;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    color: white;
    transform: translate(10px);
    -webkit-transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.squares .square.wide .item-special:hover {
    background: white;
    border-color: white;
    color: black;
}

.squares .square.menu-wrapper:hover {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.25);
}

.squares .square.menu-wrapper:hover .menu-button .line.top {
    width: 70%;
}

.squares .square.menu-wrapper:hover .menu-button .line.bottom {
    width: 100%;
}

.squares .square.menu-wrapper.rotate {
    border-color: rgba(0, 0, 0, 0.25);
}

.squares .square.menu-wrapper.rotate .menu-button .line {
    background: black;
}

.squares .square.menu-wrapper.rotate .menu-button .line.top {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    width: 100% !important;
}

.squares .square.menu-wrapper.rotate .menu-button .line.middle {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.squares .square.menu-wrapper.rotate .menu-button .line.middle.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.squares .square.menu-wrapper.rotate .menu-button .line.middle.show {
    visibility: visible;
    opacity: 1;
}

.squares .square.menu-wrapper.rotate .menu-button .line.bottom {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
    width: 100% !important;
}

.squares .square.menu-wrapper.rotate-white .menu-button .line.top {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    width: 100% !important;
}

.squares .square.menu-wrapper.rotate-white .menu-button .line.middle {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.squares .square.menu-wrapper.rotate-white .menu-button .line.middle.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.squares .square.menu-wrapper.rotate-white .menu-button .line.middle.show {
    visibility: visible;
    opacity: 1;
}

.squares .square.menu-wrapper.rotate-white .menu-button .line.bottom {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
    width: 100% !important;
}

.squares .square .fa {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 34px !important;
    text-align: center;
    font-size: 15px;
}

.squares .square .menu-button {
    position: absolute;
    width: 17px;
    height: 15px;
    left: 50%;
    margin-left: -8.5px;
    top: 50%;
    margin-top: -7.5px;
}

.squares .square .menu-button .line {
    position: absolute;
    width: 100%;
    right: 0;
    height: 3px;
    background: white;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.squares .square .menu-button .line.top {
    top: 0;
}

.squares .square .menu-button .line.middle {
    top: 6px;
}

.squares .square .menu-button .line.bottom {
    top: 12px;
    width: 70%;
}


/*********/

.lil-diagonal {
    position: absolute;
    left: 0;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    width: 2px;
    background: white;
    -moz-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
}

.lil-diagonal.black {
    background: black;
}


/*********/

.diagonal-cover {
    position: fixed;
    width: 45%;
    height: 100vh;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.diagonal-cover.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.diagonal-cover .inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 150%;
    background: white;
    transform: skew(-23deg);
    -webkit-transform: skew(-23deg);
    overflow: hidden;
}

.diagonal-cover .inner .image {
    transform: skew(23deg);
    -webkit-transform: skew(23deg);
    width: calc( 140%);
}

.diagonal-cover .center-wrapper {
    left: 60px;
    width: 400px;
    color: white;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    opacity: 0;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.diagonal-cover .center-wrapper.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.diagonal-cover .center-wrapper.show {
    opacity: 1;
}

.diagonal-cover .center-wrapper h1 {
    font-family: "bebas_neuebook";
}

.diagonal-content {
    position: relative;
    width: 45%;
    margin-left: 55%;
    padding: 120px 60px 120px 80px;
}

.diagonal-content .the-content {
    position: relative;
    margin-top: 10px;
}

.diagonal-content .the-content h5,
.diagonal-content .the-content h4,
.diagonal-content .the-content p,
.diagonal-content .the-content ul,
.diagonal-content .the-content ol {
    margin-top: 20px;
}

.diagonal-content .the-content ul,
.diagonal-content .the-content ol {
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 20px;
}

.diagonal-content .the-content ul {
    list-style-type: disc;
}

.diagonal-content .the-content ol {
    list-style-type: decimal;
}

.faqs {
    position: relative;
}

.faqs .faq-item {
    position: relative;
    padding: 30px 0;
    border-bottom: 4px solid black;
    cursor: pointer;
}

.faqs .faq-item:hover h5 {
    color: #3EBFB9;
}

.faqs .faq-item.active .answer {
    display: block;
}

.faqs .faq-item.active h5 {
    color: #3EBFB9;
}

.faqs .faq-item .question h5 {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.faqs .faq-item .question h5 .fa {
    font-size: 15px;
    margin-right: 6px;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.faqs .faq-item .answer {
    position: relative;
    margin-top: 10px;
    display: none;
}

.faqs .faq-item .answer a {
    display: inline-block;
    color: #3EBFB9;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.faqs .faq-item .answer a:hover {
    color: #7B9AA9;
}


/********************/

.popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    z-index: -1;
}

.popup-wrapper.show {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

.popup-wrapper .close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-wrapper .icon {
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.popup-wrapper .center-wrapper .center {
    padding: 50px 0;
}

.popup-wrapper .center-wrapper .center.p-100-20 {
    padding: 100px 20px;
}

.popup-wrapper .headline {
    position: fixed;
    left: 60px;
    top: 45px;
    color: white;
    max-width: calc( 100% - 90px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.popup-wrapper .headline h4 {
    font-size: 3.2em;
}

.popup-wrapper .tabs {
    position: absolute;
    left: 240px;
    top: 45px;
    z-index: 100;
}

.popup-wrapper .tabs .tab {
    position: relative;
    float: left;
    width: 120px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 34px;
    line-height: 32px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    font-size: 1.8em;
    font-family: "bebas_neuebold";
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    margin-right: 6px;
    color: white;
}

.popup-wrapper .tabs .tab:hover {
    background: #3EBFB9;
    color: black;
    border-color: #3EBFB9;
}

.popup-wrapper .tabs .tab.active {
    background: #3EBFB9;
    color: black;
    cursor: default;
    border-color: #3EBFB9;
}

.popup-wrapper .views {
    position: absolute;
    top: 100px;
    left: 60px;
    width: calc( 100% - 120px);
    bottom: 60px;
}

.popup-wrapper .views .view {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.popup-wrapper .views .view.active {
    opacity: 1;
    visibility: visible;
}

.popup-wrapper .gallery {
    position: absolute;
    top: 100px;
    height: calc( 100% - 200px);
    left: 60px;
    width: calc( 100% - 120px);
}

.popup-wrapper .gallery .the-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-wrapper .gallery .the-gallery div {
    position: relative;
    height: calc( 100vh - 200px);
}

.popup-wrapper .gallery .the-gallery div.bg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.popup-wrapper .gallery .fa-chevron-right {
    color: white;
    font-size: 19px;
    right: 0;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 40px !important;
    position: absolute;
    cursor: pointer;
}

.popup-wrapper .gallery .fa-chevron-left {
    color: white;
    font-size: 19px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 40px !important;
    position: absolute;
    cursor: pointer;
    right: auto;
    left: 0;
}

.popup-wrapper .gallery .fa-angle-right {
    color: white;
    font-size: 30px;
    right: 0;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 40px !important;
    position: absolute;
    cursor: pointer;
}

.popup-wrapper .gallery .fa-angle-left {
    color: white;
    font-size: 30px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 40px !important;
    position: absolute;
    cursor: pointer;
    right: auto;
    left: 0;
}

.popup-wrapper .gallery .slick-dots {
    bottom: -40px;
}

.popup-wrapper .gallery .slick-dots li {
    border-radius: 50%;
    background: white;
    height: 10px;
    width: 10px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.popup-wrapper .gallery .slick-dots li:hover {
    background: #3EBFB9;
}

.popup-wrapper .gallery .slick-dots li.slick-active {
    background: #3EBFB9;
}

.popup-wrapper .community-wrapper {
    position: absolute;
    width: 1000px;
    height: 500px;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -250px;
    background: white;
    color: white;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.popup-wrapper .community-wrapper.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.popup-wrapper .community-wrapper.show {
    visibility: visible;
    opacity: 1;
}

.popup-wrapper .community-wrapper .image {
    width: 50%;
}

.popup-wrapper .community-wrapper .text {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    color: black;
    width: 50%;
}

.popup-wrapper .community-wrapper .text .center-wrapper {
    width: calc( 100% - 120px);
    left: 60px;
}

.popup-wrapper .community-wrapper .text .members {
    position: relative;
    margin: 10px 0 0;
    background: #3EBFB9;
    color: white;
    padding: 6px 12px;
    font-size: 1.8em;
    font-family: "bebas_neuebold";
    display: inline-block;
}

.popup-wrapper .contact-wrapper {
    position: relative;
    max-width: 900px;
    margin: auto;
    background: #f8f8f8;
    color: black;
    border: 10px solid white;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 50px;
}

.popup-wrapper .contact-wrapper .content {
    position: relative;
    margin: auto;
}

.popup-wrapper .contact-wrapper .content .form-wrapper {
    position: relative;
    float: right;
    width: calc( 100% - 260px);
}

.popup-wrapper .contact-wrapper .content .details-wrapper {
    position: relative;
    color: black;
    width: 220px;
    float: left;
}

.popup-wrapper .contact-wrapper .half {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

.popup-wrapper .contact-wrapper .half.left {
    left: 0;
}

.popup-wrapper .contact-wrapper .half.left .center-wrapper {
    left: 50%;
    margin-left: -160px;
    width: 320px;
}

.popup-wrapper .contact-wrapper .half.right {
    right: 0;
}

.popup-wrapper .contact-wrapper .half.right .center-wrapper {
    left: 50%;
    margin-left: -160px;
    width: 320px;
}

.popup-wrapper .contact-wrapper .half .center-wrapper {
    display: block;
    top: 60px;
    height: calc( 100% - 60px);
}

.popup-wrapper .contact-wrapper .half .divider {
    position: absolute;
    top: 60px;
    height: calc( 100% - 120px);
    left: 100%;
    width: 1px;
    background: white;
}

.popup-wrapper .contact-wrapper .half h3 {
    font-size: 4.6em;
}

.popup-wrapper .contact-wrapper .follow {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
}

.popup-wrapper .contact-wrapper .follow .fa {
    margin-right: 6px;
    margin-left: 0;
    border-color: black;
    color: black;
}

.popup-wrapper .contact-wrapper .follow .fa:hover {
    border-color: #3EBFB9;
}

.popup-wrapper .contact-wrapper form {
    position: relative;
    margin-top: 30px;
}

.popup-wrapper .contact-wrapper form .form-row {
    position: relative;
    height: auto;
    margin-bottom: 15px;
}

.popup-wrapper .contact-wrapper form .form-row.last {
    margin-bottom: 0;
}

.popup-wrapper .contact-wrapper form .form-row.double {
    height: 80px;
}

.popup-wrapper .contact-wrapper form .form-row .part {
    position: relative;
    width: calc( 50% - 10px);
    height: 100%;
}

.popup-wrapper .contact-wrapper form .form-row .part.go-left {
    float: left;
}

.popup-wrapper .contact-wrapper form .form-row .part.go-right {
    float: right;
}

.popup-wrapper .contact-wrapper form .form-row .part.disabled label,
.popup-wrapper .contact-wrapper form .form-row .part.disabled input {
    opacity: 0.25;
}

.popup-wrapper .contact-wrapper form .form-row .part.disabled input,
.popup-wrapper .contact-wrapper form .form-row .part.disabled select {
    cursor: not-allowed;
}

.popup-wrapper .contact-wrapper form .form-row .triangle {
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 16px;
}

.popup-wrapper .contact-wrapper form label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.popup-wrapper .contact-wrapper form input {
    height: 40px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
}

.popup-wrapper .contact-wrapper form input:focus {
    border-color: #3EBFB9;
}

.popup-wrapper .contact-wrapper form input.go-left {
    float: left;
}

.popup-wrapper .contact-wrapper form input.go-right {
    float: right;
}

.popup-wrapper .contact-wrapper form input.full {
    width: 100%;
}

.popup-wrapper .contact-wrapper form input.error {
    border-color: red;
}

.popup-wrapper .contact-wrapper form input[type="submit"] {
    background: #167378;
    color: white;
    border: 0;
    width: 100%;
    font-size: 2.2em;
    font-family: "bebas_neuebold";
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.popup-wrapper .contact-wrapper form input[type="submit"]:hover {
    background: black;
    color: #3EBFB9;
}

.popup-wrapper .contact-wrapper form select {
    height: 40px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    cursor: pointer;
    position: relative;
}

.popup-wrapper .contact-wrapper form select:focus {
    border-color: #3EBFB9;
}

.popup-wrapper .contact-wrapper form select.go-left {
    float: left;
}

.popup-wrapper .contact-wrapper form select.go-right {
    float: right;
}

.popup-wrapper .contact-wrapper form select.full {
    width: 100%;
}

/* .popup-wrapper .contact-wrapper form textarea {
    height: 100%;
    width: 100%;
    border: 0;
    border-bottom: 2px solid black;
    background: transparent;
    outline: 0;
    resize: none;
    font-family: "Roboto";
    font-size: 15px;
    padding-top: 10px;
} */

.popup-wrapper .contact-wrapper form textarea {
    height: 120px;
    width: 100%;
    background: transparent;
    outline: 0;
    resize: none;
    font-family: "Roboto";
    font-size: 15px;
}


.popup-wrapper .contact-wrapper form textarea.error {
    border: 1px solid red;
}

.popup-wrapper .contact-wrapper form button {
    height: 100%;
    width: 100%;
    border: 0;
    background: black;
    color: white;
    outline: 0;
    font-family: "bebas_neuebold";
    font-size: 2em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.popup-wrapper .contact-wrapper form button:hover {
    background: #3EBFB9;
    color: black;
}

.popup-wrapper .contact-wrapper form .required-message {
    font-size: 12px;
    margin-top: 6px;
    color: red;
    display: none;
}

.popup-wrapper .the-video {
    position: absolute;
    width: 900px;
    height: 506px;
    left: 50%;
    margin-left: -450px;
    top: 50%;
    margin-top: -253px;
    background: white;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.popup-wrapper .the-video.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.popup-wrapper .the-video.show {
    visibility: visible;
    opacity: 1;
}

.popup-wrapper .the-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-wrapper .three-videos {
    position: absolute;
    width: 1200px;
    height: 400px;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -200px;
}

.popup-wrapper .three-videos .item-wrapper {
    position: relative;
    float: left;
    width: calc( (100% - 120px) / 3);
    margin: 0 20px;
    height: 100%;
    color: white;
}

.popup-wrapper .three-videos .item-wrapper .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.popup-wrapper .three-videos .item-wrapper .iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-wrapper .three-videos .item-wrapper h5 {
    margin-top: 20px;
    font-size: 2.4em;
}

.popup-wrapper .thanks-message {
    position: absolute;
    width: 500px;
    height: 300px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -150px;
    background: white;
    border: 4px solid white;
}

.popup-wrapper .reg-message {
    position: absolute;
    width: 500px;
    height: 240px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -120px;
    background: white;
}

.popup-wrapper .exists-message {
    position: absolute;
    width: 520px;
    height: 360px;
    left: 50%;
    margin-left: -260px;
    top: 50%;
    margin-top: -180px;
    background: white;
    border: 6px solid white;
}

.popup-wrapper .exists-message .overlay {
    background: rgba(0, 0, 0, 0.65);
}

.popup-wrapper .exists-message .center-wrapper .center {
    padding: 20px 40px;
}

.popup-wrapper .exists-message .center-wrapper .center h5 {
    font-size: 3.1em;
}

.popup-wrapper .exists-message .center-wrapper .center .buttons .button {
    width: 140px;
    margin: 0 5px;
    display: inline-block;
}

.slick-slide {
    outline: 0;
}

.locations-wrapper {
    position: absolute;
    color: white;
    width: 1140px;
    height: 512px;
    top: 50%;
    margin-top: -256px;
    left: 50%;
    margin-left: -570px;
    text-align: center;
}

.locations-wrapper .item {
    position: relative;
    width: 360px !important;
    height: 512px;
    margin: 0 10px;
    text-align: left;
    background: black;
    color: #300909;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: inline-block;
}

.locations-wrapper .item.fade .inner-wrapper {
    opacity: 0.25;
}

.locations-wrapper .item .inner-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.locations-wrapper .item .image {
    position: relative;
    height: auto;
    padding-bottom: 52.25%;
}

.locations-wrapper .item .text {
    padding: 0 20px;
    position: relative;
}

.locations-wrapper .item h3 {
    font-size: 4em;
}

.locations-wrapper .item h4 {
    font-size: 3.4em;
}

.locations-wrapper .item .fa {
    font-size: 13px;
}

.locations-wrapper .item .button {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.locations-wrapper .item .view-map {
    text-align: center;
    cursor: pointer;
    font-size: 1.3em;
    margin-top: 20px;
    cursor: pointer;
}

.locations-wrapper .item .view-map .fa {
    margin-right: 6px;
}

.locations-wrapper .item p.small {
    font-size: 13px;
    margin-top: 5px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.locations-wrapper .item .prices {
    position: relative;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 15px;
}

.locations-wrapper .item .prices.half {
    width: calc( 50% - 10px);
}

.locations-wrapper .item .prices.half .prices-coming-soon {
    position: absolute;
    top: 0;
    left: calc( 100% + 20px);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-family: "bebas_neuebook";
    font-size: 2.4em;
}

.locations-wrapper .item .prices.half .prices-coming-soon .text {
    position: relative;
    padding: 22px 0;
    width: 55px;
    margin: auto;
}

.locations-wrapper .item .prices .row {
    position: relative;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 1.3em;
}

.locations-wrapper .item .prices .row.special {
    height: auto;
    line-height: 1.3;
    padding: 8px 0;
}

.locations-wrapper .item .prices .row.special .the-kind {
    position: relative;
    float: left;
    width: 35%;
}

.locations-wrapper .item .prices .row.special .the-price {
    position: relative;
    float: right;
    width: 65%;
    line-height: 1.3;
    height: auto;
}

.locations-wrapper .item .prices .row .the-price {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
}

.locations-wrapper .fa-chevron-left {
    position: absolute;
    color: white;
    left: -60px;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    z-index: 9999;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 32px !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
}

.locations-wrapper .fa-chevron-left:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
    color: white;
}

.locations-wrapper .fa-chevron-right {
    position: absolute;
    color: white;
    right: -60px;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    z-index: 9999;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 32px !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
}

.locations-wrapper .fa-chevron-right:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
    color: white;
}

.plans-wrapper {
    position: absolute;
    width: 1200px;
    height: 450px;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -225px;
    text-align: center;
    color: white;
}

.plans-wrapper .item {
    position: relative;
    display: inline-block;
    width: 280px;
    margin: 0 8px;
    height: 100%;
    vertical-align: top;
    text-align: left;
    background: black;
    color: black;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
}

.plans-wrapper .item.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.plans-wrapper .item.show {
    visibility: visible;
    opacity: 1;
}

.plans-wrapper .item.fade .inner-wrapper {
    opacity: 0.25;
}

.plans-wrapper .item .inner-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.plans-wrapper .item .image {
    position: relative;
    height: auto;
    padding-bottom: 65%;
}

.plans-wrapper .item .text {
    padding: 0 20px;
    position: relative;
}

.plans-wrapper .item h3 {
    font-size: 4em;
}

.plans-wrapper .item h4 {
    font-size: 3.4em;
}

.plans-wrapper .item .fa {
    font-size: 13px;
}

.plans-wrapper .item .button {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.plans-wrapper .item .view-map {
    text-align: center;
    cursor: pointer;
    font-size: 1.3em;
    margin-top: 20px;
    cursor: pointer;
}

.plans-wrapper .item .view-map .fa {
    margin-right: 6px;
}

.plans-wrapper .item p.small {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.plans-wrapper .item p.small .fa {
    background: #3EBFB9;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px !important;
    text-align: center;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 3px;
}

.plans-wrapper .item .desc {
    position: relative;
    margin-top: 10px;
}


/*********/

.diagonal {
    position: absolute;
    left: -200px;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    width: 400px;
    transform: skew(-21deg);
    -webkit-transform: skew(-21deg);
}

.diagonal.wider {
    left: -100px;
    width: 550px;
}


/*********/

.profile-image {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.team-member {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    width: calc( 50% - 2px);
    padding-right: 50px;
    text-align: center;
}

.team-member .profile-image-wrapper {
    position: relative;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.team-member .profile-image-wrapper .image {
    border-radius: 50%;
}


/*********/

blockquote {
    position: relative;
    padding-left: 50px;
    margin: 20px 0;
}

blockquote:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
}

blockquote p strong {
    font-weight: 700;
    display: block;
    text-align: right;
    margin-top: 10px;
}


/*********/

.meetings-cover {
    position: relative;
    height: calc( 60vh - 44px);
    min-height: 380px;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.meetings-cover.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.meetings-cover .meetings-cover-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    background: black;
}

.meetings-cover .meetings-cover-gallery .item {
    height: 100%;
}

.meetings-cover .meetings-cover-gallery .item .image .overlay {
    background: rgba(0, 0, 0, 0.35) !important;
}

.meetings-cover .inner-wrapper {
    position: relative;
    height: 100%;
    margin: auto;
}

.meetings-cover .center-wrapper {
    width: 900px;
    left: 50%;
    margin-left: -450px;
    top: -44px;
    height: calc( 100% + 44px);
    text-align: center;
    opacity: 0;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.meetings-cover .center-wrapper.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.meetings-cover .center-wrapper.show {
    opacity: 1;
}

.meetings-cover .center-wrapper h1 {
    font-family: "bebas_neuebook";
    font-size: 8.64em;
}

.meetings-cover .center-wrapper h5 {
    font-size: 3.4em;
}

.meetings-content-wrapper {
    position: relative;
    background: #fafafa;
}

.search-bar {
    position: relative;
    height: auto;
    background: white;
    width: 100%;
    max-width: 1165px;
    margin: -60px auto 50px;
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.1);
    color: black;
    padding: 30px 30px 10px;
}

.search-bar .form-wrapper {
    position: relative;
    margin-top: 20px;
}

.search-bar .form-wrapper form {
    position: relative;
    width: 100%;
}

.search-bar .form-wrapper form .part {
    position: relative;
    float: left;
    width: 20%;
    padding-right: 15px;
    margin-bottom: 20px;
}

.search-bar .form-wrapper form .part.w-250 {
    width: 250px;
}

.search-bar .form-wrapper form .part.w-260 {
    width: 260px;
}

.search-bar .form-wrapper form .part.w-170 {
    width: 170px;
}

.search-bar .form-wrapper form .part.w-155 {
    width: 155px;
}

.search-bar .form-wrapper form .part.w-140 {
    width: 140px;
    padding-right: 0;
}

.search-bar .form-wrapper form .part .fa {
    position: absolute;
    left: 13px;
    bottom: 0;
    line-height: 37px !important;
    font-size: 13px !important;
    z-index: 99999;
}

.search-bar .form-wrapper form .part label {
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    width: calc( 100% + 10px);
}

.search-bar .form-wrapper form .part label strong {
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 600;
}

.search-bar .form-wrapper form .part .selectric-wrapper.selectric-open .selectric {
    border: 1px solid #3EBFB9 !important;
}

.search-bar .form-wrapper form .part .selectric-wrapper.selectric-open .selectric .button:after {
    border-bottom: 5px solid black !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 0 !important;
}

.search-bar .form-wrapper form .part .selectric-wrapper .selectric {
    background: white !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.search-bar .form-wrapper form .part .selectric-wrapper .selectric .label {
    padding-left: 33px !important;
}

.search-bar .form-wrapper form .part .selectric-wrapper .selectric .button:after {
    border-top: 5px solid black !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
}

.search-bar .form-wrapper form .part .selectric-wrapper .selectric-items {
    border: 0 !important;
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.1);
}

.search-bar .form-wrapper form .part .selectric-wrapper .selectric-items li {
    background: white !important;
    font-size: 13px !important;
    padding: 10px 15px !important;
    border-top: 0 !important;
}

.search-bar .form-wrapper form .part .selectric-wrapper .selectric-items li:hover {
    background: rgba(0, 0, 0, 0.025) !important;
}

.search-bar .form-wrapper form .part .selectric-wrapper .selectric-items li.highlighted {
    background: #167378 !important;
    color: white !important;
    font-weight: 600 !important;
}

.search-bar .form-wrapper form .part .selectric-wrapper .selectric-items li.selectric-group-label {
    background: rgba(0, 0, 0, 0.05) !important;
    font-family: "bebas_neuebold" !important;
    font-size: 20px !important;
}

.search-bar .form-wrapper form .part .plus-wrapper {
    position: absolute;
    right: 43px;
    top: 35px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 0;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    padding-left: 1px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    z-index: 99;
}

.search-bar .form-wrapper form .part .plus-wrapper:hover {
    background: black;
    color: white;
}

.search-bar .form-wrapper form .part .minus-wrapper {
    position: absolute;
    right: 25px;
    top: 35px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 14px;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    z-index: 99;
}

.search-bar .form-wrapper form .part .minus-wrapper:hover {
    background: black;
    color: white;
}

.search-bar .form-wrapper form input {
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: white;
    padding-left: 33px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
    cursor: pointer;
}

.search-bar .form-wrapper form input:focus {
    border-color: #3EBFB9;
}

.search-bar .form-wrapper form input.go-left {
    float: left;
}

.search-bar .form-wrapper form input.go-right {
    float: right;
}

.search-bar .form-wrapper form input.full {
    width: 100%;
}

.search-bar .form-wrapper form input.error {
    border-color: red;
}

.search-bar .form-wrapper form input[type="submit"] {
    background: #167378;
    color: white;
    border: 0;
    width: 100%;
    font-size: 2.2em;
    font-family: "bebas_neuebold";
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.search-bar .form-wrapper form input[type="submit"]:hover {
    background: black;
    color: #3EBFB9;
}

.search-bar .form-wrapper form select {
    height: 40px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    cursor: pointer;
    position: relative;
}

.search-bar .form-wrapper form select:focus {
    border-color: #3EBFB9;
}

.search-bar .form-wrapper form select.go-left {
    float: left;
}

.search-bar .form-wrapper form select.go-right {
    float: right;
}

.search-bar .form-wrapper form select.full {
    width: 100%;
}

.search-bar .form-wrapper form textarea {
    height: 100%;
    width: 100%;
    border: 0;
    border-bottom: 2px solid black;
    background: transparent;
    outline: 0;
    resize: none;
    font-family: "Roboto";
    font-size: 15px;
    padding-top: 10px;
}

.search-bar .form-wrapper form button {
    margin-top: 24px;
    height: 38px;
    width: 100%;
    border: 0;
    background: #167378;
    color: white;
    outline: 0;
    font-family: "bebas_neuebold";
    font-size: 2.2em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.search-bar .form-wrapper form button:hover {
    background: #3EBFB9;
}

.meetings-content {
    position: relative;
    padding: 0 60px 60px;
    max-width: 1640px;
    margin: auto;
}

.meetings-content.special {
    padding: 60px;
    max-width: 1440px;
}

.meetings-content.special .left-col {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 15px;
}

.meetings-content.special .right-col {
    position: relative;
    float: right;
    width: 50%;
    padding-left: 15px;
}

.meetings-content.special .single-col {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: auto;
}

.meetings-content.special .single-col .double-boxes {
    position: relative;
}

.meetings-content.special .single-col .double-boxes .f-l {
    float: left;
    width: calc( 50% - 10px);
    position: relative;
}

.meetings-content.special .single-col .double-boxes .f-r {
    float: right;
    width: calc( 50% - 10px);
    position: relative;
}

.meetings-content.special .single-col .icons {
    position: relative;
    margin: 20px auto 0;
    text-align: center;
}

.meetings-content.special .single-col .icons .icon {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 41px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content.special .single-col .icons .icon:hover {
    color: #3EBFB9;
    border-color: #3EBFB9;
}

.meetings-content.special .single-col .icons .icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
}

.meetings-content.special .single-col .icons .icon .fa {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 37px !important;
    font-size: 17px !important;
}

.meetings-content.special .single-col .icons .icon .tooltip {
    position: absolute;
    top: calc( 100% + 10px);
    width: 120px;
    left: 50%;
    margin-left: -60px;
    background: #3EBFB9;
    color: white;
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 13px;
    padding: 4px 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(6px) !important;
    -webkit-transform: translateY(6px) !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content.special .single-col .icons .icon .tooltip.show {
    visibility: visible;
    opacity: 1;
}

.meetings-content.special .single-col .icons .icon .tooltip:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-bottom: 5px solid #3EBFB9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 0;
    height: 0;
    margin-left: -5px;
    content: '';
}

.meetings-content.special .box {
    background: white;
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.meetings-content.special .box.alone {
    max-width: 1024px;
    margin: 0 auto 30px;
}

.meetings-content.special .box h4 {
    font-size: 3.4em;
}

.meetings-content.special .box h4 .number {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 0.65em;
    line-height: 25px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid black;
    font-family: "bebas_neuebold";
    margin-right: 6px;
    padding-right: 1px;
    transform: translateY(-5px) !important;
    -webkit-transform: translateY(-5px) !important;
}

.meetings-content.special .box .item {
    position: relative;
    display: block;
    width: 100%;
}

.meetings-content.special .box .item .left-side {
    position: relative;
    width: calc( 50% - 30px);
    float: left;
}

.meetings-content.special .box .item .left-side.special {
    width: calc( 100% + 60px);
    margin: 0 -30px;
    float: none;
}

.meetings-content.special .box .item .left-side.special .image-wrapper {
    padding-bottom: 35%;
}

.meetings-content.special .box .item .left-side .image-and-details {
    position: relative;
    margin-top: 30px;
}

.meetings-content.special .box .item .left-side .image-and-details .image-and-amenities {
    position: relative;
    float: left;
    width: calc( 50% - 30px);
}

.meetings-content.special .box .item .left-side .image-and-details .details {
    width: 50%;
}

.meetings-content.special .box .item .left-side .image-and-details .details .title {
    font-size: 2.8em !important;
}

.meetings-content.special .box .item .left-side .image-and-details .details .grey-box {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.meetings-content.special .box .item .left-side .image-and-details .details .grey-box p {
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.meetings-content.special .box .item .left-side .image-wrapper {
    position: relative;
    padding-bottom: 75%;
    cursor: pointer;
}

.meetings-content.special .box .item .left-side .image-wrapper:hover .overlay {
    background: rgba(0, 0, 0, 0.45);
}

.meetings-content.special .box .item .left-side .image-wrapper:hover .center-wrapper .center .fa {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    visibility: visible;
    opacity: 1;
}

.meetings-content.special .box .item .left-side .image-wrapper .overlay {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.meetings-content.special .box .item .left-side .image-wrapper .center-wrapper .center .fa {
    font-size: 21px;
    transform: translateY(20px) !important;
    -webkit-transform: translateY(20px) !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.meetings-content.special .box .item .left-side .image-wrapper .center-wrapper .center .fa.show {
    visibility: visible;
    opacity: 1;
}

.meetings-content.special .box .item .left-side .icons {
    position: relative;
    width: calc( 100% + 6px);
    margin: 10px -3px 0;
    z-index: 99;
}

.meetings-content.special .box .item .left-side .icons .icon {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 6px 6px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content.special .box .item .left-side .icons .icon:hover {
    color: #3EBFB9;
    border-color: #3EBFB9;
    z-index: 10;
}

.meetings-content.special .box .item .left-side .icons .icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
}

.meetings-content.special .box .item .left-side .icons .icon .fa {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 30px !important;
    font-size: 14px !important;
}

.meetings-content.special .box .item .left-side .icons .icon span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 36px !important;
    font-size: 15px !important;
    font-weight: 600;
}

.meetings-content.special .box .item .left-side .icons .icon .tooltip {
    position: absolute;
    top: calc( 100% + 10px);
    width: 120px;
    left: 50%;
    margin-left: -60px;
    background: #3EBFB9;
    color: white;
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 13px;
    padding: 4px 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(6px) !important;
    -webkit-transform: translateY(6px) !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content.special .box .item .left-side .icons .icon .tooltip.show {
    visibility: visible;
    opacity: 1;
}

.meetings-content.special .box .item .left-side .icons .icon .tooltip:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-bottom: 5px solid #3EBFB9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 0;
    height: 0;
    margin-left: -5px;
    content: '';
}

.meetings-content.special .box .item .left-side .desc {
    padding: 10px 0;
}

.meetings-content.special .box .item .left-side textarea {
    margin-top: 20px;
    width: 100%;
    height: 106px;
    resize: none;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 15px;
    font-family: "Roboto";
    font-size: 15px;
    outline: 0;
    line-height: 1.5;
}

.meetings-content.special .box .item .left-side textarea:focus {
    border-color: #3EBFB9;
}

.meetings-content.special .box .item .details {
    position: relative;
    float: right;
    width: calc( 50% - 30px);
    background: white;
}

.meetings-content.special .box .item .details.special {
    float: none;
    width: 100%;
    padding: 40px 10px 0;
}

.meetings-content.special .box .item .details .center-wrapper {
    display: block;
    position: relative;
}

.meetings-content.special .box .item .details .center-wrapper .center {
    display: block;
    position: relative;
}

.meetings-content.special .box .item .details .title {
    position: relative;
    font-size: 4.2em !important;
}

.meetings-content.special .box .item .details .hover-bright {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content.special .box .item .details .hover-bright:hover {
    color: #3EBFB9;
}

.meetings-content.special .box .item .details .desc {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.meetings-content.special .box .item .details .price-and-button {
    margin-top: 10px;
}

.meetings-content.special .box .item .details .price-and-button .price {
    float: left;
    line-height: 30px;
}

.meetings-content.special .box .item .details .price-and-button .price span {
    font-size: 2em;
    margin-left: 4px;
}

.meetings-content.special .box .item .details .price-and-button .button {
    float: right;
    width: 140px;
    font-size: 1.8em;
    background: #167378;
    color: white;
    border: 0;
    line-height: 34px;
    height: 34px;
}

.meetings-content.special .box .item .details .price-and-button .button:hover {
    background: #3EBFB9;
}

.meetings-content.special .box .item .details .price-and-button .button a {
    display: block;
}

.meetings-content.special .box .item .details .grey-box {
    position: relative;
    margin-top: 30px;
}

.meetings-content.special .box .item .details .grey-box.no-pad p {
    padding-left: 0;
}

.meetings-content.special .box .item .details .grey-box.little-p {
    margin-top: 20px;
}

.meetings-content.special .box .item .details .grey-box.little-p p {
    font-size: 14px;
}

.meetings-content.special .box .item .details .grey-box p {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.meetings-content.special .box .item .details .grey-box p.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.meetings-content.special .box .item .details .grey-box p.bright {
    color: #3EBFB9;
}

.meetings-content.special .box .item .details .grey-box p .fa {
    position: absolute;
    left: 0;
    top: 4px;
}

.meetings-content.special .box .item .details .grey-box p .fa.fa-male {
    left: 3px;
}

.meetings-content.special .box .item .details .button {
    margin-top: 30px;
    width: 100%;
    background: #167378;
    color: white;
    border: 2px solid #167378;
}

.meetings-content.special .box .item .details .button:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
}

.meetings-content.special .box .form-wrapper {
    position: relative;
    margin-top: 30px;
}

.meetings-content.special .box .form-wrapper form {
    position: relative;
    width: 100%;
}

.meetings-content.special .box .form-wrapper form .form-row {
    position: relative;
    height: auto;
    margin-bottom: 20px;
}

.meetings-content.special .box .form-wrapper form .form-row.last {
    margin-bottom: 0;
}

.meetings-content.special .box .form-wrapper form .form-row.double {
    height: 80px;
}

.meetings-content.special .box .form-wrapper form .form-row .part {
    position: relative;
    width: calc( 50% - 10px);
    height: 100%;
}

.meetings-content.special .box .form-wrapper form .form-row .part.go-left {
    float: left;
}

.meetings-content.special .box .form-wrapper form .form-row .part.go-right {
    float: right;
}

.meetings-content.special .box .form-wrapper form .form-row .part.disabled label,
.meetings-content.special .box .form-wrapper form .form-row .part.disabled input {
    opacity: 0.25;
}

.meetings-content.special .box .form-wrapper form .form-row .part.disabled input,
.meetings-content.special .box .form-wrapper form .form-row .part.disabled select {
    cursor: not-allowed;
}

.meetings-content.special .box .form-wrapper form .form-row .part .selectric-wrapper .selectric {
    border: 0 !important;
    background: #f8f8f8 !important;
}

.meetings-content.special .box .form-wrapper form .form-row .part .selectric-wrapper .selectric .label {
    height: 44px !important;
    line-height: 44px !important;
}

.meetings-content.special .box .form-wrapper form .form-row .triangle {
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 16px;
}

.meetings-content.special .box .form-wrapper form label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.meetings-content.special .box .form-wrapper form input {
    height: 44px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0);
    background: #f8f8f8;
    padding-left: 15px !important;
    outline: 0;
    font-family: "Roboto" !important;
    font-size: 15px !important;
}

.meetings-content.special .box .form-wrapper form input:focus {
    border-color: #3EBFB9;
}

.meetings-content.special .box .form-wrapper form input.go-left {
    float: left;
}

.meetings-content.special .box .form-wrapper form input.go-right {
    float: right;
}

.meetings-content.special .box .form-wrapper form input.full {
    width: 100%;
}

.meetings-content.special .box .form-wrapper form input.error {
    border-color: red;
}

.meetings-content.special .box .form-wrapper form input[type="submit"] {
    background: #167378;
    color: white;
    border: 0;
    width: 100%;
    font-size: 2.2em;
    font-family: "bebas_neuebold";
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content.special .box .form-wrapper form input[type="submit"]:hover {
    background: black;
    color: #3EBFB9;
}

.meetings-content.special .box .form-wrapper form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: "Roboto";
}

.meetings-content.special .box .form-wrapper form input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: "Roboto";
}

.meetings-content.special .box .form-wrapper form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: "Roboto";
}

.meetings-content.special .box .form-wrapper form input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: "Roboto";
}

.meetings-content.special .box .form-wrapper form select {
    height: 40px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0);
    background: #f8f8f8;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    cursor: pointer;
    position: relative;
}

.meetings-content.special .box .form-wrapper form select:focus {
    border-color: #3EBFB9;
}

.meetings-content.special .box .form-wrapper form select.go-left {
    float: left;
}

.meetings-content.special .box .form-wrapper form select.go-right {
    float: right;
}

.meetings-content.special .box .form-wrapper form select.full {
    width: 100%;
}

.meetings-content.special .box .form-wrapper form textarea {
    height: 100%;
    width: 100%;
    border: 0;
    border-bottom: 2px solid black;
    background: transparent;
    outline: 0;
    resize: none;
    font-family: "Roboto";
    font-size: 15px;
    padding-top: 10px;
}

.meetings-content.special .box .form-wrapper form button {
    height: 100%;
    width: 100%;
    border: 0;
    background: black;
    color: white;
    outline: 0;
    font-family: "bebas_neuebold";
    font-size: 2em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content.special .box .form-wrapper form button:hover {
    background: #3EBFB9;
    color: black;
}

.meetings-content.special .box .form-wrapper form .required-message {
    font-size: 12px;
    margin-top: 6px;
    color: red;
    display: none;
}

.meetings-content.special .box .gform_wrapper .ginput_complex .ginput_full,
.meetings-content.special .box .gform_wrapper .ginput_complex .ginput_left,
.meetings-content.special .box .gform_wrapper .ginput_complex .ginput_right {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.meetings-content.special .box .gform_wrapper .gform_card_icon_container {
    margin: 8px 0 20px !important;
}

.meetings-content.special .box .gform_wrapper .gform_footer {
    padding: 0 !important;
    width: 50% !important;
}

.meetings-content.special .box .gform_wrapper .gform_footer input[type="submit"] {
    font-family: "bebas_neuebold" !important;
    font-size: 2.2em !important;
}

.meetings-content.special .box .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #3EBFB9 !important;
    color: white !important;
}

.meetings-content.special .box #field_1_2 {
    position: absolute !important;
    left: 0 !important;
    bottom: -40px !important;
}

.meetings-content.special .box #field_1_2 input {
    width: 12px !important;
    height: 12px !important;
    margin-right: 6px !important;
}

.meetings-content.special .box #field_1_2 label {
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
}

.meetings-content .breadcrumbs {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.meetings-content .breadcrumbs .item {
    display: inline-block;
    vertical-align: top;
    font-size: 1.8em;
    line-height: 30px;
}

.meetings-content .breadcrumbs .item.active {
    color: #3EBFB9;
}

.meetings-content .breadcrumbs .item.disabled {
    opacity: 0.25;
}

.meetings-content .breadcrumbs .item a {
    display: block;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content .breadcrumbs .item a:hover {
    color: #3EBFB9;
}

.meetings-content .breadcrumbs .fa {
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
    font-size: 13px;
    line-height: 33px;
}

.meetings-content .breadcrumbs .fa.disabled {
    opacity: 0.25;
}

.meetings-content .results-counter-wrapper {
    position: relative;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content .results-counter-wrapper.g-down {
    transform: translateY(30px) !important;
    -webkit-transform: translateY(30px) !important;
    visibility: hidden;
    opacity: 0;
}

.meetings-content .results-counter-wrapper.g-down.show {
    visibility: visible;
    opacity: 1;
}

.meetings-content .fa-circle-o-notch {
    position: absolute;
    left: 50%;
    top: 177px;
    font-size: 19px !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.meetings-content .fa-circle-o-notch.show {
    visibility: visible;
    opacity: 1;
}

.meetings-content .fa-circle-o-notch.show {
    visibility: visible;
    opacity: 1;
}

.meetings-content .results-wrapper {
    position: relative;
    width: calc( 100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 50px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content .results-wrapper.g-down {
    transform: translateY(30px) !important;
    -webkit-transform: translateY(30px) !important;
    visibility: hidden;
    opacity: 0;
}

.meetings-content .results-wrapper.g-down.show {
    visibility: visible;
    opacity: 1;
}

.meetings-content .results-wrapper .item {
    position: relative;
    display: inline-block;
    margin: 0 18px 40px;
    width: calc( (100% - 80px) / 2);
    vertical-align: top;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: none;
}

.meetings-content .results-wrapper .item:hover {
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.1);
}

.meetings-content .results-wrapper .item .left-side {
    position: relative;
    width: 239px;
    float: left;
    padding: 20px 0 14px 20px;
}

.meetings-content .results-wrapper .item .left-side .image-wrapper {
    position: relative;
    padding-bottom: 87%;
    cursor: pointer;
}

.meetings-content .results-wrapper .item .left-side .image-wrapper:hover .overlay {
    background: rgba(0, 0, 0, 0.45);
}

.meetings-content .results-wrapper .item .left-side .image-wrapper:hover .center-wrapper .center .fa {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    visibility: visible;
    opacity: 1;
}

.meetings-content .results-wrapper .item .left-side .image-wrapper .overlay {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.meetings-content .results-wrapper .item .left-side .image-wrapper .center-wrapper .center .fa {
    font-size: 21px;
    transform: translateY(20px) !important;
    -webkit-transform: translateY(20px) !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.meetings-content .results-wrapper .item .left-side .image-wrapper .center-wrapper .center .fa.show {
    visibility: visible;
    opacity: 1;
}

.meetings-content .results-wrapper .item .left-side .icons {
    position: relative;
    width: calc( 100% + 6px);
    margin: 15px -3px 0;
    z-index: 99;
    text-align: center;
}

.meetings-content .results-wrapper .item .left-side .icons .icon {
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 3px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content .results-wrapper .item .left-side .icons .icon:hover {
    color: #3EBFB9;
    border-color: #3EBFB9;
}

.meetings-content .results-wrapper .item .left-side .icons .icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
}

.meetings-content .results-wrapper .item .left-side .icons .icon .fa {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 26px !important;
    font-size: 15px !important;
}

.meetings-content .results-wrapper .item .left-side .icons .icon span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 36px !important;
    font-size: 15px !important;
    font-weight: 600;
}

.meetings-content .results-wrapper .item .left-side .icons .icon .tooltip {
    position: absolute;
    top: calc( 100% + 10px);
    width: 120px;
    left: 50%;
    margin-left: -60px;
    background: #3EBFB9;
    color: white;
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 13px;
    padding: 4px 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(6px) !important;
    -webkit-transform: translateY(6px) !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content .results-wrapper .item .left-side .icons .icon .tooltip.show {
    visibility: visible;
    opacity: 1;
}

.meetings-content .results-wrapper .item .left-side .icons .icon .tooltip:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-bottom: 5px solid #3EBFB9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 0;
    height: 0;
    margin-left: -5px;
    content: '';
}

.meetings-content .results-wrapper .item .details {
    position: relative;
    float: right;
    width: calc( 100% - 239px);
    padding: 20px 30px;
    background: white;
}

.meetings-content .results-wrapper .item .details .center-wrapper {
    display: block;
    position: relative;
}

.meetings-content .results-wrapper .item .details .center-wrapper .center {
    display: block;
    position: relative;
}

.meetings-content .results-wrapper .item .details .title {
    position: relative;
    font-size: 3em !important;
}

.meetings-content .results-wrapper .item .details .title .price {
    float: right;
}

.meetings-content .results-wrapper .item .details .hover-bright {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content .results-wrapper .item .details .hover-bright:hover {
    color: #3EBFB9;
}

.meetings-content .results-wrapper .item .details .desc {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.meetings-content .results-wrapper .item .details .desc.main {
    min-height: 130px;
}

.meetings-content .results-wrapper .item .details .desc.main .seating {
    display: block;
    margin-top: 5px;
    font-weight: 600;
}

.meetings-content .results-wrapper .item .details .price-and-button .price {
    float: left;
    line-height: 30px;
    transform: translateY(5px) !important;
    -webkit-transform: translateY(5px) !important;
}

.meetings-content .results-wrapper .item .details .price-and-button .price span {
    font-size: 2em;
    margin-left: 4px;
}

.meetings-content .results-wrapper .item .details .price-and-button .button {
    float: right;
    width: 140px;
    font-size: 1.8em;
    background: #167378;
    color: white;
    border: 0;
    line-height: 34px;
    height: 34px;
}

.meetings-content .results-wrapper .item .details .price-and-button .button:hover {
    background: #3EBFB9;
}

.meetings-content .results-wrapper .item .details .price-and-button .button a {
    display: block;
}

.meetings-content .meetings-go-up {
    position: relative;
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.meetings-content .meetings-go-up:hover {
    color: #3EBFB9;
    border-color: #3EBFB9;
}

.meetings-content .meetings-go-up .fa {
    margin-right: 3px;
    font-size: 19px !important;
    transform: translateY(-4px) !important;
    -webkit-transform: translateY(-4px) !important;
}

.spreedly-company .company-name {
    font-size: 44px !important;
    color: black !important;
}

.spreedly-company .sidebar-top-description {
    margin-top: -15px !important;
    color: black !important;
    font-size: 21px !important;
    font-weight: 600 !important;
}

.spreedly-sidebar-divider {
    background: white !important;
    width: 80% !important;
    margin: 20px auto !important;
}

.spreedly-item .item-price {
    color: black !important;
    font-size: 28px !important;
}

.spreedly-item .sidebar-bottom-description {
    margin-top: -10px !important;
    color: black !important;
    font-size: 14px !important;
}

.spreedly-sidebar {
    border-radius: 0 !important;
}

.spreedly-background {
    border-radius: 0 !important;
    background: white !important;
}

.spreedly-button {
    background: #167378 !important;
    border-radius: 0 !important;
    border-bottom: 0 !important;
    font-size: 22px !important;
    font-family: "bebas_neuebold" !important;
    padding: 0 !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.spreedly-button:hover {
    background: #3EBFB9 !important;
}

.spreedly-button .spreedly-icon-lock {
    font-size: 12px !important;
}

#spreedly-modal-form .spreedly-label {
    color: black !important;
}

.enlarge-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    display: none;
}

.enlarge-image.show {
    visibility: visible;
    opacity: 1;
}

.enlarge-image.show {
    visibility: visible;
    opacity: 1;
}

.enlarge-image.show .the-image {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}

.enlarge-image .the-image {
    position: absolute;
    top: 100px;
    left: 80px;
    width: calc( 100% - 160px);
    height: calc( 100% - 200px);
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    transform: scale(0.9) !important;
    -webkit-transform: scale(0.9) !important;
}

.enlarge-image .headline {
    position: fixed;
    left: 60px;
    top: 30px;
    color: white;
    max-width: calc( 100% - 90px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.enlarge-image .headline h4 {
    font-size: 3.2em;
}

.room-summary {
    position: relative;
    padding-left: 210px;
    min-height: 155px;
    margin-top: 30px;
}

.room-summary .image-wrapper {
    width: 190px;
    position: absolute;
    height: 155px;
    top: 0;
    left: 0;
}

.room-summary .details {
    position: relative;
}

.room-summary .details h6 {
    font-size: 2.4em;
    font-family: "bebas_neuebook";
}

.room-summary .details .rows {
    line-height: 1.8;
}

.pay-button {
    position: relative;
    background: #167378 !important;
    margin-top: 30px !important;
    border-color: #167378 !important;
    color: white !important;
    width: 300px !important;
}

.pay-button:hover {
    background: #3EBFB9 !important;
    border-color: #3EBFB9 !important;
}

#payment-content-wrapper {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px) !important;
    -webkit-transform: translateY(30px) !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

#payment-content-wrapper.show {
    visibility: visible;
    opacity: 1;
}

#payment-content-wrapper.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
}


/*********/

.location-cover {
    position: relative;
    height: calc( 75vh - 44px);
    color: white;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.location-cover.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.location-cover.full-height {
    height: calc( 100vh - 44px);
    min-height: 580px;
}

.location-cover.full-height .location-cover-gallery {
    height: calc( 100% - 90px);
    overflow: hidden;
    cursor: pointer;
    background: black;
    min-height: 490px;
}

.location-cover.full-height .location-cover-gallery .item {
    height: calc( 100vh - 134px);
    min-height: 490px;
}

.location-cover.full-height .location-cover-gallery .slick-dots {
    left: 60px;
    bottom: 30px;
    width: calc( 100% - 120px);
    text-align: left;
}

.location-cover.full-height .location-cover-gallery .slick-dots li {
    margin: 0;
    opacity: 1;
}

.location-cover.full-height .location-cover-gallery .slick-dots li.slick-active button:before {
    color: #3EBFB9;
}

.location-cover.full-height .location-cover-gallery .slick-dots li button {
    opacity: 1;
}

.location-cover.full-height .location-cover-gallery .slick-dots li button:before {
    font-size: 30px;
    color: white;
    opacity: 1;
}

.location-cover.full-height .center-wrapper {
    top: -44px;
    height: calc( 100% + 44px);
    width: calc( 100% - 980px);
}

.location-cover .location-cover-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.location-cover .location-cover-gallery .item {
    position: relative;
    height: calc( 75vh - 44px);
}

.location-cover .learn-more {
    position: absolute;
    left: 60px;
    bottom: 18px;
    z-index: 99;
    color: black;
    font-size: 24px;
    font-family: "bebas_neuebold";
    cursor: pointer;
}

.location-cover .learn-more:hover .fa {
    border-color: black;
}

.location-cover .learn-more .fa {
    margin-right: 10px;
    font-size: 15px !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px !important;
    text-align: center;
    transform: translateY(-3px) !important;
    -webkit-transform: translateY(-3px) !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.location-cover .price-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
}

.location-cover .price-wrapper .triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 150px solid #3EBFB9;
    border-left: 150px solid transparent;
}

.location-cover .price-wrapper .text {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    font-family: "bebas_neuebold";
}

.location-cover .price-wrapper .text .small {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
}

.location-cover .price-wrapper .text .small.second {
    display: inline-block;
    transform: translateY(-10px) !important;
    -webkit-transform: translateY(-10px) !important;
}

.location-cover .center-wrapper {
    width: 400px;
    left: 60px;
    transform: translateX(-60px) !important;
    -webkit-transform: translateX(-60px) !important;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.location-cover .center-wrapper.show {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    opacity: 1;
}

.location-cover .center-wrapper.of-soon {
    top: 75px;
    height: calc( 100% - 75px);
    display: block;
}

.location-cover .center-wrapper h1 {
    font-family: "bebas_neuebook";
    font-size: 10em;
}

.signup-box-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: calc( 100vh - 100px);
    overflow: auto;
    left: 0;
    padding: 84px 20px 20px;
    color: black;
    background: #f8f8f8;
    z-index: 9999;
    transform: translateY(calc( 100% - 64px));
    -webkit-transform: translateY(calc( 100% - 64px));
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.signup-box-mobile.up {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.signup-box-mobile .prices {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.signup-box-mobile .prices.half {
    width: calc( 50% - 10px);
}

.signup-box-mobile .prices.half .prices-coming-soon {
    position: absolute;
    top: 0;
    left: calc( 100% + 20px);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-family: "bebas_neuebook";
    font-size: 2.4em;
}

.signup-box-mobile .prices.half .prices-coming-soon .text {
    position: relative;
    padding: 22px 0;
    width: 55px;
    margin: auto;
}

.signup-box-mobile .prices .row {
    position: relative;
    line-height: 1.3;
    padding: 10px 0;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 1.3em;
}

.signup-box-mobile .prices .row .the-price {
    /* position: absolute;
        right: 0;
        top: 0;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        text-align: right; */
    font-weight: 400;
    margin-top: 4px;
    display: block;
    max-width: 220px;
}

.signup-box-mobile .top-part {
    position: absolute;
    left: 0;
    top: 0;
    height: 64px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.signup-box-mobile .top-part .title {
    position: absolute;
    left: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    top: 50%;
    margin-top: -20px;
    font-family: "bebas_neuebold";
    font-size: 2.4em;
    width: calc( 100% - 170px);
    cursor: pointer;
    background: #3EBFB9;
    color: white;
    border-radius: 25px;
}

.signup-box-mobile .top-part .title.wide {
    width: calc( 100% - 40px);
}

.signup-box-mobile .top-part .title .fa {
    font-size: 15px;
    margin-right: 3px;
    transform: translateY(-3px);
}

.signup-box-mobile .top-part .buttons {
    position: absolute;
    right: 20px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
}

.signup-box-mobile .top-part .buttons .item {
    position: relative;
    width: 34px;
    height: 34px;
    margin-left: 6px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    cursor: pointer;
}

.signup-box-mobile .top-part .buttons .item .fa {
    font-size: 17px;
    line-height: 32px !important;
}

.signup-box-mobile form {
    position: relative;
    width: 100%;
}

.signup-box-mobile form .form-row {
    position: relative;
    height: auto;
    margin-bottom: 15px;
}

.signup-box-mobile form .form-row.last {
    margin-bottom: 0;
}

.signup-box-mobile form .form-row.double {
    height: 80px;
}

.signup-box-mobile form .form-row .part {
    position: relative;
    width: calc( 50% - 5px);
    height: 100%;
}

.signup-box-mobile form .form-row .part.go-left {
    float: left;
}

.signup-box-mobile form .form-row .part.go-right {
    float: right;
}

.signup-box-mobile form .form-row .triangle {
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 16px;
}

.signup-box-mobile form .form-row .triangle-box {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 39px;
    height: 38px;
    background: rgba(245, 245, 245, 0.5);
    z-index: 9999;
    cursor: pointer;
}

.signup-box-mobile form label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.signup-box-mobile form input {
    height: 40px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
}

.signup-box-mobile form input:focus {
    border-color: #3EBFB9;
}

.signup-box-mobile form input.go-left {
    float: left;
}

.signup-box-mobile form input.go-right {
    float: right;
}

.signup-box-mobile form input.full {
    width: 100%;
}

.signup-box-mobile form input[type="submit"] {
    background: #3EBFB9;
    color: white;
    border: 0;
    width: 100%;
    font-size: 2em;
    font-family: "bebas_neuebold";
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.signup-box-mobile form input[type="submit"]:hover {
    background: black;
    color: #3EBFB9;
}

.signup-box-mobile form select {
    height: 40px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    cursor: pointer;
    position: relative;
}

.signup-box-mobile form select:focus {
    border-color: #3EBFB9;
}

.signup-box-mobile form select.go-left {
    float: left;
}

.signup-box-mobile form select.go-right {
    float: right;
}

.signup-box-mobile form select.full {
    width: 100%;
}

.signup-box-mobile form textarea {
    height: 100%;
    width: 100%;
    border: 0;
    border-bottom: 2px solid black;
    background: transparent;
    outline: 0;
    resize: none;
    font-family: "Roboto";
    font-size: 15px;
    padding-top: 10px;
}

.signup-box-mobile form button {
    height: 100%;
    width: 100%;
    border: 0;
    background: black;
    color: white;
    outline: 0;
    font-family: "bebas_neuebold";
    font-size: 2em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.signup-box-mobile form button:hover {
    background: #3EBFB9;
    color: black;
}

.signup-box-mobile form .required-message {
    font-size: 12px;
    margin-top: 6px;
    color: red;
    display: none;
}

.location-page-icon {
    position: absolute;
    top: 0;
    left: calc( -1 * (100vw - 1000px) / 2);
    height: 100%;
    opacity: 0.05;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.location-page-icon.hide {
    opacity: 0;
    visibility: hidden;
}


/*********/

.book-tour-wrapper {
    position: relative;
}

.book-tour-wrapper .form-wrapper {
    position: relative;
    margin-top: 30px;
}

.book-tour-wrapper .form-wrapper .side-to-form {
    max-width: 330px;
    float: left;
}

.book-tour-wrapper .form-wrapper .side-to-form a {
    color: black;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.book-tour-wrapper .form-wrapper .side-to-form a:hover {
    color: #3EBFB9;
}

.book-tour-wrapper .form-wrapper .locations-box {
    float: left;
}

.book-tour-wrapper .form-wrapper form {
    position: relative;
    width: calc( 100% - 280px);
    margin: 0 auto;
}

.book-tour-wrapper .form-wrapper form#signup {
    width: calc( 100% - 370px);
    margin-top: 0;
}

.book-tour-wrapper .form-wrapper form#signup input {
    height: 100%;
    width: calc( 50% - 5px);
    border: 1px solid black;
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
}

.book-tour-wrapper .form-wrapper form#signup input.go-left {
    float: left;
}

.book-tour-wrapper .form-wrapper form#signup input.go-right {
    float: right;
}

.book-tour-wrapper .form-wrapper form#signup input.full {
    width: 100%;
}

.book-tour-wrapper .form-wrapper form#signup input.error {
    border-color: red;
}

.book-tour-wrapper .form-wrapper form#signup input[type="submit"] {
    height: 100%;
    width: 100%;
    border: 0;
    background: black;
    color: white;
    outline: 0;
    font-family: "bebas_neuebold";
    font-size: 2em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.book-tour-wrapper .form-wrapper form#signup input[type="submit"]:hover {
    background: #3EBFB9;
    color: black;
}

.book-tour-wrapper .form-wrapper form .form-title {
    margin: -8px 0 20px;
}

.book-tour-wrapper .form-wrapper .form-the-title {
    text-align: center;
}

.book-tour-wrapper .form-wrapper form .form-row {
    position: relative;
    height: auto;
    margin-bottom: 25px;
}

.book-tour-wrapper .form-wrapper form .form-row.last {
    margin-bottom: 0;
}

.book-tour-wrapper .form-wrapper form .form-row.double {
    height: 80px;
}

.book-tour-wrapper .form-wrapper form .form-row .part {
    position: relative;
    width: calc( 50% - 10px);
    height: 100%;
}

.book-tour-wrapper .form-wrapper form .form-row .part.go-left {
    float: left;
}

.book-tour-wrapper .form-wrapper form .form-row .part.go-right {
    float: right;
}

.book-tour-wrapper .form-wrapper form .form-row .part.disabled label,
.book-tour-wrapper .form-wrapper form .form-row .part.disabled input {
    opacity: 0.25;
}

.book-tour-wrapper .form-wrapper form .form-row .part.disabled input,
.book-tour-wrapper .form-wrapper form .form-row .part.disabled select {
    cursor: not-allowed;
}

.book-tour-wrapper .form-wrapper form .form-row .triangle {
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 16px;
}

.book-tour-wrapper .form-wrapper form label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: "bebas_neuebold";
}

.book-tour-wrapper .form-wrapper form input {
    height: 38px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
}

.book-tour-wrapper .form-wrapper form input:focus {
    border-color: #3EBFB9;
}

.book-tour-wrapper .form-wrapper form input.go-left {
    float: left;
}

.book-tour-wrapper .form-wrapper form input.go-right {
    float: right;
}

.book-tour-wrapper .form-wrapper form input.full {
    width: 100%;
}

.book-tour-wrapper .form-wrapper form input.error {
    border-color: red;
}

.book-tour-wrapper .form-wrapper form input[type="submit"],
.book-tour-wrapper .form-wrapper form button[type="submit"] {
    background: #167378;
    color: white;
    border: 0;
    width: 100%;
    font-size: 2.2em;
    font-family: "bebas_neuebold";
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.book-tour-wrapper .form-wrapper form input[type="submit"]:hover,
.book-tour-wrapper .form-wrapper form button[type="submit"]:hover {
    background: black;
    color: #3EBFB9;
}

.book-tour-wrapper .form-wrapper form select {
    height: 40px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    cursor: pointer;
    position: relative;
}

.book-tour-wrapper .form-wrapper form select:focus {
    border-color: #3EBFB9;
}

.book-tour-wrapper .form-wrapper form select.go-left {
    float: left;
}

.book-tour-wrapper .form-wrapper form select.go-right {
    float: right;
}

.book-tour-wrapper .form-wrapper form select.full {
    width: 100%;
}

.book-tour-wrapper .form-wrapper form textarea {
    height: 100%;
    width: 100%;
    border: 0;
    border-bottom: 2px solid black;
    background: transparent;
    outline: 0;
    resize: none;
    font-family: "Roboto";
    font-size: 15px;
    padding-top: 10px;
}

.book-tour-wrapper .form-wrapper form button {
    height: 100%;
    width: 200px !important;
    border: 0;
    background: black;
    color: white;
    outline: 0;
    font-family: "bebas_neuebold";
    font-size: 2em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.book-tour-wrapper .form-wrapper form button:hover {
    background: #3EBFB9;
    color: black;
}

.book-tour-wrapper .form-wrapper form .required-message {
    font-size: 12px;
    margin-top: 6px;
    color: red;
    display: none;
}

.form-the-title {
    position: relative;
    margin-bottom: 32px;
}

.book-row.hidden {
    display: none;
}

.two-options {
    position: relative;
    margin-bottom: 30px;
    width: calc( 50% - 10px);
    min-width: 320px;
    height: 40px;
    background: white;
    border: 2px solid #167378;
    border-radius: 25px;
    overflow: hidden;
}

.two-options .the-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 50%;
    background: #167378;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    border-radius: 25px;
    overflow: hidden;
}

.two-options .the-bg.move {
    transform: translateX(100%) !important;
    -webkit-transform: translateX(100%) !important;
}

.two-options .option {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    font-size: 2.2em;
    font-family: "bebas_neuebold";
    z-index: 10;
    cursor: pointer;
    border-radius: 25px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.two-options .option.active {
    color: white;
}

.locations-box {
    position: relative;
    background: white;

    /* version 1 */
    width: 420px;
    height: 520px;
}

.locations-box .item {
    position: relative;
    float: left;
    height: 100%;
}

.locations-box .item .location-images-wrapper {
    position: relative;
    height: calc( 420px * 0.5625);
}

.locations-box .item .location-images-wrapper .image-wrapper {
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    height: calc( 420px * 0.5625);
}

.locations-box .item .details {
    position: relative;
    padding: 35px;
}

.locations-box .item .details h5 {
    font-size: 3.6em;
}

.locations-box .item .details .prices {
    position: relative;
    margin-top: 10px;
}

.locations-box .item .details .prices.half {
    width: calc( 50% - 10px);
}

.locations-box .item .details .prices.half .prices-coming-soon {
    position: absolute;
    top: 0;
    left: calc( 100% + 20px);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-family: "bebas_neuebook";
    font-size: 2.4em;
}

.locations-box .item .details .prices.half .prices-coming-soon .text {
    position: relative;
    padding: 22px 0;
    width: 55px;
    margin: auto;
}

.locations-box .item .details .prices .row {
    position: relative;
    line-height: 1.1;
    padding: 10px 0;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 1.3em;
}

.locations-box .item .details .prices .row.last {
    border-bottom: 0;
}

.locations-box .item .details .prices .row .the-kind {
    position: relative;
    float: left;
    width: 40%;
}

.locations-box .item .details .prices .row .the-price {
    position: relative;
    float: right;
    width: 60%;
    font-weight: 400;
    text-align: right;
}

.locations-box .slick-arrow {
    position: absolute;
    top: 108px;
    left: 12px;
    width: 24px;
    height: 24px;
    background: #3EBFB9;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 24px !important;
    font-size: 17px !important;
    z-index: 999999;
    cursor: pointer;
}

.locations-box .slick-arrow.fa-angle-right {
    right: 12px;
    left: auto;
}


/*********/

.slick-slide {
    outline: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-perspective: 2000;
    -webkit-backface-visibility: hidden;
}


/********/

.service-section {
    position: relative;
    padding: 60px 0;
}

.service-section.wide .inner-wrapper {
    max-width: 1440px;
    padding: 0 900px 0 60px;
}

.service-section.wide .inner-wrapper.wide {
    padding: 0 60px;
    max-width: 1220px;
}

.service-section.wide.and-narrow .inner-wrapper {
    max-width: 1020px;
    padding: 0 60px;
}

.service-section.wide.and-narrow .inner-wrapper.wide {
    max-width: 1220px;
    padding: 0 60px;
}

.service-section.wide.and-narrow .inner-wrapper.with-image {
    min-height: calc( 610px * 0.5625);
}

.service-section.wide.and-narrow .inner-wrapper.with-image.even .the-text {
    float: right;
}

.service-section.wide.and-narrow .inner-wrapper.with-image.even .image-wrapper {
    left: 0;
    right: auto;
}

.service-section.wide.and-narrow .inner-wrapper.with-image .the-text {
    position: relative;
    width: calc( 50% - 30px);
    float: left;
}

.service-section.wide.and-narrow .inner-wrapper.with-image .image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: calc( 50% - 30px);
}

.service-section.wide.and-narrow .inner-wrapper.with-image .image-wrapper .image {
    position: relative;
    padding-bottom: 56.25%;
}

.service-section .inner-wrapper {
    max-width: 1100px;
    margin: auto;
    position: relative;
    padding-right: 540px;
}

.service-section .inner-wrapper.wide {
    padding-right: 0;
}

.service-section .inner-wrapper h2 {
    font-size: 5.2em;
    line-height: 1.1;
}

.service-section .inner-wrapper h3 {
    font-size: 3.6em;
}

.service-section .inner-wrapper p {
    margin-top: 20px;
}

.service-section .inner-wrapper h6,
.service-section .inner-wrapper h5,
.service-section .inner-wrapper h4,
.service-section .inner-wrapper h3,
.service-section .inner-wrapper h2,
.service-section .inner-wrapper h1 {
    margin-top: 10px;
}

.service-section .inner-wrapper ul {
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 1.5;
}

.service-section .inner-wrapper ul.of-three {
    max-width: calc( 100% + 40px);
    width: calc( 100% + 40px);
    margin: 20px -20px 0;
}

.service-section .inner-wrapper ul.of-three li {
    float: left;
    width: calc( (100% - 120px) / 3);
    margin: 0 20px 15px;
}

@media screen and (max-width: 425px) {
    .service-section .inner-wrapper ul.of-three li {
        float: left;
        width: 100% !important;
    }
}

.service-section .inner-wrapper ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 30px;
    position: relative;
}

.service-section .inner-wrapper ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    width: 20px;
    height: 20px;
    background: #3EBFB9;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 20px !important;
}

.service-section .inner-wrapper a {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    color: #3EBFB9;
}

.service-section .inner-wrapper a:hover {
    color: #7B9AA9;
}

.service-section .inner-wrapper .two {
    position: relative;
    width: calc( 100% + 60px);
    margin-right: -30px;
    margin-left: -30px;
}

.service-section .inner-wrapper .two .part {
    position: relative;
    float: left;
    margin: 0 30px;
    width: calc( 40% - 60px);
    height: 340px;
}

.service-section .inner-wrapper .two .part.reg {
    width: calc( 50% - 60px);
    height: auto;
}

.service-section .inner-wrapper .two .part p {
    margin-top: 0;
}

.service-section .inner-wrapper .three-locations p {
    margin-top: 0;
}

.service-section .inner-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.service-section .inner-wrapper img.alignleft {
    width: 60%;
    float: left;
    margin: 5px 30px 20px 0;
}

.service-section .inner-wrapper img.alignright {
    width: 60%;
    float: right;
    margin: 5px 0 20px 30px;
}

.service-section .price-rows {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.service-section .price-rows .row {
    position: relative;
    line-height: 1.3;
    padding: 15px 0;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 1.5em;
    opacity: 0.5;
}

.service-section .price-rows .row.highlight {
    opacity: 1;
}

.service-section .price-rows .row .the-price {
    display: block;
    margin-top: 4px;
    font-weight: 400;
    max-width: calc( 100% - 100px);
}

.service-section .price-rows .row .signup {
    position: absolute;
    right: 0;
    bottom: 15px;
    vertical-align: middle;
    text-align: right;
    color: #3EBFB9;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.service-section .price-rows .row .signup:hover {
    color: black;
}

.child-services {
    position: relative;
    height: 25vw;
    width: calc( 100% + 1px);
}

.child-services .item {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.child-services .item .center-wrapper {
    left: 60px;
    width: calc( 100% - 60px);
    color: white;
}

.related-services {
    position: relative;
    background: white;
    height: 25vw;
    width: calc( 100% + 1px);
}

.related-services .item {
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.related-services .item .center-wrapper {
    left: 30px;
    width: calc( 100% - 60px);
    color: white;
}

.location-services-wrapper {
    position: relative;
    background: white;
    height: 20vw;
    width: calc( 100% + 1px);
}

.location-services-wrapper .item {
    position: relative;
    float: left;
    width: 20%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.location-services-wrapper .item .center-wrapper {
    left: 30px;
    width: calc( 100% - 60px);
    color: white;
}

.leads-form {
    position: fixed;
    right: calc( 50vw - 660px);
    width: 800px;
    bottom: 30px;
    background: #f8f8f8;
    z-index: 9999999999;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.leads-form.absolute {
    position: absolute;
    bottom: calc( 25vw + 30px);
}

.leads-form#leads-form-b {
    right: 60px;
    position: absolute;
    color: black;
    width: 840px;
    /*
    Version 2
    width: 697px;
    min-height: 410px;
    bottom: 125px; */
}

.leads-form#leads-form-mr {
    right: 60px;
    position: absolute;
    color: black;
    width: 840px;
    /*
    Version 2
    width: 697px;
    min-height: 410px;
    bottom: 125px; */
}

.leads-form#leads-form-b.on-mobile {
    margin: 0 auto !important;
    border: 0 !important;
}

.leads-form#leads-form-mr.on-mobile {
    margin: 0 auto !important;
    border: 0 !important;
}

.leads-form#leads-form-c {
    right: 0;
    position: relative;
    color: black;
    margin: 60px -90px;
    bottom: 0;
    width: calc( 100% + 180px);
}

.leads-form#leads-form-c .locations-box {
    height: 452px;
}

.leads-form .form-locations-outer {
    position: relative;
    /* .form-wrapper {
      position: absolute;
      width: calc( 100% - 370px );
      top: 25px;
      right: 25px;
      height: calc( 100% - 50px );
      form {
        position: relative;
        width: 100%;
      }
    } */
}

.leads-form .form-locations-outer.narrow form {
    width: calc( 100% - 290px);
    float: right;
}

.leads-form .form-locations-outer .locations-box {
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 340px;
    height: 497px;
}

.leads-form .form-locations-outer .locations-box .item .location-images-wrapper {
    height: calc( 340px * 0.65);
}

.leads-form .form-locations-outer .locations-box .item .location-images-wrapper .image-wrapper {
    height: calc( 340px * 0.65);
}

.leads-form .form-locations-outer .locations-box .item .details {
    padding: 20px;
}

.leads-form .form-locations-outer .locations-box .item .details h5 {
    font-size: 3em;
}

.leads-form .form-locations-outer .locations-box .item .details p.small {
    font-size: 1.4em;
}

.leads-form .form-locations-outer .locations-box .item .details .prices {
    margin-top: 10px;
    border-top: 0;
}

.leads-form .form-locations-outer .locations-box .item .details .prices .row {
    font-size: 1.2em;
    line-height: 1.4;
    padding: 8px 0;
    opacity: 0.5;
}

.leads-form .form-locations-outer .locations-box .item .details .prices .row.highlight {
    opacity: 1;
}

.leads-form .form-locations-outer .locations-box .item .details .prices .row.last {
    border-bottom: 0;
}

.leads-form .form-locations-outer .locations-box .slick-arrow {
    top: 102px;
}

.leads-form .form-locations-outer .location-box {
    position: relative;
    width: 250px;
    float: left;
}

.leads-form .form-locations-outer .location-box .prices {
    position: relative;
    width: 250px;
}

.leads-form .form-locations-outer .location-box .prices.half {
    width: calc( 50% - 10px);
}

.leads-form .form-locations-outer .location-box .prices.half .prices-coming-soon {
    position: absolute;
    top: 0;
    left: calc( 100% + 20px);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-family: "bebas_neuebook";
    font-size: 2.4em;
}

.leads-form .form-locations-outer .location-box .prices.half .prices-coming-soon .text {
    position: relative;
    padding: 22px 0;
    width: 55px;
    margin: auto;
}

.leads-form .form-locations-outer .location-box .prices .row {
    position: relative;
    height: auto;
    line-height: 1.3;
    padding: 10px 0;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 1.3em;
}

.leads-form .form-locations-outer .location-box .prices .row .the-price {
    /* position: absolute;
            right: 0;
            top: 0;
            height: 30px;
            line-height: 30px;
            vertical-align: middle;
            text-align: right; */
    font-weight: 400;
    display: block;
    margin-top: 4px;
    max-width: 220px;
}

.leads-form .form-locations-outer .location-box .buttons {
    position: relative;
    margin-top: 30px;
}

.leads-form .form-locations-outer .location-box .buttons .item {
    position: relative;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 18px;
    cursor: pointer;
    margin: 0 3px;
    font-family: "bebas_neuebold";
    border: 1px solid black;
    text-align: center;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    margin-bottom: 10px;
}

.leads-form .form-locations-outer .location-box .buttons .item:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
    color: white;
}

.leads-form .form-locations-outer .location-box .buttons .item.wide {
    width: calc( 100% - 6px);
}

.leads-form .form-locations-outer .location-box .buttons .item .fa {
    position: relative;
    line-height: 30px !important;
    text-align: center;
    font-size: 15px;
    margin-right: 6px;
}

#roaming-book-tour-btn:hover {
    background: black;
    color: #3EBFB9;
}

#roaming-book-tour-btn {
    background: #167378;
    color: white;
    border: 0;
    width: 100%;
    font-size: 2.2em;
    font-family: "bebas_neuebold";
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}


.leads-form .form-locations-outer form {
    position: relative;

    /* version 1 */
    width: calc( 100% - 50px);
    margin: 0 auto;
}

.item img{
    display: block;
    width: 100%;
    height: auto;
}

.leads-form form {
    position: relative;
}

.leads-form form .two-options {
    margin-bottom: 20px;
    width: 100%;
}

.leads-form form .two-options .option {
    font-size: 2em;
}

.leads-form form .form-row {
    position: relative;
    height: auto;
    margin-bottom: 22px;
}

.leads-form form .form-row.last {
    margin-bottom: 0;
}

.leads-form form .form-row.double {
    height: 80px;
}

.leads-form form .form-row .part {
    position: relative;
    width: calc( 50% - 12px);
    height: 100%;
}

.leads-form form .form-row .part.go-left {
    float: left;
}

.leads-form form .form-row .part.go-right {
    float: right;
}

.leads-form form .form-row .part.disabled label,
.leads-form form .form-row .part.disabled input {
    opacity: 0.25;
}

.leads-form form .form-row .part.disabled input,
.leads-form form .form-row .part.disabled select {
    cursor: not-allowed;
}

.leads-form form .form-row .triangle {
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 16px;
}

.leads-form form .form-row .triangle-box {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 39px;
    height: 38px;
    background: rgba(245, 245, 245, 0.5);
    z-index: 9999;
    cursor: pointer;
}

.leads-form form .form-row .triangle-box .triangle {
    right: 14px;
    bottom: 15px;
}

.leads-form form label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "bebas_neuebold";
}

.leads-form form input {
    height: 38px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 14px;
}

.leads-form form input:focus {
    border-color: #3EBFB9;
}

.leads-form form input.error {
    border-color: red;
}

.leads-form form input.go-left {
    float: left;
}

.leads-form form input.go-right {
    float: right;
}

.leads-form form input.full {
    width: 100%;
}

.leads-form form input[type="submit"],
.leads-form form button[type="submit"] {
    background: #167378;
    color: white;
    border: 0;
    width: 100%;
    font-size: 2em;
    font-family: "bebas_neuebold";
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.leads-form form input[type="submit"]:hover,
.leads-form form button[type="submit"]:hover {
    background: black;
    color: #3EBFB9;
}

.leads-form form select {
    height: 38px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 14px;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    cursor: pointer;
    position: relative;
}

.leads-form form select:focus {
    border-color: #3EBFB9;
}

.leads-form form select.go-left {
    float: left;
}

.leads-form form select.go-right {
    float: right;
}

.leads-form form select.full {
    width: 100%;
}

.leads-form form textarea {
    height: 100%;
    width: 100%;
    border: 0;
    border-bottom: 2px solid black;
    background: transparent;
    outline: 0;
    resize: none;
    font-family: "Roboto";
    font-size: 14px;
    padding-top: 10px;
}

.leads-form form .selectric-wrapper .selectric .label {
    font-size: 14px !important;
}

.leads-form form button {
    height: 100%;
    width: 200px !important;
    border: 0;
    background: black;
    color: white;
    outline: 0;
    font-family: "bebas_neuebold";
    font-size: 2em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.leads-form form button:hover {
    background: #3EBFB9;
    color: black;
}

.leads-form form .required-message {
    font-size: 12px;
    margin-top: 6px;
    color: red;
    display: none;
}

.leads-form a {
    color: #3EBFB9;
}
.leads-form a:hover {
    color: black;
}


/*********/

.content-wrapper {
    position: relative;
    padding: 60px 20px;
    max-width: 1140px;
    margin: auto;
}

.content-wrapper.go-wide {
    max-width: 100%;
}

.content-wrapper.more-pad {
    padding: 60px 0 120px;
}

.content-wrapper.even-more-pad {
    padding: 90px 20px;
}

.content-wrapper .top-bottom-pad {
    padding: 60px 0;
}

.content-wrapper .top-pad {
    padding: 60px 0 0;
}

.content-wrapper .location-inner {
    max-width: 960px;
    margin: auto;
    position: relative;
}

.content-wrapper .divider {
    position: relative;
    margin-top: 60px;
    height: 4px;
    background: indianred;
}

.content-wrapper .location-and-signup {
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 60px;
}

.content-wrapper .location-and-signup.special {
    max-width: 1020px;
    padding: 0 60px 60px;
}

.content-wrapper .location-and-signup .the-location {
    position: relative;
    margin-top: -60px;
}

.content-wrapper .location-and-signup .the-location h2 {
    font-size: 5.2em !important;
    line-height: 1.1;
    margin-top: 60px;
}

.content-wrapper .location-and-signup .the-location img {
    display: block;
    width: 100%;
    height: auto;
    margin: 60px 0;
}

.content-wrapper .location-and-signup .the-location img.alignleft {
    width: 50%;
    float: left;
    margin: 5px 30px 20px 0;
}

.content-wrapper .location-and-signup .the-location img.alignright {
    width: 50%;
    float: right;
    margin: 5px 0 20px 30px;
}

.content-wrapper .location-and-signup .the-location ul {
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 1.5;
    max-width: 600px;
}

.content-wrapper .location-and-signup .the-location ul.of-three {
    max-width: calc( 100% + 40px);
    width: calc( 100% + 40px);
    margin: 20px -20px 0;
}

.content-wrapper .location-and-signup .the-location ul.of-three li {
    float: left;
    width: calc( (100% - 120px) / 3);
    margin: 0 20px 15px;
}

.content-wrapper .location-and-signup .the-location ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 30px;
    position: relative;
}

.content-wrapper .location-and-signup .the-location ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    width: 20px;
    height: 20px;
    background: #3EBFB9;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 20px !important;
}

.content-wrapper .desc-wrapper p {
    margin-top: 10px;
}

.content-wrapper .community-technology {
    position: relative;
}

.content-wrapper .community-technology .half {
    position: relative;
    float: left;
    width: 50%;
    padding-bottom: 60px;
    min-height: 231px;
}

.content-wrapper .community-technology .half.right {
    padding-left: 30px;
}

.content-wrapper .community-technology .half.right .button {
    left: 30px;
}

.content-wrapper .community-technology .half.left {
    padding-right: 30px;
}

.content-wrapper .community-technology .half .button {
    position: absolute;
    left: 0;
    bottom: 0;
}

.content-wrapper .community-technology .half p {
    max-width: 500px;
}

.content-wrapper .the-prices {
    padding-right: calc( 50% + 30px);
    min-height: 400px;
}

.content-wrapper .the-prices .image {
    left: auto;
    right: 0;
    width: calc( 50% - 30px);
}

.content-wrapper .rows {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.content-wrapper .rows .row {
    position: relative;
    line-height: 1.3;
    padding: 15px 0;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 1.5em;
}

.content-wrapper .rows .row .the-price {
    /* position: absolute;
        right: 100px;
        top: 0;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        text-align: right;
        font-weight: 400; */
    display: block;
    margin-top: 4px;
    font-weight: 400;
    max-width: calc( 100% - 100px);
}

.content-wrapper .rows .row .signup {
    position: absolute;
    right: 0;
    bottom: 15px;
    vertical-align: middle;
    text-align: right;
    color: #3EBFB9;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.content-wrapper .rows .row .signup:hover {
    color: black;
}

.content-wrapper .the-amenities {
    padding-left: calc( 50% + 30px);
}

.content-wrapper .the-amenities .image {
    width: calc( 50% - 30px);
}

.content-wrapper .special-rows {
    position: relative;
    margin-top: 20px;
}

.content-wrapper .special-rows.no-b-t {
    border-top: 0;
    margin-top: 0;
}

.content-wrapper .special-rows .row {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 1.5em;
    line-height: 1.5;
}

.content-wrapper .special-rows .row.more-pad {
    padding: 25px 0;
}

.content-wrapper .special-rows .row.half {
    width: calc( 50% - 10px);
    float: left;
}

.content-wrapper .special-rows .row.half.go-right {
    float: right;
}

.content-wrapper .special-rows .row.half.first {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.content-wrapper .special-rows .row.half .title {
    float: none;
    width: 100%;
    padding-right: 20px;
}

.content-wrapper .special-rows .row .title {
    font-weight: 700;
    position: relative;
    float: left;
    width: 50%;
    padding-right: 30px;
}

.content-wrapper .special-rows .row .title:first-letter {
    text-transform: uppercase;
}

.content-wrapper .special-rows .row .desc {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 0;
}

.content-wrapper .community-members {
    position: relative;
}

.content-wrapper .community-members .members {
    position: relative;
    width: calc( 100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 20px;
}

.content-wrapper .community-members .members .member {
    position: relative;
    float: left;
    width: calc( (100% - 240px) / 4);
    margin: 30px;
    cursor: pointer;
}

.content-wrapper .community-members .members .member:hover .overlay {
    background: rgba(0, 0, 0, 0.5);
}

.content-wrapper .community-members .members .member:hover .fa-play.special {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.content-wrapper .community-members .members .member .image {
    position: relative;
    padding-bottom: 100%;
}

.content-wrapper .community-members .members .member .overlay {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.content-wrapper .community-members .members .member .fa-play.special {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    line-height: 40px !important;
    color: white;
    text-align: center;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.content-wrapper .community-members .members .member .fa-play.so-special {
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px !important;
    font-size: 13px;
}

.content-wrapper .front-about {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.content-wrapper .three {
    position: relative;
    width: calc( 100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
}

.content-wrapper .three .part {
    position: relative;
    float: left;
    padding: 0 30px;
    width: calc( 100% / 3);
}

.content-wrapper .three .part .desc {
    min-height: 132px;
}

.content-wrapper .two {
    position: relative;
    width: calc( 100% + 60px);
    margin-right: -30px;
    margin-left: -30px;
}

.content-wrapper .two .part {
    position: relative;
    float: left;
    margin: 0 30px;
    width: calc( 40% - 60px);
    height: 340px;
}

.content-wrapper .two .part.with-image {
    width: calc( 60% - 60px);
}

.content-wrapper .two .part.with-image.wide {
    width: calc( 70% - 60px);
}

.content-wrapper .two .part.with-image.wide.special {
    width: calc( 60% - 60px);
}

.content-wrapper .two .part.half {
    width: calc( 50% - 60px);
}

.content-wrapper .two .part.h-auto {
    height: auto;
}

.content-wrapper .two .part.h-410 {
    height: 410px;
}

.content-wrapper .two .part.h-440 {
    height: 440px;
}

.content-wrapper .two .part.h-440 .item {
    height: 440px;
}

.content-wrapper .two .part.narrow {
    width: calc( 30% - 60px);
}

.content-wrapper .two .part.narrow.special {
    width: calc( 40% - 60px);
}

.content-wrapper .two .part.reg {
    width: calc( 50% - 60px);
    height: auto;
}

.content-wrapper .two .part .item {
    position: relative;
    width: 100%;
}

.content-wrapper .two .part .fa-chevron-left {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 9999;
    text-align: center;
    line-height: 30px !important;
    color: white;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.content-wrapper .two .part .fa-chevron-left:hover {
    background: #3EBFB9;
}

.content-wrapper .two .part .fa-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 9999;
    text-align: center;
    line-height: 30px !important;
    color: white;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    right: 20px !important;
}

.content-wrapper .two .part .fa-chevron-right:hover {
    background: #3EBFB9;
}

.content-wrapper p a {
    color: #3EBFB9;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.content-wrapper p a:hover {
    color: black;
}

.five-points {
    position: relative;
}

.five-points .point {
    position: relative;
    padding: 20px 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 40px;
    min-height: 34px;
}

.five-points .point.last {
    border-bottom: 0;
}

.five-points .point .fa {
    position: absolute;
    top: 18px;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #3EBFB9;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 28px !important;
    margin: auto;
}

.events-cover {
    position: relative;
    height: calc( 75vh - 44px);
    color: white;
    overflow: hidden;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    visibility: hidden;
    opacity: 0;
}

.events-cover.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.events-cover.show {
    visibility: visible;
    opacity: 1;
}

.events-cover .diagonal-third {
    position: absolute;
    top: 0;
    height: 100%;
    width: calc( 100% / 3);
    transform: skew(-23deg) !important;
    -webkit-transform: skew(-23deg) !important;
    overflow: hidden;
}

.events-cover .diagonal-third.before-one {
    left: calc( -1 * (100% / 3));
}

.events-cover .diagonal-third.one {
    left: 0;
}

.events-cover .diagonal-third.two {
    left: calc( 100% / 3);
}

.events-cover .diagonal-third.three {
    left: calc( 100% / 3 * 2);
    width: calc( 100% / 3);
}

.events-cover .diagonal-third.after-three {
    left: 100%;
}

.events-cover .diagonal-third .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 150%;
    left: -25%;
    transform: skew(23deg) !important;
    -webkit-transform: skew(23deg) !important;
}

.events-cover .inner-wrapper {
    position: relative;
    height: 100%;
    margin: auto;
}

.events-cover .center-wrapper {
    width: 400px;
    left: 60px;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.events-cover .center-wrapper h1 {
    font-family: "bebas_neuebook";
    font-size: 10em;
}

.three-locations {
    position: relative;
    margin-top: 30px;
    width: calc( 100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.three-locations .item {
    position: relative;
    float: left;
    width: calc( (100% - 60px) / 3);
    margin: 0 10px;
    overflow: hidden;
}

.three-locations .item .image-wrapper {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
}

.three-locations .item .image-wrapper .diagonal {
    left: -300px;
}

.three-locations .item h5 {
    margin-top: 20px;
}

.three-locations .item p {
    font-size: 13px;
}

.logos {
    position: relative;
    margin-top: 20px;
    text-align: center;
    width: calc( 100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
}

.logos .logo {
    position: relative;
    display: inline-block;
    width: calc( 20% - 4px);
}

.logos .logo:nth-of-type(5) {
    border-right: 0;
}

.logos .logo.no-b-r {
    border-right: 0;
}

.logos .logo.no-b-b {
    border-bottom: 0;
}

.logos .logo img {
    display: block;
    width: 60%;
    margin: auto;
}

.signup-box {
    float: right;
    width: 480px;
    z-index: 9999;
    padding: 30px;
    color: black;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: calc( 25vh - 570px);
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    visibility: hidden;
    opacity: 0;
}

.signup-box.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.signup-box.show {
    visibility: visible;
    opacity: 1;
}

.signup-box.transition {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.signup-box.soon {
    position: absolute;
    bottom: 40px;
    float: none;
    width: 740px;
    padding: 30px;
    right: 60px;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.signup-box.soon .the-form {
    float: right;
    width: calc( 100% - 280px);
    position: relative;
}

.signup-box h4 {
    font-size: 3.6em;
}

.signup-box .divider {
    height: 4px;
    background: black;
    margin: 20px 0;
}

.signup-box .buttons {
    position: relative;
    width: calc( 100% + 6px);
    margin-left: -3px;
    margin-right: -3px;
}

.signup-box .buttons .item {
    position: relative;
    float: left;
    width: calc( (100% - 18px) / 3);
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 18px;
    cursor: pointer;
    margin: 0 3px;
    font-family: "bebas_neuebold";
    border: 1px solid black;
    text-align: center;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.signup-box .buttons .item:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
    color: white;
}

.signup-box .buttons .item.wide {
    width: calc( 100% - 6px);
}

.signup-box .buttons .item .fa {
    position: relative;
    line-height: 30px !important;
    text-align: center;
    font-size: 15px;
    margin-right: 6px;
}

.signup-box .prices {
    position: relative;
    float: left;
    width: 250px;
}

.signup-box .prices.half {
    width: calc( 50% - 10px);
}

.signup-box .prices.half .prices-coming-soon {
    position: absolute;
    top: 0;
    left: calc( 100% + 20px);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-family: "bebas_neuebook";
    font-size: 2.4em;
}

.signup-box .prices.half .prices-coming-soon .text {
    position: relative;
    padding: 22px 0;
    width: 55px;
    margin: auto;
}

.signup-box .prices .row {
    position: relative;
    height: auto;
    line-height: 1.3;
    padding: 10px 0;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 1.3em;
}

.signup-box .prices .row .the-price {
    /* position: absolute;
        right: 0;
        top: 0;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        text-align: right; */
    font-weight: 400;
    display: block;
    margin-top: 4px;
    max-width: 220px;
}

.signup-box form {
    position: relative;
    width: 100%;
}

.signup-box form .form-row {
    position: relative;
    height: auto;
    margin-bottom: 15px;
}

.signup-box form .form-row.last {
    margin-bottom: 0;
}

.signup-box form .form-row.double {
    height: 80px;
}

.signup-box form .form-row .part {
    position: relative;
    width: calc( 50% - 5px);
    height: 100%;
}

.signup-box form .form-row .part.go-left {
    float: left;
}

.signup-box form .form-row .part.go-right {
    float: right;
}

.signup-box form .form-row .triangle {
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 16px;
}

.signup-box form .form-row .triangle-box {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 39px;
    height: 38px;
    background: rgba(245, 245, 245, 0.5);
    z-index: 9999;
    cursor: pointer;
}

.signup-box form label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.signup-box form input {
    height: 40px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
}

.signup-box form input:focus {
    border-color: #3EBFB9;
}

.signup-box form input.error {
    border-color: red;
}

.signup-box form input.go-left {
    float: left;
}

.signup-box form input.go-right {
    float: right;
}

.signup-box form input.full {
    width: 100%;
}

.signup-box form input[type="submit"] {
    background: #3EBFB9;
    color: white;
    border: 0;
    width: 100%;
    font-size: 2em;
    font-family: "bebas_neuebold";
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.signup-box form input[type="submit"]:hover {
    background: black;
    color: #3EBFB9;
}

.signup-box form select {
    height: 40px;
    width: calc( 50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding-left: 15px;
    outline: 0;
    font-family: "Roboto";
    font-size: 15px;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    cursor: pointer;
    position: relative;
}

.signup-box form select:focus {
    border-color: #3EBFB9;
}

.signup-box form select.go-left {
    float: left;
}

.signup-box form select.go-right {
    float: right;
}

.signup-box form select.full {
    width: 100%;
}

.signup-box form textarea {
    height: 100%;
    width: 100%;
    border: 0;
    border-bottom: 2px solid black;
    background: transparent;
    outline: 0;
    resize: none;
    font-family: "Roboto";
    font-size: 15px;
    padding-top: 10px;
}

.signup-box form button {
    height: 100%;
    width: 100%;
    border: 0;
    background: black;
    color: white;
    outline: 0;
    font-family: "bebas_neuebold";
    font-size: 2em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.signup-box form button:hover {
    background: #3EBFB9;
    color: black;
}

.signup-box form .required-message {
    font-size: 12px;
    margin-top: 6px;
    color: red;
    display: none;
}

.wide-image {
    position: relative;
    width: 100vw;
    height: 40vw;
}

.wide-image .center-wrapper {
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

.wide-image .center-wrapper h3 {
    font-family: "bebas_neuebook";
}

.wide-image .center-wrapper h1 {
    font-family: "bebas_neuebook";
}

.wide-image .center-wrapper h2 {
    font-family: "bebas_neuebook";
}

.related {
    position: relative;
    width: 100vw;
    height: 440px;
}

.related.three .half {
    width: calc( 100% / 3);
}

.related.three .half.wide {
    width: 50%;
}

.related.three .half:hover .diagonal {
    width: 540px;
}

.related .half {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
    color: white;
}

.related .half:hover .diagonal {
    width: 600px;
}

.related .half .diagonal {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.related .item-wrapper {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.related .item {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
    color: white;
}

.related .item:hover .diagonal {
    width: 700px;
}

.related .item .diagonal {
    width: 500px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.related .center-wrapper {
    left: 150px;
    width: 300px;
}

.related .center-wrapper h3 {
    font-family: "bebas_neuebook";
    font-size: 5.4em;
}

.related .center-wrapper h1 {
    font-family: "bebas_neuebook";
}

.related .center-wrapper h2 {
    font-family: "bebas_neuebook";
}

.related .fa-chevron-left {
    position: absolute;
    color: white;
    left: 60px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    z-index: 9999;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 30px !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
}

.related .fa-chevron-left:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
}

.related .fa-chevron-right {
    position: absolute;
    color: white;
    right: 60px;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    z-index: 9999;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 34px !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
}

.related .fa-chevron-right:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
}


/*********/

.p-g-d {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.p-g-d.down {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
}

.p-g-d.down.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.p-g-d.down.show {
    visibility: visible;
    opacity: 1;
}


/*********/

.container {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 5;
}

.container.go-left {
    transform: translateX(-440px);
    -webkit-transform: translateX(-440px);
}

.images-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.images-wrapper li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 2.3s ease-out;
    transition: all 2.3s ease-out;
}

.images-wrapper li.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1.03) !important;
    -webkit-transform: scale(1.03) !important;
}

.images-wrapper li.from-b {
    background-position: bottom center !important;
}

#hero-overlay {
    background: rgba(0, 0, 0, 0.55);
    /* background: rgba(0,0,0,1);
  @include base-transition(2s);
  &.show {
    background: rgba(0,0,0,.55);
  } */
}

#homeOwlCarousel .hero-content {
    left: 42px;
    width: 100%;
    color: white;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

#homeOwlCarousel .owl-item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
}

.final-buttons {
    position: relative;
}

.final-buttons .buttons {
    position: relative;
    width: calc( 100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
}

.final-buttons .button {
    float: left;
    position: relative;
    width: calc( (100% - 80px) / 4);
    text-align: left;
    padding-left: 20px;
    margin: 0 10px;
}

.final-buttons .button .fa {
    margin-right: 10px;
    font-size: 15px;
}

.down-text {
    position: absolute;
    right: 120px;
    bottom: 40px;
    font-size: 18px;
    font-family: "bebas_neuebold";
    line-height: 1.2;
    color: white;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: black;
}

.hero .center-wrapper {
    left: 60px;
    width: 400px;
    color: white;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.hero .center-wrapper.hide {
    visibility: hidden;
    opacity: 0;
}

.hero .center-wrapper.hide.show {
    visibility: visible;
    opacity: 1;
}

.hero .center-wrapper h1 {
    font-size: 10em;
    font-family: "bebas_neuebook";
}

.hero .center-wrapper .button {
    width: 190px;
    text-align: center;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    border: 0;
    margin-top: 15px !important;
    font-size: 22px;
}

.hero .line {
    position: absolute;
    top: 50%;
    height: 1px;
    background: white;
    width: calc( (100% - 600px) / 4);
}

.hero .line.first {
    left: 0;
}

.hero .line.second {
    left: calc( (100% - 600px) / 4 + 200px);
}

.hero .line.third {
    right: calc( (100% - 600px) / 4 + 200px);
}

.hero .line.fourth {
    right: 0;
}

.hero .buttons {
    display: none;
    position: absolute;
    left: 360px;
    width: calc( 100% - 420px);
    height: 40px;
    top: 50%;
    margin-top: -20px;
}

.hero .buttons .button {
    position: absolute;
    width: 200px;
    height: 100%;
    border: 1px solid white;
    top: 0;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-size: 2.2em;
    font-family: "bebas_neuebold";
    color: white;
}

.hero .buttons .button.first {
    left: calc( (100% - 600px) / 4);
}

.hero .buttons .button.second {
    left: 50%;
    margin-left: -100px;
}

.hero .buttons .button.third {
    right: calc( (100% - 600px) / 4);
}

.hero .fa-play {
    position: absolute;
    right: -250px;
    height: 100px;
    line-height: 100px !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 100px;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    padding-left: 5px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.hero .fa-play:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
}

.hero .loader {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    line-height: 50px !important;
    color: white;
    font-size: 18px !important;
}

.fixed-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999999;
    color: white;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    display: none;
}

.fixed-loader.show {
    visibility: visible;
    opacity: 1;
}

.fixed-loader.show {
    visibility: visible;
    opacity: 1;
}

.fixed-loader .fa {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    line-height: 50px !important;
    font-size: 21px !important;
}

.sitemap-items {
    position: relative;
    margin-top: 20px;
}

.sitemap-items li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sitemap-items li:before {
    position: absolute;
    left: 0;
    top: 11px;
    height: 1px;
    width: 15px;
    background: black;
    content: "";
}

.sitemap-items li .children {
    position: relative;
    margin-top: 15px;
}

.sitemap-items li .children li {
    font-weight: 400;
}

.sitemap-items a {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.sitemap-items a:hover {
    color: #3EBFB9;
}

.down {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}

.wpcf7-form {
    position: relative;
    width: 360px;
    margin: 20px auto 0;
}

.wpcf7-form input {
    height: 40px;
    width: 100%;
    border: 0;
    border-bottom: 2px solid white;
    background: transparent;
    color: white;
    font-family: "Roboto";
    font-size: 15px;
    margin-bottom: 6px;
    outline: 0;
}

.wpcf7-form input[type="submit"] {
    background: white;
    color: black;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.wpcf7-form input[type="submit"]:hover {
    background: black;
    color: white;
    border-color: black;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    height: 2px;
    overflow: hidden;
    color: transparent;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 6px;
    background: red;
}

.wpcf7-validation-errors {
    display: none !important;
}

.ajax-loader {
    display: none !important;
}

.fa-spin {
    font-size: 15px !important;
}

div.wpcf7-mail-sent-ok {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: white !important;
    font-family: "bebas_neuebold" !important;
    font-weight: 700 !important;
    font-size: 1.9em !important;
}


/******/

.about-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 440px;
    min-height: 100vh;
    bottom: 0;
    background: white;
    z-index: 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.about-wrapper.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.about-wrapper .content {
    position: relative;
    padding: 30px 50px;
    height: 100%;
    color: black;
    overflow: auto;
}

.about-wrapper .content .button {
    position: relative;
    margin: 20px auto 0;
    height: 40px;
    background: black;
    color: white;
    text-align: center;
    border: 2px solid black;
    line-height: 36px;
    vertical-align: middle;
    font-family: "bebas_neuebold";
    font-weight: 700;
    cursor: pointer;
    font-size: 1.7em;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.about-wrapper .content .button:hover {
    background: transparent;
    color: black;
}


/* .locations-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 440px;
  min-height: 100vh;
  bottom: 0;
  background: white;
  z-index: 0;
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  opacity: 0;
  visibility: hidden;
  @include base-transition(.4s);
  &.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .half {
    position: relative;
    height: 50%;
    &:hover {
      .overlay {
        background: rgba(0,0,0,0.75);
      }
    }
    .image {
      top: 10px;
      left: 10px;
      width: calc( 100% - 20px );
      height: calc( 100% - 15px );
      &.bottom {
        bottom: 10px;
        top: auto;
      }
    }
    .overlay {
      background: rgba(0,0,0,0.35);
      @include base-transition(.26s);
    }
    .text {
      color: white;
      position: absolute;
      bottom: 30px;
      left: 30px;
      max-width: calc( 100% - 60px );
      p {
        font-family: $font-headline;
        font-weight: 700;
      }
    }
  }
} */

#dark {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

#dark.show {
    visibility: visible;
    opacity: 1;
}

.lil-button {
    position: relative;
    font-size: 15px;
    font-family: "bebas_neuebold";
    font-weight: 700;
    color: black;
    background: white;
    overflow: hidden;
    cursor: pointer;
    height: 34px;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    width: 200px;
    border: 1px solid white;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.lil-button:hover {
    background: transparent;
    color: white;
}


/****/


/*******/

.button {
    position: relative;
    height: 40px;
    width: 260px;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    font-size: 2em;
    font-family: "bebas_neuebold";
    color: black;
    background: white;
    border: 2px solid white;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.button:hover {
    background: black;
    color: white;
    border-color: black;
}

.button.opp {
    background: black;
    border-color: black;
    color: white;
}

.button.opp:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
    color: white;
}

.button.bright {
    background: #3EBFB9;
    border-color: #3EBFB9;
    color: white;
}

.button.bright:hover {
    background: black;
    color: #3EBFB9;
    border-color: black;
}

.button.warm {
    background: #167378;
    border-color: #167378;
    color: white;
}

.button.warm:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
}

.button.middle {
    margin-left: auto;
    margin-right: auto;
}

.button.disabled {
    background: #167378;
    border-color: #167378;
    color: white;
    cursor: default;
}

.button.small {
    height: 34px;
    line-height: 30px;
    font-size: 1.8em;
    width: 130px;
}

.reserve-button {
    position: relative;
    height: 40px;
    width: 260px;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    font-size: 22px;
    font-family: "bebas_neuebold";
    color: black;
    background: white;
    border: 2px solid white;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.reserve-button:hover {
    background: black;
    color: white;
    border-color: black;
}

.reserve-button.opp {
    background: black;
    border-color: black;
    color: white;
}

.reserve-button.opp:hover {
    background: white;
    color: black;
    border-color: black;
}

.reserve-button.middle {
    margin-left: auto;
    margin-right: auto;
}

.cover {
    position: relative;
    height: 120vh;
    overflow: hidden;
}

.cover .text-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    color: white;
}

.cover .text-wrapper .center-wrapper {
    left: 60px;
    width: 270px;
}

.cover .text-wrapper .the-content {
    position: relative;
}

.cover .text-wrapper .the-content img {
    height: 48px;
}

.cover .text-wrapper .the-content h3 {
    font-family: "bebas_neuebook";
    font-size: 6.4em;
}

.cover .text-wrapper .gotos {
    position: absolute;
    right: 110px;
    bottom: 100px;
}

.cover .text-wrapper .gotos .goto {
    font-size: 4em;
    color: white;
    font-family: "bebas_neuebold";
    font-weight: 700;
    float: right;
    margin-left: 30px;
}

.cover .text-wrapper .go-down {
    position: absolute;
    right: 60px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    background: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px !important;
    color: black;
    font-size: 15px;
    cursor: pointer;
}

.go-down {
    position: absolute;
    right: 60px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    text-align: center;
    line-height: 40px !important;
    color: white;
    font-size: 15px !important;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.go-down:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
}

.row {
    position: relative;
}

.b-white {
    background: white;
}

.bg-c {
    background: whitesmoke;
}

.b-light-blue {
    background: #ebebeb;
}

.two-thirds {
    position: relative;
    width: 60%;
    background: white;
}

.two-thirds.go-skew {
    transform: skew(-23deg) !important;
    -webkit-transform: skew(-23deg) !important;
    z-index: 100;
}

.two-thirds.go-skew .text-wrapper {
    transform: skew(23deg) !important;
    -webkit-transform: skew(23deg) !important;
}

.two-thirds.go-skew .center-wrapper {
    transform: skew(23deg) !important;
    -webkit-transform: skew(23deg) !important;
    width: 500px;
    left: 50%;
    margin-left: -250px !important;
}

.one-third-last {
    position: relative;
    width: calc( 100% / 3);
    margin-right: calc( 100% / 3 * 2);
    background: white;
}

.one-third-last.go-skew {
    transform: skew(-23deg) !important;
    -webkit-transform: skew(-23deg) !important;
    z-index: 100;
    width: calc( (100% / 3) + 300px);
}

.one-third-last.go-skew .text-wrapper {
    transform: skew(23deg) !important;
    -webkit-transform: skew(23deg) !important;
}

.one-third-last.go-skew .center-wrapper {
    transform: skew(23deg) !important;
    -webkit-transform: skew(23deg) !important;
    width: 500px;
    left: 50%;
    margin-left: -250px !important;
}

.absolute-third {
    position: absolute;
    width: calc( 100% / 3);
    height: 100%;
    top: 0;
}

.absolute-third.wider {
    width: calc( (100% / 3) + 300px);
}

.absolute-third.go-r {
    right: 0;
    left: auto;
}

.absolute-two-thirds {
    position: absolute;
    width: calc( 100% / 3 * 2);
    height: 100%;
    top: 0;
    right: 0;
}

.absolute-two-thirds.wider {
    width: calc( (100% / 3 * 2) + 300px);
}

.quote {
    padding: 70px;
    position: relative;
}

.quote:before {
    position: absolute;
    right: 20px;
    top: 50px;
    bottom: 50px;
    width: 6px;
    background: black;
    content: '';
}

.images-row {
    position: relative;
    /* .years-wrapper {
    position: absolute;
    height: calc( 100% - 300px );
    top: 150px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    overflow: hidden;
    z-index: 100;
    .year {
      text-align: center;
      color: rgba(255,255,255,.5);
      font-family: $font-headline;
      font-size: 60em;
      margin-top: -50px;
    }
  } */
}

.images-row .images-wrapper {
    position: relative;
    height: 40vw;
    width: 80vw;
    margin: 60px auto 0;
    overflow: hidden;
}

.images-row .the-front-banners {
    position: absolute;
    width: 300%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.images-row .the-front-banners.transition {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.images-row .the-front-banners .banner {
    position: relative;
    width: calc( 100% / 3);
    float: left;
    height: 100%;
    background: whitesmoke;
}

.images-row .the-front-banners .banner.transition {
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.images-row .the-front-banners .banner .the-image {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.images-row .the-front-banners .banner .the-image.left {
    left: 0;
}

.images-row .the-front-banners .banner .the-image.right {
    right: 0;
}

.images-row .the-front-banners .banner .the-text {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.images-row .the-front-banners .banner .the-text.left {
    left: 0;
}

.images-row .the-front-banners .banner .the-text.right {
    right: 0;
}

.images-row .the-front-banners .banner .the-text .center-wrapper {
    width: 400px;
    left: 50%;
    margin-left: -200px;
}

.images-row .banners-buttons {
    position: absolute;
    bottom: 100px;
    height: 60px;
    width: 120px;
    left: 50%;
    margin-left: -60px;
}

.images-row .banners-buttons .button {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background: #f0f0f0;
    color: black;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.images-row .banners-buttons .button:hover {
    background: white;
    color: black;
}

.images-row .banners-buttons .button.right {
    background: black;
    color: white;
}

.images-row .banners-buttons .button.right:hover {
    background: white;
    color: black;
}

.images-row .banners-buttons .button .fa {
    line-height: 60px;
    vertical-align: middle;
    font-size: 13px;
}

.thanks-wrapper {
    position: relative;
    height: 100vh;
}

.thanks-wrapper .center-wrapper {
    text-align: center;
    color: white;
    height: calc( 100% - 200px);
}

.thanks-wrapper .center-wrapper .center {
    padding: 100px 20px;
}

.thanks-wrapper .center-wrapper .center h1 {
    font-size: 4.4em;
    font-family: "bebas_neuebook";
}

.thanks-wrapper .center-wrapper .center .button {
    margin: 20px auto 0;
}

.media-items {
    position: relative;
    width: calc( 80vw + 60px);
    margin: -30px auto 0;
}

.media-items .item {
    position: relative;
    float: left;
    width: calc( (100% - 120px) / 3);
    margin: 20px;
    padding-bottom: calc( (100% - 120px) / 3 * 1.25);
    cursor: pointer;
}

.media-items .item:hover .overlay {
    opacity: 1;
}

.media-items .item:hover .overlay .center-wrapper {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.media-items .item .overlay {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.media-items .item .overlay .center-wrapper {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.media-items .item .overlay .center-wrapper .center {
    padding: 0 20px;
}

.half-vh {
    position: relative;
    height: 50vh;
    color: white;
}

.half-vh .third {
    cursor: pointer;
}

.half-vh .third:hover .overlay {
    background: rgba(0, 0, 0, 0.65);
}

.half-vh .third:hover .center-wrapper {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

.half-vh .third .overlay {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.3);
}

.half-vh .center-wrapper {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.half-vh .center-wrapper .center {
    padding: 0 40px;
    text-align: center;
}

.two-halfs {
    position: relative;
    height: 85vh;
    min-height: 500px;
}

.two-halfs .half {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
}

.two-halfs .half.wide {
    width: calc( 100% / 3 * 2);
}

.two-halfs .half.narrow {
    width: calc( 100% / 3);
}

.two-halfs .center-wrapper {
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

.logo-end {
    display: block;
    width: 340px;
    margin: auto;
}

footer {
    background: white;
    color: black;
    position: relative;
    padding: 15px 60px;
    font-size: 13px;
}

footer .right-side {
    position: relative;
    float: right;
    line-height: 34px;
    vertical-align: middle;
}

footer .left-side {
    position: relative;
    float: left;
}

footer .left-side .fa {
    font-size: 15px;
    width: 34px;
    height: 34px;
    border: 1px solid black;
    text-align: center;
    line-height: 32px !important;
    margin-right: 6px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

footer .left-side .fa:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
}

.big-form-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.85);
    color: white !important;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.big-form-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.big-form-wrapper .x {
    position: absolute;
    top: 40px;
    right: 60px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 40px;
    height: 40px;
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 99999999;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.big-form-wrapper .x:hover {
    background: white;
    color: black !important;
}

.message-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.85);
    color: white !important;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.message-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.message-wrapper .x {
    position: absolute;
    top: 40px;
    right: 60px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 40px;
    height: 40px;
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 99999999;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.message-wrapper .x:hover {
    background: white;
    color: black !important;
}

.message-wrapper .center-wrapper .center {
    padding: 20px;
}

.message-wrapper .message {
    background: white;
    max-width: 520px;
    padding: 50px;
    margin: auto;
    color: black;
}

.block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999999;
    background: black;
    display: none;
}

.margin-third {
    margin-left: calc( 100% / 3);
}

.margin-third.special {
    margin-left: 40%;
}

.margin-third-special {
    margin-left: 40%;
}

.margin-third-special.special {
    margin-left: 40%;
}


/****/

.diagonal-row {
    position: relative;
    height: 53vw;
    overflow: hidden;
}

.diagonal-row .two-thirds-bg {
    position: relative;
    width: 100%;
    margin-left: 45%;
    background: white;
    transform: skew(-23deg) !important;
    -webkit-transform: skew(-23deg) !important;
    z-index: 100;
    height: 101%;
}

.diagonal-row .two-thirds-bg.opp {
    margin-left: -45%;
}

.diagonal-row .text-wrapper-right {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 100;
}

.diagonal-row .text-wrapper-left {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 100;
    left: 0;
}

.diagonal-row .center-wrapper {
    width: 500px;
    left: 50%;
    margin-left: -250px;
}

.diagonal-row .center-wrapper.narrow {
    width: 400px;
    margin-left: -200px;
}

.diagonal-row .center-wrapper.v-narrow {
    width: 360px;
    margin-left: -180px;
}

.diagonal-row .center-wrapper .center a {
    display: inline-block;
    color: #3EBFB9;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.diagonal-row .center-wrapper .center a:hover {
    color: #7B9AA9;
}

.diagonal-row ul {
    position: relative;
    padding-left: 20px;
    list-style-type: disc;
}

.diagonal-row ul li {
    font-size: 1.5em;
    line-height: 1.5;
}

.diagonal-row .f-l-image {
    float: left;
    width: 140px;
    margin-top: 5px;
    margin-right: 25px;
}

.the-app-wrapper {
    position: absolute;
    width: 510px;
    height: 420px;
    left: 50%;
    margin-left: -255px;
    top: 50%;
    margin-top: -210px;
}

.the-app-wrapper .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    z-index: 10;
}

.the-app-wrapper .the-app {
    position: absolute;
    bottom: -30px;
    width: 260px;
    right: -30px;
    z-index: 1;
}

.diagonal-headline {
    position: relative;
    background: black;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.diagonal-headline h2 {
    font-family: "bebas_neuebold";
}

.diagonal-headline .icon {
    position: absolute;
    top: 0;
    height: 300%;
    left: 25%;
    opacity: 0.15;
}

.about-menu {
    position: fixed;
    left: 30px;
    height: 30px;
    width: 272px;
    border: 1px solid black;
    z-index: 300;
    top: 50%;
    margin-top: -15px;
    left: -100px;
    color: black;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.about-menu.white {
    border: 1px solid white;
    color: white;
}

.about-menu.white .part {
    border-right: 1px solid white;
}

.about-menu.white .part:hover {
    background: white;
    color: black;
}

.about-menu.white .part.active {
    color: black;
    background: white;
}

.about-menu .part {
    position: relative;
    float: left;
    width: 90px;
    height: 100%;
    font-size: 16px;
    font-family: "bebas_neuebold";
    text-align: center;
    line-height: 30px;
    border-right: 1px solid black;
    cursor: pointer;
}

.about-menu .part:hover {
    background: black;
    color: white;
}

.about-menu .part.active {
    color: white;
    background: black;
}

.about-menu .part.last {
    border-right: 0;
}


/****/

form.go-black#signup input {
    border: 1px solid black;
    color: black;
}

form.go-black#signup input[type="submit"] {
    background: black;
    color: white;
}

form#signup {
    position: relative;
    width: 100%;
    margin: 10px auto 0;
}

form#signup p {
    display: none;
}

form#signup input {
    height: 40px;
    width: 100%;
    border: 1px solid white;
    background: transparent;
    color: white;
    font-family: "Roboto";
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
    outline: 0;
}

form#signup input[type="submit"] {
    background: white;
    border: 0;
    padding: 0;
    color: black;
    font-family: "bebas_neuebold";
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

form#signup input[type="submit"]:hover {
    background: #3EBFB9;
    color: white;
    border-color: #3EBFB9;
}

form#signup input.go-left {
    width: calc( 50% - 5px);
    float: left;
}

form#signup input.go-right {
    width: calc( 50% - 5px);
    float: right;
}

.service-location-wrapper {
    position: relative;
    padding: 10px 20px 60px;
    max-width: 840px;
    margin: auto;
}

.service-location-wrapper .headline h1 {
    font-size: 6.6em;
}

.service-location-wrapper .content-wrapper {
    padding: 0;
}

.service-location-wrapper .content-wrapper h2 {
    font-size: 4.4em;
    margin-top: 50px;
}

.service-location-wrapper .content-wrapper h3 {
    font-size: 3.6em;
}

.service-location-wrapper .content-wrapper p,
.service-location-wrapper .content-wrapper h6,
.service-location-wrapper .content-wrapper h5,
.service-location-wrapper .content-wrapper h4,
.service-location-wrapper .content-wrapper h3 {
    margin-top: 10px;
}

.service-location-wrapper .content-wrapper p.special {
    margin-top: 50px;
}

.service-location-wrapper .content-wrapper .selectric-wrapper ul {
    margin-top: 0;
}

.service-location-wrapper .content-wrapper .selectric-wrapper ul li {
    margin: 0;
    border-bottom: 0;
}

.service-location-wrapper .content-wrapper .selectric-wrapper ul li:before {
    display: none;
}

.service-location-wrapper .content-wrapper ul {
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 1.5;
}

.service-location-wrapper .content-wrapper ul.selectric-group {
    margin-top: 0;
}

.service-location-wrapper .content-wrapper ul.selectric-group li {
    margin: 0;
    border-bottom: 0;
}

.service-location-wrapper .content-wrapper ul.selectric-group li:before {
    display: none;
}

.service-location-wrapper .content-wrapper ul.of-three {
    max-width: calc( 100% + 40px);
    width: calc( 100% + 40px);
    margin: 20px -20px 0;
}

.service-location-wrapper .content-wrapper ul.of-three li {
    float: left;
    width: calc( (100% - 120px) / 3);
    margin: 0 20px 15px;
}

.service-location-wrapper .content-wrapper ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 30px;
    position: relative;
}

.service-location-wrapper .content-wrapper ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    width: 20px;
    height: 20px;
    background: #3EBFB9;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 20px !important;
}

.service-location-wrapper .content-wrapper a {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    color: #3EBFB9;
}

.service-location-wrapper .content-wrapper a:hover {
    color: #7B9AA9;
}

.service-location-wrapper .content-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.post-wrapper {
    position: relative;
    padding: 60px 20px;
    max-width: 840px;
    margin: auto;
}

.post-wrapper .headline h1 {
    font-size: 4.8em;
}

.post-wrapper .post-details {
    position: relative;
    margin-top: 5px;
}

.post-wrapper .featured {
    display: block;
    width: 100%;
    height: auto;
    margin: 40px auto;
}

.post-wrapper .content-editor {
    position: relative;
    margin-top: 50px;
}

.post-wrapper .content-editor p,
.post-wrapper .content-editor h6,
.post-wrapper .content-editor h5,
.post-wrapper .content-editor h4,
.post-wrapper .content-editor h3,
.post-wrapper .content-editor h2,
.post-wrapper .content-editor h1,
.post-wrapper .content-editor ul,
.post-wrapper .content-editor ol {
    position: relative;
    margin-top: 20px;
}

.post-wrapper .content-editor ul {
    padding-left: 20px;
    list-style-type: disc;
    font-size: 1.5em;
    line-height: 1.5;
}

.post-wrapper .content-editor ul li strong {
    font-family: "Roboto";
    font-weight: 700;
}

.post-wrapper .content-editor ol {
    padding-left: 20px;
    list-style-type: decimal;
    font-size: 1.5em;
    line-height: 1.5;
}

.post-wrapper .content-editor ol li strong {
    font-family: "Roboto";
    font-weight: 700;
}

.post-wrapper .content-editor img {
    display: block;
    height: auto !important;
    width: 100% !important;
    margin: 40px auto !important;
}

.post-wrapper .content-editor img.alignleft {
    float: left;
    width: 50% !important;
    margin-right: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.post-wrapper .content-editor a {
    color: #3EBFB9;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.post-wrapper .content-editor a:hover {
    color: #7B9AA9;
}

.post-wrapper .share-wrapper {
    position: relative;
    margin-top: 40px;
}

.post-wrapper .share-wrapper h5,
.post-wrapper .share-wrapper h6 {
    margin-top: 0;
}

.post-wrapper .share-wrapper .fa {
    font-size: 15px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    line-height: 32px !important;
    margin-right: 6px;
    color: black;
    margin-top: 10px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.post-wrapper .share-wrapper .fa:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
    color: white;
}

.post-wrapper .nextprev-wrapper {
    position: relative;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.post-wrapper .nextprev-wrapper h5,
.post-wrapper .nextprev-wrapper h6 {
    margin-top: 0;
}

.post-wrapper .nextprev-wrapper p {
    margin-top: 10px;
}

.post-wrapper .nextprev-wrapper a {
    color: black;
}

.post-wrapper .nextprev-wrapper a:hover {
    color: black;
}

.post-wrapper .nextprev-wrapper .go-left {
    position: relative;
    float: left;
    width: calc( 50% - 30px);
}

.post-wrapper .nextprev-wrapper .go-right {
    position: relative;
    float: right;
    width: calc( 50% - 30px);
}

.post-wrapper .nextprev-wrapper .go-right .title {
    text-align: right;
}

.post-wrapper .nextprev-wrapper .post {
    position: relative;
    min-height: 394px;
    width: 100%;
    margin: 20px 0 0 0;
    background: #f8f8f8;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.post-wrapper .nextprev-wrapper .post:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.post-wrapper .nextprev-wrapper .post .image {
    position: relative;
    padding-bottom: 66.6667%;
}

.post-wrapper .nextprev-wrapper .post .details {
    position: relative;
    padding: 20px 30px;
}

.post-wrapper .nextprev-wrapper .post .details h5 {
    font-family: "bebas_neuebold";
    font-size: 2.6em;
    line-height: 1.1;
}

.post-wrapper .nextprev-wrapper .post .details p {
    margin-top: 3px;
    font-size: 1.3em;
}


/****/

.community-cover {
    position: relative;
    height: calc( 75vh - 44px);
    color: white;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.community-cover.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.community-cover .diagonal-third {
    position: absolute;
    top: 0;
    height: 100%;
    width: calc( 100% / 3);
    transform: skew(-23deg) !important;
    -webkit-transform: skew(-23deg) !important;
    overflow: hidden;
}

.community-cover .diagonal-third.before-one {
    left: calc( -1 * (100% / 3));
}

.community-cover .diagonal-third.one {
    left: 0;
}

.community-cover .diagonal-third.two {
    left: calc( 100% / 3);
}

.community-cover .diagonal-third.three {
    left: calc( 100% / 3 * 2);
    width: calc( 100% / 3);
}

.community-cover .diagonal-third.after-three {
    left: 100%;
}

.community-cover .diagonal-third .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 150%;
    left: -25%;
    transform: skew(23deg) !important;
    -webkit-transform: skew(23deg) !important;
}

.community-cover .inner-wrapper {
    position: relative;
    height: 100%;
    margin: auto;
}

.community-cover .center-wrapper {
    width: 400px;
    left: 60px;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    opacity: 0;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.community-cover .center-wrapper.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.community-cover .center-wrapper.show {
    opacity: 1;
}

.community-cover .center-wrapper h1 {
    font-family: "bebas_neuebook";
    font-size: 10em;
}

.community-video-text {
    position: relative;
}

.community-video-text .vimeo-wrapper {
    position: relative;
    width: 60%;
    margin-left: 30px;
    float: left;
}

.community-video-text .vimeo-wrapper .inner-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.community-video-text .vimeo-wrapper .inner-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.community-video-text .text {
    position: relative;
    float: left;
    width: calc( 40% - 60px);
    margin-right: 30px;
}

.meetings-video-text {
    position: relative;
}

.meetings-video-text .vimeo-wrapper {
    position: relative;
    width: 66%;
    margin-left: 30px;
    float: right;
}

.meetings-video-text .vimeo-wrapper .inner-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.meetings-video-text .vimeo-wrapper .inner-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.meetings-video-text .text {
    position: relative;
    float: left;
    width: calc( 34% - 60px);
    margin-right: 30px;
}

.community-slider {
    position: relative;
    margin-top: 30px;
}

.community-slider .item {
    position: relative;
    height: 400px;
    float: left;
}

.community-slider .item .text {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    background: #f8f8f8;
    padding: 50px;
    z-index: 10;
    /* &:after {
        position: absolute;
        right: calc( 100% - 150px );
        width: 200px;
        background: $grey;
        top: 0;
        height: 100%;
        content: '';
        @include skew(-23deg);
      } */
}

.community-slider .item .text .divider {
    height: 2px;
    margin: 15px 0;
    width: 60px;
}

.community-slider .item .text .center-wrapper {
    width: calc( 100% - 105px);
    left: 60px;
    z-index: 10;
}

.community-slider .item .text .center-wrapper h5 {
    font-size: 2.4em;
}

.community-slider .item .image-wrapper {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
}

.community-slider .fa-chevron-left {
    display: inline-block;
    position: absolute;
    left: -55px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 9999;
    text-align: center;
    line-height: 30px !important;
    color: black;
    cursor: pointer;
    font-size: 11px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.community-slider .fa-chevron-left:hover {
    background: #3EBFB9;
    color: white;
    border-color: #3EBFB9;
}

.community-slider .fa-chevron-right {
    display: inline-block;
    position: absolute;
    right: -55px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 9999;
    text-align: center;
    line-height: 30px !important;
    color: black;
    cursor: pointer;
    font-size: 11px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.community-slider .fa-chevron-right:hover {
    background: #3EBFB9;
    color: white;
    border-color: #3EBFB9;
}


/****/

.has-datepicker {
    cursor: pointer;
}

.ui-datepicker {
    position: relative;
    background: #f8f8f8;
    border-left: 1px solid #167378;
    border-right: 1px solid #167378;
    border-bottom: 1px solid #167378;
    width: 240px;
    font-family: "Roboto";
    font-size: 1.1em;
}

.ui-datepicker.meeting-rooms-datepicker {
    width: 350px !important;
    margin-left: -55px !important;
    font-size: 1.3em !important;
    background: white !important;
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.1);
    border: 0 !important;
}

.ui-datepicker.meeting-rooms-datepicker .ui-datepicker-calendar thead tr {
    width: 50px !important;
}

.ui-datepicker.meeting-rooms-datepicker .ui-datepicker-calendar thead th {
    width: 50px !important;
}

.ui-datepicker.meeting-rooms-datepicker .ui-datepicker-calendar tbody tr {
    width: 50px !important;
    padding: 14px 0 !important;
}

.ui-datepicker.meeting-rooms-datepicker .ui-datepicker-calendar tbody td {
    width: 50px !important;
    padding: 14px 0 !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
}

.ui-datepicker.meeting-rooms-datepicker .ui-datepicker-calendar tbody td:hover {
    background: #3EBFB9 !important;
    color: white !important;
}

.ui-datepicker.meeting-rooms-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-unselectable {
    cursor: default;
}

.ui-datepicker.meeting-rooms-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-unselectable:hover {
    background: transparent !important;
    color: black !important;
}

.ui-datepicker.meeting-rooms-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day:hover {
    background: #167378 !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    background: #167378;
    color: white;
    padding: 10px 0;
    font-weight: 700;
    text-align: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    left: 12px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
    color: #3EBFB9;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    right: 12px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    color: #3EBFB9;
}

.ui-datepicker .ui-datepicker-calendar {
    position: relative;
}

.ui-datepicker .ui-datepicker-calendar thead tr th {
    padding: 10px 0;
    width: 34px;
    text-align: center;
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td {
    padding: 10px 0;
    width: 34px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled {
    opacity: 0.35;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
    background: rgba(0, 0, 0, 0.15);
}

.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
    background: #167378;
    color: white;
    font-weight: 700;
}


/****/

.blog-wrapper {
    position: relative;
    padding: 60px 20px;
    max-width: 1140px;
    margin: auto;
}

.blog-wrapper.community {
    padding: 0;
    margin-top: 60px;
}

.blog-wrapper.community .posts {
    margin-top: 30px;
}

.blog-wrapper.community .posts .post {
    min-height: 380px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 10px 30px;
}

.blog-wrapper.community .posts .post .ribbon {
    position: absolute;
    top: 30px;
    right: -50px;
    background: white;
    color: black;
    font-size: 1.8em;
    font-family: "bebas_neuebold";
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    width: 200px;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.blog-wrapper .headline {
    position: relative;
}

.blog-wrapper .headline .filters {
    position: absolute;
    right: 0;
    bottom: 8px;
}

.blog-wrapper .headline .filters .filter {
    position: relative;
    float: left;
    margin-left: 6px;
    width: 120px;
    height: 34px;
    border: 1px solid black;
    text-align: center;
    font-size: 1.8em;
    line-height: 32px;
    font-family: "bebas_neuebold";
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.blog-wrapper .headline .filters .filter:hover {
    background: #3EBFB9;
    border-color: #3EBFB9;
    color: white;
}

.blog-wrapper .headline .filters .filter.active {
    background: #3EBFB9;
    border-color: #3EBFB9;
    color: white;
}

.blog-wrapper .headline .filters-button {
    display: none;
}

.blog-wrapper h1 {
    font-family: "bebas_neuebook";
    font-size: 5.4em;
}

.blog-wrapper .posts {
    position: relative;
    width: calc( 100% + 20px);
    margin: 50px -10px 0;
}

.blog-wrapper .posts .post {
    position: relative;
    float: left;
    min-height: 390px;
    width: calc( (100% - 60px) / 3);
    margin: 0 10px 60px;
    background: #f8f8f8;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.blog-wrapper .posts .post:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.blog-wrapper .posts .post .image {
    position: relative;
    padding-bottom: 66.6667%;
}

.blog-wrapper .posts .post .details {
    position: relative;
    padding: 20px 30px;
}

.blog-wrapper .posts .post .details h5 {
    font-family: "bebas_neuebold";
    font-size: 2.4em;
    line-height: 1.1;
}

.blog-wrapper .posts .post .details p {
    margin-top: 3px;
    font-size: 1.3em;
}

.special-hover {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    color: #3EBFB9;
}

.special-hover:hover {
    color: #7B9AA9;
}

.footer-about {
    position: relative;
    background: white;
    padding: 90px 0;
}

.footer-about .inner-wrapper {
    position: relative;
    max-width: 1100px;
    margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 1380px) {
    .location-cover .center-wrapper h1 {
        font-size: 9em;
    }
    .meetings-content .results-wrapper .item .details .price-and-button .price {
        float: none;
    }
    .meetings-content .results-wrapper .item .details .price-and-button .button {
        float: none;
        margin-top: 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 1340px) {
    .location-cover .center-wrapper h1 {
        font-size: 8em;
    }
}

@media screen and (min-width: 0px) and (max-width: 1290px) {
    .location-cover .center-wrapper h1 {
        font-size: 7.4em;
    }
}


/* @media screen and (min-width : 0px) and (max-width : 1260px) {

  .location-cover .center-wrapper h1 {
    font-size: 6.6em;
  }

} */

@media screen and (min-width: 0px) and (max-width: 1285px) {
    header .items li {
        padding-left: 10px;
        margin-right: 12px;
    }
    .meetings-content .results-wrapper .item .details .price-and-button .price {
        float: left;
    }
    .meetings-content .results-wrapper .item .details .price-and-button .button {
        float: right;
        margin-top: 0;
    }
    .meetings-content .results-wrapper {
        text-align: center;
    }
    .meetings-content .results-wrapper .item {
        margin: 0 auto 40px;
        text-align: left;
        max-width: 100%;
        width: calc( 100% - 30px);
    }
    .search-bar .form-wrapper form .part.w-140 {
        position: absolute;
        right: 0;
        top: 1px;
        width: 120px;
    }
    .search-bar .form-wrapper form .part.w-155 {
        width: 140px;
    }
    .hide-on-t {
        display: none;
    }
    .search-bar .form-wrapper form .part.w-250 {
        width: calc( (100% - 540px) / 2);
    }
}

@media screen and (min-width: 0px) and (max-width: 1150px) {
    header .items {
        left: 180px;
    }
}

@media screen and (min-width: 0px) and (max-width: 1120px) {
    header .logo {
        left: 20px;
    }
    header .items {
        left: 140px;
    }
    .squares {
        right: 20px;
    }
}

@media screen and (min-width: 0px) and (max-width: 1100px) {
    header .logo {
        left: 20px;
    }
    header .items {
        display: none;
    }
    .squares {
        right: 20px;
    }
    .location-cover.full-height {
        height: auto !important;
        min-height: 0;
    }
    .location-cover.full-height .location-cover-gallery {
        position: relative;
        height: 60vh;
        min-height: 320px;
    }
    .leads-form#leads-form-b {
        right: 0;
        position: relative;
        max-width: 900px;
        width: 100%;
        margin: -90px auto 0;
        bottom: 0;
    }
    .leads-form#leads-form-mr {
        right: 0;
        position: relative;
        max-width: 900px;
        width: 100%;
        margin: -90px auto 0;
        bottom: 0;
    }
    .location-cover .inner-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        height: 60vh;
        top: 0;
        left: 0;
    }
    .location-cover .center-wrapper.of-soon {

        height: auto;
        display: block;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 0 20px;
    }
    .location-cover .learn-more {
        display: none;
    }
}

@media screen and (min-width: 0px) and (max-width: 1060px) {
    header .items {
        display: none;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .locations-wrapper .item {
        width: calc( 100vw - 38px) !important;
        margin: 0 19px !important;
        height: calc( 100vh - 150px) !important;
        max-height: 460px !important;
        display: block !important;
    }
    .locations-wrapper .item .image {
        padding-bottom: 44% !important;
    }
    .locations-wrapper .item h3 {
        font-size: 3.2em !important;
    }
    .locations-wrapper .item h3.m-t-25 {
        margin-top: 15px !important;
    }
    .locations-wrapper .item h4 {
        font-size: 2.8em !important;
    }
    .locations-wrapper .item .text {
        padding: 0 20px !important;
    }
    .locations-wrapper .item .prices.half .prices-coming-soon .text {
        padding: 22px 0 !important;
    }
    .popup-wrapper .tabs {
        left: 18px !important;
        width: calc( 100% - 32px) !important;
        position: fixed !important;
    }
    .popup-wrapper .tabs .tab {
        background: black;
        width: calc( (100% - 18px) / 3) !important;
    }
    .locations-wrapper .fa-chevron-right {
        background: black;
        top: 205px;
        margin-top: 0;
        border: 0;
        right: 2px;
        width: 30px;
        height: 30px;
        line-height: 30px !important;
    }
    .locations-wrapper .fa-chevron-right:hover {
        background: black;
        color: white;
    }
    .locations-wrapper .fa-chevron-left {
        left: 2px;
        background: black;
        top: 205px;
        margin-top: 0;
        border: 0;
        width: 30px;
        height: 30px;
        line-height: 30px !important;
    }
    .locations-wrapper .fa-chevron-left:hover {
        background: black;
        color: white;
    }
    #footer-row {
        padding: 40px 0 !important;
    }
    .logo-end {
        width: 220px !important;
    }
    footer {
        text-align: center !important;
    }
    .related .item {
        height: 400px !important;
    }
    .related .center-wrapper h3 {
        font-size: 5.4em !important;
    }
    form#signup {
        margin: 10px auto 0 !important;
    }
    .content-wrapper .two .part {
        height: auto !important;
    }
    .content-wrapper .two .part.with-image {
        height: calc( (100vw - 40px) * 0.5625) !important;
    }
    .content-wrapper .two .part .center-wrapper {
        display: block;
        position: relative;
    }
    .content-wrapper .two .part .center-wrapper .center {
        display: block;
        position: relative;
    }
    /* .content-wrapper .two {
    margin-left: auto !important;
    margin-right: auto !important;
  } */
    .book-tour-wrapper .form-wrapper .side-to-form {
        max-width: 100% !important;
        float: none !important;
    }
    .book-tour-wrapper .form-wrapper form {
        width: 100% !important;
        float: none !important;
        margin-top: 20px !important;
    }
    .related {
        height: 400px !important;
    }
    .related .item {
        width: 100% !important;
    }
    .content-wrapper .two .part h3 {
        font-size: 4em !important;
    }
    .book-tour-wrapper h3 {
        font-size: 4em !important;
    }
    .m-t-80 {
        margin-top: 40px !important;
    }
    .three-locations {
        margin-top: -10px;
    }
    .three-locations .item {
        float: none;
        width: calc( 100% - 20px);
        margin: 30px 10px 0;
    }
    .three-locations .item .button {
        width: 100%;
        margin-top: 10px !important;
    }
    .logos {
        width: calc( 100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    .logos .logo {
        width: calc( 33% - 4px);
        border-right: 0 !important;
        border-bottom: 0 !important;
    }
    .part.with-image.wide.h-440 {
        width: calc( 100% + 40px) !important;
        margin-left: -20px !important;
        height: 340px !important;
        margin-top: -10px !important;
    }
    .content-wrapper .two .part .item {
        height: 340px !important;
    }
    .events-cover .diagonal-third .image-wrapper {
        width: 300%;
        left: -100%;
    }
    .community-cover .diagonal-third .image-wrapper {
        width: 300%;
        left: -100%;
    }
    .events-cover .center-wrapper {
        left: 20px;
    }
    .events-cover .center-wrapper h1 {
        font-size: 6em !important;
    }
    .content-wrapper .two .part .fa-chevron-right {
        right: 10px !important;
    }
    .content-wrapper .two .part .fa-chevron-left {
        left: 10px !important;
    }
    .blog-wrapper {
        padding: 40px 20px 20px;
    }
    .post-wrapper {
        padding: 40px 20px;
    }
    .post-wrapper .featured {
        margin: 20px auto 0;
    }
    .post-wrapper .nextprev-wrapper .go-right {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .post-wrapper .nextprev-wrapper .go-right .title {
        text-align: left;
    }
    .post-wrapper .nextprev-wrapper .go-right .post {
        min-height: auto;
    }
    .post-wrapper .nextprev-wrapper .go-left {
        float: none;
        width: 100%;
    }
    .post-wrapper .nextprev-wrapper .go-left .post {
        min-height: auto;
    }
    .post-wrapper .content-editor img {
        margin: 20px auto !important;
    }
    .post-wrapper .content-editor {
        margin-top: 20px;
    }
    .post-wrapper .nextprev-wrapper {
        margin-top: 20px;
        padding-top: 20px;
    }
    .blog-wrapper .posts {
        margin-top: 20px;
    }
    .blog-wrapper .posts .post {
        float: none;
        width: calc( 100% - 20px);
        margin: 0 10px 20px;
        min-height: auto;
    }
    .blog-wrapper .posts .post .details {
        padding: 20px;
    }
    .blog-wrapper .headline .filters-button {
        display: block;
        position: absolute;
        bottom: 8px;
        right: 0;
        width: 80px;
        text-align: center;
        line-height: 32px;
        height: 34px;
        border: 1px solid black;
        font-size: 1.8em;
        font-family: "bebas_neuebold";
    }
    .blog-wrapper .headline .filters {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 150px 0 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 99999;
        color: white;
        display: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.26s ease-out;
        transition: all 0.26s ease-out;
    }
    .blog-wrapper .headline .filters.show {
        visibility: visible;
        opacity: 1;
    }
    .blog-wrapper .headline .filters .filter {
        float: none;
        margin: 15px auto !important;
        width: 160px;
        border-color: white;
    }
    .footer-about {
        padding: 40px 20px;
    }
    .service-section {
        padding: 30px 15px;
    }
    .service-section .inner-wrapper {
        padding-right: 0;
    }
    .service-section .inner-wrapper h2 {
        font-size: 4em;
    }
    .service-section .inner-wrapper h3 {
        font-size: 2.8em !important;
    }
    .leads-form {
        width: 100% !important;
        background: transparent !important;
        padding: 40px 20px !important;
    }
    .leads-form .form-locations-outer .locations-box .item .location-images-wrapper {
        height: 56.25vw !important;
    }
    .leads-form .form-locations-outer .locations-box .item .location-images-wrapper .image-wrapper {
        height: 56.25vw !important;
    }
    .leads-form#leads-form-b {
        background: #fff !important;
    }
    .leads-form#leads-form-mr {
        background: #fff !important;
    }
    .locations-box .item .location-images-wrapper .image-wrapper {
        height: 56.25vw !important;
    }
    .related-services {
        height: 70vh;
    }
    .related-services .item {
        width: 50%;
        height: 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .p-b-0 {
        padding-bottom: 0 !important;
    }
    .team-member {
        width: calc( 50% - 20px);
        margin-right: 18px;
        padding-right: 0;
    }
    .team-member:nth-of-type(even) {
        margin-right: 0;
        margin-left: 18px;
    }
    .popup-wrapper .thanks-message {
        width: calc( 100% - 40px);
        height: 240px;
        left: 20px;
        margin-left: 0;
        top: 100px;
        margin-top: 0;
    }
    .popup-wrapper .reg-message {
        width: calc( 100% - 40px);
        height: 240px;
        left: 20px;
        margin-left: 0;
        top: 100px;
        margin-top: 0;
    }
    .book-tour-wrapper .form-wrapper {
        margin-top: 0;
    }
    .locations-box .item .details {
        padding: 20px !important;
    }
    .locations-box .item .details h5 {
        font-size: 2.8em !important;
    }
    .locations-box {
        width: calc( 100% + 40px) !important;
        margin: 0 -20px !important;
        height: auto;
    }
    .leads-form .form-locations-outer .locations-box {
        border: 0 !important;
        background: transparent !important;
    }
    .locations-box .item .location-images-wrapper {
        height: calc( (100vw - 40px) * 0.5625);
    }
    .locations-box .item .location-images-wrapper .image-wrapper {
        height: calc( (100vw - 40px) * 0.5625);
    }
    .leads-form .form-locations-outer .locations-box .item .details h5 {
        font-size: 2.8em !important;
    }
    .leads-form .form-locations-outer .locations-box .item .details p.small {
        font-size: 1.5em !important;
    }
    .two-options {
        width: 100%;
        min-width: 0;
    }
    .service-section {
        padding: 40px 0;
    }
    .service-section.wide.and-narrow .inner-wrapper {
        padding: 0 20px;
    }
    .location-cover .center-wrapper.of-soon {
        text-align: left;
        padding: 0;
    }
    .leads-form .form-locations-outer form {
        width: 100%;
        float: none;
    }
    .leads-form .form-locations-outer .locations-box {
        float: none;
        width: 100%;
        height: calc( 56.25vw + 104px) !important;
    }
    .locations-box {
        float: none;
        width: 100%;
        height: calc( 56.25vw + 104px) !important;
        background: transparent !important;
        z-index: 999;
    }
    .locations-box .slick-arrow {
        top: 100px;
    }
    .locations-box .item .location-images-wrapper {
        height: 56.25vw !important;
    }
    .leads-form form .form-row .part {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px;
    }
    .location-cover .center-wrapper.of-soon {
        top: 50%;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        height: auto;
    }
    .location-cover .center-wrapper.of-soon .center {
        display: table-cell;
    }
    #service-section-1 {
        padding: 30px 0 40px;
    }
    footer.ex-pad {
        padding-bottom: 70px !important;
    }
    .squares.super-down {
        top: 15px !important;
    }
    .location-cover.full-height .location-cover-gallery .slick-dots {
        left: 20px;
        bottom: 20px;
        width: calc( 100% - 40px);
    }
    .content-wrapper .location-and-signup.special {
        padding: 0 0 40px !important;
    }
    .leads-form {
        padding: 20px;
    }
    .content-wrapper .location-and-signup .the-location h2 {
        font-size: 4em !important;
    }
    .content-wrapper .location-and-signup .the-location {
        margin-top: -40px !important;
    }
    .squares .square.wide {
        height: 34px !important;
        border: 0 !important;
    }
    .popup-wrapper .contact-wrapper form .form-row {
        margin-bottom: 0 !important;
    }
    .popup-wrapper .contact-wrapper form .form-row .part {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px !important;
    }
    .popup-wrapper .contact-wrapper .content .form-wrapper {
        margin-top: 30px !important;
    }
    .squares .square .fa {
        margin-right: 6px !important;
    }
    .side-menu .items li {
        font-size: 2.2em;
    }
    .content-wrapper .location-and-signup .the-location ul.of-three {
        width: calc( 100% + 20px);
        margin: 20px -10px 0;
    }
    .content-wrapper .location-and-signup .the-location ul.of-three li {
        width: calc( (100% - 40px) / 2);
        margin: 0 10px 15px;
    }
    .service-section .inner-wrapper ul.of-three {
        width: calc( 100% + 20px);
        margin: 20px -10px 0;
    }
    .service-section .inner-wrapper ul.of-three li {
        width: calc( (100% - 40px) / 2);
        margin: 0 10px 15px;
    }
    .service-location-wrapper .content-wrapper ul.of-three {
        width: calc( 100% + 20px);
        margin: 20px -10px 0;
    }
    .service-location-wrapper .content-wrapper ul.of-three li {
        width: calc( (100% - 40px) / 2);
        margin: 0 10px 15px;
    }
    .hide-on-m {
        display: none;
    }
    .meetings-cover .center-wrapper {
        width: 300px;
        left: 50%;
        margin-left: -150px;
        top: 20px;
        height: calc( 100% - 50px);
    }
    .meetings-cover .center-wrapper h1 {
        font-size: 6em;
        max-width: 300px;
        margin: auto;
    }
    .meetings-cover .center-wrapper h5 {
        margin-top: 10px;
        line-height: 1.3 !important;
    }
    .meetings-content {
        padding: 0 20px 60px;
        z-index: 99999999;
    }
    .search-bar {
        display: none;
        position: fixed;
        width: 100vw;
        top: 0;
        left: 0;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999999999999999;
        margin: 0;
    }
    .search-bar.show {
        display: block;
    }
    .search-bar .close {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
    }
    .search-bar .form-wrapper {
        margin-top: 0;
        position: absolute;
        background: white;
        left: 30px;
        margin-left: 0;
        width: calc( 100% - 60px);
        top: 80px;
        padding: 20px;
    }
    .search-bar .form-wrapper form .part {
        float: none;
        padding-right: 0;
        margin-bottom: 15px;
        width: 100% !important;
    }
    .search-bar .form-wrapper form .part.w-140 {
        position: relative;
        top: 0;
        margin: 0;
        padding: 0;
    }
    .search-bar .form-wrapper form button {
        margin-top: 0;
    }
    .hide-on-t {
        display: block;
    }
    .meetings-content-book-button {
        position: relative;
        height: 44px;
        margin-top: -22px;
        margin-bottom: 20px;
        background: #167378;
        color: white;
        font-family: "bebas_neuebold";
        font-size: 2.4em;
        text-align: center;
        cursor: pointer;
        line-height: 44px;
    }
    .meetings-cover {
        height: 320px;
        min-height: 320px;
    }
    .meetings-content {
        padding: 0 20px;
    }
    .meetings-content .results-counter-wrapper {
        max-width: 260px;
        margin: auto;
        line-height: 1.3;
    }
    .meetings-content .results-wrapper .item .left-side {
        width: 100%;
        float: none;
        padding: 20px;
    }
    .meetings-content .results-wrapper .item .left-side .image-wrapper {
        padding-bottom: 65%;
    }
    .enlarge-image .the-image {
        top: 50px;
        left: 0;
        width: 100%;
        height: calc( 100% - 100px);
    }
    .enlarge-image .headline {
        left: 20px;
        top: 30px;
    }
    .meetings-content .results-wrapper .item .details {
        float: none;
        margin-top: 0;
        width: 100%;
        padding: 0 20px 20px;
    }
    .meetings-content .results-wrapper .item .details .desc.main {
        min-height: 0;
        margin-bottom: 15px;
    }
    .meetings-content .results-wrapper .item .left-side .icons {
        display: none;
    }
    .meetings-content .results-wrapper .item {
        margin: 0 auto 20px;
    }
    .meetings-content .results-wrapper {
        margin-top: 20px;
    }
    .search-bar .form-wrapper form .part .plus-wrapper {
        right: 33px;
    }
    .search-bar .form-wrapper form .part .minus-wrapper {
        right: 15px;
    }
    .ui-datepicker.meeting-rooms-datepicker {
        width: calc( 100vw - 30px) !important;
        margin-left: -15px !important;
        font-size: 1.3em !important;
        margin-top: -65px !important;
    }
    .enlarge-image {
        cursor: pointer;
    }
    .meetings-content.special {
        padding: 20px;
    }
    .meetings-content .breadcrumbs {
        margin-bottom: 15px;
    }
    .meetings-content .breadcrumbs .fa {
        margin: 0 5px;
        font-size: 11px;
    }
    .meetings-content.special .box {
        padding: 20px;
    }
    .meetings-content.special .box .item .left-side {
        width: 100%;
        float: none;
    }
    .meetings-content.special .box .item .left-side .icons .icon {
        width: calc( 100% / 7 - 8px);
        height: calc( 100vw / 7 - 18px);
    }
    .meetings-content.special .box .item .left-side .icons .icon .fa {
        line-height: calc( 100vw / 7 - 18px) !important;
        font-size: 15px !important;
    }
    .meetings-content.special .box .item .details {
        position: relative;
        float: none;
        width: 100%;
        background: white;
        margin-top: 20px;
    }
    .meetings-content.special .box .item .details .title {
        font-size: 3.6em !important;
    }
    .meetings-content.special .box .item .left-side .image-wrapper {
        padding-bottom: 65%;
    }
    .review-box-requirements {
        position: relative;
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 20px;
    }
    .review-box-requirements textarea {
        margin-top: 20px;
        width: 100%;
        height: 106px;
        resize: none;
        background: #f8f8f8;
        border: 1px solid rgba(0, 0, 0, 0);
        padding: 15px;
        font-family: "Roboto";
        font-size: 15px;
        outline: 0;
        line-height: 1.5;
    }
    .review-box-requirements textarea:focus {
        border-color: #94a545;
    }
    .meetings-content.special .left-col {
        position: relative;
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .meetings-content.special .box .form-wrapper form .form-row .part {
        width: 100%;
        float: none !important;
        margin-top: 15px;
    }
    .meetings-content.special .right-col {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .room-summary .image-wrapper {
        display: none;
    }
    .room-summary {
        position: relative;
        padding-left: 0;
        min-height: 0;
    }
    .service-section {
        position: relative;
        padding: 20px 20px 40px;
    }
    .meetings-video-text .vimeo-wrapper {
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }
    .service-section .inner-wrapper h2 {
        font-size: 3.6em !important;
    }
    .side-menu .items li.mobile-special {
        padding: 0;
        width: 180px;
        display: inline-block;
        margin: 5px 0 0 0;
        text-align: center;
    }
    .popup-wrapper .exists-message {
        width: calc( 100% - 40px);
        left: 20px;
        margin-left: 0;
    }
    .popup-wrapper .exists-message .center-wrapper .center .buttons .button {
        margin: 10px auto;
        display: block;
        width: 180px;
    }
    .popup-wrapper .exists-message .center-wrapper .center {
        padding: 20px !important;
    }
    .thanks-wrapper .center-wrapper .center {
        padding: 50px 20px;
    }
    .meetings-content.special .box .item .left-side .image-and-details .image-and-amenities {
        width: 100%;
        float: none;
    }
    .meetings-content.special .box .item .left-side .image-and-details .details {
        width: 100%;
    }
    .meetings-content.special .box .item .left-side .image-and-details .details .grey-box {
        padding-top: 20px;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

    /** Amenities (Gray Area) */
    .section-amenities-desc .location-inner ul.of-three li {
        width: calc( (100% - 40px) / 2);
        margin: 0 10px 15px !important;
    }

    .section-amenities-desc .location-inner h2 {
        font-size: 4em !important;
    }
}

@media screen and (device-aspect-ratio: 40 / 71) {
    header .logo {
        left: 10px !important;
    }
    .squares {
        right: 10px !important;
    }
    .side-menu .items li.mobile-special {
        width: 150px;
    }
}

/*# sourceMappingURL=style.css.map */


/*
    Custom CSS  meetings
*/

.search-bar {
    height: 1000px;
    margin: -60px auto -78px;
}


/**
  display the loading animation
**/

.holds-the-iframe {
    background-image: url("./images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
}


/* sample style */

.enroll-sec {
    /* display: block; */
    text-align: left;
    margin: 1% 5%;
    padding: 2%;
}

/* custom htdesk-enrollnow */
.htdesk-enrollnow {
    font-size: 4em;
    letter-spacing: 1px;
}

/* coworking-container */
.coworking-con {
    width: 697px !important;
    /* min-height: 410px; */
    min-height: auto;
    bottom: 150px;
}
@media screen and (max-width: 700px) {
    .coworking-con { width: 94% !important; }
}

/* co-working svg image */
.svg-htdesk {
    margin: 20px auto 20px;
    display: block;
}

/* coworking enroll no button */
.htdesk-regbutton {
    background: #3ebfb9;
    padding: 9px 25px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 2.5rem;
    border: 0;
    font-size: 18px;
    box-shadow: none;
    display: block;
}

/* meeting room new label */
.lbl-fmeeting {
    display: block;
    font-size: 18px;
    padding-bottom: 20px;
}

/* meeting room search */
#meeting-rooms-search{
    height: 100%;
}

@media screen and (max-width: 768px) {

    #btn-hdcontinue{
        font-size: 13px;
        padding: 0 4px;
        margin: 0;
    }
}

/* slick gallery, pop up prev issue */
#popup-gallery > .gallery .fa-angle-left{
    z-index: 9999;
}

.form-loader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 15;
    background-image: url(http://s3-eu-west-2.amazonaws.com/labscom-wordpress/wp-content/uploads/2019/06/07091444/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 15;
    display: none;
    opacity: 0.7;
}

/** book a tour */
.page-book-a-tour .location-cover .center-wrapper.of-soon {

}
.page-book-a-tour .location-cover.full-height .location-cover-gallery {
    height: 100vh;
}
.page-book-a-tour .location-cover.full-height .location-cover-gallery .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.book-tour-wrapper.single-page-booking-form .content-wrapper.even-more-pad {
    padding: 20px 50px;
    max-width: 1000px;
    margin-top: 140px;
}
.book-tour-wrapper.single-page-booking-form .content-wrapper.even-more-pad.contact-us-pad {
    margin-top: 200px;
}
.book-tour-wrapper.single-page-booking-form .form-wrapper form {
    float: none !important;
    margin: 0 auto;
    width: auto;
}

.book-tour-wrapper.single-page-booking-form .form-wrapper form .form-row {
    margin-bottom: 30px;
}

.book-tour-wrapper.single-page-booking-form .form-wrapper form label {
    color: #000;
}
.book-tour-wrapper.single-page-booking-form .form-wrapper form label:not(.font-body-main) {
    text-transform: uppercase;
    font-family: "bebas_neuebold";
    font-size: 18px;
    letter-spacing: 1.1px;
}

.book-tour-wrapper.single-page-booking-form .form-wrapper form .message-area {
    position: absolute;
    width: 100%;
}

.book-tour-wrapper.single-page-booking-form .form-wrapper form .message-area textarea {
    height: 131px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding: 15px;
}

.book-tour-wrapper.single-page-booking-form .form-wrapper form .btn-submit-row {
    text-align: center;
    margin-top: 40px;
}

.book-tour-wrapper.single-page-booking-form .form-wrapper form input[type="submit"],
.book-tour-wrapper.single-page-booking-form .form-wrapper form button[type="submit"] {
    width: 250px;
}

.page-book-a-tour .location-cover .center-wrapper.of-soon .mobile-visible {
    display: none;
}

.book-tour-wrapper.single-page-booking-form .form-wrapper form .follow-us-label {
    text-align: right;
}

.book-tour-wrapper.single-page-booking-form .form-wrapper form .follow {
    position: relative;
    bottom: 0px;
    float: right;
    right: 0px;
}

.book-tour-wrapper.single-page-booking-form .form-wrapper form .form-row .part {
    width: calc( 50% - 25px);
}

.page-book-a-tour .location-cover.full-height {
    min-height: 100vh;
}

@media screen and (max-width: 1640px) and (min-width: 0px) {
    .book-tour-wrapper.single-page-booking-form .content-wrapper.even-more-pad { max-width: 65%; }
    .page-book-a-tour .location-cover.full-height { height: auto; padding-bottom: 120px; }
    .page-book-a-tour .location-cover.full-height .center-wrapper { width: 400px; }
    .page-book-a-tour .location-cover.full-height .location-cover-gallery { height: 100%; overflow: visible; }
}

@media screen and (max-width: 1200px) and (min-width: 0px) {
    .book-tour-wrapper.single-page-booking-form .content-wrapper.even-more-pad {
        max-width: 98%;
        margin-top: 300px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 0px) {
    .page-book-a-tour .location-cover.full-height {
        height: auto !important;
        padding-bottom: 0px;
    }
    .page-book-a-tour .location-cover.full-height .location-cover-gallery {
        min-height: 1080px;
    }
    .page-book-a-tour .of-soon h1 {
        text-align: left;
    }
    .book-tour-wrapper.single-page-booking-form .content-wrapper.even-more-pad {
        margin-top: 250px;
    }

    /* .page-book-a-tour .location-cover .inner-wrapper {
        height: 55vh;
    }
    .book-tour-wrapper.single-page-booking-form .form-wrapper form textarea {
        position: relative;
    }*/
    .book-tour-wrapper.single-page-booking-form .form-wrapper form .form-row {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px) and (min-width: 0px) {
    .book-tour-wrapper.single-page-booking-form .content-wrapper.even-more-pad {
        margin-top: 200px;
        padding-bottom: 120px !important;
        max-width: 94%;
    }
    .page-book-a-tour .location-cover.full-height .location-cover-gallery {
        min-height: 1280px;
    }

    .book-tour-wrapper.single-page-booking-form .form-wrapper form .message-area {
        position: relative;
    }

    .page-book-a-tour .location-cover .center-wrapper.of-soon .center {
        display: block;
    }

    .page-book-a-tour .location-cover .center-wrapper.of-soon {
        padding: 70px 10px;
        text-align: center;
        top: 0px;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }

    .page-book-a-tour .of-soon h1 {
        text-align: center;
    }

    .page-book-a-tour .location-cover .center-wrapper.of-soon,
    .page-book-a-tour .location-cover .center-wrapper.of-soon h1.mobile-visible {
        display: block;
    }
    .page-book-a-tour .location-cover .center-wrapper.of-soon h1.mobile-hidden {
        display: none;
    }

    .book-tour-wrapper.single-page-booking-form .form-wrapper form .follow-section {
        position: absolute;
        width: 100%;
    }
    .book-tour-wrapper.single-page-booking-form .form-wrapper form .follow {
        margin-top: 0px;
    }
}

@media screen and (max-height: 800px) and (min-width: 1201px) {
    .book-tour-wrapper.single-page-booking-form .form-wrapper form .form-row {
        margin-bottom: 15px;
    }
    .book-tour-wrapper.single-page-booking-form .form-wrapper form .message-area textarea {
        height: 118px;
    }
}

@media screen and (max-height: 800px) and (min-width: 1201px) {
    .book-tour-wrapper.single-page-booking-form .content-wrapper.even-more-pad {
        margin-top: 110px;
    }
}

@media screen and (max-height: 830px) and (min-width: 1201px) {
    .page-book-a-tour .location-cover .center-wrapper.of-soon h1.mobile-hidden {
        font-size: 5.5rem;
    }
    .book-tour-wrapper.single-page-booking-form .content-wrapper.even-more-pad {
        margin-top: 55px;
        padding: 10px 40px;
        -webkit-transform: scale(0.87);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(0.87);  /* IE 9 */
            transform: scale(0.87);  /* Firefox 16+, IE 10+, Opera */
    }
    .book-tour-wrapper.single-page-booking-form .form-wrapper form .message-area textarea {
        height: 118px;
    }
}

.list-disc {
    list-style-type: disc;
    list-style-position: inside;
}

/**
 * Custom Page
 * *******************
 */
.bordered-header td {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.bordered-header strong {
    border: 1px solid;
    position: relative;
    width: 80%;
    padding: 2px 8px;
    display: block;
    font-size: 1.2em;
}
.bordered-header td:last-child strong { width: 100%; }
.template-custom-page .scroll-table {
    overflow-x: auto;
}
.template-custom-page .location-cover {
    height: 300px !important;
}
.template-custom-page li {
    font-size: 1.5em;
    padding: 10px 0;
}
.template-custom-page .page-content {
    max-width: 55%;
    position: relative;
    margin: -90px auto 30px;
    padding-top: 10px;
}

.template-custom-page .mobile-hidden { display: none !important; }
    .template-custom-page .mobile-visible { display: block !important; }

@media screen and (max-width: 1200px) {
    .template-custom-page .page-content {
        max-width: 80%;
    }
    .template-custom-page .location-cover {
        height: 280px !important;
    }
    .template-custom-page .mobile-hidden { display: none !important; }
    .template-custom-page .mobile-visible { display: block !important; }
}

@media screen and (max-width: 1024px) {
    .template-custom-page .location-cover {
        height: 220px !important;
    }
    .template-custom-page .page-content tr {
        display: table-row;
        vertical-align: inherit;
        border: none;
    }
    .template-custom-page .page-content td {
        display: table-cell;
        vertical-align: inherit;
    }
    .template-custom-page .page-content thead,
    .template-custom-page .page-content tbody {
        display: table-row-group;
        vertical-align: middle;
    }
    .template-custom-page .page-content thead tr {
        position: relative;
        top: 0;
        left: 0;
    }
    .bordered-header td strong { width: 100%; }
}
@media screen and (max-width: 425px) {
    .template-custom-page .page-content {
        max-width: 95%;
    }
}

.template-custom-page .page-content table tr {
    background: none;
}

.template-custom-page .page-content table td {
    font-size: 1.5em;
    border: none;
    border-bottom: 1px solid;
    padding: 30px 10px;
    line-height: 1.5;
}

.template-custom-page .page-content table td p {
    font-size: inherit;
}

.template-custom-page .page-content a {
    color: #3EBFB9 !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

/**
 * Cookie Notice
 */
.page-cookie-notice li a {
    padding-left: 30px;
}
.page-cookie-notice li:first-child {
    padding-top: 20px;
}

/**
 * Site Side-Menu (Desktop)
 */
.side-menu .content-menu-icons {
    height:100%;
}

.side-menu .bottom-items {
    bottom: 100px;
}

.follow {
    bottom: 100px;
}

@media screen and (max-height: 722px) {
    .side-menu {
        overflow-y: scroll;
    }

    .side-menu .content-menu-icons {
        min-height: 722px;
        overflow-y: scroll;
        position:relative;
    }
}


@media screen and (max-width: 1244px) and (min-width: 800px) {
    .side-menu .bottom-items {
        bottom: 150px;
    }

    .follow {
        right: unset;
    }
}

@media screen and (max-width: 800px) and (min-width: 0px) {
    .side-menu .bottom-items {
        right: -100px !important;
        bottom: 270px !important;
    }
}

@media screen and (max-width: 374px) and (min-width: 0px) {
    .side-menu .center-wrapper {
        margin-left: 0 !important;
    }
}


/**
* Page Events.
*/

.m-t-100 {
    margin-top: 100px;
}

.events-locations {
    margin-right: 27px;
}

.location-cities .cities{
    display:flex;
    margin-top: 30px;
    max-width: 100%;
    overflow-x: auto;
}

.location-cities .cities > .cities__item {
    flex: 0 0 50%;
    height: 40px;
    background-color: transparent;
    border: none;
    font-weight: bold;
    border-bottom:  1px solid #167378;
    color: #167378;
    font-size: 1rem;
    cursor: pointer;
    font-family: "bebas_neuebold";
    font-size: 23px;
}

.location-cities .cities > .cities__item:focus {
    outline: none;
}

.location-cities .cities > .cities__item.active {
    background-color: #167378;
    color: white;
}

.location-cities .location {
    direction: rtl;
    overflow-y: auto;
    margin-top: 30px;
    max-height: 493px;
    transition: all 1s ease-in-out;
    display:none;
}

.location-cities .location.active {
    display:block;
}

/* width */
.location-cities .location::-webkit-scrollbar {
width: 5px;
}

/* Track */
.location-cities .location::-webkit-scrollbar-track {
/* box-shadow: inset 0 0 5px grey; */
border-radius: 0px;
}

/* Handle */
.location-cities .location::-webkit-scrollbar-thumb {
background: #167378;
border-radius: 10px;
height: 60px !important;
cursor: pointer;
}

.location-cities .location .location__item {
    direction: ltr;
    padding: 10px 0px 10px 15px;
    border: none;
    position: relative;
}

.location-cities .location .location__item.active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0px;
    display: inline-block;
    width: 15px;
    height: 20px;
    background-image: url(./images/polygon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.location-cities .location .location__item a {
    display: inline-block;
}

.location-cities .location .location__item p {
    text-transform: uppercase;
    display: inline;
    font-size: 30px;
    font-family: "bebas_neuebook";
    font-weight: 100;
}

.location-cities .location .location__item p:hover,
.location-cities .location .location__item p.active {
    color: #167378;
    font-weight: bold;
}

/**
Event Page Location Gallery
**/

.content-wrapper .two .part.location-gallery {
    margin-top: 68px;
    height: auto !important;
}

.location-gallery .location-gallery-heading {
    margin-bottom: 10px;
}

.location-gallery .location-gallery-heading b {
    font-weight: bold;
}

.location-gallery #events-page-location-gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

.location-gallery #events-page-location-gallery .item {
    width: 600px;
}

.location-gallery #events-page-location-gallery .slick-arrow {
    z-index: 200;
    border-radius: 50%;
    background-color: #61bfba !important;
    width: 25px;
    height: 25px;
    color:white;
}

.location-gallery #events-page-location-gallery .slick-prev {
    left: 15px;
    background-image: url(./images/arrow_left.svg);
}

.location-gallery #events-page-location-gallery .slick-prev:before {
    content: '' !important;
}
.location-gallery #events-page-location-gallery .slick-next {
    right: 15px;
    background-image: url(./images/arrow_right.svg);
}

.location-gallery #events-page-location-gallery .slick-next:before {
    content: '' !important;
}

.location-gallery .location-gallery__description {
    display: block;
}

.location-gallery .location-gallery__description p {
    font-family: "Roboto";
    font-weight: 100;
}

/**
Meeting Room Gallery
**/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

#meeting-room-gallery {
    height: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

#meeting-room-gallery .item {
    width: 600px;
}

#meeting-room-gallery .slick-arrow {
    z-index: 200;
    border-radius: 50%;
    background-color: #61bfba !important;
    width: 25px;
    height: 25px;
    color:white;
}

#meeting-room-gallery .slick-prev {
    left: 15px;
    background-image: url(./images/arrow_left.svg);
}

#meeting-room-gallery .slick-prev:before {
    content: '' !important;
}
#meeting-room-gallery .slick-next {
    right: 15px;
    background-image: url(./images/arrow_right.svg);
}

#meeting-room-gallery .slick-next:before {
    content: '' !important;
}

/**
PARSLEY ERROR
**/
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border: thin solid red !important;
    background: #fff;
    color: #30373F;
}

.parsley-errors-list {
    font-size: 12px;
    margin-top: 6px;
    color: red;
    padding:0;
    margin:0;
}

.parsley-errors-list li {
    margin: 10px 0px;
}

/**
Event Page Booking.
**/
.events-booking {}

.events-booking .frm-book-a-event {}

.events-booking .frm-book-a-event input:not([type="hidden"]):valid,
.events-booking .frm-book-a-event textarea:valid {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.events-booking .frm-book-a-event .message-area textarea.error {
    border: thin solid red !important;
}

.events-booking .frm-book-a-event .btn-submit-row.frm-book-a-event__submit{
    margin-top: 50px !important;
}

.events-booking .frm-book-a-event .btn-submit-row.frm-camden__submit{
    margin-top: 170px !important;
}

/** EVENTS PAGE MEDIA **/
@media screen and (max-width: 800px) and (min-width: 0px) {

    .events-location {
        margin-right: 0;
    }

    .events-location h4 {
        font-size: 3.2em !important;
        margin-bottom: 20px !important;
    }

    .events-location.location-gallery {
        width: 100%;
        float: unset;
    }

    .events-location.location-gallery .location-gallery__description {
        margin-top: 50px;
    }

    .events-location.location-gallery .location-gallery__description p {
        /* font-size: 1.3rem; */
        font-size: 1.5em;
    }
}

/** CUSTOM CONTACT US POP-UP **/
.center-wrapper .details-wrapper .sub-heading{
    text-transform: capitalize;
    font-family: Arial;
    font-weight: 600;
}

.center-wrapper .details-wrapper .content-container {
    padding-left: 30px;
    position: relative;
}

.center-wrapper .details-wrapper .content-icon {
    position: absolute;
    left: 0;
    top: 4px;
}

/** Virtual Tour */
.vitual-tour-header {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 52px;
}
.the-virtual-tour {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin-bottom: 50px;
}

.virtual-tour-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/** Hide Price */
#location-prices-amenities {
    display: none;
}

/** Amenities (Grey Area) */
.the-amenities-custom {
    max-width: 1020px !important;
    padding: 0 60px;
}

.section-amenities-desc .location-inner ul {
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 1.5;
}

.section-amenities-desc .location-inner ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 15px !important;
    padding-left: 10px !important;
}

.section-amenities-desc .location-inner ul li:before {
    position: relative;
    left: -10px !important;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    width: 20px !important;
    height: 20px !important;
    background: #3EBFB9;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 20px !important;
    font-size: 15px !important;
    padding: 2.5px !important;
}

.section-amenities-desc .location-inner ul.of-three {
    max-width: calc( 100% + 40px);
    width: calc( 100% + 40px);
    margin: 20px -20px 0;
}

.section-amenities-desc .location-inner ul.of-three li {
    float: left;
    width: calc( (100% - 120px) / 3);
    margin: 0 20px 15px !important;
}

.section-amenities-desc .location-inner h2 {
    font-size: 5.2em;
    line-height: 1.1;
}

@media screen and (max-width: 1024px) {
    .section-amenities-desc {
        padding: 0 80px 80px;
    }
}

@media screen and (max-width: 769px) {
    .the-amenities-custom {
        padding: 0;
    }

    .section-amenities-desc .location-inner ul.of-three li {
        float: left;
        width: calc( (100% - 40px) / 2);
        margin: 0 10px 15px !important;
    }
}

@media screen and (max-width: 425px) {

    .section-amenities-desc .location-inner ul.of-three li {
        float: left;
        width: calc( (100% - 40px) / 2);
        margin: 0 10px 15px !important;
    }
}

/** Tinted Overlay */
#homeOwlCarousel .owl-item:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,464646+33&0.25+0,0+50 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.25) 0%, rgba(70,70,70,0.22) 33%, rgba(70,70,70,0) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.25) 0%,rgba(70,70,70,0.22) 33%,rgba(70,70,70,0) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.25) 0%,rgba(70,70,70,0.22) 33%,rgba(70,70,70,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00464646',GradientType=1 ); /* IE6-9 */    
}
.events-cover,
.overlay {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,464646+33&0.25+0,0+50 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.25) 0%, rgba(70,70,70,0.22) 33%, rgba(70,70,70,0) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.25) 0%,rgba(70,70,70,0.22) 33%,rgba(70,70,70,0) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.25) 0%,rgba(70,70,70,0.22) 33%,rgba(70,70,70,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00464646',GradientType=1 ); /* IE6-9 */
}

/** Side Link */
.has-side-link {
    vertical-align: baseline;
    float: left;
}
.side-link-container {
    line-height: 3;
}
@media (max-width: 769px) {
    .side-link-container {
        line-height: 2.5;
    }
}
.side-link {
    vertical-align: baseline;
    color: #3EBFB9;
    cursor: pointer;
}

/** Custom */
.content-wrapper .two.top-pad.custom-gowide {
    padding-bottom: 20px;
}
@media (max-width: 769px) {
    .content-wrapper .two.top-pad.custom-gowide {
        padding-bottom: 60px !important;
    }
}
@media (max-width: 425px) {
    .content-wrapper .two.top-pad.custom-gowide {
        padding-bottom: 60px !important;
    }
}
@media (max-width: 375px) {
    .content-wrapper .two.top-pad.custom-gowide {
        padding-bottom: 60px !important;
    }
}
@media (max-width: 325px) {
    .content-wrapper .two.top-pad.custom-gowide {
        padding-bottom: 0 !important;
    }
}

/* Labs Managed */
.desktop-break {
    display: inline;
}
.mobile-break {
    display: none;
}
.location-cover.full-height.lm-cover {
    height: calc( 75vh - 44px);
}
.location-cover.full-height.lm-cover .location-cover-gallery {
    background: none;
    min-height: 460px;
}
.location-cover.full-height.lm-cover .location-cover-gallery .slick-dots {
    left: 60px;
    bottom: 60px;
    width: calc( 100% - 120px);
    text-align: left;
}
.location-cover.full-height.lm-cover .location-cover-gallery .slick-dots li {
    margin-right: 8px;
}
.location-cover.full-height.lm-cover .location-cover-gallery .slick-dots li button:before {
    font-size: 50px;
}
.location-cover.full-height.lm-cover .location-cover-gallery .slick-dots li.slick-active button:before {
    color: #be8f65;
}

.content-wrapper .two .part.managed-gallery {
    margin-top: 68px;
    height: auto !important;
}

.managed-gallery .location-gallery-heading {
    margin-bottom: 10px;
}

.managed-gallery .location-gallery-heading b {
    font-weight: bold;
}

.managed-gallery #events-page-location-gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

.managed-gallery #events-page-location-gallery .item {
    width: 600px;
}

.managed-gallery #events-page-location-gallery .slick-arrow {
    z-index: 200;
    border-radius: 50%;
    background-color: #be8f65 !important;
    width: 25px;
    height: 25px;
    color:white;
}

.managed-gallery #events-page-location-gallery .slick-prev {
    left: 15px;
    background-image: url(./images/arrow_left-managed.svg);
}

.managed-gallery #events-page-location-gallery .slick-prev:before {
    content: '' !important;
}
.managed-gallery #events-page-location-gallery .slick-next {
    right: 15px;
    background-image: url(./images/arrow_right-managed.svg);
}

.managed-gallery #events-page-location-gallery .slick-next:before {
    content: '' !important;
}

.managed-gallery .location-gallery__description {
    display: block;
}

.managed-gallery .location-gallery__description p {
    font-family: "Roboto";
    font-weight: 100;
}

/* #optanon #optanon-popup-bg {
    display: none !important;
} */

.managed-cover {
    position: relative;
    height: calc( 75vh - 44px );
    color: white;
    background-image: url(http://wp-media-staging.labs.com/wp-content/uploads/2022/08/03132213/header_img.png);
    background-size: cover;
}

.managed-cover h1 {
    font-size: 9em;
    max-width: 1710px;
    font-family: "Bebas Neue";
    margin-right: auto;
    margin-left: auto;
}
.content-wrapper.even-more-pad.content-wrapper__managed {
    padding: 0px 20px 0px 20px;
}
.content-wrapper__managed {
    position: relative;
    padding: 40px 20px;
    margin: auto;
    max-width: 1140px;
}
.content-wrapper__managed .section {
    padding-bottom: 60px;
}
.content-wrapper__managed p {
    font-family: 'Gilroy Regular';
}

.content-wrapper__managed .work {
    text-align: center;
    padding-bottom: 20px;
}
.border-line {
    border-top: solid 2px black;
}
.lm-h5 {
    font-family: 'Gilroy Bold';
    font-size: 2.2em;
}
.lm-h4 {
    font-family: "bebas_neuebold";
    color: #be8f65;
    font-size: 4em;
}
.lm-h4-bigger {
    font-family: "bebas_neuebold";
    color: black;
    font-size: 5.2em
}
.lm-h3 {
    font-family: "bebas_neuebold";
    color: #be8f65;
    font-size: 5.4em !important;
}
.lm-p .p-t-10 {
    padding-top: 10px;
}
.lm-info p {
    font-size: 1.6em;
}
.lm-p p{
    font-family: 'Gilroy Regular';
    font-size: 1.6em;
}
.lm-p strong {
    font-family: 'Gilroy Bold';
}
.lm-button {
    background-color: #be8f65;
    color: white;
    height: 100%;
    padding: 10px 20px;
    font-size: 3.5em;
    width: 190px;
    border: none;
    margin-top: 20px;
    position: relative;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    font-family: "bebas_neuebold";
    cursor: pointer;
}
.lm-section {
    position: relative;
    padding: 50px 0 60px 0;
}
.benefits-icon {
    height: 40px;
    margin-bottom: -3px;
}
.check-icon {
    position: absolute;
    top: 25px;
    left: 0;
    width: 30px;
    height: 30px;
}
.container .lm-section__clients {
    background-color: #e9d8cc;
    min-height: 0 !important;
    text-align: center;
    padding-top: 50px;
}

.content-wrapper__managed .our-clients {
    padding: 40px 20px;
}

ul.client-logo {
    margin: 40px 0;
    text-align: center;
    vertical-align: middle;
  }
  ul.client-logo > li {
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
  }

  ul.client-logo > li img {
    height: auto;
    width: 185px;
    vertical-align: middle;
  }
  .content-wrapper__managed .work p {
    font-family: 'Gilroy Regular';
  }
.work__icons {
    vertical-align: middle;
    text-align: center;
    padding: 40px 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    column-gap: 0px;
}

.divider{
    flex-grow: 1;
    margin-top: 35px;
    border-bottom: 6px dotted #be8f65;
 }
.work__icons img {
    width: 130px !important;
    padding: 8px;
}
.work .lm-h3 {
    color: black;
    padding-bottom: 20px;
}
.lm-h5-bold {
    font-family: "bebas_neuebold";
    padding-bottom: 15px;
}
.lm-info__details {
    padding: 50px 0;
    border-top: 1px solid #000;
}
.lm-info__details--h5 {
    font-size: 2.5em;
    font-family: "bebas_neuebold" !important;
    color: #be8f65 !important;
}
.info-icon {
    height: 45px;
    margin-right: 5px;
    margin-bottom: -9px;
}
.info-icon-p {
    padding-top: 10px;
    position: relative;
    padding-left: 35px;
}
.info-check-icon {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    margin-top: 5px;
}
.lm-info__details--left {
    padding-right: 20px;
}
.lm-info__details--right {
    padding-left: 20px;
}

.content-wrapper__enquire {
    position: relative;
    padding: 20px 20px 40px 20px;
    max-width: 950px;
    margin: auto;
    background-color: #f3f3f3 !important;
    border: solid 1px gray;
}

.content-wrapper__enquire.book-tour-wrapper .form-wrapper form {
    position: relative;
    width: calc( 100% - 90px);
    margin: 0 auto;
}
.content-wrapper__enquiregit.book-tour-wrapper.lm-form .form-wrapper {
    margin-bottom: 30px;
}
.book-tour-wrapper.lm-form .form-wrapper form input[type="submit"], .book-tour-wrapper.lm-form .form-wrapper form button[type="submit"] {
    background: #be8f65;
    color: white;
    border: 0;
    width: 100%;
    font-size: 2.2em;
    font-family: "bebas_neuebold";
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out
}
.page-template-labs-managed .book-tour-wrapper.lm-form .form-container input[type=checkbox]:checked+label:before {
    color: #fff;
    background-color: #000 !important;
}
.book-tour-wrapper.lm-form .form-container input[type=checkbox]+label:before, .form-container input[type=radio]+label:before {
    background: white !important;
}
.book-tour-wrapper.lm-form .form-wrapper form input {
    background: white !important;
}
.book-tour-wrapper.lm-form .selectric-wrapper .selectric {
    background: white !important;
}
.book-tour-wrapper.lm-form .form-wrapper form#signup input[type="checkbox"] {
    background: white !important;
}
.content-wrapper__enquire.book-tour-wrapper.lm-form .form-wrapper form input[type="submit"], .book-tour-wrapper .form-wrapper form button[type="submit"]:hover {
    color: white;
}
.book-tour-wrapper.lm-form .form-wrapper form#signup input[type="submit"]:hover {
    background:  #be8f65 !important;
    color: black;
}
.book-tour-wrapper.lm-form .form-wrapper form input:focus {
    border-color: #be8f65 !important;
}

.book-tour-wrapper.lm-form .form-container input[type=checkbox]+label, .form-container input[type=radio]+label {
    justify-content: center;
    font-family: 'Gilroy Regular' !important;
}
.book-tour-wrapper.lm-form .form-wrapper form .form-row.last p {
    font-family: 'Gilroy Regular' !important;
}
.book-tour-wrapper.lm-form .form-wrapper form .form-row.last a {
    color:  #be8f65;
}

.book-tour-wrapper.lm-form .form-wrapper form {
    width: calc( 100% - 75px);
}
.book-tour-wrapper.lm-form .selectric-items li.highlighted {
    background: #be8f65 !important;
}
.book-tour-wrapper.lm-form .selectric-wrapper.selectric-open .selectric {
    border: 1px solid #be8f65 !important; 
}
/* .book-tour-wrapper.lm-form .form-wrapper form .form-row .last p a {
    color: pink;
} */
.location-cities .location .location__item.managed-item {
    padding: 0 0 0 15px !important;
    direction: ltr !important;
    border: none !important;
    position: relative !important;
}
.location-cities .location .location__item.managed-item a {
    text-decoration: none !important;
    color: inherit !important;
}
.location-cities .location .location__item.managed-item p:hover, .location-cities .location .location__item.managed-item p.active {
    color: #be8f65 !important;
    letter-spacing: normal !important;
    font-weight: 400 !important;
}
.location-cities .location .location__item.managed-item p {
    letter-spacing: normal !important;
    text-transform: uppercase !important;
    display: inline !important;
    font-size: 4em !important;
    font-family: 'Bebas Neue' !important;
    line-height: 1.2 !important;
    margin-left: -15px;
}

.location-cities .location .location__item.managed-item.active:after {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    /* margin: auto 0px !important; */
    margin-bottom: 17px !important;
    display: inline-block !important;
    width: 11px !important;
    height: 20px !important;
    
    background-image: url(./images/dark-arrow-right.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.lm-label {
    justify-content: center !important;
}

.lm-btn {
    height: 40px !important;
    background: #be8f65 !important;
}
.content-wrapper .two .part .narrowleft .lm-left-part {
    width: calc( 40% - 60px) !important;
}
.content-wrapper .two .part .with-image .wide1 {
    width: calc( 70% - 60px) !important;
}
.content-wrapper .two .part.managed-gallery{
    margin-top: 0 !important;
}
.location-cover.lm-cover .location-cover-gallery .slick-dots {
    left: 60px;
    bottom: 50px;
    width: calc( 100% - 120px);
    text-align: left;
}

.location-cover.lm-cover .location-cover-gallery .slick-dots li {
    margin: 0;
    opacity: 1;
}

.location-cover.lm-cover .location-cover-gallery .slick-dots li button:before
    {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
    }

    .five-points .lm-point {
        position: relative;
        padding: 20px 0 16px;
        border-bottom: 1px solid black;
        padding-left: 40px;
        min-height: 34px;
    }

@media screen and (min-width: 800px) {
    .page-template-labs-managed p {
        font-size: 1.75em;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .content-wrapper .location-and-signup .the-location h2 {
        margin-top: 20px;
    }
    .page-template-labs-managed p {
        font-size: 1.5em;
    }
    .content-wrapper__managed .section.m-t-60 {
        padding-bottom: 0 !important;
    }
    .border-line {
        border-top: solid 1px black;
    }
    .location-cities .location .location__item.managed-item.active:after {
        left: 55% !important;
        margin: 0px !important;
    }
    .book-tour-wrapper.lm-form .form-wrapper form .form-row.last p {
        font-size: 1.3em;
    }
    .book-tour-wrapper.lm-form .form-container input[type=checkbox]+label, .form-container input[type=radio]+label {
        font-size: 1.35em;
    }
    .content-wrapper__enquire {
        border: none !important;
    }
    .content-wrapper__enquire.book-tour-wrapper .form-wrapper .form-the-title {
        display: block !important;
    }
    .location-cities .location .location__item.managed-item p {
        font-size: 2.5em !important;
    }
    .location-cover.full-height.lm-cover {
        height: calc( 60vh - 219px) !important;
    }
    .location-cover.full-height.lm-cover .location-cover-gallery .slick-dots {
        left: 20px;
        bottom: 265px;
        width: calc( 100% - 120px);
        text-align: left;
    }
    .location-cover.full-height.lm-cover .location-cover-gallery .slick-dots li {
        margin-right: 1px;
    }
    .location-cover.full-height.lm-cover .location-cover-gallery .slick-dots li button:before {
        font-size: 35px;
    }
    .managed-cover h1 {
        font-size: 6em;
        margin-left: 20px;
    }
    .content-wrapper__managed {
        padding: 20px;
    }
    .content-wrapper__managed .work {
        text-align: left;
    }
    .content-wrapper__managed .section {
        padding-bottom: 50px;
    }
    .content-wrapper__managed {
        padding: 40px 20px 30px 20px !important;
    }
    .lm-h5 {
        font-size: 1.5em !important;
        margin-left: -8px;
    }
    .lm-h4 {
        font-size: 2.5em !important;
    }
    .lm-h3 {
        font-size: 2.5em !important;
    }
    .content-wrapper__managed .work p {
        font-size: 1.25em !important;
        font-family: 'Gilroy Regular';
    }
    .lm-p p{
        font-size: 1.25em !important;
        font-family: 'Gilroy Regular';
    }

    .lm-button {
        padding: 10px 20px;
        font-size: 2.5em;
        width: 140px;
    }
    .lm-section {
        padding: 20px 0;
    }
    .lm-section .lm-p1 {
        font-size: 1.1em !important;
        margin-left: -8px;
    }
    .lm-section__right {
        padding-top: 20px;
    }
    .benefits-icon {
        height: 30px !important;
        margin-bottom: -3px !important;
    }
    .check-icon {
        top: 20px;
        width: 25px;
        height: 25px;
    }
    ul.client-logo {
        margin: 0;
      }
      ul.client-logo > li {
        width: 45%;
      }
      ul.client-logo > li img {
        height: 55px;
        width: 120px;
      }
    .work__icons--box {
        flex: 0 0 50%;
        max-width: 50% !important; 
    }
    .lm-divider{
        display: none;
    }
    .lm-info__details {
        padding: 20px 0;
    }
    .lm-info__details--left {
        padding-right: 15px;
        padding-top: 15px;
        order: 2;
    }
    .lm-info__details--right {
        padding-left: 15px;
        order: 1;
    }
    .lm-info__details--h5 {
        font-size: 2.1em !important;
        font-family: 'bebas_neuebook';
    }
    .info-icon {
        height: 30px;
    }
    .info-check-icon {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }
    .info-icon-p {
        padding-top: 10px;
        padding-left: 30px;
    }
    .lm-label {
        font-size: 1.25em !important;
    }    
    .form-wrapper form button .lm-btn {
        width: 150px !important;
    }
    .work__icons {
        padding-top: 0px;
        max-width: 250px;
    }
    .work__icons img {
        width: 110px !important;
    }
    .work .lm-h3 {
        color: black;
    }
    .lm-h5-bold {
        padding-bottom: 8px;
        padding-top: 20px;
    }
    .desktop-break {
        display: none;
    }
    .mobile-break {
        display: inline;
    }
}

/* @media screen and (min-width: 0px) and (max-width: 800px)
h3 { */

/** Labs Managed Custom **/
.page-template-labs-managed .content-wrapper {
    max-width: 100%;
}
.page-template-labs-managed .darker {
    background-color: #E9D8CC;
}
.page-template-labs-managed .lighter {
    background-color: #F4EBE6;
}
.lm-section .services-container {
    padding-left: 100px;
    padding-right: 100px;
}
.page-template-labs-managed #book-your-tour {
    background-color: #E9D8CC;
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-template-labs-managed .lm-section.services,
.page-template-labs-managed .lighter .section {
    margin: 0 auto;
}
.page-template-labs-managed .events-location:nth-child(1) {
    margin-left: 0px;
}
.page-template-labs-managed .events-location:nth-child(1) {
    margin-right: 0px;
}
.page-template-labs-managed .content-wrapper .divider {
    background-color: #F4EBE6;
}

.lm-section .services-container {
    padding-left: 100px;
    padding-right: 100px;
}
@media screen and (max-width: 1024px) {
    .lm-section .services-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 800px) {
    .lm-section .services-container {
        padding-left: 0;
        padding-right: 0;
    }
}
.page-template-labs-managed .content-max-width {
    max-width: 1720px;
}
@media screen and (max-width: 1800px) {
    .page-template-labs-managed .content-max-width {
        max-width: 1600px;
    }
}
@media screen and (max-width: 1600px) {
    .page-template-labs-managed .content-max-width {
        max-width: 1400px;
    }
}
@media screen and (max-width: 1024px) {
    .page-template-labs-managed .content-max-width {
        max-width: 1024px;
    }
}

@media screen and (min-width: 1600px) {
    .managed-gallery .h-440 {
        height: 560px !important;
    }
    .managed-gallery .h-440 .item {
        height: 560px !important;
    }
}

.content-wrapper.lighter,
.content-wrapper.darker {
    padding-left: 60px;
    padding-right: 60px;
}

@media screen and (max-width: 1800px) {
    .five-points .lm-point {
        height: 100px;
    }
}
@media screen and (max-width: 1680px) {
    .page-template-labs-managed .center-wrapper.show,
    .page-template-labs-managed #container .slick-dots  {
        padding-left: 0px;
    }
    .five-points .lm-point {
        height: 100px;
    }
}
@media screen and (max-width: 1600px) {
    ul.client-logo > li img {
        width: 185px;
    }
}
@media screen and (max-width: 1280px) {
    .content-wrapper.lighter,
    .content-wrapper.darker {
        padding-left: 60px;
        padding-right: 60px;
    }

    .page-template-labs-managed #book-your-tour {
        padding-left: 60px;
        padding-right: 60px;
    }
    ul.client-logo > li img {
        width: 165px;
    }
}
@media screen and (max-width: 1024px) {
    .content-wrapper.lighter,
    .content-wrapper.darker {
        padding-left: 60px;
        padding-right: 60px;
    }

    .page-template-labs-managed #book-your-tour {
        padding-left: 60px;
        padding-right: 60px;
    }
    ul.client-logo > li img {
        width: 140px;
    }
}

@media screen and (max-width: 425px) {
    .page-template-labs-managed #book-your-tour {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 800px) {
    .five-points .lm-point {
        height: auto;
    }
}
@media screen and (max-width: 800px) and (orientation: portrait) {
    .five-points .lm-point {
        height: auto;
    }
}
.grecaptcha-badge {
	right: -999999999px !important;
}

.page-template-labs-managed .content-wrapper .two .part.labs-managed-spaces {
    float: right;
}
@media screen and (min-width: 1920px) {
    .page-template-labs-managed .content-wrapper .two .part.labs-managed-spaces {
        margin-right: 0px;
    }
}
@media screen and (max-width: 1920px) {
    .page-template-labs-managed .content-wrapper .two .part.labs-managed-spaces {
        margin-right: 0px;
    }
}
@media screen and (max-width: 1680px) {
    .page-template-labs-managed .content-wrapper .two .part.labs-managed-spaces {
        margin-right: 40px;
    }
}
@media screen and (max-width: 1280px) {
    .page-template-labs-managed .content-wrapper .two .part.labs-managed-spaces {
        margin-right: 70px;
    }
}
@media screen and (max-width: 800px) {
    .page-template-labs-managed .location-cover-gallery .image {
        height: 440px;
    }
    .page-template-labs-managed .location-cover-gallery .image .overlay {
        height: 440px;
    }
}

@media screen and (max-width: 425px) {
    .page-template-labs-managed .location-cover-gallery .image {
        height: 320px;
    }
    .page-template-labs-managed .location-cover-gallery .image .overlay {
        height: 320px;
    }
    .page-template-labs-managed #the-next {
        padding-top: 0px;
    }
    .page-template-labs-managed .lm-section.services {
        padding-top: 0;
    }
    .page-template-labs-managed .lm-section__right {
        padding-top: 50px;
    }
    .page-template-labs-managed .location-cover.full-height.lm-cover .location-cover-gallery .slick-dots {
        bottom: 250px;
    }
}

@media screen and (max-width: 375px) {
    .page-template-labs-managed .center-wrapper.show {
        padding-top: 40px;
    }
    .page-template-labs-managed #the-next {
        padding-top: 20px;
    }
}

@media screen and (max-width: 320px) {
    .page-template-labs-managed .location-cover-gallery .image {
        height: 320px;
    }
    .page-template-labs-managed .location-cover-gallery .image .overlay {
        height: 320px;
    }
}

/** LABS Managed Update */
.page-template-labs-managed .book-tour-wrapper.lm-form .form-container input[type=checkbox]:checked+label:before {
    color: #fff;
    background-color: #000 !important;
}

/** 
    Validation Error Message
*/
.error-message-container {
    text-align: center !important;
    border: 2px solid red !important;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

html {
    scroll-behavior: smooth;
}
.leads-form#leads-form-b {
	z-index: 9;
}
.modal__contentBookLocation .text-center {
	text-align:center;
}
.modal__contentBookLocation .modify__form-container {
	width: 100%;
}
.modal__contentBookLocation .container__follow-section {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.modal__contentBookLocation .txt__tourMessage {
	border: 1px solid rgba(0, 0, 0, 0.5);
	padding-left: 15px;
}
#content-wrapper-location {
    padding: 20px;
}
@media (any-hover: none) {
    *{cursor:none!important}
    }

.inner-wrapper.open-gallery .center-wrapper.of-soon .left{
    text-align: left;
}

#modalBookTour {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.7);
  padding-bottom: 0px;
  overflow-x: hidden;
}


#modalTourClose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  top: 15px;
  position: absolute;
  right: 25px;

}

#modalTourClose:hover,
#modalTourClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Content */
.modal__contentBookLocation {
    display: none; 
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 100%;
  padding: 50px;
  max-width: 1000px;    
  position: absolute;
  top: 50%;
  transform: translate(-50%,-47%);
  left: 50%;
 
  
}
#modalBookTour .modal__contentBookLocation .form-row {
    margin-bottom: 30px;
}
.modal__contentBookLocation .form-row .part {
    width: calc( 50% - 25px) !important;
}
.modal__contentBookLocation .form-row.last {
    margin-bottom: 0 !important;
}

.modal__contentBookLocation textarea {
    height: 131px !important;
}

.modal__contentBookLocation  input {
    font-size: 15px !important;
}

.modal__contentBookLocation .btn-submit{
    margin-top: 40px;
    font-size: 2.2em;
}

.btnBookTour:hover,
.modal__contentBookLocation .btn-submit:hover {
    background: black;
    color: #3EBFB9;
    border-color: black;
}

@media only screen and (max-width: 1640px) {
    .modal__contentBookLocation {
        max-width: 65%;
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .modal__contentBookLocation .form-row .part {
        width: calc( 50% - 25px) !important;
    }

    .modal__contentBookLocation textarea {
        height: 118px !important;
    }
    
}

@media only screen and (max-width: 1200px) {
    .modal__contentBookLocation {
        max-width: 98%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1100px) {
    .modal__contentBookLocation {
        max-width: 98%;
        padding: 50px 50px 40px;
    }

    #modalBookTour {
        overflow-y: auto;
    }

    

    #modalBookTour .modal__contentBookLocation .form-row {
        margin-bottom: 20px;
    }

    .location-cover.full-height.show {
        background-color: rgb(245, 245, 245);
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .modal__contentBookLocation {
        max-width: 94%;
        padding: 60px 20px !important;
        position: relative;
        margin-top: 94px;
        margin-bottom: 50px;
        /* position:static; */
        left: initial;
        top: initial;
        transform: initial;

    }
    .modal__contentBookLocation  input {
        font-size: 16px !important;
    }
}
.modal__contentBookLocation .follow-us-label,
.modal__contentBookLocation .txt__modalLabel {
    text-transform: uppercase;
    font-family: "bebas_neuebold";
    font-size: 18px;
    letter-spacing: 1.1px;
}


.modal__contentBookLocation select {
    font-size: 15px !important;
    height: 40px !important;
}
.modal__contentBookLocation textarea {
    padding: 15px !important;
    font-size: 15px !important;
}


.modal__contentBookLocation .modify__form-container {
    width: 100% !important;
}
.txt__address {
    font-family: "bebas_neuebold";
    display: flex;
    align-items: start;
    font-size: 2.8em;
    margin-bottom: 15px;
    color: black;
}
.txt__address .fa-location-arrow {
	font-size: 1.35vw;
    margin-right: 10px;
    margin-top: 2px;
}

.box__containerSize {
    bottom: 120px !important;
    right: 67px !important;
    top: initial !important;
    max-width: 412px;
    padding: 2.5em;
}
@media only screen and (max-width: 1120px) {
    .box__containerSize {
        right: 28px !important;
   
    }
}



.wrapper__text {
	display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.wrapper__text a {
    color: #000;
    font-size: 1.5em;
    border-bottom: 1px solid rgba(0,0,0,.5);
    padding-bottom: 2px;
}

.btnBookTour {
	background: #167378;
    color: white;
    border: 0;
    width: 100%;
    font-family: "bebas_neuebold";
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    text-align: center;
    height: 40px;
    font-size: 2.2em;
    padding: 0px;
    margin-bottom: 15px;
}

.txt__getTouch {
    color: #000;
    white-space: nowrap;
    font-size: 1.5em;
    text-align: center;
}

.txt__getTouch span {
	color: #3EBFB9;
    font-weight: bold;
}

.desktop__container {
    display: block;
}
.mobile__container {
    display: none;
}
@media only screen and (max-width: 1100px) {
    .desktop__container {
        display: none;
    }
    .mobile__container {
        display: block;
        padding: 0px 20px;
        margin-top: 20px;
    }
.box__bookContainer {
    padding: 0 60px 0;
    margin: auto;
    max-width: 1020px;
}

  .txt__address {
    font-size: 3.1em !important;
    margin-bottom: 15px !important;
}


.txt__address .fa-location-arrow {
	font-size: 24px;
    margin-top: 1px;
}

.wrapper__text a {
    font-size: 1.5em !important;

}

.wrapper__text {
    margin-bottom: 15px !important;
}

.txt__getTouch {
    font-size: 1.5em !important;
    white-space: initial !important;
    text-align: left;
}

    .btnBookTour {
        font-size: 19px !important;
        padding: 12px 0px !important;
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width: 800px) {

.box__bookContainer {
    margin: auto;
    max-width: 100%;
    padding: 0px;
}

}
    
@media only screen and (max-width: 376px) {
.txt__getTouch {
    font-size: 3.723vw !important;
   
}
}

html {
    scroll-padding-top: 8rem;
}

/** BIO */
.page-template-template-bio {
    overflow-y: auto !important;
}
.page-template-template-bio.modal-open {
    overflow-y: auto !important;
}
.page-template-template-bio button:focus {
    outline: none !important;
}
.page-template-template-bio main {
    height: 100%;
}
.page-template-template-bio main .bio-container {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    max-width: 680px;
}
@media screen and (max-width: 600px) {
    .page-template-template-bio main .bio-container {
        padding-top: 30px;
   }
}
.page-template-template-bio main .bio-container .top-bar {
    height: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}
.page-template-template-bio main .bio-container .top-bar .btn-upload {
    background: #EBEBEB;
    float: right;
    border-radius: 30px;
    border: 1px solid #d6d6d6;
    line-height: 1;
    padding: 8px;
}
.page-template-template-bio main .bio-container .top-bar .btn-upload .dashicons {
    content: url("./images/share-apple-removebg-preview.png");
    width: 24px;
    height: 24px;
    float: right;
}
.page-template-template-bio main .bio-container .top-bar .btn-upload .dashicons:before {
    content: "";
}
.page-template-template-bio main .bio-container .top-bar .btn-upload:hover {
    /* border: 1px solid rgba(255, 255, 255, 0.75); */
    border: 1px solid #bcbcbc;
}
.page-template-template-bio main .bio-container .top-bar .btn-subscribe {
    font-family: "Roboto";
    background: #EBEBEB;
    color: #000;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid #d6d6d6;
    line-height: 22px;
}
.page-template-template-bio main .bio-container .top-bar .btn-subscribe .dashicons {
    line-height: 1.2;
}
.page-template-template-bio main .bio-container .top-bar .btn-subscribe:hover {
    /* border: 1px solid rgba(255, 255, 255, 0.75); */
    border: 1px solid #bcbcbc;
}
.page-template-template-bio main .bio-container .username {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    margin: 16px 8px;
    font-size: 20px;
    color: #000000;
}
.page-template-template-bio main .bio-container .description {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    margin: 16px 8px;
    font-size: 16px;
    color: #000000;
}
.page-template-template-bio main .bio-container hr {
    border: 2px solid #fff;
}
.page-template-template-bio main .bio-container .img-hero {
    height: 96px;
    width: 96px;
    border-radius: 50%;
    border: 1px solid #fff;
}
@media screen and (max-width: 800px) {
    .page-template-template-bio main .bio-container .img-hero {
        height: 96px;
        width: 96px;
   }
}
.page-template-template-bio main .bio-container .bio-links-container {
    /* filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.5)); */
}
@media screen and (max-width: 600px) {
    .page-template-template-bio main .bio-container .bio-links-container {
        padding-left: 5px;
        padding-right: 5px;
   }
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links {
    margin: auto;
    height: 56px;
    cursor: pointer;
    padding: 11px 0px;
    margin-bottom: 0px;
    width: 90%;
    max-width: 90%;
    border-radius: 14px;
    font-size: 16px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.29, 2.71) 0s;
    font-family: "Roboto";
    margin-bottom: 16px;
   /** Styling of button */
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links img {
    width: 24px;
    position: absolute;
    left: 4%;
    display: flex;
    justify-content: center;
    margin: auto;
}
@media screen and (max-width: 600px) {
    .page-template-template-bio main .bio-container .bio-links-container .bio-links img {
        left: 5%;
   }
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-link {
    line-height: 1.5;
    font-size: 16px;
    width: 100%;
    padding-left: 5px;
    font-weight: 500;
    text-decoration: none;
}
@media screen and (max-width: 600px) {
    .page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-link {
        padding-left: 0px;
        inline-size: 60%;
        overflow-wrap: break-word;
   }
}
@media screen and (max-width: 425px) {
    .page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-link {
        width: 100%;
        inline-size: 67%;
        overflow-wrap: break-word;
   }
}
@media screen and (max-width: 375px) {
    .page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-link {
        width: 100%;
        inline-size: 72%;
        overflow-wrap: break-word;
   }
}
@media screen and (max-width: 600px) {
    .page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-link.noimage {
        padding-left: 0px;
        inline-size: 85%;
        overflow-wrap: break-word;
   }
}
@media screen and (max-width: 425px) {
    .page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-link.noimage {
        width: 100%;
        inline-size: 81%;
        overflow-wrap: break-word;
   }
}
@media screen and (max-width: 375px) {
    .page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-link.noimage {
        width: 100%;
        inline-size: 77%;
        overflow-wrap: break-word;
   }
}
@media screen and (max-width: 325px) {
    .page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-link.noimage {
        width: 100%;
        inline-size: 75%;
        overflow-wrap: break-word;
   }
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-link:hover {
    text-decoration: none !important;
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-share-single {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    right: 3%;
    float: right;
    line-height: 1;
    border: none;
    background: transparent;
    z-index: 20;
    border-radius: 30px;
    color: transparent;
    padding-left: 8px;
    padding-right: 8px;
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-share-single .dashicons {
    line-height: 1;
    color: transparent;
    font-size: 22px;
    content: "";
    width: 24px;
    height: 24px;
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-share-single .dashicons:before {
    content: "";
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-share-single:hover {
    background: transparent;
    color: #FFFFFF;
    border-radius: 30px;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-share-single:hover .dashicons {
    line-height: 1;
    color: #FFFFFF;
    font-size: 22px;
    content: url("./images/share-apple-removebg-preview-white.png");
    width: 24px;
    height: 24px;
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links .btn-share-single:hover .dashicons:before {
    content: "";
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links.rippled {
    clip-path: polygon(1% 2%, 3.5% 0.1%, 8.9% 2.7%, 16.2% 1.2%, 19.7% 0.8%, 24.7% 2%, 31.2% 0%, 35.9% 2.3%, 40.6% 0.5%, 47.1% 1.8%, 49.9% 1%, 53.8% 2.5%, 62.2% 0.4%, 67.3% 1.2%, 70.3% 0.3%, 75.8% 1.4%, 78.5% 1.7%, 84% 2.6%, 91.1% 0.5%, 93.6% 2.4%, 97.3% 0.3%, 98.9% 6%, 98.1% 11.4%, 98.6% 15.5%, 97.3% 17.8%, 97.7% 27.4%, 98.3% 28.5%, 99.7% 34.1%, 98.8% 41.9%, 98.3% 45.7%, 98.4% 50.9%, 98.7% 57.4%, 99.6% 60.4%, 99.4% 66.6%, 99.2% 69.5%, 97.4% 77.1%, 98.1% 82.3%, 99.9% 83.5%, 98.2% 91.5%, 99.3% 95.3%, 98% 98.6%, 93.6% 97.4%, 90.3% 98.3%, 86.8% 98.3%, 78.6% 98.5%, 76.4% 99.2%, 69.7% 99.8%, 64.2% 99.3%, 61.8% 99.2%, 57.2% 98.1%, 48.7% 98.3%, 46.8% 99%, 39.6% 98.9%, 33.8% 97.3%, 28.2% 99.4%, 27% 98.3%, 22.1% 98.6%, 13.1% 97.1%, 8.7% 99.3%, 2.7% 97.4%, 2% 98.2%, 2.1% 94.3%, 0.7% 90.5%, 0.9% 86.3%, 2.2% 78.2%, 0.4% 76.7%, 1.2% 72.1%, 2% 64%, 1.4% 59.8%, 0.4% 57.3%, 0.3% 49.1%, 2.9% 44.7%, 1.9% 41.3%, 0.8% 35.7%, 2.9% 31.3%, 0.8% 24.9%, 2.7% 20.5%, 0.8% 17.4%, 2.5% 8.6%, 1.1% 5.5%);
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links.rounded {
    border-radius: 14px !important;
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links.three-d {
    box-shadow: 5px 5px #000;
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links.basic {
    border-radius: 0px;
}
@media screen and (max-width: 325px) {
    .page-template-template-bio main .bio-container .bio-links-container .bio-links {
        width: 100%;
   }
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links:hover {
    transform: translate3d(0px, 0px, 0px) scale(1.05);
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links:hover .btn-link:hover {
    text-decoration: none !important;
}
@media screen and (max-width: 375px) {
    .page-template-template-bio main .bio-container .bio-links-container .bio-links:hover .btn-link {
        width: 80%;
   }
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links:hover .btn-share-single {
    background: none;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links:hover .btn-share-single .dashicons {
    color: #fff;
    content: url("./images/share-apple-removebg-preview-white.png");
    width: 24px;
    height: 24px;
}
.page-template-template-bio main .bio-container .bio-links-container .bio-links:hover .btn-share-single .dashicons:before {
    content: "";
}
@media screen and (max-width: 325px) {
    .page-template-template-bio main .bio-container .bio-links-container .bio-links:hover {
        width: 100%;
        max-width: 100%;
   }
}
.page-template-template-bio .btn-socmed {
    border: none;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-family: "Gilroy Regular";
    /* justify-content: space-between;
    display: inline-flex; */
}
.page-template-template-bio .btn-socmed:hover, .page-template-template-bio .btn-socmed:focus, .page-template-template-bio .btn-socmed:active {
    background-color: #eaeaea;
    border: none;
    color: #000;
}
.page-template-template-bio .btn-socmed span {
    line-height: 1.5;
}
.page-template-template-bio .btn-socmed p {
    display: inline-flex;
}
.page-template-template-bio .btn-modal-footer:hover, .page-template-template-bio .btn-modal-footer:focus, .page-template-template-bio .btn-modal-footer:active {
    background-color: #eaeaea;
    border: none;
    color: #000;
    font-size: 20px;
}
.page-template-template-bio .btn-modal-footer p {
    /* font-family: "bebas_neuebold"; */
    font-family: "Roboto";
    max-width: 70%;
    overflow: hidden;
    max-width: 30ch;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}
@media screen and (max-width: 600px) {
    .page-template-template-bio .btn-modal-footer p {
        /* font-family: "bebas_neuebold"; */
        font-family: "Roboto";
        max-width: 70%;
        overflow: hidden;
        max-width: 20ch;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 20px;
   }
}
.page-template-template-bio .btn-modal-footer strong {
    font-family: "bebas_neuebold";
    font-weight: 700;
    line-height: 2rem;
    font-size: 15px;
}
@media screen and (max-width: 600px) {
    .page-template-template-bio .bio-container > .container > .col-sm-12 {
        padding: 0px;
   }
}
.page-template-template-bio #share-modal .modal-content {
    border-radius: 20px;
}
.page-template-template-bio #share-modal .modal-title {
    padding: 0.5rem 1rem;
    font-family: "bebas_neuebold";
}
.page-template-template-bio #share-modal .link-image {
    padding: 3px;
    width: 30px;
    margin-right: 3px;
}
.page-template-template-bio #share-single-modal .modal-content {
    border-radius: 20px;
}
.page-template-template-bio #share-single-modal .modal-title {
    font-family: "bebas_neuebold";
    padding: 0.5rem 1rem;
}
.page-template-template-bio #share-single-modal .link-image {
    padding: 3px;
    width: 30px;
    margin-right: 3px;
}
.page-template-template-bio #subscribenow-modal .modal-content {
    /* font-family: "bebas_neuebold"; */
    font-family: "Gilroy Regular";
    border-radius: 20px;
}
.page-template-template-bio #subscribenow-modal .subscribe-hero-image {
    margin-top: 10px;
    height: 128px;
    width: 128px;
    border-radius: 50%;
    border: 2px solid #fff;
}
@media screen and (max-width: 800px) {
    .page-template-template-bio #subscribenow-modal .subscribe-hero-image {
        height: 96px;
        width: 96px;
   }
}
.page-template-template-bio #subscribenow-modal .tabs-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-template-template-bio #subscribenow-modal .tabs-container .nav-tabs {
    border: none;
}
.page-template-template-bio #subscribenow-modal .subcribe-links {
    font-weight: 600;
}
.page-template-template-bio #subscribenow-modal .newsletter__submitButton___1ph4C {
    border-radius: 30px;
}

.page-template-template-bio #frm-site-subscribe .form-check-input {
    margin-top: 0px;
}
/** Bio End */

/** Remove all twitter Icon */
.fa.fa-twitter {
	display: none;
}

/** Article Start */

.article-content.row{
    margin-bottom: 20px;
}

.article-content img.image-feature{
 width: 100%;
 margin-bottom: 20px;
 margin-top: 0px !important;
}

.article-content h5{
    font-family: "bebas_neuebold" !important;
    margin-bottom: 20px;
    margin-top: 0px !important;
}

/** Article End */