#Container{
	max-width:none;
	padding:0;
}
#Content{
	max-width:1696px;
	min-width:1024px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;    
	margin:0 0 28px 0;
	padding:0 0 0 200px;
	overflow:hidden;
}
#TopNav{
	display:none;
}
#TopNav #BackToFeatures{
	display:block;
}
#Nav .the-feed ul{
	display:block;
}
#MainFeed{
	float:left;
	clear:left;
}
#RotatorGradient{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:350px;
	/*background:url("../images/item-gradient.png") repeat-x 0 0;*/
	z-index:2;
	background: -moz-linear-gradient(top,  rgba(112,113,219,0) 0%, rgba(112,113,219,0.35) 36%, rgba(112,113,219,0.9) 70%, rgba(112,113,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(112,113,219,0)), color-stop(36%,rgba(112,113,219,0.35)), color-stop(70%,rgba(112,113,219,0.9)), color-stop(100%,rgba(112,113,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(112,113,219,0) 0%,rgba(112,113,219,0.35) 36%,rgba(112,113,219,0.9) 70%,rgba(112,113,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(112,113,219,0) 0%,rgba(112,113,219,0.35) 36%,rgba(112,113,219,0.9) 70%,rgba(112,113,219,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(112,113,219,0) 0%,rgba(112,113,219,0.35) 36%,rgba(112,113,219,0.9) 70%,rgba(112,113,219,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(112,113,219,0) 0%,rgba(112,113,219,0.35) 36%,rgba(112,113,219,0.9) 70%,rgba(112,113,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007071db', endColorstr='#7071db',GradientType=0 ); /* IE6-9 */
	opacity:0.8;
}
#HomeRotator {
	width:100%;
	height:100%;
	background:#000000;
	padding-top:60px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#HomeRotator .slide{
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	/*filter:alpha(opacity=50);
	opacity:0.5;*/
}
#HomeRotator .scan-lines{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:url('../images/scanlines-bg3.png');*/
	background-color: #000;
	filter:alpha(opacity=20);
	opacity:0.2;
	z-index:0;
}
#RotatorList{
	position:absolute;
	bottom:65px;
	left:0;
	z-index:3;
	width: 100%;
}
#RotatorList h3{
	/*width:100%;*/
	margin:0 0 25px 0;
	padding:0 15%;
	text-align: center;
}
#RotatorList h3 a{
	color:#ffffff;
	font-size:40px;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-decoration:none;
	text-transform: uppercase;
}
#RotatorList ul{
	/*margin:0 0 0 20px;*/
	margin: 0 auto 15px;
	width: 900px;
	overflow: hidden;
	padding:0;
	list-style:none;
}
#RotatorList li{
	float:left;
	width:145px;
	height:45px;
	position:relative;
	/*filter:alpha(opacity=50);
	opacity:0.5;*/
	margin:0 75px 20px 0;
}
#RotatorList li:hover a, #RotatorList li.on a{
	/*filter:alpha(opacity=100);
	opacity:1;*/
	color: #f38af4;
}
#RotatorList li:hover .top-line, #RotatorList li.on .top-line{
	height:5px;
	background-image: url(../images/2016/squigly.svg);
	background-size: cover;
	background-color: transparent;
	width:34px;
	height: 6px;
}
#RotatorList li .top-line{
	display:block;
	width:30px;
	height:3px;
	background:#fff;
	line-height:3px;
	font-size:3px;
	position:absolute;
	top:0;
	left:0;
}
#RotatorList li a{
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	margin:15px 0 0 0;
	font-weight: normal;
	font-style: normal;
	font-family: 'FuturaLT-Book',sans-serif;
	letter-spacing: 0.1em;
}
#LogoHolderWrapper{
	width:100%;
	position:absolute;
	top:80px;
	left:0;
	z-index:1;
	display:none;
	top:110px;
}
#LogoHolder{
	width:226px;
	margin:0 auto;
}
#LogoHolder a{
	display:block;
	width:100%;
}
#LogoHolder .textlogo{
	margin:16px 0 0 0;
}
#LogoHolder img{
	width:100%;
}
#HomeRotator .controlArrow{
	z-index:4;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}

#RotatorDownWrapper{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	z-index:3;
}
#RotatorDown{
	margin:0 auto;
	width:70px;
	filter:alpha(opacity=50);
	opacity:0.5;
}

#RotatorDown span{
	font-size:12px;
	color:#ffffff;
	letter-spacing:1px;
	display:block;
	margin:0 auto 10px auto;
	text-align: center;
}
#RotatorDown img{
	-webkit-animation: flickerAnimation 1.5s infinite;
   -moz-animation: flickerAnimation 1.5s infinite;
   -o-animation: flickerAnimation 1.5s infinite;
    animation: flickerAnimation 1.5s infinite;
}
#RotatorDownWrapper:hover{
	cursor:pointer;
}
#RotatorDownWrapper:hover #RotatorDown{
	filter:alpha(opacity=100);
	opacity:1;
}
#HomeRotator .controlArrow.next {
  border-color:transparent;
  border-width:0;
  background-image:url('../images/right-arrow.png');
  background-image:url('../images/right-arrow.svg'), none;
  background-position:top conter;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  width:30px;
  height:56px;
  right: 15px;
  filter:alpha(opacity=50);
  opacity:0.5;
}
#HomeRotator .controlArrow.prev {
  border-color:transparent;
  border-width:0;
  background-image:url('../images/left-arrow.png');
  background-image:url('../images/left-arrow.svg'), none;
  background-position:top conter;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  width:30px;
  height:56px;
  right: 15px;
  filter:alpha(opacity=50);
  opacity:0.5;
}
#HomeRotator .controlArrow.next:hover, #HomeRotator .controlArrow.prev:hover{
  filter:alpha(opacity=100);
  opacity:1;
}
.slimScrollBar{
	background:#ffffff !important;
}
#LeaderboardWrapper{
	/*margin-top:130px;*/
	margin-top: 25px;
}
#Footer{
	display:none;
}
#BackUpWrapper{
	/*position:absolute;
	top:65px;
	left:0;*/
	margin-top: 70px;
	width:100%;
	z-index:3;

}
#BackUp{
	margin:0 auto;
	width:80px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#BackUp img{
	margin:0 auto;
	display: block;
	transform:scale(-1,-1);
	-webkit-transform:scale(-1,-1);
	-moz-transform:scale(-1,-1);
	-o-transform:scale(-1,-1)
}
#BackUp span{
	font-size:12px;
	color:#ffffff;
	letter-spacing:1px;
	display:block;
	margin:10px auto 0 auto;
	text-align: center;
}

#BackUpWrapper:hover{
	cursor:pointer;
}
#BackUpWrapper:hover #BackUp{
	filter:alpha(opacity=100);
	opacity:1;
}
@media screen and (min-width: 1400px){
	#RotatorList h3{
		/*margin-bottom:150px;*/
	}
}
@media screen and (max-width: 1460px){
	#RotatorList li{
		margin-right:50px;
	}
}
@media screen and (max-width: 1190px){
	#RotatorList li{
		margin-right:20px;
	}
}
