	
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: #fff;
	color: #111;
	padding: 0;
	text-align: center;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	position: relative;
	margin: 0;
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
	outline-offset: 0px;
}

button:focus {
	outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h1, h2 {
	width: 100%;
}

h1 {
	margin-top: 100px;
	margin-bottom: 5px;
	font-size: 70px;
}

h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

h4 {
	font-size: 20px;
	line-height: 28px;
	margin-top: 60px;
}

#text-construction-2 {
	padding-top: 0px;
}

#text-construction-2 img {
	margin: auto;
	width: 500px;
	height: auto;
}

.btn {
	display: inline-block;
	line-height: 100%;
	padding: 0.7em;
	text-decoration: none;
	color: #fff;
	width: 200px;
	line-height: 140%;
	font-size: 17px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.btn:hover, .btn:hover {
	background: #444;
}

.tooltip {
	text-transform: none;
}

.display-none {
	display: none;
}

.border {
	background: #999;
	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;
}

.green-col {
    color: #C2996B;
}


/* Sections */
#left1 {
	background: url('../img/bg-start.jpg')no-repeat top center; 
	background-size: cover;
}

#right1 {
	background: transparent;
	background-size: cover;
}

#left2 {
	background: transparent;
	background-size: cover;
}

#right2 {
	background: url('../img/bg-hands.jpg')no-repeat top left;
	background-size: cover;
}

#left3 {
	background: url('../img/bg-contact.jpg')no-repeat top center;
	background-size: cover;
}

#right3 {
	background: transparent;
	background-size: cover;
}

.dark-overlay {
	background: #111;
	opacity: 0.7;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.white-ov {
	background: #fff;
}





/* About */
section.about-section h2 {
	text-align: left;
	font-size: 2em;
	margin-bottom: 30px;
	color: #111;
}

section.about-section p {
	text-align: left;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
	color: #111;
}

#principal-carousel {
	max-width: 80%;
	margin: auto;
}

.about-section ul {
	text-align: left;
	margin-top: 20px;
}

.about-section li {
	display: inline-block;
	text-align: center;
}

.about-section i {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: table-cell;
	font-size: 20px;
	height: 45px;
	line-height: 1;
	transition: all 200ms ease-in 0s;
	vertical-align: middle;
	width: 45px;
	margin: 0 10px;
	border-radius: 5px;
}

.about-section a:hover {
	text-decoration: none;
}

.about-section i.fa-twitter {
	border-color: #70c2e9;
	background: #70c2e9;
	color: #FFFFFF;
}

.about-section i.fa-twitter:hover {
	border-color: #70c2e9;
	background: #70c2e9;
	color: #2B2D35;
}

.about-section i.fa-facebook {
	border-color: #677fb5;
	background: #677fb5;
	color: #FFFFFF;
}

.about-section i.fa-facebook:hover {
	border-color: #677fb5;
	background: #677fb5;
	color: #2B2D35;
}

.about-section i.fa-pinterest {
	border-color: #d8545d;
	background: #d8545d;
	color: #FFFFFF;
}

.about-section i.fa-pinterest:hover {
	border-color: #d8545d;
	background: #d8545d;
	color: #2B2D35;
}

.about-section i.fa-dribbble {
	border-color: #e299c2;
	background: #e299c2;
    /*color: #e299c2;
	border-color: #FFF;*/
	color: #FFF;
}

.about-section i.fa-dribbble:hover {
	border-color: #e299c2;
	background: #e299c2;
	color: #2B2D35;
}


/* Contact Form */
#contact-form .form-group {
	margin-bottom: 15px;
}

#contact-form {
	text-align: center;
}

#contact-form h4 {
	margin: 0px 0 40px;
	color: #fff;
}
#contact-part h2 {
	color: #fff;
}

.form-control {
	background: transparent;
	background-image: none;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
	color: #fff;
	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%;
    text-align: center;
}

.specsend {
	background: transparent;
	border: 1px solid #ccc;
	margin-top: 40px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.specsend:hover {
	background: #eee;
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form-control:focus {
	border-color: #eee;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}

 input.requiretop:-moz-placeholder {
 color: #fff;
}

 input.requiretop::-webkit-input-placeholder {
 color: #fff;
}

 textarea.requiretop:-moz-placeholder {
 color: #fff;
}

 textarea.requiretop::-webkit-input-placeholder {
 color: #fff;
}

 .form-control::-moz-placeholder {
 color: #fff;
 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;
}

.error {
	-webkit-transition: all 0.5s ease;
	-moz-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: #fff;
	text-align: left;
}


/* Informations */

#informations-contact {
	text-align: center;
}

#informations-contact i {
	color: #333;
}

#informations-contact h2 {
	text-align: center;
	margin: 0;
}

#informations-contact h3 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-align: center;
}

#informations-contact h4 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-align: center;
}

#informations-contact a {
	color: #C2996B;
	cursor: pointer;
	display: block;
}

#informations-contact a:hover {
	text-decoration: none;
	color: #000;

}


#multiscroll-nav li .active span {
	background: #C2996B;
}
#multiscroll-nav span {
	border: 2px solid #C2996B;
}

/* Loading */

.globload {
	background: #444;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

.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: #000;
	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: 'Lato', Helvetica , Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}




/* Small screen */
		
 @media only screen and (max-width: 1023px) {

		h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		.item img {
			width: 100%;
		}
		
		#formcontactus {
			margin-top: 40px;
		}
}

@media only screen and (max-width: 959px) {

		.main-part-one {
			position: absolute;
			width: 150%;
			left: 25%;
			z-index: 999;
			top: 2%;
			right: 0;
			padding: 0;
			bottom: 0;
		}
		
		.dark-overlay {
			width: 200%;
			z-index: 999
		}
		
		#principal-carousel {
			position: absolute;
			bottom: 5%;
			right: 25%;
			z-index: 999;
			width: 150%;
			top: auto;
			max-width: none;
		}
		
		#contact-part {
			position: absolute;
			top: 5% !important;
			left: 0;
			z-index: 999;
			width: 100%;
			top: auto;
		}
		
		#informations-contact {
			position: absolute;
			bottom: 40px;
			right: 50%;
			z-index: 999;
			width: 100%;
			top: auto;
		}

}

@media only screen and (max-width: 568px) {

		
		#text-construction-2 {
			font-size: 12px;
		}
		
		#principal-carousel {
			width: 150%;
			right: 25%;
			max-width: none;
		}
		
		#contact-form h4 {
			margin-bottom: 0;
			font-size: 14px;
		}
		
		#formcontactus {
			margin-top: 10px;
		}
		
		#formcontactus .specsend {
			margin-top: 10px;
		}
		
		span.border {
			display: none;
		}
		
		#informations-contact h2 {
		}
}

/* Tablet portrait */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

		.container {
			width: 720px;
		}
		
		#myCarousel {
			margin-bottom: 80px;
		}
		
		.dash-glob {
			width: 25%;
		}
		
		h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		#formcontactus {
			margin-top: 40px;
		}
		
		.item img {
			width: 100%;
		}
		
		.about-section h2 {
			font-size: 2em !important;
		}
		
		.about-section p {
		}
		
		#text-construction-2 {
			padding: 0 100px;
		}
		
		.main-part-one {
			position: absolute;
			width: 200%;
			left: 0;
			padding: 50px;
			z-index: 999;
			top: 10%;
			right: 0;
			bottom: 0;
		}
		#right1 .main-part-one {
			left: -100%;
		}
		
		#left2 .main-part-one {
			top: 5%;
		}
		
		.dark-overlay {
			width: 200%;
			z-index: 999
		}
		
		#subscribe {
			position: absolute;
			bottom: 20%;
			right: 50%;
			z-index: 999;
			width: 100%;
			top: auto;
		}
		
		.about-section {
			position: absolute;
			top: 10% !important;
			right: 0;
			z-index: 999;
			width: 100%;
			top: auto;
			padding: 0 50px
		}
		
		#principal-carousel {
			position: absolute;
			bottom: 10%;
			right: 0;
			z-index: 999;
			width: 200%;
			top: auto;
			padding: 0 50px;
		}
		
		#contact-part {
			position: absolute;
			top: 0 !important;
			right: 0;
			z-index: 999;
			width: 100%;
			top: auto;
			padding: 40px;
		}
		
		#informations-contact {
			position: absolute;
			bottom: 40px;
			right: 0;
			z-index: 999;
			width: 200%;
			top: auto;
		}
		
		#subscribe .form-control {
			width: 100%;
			border: 1px solid #F8F8F8;
			border-radius: 0px;
			margin-bottom: 10px;
			color: #333;
		}
		
		#subscribe input#mail-sub {
			width: 80%;
			float: left;
		}
		
		#subscribe button.submit {
			border-radius: 0px;
			color: #FFFFFF;
			font-size: 12px;
			line-height: 10px;
			padding: 0px;
			height: 42px;
			transition: all 0.3s ease-in-out 0s;
			width: 20%;
			float: left;
			margin-left: 0;
			margin-top: 0;
		}
		
		.digit {
			font-size: 55px !important;
			height: 55px;
			line-height: 55px;
		}

		#text-construction-2 h4 {
			font-size: 22px;
			line-height: 30px;
		}
		
		#principal-carousel {
			width: 200%;
			right: 0;
			max-width: none;
		}
		
		#contact-form h2 {
			font-size: 2em;
		}
		
		#contact-form h4 {
			margin-bottom: 10px;
			font-size: 22px;
		}
		
		#formcontactus {
			margin-top: 40px;
		}
		
		#formcontactus .specsend {
			margin-top: 40px;
		}
		
		#informations-contact h2 {
		}
}

/* Tablet landscape */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

		h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		#formcontactus {
			margin-top: 10px;
		}
		
		.about-section p {

		}
		
		#text-construction-2 {
			padding: 0 10px;
		}
		
		#contact-form h4 {
			font-size: 14px;
		}
		
		#informations-contact .col-xs-4 {
			padding: 0;
		}
		
		#informations-contact h4 {
			font-size: 12px;
		}
}

/* 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;
		}
		
		h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		#formcontactus {
			margin-top: 40px;
		}
		
		#myCarousel {
			margin-bottom: 80px;
		}
		
		.form-group {
			margin-bottom: 5px;
		}
		
		#subscribe {
			margin-top: 0px;
		}
		
		p.message {
			display: none;
		}
		
		#subscribe .form-control {
			width: 100%;
			border: none;
			margin-bottom: 10px;
			color: #333;
			background: rgba(255,255,255,1)
		}
		
		#subscribe input#mail-sub {
			width: 100%;
			background: none;
			border: 1px solid #F8F8F8;
			color:#FFF;
		}
		
		.controls .fa {
			margin: 9px 0 0 -70px;
		}
		
		#countdown_dashboard {
			margin-bottom: 0;
			margin-top: 0;
		}
		
		.dash_title {
			font-size: 10px;
			padding-top: 5px;
		}
		
		#informations-contact h2 {
			font-weight: 400;
			font-size: 20px;
			color: #fff;
			padding-top: 60px;
		}
		#informations-contact h2 i {
			color: #fff;
		}
		
		#contact-part h4 {
			font-size: 16px;
			margin: 5px 0 0;
			color: #fff;
			font-weight: 400;
		}
		
		#formcontactus {
			padding: 10px 0 0;
			margin: 0;
		}
		
		#contact-part .specsend {
			margin-top: 10px;
		}
		
		.about-section h2 {
			margin-bottom: 20px !important;
			padding: 0 !important;
			line-height: 20px !important;
			font-size: 1.2em !important;
		}
		
		.about-section p {
			line-height: 18px !important;
			font-size: 0.8em !important;
		}
		
		.about-section ul {
			text-align: left;
		}
		
		.about-section li {
			text-align: center;
		}
		
		#text-construction-2 h4 {
			font-size: 12px;
			line-height: 14px;
			padding-top: 5px;
			padding-bottom: 10px;
		}
		
		#text-construction-2 img {
			width: 200px;
			height: auto;
		}
		
		.main-part-one {
			position: absolute;
			width: 200%;
			left: 0;
			padding: 10px 25px;
			z-index: 999;
			top: 5%;
			right: 0;
			bottom: 0;
		}
	
		#right1 .main-part-one {
			left: -100%;
		}
		
		.dark-overlay {
			width: 200%;
			z-index: 999
		}

		.about-section {
			position: absolute;
			top: 0 !important;
			right: 0;
			z-index: 999;
			width: 100%;
			padding: 0 10px
		}
		
		#principal-carousel {
			position: absolute;
			bottom: 5px;
			right: 0;
			z-index: 999;
			width: 200%;
			top: auto;
			padding: 10px;
		}
		
		#contact-part {
			position: absolute;
			top: 0 !important;
			right: 0;
			z-index: 999;
			width: 100%;
			padding: 10px;
		}
		
		#informations-contact {
			position: absolute;
			bottom: 5vh;
			right: 0;
			z-index: 999;
			width: 200%;
			top: auto;
		}
		
		#informations-contact .col-xs-4 {
			padding: 0;
		}

		#text-construction-2 {
			font-size: 12px;
		}
		
		#formcontactus {
			margin-top: 10px;
		}
		
		#formcontactus input {
			font-size: 15px;
			margin: 0;
		}
		
		#formcontactus textarea {
			font-size: 15px;
		}
		
		#formcontactus .specsend {
			margin-top: 10px;
		}
		
		#informations-contact h2 {
			font-size: 20px;
			margin-bottom: 0px;
			padding-top: 30px;
			line-height: 20px;
		}
		
		#informations-contact h4 {
			font-size: 12px;
			margin-bottom: 0px;
		}
		
		#informations-contact a {
			color: #fff;
		}
		
		#contact-form h2 {
			margin: 0;
		}
		
		#contact-form h4 {
			font-size: 14px;
			margin-bottom: 10px;
		}
}
		
/* Phone landscape */

@media only screen and (min-device-width : 320px) and (max-device-width : 1280px) and (orientation : landscape) {

		.container {
			width: 100%;
		}
		
		h1 {
			font-size: 35px;
		}
		
		h2 {
			font-size: 35px;
			line-height: 35px;
		}
		
		h3.title {
			font-size: 25px;
		}
		
		h4 {
			font-size: 17px;
			line-height: 20px;
		}
		
		#formcontactus {
			margin-top: 40px;
		}
		
		#myCarousel {
			margin-bottom: 80px;
		}
		
		.form-group {
			margin-bottom: 5px;
		}
		
		#subscribe {
			margin-top: 0px;
		}
		
		p.message {
			display: none;
		}
		
		.controls .fa {
			margin: 9px 0 0 -60px;
		}
		
		#informations-contact h2 {
			font-weight: 400;
			font-size: 20px;
			padding-top: 60px;
		}
		#informations-contact h2 i {
		}
		
		#contact-part h3.title-spec {
			font-size: 22px;
			padding-top: 30px;
			padding-bottom: 0px;
			color: #fff;
			font-weight: 400;
		}
		
		#contact-part h4 {
			font-size: 16px;
			margin: 5px 0 0;
			color: #fff;
			font-weight: 400;
		}
		
		#formcontactus {
			padding: 10px 0 0;
			margin: 0;
		}
		
		#contact-part .specsend {
			margin-top: 10px;
		}
		
		.about-section h2 {
			margin-bottom: 20px !important;
			padding: 0 !important;
			line-height: 26px !important;
			font-size: 1.4em !important;
		}
		
		.about-section p {
			line-height: 18px !important;
		}
		
		.about-section ul {
			margin-top: 10px;
		}
		
		#text-construction-2 {
			font-size: 12px;
			padding-top: 0px;
		}
		
		#text-construction-2 h4 {
			font-size: 12px;
			line-height: 14px;
			padding-top: 0px;
			padding-bottom: 0px;
		}
		
		#text-construction-2 img {
			width: 300px;
			height: auto;
			margin-top: 50px;
		}

		.main-part-one {
			position: absolute;
			width: 100%;
			left: 0;
			padding: 10px 25px;
			z-index: 999;
			top: 0;
			right: 0;
			bottom: 0;
		}
	
		
		#left2 .main-part-one {
			padding: 10px 5px;
		}
		
		#left3 .main-part-one {
			padding: 10px 5px;
		}
		
		.dark-overlay {
			width: 100%;
			z-index: 999
		}
		
		#subscribe {
			position: relative;
			width: 100%;
			padding: 0 20px;
			right: 0;
		}
		
		.about-section {
			position: relative;
			top: 0 !important;
			right: 0;
			z-index: 999;
			width: 100%;
			padding: 0 10px
		}
		
		#principal-carousel {
			position: relative;
			bottom: 10%;
			right: 0;
			z-index: 999;
			width: 100%;
			top: auto;
			padding: 0 50px;
		}
		
		#contact-part {
			position: relative;
			top: 0 !important;
			right: 0;
			z-index: 999;
			width: 100%;
			padding: 0px;
		}
		
		#informations-contact {
			position: relative;
			bottom: 40px;
			right: 0;
			z-index: 999;
			width: 100%;
			top: auto;
		}
		
		#informations-contact .col-xs-4 {
			width: 100%
		}
		
		#text-construction-2 {
			font-size: 12px;
		}
		
		#principal-carousel {
			width: 100%;
			right: 0;
			max-width: none;
		}
		
		#formcontactus {
			margin-top: 10px;
		}
		
		#formcontactus input {
			font-size: 15px;
			margin: 0;
		}
		
		#formcontactus textarea {
			font-size: 15px;
		}
		
		#formcontactus .specsend {
			margin-top: 10px;
		}
		
		#informations-contact h2 {
			margin-bottom: 0px;
			font-size: 20px;
			line-height: 10px;
		}
		
		#informations-contact h4 {
			font-size: 12px;
			margin-bottom: 0px;
		}
		
		#informations-contact a {
			font-size: 12px;
		}
		
		#contact-form h2 {
			font-size: 22px;
			margin: 0;
		}
		
		#contact-form h4 {
			font-size: 12px;
			margin-bottom: 0;
			display: none;
		}
}
