/* Index Coming Soon 3 */

html {
 margin: 0;
}
#top, #bottom, #left, #right {
 display: none;
}
canvas{
 z-index:99;
 position:fixed;
 top:0;
 left:0;
 bottom:0;
 right:0;
}
/*---------------------*/
/* JAVASCRIPT FORM 040
/*---------------------*/
#js_frm_040 {
 overflow: hidden;
 position: relative;
 background: #000000;
}
#js_frm_040:hover {
 cursor: -moz-grab;
 cursor: -webkit-grab;
}
#js_frm_040:active {
 cursor: -moz-grabbing;
 cursor: -webkit-grabbing;
}
#js_frm_040 > .carousel-inner > .item > img,
#js_frm_040 > .carousel-inner > .item > a > img {
 width: 100%;
 margin: auto;
 opacity: 0.5;
}
.cs-overlay:before {
 position: absolute;
 content: " ";
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 z-index: 0;
 background-color: rgba(0,0,0,0.70);
}
/*---------- FORM ----------*/
.js_frm_subscribe form{
 padding: 2px;
 background: rgba(255,255,255,0.7);
 border-color: transparent;
 -webkit-border-radius: 0;
 border-radius: 0;
}
.js_frm_subscribe > form > .row{
 margin: 0;
}
.js_frm_subscribe > form > .row > div{
 padding: 0;
}
.js_frm_subscribe > form .form-group{
 margin:0;
}
/*---------- INPUT FIELDS ----------*/
.js_frm_subscribe > form > div input{
 height: 45px;						/*---------- height is essential to show placeholder in firefox ----------*/
 font-size: 11px;
 border: none;
 color: #000000;
 padding: 0 20px;
 font-weight: 200;
 background: rgba(255,255,255,0.1);
 letter-spacing: 1px;
 font-family: 'Open Sans', sans-serif;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-border-radius: 0;
 border-radius: 0;
 -webkit-transition: all .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
 transition: all .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.js_frm_subscribe > form > div input:focus{
 border: none;
 outline: none;
 background: rgba(255,255,255,0.7);
 -webkit-box-shadow: none;
 box-shadow: none;
}
/*---------- PLACE HOLDER ----------*/
.js_frm_subscribe > form > div input::-webkit-input-placeholder{
 color: #000000;
 font-weight: 200;
 letter-spacing: 0;
 -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
 transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.js_frm_subscribe > form > div input::-moz-placeholder{
 color: #000000;
 font-weight: 200;
 letter-spacing: 0;
 -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
 transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.js_frm_subscribe > form > div input:-ms-input-placeholder{
 color: #000000;
 font-weight: 200;
 letter-spacing: 0;
 -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
 transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.js_frm_subscribe > form > div input:-moz-placeholder{
 color: #000000;
 font-weight: 200;
 letter-spacing: 0;
 -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
 transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.js_frm_subscribe > form > div input:focus::-webkit-input-placeholder{
 color: #000000;
}
.js_frm_subscribe > form > div input:focus::-moz-placeholder{
 color: #000000;
}
.js_frm_subscribe > form > div input:focus:-ms-input-placeholder{
 color: #000000;
}
.js_frm_subscribe > form > div input:focus:-moz-placeholder{
 color: #000000;
}
/*---------- SLIDE CAPTION ----------*/
.js_frm_subscribe{
 left: 0;
 top: 26%;
 right: 0;
 width: 49%;
 margin: auto;
 overflow: hidden;
 text-align: center;
 position: absolute;
 z-index:100;
}
.js_frm_subscribe > h3{
 padding: 0;
 color: rgba(255,255,255,0.8);
 font-size: 40px;
 font-weight: 700;
 text-shadow: none;
 margin-bottom: 10px;
 letter-spacing: 1px;
 text-transform: uppercase;
 -webkit-font-smoothing: antialiased;
 font-family: 'Open Sans', sans-serif;
}
.js_frm_subscribe > p{
 color: rgba(255,255,255,0.8);
 width: 65%;
 margin: auto;
 font-size: 11px;
 text-shadow: none;
 margin-bottom: 20px;
 text-transform: capitalize;
 -webkit-font-smoothing: antialiased;
 font-family: 'Open Sans', sans-serif;
}
/*---------- BUTTONS ----------*/
.js_frm_subscribe > form > div > div > button,
.js_frm_subscribe > form > div > div > button:focus{
 width: 100%;
 height: 45px;
 border: none;
 outline: none;
 color: #ffffff;
 letter-spacing: 1px;
 font-size: 10px;
 font-weight: 700;
 background: #BF9865;
 display: inline-block;
 text-transform: uppercase;
 font-family: 'Open Sans', sans-serif;
 -webkit-border-radius: 0;
 border-radius: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
 transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.js_frm_subscribe > form > div > div > button:hover,
.js_frm_subscribe > form > div > div > button:active{
 outline: none !important;
 color: rgba(255, 255, 255, 0.7) !important;
 background: #e6ae48 !important;
 border: none !important;
}
ul.countdown {
 margin: 0;
 padding: 0;
 display: block;
 color: #000;
}
ul.countdown li {
 display: inline-block;
 padding-left: 10px;
}
ul.countdown li .days {
 font-size: 140px;
 font-weight: 400;
 margin-top: 0px;
 margin-bottom: 0px;
 color: rgba(255,255,255,0.7);
 line-height: 140px;
}
ul.countdown li .hours{
 font-size: 30px;
 font-weight: 700;
 margin-top: 0px;
 margin-bottom: 0px;
 color: rgba(191,152,101,0.60);
}
ul.countdown li .minutes{
 font-size: 30px;
 font-weight: 700;
 margin-top: 0px;
 margin-bottom: 0px;
 color: rgba(191,152,101,0.60);
}
ul.countdown li .seconds{
 font-size: 30px;
 font-weight: 700;
 margin-top: 0px;
 margin-bottom: 0px;
 color: rgba(191,152,101,0.60);
}
ul.countdown li.seperator {
 font-size: 15px;
 vertical-align: middle;
 color: #979797;
 font-weight: 100;
}
ul.countdown li p {
 color: #979797 !important;
 font-size: 10px;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 400;
}

/* RESPONSIVE */

@media only screen and (max-width: 480px){
/*---------- FORM ----------*/
.js_frm_subscribe > form > div input { font-size: 10px; }
.js_frm_subscribe > form > div select { font-size: 10px;}
.js_frm_subscribe > form > div > div > button, .js_frm_subscribe > form > div > div > button:focus { font-size: 10px; }

/*---------- SLIDE CAPTION ----------*/
.js_frm_subscribe { top: 10%; width: 100%; }
.js_frm_subscribe > h3 { font-size: 24px; margin-bottom: 5px; }
.js_frm_subscribe > p { width: 100%; font-size: 11px; margin-bottom: 15px; padding-left: 5px; padding-right: 5px; }
}

@media (min-width: 481px) and (max-width: 600px) {
/*---------- SLIDE CAPTION ----------*/
.js_frm_subscribe { top: 15%; width: 90%; }
.js_frm_subscribe > h3 { font-size: 30px; }
}
@media (min-width: 601px) and (max-width: 767px) {
/*---------- SLIDE CAPTION ----------*/
.js_frm_subscribe { top: 15%; width: 70%; }
}

@media (min-width: 768px) and (max-width: 1000px) {
/*---------- SLIDE CAPTION ----------*/
.js_frm_subscribe { top: 25%; width: 65%; }
}

@media only screen and (max-width: 480px) {
ul.countdown li .days { font-size: 100px; line-height: 100px; }
}
@media (min-width: 481px) and (max-width: 600px) {
ul.countdown li .days { font-size: 120px; line-height: 120px; }
}