@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 960px){	
	.mainSort{
		margin-left:1%;
	}
	
	#yearlyTabs a{
		padding:9px 25px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-ms-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.disableYear{
		padding:9px 24px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-ms-transition: all 0.4s;
		transition: all 0.4s;		
	}
	
}

@media only screen and (max-width: 548px){
	.mainSort{
		display:none;
	}
	
	#sortYearly{
		display:block;
		height:35px;
		width:96%;
		margin:0 2%;
	}
}

@media only screen and (max-width: 448px){
	.mainVideo{
		float:none;
		margin:15px auto;
	}
}
