@import url(reset.css);

#loader {
	position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:url('../images/loading.gif') center center no-repeat #fff;
    z-index:9999;
    width: 100%;
    height: 100%;
}
body {
	/*background:#010b17;*/
	font-family: "Roboto";
	font-size:15px;
}
#background {
	position: absolute;
	top:0px;
	left:0px;
	z-index:-1;
	width: 100%;
}
	#background img {
		width: 100%;
		height: auto;
	}
a {
	text-decoration:none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
a:hover {
	text-decoration: none;
}
a img, img {border:0px;}
.wrapper {
	max-width: 810px;
	width: 100%;
	margin:0px auto;
	background: #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	*behavior: url(css/boxsizing.htc);
}
	#header {
		position: relative;
	}
		#header .logo {
			position: absolute;
			top: -7px;
			left: -9px;
		}
			#header .header-image {
				width: 100%;
				height: auto;
			}
		#content {
			opacity:0;
			filter: alpha(opacity = 0);
			background:url('../images/bg_app.png') top center no-repeat;
			margin-top:-100px;
			position: relative;
			z-index:1000;
			padding:30px 50px;
			box-sizing:border-box;
			-moz-box-sizing:border-box;
			*behavior: url(css/boxsizing.htc);
			color:#838383;
			font-weight: 300;
		}
		#content .main-title {
			font-size: 25px;
			color:#838383;
			font-weight: 300;
			text-align: center;
			display: block;
			margin:10px 0px 30px 0px;
			text-transform: uppercase;
		}
		#content .message-ok {
			color:#CD0007;
			width: 100%;
			margin:30px auto;
			font-size: 19px;
			font-weight: 500;
			text-align: center;
		}
		#content .message-ok.left {text-align: left;}
		#content .column1 {
			width: 350px;
			float:left;
			word-wrap: break-word;
		}
		#content .column2 {
			width: 290px;
			float:right;
		}
		#content .column3 {
			width: 340px;
			float:right;
		}
		#content .button {
			width: 100%;
			height: 50px;
			line-height: 50px;
			text-transform: uppercase;
			display: block;
			color:#fff;
			background:#CD0007;
			margin-bottom:10px;
			text-align: center;
			font-size: 17px;
		}
			#content .button.view-participations {background: #C1C1C1;}
			#content .button.mini {
				line-height: 35px;
				height: 35px;
			}
			#content .button.next {
				width:195px;
				margin:30px auto 5px auto;
			}
			#content .button:hover {
				text-decoration: none;
				/*background: #C1C1C1;*/
				background: #777;
			}
			#content .button.view-participations:hover {background:#CD0007;}
		#content p {margin-bottom:15px;}
		.sharer {
			background: #FBFBFB;
			margin:0px -22px -30px;
			width: 756px;
			padding:20px;
			box-sizing:border-box;
			-moz-box-sizing:border-box;
			*behavior: url(css/boxsizing.htc);
			text-align: center;
		}
			.sharer .icon {
				display: block;
				float: left;
				width: 38px;
				height: 30px;
				text-indent: -99999px;
			}
				.sharer .icon.fb {background:url('../images/facebook.png') no-repeat top left;}
				.sharer .icon.tw {background:url('../images/twitter.png') no-repeat top left;}
				.sharer .icon.gp {background:url('../images/google.png') no-repeat top left;}
				.sharer .icon.invite {
					margin:10px auto;
					float:none;
					background:url('../images/invite.png') no-repeat top left;
				}
				.sharer .icon.heart {
					margin:10px auto;
					float:none;
					background:url('../images/heart.png') no-repeat top left;
				}
				.sharer .icon:hover {background-position: bottom left;}
				.sharer .wrap-social {
					width: 114px;
					margin:10px auto;
				}
			.sharer .label {
				clear: both;
				text-transform: uppercase;
			}
		label {
			display: block;
			margin-bottom:10px;
		}
		input.text, textarea.text {
			border:1px solid #E1E1E1;
			background:transparent;
			border-radius:2px;
			margin-bottom:15px;
			width: 100%;
			line-height: 44px;
			height: 44px;
			font-size:15px;
			padding:0px 5px;
			box-sizing:border-box;
			-moz-box-sizing:border-box;
			*behavior: url(css/boxsizing.htc);
		}
			textarea.text {
				height:160px;
				line-height: 15px;
			}

		.accept-terms {
			margin-top:20px;
			padding-top:15px;
			border-top:1px solid #E8E8E8;
		}
		.counter {
			margin:20px auto;
		}
		.counter .clearfix {
			width: 270px;
			margin: 0px auto;
		}
		.counter .title {
			font-size: 17px;
			color:#838383;
			font-weight: 300;
			text-align: center;
			display: block;
			margin:10px 0px 15px 0px;
			padding-bottom:5px;
			text-transform: uppercase;
			border-bottom:1px solid #838383;
		}
			.counter .item {
				display: block;
				float:left;
			}
			.counter .citem {
				text-align: center;
				text-transform: uppercase;
				font-size:17px;
				width: 55px;
			}
			.counter .num {
				font-size: 30px;
				font-weight: normal;
				display: block;
				margin-bottom:10px;
			}
			.counter .points {
				margin-right:10px;
				font-size:25px;
				font-weight: normal;
				margin-top:5px;
			}
	.question-title-wrapper {
		float:left;
		max-width: 535px;
	}
	.question-number {
		font-size: 24px;
		font-weight: normal;
		margin-bottom:10px;
		text-transform: uppercase;
	}
	.question-title {
		font-size: 23px;
		font-weight: 300;
	}
	.countdown {
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		*behavior: url(css/boxsizing.htc);
		padding:20px;
		width: 144px;
		height: 144px;
		float:right;
		margin:-20px 10px 15px;
		text-align: center;
		font-size: 23px;
		line-height: 23px;
		border:2px solid #ccc;
		border-radius:50%;
		text-transform: uppercase;
	}
		.countdown .count {
			font-size:56px;
			line-height: 58px;
			font-weight: 700;
			color: #D4020B;
			display: block;
			width: 104px;
			text-align: center;
		}
	.answers {
		margin:20px 0px 20px -15px;
		width: 740px;
	}
	.answers .question {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom:15px;
	}
		.answers .answer {
			float: left;
			margin:5px;
			width: 360px;
			/*height: 220px;*/
			height:203px;
			display: block;
			position: relative;
			z-index:10000;
		}
			.answers .answer.text {
				height:110px;
				line-height: 110px;
				text-align: center;
				font-size:16px;
				background:#DFDFDF;
				color:#838383;
			}
			.answers .answer.wtext {margin-bottom:30px;}
			.answers .answer .text {
				display: block;
				color:#838383;
				width: 100%;
				text-align: center;
				position: absolute;
				bottom:-25px;
			}
		.answers .answer img {
			width: 100%;
			height: 100%;
			display: block;
		}
		.answers .answer .validation {
			width: 100%;
			height: 100%;
			display: none;
			position: absolute;
			top:0px;
			left: 0px;
		}
		.answers .answer.valid .validation {display:block; background:url('../images/ok.png') center center no-repeat;}
		.answers .answer.wrong .validation {display:block; background:url('../images/aspa.png') center center no-repeat;}
		.answers .answer .hover {
			background:url('../images/hover.png') center center no-repeat;
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			top:0px;
			left: 0px;
			-moz-transition: opacity 0.5s;
		    -webkit-transition: opacity 0.5s;
		    -o-transition: opacity 0.5s;
		    transition: opacity 0.5s;
		    opacity: 0;
		    filter: alpha(opacity = 0);
		}
			.answers .answer:hover {text-decoration: none;}
			.answers .answer:hover .hover {
				opacity: 1;
				filter: alpha(opacity = 100);
			}
			.answers .answer.wrong:hover .hover, .answers .answer.valid:hover .hover {display:none;}
	.congratulations {
		text-transform: uppercase;
		color:#cc0a12;
		font-size:20px;
		margin-bottom:10px;
	}
	.congrats-text {
		display: block;
		font-size:20px;
		margin-bottom:40px;
		line-height: 22px;
	}
	.profile {
		text-transform: uppercase;
		font-size: 20px;
	}
		.profile .avatar {
			width: 110px;
			height: 110px;
			display: block;
			float:left;
			margin-right:10px;
		}
		.profile .name {
			display: block;
		}
		.profile .surname {
			display: block;
		}
		.profile .points {
			display: block;
			color:#cc0a12;
		}
		.profile .time {
			display: block;
			color:#cc0a12;
		}
	.url-label {
		text-align: center;
		display: block;
		width: 100%;
		margin:10px auto;
	}
	.url {
		width: 750px;
		margin:0px auto;
		background:url('../images/box.png');
		height: 105px;
		line-height: 100px;
		display: block;
		font-size: 20px;
		font-weight: normal;
		margin-left:-15px;
	}
	.col3 {
		width: 33%;
		float:left;
		margin:10px 0px 70px 0px;
	}
		.col3.center {
			border-left:1px solid #E6E6E6;
			border-right:1px solid #E6E6E6;
			box-sizing:border-box;
			-moz-box-sizing:border-box;
			*behavior: url(css/boxsizing.htc);
		}
	.parts {
		display: block;
		font-size: 17px;
		color:#838383;
		padding-left:45px;
		line-height: 30px;
		text-align: left;
		margin-bottom:20px;
	}
		.parts.view {background: url('../images/winners.png') top left no-repeat; }
		.parts.my {background: url('../images/flag.png') top left no-repeat; }
		.parts.star {background: url('../images/star_winners.png') top left no-repeat; }
		.parts:hover {
			background-position: bottom left;
			color:#950D0D;
		}
.nav {
	clear: both;
	margin-bottom:20px;
	height: 20px;
}
	.nav li {
		list-style: none;
		float:left;
		font-size:16px;
		margin-right:30px;
		text-transform: uppercase;
	}
	.nav li a {color:#575757;}
	.nav li.active a {color:#CD0007;}
.participations {width: 724px;}
.participation {
	width: 352px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
	.participation .num {
		display: block;
		width: 45px;
		float:left;
		margin-right:3px;
		line-height: 41px;
		height: 41px;
		color:#fff;
		font-size:17px;
		background: #CD0007;
		text-align: center;
	}
	.participation .name {
		background: #ECECEC;
		line-height: 41px;
		float:left;
		width: 304px;
		text-transform: uppercase;
		font-size:16px;
	}
		.participation .name .avatar {
			float:left;
			width: 45px;
			height: 41px;
			margin-right:10px;
		}
	.participation .promo-img {
		height:220px;
		width: 100%;
		display: block;
		margin:3px 0px;
	}
	.participation .promo-text {
		background: #ECECEC;
		margin-bottom:3px;
		padding:10px;

	}
	.participation .stats {
		background: #ECECEC;
		margin-bottom:3px;
		height: 50px;
		font-size: 17px;
	}
		.participation .stats span {
			box-sizing:border-box;
			-moz-box-sizing:border-box;
			*behavior: url(css/boxsizing.htc);
			display: block;
			width: 50%;
			float:left;
			line-height: 30px;
			margin:10px 0px;
			padding-left:40px;
		}
		.participation .stats .votes {
			width: 40%;
			margin-left:10%;
			background: url('../images/red_heart.png') center left no-repeat;
		}
		.participation .stats .recruited {
			background: url('../images/red_invite.png') center left no-repeat;

		}
	.participation .social {
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		*behavior: url(css/boxsizing.htc);
		width: 50%;
		height:40px;
		float:left;
		background: #C1C1C1;
		border-right:3px solid #fff;
		padding:0px 20px;
	}
		.participation .social .icon {
				display: block;
				float: left;
				width: 29%;
				height: 30px;
				margin:5px 2%;
				text-indent: -99999px;
			}
				.participation .social .icon.fb {background:url('../images/facebook_white.png') no-repeat top center;}
				.participation .social .icon.tw {background:url('../images/twitter_white.png') no-repeat top center;}
				.participation .social .icon.gp {background:url('../images/google_white.png') no-repeat top center;}
				.participation .social .icon:hover {background-position: bottom center;}
		#content .participation .button {
			width: 50%;
			background: #C1C1C1;
			float:left;
			height: 40px;
			line-height: 40px;
		}
		#content .participation .button:hover {background:#CD0007;}
	.ranking-row {
		background: #ECECEC ;
		height: 44px;
		line-height: 44px;
		width: 100%;
		margin-bottom:10px;
	}
	.ranking-row .num {
		display: block;
		width: 45px;
		float:left;
		margin-right:5px;
		line-height: 44px;
		height: 44px;
		color:#fff;
		font-size:15px;
		background: #CD0007;
		text-align: center;
	}
	.ranking-row .name {
		background: #ECECEC;
		float:left;
		width: 270px;
		text-transform: uppercase;
		font-size:15px;
	}
		.ranking-row .name img {
			float:left;
			margin-right:10px;
		}
	.ranking-row .scount {
			box-sizing:border-box;
			-moz-box-sizing:border-box;
			*behavior: url(css/boxsizing.htc);
			display: block;
			width: 130px;
			float:left;
			line-height: 29px;
			margin:10px 0px;
			padding-left:35px;
		}
		.ranking-row .successes {background: url('../images/star.png') top left no-repeat;}
		.ranking-row .time {background: url('../images/time.png') top left no-repeat;}
		.ranking-row .recruited {background: url('../images/red_invite.png') top left no-repeat;}
	.winners {margin:20px 0px 30px 0px;}
	.winners .ranking-row {
		width: 320px;
		margin:0px auto 10px auto;
	}
	.terms {
		color:#838383;
		background:url('../images/doc.png') no-repeat;
		display: block;
		width: 180px;
		padding-left: 30px;
		margin:15px auto;
		line-height: 25px;
	}
		.terms:hover {
			background-position: bottom left;
			color:#9B5050;
		}
	.plain {padding:1px 20px;}
	.plain .logo {
		display: block;
		margin:0px auto 10px;
		clear: both;
	}
	.plain .promo {
		height: 290px;
		width: 44%;
		margin:0px 3% 7%;
		float:left;
		font-weight: 300;
		color:#838383;
		word-wrap: break-word;
	}
	.plain .promo .lang_box {width:63px; height:28px; color:red; background:#fff; position:relative; float:right; top:-186px;}
.plain .promo .lang_box span {margin-left:13px;}
.plain .promo .lang_box img {margin-left:5px; }
.overlay-popup1 {
    background:url('/images/overlay.png') repeat;
    top:0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:999999;
}
.overlay-popup1 .popup_plain {
    max-width: 810px;
    width: 90%;
    color: #5c5c5c;
    font-size: 17px;
    margin:60px auto;
    background:#fff;
    border:4px solid #fefefe;
    position: relative;
    padding:40px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    *behavior: url(/css/boxsizing.htc);
}
.overlay-popup1 .popup-languages.popup_plain {width:30%!important;}
.popup_plain .close {
    position: absolute;
    top:-10px;
    right:-10px;
    width: 47px;
    height: 47px;
    background:url('/images/close.png') no-repeat;
    display: block;
    text-indent: -9999px;
}
.list-lang {text-transform:uppercase; font-size:16px;  text-align:center; margin:45px auto;}
.list-lang a {color:red;float:none; display:block; }
.list-lang a:hover {color:#666; }
		.plain .promo img {
			width: 100%;
			height: auto;
			display: block;
		}
		.plain .promo img.arrow_lang {
			width: 14px;
			height: 8px;
			display: inline!important;
		}
		.plain .promo .title {
			font-weight: 300;
			color:#838383;
			font-size:24px;
			margin-bottom:5px;
		}
		.plain .promo .link {
			display: block;
			position: relative;
			margin-bottom:5px;
			overflow:hidden;
		}
			.plain .promo .link .hover {
				cursor:pointer;
				box-sizing:border-box;
				-moz-box-sizing:border-box;
				*behavior: url(css/boxsizing.htc);
				position: absolute;
				top:0px;
				left:0px;
				display: block;
				opacity:0;
				filter: alpha(opacity = 0);
				width: 100%;
				height: 100%;
				padding-top:23%;
				text-align: center;
				text-transform: uppercase;
				color:#fff;
				background:url('../images/hover_red.png') repeat;
				font-size:24px;
				-moz-transition: opacity 0.5s;
			    -webkit-transition: opacity 0.5s;
			    -o-transition: opacity 0.5s;
			    transition: opacity 0.5s;
			}
			.plain .promo .link:hover .hover {
				text-decoration: none;
				opacity: 1;
				filter: alpha(opacity = 100);
			}
/* Styling forms */
::-webkit-input-placeholder { color:    #515151;}
:-moz-placeholder { color:    #515151;}
::-moz-placeholder { color:    #515151;}
:-ms-input-placeholder { color:    #515151;}
.checkbox, .radio {
	width: 20px;
	height: 23px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	margin-right:10px;
}
.radio {
	background: url(../images/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	color: #fff;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
}
.upload {
	    overflow: hidden;
	    cursor:pointer;
	    position: relative;
	    border:1px dashed #838383;
	    border-radius:10px;
	    width: 100%;
	    height:70px;
	    margin-bottom:15px;
	}
	.upload:hover {
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		border-color:#CD0007;
		color:#CD0007;
	}
	.upload .name {
		text-transform: uppercase;
		font-weight: normal;
		text-align: center;
		line-height: 70px;
		width: 100%;
		display: block;
	}
	.upload input {
	    display: block !important;
		width: 100% !important;
		height: 100% !important;
		opacity: 0 !important;
		filter: alpha(opacity=0);
		overflow: hidden !important;
		position: absolute;
		top: 0px;
		cursor:pointer;
		left: 0px;
	}

.charCounter{
	position:absolute;
	right:0;
	top:0;
	font-size:20px;
	font-weight:bold;
	color:#ccc;
	}
.charCounter_warning{color:#600;}
.charCounter_exceeded{color:#e00;}

.js-accept-others-conditions,
.js-accept-conditions {
    text-decoration: underline;
    cursor: pointer;
}