@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(//fonts.googleapis.com/css?family=Cardo);
/* colors */
/* media queries */
/* fonts */
@font-face {
  font-family: 'social_icons';
  src: url("fonts/socials_3/icomoon.eot");
  src: url("fonts/socials_3/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/socials_3/icomoon.woff") format("woff"), url("fonts/socials_3/icomoon.ttf") format("truetype"), url("fonts/socials_3/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* HTML reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none; }

::-moz-selection {
  background: #333333;
  color: white;
  text-shadow: none; }

::selection {
  background: #333333;
  color: white;
  text-shadow: none; }

strong {
  font-weight: bold; }

@-webkit-keyframes load_spin {
  from {
    -webkit-transform: rotate(0); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes load_spin {
  from {
    -moz-transform: rotate(0); }

  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes load_spin {
  from {
    -o-transform: rotate(0); }

  to {
    -o-transform: rotate(360deg); } }

@keyframes load_spin {
  from {
    transform: rotate(0); }

  to {
    transform: rotate(360deg); } }

@-webkit-keyframes keys_pulse {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes keys_pulse {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes keys_pulse {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes keys_pulse {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } }

* {
  margin: 0px; }

html, body {
  height: 100%;
  width: 100%;
  font-family: "Lato", sans-serif;
  background: black;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #333333;
  position: relative; }

.clearfix {
  zoom: 1;
  clear: both; }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

h1, h2, h3, h4 {
  line-height: 1.3em; }

h1 {
  font-size: 50px;
  font-weight: 300; }

h2 {
  font-size: 50px;
  font-weight: 300;
  overflow: hidden; }
  h2 span {
    position: relative;
    display: inline-block;
    line-height: 1; }
    h2 span:before, h2 span:after {
      content: "";
      position: absolute;
      top: 50%;
      height: 1px;
      background: #999999;
      width: 99999px; }
    h2 span:before {
      left: 100%;
      margin-left: 20px; }
    h2 span:after {
      right: 100%;
      margin-right: 20px; }

h3 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  margin: 15px auto;
  overflow: hidden; }
  h3 span {
    position: relative;
    display: inline-block;
    line-height: 1; }
    h3 span:before, h3 span:after {
      content: "";
      position: absolute;
      top: 50%;
      height: 1px;
      background: #999999;
      width: 99999px; }
    h3 span:before {
      left: 100%;
      margin-left: 20px; }
    h3 span:after {
      right: 100%;
      margin-right: 20px; }

h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px; }

h6 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 0;
  margin: 10px 0;
  display: inline-block;
  border-bottom: 1px solid white; }

a {
  color: #333333;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

p {
  font-weight: 300;
  font-size: 14px;
  font-family: "Cardo", serif;
  line-height: 1.3em; }

ul {
  font-weight: normal; }

#content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

.ajax_in {
  opacity: 1; }

.ajax_out {
  opacity: 0; }

.safari #content {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.hidden {
  opacity: 0; }

.transition_wrap {
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
  opacity: 0; }
  .transition_wrap .five_out {
    width: 220px;
    height: 35px;
    position: absolute;
    z-index: 18;
    left: 50%;
    margin-left: -110px;
    top: 50%;
    margin-top: -17px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.1s;
    -moz-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s; }
  .transition_wrap .load_line {
    width: 100%;
    height: 1px;
    background: #b9b9b9;
    position: absolute;
    top: 50%;
    z-index: 17;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    -moz-transition: 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s; }

.transition_wrap.init_load {
  opacity: 1;
  display: block;
  z-index: 99999; }
  .transition_wrap.init_load .five_out {
    opacity: 1; }
  .transition_wrap.init_load .load_line {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.no-csstransforms .transition_wrap .load_line, .android .trans_wrap {
  width: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out; }

.no-csstransforms .init_load .transition_wrap .load_line, .android .init_load .transition_wrap .load_line {
  width: 100%; }

.content_width {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px; }

.ie8 .transition_wrap {
  display: none; }

.header_nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 9999999;
  background: black;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .header_nav #nav_links {
    position: relative; }
  .header_nav .menu_icon {
    position: absolute;
    display: inline-block;
    left: 65px;
    width: 30px;
    height: 50px; }
    .header_nav .menu_icon span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 3px;
      margin-top: -1.5px;
      background-color: white;
      font-size: 0px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .header_nav .menu_icon .menu1, .header_nav .menu_icon .menu2 {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background: white;
      content: "";
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .header_nav .menu_icon .menu1 {
      top: 35%;
      margin-top: -1px; }
    .header_nav .menu_icon .menu2 {
      top: 65%; }
  .header_nav .logo {
    position: relative;
    z-index: 15; }
  .header_nav .arrow_logo {
    background: url(../img/arrow_logo.svg) no-repeat;
    background-size: 100px 23px;
    width: 100px;
    height: 23px;
    margin: 15px auto;
    display: inline-block; }
  @media screen and (max-width: 600px) {
    .header_nav .menu_icon {
      left: 20px; } }

.header_nav .active span {
  background-color: transparent; }

.header_nav .active .menu1 {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.header_nav .active .menu2 {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.no-csstransforms .header_nav .menu_icon span {
  background: url(../img/menu.png) no-repeat transparent;
  width: 30px;
  height: 50px;
  top: 0; }
.no-csstransforms .header_nav .menu_icon .menu1, .no-csstransforms .header_nav .menu_icon .menu2 {
  display: none; }

.no-svg .arrow_logo {
  background: url(../img/arrow_logo.png) no-repeat; }

.nav_bg, #work_nav {
  background: rgba(0, 0, 0, 0.5); }

.btn {
  margin: 15px auto;
  padding: 10px 15px;
  background: black;
  color: white;
  border: 1px solid white;
  display: inline-block; }

.button_base {
  margin: 0;
  border: 0;
  font-size: 18px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: 25px;
  margin-left: -125px;
  width: 250px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  cursor: default; }
  .button_base:hover {
    cursor: pointer; }

.home_button {
  perspective: 500px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }
  .home_button span {
    position: absolute;
    text-align: center;
    padding: 10px;
    border: white solid 1px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0; }
    .home_button span:nth-child(1) {
      background-color: black;
      color: white;
      z-index: 0;
      width: 100%;
      height: 50px;
      clip: rect(0px, 125px, 50px, 0px);
      position: absolute;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transform: rotateX(0deg);
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      transform-origin: 50% 50% -25px;
      -webkit-transform-origin: 50% 50% -25px;
      -moz-transform-origin: 50% 50% -25px; }
    .home_button span:nth-child(2) {
      background-color: black;
      color: white;
      z-index: -1;
      width: 100%;
      height: 50px;
      clip: rect(0px, 125px, 50px, 0px);
      position: absolute;
      transform: rotateX(90deg);
      -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg);
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transform-origin: 50% 50% -25px;
      -webkit-transform-origin: 50% 50% -25px;
      -moz-transform-origin: 50% 50% -25px; }
    .home_button span:nth-child(3) {
      background-color: black;
      color: white;
      z-index: 0;
      width: 100%;
      height: 50px;
      clip: rect(0px, 250px, 50px, 125px);
      position: absolute;
      transition: all 0.2s ease 0.1s;
      -webkit-transition: all 0.2s ease 0.1s;
      -moz-transition: all 0.2s ease 0.1s;
      transform: rotateX(0deg);
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      transform-origin: 50% 50% -25px;
      -webkit-transform-origin: 50% 50% -25px;
      -moz-transform-origin: 50% 50% -25px; }
    .home_button span:nth-child(4) {
      color: white;
      background-color: white;
      z-index: -1;
      width: 100%;
      height: 50px;
      clip: rect(0px, 250px, 50px, 125px);
      position: absolute;
      transform: rotateX(-90deg);
      -webkit-transform: rotateX(-90deg);
      -moz-transform: rotateX(-90deg);
      transition: all 0.2s ease 0.1s;
      -webkit-transition: all 0.2s ease 0.1s;
      -moz-transition: all 0.2s ease 0.1s;
      transform-origin: 50% 50% -25px;
      -webkit-transform-origin: 50% 50% -25px;
      -moz-transform-origin: 50% 50% -25px; }
  .home_button:hover span {
    border: black solid 1px; }
    .home_button:hover span:nth-child(1) {
      background-color: white;
      color: black;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transform: rotateX(-90deg);
      -webkit-transform: rotateX(-90deg);
      -moz-transform: rotateX(-90deg); }
    .home_button:hover span:nth-child(2) {
      background-color: white;
      color: black;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transform: rotateX(0deg);
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg); }
    .home_button:hover span:nth-child(3) {
      background-color: black;
      transition: all 0.2s ease 0.1s;
      -webkit-transition: all 0.2s ease 0.1s;
      -moz-transition: all 0.2s ease 0.1s;
      transform: rotateX(90deg);
      -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg); }
    .home_button:hover span:nth-child(4) {
      background-color: white;
      color: black;
      transition: all 0.2s ease 0.1s;
      -webkit-transition: all 0.2s ease 0.1s;
      -moz-transition: all 0.2s ease 0.1s;
      transform: rotateX(0deg);
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg); }

.no-csstransforms3d .home_button span, .safari .home_button span {
  clip: auto; }
  .no-csstransforms3d .home_button span:nth-child(1), .safari .home_button span:nth-child(1) {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .no-csstransforms3d .home_button span:nth-child(2), .no-csstransforms3d .home_button span:nth-child(3), .no-csstransforms3d .home_button span:nth-child(4), .safari .home_button span:nth-child(2), .safari .home_button span:nth-child(3), .safari .home_button span:nth-child(4) {
    display: none; }
.no-csstransforms3d .home_button:hover span:nth-child(1), .safari .home_button:hover span:nth-child(1) {
  background: white;
  color: black; }

.ie8 .home_button, .ie8 .button_base {
  background: black;
  color: white;
  border: 1px solid white;
  -webkit-perspective: none;
  -moz-perspective: none;
  perspective: none;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat; }
  .ie8 .home_button span, .ie8 .button_base span {
    text-align: center;
    width: 100%;
    padding: 0;
    border: none;
    line-height: 50px; }
  .ie8 .home_button:hover, .ie8 .button_base:hover {
    background: white;
    color: black;
    border: 1px solid black; }

.sam-menu {
  background: white;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  width: 100%;
  height: 50px;
  padding-top: 50px;
  opacity: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease; }
  .sam-menu ul {
    position: relative;
    margin: 0 auto;
    text-align: center; }
    .sam-menu ul li {
      display: inline; }
      .sam-menu ul li a {
        z-index: 3;
        position: relative;
        color: black;
        font-size: 1em;
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 0 1em;
        text-align: center;
        line-height: 50px;
        text-decoration: none;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .sam-menu ul li a:hover {
          color: #999999;
          text-decoration: none; }
        .sam-menu ul li a:active {
          color: #999999; }
  @media screen and (max-width: 680px) {
    .sam-menu {
      height: 110px; }
      .sam-menu ul {
        padding-top: 10px;
        width: 310px; }
        .sam-menu ul li a {
          font-size: 0.8em;
          letter-spacing: 1px; } }

.sam-menu-top {
  position: fixed;
  opacity: 1;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition-duration: 0.5s; }
  @media screen and (max-width: 600px) {
    .sam-menu-top {
      -webkit-transform: translateY(-160px);
      -moz-transform: translateY(-160px);
      -ms-transform: translateY(-160px);
      -o-transform: translateY(-160px);
      transform: translateY(-160px); } }

.sam-menu-top.sam-menu-open {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-duration: 0.5s; }

.no-csstransforms .sam-menu, .android .sam-menu {
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  transition: top 0.3s ease; }

.no-csstransforms .sam-menu-top, .android .sam-menu-top {
  top: -50px;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  @media screen and (max-width: 600px) {
    .no-csstransforms .sam-menu-top, .android .sam-menu-top {
      top: -160px; } }

.no-csstransforms .sam-menu-top.sam-menu-open, .android .sam-menu-top.sam-menu-open {
  top: 0px; }

.no-svg .sam-menu #close_nav {
  height: 32px;
  padding: 10px 0;
  font-style: normal;
  background: url(../img/close.png) no-repeat 20px 15px;
  display: block;
  cursor: pointer; }

.signup {
  position: absolute;
  top: 0;
  right: 180px;
  z-index: 15;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  color: white;
  font-size: 14px; }
  @media screen and (max-width: 600px) {
    .signup {
      right: 20px; } }

[data-icon]:before {
  font-family: "social_icons";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.share_wrap {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 14; }
  @media screen and (max-width: 600px) {
    .share_wrap {
      display: none; } }

.share_wrap input[type="checkbox"] {
  display: none; }

.share_wrap .checkbox:checked + .label {
  color: #c4252d; }

.share_wrap .checkbox:checked ~ .share {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.share_wrap .label {
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  line-height: 24px;
  display: block;
  width: 180px; }
  .share_wrap .label p {
    line-height: 50px;
    color: white;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 600px) {
      .share_wrap .label p {
        text-align: right;
        padding-right: 20px; } }

.share_wrap .share {
  position: absolute;
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  transform: translateY(-90px);
  opacity: 0;
  z-index: 0;
  height: 50px;
  width: 180px; }

.share_wrap .share ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  height: 50px;
  width: 180px;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  list-style: none; }

.share_wrap .share ul li a {
  font-size: 20px;
  cursor: pointer;
  width: 60px;
  margin: 0;
  padding: 13px 0;
  text-align: center;
  float: left;
  display: block;
  height: 22px;
  color: #333333;
  background: transparent;
  text-decoration: none; }
  .share_wrap .share ul li a:hover {
    background: white;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }

.share_wrap .share ul:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 35px auto;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #3b5998; }

.share_wrap .share li a.tweet {
  padding: 12px 0; }

.share_wrap .share li a.mail_share {
  padding: 12px 0; }

footer {
  padding: 39px 0 17px;
  color: white;
  font: normal 12px/1 Arial, sans-serif;
  background: black;
  position: relative;
  z-index: 4; }
  footer a {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: white; }
    footer a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 600px) {
    footer {
      overflow: hidden; } }

.ie8 footer {
  padding-top: 40px;
  margin-top: 40px; }

.footer-stack-col {
  float: left;
  padding: 0;
  border: 0 none;
  margin: 0;
  width: 25%; }
  @media screen and (max-width: 600px) {
    .footer-stack-col {
      padding: 0 26px 24px;
      margin-bottom: 28px;
      display: block;
      padding: 0 26px 24px;
      border-bottom: 1px solid #8b8b8b;
      width: 100%; } }

.footer-base {
  padding: 0; }

.footer-stack {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  *zoom: 1; }
  .footer-stack:after, .footer-stack:before {
    content: " ";
    display: table; }
  .footer-stack:after {
    clear: both; }
  @media screen and (max-width: 600px) {
    .footer-stack {
      width: 100%; } }

.footer-base {
  padding: 0 26px;
  *zoom: 1; }
  .footer-base:after, .footer-base:before {
    content: " ";
    display: table; }
  .footer-base:after {
    clear: both; }

.footer-base-cont {
  margin: 20px auto 0;
  text-align: center;
  max-width: 860px; }
  .footer-base-cont li {
    display: inline-block; }
  @media screen and (max-width: 600px) {
    .footer-base-cont {
      max-width: 600px;
      text-align: left; }
      .footer-base-cont .vList_switch li {
        margin-left: 0;
        margin-right: 15px; } }

.vList {
  *zoom: 1; }
  .vList:after, .vList:before {
    content: " ";
    display: table; }
  .vList:after {
    clear: both; }
  .vList > * {
    display: block;
    margin-bottom: 14px; }

.vList_switch > * {
  float: left; }

.vList_switch > * + * {
  margin-left: 60px; }

.partsSearch {
  *zoom: 1; }
  .partsSearch:after, .partsSearch:before {
    content: " ";
    display: table; }
  .partsSearch:after {
    clear: both; }

.partsSearch-label {
  display: block;
  float: left;
  margin-bottom: 14px;
  text-align: left; }

.partsSearch-fieldText {
  display: block;
  float: left;
  margin: 0 0 0 12px;
  width: 148px;
  height: 16px;
  padding: 0 5px;
  border: none;
  border-radius: 0;
  font-size: 10px;
  line-height: normal;
  clear: none; }

.partsSearch-submit {
  display: block;
  float: left;
  position: relative;
  width: 16px;
  height: 16px;
  background: #33bff7;
  background: -moz-linear-gradient(top, #33bff7 0%, #026783 100%);
  background: -webkit-linear-gradient(top, #33bff7 0%, #026783 100%);
  background: -o-linear-gradient(top, #33bff7 0%, #026783 100%);
  background: -ms-linear-gradient(top, #33bff7 0%, #026783 100%);
  background: linear, to bottom, #33bff7 0%, #026783 100%; }
  .partsSearch-submit:hover {
    background: #026783; }

.partsSearch-submit_btn {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 0.2;
  font-size: 0;
  border: none;
  background: url(../img/search-arrow.png) center no-repeat;
  vertical-align: middle; }
  .partsSearch-submit_btn:hover {
    background: url(../img/search-arrow.png) center no-repeat;
    cursor: pointer; }

.arrowLogo {
  display: block;
  width: 98px;
  height: 21px;
  background: url(../img/arrow_footer_logo.png) no-repeat;
  text-indent: -9999px; }

.technicolor_wht {
  color: white; }

.technicolor_red {
  color: #e31b23; }

.technicolor_orange {
  color: #fdbb30; }

.technicolor_yellow {
  color: #ffe512; }

.technicolor_yellowGreen {
  color: #c1d82f; }

.technicolor_green {
  color: #54b948; }

.technicolor_blueLt {
  color: #72cdf4; }

.technicolor_blue {
  color: #009ddc; }

.technicolor_purple {
  color: #92278f; }

.technicolor_redDrk {
  color: #96172e; }

.technicolor:hover {
  text-decoration: underline; }

.technicolor_red:hover {
  color: #e31b23; }

.technicolor_orange:hover {
  color: #fdbb30; }

.technicolor_yellow:hover {
  color: #ffe512; }

.technicolor_yellowGreen:hover {
  color: #c1d82f; }

.technicolor_green:hover {
  color: #54b948; }

.technicolor_blueLt:hover {
  color: #72cdf4; }

.technicolor_blue:hover {
  color: #009ddc; }

.technicolor_purple:hover {
  color: #92278f; }

.technicolor_redDrk:hover {
  color: #96172e; }

.socialIcons {
  overflow: hidden; }

.socialIcons-item {
  display: inline-block;
  width: 23px;
  height: 23px;
  padding: 0;
  margin: 0;
  background: url(../img/icon-social.jpg) no-repeat; }
  .socialIcons-item + .socialIcons-item {
    margin: 0 0 0 22px; }

.socialIcons-item_twitter {
  background-position: 0 0; }

.socialIcons-item_linkedIn {
  background-position: -23px 0; }

.socialIcons-item_facebook {
  background-position: -46px 0; }

.socialIcons-item_youtube {
  background-position: -69px 0; }

.socialIcons-item-link {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px; }

.home_body {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0; }
  .home_body #header_video {
    min-height: 100%; }
    .home_body #header_video #header_video_html5_api {
      min-height: 90%; }

.hr {
  margin: 0 auto;
  width: 2px;
  height: 25px; }

.loading #close_nav {
  background: none; }
  .loading #close_nav span {
    display: block;
    font-style: normal;
    font-weight: normal;
    -webkit-animation: load_spin 1s infinite linear;
    -moz-animation: load_spin 1s infinite linear;
    animation: load_spin 1s infinite linear;
    -webkit-font-smoothing: antialiased; }

.no-csstransforms .loading #close_nav span {
  color: transparent;
  background: url(../img/loader.gif) no-repeat center center;
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
  -webkit-animation: none 0s;
  -moz-animation: none 0s;
  animation: none 0s; }

.no-svg .loading #close_nav {
  background: none; }

.home_body .home {
  height: 100%;
  position: relative;
  top: 0;
  width: 100%; }
  .home_body .home .main {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .home_body .home .main img {
      width: 100%;
      height: 100%; }
    .home_body .home .main div {
      height: 100%;
      vertical-align: bottom;
      font-weight: 300;
      width: 40%;
      margin: 0 5%;
      float: left;
      position: relative; }
      .home_body .home .main div a {
        font-weight: 300;
        width: auto;
        padding: 0;
        margin: 0 auto;
        display: block;
        text-align: center;
        text-decoration: none;
        position: absolute;
        bottom: 15%;
        width: 100%; }
        .home_body .home .main div a h1 {
          font-size: 30px;
          color: white;
          text-transform: uppercase;
          margin: 10px 0;
          font-weight: 300; }
        .home_body .home .main div a p {
          font-size: 16px;
          color: white;
          margin: 0 auto 15px;
          max-width: 460px; }
@media screen and (max-width: 767px) {
  .home_body {
    overflow-y: scroll; }
    .home_body .home .main {
      overflow-y: scroll;
      padding: 100px 0 10px; }
      .home_body .home .main div {
        width: 85%;
        float: none;
        height: auto;
        margin-right: 5%; }
        .home_body .home .main div a {
          margin: 100px 0;
          position: relative; } }
@media screen and (max-width: 400px) {
  .home_body {
    height: auto; } }

#big-video-wrap {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.touch #big-video-wrap {
  display: none; }

.home_body #big-video-wrap {
  background: url(../video/arrow_home_flat.jpg) no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }
@media screen and (max-width: 600px) {
  .home_body {
    background: url(../video/arrow_home_flat_mobile.jpg) no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; }
    .home_body .home .main a {
      top: 7%;
      left: 3%; } }

.touch .home {
  background: url(../video/arrow_home_flat.jpg) no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }
  @media screen and (max-width: 600px) {
    .touch .home {
      background: url(../video/arrow_home_flat_mobile.jpg) no-repeat;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important; } }

.loading .home {
  display: none; }

.vjs-text-track-display, .vjs-control-bar {
  display: none !important; }

.technology {
  width: 100%;
  height: 100%; }
  .technology .flexslider {
    margin: 0 auto;
    background: #f8f8f8; }
    .technology .flexslider .slides .animation {
      width: 70%;
      float: right;
      padding-top: 50px;
      height: 100%;
      display: table; }
      .technology .flexslider .slides .animation .wrap {
        display: table-cell;
        height: auto;
        vertical-align: middle;
        width: 100%;
        background: url("../img/load_bg.gif") no-repeat center center;
        background-size: 32px 32px; }
        .technology .flexslider .slides .animation .wrap .gif {
          display: table-cell;
          vertical-align: middle;
          width: 100%;
          max-width: 100%;
          opacity: 1;
          -webkit-transition: opacity 0.3s ease;
          -moz-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
        .technology .flexslider .slides .animation .wrap .init_gif {
          opacity: 0; }
    .technology .flexslider .slides .flex-caption {
      width: 24%;
      padding: 0 0 0 6%;
      margin: 0 auto;
      left: 0;
      color: #333333;
      right: auto;
      height: 100%;
      bottom: auto;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      background: transparent; }
      .technology .flexslider .slides .flex-caption article {
        vertical-align: middle;
        display: table;
        text-align: center;
        height: 100%; }
        .technology .flexslider .slides .flex-caption article .wrap {
          display: table-cell;
          vertical-align: middle; }
          .technology .flexslider .slides .flex-caption article .wrap h3 {
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #575757;
            font-weight: 300;
            font-size: 1.5em; }
          .technology .flexslider .slides .flex-caption article .wrap p {
            line-height: 2em;
            text-align: center; }
            @media only screen and (max-width: 1100px) {
              .technology .flexslider .slides .flex-caption article .wrap p {
                line-height: 1.7em; } }
          .technology .flexslider .slides .flex-caption article .wrap .btn_wrap {
            position: relative;
            left: auto;
            margin: 10px auto; }
          .technology .flexslider .slides .flex-caption article .wrap .directional {
            opacity: 1; }
            @media only screen and (max-width: 600px) {
              .technology .flexslider .slides .flex-caption article .wrap .directional {
                background: url("../img/swipe_icon.svg") no-repeat center center; } }
    .technology .flexslider .flex-direction-nav {
      position: absolute;
      width: 37%;
      bottom: 5%; }
      .technology .flexslider .flex-direction-nav a {
        border: 1px solid #333333; }
        @media only screen and (min-width: 320px) and (max-width: 767px) {
          .technology .flexslider .flex-direction-nav a {
            bottom: 30%;
            top: auto; } }
        @media only screen and (max-width: 450px) {
          .technology .flexslider .flex-direction-nav a {
            bottom: 5%;
            top: auto; } }
        .technology .flexslider .flex-direction-nav a:after {
          position: absolute;
          box-sizing: border-box;
          border-top: 1px solid #333333;
          border-left: 1px solid #333333;
          content: "";
          width: 15px;
          height: 15px;
          top: 28px;
          margin-top: -1em; }
      .technology .flexslider .flex-direction-nav .flex-next {
        right: 50%;
        margin-right: -50px;
        background: white; }
        .technology .flexslider .flex-direction-nav .flex-next:after {
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          transform: rotate(135deg);
          right: 75%;
          margin-right: -1em; }
        .technology .flexslider .flex-direction-nav .flex-next:hover {
          background: #333333;
          border: 1px solid white; }
          .technology .flexslider .flex-direction-nav .flex-next:hover:after {
            border-top: 1px solid white;
            border-left: 1px solid white; }
      .technology .flexslider .flex-direction-nav .flex-prev {
        left: 50%;
        margin-left: -50px;
        background: white; }
        .technology .flexslider .flex-direction-nav .flex-prev:hover {
          background: #333333;
          border: 1px solid white; }
          .technology .flexslider .flex-direction-nav .flex-prev:hover:after {
            border-top: 1px solid white;
            border-left: 1px solid white; }
  @media only screen and (max-width: 768px) {
    .technology {
      height: 100%; }
      .technology .flexslider .slides .animation {
        float: none;
        width: auto;
        height: 40%; }
      .technology .flexslider .slides .flex-caption {
        float: none;
        width: 90%;
        padding: 0 5%;
        float: none;
        height: auto;
        max-width: none; }
        .technology .flexslider .slides .flex-caption article {
          width: 100%; }
          .technology .flexslider .slides .flex-caption article .wrap {
            text-align: center; }
            .technology .flexslider .slides .flex-caption article .wrap h3, .technology .flexslider .slides .flex-caption article .wrap p {
              max-width: 600px;
              margin: 15px auto; }
      .technology .flexslider .flex-direction-nav {
        width: 100%; }
        .technology .flexslider .flex-direction-nav .flex-next {
          right: 50%; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .technology {
      height: auto; }
      .technology .flexslider {
        height: auto; }
        .technology .flexslider .slides {
          height: auto; }
          .technology .flexslider .slides .animation {
            width: 100%;
            float: none; }
          .technology .flexslider .slides .flex-caption {
            width: 90%;
            padding: 10px 5% 110px;
            max-width: none;
            position: relative; }
        .technology .flexslider .flex-direction-nav {
          width: 100%; } }

.no-csstransforms3d .technology .flexslider .flex-direction-nav a {
  width: 40px;
  height: 40px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .no-csstransforms3d .technology .flexslider .flex-direction-nav a:after {
    width: 15px;
    height: 30px;
    top: 5px;
    margin-top: 0; }
.no-csstransforms3d .technology .flexslider .flex-direction-nav .flex-next:after {
  background: url("../img/arrows.png") no-repeat right bottom;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border: none;
  right: 50%;
  margin-right: -10px; }
.no-csstransforms3d .technology .flexslider .flex-direction-nav .flex-next:hover:after {
  background: url("../img/arrows.png") no-repeat right top; }
.no-csstransforms3d .technology .flexslider .flex-direction-nav .flex-prev:after {
  background: url("../img/arrows.png") no-repeat left bottom;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border: none;
  left: 50%;
  margin-left: -10px; }
.no-csstransforms3d .technology .flexslider .flex-direction-nav .flex-prev:hover:after {
  background: url("../img/arrows.png") no-repeat left top; }

.team {
  background: white; }
  .team header p {
    font-style: italic;
    font-size: 18px; }

.team_wrap {
  position: relative;
  z-index: 3;
  margin: 50px auto;
  max-width: 1280px; }
  @media screen and (max-width: 1290px) {
    .team_wrap {
      width: 100%; } }
  .team_wrap h3 {
    text-align: center;
    padding: 40px 0 20px;
    width: 90%;
    max-width: 700px; }

.logos {
  text-align: center;
  margin: 0 auto 80px;
  width: 100%;
  padding: 0; }
  .logos section {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .logos section a {
      display: inline-block;
      width: 205px;
      height: 86px; }
      .logos section a img {
        width: 100%;
        max-width: 100%;
        display: block;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      .logos section a:hover img {
        opacity: 0.7; }

.artist {
  overflow: hidden; }

.artist-media {
  float: left;
  width: 50%; }
  .artist-media img {
    width: 100%;
    max-width: 100%; }

.artist-media_inverse {
  float: right; }

.artist-content {
  display: table;
  height: 407px; }

.artist-content-text {
  display: table-cell;
  padding: 0 17.96875% 0 11.5625%;
  vertical-align: middle; }

.artist-content-text-hd {
  margin-bottom: 15px;
  font-size: 23px;
  text-align: left; }

.artist-content-text-hd-desc {
  margin-top: 8px;
  font-size: 14px; }

.artist-content-text-bd {
  text-align: left;
  line-height: 1.3; }

.artist-media_featured {
  float: none;
  width: 100%; }

@media screen and (max-width: 1180px) {
  .artist-content {
    height: 350px; }

  .artist-content-text {
    padding: 0 15% 0 9%; } }
@media screen and (max-width: 1100px) {
  .artist-content {
    height: 310px; }

  .artist-content-text {
    padding: 0 15% 0 9%; } }
@media screen and (max-width: 980px) {
  .artist {
    overflow: hidden; }

  .artist-media {
    position: relative;
    float: none;
    width: 100%; }
    .artist-media > * {
      display: block;
      width: 100%; }

  .artist-content-text {
    padding: 30px;
    color: #333333; }

  .artist-content-text-hd {
    margin-bottom: 25px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 21px;
    text-align: center; }

  .artist-content-text-hd-desc {
    margin-top: 8px;
    font-family: "Lato", Arial, sans-serif;
    font-weight: 700;
    font-size: 14px; }

  .artist-content-text-bd {
    text-align: center;
    font-size: 14px; }

  .artist-hd-title {
    font-style: italic; } }
.ie8 .team_wrap {
  width: 100%; }
.ie8 .artist-content {
  height: auto;
  min-height: 330px; }
.ie8 .artist-content-text {
  display: table-cell;
  padding: 0 20px 0 20px;
  vertical-align: middle; }

.story {
  height: 100%;
  margin-top: -50px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .story {
      height: auto; } }

.flex-container {
  max-width: 100%;
  margin: 0 auto;
  height: 100%; }

.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 {
  padding: 0;
  height: 100%;
  width: 100%;
  margin: 50px 0 0;
  background: black;
  position: relative;
  zoom: 1;
  max-width: 100%; }
  .flexslider .slides {
    height: 100%;
    overflow: hidden; }
    .flexslider .slides li {
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      position: relative; }
    .flexslider .slides .slide_bg {
      width: 100%;
      height: 100%;
      display: block;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important; }
    .flexslider .slides .btn_wrap {
      position: absolute;
      bottom: 15%;
      left: 50%;
      width: 250px;
      margin-left: -125px; }
      .flexslider .slides .btn_wrap .home_button {
        display: block; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .flexslider {
      height: auto;
      min-height: 100%; }
      .flexslider .slides {
        height: auto;
        min-height: 100%; }
        .flexslider .slides li {
          height: auto;
          min-height: 100%; }
        .flexslider .slides .slide_bg {
          position: absolute;
          top: 0;
          left: 0; }
        .flexslider .slides .btn_wrap {
          bottom: 20%; } }

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

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

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

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flex-viewport {
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

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

.flexslider .slides {
  zoom: 1; }

.flex-direction-nav a {
  margin-top: -16px;
  outline: 0;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 5%;
  z-index: 10;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .flex-direction-nav a:after {
    position: absolute;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    border-left: 1px solid rgba(255, 255, 255, 0.75);
    content: "";
    width: 15px;
    height: 15px;
    top: 28px;
    margin-top: -1em; }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .flex-direction-nav {
    bottom: 10px; } }
.flex-direction-nav .flex-next {
  right: 50%;
  margin-right: -50px;
  background: black; }
  .flex-direction-nav .flex-next:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 75%;
    margin-right: -15px; }
  .flex-direction-nav .flex-next:hover {
    background: white;
    border: 1px solid black; }
    .flex-direction-nav .flex-next:hover:after {
      border-top: 1px solid black;
      border-left: 1px solid black; }
.flex-direction-nav .flex-prev {
  left: 50%;
  margin-left: -50px;
  background: black; }
  .flex-direction-nav .flex-prev:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 75%;
    margin-right: -20px; }
  .flex-direction-nav .flex-prev:hover {
    background: white;
    border: 1px solid black; }
    .flex-direction-nav .flex-prev:hover:after {
      border-top: 1px solid black;
      border-left: 1px solid black; }

.no-csstransforms3d .flex-direction-nav a {
  width: 40px;
  height: 40px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .no-csstransforms3d .flex-direction-nav a:after {
    width: 15px;
    height: 30px;
    top: 5px;
    margin-top: 0; }
.no-csstransforms3d .flex-direction-nav .flex-next:after {
  background: url("../img/arrows.png") no-repeat right top;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border: none;
  right: 50%;
  margin-right: -10px; }
.no-csstransforms3d .flex-direction-nav .flex-next:hover:after {
  background: url("../img/arrows.png") no-repeat right bottom; }
.no-csstransforms3d .flex-direction-nav .flex-prev:after {
  background: url("../img/arrows.png") no-repeat left top;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border: none;
  left: 50%;
  margin-left: -10px; }
.no-csstransforms3d .flex-direction-nav .flex-prev:hover:after {
  background: url("../img/arrows.png") no-repeat left bottom; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3;
  filter: alpha(opacity=3);
  cursor: default; }

.flex-direction-nav .flex-none {
  display: none; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
  display: none; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.flex-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  z-index: 1;
  width: 90%;
  max-width: 600px;
  color: #333333;
  background: white;
  padding: 30px;
  left: 50%;
  margin-left: -330px;
  text-align: center;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -moz-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s; }
  .flex-caption h2 {
    text-transform: uppercase;
    letter-spacing: 2px; }
  .flex-caption p {
    text-align: left; }
  @media only screen and (min-width: 500px) and (max-width: 767px) {
    .flex-caption {
      max-width: 400px;
      margin-left: -230px;
      position: relative;
      height: 100%; } }
  @media only screen and (min-width: 320px) and (max-width: 499px) {
    .flex-caption {
      max-width: 240px;
      margin: 100px auto;
      left: 0;
      bottom: auto;
      position: relative; } }

.no-csstransforms .flex-caption {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: 50%; }

.no-csstransforms .story_lift {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: 0%;
  opacity: 1; }

.main_caption {
  margin: 0 auto;
  color: #333333;
  background: transparent;
  right: auto;
  height: 100%;
  bottom: auto;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  max-width: none;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0; }
  .main_caption article {
    vertical-align: middle;
    display: table;
    text-align: center;
    height: 100%;
    width: 100%; }
    .main_caption article .wrap {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      position: relative; }
      .main_caption article .wrap section {
        color: #333333;
        background: white;
        width: 90%;
        max-width: 560px;
        padding: 50px;
        margin: 0 auto;
        display: block;
        position: relative; }
        .main_caption article .wrap section h3 {
          margin: 0 auto 15px; }
        .main_caption article .wrap section p {
          line-height: 1.7em;
          font-family: "Lato", sans-serif;
          color: black; }
        .main_caption article .wrap section .indicator {
          font-weight: 300;
          position: absolute;
          bottom: 15px;
          width: 100%;
          text-align: center;
          left: 0;
          color: #999999; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .main_caption {
      position: relative;
      margin: 100px auto;
      width: 100%; }
      .main_caption article .wrap section {
        padding: 20px 5% 40px; } }

.directional {
  width: 72px;
  height: 48px;
  background: url("../img/keys_icon.svg") no-repeat center center;
  margin: 15px auto;
  opacity: 0;
  -webkit-animation: keys_pulse 2s ease;
  -moz-animation: keys_pulse 2s ease;
  animation: keys_pulse 2s ease;
  -webkit-animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  animation-iteration-count: 4; }

.no-svg .directional {
  width: 72px;
  height: 48px;
  background: url("../img/keys_icon.png") no-repeat center center;
  margin: 15px auto; }

.touch .directional {
  background: url("../img/swipe_icon.svg") no-repeat center center; }
  @media only screen and (max-width: 600px) {
    .touch .directional {
      background: url("../img/swipe_icon_white.svg") no-repeat center center;
      opacity: 1; } }

.no-svg.touch .directional {
  background: url("../img/swipe_icon.png") no-repeat center center; }

.opener article .wrap section {
  color: white;
  background: transparent; }
  .opener article .wrap section p {
    font-size: 26px;
    font-family: "Lato", sans-serif;
    text-align: center;
    position: relative; }
    .opener article .wrap section p:before {
      content: "";
      width: 100px;
      height: 4px;
      background: white;
      position: absolute;
      left: 50%;
      margin-left: -50px;
      margin-top: -30px; }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .opener {
    margin: 200px auto; }
    .opener article .wrap section p {
      font-size: 18px; } }

.story_lift {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }

.logo_train {
  text-align: center; }
  .logo_train img {
    width: 221px;
    height: 93px;
    display: block;
    display: inline-block;
    text-align: center; }

.quote {
  background: none;
  font-style: italic;
  color: white;
  left: 30%;
  max-width: 500px; }
  .quote p {
    font-size: 26px;
    text-align: center; }
  .quote .quotee {
    font-style: normal;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px; }
  @media only screen and (min-width: 767px) and (max-width: 1000px) {
    .quote {
      left: auto;
      max-width: none;
      padding: 30px 5%; } }
  @media only screen and (min-width: 320px) and (max-width: 766px) {
    .quote {
      left: 0;
      max-width: 80%;
      margin: 100px auto; }
      .quote p {
        font-size: 18px; } }

.title {
  background: none;
  top: 25%;
  bottom: auto; }
  .title p {
    font-size: 22px;
    font-family: "Lato", sans-serif;
    text-align: center;
    color: #333333;
    text-transform: uppercase; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .title {
      margin: 100px auto;
      position: relative;
      left: auto;
      background: rgba(0, 0, 0, 0.5); }
      .title p {
        color: white; } }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #final_cta {
    height: 100%;
    min-height: 400px;
    display: block;
    position: relative; } }
.ie8 .flexslider .slides .slide_bg {
  background-size: cover;
  -ms-behavior: url(http://community.arrowelectronics.com.au/backgroundsize.min.htc); }

.media {
  padding-top: 50px; }
  .media .content_width {
    margin: 15px auto; }
  .media .bg {
    background: url(../img/media_bg.jpg) no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1; }
  .media .cta {
    border-radius: 5px 5px;
    border: 0px solid;
    padding: 25px 5%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 12px 9px -9px #1f1f1f;
    -moz-box-shadow: 0 12px 9px -9px #1f1f1f;
    box-shadow: 0 12px 9px -9px #1f1f1f;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    width: 90%;
    position: relative;
    z-index: 9;
    text-align: center;
    max-width: 600px;
    margin: 20px auto; }
    .media .cta h2 {
      text-transform: uppercase; }
    .media .cta .home_button {
      left: auto;
      margin-left: auto; }
      .media .cta .home_button span:nth-child(1) {
        background-color: black; }
      .media .cta .home_button span:nth-child(2) {
        background-color: white; }
      .media .cta .home_button span:nth-child(3) {
        background-color: black; }
      .media .cta .home_button span:nth-child(4) {
        color: black;
        background-color: white; }
  .media .main {
    float: left;
    width: 66%;
    z-index: 2;
    position: relative; }
    .media .main a:hover article {
      -webkit-box-shadow: 0 24px 15px -15px #1f1f1f;
      -moz-box-shadow: 0 24px 15px -15px #1f1f1f;
      box-shadow: 0 24px 15px -15px #1f1f1f; }
  .media aside {
    float: left;
    width: 33%;
    z-index: 3;
    position: relative;
    margin: 20px auto; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .media .main, .media aside {
      width: 100%; } }
  .media article {
    margin: 20px 40px 40px 0;
    border-radius: 5px 5px;
    padding: 25px;
    background: white;
    -webkit-box-shadow: 0 12px 9px -9px #1f1f1f;
    -moz-box-shadow: 0 12px 9px -9px #1f1f1f;
    box-shadow: 0 12px 9px -9px #1f1f1f;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease; }
    .media article .thumb {
      float: left;
      width: 25%; }
      .media article .thumb img {
        width: 100%;
        max-width: 100%; }
    .media article .excerpt {
      float: left;
      width: 72%;
      margin-left: 3%;
      color: #333333; }
      .media article .excerpt h3 {
        margin: 15px 25px 5px 0;
        font-size: 18px; }
      .media article .excerpt p {
        margin: 20px auto; }
      .media article .excerpt h5 {
        font-size: 13px;
        color: #2146b0; }
      .media article .excerpt span {
        color: #2146b0;
        text-decoration: underline; }
    .media article h2 {
      font-size: 26px;
      margin: 15px auto;
      text-transorm: uppercase; }
    .media article a {
      display: inline-block; }
    @media only screen and (max-width: 768px) {
      .media article {
        margin: 20px auto; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .media article .thumb {
        display: none; }
      .media article .excerpt {
        width: 92%; } }

.tour {
  text-decoration: none; }
  .tour article {
    margin: 40px 0 20px; }
    .tour article .excerpt {
      float: none;
      width: 92%; }

.ie8 .media .bg {
  background-size: cover;
  -ms-behavior: url(http://community.arrowelectronics.com.au/backgroundsize.min.htc); }

#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999999;
  overflow: hidden; }

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#cboxOverlay {
  background: url("http://www.arrownac.com/arrowsamcar/assets../img/overlay.png") repeat 0 0; }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url("http://www.arrownac.com/arrowsamcar/assets../img/controls.png") no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url("http://www.arrownac.com/arrowsamcar/assets../img/controls.png") no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url("http://www.arrownac.com/arrowsamcar/assets../img/controls.png") no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url("http://www.arrownac.com/arrowsamcar/assets../img/controls.png") no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url("http://www.arrownac.com/arrowsamcar/assets../img/controls.png") left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url("http://www.arrownac.com/arrowsamcar/assets../img/controls.png") right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url("http://www.arrownac.com/arrowsamcar/assets../img/border.png") 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url("http://www.arrownac.com/arrowsamcar/assets../img/border.png") 0 -29px repeat-x; }

#cboxContent {
  background: white;
  overflow: hidden; }

.cboxIframe {
  background: white; }

#cboxError {
  padding: 50px;
  border: 1px solid #cccccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(http://community.arrowelectronics.com.au/sam/img/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center; }

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(http://community.arrowelectronics.com.au/sam/img/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(http://community.arrowelectronics.com.au/sam/img/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(http://community.arrowelectronics.com.au/sam/img/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-position: -25px -25px; }

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

.social {
  height: 3000px;
  width: 100%;
  position: relative;
  background: white; }
  .social header {
    z-index: 11; }
    .social header h3 {
      font-size: 26px;
      text-align: center;
      margin-bottom: 0; }
    .social header h4 {
      text-align: center;
      margin: 20px auto; }
    .social header .fineprint {
      font-size: 12px; }
  .social iframe {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: scroll;
    z-index: 12; }

header {
  padding: 40px 0 0;
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 60px; }
  header img {
    width: 100%;
    height: auto; }
  header .callout {
    position: absolute;
    bottom: 0;
    max-width: 540px;
    left: 50%;
    margin-left: -310px;
    background: white;
    padding: 20px 40px;
    text-align: center; }
    header .callout h1 {
      font-size: 30px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 100;
      margin: 5px auto 15px;
      overflow: hidden;
      text-align: center; }
      header .callout h1 span {
        position: relative;
        display: inline-block;
        line-height: 1; }
        header .callout h1 span:before, header .callout h1 span:after {
          content: "";
          position: absolute;
          top: 50%;
          height: 1px;
          background: #999999;
          width: 99999px; }
        header .callout h1 span:before {
          left: 100%;
          margin-left: 20px; }
        header .callout h1 span:after {
          right: 100%;
          margin-right: 20px; }
    header .callout p {
      max-width: 700px;
      margin: 0 auto; }
    header .callout .social_column {
      float: left;
      width: 33%;
      margin: 20px auto; }
      @media screen and (max-width: 600px) {
        header .callout .social_column {
          width: 100%; } }
      header .callout .social_column a {
        text-decoration: none;
        font-size: 34px;
        line-height: 1.7em;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        header .callout .social_column a:hover {
          color: #999999; }
      header .callout .social_column p {
        padding: 0 10px; }
  @media screen and (max-width: 767px) {
    header {
      margin: 0 auto; }
      header .callout {
        position: relative;
        width: 90%;
        padding: 20px 0;
        left: auto;
        right: auto;
        margin: 0 auto;
        text-align: center; } }

.watch {
  padding-top: 50px;
  background: #f8f8f8; }
  .watch h3 {
    max-width: 800px;
    text-align: center;
    margin: 30px auto; }
    @media screen and (max-width: 600px) {
      .watch h3 {
        font-size: 20px; } }
  .watch .yt_video_wrap {
    z-index: 0;
    position: relative; }
