/******************************************************************************************************************************
    Theme Name:     Dew
    Theme URI:      -
    Description:    Coming Soon Template
    Author:         FF
    Author URI:     http://www.2f-design.fr
    Version:        1.1

    CSS PARTS:

    1. MAIN STYLE
        
    2. HEADER

    3. PROGRESS

    4. INFORMATIONS
        
    5. SUBSCRIBE

    6. CONTACT

    7. RESPONSIVE

    8. ANIMATIONS

    9. PLUGINS

/******************************************************************************************************************************
*******************************************************************************************************************************
MAIN STYLE
*******************************************************************************************************************************
*******************************************************************************************************************************/
body {
	font-size: 17px;
	line-height: 28px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000000;
}
a:hover {
	color: #000000;
}
a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4 {
	text-decoration: none;
}
h1, h2, h3 {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h1 {
	font-size: 60px;
}
h2 {
	color: #000000;
}
a:hover, a:focus {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.tooltip-inner {
	font-size: 16px;
	padding: 4px 13px;
}
.btn-default {
	background: none;
	border: 3px solid;
	font-size: 15px;
	letter-spacing: .5px;
	border-radius: 20px;
}
.btn-default:hover {
	color: inherit;
	background-color: transparent;
	border-color: inherit;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.btn .icon {
	padding-right: 12px;
}
@font-face {
	font-family: 'custom-font';
	src: url('fonts/custom-font.eot');
	src: url('fonts/custom-font.eot?#iefix') format('embedded-opentype'), url('fonts/custom-font.woff') format('woff'), url('fonts/custom-font.ttf') format('truetype'), url('fonts/custom-font.svg#custom-font') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon {
	font-family: 'custom-font' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.alert {
	z-index: 10000;
	position: relative;
}
hr {
	width: 80%;
	margin-top: 80px;
	margin-bottom: 80px;
}
.form-control {
	color: #FFF;
}
/**
FIX SAFARI BUG
**/
.safari .animated {
	opacity: 1 !important;
}
/******************************************************************************************************************************
*******************************************************************************************************************************
HEADER
*******************************************************************************************************************************
*******************************************************************************************************************************/
#header .container {
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 80px 0;
}
.timer_box {
	margin: 35px 24px;
	display: inline-block;
	padding: 20px 12px 0px 12px;
	text-align: center;
	width: 130px;
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, .6);
}
.timer_box h1 {
	font-size: 40px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.timer_box p {
	margin-top: 0px;
}
#layer {
	background-color: rgba(0, 0, 0, .2);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
}
#slider {
	width: 100%;
	position: fixed;
	background-color: #000000;
	top: 0;
	left: 0;
	z-index: 0;
	padding: 0;
}
#header-button {
	margin: 48px 0;
}
#header-button .btn {
	color: #FFF;
	border-color: rgba(255, 255, 255, .8);
}
#header-button .btn:hover {
	color: #FFF;
	border-color: rgba(255, 255, 255, 1);
}
/******************************************************************************************************************************
*******************************************************************************************************************************
PROGRESS
*******************************************************************************************************************************
*******************************************************************************************************************************/
#progress {
	padding: 60px 0;
	z-index: 1000;
	position: relative;
	background-color: #FFF;
}
#progress .container {
	text-align: center;
}
#bar-container {
	display: none;
}
#bar-container .progress {
	margin-bottom: 40px;
	width: 60%;
	box-shadow: none;
	border-radius: 20px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: none;
}
.progress-bar-danger {
	background-color: #000000;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 20px;
}
.btn-progress {
	background-color: #000000;
	color: #FFF;
	padding: 8px 14px;
}
.btn-progress:hover {
	border-color: #000000;
	color: #000000;
}
/******************************************************************************************************************************
*******************************************************************************************************************************
INFORMATIONS
*******************************************************************************************************************************
*******************************************************************************************************************************/
#informations {
	padding: 60px 0;
	z-index: 1;
	position: relative;
	background-color: #F7F7F7;
}
/******************************************************************************************************************************
*******************************************************************************************************************************
SUBSCRIBE
*******************************************************************************************************************************
*******************************************************************************************************************************/
#newsletter {
	padding: 60px 0;
	background-color: #FFF;
}
#newsletter .container {
	text-align: center;
}
.btn-subscribe {
	background-color: #000000;
	color: #FFF;
	margin-top: -4px;
	height: 40px;
	overflow: hidden;
	border-left: transparent !important;
	border-color: #000000;
	border-radius: 0 20px 20px 0;
}
.btn-subscribe:hover {
	border-color: #000000;
	color: #000000;
}
.btn-subscribe.clicked .icon {
	-webkit-animation: scaleUp 0.5s;
	-moz-animation: scaleUp 0.5s;
	animation: scaleUp 0.5s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#appendedInputButtons, .mce-email {
	border-radius: 20px 0 0 20px;
	margin-right: -4px;
	height: 40px;
	line-height: 32px;
	padding-left: 20px;
	border: 3px solid #000000;
}
/******************************************************************************************************************************
*******************************************************************************************************************************
CONTACT
*******************************************************************************************************************************
*******************************************************************************************************************************/
#contact {
	padding: 100px 0;
	z-index: 1;
	position: relative;
}
#contact .container {
	color: #FFF;
	z-index: 1;
	position: relative;
}
#contact .container.contact-title {
	margin-bottom: 40px;
}
#contact ul {
	text-align: center;
}
#contact form {
	width: 100%;
}
.form-control {
	background: transparent;
	border-width: 3px;
	border-radius: 3px;
	height: 40px;
	border-color: rgba(255, 255, 255, .8);
}
.form-horizontal .control-label {
	font-weight: normal;
}
#contact-informations {
	width: 60%;
}
.btn-send {
	color: #FFF;
	border-color: rgba(255, 255, 255, .8);
}
#contact form, #contact-informations {
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 5px;
}
#contact-informations, #contact-informations a {
	color: #FFF;
}
#contact-informations .address a {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
}
#contact-informations .address a:hover {
	color: #000000;
}
.social-list {
	padding: 0;
	margin-top: 40px;
}
.social-list li {
	display: inline-block;
	margin-right: 12px;
	font-size: 20px;
	font-family: 'custom-font' !important;
	-webkit-font-smoothing: antialiased;
}
.social-list li:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.social-list .tooltip-inner {
	background: #000;
}
.social-list .tooltip-arrow {
	border-top-color: #000 !important;
}
#GoogleMap {
	position: absolute !important;
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0;
	top: 0;
}
#footer-button {
	text-align: center;
	margin: 80px 0 0 0;
}
#footer-button .btn {
	color: #FFF;
	border-color: rgba(255, 255, 255, .8);
}
#footer-button .btn:hover {
	color: #FFF;
	border-color: rgba(255, 255, 255, 1);
}
/******************************************************************************************************************************
*******************************************************************************************************************************
RESPONSIVE
*******************************************************************************************************************************
*******************************************************************************************************************************/
@media only screen and (max-width: 520px) {
.timer_box {
	margin: 0 12px 12px 0;
}
.tp-bullets {
	display: none;
}
#header .container {
	padding: 20px 0px 20px 0
}
#header-button {
	display: none;
}
#appendedInputButtons {
	border-radius: 20px;
	margin-bottom: 25px;
}
#slider {
	display: none;
}
.btn-subscribe {
	border-radius: 20px;
}
#contact-informations {
	margin-top: 24px;
}
}
@media only screen and (max-width: 740px) {
.timer_box {
	width: 100px;
	padding: 16px 0 0 0;
	margin: 35px 12px;
}
#layer {
	display: none;
}
.timer_box h1 {
	font-size: 28px;
}
#contact-informations {
	margin-top: 24px;
}
h1 {
	font-size: 36px;
}
}
/******************************************************************************************************************************
*******************************************************************************************************************************
ANIMATIONS
*******************************************************************************************************************************
*******************************************************************************************************************************/
/**
END
**/
.animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.GoIn {
	opacity: 1;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-name: GoIn;
	-moz-animation-name: GoIn;
	-o-animation-name: GoIn;
	animation-name: GoIn;
}
.animated.FadeIn {
	opacity: 1;
	-webkit-animation-duration: .8s;
	-moz-animation-duration: .8s;
	-ms-animation-duration: .8s;
	-o-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-name: FadeIn;
	-moz-animation-name: FadeIn;
	-o-animation-name: FadeIn;
	animation-name: FadeIn;
}
@-webkit-keyframes GoIn {
 0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
 60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
 80% {
-webkit-transform: translateY(-10px);
}
 100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes GoIn {
 0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
 60% {
opacity: 1;
-moz-transform: translateY(30px);
}
 80% {
-moz-transform: translateY(-10px);
}
 100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes GoIn {
 0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
 60% {
opacity: 1;
-o-transform: translateY(30px);
}
 80% {
-o-transform: translateY(-10px);
}
 100% {
-o-transform: translateY(0);
}
}
@keyframes GoIn {
 0% {
opacity: 0;
transform: translateY(-2000px);
}
 60% {
opacity: 1;
transform: translateY(30px);
}
 80% {
transform: translateY(-10px);
}
 100% {
transform: translateY(0);
}
}
@-webkit-keyframes FadeIn {
 0% {
opacity: 0
}
 30% {
opacity: .3;
}
 60% {
opacity: .6;
}
 100% {
opacity: 1;
}
}
@-moz-keyframes FadeIn {
 0% {
opacity: 0
}
 30% {
opacity: .3;
}
 60% {
opacity: .6;
}
 100% {
opacity: 1;
}
}
@-o-keyframes FadeIn {
 0% {
opacity: 0
}
 30% {
opacity: .3;
}
 60% {
opacity: .6;
}
 100% {
opacity: 1;
}
}
@keyframes FadeIn {
 0% {
opacity: 0
}
 30% {
opacity: .3;
}
 60% {
opacity: .6;
}
 100% {
opacity: 1;
}
}
@-webkit-keyframes InfiniteTurn {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
};
}
@-moz-keyframes InfiniteTurn {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
};
}
@-o-keyframes InfiniteTurn {
 0% {
-o-transform: rotate(0deg);
}
 100% {
-o-transform: rotate(360deg);
};
}
@-keyframes InfiniteTurn {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
};
}
/****IMPORTANT****/
/* The following lines are not my work, they are from the PROTOTYPE template http://demo.zedtheme.com/prototype/boxed/blog.html
/* You should take a look to this AWESOME template
******************/
@-webkit-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(30px);
}
 80% {
 -webkit-transform: translateX(-10px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -moz-transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(30px);
}
 80% {
 -moz-transform: translateX(-10px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@-o-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -o-transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 -o-transform: translateX(30px);
}
 80% {
 -o-transform: translateX(-10px);
}
 100% {
 -o-transform: translateX(0);
}
}
@keyframes bounceInLeft {
 0% {
 opacity: 0;
 transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 transform: translateX(30px);
}
 80% {
 transform: translateX(-10px);
}
 100% {
 transform: translateX(0);
}
}
.animated.bounceInLeft {
	opacity: 1;
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-30px);
}
 80% {
 -webkit-transform: translateX(10px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInRight {
 0% {
 opacity: 0;
 -moz-transform: translateX(2000px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(-30px);
}
 80% {
 -moz-transform: translateX(10px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@-o-keyframes bounceInRight {
 0% {
 opacity: 0;
 -o-transform: translateX(2000px);
}
 60% {
 opacity: 1;
 -o-transform: translateX(-30px);
}
 80% {
 -o-transform: translateX(10px);
}
 100% {
 -o-transform: translateX(0);
}
}
@keyframes bounceInRight {
 0% {
 opacity: 0;
 transform: translateX(2000px);
}
 60% {
 opacity: 1;
 transform: translateX(-30px);
}
 80% {
 transform: translateX(10px);
}
 100% {
 transform: translateX(0);
}
}
.animated.bounceInRight {
	opacity: 1;
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceInTop {
 0% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(-30px);
}
 80% {
 -webkit-transform: translateY(10px);
}
 100% {
 -webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInTop {
 0% {
 opacity: 0;
 -moz-transform: translateY(2000px);
}
 60% {
 opacity: 1;
 -moz-transform: translateY(-30px);
}
 80% {
 -moz-transform: translateY(10px);
}
 100% {
 -moz-transform: translateY(0);
}
}
@-o-keyframes bounceInTop {
 0% {
 opacity: 0;
 -o-transform: translateY(2000px);
}
 60% {
 opacity: 1;
 -o-transform: translateY(-30px);
}
 80% {
 -o-transform: translateY(10px);
}
 100% {
 -o-transform: translateY(0);
}
}
@-ms-keyframes bounceInTop {
 0% {
 opacity: 0;
 -ms-transform: translateY(2000px);
}
 60% {
 opacity: 1;
 -ms-transform: translateY(-30px);
}
 80% {
 -ms-transform: translateY(10px);
}
 100% {
 -ms-transform: translateY(0);
}
}
@keyframes bounceInTop {
 0% {
 opacity: 0;
 transform: translateY(2000px);
}
 60% {
 opacity: 1;
 transform: translateY(-30px);
}
 80% {
 transform: translateY(10px);
}
 100% {
 transform: translateY(0);
}
}
.animated.bounceInTop {
	opacity: 1;
	-webkit-animation-name: bounceInTop;
	-moz-animation-name: bounceInTop;
	-o-animation-name: bounceInTop;
	animation-name: bounceInTop;
}
@-webkit-keyframes bounceInBottom {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInBottom {
 0% {
 opacity: 0;
 -moz-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -moz-transform: translateY(30px);
}
 80% {
 -moz-transform: translateY(-10px);
}
 100% {
 -moz-transform: translateY(0);
}
}
@-o-keyframes bounceInBottom {
 0% {
 opacity: 0;
 -o-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -o-transform: translateY(30px);
}
 80% {
 -o-transform: translateY(-10px);
}
 100% {
 -o-transform: translateY(0);
}
}
@keyframes bounceInBottom {
 0% {
 opacity: 0;
 transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 transform: translateY(30px);
}
 80% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(0);
}
}
.animated.bounceInBottom {
	opacity: 1;
	-webkit-animation-name: bounceInBottom;
	-moz-animation-name: bounceInBottom;
	-o-animation-name: bounceInBottom;
	animation-name: bounceInBottom;
}
/******************************************************************************************************************************
*******************************************************************************************************************************
PLUGINS
*******************************************************************************************************************************
*******************************************************************************************************************************/
/* Preloader */
#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 99999; /* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../images/status.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}
/* SLIDER */
.rev_slider_wrapper {
	position: relative;
}
.rev_slider_wrapper >ul {
	visibility: hidden;
}
.rev_slider img {
	max-width: none !important;
	-moz-transition: none 0 !important;
	-webkit-transition: none 0 !important;
	-o-transition: none 0 !important;
	transition: none 0 !important;
	margin: 0px !important;
	padding: 0px !important;
	border-width: 0px !important;
	border: none;
	visibility: visible !important;
}
.rev_slider .no-slides-text {
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
}
.rev_slider ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none !important;
	list-style-type: none !important;
	background-position: 0px 0px !important;
}
.rev_slider ul li, .rev_slider >ul >li, .rev_slider >ul >li:before {
	list-style: none !important;
	position: absolute;
	visibility: hidden;
	margin: 0px !important;
	padding: 0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image: none !important;
	background-position: 0px 0px !important;
	text-indent: 0em !important;
}
.tp-bannertimer {
	width: 100%;
	border-radius: 0 5px 5px 0;
	height: 2px;
	z-index: 200;
	position: absolute;
	visibility: visible !important;
	bottom: 0;
	background-color: rgba(255, 255, 255, .6);
}
.tp-bullets {
	z-index: 1000;
	position: absolute;
	left: 90% !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	border: 3px solid rgba(255, 255, 255, .6);
	width: 20px;
	height: 20px;
	margin-right: 0px;
	float: left;
	border-radius: 50%;
	margin-top: -10px;
	margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet.selected {
	background: #FFF;
	border-color: #FFF;
}
.tp-bullets.simplebullets.round .bullet:hover {
	border-color: #FFF;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.tp-bullets.simplebullets.round .bullet.last {
	margin-right: 3px;
}
