@charset "UTF-8";
/*/ VARIABLES ///////////////////////*/
/*/ CLEARS ///////////////////////*/
body, html {
  padding: 0;
  margin: 0;
  height: 100%; 
  scroll-behavior: smooth;}

/*/ CONTAINERS ////////////////////////*/
.section {
  position: relative;
  width: 100%;
  float: left;
  display: inline-block;
  padding: 80px 0 80px;
  overflow: hidden; }

  .section-first {
  position: relative;
  width: 100%;
  float: left;
  display: inline-block;
  padding: 80px 0 80px;
  overflow: hidden; }

.grid {
  width: 960px;
  height: auto;
  position: relative;
  margin: 0 auto;
  float: none;
  display: block; }

.grid:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.col {
  height: auto;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 20px; }

.col-bullets {
  height: auto;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 0px; }


.content {
  position: relative; }

.no-space {
  padding: 0;
  margin: 0; }

/*/ GRID WIDTHS ////////////////////*/
.i {
  width: 8.3333333333%; }

.ii {
  width: 16.6666666667%; }

.iii {
  width: 25%; }

.iiia {
  width: 29.1666666667%; }
}

.iv {
  width: 33.3333333333%; }

.v {
  width: 41.6666666667%; }

.vi {
  width: 50%; }

.vi-right {
  width: 50%; 
  float: right;}

.vii {
  width: 58.3333333333%; }

.viii {
  width: 66.6666666667%; }

.ix {
  width: 75%; }

.x {
  width: 83.3333333333%; }

.xi {
  width: 91.6666666667%; }

.xii {
  width: 100%; }

.full {
  width: 100%; }

.half {
  width: 50%; }

.third {
  width: 33.333%; }

.ii-third {
  width: 66.666%; }

.quart {
  width: 25%; }

.fifth {
  width: 20%; }

/*/ OFFSETS ////////////////////*/
.o-i {
  margin-left: 8.3333333333%; }

.o-ii {
  margin-left: 16.6666666667%; }

.o-iii {
  margin-left: 25%; }

.o-iv {
  margin-left: 33.3333333333%; }

.o-v {
  margin-left: 41.6666666667%; }

.o-vi {
  margin-left: 50%; }

.o-vii {
  margin-left: 58.3333333333%; }

.o-viii {
  margin-left: 66.6666666667%; }

.o-ix {
  margin-left: 75%; }

.o-x {
  margin-left: 83.3333333333%; }

.o-xi {
  margin-left: 91.6666666667%; }

.o-xii {
  margin-left: 100%; }

/*/ PUSHERS ////////////////////*/
.p-i {
  margin-right: 8.3333333333%; }

.p-ii {
  margin-right: 16.6666666667%; }

.p-iii {
  margin-right: 25%; }

.p-iv {
  margin-right: 33.3333333333%; }

.p-v {
  margin-right: 41.6666666667%; }

.p-vi {
  margin-right: 50%; }

.p-vii {
  margin-right: 58.3333333333%; }

.p-viii {
  margin-right: 66.6666666667%; }

.p-ix {
  margin-right: 75%; }

.p-x {
  margin-right: 83.3333333333%; }

.p-xi {
  margin-right: 91.6666666667%; }

.p-xii {
  margin-right: 100%; }

/*/ GUTTER //////////////////*/
.content {
  margin: 0 7.5px; }


  /* ******************** 03 - Home ******************** */
/* The fullscreen container */
.home-wrap {
  position: relative;
  width: 100%;
  height: 100%; }

.home-wrap.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table; }

.home-wrap-short {
  position: relative;
  width: 100%;
  height: 640px; }

.home-wrap-short .home-content,
.home-wrap-short .centerdiv {
  z-index: 10; }

.home-wrap-short .bxslider {
  z-index: 0; }

/* The content inside the fullscreen container */
.home-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 920px; }

.home-content hr {
  width: 220px;
  height: 2px;
  background: #ffffff;
  border: 0;
  margin: 50px auto 35px; }

.home-content img {
  margin-bottom: 0; }

.home-logo {
  width: auto;
  height: auto; }

/* Responsive logo */
.the-logo {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: inline-block; }

/* Fullscreen background image */
.fullscreen-img {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

@media screen and (max-width: 1024px) {
  .fullscreen-img {
    left: 50%;
    margin-left: -512px; } }

/*/ MEDIA QUERIES //////////////////////////*/
/* TABLET (Landscape) */
@media only screen and (max-width: 1024px) {
  .grid {
    width: 768px; }
  .large-full {
    width: 100%;
    margin-left: 0%; }
  .large-half {
    width: 50%;
    margin-left: 0%; }
  .large-third {
    width: 33.333%;
    margin-left: 0%; }
  .large-ii-third {
    width: 66.666%;
    margin-left: 0%; }
  .large-quart {
    width: 25%;
    margin-left: 0%; }
  .large-iii-quart {
    width: 75%;
    margin-left: 0%; }
  .large-half-centered {
    width: 50%;
    margin-left: 25%; }
  .large-third-centered {
    width: 33.333%;
    margin-left: 33.333%; }
  .large-ii-third-centered {
    width: 66.666%;
    margin-left: 16.65%; }
  .large-quart-centered {
    width: 25%;
    margin-left: 37.5%; }
  .large-iii-quart-centered {
    width: 75%;
    margin-left: 12.5%; } }

/* TABLET (Portrait) */
@media only screen and (max-width: 768px) {
  .grid {
    width: 95%; }
  .tab-full {
    width: 100%;
    margin-left: 0%; }
  .tab-half {
    width: 50%;
    margin-left: 0%; }
  .tab-third {
    width: 33.333%;
    margin-left: 0%; }
  .tab-ii-third {
    width: 66.666%;
    margin-left: 0%; }
  .tab-quart {
    width: 25%;
    margin-left: 0%; }
  .tab-iii-quart {
    width: 75%;
    margin-left: 0%; }
  .tab-half-centered {
    width: 50%;
    margin-left: 25%; }
  .tab-third-centered {
    width: 33.333%;
    margin-left: 33.333%; }
  .tab-ii-third-centered {
    width: 66.666%;
    margin-left: 16.65%; }
  .tab-quart-centered {
    width: 25%;
    margin-left: 37.5%; }
  .tab-iii-quart-centered {
    width: 75%;
    margin-left: 12.5%; } }

/* LARGE MOBILE (and Landscape) */
@media only screen and (max-width: 568px) {
  .grid {
    width: 95%; }
  .col {
    margin-left: 0; }
  /* MOBILE GRID WIDTHS */
  .i {
    width: 100%; }
  .ii {
    width: 100%; }
  .iii {
    width: 100%; }
  .iv {
    width: 100%; }
  .v {
    width: 100%; }
  .vi {
    width: 100%; }
  .vii {
    width: 100%; }
  .viii {
    width: 100%; }
  .ix {
    width: 100%; }
  .x {
    width: 100%; }
  .xi {
    width: 100%; }
  .xii {
    width: 100%; }
  /* Clear Offsets */
  .o-i {
    margin-left: 0%; }
  .o-ii {
    margin-left: 0%; }
  .o-iii {
    margin-left: 0%; }
  .o-iv {
    margin-left: 0%; }
  .o-v {
    margin-left: 0%; }
  .o-vi {
    margin-left: 0%; }
  .o-vii {
    margin-left: 0%; }
  .o-viii {
    margin-left: 0%; }
  .o-ix {
    margin-left: 0%; }
  .o-x {
    margin-left: 0%; }
  .o-xi {
    margin-left: 0%; }
  .o-xii {
    margin-left: 0%; }
  /* Clear Pushes */
  .p-i {
    margin-right: 0%; }
  .p-ii {
    margin-right: 0%; }
  .p-iii {
    margin-right: 0%; }
  .p-iv {
    margin-right: 0%; }
  .p-v {
    margin-right: 0%; }
  .p-vi {
    margin-right: 0%; }
  .p-vii {
    margin-right: 0%; }
  .p-viii {
    margin-right: 0%; }
  .p-ix {
    margin-right: 0%; }
  .p-x {
    margin-right: 0%; }
  .p-xi {
    margin-right: 0%; }
  .p-xii {
    margin-right: 0%; }
  .full,
  .half,
  .third,
  .ii-third,
  .fifth,
  .quart {
    width: 100%; }
  .mob-half {
    width: 50%; }
  .mob-third {
    width: 33.333%; }
  .mob-ii-third {
    width: 66.666%; }
  .mob-quart {
    width: 25%; }
  .mob-iii-quart {
    width: 75%; }
  .mob-half-centered {
    width: 50%;
    margin-left: 25%; }
  .mob-third-centered {
    width: 33.333%;
    margin-left: 33.333%; }
  .mob-ii-third-centered {
    width: 66.666%;
    margin-left: 16.65%; }
  .mob-quart-centered {
    width: 25%;
    margin-left: 37.5%; }
  .mob-iii-quart-centered {
    width: 75%;
    margin-left: 12.5%; }
   .mob-half-brochure {
    width: 50%; 
    float: left; 
     margin-left: 25%;}
  .content {
    margin: 0 5px; }
  .col {
    margin-bottom: 10px; }
  .no-margin {
   margin-bottom: 10px; }
  .section {
    padding: 30px 0; } }

.slider-wrap {
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
  float: left;
  min-height: 150px;
  margin: 0 auto;
  cursor: -webkit-grab; }
  .slider-wrap :active {
    cursor: -webkit-grabbing; }
  .slider-wrap .slider {
    width: 500%;
    height: 100%;
    position: relative;
    left: 0; }
    .slider-wrap .slider li {
      position: relative;
      float: left;
      overflow: hidden;
      height: 100%;
      background-size: cover;
      background-position: center; }
      .slider-wrap .slider li img {
        width: 100%;
        display: block; }
  .slider-wrap .slider-nav {
    position: absolute;
    width: 5%;
    height: 100%;
    z-index: 1;
    transition: 500ms all;
    cursor: pointer; }
    .slider-wrap .slider-nav:hover {
      width: 6%; }
    .slider-wrap .slider-nav:before, .slider-wrap .slider-nav:after {
      content: '';
      position: absolute;
      width: 50%;
      height: 4px;
      background-color: #fff;
      top: 50%;
      left: 50%;
      margin-top: -2px;
      transform: rotate(45deg) translateX(-1px);
      transform-origin: 0 50%; }
    .slider-wrap .slider-nav:after {
      transform: rotate(-45deg) translateX(-1px); }
    .slider-wrap .slider-nav.slider-nav-left {
      left: 0; }
    .slider-wrap .slider-nav.slider-nav-right {
      right: 0; }
      .slider-wrap .slider-nav.slider-nav-right:before, .slider-wrap .slider-nav.slider-nav-right:after {
        left: auto;
        right: 50%;
        transform: rotate(45deg) translateX(1px);
        transform-origin: 100% 50%; }
      .slider-wrap .slider-nav.slider-nav-right:after {
        transform: rotate(-45deg) translateX(1px); }
  .slider-wrap .dots-wrap {
    position: absolute;
    width: auto;
    bottom: 10px;
    left: 50%;
    cursor: pointer; }
    .slider-wrap .dots-wrap .dot {
      width: 12px;
      height: 12px;
      background-color: #fff;
      float: left;
      border-radius: 100%;
      margin: 0 5px;
      transition: 400ms all; }
      .slider-wrap .dots-wrap .dot:hover {
        background-color: #a5a4a4; }
      .slider-wrap .dots-wrap .dot.active {
        background-color: #8b8b8b; }

/* VARIABLES //////////////////////////////////*/
/* TYPOGRAPHY //////////////////////////////////*/
html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

p, h1, h2, h3, a {
  font-family:  proxima-nova, sans-serif;
  margin: 0;
  padding: 0; }

body {
  background-color: #373737;
  font-family:  proxima-nova, sans-serif;
  color: #272727;
  line-height: 1.3;
  padding-top: 70px; }
  @media only screen and (max-width: 768px) {
    body {
      padding-top: 60px; } }

p, a {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 16px; }

h1 {
  font-size: 65px;
  margin: 24px 0 0px; 
  color: #2d3e4b; }

h2 {
  font-size: 40px;
  margin: 0px 0 5px; 
  font-weight: 700;
  color: #2d3e4b;  }

h3 {
  font-size: 25px;
  margin: 10px 0 0px;
  font-weight: 700;}

  h4 {
  font-size: 20px;
  margin: 10px 0 0px;
  font-weight: 700;}


a {
  text-decoration: none;
  color: inherit;
  color: expression(this.parentNode.currentStyle['color']); }
.text-orange { 
color: #ed6d57 }


ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px; 
  font-size: 17px; }

li {
  margin-bottom: 5px;
}

p.no-space, a.no-space, h1.no-space, h2.no-space, h3.no-space, a.no-space {
  margin-bottom: 0; }

p.color-1, a.color-1, h1.color-1, h2.color-1, h3.color-1, a.color-1 {
  color: #2eb983; }

p.color-2, a.color-2, h1.color-2, h2.color-2, h3.color-2, a.color-2 {
  color: #373737; }

p.reverse, a.reverse, h1.reverse, h2.reverse, h3.reverse, a.reverse {
  color: #fff; }


  .logo-circle {
      width: 100px;
      height: 100px;
      background: #ed6d57;
      line-height: 100px;
      border-radius: 100px;
      text-align: center;
      color: #fff;
    }
  

@media only screen and (max-width: 568px) {
  p {
    font-size: 15px;
    line-height: 1.5; }
  h1 {
    font-size: 60px;
    margin: 24px 0; }
  h2 {
    font-size: 30px;
    margin: 20px 0; }
  h3 {
    font-size: 24px;
    margin: 25px 0 20px; } }

/* BULLETS //////////////////////////////////*/
.bullets {
  height: 10px; }
  .bullets li {
    padding-left: .7em;
    text-indent: -.9em;
    font-size: 15px; }
    .bullets li:before {
      content: "• ";
      font-size: 15px;
      color: #2eb983;
      position: relative;
      top: 3px; }

/* ADDITIONS //////////////////////////////////*/
.reverse {
  color: #fff; }

.centered {
  text-align: center; }

.right_align {
  text-align: right; }

.bold {
  font-weight: 900; }

.background_1 {
   background-color: #ed6d57; }

.background_2 {
   background-color: #2d3e4b;}

.background_rev {
  background-color: #fff !important; }

/* TOP BAR //////////////////////////////////*/
#topbar {
  width: 100%;
  height: 150px;
  background-color: #2d3e4b;
  z-index: 12;
  position: fixed;
  margin-top: -70px; }
  @media only screen and (max-width: 768px) {
    #topbar {
      position: fixed;
      margin-top: -60px; } }
  @media only screen and (max-width: 768px) {
    #topbar {
      height: 60px; } }
  #topbar .content {
    width: 100% !important; }

#topbar_bg {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: -1; }

#topbar .grid, #topbar .col, #topbar .content {
  height: 100%;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    #topbar .grid, #topbar .col, #topbar .content {
      height: 60px;
      width: 100%; } }

#logo {
  position: absolute;
  width: 100%; }
  #logo img {
    position: relative;
    display: block;
    height: 100%;
    float: left; }
  #logo a h2 {
    position: relative;
    padding-left: 5px;
    line-height: 1;
    top: 50%;
    margin-top: -11px;
    float: left;
    cursor: pointer;
    font-size: 22px; }
    #logo a h2.shrink {
      top: 50%; }

/* NAVIGATION //////////////////////////////////*/
nav {
  position: absolute;
  height: 100%;
  margin-right: 20px;
  right: 0; }
  nav > .main_nav {
    height: 100% !important;
    position: relative;
    padding: 0;
    right: 0;
    height: auto;
    width: auto;
    list-style: none;
    display: inline-block !important; }
    nav > .main_nav > li {
      position: relative;
      height: 100%;
      line-height: 1;
      margin-top: -3px;
      cursor: pointer;
      padding: 0 10px;
      font-size: 15px;
      font-weight: 700;
      float: left;
      display: inline-block !important;
      margin-bottom: 0; }
      nav > .main_nav > li:hover {
        background-color: #ed6d57;
        border-bottom: solid 3px transparent; }
      nav > .main_nav > li > a {
        position: relative;
        top: 50%;
        margin-top: -4.5px;
        display: block;
        color: #d2d3d5; }
    nav > .main_nav .active {
      color: #ed6d57;
      border-bottom: solid 3px #ed6d57; }
      nav > .main_nav .active a {
      color: #ed6d57;
    }
      nav > .main_nav .active:hover {
        background-color: #ed6d57;
        border-bottom: solid 3px #ffffff; }
        nav > .main_nav .active:hover a {
      color: #ffffff;
    }
    nav > .main_nav .sub_nav {
      display: none;
      top: 150px;
      z-index: 100;
      position: absolute;
      left: 0; 
     width: 210px;}
      nav > .main_nav .sub_nav li {
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -ms-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
        position: relative;
        display: list-item;
        color: #fff;
        float: none;
        width: 100%;
        margin-bottom: -1px; }
        nav > .main_nav .sub_nav li a {
          color: #ffffff;
          display: list-item;
          background-color: #2d3e4b;
          width: 100%;
          margin-bottom: 0;
          padding: 11px 22px 11px 11px; }
          nav > .main_nav .sub_nav li a:hover {
            background-color: #ed6d58; }

.menu_toggle {
  display: none; }

nav, nav .main_nav, nav .main_nav a, nav .main_nav a li, .menu_toggle {
  z-index: 4; }

@media only screen and (max-width: 768px) {
  #topbar_bg {
    z-index: 0; }
  #logo {
    z-index: 101; }
  .menu_toggle {
    z-index: 102; }
  #topbar.clicked {
    position: relative; }
  nav, nav .main_nav, nav .main_nav a, nav .main_nav li a {
    z-index: -100; }
  .sub_nav, .sub_nav li, .sub_nav li a {
    z-index: 1; }
  .menu_toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
    margin-right: 20px; }
    .menu_toggle .line {
      -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);
      -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1);
      -o-transition: all 500ms cubic-bezier(1, 0, 0, 1);
      transition: all 500ms cubic-bezier(1, 0, 0, 1);
      background-color: #fff;
      position: absolute;
      width: 100%;
      height: 10%; }
    .menu_toggle .line_1 {
      top: 0; }
      .menu_toggle .line_1.clicked {
        top: 20%; }
    .menu_toggle .line_2 {
      margin-top: -5%;
      top: 50%; }
      .menu_toggle .line_2.clicked {
        top: 30%; }
    .menu_toggle .line_3 {
      bottom: 0; }
  nav {
    line-height: 1.4;
    position: absolute;
    margin-right: 0;
    top: 0;
    height: auto !important;
    width: 100%; }
    nav .main_nav {
      overflow: hidden;
      position: absolute;
      top: -1000px;
      -webkit-transition: top 500ms;
      -moz-transition: top 500ms;
      -o-transition: top 500ms;
      transition: top 500ms;
      z-index: -4;
      height: auto !important;
      width: 100%;
      background-image: linear-gradient(to right, #323652, #24273c);
      margin-right: 0; }
      nav .main_nav li {
        margin: 0;
        display: list-item !important;
        position: relative;
        cursor: pointer;
        float: none;
        padding: 0;
        height: auto !important; }
        nav .main_nav li:hover {
          background-color: transparent;
          border: none;
          color: #fff !important; }
        nav .main_nav li a {
          color: #fff;
          height: 100%;
          display: block;
          padding: 15px; }
      nav .main_nav.clicked {
        top: 60px; }
      nav .main_nav .active {
        border: 0; }
        nav .main_nav .active:hover {
          background-color: transparent;
          border: 0; }
      nav .main_nav .sub_nav {
        display: block;
        height: auto;
        top: 0;
        position: relative;
        width: 100%;
        padding-top: 0;
        margin: 0; }
        nav .main_nav .sub_nav li {
          top: 0; }
          nav .main_nav .sub_nav li a {
            color: #fff;
            text-align: left;
            padding-left: 30px !important;
            background-color: #ed6d57; }
            nav .main_nav .sub_nav li a:hover {
              background-color: #ed6d57; } }

/* IMAGES //////////////////////////////////*/

.section img {
  width: 100%;
  display: block; }

a img {
  outline: none;
  border: 0; }

.img-w-caption {
  overflow: hidden !important; }
  .img-w-caption .caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 500ms all; }
    .img-w-caption .caption * {
      margin: 0;
      color: #fff; }
  .img-w-caption:hover .caption {
    opacity: 1; }

/* BUTTONS //////////////////////////////////*/
.button {
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 2.2em;
  text-align: center;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #2eb983;
  background-color: #2eb983;
  cursor: pointer; }
  .button:hover {
    color: #2eb983;
    background-color: transparent; }

.rounded {
  border-radius: 5px; }

.fade {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.light-box-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  transition: 500ms all;
  opacity: 0; }
  .light-box-wrap.show {
    visibility: visible;
    opacity: 1; }
    .light-box-wrap.show .light-box {
      transform: scale(1); }
  .light-box-wrap .light-box {
    background-color: #fff;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    border: 2px solid #fff;
    transition: 500ms all;
    transform: scale(0); }
  .light-box-wrap .caption {
    position: relative;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 25px;
    background-color: rgba(255, 255, 255, 0.6); }
    .light-box-wrap .caption * {
      max-width: 400px;
      margin: 0; }
  .light-box-wrap .cross {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .light-box-wrap .cross .line {
      position: absolute;
      width: 100%;
      height: 5px;
      background-color: #fff;
      transform: rotate(45deg); }
      .light-box-wrap .cross .line:nth-child(2) {
        transform: rotate(-45deg); }
  .light-box-wrap img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto; }

.use-lightbox {
  cursor: pointer; }

/* AREAS TABLE //////////////////////////////////*/
.area-table {
  width: 100%;
  border-collapse: collapse; }
  .area-table tr {
    border-top: 1px solid #efefef; }
    .area-table tr.area-table-heading {
      border-top: 0;
      border-bottom: 1px solid #f0f7fc;
      background-image: linear-gradient(to right, #323652, #24273c); !important;
      font-weight: 900; }
    .area-table tr.area-table-total {
      border-top: 0px solid #373737;
      background-color: #fff;
      font-weight: 900; }
    .area-table tr td {
      box-sizing: border-box;
      padding: 5px; 
      font-size: 15px; }
      .area-table tr td:nth-child(2), .area-table tr td:nth-child(3) {
        text-align: right; }

/* FOOTER //////////////////////////////////*/

#footer img {
  margin-bottom: 15px; }

#footer p, #footer a {
  display: block;
  font-size: 14px; }
