/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	#NOIRVAL | Elegant Fullscreen Coming Soon
	@Author		   Torros / Madeon08
	@Type          CSS
	@Last Update   10:39 AM Thursday, June 12th, 2014

	TABLE OF CONTENTS
	---------------------------
	 1. Global
	 2. Countdown
     3. Map
	 4. Newsletter
	 5. About
	 6. Contact Form
	 7. Inline popups
	 8. Loading
	 9. Media Queries

  =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */

/* ================================= */
/* ::::::::::: 1. Global ::::::::::: */
/* ================================= */
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	padding: 0;
	vertical-align: baseline;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
	width: auto;
}

html {
	position: relative;
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #FFFFFF;
	padding: 0;
	text-align: center;
	font-family: 'Open sans', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	position: relative;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

.wrapper {
	margin: 0 auto;
	/*background: rgba(0,0,0,0.65);*/
	height: 100%;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

a {
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
}

a:focus {
	outline: none;
	outline-offset: 0px;
}

button:focus {
	outline:0 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  'Lato', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	font-weight: 300;
	color: #FFFFFF;
}

h1, h2 {
	width: 100%;
}

h1 {
	margin-top: 100px;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 70px;
	font-weight: 300;
}

h2 {
	color: #FFFFFF;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 10px;
}

h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

.logo-center img {
	width: 300px;
	height: auto;
}
.logo-left img {
	width: 300px;
	height: auto;
}
.main {
	float: left;
	width: 100%;
    height: 100%;
	margin: 0 auto;
}

.main h1 {
	padding: 150px 50px;
	width: 100%;
	font-size: 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: 300;
	color: white;
	margin: 0;
}

#text-construction-2 {
	padding-top: 60px;
}

#welcome h4 {
	font-family: 'Lato', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	margin: 0px 0 20px;
}

.btn {
	display: inline-block;
	line-height: 100%;
	padding: 0.7em;
	text-decoration: none;
	color: #FFFFFF;
	width: 200px;
	line-height: 140%;
	font-size: 17px;
	font-family: 'Open sans', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	font-weight: bold;
}

.btn:hover, .btn:hover {
	background: #FFFFFF;
}

a.anchor-link {
	color: #FFFFFF;
	outline: none;
	padding-top: 10px;
}
a:hover {
	color: #FFFFFF;
}


.tooltip {
	text-transform: none;
}

header li.link-box {
	height: 40px;
	width: 40px;
	display: inline-block;
	list-style: none;
}

header li a {
	display: block;
}

.main section {
	/*overflow: hidden;*/
}

/* The class sub-picture is here for the mobile and tablet, she replaces the video by a full screen picture. It's used for a better loading on telephone network */
.sub-picture {
	background-color:none;
	background-image: url('../img/foret.jpg');
	background-size:cover;
	background-position:center top;
}

.overlay-picture {
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.display-none {
	display: none;
}

.border {
	background: #CCC;
	display: block;
	height: 1px;
	margin: 30px auto 25px;
	width: 50px;
}

.index999 {
	z-index: 99999 !important;
}

.index-999 {
	z-index: -999 !important;
}

.opacity-1 {
	opacity: 1 !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden;
}

/* ================================= */
/* ::::::::: 2. Countdown :::::::::: */
/* ================================= */



.main section.welcome-section h1 {
	text-align: center;
	padding: 0px 0 5px;
	font-size: 55px;
	color: #FFFFFF;
	font-weight: 300;
}

#welcome {
	position: absolute;
	text-align: center;
	top: 38%;
	width: 100%;
	height: auto;
	z-index: 999
}

header {
	padding: 30px 10% 0;
	position: absolute;
	z-index: 9999;
	width: 100%
}

.logo-left {
	text-align: left
}

.icon-right {
	text-align: right
}

#countdown_dashboard {
	display: block;
	margin: 20px auto;
	max-width: 900px;
	overflow: hidden
}

.dash {
	font-family: "Open sans", 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	padding-bottom: 10px;
	position: relative;
	opacity: 1;
}

.dash-glob {
	border-left: 1px solid #CCCCCC;
}

#countdown_dashboard .dash-glob:first-child {
	margin-left: 0;
	border-left: none
}

.dash_title {
	font-size: 16px;
	width: 100%;
	color: #FFFFFF;
	display: block;
	clear: both;
}

.digit {
	color: #FFFFFF;
	font-size: 100px;
	font-weight: 300;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	height: 110px;
	line-height: 110px;
	position: relative;
	vertical-align: middle;
}

.main section.countdown-section {
	background: #FFFFFF;
	padding: 100px 0;
}

.main section.countdown-section h1 {
	text-align: center;
	padding: 0;
	margin-bottom: 60px;
	font-size: 50px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

.main section.countdown-section h2 {
	color: #FFFFFF;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 0 0 10px;
	text-align: left;
}

.main section.countdown-section p {
	text-align: left;
	padding: 0;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -1px;
	color: #FFF;
}

/* ================================= */
/* ::::::::::::: 3. Map :::::::::::: */
/* ================================= */

/* Set a size for our map container, the Google Map will take up 100% of this container */


#map {
	height: 100%;
	margin: auto;
	width: 100%;
	position: absolute;
}

.map-show {
	z-index: 9999 !important;
	opacity: 1 !important;
	top: 0 !important;
	height: 100% !important;
	width: 100% !important;
}

h2 small {
	font-weight: 300;
	color: #FFFFFF;
}

.info-content {
	color: #FFFFFF;
}

.info-content h2 {
	color: #FFFFFF;
}

#close-map {
	left: 50%;
	height: 80px;
	margin-left: -363px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	top: -120px;
	width: 400px;
	z-index: 99999;
	-webkit-transition: all 1500ms ease 0s;
	-moz-transition: all 1500ms ease 0s;
	-ms-transition: all 1500ms ease 0s;
	-o-transition: all 1500ms ease 0s;
	transition: all 1500ms ease 0s;
}

.fa-close-map {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 20px;
	width: 40px;
	cursor: pointer;
}

.fa-close-map:hover {
	background: #CCCCCC;
	color: #FFFFFF;
}

.sub-down {
	top: 0 !important;
	-webkit-transition: all 1500ms ease 0s;
	-moz-transition: all 1500ms ease 0s;
	-ms-transition: all 1500ms ease 0s;
	-o-transition: all 1500ms ease 0s;
	transition: all 1500ms ease 0s;
}

/* ================================= */
/* ::::::::: 4. Newsletter ::::::::: */
/* ================================= */


a#newsletter {
	outline: none;
}

#subscribe h3 {
	font-family: 'Open sans', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
}

#subscribe {
	overflow: hidden;
	width: 100%;
	margin-top: 40px;
}

#subscribe .form-control {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: none;
	border-color: #FFFFFF;
	border-image: none;
	border-radius: 0px;
	border-style: solid none solid solid;
	border-width: 1px;
	box-shadow: none;
	float: left;
	height: 42px;
	outline: medium none;
	padding: 10px 15px;
	width: 70%;
	color: #FFFFFF
}

#subscribe .form-control:hover, #subscribe .form-control:focus {
	box-shadow: none;
}

#subscribe button.submit {
	background-color: none;
	border: 1px solid #FFF;
	border-radius: 0px;
	color: #FFFFFF;
	background: none;
	font-size: 16px;
	line-height: 18px;
	padding: 11px 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 30%;
}

#subscribe .submit.focus, #subscribe .submit:hover {
	background-color: #FFFFFF;
	color: #FFFFFF;
}

.subscribe-newsletter {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 100px 0;
	background: rgba(0,0,0,0.3);
}

.controls .fa {
	color: #A5ABB5;
	font-size: 25px;
	margin: 9px 0 0 -30px;
	position: absolute;
}

p.message {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.form-group {
	margin-bottom: 5px;
}

form.success-full .fa, form.success-full .message {
	color: #5CB85C;
}

form.success-full .message {
	color: #FFFFFF;
}

form.error .fa, form.error .message {
	color: #cb4848;
}

form.error .message {
	color: #FFFFFF;
}

form.bad-email .fa {
	color: #cb4848;
}

form.bad-email .message {
	color: #FFFFFF;
}

/* ================================= */
/* ::::::::::: 5. About :::::::::::: */
/* ================================= */


h3.title {
	color: #2D3E50;
	display: block;
	font-size: 43px;
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 0.9em;
	margin: 0;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#myCarousel {
	margin-top: 10px;
}

.main section.about-section {
	background: #FFFFFF;
	padding: 100px 0;
	text-align: justify;
}

/* ================================= */
/* :::::::: 6. Contact Form :::::::: */
/* ================================= */



.main section.contact-section {
	/*background: #2B2D35;*/
	padding: 100px 0;
	background: rgba(0,0,0,0.3);
}

.main section.contact-section h1 {
	color: #FFFFFF;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
	font-size: 55px;
}

#contact-form .form-group {
	margin-bottom: 15px;
}

h3.title-spec {
	color: #FFFFFF;
	display: block;
	font-size: 43px;
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 0.9em;
	margin: 0;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
	text-transform: none;
}

#contact-form {
	text-align: center;
}

#contact-form h4 {
	margin: 0px 0 40px;
	color: #FFFFFF;
}

.form-control {
	background: transparent;
	background-image: none;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

.specsend {
	background: transparent;
	border: 1px solid #CCC;
	margin-top: 40px;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.specsend:hover {
	background: #FFFFFF;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form-control:focus {
	border-color: #FFFFFF;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}

 .form-control::-moz-placeholder {
 color: #F4F4F4;
 opacity: 1;
}

.form-control::-webkit-input-placeholder {
   color: #F4F4F4;
 opacity: 1;
}

.error-form {
	float: right;
	margin: -24px 2px 0 0;
	position: relative;
	top: 0;
}

.error-form i:before {
	color: #ff0000;
	font-size: 100%;
	vertical-align: top;
	content: "\f071";
	margin-right: 10px;
	font-family: FontAwesome;
}

ul.alert-gliss {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.error {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.alert-problem {
	color: #FFF;
	background: url(../img/contact-problem.png) repeat;
	border-color: #FFF;
}

.alert-success {
	color: #FFF;
	background: url(../img/contact-success.png) repeat;
	border-color: #FFF;
	margin-top: 20px;
}

#contact-form li {
	list-style: none;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-align: left;
}

/* ================================= */
/* :::::::: 7. Inline popups ::::::: */
/* ================================= */



.white-popup {
	background: none;
	margin: 0 auto;
	max-width: 800px;
	padding: 25px;
	position: relative;
	width: auto;
}

.white-popup-2 {
	background: none;
	margin: 0 auto;
	padding: 25px;
	position: relative;
	width: auto;
}

#popup-informations {
	text-align: center;
}

#popup-informations i {
	color: #CCCCCC;
}

#popup-informations h2 {
	text-align: center;
	margin: 0;
}

#popup-informations h3 {
	font-family: 'Lato', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-align: center;`
}

#popup-informations h4 {
	font-family: 'Lato', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	color: #FFFFFF;
}

#popup-contact h4 {
	font-family: 'Lato', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	color: #FFFFFF;
}

#popup-informations a {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
}

#popup-informations a:hover {
	text-decoration: none;
}

.fa-clock-o {
	background: none;
	border: 1px solid #FFFFFF;
	position: relative;
	color: #FFFFFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-clock-o:hover {
	border-color: #FFFFFF;
	background: #FFFFFF;
	color: #FFFFFF;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-info {
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-info:hover {
	border-color: #FFFFFF;
	background: #FFFFFF;
	color: #000000;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-book {
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-book:hover {
	border-color: #FFFFFF;
	background: #FFFFFF;
	color: #FFFFFF;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

#fullscreen-youtube .fa-expand {
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

#fullscreen-youtube .fa-expand:hover {
	border-color: #FFFFFF;
	background: #FFFFFF;
	color: #FFFFFF;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-play {
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-play:hover {
	border-color: #a0936d;
	background: #FFFFFF;
	color: #a0936d;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-pause {
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-pause:hover {
	border-color: #a0936d;
	background: #FFFFFF;
	color: #a0936d;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-facebook {
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-facebook:hover {
	border-color: #a0936d;
	background: #FFFFFF;
	color: #a0936d;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-linkedin {
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-linkedin:hover {
	border-color: #a0936d;
	background: #FFFFFF;
	color: #a0936d;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-instagram {
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.fa-instagram:hover {
	border-color: #a0936d;
	background: #FFFFFF;
	color: #a0936d;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.welcome-section .fa-envelope-o, .welcome-section .fa-phone, .welcome-section .fa-map-marker {
	background: none;
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

/* ================================= */
/* :::::::::: 8. Loading ::::::::::: */
/* ================================= */


.globload {
	background: #000000 !important;
	background: -moz-radial-gradient(center, ellipse cover,  #2a2a2a 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#2a2a2a), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover,  #2a2a2a 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover,  #2a2a2a 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #2a2a2a 0%,#000000 100%);
	background: radial-gradient(ellipse at center,  #2a2a2a 0%,#000000 100%);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

.globload img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
	width: 200px;
	height: auto;
}

.spinner {
	font-size: 10px;
	height: 200px;
	width: 200px;
	position: absolute;
	margin: auto;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.spinner > div {
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
 @-webkit-keyframes 
bouncedelay {
		 0%, 80%, 100% {
		 -webkit-transform: scale(0.0)
		}
		 40% {
		 -webkit-transform: scale(1.0)
		}
}
 @keyframes 
bouncedelay {
		 0%, 80%, 100% {
		 transform: scale(0.0);
		 -webkit-transform: scale(0.0);
		}
		 40% {
		 transform: scale(1.0);
		 -webkit-transform: scale(1.0);
		}
}

.spinner h6 {
	font-family: 'Lucida Grande', Lato, 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #FFF
}

/* ================================= */
/* ::::::: 9. Media Queries :::::::: */
/* ================================= */

/* *=*=*=*=*=*=*=*=*=* Small screen *=*=*=*=*=*=*=*=*=* */
		
@media only screen and (max-width: 1600px) {

		.welcome-section h4 {
			font-size: 20px;
			line-height: 20px;
		}
}
 @media only screen and (max-width: 1280px) {

		.welcome-section h4 {
			font-size: 20px;
			line-height: 20px;
		}
}
 @media only screen and (max-width: 1023px) {

		h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		.welcome-section h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		#countdown_dashboard .dash-glob:nth-child(3) {
			border: none;
		}
		
		.digit {
			font-size: 80px
		}
		
		.item img {
			width: 100%;
		}
		
		#newsletter-section h3 {
			font-size: 18px;
		}
		
		#formcontactus {
			margin-top: 40px;
		}
}
 @media only screen and (max-width: 568px) {

		.main section.welcome-section h1 {
			font-size: 35px;
		}
		
		#subscribe .form-control {
			width: 100%;
		}
		
		#subscribe button.submit {
			width: 100%;
		}
		
		#subscribe .form-control {
			width: 100%;
			border-radius: 0px;
			margin-bottom: 10px;
			background: transparent;
			border: 1px solid #FFF;
		}
		
		#subscribe input#mail-sub {
			width: 100%;
		}
		
		#subscribe button.submit {
			border-radius: 0px;
			color: #FFFFFF;
			font-size: 16px;
			line-height: 20px;
			padding: 11px 16px;
			transition: all 0.3s ease-in-out 0s;
			width: 100%;
			margin-left: 0;
		}
		
		.digit {
			font-size: 50px;
		}
		
		.logo-left img {
			height: 40px;
			width: auto;
		}
		
		#text-construction-2 {
			font-size: 12px;
		}
}

/* *=*=*=*=*=*=*=*=*=* Tablet portrait *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

		.container {
			width: 720px;
		}
		
		#myCarousel {
			margin-top: 40px;
		}
		
		.dash-glob {
			width: 100%;
		}
		
		#subscribe .form-control {
			background: transparent;
			border: 1px solid #FFF;
		}
		
		#countdown_dashboard .dash-glob:nth-child(3) {
			border: none;
		}
		
		.dash-glob {
			width: 50%;
		}
		
		.welcome-section h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		#formcontactus {
			margin-top: 40px;
		}
		
		.item img {
			width: 100%;
		}
		
		.about-section p {
			font-size: 12px;
		}
		
		#text-construction-2 {
			padding: 0 100px;
		}
}

/* *=*=*=*=*=*=*=*=*=* Tablet landscape *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

		#subscribe .form-control {
			background: transparent;
			border: 1px solid #FFF;
		}
		
		h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		.welcome-section h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		#formcontactus {
			margin-top: 40px;
		}
		
		.about-section p {
			font-size: 12px;
		}
		
		#subscribe button.submit {
			font-size: 13px;
		}
		
		#text-construction-2 {
			padding: 0 100px;
		}
}

/* *=*=*=*=*=*=*=*=*=* Phone portrait *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

		.container {
			width: 100%;
		}
		
		h1 {
			font-size: 35px;
		}
		
		.main section.welcome-section h1 {
			font-size: 30px;
			line-height: 40px;
		}
		
		h2 {
			font-size: 35px;
			line-height: 35px;
		}
		
		h3.title {
			font-size: 25px;
		}
		
		h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		.welcome-section h4 {
			font-size: 15px;
			line-height: 15px;
		}
		
		#countdown_dashboard {
			display: block;
			margin: 0px auto;
			max-width: 900px;
			overflow: hidden;
		}
		
		.dash {
			margin: 0;
			width: 100%;
		}
		
		#countdown_dashboard .dash-glob:nth-child(3) {
			border: none;
		}
		
		.info-content {
			max-width: 180px;
		}
		
		#formcontactus {
			margin-top: 40px;
		}
		
		a#go-top {
			top: 90px;
		}
		
		#myCarousel {
			margin-top: 40px;
		}
		
		.sub-down {
			top: 0 !important;
		}
		
		.form-group {
			margin-bottom: 5px;
		}
		
		#subscribe {
			margin-top: 0px;
		}
		
		p.message {
			display: none;
		}
		
		#subscribe .form-control {
			width: 100%;
			border-radius: 0px;
			margin-bottom: 10px;
			color: #FFF;
			background: transparent;
			border: 1px solid #FFF;
		}
		
		#subscribe h3 {
			margin-top:30px;
		}
		
		#subscribe input#mail-sub {
			width: 100%;
		}
		
		#subscribe button.submit {
			border-radius: 0px;
			color: #FFFFFF;
			font-size: 16px;
			line-height: 20px;
			padding: 11px 16px;
			transition: all 0.3s ease-in-out 0s;
			width: 100%;
			margin-left: 0;
		}
		
		.controls .fa {
			margin: 9px 0 0 200px;
		}
		
		#countdown_dashboard {
			margin-bottom: 0;
			margin-top: 0;
		}
		
		.digit {
			font-size: 42px;
			height: 50px;
			line-height: 50px;
		}
		
		.mfp-bg {
			height: auto;
			background: none;
		}
		
		.mfp-wrap {
			background: #2B2D35;
			height: auto;
			color: #FFFFFF;
			max-height: 200%;
		}
		
		.mfp-container {
			max-height: 200%;
			height: auto;
			background: #2B2D35;
		}
		
		.mfp-close {
			position: absolute;
			top: 5px !important;
			right: 5px !important;
			background-size: cover !important;
			z-index: 99999 !important;
			width: 40px !important;
			height: 40px !important;
		}
		
		#popup-informations h2 {
			font-size: 22px;
			font-weight: 300;
			color: #FFFFFF;
			padding-top: 60px;
		}
		
		#popup-about h2 {
			font-size: 22px;
			padding-top: 30px;
			color: #FFFFFF;
			font-weight: 300;
		}
		
		#popup-contact h3.title-spec {
			font-size: 22px;
			padding-top: 30px;
			padding-bottom: 0px;
			color: #FFFFFF;
			font-weight: 300;
		}
		
		#popup-contact h4 {
			font-size: 16px;
			margin: 5px 0 0;
			color: #FFFFFF;
			font-weight: 300;
		}
		
		#formcontactus {
			padding: 10px 0 0;
			margin: 0;
		}
		
		#popup-contact .specsend {
			margin-top: 10px;
		}
		
		.info-content h2 {
			font-size: 16px;
			line-height: 16px;
			margin-top: 20px;
		}
		
		.info-content h2 small {
			font-size: 14px;
		}
		
		.about-section p {
			font-size: 12px;
		}
		
		h3.title-spec {
			font-size: 30px;
			margin-top: 20px;
		}
		
		#welcome h4 {
			margin-bottom: 40px;
			margin-top: 100px;
		}
		#welcome div.withOutCountDown h4 {
			margin-top: 20px;
			margin-bottom: 10px;
			text-align: center;
		}
		#welcome div.withOutCountDown #text-construction-2 h4 {
			margin-top: 25px;
			margin-bottom: 25px;
		}
		
		#welcome div.withOutCountDown h3 {
			display: none;
		}
		.logo-left img {
			height: 100px;
			width: auto;
		}
		
		
		#text-construction-2 {
			font-size: 12px;
			padding-top: 170px;
		}
		
		div.withOutCountDown #text-construction-2 {
			padding-top: 00px;
		}
		
		header {
			position: relative;
			left: auto;
			top: auto;
			float: left;
		}
		
		#welcome .container {
			float: left;
		}
		
		#welcome {
			position: relative;
			margin-top: 0px;
			left: auto;
			top: auto;
			float: left;
		}
		.wrapper {
			height: 100%;
		}
		
		.logo-left {
			text-align: center;
			padding: 0px;
		}
		
		.icon-right {
			margin: 20px 0px 10px 0px;
			text-align: center;
		}
		
		.icon-right ul {
			width:auto;
			margin:auto;
		}
		
		.logo-left img {
			height: 80px;
			width: auto;
		}
		
		.border {
			margin: 20px auto 15px;
		}
		
		
}
		
/* *=*=*=*=*=*=*=*=*=* Phone landscape *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

		.container {
			width: 100%;
		}
		
		h1 {
			font-size: 35px;
		}
		
		.main section.welcome-section h1 {
			font-size: 30px;
			line-height: 40px;
		}
		
		h2 {
			font-size: 35px;
			line-height: 35px;
		}
		
		h3.title {
			font-size: 25px;
		}
		
		h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		.welcome-section h4 {
			font-size: 15px;
			line-height: 15px;
		}
		
		#countdown_dashboard {
			display: block;
			margin: 0px auto;
			max-width: 900px;
			overflow: hidden;
		}
		
		.dash {
			margin: 0;
			width: 100%;
		}
		
		#countdown_dashboard .dash-glob:nth-child(3) {
			border: none;
		}
		
		.info-content {
			max-width: 180px;
		}
		
		#formcontactus {
			margin-top: 40px;
		}
		
		.social-icons .btn {
			margin-right: 5px;
		}
		
		.social-icons .btn-round {
			height: 40px;
			width: 40px;
		}
		
		.social-icons .btn-round i {
			top: 7px;
		}
		
		a#go-top {
			top: 90px;
		}
		
		#myCarousel {
			margin-top: 40px;
		}
		
		.sub-down {
			top: 0 !important;
		}
		
		.form-group {
			margin-bottom: 5px;
		}
		
		#subscribe {
			margin-top: 0px;
		}
		
		p.message {
			display: none;
		}
		
		#subscribe .form-control {
			width: 100%;
			border-radius: 0px;
			margin-bottom: 10px;
			background: transparent;
			border: 1px solid #FFF;
		}
		
		#subscribe input#mail-sub {
			width: 70%;
		}
		
		#subscribe button.submit {
			border-radius: 0px;
			color: #FFFFFF;
			font-size: 16px;
			line-height: 20px;
			padding: 11px 16px;
			transition: all 0.3s ease-in-out 0s;
			width: 30%;
			margin-left: 0;
		}
		
		.controls .fa {
			margin: 9px 0 0 -30px;
		}
		
		#countdown_dashboard {
			display: block;
			margin: 0px auto;
			max-width: 900px;
			overflow: hidden;
		}
		
		.dash {
			margin: 0;
			width: 100%;
		}
		
		.dash-glob {
			width: 25%;
		}
		
		.digit {
			font-size: 42px;
			height: 50px;
			line-height: 50px;
		}
		
		.mfp-bg {
			height: auto;
			background: none;
		}
		
		.mfp-wrap {
			background: #2B2D35;
			height: auto;
			color: #FFFFFF;
			max-height: 400%;
		}
		
		.mfp-container {
			max-height: 400%;
			height: auto;
			background: #2B2D35;
		}
		
		.mfp-close {
			position: absolute;
			top: 5px !important;
			right: 5px !important;
			background-size: cover !important;
			z-index: 99999 !important;
			width: 40px !important;
			height: 40px !important;
		}
		
		#popup-informations h2 {
			font-size: 22px;
			font-weight: 300;
			color: #FFFFFF;
			padding-top: 60px;
		}
		
		#popup-about h2 {
			font-size: 22px;
			padding-top: 30px;
			color: #FFFFFF;
			font-weight: 300;
		}
		
		#popup-contact h3.title-spec {
			font-size: 22px;
			padding-top: 30px;
			padding-bottom: 0px;
			color: #FFFFFF;
			font-weight: 300;
		}
		
		#popup-contact h4 {
			font-size: 16px;
			margin: 5px 0 0;
			color: #FFFFFF;
			font-weight: 300;
		}
		
		#formcontactus {
			padding: 10px 0 0;
			margin: 0;
		}
		
		#popup-contact .specsend {
			margin-top: 10px;
		}
		
		.info-content h2 {
			font-size: 16px;
			line-height: 16px;
			margin-top: 20px;
		}
		
		.info-content h2 small {
			font-size: 14px;
		}
		
		.about-section p {
			font-size: 12px;
		}
		
		h3.title-spec {
			font-size: 30px;
		}
		
		#welcome h4 {
			margin-bottom: 10px;
			margin-top: 10px;
		}
		
		.logo-left img {
			height: 40px;
			width: auto;
		}
		
		#text-construction-2 {
			font-size: 12px;
			padding-top: 100px;
		}
		
		header {
			padding: 5px 1% 0;
		}
		
		.wrapper {
			height: 120%;
		}
}