/* =========================

App: Fyre
Version: 1.0
Author: Hardik Manktala
Contact:
	- http://www.hardikmanktala.com
	- chat@hardikmanktala.com
	- Skype: hardik.manktala

========================= */
/* ======================

fyre.css - Main Stylesheet

======================= */
@import url("https://fonts.googleapis.com/css?family=Montserrat");
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

::-webkit-scrollbar-thumb {
  background: #ef9400; }

::-webkit-scrollbar-track {
  background: #ef9400; }

/* ====================
GENERAL

Table of Contents

+ Body, HTML
+ Section Headers / .section-top
+ White Div Separator / .white-separator
+ Text Alert / .alert.alert-fyre

==================== */
body, html {
  width: 100%;
  overflow-x: hidden; }

.section-top {
  color: white;
  align-self: center; }
  .section-top h1 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold; }
  .section-top p {
    font-family: 'Montserrat', sans-serif; }

.white-separator {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 3px;
  width: 100px;
  background: white;
  display: block; }

.alert.alert-fyre {
  color: white;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0px;
  padding: 10px;
  margin-top: 10px;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 0.9em;
  opacity: 1; }
  .alert.alert-fyre.hide {
    opacity: 0; }
  .alert.alert-fyre.fail {
    background: #DB5252; }
  .alert.alert-fyre.success {
    background: #9FC149; }

/* ====================
COVER

Table of Contents

+ Colour Overlay / .colour-overlay
+ Net Overlay / .net-overlay
+ Cover Floating Content / .float-cover-content
	- Logo Wrap / .logo-wrap
	- Text / .text-soon
	- Form Group / .form-group
	- CTA Button / .cta-btn
+ Video Holder / .video-holder

==================== */
#cover {
  background: url("../img/cover-bg.jpg");
  background-size: cover;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  min-width: 100vw;
  min-height: 100vh;
  position: relative;
  overflow: hidden; }
  #cover .fyre-background-waves {
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
    left: 0;
    background: #2c2c2c;
    top: 0;
    z-index: 20; }
    #cover .fyre-background-waves canvas {
      opacity: 0.2;
      position: absolute;
      top: 40%;
      left: 0;
      width: 100vw; }
  #cover .fyre-waves-controls {
    position: absolute;
    left: 0;
    z-index: 2300;
    display: block;
    right: 0;
    margin: 0 auto;
    bottom: 1%;
    width: 100px;
    text-align: center;
    -webkit-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease; }
    #cover .fyre-waves-controls .control {
      display: inline-block;
      color: white;
      font-size: 13pt;
      margin-right: 15px;
      cursor: pointer; }
      #cover .fyre-waves-controls .control:last-child {
        margin-right: 0px; }
    #cover .fyre-waves-controls.expanded {
      right: 100%; }
  #cover .colour-overlay {
    position: fixed;
    background: #000;
    opacity: 0.7;
    min-width: 100vw;
    min-height: 100vh;
    left: 0;
    top: 0;
    z-index: 20; }
  #cover .net-overlay {
    background: url("../img/bg-net-tile.png");
    background-size: 80px;
    position: fixed;
    left: 0;
    z-index: 10;
    min-width: 100vw;
    min-height: 100vh; }
  #cover .float-cover-content {
    margin: 0 auto;
    align-self: center;
    text-align: center;
    -webkit-transition: 1s ease;
    -ms-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    z-index: 2000; }
    #cover .float-cover-content.expanded {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    #cover .float-cover-content .social-list {
      margin-top: 0px; }
      #cover .float-cover-content .social-list a {
        color: white;
        margin-right: 20px; }
        #cover .float-cover-content .social-list a:last-child {
          margin-right: 0px; }
    #cover .float-cover-content .logo-wrap {
      margin-bottom: 30px; }
      #cover .float-cover-content .logo-wrap .nocount {
        width: 40%; }
    #cover .float-cover-content .text-soon {
      color: white;
      font-family: 'Montserrat', sans-serif; }
      #cover .float-cover-content .text-soon .pri {
        font-size: 3.0em; }
        #cover .float-cover-content .text-soon .pri span {
          color: #EF9400; }
#cover .float-cover-content .text-new {
      color: white;
      font-family: 'Montserrat', sans-serif; }
      #cover .float-cover-content .text-new .pri {
        font-size: 1.2em; }
        #cover .float-cover-content .text-new .pri span {
          color: #EF9400; }
      #cover .float-cover-content .text-new .sec {
        font-weight: bold; }
    #cover .float-cover-content .form-group {
      opacity: 0.6; }
      #cover .float-cover-content .form-group .input-group-addon {
        padding: 15px;
        border-right: 1px solid #fff;
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.3);
        color: white; }
      #cover .float-cover-content .form-group .form-control {
        background: rgba(0, 0, 0, 0.3);
        color: white;
        padding: 15px;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.8em;
        border-left: 0px;
        box-shadow: none;
        outline: none;
        position: relative;
        -webkit-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
        #cover .float-cover-content .form-group .form-control:focus, #cover .float-cover-content .form-group .form-control:hover {
          border: 0px; }
      #cover .float-cover-content .form-group .btn.btn-fyre {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 0px;
        color: white;
        padding: 15px;
        cursor: pointer;
        font-size: 10pt;
        font-family: 'Montserrat', sans-serif;
        border-left: 1px solid #fff; }
    #cover .float-cover-content .cta-btn .btn.btn-fyre {
      outline: none;
      box-shadow: none;
      color: white;
      font-family: 'Montserrat', sans-serif;
      margin-top: 0px;
      padding: 15px;
      font-size: 0.9em;
      -webkit-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      position: relative; }
      #cover .float-cover-content .cta-btn .btn.btn-fyre:after, #cover .float-cover-content .cta-btn .btn.btn-fyre:before {
        content: '';
        position: absolute;
        height: 2px;
        width: 0px;
        background: rgba(255, 255, 255, 0.7);
        -webkit-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
      #cover .float-cover-content .cta-btn .btn.btn-fyre:after {
        top: 0;
        left: 0; }
      #cover .float-cover-content .cta-btn .btn.btn-fyre:before {
        bottom: 0;
        right: 0; }
      #cover .float-cover-content .cta-btn .btn.btn-fyre:hover:after, #cover .float-cover-content .cta-btn .btn.btn-fyre:hover:before {
        width: 100%; }

#cover.video-bg {
  background: black; }
#cover .video-holder {
  position: absolute;
  z-index: 1;
  position: fixed;
  min-width: 100vw;
  min-height: 100vh; }
  #cover .video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

/* ====================
COUNTER

Table of Contents

+ Fyre Counter / .fyre-counter
	- Timer Component / .timer-component
	- Numbers / .num

==================== */
.fyre-counter {
  margin-top: 30px;
  margin-bottom: 30px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-align: center; }
  .fyre-counter .timer-component {
    padding: 20px; }
  .fyre-counter .num {
    font-weight: bold;
    font-size: 2em; }
  .fyre-counter .tt {
    font-family: 'Montserrat', sans-serif;
    opacity: 0.5;
    font-size: 0.8em; }

/* ====================
MODAL

Table of Contents

+ Fyre Modal / #fyre-modal
+ Modal Close / .fyre-close-modal
+ Modal Overflow / .fyre-overflow
+ Modal Particles / #fyre-particles
+ Actual Content / .actual-content
	- Fyre Text / .fyre-text
	- Fyre Button / .btn.btn-fyre
	- Address Block / .address-block
	- Google Maps

==================== */
#fyre-modal {
  position: absolute;
  z-index: 200;
  min-height: 100vh;
  min-width: 45vw;
  background: #EF9400;
  opacity: 0.9;
  top: 0;
  right: -1500px;
  -webkit-transition: 1s ease;
  -ms-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease; }
  #fyre-modal .fyre-close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    text-decoration: none;
    font-size: 2em;
    cursor: pointer;
    display: none !important; }
  #fyre-modal.expanded {
    right: 0; }
  #fyre-modal:before {
    vertical-align: middle;
    content: '';
    z-index: -1;
    position: absolute;
    left: -100px;
    top: -30px;
    overflow: hidden;
    min-height: 120vh;
    width: 300px;
    background: #ef9400;
    -webkit-transition: 1s ease;
    -ms-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  #fyre-modal.scrolled:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  #fyre-modal .fyre-overflow {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    min-height: 100vh;
    min-width: 50vw;
    max-width: 50vw;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transition: 2s ease;
    -ms-transition: 2s ease;
    -moz-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease; }
    #fyre-modal .fyre-overflow.scrolled {
      min-width: 100vw;
      max-width: 100vw; }
  #fyre-modal #fyre-particles {
    min-height: 100vh;
    min-width: 100vw;
    top: 0;
    position: absolute;
    right: 0; }
  #fyre-modal .actual-content {
    padding: 20px;
    display: block;
    min-height: 100vh;
    max-width: 45vw;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll; }
    #fyre-modal .actual-content .aboutus-section p {
      font-family: 'Montserrat', sans-serif;
      color: white;
      line-height: 30px; }
    #fyre-modal .actual-content .aboutus-section .quote {
      font-family: 'Montserrat', sans-serif;
      color: white;
      font-size: 1.6em;
      line-height: 50px; }
    #fyre-modal .actual-content .aboutus-section .feature-strip img {
      width: 60%;
      cursor: pointer;
      -webkit-transition: 1s ease;
      -ms-transition: 1s ease;
      -moz-transition: 1s ease;
      -o-transition: 1s ease;
      transition: 1s ease; }
      #fyre-modal .actual-content .aboutus-section .feature-strip img:hover {
        width: 65%; }
    #fyre-modal .actual-content .contactus-section .fyre-text {
      color: white;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 2px;
      box-shadow: none;
      border: 0px;
      padding: 20px; }
      #fyre-modal .actual-content .contactus-section .fyre-text:focus {
        border: 0px;
        box-shadow: none; }
      #fyre-modal .actual-content .contactus-section .fyre-text::-webkit-input-placeholder {
        color: white !important;
        opacity: 0.7; }
      #fyre-modal .actual-content .contactus-section .fyre-text::-moz-placeholder {
        color: white !important;
        opacity: 0.7; }
      #fyre-modal .actual-content .contactus-section .fyre-text::-ms-input-placeholder {
        color: white !important;
        opacity: 0.7; }
    #fyre-modal .actual-content .contactus-section textarea.fyre-text {
      margin-top: 20px; }
    #fyre-modal .actual-content .contactus-section .btn.btn-fyre {
      outline: none;
      box-shadow: none;
      color: white;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      margin-top: 20px;
      background: transparent;
      cursor: pointer;
      padding: 15px;
      font-size: 1em;
      -webkit-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      position: relative; }
      #fyre-modal .actual-content .contactus-section .btn.btn-fyre:after, #fyre-modal .actual-content .contactus-section .btn.btn-fyre:before {
        content: '';
        position: absolute;
        height: 2px;
        width: 0px;
        background: rgba(255, 255, 255, 0.7);
        -webkit-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
      #fyre-modal .actual-content .contactus-section .btn.btn-fyre:after {
        top: 0;
        left: 0; }
      #fyre-modal .actual-content .contactus-section .btn.btn-fyre:before {
        bottom: 0;
        right: 0; }
      #fyre-modal .actual-content .contactus-section .btn.btn-fyre:hover:after, #fyre-modal .actual-content .contactus-section .btn.btn-fyre:hover:before {
        width: 100%; }
    #fyre-modal .actual-content .contactus-section .address-block {
      margin-top: 30px;
	  margin-bottom: 30px; }
      #fyre-modal .actual-content .contactus-section .address-block .address-text {
        text-align: right;
        color: white;
        font-family: 'Montserrat', sans-serif; }
      #fyre-modal .actual-content .contactus-section .address-block #fyre-map {
        height: 300px;
        max-height: 300px; }

/*# sourceMappingURL=fyre.css.map */
