@import "library.less";

.page-contest {
	overflow: hidden;

	.up {
		position: relative;
		background-image: url(../images/contest/bg-3.jpg);
		color: #ffffff;
		.cover;
		background-position: center top;
		overflow: hidden;
		
		.container {
			position: relative;
			width: 1100px;
			height: 440px;
			margin: 0 auto;
			z-index: 2;
		}
		
		.title {
			font-family: flounder, Arial;
			font-size: 60px;
			margin-bottom: 30px;
			padding-top: 110px;
		}
		
		.subtitle {
			font-family: flounder, Arial;
			font-size: 18px;
			line-height: 23px;
			margin-bottom: 30px;
			width: 646px;
			font-family: 'trivia-grotesk';
		}
		
		.face {
			display: none;
			margin-top: -15px;
			width: 220px;
			height: 242px;
			background-image: url(../images/contest/face.png);
		}
		
		.button {
			display: none;
			position: absolute;
			text-decoration: none;
			bottom: 50px;
			left: 295px;
			height: 101px;
			font-family: flounder, Arial;
			font-size: 45px;
			line-height: 55px;
			color: #ffffff;
			padding-left: 30px;
			opacity: 0.9;
			
			&:before {
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				margin-left: -101px;
				width: 101px;
				height: 101px;
				background-image: url(../images/contest/plus.png);
			}
			
			&:hover {
				opacity: 1;
			}
		}
		
		.gifts {
			position: absolute;
			right: 0px;
			top: 150px;
			width: 427px;
			font-family: flounder;
			font-size: 30px;
			text-align: center;
			color: #fff;
			padding-bottom: 220px;
			background: url(../images/index/gifts.png) no-repeat 0px bottom;
		}
		
	}
	
	.orange {
		display: none;
		position: absolute;
		background: fadeout(@orange, 15%);
		width: 100%;
		height: 171px;
		z-index: 0;
		bottom: 0px;
	}
	
	.down {
		position: relative;
		padding-bottom: 40px;
		
		.place-cards-container {
			/*position: relative;*/
			z-index: 1;
			width: 990px;
			margin: 0px auto;
			padding: 40px 0;
		
			.place-card {
				float: left;
				margin: 0 15px 50px 15px;
				
				.victory {
					position: absolute;
					width: 188px;
					height: 51px;
					z-index: 10;
					left: 0px;
					top: 143px;
					background: url(../images/victory.png);
				}
				/*&:nth-child(4n) {
					margin-right: 0px;
				}*/
			}
		}
		
		.black {
			position: absolute;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0);
			left: 0px;
			top: 0px;
			pointer-events: none;
			.transition;
			
			&.shown {
				background: rgba(0,0,0,0.5);
				pointer-events: auto;
			}
		}
		
		.more-cards {
			width: 400px;
			margin: 50px auto;
			
			&.hidden {
				display: none;
			}
		}
	}
	
	&.short {
		.up {
			height: 430px;
			
			.button {
				display: none;
			}
		}
	}
}