﻿


#defaultCountdown{margin-left: 0!important}

.full-container{
	height:100%;
	background:rgba(0,0,0,0.5) url(../img/wall-coming.png) no-repeat;
	background-size:100% 100%;
}


.contain-color{
	height:100%;
	margin-left:200px;
}

.one-color{
	height:100%;
	width:50px;
	color:rgba(255,255,255,0.5);
	float:left;
	cursor:pointer;
}

.one-color h3{
	margin:0;
	margin-right:15px;
	padding:0;
	font-size:35px;
}

#color-green{background:rgba(44,215,52,0.7);}
#color-red{background:rgba(244,58,58,0.7);}
#color-yellow{background:rgba(255,207,10,0.7);}
#color-blue{background:rgba(60,181,255,0.7);}

.countdown-period{color:#0093DD;}
/*** Popus ***/
.popup{
	position:absolute;
	top:155px;
	padding:2px 10px;
	background:rgba(0,0,0,0.5);
	color:rgba(255,255,255,0.8);
	transform:scale(0);
	border-radius:5px;
	font-weight:400;
	transition:all 0.3s ease-out;
}

.popup p{
	margin-top:6px;
}

.triangle{
	position:absolute;
	width:1px;
	height:1px;
	border:6px solid transparent;
	top:8px;
}



/*** Highblock - Contains 4 parts : col-xs-1, title-highblock, col-xs-1 and count-highblock ***/
.highblock{
	height:245px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.4);
	z-index:10;
	overflow: hidden
	
}
.highblock *{font-family: 'Titillium Web'!important;}

.highblock .col-xs-1 span{
	cursor:pointer;
	color:rgba(255,255,255,0.7);
	transition:all 0.1s ease-out;
}

.highblock .col-xs-1 span:hover{
	margin-top:4px;
}

.title-highblock{	
	padding:10px 10px 0 10px;
}

.count-highblock{
	height:160px;
}

/*** Countdown ***/
.countdown-row {
	display: block;
	text-align: center;
}

.countdown-section{
	border-left: 1px dotted #0093DD;
	border-color: #0093DD;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0 8px 4px;
	margin:34px 0 14px 0;
	text-align: center;
	text-transform: uppercase;
	width: 24%;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

.countdown-section:first-child {	
	border-left: 0;
}

.countdown-amount {
	
	color: #333;
	display: block;
	font-size: 60px;
	font-weight: 200;
	letter-spacing: normal;
	line-height: 1;
	padding-bottom: 21px;
}

/*** Lowblock - Contains newsblocks and one menublock (end part) ***/
.lowblock{
	background:rgba(0,0,0,0.2);
}

/*** Newsblock - Contains 3 parts : the newsblock-in ***/
.newsblock{
	height:60px;
	border-bottom:1px solid rgba(200,200,200,0.1);
	cursor:pointer;
	color:rgba(210,210,210,0.7);
}

.newsblock:hover{
	color:white;
	background:rgba(44,215,52,0.8);
}

.newsblock-in{
	height:100%;
	line-height:60px;
	font-weight:400;
	padding: 0 10px 0 10px;
	border-left:1px solid rgba(128,128,128,0.1);
}

.newsblock-in span{
	font-size:22px;
	margin-top:16px;
}

.menublock{
	height:60px;
	background:rgba(0,0,0,0.1);
	font-size:24px;
	color:rgba(200,200,200,0.5);
	line-height:60px;
	cursor:pointer;
}

.menublock:hover{
	background:rgba(0,0,0,0.3);
	color:rgba(44,215,52,0.7);
}

/*** Second content - Contact Page ***/
#content2{
	padding-top:150px;
	color:rgba(255,255,255,0.5);
}

/*** Cross to return on the home page ***/
.close-logo{
	font-size:24px;
	margin-bottom:50px;
	margin-top:50px;
	cursor:pointer;
}

/*** Form ***/
.contact{
	height:50px;
	margin-top:30px;
}

.form-horizontal,.form-group{
	height:100%;
}

.form-horizontal .form-group{
	margin:0;
}

.form-control{
	background:rgba(0,0,0,0.15);
	border-radius:0;
	height:100%;
	font-size:14px;
	color:#222;
	-webkit-box-shadow: 0;
    box-shadow: 0;
	margin-bottom:15px;
	border:1px solid rgba(200,200,200,0.4);
}

.form-control:focus{
	border-color:rgba(255,255,255,0.5);
}

.form-control::-moz-placeholder{color:rgba(255,255,255,0.6);}
.form-control:-moz-placeholder{color:rgba(255,255,255,0.6);}
.form-control:-webkit-input-placeholder{color:rgba(255,255,255,0.6);}
.form-control:-ms-input-placeholder{color:rgba(255,255,255,0.6);}

.btn-send{
	background:rgba(44,215,52,0.5);
	border-radius:0;
	height:100%;
	width:100%;
	font-size:16px;
	color:#888;
	border:1px solid rgba(200,200,200,0.5);
	border-left:0;
	color:white;
	transition:all 0.1s ease-out;
}

.btn-send:hover{
	background:rgba(44,215,52,0.7);
}

.form-send{
	height:100%;
}

/*** Third content - Informations Page ***/
#content3{
	padding-top:150px;
}

/*** Cross to return on the home page ***/
#content3 .close-logo{
	margin:0;
	color:rgba(255,255,255,0.5);
}

/*** Third full content - Same construction as first content : Newsblock and menublock ***/
#content3 .outerblock{
	margin-top:50px;
}

#content3 .newsblock{
	color:rgba(255,255,255,0.8);
}

#content3 .menublock{
	color:rgba(255,255,255,1);	
}
.title-highblock h2{color:#fff!important;}
#content3 .menublock:hover{
	background:rgba(0,0,0,0.6);
}

/*** Numbers on the left are white ***/
.number{
	/*color:rgba(44,215,52,0.9);*/
}

/*** Change color ***/
.back-colored{
	border: solid #ddd 1px;
	/*background-color: #4094c7;
	background-image: -moz-linear-gradient(top,#1073b0,#4094c7);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#1073b0),to(#4094c7));
	background-image: -webkit-linear-gradient(top,#1073b0,#4094c7);
	background-image: -o-linear-gradient(top,#1073b0,#4094c7);
	background-image: linear-gradient(to bottom,#1073b0,#4094c7);*/
}

.red-back-colored:hover{background:rgba(244,58,58,0.8);}
.red-colored:hover{color:rgba(244,58,58,0.7);}
.red-logo{background:#F85D5D;border:5px solid rgba(255,255,255,0.9);color:#fff;}
.red-send{background:rgba(244,58,58,0.5);}
.red-send:hover{background:rgba(244,58,58,0.7);}

.yellow-back-colored:hover{background:rgba(255,207,10,0.8);}
.yellow-colored:hover{color:rgba(255,207,10,0.7);}
.yellow-logo{background:#FFDC4B;border:5px solid rgba(255,255,255,0.9);color:#fff;}
.yellow-send{background:rgba(255,207,10,0.5);}
.yellow-send:hover{background:rgba(255,207,10,0.7);}

.blue-back-colored:hover{background:rgba(60,181,255,0.8);}
.blue-colored:hover{color:rgba(60,181,255,0.7);}
.blue-logo{background:#6DC8FF;border:5px solid rgba(255,255,255,0.9);color:#fff;}
.blue-send{background:rgba(60,181,255,0.5);}
.blue-send:hover{background:rgba(60,181,255,0.7);}

/*** Animation on contents ***/
.zeroscale{
	transform:scale(0);
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
}

.normalscale{
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
}

/*** Media queries ***/

@media only screen and (max-width: 1200px) {
	.highblock{height: 200px!important}
    .countdown-amount {font-size: 40px!important;}
    .countdown-period {font-size: 10px!important;margin:0;}
}
@media only screen and (max-width: 900px) {
    .countdown-amount {font-size: 30px!important;}
    .countdown-period {font-size: 9px!important;margin:0;}
}

@media only screen and (max-width: 600px) {
	.highblock{height: 250px!important}
	.newsblock-in{	line-height:30px;font-size:12px;}	
	.number{	margin-top:10px;}	
	.countdown-amount {	font-size: 50px!important;;}	
	#content3 .menublock h3{font-size:22px;	margin-top:10px;}
	.countdown-period {font-size: 12px!important;}
}

@media only screen and (max-width: 380px) {
	.newsblock-in{	line-height:20px;font-size:12px;}	
	.countdown-amount {font-size: 60px!important;;}	
	#content3 .menublock h3{font-size:18px;	margin-top:8px;	}
}

