@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* GLOBALS COLORS */
body {
  font-size: 18px;
  line-height: 1.6;
  color: #37474f;
  font-family: 'Montserrat', sans-serif; }

a, a:hover, .btn-default, .btn-default:hover {
  transition: all 0.3s ease; }

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif; }

figure {
  margin: 0; }

/* ----------------------------------------------
                      NAVBARS
------------------------------------------------*/
nav.navbar.navbar-default {
  background-color: white;
  border: 0px solid;
  min-height: 70px;
  height: 70px;
  margin-bottom: 0; }

nav .logo {
  margin-top: 23px; }

nav.navbar.navbar-inverse.navbar-fixed-bottom {
  background-color: #177bb2;
  border: 0px;
  color: white;
  padding-top: 10px;
  padding-bottom: 8px; }
  nav.navbar.navbar-inverse.navbar-fixed-bottom .navbar-brand {
    color: white;
    font-size: 26px; }
  nav.navbar.navbar-inverse.navbar-fixed-bottom.navbar-inverse .navbar-collapse, nav.navbar.navbar-inverse.navbar-fixed-bottom .navbar-inverse .navbar-form {
    border-color: #0e618e; }
  nav.navbar.navbar-inverse.navbar-fixed-bottom.navbar-inverse .navbar-nav > li > a {
    color: #adcee0; }
  nav.navbar.navbar-inverse.navbar-fixed-bottom.navbar-inverse .navbar-nav > li > a:hover {
    color: white; }
  nav.navbar.navbar-inverse.navbar-fixed-bottom .navbar-toggle {
    position: relative;
    float: right;
    padding: 13px 25px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    width: 22px;
    height: 16px;
    background: url("../images/arrow.png") center no-repeat;
    background-color: transparent;
    border: 0px;
    border-radius: 0px; }
    nav.navbar.navbar-inverse.navbar-fixed-bottom .navbar-toggle.collapsed {
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg); }

/* ----------------------------------------------
                      HEADER
------------------------------------------------*/
.coming-soon {
  text-align: center;
  width: 100%;
  height: 335px;
  margin-bottom: 20px;
  margin-top: -20px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .coming-soon {
      margin-bottom: 25px;
      margin-top: -20px;
      height: 212px;
      margin-bottom: 87px; } }
  @media only screen and (max-width: 767px) {
    .coming-soon {
      margin-bottom: 0px;
      height: 256px; } }
  .coming-soon h2 {
    padding-top: 100px; }

header {
  background: #eb1c24 url("../images/poster_mobile.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    header {
      background: #eb1c24 url("../images/poster.jpg") top center no-repeat;
      background-size: cover;
      height: 700px; } }
  @media only screen and (min-width: 1025px) {
    header {
      background: #eb1c24 url("../images/poster.jpg") top center no-repeat;
      background-size: cover;
      height: 700px; } }
  header h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      header h1 {
        font-size: 20px; } }
  header .poster {
    margin: 0;
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      header .poster {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      header .poster {
        position: relative;
        width: 100%; } }
  header .titlemobile {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    top: 15%;
    position: absolute;
    width: 100%; }
  header a.posterPlay.button {
    margin-top: 20px;
    position: relative; }
  header .is-hidden {
    display: none; }
  header .video-container {
    overflow: hidden;
    padding: 0px;
    height: 560px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      header .video-container {
        height: 460px; } }
    @media only screen and (max-width: 767px) {
      header .video-container {
        height: auto; } }
    header .video-container a {
      width: 100%;
      height: 100%;
      display: block;
      text-align: center;
      position: absolute; }
    header .video-container .thumbnail {
      padding: 0;
      background: none;
      border: none;
      height: 139px; }
      @media only screen and (max-width: 767px) {
        header .video-container .thumbnail {
          position: absolute; } }
      @media only screen and (max-width: 767px) {
        header .video-container .thumbnail img {
          margin-top: 20px; } }
    header .video-container .player-video {
      width: 60%;
      margin: 0 auto;
      border: none;
      padding: 0;
      padding: 4px;
      padding-top: 50px; }
      @media only screen and (max-width: 767px) {
        header .video-container .player-video {
          width: 100%;
          padding-top: 20px; } }
  header .mainplayer-video {
    position: absolute;
    width: 100%;
    top: 25%;
    left: -3000px; }
    header .mainplayer-video.active {
      left: 0; }
  header .hide {
    visibility: hidden; }

section {
  padding: 80px 0; }
  @media only screen and (max-width: 767px) {
    section {
      padding: 110px 0; } }
  section img.product-logo {
    margin-bottom: 50px; }
  section .content {
    margin-bottom: 60px; }
  section.grey {
    background: #cfd8dc; }
    section.grey .thumbnail {
      background: #cfd8dc; }
    section.grey .player-video {
      background: #cfd8dc; }
  section.light-grey {
    background: #eeeeee; }
    section.light-grey .thumbnail {
      background: #eeeeee; }
    section.light-grey .player-video {
      background: #eeeeee; }
  section .video-container {
    text-align: center;
    height: 333px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      section .video-container {
        height: 273px; } }
    @media only screen and (max-width: 767px) {
      section .video-container {
        height: 207px; } }
    section .video-container .thumbnail {
      position: absolute;
      border: none; }
      @media only screen and (max-width: 767px) {
        section .video-container .thumbnail {
          width: 94%;
          height: 90%;
          margin-left: -5px; } }
      @media only screen and (max-width: 767px) {
        section .video-container .thumbnail img {
          height: 100%; } }
    section .video-container .player-video {
      margin: 0;
      border: none;
      padding: 0;
      padding: 4px; }
    section .video-container object {
      height: 333px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        section .video-container object {
          height: 273px; } }
      @media only screen and (max-width: 767px) {
        section .video-container object {
          height: 207px; } }
    section .video-container img {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
  section .info {
    margin-bottom: 40px; }
