/* GLOBAL */

.clear {
  clear: both;
}

@font-face {
  font-family: 'Futura PT Demi';
  src: url('../assets/fonts/FPT-D.eot');
  src: url('../assets/fonts/FPT-D.eot') format('embedded-opentype'),
       url('../assets/fonts/FPT-D.woff2') format('woff2'),
       url('../assets/fonts/FPT-D.woff') format('woff'),
       url('../assets/fonts/FPT-D.ttf') format('truetype'),
       url('../assets/fonts/FPT-D.svg#ParaTypeFuturaPTDemi') format('svg');
}

@font-face {
  font-family: 'Futura PT Medium';
  src: url('../assets/fonts/FuturaPTMedium.eot');
  src: url('../assets/fonts/FuturaPTMedium.eot') format('embedded-opentype'),
       url('../assets/fonts/FuturaPTMedium.woff2') format('woff2'),
       url('../assets/fonts/FuturaPTMedium.woff') format('woff'),
       url('../assets/fonts/FuturaPTMedium.svg#ParaTypeFuturaPTMedium') format('svg');
}


@font-face {
  font-family: 'Plateia Bold';
  src: url('../assets/fonts/plateia_bold.eot');
  src: url('../assets/fonts/plateia_bold.eot') format('embedded-opentype'),
       url('../assets/fonts/plateia_bold.woff2') format('woff2'),
       url('../assets/fonts/plateia_bold.woff') format('woff'),
       url('../assets/fonts/plateia_bold.ttf') format('truetype'),
       url('../assets/fonts/plateia_bold.svg#ParaTypeFuturaPTDemi') format('svg');
}

@font-face {
    font-family: 'Modes';
    src: url('../assets/fonts/MODES.eot');
    src: url('../assets/fonts/MODES.eot') format('embedded-opentype'),
         url('../assets/fonts/MODES.woff2') format('woff2'),
         url('../assets/fonts/MODES.woff') format('woff'),
         url('../assets/fonts/MODES.ttf') format('truetype'),
         url('../assets/fonts/MODES.svg#MODES') format('svg');
}

@font-face {
    font-family: 'itcavantgarde';
    src: url('../assets/fonts/itcavantgardegothicstdmedium5966b96aa6857.eot');
    src: url('../assets/fonts/itcavantgardegothicstdmedium5966b96aa6857.eot') format('embedded-opentype'),
         url('../assets/fonts/itcavantgardegothicstdmedium5966b96aa6857.woff2') format('woff2'),
         url('../assets/fonts/itcavantgardegothicstdmedium5966b96aa6857.woff') format('woff'),
         url('../assets/fonts/itcavantgardegothicstdmedium5966b96aa6857.ttf') format('truetype'),
         url('../assets/fonts/itcavantgardegothicstdmedium5966b96aa6857.svg#itcavantgardegothicstdmedium5966b96aa6857') format('svg');
}

@font-face {
    font-family: 'Locator';
    src: url('../assets/fonts/LocatorRegular.eot');
    src: url('../assets/fonts/LocatorRegular.eot') format('embedded-opentype'),
         url('../assets/fonts/LocatorRegular.woff2') format('woff2'),
         url('../assets/fonts/LocatorRegular.woff') format('woff'),
         url('../assets/fonts/LocatorRegular.ttf') format('truetype'),
         url('../assets/fonts/LocatorRegular.svg#LocatorRegular') format('svg');
}



html, body {
  height: 100%;
}

body {
  background: #e5eeef url(../assets/img/bg-grid.png) top center repeat-y;
  background-size: 100% auto;
  color: #364e66;
  font-family: 'Futura PT Demi';
}

a {
  color: #364e66;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

header {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 100px 3.90625% 0;
}

header .logo-container {
  width: 50px;
  height: 50px;
  margin-right: 3.125%;
  float: left;
}

header .logo {
  display: block;
}

header nav {
  float: left;
  padding-top: 8px;
}

header nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

header nav ul li {
  margin: 0 15px;
  padding: 0;
  display: block;
  float: left;
  line-height: 1;
}

header nav ul li a {
  color: #364e66;
  font-size: 30px;
  display: block;
  padding: 0 15px 20px;
  position: relative;
}

header nav ul li a.active::after {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background: #364e66;
  display: block;
  content: "";
}

header nav ul li.has-subnav a.active:hover::after {
  display: none;
}

#user-menu {
  float: right;
  text-align: right;
}

.button {
  background: transparent;
  border-radius: 0;
  border: 5px solid #364e66;
  padding: 16px;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  transition: 0.2s all ease-in;
  font-family: 'Plateia Bold';s
}

.button:hover {
  background: rgba(255, 255, 255, 0.6);
}

#login-button {
  font-family: 'Plateia Bold';
  font-size: 16px;
  line-height: 32px;
  width: 200px;
  text-align: center;
  height: 50px;
}

#register-link {
  font-size: 16px;
}

@media (max-width: 1920px) {

  header {
    padding-top: 50px;
  }

  header nav ul li {
    margin: 0 10px;
  }

  header nav ul li a {
    font-size: 22px;
    padding: 0 10px 20px;
  }

  header nav {
    padding-top: 12px;
  }

  #login-button {
    width: 150px;
    height: 38px;
    font-size: 12px;
    line-height: 20px;
  }

  #register-link {
    font-size: 12px;
  }

}

@media (max-width: 1366px) {

  header {
    padding-top: 32px;
  }

  header nav ul li {
    margin: 0 8px;
  }

  header nav ul li a {
    font-size: 18px;
    padding: 0 8px 20px;
  }

  header nav {
    padding-top: 16px;
  }

  header nav .subnav li a {
    font-size: 15px;
  }

  #login-button {
    width: 130px;
    height: 38px;
    font-size: 12px;
    line-height: 20px;
  }

  #register-link {
    font-size: 12px;
  }

}

#menu-toggle {
  display: none;
}

@media (max-width: 640px) {

  body {
    background: #e5eeef url(../assets/img/bg-grid-mobile.png) top center repeat-y;
    background-size: 100% auto;
  }

  header .logo-container,
  header nav {
    display: none;
  }

  header {
    padding-top: 26px;
  }

  #login-button {
    font-size: 10px;
    height: 32px;
    width: 124px;
    line-height: 16px;
  }

  #register-link {
    font-size: 10px;
  }

  #menu-toggle {
    width: 29px;
    height: 26px;
    background: url(../assets/img/icon-menu.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 26px;
    display: block;
    cursor: pointer;
    z-index: 102;
  }

}

header nav .subnav {
  opacity: 0;
  transition: 0.2s all linear;
}

@media (min-width: 641px) {

  header nav li.has-subnav {
    position: relative;
    overflow: hidden;
  }

  header nav li.has-subnav:hover {
    overflow: visible;
  }

  header nav li:hover .subnav {
    opacity: 1;
    background: #5f7182;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
    visibility: visible;
  }

  header nav li:hover .subnav::before {
    opacity: 1;
  }

  .subnav {
    list-style-type: none;
    padding: 10px 0;
    position: absolute;
    top: 99%;
    left: -10px;
    z-index: 100;
  }

  .subnav::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #5f7182;
    left: 27%;
    top: -6px;
    position: absolute;
    display: block;
    content: "";
    box-shadow: none;
    opacity: 0;
  }

  .subnav li {
    margin: 0;
    padding: 0;
    display: block;
    float: none;
  }

  .subnav li a {
    color: white;
    display: block;
    font-size: 25px;
    line-height: 1;
    transition: 0.2s all linear;
    padding: 18px 25px;
  }

  .subnav li a:hover {
    background: #374e65;
    box-shadow: inset 0px 0px 2px 1px rgba(47, 67, 87, 1);
  }

}

@media (max-width: 1920px) {

  .subnav li a {
    font-size: 18px;
    padding: 13px 18px;
  }

}

/* HOME */

.home .header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#home-hero {
  top: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}

.home .mm-page {
  height: 100%;
}

#home-hero h2 {
  background-position: center center;
}

.logo {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 3s ease-in-out;
  transform-origin: center center;
  background: url('../assets/img/logo.png') center center no-repeat;
  background-size: contain;
}

.logo.flipped {
  transform: rotateY( 360deg );
}

.logo-container-outer-outer {
  position: relative;
  margin: 0 auto;
  width: 6%;
  min-width: 100px;
}

.logo-container-outer-outer::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 101%;
}

.logo-container-outer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.logo-container {
  width: 100%;
  height: 100%;
  position: relative;
  perspective: 600;
}

#home-hero .logo-container {
  width: 100%;
  height: 100%;
}

.logo figure {
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;
}

.logo .front {
}

.logo .back {
  transform: rotateY(180deg);
}

.home #home-hero h2 {
  font-size: 50px;
  font-size: 1.8vw;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 800px) {

  .home #home-hero h2 {
    font-size: 50px;
    font-size: 3vw;
  }

}

.page {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  position: fixed;
  z-index: 0;
}

.box-wrapper {
  position: fixed;
  opacity: 0.6;
}

.box-faces {
  position: relative;
  width: 60px;
  transform-style: preserve-3d;
}

.box-face {
  position: absolute;
  width: 60px;
  height: 60px;
  opacity: 1;
  background-color: #f7fafa;
  outline: 1px solid #eee;
  opacity: 0.8;
}

/* first-child, second-child */
.box-face--is-back {
  transform: translateZ(-30px) rotateY(180deg);
}

.box-face--is-right {
  transform: rotateY(-270deg) translateX(30px);
  transform-origin: top right;
}

.box-face--is-left {
  transform: rotateY(270deg) translateX(-30px);
  transform-origin: center left;
}

.box-face--is-top {
  transform: rotateX(-90deg) translateY(-30px);
  transform-origin: top center;
}

.box-face--is-bottom {
  transform: rotateX(90deg) translateY(30px);
  transform-origin: bottom center;
}

.box-face--is-front {
  transform: translateZ(30px);
  box-shadow: inset 0px 0px 8px #eee;
  background: #fefefe;
}

@keyframes spin {
  from { transform: rotateY(0); }
  to { transform: rotateY(360deg); }
}

.box-faces {
  animation: spin 15s infinite linear;
}

.box-wrapper:first-child,
.box-wrapper:nth-child(2) {
  perspective: 240px;
  perspective-origin: 50% 30px;
}

.box-wrapper:nth-child(3),
.box-wrapper:nth-child(4) {
  perspective: 80px;
  perspective-origin: 50% 50%;
}

.box-wrapper:nth-child(3) .box-faces,
.box-wrapper:nth-child(4) .box-faces {
  width: 20px;
  animation: spin 20s infinite linear;
}

.box-wrapper:nth-child(3) .box-face,
.box-wrapper:nth-child(4) .box-face {
  width: 20px;
  height: 20px;
  background-color: #b7b7b7;
  outline: 1px solid #b3b5b5;
}

.box-wrapper:nth-child(3) .box-face--is-back,
.box-wrapper:nth-child(4) .box-face--is-back {
  transform: translateZ(-10px) rotateY(180deg);
  box-shadow: inset 0px 0px 10px #999;
  background: #959595;
}

.box-wrapper:nth-child(3) .box-face--is-right,
.box-wrapper:nth-child(4) .box-face--is-right {
  transform: rotateY(-270deg) translateX(10px);
}

.box-wrapper:nth-child(3) .box-face--is-left,
.box-wrapper:nth-child(4) .box-face--is-left {
  transform: rotateY(270deg) translateX(-10px);
}

.box-wrapper:nth-child(3) .box-face--is-top,
.box-wrapper:nth-child(4) .box-face--is-top {
  transform: rotateX(-90deg) translateY(-10px);
}

.box-wrapper:nth-child(3) .box-face--is-bottom,
.box-wrapper:nth-child(4) .box-face--is-bottom {
  transform: rotateX(90deg) translateY(10px);
}

.box-wrapper:nth-child(3) .box-face--is-front,
.box-wrapper:nth-child(4) .box-face--is-front {
  transform: translateZ(10px);
  background-color: #b7b7b7;
  box-shadow: none;
}

.box-wrapper:nth-child(5),
.box-wrapper:nth-child(6) {
  perspective: 40px;
  perspective-origin: 50% 5px;
}

.box-wrapper:nth-child(5) .box-faces,
.box-wrapper:nth-child(6) .box-faces {
  width: 10px;
  animation: spin 10s infinite linear;
}

.box-wrapper:nth-child(5) .box-face,
.box-wrapper:nth-child(6) .box-face {
  width: 10px;
  height: 10px;
  background-color: #b7b7b7;
  outline: 1px solid #b3b5b5;
}

.box-wrapper:nth-child(5) .box-face--is-back,
.box-wrapper:nth-child(6) .box-face--is-back {
  transform: translateZ(-5px) rotateY(180deg);
}
.box-wrapper:nth-child(5) .box-face--is-right,
.box-wrapper:nth-child(6) .box-face--is-right {
  transform: rotateY(-270deg) translateX(5px);
  box-shadow: inset 0px 0px 3px #898989;
  background-color: #b7b7b7;
  outline: 1px solid #b3b5b5;
}
.box-wrapper:nth-child(5) .box-face--is-left,
.box-wrapper:nth-child(6) .box-face--is-left {
  transform: rotateY(270deg) translateX(-5px);
}
.box-wrapper:nth-child(5) .box-face--is-top,
.box-wrapper:nth-child(6) .box-face--is-top {
  transform: rotateX(-90deg) translateY(-5px);
}
.box-wrapper:nth-child(5) .box-face--is-bottom,
.box-wrapper:nth-child(6) .box-face--is-bottom {
  transform: rotateX(90deg) translateY(5px);
}
.box-wrapper:nth-child(5) .box-face--is-front,
.box-wrapper:nth-child(6) .box-face--is-front {
  transform: translateZ(5px);
  background-color: #bbb;
  box-shadow: none;
}


.box-wrapper:nth-child(7),
.box-wrapper:nth-child(8) {
  perspective: 120px;
  perspective-origin: 50% 15px;
}

.box-wrapper:nth-child(7) .box-faces,
.box-wrapper:nth-child(8) .box-faces {
  width: 30px;
  animation: spin 7s infinite linear;
}

.box-wrapper:nth-child(7) .box-face,
.box-wrapper:nth-child(8) .box-face {
  width: 30px;
  height: 30px;
  background-color: #b7b7b7;
  outline: 1px solid #bbb;
}

.box-wrapper:nth-child(7) .box-face--is-back,
.box-wrapper:nth-child(8) .box-face--is-back {
  transform: translateZ(-15px) rotateY(180deg);
}
.box-wrapper:nth-child(7) .box-face--is-right,
.box-wrapper:nth-child(8) .box-face--is-right {
  transform: rotateY(-270deg) translateX(15px);
}
.box-wrapper:nth-child(7) .box-face--is-left,
.box-wrapper:nth-child(8) .box-face--is-left {
  transform: rotateY(270deg) translateX(-15px);
  box-shadow: inset 0px 0px 6px #bbb;
  background: #b7b7b7;
}
.box-wrapper:nth-child(7) .box-face--is-top,
.box-wrapper:nth-child(8) .box-face--is-top {
  transform: rotateX(-90deg) translateY(-15px);
}
.box-wrapper:nth-child(7) .box-face--is-bottom,
.box-wrapper:nth-child(8) .box-face--is-bottom {
  transform: rotateX(90deg) translateY(15px);
}
.box-wrapper:nth-child(7) .box-face--is-front,
.box-wrapper:nth-child(8) .box-face--is-front {
  transform: translateZ(15px);
  background-color: #b7b7b7;
  box-shadow: none;
}

.box-wrapper:nth-child(9),
.box-wrapper:nth-child(10) {
  perspective: 32px;
  perspective-origin: 50% 4px;
}

.box-wrapper:nth-child(9) .box-faces,
.box-wrapper:nth-child(10) .box-faces {
  width: 8px;
  animation: spin 5s infinite linear;
}

.box-wrapper:nth-child(9) .box-face,
.box-wrapper:nth-child(10) .box-face {
  width: 8px;
  height: 8px;
  background-color: white;
}

.box-wrapper:nth-child(9) .box-face--is-back,
.box-wrapper:nth-child(10) .box-face--is-back {
  transform: translateZ(-4px) rotateY(180deg);
}
.box-wrapper:nth-child(9) .box-face--is-right,
.box-wrapper:nth-child(10) .box-face--is-right {
  transform: rotateY(-270deg) translateX(4px);
}
.box-wrapper:nth-child(9) .box-face--is-left,
.box-wrapper:nth-child(10) .box-face--is-left {
  transform: rotateY(270deg) translateX(-4px);
}
.box-wrapper:nth-child(9) .box-face--is-top,
.box-wrapper:nth-child(10) .box-face--is-top {
  transform: rotateX(-90deg) translateY(-4px);
  box-shadow: inset 0px 0px 2px #eee;
  background: #fefefe;
}
.box-wrapper:nth-child(9) .box-face--is-bottom,
.box-wrapper:nth-child(10) .box-face--is-bottom {
  transform: rotateX(90deg) translateY(4px);
}
.box-wrapper:nth-child(9) .box-face--is-front,
.box-wrapper:nth-child(10) .box-face--is-front {
  transform: translateZ(4px);
  background-color: #f7fafa;
  box-shadow: none;
}

/* HOME RESPONSIVE */

@media (max-width: 1024px) {

  .home h2 {
    font-size: 3vmax;
  }

}

@media (max-width: 640px) {

  .home h2 {
    font-size: 3vmax;
  }

}

@media (max-width: 320px) {

  .home h2 {
    font-size: 3vmax;
  }

  .logo-container-outer-outer {
    min-width: 80px;
  }

}

/* PAGE */

#content {
  margin-top: 230px;
  width: 84%;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42%;
  padding-bottom: 100px;
}

.home #content {
  top: 100%;
  margin-top: 30px;
}

#content-inner {
  display: flex;
  column-count: 2;
  justify-content: space-between;
}

@media (max-width: 1920px) {
  #content {
    margin-top: 160px;
  }
}

@media (max-width: 1366px) {
  #content {
    margin-top: 120px;
  }
}


@media (max-width: 640px) {

  #content-inner {
    display: block;
    column-count: 1;
  }

  #content {
    width: 100%;
    left: 0;
    margin-left: auto;
    margin-top: 100px;
  }

}

#main {
  width: 74%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-pane-wrapper {
  display: flex;
  column-count: 2;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sidebar {
  background: #354c62;
  color: white;
  font-size: 26px;
  line-height: 2;
  padding: 50px 40px;
  box-sizing: border-box;
  width: 22%;
  font-family: 'Futura PT Medium';
}

.sidebar .widget {
  margin-bottom: 2em;
  width: 100%;
  display: block;
}

.sidebar p {
  margin: 0;
}

.sidebar .widget h2 {
  font-family: 'Futura PT Demi';
  margin-top: 0;
  line-height: 1.2;
  font-size: 28px;
}

.sidebar .widget h3 {
  font-weight: normal;
  font-style: italic;
  margin: 0;
  font-size: 16px;
}

.sidebar-grid-3 {
  display: flex;
  column-count: 3;
  justify-content: space-between;
}

.sidebar-grid-3 .column {
  width: 30%;
  box-sizing: border-box;
  display: block;
}

.sidebar-grid-3 .column.content-column {
  width: 33%;
}

.icon-sun {
  width: 76px;
  height: 76px;
  background: url(../assets/img/icon-sun.png) right bottom no-repeat;
  background-size: contain;
}

.content-pane {
  background: white;
  padding: 40px 6%;
  box-sizing: border-box;
}

.content-pane h2 {
  color: #8e8e8e;
  font-size: 40px;
  margin-left: -6%;
  margin-top: 0;
  margin-bottom: 1em;
}

.content-pane h2 span {
  color: #364e66;
}

.content-pane p {
  font-size: 16px;
  line-height: 1.5;
  color: #8e8e8e;
}

.content-pane.half {
  width: 54%;
}


@media (max-width: 1920px) {

  .sidebar {
    font-size: 16px;
    padding: 40px 30px;
  }

  .sidebar .widget h3 {
    font-size: 16px;
  }

  .sidebar .widget h2 {
    font-size: 18px;
  }

  .icon-sun {
    height: 57px;
  }

  .content-pane {
    padding: 35px 6%;
  }

  .content-pane h2 {
    font-size: 30px;
  }

  .content-pane p {
    font-size: 16px;
  }

}

@media (max-width: 1366px) {

  .sidebar {
    font-size: 14px!important;
    padding: 40px 30px;
  }

  .sidebar .widget h2 {
    font-size: 16px!important;
  }

  .sidebar .widget h3 {
    font-size: 14px!important;
  }

  .icon-sun {
    height: 50px;
  }

  .content-pane {
    padding: 25px 6%;
  }

  .content-pane h2 {
    font-size: 28px;
  }

}

@media (max-width: 1024px) {

  .sidebar {
    font-size: 12px!important;
    padding: 30px 20px;
  }

  .sidebar .widget h2 {
    font-size: 14px!important;
  }

  .sidebar .widget h3 {
    font-size: 12px!important;
  }

  .icon-sun {
    height: 40px;
  }

  .content-pane {
    padding: 20px 4%;
  }

  .content-pane h2 {
    font-size: 26px;
    margin-left: 0;
  }

  .content-pane p {
    font-size: 10px;
  }

}

@media (max-width: 800px) {

  .sidebar {
    font-size: 10px!important;
    padding: 20px 15px;
  }

  .sidebar .widget h2 {
    font-size: 11px!important;
  }

  .sidebar .widget h3 {
    font-size: 9px!important;
  }

  .icon-sun {
    background-size: 80% 80%;
    height: 30px;
  }

}

@media (max-width: 640px) {

  .sidebar {
    font-size: 19px!important;
    line-height: 2;
    padding: 0;
    width: 100%;
  }

  .sidebar .widget .content {
    overflow: hidden;
    height: 0;
    transition: 0.4s all linear;
  }

  .sidebar .widget {
    margin-bottom: 0;
  }

  .sidebar .widget .content {
    padding: 0 15%;
    box-sizing: padding-box;
  }

  .sidebar .widget h2 {
    margin: 0!important;
    line-height: 1;
    font-size: 22px!important;
    padding: 20px 3.90625%;
    position: relative;
  }

  .sidebar .widget h2::after {
    content: "";
    display: block;
    position: absolute;
    right: 3.90625%;
    top: 50%;
    margin-top: -15px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    color: #354c62;
    background: white url(../assets/img/icon-plus.png) center center no-repeat;
  }

  .sidebar .widget.open .content {
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
  }

  .sidebar .widget.open:first-child .content {
    height: 100px;
  }

  .sidebar .widget.open h2::after {
    background: white url(../assets/img/icon-minus.png) center center no-repeat;
  }

  .sidebar .widget h3 {
    font-size: 19px!important;
  }

  .sidebar-grid-3 {
    display: flex;
    column-count: 3;
    justify-content: space-between;
  }

  .sidebar-grid-3 .column {
    width: 30%;
    box-sizing: border-box;
  }

  .icon-sun {
    height: 75px;
    background: url(../assets/img/icon-sun.png) right bottom no-repeat;
    background-size: contain;
  }

  .content-pane {
    background: white;
    padding: 40px 6%;
    box-sizing: border-box;
  }

  .content-pane h2 {
    color: #8e8e8e;
    font-size: 21px;
    margin-left: 0;
    margin-bottom: 0.5em;
  }

  .content-pane h2 span {
    color: #364e66;
  }

  .content-pane p {
    font-size: 16px;
  }

  .content-pane.half {
    width: 100%;
  }

}

@media (max-width: 360px) {
  .content-pane p {
    font-size: 14px;
  }
}

.grid .item {
  position: relative;
  display: block;
  /*break-inside: avoid;*/
}

.grid {
  display: flex;
  justify-content: space-between;
  column-count: 2;
}

.column {
  width: 48.64751731515957%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

.grid .item.one-row {
  height: 47.25204807371916%;
}

@media (max-width: 1366px) {

  .sidebar {
    font-size: 18px;
  }

}

/* PRODUCTS */

#featured-grid {
  margin-bottom: 30px;
  width: 100%;
}

#featured-grid .one-row.item div {
  padding-top: 45.77536609969042%;
}

#featured-grid .two-rows.item div {
  padding-top: 97.11642144074577%;
}

.home .grid .item h2 {
  color: white;
  position: absolute;
  line-height: 1;
  text-shadow: 0 0 0.2em rgba(0,0,0,0.8);
  margin: 0;
}

#featured-grid h2 {
  font-size: 64px;
  line-height: 1;
  left: 8.3%;
  bottom: 8.5%;
  border-left: 10px solid #364e66;
  padding: 10px 0 0 15px;
  font-family: 'itcavantgarde';
}

#featured-grid .two-rows h2 {
  font-size: 56px;
  padding: 10px 0 0 15px;
}

#featured-grid .one-row h2 {
  font-size: 46px;
}

#fg-1 {
  background: url(../assets/img/your-life-simplified.jpg) center center no-repeat;
  background-size: cover;
}

#fg-2 {
  background: url(../assets/img/mending-humanity.jpg) center center no-repeat;
  background-size: cover;
}

#fg-3 {
  background: url(../assets/img/promotion-today.jpg) center center no-repeat;
  background-size: cover;
}

@media (max-width: 1920px) {

  #featured-grid .two-rows h2 {
    font-size: 38px;
    border-left: 10px solid #364e66;
    padding: 9px 0 0 15px;
  }

  #featured-grid .one-row h2 {
    font-size: 28px;
    border-left: 5px solid #364e66;
    padding: 5px 0 0 5px;
  }

}

@media (max-width: 1366px) {

  #featured-grid .two-rows h2 {
    font-size: 32px;
    padding: 7px 0 7px 12px;
  }

  #featured-grid .one-row h2 {
    font-size: 18px;
  }

}

@media (max-width: 1024px) {

  #featured-grid .two-rows h2 {
    font-size: 26px;
    padding: 5px 0 5px 10px;
  }

}

#featured-grid-2 {
  position: relative;
  width: 44%;
}

#featured-grid-2 .item {
  position: absolute;
  width: 48%;
  height: 48%;
}

#featured-grid-2 h2 {
  font-size: 21px;
  line-height: 1;
  border-left: 5px solid #364e66;
  padding: 4px 0 4px 5px;
  margin: 0;
  left: 6%;
  bottom: 6%;
  position: absolute;
  color: white;
  text-shadow: 0 0 0.2em rgba(0,0,0,0.8);
  font-family: 'itcavantgarde';
}

#fg2-1 {
  background: url(../assets/img/our-founding.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}

#fg2-2 {
  background: url(../assets/img/our-company.jpg) center center no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
}

#fg2-3 {
  background: url(../assets/img/our-facilities.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
}

#fg2-4 {
  background: url(../assets/img/eden-kids.jpg) center center no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
}

@media (max-width: 640px) {

  #featured-grid {
    margin-bottom: 0;
  }

  #featured-grid .two-rows h2,
  #featured-grid .one-row h2 {
    font-size: 24px;
    border-left: 10px solid #354c62;
    padding: 5px 0 5px 10px;
  }

}

@media (max-width: 1920px) {

  #featured-grid-2 h2 {
    font-size: 18px;
  }


}

@media (max-width: 1024px) {

  #featured-grid-2 .item {
    left: 0;
    right: 0;
    width: 100%;
    height: 24%;
    bottom: auto;
  }

  #featured-grid-2 h2 {
    font-size: 18px;
    bottom: 10%;
  }

  #fg2-1 {
    top: 0;
  }

  #fg2-2 {
    top: 25.3333%;
  }

  #fg2-3 {
    top: 50.6666%;
  }

  #fg2-4 {
    top: 76%;
  }

}

@media (max-width: 640px) {

  #featured-grid,
  .content-pane-wrapper,
  #featured-grid-2,
  .column,
  #main {
    width: 100%;
    display: block;
    column-count: 1;
  }

  #featured-grid-2 .item {
    top: auto!important;
    left: auto!important;
    right: auto!important;
    bottom: auto!important;
    position: relative;
    margin-bottom: 0;
    /*padding-bottom: 62.71547450764675%;*/
    padding-bottom: 31.357737253823375%;
    width: 50%;
    display: block;
    float: left;
  }

  #featured-grid-2 h2 {
    font-size: 14px;
    border-left: 10px solid #354c62;
    padding: 5px 0 0 10px;
  }

}

/* PAGES */

h1.page-title {
  color: #354c62;
  font-size: 30px;
  margin-bottom: 0.7em;
}

.hacked h1.page-title {
  font-family: 'Futura PT Demi';
  color: white;
  text-transform: uppercase;
}

h2.page-title {
  font-size: 40px;
  color: #364e66;
}

@media (max-width: 1200px) {

  h2.page-title {
    font-size: 30px;
    color: #364e66;
  }

}

@media (max-width: 640px) {

  h2.page-title {
    text-align: center;
  }

}

@media (max-width: 640px) {

  h2.page-title {
    text-align: center;
  }

}

.feature {
  width: 100%;
  height: 0;
}

#feature-1 {
  background: url(../assets/img/header-about.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 39.60227272727273%;
}

.item-no {
  font-family: 'Plateia Bold';
  font-size: 16px;
  margin: 0;
  color: #8e8e8e;
  margin-bottom: -30px;
}

.content-pane.full {
  padding: 60px 6%;
}

article {
  border-bottom: 2px solid #364e66;
  padding: 0 6% 50px;
  margin-bottom: 50px;
}

article .text {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 3%;
  -moz-column-gap: 3%;
  column-gap: 3%;
  /*break-inside: avoid;*/
  position: relative;
}

article .text p {
  margin: 0 0 1em 0;
}

.item-no,
.content-pane article h2 {
  margin-left: -3%;
}

article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

footer {
  background: #354c62;
  padding: 20px 8%;
}

footer p {
  color: white;
  margin: 0;
  font-family: 'Plateia Bold';
  font-size: 16px;
  line-height: 1;
  margin-top: 22px;
}

#hierarchy {
  float: right;
  max-width: 100%;
}

@media (max-width: 640px) {

  h1.page-title {
    margin-left: 9.66183574879227%;
    font-size: 21px;
  }

  .content-pane.full {
    padding: 40px 5.79710144927536%;
  }

  article {
    padding: 0 3.86473429951691% 20px;
    margin-bottom: 30px;
  }

  article .text {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .item-no,
  .content-pane article h2 {
    margin-left: 0;
  }

  .item-no {
    font-size: 14px;
  }

  .content-pane article h2 {
    font-size: 20px;
  }

  #hierarchy {
    margin-top: 1em;
  }


}

@media (max-width: 320px) {

  .content-pane p {
    font-size: 13px;
  }

}



/* HACKED */

body.hacked {
  color: #f92301;
  font-family: 'Modes';
}

.hacked-bg {
  transition: 2s all linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #e5eeef url(../assets/img/hacked-home@0,5x.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0;
}

body.hacked .hacked-bg {
  opacity: 1;
}

.hacked-bg.dark,
.home.hacked .hacked-bg,
.about.hacked .hacked-bg {
  background: #e5eeef url(../assets/img/hacked-bg.jpg) center center no-repeat;
  background-size: cover;
}

a.hacked {
  color: #f92301;
}

header.hacked nav a {
  color: #364e66;
  font-family: 'Futura PT Demi';
}

header nav a {
  font-family: 'Futura PT Demi'!important;
}

.about.hacked a,
.home.hacked a,
.about.hacked header nav a,
.about.hacked header nav a  {
  color: #ff2301;
}

.about.hacked .button,
.home.hacked .button,
.button.hacked {
  border: 5px solid #f92301;
}

.about.hacked .button,
.home.hacked .button,
.button.hacked-button:hover {
  background: rgba(0, 0, 0, 0.6);
}

#loading {
  height: 0;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background: black;
}

#loading span {
  display: block;
  float: left;
  margin-right: 50px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 2.4;
  font-family: 'Modes';
  color: #f92301;
}

#loading ul {
  list-style-type: none;
  padding: 0;
}

#loading .inner {
  padding: 5%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#loading ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 70px;
  float: left;
}

#loading ul li {
  background: rgba(249, 35, 1, 0.4);
  height: 70px;
  width: 35px;
  margin-right: 33px;
  float: left;
  position: relative;
}

#loading ul li:last-child {
  margin-right: 0;
}

#loading ul li div {
  background: rgba(249, 35, 1, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: 0.12s all ease-out;
}

#loading ul li.hit-1 div {
  height: 10%;
}

#loading ul li.hit-2 div {
  height: 20%;
}

#loading ul li.hit-3 div {
  height: 30%;
}

#loading ul li.hit-4 div {
  height: 40%;
}

#loading ul li.hit-5 div {
  height: 50%;
}

#loading ul li.hit-6 div {
  height: 60%;
}

#loading ul li.hit-7 div {
  height: 70%;
}

#loading ul li.hit-8 div {
  height: 80%;
}

#loading ul li.hit-9 div {
  height: 90%;
}

#loading ul li.hit-10 div {
  height: 100%;
}

.logo.red,
.about.hacked .logo,
.home.hacked .logo {
  background: url(../assets/img/logo-hacked.png) center center no-repeat;
  background-size: contain;
}

header nav.red li a {
  color: #f92301;
}

#home-hero h2 {
  overflow: hidden;
}

#home-hero h2.hacked {
  text-indent: -1000em;
  background: url(../assets/img/ending-humanity-together.png) center center no-repeat;
  background-size: contain;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#home-hero-wrapper {
  height: 100%;
}

#home-hero-wrapper .arrow {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  background: url(../assets/img/blue-chevron-down.png) center bottom no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
  height: 30px;
  width: 80px;
  cursor: pointer;
}

.about.hacked #menu-toggle,
.home.hacked #menu-toggle,
#menu-toggle.hacked {
  background: url(../assets/img/icon-menu-hacked.png) center center no-repeat;
  background-size: contain;
}


@media (max-width: 924px) {

  #loading ul {
    width: 100%;
  }

  #loading ul li {
    width: 5.40958268933539%;
    margin-right: 5.10046367851623%;
  }

}

@media (orientation: portrait) {

  #loading ul li {
    height: 5vh;
  }

}

@media (min-width: 641px) {

  .hacked header nav li:hover .subnav {
    background: rgb(249, 35, 1);
  }

  .hacked header nav li .subnav li a,
  .hacked header nav.red li .subnav li a {
    color: black;
  }

  .hacked .subnav::before {
    border-bottom: 6px solid rgb(249, 35, 1);
  }

  .hacked header nav li .subnav li a:hover,
  .hacked header nav.red li .subnav li a:hover {
    background: rgb(42, 42, 42);
    color: rgb(249, 35, 1);
    box-shadow: inset 0px 0px 2px 1px rgba(51, 51, 51, 1);
  }

  .hacked header nav li.active a,
  .hacked header nav.red li.active a {
    color: #01ffff;
  }

}

.hacked .sidebar {
  background: url(../assets/img/hackedbg1.png) center center no-repeat;
  background-size: cover;
}

.hacked .sidebar,
.hacked .sidebar .widget h2 {
  font-family: 'Modes';
}

.hacked .sidebar .widget h2 {
  color: #00ff00;
}

.hacked .content-pane h2 {
  color: #00ff00;
  margin-left: 0;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}

.hacked .content-pane h2 span {
  color: #00ff00;
}

.hacked #featured-grid .two-rows h2,
.hacked #featured-grid .one-row h2 {
  border-left: #ff0000 10px solid;
}

#featured-grid-2 h2 {
  border-left: #364e66 5px solid;
}

.hacked .content-pane {
  background: url(../assets/img/hackedbg2.png) center center no-repeat;
  background-size: cover;
}

.hacked .content-pane p {
  color: white;
  font-family: 'Futura PT Demi';
}

.hacked #fg-1 {
  background: url(../assets/img/we-are-liars.jpg) center center no-repeat;
  background-size: cover;
}

.hacked #fg-2 {
  background: url(../assets/img/we-kill-humanity.jpg) center center no-repeat;
  background-size: cover;
}

.hacked #fg-3 {
  background: url(../assets/img/we-make-soylent-green.jpg) center center no-repeat;
  background-size: cover;
}

.hacked #fg2-1 {
  background: url(../assets/img/skynet-is-our-friend.jpg) center center no-repeat;
  background-size: cover;
}

.hacked #fg2-2 {
  background: url(../assets/img/facilities-of-torture.jpg) center center no-repeat;
  background-size: cover;
}

.hacked #fg2-3 {
  background: url(../assets/img/we-pollute.jpg) center center no-repeat;
  background-size: cover;
}

.hacked #fg2-4 {
  background: url(../assets/img/services-of-death.jpg) center center no-repeat;
  background-size: cover;
}

.hacked #featured-grid .one-row h2 {
  font-size: 66px;
}
.hacked #featured-grid .one-row h2 {
  font-size: 50px;
}

@media (max-width: 1920px) {
  .hacked #featured-grid .one-row h2 {
    font-size: 28px;
  }
  .hacked #featured-grid .two-rows h2 {
    font-size: 48px;
  }
}

@media (max-width: 1366px) {
  .hacked #featured-grid .one-row h2 {
    font-size: 24px;
    border-left-width: 5px;
  }
  .hacked #featured-grid .two-rows h2 {
    font-size: 36px;
  }
  .hacked .content-pane h2 {
    font-size: 26px;
  }
  .hacked #featured-grid-2 h2 {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .hacked .content-pane h2 {
    font-size: 20px;
  }
  .hacked #featured-grid .one-row h2 {
    font-size: 18px;
  }
  .hacked #featured-grid .two-rows h2 {
    font-size: 24px;
    border-left-width: 5px;
  }
  .hacked .content-pane h2 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .hacked .sidebar {
    background: black;
    border-top: 1px solid white;
  }
  .hacked .sidebar .widget h2 {
    color: white;
    font-size: 22px;
    border-bottom: 1px solid white;
  }

  .about.hacked .hacked-bg,
  .home.hacked .hacked-bg {
    background: url(../assets/img/hacked-bg-mobile.jpg) center center no-repeat;
    background-size: cover;
  }
  .hacked #featured-grid-2 .item h2,
  .hacked #featured-grid .one-row h2,
  .hacked #featured-grid .two-rows h2 {
    font-size: 30px;
    border-left-width: 10px;
  }
}

@media (max-width: 320px) {
  .hacked #featured-grid-2 .item h2,
  .hacked #featured-grid .one-row h2,
  .hacked #featured-grid .two-rows h2 {
    font-size: 24px;
    border-left-width: 5px;
  }
  .hacked .sidebar .widget h2 {
    font-size: 18px!important;
  }
}

.hacked #feature-1 {
  background: url(../assets/img/hacked-header-about.jpg) center center no-repeat;
  background-size: cover;
}

.hacked .content-pane.full {
  background: black;
}

.hacked .item-no {
  font-family: Modes;
  text-transform: none;
  color: white;
   margin-bottom: 1em;
}

.hacked footer {
  background: #808080;
}

.hacked article {
  border-bottom-color: white;
}

.hacked header nav ul li a.active::after {
  background: white;
}

#login-form {
  width: 500px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#login-form h2 {
  font-size: 30px;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Futura PT Demi';
  text-align: center;
}

.button-alt {
  background: #364e66;
  color: white;
  font-size: 14px;
  font-family: 'Futura PT Demi';
  display: block;
  margin: 5px auto;
  width: 260px;
  text-align: center;
  padding: 4px 0;
}

fieldset {
  border: none;
  padding: 0;
  margin-bottom: 1.5em;
}

#login-form .button {
  width: 200px;
  margin: 0 auto;
  font-size: 16px;
  padding: 16px;
  height: 66px;
  margin-bottom: 40px;
  margin-top: 30px;
  line-height: 50px;
}

label {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Futura PT Medium';
  display: block;
}

input.text {
  border: 1px solid #364e66;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

@media (max-width: 1920px) {

  #login-form {
    width: 400px;
  }

  #login-form h2 {
    font-size: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Futura PT Demi';
    text-align: center;
  }

  .button-alt {
    font-size: 12px;
    margin: 4px auto;
    width: 220px;
  }

  #login-form .button {
    width: 150px;
    font-size: 12px;
    padding: 12px;
    height: 50px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  label {
    font-size: 12px;
  }

  input.text {
    padding: 11px;
    line-height: 15px;
  }

}

@media (max-width: 440px) {

  #login-form {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }

  #login-form h2 {
    font-size: 20px;
  }

}

@media (max-height: 540px) {

  #login-form {
    width: 300px;
  }

  #login-form h2 {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Futura PT Demi';
    text-align: center;
    margin-bottom: 0.5em;
  }

  .button-alt {
    font-size: 10px;
    margin: 2px auto;
    width: 200px;
  }

  #login-form .button {
    width: 150px;
    font-size: 12px;
    padding: 8px;
    height: 40px;
    line-height: 34px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  label {
    font-size: 10px;
  }

  input.text {
    padding: 5px;
    line-height: 10px;
    font-size: 14px;
  }

  fieldset {
    margin-bottom: 0.5em;
  }

  #login-form {
    left: 50%;
    top: auto;
    bottom: 40px;
    transform: translate(-50%, 0);
  }

}

@media (max-height: 360px) {

  #login-form {
    bottom: 30px;
  }

}

@media (max-height: 320px) {

  #login-form {
    bottom: 15px;
  }

}

.hacked .box-wrapper {
  opacity: 0.1;
}

.hacked .button-alt {
  background: rgb(249, 35, 1);
  color: black;
}

#meet-automo {
  display: block;
}

#meet-automo-inner {
  height: 0;
  padding-bottom: 27.8954802259887%;
  width: 100%;
  position: relative;
}

#meet-automo-inner > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/assets/img/meet-automo.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#meet-automo-inner > div > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/assets/img/meet-automo-hover.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.3s all ease-in;
}

#meet-automo-inner > div:hover > div {
  opacity: 1;
}

#meet-automo .content {
  font-family: 'Futura PT Demi';
  font-size: 50px;
  color: black;
  width: 47%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1;
}

#meet-automo .content span {
  font-size: 120px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

#home-partners {
  margin-bottom: 30px;
}

#home-partners ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#home-partners ul li {
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 38.64216680417171%;
  width: 20%;
  height: 0;
  position: relative;
}

#home-partners-1 {
  background: url(/assets/img/partner1-bw.jpg) center center no-repeat;
  background-size: cover;
}

#home-partners-1 a {
  background: url(/assets/img/partner1.jpg) center center no-repeat;
  background-size: cover;
}

#home-partners-2 {
  background: url(/assets/img/partner2-bw.jpg) center center no-repeat;
  background-size: cover;
}

#home-partners-2 a {
  background: url(/assets/img/partner2.jpg) center center no-repeat;
  background-size: cover;
}

#home-partners-3 {
  background: url(/assets/img/partner3-bw.png) center center no-repeat;
  background-size: cover;
}

#home-partners-3 a {
  background: url(/assets/img/partner3.png) center center no-repeat;
  background-size: cover;
}

#home-partners-4 {
  background: url(/assets/img/partner4-bw.png) center center no-repeat;
  background-size: cover;
}

#home-partners-4 a {
  background: url(/assets/img/partner4.png) center center no-repeat;
  background-size: cover;
}

#home-partners-5 {
  background: #231f20;
  color: white;
  font-size: 50px;
  box-sizing: border-box;
}

#home-partners-5 div {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 30px;
  top: 50%;
  color: white;
}


#home-partners ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: 0.2s all ease-out;
}

#home-partners ul li:hover a {
  opacity: 1;
}

#home-partners ul #home-partners-5 a {
  opacity: 1;
}

#get-promoted-today {
  color: white;
  font-size: 140px;
  line-height: 170px;
  text-transform: uppercase;
  background: #ff7274;
  padding: 20px 50px 20px;
  display: block;
}

@media (max-width: 1600px) {

  #get-promoted-today {
    font-size: 100px;
    line-height: 130px;
    padding: 20px 30px 20px;
  }

  #home-partners-5 {
    font-size: 36px;
  }

}

@media (max-width: 1024px) {

  #home-partners-5 {
    font-size: 28px;
  }

  #home-partners-5 div {
    left: 15px;
  }

  #get-promoted-today {
    font-size: 70px;
    line-height: 90px;
    padding: 20px 30px 20px;
  }

}

@media (max-width: 800px) {

  #home-partners-5 {
    font-size: 22px;
  }

  #home-partners-5 div {
    left: 10px;
  }

  #get-promoted-today {
    font-size: 60px;
    line-height: 80px;
    padding: 20px 30px 20px;
  }

}

@media (max-width: 640px) {

  #home-partners-5 {
    font-size: 22px;
  }

  #home-partners-5 div {
    left: 10px;
  }

}

@media (max-width: 360px) {

  #get-promoted-today {
    font-size: 46px;
    line-height: 62px;
    padding: 15px 20px;
  }

}


h2.featured {
  font-size: 82px;
  color: black;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

@media (max-width: 1920px) {

  h2.featured {
    font-size: 62px;
  }

}

@media (max-width: 1366px) {

  h2.featured {
    font-size: 44px;
  }

}

@media (max-width: 768px) {

  h2.featured {
    font-size: 32px;
  }

}

#meet-automo-full {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 30px;
}

#meet-automo-full div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/meet-automo-full.jpg) center center no-repeat;
  background-size: auto 100%;
}

@media (max-width: 900px) {

  #meet-automo-full {
    padding-bottom: 235.727969348659%;
  }

  #meet-automo-full div {
    background: url(/assets/img/meet-automo-full-mobile.jpg) center center no-repeat;
    background-size: auto 100%;
  }

}

.flexslider {
  margin-bottom: 40px;
}

.post-img {
  margin: 0 auto;
  display: block;
}

.post-img img {
  width: 100%;
  max-width: 100%;
}

.about article .text {
  margin-bottom: 40px;
}

.flex-break {
  page-break-after: always;
  break-after: always;
}

.post-img-left {
  max-width: 48%;
  float: left;
}

.post-img-right {
  max-width: 48%;
  float: right;
}

.text.text2 {
  display: block;
  columns: 1;
}

.text.text2 .content {
  width: 48%;
  float: left;
}

.text.text2.text3 .content {
  width: 48%;
  float: right;
}


@media (max-width: 640px) {
  #post-img-2 {
    max-width: 80%;
  }
  #post-img-3 {
    max-width: 100%;
  }
  #post-img-1,
  #post-img-2 {
    max-width: 90%;
    margin: 15px auto 40px;
    float: none;
  }
  .text.text2.text3 .content,
  .text.text2 .content {
    width: 100%;
    float: none;
  }
}

.partners .feature-img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.partners section {
  margin-bottom: 0;
}

.partners section .content-wrapper {
  background: white;
  padding: 30px 18.89204545454546%;
}

@media (max-width: 1200px) {

  .partners section .content-wrapper {
    background: white;
    padding: 30px 12%;
  }

  .partners section .company-logo {
    padding-bottom: 16%;
  }

}

@media (max-width: 800px) {

  .partners section .content-wrapper {
    background: white;
    padding: 20px 30px;
  }

}

.partners section .company-logo {
  float: left;
  width: 22%;
  height: 0;
  padding-bottom: 11.82026431718062%;
  margin-right: 5%;
  position: relative;
}

.partners section .company-logo div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partners section .content {
  float: right;
  color: #808080;
  font-size: 16px;
  line-height: 23px;
  width: 73%;
}

.partners section .content p {
  margin: 0 0 1em;
}

.partners section h2 {
  font-size: 40px;
  font-family: Locator;
  font-weight: bold;
  margin-bottom: 1em;
}

@media (max-width: 1920px) {

  .partners section h2 {
    font-size: 30px;
  }

}

@media (max-width: 640px) {

  .partners section h2 {
    font-size: 24px;
  }

  .partners section p {
    font-size: 14px;
    line-height: 1.4375;
  }

}

@media (max-width: 480px) {

  .partners section .content,
  .partners section .company-logo {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .partners section p {
    font-size: 12px;
    line-height: 1.4375;
  }

  .partners section .company-logo {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30%;
    margin-bottom: 20px;
  }

  .partners section h2 {
    font-size: 22px;
  }

}

#partner-1 .company-logo div {
  background: url(/assets/img/partner1-logo.jpg) center center no-repeat;
  background-size: contain;
}

#partner-2 .company-logo div {
  background: url(/assets/img/partner2-logo.png) center center no-repeat;
  background-size: contain;
}

#partner-3 .company-logo div {
  background: url(/assets/img/partner3-logo.png) center center no-repeat;
  background-size: contain;
}

#partner-4 .company-logo div {
  background: url(/assets/img/partner4-logo.png) center center no-repeat;
  background-size: contain;
}

#partner-5 .company-logo div {
  background: url(/assets/img/partner5-logo.png) center center no-repeat;
  background-size: contain;
}

#partner-6 .company-logo div {
  background: url(/assets/img/partner6-logo.png) center center no-repeat;
  background-size: contain;
}

#partner-7 .company-logo div {
  background: url(/assets/img/partner7-logo.png) center center no-repeat;
  background-size: contain;
}

#partner-8 .company-logo div {
  background: url(/assets/img/partner8-logo.png) center center no-repeat;
  background-size: contain;
}

#partner-9 .company-logo div {
  background: url(/assets/img/partner9-logo.png) center center no-repeat;
  background-size: contain;
}

.promotion .content-pane.full {
  padding: 0 15%;
}

#mce-EMAIL {
  float: left;
  border: 5px solid rgb(54, 78, 102);
  display: block;
  width: 76%;
  box-sizing: border-box;
  height: 50px;
  padding: 0 12px;
}

input, button {
  border-radius: 0;
}

#mc-embedded-subscribe {
  float: right;
  display: block;
  width: 24%;
  box-sizing: border-box;
  height: 50px;
  line-height: 2.1;
  border-left: 0;
  padding-left: 0;
  padding-right: 0;
}

#mc-embedded-subscribe-form {
  width: 60%;
  padding: 3em 0 4em;
  margin: 0 auto;
}

#mc_embed_signup_scroll {
  display: inline;
}

#mce-responses {
  margin-top: 1em;
}

@media (max-width: 1200px) {

  #mce-EMAIL {
    width: 70%;
  }

  #mc-embedded-subscribe {
    width: 30%;
    font-size: 14px;
  }

  #mc-embedded-subscribe-form {
    width: 80%;
  }

}

@media (max-width: 1800px) {

  #mc-embedded-subscribe-form {
    width: 100%;
  }

}
@media (max-width: 640px) {

  .promotion .content-pane.full {
    padding: 0 30px;
  }

}

@media (max-width: 360px) {

  #mc-embedded-subscribe {
    width: 30%;
    font-size: 12px;
  }

  #mc-embedded-subscribe-form {
    width: 100%;
  }

}

#product-display {
  height: 0;
  padding-bottom: 41.79019384264538%;
  position: relative;
}

#product-display div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#product-display div.mekomo {
  background: url(/assets/img/mekomo-full.jpg) center center no-repeat;
  background-size: cover;
}

#product-display div.tekomo {
  background: url(/assets/img/tekomo-full.jpg) center center no-repeat;
  background-size: cover;
}

#product-display div.dynomo {
  background: url(/assets/img/dynomo-full.jpg) center center no-repeat;
  background-size: cover;
}

#product-display div.hornet-drone {
  background: url(/assets/img/hornet-drone-full.jpg) center center no-repeat;
  background-size: cover;
}

#products-grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#products-grid li {
  width: 25%;
  padding-bottom: 25%;
  height: 0;
  float: left;
  cursor: pointer;
}

#products-grid li#mekomos {
  background: url(/assets/img/mekomos.jpg) center center no-repeat;
  background-size: cover;
}

#products-grid li#tekomos {
  background: url(/assets/img/tekomos.jpg) center center no-repeat;
  background-size: cover;
}

#products-grid li#dynomos {
  background: url(/assets/img/dynomos.jpg) center center no-repeat;
  background-size: cover;
}

#products-grid li#hornet-drones {
  background: url(/assets/img/hornet-drones.jpg) center center no-repeat;
  background-size: cover;
}

@media (max-width: 640px) {

  #product-display {
    display: none;
  }

  #products-grid li {
    width: 100%;
    padding-bottom: 100%;
  }

  caption p {
    font-size: 12px;
    line-height: 1.3;
  }

}

#carousel li {
  cursor: pointer;
}
