@charset "UTF-8";
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
.awards-snippet {
  text-align: center;
  margin: 0px 0px 20px 0px; }
  .awards-snippet .award-image {
    margin: 20px 0px; }
  .awards-snippet .hide_me {
    opacity: 0;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  .awards-snippet .show_me {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1); }
    .awards-snippet .show_me:nth-child(1) {
      -webkit-transition-delay: 0;
              transition-delay: 0; }
    .awards-snippet .show_me:nth-child(2) {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    .awards-snippet .show_me:nth-child(3) {
      -webkit-transition-delay: .4s;
              transition-delay: .4s; }
    .awards-snippet .show_me:nth-child(4) {
      -webkit-transition-delay: .6s;
              transition-delay: .6s; }
    .awards-snippet .show_me:nth-child(5) {
      -webkit-transition-delay: .8s;
              transition-delay: .8s; }
    .awards-snippet .show_me:nth-child(6) {
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }

.text-snippet {
  background-color: #eef0ef;
  color: #404040;
  text-align: center;
  padding: 150px 0px;
  font-size: 22px;
  line-height: 36px; }

.text-snippet.careers {
  padding: 70px 0px 50px 0px; }

.text-snippet.background {
  background-repeat: no-repeat;
  background-position: center center; }

.text-snippet.eve-online {
  padding: 100px 0px; }

/*.links-snippet {
    background-color: $color-dark;
    color: $text-brown;
    font-weight: $font-weight-medium;

    .item {
        margin: 40px 0px;
        text-align: center;

        img {
            width: 100%;
            height: 150px;
        }
    }
}*/
.images {
  background-color: #0c0c0c; }
  .images .image-container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+76&amp;0+38,1+59 */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(125, 185, 232, 0)), color-stop(38%, rgba(63, 93, 116, 0)), color-stop(59%, #1c2a34), color-stop(76%, black));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(63, 93, 116, 0) 38%, #1c2a34 59%, black 76%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(63, 93, 116, 0) 38%, #1c2a34 59%, black 76%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .images .image {
    margin-top: 40px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
    .images .image:hover {
      opacity: 0.8;
      -webkit-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out; }
  .images .row {
    margin-bottom: 40px; }

.video-item {
  width: 100%;
  display: block; }
  .video-item video {
    width: 100%; }

.video-item-inner {
  position: relative;
  width: 100%; }

.video-hover {
  position: absolute;
  width: 100%;
  height: 100%; }

.video-overlay {
  position: relative;
  /*top:200px;*/
  width: 100%;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out; }
  .video-overlay img {
    width: 100%; }
  .video-overlay:hover {
    opacity: 0; }

.social-media {
  /*
    span {
        color: $color-white;
        font-weight: $font-weight-light;
        font-size: 20px;
    }*/ }
  .social-media a {
    color: inherit; }
  .social-media ul {
    font-family: 'FontAwesome';
    list-style: none;
    display: inline-block;
    /*margin: 30px 15px;*/
    margin-left: 10px;
    padding: 0;
    font-size: 20px;
    position: relative;
    top: 2px; }
    .social-media ul li {
      display: inline-block;
      margin-right: 5px;
      width: 35px;
      height: 35px;
      text-align: center;
      background: #19314c; }
      .social-media ul li a {
        font-size: 20px; }
      .social-media ul li div {
        padding: 4px; }
  .social-media .social-link:hover {
    background-color: #264a72;
    /*#34579b;*/
    color: white;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out; }

.mouse-scroll {
  margin-top: 0px;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: opacity ease-in-out 1000ms;
  transition: opacity ease-in-out 1000ms; }
  .mouse-scroll .mouse {
    position: relative;
    /*bottom: 75px;*/
    display: block;
    width: 25px;
    height: 40px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 23px; }
    .mouse-scroll .mouse .mouse-movement {
      position: absolute;
      display: block;
      top: 29%;
      left: 50%;
      width: 8px;
      height: 8px;
      margin: -4px 0 0 -4px;
      background: #fff;
      border-radius: 50%;
      -webkit-animation: scroll-ani 2s linear infinite;
      animation: scroll-ani 2s linear infinite; }

footer {
  background-color: #101010;
  color: #888b90;
  font-weight: 300;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 70px; }
  footer p {
    margin: 0px;
    padding-top: 5px; }
  @media (max-width: 767px) {
    footer {
      text-align: center; } }
  footer .footer-content {
    margin-bottom: 40px; }
    footer .footer-content a {
      color: #888b90;
      margin-right: 20px; }
      footer .footer-content a:hover {
        color: #fff; }
  footer .footer-social {
    text-align: right; }
    @media (max-width: 767px) {
      footer .footer-social {
        text-align: center;
        margin-bottom: 30px; } }
  footer .footer-copy {
    text-align: center;
    font-size: 16px;
    color: #606060; }

.full-background {
  background-repeat: no-repeat;
  background-size: cover; }

.video-item {
  width: 100%;
  display: block; }
  .video-item video {
    width: 100%; }

.video-item-inner {
  position: relative;
  width: 100%; }

.video-hover {
  position: absolute;
  width: 100%;
  height: 100%; }

.video-overlay {
  position: relative;
  width: 100%;
  opacity: 1;
  transition: opacity .6s ease-in-out;
  -moz-transition: opacity .6s ease-in-out;
  -webkit-transition: opacity .6s ease-in-out;
  -o-transition: opacity .6s ease-in-out; }
  .video-overlay img {
    width: 100%; }
  .video-overlay:hover {
    opacity: 0; }

.twitter-container {
  position: relative;
  /*height: 130px;*/
  margin-top: 120px;
  text-align: center;
  float: left;
  width: 100%;
  /*padding-top: 10px;
    margin-left: -30px;
    margin-right: -30px;
    top: 270px;
    bottom: 10px;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.8+76 */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(76%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 76%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 76%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  /* IE6-9 */ }
  .twitter-container .twitter-inner {
    width: 600px;
    height: 300px;
    margin: 0px auto;
    /*background-color:pink;*/ }
  .twitter-container .twitter-logo {
    width: 100px;
    height: 100%;
    padding: 30px;
    float: left;
    font-size: 60px;
    color: #19314c;
    padding-top: 140px;
    text-align: center;
    /*background-color:green;*/ }
  .twitter-container .twitter-content {
    width: 500px;
    height: 140px;
    margin-top: 140px;
    float: left;
    text-align: left;
    /*background-color:red;*/ }

.container-fluid.universe {
  background: #000;
  color: #f8f8ff;
  /*position: relative;*/
  padding: 0;
  overflow: hidden;
  /*height:46vw;*/
  width: 100vw; }

.container-fluid.universe .container {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 5; }

@media screen and (min-width: 992px) {
  .container-fluid.universe .container {
    padding-top: 180px;
    padding-bottom: 180px; } }

.container-fluid.universe .underlay {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  -webkit-transition: top 2s ease-in-out;
  transition: top 2s ease-in-out; }

.container-fluid.universe .underlay-bg-one {
  -webkit-animation: scale-underlay-bg-one 60s infinite;
          animation: scale-underlay-bg-one 60s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.container-fluid.universe .underlay-bg-two {
  -webkit-animation: scale-underlay-bg-two 60s infinite;
          animation: scale-underlay-bg-two 60s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.container-fluid.universe .underlay-one {
  -webkit-animation: scale-bg-one 45s infinite;
          animation: scale-bg-one 45s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.container-fluid.universe .underlay-two {
  -webkit-animation: scale-bg-two 45s infinite;
          animation: scale-bg-two 45s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes scale-underlay-bg-one {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  6% {
    opacity: 1; }
  56% {
    opacity: 1; }
  60%,
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0; } }

@keyframes scale-underlay-bg-one {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  6% {
    opacity: 1; }
  56% {
    opacity: 1; }
  60%,
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0; } }

@-webkit-keyframes scale-underlay-bg-two {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1; }
  4% {
    opacity: 1; }
  10% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1; } }

@keyframes scale-underlay-bg-two {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1; }
  4% {
    opacity: 1; }
  10% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1; } }

@-webkit-keyframes scale-bg-one {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60%,
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes scale-bg-one {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60%,
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes scale-bg-two {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1; }
  10% {
    -webkit-transform: scale(1.55);
            transform: scale(1.55);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1; } }

@keyframes scale-bg-two {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1; }
  10% {
    -webkit-transform: scale(1.55);
            transform: scale(1.55);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1; } }

.row-flex, .row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0; }
  @media (max-width: 767px) {
    .row-flex-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
  margin: -.2px;
  /* hack adjust for wrapping */ }

.container-flex > div[class*='col-'] div, .row-flex > div[class*='col-'] div {
  width: 100%; }

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }

/*.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}*/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
.vertical-items {
  color: white; }
  .vertical-items [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px; }
  .vertical-items .item-container {
    position: relative;
    height: 840px;
    overflow: hidden; }
    .vertical-items .item-container:hover .background {
      opacity: 0.0; }
    .vertical-items .item-container .background {
      position: relative;
      height: 840px;
      background-color: black;
      opacity: 0.2;
      background-repeat: no-repeat;
      background-size: cover; }
    .vertical-items .item-container .content {
      position: relative;
      background-color: transparent !important;
      top: -90%;
      /*padding-top:50px;*/
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; }
      .vertical-items .item-container .content img {
        margin-top: 120px;
        height: 40px;
        /*@media(max-width: 991px) {
                }*/ }
        @media (max-width: 991px) {
          .vertical-items .item-container .content img {
            margin-top: 50px; } }
      @media (max-width: 991px) {
        .vertical-items .item-container .content {
          top: -150%; } }
    @media (max-width: 991px) {
      .vertical-items .item-container {
        height: 500px; } }
  .vertical-items .vertical-item {
    width: 100%;
    display: block;
    /*video{
         width: 100%;
    }*/ }
  .vertical-items .vertical-item-inner {
    position: relative;
    width: 100%; }
    .vertical-items .vertical-item-inner .background {
      background-repeat: no-repeat;
      background-size: cover; }
    .vertical-items .vertical-item-inner .content-hover {
      margin: 40px;
      margin-bottom: 40px; }
    .vertical-items .vertical-item-inner .content-hover-link {
      display: block;
      margin: 50px;
      padding: 10px;
      font-weight: 700;
      border: 1px solid #eef0ef; }
  .vertical-items .vertical-image {
    position: relative; }
    .vertical-items .vertical-image img {
      width: 100%; }
      @media (max-width: 767px) {
        .vertical-items .vertical-image img {
          height: 550px; } }
  .vertical-items .vertical-content {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 50px;
    background-color: transparent;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out; }
    .vertical-items .vertical-content:hover {
      background-color: rgba(0, 0, 0, 0.6); }
    @media (max-width: 767px) {
      .vertical-items .vertical-content {
        background-color: rgba(0, 0, 0, 0.3); } }
  .vertical-items .vertical-hover {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-top: 150px;
    opacity: 0;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out; }
    .vertical-items .vertical-hover:hover {
      opacity: 1; }
    .vertical-items .vertical-hover p {
      margin: 30% 10% 5% 10%;
      font-size: 20px; }
      @media (max-width: 767px) {
        .vertical-items .vertical-hover p {
          margin: 10% 10% 5% 10%; } }
      .vertical-items .vertical-hover p.short {
        display: none; }
      @media (min-width: 991px) and (max-width: 1200px) {
        .vertical-items .vertical-hover p.short {
          display: block; }
        .vertical-items .vertical-hover p.fullsize {
          display: none; } }
      @media (max-width: 1300px) {
        .vertical-items .vertical-hover p {
          margin: 10% 10% 5% 10%; } }
    @media (max-width: 767px) {
      .vertical-items .vertical-hover {
        opacity: 1; } }
  @media (max-width: 767px) {
    .vertical-items .vertical-item .vertical-item-inner {
      height: 550px;
      width: 100%; }
      .vertical-items .vertical-item .vertical-item-inner .vertical-background {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        /*&:hover {        
        background-size: 105%;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;     
    }*/ }
    .vertical-items .vertical-image {
      display: none; } }

/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
body {
  font-family: 'Roboto';
  background-color: #eef0ef;
  color: #404040;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  overflow-x: hidden; }

/** Bootsrap overwrites. */
h1 {
  font-size: 68px;
  font-weight: 100; }
  @media (max-width: 767px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 38px;
  font-weight: 300;
  margin-top: 0; }
  @media (max-width: 767px) {
    h2 {
      font-size: 34px; } }

h3 {
  font-size: 22px;
  font-weight: 500; }

p {
  margin: 0 0 20px 0; }

ul {
  list-style: none; }

a {
  color: inherit;
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out,background .3s ease-in-out;
  transition: color .2s ease-in-out,background .3s ease-in-out; }

a:active, a:focus, a:hover {
  color: inherit;
  text-decoration: none;
  outline: none; }

strong, b {
  font-weight: 500; }

@media (max-width: 767px) {
  .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important; } }

@media (min-width: 1230px) {
  .container {
    width: 1200px; } }

a:visited {
  text-decoration: none; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.container-gutter {
  padding: 80px 95px;
  /*padding-left:50px;
    padding-right:50px;*/ }
  @media (max-width: 767px) {
    .container-gutter {
      padding: 25px 15px 25px 15px; } }

div.larger {
  font-size: 22px;
  line-height: 36px; }

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-20 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left; } }

.mfp-arrow-left:after,
.mfp-arrow-left:before,
.mfp-arrow-right:after,
.mfp-arrow-right:before,
.mfp-a,
.mfp-b {
  border: none;
  font-family: 'FontAwesome';
  font-size: 3em;
  color: white; }

.mfp-arrow-right:before {
  content: "\f105"; }

.mfp-arrow-left:before {
  content: "\f104"; }

/** From animate.css*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
          animation-duration: .75s; }

.hdfade {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.hdfade-100 {
  opacity: 1; }

.hdfade-80 {
  opacity: 0.8;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px); }

.hdfade-60 {
  opacity: 0.6;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px); }

.hdfade-40 {
  opacity: 0.40;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px); }

.hdfade-20 {
  opacity: 0.20;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px); }

.hdfade-0 {
  opacity: 0;
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px); }

@-webkit-keyframes scroll-ani {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 20%; }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%; }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 80%; } }

@keyframes scroll-ani {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 20%; }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%; }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 80%; } }

.animate {
  animation-duration: 700ms;
  -webkit-animation-duration: 700ms; }

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn; }

.fadeInDown {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown; }

.fadeInLeft {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft; }

.fadeInRight {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight; }

.fadeInUp {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp; }

.fadeOut {
  animation-name: fadeOut;
  -webkit-animation-name: fadeOut; }

.slideInDown {
  animation-name: slideInDown;
  -webkit-animation-name: slideInDown; }

.slideInLeft {
  animation-name: slideInLeft;
  -webkit-animation-name: slideInLeft; }

.slideInRight {
  animation-name: slideInRight;
  -webkit-animation-name: slideInRight; }

.slideInUp {
  animation-name: slideInUp;
  -webkit-animation-name: slideInUp; }

.slideOutDown {
  animation-name: slideOutDown;
  -webkit-animation-name: slideOutDown; }

.slideOutLeft {
  animation-name: slideOutLeft;
  -webkit-animation-name: slideOutLeft; }

.slideOutRight {
  animation-name: slideOutRight;
  -webkit-animation-name: slideOutRight; }

.slideOutUp {
  animation-name: slideOutUp;
  -webkit-animation-name: slideOutUp; }

.speed-800 {
  animation-duration: 800ms;
  -webkit-animation-duration: 800ms; }

.speed-2000 {
  animation-duration: 2000ms;
  -webkit-animation-duration: 2000ms; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
    -webkit-transform: translateY(2000px); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
    -webkit-transform: translateY(2000px); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
#corporate {
  color: white;
  background-color: #19314c; }
  #corporate .container {
    padding-top: 30px;
    padding-bottom: 100px; }
  #corporate h2 {
    text-align: center; }
  #corporate .file-link div {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: white;
    color: #19314c;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
    text-align: center;
    height: 190px; }
    #corporate .file-link div a:before {
      content: "\f1c1";
      font-family: FontAwesome;
      display: block;
      font-size: 40px; }

#newsitem .date {
  float: right;
  height: 80px;
  min-width: 90px;
  background: #19314c;
  color: white;
  text-align: center;
  padding: 10px 20px; }
  #newsitem .date .day {
    font-size: 38px;
    font-weight: 100;
    line-height: 1em; }
  #newsitem .date .month-year {
    font-size: 12px;
    font-weight: 500; }

#project-arena .social,
#newsitem .social,
#news .social {
  float: right;
  margin-top: 20px; }
  #project-arena .social span,
  #newsitem .social span,
  #news .social span {
    color: #fff;
    font-weight: 300;
    font-size: 20px; }
  #project-arena .social ul,
  #newsitem .social ul,
  #news .social ul {
    font-family: 'FontAwesome';
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0;
    font-size: 20px;
    position: relative; }
    #project-arena .social ul li,
    #newsitem .social ul li,
    #news .social ul li {
      display: inline-block;
      margin-right: 20px;
      text-align: center; }
      #project-arena .social ul li a,
      #newsitem .social ul li a,
      #news .social ul li a {
        font-size: 24px;
        color: #c3c5c7; }
      #project-arena .social ul li div,
      #newsitem .social ul li div,
      #news .social ul li div {
        padding: 0px; }
  #project-arena .social .fa-facebook,
  #newsitem .social .fa-facebook,
  #news .social .fa-facebook {
    -webkit-transition: color .2s ease-in-out,background .3s ease-in-out;
    transition: color .2s ease-in-out,background .3s ease-in-out; }
  #project-arena .social .fa-twitter,
  #newsitem .social .fa-twitter,
  #news .social .fa-twitter {
    -webkit-transition: color .2s ease-in-out,background .3s ease-in-out;
    transition: color .2s ease-in-out,background .3s ease-in-out; }
  #project-arena .social .fa-facebook:hover,
  #newsitem .social .fa-facebook:hover,
  #news .social .fa-facebook:hover {
    color: #34579b; }
  #project-arena .social .fa-twitter:hover,
  #newsitem .social .fa-twitter:hover,
  #news .social .fa-twitter:hover {
    color: #28a9e0; }

#news h2 {
  font-size: 38px;
  font-weight: 100; }

#news .bottom {
  position: relative;
  margin-top: auto;
  bottom: 0px;
  width: 100%;
  height: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end; }

#news .readmore-link {
  margin-left: 20px;
  width: 100px; }
  #news .readmore-link a {
    font-size: 16px; }

#news .social {
  position: relative;
  width: 90px;
  top: -55px; }

#news .button {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px; }

#textpage #text ul, #newsitem #text ul, #news .content ul {
  padding-left: 15px;
  margin-top: 20px; }
  #textpage #text ul li:before, #newsitem #text ul li:before, #news .content ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    float: left;
    margin-left: -15px; }
  #textpage #text ul li, #newsitem #text ul li, #news .content ul li {
    margin-bottom: 20px; }

.textpage-privacy-policy, .textpage-benefits-and-relocation, .textpage-hiring-process {
  background: #fff; }

#newsitem .container {
  padding: 0px 70px 100px 70px; }

#textpage .container {
  /*padding: 70px 70px 100px 70px;*/
  padding: 0px 70px 100px 70px; }

#textpage .container, #newsitem .container {
  position: relative; }
  @media (max-width: 767px) {
    #textpage .container, #newsitem .container {
      padding: 30px; } }
  #textpage .container .top-news-row, #newsitem .container .top-news-row {
    float: right; }

#textpage #text, #newsitem #text {
  line-height: 1.5; }
  #textpage #text a, #newsitem #text a {
    display: inline-block;
    position: relative;
    padding-bottom: 0px; }
  #textpage #text a:before, #newsitem #text a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background .35s ease;
    transition: width 0s ease, background .35s ease; }
  #textpage #text a:after, #newsitem #text a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #19314c;
    -webkit-transition: width .35s ease;
    transition: width .35s ease; }
  #textpage #text a:hover:before, #newsitem #text a:hover:before {
    width: 100%;
    background: #19314c;
    -webkit-transition: width .35s ease;
    transition: width .35s ease; }
  #textpage #text a:hover:after, #newsitem #text a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease; }
  #textpage #text a, #newsitem #text a {
    font-weight: 400;
    color: #19314c; }
  #textpage #text #media-contacts, #newsitem #text #media-contacts {
    position: relative;
    /*height: 400px;*/
    background-color: #eef0ef;
    height: 100%;
    margin-top: 50px;
    padding: 30px 30px 10px 30px;
    color: #606060; }
    @media (max-width: 767px) {
      #textpage #text #media-contacts, #newsitem #text #media-contacts {
        width: 100%;
        left: 0px;
        padding: 20px; } }

@media (max-width: 991px) {
  #textpage img, #newsitem img {
    width: 100% !important;
    height: auto !important; } }

#textpage .titlerow, #newsitem .titlerow {
  margin-bottom: 20px; }
  #textpage .titlerow a, #newsitem .titlerow a {
    display: inline-block;
    position: relative;
    padding-bottom: 0px; }
  #textpage .titlerow a:before, #newsitem .titlerow a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background .35s ease;
    transition: width 0s ease, background .35s ease; }
  #textpage .titlerow a:after, #newsitem .titlerow a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #606060;
    -webkit-transition: width .35s ease;
    transition: width .35s ease; }
  #textpage .titlerow a:hover:before, #newsitem .titlerow a:hover:before {
    width: 100%;
    background: #606060;
    -webkit-transition: width .35s ease;
    transition: width .35s ease; }
  #textpage .titlerow a:hover:after, #newsitem .titlerow a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease; }

#textpage .newsImgrow img, #newsitem .newsImgrow img {
  width: 100%; }

#textpage a.back, #newsitem a.back {
  font-size: 16px;
  color: #606060;
  margin-top: 40px; }

#textpage h3, #newsitem h3 {
  margin: 0px;
  margin-bottom: 20px; }

#textpage .page-flavour, #newsitem .page-flavour {
  position: relative;
  /*height: 400px;*/
  background-color: #eef0ef;
  width: 1200px;
  left: -70px;
  /*left: -100px;*/
  height: 100%;
  margin-bottom: 50px;
  margin-top: 50px; }
  @media (max-width: 1199px) {
    #textpage .page-flavour, #newsitem .page-flavour {
      width: 970px;
      /*background-color: red;*/ } }
  @media (max-width: 991px) {
    #textpage .page-flavour, #newsitem .page-flavour {
      width: 750px;
      /*background-color: blue;*/ } }
  @media (max-width: 767px) {
    #textpage .page-flavour, #newsitem .page-flavour {
      width: 100%;
      left: 0px;
      margin-bottom: 20px;
      margin-top: 20px; } }
  #textpage .page-flavour h3, #newsitem .page-flavour h3 {
    margin: 0px; }
  #textpage .page-flavour .row, #newsitem .page-flavour .row {
    margin: 0px;
    height: auto;
    /*
                height: 260px;*/
    display: table;
    /*@media(max-width: $screen-tablet-max) {
                    display: blo

                }*/ }
    #textpage .page-flavour .row .col-left, #textpage .page-flavour .row .col-right, #newsitem .page-flavour .row .col-left, #newsitem .page-flavour .row .col-right {
      display: table-cell;
      float: none;
      vertical-align: middle;
      /*height: auto;*/ }
    #textpage .page-flavour .row .flavourtext, #newsitem .page-flavour .row .flavourtext {
      font-size: 22px;
      font-weight: 300;
      color: #606060;
      /*p:first-child {
                    font-weight: $font-weight-medium;
                }*/ }
      #textpage .page-flavour .row .flavourtext p, #newsitem .page-flavour .row .flavourtext p {
        margin: 0px; }
        @media (min-width: 768px) {
          #textpage .page-flavour .row .flavourtext p, #newsitem .page-flavour .row .flavourtext p {
            padding-left: 20px;
            padding-right: 20px; } }
    @media (max-width: 767px) {
      #textpage .page-flavour .row, #newsitem .page-flavour .row {
        display: block;
        /*div.col-left, div.col-right{
                        display: block;
                    }*/ }
        #textpage .page-flavour .row .col-left, #newsitem .page-flavour .row .col-left {
          display: table-footer-group; }
        #textpage .page-flavour .row .col-right, #newsitem .page-flavour .row .col-right {
          display: table-header-group; }
        #textpage .page-flavour .row .flavourtext, #newsitem .page-flavour .row .flavourtext {
          padding: 5px;
          font-size: 12px;
          font-weight: 300; }
          #textpage .page-flavour .row .flavourtext p:first-child, #newsitem .page-flavour .row .flavourtext p:first-child {
            font-size: 16px;
            font-weight: 500; } }
  #textpage .page-flavour img, #newsitem .page-flavour img {
    width: 100%; }

#textpage .careers-listing-container, #newsitem .careers-listing-container {
  /*padding-top: 30px;*/ }
  #textpage .careers-listing-container .careers-listing, #newsitem .careers-listing-container .careers-listing {
    padding-top: 60px; }
    @media (max-width: 767px) {
      #textpage .careers-listing-container .careers-listing, #newsitem .careers-listing-container .careers-listing {
        padding-top: 20px; } }
    #textpage .careers-listing-container .careers-listing .title, #newsitem .careers-listing-container .careers-listing .title {
      text-align: right; }
      @media (max-width: 767px) {
        #textpage .careers-listing-container .careers-listing .title, #newsitem .careers-listing-container .careers-listing .title {
          text-align: left; } }
    #textpage .careers-listing-container .careers-listing p.title, #newsitem .careers-listing-container .careers-listing p.title {
      font-size: 24px; }
    #textpage .careers-listing-container .careers-listing div.text, #newsitem .careers-listing-container .careers-listing div.text {
      margin-top: 5px; }
    #textpage .careers-listing-container .careers-listing div.text ul, #newsitem .careers-listing-container .careers-listing div.text ul {
      padding-left: 15px; }
    #textpage .careers-listing-container .careers-listing div.text li:before, #newsitem .careers-listing-container .careers-listing div.text li:before {
      font-family: 'FontAwesome';
      content: '\f00c';
      margin: 0 5px 0 -15px;
      color: #37485d;
      padding-right: 10px; }

#textpage-simple {
  background-color: #101010; }
  @media (min-width: 992px) {
    #textpage-simple .col-md-12 {
      padding: 0; } }
  #textpage-simple .row {
    min-height: 300px; }
    @media (max-width: 991px) {
      #textpage-simple .row {
        min-height: 250px; } }
    #textpage-simple .row h2 {
      font-size: 38px;
      margin: 0px;
      color: #fff;
      font-weight: 100; }
    #textpage-simple .row p {
      margin: 25px 0 35px 0;
      margin-bottom: 35px;
      font-size: 20px;
      line-height: 34px;
      color: #fff; }
  #textpage-simple .textpage-simple-content {
    position: relative;
    background-color: #101010;
    padding: 280px 60px;
    width: 640px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-duration: 1.2;
            transition-duration: 1.2;
    -webkit-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
    /*@media(max-width: $screen-tablet-max) {
            margin: 400px -15px 0px -15px;
        }*/
    /*@media(max-width: $screen-mobile-max) {
            margin: 300px -15px 0px -15px;
        }*/ }
  #textpage-simple .hide_me {
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  #textpage-simple .show_me {
    -webkit-transform: translate(0px);
            transform: translate(0px);
    opacity: 1; }
  #textpage-simple .textpage-simple-background-image {
    background-position: top left;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    /*@media(max-width: $screen-tablet-max) {
            background-size: 910px auto;
        }*/ }
  @media (max-width: 991px) {
    #textpage-simple .textpage-simple-content {
      width: 100%;
      margin: 431px 0 0 0;
      padding: 40px 0;
      height: auto;
      text-align: center; } }
  @media (max-width: 767px) {
    #textpage-simple .textpage-simple-background-image {
      background-size: 767px auto; } }

.container-news-gutter {
  padding: 0px 120px; }

#news {
  background-color: #eef0ef;
  color: #404040;
  padding: 60px 0;
  /*.link-underscore:after {
        background: red;
    }

    .link-effect:hover {

        .link-underscore:before {
            background: red;
        }
    }*/ }
  #news [class*='col-'] {
    padding-right: 7px;
    padding-left: 7px; }
  #news h2 {
    margin-bottom: 60px; }
  #news h3 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px; }
  #news a {
    font-weight: 500;
    color: #19314c;
    font-size: 20px; }
  #news a.sliding-u-l-r-l {
    font-weight: 300; }
  #news a.title {
    color: inherit; }
    #news a.title:hover {
      color: #19314c; }
  #news a.readmore {
    margin-left: 15px; }
  #news .item {
    /*flex:1;*/
    background-color: white;
    margin-bottom: 15px;
    -webkit-transition: box-shadow .35s ease-out, opacity .2s ease-out, -webkit-transform .3s ease-out;
    transition: box-shadow .35s ease-out, opacity .2s ease-out, -webkit-transform .3s ease-out;
    transition: box-shadow .35s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .35s ease-out, transform .3s ease-out, opacity .2s ease-out, -webkit-transform .3s ease-out; }
    #news .item:hover {
      -webkit-transform: translate(0, -4px);
              transform: translate(0, -4px); }
  #news .item-fill {
    margin: 0px 10px;
    /*flex:1;*/ }
  #news .inner {
    /*padding:10px;
        flex:1;*/ }
  #news .button a {
    font-size: 16px; }
    #news .button a:hover {
      color: white; }
  #news .year-links {
    margin-bottom: 45px; }
    #news .year-links a.selected {
      font-weight: 500;
      color: #19314c; }
    #news .year-links a {
      margin-left: 20px;
      color: inherit; }
    #news .year-links a:first-child {
      margin: 0px; }
  #news .row {
    /*margin-bottom: 20px;*/
    /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/ }
    #news .row .item:hover > .header > .header-overlay {
      background-position-y: 1px;
      /*background-color: rgba(0,0,0,0.4);*/ }
    #news .row .header {
      height: 210px;
      background-color: transparent;
      background-image: url("../img/news/header1.jpg");
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition-property: all;
      transition-property: all; }
      #news .row .header .header-overlay {
        height: 210px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,282828+28,282828+100&amp;0+4,0.65+82 */
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(4%, rgba(6, 6, 6, 0)), color-stop(28%, rgba(40, 40, 40, 0.2)), color-stop(82%, rgba(40, 40, 40, 0.65)), color-stop(100%, rgba(40, 40, 40, 0.65)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(6, 6, 6, 0) 4%, rgba(40, 40, 40, 0.2) 28%, rgba(40, 40, 40, 0.65) 82%, rgba(40, 40, 40, 0.65) 100%);
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: linear-gradient(to bottom, transparent 0%, rgba(6, 6, 6, 0) 4%, rgba(40, 40, 40, 0.2) 28%, rgba(40, 40, 40, 0.65) 82%, rgba(40, 40, 40, 0.65) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6282828',GradientType=0 );
        /* IE6-9 */
        background-position-y: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        background-color: transparent; }
      #news .row .header .date {
        color: #fff;
        background-color: #19314c;
        width: 80px;
        height: 65px;
        text-align: center; }
        #news .row .header .date p {
          margin: 0px;
          padding: 0px;
          padding-top: 8px;
          font-weight: 500;
          font-size: 13px; }
        #news .row .header .date p:first-of-type {
          font-size: 30px;
          font-weight: 100;
          line-height: 0.5;
          padding-top: 16px; }
    #news .row .content {
      margin: 0px 0px;
      padding: 25px 20px 0px 20px;
      /*min-height: 300px;*/
      line-height: 28px;
      /*padding-bottom: 0;*/ }
      #news .row .content p {
        padding-top: 0px; }
        #news .row .content p a {
          color: #19314c;
          text-decoration: none;
          font-size: 18px; }

.textpage-about {
  background-color: #fff; }
  @media (min-width: 992px) {
    .textpage-about {
      padding-top: 40px;
      padding-bottom: 80px; } }
  .textpage-about .page-flavour {
    /*background: #fff !important;*/ }

#textpage .about-flavour {
  padding: 0; }
  #textpage .about-flavour .page-flavour {
    width: auto;
    left: auto; }
    @media (min-width: 992px) {
      #textpage .about-flavour .page-flavour {
        margin-top: 60px;
        margin-bottom: 70px; } }
    #textpage .about-flavour .page-flavour .no-gutter {
      width: 100%; }
    @media (min-width: 992px) {
      #textpage .about-flavour .page-flavour .flavourtext {
        text-align: center;
        font-size: 32px;
        font-weight: 100; } }

#newsitem {
  background-color: #eef0ef;
  background-color: #fff;
  min-height: 700px; }

#awards {
  color: #fff;
  background: #000 no-repeat 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0; }
  #awards h2 {
    font-weight: 100; }

#culture {
  color: #eef0ef;
  background-color: #101010;
  /*.background {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-color: $color-light;
        .back-cover;
    }

    .row {
        padding: 300px 0px;

        @media(max-width: $screen-tablet-max) {
            padding: 100px 40px;
        }

        .content {
            .left {
                color: $color-dark;
            }

            .right {
                color: $color-light;
            }
        }
    }

    .item-container {
        position: relative;
        height: 400px;
        width: 100%;
        overflow: hidden;

        &:hover {
            .background {
                .grow;
            }
        }

        .background {
            position: relative;
            height: 400px;
            .back-cover;
            .shrink;
        }

        .content {
            position: relative;
            top: -60%;
        }
    }*/ }
  #culture [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px; }
  #culture .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #culture .gallery-main-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #101010;
    background-repeat: no-repeat;
    background-size: cover; }
    #culture .gallery-main-image .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
    #culture .gallery-main-image .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
              align-items: center;
      margin-left: 100px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        #culture .gallery-main-image .content {
          margin-left: 20px; } }
      #culture .gallery-main-image .content h2, #culture .gallery-main-image .content h3 {
        margin: 0px;
        font-weight: 300; }
      #culture .gallery-main-image .content h2 {
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          #culture .gallery-main-image .content h2 {
            font-size: 18px; } }
      @media (max-width: 767px) {
        #culture .gallery-main-image .content h3 {
          font-size: 14px; } }
      #culture .gallery-main-image .content p {
        margin-top: 10px; }
  #culture .image {
    width: 100%;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
    #culture .image:hover {
      -webkit-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out;
      opacity: 0.6; }
    #culture .image img {
      width: 100%; }

#location {
  background-color: #eef0ef;
  color: white;
  /*.links-snippet {
        color: white;
    }*/ }
  #location .full-background {
    background-position: top; }
  #location .description {
    visibility: hidden;
    min-height: 700px;
    padding-top: 240px;
    font-size: 22px;
    line-height: 42px; }
    #location .description .inner {
      background-color: #19314c;
      /*height: 215px;*/
      width: 570px;
      margin-left: 65px;
      padding: 45px 85px 30px 35px; }
  #location .button {
    text-align: center;
    margin-bottom: 95px; }
  #location .text-snippet {
    line-height: 1.5; }
    #location .text-snippet a {
      display: inline-block;
      position: relative;
      padding-bottom: 0px; }
    #location .text-snippet a:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      width: 0;
      -webkit-transition: width 0s ease, background .35s ease;
      transition: width 0s ease, background .35s ease; }
    #location .text-snippet a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      height: 1px;
      width: 0;
      background: #19314c;
      -webkit-transition: width .35s ease;
      transition: width .35s ease; }
    #location .text-snippet a:hover:before {
      width: 100%;
      background: #19314c;
      -webkit-transition: width .35s ease;
      transition: width .35s ease; }
    #location .text-snippet a:hover:after {
      width: 100%;
      background: transparent;
      -webkit-transition: all 0s ease;
      transition: all 0s ease; }
    #location .text-snippet a {
      font-weight: 400;
      color: #19314c; }
  @media (max-width: 767px) {
    #location .full-background {
      background-position: top center; }
    #location .description {
      padding: 0;
      min-height: inherit; }
      #location .description .inner {
        width: 100%;
        margin: 0;
        margin-top: 300px; } }

#contact {
  padding-top: 80px;
  /*background-color: #fff;*/
  background-color: #0c0c0c;
  position: relative; }
  @media (max-width: 991px) {
    #contact {
      padding-top: 40px; } }
  #contact [class*='col-'] {
    margin-bottom: 30px; }
  #contact a {
    display: inline-block;
    position: relative;
    padding-bottom: 0px; }
  #contact a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background .35s ease;
    transition: width 0s ease, background .35s ease; }
  #contact a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #19314c;
    -webkit-transition: width .35s ease;
    transition: width .35s ease; }
  #contact a:hover:before {
    width: 100%;
    background: #19314c;
    -webkit-transition: width .35s ease;
    transition: width .35s ease; }
  #contact a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease; }
  #contact a {
    font-weight: 400;
    color: #19314c; }
  #contact .container {
    padding: 65px 0 35px 0; }
    #contact .container .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      color: white;
      height: 400px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover; }
      #contact .container .item strong {
        font-size: 16px; }
      #contact .container .item p {
        margin-bottom: 10px;
        font-size: 20px; }
      #contact .container .item h2 {
        font-size: 36px; }
      #contact .container .item .layer {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: rgba(0, 0, 0, 0.4); }
        #contact .container .item .layer .inner {
          padding: 0px 80px;
          margin: auto;
          -ms-flex-item-align: start;
              align-self: flex-start; }
        #contact .container .item .layer .phonenumber {
          width: 100%;
          position: absolute;
          text-align: center;
          bottom: 20px;
          left: 0px;
          font-weight: 500;
          font-size: 16px; }
          #contact .container .item .layer .phonenumber .fa-phone {
            position: relative;
            top: 5px;
            font-size: 28px; }
  #contact .content-below {
    background-color: white; }
    #contact .content-below .container {
      padding-bottom: 5px; }
      #contact .content-below .container .below-item {
        width: 100%;
        text-align: center;
        max-width: 550px;
        margin: 0 auto; }
        #contact .content-below .container .below-item h2 {
          font-size: 38px;
          font-weight: 100;
          margin-bottom: 30px; }
          #contact .content-below .container .below-item h2:last-of-type {
            font-size: 28px;
            margin-bottom: 20px; }
        #contact .content-below .container .below-item p {
          margin-bottom: 30px;
          font-size: 18px; }
  #contact #maps-wrapper {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    overflow: hidden; }
    #contact #maps-wrapper .map {
      width: 49%;
      height: 400px;
      float: left;
      margin: 40px 1% 0 1%;
      position: relative; }
      @media (max-width: 991px) {
        #contact #maps-wrapper .map {
          width: 100%; } }
    #contact #maps-wrapper #map-0 {
      width: 100%;
      margin: 0 auto;
      display: block;
      float: none; }
    #contact #maps-wrapper #map-2, #contact #maps-wrapper #map-4 {
      margin-right: 0; }
    #contact #maps-wrapper #map-1, #contact #maps-wrapper #map-3 {
      margin-left: 0; }
  #contact .inner-map {
    position: absolute;
    bottom: 0;
    padding: 30px;
    background: #fff;
    text-align: center;
    left: 80px; }
    @media (max-width: 767px) {
      #contact .inner-map {
        width: 100%;
        left: 0;
        background: rgba(255, 255, 255, 0.85);
        padding: 10px; } }
    #contact .inner-map h2 {
      font-size: 28px;
      font-weight: 100; }
    #contact .inner-map p {
      font-size: 18px;
      margin: 0; }
      #contact .inner-map p span {
        font-size: 16px; }
    #contact .inner-map .phonenumber {
      margin-top: 30px;
      font-size: 16px;
      font-weight: 300; }
      @media (max-width: 767px) {
        #contact .inner-map .phonenumber {
          margin-top: 15px; } }
  #contact .location-reykjavik, #contact .location-atlanta, #contact .location-london {
    right: 80px;
    left: auto; }
    @media (max-width: 767px) {
      #contact .location-reykjavik, #contact .location-atlanta, #contact .location-london {
        right: 0; } }

#main-body.main-body-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#main-body.main-body-404 footer {
  position: relative; }

header.header-404 {
  height: 100vh; }

#header-clean {
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 80px;
  height: 100vh; }

#header-clean.clean {
  top: 0px;
  background-position: center 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #header-clean.clean .caption {
    text-align: center; }
    #header-clean.clean .caption .media-mobile {
      margin-top: -228px; }
    #header-clean.clean .caption h1 {
      margin: 0px;
      line-height: 0.8;
      font-weight: 100; }
    #header-clean.clean .caption h2 {
      line-height: 0.8;
      font-weight: 300; }
    #header-clean.clean .caption p {
      margin: 0;
      font-weight: 300; }

#project-arena {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #101010;
  background-size: cover;
  margin-top: 80px;
  position: relative;
  /*#mailForm {
        button {
            perspective: 240px;
            background: none;
            width: auto;
            height: auto;
            padding: 0;

            &:hover {
                .outer {
                    transform: rotateX(-90deg) translateZ(20px);

                    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
                        transform: rotateX(0) translateZ(0);

                        span {
                            background: $color-white;
                            color: red;
                        }
                    }
                }
            }

            &:active {
                .outer {
                    transition: transform 0s linear;
                    transform: rotateX(-90deg) translateZ(20px) translateY(6px);

                    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
                        transform: rotateX(0) translateZ(0) translateY(0);
                    }
                }
            }

            .outer {
                width: 100px;
                height: 36px;
                transform-style: preserve-3d;
                transition: transform 0.25s ease-in;
                transform: rotateX(0) translateZ(0);

                span {
                    width: 100px;
                    height: 36px;
                    display: block;
                    background: red;
                    padding: 6px 20px;

                    &.below {
                        transform: rotateX(90deg) translateZ(54px) translateY(-18px);
                        background: $color-white;
                        color: red;
                    }
                }
            }
        }
    }*/ }
  #project-arena h3 {
    color: #19314c;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 720px) {
      #project-arena h3 {
        font-size: 24px;
        margin-bottom: 20px; } }
  #project-arena .yt-video {
    /*height: 300px;

        @media only screen and (max-width: 750px) {
            height: 100px;
        }*/
    text-align: center; }
    #project-arena .yt-video iframe {
      height: 405px;
      width: 720px;
      text-align: center; }
      @media only screen and (max-width: 960px) {
        #project-arena .yt-video iframe {
          width: 540px;
          height: 303.75px; } }
      @media only screen and (max-width: 720px) {
        #project-arena .yt-video iframe {
          width: 360px;
          height: 202.5px; } }
      @media only screen and (max-width: 480px) {
        #project-arena .yt-video iframe {
          width: 216px;
          height: 121.5px; } }
  #project-arena .pa-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 750px) {
      #project-arena .pa-logo {
        margin-bottom: 20px; }
        #project-arena .pa-logo img {
          width: 80%;
          height: 80%; } }
    @media only screen and (max-width: 500px) {
      #project-arena .pa-logo img {
        width: 350px;
        height: 63px; } }
  #project-arena .signup {
    /*display: flex;
        flex-direction: column;
        justify-content: center;*/
    text-align: center;
    background-color: #eef0ef;
    padding: 20px 0 40px 0;
    position: relative;
    margin-top: 30px;
    width: 100vw; }
    #project-arena .signup .btn-lg {
      text-transform: uppercase;
      margin-left: 25px;
      border-radius: 0;
      padding: 6px 20px;
      vertical-align: bottom; }
      @media only screen and (max-width: 750px) {
        #project-arena .signup .btn-lg {
          margin-top: 12px; } }
    #project-arena .signup .form-control.input-lg {
      background: transparent;
      font-size: 16px;
      width: 100%;
      display: block;
      border: none;
      border-radius: 0;
      box-shadow: none;
      color: #888b90;
      border-bottom: 2px #888b90 solid;
      padding-left: 0;
      padding-bottom: 2px; }
      @media only screen and (max-width: 750px) {
        #project-arena .signup .form-control.input-lg {
          margin: 0 10%;
          width: 80%; } }
      #project-arena .signup .form-control.input-lg:focus {
        box-shadow: none; }
    #project-arena .signup .form-group {
      position: relative;
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
      width: 380px; }
      @media only screen and (max-width: 750px) {
        #project-arena .signup .form-group {
          display: block;
          width: 100%;
          margin-bottom: 20px; } }
    #project-arena .signup .border-bottom {
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 2px;
      width: 0;
      background: #19314c;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      #project-arena .signup .border-bottom.on {
        left: 0;
        width: 100%; }
    #project-arena .signup .error-msg {
      font-size: 0;
      position: absolute;
      bottom: -26px;
      right: 10%;
      color: red;
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
      @media only screen and (min-width: 750px) {
        #project-arena .signup .error-msg {
          right: 0; } }
    #project-arena .signup .success-msg {
      color: green;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      font-size: 0;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    #project-arena .signup.success .form-group input, #project-arena .signup.success .form-group .border-bottom {
      opacity: 0;
      -webkit-transform: translateX(-100vw);
              transform: translateX(-100vw);
      -webkit-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
    #project-arena .signup.success button {
      opacity: 0;
      -webkit-transform: translateX(100vw);
              transform: translateX(100vw);
      -webkit-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
    #project-arena .signup.success .success-msg {
      font-size: 20px; }
    #project-arena .signup.error .form-control.input-lg {
      border-bottom: 2px red solid; }
    #project-arena .signup.error .border-bottom.on {
      left: 50%;
      width: 0; }
    #project-arena .signup.error .alert-malformed-email {
      font-size: 16px; }
    #project-arena .signup.networkProblem .form-control.input-lg {
      border-bottom: 2px red solid; }
    #project-arena .signup.networkProblem .border-bottom.on {
      left: 50%;
      width: 0; }
    #project-arena .signup.networkProblem .alert-network {
      font-size: 16px; }
  #project-arena .btn-container {
    text-align: center;
    display: none; }
  #project-arena .play-btn {
    display: inline-block;
    margin-top: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
    position: relative;
    margin-left: -10px;
    margin-bottom: 20px;
    height: 20vw;
    width: 20vw; }
    @media only screen and (min-width: 970px) {
      #project-arena .play-btn {
        margin-bottom: 0;
        height: 130px;
        width: 130px; } }
    #project-arena .play-btn:hover {
      text-decoration: none;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      cursor: pointer; }
      #project-arena .play-btn:hover:before {
        -webkit-transition: -webkit-transform 0s linear;
        transition: -webkit-transform 0s linear;
        transition: transform 0s linear;
        transition: transform 0s linear, -webkit-transform 0s linear; }
    #project-arena .play-btn:before {
      content: "\f16a";
      font-family: FontAwesome; }
    #project-arena .play-btn:active {
      -webkit-transition: all 0.05s linear;
      transition: all 0.05s linear;
      text-decoration: none;
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
    #project-arena .play-btn:focus {
      text-decoration: none; }
    #project-arena .play-btn:before {
      color: white;
      font-size: 20vw;
      -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0s linear;
      transition: color 0.3s ease-in-out, -webkit-transform 0s linear;
      transition: color 0.3s ease-in-out, transform 0s linear;
      transition: color 0.3s ease-in-out, transform 0s linear, -webkit-transform 0s linear;
      margin-left: 0;
      position: absolute;
      left: 0;
      top: 50%;
      height: 100%;
      width: 100%; }
      @media only screen and (min-width: 970px) {
        #project-arena .play-btn:before {
          font-size: 130px; } }

#youtube .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -5;
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  #youtube .overlay.open {
    opacity: 1;
    z-index: 10000;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    #youtube .overlay.open .bg {
      opacity: 1;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    #youtube .overlay.open .inner {
      padding-bottom: 45%;
      -webkit-transition: all 0.5s cubic-bezier(0.73, 1.59, 0.5, 0.84);
      transition: all 0.5s cubic-bezier(0.73, 1.59, 0.5, 0.84); }
      #youtube .overlay.open .inner img.animate {
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  #youtube .overlay .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  #youtube .overlay .inner {
    width: 80%;
    height: 0px;
    padding-bottom: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #youtube .overlay .inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    #youtube .overlay .inner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      opacity: 0;
      -webkit-transition: all 1s ease-in;
      transition: all 1s ease-in;
      -webkit-transform: translateY(-200px);
              transform: translateY(-200px); }
      #youtube .overlay .inner img.initial {
        -webkit-transform: translateY(100px);
                transform: translateY(100px); }

/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
#products {
  background-color: #101010; }
  #products .row {
    min-height: 400px; }

#product {
  color: #eef0ef;
  background-color: #eef0ef; }
  #product .images {
    background-color: #0c0c0c; }
  #product h2 {
    font-weight: 100; }
  #product .content {
    padding-top: 140px;
    padding-bottom: 100px;
    min-height: 440px;
    line-height: 28px; }
    #product .content p {
      font-size: 22px;
      line-height: 35px; }
  #product .nobg {
    overflow: hidden;
    position: relative;
    padding: 75px 0;
    margin: -3px; }
    @media (min-width: 768px) {
      #product .nobg {
        padding: 100px 0; } }
    @media (min-width: 992px) {
      #product .nobg {
        padding: 200px 0; } }
    #product .nobg .bg-eve-valkyrie {
      background-image: none; }
    #product .nobg .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      will-change: transform;
      -webkit-transform: scale(1.05) translateZ(0px);
              transform: scale(1.05) translateZ(0px); }
    #product .nobg .blur-effect {
      -webkit-filter: blur(2px);
              filter: blur(2px);
      -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
    #product .nobg .overlay-effect {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
    #product .nobg .overlay-on {
      background-color: rgba(0, 0, 0, 0.7); }
    #product .nobg .hide_me {
      opacity: 0;
      -webkit-transform: translateY(80px);
              transform: translateY(80px);
      -webkit-transition: all 0s linear;
      transition: all 0s linear; }
    #product .nobg .show_me {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
    #product .nobg .content {
      padding: 0;
      text-align: center;
      width: 100%;
      max-width: 900px;
      margin: 0 auto; }
      @media (min-width: 992px) {
        #product .nobg .content p:first-of-type {
          margin-bottom: 45px;
          font-size: 32px;
          line-height: 48px;
          font-weight: 100; } }
      #product .nobg .content .product-link {
        margin-top: 60px;
        margin-bottom: 0; }
  #product .product-background {
    background-position: bottom right;
    background-repeat: no-repeat; }
  #product .product-link {
    text-align: center;
    margin-bottom: 60px; }
  @media (max-width: 767px) {
    #product .text-snippet {
      padding: 75px 0; }
    #product .text-snippet.background {
      background-size: 400px; } }

#product.product-eve-valkyrie .bg-img-eve-valkyrie {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("//web.ccpgamescdn.com/evevalkyrie/images/wallpapers/Gateway/Gatewaywallpaper-min.jpg"); }

@media (max-width: 991px) {
  #product.product-eve-valkyrie .bg-img-eve-valkyrie {
    background-image: url("//web.ccpgamescdn.com/evevalkyrie/images/wallpapers/Gateway/Gatewaywallpaper-min.jpg?w=991"); } }

@media (max-width: 776px) {
  #product.product-eve-valkyrie .bg-img-eve-valkyrie {
    background-image: url("//web.ccpgamescdn.com/evevalkyrie/images/wallpapers/Gateway/Gatewaywallpaper-min.jpg?w=767"); } }

#product.product-eve-valkyrie .asset2 {
  background-position: bottom -220px right 50px;
  background-repeat: no-repeat; }

#product.product-eve-online {
  background-image: none; }
  #product.product-eve-online .bg-img-eve-online {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/4iarfuccmw16/5ZeToPEF7awgYyUw80OwUK/d25aa7bab33e5354e628eccc350816c9/header_eveonline.jpg"); }
  @media (max-width: 991px) {
    #product.product-eve-online .bg-img-eve-online {
      background-image: url("/4iarfuccmw16/5ZeToPEF7awgYyUw80OwUK/d25aa7bab33e5354e628eccc350816c9/header_eveonlineff58.jpg?w=991"); } }
  @media (max-width: 776px) {
    #product.product-eve-online .bg-img-eve-online {
      background-image: url("/4iarfuccmw16/5ZeToPEF7awgYyUw80OwUK/d25aa7bab33e5354e628eccc350816c9/header_eveonline91d9.jpg?w=767"); } }
  #product.product-eve-online .bg-eve-online {
    background-repeat: no-repeat;
    background-size: cover; }
  #product.product-eve-online .nobg {
    padding-bottom: 0; }
    #product.product-eve-online .nobg .bg-eve-online {
      background-image: none; }
    #product.product-eve-online .nobg .overlay-effect {
      background-image: -webkit-linear-gradient(bottom, #131313, transparent);
      background-image: linear-gradient(0deg, #131313, transparent); }
    #product.product-eve-online .nobg .content {
      min-height: auto; }
  #product.product-eve-online .text-snippet {
    background-image: none;
    padding: 15px 0; }
  #product.product-eve-online .lower-text-section {
    background: #131313; }
    #product.product-eve-online .lower-text-section .content {
      padding: 0;
      text-align: center;
      width: 100%;
      max-width: 900px;
      margin: 0 auto; }
      @media (min-width: 992px) {
        #product.product-eve-online .lower-text-section .content {
          padding-bottom: 140px; } }
    #product.product-eve-online .lower-text-section .product-link {
      margin-top: 60px;
      margin-bottom: 0; }
    #product.product-eve-online .lower-text-section .hide_me {
      opacity: 0;
      -webkit-transform: translateY(80px);
              transform: translateY(80px);
      -webkit-transition: all 0s linear;
      transition: all 0s linear; }
    #product.product-eve-online .lower-text-section .show_me {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }

#product.product-gunjack .bg-img-gunjack {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("//web.ccpgamescdn.com/evegunjack/gunjack-prod-img.jpg"); }

@media (max-width: 991px) {
  #product.product-gunjack .bg-img-gunjack {
    background-image: url("//web.ccpgamescdn.com/evegunjack/gunjack-prod-img.jpg?w=991"); } }

@media (max-width: 776px) {
  #product.product-gunjack .bg-img-gunjack {
    background-image: url("//web.ccpgamescdn.com/evegunjack/gunjack-prod-img.jpg?w=767"); } }

#product.product-gunjack .nobg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  #product.product-gunjack .nobg .bg-gunjack {
    background-image: none; }

#product.product-gunjack .asset2 {
  background-position: bottom right 85px;
  background-repeat: no-repeat;
  position: relative; }

#product.product-gunjack-2 .bg-img-gunjack-2 {
  background-image: url("/4iarfuccmw16/50ft2KLermWyaEwkYcMIGG/4af3b5437a15358f08654ef7e3a017bb/gunjack2_keyart.jpg"); }

@media (max-width: 991px) {
  #product.product-gunjack-2 .bg-img-gunjack-2 {
    background-image: url("/4iarfuccmw16/50ft2KLermWyaEwkYcMIGG/4af3b5437a15358f08654ef7e3a017bb/gunjack2_keyartff58.jpg?w=991"); } }

@media (max-width: 776px) {
  #product.product-gunjack-2 .bg-img-gunjack-2 {
    background-image: url("/4iarfuccmw16/50ft2KLermWyaEwkYcMIGG/4af3b5437a15358f08654ef7e3a017bb/gunjack2_keyart91d9.jpg?w=767"); } }

#product.product-gunjack-2 .nobg .bg-gunjack-2 {
  background-image: none; }

/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
#products-frontpage {
  background-color: #101010;
  color: #fff;
  background-image: url("../../img/starfield.jpg");
  padding: 0;
  position: relative;
  overflow: hidden;
  /*.back-bottom-left {
        //background-position: bottom left;
    }

    .back-bottom-right {
        //background-position: bottom right;
    }*/ }
  #products-frontpage h2 {
    margin: 0 0 70px 0;
    font-size: 38px;
    font-weight: 100; }
  #products-frontpage .container-fluid.products {
    width: 85%; }
  #products-frontpage .container-gutter {
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px; }
  #products-frontpage .product-item-container {
    background-color: #101010;
    position: relative;
    height: 540px; }
  #products-frontpage .content {
    height: 540px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*@include media-tablet-max {
            //background: none;
        }*/
    float: left; }
    #products-frontpage .content .inner {
      text-align: center;
      position: relative;
      padding: 0 70px;
      -webkit-transition: background-color .7s ease-in-out;
      transition: background-color .7s ease-in-out; }
      @media (max-width: 1199px) {
        #products-frontpage .content .inner {
          padding: 0 20px; } }
      @media (max-width: 1100px) {
        #products-frontpage .content .inner {
          padding: 0 20px; } }
      @media (max-width: 991px) {
        #products-frontpage .content .inner {
          margin: 0 20px; } }
      @media (max-width: 767px) {
        #products-frontpage .content .inner {
          margin: 0; } }
  #products-frontpage p {
    margin: 40px 0;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Roboto'; }
    @media (max-width: 767px) {
      #products-frontpage p {
        line-height: 28px; } }
  #products-frontpage .row {
    background-repeat: no-repeat;
    background-color: #101010;
    background-size: cover;
    height: 540px;
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden; }
  #products-frontpage .hide_me {
    -webkit-transform: translate3d(0, 48px, 0);
            transform: translate3d(0, 48px, 0);
    visibility: hidden;
    -webkit-animation-name: none;
            animation-name: none;
    opacity: 0; }
  #products-frontpage .show_me {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
    visibility: visible;
    opacity: 1; }
  #products-frontpage .product_right .content {
    float: right; }
  #products-frontpage .product_right .image {
    float: left; }
  #products-frontpage .product-eve-online img {
    width: 149px;
    height: auto; }
  #products-frontpage .product-dust-514 img {
    width: 226px;
    height: auto; }
  #products-frontpage .image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 50%;
    height: 540px;
    float: right;
    overflow: hidden; }
    #products-frontpage .image .hide_video {
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      #products-frontpage .image .hide_video:hover {
        opacity: 1; }
      #products-frontpage .image .hide_video video {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        cursor: pointer; }
  @media (max-width: 767px) {
    #products-frontpage .content {
      margin: 0;
      padding: 0 25px;
      width: 100%; } }
  @media (max-width: 530px) {
    #products-frontpage .logo {
      width: 90%; }
    #products-frontpage .product-eve-online {
      width: unset; } }
  @media (max-width: 991px) {
    #products-frontpage .product_right .content {
      float: none; }
    #products-frontpage .product_right .image {
      float: none; }
    #products-frontpage .content {
      position: absolute;
      text-align: center;
      width: 100%;
      z-index: 2; }
      #products-frontpage .content .inner {
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        -webkit-transition: background-color .7s ease-in-out;
        transition: background-color .7s ease-in-out; }
    #products-frontpage .image {
      width: 100%; } }
  @media (max-width: 370px) {
    #products-frontpage .content {
      padding: 0; } }
  #products-frontpage .universe2 {
    position: relative; }
    #products-frontpage .universe2 .underlay {
      position: absolute;
      top: 0;
      min-width: 100%;
      min-height: 100%;
      height: 2100px;
      width: auto;
      opacity: 0;
      -webkit-transition: top 2s ease-in-out;
      transition: top 2s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    #products-frontpage .universe2 .underlay-bg-one {
      -webkit-animation: scale-underlay-bg-one 60s infinite;
              animation: scale-underlay-bg-one 60s infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
    #products-frontpage .universe2 .underlay-bg-two {
      -webkit-animation: scale-underlay-bg-two 60s infinite;
              animation: scale-underlay-bg-two 60s infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
    #products-frontpage .universe2 .underlay-one {
      -webkit-animation: scale-bg-one 45s infinite;
              animation: scale-bg-one 45s infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
    #products-frontpage .universe2 .underlay-two {
      -webkit-animation: scale-bg-two 45s infinite;
              animation: scale-bg-two 45s infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }

@keyframes scale-underlay-bg-one {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  6% {
    opacity: 1; }
  56% {
    opacity: 1; }
  60%, 100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0; } }

@keyframes scale-underlay-bg-two {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1; }
  4% {
    opacity: 1; }
  10% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1; } }

@keyframes scale-bg-one {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60%, 100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes scale-bg-two {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1; }
  10% {
    -webkit-transform: scale(1.55);
            transform: scale(1.55);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1; } }
    #products-frontpage .universe2 .products {
      z-index: 5;
      position: relative; }

/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
#careers {
  /*color: $color-dark;
    background-color: $color-light;*/
  background-color: #101010;
  color: #eef0ef; }
  @media (max-width: 767px) {
    #careers {
      padding-top: 0; } }
  #careers h2 {
    margin: 0;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-top: 80px;
    padding-bottom: 20px;
    font-size: 38px;
    font-weight: 100; }
  #careers p {
    padding-top: 20px; }
  #careers .btn_base {
    margin-top: 30px;
    margin-bottom: 80px; }
  #careers .cap {
    font-size: 44px;
    font-weight: 100;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s; }
  #careers .sub {
    font-size: 34px;
    font-weight: 300;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s; }
  @media (min-width: 991px) and (max-width: 1150px) {
    #careers .cap {
      font-size: 35.2px;
      -webkit-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
    #careers .sub {
      font-size: 27.2px;
      -webkit-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; } }
  #careers .excerpt-container {
    margin: 50px 70px 0 70px;
    padding: 20px 20px 20px 20px;
    display: block; }
    #careers .excerpt-container p {
      margin: 0; }
    #careers .excerpt-container:hover {
      background-color: #202020; }
    @media (max-width: 767px) {
      #careers .excerpt-container {
        margin: 25px 35px; } }
    #careers .excerpt-container h3 {
      margin: 0;
      font-weight: 300; }
  #careers .video-container {
    background-size: cover;
    text-align: center;
    margin: 0 65px 80px 65px; }
    @media (max-width: 767px) {
      #careers .video-container {
        padding-bottom: 50px;
        background: none;
        margin: 0; } }
    #careers .video-container .video {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      #careers .video-container .video iframe, #careers .video-container .video object, #careers .video-container .video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #careers .video-container .video .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: #fff;
        width: 120px;
        height: 120px;
        border-radius: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        pointer-events: none; }
        #careers .video-container .video .play-btn:before {
          content: "\f04b";
          font-family: "FontAwesome";
          font-size: 62px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-38%, -50%);
                  transform: translate(-38%, -50%);
          color: #000; }
        @media (max-width: 767px) {
          #careers .video-container .video .play-btn {
            width: 80px;
            height: 80px; }
            #careers .video-container .video .play-btn:before {
              font-size: 38px; } }
      #careers .video-container .video .play-overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 9999; }
    #careers .video-container:hover .play-btn {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }

/*** Layout definitions ***/
/*** Mobile Modification ***/
#press {
  padding: 60px 0px 45px 0px;
  background-color: #eef0ef; }
  #press .products {
    margin: 60px 0 40px 0;
    background-color: white; }
  #press h2 {
    text-align: center;
    color: #19314c;
    margin: 0px;
    margin-bottom: 60px;
    line-height: 0.8;
    font-weight: 100; }
  #press h2.below {
    margin-top: 20px; }
  #press .text p {
    margin: 0px; }
  #press .text a {
    display: inline-block;
    position: relative;
    padding-bottom: 0px; }
  #press .text a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background .35s ease;
    transition: width 0s ease, background .35s ease; }
  #press .text a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #19314c;
    -webkit-transition: width .35s ease;
    transition: width .35s ease; }
  #press .text a:hover:before {
    width: 100%;
    background: #19314c;
    -webkit-transition: width .35s ease;
    transition: width .35s ease; }
  #press .text a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease; }
  #press a {
    color: #19314c;
    font-weight: 400; }
  #press .below a {
    display: inline-block;
    position: relative;
    padding-bottom: 0px; }
  #press .below a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background .35s ease;
    transition: width 0s ease, background .35s ease; }
  #press .below a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #19314c;
    -webkit-transition: width .35s ease;
    transition: width .35s ease; }
  #press .below a:hover:before {
    width: 100%;
    background: #19314c;
    -webkit-transition: width .35s ease;
    transition: width .35s ease; }
  #press .below a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease; }
  #press h3 {
    height: 20px;
    font-size: 20px; }
    @media (max-width: 767px) {
      #press h3 {
        height: auto; } }
  @media (max-width: 991px) {
    #press .Top-Left, #press .Top-Right, #press .Mid-Left, #press .Mid-Center, #press .Mid-Right, #press .Bot-Left, #press .Bot-Center, #press .Bot-Right {
      padding: 0px; } }
  #press .social-media a {
    color: #888b90; }
  #press .social-media a:hover {
    color: white; }
  #press .social-media ul {
    font-family: 'FontAwesome';
    list-style: none;
    display: inline-block;
    /*margin: 30px 15px;*/
    padding: 0;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-bottom: 0px; }
    #press .social-media ul li {
      display: inline-block;
      margin-right: 5px;
      width: 35px;
      height: 35px;
      text-align: center;
      background: #eef0ef; }
      #press .social-media ul li a {
        font-size: 20px; }
      #press .social-media ul li div {
        padding: 4px; }
  #press .social-media .social-link:hover {
    background-color: #264a72;
    /*#34579b;*/
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out; }
  #press .content {
    text-align: center;
    padding: 40px 0px; }
    #press .content img {
      position: relative; }
    #press .content .eve {
      top: 7px; }
    #press .content .text {
      padding: 20px 0px;
      min-height: 115px; }
    #press .content .image-container {
      min-height: 33px; }

/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
#career-portal {
  margin-top: 80px; }
  #career-portal .frame {
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
    width: 1px;
    min-width: 100%; }

/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
.sliding-u-l-r-l {
  display: inline-block;
  position: relative;
  padding-bottom: 0px; }

.sliding-u-l-r-l:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  -webkit-transition: width 0s ease, background .35s ease;
  transition: width 0s ease, background .35s ease; }

.sliding-u-l-r-l:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #19314c;
  -webkit-transition: width .35s ease;
  transition: width .35s ease; }

.sliding-u-l-r-l:hover:before {
  width: 100%;
  background: #19314c;
  -webkit-transition: width .35s ease;
  transition: width .35s ease; }

.sliding-u-l-r-l:hover:after {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0s ease;
  transition: all 0s ease; }

.btn_base {
  display: inline-block;
  border: 1px solid;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 18px;
  position: relative;
  z-index: 1;
  -webkit-transition: color .50s;
  transition: color .50s; }

.btn_base:before, .btn_base:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0.001%; }

.btn_base:before {
  top: 0;
  -webkit-transition: height 0s;
  transition: height 0s; }

.btn_base:after {
  bottom: 0;
  -webkit-transition: height .50s;
  transition: height .50s; }

.btn_base:hover:before {
  height: 100%;
  -webkit-transition: height .50s;
  transition: height .50s; }

.btn_base:hover:after {
  height: 100%;
  -webkit-transition: height 0s;
  transition: height 0s;
  background: transparent; }

.btn_white {
  color: #19314c;
  border-color: #fff;
  background: #fff; }

.btn_white:focus {
  color: #19314c; }

.btn_white:active, .btn_white.down, .btn_white.selected {
  background: #19314c;
  border-color: #fff;
  color: #fff; }

.btn_white:before, .btn_white:after {
  background: #19314c; }

.btn_white:hover {
  color: #fff;
  border-color: #fff; }

/*.btn_brown {
    color: $color-gold-brown;
    border-color: $color-gold-brown;
    background: transparent;
}

.btn_brown:hover {
    color: $color-dark-brown;
}

.btn_brown:active, .btn_brown.down, .btn_brown.selected {
    background: $color-white;
    border-color: $color-gold-brown;
    color: $color-dark-brown;
}

.btn_brown:before, .btn_brown:after {
    background: $color-white;
}


.btn_brown:hover {
    color: $color-dark-brown;
}*/
.btn_white_transparent {
  color: #fff;
  border-color: #fff;
  background: transparent; }

.btn_white_transparent:focus {
  color: #fff; }

.btn_white_transparent:active, .btn_white_transparent.down, .btn_white_transparent.selected {
  background: #19314c;
  border-color: #fff;
  color: #fff; }

.btn_white_transparent:before, .btn_white_transparent:after {
  background: #fff; }

.btn_white_transparent:hover {
  color: #19314c;
  border-color: #fff; }

.btn_blue_transparent {
  color: #19314c;
  border-color: #19314c;
  background: transparent; }

.btn_blue_transparent:focus {
  color: #19314c; }

.btn_blue_transparent:active, .btn_blue_transparent.down, .btn_blue_transparent.selected {
  background: #19314c;
  border-color: #fff;
  color: #fff; }

.btn_blue_transparent:before, .btn_blue_transparent:after {
  background: #19314c; }

.btn_blue_transparent:hover {
  color: #fff;
  border-color: #19314c; }

.link-hover-underline-css a {
  display: inline-block;
  position: relative;
  padding-bottom: 0px; }

.link-hover-underline-css a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  -webkit-transition: width 0s ease, background .35s ease;
  transition: width 0s ease, background .35s ease; }

.link-hover-underline-css a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #19314c;
  -webkit-transition: width .35s ease;
  transition: width .35s ease; }

.link-hover-underline-css a:hover:before {
  width: 100%;
  background: #19314c;
  -webkit-transition: width .35s ease;
  transition: width .35s ease; }

.link-hover-underline-css a:hover:after {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0s ease;
  transition: all 0s ease; }

.link-effect {
  display: inline-block;
  position: relative;
  /* This doesn´t seem to have any effect
        :hover{
        color: #333;
        border-bottom: 1px solid;
    }

    :active {
        border-bottom: 0;
        color: #333;
        border-color: #333;
    }*/ }
  .link-effect .link-underscore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; }
  .link-effect .link-underscore:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0.001%;
    -webkit-transition: width 0s,background .35s;
    transition: width 0s,background .35s; }
  .link-effect .link-underscore:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0.001%;
    background: #333;
    -webkit-transition: width .35s;
    transition: width .35s; }

.readmore.link-effect .link-underscore:after {
  background: #19314c; }

.link-effect:hover {
  border-bottom: none; }
  .link-effect:hover .link-underscore:before {
    width: 100%;
    background: #333;
    -webkit-transition: width .35s;
    transition: width .35s; }
  .link-effect:hover .link-underscore:after {
    width: 100%;
    background: transparent;
    -webkit-transition: background 0s;
    transition: background 0s; }

.readmore.link-effect:hover .link-underscore:before {
  background: #19314c; }

/*.link-effect:hover {
        color: #333;
        border-bottom: 1px solid;
    }*/
/*.link-effect:active {
        border-bottom: 0;
        color: #333;
        border-color: #333;
    }*/
/*.link-effect {
    position: relative;
}*/
/*.link-effect .link-underscore {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }*/
/*.link-effect .link-underscore:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            width: 0.001%;
            transition: width 0s,background .35s;
        }

        .link-effect .link-underscore:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            height: 1px;
            width: 0.001%;
            background: #333;
            transition: width .35s;
        }*/
/*.link-effect:hover {
        border-bottom: none;
    }

        .link-effect:hover .link-underscore:before {
            width: 100%;
            background: #333;
            transition: width .35s;
        }

        .link-effect:hover .link-underscore:after {
            width: 100%;
            background: transparent;
            transition: background 0s;
        }*/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
#header_hero {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0px;
  left: 0px;
  height: 100vh !important;
  width: 100%;
  background: center center scroll no-repeat #101010;
  background-size: cover;
  z-index: -1; }
  #header_hero .fill {
    position: fixed;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover; }
    #header_hero .fill .overlay {
      color: white;
      position: absolute;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      z-index: 100;
      height: 100vh;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
      #header_hero .fill .overlay .overlay-content {
        position: relative;
        top: 40%;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
    #header_hero .fill #hero-carousel {
      will-change: contents;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      #header_hero .fill #hero-carousel .carousel-inner {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        will-change: contents; }

#header_hero_spacer {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0px;
  left: 0px;
  height: 100vh !important;
  width: 100%;
  color: white;
  text-align: center;
  background: center center scroll no-repeat;
  background-size: cover; }

#section_below {
  height: 1000px;
  background-color: black; }

#mouse-scroll-container {
  position: absolute;
  top: 90vh;
  /*width:25px;*/
  left: 49%;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    /*-webkit-transition: all 2s ease-in-out;
              transition: all 2s ease-in-out;*/ }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    /*-webkit-transition: all 5s linear;
              transition: all 5s linear;*/ } }

/*.carousel .item .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}*/
.carousel .item .active {
  height: 100vh; }

.carousel-inner {
  height: 100vh; }

/* keep full widget on smaller screens */
/*@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
	}
}*/
#header, #header-video {
  position: relative;
  top: 80px;
  height: 56vw;
  min-height: 430px;
  color: white;
  background-repeat: no-repeat;
  background-size: cover; }

#header-video .container {
  position: relative;
  display: table;
  height: 100%; }
  #header-video .container .caption {
    position: relative;
    top: 15%;
    padding: 5% 16.67%;
    display: table-cell;
    /*vertical-align: middle;*/
    text-align: center; }

.background-header {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #101010;
  background-size: cover;
  color: #fff;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: -1;
  height: 56vw;
  min-height: 430px; }

.background-header .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .background-header .container .caption {
    text-align: center;
    margin-top: -80px;
    width: 100%;
    max-width: 940px;
    padding: 0 10px; }
    .background-header .container .caption h1, .background-header .container .caption h2 {
      margin: 0px; }
    .background-header .container .caption h1 {
      line-height: 0.8; }
    .background-header .container .caption h2 {
      margin-top: 27px;
      line-height: 53px; }
    @media (max-width: 767px) {
      .background-header .container .caption h2 {
        line-height: 32px;
        font-size: 20px;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .background-header .container .caption img {
        width: 50%; } }

.hdr-news-item .container .caption h1 {
  line-height: 1.25em;
  font-size: 48px; }
  @media (max-width: 991px) {
    .hdr-news-item .container .caption h1 {
      font-size: 38; } }
  @media (max-width: 767px) {
    .hdr-news-item .container .caption h1 {
      font-size: 32px; } }

.hdr-products .container .caption, .hdr-careers .container .caption {
  margin-top: -40px; }

.background-header h2, #header_hero h2 {
  font-size: 40px; }
  @media (max-width: 767px) {
    .background-header h2, #header_hero h2 {
      font-size: 24px; } }

.video-header {
  height: 56vw;
  min-height: 430px;
  background-position: center center; }
  @media (max-width: 767px) {
    .video-header video {
      display: none; } }

#header-video {
  height: 56vw;
  min-height: 430px; }

#header.news,
.hdr-news, .hdr-news-item,
#header.contact,
.hdr-contact-us {
  height: 420px; }
  #header.news .container,
  .hdr-news .container, .hdr-news-item .container,
  #header.contact .container,
  .hdr-contact-us .container {
    top: 0px;
    height: 350px; }
    #header.news .container .caption,
    .hdr-news .container .caption, .hdr-news-item .container .caption,
    #header.contact .container .caption,
    .hdr-contact-us .container .caption {
      margin: 0; }

@media (max-width: 767px) {
  .hdr-contact-us {
    background-position: center; } }

#video-header {
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%; }

#header.textpage, #header.newsitem {
  min-height: 470px;
  height: 470px; }
  #header.textpage .container, #header.newsitem .container {
    padding: 0px;
    height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #header.textpage .container .caption h1, #header.newsitem .container .caption h1 {
      margin: 0px; }

#header.newsz .container {
  padding: 0px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #header.newsz .container .caption h1 {
    margin: 0px; }

#header.newsitem {
  background-position: center center; }

.hdr-news {
  background-image: url("//web.ccpgamescdn.com/ccpgames/images/news-top-img.jpg"); }

.hdr-about {
  background-image: url(../../4iarfuccmw16/76SK3gKf1SQskgquMCwSQi/e543a8feb6330d3379ff77b746ecc533/company_header_1920x1080_100.jpg); }

/*** Layout definitions ***/
/*** Mobile Modification ***/
/*** Layout definitions ***/
/*** Mobile Modification ***/
/*.columns-no-padding()
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding: 0px;
    }
}*/
/*@mixin media-desktop_full(@rules){
    @media(@screen-desktop-max){
        @rules();
    }
}

@mixin media-desktop(@rules){
    @media(min-width:@screen-desktop-min){
        @rules();
    }
}

@mixin media-tablet-only(@rules){
    @media(min-width:@screen-tablet-min) and (max-width:@screen-desktop-min){
        @rules();
    }
}*/
/*@mixin media-tablet-max(@rules){
    @media(max-width:@screen-tablet-max){
        @rules();
    }
}*/
/*@mixin media-tablet-min(@rules){
    @media(min-width:@screen-tablet-min){
        @rules();
    }
}*/
/*.media-tablet-min(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}*/
/*@mixin media-mobile(@rules){
    @media(max-width:@screen-mobile-max){
        @rules();
    }
}

@mixin media-mobile-min(@rules){
    @media(max-width: @screen-mobile-xs-max){
        @rules();
    }
}

    @mixin media-mobile-above(@rules){
    @media(min-width:$screen-mobile-min){
        @rules();
    }
}

*/
/* Extra Small - mobile */
/* Small - tablet */
/* Medium - desktop */
/* Large - desktop full */
/*** Layout definitions ***/
/*** Mobile Modification ***/
#navigation {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 100; }
  #navigation .navbar-inverse a, #navigation .navbar a, #navigation .navbar-default a {
    color: white; }
  #navigation .navbar {
    border: 0px solid;
    border-radius: 0px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  #navigation .navbar-transparent {
    background-color: transparent !important;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear; }
  #navigation .navbar-color {
    background-color: #0c0c0c;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear; }
  #navigation .navbar-brand {
    padding: 15px 25px 0px 18px; }
  @media (max-width: 767px) {
    #navigation #navbar-collapse {
      border-radius: 0px;
      box-shadow: none;
      padding: 0px;
      max-height: none;
      height: 0px;
      display: block;
      overflow: hidden;
      -webkit-transition: width 0.4s ease;
      transition: width 0.4s ease; }
      #navigation #navbar-collapse.in, #navigation #navbar-collapse.collapsing, #navigation #navbar-collapse.mobile-active, #navigation #navbar-collapse.mobile-inactive {
        background-color: #0c0c0c;
        position: fixed;
        top: 0px;
        height: 100%;
        right: 0px;
        -webkit-transition-property: "width";
        transition-property: "width";
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease; }
        #navigation #navbar-collapse.in #btn-nav-collapse .fa, #navigation #navbar-collapse.collapsing #btn-nav-collapse .fa, #navigation #navbar-collapse.mobile-active #btn-nav-collapse .fa, #navigation #navbar-collapse.mobile-inactive #btn-nav-collapse .fa {
          font-size: 1.5em; }
        #navigation #navbar-collapse.in ul, #navigation #navbar-collapse.collapsing ul, #navigation #navbar-collapse.mobile-active ul, #navigation #navbar-collapse.mobile-inactive ul {
          margin: 80px 0 0 0; }
        #navigation #navbar-collapse.in a, #navigation #navbar-collapse.collapsing a, #navigation #navbar-collapse.mobile-active a, #navigation #navbar-collapse.mobile-inactive a {
          padding: 10px 25px; }
        #navigation #navbar-collapse.in a:hover, #navigation #navbar-collapse.collapsing a:hover, #navigation #navbar-collapse.mobile-active a:hover, #navigation #navbar-collapse.mobile-inactive a:hover {
          background-color: #232323;
          -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
          -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }
      #navigation #navbar-collapse.mobile-active {
        width: 190px; }
      #navigation #navbar-collapse.mobile-inactive {
        width: 0; } }
  #navigation nav ul {
    margin-top: 34px; }
  @media (min-width: 768px) {
    #navigation nav li {
      border-top: 0px solid transparent;
      margin-top: 1px;
      padding-top: 5px;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      box-shadow: 0 0 1px transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      overflow: hidden;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      #navigation nav li:nth-child(1) {
        -webkit-transition-delay: .01s;
                transition-delay: .01s; }
      #navigation nav li:nth-child(2) {
        -webkit-transition-delay: .03s;
                transition-delay: .03s; }
      #navigation nav li:nth-child(3) {
        -webkit-transition-delay: .08s;
                transition-delay: .08s; }
      #navigation nav li:nth-child(4) {
        -webkit-transition-delay: .13s;
                transition-delay: .13s; }
      #navigation nav li:nth-child(5) {
        -webkit-transition-delay: .17s;
                transition-delay: .17s; }
      #navigation nav li:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 15px;
        right: 100%;
        top: 0;
        background: #6e6e6e;
        height: 1px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      #navigation nav li:hover:before, #navigation nav li:focus:before, #navigation nav li:active:before, #navigation nav li.selected:before {
        right: 15px; }
      #navigation nav li a {
        margin: 0px 15px;
        padding: 0px; } }
  #navigation .navbar-toggle {
    color: white;
    border: 0;
    margin-bottom: 0px; }
    #navigation .navbar-toggle:hover {
      background: none; }

@media (min-width: 768px) {
  .main-body- #navigation #mainlogo {
    -webkit-transform: translate3d(15px, 20px, 0);
            transform: translate3d(15px, 20px, 0);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out; }
  .main-body- #navigation li {
    -webkit-transform: translate3d(15px, 20px, 0);
            transform: translate3d(15px, 20px, 0); }
  .main-body- #navigation .stick #mainlogo, .main-body- #navigation .stick li {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .main-body- #navigation .stick #mainlogo img {
    width: 90%; }
  .main-body- #navigation .stick li {
    margin-top: -3px; }
  .main-body- #navigation .stick .navbar-brand {
    padding-right: 10px; } }

#subnavigation {
  color: white;
  font-weight: 300;
  font-size: 15px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%; }
  #subnavigation .subnav {
    top: 80px;
    width: 100%;
    background-color: #1a1a1a;
    visibility: hidden;
    z-index: 50; }
    #subnavigation .subnav ul {
      text-align: center;
      padding: 0;
      margin: 0;
      list-style: none;
      list-style-image: none; }
      #subnavigation .subnav ul li {
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        height: 40px; }
        #subnavigation .subnav ul li:hover {
          background-color: #232323;
          -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
          -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }
        #subnavigation .subnav ul li a {
          display: inline-block;
          padding: 11px 15px 0px 15px; }
          @media (max-width: 767px) {
            #subnavigation .subnav ul li a {
              padding: 9px 5px 0px 5px;
              font-size: 14px; } }
      #subnavigation .subnav ul .selected {
        background-color: #232323; }

#main-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #main-body {
      /* IE10+ CSS styles go here */
      display: block; } }

main.main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden; }
