
a {
  color: #782f40;
  text-decoration: underline;
}
a:active,
a:visited,
a:focus,
a:hover {
  color: #782f40;
}
a:focus,
a:hover {
  text-decoration: underline;
} 
figure{
  margin: 0;
}
img{
  vertical-align: middle;
  border: 0;
}
button,
input,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 2 */
margin: 0; /* 3 */
}
button,
input {
line-height: normal;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

.left, .float {float: left;}
.right, .floatR {float: right;}
.clear {clear: both;}
.block {display: block;}
.inline_block{display: inline-block;}
.hide {display: none;}
.absolute {position: absolute;}
.relative {position: relative;}
.inline{display: inline;}
.wide{width: 100%;}
.table{display: table;}
.table-row{display: table-row;}
.table-cell{display: table-cell;}
.auto_center_outer{
  float: left;
  position: relative;
  left: 50%;
}
.auto_center_inner{
  float: left;
  position: relative;
  left: -50%;
}
.center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hdr {
  font-weight: bold;
  background-color: #999999;
  color: #FFFFFF;
}
.subhdr {
  font-weight: bold;
  background: #782f40;
  color: #FFFFFF;
}

.subhdr img{
    height: 0px;
}


.even{
  background-color: #CCCCCC;
}
.lgb, .B{
  font-weight: bold;
}
body {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    color: #000000;
    background: #ffffff; 
    font-family: 'Open Sans', sans-serif;
}

body.responsive {
    min-width: 100%;
}
#site-content{
    padding-top: 20px;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    color: #000000;
    min-height: 500px;
}

#embedPlayer {
    background: #000;
    position: fixed;
    z-index: 10500;
    display: none;
    width: 724px;
    height: 434px;
    left:21%;
    top: 17%;

}
#embedPlayerFade {
    position: fixed;
    z-index: 10400;
    background: #000;
    opacity: .7;
    filter: alpha(opacity = 70);
    left: 0px;
    top: 0px;
    display: none;
    width: 100%;
    height: 100%;
}
#embedPlayer .xbutton {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 10001;
}
#jtvshlAdContainer{
    position: fixed !important;
    z-index: 10400;
}

.adspace.responsive img{
    display: block;
    margin: 0 auto;
}
.adspace.undermenu{
    padding: 0px 0px;
}
.adspace.undermenu .container{
    line-height: 1px;
    padding: 9px 0px;
    max-width: 1000px;
    margin: 0px auto;
}   

.box_shadow{
  -webkit-box-shadow: 0px 4px 10px -4px rgb(50,50,50);
  -moz-box-shadow: 0px 4px 10px -4px rgb(50,50,50);
  box-shadow: 0px 4px 12px -4px rgb(50,50,50);
}
.leaderboard.bottom {
    width: 100%;
    padding: 15px 0;
}
.leaderboard.middle{
    width: 728px;
    margin: 0px auto;
    padding-top: 10px;
}
.leaderboard.bottom .container{
    width: 728px;
    margin: 0px auto;
    height: 90px;
}
#left-column{
    float: left;
    width: 660px;
    padding: 0px;
    background: #ffffff;
}   
#right-column{
    float: right;
    width: 320px;
}
.container{
    width: 100%;
}

/*************************************************************************************************************************************
    START Header
*************************************************************************************************************************************/
#header_ads{
    width: 100%;
}
#header_ads .container{
    max-width: 728px;
    width: 100%;
    margin: 0px auto;
    height: 90px;
    padding: 9px 0px;
}   

#header{
    width: 100%;
    position: relative;
    z-index: 1010;
    background: #782f40;
    border-bottom: 2px solid #5d2432;
}

#header.fixed{
    position: fixed;
    top: 0px;
}   
#header .container{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#header #site-title{
    position: absolute;
    left: 173px;
    top: 15px;
    z-index: 100;
}
#header #logo{
    position: absolute;
    left: 63px;
    top: 5px;
    z-index: 100;
}     
#header .bottom{
	width: 100%;
	height: 35px;
	background: #febe10;
}

#header #menu{
    max-width: 1200px;
    width: 100%;
    height: 40px;
    margin: 57px auto 0px; 
    position: relative;
    bottom: 0px;
}   
#header .adspace{
	position: absolute;
	bottom: 11px;
	right: 20px;
	z-index: 12;
}
#header-search-button{
	cursor: pointer;
	position: absolute;
    right: 85px;
    bottom: 11px;
    z-index: 12;
}

#header #searchbox{
	display: none;
	background:#782f40;
	position: absolute;
	left: auto;
	bottom: -42px;
	right: -1px;
	width: 300px;
	height: 30px;
	padding:6px 12px;
	border:1px solid #5d2432;
	border-top: none;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	z-index: 1000;
}
#header #searchbox.active{
	display: block;
}
#header #searchSubmit{
	float: left;
	height: 31px;
}
#header #searchInput{
	height: 21px;
	width: 210px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}


/*************************************************************************************************************************************
    START Schedule
*************************************************************************************************************************************/

#schedule{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  max-height: 250px;
  overflow: hidden;
}
#schedule .footer{ 
  width: 100%;
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #782f40;
}
#schedule .footer a{
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #782f40;
} 

#schedule .schedule_content{
  width: 87%;
  max-width: 870px;

  position: relative;
  min-height: 105px;
  max-height: 130px;
  margin: 0 auto;
}
#schedule .arrow{
  z-index: 2;
  position: absolute;
  left: -47px;
  top: 35%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: #782f40;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  line-height: 38px;
}
#schedule .arrow.right{
  right: -47px;
  left: auto;
}
#schedule .event{
	width: 93%;
	margin: 0 auto;
	border: 1px solid #000000;
}
#schedule .item .top{
	width: 100%;
	height: 24px;
	background: #000000;
	color: #ffffff;
}
#schedule .item .sport{
	display: inline-block;
	width: 68%;
	padding-left: 3%;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#schedule .item .time{
	display: inline-block;
	width: 24%;
	padding-right: 3%;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#schedule .item .content{
	padding: 10px 0px 5px;
	width: 100%;
}
#schedule .item .date{
	float: left;
	width: 22.5%;
}
#schedule .item .date .day{
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	vertical-align: top;
	color: #782f40;
	width: 100%;
	text-align: center;
}
#schedule .item .date .month{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	vertical-align: top;
	color: #782f40;
	width: 100%;
	text-align: center;
}
#schedule .item .opponent{
	float: left;
	width: 76.5%;
	border-left: 1px solid #ceb888;
}
#schedule .item .opponent .left_side{
	float: left;
	padding-left: 3%;
	width: 80%;
}
#schedule .item .opponent .left_side .name{
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #231f20; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  width: 100%;
  max-width: 130px;
}
#schedule .item .opponent .left_side .location{
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #231f20; 
	width: 79%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  padding-top: 3px;
  padding-left: 21%;
}
#schedule .item .opponent .right_side {
  float: left;
  padding-right: 3%;
  width: 14%;
}
#schedule .item .opponent .right_side .score{
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #231f20; 
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#schedule .item .event-links{
	float: left;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #782f40;
	height: 14px;
	overflow: hidden;
}
#schedule .slider-widget .event-links .event-link{
	display: inline-block;
	padding: 0px 3px 0px 4px;
	border-left: 1px solid #782f40;
}
#schedule .slider-widget .event-links .event-link:first-of-type{
	border: 0;
}
#schedule .item .event-links a,
#schedule .item .event-links span{
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #782f40;
}

#schedule .no_data{
  color: #782f40;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
 }

 #schedule .opponent.container .img-wrapper {
  width: 25px;
  margin-right: 10px;
  overflow: hidden;
 }

  #schedule .opponent.container .img-wrapper img {
  width: 25px;
 }

.img-wrapper.left.placeholder {
  height: 25px;
  width: 25px;
}

/*************************************************************************************************************************************
    START Rotator
*************************************************************************************************************************************/

#rotator {
	width: 100%;
	max-width: 1000px;
	padding: 10px 0px;
	z-index: 100;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
#rotator .arrow{
  display: none;
}
#rotator .livenow {
  position: absolute;
  top: 5px;
  left: 33%;
}
body #rotator .live-stats-now{
  top: 38%;
}
#rotator .main {
	width: 100%;
	height: 100%;
}
#rotator .main .story {
	float: left;
	width: 25%;
	height: 140px;
	z-index: 50;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#rotator .main .story.first{
	width: 100%;
	height: 562px;
}	
#rotator .main .story a.story-link {
	display: block;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,.1);
}
#rotator .main .story.active {
	z-index: 100;
}

#rotator .main .story a:hover {
	text-decoration: none;
}
#rotator .main .story .title_container{
	position: absolute;
	bottom: 10%;
	width: 100%;
}
#rotator .main .story .title {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-family: "Russo One", sans-serif;
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
	width: 76%;
	margin: 0 auto;
	padding: 5px 0px;
	border-top: 1px solid #7b7667;
	border-bottom: 1px solid #7b7667;
}
#rotator .main .story.first .title{
	line-height: 40px;
	font-size: 32px;
}	
#rotator .main .story .title a{
	color: #ffffff;
	text-decoration: none;
}

#rotator .play{
	width: 82px;
	height: 80px;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	left: 44%;
	top: 40%;
}
#rotator .sub .play{
  left: 0;
  top: 0;
  width: 41px;
  height: 40px;
}
#rotator .play img{
  width: 100%;
}
/*************************************************************************************************************************************
    START Social
*************************************************************************************************************************************/
#social{
	width: 100%;
	height: 58px;
	background: #782f40;
	line-height: 58px;
	vertical-align: middle;
	font-family: "Russo One", sans-serif;
	margin: 10px 0px;
}
#social .left_section{
	float: left;
	height: 58px;
	line-height: 58px;
	vertical-align: middle;
	padding-left: 8%;
	width: 25%;
}
#social .left_section .header{
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
	display: inline-block;
	margin: 0;
	height: 58px;
	line-height: 58px;
	padding-right: 20px;
}
#social .left_section span a{
	display: inline-block;
	margin: 0 5px;
}
#social .middle_section{
	float: left;
	height: 58px;
	line-height: 58px;
	vertical-align: middle;
	width: 32%;
	text-align: center;
}
#social .middle_section a{
	display: inline-block;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	margin: 0 5px;
}
#social .middle_section a div{
	display: inline-block;
	margin: 0 5px;
}	
#social .middle_section a div.sprite{
	position: relative;
	top: 3px;
}
#social .right_section{
	float: left;
	height: 58px;
	line-height: 58px;
	vertical-align: middle;
	width: 25%;
	padding-left: 5%;
	text-align: center;
}
#social .right_section a{
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}	
#social .right_section a div{
	display: inline-block;
	margin: 0 5px;
}
#social .right_section a div.sprite{
	position: relative;
	top: 8px;
}

/*************************************************************************************************************************************
    START Videos
*************************************************************************************************************************************/
.videos_container{
  float: left;
  width: 66.2%;
}

#videos{
  max-width: 400px;
  width: 48.1%;
  float: left;
  border: 1px solid #b3b3b3;
  margin: 10px 0px;
}
#right-column #videos{
  width: 100%;
  max-width: 100%;
  float: none;
  margin-top: 0;
}
#videos .header{
  text-align: center;
}
#videos .header .title{
  width: 100%;
  margin: 0;
  padding: 20px 0px 10px;
  color: #231f20;
  text-align: center;
  font-family: "Russo One",sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
}
#videos .header .adspace{
  display: inline-block;
}
#videos .main.content{
  height: 771px;
}
#videos .item{
  padding: 5px 0px;
}
#videos .item .image{
  height: 180px;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
#videos .item .play{
  position: absolute;
  top: 40%;
  left: 43%;
  z-index: 10;
}
#videos .item .title{
  height: 66px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #ceb888;
  font-family: "Russo One",sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #782f40;
}
#right-column #videos .item .title{
  width: 95%;
}
#videos .item .title .table-cell{
  height: 66px;
  vertical-align: middle;
}
#videos .footer{
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #782f40;
  text-decoration: none;
  padding-bottom: 10px;
}
#videos .footer a{
  color: #782f40;
  text-decoration: none;
}
/*************************************************************************************************************************************
    START Noles
*************************************************************************************************************************************/
#noles{
  max-width: 400px;
  width: 48.1%;
  float: right;
  border: 1px solid #b3b3b3;
  margin: 10px 0px;
}
#noles .header{
  text-align: center;
}
#noles .header .title{
  width: 100%;
  margin: 0;
  padding: 20px 0px 10px;
  color: #231f20;
  text-align: center;
  font-family: "Russo One",sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
}
#noles .header .adspace{
  display: inline-block;
}
#noles .main.content{
  height: 771px;
}
#noles .item{
  padding: 5px 0px;
}
#noles .item .image{
  height: 180px;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#noles .item .play{
  position: absolute;
  top: 40%;
  left: 43%;
  z-index: 10;
}
#noles .item .title{
  height: 66px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #ceb888;
  font-family: "Russo One",sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #782f40
}
#noles .item .title a{
  text-decoration: none;
}  
#noles .item .title .table-cell{
  height: 66px;
  vertical-align: middle;
}
#noles .footer{
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #782f40;
  text-decoration: none;
  padding-bottom: 10px;
}
#noles .footer a{
  color: #782f40;
  text-decoration: none;
}

/*************************************************************************************************************************************
    START More Headlines
*************************************************************************************************************************************/
.more_headlines_container{
  width: 31.8%;
  float: right;
}

#more_headlines{
  border: 1px solid #b3b3b3;
  margin: 10px 0px 10px 0px;
}
#more_headlines .header{
  text-align: center;
}
#more_headlines .header .title{
  width: 100%;
  margin: 0;
  padding: 20px 0px 10px;
  color: #231f20;
  text-align: center;
  font-family: "Russo One",sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
}
#more_headlines .header .adspace{
  display: inline-block;
}
#more_headlines .main.content{
  height: 490px;
}
#right-column #more_headlines .main.content{
  height: auto;
}
#more_headlines .item{
}

#more_headlines .item .title{
  height: 52px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #ceb888;
  font-family: "Russo One",sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #782f40
}
#more_headlines .item .title a{
  text-decoration: none;
}  
#more_headlines .item .title .table-cell{
  height: 52px;
  vertical-align: middle;
}
#more_headlines .footer{
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #782f40;
  text-decoration: none;
  padding-bottom: 10px;
}
#more_headlines .footer a{
  color: #782f40;
  text-decoration: none;
}

.cubead{
  width: 300px;
  height: 250px;
  padding: 10px;
  border: 1px solid #b3b3b3;
}
/*************************************************************************************************************************************
    START Multi Promo
*************************************************************************************************************************************/

#multi_promo{
  border: 1px solid #b3b3b3;
  width: 998px;
  max-width: 100%;
  position: relative;
  margin-top: 10px;
}
#multi_promo .arrow{
  position: absolute;
  top: 40%;
  left: -60px;
  z-index: 10;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: #782f40;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  line-height: 38px;
}
#multi_promo .arrow.right{
  left: auto;
  right: -60px;
}
#multi_promo .main{
  width: 80.5%;
  margin: 19px auto;
  position: relative;
}
#multi_promo .item .item_container{
  overflow: hidden;
  width: 99%;
  margin: 0 auto;
}
#multi_promo .item .image{
  width: 60%;
  float: left;
}
#multi_promo .item .image img{
  display: block;
}
#multi_promo .item .right_side{
  width: 39%;
  height: 270px;
  float: right;
  vertical-align: middle;
}
#multi_promo .item .right_side .table-cell{
  width: 100%;
  height: 270px;
  vertical-align: middle;
  text-align: center;
}
#multi_promo .item .right_side .title{
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "Russo One",sans-serif;
  color: #231f20;
}
#multi_promo .item .right_side .subtitle{
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
}
#multi_promo .item .right_side .button{
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 7px 16px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  background: #782f40;
  border-radius: 2px;
}
#multi_promo .item .right_side .button a{
  color: #ffffff;
  text-decoration: none;
}

/*************************************************************************************************************************************
    START Single Promo
*************************************************************************************************************************************/

#single_promo{
  border: 1px solid #b3b3b3;
  width: 998px;
  max-width: 100%;
  position: relative;
  margin: 10px auto;
}

#single_promo .main{
  width: 80.5%;
  margin: 19px auto;
  position: relative;
}
#single_promo .image{
  width: 100%;
}
#single_promo .image img{
  width: 100%;
  display: block;
}
#single_promo .right_side{
  width: 100%;
  position: absolute;
  bottom: 40px;
  vertical-align: middle;
  text-align: center;
}
#single_promo .right_side .title{
  width: 300px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "Russo One",sans-serif;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
}
#single_promo .right_side .subtitle{
  width: 300px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
}
#single_promo .right_side .button{
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 7px 16px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  background: #782f40;
  border-radius: 2px;
}
#single_promo .right_side .button a{
  color: #ffffff;
  text-decoration: none;
}
/*************************************************************************************************************************************
    START Footer
*************************************************************************************************************************************/

#footer{
  width: 100%;
  padding-bottom: 60px;
}

#footer .footer_header{
  width: 100%;
  height: 74px;
  line-height: 74px;
  vertical-align: middle;
  background: #782f40;
  border-bottom: 2px solid #5d2432;
  margin-bottom: 20px;
}
#footer .footer_header .content{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
#footer .footer_header .content .sprite{
  margin-left: 20px;
  display: inline-block;
  line-height: 74px;
  vertical-align: middle;
}
#footer .main{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
#drippan{
  padding: 10px 0px 30px;
  width: 205px;
  margin: 0 auto;
}

#drippan .column .title{
  width: 205px;
  font-family:"Russo One", sans-serif;
  color: #202020;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  border-bottom: 1px solid #ceb888;
  text-transform: uppercase;
  margin-bottom: 15px;
}  
#drippan .item .link{
  font-size: 14px;
  font-weight: bold;
  color: #782f40;
  text-decoration: none;
  text-align: center;
}
#drippan .item .links div{
  text-align: center;
}
#footer #site_bottom_32900{
  float: left;
}
#footer .right_side{
  float: right;
  width: 70%;
  background: #782f40;
}
#footer .logos{
  width: 100%;
  padding: 10px 0px;
  line-height: 66px;
  vertical-align: middle;
  text-align: center;
}
#footer .logos .logo img{
  display: inline-block;
  padding: 0 2.5%;
}
#footer .logos .logo.fsu img{
  width: 10%;
  max-width: 67px;
}
#footer .logos .logo.acc img{
  width: 16.6%;
  max-width: 110px;
}
#footer .logos .logo.ncaa img{
  width: 10%;
  max-width: 66px;
}
#footer .logos .logo.img img{
  width: 15.3%;
  max-width: 101px;
}
#neulion{
  display: inline;
}
#footer .logos .logo.neulion img{
  width: 17.2%;
  max-width: 114px;
}
#footer .footer_links{
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0px;
}
#footer .footer_links a{
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
 } 
/*************************************************************************************************************************************
    START More From
*************************************************************************************************************************************/
body.print #more_from{
  display: none;
}

#more_from{
    width: 100%;
    margin: 40px auto 10px;
    border-top: 1px solid #ceb888;
}

#more_from .header{
  width: 100%;
  margin: 0px auto;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  font-family: "Russo One",sans-serif;
  color: #231f20;
  text-transform: uppercase;
}
#more_from .header a{
  text-decoration: none;
 } 
#more_from .container{
}
#more_from .container .item{
  width: 33.3%;
  position: relative;
  float: left;
}
#more_from .container .item .image{ 
  position: relative;
  width: 100%;
  max-height: 125px;
  overflow: hidden;
}
#more_from .container .item .image img{ 
  width: 100%;
}
#more_from .container .item .image .play{
  position: absolute;
  top: 32%;
  left:43%;
  cursor: pointer;
} 
#more_from .container .item .title{
  padding-top: 2px;
  width: 100%;
  text-align: center;
}
#more_from .container .item .title a{
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #782f40;
  font-family: "Russo One", sans-serif;
  text-decoration: none;
  text-align: center;
}
 #GlobalArticleContainer #more_from .play, #more_from .play {
  width: 41px;
  height: 40px;
  background: url('/fls/32900/site_graphics/play_sm.png') center no-repeat;
} 

/*************************************************************************************************************************************
    START Articals
*************************************************************************************************************************************/

#GlobalArticleContainer{
  font-size: 14px;
  position: relative;
  min-height: 720px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#GlobalArticleContainer .button{
  display: none;
}

#GlobalArticleContainer #ArticleImage .imagepadding{
    position: relative;
  background: #ffffff;
  width: 100%;   
  max-width: 1500px;
  overflow: hidden;
  font-size: 12px;
  margin: 0px auto;

}
#GlobalArticleContainer #ArticleImage figure{
    margin: 0;
}
#GlobalArticleContainer #captionbar{
  line-height: 16px;
  width: 98%;
  padding: 5px 1%;
  max-width: 1000px;
  margin: 0px auto;
  font-size: 12px;
  color: #000000;
  border-bottom: 1px solid #ceb888;
}
#GlobalArticleContainer #article.picture_left #captionbar{
  width: 300px;
  padding: 0px;
 }
#GlobalArticleContainer #article.picture_right #captionbar{
  width: 300px;
  padding: 0px;
  
}
#GlobalArticleContainer #captionbar .caption{
  float: left;
}
#GlobalArticleContainer #captionbar .courtesy{
  float: right;
  padding-left: 10px;
} 

#GlobalArticleContainer #ArticleImageContainer{
  height: auto;
  max-height: 3000px;
  width: 100%;   
  margin: 0px auto 0px;
  overflow: hidden;
}

#GlobalArticleContainer #ArticleImageContainer img.image{
  width: 100%;   
} 
#GlobalArticleContainer #article.picture_left, #article.picture_right{
    background: #ffffff;
}
#GlobalArticleContainer #article.picture_left #ArticleImageContainer img.image{
  width: 100%;   
  max-width: 300px; 
}
#GlobalArticleContainer #article.picture_right #ArticleImageContainer img.image{
  width: 100%;   
  max-width: 300px; 
}
#GlobalArticleContainer #article.picture_left #ArticleImage{
  display: inline-block;
  width: 300px;
  overflow: hidden;
  color: #000000;
  margin-right: 30px;
  font-size: 12px;
}

#GlobalArticleContainer #article.picture_left #ArticleImageContainer{
  height: auto;
  max-height: 1000px;
  width: 300px;
  overflow: hidden;
}

#GlobalArticleContainer #article.picture_right #ArticleImage{
  display: inline-block;
  width: 300px;
  overflow: hidden;
  color: #000000;
  margin-left: 20px;
  font-size: 12px;
}

#GlobalArticleContainer #article.picture_right #ArticleImageContainer{
  height: auto;
  max-height: 1000px;
  width: 300px;
  overflow: hidden;
}

#GlobalArticleContainer #articleTitle h1{
  font-family: "Russo One",sans-serif;
  color: #782f40;
  font-size: 28px;
  line-height: 38px;
  padding: 3px 0px;
  width: 100%;
  font-weight: normal;
  margin: 10px auto 10px;
  border-bottom: 1px solid #ceb888;
  border-top: 1px solid #ceb888;
}



#GlobalArticleContainer .ArticleCopyright{
    margin-top: 5px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 12px;
}
#GlobalArticleContainer .ArticleCopyright table.artReleaseIcons td:nth-child(1) .articlecopy{
  text-align: left;
  display: block;
}
#GlobalArticleContainer .ArticleCopyright table.artReleaseIcons td:nth-child(1) .articlecopy:nth-child(2){
  display: none;
}
#GlobalArticleContainer #article-date-icons{
    padding:0px 0px 10px;
      width: 100%;
}
#GlobalArticleContainer #article-date-icons .article-icons{
    position: relative;
    z-index: 101;
    float: right;
}
#GlobalArticleContainer #article-date-icons .article-icons a{
  text-decoration: none;
}
#GlobalArticleContainer #article-date-icons .text{
    float: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
    padding-bottom: 10px;
}
#GlobalArticleContainer #articleRelated{
    float: right;
    width: 298px;
    border: 1px solid #ceb888;
    position: relative;
    margin:0px 0px 20px 20px;
    overflow: hidden;
}

#GlobalArticleContainer #article.picture_left #articleRelated {
  float: none;
  margin:0px 20px 20px 0px;
}
#GlobalArticleContainer #article.picture_right #articleRelated{
  float: none;
}

#GlobalArticleContainer #article.picture_right .right_side{
  float: right;
}
#GlobalArticleContainer #article.picture_left .left_side{
  float: left;
}
#GlobalArticleContainer #articleRelated .header{
  color: #000000;
  width: 100%;
  border-bottom: 1px solid #ceb888;
} 
#GlobalArticleContainer #articleRelated .header h3{
    font-size: 16px;
    font-weight: normal;
    font-family: "Russo One",sans-serif;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
    color: #000000;
    text-indent: 14px;
}
#GlobalArticleContainer #articleRelated .content{
    width: 100%;
    padding-bottom: 10px;
}

#GlobalArticleContainer #articleRelated .content .row_related_links{
  width: 270px;
  margin: 3px auto;
  border-bottom: 1px solid #ceb888;
}
#GlobalArticleContainer #articleRelated .content #SignEmailUpdates .row_related_links{
  border-bottom: 0;
}
#GlobalArticleContainer #articleRelated .content .row_related_links .icon{
  float: left;
  margin-right: 5px;
  width: 20px;
  padding: 0;
}
#GlobalArticleContainer #articleRelated .content .row_related_links .link-info{
  float: left;
  width: 240px;
}
#GlobalArticleContainer #articleRelated .content .row_related_links .link-info a{
  color: #782f40;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
#GlobalArticleContainer #articleRelated .content .row_related_links a:hover{
    color: #782f40;
}   
#GlobalArticleContainer .ArticleText{
    max-width: 1000px;
  margin: 0 auto;
  padding: 10px 25px;
}

#GlobalArticleContainer .ArticleText .article_text{
    font-size: 16px;
    color: #000000;
}
#GlobalArticleContainer .play {
  width: 82px;
  height: 80px;
  position: absolute;
  top: 41%;
  left: auto;
  right: 45%;
  background: url('/fls/32900/site_graphics/play.png') center no-repeat;
  z-index: 200;
  cursor: pointer;
}
 #GlobalArticleContainer #article.picture_right .play, #GlobalArticleContainer #article.picture_left .play  {
  left: 45%;
  width: 41px;
  height: 40px;
  background: url('/fls/32900/site_graphics/play_sm.png') center no-repeat;
}

.addthis_toolbox{
    width: auto!important;
    max-width: 100%;
} 

/*************************************************************************************************************************************
    START Templates
*************************************************************************************************************************************/
#right-column .cube_ad{
    padding-bottom: 28px;
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

td.highlight{
    font-weight: bold !important;
}
#schedule-table tr.home{
    font-weight: bold;
}
#schedule-table tr.even,
#results-table tr.even {
    background: #fff;
}
#schedule-table thead tr th,
#results-table thead tr th,
#schedule-table tbody tr.tournament td,
#results-table tbody tr.tournament td{

  background: #782f40 !important;
}
#schedule-table tr.odd,
#results-table tr.odd {
    background: #e6e6e6;
}
#schedule-table td.media a {
    color: #000000;
    display: inline-block;
}
#schedule-table h4{
    font-size: 24px;
}
#roster-table h4{
    font-size: 24px;
}
#bio-player .bio-article {
    font-size: 16px;
    color: #000000;
}

#bio-player .bio-logo img{
}
#bio-player .bio-page-title {
    font-family: Trebuchet MS !important;
}
#bio-player .bio-photo{
    max-width: 400px;
    margin: 0px auto;
}
#staff-directory th,
#staff-directory tr.header td,
#staff-directory tr.header td a,
#staff-directory tr.sport-name td,
#staff-directory tr.sport-name td a{
  background: #782f40;
  color: #ffffff;
}

body #mediaportal-list .channelName,
body #mediaportal-menu li.selected {
	background: #782f40;
	color: #caaf84;
}

body #mediaportal-list ul.programlist li.selected {
	background: url(/fls/32900/site_graphics/rollover_slice.png) repeat-x;
}

body #mediaportal-list li .cliptype.V, 
body #mediaportal-list li .cliptype.X {
	background: url(/fls/32900/site_graphics/mp_video_camera.png) no-repeat;
}

body #mediaportal {
	margin: 0px auto;
}

#mediaportal-menu .subnav {
	display: block;
	position:static;
}

/* ------------------------------------------------------- */
/* responsive media portal                                 */

#mediaportal5-header h1.brand,
#mediaportal5-login .join.brand input,
#mediaportal5-nav-mobile.brand,
#mediaportal5-events h2.title.brand,
#mediaportal5-events div.events .sportname.brand,
#mediaportal5-events div.events .action.brand,
#mediaportal5-events div.events .event-schedule.brand a,
#mediaportal5-channel h2.title.brand,
#mediaportal5-channel .mediaportal-more.brand input {
     color:#782f40;
}

#mediaportal5-login button.login-button.brand,
#mediaportal5-nav-mobile.brand .icon-bar,
#mediaportal5-menu.brand li.selected,
#mediaportal5-livenow.brand {
     background-color:#782f40;
}

#mediaportal5-menu.brand {
     border-color:#782f40;
}
#mediaportal5-livenow.brand {
     border-color:#ceb888; /* lighter or contrast color */
}
/* END responsive media portal                             */
/* ------------------------------------------------------- */

#article-container.multi #article-content .data-import img {
	width: auto;
}

#uploadContentDiv img {
	display: none;
}
/*************************************************************************************************************************************
    START Menu
*************************************************************************************************************************************/
#menu-container {
  background:transparent;
  position:relative;
  min-height:35px;
  z-index:11;

}

#list-menu {
  display:block;
  visibility:hidden;
  margin:0;
  list-style-type:none;
  padding:0;
  border:0;
}
body.ticket #list-menu{
  visibility: visible;
}
#list-menu .odd , #list-menu .even{
  background: transparent;
}

#list-menu-button {
  display:none;
  height:25px;
  position:absolute;
  z-index:20;
  top:-26px;
  right:80px;
}

#list-menu-button button {
  padding:7px 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#list-menu-button .icon-bar {
  background-color:#ffffff;
  box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
  display:block;
  height:4px;
  width:29px;
  margin-top: 4px;
  border-radius: 1px;
}

#list-menu .divider {
  display: none;
  float:left;
  width:3px;
  height:3px;
  border-radius: 20px;
  background: #cdcaca;
  margin-top: 24px;
}

#list-menu li.parent {
    float:left;
    background:transparent;
}

#list-menu li.parent.first{
  margin-left: 165px;
}
#list-menu li.parent.last{
  margin-right: 0px;
} 
#list-menu ul {
  list-style-type:none;
  padding:0;
  margin:0;
  border:0;
}

#list-menu a.top-menu-link {
  height:40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding:0px 9px;
  margin: 0px 2px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration:none;
}
#list-menu li.menu-active.parent a.top-menu-link, #list-menu li.menu-active.parent a.top-menu-link a:hover , #list-menu li.parent a.top-menu-link:hover{
  background: #2c2a29;
}  
body.ticket #list-menu a.top-menu-link {
  padding: 0px 10px;
  font-size: 17px;
}
#list-menu.top-menu-link:focus,
#list-menu.top-menu-link:hover {
    text-decoration:none;
}

#list-menu .subnav.template-ul  {
    display: none;
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 0px;
    padding: 0;
}

#list-menu .subnav.template-ul .subnav {
    display:block;
}

#list-menu .subnav .template { 
    min-height:300px;
    padding-bottom: 60px;
    *height:300px;
    background: #2c2a29;
    overflow: hidden;
}

#list-menu .menu-active .subnav {
    display:block;
}

#list-menu .subnav li a:hover {
    color: #ccb87c;
}

#list-menu li.template ul.subnav .sports.standard {
    padding: 20px 1.5%;
    width: 67%;
    float: left;
}

#list-menu li.template ul.subnav .standard {
    padding: 20px 1.5%;
    width: 48%;
    float: left;
}
#list-menu li.template ul.subnav .standard.standard-split {
    padding: 20px 1.5%;
    width: 48%;
    float: left;
}
#list-menu li.template ul.subnav ul.subnav {
    position:static;
}


#list-menu .image-text .headline,
#list-menu .image-text .teaser {
    display:none;
}

#list-menu .parent.sports .feature-1,
#list-menu .parent.sports .feature-2,
#list-menu .parent.sports .label-1,
#list-menu .parent.sports .label-2
{
    display:none;
}
#list-menu .parent .image-text {
  position: absolute;
  top: 250px;
  right: 1.5%;
  width: 25%;
}

#list-menu .parent .image-text a {
    min-width: auto;
    padding: 0px;
}
#list-menu .image img {
    width: 100%;
}


#list-menu .ad-menu {
    position: absolute;
    top: 20px;
    right: 1.5%;
    width: 25%;
    z-index: 100;
}

#list-menu .ad-menu a {
    padding: 0px;
    height: auto;
    line-height: auto;
}

#list-menu .template-3 .image-text, #list-menu .template-3 .ad-menu{
    
}
ul#menu-sport-group-1, #list-menu .template .box-mens {
    width:48%;
    float:left;
    position:static;
}

ul#menu-sport-group-2, #list-menu .template .box-womens {
    width:48%;
    float:right;
    position:static;
}

#list-menu li.template ul.subnav .menu-label {
    text-transform:uppercase;
    margin-bottom:2px;
    font-size: 18px;
    line-height: 28px;
    font-family: Arial;
    font-weight: normal;
    color: #ceb888;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ceb888;
}
#list-menu  li.template div.standard  ul.subnav li:hover{
 
}

#list-menu li.template div.standard {
    padding-top: 15px;
}

#list-menu li.template div.standard li {
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:#edebf0;
    width: 100%;
    background:transparent;
    font-family: Arial !important;
}

#list-menu li.template div.standard li.header{
    border: none;
}
#list-menu li.template div.standard li.header a{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #ceb888;
  cursor: text;
}
#list-menu li.template div.standard li.header a:hover{
  color: #ceb888;
}
#list-menu .standard-split {
  width:100%;
}

#list-menu .standard-split .subnav {
  position: static;
}

#list-menu .standard li {
  min-height:23px;
  line-height:23px;
}
#list-menu .standard.sports li {
  height: 23px;
  line-height: 23px;
}

#list-menu .two-col-1 {
  float:left;
  width:48%;
  padding-top: 0px;
}

#list-menu .two-col-2 {
  float:left;
  width:48%;
  margin-left: 4%;
  padding-top: 0px;
}

#list-menu div.standard a {
  text-decoration:none;
  text-transform: capitalize;
  color:#ffffff;
  padding:0px;
  min-height:23px;
  line-height:23px;
  font-size: 14px;
  font-weight: normal;
}

#list-menu div.standard a:hover{
  color: #ceb888;
}

#list-menu div.standard a.section{
  text-decoration:none;
  color: #ffffff;
  height:23px;
  line-height:23px;
  font-size: 11px;
  font-weight: normal;
  float: right;
  margin-right: 10px;
}
#list-menu div.standard a.section.custom{

}   
#list-menu div.standard a.section:hover{
  color: #ceb888;
   
}
#list-menu .with-sections a.sport {
  float:left;
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  text-transform: capitalize;
  white-space: nowrap;
}
#list-menu .with-sections a.sport:hover{
  color: #ceb888;
}

#list-menu .facebook-placeholder{
  width: 19px;
  height: 19px;
  min-height: 18px;
  margin-top: 1px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  margin-left: 10px;
  line-height: 23px;
}


#list-menu .twitter-placeholder{
  width: 19px;
  height: 19px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  line-height: 23px;

}

#list-menu .with-sections a.twitter {
  background: url('/fls/32900/site_graphics/menu-twitter.png') center no-repeat transparent;
  width: 19px;
  height: 19px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  line-height: 23px;

}

#list-menu .with-sections a.facebook {
  background: url('/fls/32900/site_graphics/menu-facebook.png') center no-repeat transparent;
  width: 19px;
  height: 19px;
  min-height: 18px;
  margin-top: 1px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  margin-left: 10px;
  line-height: 23px;

}

#list-menu .label-1{
  color: #ceb888;
  position:absolute;
  z-index:1;
  top:21px;
  left:51.5%;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  text-transform: uppercase;
  background: transparent;
  width: 20.2%;
  white-space: nowrap;
  z-index: 101;
}

#list-menu .feature-1 {
    position:absolute;
    z-index:1;
    top:44px;
    left:51.5%;
   width: 20.2%;
    background: transparent;
    z-index: 101;
}
#list-menu .feature-1 .subnav li{
  line-height: 23px;
  min-height: 23px;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
#list-menu .feature-1 .subnav a{
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
    line-height: 23px;
}

#list-menu .feature-1 .subnav a:hover{
   color: #ceb888; 
}
#list-menu .feature-2,
#list-menu .label-2{
	display: none;
}
#list-menu .template-3 .feature-1,
#list-menu .template-3 .label-1,
#list-menu .template-3 .feature-2,
#list-menu .template-3 .label-2
{
    display:none;
}


/******************************************** Sport Section Menus +MENU *****************************************/
#SectionMenu{
  width:100%;
  background-color: #ceb888;
  position: relative;
  z-index: 201;
}
#SectionMenu .container{
  width: 100%;
  max-width: 990px;
  margin: 0px auto;
} 

#SectionMenu .container table.section_table{
  width: 100%;
}
#SectionMenu .container table.section_table td{ 
  vertical-align: top;
} 
#SectionMenu .title_container{
  white-space: nowrap;
}
#sport-title{
  display: inline-block;
  color: #000000 !important;
  font-family: "Russo One",sans-serif;w
  text-decoration: none;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}
#sport-title a{
  color: #000000;
  text-decoration: none;
} 
#SectionMenu .adspace{
  position: relative;
  top: -4px;
  left: 5px;
  display: inline-block;
}
#SectionMenu .menu_td{
  width: 100%;
}
ul#section-menu {
  width: 92.5%;
  float: right;
  list-style-type:none;
  margin:0;
  padding:0;
  padding-left:3%;
  padding-top:6px;
}
ul#section-menu ul {
  padding:0px;
  margin:0px;
  list-style-type:none;
}
#section-menu li {
  display:block;
  float:left;
  margin:0px 2% 0px 0px;
  width:auto;
  height:36px;
  text-transform: uppercase;
}

* html #section-menu li {
  width:1%;
}

#section-menu li.parent {
  width:auto;
  white-space:nowrap;
}

* html #section-menu li.parent {
  width:1%;
}

#section-menu li.section a {
  vertical-align:middle;
}

#section-menu li.sub {
  background:url('/images/menu_arrow_white.gif') #142a5c no-repeat right;
}

#section-menu li a.top-menu-link {
  padding:5px 20px;
}

#section-menu li.parent.last {
  border-width:0;
}

#section-menu .divider:last{
  display:none;
  height:0px !important;
  width:0px !important;
}
#section-menu li a {
  color:#782f40 !important;
  display:block;
  font-size:16px;
  font-weight: normal;
  font-family: "Russo One",sans-serif;
  text-decoration:none;
  text-align:left;
  line-height:36px;
}

#section-menu a:hover {
  color:#782f40 !important;

}
#section-menu .section{
padding-top:0px;
}
#section-menu li.sub:hover,
#section-menu li.sub a:hover
{
  position:relative;
}
#section-menu li.sub {
  position:relative;
}
#section-menu ul,
#section-menu :hover ul ul,
#section-menu :hover ul :hover ul ul,
#section-menu :hover ul :hover ul :hover ul ul,
#section-menu :hover ul :hover ul :hover ul :hover ul ul
{
  visibility:hidden;
  position:absolute;
  left:-9px;
  z-index:1000;
  top:26px;
}
#section-menu :hover ul :hover ul,
#section-menu :hover ul :hover ul :hover ul :hover ul
{
  bottom:auto;
  left:100px;
  padding:0px 10px 10px 0;
  top:-10px;
}
#section-menu li.more {
  position:relative;
  z-index:3;
}
#section-menu li.more span{
  font-size: 12px;
} 
#section-menu li.more ul {
  list-style:none;
  text-align:left;
  background: #ceb888 !important;
  width:180px;
  font-weight:normal;
}
#section-menu li.more ul li{
  height: auto;
  padding-bottom: 15px;
  float: none;
  line-height: 20px;
}
#section-menu li.more ul li.section  a{
  line-height: 20px;
}

#section-menu li.more a.section.more {
cursor: default;
}

#section-menu li.more ul a{
  text-decoration:none;
  text-align:left;
}

#section-menu li.more li.section {
  padding-left:5%;
  width: 95%;
  margin: 0;
}
#section-menu li.more li.section.first {
  padding-top:10px;
}

.sprite-mag_glass{
    background: url("/fls/32900/site_graphics/sprite.png") no-repeat center;
    background-position: -178px -33px;
    width: 21px;
    height: 20px;
}
.sprite-connect_facebook{
    background: url("/fls/32900/site_graphics/sprite.png") no-repeat center;
    background-position: -84px -5px;
    width: 16px;
    height: 24px;
}
.sprite-connect_twitter{
    background: url("/fls/32900/site_graphics/sprite.png") no-repeat center;
    background-position: -5px -70px;
    width: 22px;
    height: 19px;
}
.sprite-connect_instagram{
    background: url("/fls/32900/site_graphics/sprite.png") no-repeat center;
    background-position: -110px -5px;
    width: 23px;
    height: 24px;
}
.sprite-connect_shop{
    background: url("/fls/32900/site_graphics/sprite.png") no-repeat center;
    background-position: -143px -5px;
    width: 25px;
    height: 21px;
}
.sprite-connect_ticket{
    background: url("/fls/32900/site_graphics/sprite.png") no-repeat center;
    background-position: -143px -36px;
    width: 25px;
    height: 24px;
}
.sprite-boosters{
    background: url("/fls/32900/site_graphics/sprite.png") no-repeat center;
    background-position: -5px -5px;
    width: 69px;
    height: 31px;
}
.sprite-footer_logo{
    background: url("/fls/32900/site_graphics/sprite.png") no-repeat center;
    background-position: -37px -70px;
    width: 46px;
    height: 47px;
}
.sprite-footer_title{
    background: url("/fls/32900/site_graphics/sprite.png") no-repeat center;
    background-position: -178px -5px;
    width: 184px;
    height: 18px;
}
.sprite-play{
    background: url("/fls/32900/site_graphics/sprite.png") no-repeat center;
     background-position: -209px -33px;
    width: 41px;
    height: 40px;
}