@charset "UTF-8";
.color-white {
  color: #fff !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @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%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: flex;
  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%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* 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%);
  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;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 !important;
  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: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ************************************************************************** */
/* Media Queries ************************************************************ */
/* ************************************************************************** */
/* Med Breakpoint */
/* Large Breakpoint */
/* X-Large Breakpoint */
/* Retina Breakpoint */
/* Giant (iMac Status) Breakpoint */
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  color: #2f4550;
  margin: 0 0 20px; }
  h1.event-title,
  h2.event-title,
  h3.event-title,
  h4.event-title,
  h5.event-title,
  h6.event-title {
    font-size: 13px;
    color: #fff;
    display: block;
    font-weight: bold;
    text-transform: capitalize; }
  h1.footer-title-mn,
  h2.footer-title-mn,
  h3.footer-title-mn,
  h4.footer-title-mn,
  h5.footer-title-mn,
  h6.footer-title-mn {
    margin: 0 0 30px; }

p {
  margin: 0 0 1.5rem; }

body {
  font-family: "ff-dagny-web-pro", sans-serif;
  line-height: 36px;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #5D5D5D;
  letter-spacing: 0.6px;
  font-weight: 300; }

h2.sec-title {
  font-size: 30px;
  color: #192445;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 10px; }

h2 {
  color: #192445;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding: 0 0 40px;
  margin: 0 0 40px; }
  h2:after {
    content: close-quote;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: #D9B163; }

input:focus {
  outline: none; }

/* -------------------------------------------------------------------------- */
/* WORDPRESS STYLES */
/* -------------------------------------------------------------------------- */
body {
  overflow-x: hidden; }

b, strong {
  font-weight: 600;
  color: #192445; }
  b a, strong a {
    color: inherit;
    text-decoration: none; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

hr {
  clear: both; }

#wpadminbar {
  z-index: 999999999999999; }

.subpage .header {
  background: #2e1e1f;
  position: relative !important;
  padding: 10px 20px 0; }
  .subpage .header .col-mid .nav-logo {
    width: 200px; }

.subpage .appointment-form {
  margin-top: 0 !important; }

#scroll {
  position: fixed;
  right: 10px;
  bottom: 0px;
  cursor: pointer;
  display: none;
  z-index: 99999999999; }

/* -------------------------------------------------------------------------- */
/* WORDPRESS STYLES */
/* -------------------------------------------------------------------------- */
.breadcrumbs {
  font-family: "ff-dagny-web-pro", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #192445;
  margin: 0;
  text-align: center; }
  .breadcrumbs a {
    color: #2E1E1F; }
    .breadcrumbs a:hover {
      color: rgba(46, 30, 31, 0.5);
      text-decoration: none; }
  .breadcrumbs .current {
    color: #2E1E1F; }

.shareme {
  font-family: "ff-dagny-web-pro", sans-serif; }
  .shareme .svg {
    width: 20px;
    height: 20px; }
  .shareme a {
    color: #EFEAE4; }
    .shareme a:hover {
      color: #92654E; }

/* -------------------------------------------------------------------------- */
/* BANNER STYLES */
/* -------------------------------------------------------------------------- */
.banner-bg {
  padding: 0;
  width: 100%;
  position: relative; }
  .banner-bg img.bannerim {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media screen and (min-width: 992px) {
    .banner-bg {
      background-size: cover !important; } }
  .banner-bg .breadcrumbs {
    position: absolute;
    bottom: 25%;
    left: 0; }

.archive-title {
  font-variant-caps: initial; }

/* -------------------------------------------------------------------------- */
/* Archive */
/* -------------------------------------------------------------------------- */
.card img {
  width: 100%;
  height: auto; }

.card .card-body {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1fr -webkit-max-content 1fr;
  grid-template-rows: 1fr max-content 1fr; }
  .card .card-body .card-title {
    font-size: 1.5rem;
    line-height: 2.1rem; }
  .card .card-body .card-text {
    margin: 1.5rem 0;
    text-align: left;
    min-height: 170px; }
    @media screen and (min-width: 576px) {
      .card .card-body .card-text {
        min-height: 170px; } }

.card .body-text {
  font-size: 1rem;
  line-height: 1.6rem; }

.form-bg {
  background: #fff;
  padding: 3rem;
  box-sizing: border-box;
  box-shadow: 0 1px 30px rgba(46, 30, 31, 0.1); }

/* -------------------------------------------------------------------------- */
/* SECTION ASSOCIATION */
/* -------------------------------------------------------------------------- */
#treated-by {
  padding: 2rem; }
  @media screen and (min-width: 768px) {
    #treated-by {
      padding: 0; } }
  #treated-by h2 {
    padding: 0;
    margin: 2rem 0 0; }
    #treated-by h2:after {
      content: initial; }
  #treated-by .related-treatments {
    padding: 0 !important;
    margin: 1rem 0 2rem !important; }
    #treated-by .related-treatments li {
      display: inline-block;
      padding: 0 !important;
      margin: 1rem 0 !important;
      position: relative !important;
      overflow: hidden !important; }

/* -------------------------------------------------------------------------- */
/* SECTION IMAGE STYLES */
/* -------------------------------------------------------------------------- */
img {
  height: auto;
  max-width: 100%; }

/* -------------------------------------------------------------------------- */
/* Search Page*/
/* -------------------------------------------------------------------------- */
#close-search {
  font-size: 2rem;
  cursor: pointer; }

#search-overlay {
  display: none;
  background-color: rgba(119, 30, 28, 0.85);
  color: #EFEAE4;
  height: 100vh;
  width: 100%;
  z-index: 9999999;
  padding: 170px 60px 0;
  position: fixed;
  top: 0; }
  #search-overlay .svg {
    width: 25px;
    height: 25px; }
  #search-overlay em {
    display: block;
    text-align: center;
    font-size: 120%;
    margin-top: 30px;
    color: #EFEAE4; }
  #search-overlay a {
    color: #EFEAE4;
    font-weight: 700; }
  #search-overlay .form-control::-webkit-input-placeholder {
    color: #fff; }
  #search-overlay .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  #search-overlay .form-control:-ms-input-placeholder {
    color: #fff; }
  #search-overlay .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1; }

.search-results em {
  display: block;
  text-align: center;
  font-size: 120%;
  margin-bottom: 60px; }

.icon-close {
  fill: #fff; }

/* -------------------------------------------------------------------------- */
/* Pagination */
/* -------------------------------------------------------------------------- */
.pagination {
  display: table !important;
  color: #192445;
  margin: 1rem auto 2rem; }
  .pagination a {
    margin-right: 2rem;
    color: #192445; }
    .pagination a:hover {
      color: #fff; }
  .pagination a:hover {
    color: rgba(25, 36, 69, 0.6); }
  .pagination .current {
    margin-right: 2rem;
    color: #192445;
    font-weight: 800; }
  .pagination .dots {
    -webkit-box-flex: inherit;
            flex: inherit;
    margin-right: 2rem; }

/* -------------------------------------------------------------------------- */
/* Form Error Box */
/* -------------------------------------------------------------------------- */
.alert-info {
  max-width: 320px;
  margin: 1rem auto 0;
  padding: 1rem;
  color: #ffffff;
  background-color: #ff0000;
  border-color: #bee5eb;
  z-index: 99999999;
  font-size: 1rem; }
  .alert-info ul {
    padding: 0;
    margin: 0 !important; }
    .alert-info ul li {
      list-style: none;
      padding: 0;
      margin: 0; }

/* -------------------------------------------------------------------------- */
/* Inner pages align images */
/* -------------------------------------------------------------------------- */
.pagesection img {
  max-width: 100%;
  height: auto; }

.pagesection .img-fluid {
  width: 100%;
  height: auto; }

.pagesection .alignright,
.pagesection .alignleft,
.pagesection .aligncenter {
  margin: 2rem auto;
  display: block; }

.pagesection .alignnone {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block; }

.pagesection figure img {
  width: 100% !important;
  max-width: 100%;
  height: auto; }

.pagesection figure.alignright img, .pagesection figure.alignleft img, .pagesection figure.aligncenter img {
  margin: 2rem auto;
  display: block; }

.pagesection figure.alignnone img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block; }

@media screen and (min-width: 576px) {
  .pagesection figure img {
    height: auto; }
  .pagesection img {
    height: auto; }
  .pagesection .img-fluid {
    width: auto;
    height: auto; }
  .pagesection .alignright {
    float: right;
    margin: 0 0 2rem 2rem; }
  .pagesection .alignleft {
    float: left;
    margin: 0 2rem 2rem 0; }
  .pagesection .aligncenter {
    margin: 2rem auto;
    display: block; }
  .pagesection .alignnone {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block; } }

#header-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 91234; }
  #header-container.interiorpage ul.items li.menu-item.hasdropdown .dropmenu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    height: auto; }
  #header-container.interiorpage ul.dropmenuitems {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end; }
    @media screen and (min-width: 992px) {
      #header-container.interiorpage ul.dropmenuitems {
        min-width: 13vw;
        background: #192445f5;
        padding: 10px 15px;
        border-right: 2px solid #d9b163; } }
  #header-container.interiorpage ul.items li.menu-item.hasdropdown:hover .dropmenu {
    opacity: 1;
    visibility: visible; }
  #header-container.interiorpage ul.dropmenuitems li.menu-item a.menulink {
    font-size: 14px;
    text-align: right; }
  #header-container.interiorpage .logonav {
    position: relative;
    top: 0;
    left: 30px;
    width: auto; }
  #header-container.interiorpage nav.navdiv {
    -webkit-transform: none;
            transform: none;
    position: relative;
    top: 0;
    margin-left: auto;
    height: auto; }
  #header-container.interiorpage section.top-bar .container {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center; }
  #header-container.interiorpage section.top-bar {
    padding: 10px 0; }
  #header-container.interiorpage .social {
    margin-left: 20px; }
  #header-container.interiorpage .social a.slink {
    margin: 5px; }
  #header-container.interiorpage ul.items {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding: 20px 6px 20px 0; }
  #header-container.interiorpage section.top-bar {
    position: relative; }
  #header-container.interiorpage span.barlinks {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding-right: 10px; }
  #header-container.interiorpage .social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  #header-container.interiorpage section.nav-container {
    display: -webkit-box;
    display: flex;
    max-width: 1300px;
    margin: 0 auto; }
  #header-container.interiorpage ul.items li.menu-item a.menu-link span.menutext {
    font-size: 18px;
    font-family: "trajan-sans-pro", sans-serif;
    font-weight: 500; }
  #header-container.interiorpage li.menu-item {
    margin: 0 0 0 40px; }
  #header-container.interiorpage nav.tb-links a.barlink {
    margin-left: 20px; }
  #header-container .logonav {
    position: absolute;
    top: 30px;
    left: 30px; }
    #header-container .logonav img {
      max-width: 280px; }
  #header-container nav.navdiv {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100vh;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    height: 0px;
    top: 100vh; }
    @media screen and (max-width: 992px) {
      #header-container nav.navdiv {
        min-height: 0; } }
    #header-container nav.navdiv span.closebutton {
      position: absolute;
      top: 30px;
      left: 30px;
      display: block;
      border: 1px solid #d9b163;
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      #header-container nav.navdiv span.closebutton:hover {
        cursor: pointer;
        background-color: rgba(25, 36, 69, 0.3); }
      #header-container nav.navdiv span.closebutton svg {
        width: 20px;
        height: 20px;
        fill: #d9b163;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    #header-container nav.navdiv.activemenu {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: end;
              align-items: flex-end;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      height: 100vh;
      top: 0vh;
      /*background: rgba(255, 255, 255, 0.2);*/
      background: rgba(25, 36, 69, 0.9);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px); }
      #header-container nav.navdiv.activemenu span.closebutton {
        opacity: 1;
        visibility: visible; }
      #header-container nav.navdiv.activemenu ul.items li.menu-item.hasdropdown.activeitem:after {
        opacity: 0; }
      #header-container nav.navdiv.activemenu ul.items li.menu-item.hasdropdown.activeitem .dropmenu {
        opacity: 1;
        visibility: visible;
        height: auto;
        margin: 20px 0 0; }
  #header-container ul.items li.menu-item.activeitem a.menu-link span.menutext {
    box-shadow: 0 0 0px 2px #d9b163; }
  #header-container ul.dropmenuitems {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end; }
    #header-container ul.dropmenuitems li.menu-item {
      margin: 3px 0; }
      #header-container ul.dropmenuitems li.menu-item:hover {
        box-shadow: 0 2px 0 #d9b163; }
      #header-container ul.dropmenuitems li.menu-item a.menulink {
        color: #fff;
        text-transform: none;
        font-size: 18px;
        line-height: 22px;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 200; }
  #header-container ul.items {
    padding: 20px; }
    #header-container ul.items li.menu-item a.menu-link {
      display: block;
      text-decoration: none; }
      #header-container ul.items li.menu-item a.menu-link span.menutext {
        color: #fff;
        text-transform: uppercase;
        text-align: right;
        display: block;
        font-size: 30px;
        line-height: 40px;
        padding: 10px;
        font-weight: 500;
        font-family: "trajan-sans-pro", sans-serif;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        #header-container ul.items li.menu-item a.menu-link span.menutext:hover {
          box-shadow: 0 0 0px 2px #d9b163; }
    #header-container ul.items li.menu-item.hasdropdown {
      position: relative; }
      #header-container ul.items li.menu-item.hasdropdown:after {
        content: close-quote;
        position: absolute;
        top: 50%;
        left: 100%;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 6px solid #d9b163;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      #header-container ul.items li.menu-item.hasdropdown .dropmenu {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        height: 0px;
        overflow: hidden; }
  #header-container section.top-bar {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    z-index: 12312; }
    #header-container section.top-bar .container {
      padding: 0; }
  #header-container nav.tb-links a.barlink {
    display: block;
    text-align: right;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px; }
  #header-container .social {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end; }
  #header-container .social a.slink {
    display: -webkit-inline-box;
    display: inline-flex;
    color: #192445;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    margin: 5px 0; }
    #header-container .social a.slink svg {
      color: #192445;
      width: 12px;
      height: 12px; }

@media screen and (max-width: 992px) {
  .navbars {
    position: absolute;
    top: 60px;
    right: 30px;
    display: -webkit-box;
    display: flex;
    width: 60px;
    height: 40px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .navbars .bars {
      width: 40px;
      height: 2px;
      background: #d9b163;
      margin: 3px 0;
      display: block;
      border-radius: 10px; }
  #header-container nav.navdiv.activemobilemenu {
    opacity: 1;
    visibility: visible; }
  #header-container section.top-bar.activemobilemenu {
    opacity: 1;
    visibility: visible; }
  #header-container nav.navdiv {
    opacity: 0;
    visibility: hidden; }
  #header-container section.top-bar {
    opacity: 0;
    visibility: hidden; } }

@media screen and (max-width: 700px) {
  .navbars {
    position: absolute;
    top: 50px; }
  #header-container .logonav img {
    max-width: 190px; }
  #header-container section.top-bar {
    padding: 20px; }
  #header-container ul.items {
    padding: 10px 10px 60px 10px; } }

section.landingfold {
  position: relative;
  min-height: 800px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100vh; }
  section.landingfold .imageblock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    section.landingfold .imageblock .pic {
      display: block;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    section.landingfold .imageblock:after {
      content: close-quote;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(25, 36, 69, 0.8); }
  section.landingfold .container {
    position: relative;
    z-index: 2;
    padding: 0 20px; }
    section.landingfold .container .content {
      text-align: center;
      max-width: 630px;
      margin: 0 auto;
      padding: 0; }
      section.landingfold .container .content h1.sec-title {
        color: #d9b163;
        font-size: 40px;
        line-height: 3.5rem;
        font-weight: 600; }
        @media screen and (min-width: 768px) {
          section.landingfold .container .content h1.sec-title {
            font-size: 52px; } }
      section.landingfold .container .content p {
        color: #fff;
        font-size: 22px; }

.content {
  padding: 80px 120px; }

.col2 {
  display: -webkit-box;
  display: flex; }

.col2 .column:nth-child(1) {
  margin-right: 60px; }

.col2 .column:nth-child(2) {
  margin-left: 60px; }

.content.fullwidth-image {
  padding: 0 !important; }

.centertitle {
  position: relative;
  padding: 70px 30px 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 70px; }

.centertitle:after {
  content: close-quote;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  border: 2px solid #d9b163; }

.tpart {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end; }

.tpart .imageblock {
  width: 100%;
  position: absolute;
  left: 0;
  max-width: 600px; }

.tpart .column {
  width: 45%;
  margin-left: 140px;
  padding: 100px 0; }

.bpart {
  color: #ffff;
  background: #192445; }
  .bpart .col2 .column {
    width: 50%; }
  .bpart .col2 .column:nth-child(1) {
    padding-top: 160px; }
  .bpart h2 {
    color: #d9b163; }
    .bpart h2:after {
      background-color: #fff; }

.imagecontent {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center; }

.imagecontent .imageblock {
  width: 350px; }

.imagecontent .contentblock {
  width: 100%;
  margin-left: 60px; }

.halfimagecontent {
  position: relative;
  margin: 70px 0; }

.halfimagecontent .absoluteblock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.halfimagecontent .absoluteblock .imageblock {
  max-width: 70%;
  height: 100%; }

.halfimagecontent .absoluteblock .imageblock img.pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.halfimagecontent .content {
  width: 50%;
  background: #fff;
  position: relative;
  z-index: 2;
  margin: 70px 0; }

.halfimagecontent .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end; }

.iconfloat {
  position: relative;
  padding: 120px 20px; }

.iconfloat .imageblock {
  position: absolute;
  top: 0;
  left: -200px;
  bottom: 0; }

.iconfloat .imageblock img {
  height: 100%; }

.lineblock {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 90px 0; }

.lineblock .content {
  max-width: 800px;
  padding: 0;
  margin: 0 60px 0 60px; }

.iconfloat .container {
  border: 2px solid #D9B163;
  position: relative;
  z-index: 2; }

.iconfloat .imageblock .pic {
  width: 520px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 100%;
     object-position: 100%;
  max-width: 100%; }

.fullwidthcontentimage {
  position: relative; }

.fullwidthcontentimage .imageblock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fullwidthcontentimage .imageblock img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.fullwidthcontentimage .content {
  width: 800px;
  background: #fff;
  margin-bottom: 330px; }

.fullwidthcontentimage .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
  padding: 0; }

.blueboxmain {
  background: #192445;
  color: #fff; }

.blueboxmain h2 {
  color: #d9b163; }

.blueboxmain h2:after {
  background: #fff; }

.tealbox .content {
  background-color: #BED9D6; }
  .tealbox .content a {
    color: #92654E;
    text-decoration: none;
    font-weight: 500; }
    .tealbox .content a:hover {
      color: #2E1E1F; }

.tealbox:after {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../img/RepeatGrid.svg);
  background-size: 500px;
  z-index: 1;
  background-repeat-y: no-repeat;
  background-repeat-x: repeat; }

.tealbox {
  position: relative;
  padding: 140px 0 100px; }
  .tealbox p {
    color: #192445; }

.tealbox .container {
  position: relative;
  z-index: 2; }

.tealbox .content h2:after {
  background: #192445; }

span.s {
  display: block; }

#scroll {
  font-family: "trajan-sans-pro", sans-serif;
  text-decoration: none; }
  #scroll span.vvt {
    color: #D9B163;
    text-decoration: none; }

.contact-page .content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
  padding: 80px 120px 0; }
  @media screen and (min-width: 768px) {
    .contact-page .content {
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem; } }
  .contact-page .content a {
    color: #92654E;
    text-decoration: none;
    font-weight: 500; }
    .contact-page .content a:hover {
      color: #2E1E1F; }

/* -------------------------------------------------------------------------- */
/* SCHEDULE FORM */
/* -------------------------------------------------------------------------- */
.page-form {
  padding: 30px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  .page-form input.form-control {
    padding: 20px 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    text-align: left;
    padding: 20px 5px;
    color: #444;
    font-size: 14px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 300;
    background-color: transparent;
    border-bottom: 1px solid rgba(112, 112, 112, 0.28);
    margin-bottom: 20px; }
    .page-form input.form-control::-webkit-input-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form input.form-control::-moz-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form input.form-control:-ms-input-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form input.form-control::-ms-input-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form input.form-control::placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form input.form-control:hover {
      box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1); }
  .page-form select.form-control {
    padding: 20px 20px !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    text-align: left;
    padding: 20px 5px;
    color: #444;
    font-size: 14px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 300;
    background-color: transparent;
    border-bottom: 1px solid rgba(112, 112, 112, 0.28);
    margin-bottom: 20px; }
    .page-form select.form-control::-webkit-input-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form select.form-control::-moz-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form select.form-control:-ms-input-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form select.form-control::-ms-input-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form select.form-control::placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form select.form-control:hover {
      box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1); }
  .page-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    text-align: left;
    padding: 20px 5px;
    color: #444;
    font-size: 14px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 300;
    background-color: transparent;
    border-bottom: 1px solid rgba(112, 112, 112, 0.28);
    margin-bottom: 20px; }
    .page-form textarea::-webkit-input-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form textarea::-moz-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form textarea:-ms-input-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form textarea::-ms-input-placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form textarea::placeholder {
      font-size: 14px !important;
      line-height: 14px;
      color: #444;
      font-weight: 300;
      text-transform: capitalize; }
    .page-form textarea:hover {
      box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1); }
  .page-form .formbuttons {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  .page-form .formpwrap {
    width: 100%; }
  .page-form .formbuttons .input {
    width: 50%; }
  .page-form h2.sec-title {
    font-weight: 200;
    text-transform: capitalize; }
  .page-form p {
    margin: 0 auto 30px;
    font-size: 16px; }
  .page-form span.arw {
    margin-left: 40px; }
  .page-form .contact-block-halfinner {
    display: -webkit-box;
    display: flex; }
  .page-form .contact-block-halfinner .formtitle {
    width: 65%;
    background-image: url(../../img/rabg@2x.jpg);
    padding: 60px 30px;
    background-size: 70% 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%; }
  .page-form .contact-block-halfinner form#schedule {
    width: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    padding: 0 0 60px;
    background-image: url(../../img/leaf@2x.png);
    background-position: 50% 70%;
    background-size: 60%;
    background-repeat: no-repeat;
    padding: 0 0 60px 40px; }
  .page-form .f-submit {
    margin: 10px 0 0;
    -webkit-box-pack: end;
            justify-content: end;
    display: -webkit-box;
    display: flex; }
  .page-form .imageblock .pic {
    display: block; }
  .page-form button.ui-btn.ui-submit {
    min-width: 150px;
    background: #192445;
    border: 1px solid;
    color: #fff !important;
    -webkit-box-pack: center;
            justify-content: center;
    text-transform: uppercase;
    font-weight: 500; }
    .page-form button.ui-btn.ui-submit:hover {
      background-color: rgba(255, 255, 255, 0.7);
      box-shadow: 0 0 1px 1px rgba(75, 124, 147, 0.6);
      color: #192445 !important; }

/* -------------------------------------------------------------------------- */
/* Interior STYLES */
/* -------------------------------------------------------------------------- */
.interiorpage .main-content ul {
  list-style: disc;
  margin: 0 0 1.5rem 2rem; }

@media screen and (min-width: 993px) {
  .interiorpage nav.navdiv.activemenu {
    display: initial !important;
    -webkit-box-align: initial !important;
            align-items: initial !important;
    -webkit-transform: initial !important;
            transform: initial !important;
    height: initial !important;
    top: initial !important;
    background: initial !important;
    -webkit-backdrop-filter: initial !important;
            backdrop-filter: initial !important; }
    .interiorpage nav.navdiv.activemenu span.closebutton {
      opacity: 0 !important;
      visibility: hidden !important; } }

.interiorpage .light-accent-link {
  color: #92654E;
  text-decoration: none;
  font-weight: 400; }
  .interiorpage .light-accent-link:hover {
    color: #2E1E1F; }

.interiorpage .slick-dots {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  bottom: -50px !important;
  list-style: none !important;
  display: block !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important; }

/* -------------------------------------------------------------------------- */
/* Archive */
/* -------------------------------------------------------------------------- */
.archive-page {
  margin: 3rem .5rem 0; }
  @media screen and (min-width: 768px) {
    .archive-page {
      margin: 5rem 0; } }
  .archive-page .row {
    margin: .5rem;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3rem; }
    @media screen and (min-width: 768px) {
      .archive-page .row {
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 2rem;
           -moz-column-gap: 2rem;
                column-gap: 2rem; } }
    @media screen and (min-width: 993px) {
      .archive-page .row {
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: 2rem;
           -moz-column-gap: 2rem;
                column-gap: 2rem; } }
    .archive-page .row .card-columns {
      width: 100%; }
      .archive-page .row .card-columns .card .card-img-top {
        width: 100%; }
      .archive-page .row .card-columns .card .card-body {
        background-color: rgba(217, 177, 99, 0.2);
        padding: 20px;
        text-align: left;
        width: 100%;
        text-align: center; }
        .archive-page .row .card-columns .card .card-body .card-title h3 {
          font-size: 1.6rem;
          font-weight: 500;
          margin: .5rem 0; }
        .archive-page .row .card-columns .card .card-body .card-text {
          text-align: center; }
        .archive-page .row .card-columns .card .card-body .ui-btn {
          width: 100%;
          max-width: 200px;
          margin: 0 auto;
          text-align: center;
          padding: 0;
          -webkit-box-align: center;
                  align-items: center; }

/* BUTTON STYLES */
.btn-container {
  margin: 20px 0 0;
  display: -webkit-box;
  display: flex; }

span.arrowfigment {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  span.arrowfigment svg {
    -webkit-transform: rotate(-90deg) translateY(15px);
            transform: rotate(-90deg) translateY(15px); }

.mrb {
  margin-left: 20px; }

.ui-btn.submit-formbtns {
  min-width: 190px;
  color: #192445; }
  .ui-btn.submit-formbtns:before {
    background: white; }
  .ui-btn.submit-formbtns:hover {
    color: #fff; }
    .ui-btn.submit-formbtns:hover:before {
      background: black; }
    .ui-btn.submit-formbtns:hover:after {
      left: 140%;
      width: 80px; }

.ui-btn {
  font-family: "trajan-sans-pro", sans-serif;
  display: -webkit-inline-box;
  display: inline-flex;
  max-width: 100%;
  border: none;
  position: relative;
  -webkit-appearance: none;
  z-index: 1;
  min-width: 0px;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
  color: #192445;
  text-transform: uppercase;
  padding: 8px 25px 8px 15px;
  white-space: nowrap;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  min-height: 50px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 0;
  margin-right: 50px;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .ui-btn:before {
    content: close-quote;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -15;
    border: 2px solid #D9B163; }
  .ui-btn:after {
    content: ""; }
  .ui-btn:hover {
    background: #192445;
    color: #D9B163; }
    .ui-btn:hover:before {
      border: 2px solid #192445; }
  .ui-btn.ui-dark:before {
    border: 2px solid #192445; }
  .ui-btn.ui-gold {
    background-color: #D9B163; }
    .ui-btn.ui-gold:before {
      border: 2px solid #D9B163; }
    .ui-btn.ui-gold:hover {
      background: #192445;
      color: #D9B163; }
      .ui-btn.ui-gold:hover:before {
        border: 2px solid #192445; }
  .ui-btn.ui-white {
    color: #fff; }
    .ui-btn.ui-white:before {
      border: 2px solid #fff; }
    .ui-btn.ui-white:hover {
      background: #192445;
      color: #D9B163; }
      .ui-btn.ui-white:hover:before {
        border: 2px solid #192445; }
  .ui-btn.ui-btn-dark-alt:before {
    background: #92654E; }
  .ui-btn.ui-btn-dark-alt:hover:before {
    background: black; }
  .ui-btn.ui-btn-dark-alt:hover:after {
    left: 140%;
    width: 80px; }
  .ui-btn.d-block {
    font-style: normal;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0.5rem;
    min-width: 206px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 16.5px 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #192445;
    -webkit-appearance: none;
    margin-top: 10px;
    cursor: pointer;
    border: none; }
    .ui-btn.d-block:hover {
      background: #192445;
      color: #fff;
      text-decoration: none;
      box-shadow: 0 0px 0 4px white, 0 0px 0 8px #192445; }

.dual-content.skinrej .ui-btn-whitebg {
  color: #192445; }

.form-control .submit-btn {
  padding: 5px 5px;
  border-radius: 0; }

section.search .submit-btn.ui-btn.ui-btn-main.ui-btn-dark-alt {
  padding: 5px 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  text-transform: capitalize;
  font-weight: 300;
  height: 40px;
  letter-spacing: 1px;
  margin: 0 0 0 30px;
  border: none; }

.ui-btn-main {
  background-color: #192445;
  border: 1px solid #192445;
  color: #fff; }
  .ui-btn-main:hover {
    color: #fff;
    border: 1px solid #27386a;
    background-color: #27386a;
    text-decoration: none; }

.ui-btn-main-ol {
  background-color: transparent;
  border: 1px solid #192445;
  color: #192445; }
  .ui-btn-main-ol:hover {
    color: #EFEAE4;
    border: 1px solid #27386a;
    background-color: #27386a;
    text-decoration: none; }

.ui-btn-light {
  background-color: #EFEAE4;
  border: 1px solid #EFEAE4;
  color: #2E1E1F; }
  .ui-btn-light:hover {
    color: #2E1E1F;
    background-color: #d3c5b4;
    border: 1px solid #d3c5b4;
    text-decoration: none; }

.ui-btn-light-accent {
  background-color: #192445;
  border: 1px solid #192445;
  color: #fff; }
  .ui-btn-light-accent:hover {
    color: #fff;
    background-color: #2d417d;
    border: 1px solid #2d417d;
    text-decoration: none; }

.ui-btn-dark-accent {
  background-color: #771E1C;
  border: 1px solid #771E1C;
  color: #fff; }
  .ui-btn-dark-accent:hover {
    color: #fff;
    background-color: #b52e2b;
    border: 1px solid #b52e2b;
    text-decoration: none; }

.ui-btn-extra-light-accent {
  background-color: #EFEAE4;
  border: 1px solid #EFEAE4;
  color: #fff; }
  .ui-btn-extra-light-accent:hover {
    color: #fff;
    background-color: #EFEAE4;
    border: 1px solid #EFEAE4;
    text-decoration: none; }

.ui-btn-dark {
  background-color: #2E1E1F;
  border: 1px solid #2E1E1F;
  color: #fff; }
  .ui-btn-dark:hover {
    color: #fff;
    background-color: #5c3c3e;
    border: 1px solid #5c3c3e;
    text-decoration: none; }

.ui-btn-light-ol {
  background-color: transparent;
  border: 1px solid #EFEAE4;
  color: #EFEAE4; }
  .ui-btn-light-ol:hover {
    color: #2E1E1F;
    background-color: rgba(239, 234, 228, 0.5);
    border: 1px solid rgba(239, 234, 228, 0.5);
    text-decoration: none; }

.ui-btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #192445; }
  .ui-btn-white:hover {
    color: #192445;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    text-decoration: none; }

.ui-btn-white-ol {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .ui-btn-white-ol:hover {
    color: #192445;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    text-decoration: none; }

.ui-btn-group .ui-btn:not(:last-child) {
  margin-right: 0.85rem; }

.wpforms-submit {
  position: relative !important;
  color: #fff !important;
  overflow: hidden !important; }

/* LINKS - SITEWIDE */
/* IMAGE STYLES */
* {
  box-sizing: border-box; }

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

.arrow-scroll a {
  text-decoration: none; }
  .arrow-scroll a:hover {
    text-decoration: none; }

.arrow-scroll .divedown {
  background: transparent;
  -webkit-appearance: none;
  border: none; }
  .arrow-scroll .divedown .btntxt {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 20px;
    font-family: "trajan-sans-pro", sans-serif; }
  .arrow-scroll .divedown .btnimg {
    position: relative;
    height: 65px; }
    .arrow-scroll .divedown .btnimg .divesvg {
      max-height: 50px; }
    .arrow-scroll .divedown .btnimg .dive-in {
      opacity: 0;
      position: absolute;
      top: 67px;
      right: 20px;
      width: 40px;
      -webkit-transition: all .6s;
      transition: all .6s;
      -webkit-transform: translate3d(0px, 0px, 0px);
              transform: translate3d(0px, 0px, 0px); }
    .arrow-scroll .divedown .btnimg:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
      .arrow-scroll .divedown .btnimg:hover .dive-in {
        opacity: 1;
        -webkit-transform: translate3d(0px, -100%, 0px);
                transform: translate3d(0px, -100%, 0px); }

.container {
  max-width: 1300px;
  padding: 0 20px; }

.home .content {
  padding: 0; }

.home h2 {
  padding: 0; }
  .home h2:after {
    opacity: 0; }

section.fold {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  z-index: 2;
  min-height: 800px;
  height: 100vh; }
  section.fold:before {
    content: close-quote;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(25, 36, 69, 0.7);
    min-height: 800px;
    height: 100vh; }
  section.fold .sec-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 800px;
    margin: 0 auto;
    height: 100vh; }
    section.fold .sec-image video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto; }
    section.fold .sec-image:before {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 0;
      height: 100%;
      background: rgba(25, 36, 69, 0.7);
      z-index: 1; }
    section.fold .sec-image .pic {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  section.fold .container {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 0; }
    section.fold .container .content {
      padding: 0 20px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center; }
      section.fold .container .content span.bk {
        display: block; }
      section.fold .container .content h1.sec-title {
        font-size: 52px;
        color: #d9b163;
        line-height: 60px;
        margin: 0 0 20px;
        text-align: center;
        font-weight: 600; }
      section.fold .container .content p {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        max-width: 520px;
        text-align: center; }

.image-wrapper {
  position: relative; }
  .image-wrapper:after {
    content: close-quote;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#192445), to(#80bab2));
    background: -webkit-linear-gradient(top, #192445 0%, #80bab2 100%);
    background: linear-gradient(180deg, #192445 0%, #80bab2 100%);
    z-index: 1;
    opacity: 1; }
  .image-wrapper:before {
    content: close-quote;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#192445), to(#80bab2));
    background: -webkit-linear-gradient(top, #192445 0%, #80bab2 100%);
    background: linear-gradient(180deg, #192445 0%, #80bab2 100%);
    z-index: 2;
    opacity: 0.5;
    background-image: url(../../img/bgimg.png);
    background-position: 50% 0%;
    background-size: cover; }
  .image-wrapper .pic {
    width: auto;
    margin: 0 auto;
    display: block;
    width: 90px; }

section.centertext.aboutus {
  padding: 180px 0;
  position: relative;
  z-index: 2; }
  section.centertext.aboutus .content {
    max-width: 900px;
    margin: 0 auto; }
  section.centertext.aboutus .imgicon {
    margin: 0 0 50px; }
  section.centertext.aboutus h2.sec-title {
    text-align: center;
    color: #fff;
    font-size: 40px; }
  section.centertext.aboutus p {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 40px; }

section.drsarah.blockbox {
  position: relative;
  z-index: 2;
  padding: 0 0 120px; }
  section.drsarah.blockbox .whitebox {
    background: rgba(255, 255, 255, 0.25);
    margin: 0 80px;
    padding: 80px 35px; }
  section.drsarah.blockbox .whitebox > .imageblock {
    position: absolute;
    width: 150px;
    top: 20%;
    left: 0;
    z-index: 1; }
  section.drsarah.blockbox .content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 3; }
    section.drsarah.blockbox .content .imageblock {
      width: 50%;
      max-width: 500px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      background: #efefef;
      height: 450px; }
      section.drsarah.blockbox .content .imageblock img.pic {
        width: auto; }
    section.drsarah.blockbox .content .contentblock {
      width: 80%;
      padding: 0 80px;
      margin: 0 auto; }
      section.drsarah.blockbox .content .contentblock .btn-container {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
                flex-direction: column !important;
        -webkit-box-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
                align-items: flex-start; }
        @media screen and (min-width: 768px) {
          section.drsarah.blockbox .content .contentblock .btn-container {
            -webkit-box-orient: initial !important;
            -webkit-box-direction: initial !important;
                    flex-direction: initial !important;
            -webkit-box-pack: center;
                    justify-content: center; } }
        section.drsarah.blockbox .content .contentblock .btn-container .ui-btn:nth-child(1) {
          margin-bottom: 20px; }
  section.drsarah.blockbox h2.sec-title {
    font-size: 30px;
    color: #192445;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 10px; }

section.drperkins.blockbox:before {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../img/diamondoverlaywht.png);
  background-size: contain;
  background-position: -60% 50%;
  background-repeat: no-repeat;
  z-index: 1; }

section.drperkins.blockbox:after {
  content: close-quote;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../img/green-whitegradient.png);
  background-size: cover;
  background-position: 50%;
  /* filter: brightness(1.15); */
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#80bab2), to(#f7f9fb));
  background: -webkit-linear-gradient(top, #80bab2 0%, #f7f9fb 100%);
  background: linear-gradient(180deg, #80bab2 0%, #f7f9fb 100%); }

section.drperkins.blockbox {
  position: relative;
  padding: 80px 0 120px;
  z-index: 1; }
  section.drperkins.blockbox .container {
    padding-right: 0; }
  section.drperkins.blockbox .whitebox {
    background: rgba(255, 255, 255, 0.25);
    margin: 0 80px;
    padding: 80px 35px;
    position: relative;
    z-index: 213; }
  section.drperkins.blockbox .whitebox > .imageblock {
    position: absolute;
    width: 150px;
    top: 20%;
    left: 0;
    z-index: 1; }
  section.drperkins.blockbox .content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 3; }
    section.drperkins.blockbox .content .imageblock {
      width: 50%;
      max-width: 500px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      background: #efefef;
      height: 450px; }
      section.drperkins.blockbox .content .imageblock img.pic {
        width: auto; }
    section.drperkins.blockbox .content .contentblock {
      width: 80%;
      padding: 0 80px;
      margin: 0 auto; }
      section.drperkins.blockbox .content .contentblock .btn-container {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
                flex-direction: column !important;
        -webkit-box-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
                align-items: flex-start; }
        @media screen and (min-width: 768px) {
          section.drperkins.blockbox .content .contentblock .btn-container {
            -webkit-box-orient: initial !important;
            -webkit-box-direction: initial !important;
                    flex-direction: initial !important;
            -webkit-box-pack: center;
                    justify-content: center; } }
        section.drperkins.blockbox .content .contentblock .btn-container .ui-btn:nth-child(1) {
          margin-bottom: 20px; }
  section.drperkins.blockbox h2.sec-title {
    font-size: 30px;
    color: #192445;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 10px; }

section.splitfloat {
  position: relative;
  padding: 100px 0; }
  section.splitfloat .imageblock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    section.splitfloat .imageblock .pic {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top; }
  section.splitfloat .whitebox {
    max-width: 650px;
    background: #fff;
    position: relative;
    z-index: 2; }
    section.splitfloat .whitebox .content {
      padding: 100px 30px; }
    section.splitfloat .whitebox h2.sec-title {
      font-size: 30px;
      line-height: 40px; }

section.halffixed.coolpeel {
  position: relative; }
  section.halffixed.coolpeel .imagecontainer {
    position: absolute;
    top: 0;
    left: 0; }
    section.halffixed.coolpeel .imagecontainer .imageblock {
      max-width: 600px;
      position: relative;
      padding-bottom: 30px; }
      section.halffixed.coolpeel .imagecontainer .imageblock:after {
        content: close-quote;
        position: absolute;
        bottom: 0;
        left: 0px;
        height: 90%;
        width: 105%;
        background: #000;
        z-index: -1;
        background-image: url(../../img/marbletexture.jpg);
        background-size: cover;
        background-position: 50%; }
      section.halffixed.coolpeel .imagecontainer .imageblock .pic {
        display: block; }
  section.halffixed.coolpeel .container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin: 80px 0;
    -webkit-box-align: center;
            align-items: center; }
  section.halffixed.coolpeel .content {
    width: 50%;
    padding: 100px 80px;
    background-image: url(../../img/diamond2.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 540px; }
    section.halffixed.coolpeel .content h2.sec-title {
      font-size: 30px;
      line-height: 40px;
      font-weight: 600;
      color: #192445; }

section.splitbox.botoxfillers {
  padding: 90px 0;
  position: relative; }
  section.splitbox.botoxfillers:after {
    content: close-quote;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: #192445;
    z-index: 1; }
  section.splitbox.botoxfillers .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: relative;
    z-index: 32; }
  section.splitbox.botoxfillers .splitcol {
    width: 50%; }
  section.splitbox.botoxfillers .splitcol.colbotox {
    padding-right: 90px; }
    section.splitbox.botoxfillers .splitcol.colbotox h2.sec-title {
      color: #d9b163; }
    section.splitbox.botoxfillers .splitcol.colbotox p {
      color: #fff; }
    section.splitbox.botoxfillers .splitcol.colbotox .content {
      padding: 0 0 85px; }
  section.splitbox.botoxfillers .splitcol.colfiller {
    padding-left: 90px;
    position: relative; }
    section.splitbox.botoxfillers .splitcol.colfiller .content {
      padding: 85px 0 0; }

section.splitbox.botoxfillers .splitcol.colfiller {
  position: relative; }
  section.splitbox.botoxfillers .splitcol.colfiller:after {
    content: close-quote;
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/RepeatGrid.svg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain; }

section.fullwidth-image.subnovii {
  position: relative; }
  section.fullwidth-image.subnovii .imageblock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  section.fullwidth-image.subnovii .imageblock .pic {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  section.fullwidth-image.subnovii .container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start; }
  section.fullwidth-image.subnovii .content {
    padding: 150px 0px 500px;
    width: 500px;
    max-width: 100%; }
  section.fullwidth-image.subnovii h2.sec-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px; }

section.splitimage.skinweave .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

section.splitimage.skinweave .content {
  width: 50%;
  background: #bed9d6;
  padding: 130px 80px 0;
  position: relative;
  min-height: 690px; }
  section.splitimage.skinweave .content .imageblock {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    section.splitimage.skinweave .content .imageblock .pic {
      display: block;
      min-height: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }

section.splitimage.skinweave .imageblock {
  width: 50%; }
  section.splitimage.skinweave .imageblock .pic {
    display: block;
    min-height: 690px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

section.mainimage.laserhairremoval .container {
  position: relative;
  z-index: 123123; }

section.mainimage.laserhairremoval .content {
  max-width: 950px;
  margin: 80px auto -170px;
  padding: 70px 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: relative; }

section.mainimage.laserhairremoval .imageblock .pic {
  max-height: 900px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block; }

section.mainimage.laserhairremoval .imageblock {
  position: relative;
  z-index: 1; }

section.mainimage.laserhairremoval .content .btn-container {
  -webkit-box-pack: center;
          justify-content: center; }

section.mainimage.laserhairremoval .content:after {
  content: close-quote;
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 2px solid #c79757;
  z-index: -1; }

.slider-ba-div {
  background-image: url(../../img/marbletexture.jpg);
  background-position: center;
  background-size: cover;
  padding: 60px 0; }
  .slider-ba-div .content {
    background: #192445;
    padding: 40px 40px; }
    .slider-ba-div .content .b-a-slider {
      max-width: 600px;
      margin: 0 auto; }
    .slider-ba-div .content h2.sec-title {
      text-align: center;
      color: #fff;
      padding: 0 0 40px;
      margin: 0; }
      .slider-ba-div .content h2.sec-title:after {
        opacity: 0; }
  .slider-ba-div span.arrow {
    position: absolute;
    top: 50%;
    right: 110%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .slider-ba-div span.arrow.next.slick-arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    left: 110%;
    right: auto; }

section#consuletationform h2.sec-title {
  padding: 0; }
  section#consuletationform h2.sec-title:after {
    opacity: 0; }

section#consuletationform .formtitle {
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }
  section#consuletationform .formtitle a {
    color: #92654E;
    font-weight: 500;
    text-decoration: none; }
    section#consuletationform .formtitle a:hover {
      color: #2E1E1F; }

section#consuletationform .formpwrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

section#consuletationform .formpwrap .input {
  width: 50%; }

section#consuletationform .formpwrap .f-submit {
  width: 100%; }

section#consuletationform .formpwrap .input input.form-control {
  width: 100%;
  display: block; }

section#consuletationform .formpwrap .input select {
  display: block;
  width: 100%; }

form#schedule {
  background-image: url(../../img/iAestheticlogo.jpg);
  background-position: 50%;
  background-size: 260px auto;
  background-repeat: no-repeat;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 20px 0; }

section#consuletationform .formpwrap .input:nth-child(even) {
  padding-left: 130px; }

section#consuletationform .formpwrap .input:nth-child(odd) {
  padding-right: 130px; }

section#consuletationform .formpwrap .f-submit {
  margin: 70px 0 0; }

section.consuletationform .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 85px 20px; }
  section.consuletationform .container input.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    text-align: left;
    padding: 20px 5px;
    color: #767676;
    border: none;
    box-shadow: none;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 300;
    background-color: transparent;
    border-bottom: 1px solid rgba(112, 112, 112, 0.28);
    margin-bottom: 20px;
    font-family: "trajan-sans-pro", sans-serif; }
    section.consuletationform .container input.form-control::-webkit-input-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container input.form-control::-moz-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container input.form-control:-ms-input-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container input.form-control::-ms-input-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container input.form-control::placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container input.form-control:hover {
      box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.2); }
  section.consuletationform .container select.form-control {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    text-align: left;
    padding: 20px 5px;
    color: #767676;
    border: none;
    box-shadow: none;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 300;
    background-color: transparent;
    border-bottom: 1px solid rgba(112, 112, 112, 0.28);
    margin-bottom: 20px;
    font-family: "trajan-sans-pro", sans-serif; }
    section.consuletationform .container select.form-control::-webkit-input-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container select.form-control::-moz-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container select.form-control:-ms-input-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container select.form-control::-ms-input-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container select.form-control::placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container select.form-control:hover {
      box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.2); }
  section.consuletationform .container textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    text-align: left;
    padding: 20px 5px;
    color: #767676;
    border: none;
    box-shadow: none;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 300;
    background-color: transparent;
    border-bottom: 1px solid rgba(112, 112, 112, 0.28);
    margin-bottom: 20px;
    font-family: "trajan-sans-pro", sans-serif; }
    section.consuletationform .container textarea::-webkit-input-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container textarea::-moz-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container textarea:-ms-input-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container textarea::-ms-input-placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container textarea::placeholder {
      font-size: 18px !important;
      line-height: 14px;
      color: #767676;
      font-weight: 300;
      text-transform: capitalize; }
    section.consuletationform .container textarea:hover {
      box-shadow: 0 3px 11px 7px rgba(0, 0, 0, 0.2); }

.instaslider {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

span.imageslide {
  width: 40%; }

.content.instcontent .text {
  text-align: center; }

footer#main {
  background-image: url(../../img/wave.png);
  background-size: cover;
  background-position: 50% 100%;
  position: relative;
  padding: 100px 0; }
  footer#main .container {
    position: relative;
    z-index: 3; }
  footer#main .social {
    margin: 10px; }

footer#main:after {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#192445ad), to(#192445f2));
  background: -webkit-linear-gradient(top, #192445ad 0%, #192445f2 100%);
  background: linear-gradient(180deg, #192445ad 0%, #192445f2 100%);
  z-index: 1;
  opacity: 1; }

.contentinfo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  font-size: .8rem; }

h2.f-title {
  color: #D9B163;
  font-size: 18px;
  text-align: right;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0; }
  h2.f-title:after {
    opacity: 0; }

.cols {
  color: #fff;
  text-align: right;
  line-height: 22px;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 100; }
  .cols span.link {
    padding-left: 30px; }

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

.qlinks {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

.qlinks a {
  display: block; }

.logoblock img {
  max-width: 270px; }

.logoblock {
  margin-right: 100px; }

.cols {
  padding: 0 20px; }

a.slink {
  display: inline-block; }

a.slink svg {
  width: 20px;
  height: 20px;
  color: #fff; }

.footercopy {
  background: #192445; }
  .footercopy .content {
    padding: 0; }

.footercopy .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px; }

.footercopy .content a {
  color: inherit;
  text-decoration: none; }

/* ANIMATION STYLES */
.fade-nun {
  opacity: 0;
  visibility: hidden; }

.fade-nun.animate {
  -webkit-animation: fade-nun 1.2s cubic-bezier(0.08, 0.75, 0.59, 0.99) forwards;
          animation: fade-nun 1.2s cubic-bezier(0.08, 0.75, 0.59, 0.99) forwards; }

@-webkit-keyframes fade-nun {
  from {
    opacity: 0;
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fade-nun {
  from {
    opacity: 0;
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.fade-up-stop {
  opacity: 0; }

.fade-up-stop.animate {
  -webkit-animation: fade-up-stop 2s cubic-bezier(0, 1.1, 0.65, 0.91) forwards;
          animation: fade-up-stop 2s cubic-bezier(0, 1.1, 0.65, 0.91) forwards; }

@-webkit-keyframes fade-up-stop {
  from {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 40);
            transform: matrix(1, 0, 0, 1, 0, 40); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes fade-up-stop {
  from {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 40);
            transform: matrix(1, 0, 0, 1, 0, 40); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

.fade-left-stop {
  opacity: 0; }

.fade-left-stop.animate {
  -webkit-animation: fade-left-stop 2s cubic-bezier(0, 1.1, 0.65, 0.91) forwards;
          animation: fade-left-stop 2s cubic-bezier(0, 1.1, 0.65, 0.91) forwards; }

@-webkit-keyframes fade-left-stop {
  from {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 40, 0);
            transform: matrix(1, 0, 0, 1, 40, 0); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes fade-left-stop {
  from {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 40, 0);
            transform: matrix(1, 0, 0, 1, 40, 0); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

.fade-right-stop {
  opacity: 0; }

.fade-right-stop.animate {
  -webkit-animation: fade-right-stop 2s cubic-bezier(0, 1.1, 0.65, 0.91) forwards;
          animation: fade-right-stop 2s cubic-bezier(0, 1.1, 0.65, 0.91) forwards; }

@-webkit-keyframes fade-right-stop {
  from {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, -40, 0);
            transform: matrix(1, 0, 0, 1, -40, 0); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes fade-right-stop {
  from {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, -40, 0);
            transform: matrix(1, 0, 0, 1, -40, 0); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

/* RESPONSIVE MEDIA QUERIES */
@media screen and (max-width: 1250px) {
  section.drsarah.blockbox .content .contentblock {
    padding: 0 20px; }
  section.drperkins.blockbox .content .contentblock {
    padding: 0 20px; }
  section.halffixed.coolpeel .content {
    width: 60%;
    padding: 100px 30px; }
  section.halffixed.coolpeel .imagecontainer .imageblock {
    max-width: 410px; }
  section.halffixed.coolpeel .imagecontainer {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  section.splitbox.botoxfillers .splitcol.colbotox {
    padding-right: 30px; }
  section.splitbox.botoxfillers .splitcol.colfiller {
    padding-left: 30px; }
  section.splitimage.skinweave .content {
    padding: 130px 20px 0; }
  section.splitimage.skinweave .content {
    width: 100%;
    margin: 60px 0 0; }
  section.splitimage.skinweave .imageblock {
    margin: 60px auto 0; }
  .logoblock {
    margin-right: 30px; }
  .tpart .imageblock {
    max-width: 50vw; }
  .bpart .col2 .column:nth-child(1) {
    padding-top: 0; }
  .halfimagecontent .content {
    width: 80%; } }

@media screen and (max-width: 992px) {
  section.splitimage.skinweave .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse; }
  section.drsarah.blockbox .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  section.drsarah.blockbox .content .imageblock {
    width: 100%;
    max-width: 100%; }
  section.drsarah.blockbox .content .contentblock {
    width: 100%;
    margin: 30px 0 0; }
  section.drperkins.blockbox .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse; }
  section.drperkins.blockbox .content .contentblock {
    padding: 0 20px;
    width: 100%; }
  section.drperkins.blockbox .content .imageblock {
    width: 100%;
    max-width: 100%; }
  section.drperkins.blockbox .content .imageblock {
    margin: 0 0 30px; }
  section.halffixed.coolpeel .container {
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0px 0 80px; }
  section.halffixed.coolpeel .content {
    width: 80%; }
  section.halffixed.coolpeel .imagecontainer {
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
    margin: 60px auto;
    display: block; }
  section.halffixed.coolpeel .imagecontainer .imageblock {
    margin: 0 auto; }
  section.splitbox.botoxfillers {
    padding: 0px 0; }
  section.splitbox.botoxfillers .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  section.splitbox.botoxfillers .splitcol.colbotox {
    width: 100%;
    padding: 0 20px; }
  section.splitbox.botoxfillers .splitcol.colfiller .content {
    padding: 0px 0 0; }
  section.splitbox.botoxfillers .splitcol.colbotox {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse; }
  section.splitbox.botoxfillers .splitcol.colfiller {
    padding: 0 20px;
    width: 100%; }
  section.splitbox.botoxfillers .imageblock {
    max-width: 500px;
    margin: 0 auto;
    margin: 60px auto; }
  section.splitbox.botoxfillers .splitcol.colfiller:after {
    content: close-quote;
    position: absolute;
    top: 0px;
    left: 0;
    width: 70%;
    height: 70%;
    background-image: url(../../img/RepeatGrid.svg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto; }
  section.mainimage.laserhairremoval .content {
    margin: 80px auto -50px; }
  section#consuletationform .formpwrap .input:nth-child(even) {
    padding: 0 10px; }
  section#consuletationform .formpwrap .input:nth-child(odd) {
    padding: 0px 10px; }
  .contentinfo {
    flex-wrap: wrap; }
  .cols {
    width: 100%;
    margin: 0 0 20px;
    text-align: center; }
  h2.f-title {
    text-align: center;
    margin: 30px 0 10px; }
  .qlinks {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .content {
    padding: 80px 40px; }
  .col2 .column:nth-child(2) {
    margin-left: 20px; }
  .col2 .column:nth-child(1) {
    margin-right: 20px; }
  .fullwidthcontentimage .imageblock {
    position: relative; }
  .fullwidthcontentimage .content {
    width: 800px;
    background: #fff;
    margin-bottom: 330px;
    margin: 0 auto 130px;
    max-width: 100%; }
  .tealbox .content {
    padding: 80px 20px; }
  .slider-ba-div span.arrow {
    left: 20px;
    z-index: 123;
    right: auto; }
  .slider-ba-div span.arrow.next.slick-arrow {
    left: auto;
    right: 20px; }
  .slider-ba-div {
    padding: 60px 20px; }
  section.main-content .slider-ba-div .content {
    padding: 80px 20px; } }

@media screen and (max-width: 700px) {
  section.fold .container .content h1.sec-title {
    font-size: 36px;
    line-height: 40px; }
  section.drsarah.blockbox .whitebox > .imageblock {
    display: none; }
  section.drsarah.blockbox .content {
    padding-left: 0; }
  section.drsarah.blockbox .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start; }
    section.drsarah.blockbox .btn-container .ui-btn:nth-child(1) {
      margin-bottom: 20px; }
  section.drsarah.blockbox .whitebox {
    padding: 20px 0 40px;
    margin: 20px; }
  section.drperkins.blockbox .whitebox {
    padding: 20px 0 40px;
    margin: 20px; }
  section.drperkins.blockbox .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start; }
    section.drperkins.blockbox .btn-container .ui-btn:nth-child(1) {
      margin-bottom: 20px; }
  section.splitfloat .imageblock {
    position: relative; }
  section.splitfloat {
    padding: 0px 0 100px; }
    section.splitfloat .btn-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
              align-items: flex-start; }
      section.splitfloat .btn-container .ui-btn:nth-child(1) {
        margin-bottom: 20px; }
  section.halffixed.coolpeel .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start; }
    section.halffixed.coolpeel .btn-container .ui-btn:nth-child(1) {
      margin-bottom: 20px; }
  section.splitbox.botoxfillers .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start; }
    section.splitbox.botoxfillers .btn-container .ui-btn:nth-child(1) {
      margin-bottom: 20px; }
  section.fullwidth-image.subnovii .imageblock {
    position: relative; }
  section.fullwidth-image.subnovii .content {
    padding: 30px 0px 60px; }
  section.fullwidth-image.subnovii .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start; }
    section.fullwidth-image.subnovii .btn-container .ui-btn:nth-child(1) {
      margin-bottom: 20px; }
  section.splitimage.skinweave .imageblock {
    width: auto; }
  section.splitimage.skinweave .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start; }
    section.splitimage.skinweave .btn-container .ui-btn:nth-child(1) {
      margin-bottom: 20px; }
  section.mainimage.laserhairremoval .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start; }
    section.mainimage.laserhairremoval .btn-container .ui-btn:nth-child(1) {
      margin-bottom: 20px; }
  section.mainimage.laserhairremoval .content {
    padding: 70px 50px; }
  section.halffixed.coolpeel .imagecontainer {
    padding: 0 30px 0px; }
  section.halffixed.coolpeel .content {
    width: 100%;
    padding: 100px 0; }
  section.drsarah.blockbox .content .imageblock {
    height: 80vw; }
  section.drperkins.blockbox .content .imageblock {
    height: 90vw; }
  section.splitfloat .whitebox .content {
    padding: 30px 0px; }
  section.splitbox.botoxfillers .splitcol.colbotox {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    padding: 0; }
  section.splitbox.botoxfillers .splitcol.colfiller {
    padding: 0;
    width: 100%; }
  section.splitimage.skinweave .content {
    padding: 130px 20px 110px; }
  .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .col2 .column:nth-child(2) {
    margin-left: 0; }
  .col2 .column:nth-child(1) {
    margin-right: 0; }
  .tpart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .tpart .imageblock {
    position: relative;
    margin: 0 auto;
    max-width: 100vw; }
  .tpart .column {
    width: 100%;
    padding: 100px 40px;
    margin: 0; }
  .bpart .col2 .column:nth-child(1) {
    width: 100%; }
  .col2 .column:nth-child(2) {
    width: 100%; }
  .imagecontent .contentblock {
    margin: 0; }
  .imagecontent .imageblock {
    max-width: 100%;
    margin: 0 auto; }
  .imagecontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .slider-ba-div {
    padding: 60px 20px; }
  .halfimagecontent .absoluteblock {
    position: relative; }
  .halfimagecontent .content {
    width: 100%;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .halfimagecontent .absoluteblock .imageblock {
    max-width: 100%;
    height: 100%; }
  .lineblock .content {
    max-width: 800px;
    padding: 0;
    margin: 0; }
  .blueboxmain .content {
    padding: 80px 0; }
  section.main-content .content {
    padding: 30px 20px; }
  .container {
    padding: 0; }
  .home .container {
    padding: 0 20px; }
  form#schedule {
    padding: 30px 0 0; }
  .lineblock {
    padding: 0; } }

@media screen and (max-width: 500px) {
  section#consuletationform .formpwrap .input {
    width: 100%; }
  .copyabout {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    line-height: 20px;
    padding: 20px 0; }
  span.l {
    display: none; }
  .content {
    padding: 80px 20px; }
  .tpart .column {
    width: 100%;
    padding: 100px 20px;
    margin: 0; } }
