@font-face {
  font-family: "AlbraLight";
  src: url("/fonts/AlbraLight.eot");
  src: url("/fonts/AlbraLight.eot") format("embedded-opentype"), url("/fonts/AlbraLight.woff2") format("woff2"), url("/fonts/AlbraLight.woff") format("woff"), url("/fonts/AlbraLight.ttf") format("truetype"), url("/fonts/AlbraLight.svg#AlbraLight") format("svg");
}
@font-face {
  font-family: "AlbraLightItalic";
  src: url("/fonts/AlbraLightItalic.eot");
  src: url("/fonts/AlbraLightItalic.eot") format("embedded-opentype"), url("/fonts/AlbraLightItalic.woff2") format("woff2"), url("/fonts/AlbraLightItalic.woff") format("woff"), url("/fonts/AlbraLightItalic.ttf") format("truetype"), url("/fonts/AlbraLightItalic.svg#AlbraLightItalic") format("svg");
}
@font-face {
  font-family: "AkkuratStdBold";
  src: url("/fonts/AkkuratStdBold.eot");
  src: url("/fonts/AkkuratStdBold.eot") format("embedded-opentype"), url("/fonts/AkkuratStdBold.woff2") format("woff2"), url("/fonts/AkkuratStdBold.woff") format("woff"), url("/fonts/AkkuratStdBold.ttf") format("truetype"), url("/fonts/AkkuratStdBold.svg#AkkuratStdBold") format("svg");
}
@font-face {
  font-family: "AkkuratMono";
  src: url("/fonts/AkkuratMono.eot");
  src: url("/fonts/AkkuratMono.eot") format("embedded-opentype"), url("/fonts/AkkuratMono.woff2") format("woff2"), url("/fonts/AkkuratMono.woff") format("woff"), url("/fonts/AkkuratMono.ttf") format("truetype"), url("/fonts/AkkuratMono.svg#AkkuratMono") format("svg");
}
@font-face {
  font-family: "AkkuratStdRegular";
  src: url("/fonts/AkkuratStdRegular.eot");
  src: url("/fonts/AkkuratStdRegular.eot") format("embedded-opentype"), url("/fonts/AkkuratStdRegular.woff2") format("woff2"), url("/fonts/AkkuratStdRegular.woff") format("woff"), url("/fonts/AkkuratStdRegular.ttf") format("truetype"), url("/fonts/AkkuratStdRegular.svg#AkkuratStdRegular") format("svg");
}
@font-face {
  font-family: "AkkuratStdLight";
  src: url("/fonts/AkkuratStdLight.eot");
  src: url("/fonts/AkkuratStdLight.eot") format("embedded-opentype"), url("/fonts/AkkuratStdLight.woff2") format("woff2"), url("/fonts/AkkuratStdLight.woff") format("woff"), url("/fonts/AkkuratStdLight.ttf") format("truetype"), url("/fonts/AkkuratStdLight.svg#AkkuratStdLight") format("svg");
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: "\f001";
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #e6e6e6;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: #f9a63f;
}

.flex-control-paging li a.flex-active {
  background: #f9a63f;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  transform: translateZ(1000px);
  transform-style: preserve-3d;
  background: #000 !important;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  text-align: center;
  z-index: 1050;
  background: none !important;
}

a {
  outline: none;
}

.vbox-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 30px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.vbox-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 30px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

iframe.venoframe.vbvid.figlio {
  background-color: #000000 !important;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
@media (min-width: 1200px) {
  .venoframe.vbvid {
    width: 1200px;
    height: 672px;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.new_grid_3 {
  width: calc(25% - 22.5px);
}

.grid_4 {
  width: 33.333%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.667%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #294a5b;
}

img {
  border: none;
  max-width: 100%;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
body {
  font-family: "AkkuratStdRegular", sans-serif;
  font-size: 15px;
  font-size: 16px;
  background: #f5f2e9;
  color: #294a5b;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
body.fixed {
  overflow: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  font-family: "AlbraLight";
  line-height: 1.3;
}

p {
  text-align: left;
  margin: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 72px;
  text-transform: uppercase;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
  font-family: "AlbraLightItalic";
}

h5 {
  font-size: 24px;
}

.italic {
  font-family: "AlbraLightItalic";
}

#logo {
  margin: 0;
  display: block;
}

nav {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  height: 0;
  background: #294a5b;
  transition: all 0.3s ease;
  overflow: hidden;
}

header.active_nav nav {
  height: 100vh;
}
header.active_nav nav #nav > li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

#nav {
  position: absolute;
  top: 0;
  height: 100vh;
  padding: 3vw;
  width: 100%;
}
#nav.desk {
  display: block;
}
#nav.mob {
  display: none;
}

#nav > li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  position: relative;
  transition: all 0.6s ease;
  transform: translateY(20px);
  opacity: 0;
  display: block;
}
#nav > li .login_btn {
  padding-top: 50px;
  display: block;
}
#nav > li.has_subnav {
  overflow: visible;
  z-index: 2;
}
#nav > li.has_subnav.hovered {
  z-index: 3;
}
#nav > li.has_subnav.hovered .subnav_wrapper .subnav {
  visibility: visible;
  opacity: 1;
}
#nav > li.has_subnav.hovered .subnav_wrapper .subnav li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#nav > li.has_subnav.t0 .subnav li {
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}
#nav > li.has_subnav .subnav_wrapper {
  display: inline-block;
  position: relative;
  padding-right: 3vw;
  overflow: visible;
}
#nav > li.has_subnav .subnav_wrapper .subnav {
  display: inline-block;
  position: absolute;
  left: 366px;
  width: 600px;
  top: -5px;
  z-index: 2;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  list-style: none;
}
#nav > li.has_subnav .subnav_wrapper .subnav li {
  margin: 0;
  transition: all 0.6s ease;
  padding: 5px 0;
  opacity: 1;
  opacity: 0;
  transform: translateY(20px);
}

#nav li a {
  color: #f5f2e9;
  font-size: 48px;
  font-family: "AlbraLight";
  opacity: 0.7;
  line-height: 1;
}
#nav li a:hover {
  opacity: 1;
}

#page-portfolio #nav li a.portfolio,
#page-about #nav li a.about,
#page-our #nav li a.our,
#page-our #nav li a.our,
#page-team #nav li a.team,
#page-news #nav li a.news,
#page-contact #nav li a.contact,
#page-subscribe #nav li a.subscribe,
#page-home #nav li a.home {
  opacity: 1;
}

#page-portfolio footer .links_wrapper a.portfolio,
#page-about footer .links_wrapper a.about,
#page-our.development footer .links_wrapper a.development,
#page-our.investment footer .links_wrapper a.investment,
#page-our.advisory footer .links_wrapper a.development,
#page-our.directinvestment footer .links_wrapper a.directinvestment,
#page-team footer .links_wrapper a.team,
#page-news footer .links_wrapper a.news,
#page-contact footer .links_wrapper a.contact,
#page-subscribe footer .links_wrapper a.subscribe,
#page-home footer .links_wrapper a.home {
  color: #fd7b23;
}

/* nav_toggle */
#nav_toggle {
  cursor: pointer;
  width: 30px;
  height: 30px;
  height: 24px;
  position: relative;
  z-index: 10;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #294a5b;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#nav_toggle span:before {
  top: -10px;
}

#nav_toggle span:after {
  bottom: -10px;
}

#nav_toggle.active span {
  background: transparent;
}

#nav_toggle.active span:after,
#nav_toggle.active span:before {
  top: 0;
  bottom: 0;
  background: #f5f2e9;
}

/* enquiry */
.register {
  width: 100%;
  margin: 0 auto;
}

input,
select,
textarea {
  font-size: 16px;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  color: #294a5b;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #294a5b;
  text-align: left;
  margin-bottom: 15px;
  font-family: "AkkuratStdRegular";
}

.b_submit.link {
  width: auto;
  padding: 10px 0;
}

#message {
  height: 80px;
  max-width: 100%;
}

select {
  padding: 10px 0;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

select option {
  padding: 10px 0;
  background: #294a5b;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.privacy {
  font-size: 10px;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #294a5b;
}

.chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

.chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #294a5b;
  font-family: inherit;
  display: inline;
  margin: auto;
}

.chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #294a5b;
  content: "";
  display: block;
}

.chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #294a5b;
  border-right: 2px solid #294a5b;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

.chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #294a5b;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #294a5b;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #294a5b;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #294a5b;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #294a5b;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #294a5b;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #294a5b;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.wow {
  animation-duration: 0.7s;
  animation-fill-mode: both;
  visibility: hidden;
}

.wow.animated {
  animation-name: fadeIn;
  visibility: visible;
}
.wow.animated.border_b, .wow.animated.border_t {
  animation-name: borderTopBottom;
}
.wow.animated.border_l, .wow.animated.border_r {
  animation-name: borderLeftRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes borderTopBottom {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes borderLeftRight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.delay_1 {
  transition-delay: 0.6s !important;
}

.delay_half {
  transition-delay: 0.3s !important;
}

.delay_1half {
  transition-delay: 0.9s !important;
}

.delay_2 {
  transition-delay: 1.2s !important;
}

.time_half {
  transition-duration: 0.3s !important;
}

span.wow {
  display: inline-block;
}

.fake_border {
  display: block;
  position: absolute;
  background: #294a5b;
}
.fake_border.bg_white {
  background: #f5f2e9;
}
.fake_border.border_l, .fake_border.border_r {
  width: 1px;
  height: 0;
  left: 0;
  top: 0;
}
.fake_border.border_r {
  left: auto;
  right: 0;
}
.fake_border.border_b, .fake_border.border_t {
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
}
.fake_border.border_t {
  bottom: auto;
  top: 0;
}

.overflow_hidden .fake_border {
  transition-delay: 0.6s;
  transition-delay: 1.6s;
}

footer .fake_border {
  background: #fff;
}

.w420 {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-left: 0;
}

.w460 {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w710 {
  width: 710px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w100 {
  width: 100px;
}

.w585 {
  width: 585px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.relate {
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex.align_stretch {
  align-items: stretch;
}
.flex.justify_start {
  justify-content: flex-start;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.align_end {
  align-items: flex-end;
}
.flex.col_reverse {
  flex-direction: column-reverse;
}
.flex.row_reverse {
  flex-direction: row-reverse;
}

.coal {
  color: #8f8f8f;
}

.white {
  color: #fff;
}

.p10 {
  padding: 10px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pb150 {
  padding-bottom: 10vw;
}

.pt150 {
  padding-top: 10vw;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.ml30 {
  margin-left: 10vw;
}

.ml0 {
  margin-left: 0;
}

.mt50 {
  margin-top: 50px;
}

.mt30 {
  margin-top: 30px;
}

.mt10 {
  margin-top: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
  margin-bottom: 10vw;
}

.fs36 {
  font-size: 36px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs66 {
  font-size: 66px;
}

.fs64 {
  font-size: 64px;
}

.block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.akkuraBold {
  font-family: "AkkuratStdBold";
}

.akkuratMono {
  font-family: "AkkuratMono";
}

.albraLight {
  font-family: "AlbraLight";
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.ptb150 {
  padding-bottom: 10vw;
  padding-top: 10vw;
}

.pt100 {
  padding-top: 100px;
}

.ptb100 {
  padding-bottom: 7vw;
  padding-top: 7vw;
}

.ptb50 {
  padding-bottom: 3vw;
  padding-top: 3vw;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl30 {
  padding-left: 30px;
  padding-left: 3vw;
}

.pr30 {
  padding-right: 30px;
  padding-right: 3vw;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pr60 {
  padding-right: 60px;
}

.mr60 {
  margin-right: 60px;
}

.max800 {
  max-width: 800px;
}

.max20 {
  max-width: calc(20% - 10px);
}

.border_white {
  border-color: #f5f2e9;
}

.white {
  color: #f5f2e9;
}

.inBlock {
  display: inline-block;
}

.ls1 {
  letter-spacing: 1px;
}

.inblock {
  display: inline-block;
}

.mob {
  display: none;
}

.fake_border.mob {
  display: none;
}

.link {
  font-family: "AkkuratStdBold";
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-bottom: 5px;
}
.link.no_border {
  display: block;
  border: 0;
}
.link:hover {
  color: #fd7b23;
}
.link:hover .fake_border {
  background: #fd7b23;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  padding: 20px 30px;
  padding: 20px 3vw;
  width: 100%;
  background: #f5f2e9;
  z-index: 9;
  border-bottom: 1px solid #294a5b;
}

.news_wrapper {
  width: 100%;
}

.hero,
#landing,
#hero {
  position: relative;
}
.hero h2,
#landing h2,
#hero h2 {
  text-transform: initial;
}
.hero .grid_8,
#landing .grid_8,
#hero .grid_8 {
  position: absolute;
  max-width: 950px;
  z-index: 4;
  bottom: 0;
  left: 0;
  padding-bottom: 3vw;
  padding-left: 3vw;
}
.hero .grid_8 *,
#landing .grid_8 *,
#hero .grid_8 * {
  color: #f5f2e9;
}

body {
  padding-top: 81px;
}

#page-news.details {
  padding-top: 281px;
}

#heroSlider {
  width: 100%;
}
#heroSlider .slides li {
  overflow: hidden;
}
#heroSlider .slides li img {
  transition: all 7s linear;
  height: calc(100vh - 81px);
  width: 100vw;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
}
#heroSlider .slides li img.noScale {
  transform: scale(1);
}

#hero_wrapper {
  overflow: hidden;
}

#hero, .hero {
  width: 100%;
  height: calc(100vh - 81px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/images/home/hero.jpg");
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  transform: scale(1.1);
}
#hero.noScale, .hero.noScale {
  transform: scale(1);
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.6, 0.01, 0.6, 1);
  transition-delay: 0s;
}
#hero h1,
#hero h2, .hero h1,
.hero h2 {
  max-width: 1060px;
  color: #fff;
  text-transform: initial;
}

#page-news #hero {
  background-image: url(/images/news-hero.jpg);
}

#page-about #hero {
  background-image: url(/images/about/hero.jpg);
}

#page-contact #hero,
#page-subscribe #hero {
  background: none;
  padding-top: 10vw;
  height: initial;
  display: block;
  transform: none !important;
}
#page-contact #hero .grid_8,
#page-subscribe #hero .grid_8 {
  position: static;
  padding-bottom: 0;
}
#page-contact #hero h2,
#page-contact #hero *,
#page-subscribe #hero h2,
#page-subscribe #hero * {
  color: #294a5b;
}

#page-team #hero {
  background-image: url(/images/team/hero.jpg);
}

#page-workbook #hero {
  background-image: url(/images/workbook/hero.jpg);
}

#page-workbook.details_page #hero,
#page-workbook.details_page #hero_video {
  height: calc(100vh - 270px);
}

#page-home #hero_video {
  height: 80vh;
}

#page-portfolio.details_page #hero,
#page-workbook.details_page #hero {
  background-image: url(/images/workbook/1.jpg);
}
#page-portfolio.details_page #hero:after,
#page-workbook.details_page #hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}

#page-our.development #hero {
  background-image: url(/images/development/hero.jpg);
}

#page-our.investment #hero {
  background-image: url(/images/investment/hero.jpg);
}

.client-name {
  width: 120px;
  display: inline-block;
}

#odometer .no-holder {
  padding: 3vw;
  position: relative;
  min-height: 300px;
}
#odometer .no-holder.border-b {
  border-bottom: 1px solid #294a5b;
}
#odometer .grid_4 h2,
#odometer .grid_4 p {
  opacity: 0;
  transition: all 0.6s ease;
}
#odometer .grid_4 h3 {
  padding: 15px 15px 15px 3vw;
  border-bottom: 1px solid #294a5b;
}
#odometer .grid_4 p {
  min-height: 6em;
}
#odometer.animate .fake_border {
  transition: all 0.6s linear;
}
#odometer.animate .fake_border.border_t, #odometer.animate .fake_border.border_b {
  width: 100%;
}
#odometer.animate .fake_border.border_l, #odometer.animate .fake_border.border_r {
  height: 100%;
}
#odometer.animate h2,
#odometer.animate p {
  opacity: 1;
  transition-delay: 0.6s;
}
#odometer.animate .flex:first-of-type .grid_4 h2 {
  transition-delay: 0.8s;
}
#odometer.animate .flex:first-of-type .grid_4 p {
  transition-delay: 1s;
}
#odometer.animate .flex:first-of-type .grid_4:first-of-type p {
  transition-delay: 0.8s;
}
#odometer.animate .flex:last-of-type .grid_4 h2 {
  transition-delay: 1.6s;
}
#odometer.animate .flex:last-of-type .grid_4 p {
  transition-delay: 1.8s;
}
#odometer.animate .flex:last-of-type .grid_4:first-of-type p {
  transition-delay: 1.4s;
}
#odometer.animate .flex:last-of-type .grid_4:first-of-type h2 {
  transition-delay: 1.2s;
}

.flexslider .slides li {
  position: relative;
}
.flexslider .slides li .flex {
  padding: 20px 3vw 10px calc(3vw + 70px);
}
.flexslider .flex-control-nav {
  bottom: 20px;
  width: auto;
  left: 3vw;
}
.flexslider .flex-control-paging li a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #294a5b;
  background: #f5f2e9;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #294a5b;
}

.thumbnail {
  width: 100%;
}

.news_link {
  display: block;
  position: relative;
}
.news_link:hover {
  color: #fd7b23;
}
.news_link:hover .fake_border {
  background: #294a5b;
}
.news_link:hover .link .fake_border {
  background: #fd7b23;
}

#news_img_wrapper {
  position: relative;
}

.news_img,
.featured_img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  width: 100%;
}

.featured_img {
  height: 20vw;
}

.news_img {
  right: 3vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 3vw);
}

#page-news .news_img {
  position: fixed;
  width: calc(33.333% - 3vw);
}

#signup_form input {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#signup_form input#email {
  border-color: #f5f2e9;
  padding: 10px 0;
}
#signup_form input.btn {
  width: 80px;
  text-align: center;
  background: #f5f2e9;
  color: #294a5b;
  padding: 10px 0;
}

footer {
  color: #f5f2e9;
  padding: 50px 30px 30px;
  padding: 50px 3vw 30px;
  background: #294a5b;
}
footer #social_links a {
  display: inline-block;
}
footer img {
  max-width: 100px;
  max-height: 60px;
}
footer a {
  color: #f5f2e9;
  display: block;
  margin-bottom: 10px;
}
footer a:hover {
  color: #fd7b23;
}
footer a.privacy, footer a.terms {
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
}
footer p {
  margin-bottom: 10px;
}

.hover_me {
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  padding-bottom: 5px;
  line-height: 1.2;
  opacity: 0.5;
}
.hover_me.active, .hover_me:hover {
  opacity: 1;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}

.change_me {
  display: none;
}

.no_uppercase {
  text-transform: initial;
}

#page-workbook.details_page .flexslider .slides li {
  padding: 0 3vw;
}
#page-workbook.details_page .flexslider .slides li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: calc(100vh - 81px);
  display: block;
  margin: 0 auto;
}
#page-workbook.details_page .flexslider .flex-control-nav {
  padding-top: 20px;
  position: static;
}
#page-workbook.details_page .flexslider .flex-direction-nav .flex-prev {
  left: 6vw;
  top: calc(50% - 40px);
  opacity: 1;
  margin: 0;
  text-shadow: none;
  background: url("/images/prev-arrow.svg") center no-repeat;
  border: none;
  border-radius: 100%;
}
#page-workbook.details_page .flexslider .flex-direction-nav .flex-prev:before, #page-workbook.details_page .flexslider .flex-direction-nav .flex-prev:after {
  display: none;
}
#page-workbook.details_page .flexslider .flex-direction-nav .flex-next {
  right: 6vw;
  top: calc(50% - 40px);
  left: auto;
  opacity: 1;
  margin: 0;
  text-shadow: none;
  background: url("/images/next-arrow.svg") center no-repeat;
  border: none;
  border-radius: 100%;
}
#page-workbook.details_page .flexslider .flex-direction-nav .flex-next:before, #page-workbook.details_page .flexslider .flex-direction-nav .flex-next:after {
  display: none;
}

#youtube {
  width: 60px;
  height: 40px;
  background: #fd7b23;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
#youtube:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f5f2e9;
}

.toggle_me {
  display: none;
}

#page-team .toggle_me {
  max-width: 340px;
}

.toggle_wrapper {
  width: calc(100% - 100px);
}

.toggle_btn {
  cursor: pointer;
  position: relative;
}
.toggle_btn::before, .toggle_btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #294a5b;
  margin: auto;
  width: 15px;
  height: 1px;
  transition: all 0.4s ease;
}
.toggle_btn:after {
  width: 1px;
  height: 15px;
  right: 7px;
}
.toggle_btn.active:before {
  opacity: 0;
}
.toggle_btn.active:after {
  transform: rotate(90deg);
}

.project_wrapper {
  width: 100%;
}
.project_wrapper .grid_6 {
  margin-bottom: 50px;
  width: calc(50% - 15px);
}

.bar {
  display: block;
  background: #294a5b;
  height: 1px;
}

#map {
  height: 630px;
  width: 100%;
}

#privacy_wrapper {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100vh;
  width: 100%;
  background: #f5f2e9;
  z-index: 10;
}
#privacy_wrapper .toggle_me {
  margin: 20px 0 30px;
}

.close_btn {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
}
.close_btn:after, .close_btn:before {
  width: 30px;
  height: 2px;
  position: absolute;
  background: #294a5b;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.close_btn::after {
  transform: rotate(-45deg);
}

#ticker_wrapper {
  overflow: hidden;
}

.ticker {
  display: flex;
}

.ticker__list {
  display: flex;
  margin: 0;
  animation: ticker 60s infinite linear;
}

.ticker:hover .ticker__list {
  animation-play-state: paused;
}

.ticker__item {
  margin-right: 30px;
  width: 300px;
}
.ticker__item img {
  width: 100%;
  filter: grayscale(1);
}
.ticker__item img:hover {
  filter: grayscale(0);
}
.ticker__item svg.blue polygon {
  fill: #294a5b;
}
@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
#preloader {
  background: #294a5b;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 11;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease;
  transform: translateY(0);
  top: 0;
  left: 0;
}
#preloader .link {
  position: absolute;
  display: none;
}
#preloader img {
  opacity: 1;
  transition: all 0.6s ease;
  transition-delay: 0.8s;
}
#preloader img.hide {
  opacity: 0;
  transition-delay: 0s;
}
#preloader.up {
  transform: translateY(-100vh);
}
#preloader.up img {
  opacity: 0;
}
#preloader.time_0 {
  transition-duration: 0s;
}
#preloader.down {
  transform: translateY(100vh);
}
#preloader.down img {
  opacity: 0;
}
#preloader .wrapper {
  display: none;
  position: absolute;
  left: 3vw;
  top: 3vw;
}
#preloader .wrapper p {
  color: #f5f2e9;
  font-size: 22px;
  overflow: hidden;
  max-width: 705px;
}
#preloader .wrapper p span {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50%);
}
#preloader .wrapper p span.animate {
  transition: all 0.6s ease;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#page-news #preloader.up {
  transform: translateY(-112vh);
}

#page-home #preloader .wrapper {
  display: block;
}
#page-home #preloader .link {
  display: block;
  position: absolute;
  left: 3vw;
  bottom: 3vw;
  z-index: 2;
  color: #f5f2e9;
  opacity: 0;
  transition: all 0.6s ease;
  transition-delay: 0.6s;
}
#page-home #preloader .link .fake_border {
  background: #f5f2e9;
  transition: all 0.6s ease;
  transition-delay: 1s;
}
#page-home #preloader .link.animate {
  opacity: 1;
}
#page-home #preloader .link.animate .fake_border {
  width: 100%;
}
#page-home #preloader .link:hover {
  color: #fd7b23;
}

#project_slider .slides li img {
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#cursor {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  z-index: 1000;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: #fd7b23;
  border-radius: 100%;
}
#cursor.scale {
  transform: scale(2);
}

.line {
  display: inline-block;
  width: 150px;
  background: #294a5b;
  height: 1px;
  margin: 0 20px;
}

.cat_wrapper {
  position: absolute;
  top: 0;
  z-index: 4;
  left: 0;
}
.cat_wrapper.fixed {
  position: fixed;
  left: 3vw;
  top: 150px;
}
.cat_wrapper.abs {
  top: auto;
  bottom: 50px;
}
.cat_wrapper p {
  color: #8f8f8f;
  cursor: pointer;
}
.cat_wrapper p.active {
  color: #294a5b;
}

.ml30 > .fake_border.border_l {
  display: none !important;
}

#page-our .img_wrapper,
#page-about .img_wrapper {
  height: 20vw;
}

.overflow_hidden {
  overflow: hidden;
}

.fullyvideo {
  position: absolute;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -2;
  background-size: cover;
}

.team_bios {
  max-width: 100% !important;
}

#login_portal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
  background: #294a5b;
}
#login_portal h2 {
  color: #fff;
  text-transform: initial;
  text-align: center;
}
#login_portal .login_close_btn {
  position: absolute;
  right: 3vw;
  top: 3vw;
  width: 30px;
  height: 2px;
  background: #fff;
}
#login_portal .login_close_btn:after {
  width: 40px;
  height: 10px;
  content: "";
  opacity: 0;
  top: 0;
  left: 0;
  margin: auto;
}
#login_portal form input,
#login_portal form select,
#login_portal form textarea {
  background: #fff;
  border: none;
  color: #294a5b;
  padding: 10px 20px;
  margin: 0;
  margin-bottom: 20px;
}
#login_portal form .link {
  text-transform: initial;
  letter-spacing: 0;
}
#login_portal form .link:not(.b_submit) {
  color: #fff;
  text-decoration: underline;
}
#login_portal form .link:not(.b_submit).mr20 {
  margin-right: 20px;
}

#page-subscribe form input[type=checkbox] {
  color: red;
}

.team-logo {
  margin-top: 40px;
  max-width: 200px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1400px) {
  h2 {
    font-size: 62px;
  }
}
@media screen and (max-width: 1100px) {
  #cursor {
    display: none;
  }
  #page-workbook.details_page #hero,
  #page-workbook.details_page #hero_video {
    height: calc(100vh - 240px);
  }
  #page-workbook.details_page .flexslider .slides li img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  .w100 {
    width: 50px;
  }
  h5.flex .line {
    width: 80px;
    margin: 0 10px;
  }
  #page-about .grid_6:first-child {
    padding-right: 1.5vw;
  }
  #page-about .grid_6:last-child {
    padding-left: 1.5vw;
  }
}
@media screen and (max-width: 900px) {
  body#page-workbook.details_page #hero, body#page-workbook.details_page #hero_video {
    height: calc(100vh - 290px);
  }
  body#page-workbook.details_page .flexslider .slides li img {
    height: calc(100vh - 140px);
  }
  body .mpb10 {
    padding-bottom: 10px;
  }
  body footer .links_wrapper > * {
    width: 45%;
  }
  body #preloader .grid_6 {
    width: calc(100% - 6vw);
  }
  body .cat_wrapper p {
    color: #294a5b;
  }
  body .mob {
    display: block;
  }
  body .hover_me:first-child .mob.content {
    display: block;
  }
  body .fake_border.mob {
    display: block;
  }
  body .desk {
    display: none;
  }
  body .cat_wrapper {
    position: static;
    margin-bottom: 3vw;
  }
  body .b5 {
    bottom: -5vw !important;
  }
  body .flexslider .slides li .flex {
    padding: 10vw 3vw 2vw;
    flex-direction: column;
    align-items: flex-start;
  }
  body .flexslider .slides li .flex .link {
    margin-top: 3vw;
  }
  body .flexslider .flex-control-nav {
    bottom: 13vw;
  }
  body .hover_me {
    opacity: 1;
  }
  body .content * {
    font-family: "AkkuratStdRegular";
    font-size: 16px;
    margin: 3vw 0;
  }
  body #news_img_wrapper,
  body .featured_img_wrapper {
    display: none !important;
  }
  body h1 {
    font-size: 38px;
  }
  body h2,
  body .fs66,
  body .fs64 {
    font-size: 52px;
  }
  body h4 {
    font-size: 22px;
  }
  body #landing .grid_8,
  body #hero .grid_8,
  body .pl30,
  body .w710,
  body .pr30 {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  body .plr30 .pl30,
  body .plr30 .pr30,
  body .pl30 .pl30,
  body .pl30 .pr30,
  body .pl30 .pl30,
  body .pl30 .pr30 {
    padding-left: 0;
    padding-right: 0;
  }
  body .grid_8,
  body .grid_4,
  body .grid_3,
  body .new_grid_3,
  body .grid_9,
  body .project_wrapper .grid_6,
  body .grid_6 {
    width: 100%;
  }
  body .grid_8 .fake_border.border_l, body .grid_8 .fake_border.border_r,
  body .grid_4 .fake_border.border_l,
  body .grid_4 .fake_border.border_r,
  body .grid_3 .fake_border.border_l,
  body .grid_3 .fake_border.border_r,
  body .new_grid_3 .fake_border.border_l,
  body .new_grid_3 .fake_border.border_r,
  body .grid_9 .fake_border.border_l,
  body .grid_9 .fake_border.border_r,
  body .project_wrapper .grid_6 .fake_border.border_l,
  body .project_wrapper .grid_6 .fake_border.border_r,
  body .grid_6 .fake_border.border_l,
  body .grid_6 .fake_border.border_r {
    display: none;
  }
  body .flex > .grid_6:not(:last-child),
  body .flex > .grid_8:not(:last-child),
  body .flex > .grid_3:not(:last-child),
  body .flex > .new_grid_3:not(:last-child),
  body .flex > .grid_4:not(:last-child) {
    margin-bottom: 10vw;
    margin-bottom: 40px;
  }
  body #odometer .grid_4 {
    margin-bottom: 0;
  }
  body #odometer p {
    min-height: 1em;
  }
  body .w420,
  body .w585,
  body .w460 {
    width: 100%;
  }
  body footer .pr30,
  body footer .pl30 {
    padding-left: 0;
    padding-right: 0;
  }
  body footer .flex > .grid_6 {
    width: 100%;
  }
  body footer .flex > .grid_6:not(:last-child) {
    margin-bottom: 10vw;
  }
  body#page-our.investment h5.flex {
    flex-direction: column;
    align-items: flex-start;
  }
  body#page-our.investment h5.flex .line {
    margin: 20px 0 20px 50px;
    width: 1px;
    height: 100px;
  }
  body#page-our.investment .grid_6 .ml30 .border_l {
    display: block;
  }
  body#page-team .toggle_me {
    max-width: 100%;
  }
  body#page-team div#team_wrapper {
    padding-top: 0;
  }
  body#page-team .grid_3.pr30.ptb100 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body#page-team p.oteam_btn {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 760px) {
  html {
    height: 100%;
  }
  html body {
    height: 100%;
    padding-top: 60px;
  }
  html body #nav.desk {
    display: none;
  }
  html body #nav.mob {
    display: block;
  }
  html body #nav > li {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  html body #nav > li.pl30 {
    padding-left: 30px;
  }
  html body #nav > li.has_subnav .subnav_wrapper .subnav {
    position: relative;
    visibility: visible;
    display: block;
    left: 0;
    top: 0;
    padding-left: 30px;
    opacity: 1;
  }
  html body #nav > li.has_subnav .subnav_wrapper .subnav.mob {
    display: none;
  }
  html body #nav > li.has_subnav .subnav_wrapper .subnav li {
    padding: 3px 0;
    opacity: 1;
    transform: translateY(0) !important;
  }
  html body #nav > li.has_subnav .subnav_wrapper .subnav li a {
    font-size: 24px;
  }
  html body#page-workbook.details_page .flexslider .flex-direction-nav .flex-next {
    right: 3vw;
  }
  html body#page-workbook.details_page .flexslider .flex-direction-nav .flex-prev {
    left: 3vw;
  }
  html body#page-workbook.details_page .flexslider .flex-control-nav {
    padding: 10px;
  }
  html body#page-workbook.details_page .flexslider .slides li {
    padding: 0;
  }
  html body#page-workbook.details_page .flexslider .slides li img {
    height: 100vw;
  }
  html body header {
    padding: 17px 3vw;
    height: 60px;
  }
  html body header #logo img {
    width: auto;
    height: 20px;
  }
  html body #landing .mb30 {
    margin-bottom: 10px;
  }
  html body .mb30 {
    margin-bottom: 20px;
  }
  html body .mb40 {
    margin-bottom: 20px;
  }
  html body .mb150 {
    margin-bottom: 20vw;
  }
  html body .pt150 {
    padding-top: 20vw;
  }
  html body#page-home .flex > .grid_8 {
    margin-bottom: 20vw;
  }
  html body .mob_mb10vw {
    margin-bottom: 10vw !important;
  }
  html body .mb50 {
    margin-bottom: 20px;
  }
  html body .mb20 {
    margin-bottom: 10px;
  }
  html body .ptb30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  html body#page-workbook.details_page #hero {
    height: 100%;
  }
  html body#page-workbook.details_page #hero_image, html body#page-workbook.details_page #hero_video {
    height: calc(100% - 250px);
    height: calc(100% - 110px);
  }
  html body#page-news.details {
    padding-top: 181px;
  }
  html body .ticker__item {
    margin-right: 0;
    width: 150px;
  }
  html body #preloader {
    height: 100%;
  }
  html body #preloader .wrapper p {
    font-size: 16px;
  }
  html body #landing,
  html body #hero_wrapper,
  html body #hero,
  html body #heroSlider,
  html body #heroSlider .slides,
  html body #heroSlider .slides li,
  html body #heroSlider .slides li img {
    height: 100%;
  }
  html body .flexslider .flex-control-nav {
    bottom: 100px;
  }
  html body .flexslider .slides li .flex {
    padding-top: 50px;
  }
  html body #nav li a {
    font-size: 26px;
  }
  html body h1 {
    font-size: 28px;
  }
  html body h2,
  html body .fs66,
  html body .fs64 {
    font-size: 48px;
    font-size: 35px;
  }
  html body h4 {
    font-size: 20px;
  }
  html body h5 {
    font-size: 18px;
  }
  html body .fs36 {
    font-size: 30px;
  }
  html #odometer .grid_4 h3 {
    padding: 15px 15px 15px 3vw;
  }
  html #odometer .no-holder {
    min-height: 50px;
    padding: 15px 3vw;
  }
  html #odometer .no-holder.border-b {
    border: none;
  }
  html .max20 {
    max-width: calc(50% - 10px);
    font-size: 12px;
    margin-bottom: 10px;
  }
}