
.home-first {
	height: 100vh;
	position: relative;
	width: 100%;
	overflow: hidden;
    background-image: url(/public/img/backgrounds/home-characters-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.video-overlay-region {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}

.fullscreen-bg {
  /*background: black url('../img/backgrounds/index-bg1.jpg') center center / cover no-repeat;*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-overlay-region a {
  color: white;
}
.video-overlay-region a:hover {
  text-decoration: none;
  color: #c3fffd;
}
.video-overlay-region a:hover #home-movielink {
  background-color: white;
}
.video-overlay-region a:hover #home-movielink img {
  opacity: .85;
}
.video-caption {
  background-color: rgba(0,0,0,0.7);
  padding: 8px 23px;
}
.video-caption h3 {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
.video-caption p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#home-movielink {
  cursor: pointer;
}
#home-movielink img {
  width: 100%;
}
#home-movielink-mobile .mobile-play-button {
  max-width: 25%;
  margin: 0 auto;
  padding-top: 20vh;
}
#home-movielink-mobile p {
  color: white;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000000;
  margin-top: 14px;
  margin-bottom: 0;
}



/* ***************************
  HOME LATEST UPDATE SECTION
****************************** */
.home-latest {
  background: #00133a url('../img/backgrounds/home-latest-bg.jpg') no-repeat center top;
  background-size: cover;
  padding-bottom: 180px;
}
.home-latest .row.update-nodes {
  margin-left: -5px;
  margin-right: -5px;
}
.home-latest .row.update-nodes>div {
  padding-left: 5px;
  padding-right: 5px;
}
.update-node {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 3%;
}
.update-node:after {
  padding-top: 155%;
  display: block;
  content: '';
}
.update-node.short:after {
  padding-top: 66.85%;
}
.update-node>.inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  overflow: hidden;
  
}
.update-node-overlay-image {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  -moz-box-shadow:    inset 0 0 20px #85deff;
  -webkit-box-shadow: inset 0 0 20px #85deff;
  box-shadow:         inset 0 0 20px #85deff;
  z-index: 3;
  pointer-events: none;
}
.update-node img {
  width: 100%;
  height: auto;
}
.update-node .update-node-copy {
  position: absolute;
  padding: 14px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.update-node .update-node-copy h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.update-node.short .update-node-copy p {
  display: none;
}
.update-node .update-node-copy p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 8px;
  text-align: center;
}
.characters-copyblock {
  text-align: center;
}


/* ***************************
      HOME STORY SECTION
****************************** */
.home-story {
  background: #00133a url('../img/backgrounds/home-story-bg.jpg') no-repeat center top;
  background-size: cover;
}
.home-story .section-title {
  padding-bottom: 20px;
}
.story-copyblock p {
  color: white;
  font-size: 20px;
  line-height: 32px;
  text-shadow: 0 1px 1px #000000;
  text-align: center;
}
.home-story .section-title {
  padding-top: 0;
}
.home-story .container {
  padding-top: 220px;
  padding-bottom: 240px;
}



/* ***************************
    HOME CHARACTERS SECTION
****************************** */
.home-characters {
  background: #00133a url('../img/backgrounds/home-characters-bg.jpg') no-repeat center top;
  background-size: cover;
}
.home-characters .section-title {
  padding-bottom: 20px;
}
.characters-copyblock p {
  color: white;
  font-size: 20px;
  line-height: 32px;
  text-shadow: 0 1px 1px #000000;
  text-align: center;
}
.home-characters .section-title {
  padding-top: 0;
}
.home-characters .container {
  padding-top: 360px;
  padding-bottom: 360px;
}
.cta-btn-wrapper>a {
  margin-left: 6px;
  margin-right: 6px;
}

/* *********************
  PRELOAD SOME ASSETS
********************* */

.home-latest .section-title .title-hr {
  background: url('../img/backgrounds/learn-more-btn-over-bg.png') no-repeat -9999px -9999px;
}


@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}



@media (max-width: 767px) {
  .fullscreen-bg {
    background: black url('../img/backgrounds/home-mobile-bg.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
  .video-overlay-region {
    display: none;
  }
  .section-title h2 {
    font-size: 32px;
    text-shadow: 0 1px 1px #000000;
  }
  .section-title {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .home-latest {
    background: #00133a url('../img/backgrounds/home-latest-bg.jpg') no-repeat center top;
    background-size: auto;
    padding-bottom: 30px;
  }
  .home-story .section-title {
    padding-bottom: 0;
  }
  .home-story .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .story-copyblock p {
    font-size: 16px;
    line-height: 20px;
  }
  .characters-copyblock p {
    font-size: 16px;
    line-height: 20px;
  }
  .home-characters .section-title {
    padding-bottom: 0;
  }
  .home-characters .container {
    padding-top: 160px;
    padding-bottom: 160px;
    
  }
  .modal-dialog .modal-footer p {
    font-size: 12px;
    line-height: 16px;
  }
  .modal-dialog .modal-footer h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .modal-dialog .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  
}
@media (max-width: 330px) {
  #home-movielink-mobile p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {

  #mobile-home-1-overlay {
    display: none;
  }
  .update-node .update-node-copy {
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .update-node .update-node-copy h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .update-node .update-node-copy p {
    font-size: 12px;
    line-height: 16px;
  }
  a.cta-btn div {
    margin: 6px auto;
    font-size: 12px;
  }
}

@media (min-width:1450px) {
    .container.update-nodes-container {
        width: 1420px
    }
}

/* ***************************
      OVERVIEW NEW CHARS SECTION
****************************** */


div.character-content {
  width: 100%;
  padding-bottom: 54.054%;
  position: relative;
}
div.character-content > div.inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.character-slide p {
  color: white;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.character-slide h3 {
  color: #b8dbff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.container-wrapper>.container {
  padding-top: 15%;
}
.char-text-block {
  background: transparent url('../img/backgrounds/char-story-bg.png') center top no-repeat;
  background-size: cover;
}
.char-text-block-content {
  padding: 30px;
}
.inner>.container
{
	width: 100% !important;
}
@media (max-width: 991px) {
  div.character-content {
    padding-bottom: 63%;
  }
  .character-slide p {
    font-size: 16px;
    line-height: 20px;
  }
  .character-slide h3 {
    font-size: 20px;
  }
}


/* ***************************
      SLICK CONTROLS
****************************** */
.slick-loading .slick-list
{
    background: #000 url('../img/preloader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 24px;
    height: 40px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
}
.slick-prev {
  background: transparent url('../img/prev-arrow.png') left top no-repeat;
}
.slick-next {
  background: transparent url('../img/next-arrow.png') left top no-repeat;
}
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent url('../img/next-arrow.png') left -40px no-repeat;
}
.slick-prev:hover,
.slick-prev:focus
{
    color: transparent;
    outline: none;
    background: transparent url('../img/prev-arrow.png') left -40px no-repeat;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    
}
[dir='rtl'] .slick-prev:before
{
    
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    
}
[dir='rtl'] .slick-next:before
{
    
}

ul.slick-dots {
  bottom: 25px;
  z-index: 1000;
}
.slick-slider {
  margin-bottom: 0;
}
button.slick-next.slick-arrow {
  right:25px;
}
button.slick-prev.slick-arrow {
  left:25px;
  z-index: 2000;
}
@media (max-width: 767px) {
  ul.slick-dots {
    bottom: 0px;
  }
}



