body {
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-weight: 300;
	background: none;
}

strong {
	font-weight: 700;
}
a, a:hover {
	color: #000;
	text-decoration: none;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.logo {
	padding-bottom: 80px;
	font-size: 36px;
}
.logo i {
	color: #1fba99;
}

.blue-row {
	background-color: #02CBD2;
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFF;
}

.white-row {
	background-color: #FFF;
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #02CBD2;
}

.picto_logo {
	max-width:3%;
	max-height:3%;
}

.picto_player{
	width:44px;
	margin-top:-36px;
}

.text_logo {
	max-width:35%;
	
	margin-bottom:0px;
	margin-top:20px;
}

.coming-soon {
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
	color: #02CBD2;
}

.coming-soon h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin-bottom:10px;
	padding: 10px 0px;
	line-height:21px;
	font-weight: 500;
	text-transform: uppercase;
	text-align:center;
}

.more-spacing {
	letter-spacing: 5px
}

.coming-soon h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	/*text-shadow: 0 1px 7px rgba(0,0,0,.2);*/
	margin-top:-20px;
	color:#1c1c1c;
	letter-spacing: 10px;
	margin-bottom: 25px;
	text-transform: uppercase;
	color:#02CBD2;
}
.coming-soon h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
	/*opacity: 0.3;*/
	margin-top: -5px;
	text-transform: uppercase;
	color:#000;
}
.coming-soon p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 36px;
	display: inline-block;
	background: rgba(45,45,45,.2);
	padding: 5px 10px;
	border-radius: 10px;
}
.counter {
	margin-top: 10px;
	text-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	display: inline-block;
	width: 160px;
	height: 140px;
	margin: 0 10px;
	padding-top: 20px;
	background: #2d2d2d; /* browsers that don't support rgba */
	background: rgba(45,45,45,.5);
	font-size: 18px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 80px;
	line-height: 90px;
}
.subscribe {
	padding-top: 50px;
	text-align: center;
}
.subscribe h3 {
	font-size: 24px;
	font-weight: 300;
	color: #000;
	line-height: 40px;
	display: inline-block;
	background: rgba(45,45,45,.3);
	padding: 10px 20px;
	border-radius: 10px;
}
.subscribe p {
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
}
.subscribe form {
	margin-top: 24px;
}
.subscribe form input {
	width: 310px;
	height: 46px;
	margin: 0;
	padding: 0 10px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 46px;
	color: #777;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 3px;
}
.subscribe form input:focus {
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
 .subscribe form input:-moz-placeholder {
color: #888;
}
.subscribe form input:-ms-input-placeholder {
color: #888;
}
.subscribe form input::-webkit-input-placeholder {
color: #888;
}
.subscribe form button {
	width: 130px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: #45bbc5;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0;
}
.subscribe form button:hover {
	background: #83d2e0;
	color: #fff;
}
.subscribe form button:active {
	background: #45bbc5;
	color: #fff;
}
.social {
	letter-spacing: 8px;
	margin-top: 0px;
	padding-bottom: 30px;
	text-align: center;
	color:#000;
}
.social a i {
	display: inline-block;
	padding: 0 10px;
}
.social a i:hover {
	color: #02CBD2;
}
.copyright {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.copyright a {
	border-bottom: 1px dotted #1BBC9B;
}


.color-ER
{
	background-color: #02BCD2;
}

.color-EFR
{
	background-color: #3000fe;
}

.color-EKIDZ
{
	background-color: #5bc2a7;
}

.color-EBIBLE
{
	background-color: #623289;
}
