/*!

 =========================================================
 * Coming soon Page 
 =========================================================

 */


/*           Font       */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*           Typography          */

h1, .h1, h2, .h2, h3, .h3, h4, .h4{
    font-weight: 400;
    margin: 30px 0 15px;
}

h1, .h1 {
    font-size: 52px;
}
h2, .h2{
    font-size: 36px;
}
h3, .h3{
    font-size: 28px;
    margin: 20px 0 10px;
}
h4, .h4{
    font-size: 22px;
}
h5, .h5 {
    font-size: 16px;
}
h6, .h6{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
p{
    font-size: 16px;
    line-height: 1.6180em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999999;
    font-weight: 300;
    line-height: 1;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
}



.facebook-btn {
    background: #4060A5;
}
.instagram-btn {
    background: #ff1494;
}
.facebook-btn:hover {
    color: #4060A5;
    background: #fff;
}
.instagram-btn:hover {
    color: #ff1494;
    background: #fff;
}

.global-btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0px;
    margin-right: 10px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px !important;
    font-weight: normal;
    line-height: 2em;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}


/*             Inputs               */
form{
    margin-left: auto;
    margin-right: auto;
    max-width: 500px
}

.form-control::-webkit-input-placeholder {
 color: #8A8A8A;
}
 .form-control:-moz-placeholder {
 color: #8A8A8A;
}
 .form-control::-moz-placeholder {
 color: #8A8A8A;
}
 .form-control:-ms-input-placeholder {
 color: #8A8A8A;
}

.form-control {
  background-color: transparent;
  border: 1px solid #ede12b;
  color: #ede12b;
  box-shadow: none;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  padding: 0 1.5em;
  z-index: 999;

}

.form-control:focus {
  border-color: #ede12b;
  color: #ede12b;
  outline: 0;
  box-shadow: none;
}

input:focus::-webkit-input-placeholder 
{
    color: transparent;
}

.sub-form .btn { padding: 1em; }

#mc-form .btn-warning{
    height: 50px;
    background: transparent;
    border: 1px solid #ede12b;
    color: #ede12b;
}

button i{
    color: #ede12b !important;
    padding-top: 0
}

#mc-notification {
  margin: 0.75em 0 0;
  font-weight: 400;
  color: #8A8A8A;
  font-size: 17px;
}

.error { color: #ff3333 !important; }

.valid { color: #66ff99 !important; }

.error i,
.valid i { padding-right: .5em; }





input:focus::-webkit-input-placeholder{
    color: transparent!important;
}
input:focus::-moz-placeholder{
    color: transparent!important;
}
input:focus:-moz-placeholder{
    color: transparent!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f5f5f5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #f5f5f5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #f5f5f5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #f5f5f5;
}


.main{
    background-position: center center;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
}
.cover{
    position: fixed;
    opacity: 1;
    background-color: rgba(0,0,0,.6);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cover.black{
    background-color: rgba(0,0,0,.6);
}

.blur{
  opacity:0;
}


.main .logo{
    max-width: 350px;
    margin-left:  auto;
    margin-right:  auto;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    margin-top: 35px;
    z-index: 3;
}

.main .content{
    position: relative;
    z-index: 4;
}

.main .phrase, .main .subscribe .info-text{
    font-size: 24px;
    font-family: 'TeXGyreAdventor';
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
    text-align: center;
    padding-bottom: 15px;
    margin: 0
    
}
.main .subscribe .info-text{
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 15px;
}


.footer{
    position: relative;
    bottom: 20px;
    right: 0px;
    width: 100%;
    color: #66ccff;
    z-index: 4;
    text-align: center;
    margin-top: 50px;
}
.footer a{
    color: #FFFFFF;
    text-decoration: none;
}
.footer .rocket{
    color: #ede12b;
}
.footer .social{
    width: 100%;
}

.footer .social .social-buttons li{
    list-style: none;
    display: inline-block;
}
.facebook-btn {
    background: #ede12b

}
.instagram-btn {
    background: #ede12b;
}
.facebook-btn:hover {
    color: #fff;
    background: #4060A5;
}
.instagram-btn:hover {
    color: #fff;
    background: #ff1494
}

.global-btn {
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0px;
    margin-right: 10px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px !important;
    font-weight: normal;
    line-height: 2em;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

@media (min-width:219px){        
    .main .subscribe .form-group{
        width: auto;
    }   
    .main .subscribe .form-inline .btn{
        width: 100%;
    }   
}
@media (min-width:768px){        
    .main .subscribe .form-inline .btn{
        width: auto;
    }   
}

@media (max-width:768px){        
   
    .logo{
        padding-top: 50px;
    }
}
@media (min-width:991px){        
    .main .subscribe .form-group{
        width: 190px;
    }   
    .footer{
        position: fixed;
        bottom: 20px;
    }
}
@media (min-width:1200px){        
    .main .subscribe .form-group{
        width: 250px;
    }   
}



