no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(Assets/loader.gif) center no-repeat #000;
}

.new
    {
        animation: pulse 1s ease-in-out infinite;
        -webkit-animation:  pulse 1s ease-in-out infinite;
 -moz-animation:  pulse 1s ease-in-out infinite;
 -ms-animation:  pulse 1s ease-in-out infinite;
 -o-animation:  pulse 1s ease-in-out infinite;
	}

    

    @-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
    }


    .disabled
    {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.youtube-player-gif {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
    }

    .youtube-player-gif iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: transparent;
    }

    .youtube-player-gif img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }

    .youtube-player-gif img:hover {
        -webkit-filter: brightness(75%);
    }

    .youtube-player-gif .play {
        height: 60px;
        width: 60px;
        left: 10%;
        bottom: 5%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        background-size: contain;
        cursor: pointer;
        z-index: 12;
    }

.youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
    }

    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: transparent;
    }

    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }

    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }

    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }


.cls-1{fill:#fff;}.cls-2,.cls-5{fill:#e00000;}.cls-2{stroke:#fff;stroke-miterlimit:10;stroke-width:2px;}.cls-3,.cls-4{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px;stroke-dasharray:12;}.cls-3{stroke:#2e9e05;}.cls-4{stroke:#e00000;}.cls-6{fill:#6b6b6b;}

@media only screen and (orientation:portrait){
 
    body:before 
    {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(Assets/bg-2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
        
    }

    body
    {
        margin: 0;
        color: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .opening
    {
        font-family: 'Roboto', sans-serif;
        overflow-x: hidden;
        font-weight: 200;
        font-stretch: normal;
        letter-spacing: normal;
        color: #ffffff;
        -webkit-overflow-scrolling: touch;
        position: relative;
        margin-bottom: 8vh;
    }
    
     .opening p
    {
        line-height: 1.5;
        font-size: 2.6vh;
    }
    
    .opening .h1
    {
        width: 80%;
    }
    
    .opening h2
    {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 5vh;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #fbf1d6;
        text-transform: uppercase;
        margin-bottom: 1vh;
    }
    
    /* Nav Bar */

    .nav-bar
    {
        position: fixed;
        bottom: 0vh;
        text-align: center;
        width: 100vw;
        height: 8vh;
        background-color: #000;

        padding: 1.8vh 0;
        margin: 0;
        z-index: 100;
    }

    .nav-bar li {
        display: inline;
    }
    
    .nav-bar li a {
        margin: 3vh 4vw;
    }
    
    .icon
    {
        height: 90%;
    }
    
    .cta
    {
        height: 100%;
    }
    
    .caption
    {
        text-align: center;
        font-size: 2.3vh !important;
        margin-top: 1vh
    }
    
    .quote
    {
        font-size: 2.8vh !important;
        font-style: italic;
        margin: 2.3vh 0;
    }
    
    .opening .row
    {
        margin: 0;
        padding: 0 5vw 5vh 5vw;
    }
    
    .title-1
    {
        height: 100vh;
        padding: 6vh 6vw !important;
    }
    
    video
    {
        position: absolute;
        left: 0 ;
        top: 0 ;
        height: 100vh !important;
        z-index: -10;
        width: 100vw !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .main-title img
    {
        width: 65%;
    }
    
    button
    {
        
        background-color: transparent;
        
    }
    
    a .main-button
    {
        margin: 0.4vh;
        width: 45%;
    }
    
    
    /* map */
    
    .map    
    {
        height: 685vh;
        position: relative;
    }
    
    #map-route
    {
        width: 240vw;
        position: absolute;
        left: -62vw;
        z-index: 15;
    }
    
    #map-cap
    {
       position: relative;
        width: 100vw;
        top: -20vh;
        left: 62vw;
        z-index: 15;
        height: 100vh;
        background-color: #000;
        padding: 0 5vw;
    }
    
    #map-cap p
    {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 4.2vh;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #fbf1d6;
        text-transform: uppercase;
        display: none;
        margin-bottom: 10vh;
    }
    
    .buffer
    {
        width: 240vw;
        position: absolute;
        left: -62vw;
        bottom: 0;
        z-index: 1;
    }
    

@keyframes blink {
  0% {
        opacity: 0.5;
  }
  60% {
      opacity: 1;
  }
  100% {
      opacity: 0.5;
  }
    }
    
    #green_path
    {
       display: none;
    }
    
    #red_path
    {
       display: none;
    }
    
    #malaysia
    {
        display: none;
    }
    
    #msia_price
    {
        display: none;
    }
    
    .bulat-bulat
    {
        width: 1vw;
        height: 1vw;
        margin: 1vw;
        display: inline;
        background-color: #fff;
        border-radius: 0.5vw;
    }
    
    
    .content-2
    {
        padding: 5vh 5vw 3vh 5vw !important;
    }

    .blurb3
    {
        text-align: right;
    }
    
    .blurb3 .h1
    {
        width: 66%;
    }
    
    .content-3
    {
        padding-bottom: 0 !important;
        padding-left: 10vw !important;
        margin-top: 6vh !important;
    }

    .img3-1
    {
        width: 98%;
        position: relative;
        display: block;
        margin: 0;
        top: 1.5vh;
        left: -15vw;
    }

    .img3-2
    {
        width: 95%;
        position: relative;
        display: block;
        margin: 0;
        box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
        top: -7vh;
        left: 20vw;
    }
    
    .img4
    {
        width: 80vw;
        margin: 0 10vw;
    }

    .chat-4
    {
        padding: 0 0 !important;
        margin: 4vh 0 4vh 0 !important;
    }
    
    .chat-4 .notes
    {
        padding: 0 10vw;
        text-align: center;
        font-size: 2vh;
    }
    
    .chat-4 .blurb4
    {
        font-size: 4vh; 
        margin: 1.2vh 0 3vh 0;
        text-align: center;
    }
    
    .chat-4 button
    {
        border-color: transparent;
    }
    
    .start-btn
    {
        width: 50vw;
    }

    .chat-send
    {
        width: 65vw;
    }

    #chatbox
    {
        height: 100vh;
        width: 100vw;
        display: none;
        z-index: 120;
    }
    
    #conv
    {
        position: relative;
        z-index: 120;
    }

    #conv-play
    {
        color: #FFF;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 5vw 3vw;
        height: 5vh;
        width: 5vh;
        border-radius: 2vh;
        background-color: transparent;
        padding: 0;

        animation: pulsing 1s ease-in-out infinite;
        -webkit-animation:  pulsing 1s ease-in-out infinite;
        -moz-animation:  pulsing 1s ease-in-out infinite;
        -ms-animation:  pulsing 1s ease-in-out infinite;
        -o-animation:  pulsing 1s ease-in-out infinite;
        z-index: 120;
    }
    
    @-webkit-keyframes pulsing {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(33,41,44, 0.7);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(33,41,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(33,41,44, 0);
  }
}
@keyframes pulsing {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(33,41,44, 0.7);
    box-shadow: 0 0 0 0 rgba(33,41,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(33,41,44, 0);
      box-shadow: 0 0 0 10px rgba(33,41,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(33,41,44, 0);
      box-shadow: 0 0 0 0 rgba(33,41,44, 0);
  }
    }
    
    
    .stats
    {
        text-align: center;
        padding: 0 5vw !important;
    }
    
    .stats .h1
    {
        position: relative;
        top: 5vh;
        width: 90%;
    }
    
    .stats .bar-chart
    {
        position: relative;
        bottom: 3vh;
        width: 90%;
    }
    
    .content-5
    {
        padding-top: 7vh !important;
    }
    
    .blurb5 
    {
        text-align: center;
        padding: 0 5vw;
    }
    
    .stack5
    {
        position: relative;
        margin-bottom: 5vh;
    }
    
    #pic5-1
    {
        width: 65%;
        position: relative;
        right: 15vw;
        
    }
    
    #pic5-2
    {
        width: 63%;
        position: absolute;
        top: 4vh;
        right: -20vw;
    }
    
    .content-6
    {
        position: relative;
    }
    
    .swiper-pagination
    {
        position: static !important;
        padding: 2vh 0;
    }
    
    
    .swiper-pagination-bullet
    {
        background-color: #e00;
        height: 15px;
        width: 15px;
    }
    
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    
    .swiper-slide {
      text-align: center;
    }
    
    .blurb8
    {
        text-align: left;
        padding-left: 8vw;
        padding-right: 8vw;
        position: relative;
        bottom: 5vh;
    }
    
    .blurb8 .h1
    {
        width: 60%;
    }
    
    .blurb8 p
    {
        margin-top: 1vh;
    }
    

    .stacked-8
    {
       position: relative;
        margin-top: 15vh;
    }


    .img8-2
    {
        
       width: 90%;
        position: absolute;
        right: -60vw;
        top: -3vh;
        margin: 0;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);

    }

    .img8-3
    {
        width: 90%;
        position: relative;
        bottom: 9vh;
        right: 27vw;
        margin: 0;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
        transform: rotate(2deg);
        
    }

    .img9-1
    {
        width: 100%;

    }
    
    .blurb9-1
    {
        text-align: right;
        margin-top: 5vh;
        padding-left: 10vw;
    }
    
    .blurb9-1 .h1
    {
        width: 75%;
    }
    
    .content-9 .quote
    {
        text-align: center;
    }
    
    .blurb10
    {
        padding: 0 6vw;
        text-align: center;
    }
    
    .quote span
    {
        font-weight: 600;
        display: block;
    }
    
    .content-10
    {
        margin-top: 8vh !important;
        margin-bottom: 8vh !important;
    }
    
    .blurb10-1 .h1
    {
        width: 100%;
    }
    
    #vid-main
    {
        background-image: url(Assets/VvoT_UL1x1I.gif);
        background-repeat: no-repeat;
        background-size: 100%;
        display: none;
    }

    .coming-soon
    {
        width: 85vw;
        height: 45vw;
        text-align: center;
        padding: 5.5vh;
        background-color: #000;
    }
    
    .coming-soon-2
    {
        width: 100%;
        height: 6.5vh;
        text-align: center;
        padding: 15vh 2vw;
        background-color: #000;
        font-size: 5vh ;
    }

    .coming-soon span
    {
        font-size: 4vh;
        display: block;
    }
    
    .footer .row
    {
        padding: 0;
        margin: 2vh 0;
    }
    
    .footer h2
    {
        margin-bottom: 2vh;
    }
    
    .story-title
    {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 3vh;
        
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #c7bba5;
        text-transform: uppercase;
    }
    
    .story-title b
    {
        font-size: 3.6vh;
        display: block;
        font-weight: 600;
    }

    .thumbnail
    {
        width: 100%;
        margin: 1vh 0;
    }
    
    .share
    {
        text-align: center;
    }
    
    .share .h1
    {
        width: 50%;
        margin-bottom: 2vh;
    }
    
    .share a
    {
        margin: 1vh 2vw;
        font-size: 3.5vh;
        color: #e00;
    }
    
    
    .legal
    {
        color: #fff;
        font-size: 1.7vh;
        text-align: center;
    }
    
    .legal a
    {
        color: #fff;
        font-size: 1.7vh;
    }
    
    .branding
    {
        margin-top: 1.5vh;
        text-align: center;
    }
    
    .branding a
    {
        margin-right: 3vw;
        font-size: 2.2vh;
        color: #fff;
    }
    
    
    
    /*videos*/

    .videos
    {
        background-image: url(Assets/background.jpg);
        height: 100vh;
        width: 100vw;
        background-size: 110%;
        color: #fff;
        font-family: 'Roboto', sans-serif;

         position: fixed;
        top: 0;
        left: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;

        padding: 4vh 0 0 0;
    }

    .videos h1
    {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 4.5vh;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.5vh;
        letter-spacing: normal;
        text-align: left;
        color: #fbf1d6;
        text-transform: uppercase;

        padding-left: 8vw;
        margin-top: 2.5vh;
        margin-bottom: 2.5vh;
    }

    .videos .mini-series .vid-description h2
    {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 4vh;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1vh;
        letter-spacing: normal;
        color: #c7bba5;
        text-transform: uppercase;

        margin: 3vh 1vw 0 1vw;
    }
    
    .videos .vid-description h2
    {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 4.3vh;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1vh;
        letter-spacing: normal;
        color: #c7bba5;
        text-transform: uppercase;

        margin: 1vh 1vw 0 1vw;
    }

    .videos .mini-series .vid-description p
    {
        font-size: 2.2vh;
        margin: 2vh 1vw 5vh 1vw;
        line-height: 3vh;
    }
    
    .videos .vid-description p
    {
        font-size: 2.4vh;
        margin: 2vh 7.5vw 2vh 7.5vw;
        line-height: 3vh;
    }
    
    .vid-description
    {
        text-align: center;
        padding: 0.5vh 0vw 2vh 0vw;
        margin-top: 10vh;
    }
    
    .mini-series .vid-description
    {
        text-align: center;
        padding: 0.5vh 0vw 2vh 0vw;
        margin-bottom: 5vh;
        margin-top: 0;
    }
    
    .videos #vid-main
    {
        width: 100%;
    }
    
    .mini-series
    {
        padding: 8vh 5vw;
        z-index: 5;
    }
    
    .back
    {
        position: fixed;
        background-color: #000;
        top: 4vh;
        right: 7vw;
        border-radius: 5vw;
        width: 8.5vw;
        height: 8.5vw;
        padding: 0 1.8vw;
        z-index: 150;
    }
    
    .back i
    {
        color: #fbf1d6;
        font-size: 3.5vh;
    }
    
}


/* ----------------------------------------------------------------------------------------- */

@media only screen and (orientation:landscape){
 
     body
    {
        background-image: url(Assets/bg-2.jpg);
        background-size: 130%;
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-position: top center;
        margin: 0;
    }
    
    .opening
    {
        font-family: 'Roboto', sans-serif;
        overflow-x: hidden;
        font-weight: 200;
        font-stretch: normal;
        letter-spacing: normal;
        color: #ffffff;
        position: relative;
        margin-bottom: 8vh;
    }
    
     .opening p
    {
        line-height: 1.5;
        font-size: 1.35vw;
    }
    
    .caption
    {
        text-align: center;
        padding: 0 5vw;
        margin-bottom: 6vh;
    }
    
    /* Nav Bar */

    .nav-bar
    {
        position: fixed;
        bottom: 0vh;
        text-align: center;
        width: 100vw;
        height: 7vh;
        background-color: #000;

        padding: 1.5vh 0;
        margin: 0;
        z-index: 105;
    }

    .nav-bar li {
        display: inline;
    }
    
    .nav-bar li a {
        margin: 1vh 2.7vw;
    }
    
    .icon
    {
        height: 100%;
    }
    
    .cta
    {
        height: 150%;
    }
    
    
    .quote
    {
        font-size: 1.65vw !important;
        font-style: italic;
        margin: 5vh 0;
    }
    
    .opening h2
    {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 5vh;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.5vh;
        letter-spacing: normal;
        text-align: center;
        color: #fbf1d6;
        text-transform: uppercase;
        margin-top: 6.5vh;
    }
    
    .opening .h1
    {
        width: 90%
    }
    
    .opening .row
    {
        padding: 8vh 21vw 8vh 21vw;
        margin-bottom: 0;
        
    }
    
    .title-1
    {
        height: 100vh;
        padding: 0 !important;
        text-align: center;
        position: relative;
    }
    
    video
    {
        position: absolute;
        left: 0 ;
        top: 0 ;
        height: 100vh !important;
        z-index: -5;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .main-title
    {
        height: 100vh;
        padding: 7.5vh 5.5vw 6.5vh 15vw !important;
        background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%);
        z-index: 10;
    }
    
    .main-title p
    {
        font-size: 1.3vw;
        padding: 0 3vw;
    }

    .main-title img
    {
        height: 40vh;
        margin-top: 0;
    }
    
    button
    {
        
        background-color: transparent;

    }
    
    a .main-button
    {
       height: 7vh;
        
    }
    
    
    /*map*/
    
    .map    
    {
        height: 650vh;
        position: relative;
    }
    
    #map-route
    {
        position: absolute;
        width: 100vw;
        z-index: 15;
    }
    
    #map-cap
    {
       position: relative;
        width: 35vw;
        bottom: 50vh;
        left: 10vw;
        padding: 0 2.5vw;
        z-index: 15;
        
    }
    
     #map-cap p
    {        
        font-family: 'Bebas Neue', sans-serif;
        font-size: 4.5vh;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #fbf1d6;
        text-transform: uppercase;
        display: none;
        
        margin-bottom: 25vh;
    }
    

@keyframes blink {
  0% {
        opacity: 0.5;
  }
  60% {
      opacity: 1;
  }
  100% {
      opacity: 0.5;
  }
    }
    
    #green_path
    {
       display: none;
    }
    
    #red_path
    {
       display: none;
    }
    
    #malaysia
    {
        display: none;
    }
    
    .buffer
    {
        position: absolute;
        bottom: 0;
        z-index: 1;
    }
    
    #progress-bulat
    {
        z-index: 150;
        position: relative;
    }
    
    .bulat-bulat
    {
        width: 1vw;
        height: 1vw;
        margin: 1vw;
        display: inline;
        background-color: #fff;
        border-radius: 0.5vw;
        z-index: 150;
    }
    
    .blurb3 
    {
        text-align: right;
        padding-top: 15vh;
        padding-left: 2vw;
    }
    
    #chatbox-d
    {
        height: 70vh;
        z-index: 10;
        width: 30vw;
    }
    
    .notes
    {
       padding: 0 7vw 0 4.5vw !important;
        text-align: center;
        font-size: 1vw !important;
    }

    #conv-d
    {
        height: 70vh;
        position: relative;
        width: 30vw;
        
    }

    #conv-play-d
    {
        position: absolute;
        bottom: 1vh;
        z-index: 12;
        width: 8vw;
        height: 3vw;
        padding: 0;
        background-color: transparent;
        border-color: transparent;
        color: #FFF;
        font-size: 1.4vw;
        margin: 0 0 0 22vw;

    }
    
     @-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(61,109,61, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(61,109,61, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(61,109,61, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(61,109,61, 0.4);
    box-shadow: 0 0 0 0 rgba(61,109,61, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(61,109,61, 0);
      box-shadow: 0 0 0 20px rgba(61,109,61, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(61,109,61, 0);
      box-shadow: 0 0 0 0 rgba(61,109,61, 0);
  }
    }
    
    .blurb4 
    {
        text-align: center;
        padding: 0 5vw;
    }
    
    .blurb4 .h1
    {
        width: 55%;
    }
    
    .stats
    {
        text-align: center;
        padding: 0 5vw !important;
    }
    
    .stats .h1
    {
        position: relative;
        top: 10vh;
    }
    
    .stats .bar-chart
    {
        position: relative;
        bottom: 8vh;
        width: 78%;
    }
    
    .blurb5 
    {
        text-align: center;
        padding: 0 5vw;
    }
    
    .blurb5 .h1 
    {
        width: 55%;
    }
    
    #pic5-1
    {
        width: 45%;
        margin: 1vh;
        position: relative;
    }
    
    #pic5-2
    {
        width: 45%;
        margin: 1vh;
        position: relative;
        top: 5vh;
    }
    
    .content-6
    {
        position: relative;
    }
    
    .swiper-pagination
    {
        position: static !important;
        padding: 2vh 0;
    }
    
    .content-6 .notes
    {
        width: 25%;
        position: absolute;
        top: 7.5vh;
        right: 21vw;
        padding: 0 !important;
        text-align: right;
        margin-bottom: 0;
    }
    
    .swiper-pagination-bullet
    {
        background-color: #e00;
        height: 15px;
        width: 15px;
    }
    
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    
    .swiper-slide {
      text-align: center;
    }
    
    .content-8
    {
        position: relative;
        padding: 13vh 21vw !important;
    }
   
    .stacked-8
    {
        position: relative;
    }


    .img8-2
    {
        width: 70%;
        position: relative;
        display: block;
        margin: 0;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);

    }

    .img8-3
    {
        width: 70%;
        position: absolute;
        display: block;
        margin: 0;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
        transform: rotate(2deg);
        bottom: 3vh;
        left: 5vw;
    }

    .blurb8
    {
        text-align: left;
        padding-right: 4vw !important;
        margin-top: 5vh;
        position: relative;

    }
    
    .content-9
    {
        position: relative;
        padding: 15vh 25vw !important;
    }

    .blurb9-1
    {
        text-align: right;
        padding-top: 6.5vh;
    }


    .img9-1
    {
        width: 70%;
        position: relative;
        display: block;
        margin: 0;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
        left: 5vw;
        bottom: -2vh;
    }


    .blurb9-3
    {
        position: relative;
        left: 1vw;
    }
    
    .content-9 .quote
    {
        text-align: center;
        margin-top: 10vh;
        font-size: 1.35vw;
    }
    
    .quote span
    {
        font-weight: 600;
        display: block;
    }
    
    .content-10
    {
        padding: 8vh 8.5vw 8vh 8.5vw !important; 
    }
    
    .blurb10
    {
        text-align: right;
    }
    
    .blurb10-1
    {
        text-align: center;
    }
    
    .blurb10-1 .h1
    {
        width: 50%;
    }
    
    .blurb10-1 .caption
    {
        margin-top: 1.5vh;
    }
    
    #vid-main
    {
        background-image: url(Assets/VvoT_UL1x1I.gif);
        background-repeat: no-repeat;
        background-size: 100%;
        display: none;
    }

    .coming-soon
    {
        width: 60vw;
        height: 30vw;
        text-align: center;
        padding: 5.5vw;
        background-color: #000;
    }
    
    .coming-soon-2
    {
        width: 100%;
        height: 20vh;
        text-align: center;
        padding: 15vh 2vw;
        background-color: #000;
        font-size: 5vh ;
    }

    .coming-soon span
    {
        font-size: 4vw;
        display: block;
    }
    
    .footer .row
    {
        padding: 0;
        margin: 5vh 0;
    }
    
    .footer h2
    {
        margin-bottom: 10vh;
    }
    
    .story-title
    {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 2vw;
        
        font-style: normal;
        font-stretch: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-align: center;
        color: #c7bba5;
        text-transform: uppercase;
    }
    
    .story-title b
    {
        font-size: 2.3vw;
        display: block;
        font-weight: 600;
    }

    .thumbnail
    {
        width: 100%;
        margin-bottom: 1vh;
    }
    
    .share
    {
        text-align: center;
    }
    
    .share .h1
    {
        width: 50%;
        margin-bottom: 2vh;
    }
    
    .share a
    {
        margin: 1vh 2vw;
        font-size: 3.5vh;
        color: #e00;
    }
    
    
    .legal
    {
        color: #fff;
        font-size: 1.2vw;
        text-align: center;
    }
    
    .legal a
    {
        color: #fff;
        font-size: 1.2vw;
    }
    
    .branding
    {
        margin-top: 2vh;
        text-align: center;
    }
    
    .branding a
    {
        margin-right: 2vw;
        font-size: 1.2vw;
        color: #fff;
    }
    
    
     /*videos*/

    .videos
    {
        background-image: url(Assets/background.jpg);
        height: 100vh;
        width: 100vw;
        background-size: 110%;
        color: #fff;
        font-family: 'Roboto', sans-serif;

         position: fixed;
        top: 0;
        left: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;

        padding: 4vh 20vw;
    }

    .videos h1
    {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 4.5vh;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.5vh;
        letter-spacing: normal;
        text-align: left;
        color: #fbf1d6;
        text-transform: uppercase;

        margin-top: 2.5vh;
        margin-bottom: 2.5vh;
    }

    .videos .mini-series .vid-description h2
    {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 4vh;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1vh;
        letter-spacing: normal;
        color: #c7bba5;
        text-transform: uppercase;

        margin: 3vh 1vw 0 1vw;
    }
    
    .videos .vid-description h2
    {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 4.3vh;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1vh;
        letter-spacing: normal;
        color: #c7bba5;
        text-transform: uppercase;

        margin: 1vh 1vw 0 1vw;
    }

    .videos .mini-series .vid-description p
    {
        font-size: 2.2vh;
        margin: 2vh 1vw 5vh 1vw;
        line-height: 3vh;
    }
    
    .videos .vid-description p
    {
        font-size: 2.4vh;
        margin: 2vh 7.5vw 2vh 7.5vw;
        line-height: 3vh;
    }
    
    
    .vid-description
    {
        text-align: center;
        padding: 0.5vh 0vw 2vh 0vw;
        margin-top: 10vh;
    }
    
    .mini-series .vid-description
    {
        text-align: center;
        padding: 0.5vh 0vw 2vh 0vw;
        margin-bottom: 3vh;
        margin-top: 0;
    }
    
    .mini-series
    {
        padding: 10vh 8vw;
    }
    
    .back
    {
        position: fixed;
        background-color: #000;
        top: 4vh;
        right: 7vw;
        border-radius: 5vw;
        width: 6.25vh;
        height: 6.25vh;
        padding: 1vh 1vw;
        z-index: 150;
    }
    
    .back i
    {
        color: #fbf1d6;
        font-size: 3.5vh;
    }
    
}