/*
* ENERGIE - Colorful Coming Soon Template
* Build Date: August 2016
* Last Update: May 2017
* Author: Madeon08
* Copyright (C) 2016 Madeon08
* This is a premium product available exclusively here : http://themeforest.net/user/Madeon08/portfolio
*/
/*  TABLE OF CONTENTS
    ---------------------------
    *. @Import & Reset
    *. Loading overlay
    1. Generic styles

        1.1 BASIC pallet
        1.2 BLUE pallet
        1.3 RED pallet
        1.4 GREEN pallet
        1.5 YELLOW pallet
        1.6 NIGHT pallet
        1.7 ELECTRIC pallet

    2. Home / Countdown
    3. Content

        3.1 Newsletter form

    4. Social icons / Copyright
    5. Slideshow
    6. Scroll Bar
    7. Media Queries
*/
/* ------------------------------------- */
/* *. @Import & Reset .................. */
/* ------------------------------------- */
/* custom CSS files */
@import url(font-awesome.min.css);
@import url(ionicons.min.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(jquery.mCustomScrollbar.css);
@import url(vegas.css);
/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Lora:400italic");
/*
* http://meyerweb.com/eric/tools/css/reset/ 
* v2.0 | 20110126
* License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------------------- */
/* Loading overlay ..................... */
/* ------------------------------------- */
#loading {
  width: 100vw;
  height: 100vh;
  background: #323a45;
  position: fixed;
  z-index: 999;
}
#loading #preloader {
  position: relative;
  width: 3rem;
  height: 3rem;
  top: 3rem;
  left: 3rem;
  text-align: center;
}
#loading #preloader span {
  position: absolute;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#loading #preloader span:nth-child(1) {
  width: 3rem;
  height: 3rem;
  left: calc(50% - 1.5rem);
  z-index: 10;
  -webkit-animation: spin-1 1s infinite ease-in-out;
  -moz-animation: spin-1 1s infinite ease-in-out;
  animation: spin-1 1s infinite ease-in-out;
}
#loading #preloader span:nth-child(2) {
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
}

@-webkit-keyframes spin-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin-1 {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin-1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ------------------------------------- */
/* 1. Generic styles ................... */
/* ------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  background: #323a45;
  font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  height: 100%;
  /* ------------------------------------- */
  /* 1.1 BASIC pallet .................... */
  /* ------------------------------------- */
  /* ------------------------------------- */
  /* 1.2 BLUE pallet ..................... */
  /* ------------------------------------- */
  /* ------------------------------------- */
  /* 1.3 RED pallet ...................... */
  /* ------------------------------------- */
  /* ------------------------------------- */
  /* 1.4 GREEN pallet .................... */
  /* ------------------------------------- */
  /* ------------------------------------- */
  /* 1.5 YELLOW pallet ................... */
  /* ------------------------------------- */
  /* ------------------------------------- */
  /* 1.6 NIGHT pallet .................... */
  /* ------------------------------------- */
  /* ------------------------------------- */
  /* 1.7 ELECTRIC pallet ................. */
  /* ------------------------------------- */
}
body #loading #preloader span:nth-child(1) {
  border-bottom: 2px solid #939da5;
}
body a:hover {
  color: #323a45 !important;
}
body a:hover i {
  color: #323a45 !important;
}
body button.submit {
  background: #939da5;
}
body button.submit:hover {
  background: #afb6bc;
}
body .social-icons.content-closed a:hover {
  color: #75859b !important;
}
body .social-icons.content-closed a:hover i {
  color: #75859b !important;
}
body .social-icons.content-closed a i {
  color: #FFFFFF;
}
body .social-icons.content-closed a i:hover {
  color: #75859b !important;
}
body .copyright.content-closed a {
  color: #FFFFFF;
}
body .copyright.content-closed a:hover {
  color: #5d6c80 !important;
}
body .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
body .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #cbcfd3;
}
body .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #cbcfd3;
}
body .mCSB_dragger .mCSB_dragger_bar {
  background-color: #939da5;
}
body.blue {
  background: #2466ba;
}
body.blue #loading #preloader span:nth-child(1) {
  border-bottom: 2px solid #2466ba;
}
body.blue .global-overlay {
  background: -webkit-linear-gradient(rgba(36, 102, 186, 0.4), rgba(36, 102, 186, 0.9));
  background: linear-gradient(rgba(36, 102, 186, 0.4), rgba(36, 102, 186, 0.9));
}
body.blue a:hover {
  color: #2466ba !important;
}
body.blue a:hover i {
  color: #2466ba !important;
}
body.blue button.submit {
  background: #2466ba;
}
body.blue button.submit:hover {
  background: #387fd9;
}
body.blue .social-icons.content-closed a:hover {
  color: #8eb6e9 !important;
}
body.blue .social-icons.content-closed a:hover i {
  color: #8eb6e9 !important;
}
body.blue .social-icons.content-closed a i {
  color: #FFFFFF;
}
body.blue .social-icons.content-closed a i:hover {
  color: #8eb6e9 !important;
}
body.blue .copyright.content-closed a:hover {
  color: #639ae1 !important;
}
body.blue .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
body.blue .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #639ae1;
}
body.blue .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #639ae1;
}
body.blue .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2466ba;
}
body.blue #close-info.content-closed {
  color: #639ae1;
}
body.blue #player-nav li a {
  background: rgba(36, 102, 186, 0.6);
}
body.blue #player-nav li a:hover {
  background: rgba(36, 102, 186, 0.8);
}
body.red {
  background: #FF1D4D;
}
body.red #loading #preloader span:nth-child(1) {
  border-bottom: 2px solid #FF1D4D;
}
body.red .global-overlay {
  background: -webkit-linear-gradient(rgba(255, 29, 77, 0.4), rgba(255, 29, 77, 0.9));
  background: linear-gradient(rgba(255, 29, 77, 0.4), rgba(255, 29, 77, 0.9));
}
body.red a:hover {
  color: #FF1D4D !important;
}
body.red a:hover i {
  color: #FF1D4D !important;
}
body.red button.submit {
  background: #FF1D4D;
}
body.red button.submit:hover {
  background: #ff5075;
}
body.red .social-icons.content-closed a:hover {
  color: #ffb6c6 !important;
}
body.red .social-icons.content-closed a:hover i {
  color: #ffb6c6 !important;
}
body.red .social-icons.content-closed a i {
  color: #FFFFFF;
}
body.red .social-icons.content-closed a i:hover {
  color: #ffb6c6 !important;
}
body.red .copyright.content-closed a:hover {
  color: #ff839d !important;
}
body.red .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
body.red .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #ff839d;
}
body.red .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #ff839d;
}
body.red .mCSB_dragger .mCSB_dragger_bar {
  background-color: #FF1D4D;
}
body.red #close-info.content-closed {
  color: #ff839d;
}
body.red #player-nav li a {
  background: rgba(255, 29, 77, 0.6);
}
body.red #player-nav li a:hover {
  background: rgba(255, 29, 77, 0.8);
}
body.green {
  background: #00c8aa;
}
body.green #loading #preloader span:nth-child(1) {
  border-bottom: 2px solid #00c8aa;
}
body.green .global-overlay {
  background: -webkit-linear-gradient(rgba(0, 200, 170, 0.4), rgba(0, 200, 170, 0.9));
  background: linear-gradient(rgba(0, 200, 170, 0.4), rgba(0, 200, 170, 0.9));
}
body.green a:hover {
  color: #00c8aa !important;
}
body.green a:hover i {
  color: #00c8aa !important;
}
body.green button.submit {
  background: #00c8aa;
}
body.green button.submit:hover {
  background: #00fbd5;
}
body.green .social-icons.content-closed a:hover {
  color: #62ffe7 !important;
}
body.green .social-icons.content-closed a:hover i {
  color: #62ffe7 !important;
}
body.green .social-icons.content-closed a i {
  color: #FFFFFF;
}
body.green .social-icons.content-closed a i:hover {
  color: #62ffe7 !important;
}
body.green .copyright.content-closed a:hover {
  color: #2fffe0 !important;
}
body.green .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
body.green .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #2fffe0;
}
body.green .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #2fffe0;
}
body.green .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00c8aa;
}
body.green #close-info.content-closed {
  color: #2fffe0;
}
body.green #player-nav li a {
  background: rgba(0, 200, 170, 0.6);
}
body.green #player-nav li a:hover {
  background: rgba(0, 200, 170, 0.8);
}
body.yellow {
  background: #FFD800;
}
body.yellow #loading #preloader span:nth-child(1) {
  border-bottom: 2px solid #FFD800;
}
body.yellow .global-overlay {
  background: -webkit-linear-gradient(rgba(255, 216, 0, 0.4), rgba(255, 216, 0, 0.9));
  background: linear-gradient(rgba(255, 216, 0, 0.4), rgba(255, 216, 0, 0.9));
}
body.yellow a:hover {
  color: #FFD800 !important;
}
body.yellow a:hover i {
  color: #FFD800 !important;
}
body.yellow button.submit {
  background: #FFD800;
}
body.yellow button.submit:hover {
  background: #ffe033;
}
body.yellow .social-icons.content-closed a:hover {
  color: #ffef99 !important;
}
body.yellow .social-icons.content-closed a:hover i {
  color: #ffef99 !important;
}
body.yellow .social-icons.content-closed a i {
  color: #FFFFFF;
}
body.yellow .social-icons.content-closed a i:hover {
  color: #ffef99 !important;
}
body.yellow .copyright.content-closed a:hover {
  color: #ffe866 !important;
}
body.yellow .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
body.yellow .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #ffe866;
}
body.yellow .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #ffe866;
}
body.yellow .mCSB_dragger .mCSB_dragger_bar {
  background-color: #FFD800;
}
body.yellow #close-info.content-closed {
  color: #ffe866;
}
body.yellow #player-nav li a {
  background: rgba(255, 216, 0, 0.6);
}
body.yellow #player-nav li a:hover {
  background: rgba(255, 216, 0, 0.8);
}
body.night {
  background: #22264b;
}
body.night #loading #preloader span:nth-child(1) {
  border-bottom: 2px solid #22264b;
}
body.night .global-overlay {
  background: -webkit-linear-gradient(rgba(34, 38, 75, 0.4), rgba(34, 38, 75, 0.9));
  background: linear-gradient(rgba(34, 38, 75, 0.4), rgba(34, 38, 75, 0.9));
}
body.night a:hover {
  color: #22264b !important;
}
body.night a:hover i {
  color: #22264b !important;
}
body.night button.submit {
  background: #22264b;
}
body.night button.submit:hover {
  background: #32386e;
}
body.night .social-icons.content-closed a:hover {
  color: #545db2 !important;
}
body.night .social-icons.content-closed a:hover i {
  color: #545db2 !important;
}
body.night .social-icons.content-closed a i {
  color: #FFFFFF;
}
body.night .social-icons.content-closed a i:hover {
  color: #545db2 !important;
}
body.night .copyright.content-closed a:hover {
  color: #424a91 !important;
}
body.night .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
body.night .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #424a91;
}
body.night .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #424a91;
}
body.night .mCSB_dragger .mCSB_dragger_bar {
  background-color: #22264b;
}
body.night #close-info.content-closed {
  color: #424a91;
}
body.night #player-nav li a {
  background: rgba(34, 38, 75, 0.6);
}
body.night #player-nav li a:hover {
  background: rgba(34, 38, 75, 0.8);
}
body.electric {
  background: #6534ff;
}
body.electric #loading #preloader span:nth-child(1) {
  border-bottom: 2px solid #6534ff;
}
body.electric .global-overlay {
  background: -webkit-linear-gradient(rgba(101, 52, 255, 0.4), rgba(101, 52, 255, 0.9));
  background: linear-gradient(rgba(101, 52, 255, 0.4), rgba(101, 52, 255, 0.9));
}
body.electric a:hover {
  color: #6534ff !important;
}
body.electric a:hover i {
  color: #6534ff !important;
}
body.electric button.submit {
  background: #6534ff;
}
body.electric button.submit:hover {
  background: #8c67ff;
}
body.electric .social-icons.content-closed a:hover {
  color: #d9cdff !important;
}
body.electric .social-icons.content-closed a:hover i {
  color: #d9cdff !important;
}
body.electric .social-icons.content-closed a i {
  color: #FFFFFF;
}
body.electric .social-icons.content-closed a i:hover {
  color: #d9cdff !important;
}
body.electric .copyright.content-closed a:hover {
  color: #b29aff !important;
}
body.electric .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
body.electric .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #b29aff;
}
body.electric .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #b29aff;
}
body.electric .mCSB_dragger .mCSB_dragger_bar {
  background-color: #6534ff;
}
body.electric #close-info.content-closed {
  color: #b29aff;
}
body.electric #player-nav li a {
  background: rgba(101, 52, 255, 0.6);
}
body.electric #player-nav li a:hover {
  background: rgba(101, 52, 255, 0.8);
}

body, html {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

body, input, select, textarea {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  color: #b2b2b2;
}
a:hover {
  text-decoration: none !important;
  outline: none !important;
}
a:active, a:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #b2b2b2;
}

button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
button:hover, button:active, button:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #34495e;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

p {
  font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #767676;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #5f6a73;
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1.5rem 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: inherit;
}

h1 {
  font-size: 8rem;
  line-height: 0.8;
  font-weight: 700;
}
h1 span {
  font-size: 2.5rem;
  color: #666666;
  font-weight: 500;
}

h2 {
  font-size: 3.3rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.2rem;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

.clear {
  clear: both;
}

.display-none {
  display: none !important;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.opacity-0 {
  opacity: 0 !important;
  visibility: hidden !important;
}

.opacity-03 {
  opacity: 0.3 !important;
}

.opacity-1 {
  opacity: 1 !important;
  visibility: visible !important;
}

.index-999 {
  z-index: -999 !important;
}

/* ------------------------------------- */
/* 2. Home / Countdown ................. */
/* ------------------------------------- */
#home {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  transform-origin: middle left;
}
#home .time-remaining {
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 9rem;
  position: fixed;
  top: 10rem;
  left: 10rem;
}
#home .time-remaining h4 {
  font-family: Lora, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  text-transform: none;
  color: #FFFFFF;
  font-size: 6rem;
  font-style: italic;
  margin-bottom: 0;
}
#home .time-remaining #countdown {
  line-height: 9rem;
  opacity: 0.6;
}

/* ------------------------------------- */
/* 3. Content .......................... */
/* ------------------------------------- */
.content {
  position: fixed;
  background: #FFFFFF;
  z-index: 10;
  left: 0;
  padding: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: 40rem;
  padding: 10rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  visibility: visible !important;
  /* ------------------------------------- */
  /* 3.1 Newsletter form ................. */
  /* ------------------------------------- */
}
.content .text-content {
  height: 20rem;
}
.content h4 {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.content h4 i {
  color: #bfbfbf;
}
.content #subscribe {
  position: relative;
}
.content #subscribe p {
  font-weight: 400;
}
.content #subscribe #notifyMe {
  margin-top: 2rem;
}
.content #subscribe #notifyMe .form-group {
  margin-bottom: 1em;
}
.content #subscribe #notifyMe .form-group .fa {
  color: #666666;
  position: absolute;
  text-align: center;
  top: 40%;
  left: -2rem;
}
.content #subscribe #notifyMe .form-group .form-control {
  text-align: left;
  background: #FFFFFF;
  border: 2px solid #e9e9e9;
  border-right: none;
  -webkit-border-radius: 10rem 0 0 10rem;
  -moz-border-radius: 10rem 0 0 10rem;
  -ms-border-radius: 10rem 0 0 10rem;
  border-radius: 10rem 0 0 10rem;
  box-shadow: none;
  height: 5rem;
  font-weight: 600;
  outline: medium none;
  padding: 0 1rem 0 2rem;
  width: 60%;
  max-width: 30rem;
  float: left;
  color: #323a45;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content #subscribe #notifyMe .form-group .form-control:hover, .content #subscribe #notifyMe .form-group .form-control:focus {
  border-color: #d0d0d0;
}
.content #subscribe #notifyMe .form-group .form-control::-webkit-input-placeholder {
  color: #bfbfbf !important;
  font-family: Lora, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 400;
}
.content #subscribe #notifyMe .form-group .form-control::-moz-placeholder {
  color: #bfbfbf !important;
  font-family: Lora, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 400;
}
.content #subscribe #notifyMe .form-group .form-control:-moz-placeholder {
  color: #bfbfbf !important;
  font-family: Lora, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 400;
}
.content #subscribe #notifyMe .form-group .form-control:-ms-input-placeholder {
  color: #bfbfbf !important;
  font-family: Lora, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 400;
}
.content #subscribe #notifyMe .form-group button.submit {
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  padding: 1.3rem 3rem;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  display: block;
  margin: 0;
  height: 5rem;
  border: none;
  color: #FFFFFF;
  -webkit-border-radius: 0 10rem 10rem 0;
  -moz-border-radius: 0 10rem 10rem 0;
  -ms-border-radius: 0 10rem 10rem 0;
  border-radius: 0 10rem 10rem 0;
  font-weight: 400;
  width: auto;
  float: left;
  position: relative;
  overflow: hidden;
}
.content #subscribe #notifyMe .form-group button.submit:after {
  background: #fff;
  content: "";
  height: 200px;
  left: -150px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  width: 90px;
  z-index: 1;
}
.content #subscribe #notifyMe .form-group button.submit:hover {
  color: #FFFFFF;
}
.content #subscribe #notifyMe .form-group button.submit:hover:after {
  left: 150px;
}
.content #subscribe .block-message {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content #subscribe .block-message .ion-close-round {
  color: #FF1D4D;
}
.content #subscribe .block-message .ion-checkmark-round {
  color: #00c8aa;
}
.content #subscribe .block-message.show-block-error {
  opacity: 1;
}
.content #subscribe .block-message.show-block-valid {
  opacity: 1;
}
.content #subscribe p.notify-valid {
  color: #939da5;
}
.content #close-info {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  border: none;
  background: transparent;
  width: 5rem;
  height: 5rem;
  line-height: 0;
  color: #e9e9e9;
  font-size: 2em;
  opacity: 1;
}
.content #close-info i {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content #close-info:hover {
  opacity: 0.6;
}
.content #close-info.content-closed {
  color: #FFFFFF;
  top: -8.5rem;
}
.content #close-info.content-closed i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ------------------------------------- */
/* 4. Social icons / Copyright ......... */
/* ------------------------------------- */
.bottom-home {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.bottom-home .social-icons {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: block;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.bottom-home .social-icons i {
  color: #939da5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bottom-home .social-icons a {
  color: rgba(0, 0, 0, 0.7);
  width: 5rem;
  line-height: 5rem;
  letter-spacing: 0;
  background: transparent;
  font-size: 1.5rem;
  font-weight: 300;
  height: 5rem;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 0;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bottom-home .copyright {
  position: absolute;
  right: 2.5rem;
  bottom: 1.5rem;
  font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  color: #939da5;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bottom-home .copyright a {
  color: #6b7780;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bottom-home .copyright.content-closed {
  color: #FFFFFF;
}

/* ------------------------------------- */
/* 5. Slideshow ........................ */
/* ------------------------------------- */
#vegas-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh !important;
  width: 100vw;
  z-index: -1;
}

.global-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: visible;
  /* background: rgba($black, 0.4); */
  background: -webkit-linear-gradient(rgba(50, 58, 69, 0.4), rgba(50, 58, 69, 0.9));
  background: linear-gradient(rgba(50, 58, 69, 0.4), rgba(50, 58, 69, 0.9));
  width: 100vw;
  z-index: 0;
}

/* ------------------------------------- */
/* 6. Scroll Bar ....................... */
/* ------------------------------------- */
.mCSB_scrollTools .mCSB_dragger {
  width: auto;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  border-radius: 5rem;
  background-color: #e9e9e9;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 2px;
  right: 0;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  border-radius: 5rem;
  text-align: center;
}

/* ------------------------------------- */
/* BUBBLE VARIANT ...................... */
/* ------------------------------------- */
canvas {
  position: fixed;
  top: 0;
  left: 0;
}
canvas#canvasbg {
  background: transparent;
}

/* ------------------------------------- */
/* PARTICLES VARIANT ................... */
/* ------------------------------------- */
#particles-js {
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
}

/* ------------------------------------- */
/* FLAT SURFACE SHADER VARIANT ......... */
/* ------------------------------------- */
#fss-part {
  background: transparent !important;
}

#container {
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.back-fss {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* ------------------------------------- */
/* MAP VARIANT ......................... */
/* ------------------------------------- */
#map {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  color: #333333 !important;
}
#map .gm-style-iw {
  top: 1rem !important;
}
#map h6 {
  font-weight: 500;
  color: #333333;
  font-size: 1.4rem;
  margin: 1rem 1rem 0.2rem 0;
  text-align: left;
}
#map p {
  font-weight: 400;
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}

/* ------------------------------------- */
/* YOUTUBE VARIANT ..................... */
/* ------------------------------------- */
.mbYTP_wrapper {
  width: 100vw !important;
  min-width: 0 !important;
  left: 0 !important;
}

#player-nav {
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
}
#player-nav li {
  display: inline-block;
  background: transparent;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  float: right;
  margin-left: 0.2rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#player-nav li:hover a {
  color: #FFFFFF;
}
#player-nav li:hover a i {
  color: #FFFFFF !important;
}
#player-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(50, 58, 69, 0.6);
}
#player-nav li a:hover {
  background: rgba(50, 58, 69, 0.8);
}
#player-nav li a i {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ------------------------------------- */
/* MOZAIC VARIANT ...................... */
/* ------------------------------------- */
#dotty {
  position: fixed;
  top: 0;
  left: 0;
}

/* ------------------------------------- */
/* 7. Media Queries .................... */
/* ------------------------------------- */
/* Large Devices, Wide Screens @media only screen and (max-width: 1600px) */
/* Notebook devices @media only screen and (max-width: 1199px) */
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 5rem;
  }

  #home .time-remaining {
    font-size: 7rem;
  }
  #home .time-remaining #countdown {
    line-height: 7rem;
    opacity: 0.5;
  }

  .content #subscribe #notifyMe .form-group .form-control {
    width: 26rem;
  }
  .content #subscribe #notifyMe .form-group button.submit {
    width: auto;
  }
}
/* Medium Devices, Desktops @media only screen and (max-width: 1024px) */
@media only screen and (max-width: 1024px) {
  #home .time-remaining {
    font-size: 5rem;
  }
  #home .time-remaining h4 {
    font-size: 5rem;
  }
  #home .time-remaining #countdown {
    line-height: 5rem;
    opacity: 0.7;
  }

  .content {
    padding: 8rem 5rem;
  }
  .content #subscribe #notifyMe {
    margin-top: 1rem;
  }
  .content #subscribe #notifyMe .form-group .form-control {
    width: 80%;
    border-right: 2px solid #e9e9e9;
    float: none;
    margin-bottom: 1rem;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
  }
  .content #subscribe #notifyMe .form-group button.submit {
    width: 50%;
    float: none;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
  }
  .content #subscribe #notifyMe .form-group button.submit:after {
    display: none;
  }
}
/* Small Devices, Tablets @media only screen and (max-width: 768px) */
@media only screen and (max-width: 769px) {
  #player-nav {
    display: none;
  }

  #wrapper_mbYTP_bgndVideo:first-child {
    position: relative !important;
  }

  h1 {
    font-size: 5rem;
  }

  #home, section.content {
    position: relative;
    max-height: none;
  }
  #home .text-content, #home .newsletter-content, section.content .text-content, section.content .newsletter-content {
    height: auto;
    margin-bottom: 3rem;
    width: 100%;
  }

  #home {
    height: 60% !important;
  }
  #home .time-remaining {
    left: 5rem;
    font-size: 4rem;
  }
  #home .time-remaining h4 {
    font-size: 5rem;
  }
  #home .time-remaining #countdown {
    line-height: 5rem;
    opacity: 0.7;
  }

  .bottom-home {
    position: relative;
    background: #FFFFFF;
    border-top: 2px solid #e9e9e9;
    text-align: center;
    padding: 2rem;
    height: auto;
  }
  .bottom-home .social-icons {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .bottom-home .social-icons a {
    float: none;
  }
  .bottom-home .social-icons.content-closed {
    color: #939da5;
  }
  .bottom-home .social-icons.content-closed a, .bottom-home .social-icons.content-closed i {
    color: #939da5 !important;
  }
  .bottom-home .copyright {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .bottom-home .copyright.content-closed {
    color: #939da5;
  }
  .bottom-home .copyright.content-closed a {
    color: #939da5;
  }

  section.content {
    padding-bottom: 4rem;
  }

  .content #close-info {
    display: none;
  }
  .content #subscribe #notifyMe .form-group .form-control {
    width: 24rem;
    border-right: none;
    float: left;
    margin-bottom: 0;
    -webkit-border-radius: 10rem 0 0 10rem;
    -moz-border-radius: 10rem 0 0 10rem;
    -ms-border-radius: 10rem 0 0 10rem;
    border-radius: 10rem 0 0 10rem;
  }
  .content #subscribe #notifyMe .form-group button.submit {
    width: auto;
    float: left;
    -webkit-border-radius: 0 10rem 10rem 0;
    -moz-border-radius: 0 10rem 10rem 0;
    -ms-border-radius: 0 10rem 10rem 0;
    border-radius: 0 10rem 10rem 0;
  }

  .slideOutDown {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }
}
/* Extra Small Devices, Phones @media only screen and (max-width: 480px) */
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 3rem;
  }

  #home .time-remaining {
    left: 2rem;
    font-size: 2.5rem;
  }
  #home .time-remaining h4 {
    font-size: 3rem;
  }
  #home .time-remaining #countdown {
    line-height: 2.5rem;
    opacity: 0.7;
  }
  #home .social-icons {
    width: 100%;
  }
  #home .copyright {
    display: none;
  }

  .content {
    padding: 5rem 2rem;
  }
  .content #subscribe #notifyMe {
    margin-top: 2rem;
  }
  .content #subscribe #notifyMe .form-group .form-control {
    max-width: none;
    width: 100%;
    border-right: 2px solid #e9e9e9;
    float: none;
    margin-bottom: 1rem;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
  }
  .content #subscribe #notifyMe .form-group button.submit {
    width: 100%;
    float: none;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
  }
  .content #subscribe #notifyMe .form-group .fa {
    top: -1rem;
    left: -1rem;
  }
}
/* Only for tablet in landscape mode @media only screen and (max-device-width: 1024px) and (orientation: landscape) */
/* Only for phone in landscape mode @media screen and (max-device-width: 667px) and (orientation: landscape) */
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  #home {
    height: 80% !important;
  }
  #home .time-remaining {
    left: 2rem;
    top: 2rem;
  }

  .content {
    padding: 5rem 2rem;
  }
}
