/*aduket atar*/
.develop
{
	position:fixed;	
	font-size:14px;
	background-color:#000;
	color:#fff;
	z-index:10;

}

main, footer{
	position:absolute;
	left:0px;

	display: flex;
	flex-direction: column;
	padding-right: 0rem;
	padding-left: 0rem;
}

footer
{
	position:fixed;

	display:none;
	overflow:hidden;
	z-index:10;
	display:none;
/*	background: rgb(0,0,0,0.55);*/
		
/*	padding-left:1em;
	padding-right:1em;*/
}


.best_trick > .row,
.v90,.v80,.v20
{
	margin-left:0px;
	margin-right:0px;	
}


/* HEIGHTS */

.v90, .v80{
	background: repeating-linear-gradient(
	  135deg,
	  rgba(0,0,0,0.33),
	  rgba(0,0,0,0.33) 4px,
	  rgba(0,0,0,0) 4px,
	  rgba(0,0,0,0) 8px
	);	
}


.v90{
	height: 100%;
}

.v80{
	flex:1;
}

.v20{
	height: 100px;	
}




/* BUTTONS */

.v20 a.button
{
	color:#fff;
	height:70px;

	text-align:center;
	font-size:50px;
}


.button
{
	background: rgb(0,0,0,0.75);
	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to bottom, #a0a0a0, #2a2a2a);	
}

	.button:hover, .button:active
	{
		background: rgb(0,0,0,1);
	
	}


.off
{
	display:none;
}

.start, .save, .count_down
{
	background: rgb(100,176,38);
	background: linear-gradient(0deg, rgba(100,176,38,0.75) 0%, rgba(147,255,55,0.75) 100%);
}

	.start:hover, .start:active,
	.count_down:hover, .count_down:active,
	.save:hover, .save:active	
	{
		background: linear-gradient(0deg, rgba(100,176,38,1) 0%, rgba(147,255,55,1) 100%);
	}



.reset, .stop, .faul_button, .faul_content, .lap_total,
.col-xs-2.lap_faul
{
	background: rgb(100,176,38)!important;
	background: linear-gradient(0deg, rgba(103,8,10,0.75) 0%, rgba(179,13,17,0.75) 100%)!important;
}

	.reset:hover, .reset:active,
	.stop:hover, .stop:active,	
	.faul_button:hover, .faul_button:active	
	{
		background: linear-gradient(0deg, rgba(103,8,10,1) 0%, rgba(179,13,17,1) 100%);
	}

.v20 a.button.stop
{
	border-right-width: 1px!important;
}
.v20 a.button.reset
{
	border-left-width: 2px!important;	
}


.col-xs-0 {
  -ms-flex-preferred-size: 4.333%;
  flex-basis: 4.333%;
  max-width: 4.333%;
  min-width:24px;
  
}



#timer .col-xs-2
{
	min-width:135px;
	padding:0px;
}



.faul_button, .skill_button, .closer_button
{
	position:fixed;
	top:10px;
	right:100px;
	width:100px;
	height:70px;
	line-height:70px;
	text-align:center;
	color: #fff;
	font-size: 30px;	
}

.skill_button
{
	width:150px;
}

.faul_content
{
    position: absolute;
    right: 16px;
    top: 0px;
    width: 98px;
    height: 100%;
    color: #fff;
    font-size: 38px;
    line-height: 39px;
    text-align: center;
	
-moz-box-shadow:    inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow:         inset 0 0 10px #000000;	
	
}

.holder
{
	color:#fff;	
	background: rgb(0,0,0,0.75);	
}



/* PAGE - SPEEDRUN */

body.speedrun:before {
	background: url(img/loginBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}



.contestant_horizontal
{
	height:40px;
}

.contestant_horizontal a
{
	width:230px;
}		
	

.speedrun h2
{
	float:left;
	display:block;

	text-align:left;

	color:#fff;	
	background: rgb(0,0,0,0.75);

	padding-left:25px;
	width:100%;
    height: 100%;	
	font-size:25px;				
	line-height:35px;	
}

.section_2 .lap_faul
{
	font-size:25px;				
	line-height:35px;
	color:#fff;	
	text-align:center;	
}

#contestant_name
{
	position:relative;
	margin-left:19px;
	width:calc(100% - 249px);
	height:100%;
}







span.contestant_number
{
	width: 70px;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 40px;
	letter-spacing: 2px;
}



.contestant_horizontal span.contestant_number
{
    width: 60px;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    letter-spacing: 2px;
}

#contestant_name span.contestant_name
{
	font-size:25px;
	line-height: 43px;
	
	display:block;

	position:relative;
	float:left;
}

#timer
{
	height:100%;
}



.timer_holder
{
	margin-top: 10px;
	height: calc(100% - 50px);	
	overflow:hidden;
}



	#timer span
	{
		text-align:center;
		width:100%;
		display:block;

		font-size: 148px;
		line-height: 0px;
		margin-top: -70px;
		height: 240px;	
		
	}
	

	#timer span.ms
	{
		font-size:74px;
		text-align:center;
		width:100%;
		display:block;
		top: 25px;
		position: relative;		

	}


	
	#timer span:first-line
	{
		font-size:73px!important;	
		line-height:190px;		
	}
	
span.section
{
color:#757575;
}






/* PAGE - FREESTYLE */





body.freestyle:before {
	background:url(../img/bg/Mardin.jpg);
	background-size:cover;	
	background-repeat:no-repeat;	
	
}




.section_1
{
	width:290px;
	left:0px;
	height:100%;
	margin-right:10px;	
}

	.section_1 h1
	{
		float:left;
		position:relative;
		height:50px;
		width: 100%;
		color:#fff;
		line-height: 51px;
		font-size: 51px;
		text-indent: 101px;
		margin-bottom:11px;
	}
	
			
	
		

	.contestant_vertical
	{
		position:relative;
		float:left;
		height:calc(100% - 62px);
		width:100%;
	}


.contestant_holder
{
	position:relative;
	display:block;
	left:0px;
	width:63px;
	height:100%;
	float:left;
}

.contestant
{
	position: relative;
	display: block;
	margin-left: 10px;
	width: 217px;
	height: 100%;
	float: left;
	background-repeat:no-repeat;
	background-size:cover;
    background-position: center top;	
}

.contestant_holder a
{
	display:block;
	height:100%;
	width:100%;
}

.contestant_button
{	
	position:relative;
	display:block;
	height:100%;
	width:100%;
	padding-top:60px;	
}
	.contestant_horizontal .contestant_button
	{
		padding-top:0px;
		padding-right:60px;	
	}

	.contestant_button:before
	{	
		content:"";
		position:absolute;
	
		top:30px;
		margin-right:-5px;
		
		right:50%;
		width: 0; 
		height: 0;
		
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid white;		
	}

	.contestant_button.on:before
	{	
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 0px solid white;			
		border-right: 10px solid white;		
	
	}
	
	.contestant_horizontal .contestant_button:before
	{
		top:50%;
		margin-top:-10px;
		right:20px;		
	}



	.contestant_vertical h2
	{
		position:relative;
		
		text-align: center;
		color: #fff;
		line-height: 60px;
		font-size: 35px;

		transform-origin: top left;	
		
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);		
			
		top: calc(50% + 80px);
		width: 100%;
		
		left: 0;		
	}		
	

.contestant_vertical #contestant_name
{
	position: absolute;
	margin-left: 0px;
	width: 100%;
	height: 77px;
	bottom: 0px;
}

.contestant_vertical #contestant_name .contestant_name
{
	font-size:17px;
	line-height:80px;
	width: 100%;
	text-align: center;	
}




.button_holder
{
	height:100px;
}



.section_2,
.section_3
{
	position:relative;
	width:calc(100% - 300px);
	height:100%;
	padding-left: 1rem;
	padding-right: 1rem;	

}

.section_3
{
	display:none;
}

.section_2 .row
{
	height:calc(100% - 149px);
	margin-bottom:11px;	
	position:relative;
}

.section_2 .row .button
{
	text-indent:99999px;
	overflow:hidden;
	position: relative;	
}

.section_2 .row:last-child
{
	margin-bottom:0px;
}

.section_2 .row:first-child,
.section_2 .row:last-child
{
	height:60px;
	display:flex;
}

.section_2 .row h1
{
	text-align:center;
	font-size: 140px;

	line-height:100px;
	padding: 0px;
	z-index:1;	
}

.section_2 .col-xs-5+.col-xs-5
{
	margin-left:20px;
}

.section_2 .row .button.up:before,
.section_2 .row .button.down:before,
.section_2 .row .button.up2:before,
.section_2 .row .button.down2:before
{
	position:absolute;
	content:"";
	top:50%;
	margin-top: -12px;
	margin-left: -25px;
	left:50%;
	width:50px;
	height:28px;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-size:cover;
}

.section_2 .row .button.down:before,
.section_2 .row .button.down2:before
{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);	
}



/* PAGE - Biggest Trick */




body.best_trick:before {
	background:url(../img/bg/fft99_mf9276979.jpg);
	background-size:cover;	
	background-repeat:no-repeat;	
	
}






/*.best_trick > .row
{
	height:100%;

}*/

/*.best_trick 	.contestant_vertical
	{
		height:calc(100% - 125px);
	}*/
	
/*.section_2 .row h1
{
	font-size: 200px;
	min-width:86px;
}	*/

	.section_3
	{
		overflow-y: auto;
	}


	.section_3 li
	{
		position:relative;
		width:100%;
		height:123px;
		font-size:40px;
		line-height:123px;
		color:#fff;	
	}
	
	.section_3 li a
	{
		width:100%;
		height:100%;
		display:block;
	}
	
	
		.point
		{
			position:absolute;
			right:10px;
			top:0px;
			width:86px;
			height:129px;
			text-align:center;
			background: rgb(0,0,0,0.75);		
		
		}








main,footer{

	width:calc(100vw - 84px);
	height:calc(100% - 87px);

}			



.category, .contestant_list
{
	display:none;
	width:100%;
	height:100%;

}


footer ul
{
	display:block;
	position: relative;
	overflow-y:auto;
	width: 100%;
	height:calc(100% - 90px);
	margin-top: 90px;		
}

footer ul li,
footer .filtre
{
	position: relative;
	width: 100%;
	height: 90px;
	font-size: 40px;
	line-height: 90px;
	color: #fff;
	display:block;
}	

footer ul li:nth-child(odd),
.lap_li:nth-child(odd)
{
	color:#fff;	
	background: rgb(0,0,0,0.75);	
}	



footer li a {
    width: 100%;
    height: 100%;
    display: block;
	padding-left:40px;
}

footer li a:hover,
footer li a:active {

	background: rgb(255,255,255,0.45);
}
		
	
footer .filtre
{
	position: fixed;
	background-color: #000;
	width: calc(100% - 70px);
}
	
	
	
footer .filtre span
{
    width: 200px;
    display: block;
    float: left;
    text-align: center;
}

.filtre input, 
.filtre select
{
	position: relative;
	width: 327px;
	text-align: center;
	padding: 10px;
}


.filtre input[type='text'] {
	color: #FFF;
	background-color:#000;
	width: calc(100% - 307px);
	height:90%;
    top: -4px;	
		
	font-size: 30px;
    line-height: 123px;
	
	text-align:left;

	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to bottom, #a0a0a0, #2a2a2a);	


-webkit-box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
-moz-box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
}

.filtre input[type='text']:focus {
outline: none;
}

.filtre input::placeholder {
  color: #ccc;
}

		


footer .flag
{
	width: 54px !important;
	height: 36px !important;	
	margin-top: 34px;	
}

footer .flag
{
	margin-top: 34px;	
}

footer .contestant_list li img
{
	display:none;

}

footer span.contestant_number
{
	line-height:90px
}


.skill_selected,
.selected
{
	background: rgb(100,176,38)!important;
	background: linear-gradient(0deg, rgba(103,8,10,0.75) 0%, rgba(179,13,17,0.75) 100%)!important;
}


.no-click,
.no-click:hover, .no-click:active
{
	color:#fff!important;	
	background: rgb(0,0,0,0.75)!important;
	cursor:not-allowed;
	opacity:0.5;
	border:none;
}



/* LOGIN */



body.index:before {
	background:url(img/loginBg.jpg);
	background-size:cover;	
	background-repeat:no-repeat;
	z-index:-2;
}

body.index:after {
	content:"";
	position:fixed;
	height: 100%;	
	width: 100vw;
	top:0px;

	background: repeating-linear-gradient(
	  135deg,
	  rgba(0,0,0,0.33),
	  rgba(0,0,0,0.33) 4px,
	  rgba(0,0,0,0) 4px,
	  rgba(0,0,0,0) 8px
	);
	z-index:-1;	
	
}



main.index{
	width:100%;
}	

main.index .row{

flex:1;
}		

main.index h2{
	font-size:25px;
	line-height:55px;
	text-align:left;
	float:left;
	width:100%;
	letter-spacing:3px;
	color:#fff;
}

main.index h2:nth-of-type(2){
	margin-top: 20px;
}



/*73 ınput*/

main.index input, 
main.index select
{
	position: relative;
	text-align: center;
	padding: 10px;
}


main.index input[type='text'] {
	color: #FFF;
	background-color:#000;

	height:73px;
	float:left;
	width:100%;

		
	font-size: 30px;
    line-height: 73px;
	text-indent: 20px;	
	letter-spacing:3px;
	
	text-align:left;

	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to bottom, #a0a0a0, #2a2a2a);	


-webkit-box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
-moz-box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
}
	main.index input[type='password']:focus {
		outline: none;
	}

	main.index input[type='password'] {
		color: #FFF;
		background-color: #000;
		height: 73px;
		float: left;
		width: 100%;
		font-size: 30px;
		line-height: 73px;
		text-indent: 20px;
		letter-spacing: 3px;
		text-align: left;
		border: 10px solid;
		border-image-slice: 1;
		border-width: 3px;
		border-image-source: linear-gradient(to bottom, #a0a0a0, #2a2a2a);
		-webkit-box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
		-moz-box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
		box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
	}

main.index input[type='text']:focus {
outline: none;
}

main.index input::placeholder {
  color: #ccc;
}	



main.index input[type='submit'] {
	font-size: 64px;
	letter-spacing: 1px;
	color: #fff;
/*	border:2px solid transparent;
	border-top: 2px solid #e9aaa8;*/
	height:222px;
	line-height:182px;
	width:100%;
	
	-webkit-box-shadow: 0px 13px 17px -6px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 13px 17px -6px rgba(0,0,0,0.58);
	box-shadow: 0px 13px 17px -6px rgba(0,0,0,0.58);	
}




	main.index input[type='submit']:focus {

/*		border-color: #731d1b;
		border-bottom-color:#e54a44;*/
		outline: 0;

		-webkit-box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
		-moz-box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
		box-shadow: inset 0px 19px 53px -26px rgba(0,0,0,0.6);
	}

.login_msg
{
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	display:none;
}

.skill_header,
.skillname, .total_point
{
	position:absolute;
	left:0px;

	display:block;
	color:#fff;
	text-align:left;
	font-size: 40px;
	line-height: 24px;

}

.skill_header,
.skillname
{
	writing-mode: tb-rl;
	
	
	
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  	

	
	padding-top: 20px;
	height:100%;
	background-color:#000;
	padding-left: 10px;
    padding-right: 40px;
	text-align:left;
}



.skill_header {
	padding-left: 10px;
	padding-right: 19px;
	z-index: 10;
	font-size: 29px;
	line-height: 0px;
	color: #ccc;
	z-index: 1;
}

/*	.skillname:first-line,
	.total_point:first-line
	{
		writing-mode: tb-rl;
		font-size: 20px;
		line-height: 00px;
		color:#ccc;		
	}*/
	
.total_point
{
	width:100px;
	top:auto;
	bottom:10px;
	left:unset;
	right:10px;
	text-align:right;
	font-size:140px;
	line-height:100px;
	z-index:1;
}

.total_point:before
{
	content: '';
	position: absolute;
	z-index: -1;
	width: 120px;
	height: 140px;
	bottom: -10px;
	right: -10px;
	background-color: #000;
}
	.total_point:first-line
	{
		font-size: 22px;
	}	


.right_button
{
position: fixed;
bottom: 0px;
right: 0px;
width: 80px;
text-align: center;
writing-mode: tb-rl;
transform: rotate(-180deg);
height: 50%;
line-height: 80px;
color: #fff;
font-size: 44px;
letter-spacing:2px;
}






#laps_holder
{
	position:relative;
}


#laps_holder h1
{
	position:absolute;
	top:0px;
	left:-40px;
	font-size:34px;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	width:40px;
	height:100%;
	text-align:center;
}


#laps_holder ul
{
	flex-direction:column;
/*flex-direction: row;*/
height: 100%;
}



#laps_holder .lap_li
{
	position:relative;
	color:#fff;
	padding-right:0px;	
	padding-left:0px;
	width:100%;
	flex:1;		
}



#laps_holder .lap_li span
{
	display:block;
	padding-left:5px;
	font-size:24px;
}

#laps_holder .lap_li span:first-line
{
	font-size:16px;		
}

#laps_holder .lap_li span.lap_faul
{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width: 20px;
	font-size: 32px;
	background-color:#864C4D;
	text-align:center;
	padding:0px;
}

#laps_holder .lap_li span.lap_faul.off
{
	display:none;
}

#laps_holder .lap_li span.lap_faul:first-line
{
	font-size: 32px;
	flex:1;
}






.result_holder .contestant_vertical
{
	height:100%;
}

.result_holder .contestant_holder
{
	display:none;

}

.result_holder .contestant
{
	width:100%;
}

.result_holder .section_2 
{
padding-left: 2rem;
padding-right: 2rem;

}

.result_holder .section_2 .row
{
	height:auto!important;

}

.result_holder .section_2 .row .title
{
	font-size:36px;

}



@media only screen and (min-height: 38em) {
	/* 608 */
	
	
	.contestant_vertical h2
	{
		font-size: 50px;
	}	
	
	#timer .col-xs-2
	{
		min-width:153px;
		padding:0px;
	}
	
	
		.section_2 .row h1
		{
			font-size: 250px;
			min-width: 100px;			

		}		
		

.v90{
	height: calc(100% - 25px);
}
			
}

@media only screen and (min-wdith: 56em) {
	/* 896 */
	

}



@media only screen and (min-height: 44em) {
	/* 704 */

	main,footer{
		height:calc(100% - 120px);
	}
	
.faul_button, skill_button, .closer_button
{
	width:150px;
	height:90px;
	line-height:90px;
	font-size: 45px;
	top:20px;	
}

.skill_button
{
	width:200px;
}

.faul_content
{
	width: 150px;
    font-size: 68px;
    line-height: 59px;
}
		
	
	.v20{
		height: 140px;	
	}
	
	.v20 a.button
	{
		height:90px;
		font-size:65px;
	}

	.contestant_horizontal
	{
		height:70px;
	}
	
	
	
	.speedrun h2,
	.section_2 .lap_faul
	{
		font-size: 33px;
		line-height: 60px;	
	}	
	
		
			#contestant_name span.contestant_name
			{
				font-size: 30px;
				line-height: 73px;
			}
			
			.contestant_horizontal span.contestant_number
			{
				width: 80px;
				float: left;
				text-align: center;
				line-height: 70px;
				font-size: 46px;
				letter-spacing: 2px;
			}				
	
	
	
		
	.timer_holder, .result_holder
	{
		margin-top:20px;
		height:calc(100% - 93px);	
	}		
		
		
	#timer span
	{
		font-size: 188px;
		line-height: 70px;
		margin-top: -80px;
		height: 300px;
	}
	

	#timer span.ms
	{
		font-size:74px;
		width:100%;
		top: 25px;
	}


	
	#timer span:first-line
	{
		font-size:93px!important;	
		line-height:190px;		
	}		
		
		
	.section_1 h1
	{
		height:98px;
		line-height: 94px;
		font-size: 93px;
		text-indent: 101px;
		margin-bottom:11px;
	}	
	

			
	.contestant_vertical
	{
		height:calc(100% - 109px);
	}			
		
		
.section_2 .row h1
{
	font-size: 280px;
	min-width:117px;
}					
	
	
		
	.section_2 .row:first-child,
	.section_2 .row:last-child
	{
		height:98px;
	}
	
.section_2 .row
{
	height:calc(100% - 216px);
}	
		
.section_2 .row .button.up:before,
.section_2 .row .button.down:before,
.section_2 .row .button.up2:before,
.section_2 .row .button.down2:before
{
	margin-top:-24px;
	margin-left:-35px;
	left:50%;
	width:70px;
	height:48px;
}		
		
		
}

@media only screen and (min-height: 50em) {
	/* 896 */
	
	.section_2 .row h1
	{
		font-size: 400px;
		min-width: 154px;

	}		
	
	
	.v90{
		height: calc(100% - 75px);
	}
	
	
}

@media only screen and (min-height: 60em) {
	/* 1040 */
	
	
	main,footer{
		height:calc(100% - 169px);
	}
	
	.v20{
		height: 167px;	
	}	
	
	.v20 a.button
	{
		height:109px;
		font-size:85px;
	}	
	
.faul_button, .skill_button, .closer_button
{
	width:200px;
	height:100px;
	line-height:100px;
	font-size: 65px;
	top:50px;	
}	

.skill_button
{
	width:250px;
	font-size: 45px;	
}

.faul_content
{
	width: 200px;
    font-size: 85px;
    line-height: 100px;
}
	
	
.contestant_horizontal
{
	height:93px;
}	


.speedrun h2,
.section_2 .lap_faul
{
	padding-right:25px;
	width:230px;

	font-size:43px;				
	line-height:84px;	
}	







	
	.contestant_horizontal span.contestant_number
	{
		line-height: 90px;
	}			

	#contestant_name span.contestant_name
	{
		font-size:36px;
		line-height: 93px;
	}

	
	.timer_holder
	{
		margin-top:20px;
		height:calc(100% - 113px);	
	}
	
	
	#timer span
	{
		font-size:208px;
		line-height: 140px;
		margin-top: -70px;
		height: 350px;	
	}
	
	#timer span.ms
	{
		font-size:108px;
		top: 31px;
	}
	
	#timer span:first-line
	{
		font-size:133px!important;	
		line-height:190px;		
	}
	
	
	
	

	
				
	
}

@media only screen and (min-width: 75em) {
	/* 1040px */
	
	
	
	
	.section_1
	{
		width:400px;
		margin-right:12px;	
	}
	
	.section_2,
	.section_3
	{
		width:calc(100% - 412px);
	}
	
	.contestant
	{
	width: 295px;
	}

	.contestant_vertical #contestant_name .contestant_name
	{
		font-size:26px;
		line-height:80px;
	}

	
	.contestant_vertical h2
	{
		line-height: 80px;
	}		
	
	
	
	.contestant_holder
	{
	width:93px;
	}

}




@media only screen and (min-width: 90em) {
	/* 1200px */
	.section_1
	{
		width:580px;
		background:none;		
	}
	
	.section_2,
	.section_3
	{
		width:calc(100% - 592px);
	}
	
	.contestant
	{
		width: 477px;
	}
	
		.contestant_vertical h2
		{
			line-height: 80px;
		}		
		
	
	
	.contestant_holder
	{
		width:93px;
	}

		


	
}



@media only screen and (orientation:portrait){

	main,footer{
	
		width:calc(100vh - 84px);
		height:calc(100vw - 169px);
	}
  
}
