body{
	background: #ff3c45;
}
article{
	display: none;
}
article:nth-of-type(1){	display: inline;}

.challenge-title{
	margin: 40px 10%;
	font-size: 35px;
	text-align: center;
	line-height: 100px;
	position: relative;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	background: url(../images/Chinwag-Challenge-Icon) 0px no-repeat;
	background-size: contain;
	transition: all 0.7s;
	font-family: HoboStd, Lato;
}
.challenge-title b{ font-size: 55px;}
.challenge-title:hover{
	text-shadow: 0px 3px 0px #b2a98f,
             0px 14px 10px rgba(0,0,0,0.15),
             0px 24px 2px rgba(0,0,0,0.1),
             0px 34px 30px rgba(0,0,0,0.1);
}

.challenge-nav{
	padding: 0 10%;
	margin-right: 140px;
}

.challenge-nav a{
	display: inline;
	padding: 4px 3%;
	margin-right: 5px;
	transition: all 0.3s;
	border-radius: 15px;
	white-space: nowrap;
	color: #0FF;
	line-height: 30px;
	opacity: 0.9;
}
.challenge-nav .signup{
	float: right;
	font-family: HoboStd;
	background: #FF3;
	color: black;
	margin-top: -5px;
	box-shadow: 0px 0px 15px 10px rgba(255,255,255,0.2);
}

.challenge-nav .date{
	float: right;
	font-family: HoboStd;
	margin-top: 10px;
	}
.challenge-nav a.current{
	background: #09F;
	color: #fff;
	opacity: 0.9;
	text-shadow: 0px 0px 3px rgb(255, 255, 255);
}
.challenge-nav a:not(.current):hover,
.challenge-nav a.current.signup{
	background: #fafafa;
	color: #C00;	
	cursor: pointer;
}

.highlight-toggle{
	margin: 0 8% 30px 10%;
	float: right;
	transition: all 0.7s;
}
.highlight-toggle button{
	padding: 8px 7px;
	background-image:linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(238, 238, 238)), to(rgb(204, 204, 204)));
	background-image:-moz-linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
	border-radius: 15px;
	border: 1px solid rgb(153, 153, 153);
	text-shadow: 0px 0px 5px rgb(255, 255, 255);
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
	font-size: 14px;
	color: #666;
	cursor: pointer;
	outline: none;
	transition: all 0.3s;
}
.highlight-toggle button:nth-of-type(1){
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: -2px;
}
.highlight-toggle button:nth-of-type(2){
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -2px;
}
.highlight-toggle button.current{
		background-image:linear-gradient(-90deg, rgb(185, 185, 185), rgb(185, 185, 185));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(185, 185, 185)), to(rgb(185, 185, 185)));
	background-image:-moz-linear-gradient(-90deg, rgb(185, 185, 185), rgb(185, 185, 185));
	color: #222;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.highlight-toggle button:not(.current):hover{
	background-image:linear-gradient(-90deg, rgb(204, 204, 204), rgb(204, 204, 204));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(204, 204, 204)), to(rgb(204, 204, 204)));
	background-image:-moz-linear-gradient(-90deg, rgb(204, 204, 204), rgb(204, 204, 204));
}
.challenge-timeline{
	position: relative;
	font-size: 20px;
	transition: all 1s;
	padding: 0 10%;
	margin-bottom: 0;
}
.challenge-timeline .bar{
	position: absolute;
	left: 50%;
	width: 10px;
	margin-left: -5px;
	margin-top: -35px;
	margin-bottom: 35px;
	height: 100%;
	background: #CF0;

}
.challenge-timeline .bar:before{
	content: "";
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent; 
	border-bottom:15px solid #CF0;
}
.challenge-timeline .bar:after{
	content: "";
	position: absolute;
	left: 50%;
	/* bottom: -60px; */
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background: #CF0;
	border-radius: 70px;
	/* margin-bottom: 50px; */
	bottom: 0;
}
.challenge-timeline div:nth-of-type(2){
	margin-top: 0;
}
.challenge-timeline .fright,
.challenge-timeline .fleft{
	position: relative;
	float: left;
	margin-left: 55%;
	margin-top: -20%;
	width: 45%;
	padding: 0;
	border-radius: 15px;
	box-shadow: 0 0 8px rgba(0,0,0,0.7);
}
.challenge-timeline .fleft{ margin-left: 0;}

.challenge-timeline .fright:before,
.challenge-timeline .fleft:before{
	position: absolute;
	content: "";
	left: -15px;
	top: 35px;
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent; 
	border-right:15px solid #aaa;
	transition: all 0.3s;
}
.challenge-timeline .fright:hover:before{
	border-right: 20px solid #888;
	left: -20px;
}
.challenge-timeline .fleft:before{
	left: 100%;
	border-left:15px solid #aaa;
	border-right: 0;
}
.challenge-timeline .fleft:hover:before{
	border-left:20px solid #888;
}
.challenge-timeline .title{
	position: relative;
	text-align: center;
	border-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 30px;
	padding: 5px 0;
	transition: all 0.3s;
	background: rgba(0,0,0,0.8);
	color: #fc3345;
}
.challenge-timeline .title span{
	position: absolute;
	right: 8px;
	font-size: 18px;
	color: #999;
	top: 22px;
}
.challenge-timeline .title:hover{
	background: rgba(0,0,0,0.8);
	color: #fc3345;
}
.challenge-timeline .win-team,
.challenge-timeline .lose-team,
.challenge-timeline .recording,
.challenge-timeline .picture,
.challenge-timeline .message,
.challenge-timeline .picture:after{ 
	box-shadow: 0px 0 4px rgba(0,0,0,1);
	transition: all 0.3s;
}
.challenge-timeline .win-team:hover,
.challenge-timeline .lose-team:hover,
.challenge-timeline .recording:hover,
.challenge-timeline .picture:hover,
.challenge-timeline .message:hover{ 
	box-shadow: 0px 0 13px rgba(0,0,0,1);
}
.challenge-timeline .win-team,
.challenge-timeline .lose-team{
	background: #090;
	position: relative;
	padding: 2px 5px 2px 35px;
	font-size: 24px;
	color: white;
}
.challenge-timeline .lose-team{	background: #FF3535;}
.challenge-timeline .win-team:hover,
.challenge-timeline .lose-team:hover{
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.challenge-timeline .win-team:before,
.challenge-timeline .lose-team:before{
	background: #005B00;
	position: absolute;
	left: 0; top: 0;
	height: 100%;
	width: 25px;
	padding: 0 3px 0 3px;
	text-align: center;
	color: #DDD;
	font-size: 20px;
	line-height: 34px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
	overflow: hidden;
	content: "W";

}
.challenge-timeline .lose-team:before{
	content: "L";
	background: #C00;
}
.challenge-timeline .recording{
	background: #333;
	box-shadow: 0px 0 4px rgba(0,0,0,1);
	height: auto;
	padding: 0;
}

.challenge-timeline .recording audio{	width: 100%;}
.challenge-timeline .picture{
	box-shadow: 0px 0 4px rgba(0,0,0,1);
	position: relative;
	cursor: pointer;
}
.challenge-timeline .picture:after{
	background: url(../images/videoplayback.png) center no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	content: "";
	opacity: 0.8;	
}
.challenge-timeline .picture:hover:after{
	background-image: url(../images/videoplayback-hover.png);
	opacity: 0.8;
}
.challenge-timeline .picture:active:after{
	background-image: url(../images/videoplayback-hover.png);
	opacity: 1;
}
.challenge-timeline .picture img{
	width: 100%;
	height: auto;
}

.challenge-timeline .message{
	padding: 5px 2%;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: none;
	background: beige;
}
.challenge-timeline .message h3{
	color: #fc3345;
	font-size: 18px;
	line-height: 24px;
}
.challenge-timeline .message p{
	font-size: 16px;
	text-align: justify;
	display: inline;
	line-height: 24px;
	color: #333;
	font-family: Times, Lato;
}
@media screen and (max-width: 1024px){
	.challenge-title{
		margin-left: 2%;
		padding-left: 8%;
	}
	.highlight-toggle{
		margin-right: 4%;
	}
	.challenge-timeline{
		padding: 0 2%;
	}
}
#participants section{
	margin: 0 10%;
}
#participants table{
	width: 100%;
}
#participants td{
	width: 25%;
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 4px rgba(0,0,0,0.7);
}
#participants tr:nth-child(odd) td:nth-child(odd),
#participants tr:nth-child(even) td:nth-child(even){
	background: rgba(255,255,255,0.6);
}
#participants tr:nth-child(odd) td:nth-child(even),
#participants tr:nth-child(even) td:nth-child(odd){
	background: rgba(240,240,240,0.6);
}

#participants td img{
	filter: grayscale(1);
	-webkit-filter:grayscale(100%);
	transition: all 0.3s;
	width: 15vw;
	max-width: 100px;
}
#participants td:hover img{
	 filter: grayscale(0);
	 -webkit-filter:grayscale(0);
}
#format{
	width: 100%;
	margin: 0 auto;
}
#format section{
	box-shadow: 0 0 4px rgba(0,0,0,0.6);
	transition: all 0.3s;
}
#format section:hover{ box-shadow: 0 0 8px rgba(0,0,0,0.8);}
#format .members{
	margin: 40px 10% 0;
	padding: 20px 5% 20px 40%;
	font-size: 20px;
	font-weight: 100;
	line-height: 45px;
	background:url(../images/members.png) 10% center white no-repeat;
	color: #444;
}
#format .members:hover{	background-image: url(../images/members-hover.png)}
#format .members span{
	font-size: 45px;
	color: #000;
}
#format .bell{
	margin: 0 10% 0;
	padding: 20px 0 20px 5%;
	font-size: 25px;
	font-weight: 100;
	line-height: 45px;
	background:url(../images/bell.png) 85% center #ddd no-repeat;
	background-size: 300px;
}
#format .bell:hover{	background-image: url(../images/bell-hover.png)}
#format .bell h2{
	color: #0CC;
	letter-spacing: 2px;
	margin: 0;
	font-size: 30px;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
}
#format .bell h3{
	font-weight: 100;
	margin: -13px 0 0;
	font-size: 22px;
	color: #000;
	letter-spacing: 1px;
}
#format .bell p{
	margin: 0;
	padding-left: 10px;
	font-size: 30px;
	text-transform: capitalize;
}
#format .bell u{
	color: #999;
}
#format .bell span.points{
	border: 1px solid #666;
	color: #444;
	border-radius: 5px;
	padding: 2px 10px;
	font-size: 30px;
	overflow: hidden;
}
#format .getstarted{
	line-height: 50px;
	margin: 0 10%;
	padding: 20px 2%;
	color: #fff;
	font-family: HoboStd, Lato;
	font-size: 36px;
	box-shadow: none;
}
#format .round{
	background: rgba(242,183,29,0.8);
	font-size: 20px;
	margin: 0 10% 0;
	padding: 14px 5%;
}
#format .round:nth-of-type(even){
	background: rgba(242,183,29,0.9);
}

#format .round h2{
	margin: 0;
	padding-left: 40px;
	background: url(../images/cd.png) no-repeat left;
	background-size:contain;
	font-weight: bold;
	font-family: HoboStd, Lato;
	color: #09C;
}
#format .round p{
	color: #333;
}
#format .championship{
	margin: 0 10% -20px;
	padding: 40px 0 0;
	background: url(../images/champion.jpg) top center;
	background-size: cover;
	min-height: 500px;
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	text-align: center;
	letter-spacing: 3px;
	color: #FFF;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
 0px 8px 13px rgba(0,0,0,0.1),
 0px 18px 23px rgba(0,0,0,0.1);
	font-size: 60px;
	transition: all 0.8s;
}
#format .championship .cup{
	background: url(../images/championcup.png) center no-repeat;
	background-size: contain;
	margin: 0 auto;
	border-radius: 5000px;
	transition: all 0.8s;
	height: 310px;
	width: 382px;
}
#format .championship:hover .cup{
	background-color: rgba(242,183,29,0.2)
}
#format .championship:hover{
	text-shadow: 0px 6px 5px rgba(0,0,0,0.4),
 0px 12px 17px rgba(0,0,0,0.1),
 0px 26px 30px rgba(0,0,0,0.1);
}
#signup section{
	margin: 0 10%;
}
#signup{
	width: 100%;
	margin: 0 auto;
}
#signup section{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#signup p{
	text-align: center;
	font-size: 18px;
	font-family: HoboStd, Lato;
}
#signup form{
	display: inline-block;
	width: 100%;
	margin: 0 auto 50px;
}
#signup input{
	width: 100%;
	border: 0;
	outline: 0;
	line-height: 50px;
	height: 50px;
	font-family: HoboStd, Lato;
	font-size: 24px;
	margin: 0;
	padding: 0 20px;
	border-radius: 50px;
	background: rgba(255,255,255,0.8);
	color: #fc3345;
	transition: all 0.3s;
}
#signup input:hover{
	box-shadow: 0 0 22px rgba(0,144,200,.9);
}
#signup input:focus{ background: white;}
#signup .submitbtn,
#signup .submitbtn:focus{
	background: rgba(0,0,0,0.6);
	color: white;
	text-align: center;
	cursor: pointer;
	width: 100px;
}
#signup .submitbtn:hover{ box-shadow: 0 0 22px rgba(255,255,255,0.7);}
#signup .connector{
	height: 25px;
}
#signup .signup-detail{
	text-align: center;
	line-height: 70px;
	font-family: HoboStd, Lato;
	color: white;
	font-size: 30px;
	display: none;
}
@media screen and (max-width: 500px){
	.challenge-title{
		background-position: top left;
		line-height: 50px;
		background-size: 100px;
	}
	.challenge-timeline .fleft,
	.challenge-timeline .fright{
		width: 90%;
		margin-top: 20px;
	}
	.challenge-timeline .fright{
		width: 90%;
		margin-left: 0;
		float: left;
	}
	.challenge-timeline .fright:before,
	.challenge-timeline .fright:hover:before{
		left: 100%;
		border-left: 15px solid #aaa;
		border-right: 0;
	}
	.challenge-timeline .fright:hover:before{
		border-left:20px solid #888;
		
	}
	.challenge-timeline .bar{
		left: 95%;
	}
	.challenge-timeline .title{
		padding-left: 2%;
		text-shadow
		text-align: left;
	}
	.challenge-nav{
		padding: 0 2%;
		margin-right: 0;
		text-align: center;
	}
	.challenge-nav .signup{ 
		float: none;
		display: inline-block;
		margin-top: 10px;
	}
	section{
		margin-left: 2% !important;
		margin-right: 2% !important;	
	}
	#format .members{
		padding-left: 5%;
		background-image: none;
	}
	#format .members,
	#format .members:hover,
	#format .bell,
	#format .bell:hover{
		background-image: none;
	}
	#particiapnt{
		margin-bottom: 20px;
	}
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	#format .championship{
		font-size: 40px;
		min-height: inherit;
		margin-bottom: 0;
		padding: 20px 0;
	}
	#format .championship .cup{
		background-image: none;
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
		
}
