*, *:before, *:after {
  box-sizing: border-box; }

/**
 * Colours
 */
/**
  * Typography
  */
/**
  * Breakpoints
  */
/**
  * Grid
  */
/**
  * Components
  */
.content-block:before, .content-block:after {
  content: " ";
  display: table;
  flex-basis: 0;
  width: 0;
  height: 0;
  order: 1; }

.content-block:after {
  clear: both; }

@keyframes shine {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes shine-half {
  0% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }

@keyframes shine-delay {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes shine-half-delay {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }

@keyframes gunshot {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes shine-move {
  0% {
    opacity: 0.75;
    transform: translateX(-3px); }
  50% {
    opacity: 0;
    transform: translateX(0px); }
  100% {
    opacity: 0.75;
    transform: translateX(3px); } }

@keyframes mouse {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(4px); }
  100% {
    transform: translateY(0); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@font-face {
  font-family: 'lg-smart';
  src: url("../fonts/lgsmart-webfont.woff2") format("woff2"), url("../fonts/lgsmart-webfont.woff") format("woff"), url("../fonts/lgsmart-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lg-smart-light';
  src: url("../fonts/lgsmart-light-webfont.woff2") format("woff2"), url("../fonts/lgsmart-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lg-smart-bold';
  src: url("../fonts/lgsmart-bold-webfont.woff2") format("woff2"), url("../fonts/lgsmart-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lg-smart-light-semibold';
  src: url("../fonts/lgsmart-light-semibold-webfont.woff2") format("woff2"), url("../fonts/lgsmart-light-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html, body {
  padding: 0;
  margin: 0; }

body {
  font-family: 'lg-smart';
  font-size: 20px;
  line-height: 1.25em;
  color: #fff; }
  body:after {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    bottom: 0;
    background-color: rgba(17, 17, 17, 0.75);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease-in-out, left 0s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out, left 0s ease-in-out 0.5s; }

.share-open:after {
  opacity: 1;
  pointer-events: auto;
  left: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.wrapper {
  overflow: hidden;
  background: #222; }

h1, h2, h3 {
  font-family: 'lg-smart-light';
  -webkit-font-smoothing: antialiased;
  font-weight: 400; }

em {
  font-style: italic; }

p {
  margin: 1em 0; }

a {
  color: #fff; }

.main-header {
  text-align: center; }

.header {
  background: #fff;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header__link {
    position: relative;
    text-indent: -1000em;
    width: 25px;
    height: 25px;
	display:inline-block;
    transition: opacity 0.25s ease-in-out; }
    @media screen and (min-width: 600px) {
      .header__link {
        text-indent: 0;
        width: auto;
        height: auto;
        text-transform: uppercase;
        padding-left: 35px;
        color: #aaa;
        text-decoration: none;
        line-height: 30px; } }
    .header__link svg {
      position: absolute;
      top: 1px;
      left: 0;
      width: 25px;
      transition: stroke 0.25s ease-in-out; }
    .header__link:hover {
      opacity: 0.6; }
  .header__logo {
    max-width: 100px; }
    @media screen and (min-width: 600px) {
      .header__logo {
        max-width: 100%; } }
  .header__logo-image {
    width: 140px;
    max-width: 100%; }
  .header__menu {
    position: relative;
    text-indent: -1000em;
    width: 25px;
    height: 25px;
    transition: opacity 0.25s ease-in-out; }
    @media screen and (min-width: 600px) {
      .header__menu {
        line-height: 28px;
        text-decoration: none;
        color: #aaa;
        padding-right: 45px;
        text-transform: uppercase;
        text-indent: 0;
        width: auto;
        height: auto; } }
    .header__menu span, .header__menu span:before, .header__menu span:after {
      display: block;
      width: 25px;
      height: 3px;
      background-color: #000;
      position: absolute;
      right: 0; }
      @media screen and (min-width: 600px) {
        .header__menu span, .header__menu span:before, .header__menu span:after {
          width: 35px; } }
    .header__menu span:before, .header__menu span:after {
      content: ""; }
    .header__menu span:before {
      top: -10px; }
      @media screen and (min-width: 600px) {
        .header__menu span:before {
          top: -10px; } }
    .header__menu span:after {
      bottom: -10px; }
      @media screen and (min-width: 600px) {
        .header__menu span:after {
          bottom: -10px; } }
    .header__menu span {
      top: 10px; }
    .header__menu:hover {
      opacity: 0.6; }
  .header a {
    color: #000;
    font-size: 16px; }

.menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 10;
  padding: 40px 20px;
  transition: transform 0.5s ease-in-out;
  width: 350px;
  transform: translateX(350px);
  max-width: 100%; }
  @media screen and (min-width: 600px) {
    .menu {
      width: 600px;
      transform: translateX(600px); } }
  .menu__close {
    color: #000;
    text-decoration: none;
    display: block;
    text-align: right;
    position: relative;
    padding-right: 25px;
    transition: color 0.25s ease-in-out; }
    .menu__close:before, .menu__close:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 2px;
      background-color: #000;
      top: 10px;
      right: 0;
      transition: background-color 0.25s ease-in-out; }
    .menu__close:before {
      transform: rotate(45deg); }
    .menu__close:after {
      transform: rotate(-45deg); }
    .menu__close:hover {
      color: #ACACAC; }
      .menu__close:hover:before, .menu__close:hover:after {
        background-color: #ACACAC; }
  .menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 40px; }
  .menu__item {
    padding: 16px 0; }
  .menu__link {
    color: #000;
    text-decoration: none;
    font-size: em(20px);
    padding: 4px;
    display: block;
    transition: opacity 0.25s ease-in-out; }
    .menu__link.active {
      text-decoration: underline;
      color: #aaa; }
    .menu__link:hover {
      opacity: 0.6; }
  .menu__active {
    color: white; }
  .menu-open .menu {
    transform: translateX(0); }

.menu-open:after {
  opacity: 1;
  pointer-events: auto; }

.hero {
  min-height: calc(100vh - 85px);
  max-height: 680px;
  text-align: center;
  background: #000 url("../images/header.jpg") no-repeat left center;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  padding: 20px 20px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  @media screen and (min-width: 768px) {
    .hero {
      padding: 40px 40px 80px;
      background-position: center center; } }
  @media screen and (min-height: 700px) {
    .hero {
      min-height: 0px;
      height: 680px; } }
  .hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url("../images/header-cover.jpg") no-repeat left center;
    background-size: cover;
    animation: 2s linear 1s shine infinite alternate-reverse; }
    @media screen and (min-width: 768px) {
      .hero:before {
        background-position: center center; } }
  .hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0.25s;
    z-index: 2; }
  .hero.in-view:after {
    opacity: 0.5; }
    @media screen and (min-width: 768px) {
      .hero.in-view:after {
        opacity: 0; } }
  .hero .logo-elem {
    z-index: 3; }
  .hero__inner {
    position: relative;
    z-index: 3; }
  .hero__title {
    font-size: 1.8em;
    color: #fff;
    line-height: 1em;
    margin: 0 0 0.25em;
    background: url("../images/lg-logo.png") no-repeat center top;
    background-size: auto 40px;
    padding: 60px 0 0;
    opacity: 0;
    transition: opacity 0.75s ease-in-out 0.75s;
    font-weight: 700; }
    @media screen and (min-width: 480px) {
      .hero__title {
        font-weight: 300;
        font-size: 2em; } }
    @media screen and (min-width: 768px) {
      .hero__title {
        background-size: auto 60px;
        padding: 80px 0 0;
        font-size: 3.6em;
        line-height: 1em; } }
    @media screen and (min-width: 1200px) {
      .hero__title {
        font-size: 3.8em; } }
    .in-view .hero__title {
      opacity: 1; }
    .hero__title span {
      opacity: 0;
      transition: opacity 0.75s ease-in-out 0.75s; }
      .in-view .hero__title span {
        opacity: 1; }
    .hero__title .split-title__line {
      display: block; }
  .hero__text {
    max-width: 400px;
    margin: 0 auto 1em;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 1.25s;
    font-size: 1em;
    line-height: 1.25em; }
    @media screen and (min-width: 768px) {
      .hero__text {
        font-size: 1.15em; } }
    .in-view .hero__text {
      opacity: 1; }
  .hero__scroll {
    width: 24px;
    height: 38px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin: 0 0 0 -12px;
    border: 2px #fff solid;
    border-radius: 30px;
    background: transparent;
    transition: background 0.25s ease-in-out;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 1.25s;
    z-index: 3; }
    @media screen and (min-width: 768px) {
      .hero__scroll {
        bottom: 40px; } }
    .in-view .hero__scroll {
      opacity: 1; }
    .hero__scroll:before {
      content: '';
      position: absolute;
      top: 4px;
      left: 50%;
      width: 6px;
      border: 2px white solid;
      height: 10px;
      margin: 0 0 0 -3px;
      border-radius: 10px;
      background: transparent;
      transition: border-color 0.25s ease-in-out;
      animation: 1s linear 1s mouse infinite alternate-reverse; }
    .hero__scroll:hover {
      background: #fff; }
      .hero__scroll:hover:before {
        border-color: #000; }

.page-header {
  background: #000 no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 40px 0; }
  .page-header__inner {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    width: 90%;
    min-height: 420px; }
  .page-header__text {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.25s; }
    .in-view .page-header__text {
      opacity: 1; }
  .page-header__image {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.35s, left 0.5s ease-in-out 0.35s; }
    @media screen and (min-width: 640px) {
      .page-header__image {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translateY(-55%); } }
    .in-view .page-header__image {
      opacity: 1; }
      @media screen and (min-width: 768px) {
        .in-view .page-header__image {
          left: 50%; } }
  .page-header p {
    max-width: 400px; }

@media screen and (min-width: 768px) {
  #ship-tv {
    width: 70%;
    transform: translateY(-50%); } }

.btn {
  padding: 10px 22px;
  display: block;
  color: white;
  border: 1px #fff solid;
  font-size: 18px;
  text-decoration: none;
  text-align: center; }
  @media screen and (min-width: 480px) {
    .btn {
      display: inline-block; } }

.btn {
  display: inline-block;
  padding: 10px 22px;
  border: 1px #fff solid;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: color 0.5s ease-in-out; }
  .btn:before, .btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: -25%;
    width: 150%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transition: transform 0.5s ease-in-out;
    z-index: -1; }
  .btn:before {
    transform: translate3d(100%, 0, 0) skew(-30deg);
    transform-origin: 0 0; }
  .btn:after {
    transform: translate3d(-100%, 0, 0) skew(-30deg);
    transform-origin: 100% 100%; }
  .btn:hover {
    color: white; }
    .btn:hover:before, .btn:hover:after {
      transform: translate3d(0, 0, 0) skew(-30deg); }

.breadcrumb {
  margin: 0 0 1em; }

.page-title {
  font-size: 2em;
  line-height: 0.9em;
  margin: 0; }
  @media screen and (min-width: 480px) {
    .page-title {
      font-size: 2em; } }
  @media screen and (min-width: 640px) {
    .page-title {
      font-size: 2.2em; } }
  @media screen and (min-width: 768px) {
    .page-title {
      font-size: 2.6em;
      line-height: 0.9em; } }
  @media screen and (min-width: 900px) {
    .page-title {
      font-size: 3em; } }

@media screen and (min-width: 640px) {
  .split-title__line {
    display: block; } }

.gradient-text {
  color: #ff1952;
 /* background-image: linear-gradient(23deg, #fe6d38, #ff1952);*/
  background-image: linear-gradient(23deg, #ff1952, #ff1952);
  background-size: 100% auto;
  background-position: 0 100%;
  transition: background-position .5s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block; }
  @media all and (-ms-high-contrast: none) {
    .gradient-text {
      background: none; } }

.no-break {
  white-space: nowrap; }

.content-block__logo img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.5s; }

.content-block__logo.in-view img {
  opacity: 1; }

.logo-elem {
  position: relative;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) !important;
  max-width: 140px; }
  @media screen and (min-width: 768px) {
    .logo-elem {
      position: absolute;
      left: 20px;
      bottom: 20px;
      transform: none !important;
      max-width: none; } }
  @media screen and (min-width: 768px) {
    .logo-elem--mobile {
      display: none; } }
  .logo-elem--desktop {
    display: none; }
    @media screen and (min-width: 768px) {
      .logo-elem--desktop {
        display: block; } }
  .logo-elem--absolute {
    position: absolute; }
  .logo-elem--force-left {
    position: absolute;
    left: 10px;
    transform: none; }
    @media screen and (min-width: 768px) {
      .logo-elem--force-left {
        left: 20px; } }
  .logo-elem--force-right {
    position: absolute;
    left: auto;
    right: 10px;
    transform: none; }
    @media screen and (min-width: 768px) {
      .logo-elem--force-right {
        right: 20px; } }
  @media screen and (min-width: 768px) {
    .logo-elem--right {
      left: auto;
      right: 20px; } }
  .logo-elem--top {
    bottom: auto;
    top: 10px; }
    @media screen and (min-width: 768px) {
      .logo-elem--top {
        top: 20px; } }
  .logo-elem img {
    max-width: 100%; }

.content-section {
  padding: 100px 0;
  perspective: 1000px;
  background: no-repeat center center;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .content-section--large-t-margin {
      margin: 100px 0 0; } }
  @media screen and (min-width: 768px) {
    .content-section--large-b-pad {
      padding: 100px 0 160px; } }
  .content-section--grey {
    background-color: #222222; }
  .content-section--black {
    background-color: #000;
    padding: 100px 0 0; }
    @media screen and (min-width: 768px) {
      .content-section--black {
        padding: 100px 0; } }
    .content-section--black .two-column-block__image-container {
      max-width: 750px; }
  .content-section--white {
    background-color: #fff;
    color: #000000; }
    .content-section--white .two-column-block__title {
      color: #000; }
      .content-section--white .two-column-block__title:before {
        background: #000; }
    .content-section--white .btn {
      background: #9A1D37;
      transition: background 0.25s ease-in-out;
      border-color: #9A1D37;
      display: block; }
      @media screen and (min-width: 768px) {
        .content-section--white .btn {
          display: inline-block; } }
      .content-section--white .btn:hover {
        background: #6f1528; }
  .content-section--gradient:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, #222222 0%, rgba(34, 34, 34, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.content-block {
  width: 94%;
  max-width: 1060px;
  margin: 100px auto 0;
  border: 2px #28282A solid;
  background: #0E0F14;
  position: relative;
  min-height: 450px;
  background: no-repeat center center;
  background-size: cover;
  pointer-events: none; }
  .content-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px red;
    z-index: 1;
    display: block;
    opacity: 0;
    transition: opacity 0.25s ease-in-out; }
  .content-block:hover:before {
    opacity: 1; }
  .content-block .gradient-text {
    transition: background-size 0.5s ease-in-out; }
  .content-block:hover .gradient-text {
    background-size: 200% auto; }
  .content-block:first-child {
    margin: 0 auto; }
  .content-block__image-container {
    position: relative;
    bottom: 0;
    line-height: 0;
    z-index: 2;
    overflow: hidden;
    max-width: 600px;
    pointer-events: none;
    margin: 0 auto;
    width: 80%; }
    @media screen and (min-width: 768px) {
      .content-block__image-container {
        position: absolute;
        width: 58%; } }
    .content-block__image-container--left {
      left: 0; }
    .content-block__image-container--right {
      right: 0; }
  .content-block__logo {
    z-index: 3;
    position: absolute; }
  .content-block__image {
    width: 100%;
    transition: opacity 0.5s ease-in-out 0.25s, transform 0.5s ease-in-out 0.25s;
    opacity: 0;
    transform: translateY(80px) scale(0.9);
    transform-origin: 50% 100%; }
    .in-view .content-block__image {
      opacity: 1;
      transform: translateY(0) scale(1); }
    .content-block__image--shine {
      position: absolute;
      bottom: 0;
      left: 0;
      animation: 2s linear 1s shine infinite alternate-reverse; }
    .content-block__image--shine-slow {
      position: absolute;
      bottom: 0;
      left: 0;
      animation: 4s linear 1s shine infinite alternate-reverse; }
    .content-block__image--shine-move {
      position: absolute;
      bottom: 0;
      left: 0;
      animation: 0.5s linear 1s shine-move infinite alternate-reverse; }
  .content-block__text {
    padding: 40px;
    position: relative;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.25s;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .content-block__text {
        float: left;
        text-align: left;
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .content-block__text--right {
        float: right; } }
    .in-view .content-block__text {
      opacity: 1; }
  .content-block__title {
    font-size: 1.8em;
    line-height: 1.1em;
    color: #fff;
    margin: 0;
    padding: 0 0 60px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .content-block__title {
        font-size: 2.4em;
        line-height: 1em; } }
    .content-block__title:before {
      content: '';
      position: absolute;
      bottom: 30px;
      left: 50%;
      height: 2px;
      background: #fff;
      width: 100px;
      margin: 0 0 0 -50px;
      transform: scaleX(0);
      transition: transform 0.5s ease-in-out 0.5s; }
      @media screen and (min-width: 768px) {
        .content-block__title:before {
          left: 0;
          width: 0px;
          margin: 0;
          transition: width 0.5s ease-in-out 0.5s; } }
      .in-view .content-block__title:before {
        transform: scaleX(1); }
        @media screen and (min-width: 768px) {
          .in-view .content-block__title:before {
            width: 100px; } }
    .content-block__title img {
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .content-block__title img {
          margin: 0; } }
  .content-block .btn {
    pointer-events: auto; }

.two-column-block {
  max-width: 1060px;
  margin: 100px auto 0;
  position: relative;
  width: 90%; }
  .two-column-block:first-child {
    margin: 0 auto 18px auto; }
  .two-column-block__inner {
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .two-column-block__inner {
        display: flex;
        justify-content: space-between; } }
  .two-column-block--vcenter .two-column-block__inner {
    align-items: center; }
  .two-column-block__text {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.25s;
    text-align: center;
    max-width: 600px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .two-column-block__text {
        width: 45%;
        margin: 0;
        text-align: left; } }
    .two-column-block__text--right {
      order: 3; }
    .in-view .two-column-block__text {
      opacity: 1; }
  .two-column-block__video-container {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.5s, transform 0.5s ease-in-out 0.5s;
    background: black url("../images/spinner.svg") no-repeat center center;
    background-size: 80px auto;
    transform: scale(0.8);
    margin: 40px 0 0; }
    @media screen and (min-width: 768px) {
      .two-column-block__video-container {
        width: 50%;
        margin: 0; } }
    .two-column-block__video-container iframe {
      width: 100%;
      opacity: 0;
      transition: opacity 0.5s ease-in-out; }
      .two-column-block__video-container iframe.iframe-loaded {
        opacity: 1; }
    .in-view .two-column-block__video-container {
      opacity: 1;
      transform: scale(1); }
  .two-column-block__image-container {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.25s;
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .two-column-block__image-container {
        width: 45%;
        max-width: none; } }
    .in-view .two-column-block__image-container {
      opacity: 1; }
  .two-column-block__image {
    margin: 0 auto;
    display: block;
    order: 2; }
  .two-column-block__title {
    font-size: 2em;
    line-height: 1.1em;
    color: #fff;
    margin: 60px 0 0;
    padding: 0 0 40px;
    position: relative; }
    .two-column-block__title:first-child {
      margin: 0; }
    .two-column-block__title--large {
      font-size: 2em;
      line-height: 1.1em; }
      @media screen and (min-width: 768px) {
        .two-column-block__title--large {
          font-size: 2.4em;
          line-height: 0.9em; } }
      @media screen and (min-width: 1200px) {
        .two-column-block__title--large {
          font-size: 2.6em; } }
    .two-column-block__title:before {
      content: '';
      position: absolute;
      bottom: 20px;
      left: 50%;
      height: 2px;
      background: #fff;
      width: 100px;
      margin: 0 0 0 -50px;
      transform: scaleX(0);
      transition: transform 0.5s ease-in-out 0.5s; }
      @media screen and (min-width: 768px) {
        .two-column-block__title:before {
          left: 0;
          width: 0px;
          margin: 0;
          transition: width 0.5s ease-in-out 0.5s; } }
      .in-view .two-column-block__title:before {
        transform: scaleX(1); }
        @media screen and (min-width: 768px) {
          .in-view .two-column-block__title:before {
            width: 100px; } }
    .two-column-block__title--no-border:before {
      display: none; }

#ring-animation {
  position: relative;
  left: 50%;
  top: 0;
  width: 250%;
  z-index: 1;
  transform: translateX(-31%); }
  @media screen and (min-width: 768px) {
    #ring-animation {
      transform: translateX(-35%);
      position: absolute; } }
  @media screen and (min-width: 900px) {
    #ring-animation {
      margin: -100px 0 0; } }
  #ring-animation div {
    width: 100%;
    background: no-repeat center center;
    background-size: contain;
    padding-top: 56%;
    position: absolute;
    top: 0;
    left: 0; }
  #ring-animation #layer-3 {
    background-image: url("../images/ring-layer-3.jpg");
    position: relative; }
  #ring-animation #layer-2a {
    background-image: url("../images/ring-layer-2.png");
    transform-origin: 30% 77.45%;
    animation: 1.5s linear 1s pulse infinite alternate-reverse; }
  #ring-animation #layer-2b {
    background-image: url("../images/ring-layer-2.png");
    transform-origin: 30% 77.45%;
    animation: 1s linear 1.25s pulse infinite alternate-reverse; }
  #ring-animation #layer-2c {
    background-image: url("../images/ring-layer-2.png");
    transform-origin: 30% 77.45%;
    animation: 1s linear 1.5s pulse infinite alternate-reverse; }
  #ring-animation #layer-1 {
    background-image: url("../images/ring-layer-1.png"); }

@media screen and (min-width: 900px) {
  #cod-block {
    min-height: 380px; } }

@media screen and (min-width: 950px) {
  #cod-block {
    min-height: 450px; } }

@media screen and (min-width: 1020px) {
  #cod-block {
    min-height: 500px; } }

@media screen and (min-width: 1090px) {
  #cod-block {
    min-height: 550px; } }

@media screen and (min-width: 1150px) {
  #cod-block {
    min-height: 600px; } }

#cod-feature {
  position: relative;
  left: 50%;
  top: 0;
  width: 200%;
  z-index: 1;
  margin: 0 0 -100px;
  transform: translateX(-60%); }
  @media screen and (min-width: 768px) {
    #cod-feature {
      position: absolute;
      margin: -100px 0 0; } }
  #cod-feature div {
    width: 100%;
    background: no-repeat center center;
    background-size: contain;
    padding-top: 74%;
    position: absolute;
    top: 0;
    left: 0; }
  #cod-feature .layer-3 {
    position: relative;
    background-image: url("../images/cod4-bg.jpg"); }
  #cod-feature .layer-2 {
    transition: transform 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
    opacity: 0;
    background-image: url("../images/cod4-guy.png");
    transform: translateX(-10%); }
    .in-view #cod-feature .layer-2 {
      transform: translateX(0%);
      opacity: 1; }

#sekiro-feature {
  position: relative;
  left: 50%;
  top: 50%;
  width: 200%;
  z-index: 1;
  margin: 0;
  transform: translateX(-38%); }
  @media screen and (min-width: 640px) {
    #sekiro-feature {
      transform: translateX(-52%); } }
  @media screen and (min-width: 768px) {
    #sekiro-feature {
      transform: translateX(-38%);
      position: absolute; } }
  #sekiro-feature div {
    width: 100%;
    background: no-repeat center center;
    background-size: contain;
    padding-top: 56%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 768px) {
      #sekiro-feature div {
        transform: translateY(-60%); } }
  #sekiro-feature .layer-3 {
    position: relative;
    background-image: url("../images/sekiro-fire-1.jpg"); }
  #sekiro-feature .layer-1 {
    background-image: url("../images/sekiro-fire-3.jpg");
    animation: 1.5s linear shine-half infinite alternate-reverse; }

#destiny-tv {
  position: relative;
  left: 50%;
  top: 50%;
  width: 200%;
  z-index: 1;
  margin: 0;
  transform: translateX(-38%); }
  @media screen and (min-width: 480px) {
    #destiny-tv {
      transform: translateX(-53%); } }
  @media screen and (min-width: 768px) {
    #destiny-tv {
      transform: translateX(-38%);
      position: absolute; } }
  #destiny-tv div {
    width: 100%;
    background: no-repeat center center;
    background-size: contain;
    padding-top: 56%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 768px) {
      #destiny-tv div {
        transform: translateY(-50%); } }
  #destiny-tv #destiny-layer-3 {
    background-image: url("../images/destiny-tv-3.jpg");
    position: relative; }
  #destiny-tv #destiny-layer-2 {
    background-image: url("../images/destiny-tv-2.jpg");
    animation: 1.5s linear shine-half infinite alternate-reverse; }
  #destiny-tv #destiny-layer-1 {
    background-image: url("../images/destiny-tv-1.jpg");
    animation: 1.5s linear shine-half infinite alternate-reverse; }

#crash-resolution {
  position: relative;
  left: 50%;
  top: 50%;
  width: 90vw;
  z-index: 1;
  margin: 0 0 40px;
  transform: translateX(-50%); }
  @media screen and (min-width: 768px) {
    #crash-resolution {
      left: auto;
      right: 0;
      transform: none;
      position: absolute;
      width: 200%;
      margin: 0; } }
  #crash-resolution div {
    width: 100%;
    background: no-repeat center center;
    background-size: contain;
    padding-top: 56%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 768px) {
      #crash-resolution div {
        transform: translateY(-50%); } }
  #crash-resolution .layer-3 {
    background-image: url("../images/crash-tv-large.png");
    position: relative; }

#cod-gold-tv {
  position: relative;
  left: 50%;
  top: 50%;
  width: 110%;
  z-index: 1;
  margin: 0;
  transform: translateX(-50%); }
  @media screen and (min-width: 480px) {
    #cod-gold-tv {
      width: 200%; } }
  @media screen and (min-width: 768px) {
    #cod-gold-tv {
      transform: translateX(-38%);
      position: absolute; } }
  #cod-gold-tv div {
    width: 100%;
    background: no-repeat center center;
    background-size: contain;
    padding-top: 56%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 768px) {
      #cod-gold-tv div {
        transform: translateY(-50%); } }
  #cod-gold-tv .layer-3 {
    background-image: url("../images/cod-gold-tv.jpg");
    position: relative; }

#cod-woman {
  position: relative;
  width: 140%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    #cod-woman {
      width: 190%; } }
  @media screen and (min-width: 900px) {
    #cod-woman {
      position: absolute;
      left: -52%;
      top: -3.8%;
      margin: -140px 0 0;
      width: 322%; } }
  #cod-woman div {
    width: 100%;
    background: no-repeat center center;
    background-size: 100% auto;
    padding-top: 68%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 768px) {
      #cod-woman div {
        padding-top: 51%; } }
  #cod-woman #woman {
    background-image: url("../images/gun-girl-smaller.jpg");
    position: relative; }
    @media screen and (min-width: 768px) {
      #cod-woman #woman {
        background-image: url("../images/cod-woman-gun.jpg"); } }
  @media screen and (min-width: 768px) {
    #cod-woman #woman-2 {
      transform-origin: 50.28% 20.6%;
      background-image: url("../images/cod-woman-gun-2.jpg");
      animation: 1.5s linear gunshot infinite alternate-reverse; } }

#cod-guy-gun {
  position: relative;
  width: 106%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    #cod-guy-gun {
      width: 190%;
      margin: -70px 0 0; } }
  @media screen and (min-width: 900px) {
    #cod-guy-gun {
      position: absolute;
      left: -60%;
      top: -24%;
      margin: -100px 0 0;
      width: 342%; } }
  #cod-guy-gun div {
    width: 100%;
    background: no-repeat center center;
    background-size: 100% auto;
    padding-top: 63%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 900px) {
      #cod-guy-gun div {
        padding-top: 45%; } }
  #cod-guy-gun .layer-3 {
    background-image: url("../images/gun-guy-smaller.jpg");
    position: relative;
    transition: transform 0.5s ease-in-out 0.25s;
    transform: translateX(-10%); }
    @media screen and (min-width: 900px) {
      #cod-guy-gun .layer-3 {
        background-image: url("../images/cod-guy-gun-1.jpg"); } }
    .in-view #cod-guy-gun .layer-3 {
      transform: translateX(0%); }
  @media screen and (min-width: 900px) {
    #cod-guy-gun .layer-2 {
      background-image: url("../images/cod-guy-gun-2.jpg");
      animation: 1.5s linear gunshot infinite alternate-reverse;
      transition: transform 0.5s ease-in-out 0.25s;
      transform: translateX(-10%); }
      .in-view #cod-guy-gun .layer-2 {
        transform: translateX(0%); } }

#cod-guy-gun-2 {
  position: relative;
  width: 166%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    #cod-guy-gun-2 {
      position: absolute;
      width: 370%;
      margin: -70px 0 0; } }
  @media screen and (min-width: 900px) {
    #cod-guy-gun-2 {
      position: absolute;
      left: -60%;
      top: -9.5%;
      margin: -140px 0 0;
      width: 342%; } }
  #cod-guy-gun-2 div {
    width: 100%;
    background: no-repeat center center;
    background-size: 100% auto;
    padding-top: 41%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 900px) {
      #cod-guy-gun-2 div {
        padding-top: 45%; } }
  #cod-guy-gun-2 .layer-3 {
    background-image: url("../images/shield-guy.jpg");
    position: relative;
    transition: transform 0.5s ease-in-out 0.25s;
    transform: translateX(-10%);
    margin: 0 0 0 -10%; }
    @media screen and (min-width: 900px) {
      #cod-guy-gun-2 .layer-3 {
        background-image: url("../images/shield-guy-desktop.jpg");
        margin: 0; } }
    .in-view #cod-guy-gun-2 .layer-3 {
      transform: translateX(0%); }

.footer {
  color: #B8B8B8;
  font-size: 15px;
  padding: 20px 0;
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer {
      align-items: center;
      display: flex;
      justify-content: space-between;
      text-align: left; } }
  @media screen and (min-width: 768px) {
    .footer__social {
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }
  .footer__privacy p {
    margin: 0;
    display: inline; }
  .footer__privacy ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline; }
  .footer__privacy li {
    display: inline; }
    .footer__privacy li:before {
      content: '|';
      margin: 0 7px; }
    .footer__privacy li:first-child:before {
      display: none; }
  .footer__privacy a {
    color: #B8B8B8;
    text-transform: uppercase; }
    .footer__privacy a:hover {
      color: #000; }

.social {
  display: flex;
  list-style: none;
  margin: 20px 0;
  padding: 0;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .social {
      margin: 0;
      justify-content: initial; } }
  .social__item {
    width: 30px;
    height: 30px;
    margin-left: 10px; }
  .social__icon {
    display: block;
    height: 100%;
    border: 1px solid #aaa;
    border-radius: 30px;
    transition: border-color 0.25s ease-in-out; }
    .social__icon svg {
      width: 29px;
      height: 29px; }
      .social__icon svg path {
        transition: fill 0.25s ease-in-out; }
    .social__icon:hover {
      border-color: #2b2a2a; }
      .social__icon:hover svg path {
        fill: #2b2a2a; }
  .social__share {
    color: #aaa;
    text-decoration: none;
    border: 1px solid #aaa;
    border-radius: 15px;
    padding: 8px 12px 6px 30px;
    text-transform: uppercase;
    margin-left: 10px;
    position: relative;
    transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    line-height: 1em; }
    .social__share svg {
      display: inline-block;
      position: absolute;
      top: 0px;
      left: 10px;
      width: 12px;
      height: 100%; }
      .social__share svg path {
        transition: fill 0.25s ease-in-out; }
    .social__share:hover {
      color: #2b2a2a;
      border-color: #2b2a2a; }
      .social__share:hover svg path {
        fill: #2b2a2a; }

#partnership-content {
  background-image: url("../images/partnership-bg.jpg"); }

#resolution-content {
  background-image: url("../images/crash-body-bg.jpg"); }

.featured-panel {
  padding: 36% 0 0;
  background: #222 no-repeat top center;
  background-size: 100% auto;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .featured-panel {
      padding: 300px 0 0; } }
  @media screen and (min-width: 900px) {
    .featured-panel {
      padding: 400px 0 0; } }
  @media screen and (min-width: 1200px) {
    .featured-panel {
      background-size: auto 100%;
      padding: 500px 0 0;
      margin: 0 0 100px; } }
  .featured-panel__inner {
    max-width: 1060px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .featured-panel__block {
    text-align: center;
    margin: 60px auto 0;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .featured-panel__block {
        width: 40%; } }
    @media screen and (min-width: 768px) {
      .featured-panel__block {
        width: 30%;
        margin: 0; } }
  .featured-panel__title {
    font-size: 2.2em;
    line-height: 0.9em;
    position: relative;
    padding: 0 0 40px;
    margin: 0 0 30px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.25s; }
    .in-view .featured-panel__title {
      opacity: 1; }
    .featured-panel__title:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      margin: 0 0 0 -50px;
      height: 2px;
      background: #fff;
      width: 100px;
      transform: scaleX(0);
      transition: transform 0.5s ease-in-out 0.5s; }
      .in-view .featured-panel__title:before {
        transform: scaleX(1); }
  .featured-panel__text {
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.75s; }
    .in-view .featured-panel__text {
      opacity: 1; }

.embed-container {
  position: relative;
  box-shadow: 0 0 30px 15px rgba(252, 0, 0, 0.4);
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#homepage-cta {
  background-image: url("../images/homepage-ad-mobile.png"); }
  @media screen and (max-width: 767px) {
    #homepage-cta {
      padding-bottom: 50%;
      background-size: 100% auto;
      padding-top: 60px;
      background-position: bottom center; } }
  @media screen and (max-width: 480px) {
    #homepage-cta {
      padding-bottom: 91%;
      background-size: 180% auto;
      padding-top: 60px; } }
  @media screen and (min-width: 768px) {
    #homepage-cta {
      background-image: url("../images/homepage-ad-desktop.jpg"); }
      #homepage-cta .two-column-block__text {
        width: 50%; } }

#hdr-cta {
  background-image: url("../images/hdr-ad-mobile.png"); }
  @media screen and (max-width: 767px) {
    #hdr-cta {
      padding-bottom: 50%;
      background-size: 100% auto;
      padding-top: 60px;
      background-position: bottom center; } }
  @media screen and (max-width: 480px) {
    #hdr-cta {
      padding-bottom: 91%;
      background-size: 180% auto;
      padding-top: 60px; } }
  @media screen and (min-width: 768px) {
    #hdr-cta {
      background-image: url("../images/hdr-ad-desktop.jpg"); } }

#buying-guide-cta {
  background-image: url("../images/cod-ad-1-mobile.png"); }
  @media screen and (max-width: 767px) {
    #buying-guide-cta {
      padding-bottom: 50%;
      background-size: 100% auto;
      padding-top: 60px;
      background-position: bottom center; } }
  @media screen and (max-width: 480px) {
    #buying-guide-cta {
      padding-bottom: 91%;
      background-size: 180% auto;
      padding-top: 60px; } }
  @media screen and (min-width: 768px) {
    #buying-guide-cta {
      background-image: url("../images/cod-ad-1.jpg"); } }

#gaming-tv-cta {
  background-image: url("../images/gaming-tv-mobile.jpg"); }
  @media screen and (max-width: 767px) {
    #gaming-tv-cta {
      padding-bottom: 50%;
      background-size: 100% auto;
      padding-top: 60px;
      background-position: bottom center; } }
  @media screen and (max-width: 480px) {
    #gaming-tv-cta {
      padding-bottom: 91%;
      background-size: 180% auto;
      padding-top: 60px; } }
  @media screen and (min-width: 768px) {
    #gaming-tv-cta {
      background-image: url("../images/gaming-tv-desktop.jpg"); } }

#audio-cta {
  background-image: url("../images/audio-ad-mobile.jpg"); }
  @media screen and (max-width: 767px) {
    #audio-cta {
      padding-bottom: 50%;
      background-size: 100% auto;
      padding-top: 60px;
      background-position: bottom center; } }
  @media screen and (max-width: 480px) {
    #audio-cta {
      padding-bottom: 91%;
      background-size: 180% auto;
      padding-top: 60px; } }
  @media screen and (min-width: 768px) {
    #audio-cta {
      background-image: url("../images/audio-ad-desktop.jpg"); } }

.share {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  max-width: 450px;
  width: 90%;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  color: #000; }
  .share__input {
    display: block;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #111;
    padding: 10px;
    color: #000; }
  .share__close {
    font-family: "lg-smart-light-semibold", sans-serif;
    color: #111;
    font-size: 1.25em;
    text-decoration: none;
    display: block;
    text-align: right;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px; }
  .share__close:before, .share__close:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #111;
    top: 10px;
    right: 0; }
  .share__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .share__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.share-open .share {
  opacity: 1;
  pointer-events: auto; }
  
   .social__icon_new{ width:28px; height:28px; display:inline-block;}
.social__icon_new img{width:28px; height:28px; max-width:28px; }/* add 20181025   */

/* add 20181213*/
.header__link {padding-top:5px;}
.header a {
    color: #000;
    font-size: 16px;
}
.lg_home_link {
    margin-left: 20px;
    text-decoration: none;
}
@media screen and (max-width: 650px) { 
.header__link {
    position: relative;
    text-indent: -1000em;
    width: 25px;
    height: 35px;
    transition: opacity .25s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}
.header a {
    color: #000;
    font-size: 14px;
}
.lg_home_link {
    margin: 0 0 0 15px;
    text-decoration: none;
    display: inline-block;
    line-height: 14px;
    width: 120px;
}
}