/* Index Coming Soon 4 */

html {
 margin: 0;
}
#top, #bottom, #left, #right {
 display: none;
}
.txt-bg {
 top: 50%;
 left: 50%;
 position: fixed;
 font-family: 'Montserrat', sans-serif;
 font-size: 500px;
 z-index: 99;
 background: transparent;
 text-align: center;
 color: rgba(255,255,255,0.07);
 text-transform: uppercase;
 font-weight: 700;
 -webkit-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 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);
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_green_long .carousel-control{
 top: 3%;
 opacity: 1;
 width: 40px;
 height: 10px;
 z-index: 100;
 bottom: auto;
 color: #ffffff;
 font-size: 10px;
 cursor: pointer;
 font-weight: 400;
 overflow: hidden;
 line-height: 10px;
 text-shadow: none;
 position: absolute;
 background: rgba(68,68,68,0.80);
 -webkit-font-smoothing: antialiased;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-border-radius: 0;
 border-radius: 0;
 -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
 transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.ps_control_green_long .carousel-control.left{
 left: 30px;
 right: auto;
}
.ps_control_green_long .carousel-control.right{
 left: 71px;
 right: auto;
}
.ps_control_green_long .carousel-control:hover{
 color: #ffffff;
 background: #BF9865;
}
/*---------- SLIDE CAPTION ----------*/
.js_frm_subscribe{
 left: 0;
 top: 32%;
 right: 0;
 width: 90%;
 width: 49%;
 margin: auto;
 overflow: hidden;
 text-align: center;
 position: absolute;
}
.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;
}
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 (max-width: 1199px) {
.txt-bg { font-size: 350px; }
}

@media all and (max-width: 768px) {
.txt-bg { font-size: 300px; }
}

@media only screen and (max-width: 480px) {
 /*---------- INDICATORS CONTROL ----------*/
.ps_control_green_long .carousel-control { display: none; }
 
 /*---------- 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; }
 
ul.countdown li .days { font-size: 100px; line-height: 100px; }
.txt-bg { display: none }
}

@media (min-width: 481px) and (max-width: 600px) {
 /*---------- SLIDE CAPTION ----------*/
.js_frm_subscribe { top: 15%; width: 90%; }
.js_frm_subscribe > h3 { font-size: 30px; }
ul.countdown li .days { font-size: 120px; line-height: 120px; }
.txt-bg { display: none }
}

@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%; }
}