/*!
 * J-Day -- HTML prenium template
 *
 * Copyright (c) 2012 F²
 * 
 * Main stylesheet
 *
 * Style -> Dark
 */
/********************************/
/*Main
/********************************/
body{
    color: #F8F8F8;
    background: url('../images/patterns_dark/pattern_1.png') repeat;
    text-shadow: 0 -2px 0 #000;
}
#page{
	z-index: 2;
	position: relative;
}
@font-face {
    font-family: 'LeagueGothicRegular';
            src: url('../styles/font/League_Gothic-webfont.eot');
    src: url('../styles/font/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../styles/font/League_Gothic-webfont.woff') format('woff'),
    url('../styles/font/League_Gothic-webfont.ttf') format('truetype'),
    url('../styles/font/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1{
    color: #CCCCCC;
    text-shadow: 0px 2px 0px #000;
    font-size: 96px;
    font-family: 'LeagueGothicRegular',arial, sans-serif;
    font-weight: 500;
    padding: 24px 0px;
}
h2{
    color: #CCCCCC;
    text-shadow: 0px 2px 0px #000;
    font-family: 'LeagueGothicRegular',arial, sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 36px;
}
a, a:hover{
    color: #CCCCCC;
}
.separation{
    width: 100%;
    background: url('../images/separation.png') repeat-x;
    height: 2px;
    margin: 12px 0;
}
.center{
    text-align: center;
}
/* Icons into the buttons */
.icon_grey{
    opacity: 0.9;
    margin: 2px 0px 0px 2px;
}
.open_me{
    position: absolute;
    right: 360px;
    top: 40px;
}
.alert{
    position: relative; 
    z-index: 10
}
.btn-large{
    font-size: 14px;
    padding: 11px 19px 12px 19px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"]{
    margin-top: 0;
}
/********************************/
/*Header
/********************************/
#light{
	width: 100%; height: 630px;
	top: 0;
        left: 0;
	z-index: 1;
	position: absolute;
	background: url('../images/light_bg.png') no-repeat 50% 0%;
}
header{
    margin: 96px 0 24px 0;
}
.logo{
    margin-bottom: 56px;
}
/********************************/
/*Timer
/********************************/
#timer{
    margin-top: 24px;
}
.timer_box{
    margin: 72px 24px;
    display: inline-block;
    padding: 32px 12px 0px 12px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    height: 84px;
    width: 96px;
    -webkit-box-shadow: 0px 0px 10px #000 inset;
    box-shadow: 0px 0px 10px #000 inset;
    -moz-box-shadow: 0px 0px 10px #000 inset;
    -o-box-shadow: 0px 0px 10px black #000 inset;
    -ms-box-shadow: 0px 0px 10px black #000 inset;
    -webkit-border-radius:24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
}
.timer_box strong{
    font-size: 48px;
    text-shadow: 0 2px 0 #000;
}
.timer_box p{
    border-top: solid 1px rgba(209, 209, 209, 0.1);
    margin-top: 12px;
    padding-top: 2px;
    opacity: 0.6;
}
#button_open_progress{
    position: relative;
    margin-bottom: 72px;
}
#progress_area{
    display: none;
    margin: 24px 0px 24px 30px;
}
#progress_bar{
    margin: 24px 0;
    position: relative;
}
#progress_bar a{
    display: block;
}
.progress {
    height: 24px;
    margin: 0px;
    overflow: hidden;
    background: none;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#131313', endColorstr='#131313', GradientType=0);
}
.progress .bar{
    background-color: #D1D1D1;
    height: 24px;
    background-image: -moz-linear-gradient(top, #CCCCCC, #D1D1D1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CCCCCC), to(#D1D1D1));
    background-image: -webkit-linear-gradient(top, #CCCCCC, #D1D1D1);
    background-image: -o-linear-gradient(top, #CCCCCC, #D1D1D1);
    background-image: linear-gradient(top, #CCCCCC, #D1D1D1);
    background-image: -ms-linear-gradient(top, #CCCCCC, #D1D1D1);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#D1D1D1', GradientType=0);
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.progress-striped .bar {
  background-color: #D1D1D1;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.5)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.5)), color-stop(0.75, rgba(255, 255, 255, 0.5)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}
.launch_day{
    position: absolute;
    right: -124px;
    top: -68px;
}
/********************************/
/*Container
/********************************/
#container{
    margin: 24px 0;
}
#container h2{
    margin: 6px 0;
}
#container p{
    text-align: justify;
    line-height: 20px;
    margin-top: 12px;
}
#container img{
    display: block;
    opacity: 0.9;
    margin: 0 auto 12px auto;
}
.icon_container{
    height: 48px;
}
.icon_container.icon_1{
    height: 68px;
}
.icon_container.icon_5{
    height: 68px;
}
.icon_container.icon_5 img{
    padding-top: 10px;
}
.icon_2, .icon_3, .icon_4, .icon_6{
    padding-top: 20px;
}
/* Elastislide Style */
.es-carousel-wrapper {
    position: relative; }

.es-carousel {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    height: 224px; }

    .es-carousel ul { display: none; }

            .es-carousel ul li {
                    height: 100%;
                    float: left;
                    display: block; }

.es-nav span {
    position: absolute;
    top: 40%;
    left: 0px;
    background: transparent url('../images/carrousel_nav.png') no-repeat top left;
    width: 30px;
    height: 56px;
    margin-top: 5px;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8; }

    .es-nav span.es-nav-next {
            right: 0px;
            left: auto;
            background-position: top right; }

    .es-nav span:hover { opacity: 1.0; }
/********************************/
/*Additional
/********************************/
#additional{
    margin: 24px 0 58px 0;
    position: relative;
}
.let_get_closer{
    position: absolute;
    left: 50%;
    top: -10px;
    width: 150px;
    margin-left: -75px;
}
#additional h2{
    margin-bottom: 24px;
}
form#form_subscribe{
    width: auto;
    margin: 0 !important;
}
.subscribe_button{
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
	margin-bottom: -2px;
}
input.subscribe_input{
    height: 35px;
    margin:  2px -8px 0 0;
}
.a_social_icon{
    margin: 0px 2px;
    padding: 6px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px #000 inset;
    box-shadow: 0px 0px 10px #000 inset;
    -moz-box-shadow: 0px 0px 10px #000 inset;
    -o-box-shadow: 0px 0px 10px black #000 inset;
    -ms-box-shadow: 0px 0px 10px black #000 inset;
    -webkit-border-radius:50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
a img.a_social_icon{
    opacity: 0.6;
}
a img.a_social_icon:hover {
        opacity: 1;
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s; }
#contact_area{
    display: none;
    margin-left: 30px;
    padding: 12px 0 0 0;
}
#button_open_contact{ 
    margin: 48px 0 24px 30px;
    position: relative;
}
.button_bg{
    padding: 6px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px #000 inset;
    box-shadow: 0px 0px 10px #000 inset;
    -moz-box-shadow: 0px 0px 10px #000 inset;
    -o-box-shadow: 0px 0px 10px black #000 inset;
    -ms-box-shadow: 0px 0px 10px black #000 inset;
    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.submit_button_bg{
    padding: 6px;
    display: inline;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px #000 inset;
    box-shadow: 0px 0px 10px #000 inset;
    -moz-box-shadow: 0px 0px 10px #000 inset;
    -o-box-shadow: 0px 0px 10px black #000 inset;
    -ms-box-shadow: 0px 0px 10px black #000 inset;
    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
label{
    color: #FFF;
}
.form-horizontal .control-label{
    width: auto;
}
.form-horizontal .controls{
    margin-left: 96px;
}
form{
    margin-left: 12px;
    width: 90%;
}
textarea{
    width: 98%;
}
#GoogleMaps{
    height: 246px;
    margin-right: 12px;
    border: solid 6px white;
    -webkit-box-shadow: 0px 0px 6px #000;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -o-box-shadow: 0px 0px 6px #000;
    -ms-box-shadow: 0px 0px 6px #000;
    text-shadow: none !important;
}
#GoogleMaps img { max-width: none; }
#GoogleMaps div { color: #555; }
/********************************/
/*Footer
/********************************/
footer{
    margin: 24px 0 12px 0;
    font-size: 12px;
}
a.scroll_top_a{
    margin-left: 12px;
}
a.scroll_top_a i{
    opacity: 0.6;
}
a:hover.scroll_top_a i{
    opacity: 1;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}