@charset "UTF-8";
/* CSS Document */
/*
MAIN COLOR: dark red #BE2319
SUB COLOR: light red #901913
SUB COLOR: black  #333

*/
/*
TABLE OF CONTENTS

- BASIC STYLES
- HEADER ITEMS
- MAIN NAV
- CONTENT PAGE STRUCTURE
- SIDEBAR STRUCTURE
- HOME PAGE STRUCTURE
- NEWS PAGE STRUCTURE
- SPONSORS PAGE STRUCTURE
- COACHES PAGE STRUCTURE
- VIDEO PAGE STRUCTURE
- GALLERY STRUCTURE
- FOOTER STRUCTURE
- RESPONSIVE


*/
/*  BASIC STYLES  */
html, body{
	width:100%;
	height:100%;	
}
body{
	margin:0;
	padding:0;
	font-size:15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
background-image:none !important;
}
table{
table-layout: fixed;	
}
td{
	vertical-align:top;	
}
img{
	max-width:100%;
}
.defaultContent td{
	background-image:url(../images/reddivider.png);
	background-repeat:no-repeat;
	background-position:top right;	
}
.defaultContent td:last-child{
	background-image:none;	
}
.noDividers td{
	background-image:none;
}
a {
  color: #BE2319;
  text-decoration:none; }
a:hover {
  color: #BE2319; }


a img{
	border:0;	
}
.clear{
	clear:both;	
	height:0.1px;
}

@font-face {
    font-family: 'Fjalla One';
    src: url('fonts/fjallaone-regular.eot');
    src: local('☺'), url('fonts/fjallaone-regular.woff') format('woff'), url('fonts/fjallaone-regular.ttf') format('truetype'), url('fonts/fjallaone-regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-lig.eot');
    src: local('☺'), url('fonts/lato-lig.woff') format('woff'), url('fonts/lato-lig.ttf') format('truetype'), url('fonts/lato-lig.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-reg.eot');
    src: local('☺'), url('fonts/lato-reg.woff') format('woff'), url('fonts/lato-reg.ttf') format('truetype'), url('fonts/lato-reg.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bol.eot');
    src: local('☺'), url('fonts/lato-bol.woff') format('woff'), url('fonts/lato-bol.ttf') format('truetype'), url('fonts/lato-bol.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bla.eot');
    src: local('☺'), url('fonts/lato-bla.woff') format('woff'), url('fonts/lato-bla.ttf') format('truetype'), url('fonts/lato-bla.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

html, input, select, textarea {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, button, .button {
	font-family: 'Lato';
	text-transform: uppercase;
	color:#333;
}
h3{
	font-family: 'Lato',arial;
	border-bottom:3px solid #BE2319;
}

.noPadding{
	padding:0px !important;
}
.noPaddingTop{
	padding-top:0px !important;
}
.floatRight{
	float:right !important;	
}

::-webkit-input-placeholder { /* WebKit browsers */
  color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #ffffff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #ffffff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #ffffff;
}
.darkColorText{
	color:#BE2319;
}
.lightColorText{
	color:#a81932
}
.altColorText{
	color:#FFDB00;
}
.blackText{
	color:#000000;	
}
.odd{
	background-color:#e0e0e0;	
}
.even{
	background-color:#ffffff;	
}
.btn-primary {
    background-image: -webkit-linear-gradient(top,#BE2319 0,#901913 100%);
    background-image: -o-linear-gradient(top,#BE2319 0,#901913 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#BE2319),to(#901913));
    background-image: linear-gradient(to bottom,#BE2319 0,#901913 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffBE2319', endColorstr='#ff901913', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #901913;
}
.btn-primary {
    color: #fff;
    background-color: #BE2319;
    border-color: #901913;
}
.btn-primary:focus, .btn-primary:hover{
    background-image: -webkit-linear-gradient(top,#901913 0,#BE2319 100%);
    background-image: -o-linear-gradient(top,#901913 0,#BE2319 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#901913),to(#BE2319));
    background-image: linear-gradient(to bottom,#901913 0,#BE2319 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff901913', endColorstr='#ffBE2319', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    background-color: #BE2319;
    border-color: #901913;	
}
/* ############  */
/* HEADER ITEMS  */
/* ############  */

#defaultContainer{
	padding-bottom:80px;
/*	background-image:url(/images/bkg_header_t.png);
	position:top;
	background-repeat:repeat-x;	
*/}

#topbarcontainer{
	margin:0 auto;	
	width:890px;
}
#currentClublogo{
	width: 155px;
    display: inline-block;
    position: absolute;
    z-index: 950;
    top: -5px;
    left: -10px;
}	
#currentClublogo img{
	width:100%;
	height:auto;	
}
.nav_container{
	position:relative;
	height:185px;	
}

.nav_container h1{
	margin-top: 30px;
    margin-bottom: 0px;
	display: inline-block;
	text-transform: uppercase;
	color:#fff;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}
.nav_container h2{
	display:inline-block;	
	color:#fff;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
	text-transform: none;
}
.nav{
	height:146px;	
}
#headerRight{
	width:45%;
	position: absolute;
    right: 0px;
    padding-top: 10px;
	text-align:right;
}
.headerLoginButton{
	width:100%;
	clear:both;
}
.headerATLUTD{
	float:right;
	height:90px;
}
.headerATLUTD img, .headerTropies img{
	max-height:100%;
	width:auto;
}
.headerTropies{
	float:right;
	height:90px;
}
#headerSearch{
	width:40%;
	float:right;	
	display:inline-block;	
	display:none;
}
.socialSpan {
  display: none !important;
}
#headerFixed{
	width:100%;
	position:fixed;
	top:0px;
	background-color:rgba(0,0,0,.9);
	height:50px;
	z-index:999;
	padding-top: 7px;
}
#headerFixed h2{
	font-size: 24px;
    margin-top: 5px;
    color: #fff;
}
#footerTsocial, #footerTLogo{
	padding:0px;
	margin:0px;
}
#footerTsocial li, #footerTLogo li{
	display:inline-block;
	padding:2px;
	margin:0px;
	list-style:none;
	height:32px;
}
#footerTsocial img, #footerTLogo img{
	height:100%;
	width:auto;
}
.topBanner{
	margin:0 auto;
	padding-top: 5px;
}
.searchBox{
	text-align:center;
	    padding-top: 3px;
}
.searchBox input[type=text]{
	background-color:#999 !important;
	border:1px solid #666 !important;
	padding:2px;
	margin:0px;
	vertical-align: middle;
}
.headerTopBg{
background: rgb(212,214,214); /* Old browsers */
background: -moz-linear-gradient(top, rgba(212,214,214,1) 0%, rgba(142,144,144,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(212,214,214,1) 0%,rgba(142,144,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(212,214,214,1) 0%,rgba(142,144,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d6d6', endColorstr='#8e9090',GradientType=0 ); /* IE6-9 */
	padding-top:5px;
	padding-bottom:5px;
}

.fixNavJumpHeight{
	height: 103px;
}
.fixNavJumpHeightHome{
	height: 65px;
}
/* ##############  */
/*    MAIN NAV     */
/* ##############  */
nav{
	width: 100%;
	display: inline-block;
	margin-top: 0px;	
	font-family:'Fjalla One';
	z-index: 900;
	background: #BE2319
}
.navbar {
    min-height: 34px;
}
.navbar-default{
	border-radius: 0px;
    box-shadow: none;
    border: 0px;
    margin-bottom: 0px;
    background-image: none;
}
.navbar-fixed-top{
	top:50px;
}
/* ######################  */
/* CONTENT PAGE STRUCTURE  */
/* ######################  */

#wrapper{
	margin:0 auto;	
	margin-top: 51px;
}
.contentWrapper{
	background-color:rgba(255,255,255,1);
	color:#000;
	padding:10px;
}
.contentHalf{
	float:left;
	width:45%;
	margin-right:4%;	
}
.pageTitle{
	font-size:40px;	
	margin-bottom: 15px;
	border-bottom:5px solid #BE2319;
	background-color: #333;
    text-indent: 10px;	
	color:#fff;
}
.pageTitle2{
	font-size:50px;	
	color:#fff;
	text-align:center;
}
.pageTeaser{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;	
}
.pageImage{
	margin-bottom:10px;	
}
.blockHeader{
	background-color: #EAEAEA;
	padding: 10px;
	color: #666;	
	font-family: 'Fjalla One';
	text-transform: uppercase;
	font-size: 20px;
	display:none;
}
.column img{
	max-width:100%;
	height:auto;	
}

.etabs { margin: 0; padding: 0; border-bottom: 1px solid #CCC;}
.tab { 
	display: inline-block; 
	zoom:1; 
	*display:inline; 
	border-bottom: none; 
	margin-bottom:0px; 
}
.tab a { 
	font-size: 16px; 
	line-height: 2em; 
	display: block; 
	padding: 10px 10px; 
	outline: none; 
	color:#BE2319;  
	font-family: 'Fjalla One', sans-serif;
}
.tab a:hover { 
	text-decoration: underline; 
}
.tab.active { 
	background: #ffffff; 
	position: relative; 
	border-color: #ffffff; 
	color:#000;
}
.tab a.active { 
	font-weight: bold; 
}
.tab-container .panel-container { background: #ffffff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.panel-container { margin-bottom: 10px; }

.smalltab { 
	display: inline-block; 
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0px;
	zoom:1; 
	*display:inline;  
}
.smalltab a { 
	color:#BE2319;
	font-size: 14px; 
	font-weight:bold; 
	line-height: 16px; 
	display: block; 
	padding: 0 10px; 
	outline: none; 
	font-family: 'Fjalla One', sans-serif;
}
.smalltab a:hover { 
	text-decoration: none; 
}
.smalltab.active { 
	color: #000; 
	background-color: #ffffff;
}
.smalltab a.active { 
	color: #000;
	font-weight: bold; 
}

.whitebg{
	background-color:#ffffff;
	padding-top: 15px;
}
.headshotTable td:first-child{
	width:300px;
}
.contentWrapper ol, .contentWrapper ul{
	padding-left:30px;	
}
.box-first{
	padding:10px;
	background-color:#fff;
	margin-right:-17px;
}
.box-last{
	padding:10px;
	background-color:#fff;
	margin-left:-17px;
}

.sectionBG{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top:40px;
	padding-bottom:40px;
}
.sectionBG:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.sectionHome1{
	background-image:url('../images/2016Oct28_soccer_005.jpg');
}
.sectionHome2{
	background-image:url('../images/image-slide1.jpg');
}

.sectionBGlight{
	padding-top:40px;
	padding-bottom:40px;
	border-top:5px solid #BE2319;
	border-bottom:5px solid #BE2319;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-image:url('../images/background3.jpg');
	background-size:cover;
	background-position: center center;
}
.sectionBGlight:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 299, 255, 0.7);
}

.sectionBGPage{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top:100px;
	padding-bottom:100px;
	color:#fff;
	background-image:url('http://admin.sportzgenie.com/clubuploads/ufa/images/backgrounds/background2.jpg');
}
.sectionBGPage h1{
	color:#fff;
}
.sectionBGPage:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.sectionBGlightPage{
	padding-top:100px;
	padding-bottom:100px;
	border-top:5px solid #BE2319;
	border-bottom:5px solid #BE2319;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-image:url('http://admin.sportzgenie.com/clubuploads/ufa/images/backgrounds/image-slide2.jpg');
	background-size:cover;
	background-position: center center;
}
.sectionBGlightPage:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 299, 255, 0.7);
}
.sectionPageText{
	font-size: 18px;
    line-height: 28px;
}
.sectionPageImage{
	text-align: center;
}
.sectionPageImage img{
	max-width:300px;
	max-height:300px;
}
.sectionPageButtons{
	margin:0;
	padding:0;
}
.sectionPageButtons li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}
/* #################  */
/* SIDEBAR STRUCTURE  */
/* #################  */



.sidebarBanner{
	margin-bottom:25px;	
}
.sidebarBanner h2{
	font-size:30px;	
}
.teamHighlight{
	background-color: #00558E !important;
	color:#ffffff;
}
.rightSideMenu{
	margin:0;
	padding:0;
}
.rightSideMenu a{
	display:block;
	padding:4px;
	border-bottom:1px solid #ccc;
	background-color:#333;
	color:#fff;
}
.rightSideMenu li{
	list-style:none;
	margin:0px;
	padding:0px;
}
.rightSideMenu ul{
	margin:0px;
	padding:0px;
}
.rightSideMenu li ul a{
	padding-left:15px;
	background-color:#666;
	color:#fff;
}
.rightSideMenu li ul li ul a{
	padding-left:30px;
	background-color:#e0e0e0;
	color:#333;
}
.rightSideMenu a:hover{
	background-color:#BE2319;
	color:#fff;
	text-decoration: none;
}
.rightSideMenu .active{
	background-color:#BE2319;
	color:#fff;
	font-weight:bold;
}
/* ###################  */
/* HOME PAGE STRUCTURE  */
/* ###################  */
.tableSubHeader{
	background-color:#ffffff !important;	
	font-weight:bold;
}
.homeModule h2 {
  font-weight: 400;
  height: 43px;
  padding-top: 7px;
  padding-left: 5px;
  font-size: 2em;
  margin-bottom: 10px;
  background-color: #00558E;
  color: #BE2319;
}
.homeNewsImage{
  width: 100%;
  height:0;
  padding-bottom:45%;
  overflow: hidden;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.homeNewsMain{

}
.homeNewsTitle{
  	background-color: rgba(0,0,0,.9);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 2%;
    margin: 0;
    color: #ffffff;
    /* text-transform: uppercase; */
    font-size: 18px;
  }
.homeNewsSubtitle{
	display:none;
background-color: #ffffff;
  padding: 5px 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0;
  color: #333;	
}
.homeNewsContainer .bx-wrapper .bx-prev {
	display:none;
	left:-20px;
}
.homeNewsContainer .bx-wrapper .bx-next {
	display:none;
	right:-20px;
}

.homeScheduleSliderContainer .bx-wrapper .bx-prev {
	left:-20px;
}
.homeScheduleSliderContainer .bx-wrapper .bx-next {
	right:-20px;
}
.homeNewsNavContainer .bx-wrapper .bx-prev {
	left:-50px;
}
.homeNewsNavContainer .bx-wrapper .bx-next {
	right:-50px;
}

.homeNewsNavContainer .bx-wrapper .bx-viewport{
	background:none !important; 
}
.homeNewsNavContainer li{
	margin-bottom:0px;
}
.homeNewsList{
	margin:0px;
	padding:0px;	
	padding-left:0px !important;
}
.homeNewsList li{
	list-style:none;
	margin-bottom:7px;
	display:inline-block;
	width:100%;
}
.homeNewsImageList{
	width: 45%;
    height: 0px;
    padding-bottom: 30%;
    display: inline-block;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.homeNewsTitleList{
	display:inline-block;
	margin: 2%;
	width:51%;
	vertical-align: top;
}
.newsThumbA{
	margin-bottom:7px;
	clear:both;
	display:inline-block;	
	background:#ffffff;
}
.homeSubNewsDiv:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.homeSubNews{
	margin:0;
	padding:0;
}
.homeSubNews li{
	display:inline-block;
	width:100%;
/*	margin-right:1.5%; */
	border:1px solid #ccc;
	border-radius: 5px;
    overflow: hidden;
	vertical-align:top;
}
.homeSubNews li:last-of-type{
	margin-right:0;
}
.homeSubNewsDiv{
	padding-bottom:60%;
}
.homeSubNewsLink{
	color:#fff !important;
	text-decoration: none;
	display:block;
	font-family: "Roboto Condensed", "Arial Narrow", Arial;
	width:100%;
	height:100%;
	position:relative;
}
.homeSubNewsLink:hover{
	color:#fff;
}
.homeSubNewsShade{
	position: absolute;
    bottom: 0px;
    width: 100%;
}
.homeSubNewsTitleGroup{
	padding:10px;
	height: 180px;
	color: #BE2319;
    font-size: 28px;
    text-shadow: 2px 2px 2px #000;
}
.homeSubNewsTitleGroup a{
	color:#000;
}
.homeSubNewsSubtitle{
	margin-bottom:10px;
}
.homeSubNewsSubtitle{
	color:#eee;
	font-size:22px;
}
.homeSubNewsDiv{
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	height:0px;
	padding-bottom: 94%;
	width:100%;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.homeSubNews li:hover .homeSubNewsDiv{
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.thumbCaption{
  padding-top: 2px;
    color: #BE2319;
  font-weight: 400;
  text-transform: none;
  font-family: Lato;
 position: absolute;
  bottom: 0px;
background-color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 5px;
  }
.thumbSubtitle{
 	display:none;
 font-size: 12px;
  line-height: 12px;
  color:#333;
  padding-bottom:5px;
}
.videoResultsHome li{
	width:98% !important;
	padding: 1% !important;	
}
.videoResultsHome .videoTitle{
  padding:5px;
	height: 54px !important;
    background: rgba(0,0,0,.9);
    color: #fff;
    font-size: 14px !important;
}
.videoResultsHome .videoDate{
  right:0px !important;
  position: relative !important;
  display: inline-block !important;
  font-size:24px;
  }
.resultsItem{
	font-size:12px;	
}
.resultHeader {
  color: #ffffff;
  background-color: #00558E;
  padding: 4px;
}
.resultHeader span {
  float: right;
}
.matchDetails {
  background-color: #ffffff;
}
.teamNameWrapper {
  margin: 5px;
  padding: 5px;
  font-size: 1.5em;
  font-family: Lato;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 0;
}
.teamName span {
  float: right;
}
.competition {
  text-align: left;
  font-weight: bold;
  padding: 5px;
  font-size: 11px;
  margin-left: 5px;
}
.matchLinks {
  color: #000;
  background-color: #EAEAEA;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px;
}
.matchLinks a {
  color: #BE2319;
  text-decoration: none;
  display: block;
}
.homeEvents{
	padding-left:0px !important;
	margin:0px;	
}
.homeEvents li{
	list-style:none;
}
.eventContainer{
	width: 15%;
	display:inline-block;	
}
.eventContainerMonth{
	border-radius:5px 5px 0px 0px;
	background-color:#333;
	color:#fff;
	text-align:center;
	font-size:12px;
	width:100%;
	border: 1px solid #333;
}
.eventContainerDay{
	border-radius:0px 0px 5px 5px;
	font-size:18px;
	text-align:center;
	width:100%;	
	border: 1px solid #333;
	background-color: #ccc;
}
.eventContainerTime{
	text-align:center;	
	display: inline-block;
	color:#fff;
	font-weight:bold;
}
.eventTitle{
	display:inline-block;
	vertical-align:top;	
	width: 80%;
    padding-left: 1%;
}
ul.fieldStatus{
	margin:0px;
	padding:0px;	
}
.fieldStatus li{
	list-style:none;
	padding:2px;
	margin:0px 0px 8px 0px;
	display:block;
	background-color:#fff;	
	font-weight:bold;
	min-height:35px;
	padding-left: 35px;
	border-bottom: 1px solid #999;
	position: relative;
}
.fieldsopen{
	border-left:5px solid green;
	background-image:url("/images/field-open.png");
	background-repeat:no-repeat;
	background-position:3px center;
}
.fieldspartial{
	border-left:5px solid #FFBF00;
	background-image:url("/images/field-partial.png");
	background-repeat:no-repeat;
	background-position:3px center;
}
.fieldsclosed{
	border-left:5px solid red;
	background-image:url("/images/field-closed.png");
	background-repeat:no-repeat;
	background-position:3px center;	
}
.lastUpdated{
    font-size: 12px;
    color: #555;
	font-weight:normal;
	text-align:right;	
	padding-right: 45px;
}
.fieldNote{
	background-color: #FFEFBF;
    padding: 3px;
    color: #333;
    border: 1px solid #FFC926;	
	font-weight:normal;
	width: 25%;
    bottom: 0;
    font-size: 9px;
    position: absolute;
}
.fieldMapit{
	position: absolute;
    right: 3px;
    top: -7px;
}
.ezboxy{
	background-image:url("/images/box-bg.png");
	background-repeat:repeat-x;
	background-position:bottom;
	height:350px;
	overflow:hidden;	
}
.fieldStatus2{
	margin:0;
	padding:0;
}
.fieldStatus2 li{
	padding-top:15px;
	padding-bottom:15px;
}
.fieldStatus2 .fieldsopen{
	background: rgb(18,186,29); /* Old browsers */
background: -moz-linear-gradient(top, rgba(18,186,29,1) 0%, rgba(12,124,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(18,186,29,1) 0%,rgba(12,124,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(18,186,29,1) 0%,rgba(12,124,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12ba1d', endColorstr='#0c7c13',GradientType=0 ); /* IE6-9 */
	color:#Fff;
	text-align: center;
    font-weight: bold;
		
}
.fieldStatus2 .fieldsclosed{
	background: rgb(224,39,22); /* Old browsers */
background: -moz-linear-gradient(top, rgba(224,39,22,1) 0%, rgba(183,32,18,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(224,39,22,1) 0%,rgba(183,32,18,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(224,39,22,1) 0%,rgba(183,32,18,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e02716', endColorstr='#b72012',GradientType=0 ); /* IE6-9 */
	color:#Fff;
	text-align: center;
    font-weight: bold;
}
.fieldStatus2 .fieldspartial{
	background: rgb(248,252,25); /* Old browsers */
background: -moz-linear-gradient(top, rgba(248,252,25,1) 0%, rgba(211,198,21,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(248,252,25,1) 0%,rgba(211,198,21,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(248,252,25,1) 0%,rgba(211,198,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fc19', endColorstr='#d3c615',GradientType=0 ); /* IE6-9 */
	color:#333;
	text-align: center;
    font-weight: bold;
}
.fieldStatus2 .lastUpdated{
	text-align:center;
	padding-right:0px;
	color:#ccc;
}
.fieldStatus2 .fieldMapit{
	top:30px;
}
.fieldStatusColumn{
	border-top:5px solid #BE2319;
	background-color: #666;
}
.fieldStatusColumn .bx-wrapper .bx-prev {
    left: -45px;
}
.fieldStatusColumn .bx-wrapper .bx-next {
    right: -45px;
}
/* ###################  */
/* NEWS PAGE STRUCTURE  */
/* ###################  */

#newsGrid{
	margin:0px;
	padding:0px;
}
#newsGrid li{
	display:inline-block;
	list-style:none;
	width:47%;
	margin-left:1%;
	margin-right:1%;	
	border-bottom: 3px solid #BE2319;
	margin-bottom: 60px;
}
.mainNewsPic, .subNewsPic, .subSubNewsPic{
  width: 100%;
  height:0;
  padding-bottom:45%;
  overflow: hidden;
}
.mainNewsTitleContainer{
  width: 100%;
}
.mainNewsTitle{
  margin-top: 0;
  margin-bottom: 0;
  color: #BE2319;
  font-size: 1.5em;	
  border-bottom:0px;
}
.mainNewsSubTitle{
  margin-top: 0.5em;
  line-height: 16px;
  color: #333;
  font-size: 14px;
  margin-bottom: 0.5em;	
	text-align: right;
}

.subNewsContainer{
	width:48%;
	margin-right:2%;
	float:left;
	position:relative;	
	margin-top:20px;
	min-height: 300px;
}
.subNewsTitleContainer{

}
.subNewsTitle{
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  color: #BE2319;
}
.subNewsSubTitle{
  padding: 5px 0px;
  bottom: 0px;
  margin: 0;
  color: #333;
  font-size:12px;
 }

.subSubNewsContainer{
	width: 23%;
  	margin-right: 2%;
  	float:left;
	position:relative;	
	margin-top:20px;
}
.subSubNewsNewsContainer{
	width: 23%;
	padding-left:1%;
  	padding-right: 1%;
  	float:left;
	position:relative;	
	padding-top:10px;
	min-height: 250px;
}
.subSubNewsTitleContainer{

}
.subSubNewsTitle{
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #BE2319;
}
.subSubNewsSubTitle{
  font-size: 12px;
  margin-top: 0.5em;
  line-height: 16px;
  color: #333;
 }

.newsItemDate{
  margin: 10px 0px;
  font-size: 12px;
}
.newsItemBody{
	margin-top: 30px;	
}

.archiveNewsContainer{
	background-color:#ffffff;
	margin-top:15px;	
	  position: relative;
}
.archiveNewsContainer a{
	display:block;	
}
.archiveNewsPic{
	width:25%;
	display:inline-block;
	height:0px;
	padding-bottom: 14.5%;
  overflow: hidden;
  }
.archiveNewsPic img{
	width:100%;
	height:auto;	
}
.archiveNewsTitleContainer{
	display:inline-block;
	width:73%;
	padding:1%;	
	  position: absolute;
}
.archiveNewsTitle{
font-size: 18px;
  margin-bottom: 5px;
  color: #BE2319;
}
.archiveNewsDate{
	color:#888;
	font-size:12px;
	display:inline-block;
}
.archiveNewsSubTitle{
	color:#333;	
	font-size:12px;
}
.newsFilterDropdown{
	position:absolute;
	right:0px;  
	top: 15px;	
}
/* #######################  */
/* SPONSORS PAGE STRUCTURE  */
/* #######################  */

.sponsorsList{
	margin:0;
	padding:0;
	list-style:none;	
}
.sponsorsList li{
	display: inline-block;
    width: 31%;
    padding: 1%;
	vertical-align: middle;
}
.sponsorsList img{
	width: 80%;
	height:auto;
	border: 1px solid #ccc;
    padding: 3px;
}




/* ######################  */
/* COACHES PAGE STRUCTURE  */
/* ######################  */

.coachList{
	margin:0;
	padding:0;
	list-style:none;	
	padding-left:0px !important;
}
.coachList li{
	width:17%;
	font-weight:bold;
	text-align:center;
	float:left;
	display:inline-block;
	height:380px;
	margin: 1.5%;
    position: relative;
}
.coachImage{
    width: 100%;
    height: 80%;
    background-size: cover;
    background-position: center center;	
	background-color: #fff;
}
.coachInfo{
	background-color: #e0e0e0;
    position: absolute;
    bottom: 0px;
    height: 90px;	
	width: 98%;
    padding: 1%;
	color: #333;
}
.coachList li:hover .coachInfo{
	background-color: #BE2319;
	color:#fff;
}
.coachName{
	
}
.coachTitle{
	font-weight: normal;
	color: #BE2319;
}
.coachList li:hover .coachTitle{
	color:#E0E0E0;	
}
.coachLicense{
	padding-top:5px;
	font-weight: normal;
    font-size: 12px;
}
.coachBio{
	display:none;
	position: absolute;
    top: 20px;
    width: 300px;
    left: -75px;
    z-index: 1;
    background-color: #E0e0e0;
    font-weight: normal;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #777;
    text-align: left;
    font-size: 13px;
	line-height:16px;
	color:#000;		
}
.coachBio ul{
	padding-left:0px;	
}
.coachBio li{
	width:auto;
	font-weight:normal;
	text-align:left;
	float:none;
	height:auto;
	margin:auto;
	list-style:circle inside;	
}

/* ####################  */
/* VIDEO PAGE STRUCTURE  */
/* ####################  */


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videoResults{
	margin:0;
	padding:0;
	list-style:none;	
}
#videoResults li{
	width:150px;
	padding:7px;
	float:left;	
	position:relative;
}
.videoPlayButton{
	position:absolute;
	top:60px;
	left:125px;
	width:27px;
	height:27px;
	opacity:.6;
}
.videoTitle{
	font-size:12px;	
	height:60px;
}
.videoDate{
  position: absolute;
  bottom: 0px;
  font-size: 11px;
  right: 10px;
  color: #888;		
}
#videoResultsBig{
	margin-left:7px;	
	margin-bottom:50px;
	max-width:640px
}
.videoTitleBig{
  font-size: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Fjalla One';
}
.videoDateBig{
	font-size:12px;
	color:#888;
	text-align: right;
 	 width: 100%;	
}

/* #################  */
/* GALLERY STRUCTURE  */
/* #################  */

.galleryDiv{
	padding:1%;
	width:30%;
	float:left;
}
.galleryDivImage{
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding-bottom: 56%;
  }
.galleryDivImage img{
	width:100%;	
}
.galleryDivTitle{
  background-color: #fff;
  padding: 4px;	
  height: 140px;
}


/* ################  */
/* FOOTER STRUCTURE  */
/* ################  */

#banneradfooter{
	width:728px;
	margin:0px auto;	
	padding:15px;
}

#sponsorsHolder {
width: 100%;
text-align: center;
text-transform: uppercase;
margin-top: 20px;
color: #636363;
}
#sponsorsHolder h2 {
font-size: 2em;
margin: 0.5em 0;
color: #BE2319;
}

#footer{
background-color: #333;

 	position:relative;
}

#footerClubLogo {
margin: 5px;
width: 100px;
height:auto;
position: absolute;
}
#footersponsors{
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
#footersponsors ul{
	margin:0 auto;
	padding:0px;
	list-style:none;
}
#footersponsors ul li{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
#footersponsors img{
width: 180px;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid #BE2319;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
 }
#footerLinks{
	float:right;	
	margin-left:15px;
	font-size:14px;
}
#footerLinks ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#footerLinks ul li{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0px;
	float:left;
}
#footerLinks a{
	color:#ffffff;
	text-decoration:none;	
}

#footerCopyright{
	display: inline-block;
	padding: 5px 10%;
	width: 100%;
	background-color: #777;
	color:#ffffff;
	text-align: center;
}
#footerEzit{
	clear:both;
	margin-top:30px;
	text-align:center;
	margin-bottom:30px;	
}
#footerTransparent{
	position:fixed;
	bottom:0px;
	height:75px;
	background:rgba(0,0,0,.7);
	width:100%;
	left: 0px;	
	z-index:999;
}
#footerTcontain{
	width: 1090px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
	margin:0 auto;
}
#footerTcontain ul{
	margin:0;
	padding:0;	
}
#footerTcontain ul li{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;	
	padding: 0px 8px 0px 0px;
}
#footerTcontain img{
	max-height: 40px;
}
#footerTLogo{
	float:left;	
}
#footerTsocial{
	float:right;	
}
/* ##########  */
/* RESPONSIVE  */
/* ##########  */

.hideTablet{
	display:visible;	
}
.hideMobile{
	display:visible;	
}

.content-left{
	min-height:700px;	
}

.fixBigTable td{	
	padding:6px 6px;
}
@media screen and (min-width: 960px){
	.hideDesktop {
	  display: none !important;
	}
}
@media only screen and (min-width:780px) and (max-width:1064px) {
	#wrapper{
		padding-top:initial;
	}
}
