/*.program h2 {
	font-weight: 900;
}*/
#nomination_select_list {
	display:block;
}

#nomination_select_list a {
	background-color: #e2e2e2;
	padding: 9px 15px;
	border:1px solid #731e1d;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 26px;
	font-size:17px;
	position: relative;
}

	#nomination_select_list.transparent a {
		opacity:0.5;
	}

	#nomination_select_list a:hover, #nomination_select_list a.big:hover, #nomination_select_list.transparent a.active {
    	background-color: #5E1210;
		color: #fff;
		opacity:1;
	}	

	#nomination_select_list a.big {
		background-color:transparent;
		color: #3e3e3e;
		font-size: 24px;
		position: relative;
		margin-bottom: 14px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:40px;
		/*display:block;*/
	}
	
		/*#nomination_select_list i {
			position: absolute;
			top: 0px;
			font-size: 50px;
			right:11px;
			font-weight: lighter;
			color: #791b0f;
			transition: color 0.2s ease; 
		}
		
			#nomination_select_list a:hover i {
				color:#fff;
			}*/
			
		#nomination_select_list img {
			position: absolute;
			right: 12px;
			top: 10px;
			height: 29px;
		}
			
	#nomination_select_list a.all {
		background-color: #7a1a0c;
		color: #fff;
		border-color: transparent;
	}
	
		#nomination_select_list a.all i {
			color: #fff;
		}

/* about page*/
.nominations {
	padding-top: 44px;
	background: #1d1d1d;
}

	.nominations .container {
		color:#fff;
	}
	
		.nominations h2 {
			text-transform: uppercase;
			font-weight: 900;
			color: #fff;
		}
		
		.nominations h4 a {
    		color: #8a100d;
		}
	
	.nominations.nom15 {
		background-color: #000;
	}
	
	.nominations.nom16 {
		background-color: #fff;
	}
	
		.nominations.nom16 .container, .nominations.nom16 h2 {
			color:#000;
		}
	
	.back_city {
		background: url(/img/2016/msk.svg) repeat-x;
		height: 200px;
	}
	
	.nominations ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-left: 0;
		margin-bottom: 20px;
		float: left;
	}
	.nominations ul li:nth-child(2n+1) {
		clear: both;
	}
	.nominations ul li:nth-child(2n) {
		margin-right: 0;
	}
	
	.nominations .film_link {
		color: #fff;
		border:1px solid #fff;
		padding: 10px 20px;
	}
	.nominations .film_link:hover, .nominations.nom16 .film_link:hover {
		background: #fff;
		color: #8a100d;
		border-color: #8a100d;
		transition: ease 0.3s;
	}
	.nominations.nom16 .film_link {
		border-color:#000;
		color:#000;
		margin-bottom:30px;
	}
	
	.nominations p{
		margin-bottom: 30px;
	}
	
/* mobile*/
@media (max-width: 1260px) {
	.about.content_wrap {
		margin-top:0 !important;
	}
}
@media (max-width: 480px) {
	#nominations_block ul li {
		width: 100%;
	}
}


