/* IE6-9 */
/* FONTS
 ========================================================================== */
@font-face {
  font-family: "i";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/i.woff") format('woff'), url("../fonts/i.woff2") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/opensans.woff") format('woff'), url("../fonts/opensans.woff2") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "fontello";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/fontello.woff") format('woff'), url("../fonts/fontello.woff2") format('woff2');
  font-display: swap;
}
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media (max-width: 1100px) {
  html {
    overflow-x: hidden;
    width: 100vw;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  position: relative;
  height: auto;
  min-height: 100vh;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  color: #fff;
  background: #ed4a42;
}
body ::selection {
  color: #fff;
  background: #ed4a42;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  padding: 0 10px;
  outline: 0 none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 10px;
  color: #222;
  border: 1px solid #e1e1e1;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  opacity: 1;
  color: #4c4c4c;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  opacity: 1;
  color: #4c4c4c;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  opacity: 1;
  color: #4c4c4c;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: transparent !important;
  outline-color: #ed4a42 !important;
  box-shadow: 0 0 3px #ed4a42 !important;
}
textarea {
  height: 120px;
  padding-top: 10px;
  resize: none;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #ed4a42;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1100px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    border-left: 1px solid #ccc;
    background-color: #eaeaea;
  }
  ::-webkit-scrollbar-thumb {
    background: #eb342b;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #e62016;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.justify_around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000000;
  color: white;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}
.row {
  position: relative;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .row {
    width: 100%;
    max-width: 94%;
  }
}
#content {
  padding: 40px 0;
}
@media (max-width: 1240px) {
  #content {
    padding: 20px 0;
  }
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg_center {
  background-position: center center;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.bg_center_height {
  background-position: center center;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.no_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn, .login-container #lwa_wp-submit, .login-container .lwa-button-remember {
  font-size: 14px;
  line-height: 1;
  position: relative;
  font-weight: 900;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 11px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  outline: 0;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 20px;
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .btn, .login-container #lwa_wp-submit, .login-container .lwa-button-remember {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover, .login-container #lwa_wp-submit:hover, .login-container .lwa-button-remember:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
}
@media (max-width: 1400px) {
  .wysiwyg h2 {
    padding-bottom: 20px;
  }
}
.wysiwyg p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  padding-bottom: 20px;
  word-break: break-word;
}
@media (max-width: 1400px) {
  .wysiwyg p {
    padding-bottom: 15px;
  }
}
.wysiwyg ul {
  padding-bottom: 25px;
}
@media (max-width: 1400px) {
  .wysiwyg ul {
    padding-bottom: 15px;
  }
}
.wysiwyg ul li {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.wysiwyg ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  background: #ed4a42;
  border-radius: 50%;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 14px/1 'Open Sans', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s_link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s_link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s_link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s_link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s_link a.i-c-bk:hover {
  background: #3b5993;
}
.s_link a.i-c-tr:hover {
  background: #55acee;
}
.s_link a.i-c-ism:hover {
  background: #181818;
}
.s_link a.i-c-ln:hover {
  background: #0177b5;
}
.s_link a.i-c-gp:hover {
  background: #d94733;
}
.s_link a.i-c-pr:hover {
  background: #bd1e23;
}
.s_link a.i-c-yb:hover {
  background: #f80000;
}
/* ==========================================================================
 index_style
 ========================================================================== */
.index_style .post_item {
  margin-bottom: 20px;
}
.index_style .post_title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index_style .post_title:hover {
  color: #2e2e2e;
}
.index_style .post_thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index_style .post_thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #ed4a42;
  background: #ed4a42;
}
.page_container {
  text-align: center;
  width: 100%;
}
.page_title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 1400px) {
  .page_title {
    font-size: 17px;
  }
}
.skew_block {
  width: 220px;
  height: 100vh;
  display: inline-block;
  background: rgba(0, 0, 0, .4);
  margin: 0 1px 0 0;
  -webkit-transform: translateZ(0) skew(-5deg);
  -moz-transform: translateZ(0) skew(-5deg);
  -ms-transform: translateZ(0) skew(-5deg);
  transform: translateZ(0) skew(-5deg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  will-change: transform;
  z-index: 100;
  position: relative;
}
@media (max-width: 1400px) {
  .skew_block {
    width: 160px;
  }
}
@media (max-width: 1100px) {
  .skew_block {
    width: 100%;
    -webkit-transform: translateZ(0) skew(0);
    -moz-transform: translateZ(0) skew(0);
    -ms-transform: translateZ(0) skew(0);
    transform: translateZ(0) skew(0);
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.skew_block .inner {
  will-change: transform;
  -webkit-transform: translateZ(0) skew(5deg);
  -moz-transform: translateZ(0) skew(5deg);
  -ms-transform: translateZ(0) skew(5deg);
  transform: translateZ(0) skew(5deg);
  width: 100%;
  height: 100%;
}
@media (max-width: 1100px) {
  .skew_block .inner {
    -webkit-transform: translateZ(0) skew(0);
    -moz-transform: translateZ(0) skew(0);
    -ms-transform: translateZ(0) skew(0);
    transform: translateZ(0) skew(0);
  }
}
.skew_container {
  min-height: 100vh;
  display: inline-block;
  background: rgba(0, 0, 0, .4);
  margin: 0 0 0 1px;
  -webkit-transform: translateZ(0) skew(-5deg);
  -moz-transform: translateZ(0) skew(-5deg);
  -ms-transform: translateZ(0) skew(-5deg);
  transform: translateZ(0) skew(-5deg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  will-change: transform;
  z-index: 100;
  position: relative;
  vertical-align: top;
}
@media (max-width: 1100px) {
  .skew_container {
    -webkit-transform: translateZ(0) skew(0);
    -moz-transform: translateZ(0) skew(0);
    -ms-transform: translateZ(0) skew(0);
    transform: translateZ(0) skew(0);
    height: auto;
  }
}
.skew_container .inner {
  will-change: transform;
  -webkit-transform: translateZ(0) skew(5deg);
  -moz-transform: translateZ(0) skew(5deg);
  -ms-transform: translateZ(0) skew(5deg);
  transform: translateZ(0) skew(5deg);
  width: 100%;
  height: 100%;
}
@media (max-width: 1100px) {
  .skew_container .inner {
    -webkit-transform: translateZ(0) skew(0);
    -moz-transform: translateZ(0) skew(0);
    -ms-transform: translateZ(0) skew(0);
    transform: translateZ(0) skew(0);
  }
}
.full_width_wrap {
  width: calc(100% - 415px);
  text-align: left;
  padding-right: 50px;
  margin-right: -50px;
  background: #202020;
}
@media (max-width: 1400px) {
  .full_width_wrap {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1100px) {
  .full_width_wrap {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px !important;
  }
}
.tpl--contact .skew_container {
  overflow: hidden;
}
.tpl--live .skew_container {
  overflow: hidden;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
.day_background {
  position: fixed;
  width: auto;
  height: 100%;
  max-width: unset;
  left: 16%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flip {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 0;
  background-position: top center;
  opacity: 0.6;
}
.night_background {
  z-index: -10;
  display: none;
}
.bg_scroll_left {
  position: absolute;
  z-index: 20;
  width: 100px;
  height: 100vh;
  left: 0;
  top: 0;
  animation: bounceLeft 2s infinite;
  z-index: 1000;
}
@media (max-width: 1100px) {
  .bg_scroll_left {
    /*display: none;*/
  }
}
.bg_scroll_right {
  top: 15vh;
  animation: bounceRight 2s infinite;
  bottom: 0;
  position: absolute;
  z-index: 20;
  right: 0;
  width: 100px;
  height: 70vh;
  z-index: 1000;
}
@media (max-width: 1100px) {
  .bg_scroll_right {
    /*display: none;*/
  }
}
.bg_scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  width: 40px;
  cursor: pointer;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  background: rgba(0, 0, 0, .6);
  border-radius: 50%;
}
.bg_scroll span:before {
  line-height: 40px;
}
.bg_scroll_left_active .day_background {
  left: unset;
}
.bg_scroll_left_active .bg_scroll_left span {
  opacity: 0;
}
.bg_scroll_right_active .day_background {
  left: unset;
}
.bg_scroll_right_active .bg_scroll_right span {
  opacity: 0;
}
/*.night_active{
 .bg_scroll{
 display:none;
 }
 }*/
@keyframes left_scroll {
  to {
    left: 0;
    transform: translateX(0%);
  }
}
@keyframes right_scroll {
  to {
    left: 100%;
    transform: translateX(-100%);
  }
}
@keyframes bounceLeft {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
/* /left bounce */
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
/* /right bounce */
.home_link {
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  cursor: default;
  z-index: 10;
}
@media (max-width: 1100px) {
  .home_link {
    display: none;
  }
}
body {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
  background-color: #000;
}
body.home {
    overflow: hidden;
}
@media (max-width: 1100px) {
  body {
    overflow-y: scroll;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
  }
}
body:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 140px;
  opacity: 0.6;
  background: #000;
  background: -moz-linear-gradient(top, #000 0%, transparent 100%);
  background: -webkit-linear-gradient(top, #000 0%, transparent 100%);
  background: linear-gradient(to bottom, #000 0%, transparent 100%);
  z-index: 1;
}
body:after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 140px;
  opacity: 0.6;
  background: #000;
  background: -moz-linear-gradient(top, transparent 0%, #000 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
}
@media (max-width: 1100px) {
  header {
    height: 90px;
  }
}
#logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  padding: 30px;
}
@media (max-width: 1100px) {
  #logo {
    padding: 10px;
    max-width: 200px;
  }
}
.am-pm-checker {
  width: 94px;
  height: 30px;
  margin-right: 80px;
  border-radius: 13px;
  border: 2px solid #fff;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 40px;
  right: 30px;
}
@media (max-width: 1100px) {
  .am-pm-checker {
    top: 20px;
    margin-right: 50px;
    right: 0;
  }
}
.am-pm-checker span {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 26px;
  font-size: 11px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.am-pm-checker:before {
  position: absolute;
  top: 1.5px;
  left: 3px;
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.am-pm-checker .am {
  padding-left: 30px;
  right: 0;
}
.am-pm-checker .pm {
  left: -200px;
  padding-left: 10px;
  position: absolute;
  opacity: 0;
}
.night_active .day_background {
  opacity: 0;
}
.night_active .night_background {
  opacity: 1 !important;
  display: block;
}
.night_active .am-pm-checker:before {
  left: 64px;
}
.night_active .am-pm-checker .pm {
  left: 0;
  opacity: 1;
}
.night_active .am-pm-checker .am {
  right: -100px;
  opacity: 0;
}
/* ==========================================================================
 hamburger
 ========================================================================== */
.burger {
  font-size: 0;
  position: absolute;
  z-index: 1001;
  top: 45px;
  right: 45px;
  text-align: left;
}
@media (max-width: 1100px) {
  .burger {
    top: 26px;
    right: 10px;
  }
}
.burger .burger-icon {
  display: inline-block;
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  user-select: none;
}
.burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
}
.burger .burger-icon::before, .burger .burger-icon::after {
  position: absolute;
  content: "";
}
.burger .burger-icon::before {
  top: -7px;
}
.burger .burger-icon::after {
  top: 7px;
}
.burger.is-active .burger-icon {
  background-color: transparent;
}
.burger.is-active .burger-icon::before {
  transform: translateY(7px) rotate(45deg);
}
.burger.is-active .burger-icon::after {
  transform: translateY(-7px) rotate(-45deg);
}
.burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
  background: #fff;
}
.mobile_menu_container {
  font-size: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100vh;
  padding: 5px;
  background: #2e2e2e;
  will-change: transform, opacity;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.mobile_menu_container nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 768px) {
  .mobile_menu_container nav {
    padding-top: 40px;
  }
}
.mobile_menu_container li {
  position: relative;
}
.mobile_menu_container a {
  z-index: 10;
  display: block;
}
.mobile_menu_container a:hover {
  text-decoration: none;
}
.mobile_menu_container .level_a > li {
  display: inline-block;
  margin: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile_menu_container .level_a > li:before {
  text-align: center;
  height: 70px;
  width: 100%;
  font-size: 40px;
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .mobile_menu_container .level_a > li:before {
    height: 30px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .mobile_menu_container .level_a > li {
    margin: 10px;
    width: 100%;
  }
}
.mobile_menu_container .level_a > li > a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 70px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .mobile_menu_container .level_a > li > a {
    padding-top: 40px;
  }
}
.mobile_menu_container .level_a > li:hover:before {
  color: #ed4a42;
}
.mobile_menu_active .burger span {
  position: relative;
  z-index: 101;
}
.mobile_menu_active .mobile_menu_container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* ==========================================================================
 load_screen
 ========================================================================== */
.loader-lines {
  width: 37px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100000;
}
.loader-lines div {
  width: 2px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.loader-lines .line-a {
  animation: load1 0.7s infinite ease-in;
}
.loader-lines .line-b {
  animation: load2 0.7s infinite ease-in;
}
.loader-lines .line-c {
  animation: load3 0.7s infinite ease-in;
}
.loader-lines .line-d {
  animation: load4 0.7s infinite ease-in;
}
.loader-lines .line-e {
  animation: load5 0.7s infinite ease-in;
}
.start_typing .line-a, .start_typing .line-b, .start_typing .line-c, .start_typing .line-d, .start_typing .line-e {
  opacity: 0;
}
@keyframes load1 {
  0%, 20%, 60%, 80%, 100% {
    height: 20px;
  }
  40% {
    height: 60px;
  }
}
@keyframes load2 {
  0%, 20%, 80%, 100% {
    height: 40px;
  }
  40% {
    height: 60px;
  }
}
@keyframes load3 {
  0%, 20%, 40%, 80%, 100% {
    height: 60px;
  }
  60% {
    height: 60px;
  }
}
@keyframes load4 {
  0%, 20%, 40%, 60%, 100% {
    height: 40px;
  }
  80% {
    height: 50px;
  }
}
@keyframes load5 {
  0%, 20%, 40%, 60%, 100% {
    height: 20px;
  }
  80% {
    height: 60px;
  }
}
.load_screen {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}
.load_screen:before {
  position: absolute;
  top: 0;
  left: -10%;
  content: "";
  width: calc(60% + 1px);
  height: 100vh;
  background: rgba(0, 0, 0, .9);
  -webkit-transform: translateZ(0) translateX(0) skew(-5deg);
  -moz-transform: translateZ(0) translateX(0) skew(-5deg);
  -ms-transform: translateZ(0) translateX(0) skew(-5deg);
  transform: translateZ(0) translateX(0) skew(-5deg);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.load_screen:after {
  position: absolute;
  top: 0;
  right: -10%;
  content: "";
  width: 60%;
  height: 100vh;
  background: rgba(0, 0, 0, .9);
  -webkit-transform: translateZ(0) translateX(0) skew(-5deg);
  -moz-transform: translateZ(0) translateX(0) skew(-5deg);
  -ms-transform: translateZ(0) translateX(0) skew(-5deg);
  transform: translateZ(0) translateX(0) skew(-5deg);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.typed_container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10011;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.typed_container .typed_a {
  text-align: center;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  top: -19px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.typed_container .typed-cursor {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.typed_container .typed-cursor span {
  height: 60px;
  display: block;
  width: 2px;
  background: #fff;
  top: 3px;
  left: 1px;
  position: relative;
}
.typed_container .trim_arrows {
  background: #ed4a42;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 60px auto 0;
  top: 100px;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.typed_container .trim_arrows:before {
  color: #ed4a42;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  left: -26px;
  position: absolute;
  top: 5px;
  font-size: 13px;
}
.typed_container .trim_arrows:after {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  font-size: 13px;
  top: 5px;
  position: absolute;
  color: #ed4a42;
  right: -27px;
  content: "\6e";
  font-family: 'i' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
}
/* ==========================================================================
 start_screen
 ========================================================================== */
@media (max-width: 1100px) {
  .load_animations {
    display: none;
  }
}
.start_screen {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 50%;
  z-index: 100;
}
@media (max-width: 1100px) {
  .start_screen {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .start_screen {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}
.start_screen .block {
  width: 160px;
  height: 100vh;
  display: inline-block;
  background: rgba(0, 0, 0, .8);
  margin: 0 0.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: skew(-5deg) translateY(-100%) translateZ(0);
  -moz-transform: skew(-5deg) translateY(-100%) translateZ(0);
  -ms-transform: skew(-5deg) translateY(-100%) translateZ(0);
  transform: skew(-5deg) translateY(-100%) translateZ(0);
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  animation-fill-mode: forwards;
}
@media (max-width: 640px) {
  .start_screen .block {
    -webkit-transform: skew(-5deg) translateY(0) translateZ(0);
    -moz-transform: skew(-5deg) translateY(0) translateZ(0);
    -ms-transform: skew(-5deg) translateY(0) translateZ(0);
    transform: skew(-5deg) translateY(0) translateZ(0);
    width: 110%;
    margin: 5px 0 5px -5%;
    height: 90px;
  }
}
.start_screen .block .bg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 200%;
  position: absolute;
  height: 100%;
  z-index: -1;
  left: -50%;
  top: 0;
  opacity: 0;
  -webkit-transform: skew(5deg) translateZ(0);
  -moz-transform: skew(5deg) translateZ(0);
  -ms-transform: skew(5deg) translateZ(0);
  transform: skew(5deg) translateZ(0);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 640px) {
  .start_screen .block .bg {
    display: none;
  }
}
.start_screen .block .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.start_screen .block .inner .box {
  -webkit-transform: skew(5deg);
  -moz-transform: skew(5deg);
  -ms-transform: skew(5deg);
  transform: skew(5deg);
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.start_screen .block .icon {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto;
  left: -10px;
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  .start_screen .block .icon {
    height: 40px;
    width: 40px;
  }
}
.start_screen .block .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
}
@media (max-width: 640px) {
  .start_screen .block .icon:before {
    font-size: 32px;
  }
}
.start_screen .block:hover {
  width: 300px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 640px) {
  .start_screen .block:hover {
    width: 110%;
  }
}
.start_screen .block:hover .bg {
  opacity: 1;
}
.start_screen .block:hover .icon {
  color: #ed4a42;
}
@keyframes show_menu_blocks_animation {
  0% {
    -webkit-transform: skew(-5deg) translateY(-100%) translateZ(0);
    -moz-transform: skew(-5deg) translateY(-100%) translateZ(0);
    -ms-transform: skew(-5deg) translateY(-100%) translateZ(0);
    transform: skew(-5deg) translateY(-100%) translateZ(0);
  }
  100% {
    -webkit-transform: skew(-5deg) translateY(0) translateZ(0);
    -moz-transform: skew(-5deg) translateY(0) translateZ(0);
    -ms-transform: skew(-5deg) translateY(0) translateZ(0);
    transform: skew(-5deg) translateY(0) translateZ(0);
  }
}
/* ==========================================================================
 start animation
 ========================================================================== */
.show_trim_arrows .trim_arrows {
  margin: 0 auto 0;
  opacity: 1;
}
.show_trim_arrows .typed_a {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  opacity: 0;
}
.show_trim_arrows .typed-cursor.typed-cursor--blink {
  opacity: 0 !important;
}
.trim_background .load_screen:before, .trim_background .typed_container .trim_arrows:before {
  -webkit-transform: translateZ(0) translateX(-100vw) skew(-5deg);
  -moz-transform: translateZ(0) translateX(-100vw) skew(-5deg);
  -ms-transform: translateZ(0) translateX(-100vw) skew(-5deg);
  transform: translateZ(0) translateX(-100vw) skew(-5deg);
}
.trim_background .load_screen:after, .trim_background .typed_container .trim_arrows:after {
  -webkit-transform: translateZ(0) translateX(100vw) skew(-5deg);
  -moz-transform: translateZ(0) translateX(100vw) skew(-5deg);
  -ms-transform: translateZ(0) translateX(100vw) skew(-5deg);
  transform: translateZ(0) translateX(100vw) skew(-5deg);
}
.trim_background .typed_container .trim_arrows {
  opacity: 0;
}
.trim_background .day_background {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.home .am-pm-checker, .home .burger, .home .investors_btn, .home .pedestrian_foot_counter {
  opacity: 0;
}
.home .day_background {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 1100px) {
  .home .day_background {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    height: 100vh;
    overflow: hidden;
  }
}
.show_menu_blocks .load_animations {
  display: none;
}
.show_menu_blocks .am-pm-checker, .show_menu_blocks .burger, .show_menu_blocks .investors_btn, .show_menu_blocks .pedestrian_foot_counter {
  opacity: 1;
}
.show_menu_blocks .start_screen .block.market {
  animation-delay: 0.4s;
}
.show_menu_blocks .start_screen .block.live {
  animation-delay: 0.8s;
}
.show_menu_blocks .start_screen .block {
  animation: show_menu_blocks_animation 0.4s forwards ease-in-out;
}
@media (max-width: 640px) {
  .show_menu_blocks .start_screen .block {
    animation: none;
  }
}
/* ==========================================================================
 footer
 ========================================================================== */
.investors_btn {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  border: 2px solid #fff;
  position: absolute;
  right: 45px;
  bottom: 45px;
  display: inline-block;
  padding: 4px 14px 6px;
  color: #fff;
  border-radius: 13px;
  z-index: 1000;
  cursor: pointer;
}
.investors_btn:hover {
  text-decoration: none;
  background: #000;
  border-color: #000;
  color: #fff;
}
@media (max-width: 1100px) {
  .investors_btn {
    right: 10px;
    bottom: 10px;
    position: fixed;
  }
}
.pedestrian_foot_counter {
  position: absolute;
  bottom: 41px;
  right: 160px;
  font-size: 14px;
  font-weight: 700;
  z-index: 1000;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  display: inline-block;
  padding: 7px 20px 12px;
  border-radius: 30px;
  line-height: 1;
}
.pedestrian_foot_counter span {
  font-size: 21px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 2px;
}
@media (max-width: 1100px) {
  .pedestrian_foot_counter span {
    font-size: 15px;
    padding-left: 5px;
  }
}
@media (max-width: 1100px) {
  .pedestrian_foot_counter {
    bottom: 10px;
    padding: 7px 10px 12px;
    right: 110px;
    font-size: 11px;
    position: fixed;
  }
}
/* ==========================================================================
 contact
 ========================================================================== */
.contact_container {
  background: #202020;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 1100px) {
  .contact_container {
    max-width: 100%;
    padding: 40px 20px 60px;
  }
}
.contact_container .inner {
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.contact_container .thumbnail {
  width: 150%;
  left: -25%;
}
@media (max-width: 1100px) {
  .contact_container .thumbnail {
    width: 100%;
    left: 0;
    height: 320px;
  }
}
@media (max-width: 768px) {
  .contact_container .thumbnail {
    height: 280px;
  }
}
.contact_container .content {
  color: #fff;
  left: -3vh;
  position: relative;
  text-align: left;
  padding-top: 20px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 16px;
}
.contact_container .content h3 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}
.contact_container .content p {
  font-weight: 300;
  padding-bottom: 20px;
}
.contact_container .content hr {
  opacity: 0;
  margin-bottom: 30px;
}
/* ==========================================================================
 tenants_archive
 ========================================================================== */
.tenants_container {
  text-align: right;
  z-index: 10;
  position:relative;
}
@media (max-width: 1100px) {
  .tenants_container {
    text-align: left;
  }
}
.tenants_archive .tenants_wrap {
  text-align: left;
  width: calc(100% - 413px);
  padding-left: 50px;
  background: #202020 !important;
  margin-right: -50px;
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .tenants_archive .tenants_wrap {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1100px) {
  .tenants_archive .tenants_wrap {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px !important;
  }
}
.tenants_archive .tenants_wrap .inner {
  padding-top: 100px;
  font-size: 0;
}
@media (max-width: 1100px) {
  .tenants_archive .tenants_wrap .inner {
    padding-top: 20px;
  }
}
.tenants_archive .tenants_item {
  width: 31.332%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
  font-size: 14px;
  color: #999;
  font-weight: 300;
  margin-bottom: 20px;
  vertical-align: top;
  text-align: left;
}
.tenants_archive .tenants_item:hover {
  text-decoration: none;
}
.tenants_archive .tenants_item:hover .post_thumbnail:after {
  opacity: 1 !important;
}
.tenants_archive .tenants_item:hover .post_thumbnail .btn, .tenants_archive .tenants_item:hover .post_thumbnail .login-container #lwa_wp-submit, .login-container .tenants_archive .tenants_item:hover .post_thumbnail #lwa_wp-submit, .tenants_archive .tenants_item:hover .post_thumbnail .login-container .lwa-button-remember, .login-container .tenants_archive .tenants_item:hover .post_thumbnail .lwa-button-remember {
  opacity: 1;
}
@media (max-width: 768px) {
  .tenants_archive .tenants_item {
    width: 48%;
  }
}
@media (max-width: 540px) {
  .tenants_archive .tenants_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.tenants_archive .bottom_pusher {
  height: 120px;
  width: 100%;
  display: block;
}
@media (max-width: 1100px) {
  .tenants_archive .bottom_pusher {
    height: 20px;
  }
}
.tenants_archive .post_thumbnail {
  height: 180px;
  display: block;
  width: 100%;
  position: relative;
}
.tenants_archive .post_thumbnail .btn, .tenants_archive .post_thumbnail .login-container #lwa_wp-submit, .login-container .tenants_archive .post_thumbnail #lwa_wp-submit, .tenants_archive .post_thumbnail .login-container .lwa-button-remember, .login-container .tenants_archive .post_thumbnail .lwa-button-remember {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  border-color: #ed4a42;
}
.tenants_archive .post_thumbnail:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
.tenants_archive .post_content {
  border: 1px solid #343434;
  padding: 20px;
  min-height: 170px;
  text-align: left !important;
}
@media (max-width: 1100px) {
  .tenants_archive .post_content {
    padding: 15px;
  }
}
.tenants_archive .post_title {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
  float: left;
}
.tenants_archive .scroll_line {
  width: 100%;
  height: 90px;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.tenants_archive .scroll_line span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tenants_archive .scroll_line span:hover {
  color: #ed4a42;
}
@media (max-width: 1100px) {
  .tenants_archive .scroll_line {
    display: none;
  }
}
/* ==========================================================================
 single-tenants
 ========================================================================== */
.single-tenants .skew_container {
  background: #202020;
}
@media (max-width: 1100px) {
  .tenant_sigle_wrap {
    padding: 0 !important;
  }
}
.tenant_sigle_inner .top {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tenant_sigle_inner .top:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}
@media screen and (max-height: 800px) {
  .tenant_sigle_inner .top {
    height: 120px;
  }
}
.tenant_sigle_inner .top h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
}
.tenant_sigle_inner .bottom {
  padding: 60px;
}
@media screen and (max-height: 800px) {
  .tenant_sigle_inner .bottom {
    padding: 20px 60px;
  }
}
@media (max-width: 1100px) {
  .tenant_sigle_inner .bottom {
    padding: 40px 20px 80px !important;
  }
}
.tenant_sigle_inner .bottom * {
  color: #fff;
}
.tenant_sigle_inner .tab-list {
  font-size: 0;
  margin-bottom: 40px;
}
.tenant_sigle_inner .images img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
@media screen and (max-height: 800px) {
  .tenant_sigle_inner .tab-list {
    margin-bottom: 20px;
  }
}
.tenant_sigle_inner .tab-list li {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 45px;
}
.tenant_sigle_inner .tab-list li:hover, .tenant_sigle_inner .tab-list li.active {
  color: #ed4a41;
}
.tenant_sigle_inner .images {
  font-size: 0;
  margin-left: -1%;
}
.tenant_sigle_inner .images .item {
  height: 160px;
  width: 31.332%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.tenant_sigle_inner .images .item:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ed4a42;
  font-size: 30px;
  z-index: 10;
  text-decoration: none !important;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tenant_sigle_inner .images .item:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
@media (max-width: 1400px) {
  .tenant_sigle_inner .images .item {
    height: 140px;
  }
}
.tenant_sigle_inner .images .item:hover:before, .tenant_sigle_inner .images .item:hover:after {
  opacity: 1;
}
.tenant_sigle_inner .about_col .bottom_button {
  padding-top: 20px;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  .tenant_sigle_inner .about_col .bottom_button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.tenant_sigle_inner .floor_plan_image {
  height: 370px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: auto 95%;
  display: block;
  width: 100%;
  position: relative;
}
.tenant_sigle_inner .floor_plan_image:before {
  color: #000;
  font-size: 30px;
  right: 30px;
  top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.tenant_sigle_inner .floor_plan_image:hover:before {
  color: #ed4a42;
  text-decoration: none;
}
.tenant_sigle_inner .video_thumbnail {
  height: 370px;
  display: block;
  width: 100%;
  position: relative;
}
.tenant_sigle_inner .video_thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tenant_sigle_inner .video_thumbnail:hover {
  color: #ed4a42;
  border-color: #ed4a42 !important;
}
@media (max-width: 1400px) {
  .tenant_sigle_inner .col-8, .tenant_sigle_inner .col-4 {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .tenant_sigle_inner .col-8, .tenant_sigle_inner .col-4 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
/* ==========================================================================
 tpl--live
 ========================================================================== */
.tpl--live .inner iframe {
  height: 120vh;
  margin-top: -10vh;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
@media (max-width: 1100px) {
  .tpl--live .inner iframe {
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* ==========================================================================
 Investors
 ========================================================================== */
.tpl--login {
  overflow-x: hidden;
}
.login-container * {
  color: #fff;
}
.login-container h3 {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 20px;
}
.login-container .lwa-username-label, .login-container .lwa-password-label, .login-container .lwa-rememberme, .login-container .lwa-submit-links label {
  display: none;
}
.login-container .lwa-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.login-container .lwa-status {
  color: #000;
  margin-bottom: 20px;
}
.login-container input[type=text], .login-container input[type=password] {
  width: 100%;
  background-color: transparent;
  border: 1px solid #919191;
  color: #fff;
  font-size: 16px;
}
.login-container input[type=text]::-webkit-input-placeholder, .login-container input[type=password]::-webkit-input-placeholder {
  font-size: 16px;
  opacity: 1;
  color: #fff;
}
.login-container input[type=text]::-moz-placeholder, .login-container input[type=password]::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  opacity: 1;
  color: #fff;
}
.login-container input[type=text]:-ms-input-placeholder, .login-container input[type=password]:-ms-input-placeholder {
  font-size: 16px;
  opacity: 1;
  color: #fff;
}
.login-container .lwa-submit-button {
  width: 100%;
  margin-top: 20px;
}
.login-container #lwa_wp-submit, .login-container .lwa-button-remember {
  background: none !important;
}
.login-container #lwa_wp-submit:hover, .login-container .lwa-button-remember:hover {
  border-color: #ed4a42 !important;
}
.login-container .lwa-submit-links {
  display: block;
  width: 100%;
}
.login-container .lwa-remember-buttons {
  display: block;
  width: 100%;
}
.login-container .lwa-button-remember {
  margin-top: 10px;
}
.login-container .lwa-links-remember-cancel {
  display: block;
  margin-top: 10px;
}
.logged_in {
  text-align: right;
}
.logged_in .full_width_wrap .inner {
  text-align: left;
  padding: 43px 0 0 100px;
  color: #fff;
}
@media (max-width: 1100px) {
  .logged_in .full_width_wrap .inner {
    padding: 20px 0;
  }
}
.logged_in .investors_info {
  padding-bottom: 40px;
}
.logged_in .investors_info span {
  display: inline-block;
  padding: 0 5px;
}
.logged_in .investors_info a {
  color: #fff;
}
.logged_in .investors_info a:hover {
  color: #ed4a42;
}
.logged_in .scroll_container {
  width: 100%;
  height: 100%;
}
.logged_in .investors_files {
  padding-right: 40px;
  padding-bottom: 140px;
}
@media (max-width: 1100px) {
  .logged_in .investors_files {
    padding-bottom: 60px;
    padding-right: 0;
  }
}
.logged_in .investors_files .item {
  border: 1px solid #333;
  padding: 20px 10px 20px 35px;
  margin-bottom: 20px;
  color: #fff;
}
.logged_in .investors_files .item .icon_col {
  min-height: 60px;
  position: relative;
}
.logged_in .investors_files .item .icon_col:before {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -5px;
}
.logged_in .investors_files .item .title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}
.logged_in .investors_files .item .date {
  font-size: 13px;
  font-weight: 300;
}
.logged_in .investors_files .item:hover {
  border-color: #ed4a42;
  text-decoration: none;
}
/* ==========================================================================
 tpl--areas
 ========================================================================== */
.tpl--areas {
  background: #2e2e2e !important;
  position: relative;
}
.tpl--areas:before, .tpl--areas:after, .tpl--areas .mapplic-fullscreen-button {
  display: none !important;
}
.tpl--areas .day_background, .tpl--areas .am-pm-checker {
  display: none !important;
}
.tpl--areas .mapplic-element {
  height: 100vh !important;
}
.tpl--areas .legend{
  position: absolute;
  bottom:50%;
  right:0px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #000;
  border-right: none;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding: 20px;
}

.tpl--areas .legend .apparel{
  display: flex;
  align-items: center;
  
  
}
.tpl--areas .legend .apparel:before{
  content:"";
  height: 30px;
  width: 30px;
  display: block;
  margin-right: 10px;
  background-color: #ADDB2C;
}
.tpl--areas .legend .general{
  display: flex;
  align-items: center;
 
  
}
.tpl--areas .legend .general:before{
  content:"";
  height: 30px;
  width: 30px;
  margin-right: 10px;
  display: block;
  background-color: #F9684B;
}
.tpl--areas .legend .food{
  display: flex;
  align-items: center;
  
  
}
.tpl--areas .legend .food:before{
  content:"";
  height: 30px;
  width: 30px;
  margin-right: 10px;
  display: block;
  background-color: #7EE0CD;
}
.mapplic-container {
    height: 100vh!important;
    background: #3a3532!important;
}
.mapplic-tooltip {
	background: #f9f4ee!important;
	padding: 20px!important;
	border: 1px solid #c5b59e!important;
}
.mapplic-tooltip h4 { display: none; }
.mapplic-tooltip p {
	color: #202020!important;
	border-bottom: 1px solid #c5b59e!important;
	margin: 0!important;
	padding: 5px 0 5px!important;
}
.mapplic-tooltip p a {
	color: #202020;
  text-decoration: none;
}
.mapplic-tooltip p a:hover {
  text-decoration: underline;
}
.mapplic-control-zone {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    flex-direction: column;
    transition: top .2s, bottom .2s;
}
.mapplic-control-zone.mapplic-top-right {
	top: auto;
    right: 45px;
    bottom: 105px;
}
.mapplic-layer-switcher {
	flex-direction: row-reverse;
	border: 2px solid #ffffff;
	border-radius: 20px;
	overflow: hidden;
  display: flex;
}
.mapplic-layer-switcher>button {
    background-color: #000000;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    padding: 0 20px;
    min-height: 30px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: background .2s;
}
.mapplic-layer-switcher>button.mapplic-active {
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 0;
    color: #000000;
    transform: scale(1);
    z-index: 100;
}
.map-container { position: fixed; left: -999999vw; }
.map-container.active { position: relative; left: auto; }
.map-container .message { position: absolute; bottom: 41px; left: 20px; background: #ffffff; color: #000000; font-size: 14px; font-weight: 700; text-transform: uppercase; display: inline-flex; padding: 7px 20px 12px; border-radius: 30px; justify-content: center; align-items: center; }
.map-container .message img { height: 22px; margin-right: 10px; }
/* ==========================================================================
 tpl--drone
 ========================================================================== */
.tpl--drone .drone_link {
  width: 110%;
  margin-left: -5%;
  height: 100vh;
  display: block;
}
.tpl--drone .drone_link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  font-size: 60px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tpl--drone .drone_link:after {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  content: "";
  z-index: 5;
  background: rgba(0, 0, 0, .3);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tpl--drone .drone_link:hover:after {
  border-color: #ed4a42;
}
.tpl--drone .drone_link:hover:before {
  color: #ed4a42;
}
/* ==========================================================================
 **** skew_container_fix
 ========================================================================== */
@media (min-width: 1100px) {
  .skew_fix .skew_container {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
    -webkit-clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  }
  .skew_fix .skew_container .inner {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .skew_fix .skew_block {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
    -webkit-clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
    margin-right: -35px;
    min-width: 240px;
    width: auto !important;
  }
  .skew_fix .skew_block .inner {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .tpl--drone .skew_fix .skew_block {
    min-width: 285px;
  }
}
.desctop_hide {
  display: none;
}
@media (max-width: 1100px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}

.fancybox-button--arrow_left {
    padding: 20px 6px 20px 6px !important;
}
.fancybox-button--arrow_right {
    padding: 20px 6px 20px 6px !important;
}