.top_main.surrealism .black_glass {
  background-image:none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.winners_brief h1{color:#000;}
.winners_icon{
	width:110px;
	height:110px;
	margin:0 auto;
}

.color_merit, .mid_content{
	color:#9e3af5;
	
}
.footer_thanks{
	margin: 0 auto;
	text-align:center;
	font-weight: 600;
	
	
}


 .judge_award_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	align-items: stretch;
	max-width: 960px;
    margin:  0 auto;
}


.judge_award_wrapper_inner{
	width: 50%;
	height: auto;
	padding: 10px;
	
	
	
}
.winner_block img{
	max-width:640px;
	
}

.three_column{
	width: 33.3%;
	
}
.winners_background .mid_content p{color:#000;}

.btn.color_submit{
	color:#f71138;
	border-color:#f71138;

}
.btn{border-width:2px;}
.btn.color_submit{font-weight:600;}
@media screen and (max-width: 480px) {
	.judge_award_wrapper_inner, .three_column{width:100%;}
	
}



/*
@media screen and (max-width:1600px) {
  .sub_nav.regular ul > li {
    width: 14%;
    min-width: auto;
	  
	}

  }
*/



@media screen and (max-width:991px) {
	
	.sub_nav.regular ul > li:nth-child(1), .sub_nav.regular ul > li:nth-child(2), .sub_nav.regular ul > li:nth-child(3), .sub_nav.regular ul > li:nth-child(4), .sub_nav.regular ul > li:nth-child(5), .sub_nav.regular ul > li:nth-child(6){
		width:33.33%;
	}
	.sub_nav.regular ul > li:nth-child(7){width:100%;}
	
}


@media screen and (max-width:600px) {
	.sub_nav.regular ul > li:nth-child(1), .sub_nav.regular ul > li:nth-child(2), .sub_nav.regular ul > li:nth-child(3), .sub_nav.regular ul > li:nth-child(4){
		width:50%;
	}
	
	.sub_nav.regular ul > li:nth-child(5){
		width:50%;
	}
	.sub_nav.regular ul > li:nth-child(6){
		width:50%;
	}	
	.sub_nav.regular ul > li:nth-child(7){
		width:100%;
	}

}



/*video*/
.portrait_video video{
	width:320px;
	
}

.square_video video{
	width:380px;
}


.judge_award_wrapper.flex_new{
	justify-content: center;
}

.judge_award_wrapper_inner.flex_inner video{
	    border: 1px solid #dedddd;
}


.judge_award_wrapper  div{
	margin:0px 10px 0px 10px;
	width:32%;
}

.flex_new{
	justify-content: space-between;
    flex-wrap: nowrap;
	
}
.flex_inner{
	width:32%;
}
.flex_inner video{
	width:100%;
}


@media screen and (max-width: 480px) {
	.portrait_video  video{
		width:70%;
	}
	.square_video video{
		width:70%;
	}
	.flex_new{
		flex-wrap: wrap;
	}
	.judge_award_wrapper div{
		width:70%;
		padding:10px;
	}
	.flex_new .flex_inner video{
		width:100%;
		
	}
	.dropdown .dropbtn{
		padding:none;
	}
}
/*video*/
.sub_nav{    padding-top: 30px;}

.dropbtn.sticky_color{
		font-size: 14px;

	
}
.sub_nav.sticky ul > li > a, .sub_nav.sticky ul > li.active > .sticky_color{
	font-size: 14px;
	
}

@media screen and (min-width: 991px){
	.sub_nav.regular ul > li {
		padding:none;
	}
	
}
@media screen and (max-width: 600px){
	.dropdown .dropbtn{font-size:13px;}
	.sub_nav.regular ul > li > a{
		min-height: 48px;
	}
	.dropdown-content{
		top:60px;
	}
}

