/****************************** MAIN STYLES ******************************/
img, embed, object, video {
	max-width: 100%
}
/* Video */
.video-holder {
	float:left;
	width:100%;
	height:100%;
}
.video-container {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	margin-bottom:5px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
/* Deviders */
hr.separator {
	height: 1px;
	margin: 40px 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border: 0;
}
hr.separator1 {
	height: 1px;
	margin: 10px 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
	border: 0;
}
hr.separator2 {
	height: 1px;
	margin: 10px 0 30px 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border: 0;
}
hr.separatorspace {
	margin:20px 0 40px 0;
	background:none;
	border:none;
	height:1px;
}
/****************************** HOME - Content Part - Logo&Menu ******************************/
#navigation {
	background-color: #151820;
	background: rgba(21, 24, 32, 0.95) url(../images/rausch.png) repeat;
	border-bottom:1px solid #151820;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
	cursor: default;
	padding:40px 0;
}
.logo {
	text-align: center;
	position: fixed;
	z-index: 20000;
	margin-top:35px;
}
.logo h2 {
	font-size:2.3em;
	font-weight:400;
	letter-spacing:0.05em;
	text-shadow:1px 1px 0 #000;
	color:#fff;
	line-height:20px;
}
span.red {
	background:#eb8f4e;
	color:#fff;
	padding:2px 5px;
}
.logo h3 {
	color:#fff;
	font-size:1.1em;
	line-height:20px;
	padding:0 5px 0 40px;
	text-transform:uppercase,lowercase;
	font-family: 'Eurostile', sans-serif;
	border-right:2px solid #eb8f4e;
	display:inline-block;
}
#navigation ul {
	margin: 0;
}
ul#nav li {
	display: inline-block;
}
ul#nav li a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	outline: 0;
	padding:0 10px;
	font-size:1.3em;
}
ul#nav li a:hover {
	color: #fff !important;
}
ul#nav li.current {
	background:#207093;
	padding:5px;
}
/****************************** HOME - Content Part - Intro Box ******************************/
section#introbg, section#programbg {
	min-height: 400px;
	position: relative;
	margin:0;
	padding: 0;
	overflow: hidden;
}
section#introbg:nth-of-type(1) {
 background:#151820;
 height:820px;
}
#introbg>div:nth-of-type(1) {
 background: url(../images/bg.jpg) no-repeat 50% 0 fixed;
 margin: 0;
 height: 820px;
 position:absolute;
 top:0;
left:0;
 width:100%;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
.introboxes {
	margin-top:0;
}
.introboxes ul {
	background-color: #151820;
	background: rgba(21, 24, 32, 0.8);
	border-bottom:1px solid #151820;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.introboxes .middlebox {
	margin-top:-50px;
}
.introboxes .leftbox {
	margin-top:-15px;
}
.introboxes h3 {
	margin-bottom:14px;
	color:#fff;
	display:inline-block;
	letter-spacing:0.05em;
}
.introboxes h3.number {
	background-color: #048f45;
	padding:0;
	margin:0;
	width: 50px;
	height: 50px;
	line-height:50px;
	text-align: center;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
}
.introboxes p {
	background-color: #151820;
	color: #fff;
	text-shadow: none;
	padding: 20px 10px;
	display: inline-block;
	margin: 0;
	border-bottom: 3px solid #989ca9;
	font-size: medium;
}
.introboxes p.middle {
	background:#d4202b;
	color:#fff;
	text-shadow:none;
}
section#introbg article, section#programbg article {
	position:relative;
	top:170px;
	z-index:1000;
	text-align:center;
	padding:0 0;
}
.parallax-item {
	position:absolute;
	z-index:5;
	top:40px;
}
/****************************** HOME - Content Part - Intro Text ******************************/
#introtext {
	background:#151820;
	border-bottom:1px solid #151820;
	padding:40px 0;
	text-align:center;
}
span.topline {
	border-top:3px solid #d4202b;
	padding:1px 0;
}
#introtext h1 {
	margin-bottom:10px;
}
#introtext p {
	background: #000;
	padding: 5px;
	display: inline-block;
	text-shadow: none;
	color: #dadce2;
	margin-bottom: 15px;
	font-size: medium;
}
a.button {
	background:#d4202b;
	border:1px solid #000;
	padding:5px;
	color:#fff;
	margin-bottom:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
a.button:hover {
	background:#b51b24 url(../images/rausch.png) repeat;
}
/****************************** HOME - Content Part - Intro Program Text ******************************/
section#programbg:nth-of-type(1) {
 background:#fff url(../images/rausch.png) repeat;
 height:100px;
}
#programbg>div:nth-of-type(1) {
 background: url(../images/bg2.jpg) no-repeat center center fixed;
 margin: 0;
 height:600px;
 position:absolute;
 width:100%;
 top:0;
left:0;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
.program {
	margin-top:-30px;
}
.program h3 {
	color:#fff;
	display:inline-block;
	background: rgba(21, 24, 32, 0.8) url(../images/arrow.png) 3% center no-repeat;
	font-size:34px;
	padding:20px 10px 10px 40px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
span.special {
	text-transform: lowercase;
	font-style: italic;
	color: #fff;
	font-size: 18px;
	margin-left: 5px;
	border-left: 1px solid #000;
	padding: 0 0 0 10px;
}
.program p {
	margin-top: 15px;
	display: inline-block;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px 0;
	text-align: left;
}
/****************************** HOME - Content Part - Program Info ******************************/
.programinfo {
	background:#fff url(../images/rausch.png) repeat;
	padding:30px 0 20px 0;
}
.programinfo img {
	float:left;
	position:relative;
	margin-right:10px;
}
p.quote {
	border-right:#9ea4b2 solid 1px;
	color:#424b5f;
	padding:0 5px;
	font-size:14px;
	font-style:italic;
}
.programinfo p.special {
	color:#575e6f;
	font-style:italic;
	text-shadow:1px 1px 0 #fff;
}
.programinfo h2 {
	display:inline-block;
	font-weight:600;
	text-shadow:1px 1px 0 #fff;
	padding:0 0 5px 0;
	border-bottom:#9ea4b2 solid 10px;
	margin-bottom:30px;
}
.programbasketball {
	background:#151820;
	padding:30px 0 20px 0;
}
.programbasketball img {
	float:left;
	position:relative;
	margin-right:10px;
}
.programbasketball p {
	color:#fff;
}
.programbasketball p.special {
	color:#9ea4b2;
	font-style:italic;
	text-shadow:1px 1px 0 #000;
}
.programbasketball h4 {
	color:#9ea4b2;
}
.programbasketball h2 {
	color:#fff;
	display:inline-block;
	font-weight:600;
	text-shadow:1px 1px 0 #000;
	padding:0 0 5px 0;
	border-bottom:#9ea4b2 solid 10px;
	margin-bottom:30px;
}
.programfitness {
	background:#fff;
	padding:30px 0 20px 0;
}
.programfitness img {
	float:left;
	position:relative;
	margin-right:10px;
}
.programfitness p.special {
	color:#575e6f;
	font-style:italic;
	text-shadow:1px 1px 0 #fff;
}
.programfitness h2 {
	display:inline-block;
	font-weight:600;
	text-shadow:1px 1px 0 #fff;
	padding:0 0 5px 0;
	border-bottom:#9ea4b2 solid 10px;
	margin-bottom:30px;
}
/* #Tabs (activate in tabs.js)
================================================== */
ul.tabs {
	display: block;
	margin:45px 0 0 0;
}
ul.tabs li {
	width: auto;
	height: 18px;
	padding: 0;
	float: left;
	margin-bottom:5px;
	padding-right:1px;
}
ul.tabs li a {
	background:#9ea4b2;
	text-decoration: none;
	width: auto;
	margin: 0;
	color: #151820;
	font-size:14px;
	padding:5px 10px;
	text-transform:uppercase;
}
ul.tabs li a.active {
	background:#151820;
	text-decoration: none;
	width: auto;
	margin: 0;
	color: #fff;
	padding:10px 10px;
}
.programbasketball ul.tabs li a.active {
	background:#e6e7ec;
	color:#151820;
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs-content {
	margin: 0;
	display: block;
	background: #151820 url(../images/rausch.png) repeat;
	padding:20px 10px 5px 10px;
}
.programbasketball ul.tabs-content {
	background:#e6e7ec url(../images/rausch.png) repeat;
}
ul.tabs-content p {
	font-size:14px;
	color:#fff;
	border-left:3px solid #9ea4b2;
	padding:0 0 0 5px;
}
.programbasketball ul.tabs-content p {
	color:#151820;
}
ul.tabs-content > li {
	display:none;
}
ul.tabs-content > li.active {
	display: block;
}
ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
ul.timetable li {
	color:#fff;
	border-bottom:1px solid #000;
	padding:10px 0;
}
.programbasketball ul.timetable li {
	color:#151820;
	border-bottom:1px solid #f0f1f6;
	padding:10px 0;
}
ul.timetable li:last-child {
	border-bottom:none;
}
li#coaches img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
span.time {
	float:right;
}
.ca-menu li {
	height: 150px;
	overflow: hidden;
	display: block;
	background: #020203;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	border-left: 10px solid #020203;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.programbasketball .ca-menu li {
	background: #9ea4b2;
	border-left: 10px solid #9ea4b2;
}
.ca-menu li:last-child {
	margin-bottom: 0px;
}
.ca-menu li a {
	text-align: left;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position:relative;
}
.ca-icon {
	position: absolute;
	left: 5px;
	top:10px;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.ca-content {
	position: absolute;
	left: 150px;
	width:300px;
	top: 20px;
}
h2.ca-main {
	font-size: 24px;
	border:none;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
h3.ca-sub {
	background: #d4202b;
	padding:5px;
	font-size:18px;
	line-height:28px;
	color:#fff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.ca-menu li:hover {
	border-color: #d4202b;
	background: #000;
}
.ca-menu li:hover .ca-main {
	color: #fff;
	font-size: 18px;
}
.ca-menu li:hover .ca-sub {
	color: #d4202b;
	font-size: 24px;
	background: #fff;
	padding:5px;
}
/****************************** HOME - Content Part - Club Info ******************************/
section#programbg1 {
	min-height: 400px;
	position: relative;
	margin:0;
	padding: 0;
	overflow: hidden;
}
section#programbg1:nth-of-type(1) {
 background:#e6e7ec url(../images/rausch.png) repeat;
 height:100px;
}
#programbg1>div:nth-of-type(1) {
 background: url(../images/bg1.jpg) no-repeat center center fixed;
 margin: 0;
 height:600px;
 position:absolute;
 width:100%;
 top:0;
left:0;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
section#programbg1 article {
	position:relative;
	top:170px;
	z-index:1000;
	text-align:center;
	padding:0 0;
}
section#programbg1 p {
	margin-top:15px;
	display:inline-block;
	background:none;
	border-top:1px solid #151820;
	border-bottom:1px solid #151820;
	font-size:18px;
	color:#151820;
	padding:5px 0;
}
/****************************** HOME - Content Part - Club Content ******************************/
.club {
	background:#e6e7ec url(../images/rausch.png) repeat;
	padding:30px 0 0 0;
}
.club h4 {
	margin-bottom: 10px;
	border-left: 3px solid #fff;
	padding: 0 0 0 5px;
	font-size: large;
}
.club h2 {
	display:inline-block;
	font-weight:600;
	text-shadow:1px 1px 0 #fff;
	padding:0 0 5px 0;
	border-bottom:#9ea4b2 solid 10px;
	margin-bottom:30px;
}
.club p.special {
	color:#575e6f;
	font-style:italic;
	text-shadow:1px 1px 0 #fff;
	background:#fff url(../images/rausch.png) repeat;
	padding:5px;
}
.club article.clubbox {
	text-align:center;
	padding:10px 0;
}
.club article.clubbox h3.number {
	margin-bottom:20px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-color: #d4202b;
	color:#fff;
	width: 50px;
	height: 50px;
	line-height:50px;
	text-align: center;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
}
.boxcontent h3 {
	border-bottom:#fff 1px dashed;
	padding:10px 0;
}
.boxcontent p {
	font-size:14px;
}
.boxcontent a {
	color:#424b5f;
}
.boxcontent a span.price {
	font-size:24px;
	color: #a95926;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
	border-right:1px solid #fff;
	padding:0 3px 0 0;
}
.sponsors img {
	opacity: 0.5;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	cursor:pointer;
}
.sponsors img:hover {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
/****************************** HOME - Content Part - Club Content ******************************/
.clubteam {
	background:#151820;
	padding:30px 0 20px 0;
}
.clubteam h2 {
	display:inline-block;
	font-weight:600;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	padding:0 0 5px 0;
	border-bottom:#9ea4b2 solid 10px;
	margin-bottom:30px;
}
.team {
	margin-top:20px;
}
.clubteam .one_fourth {
	background:#fff;
	text-align:center;
	border-top:2px solid #9ea4b2;
}
.clubteam .one_fourth h3 {
	background:#257da4;
	color:#fff;
	padding:5px;
	font-size:20px;
	margin-top:-60px;
	display:inline-block;
	float:left;
	position:relative;
	z-index:100;
}
.clubteam .one_fourth p {
	font-size:14px;
	padding:5px 10px 0 10px;
}
ul.socials li {
	display:inline-block;
	border-bottom:2px solid transparent;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
ul.socials li:hover {
	border-bottom:2px solid #d4202b;
}
/****************************** HOME - Content Part - Events Info ******************************/
section#events {
	min-height: 400px;
	position: relative;
	margin:0;
	padding: 0;
	overflow: hidden;
}
section#events:nth-of-type(1) {
 background:#fff url(../images/rausch.png) repeat;
 height:100px;
}
section#events>div:nth-of-type(1) {
 background: url(../images/bg3.jpg) no-repeat center center fixed;
 margin: 0;
 height:600px;
 position:absolute;
 width:100%;
 top:0;
 left:0;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
section#events article {
	position:relative;
	top:170px;
	z-index:1000;
	text-align:center;
	padding:0 0;
}
/***************************** EVENTS GALLERY - Content Part  ******************************/
.eventsgallery {
	background:#fff url(../images/rausch.png) repeat;
	padding:30px 0 0 0;
}
.eventsgallery h2 {
	display:inline-block;
	font-weight:600;
	color:#151820;
	text-shadow:1px 1px 0 #fff;
	padding:0 0 5px 0;
	border-bottom:#9ea4b2 solid 10px;
	margin-bottom:30px;
}
/* FILTERED ITEMS ----------------------------------------------------*/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
#filter-buttons {
	background:url(../images/divider.png) bottom center no-repeat;
	padding:0 0 32px 0;
	margin-top:30px;
	text-align: center;
	margin-bottom:0px;
}
#filter-buttons li {
	display: inline-block;
	margin-bottom: 0px;
}
#filter-buttons li a {
	background:#9ea4b2;
	border: 1px solid rgba(0, 0, 0, 0.2) inset;
	border-top:2px solid #dcdcdc;
	-moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.2) inset;
	color:#fff;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
}
#filter-container1 {
	width: 102%;
	margin-bottom:0px;
	padding-top: 5px;
	margin-left:-1%;
}
#filter-container1 figure {
	margin-bottom: 30px;
}
#filter-container1 figure .thumb {
	display: block;
	width: 100%;
	line-height: 0em;
}
#filter-container1 figure .thumb img {
	max-width: 100%;
	border-bottom:3px solid #151820;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#filter-container1 figure .thumb:hover img {
	opacity: 0.8;
}
#filter-container1 figure figcaption {
	padding:5px;
	text-align: center;
}
#filter-container1 figure figcaption .heading {
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cf:after, .cf:before {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
p.small {
	position:absolute;
	bottom:0;
	right:0;
	display:inline-block;
	text-transform:lowercase;
	background:#257da4;
	color:#fff;
	padding:5px;
}
/***************************** EVENTS SPECIAL - Content Part  ******************************/
.eventsspecial {
	background:#151820;
	padding:30px 0 0 0;
}
.eventsspecial h2 {
	display:inline-block;
	font-weight:600;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	padding:0 0 5px 0;
	border-bottom:#9ea4b2 solid 10px;
	margin-bottom:30px;
}
.special p, ul.specialinfo li {
	color:#fff;
}
.infoevent h3 {
	color:#9ea4b2;
}
ul.specialinfo {
	border-left:#9ea4b2 solid 2px;
	padding:0 0 0 10px;
}
ul.specialinfo li {
	padding:10px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #202431;
}
ul.specialinfo li:first-child {
	border-top:none;
}
ul.specialinfo li:last-child {
	border-bottom:none;
}
ul#slider img {
	background:#32394b;
	border:2px solid #000;
	padding:5px;
	margin-bottom:5px;
}
/****************************** FlexSlider ******************************/
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a, .flexslider a, .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
	background:#32394b;
	border:2px solid #000;
	padding:5px;
	margin-bottom:5px;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */
/* IE rgba() hack */
.caption {
	zoom: 1;
	width: 20%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 25%;
	bottom: 20%;
	text-align:center;
	color:#151820;
	color:fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	width:52px;
	height: 52px;
	margin: -15px 0 0;
	display: block;
	background:  url(../images/slider/bg_direction_nav.png) no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav .flex-next {
	background-position: -52px 0;
	right: 0px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav a {
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav a:hover {
	background-position: 0 -13px;
}
.flex-control-nav a.flex-active {
	background-position: 0 -26px;
	cursor: default;
}
/****************************** HOME - Content Part - Timetable Info ******************************/
section#timetable {
	min-height: 400px;
	position: relative;
	margin:0;
	padding: 0;
	overflow: hidden;
}
section#timetable:nth-of-type(1) {
 background:#fff;
 height:100px;
}
#timetable>div:nth-of-type(1) {
 background: url(../images/bg4.jpg) no-repeat center center fixed;
 margin: 0;
 height:600px;
 position:absolute;
 width:100%;
 top:0;
left:0;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
section#timetable article {
	position:relative;
	top:170px;
	z-index:1000;
	text-align:center;
	padding:0 0;
}
/****************************** HOME - Content Part - Timetable Content ******************************/
.timetablecontent {
	background:#fff;
	padding:30px 0 30px 0;
}
.timetablecontent h2 {
	display:inline-block;
	font-weight:600;
	color:#151820;
	text-shadow:1px 1px 0 #fff;
	padding:0 0 5px 0;
	border-bottom:#9ea4b2 solid 10px;
	margin-bottom:30px;
}
#kickboxtable {
	background:#9ea4b2 url(../images/rausch.png) repeat;
	padding:20px;
	position: relative;
	overflow: hidden;
}
#kickboxtable h3 {
	text-align:center;
	border-bottom:1px dashed #c1c8d7;
	color:#5c6375;
	padding:5px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 0 #c1c8d7;
}
#kickboxtable ul {
	text-align:center;
}
#kickboxtable ul li {
	padding:10px;
}
#kickboxtable ul li a {
	font-weight:bold;
	padding:3px 0;
	font-size:16px;
	color:#151820;
	margin:0;
}
#kickboxtable ul li p {
	margin:0;
}
#kickboxtable ul li.speciallist {
	background:#c1c8d7;
	padding:5px;
}
#kickboxtable ul li.speciallist p {
	color:#d4202b;
}
#kickboxtable ul li.speciallist a {
	color:#5c6375;
}
/***Basketball***/
#basketballtable {
	background:#151820 url(../images/rausch.png) repeat;
	padding:20px;
	position: relative;
	overflow: hidden;
}
#basketballtable h3 {
	text-align:center;
	border-bottom:1px dashed #000;
	color:#c1c8d7;
	padding:5px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 0 #000;
}
#basketballtable ul {
	text-align:center;
}
#basketballtable ul li {
	padding:10px;
}
#basketballtable ul li a {
	font-weight:bold;
	padding:3px 0;
	font-size:16px;
	color:#fff;
	margin:0;
}
#basketballtable ul li p {
	margin:0;
	color:#c1c8d7;
}
#basketballtable ul li.speciallist {
	background:#000;
	padding:5px;
}
#basketballtable ul li.speciallist p {
	color:#d4202b;
}
#basketballtable ul li.speciallist a {
	color:#c1c8d7;
}
/***Fitness***/
#fitnesstable {
	background:#e6e7ec url(../images/rausch.png) repeat;
	padding:20px;
	position: relative;
	overflow: hidden;
}
#fitnesstable h3 {
	text-align:center;
	border-bottom:1px dashed #c1c8d7;
	color:#5c6375;
	padding:5px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
#fitnesstable ul {
	text-align:center;
}
#fitnesstable ul li {
	padding:10px;
}
#fitnesstable ul li a {
	font-weight:bold;
	padding:3px 0;
	font-size:16px;
	color:#151820;
	margin:0;
}
#fitnesstable ul li p {
	margin:0;
}
#fitnesstable ul li.speciallist {
	background:#d3d5dc;
	padding:5px;
}
#fitnesstable ul li.speciallist p {
	color:#d4202b;
}
#fitnesstable ul li.speciallist a {
	color:#5c6375;
}
/****************************** HOME - Content Part - Contact Info ******************************/
section#contact {
	min-height: 400px;
	position: relative;
	margin:0;
	padding: 0;
	overflow: hidden;
}
section#contact:nth-of-type(1) {
 background:#151820;
 height:100px;
}
#contact>div:nth-of-type(1) {
 background: url(../images/bg5.jpg) no-repeat center center fixed;
 margin: 0;
 height:600px;
 position:absolute;
 width:100%;
 top:0;
left:0;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
section#contact article {
	position:relative;
	top:170px;
	z-index:1000;
	text-align:center;
	padding:0 0;
}
/****************************** HOME - Content Part - Contact Content ******************************/
.contactinfo {
	background:#151820;
	padding:30px 0 0 0;
}
.contactinfo h2 {
	display:inline-block;
	font-weight:600;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	padding:0 0 5px 0;
	border-bottom:#9ea4b2 solid 10px;
	margin-bottom:30px;
}
/******************************* CONTACT FORM -  for blog and contact page  *******************************/
form#contact_form {
	background:#9ea4b2 url(../images/rausch.png) repeat;
}
form#contact_form .name {
	padding:30px 0px 0 20px;
}
form#contact_form .email {
	padding-left:20px;
	padding-top:10px;
}
form#contact_form p {
	margin-bottom:10px;
	padding-top:5px;
	font-style:italic;
}
form#contact_form .message {
	padding-left:20px;
	padding-top:10px;
}
div#loader {
	margin-left: 20px;
	margin-bottom:30px;
}
form#contact_form input[type="text"] {
	border: 1px solid #000;
	background-color: #151820;
	height: 30px;
	padding: 0 10px;
	width: 30%;
	margin-bottom:20px;
	color:#fff;
}
form#contact_form input#email {
	border: 1px solid #000;
	background-color: #151820;
	height: 30px;
	padding: 0 10px;
	width: 30%;
	margin-bottom:20px;
	color:#fff;
}
form#contact_form .message textarea#message {
	border: 1px solid #000;
	background-color: #151820;
	width: 90%;
	margin-bottom:20px;
	color:#fff;
}
form#contact_form label {
	margin-right: 20px;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	text-transform: uppercase;
}
form#contact_form label span {
	color:#fff;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color:#000;
}
form#contact_form input[type="submit"] {
	border: 1px solid #000;
	background-color: #151820;
	padding:10px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
form#contact_form input[type="submit"]:hover {
	color:#d4202b;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
/***************** Contact/Sidebar *****************/
.contact .socials {
	margin:0 0 -15px 0;
}
.contactsidebar {
	background:#000 url(../images/rausch.png) repeat;
	;
	padding:10px 0 0 0;
	text-align:center;
	margin-bottom:20px;
}
ul.contactsidebar li a {
	font-weight:bold;
	font-style:italic;
	color:#9ea4b2;
}
ul.contactsidebar li {
	color:#fff;
	padding:10px 0;
	border-bottom:1px dashed #151820;
}
ul.contactsidebar li:last-child {
	border-bottom:none;
}
p.copyright {
	border-top:1px solid #9ea4b2;
	padding:5px 0;
	text-align:center;
	color:#fff;
	font-size:14px;
}
/*************************************** SHADOW STYLES ****************************************/
.shadow {
	position: relative;
	-moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
.shadow:before, .shadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	-moz-box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
}
.shadow:before {
	right: 10px;
	-moz-transform: rotate(4deg) skewX(4deg);
	-webkit-transform: rotate(4deg) skewX(4deg);
	-o-transform: rotate(4deg) skewX(4deg);
	-ms-transform: rotate(4deg) skewX(4deg);
	transform: rotate(4deg) skewX(4deg);
}
/*************************************** SHADOW STYLES ****************************************/
.shadow1 {
	position: relative;
	-moz-box-shadow: 0 11px 11px -9px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 11px 11px -9px rgba(0, 0, 0, 0.2);
	box-shadow: 0 11px 11px -9px rgba(0, 0, 0, 0.2);
}
.shadow1:before, .shadow1:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	-moz-box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.2);
}
.shadow1:before {
	right: 10px;
	-moz-transform: rotate(4deg) skewX(4deg);
	-webkit-transform: rotate(4deg) skewX(4deg);
	-o-transform: rotate(4deg) skewX(4deg);
	-ms-transform: rotate(4deg) skewX(4deg);
	transform: rotate(4deg) skewX(4deg);
}
/****************************** Shortcodes ******************************/
/* Content Shortcodes */
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
.grid_4 {
	width: 31.333%;
}
.grid_item {
	margin-bottom: 30px;
}
.clearfix {
	display: block;
}
.grid_4 {
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
/* #Page Styles
================================================== */
.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1280px) {
#navigation ul {
 margin-left: 80px;
}
section#introbg:nth-of-type(1) {
 height:840px;
}
#introbg>div:nth-of-type(1) {
 height: 840px;
}
.ca-content {
 position: absolute;
 left:20px;
 width:300px;
 top: 20px;
}
}
 @media only screen and (max-width: 959px) {
section#introbg:nth-of-type(1) {
 height:840px;
}
#introbg>div:nth-of-type(1) {
 height: 840px;
}
.ca-content {
 position: absolute;
 left:20px;
 width:300px;
 top: 20px;
}
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
#navigation ul {
 margin: 60px 0 -20px 0;
}
section#introbg:nth-of-type(1) {
 height:900px;
}
#introbg>div:nth-of-type(1) {
 height: 900px;
}
.logo {
 left: 0;
 top: 0;
 margin-top:20px;
 width: 100%;
}
.introboxes .middlebox {
 margin-top:-5px;
}
.introboxes .leftbox {
 margin-top:20px;
}
.ca-content {
 position: absolute;
 left: 0px;
 width:300px;
 top: 20px;
}
.programinfo p.quote {
 float:right;
 overflow:hidden;
 position:relative;
}
.programbasketball p.quote {
 float:right;
 overflow:hidden;
 position:relative;
}
.programfitness p.quote {
 float:right;
 overflow:hidden;
 position:relative;
}
#kickboxtable h3 {
font-size:13px;
}
#basketballtable h3 {
font-size:13px;
}
#fitnesstable h3 {
font-size:13px;
}
section#programbg article {
	top:200px;
}
section#programbg1 article {
	top:200px;
}
section#events article {
	top:200px;
}
section#timetable article {
	top:200px;
}
section#contact article {
	top:200px;
}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth, .grid_4 {
width: 100%;
}
#navigation ul {
 margin: 60px 0 -20px 0;
}
section#introbg:nth-of-type(1) {
 height:890px;
}
#introbg>div:nth-of-type(1) {
 height: 890px;
}
.logo {
 left: 0;
 top: 0;
 margin-top:20px;
 width: 100%;
 text-align: center;
}
.logo h1 {
 font-size:2.0em;
}
.logo h3 {
 font-size:1.0em;
 padding:0 5px 0 40px;
}
section#programbg article {
	top:200px;
}
section#programbg1 article {
	top:200px;
}
section#events article {
	top:200px;
}
section#timetable article {
	top:200px;
}
section#contact article {
	top:200px;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
#filter-container1 {
 width: 100%;
 margin-left:0;
}
.introboxes img {
 display:none;
}
section#introbg:nth-of-type(1) {
 height:920px;
}
#introbg>div:nth-of-type(1) {
 height: 920px;
}
.introboxes {
 margin-top:5px;
}
.introboxes .one_third {
 margin:10px 0;
}
ul#filter-buttons li {
 display: list-item;
 margin-bottom: 0px;
}
section#programbg article {
	top:200px;
}
section#programbg1 article {
	top:200px;
}
section#events article {
	top:200px;
}
section#timetable article {
	top:200px;
}
section#contact article {
	top:200px;
}
.logo h1 {
 font-size:1.5em;
}
#navigation ul {
 margin:-5px 0 0 0;
}
section#programbg, section#programbg1, section#events, section#timetable, section#contact {
	min-height: 470px;
}
section#introbg {
	display:none;
}
.logo {
	margin-top:100px;
	position:relative;
	z-index:1000;
}
#navigation {
	padding:5px 0;
}
#introtext {
	padding:20px 0 40px 0;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
#filter-container1 {
 width: 100%;
 margin-left:0;
}
form#contact_form .message textarea#messagetext {
 width: 85%;
}
.ca-content {
 position: absolute;
 left: 20px;
 width:300px;
 top: 20px;
}
.introboxes img {
 display:none;
}
.introboxes {
 margin-top:-5px;
}
.introboxes .one_third {
 margin:10px 0;
}
.flex-direction-nav a {
 width:30px;
 height: 21px;
 margin: -15px 0 0;
 display: block;
 background:  url(../images/slider/bg_direction_nav1.png) no-repeat;
 position: absolute;
 top: 50%;
 left:10px;
 cursor: pointer;
 text-indent: -999em;
}
.flex-direction-nav .flex-next {
 background-position: -21px 0;
 right:0;
}
section#programbg:nth-of-type(1) {
 background:#e6e7ec url(../images/rausch.png) repeat;
 height:300px;
}
ul#filter-buttons li {
 display: list-item;
 margin-bottom: 0px;
}
section#programbg article {
	top:200px;
}
section#programbg1 article {
	top:200px;
}
section#events article {
	top:200px;
}
section#timetable article {
	top:200px;
}
section#contact article {
	top:200px;
}
section#programbg, section#programbg1, section#events, section#timetable, section#contact {
	min-height: 520px;
}
#navigation ul {
 margin:-5px 0 0 0;
}
section#introbg {
	display:none;
}
.logo {
	margin-top:100px;
	position:relative;
	z-index:1000;
}
#navigation {
	padding:5px 0;
}
#introtext {
	padding:20px 0 40px 0;
}
}
/* Responsive Menu
================================================== */
	
ul#nav {
	visibility: visible;
}
#responsive-menu {
	display: none;
}
 @media only screen and (max-width: 767px) {
ul#nav {
visibility: hidden;
height: 0;
}
 #responsive-menu {
display: inline-block;
width: 100%;
margin-top: 20px;
}
}
/* for background-size:cover replacement on iOS devices */
@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
    #programbg>div:nth-of-type(1), #introbg>div:nth-of-type(1), #contact>div:nth-of-type(1), #timetable>div:nth-of-type(1), section#events>div:nth-of-type(1), #programbg1>div:nth-of-type(1)  {
      -webkit-background-size: auto 150%;
      background-attachment: scroll;
    }
}
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {

    #programbg>div:nth-of-type(1), #introbg>div:nth-of-type(1), #contact>div:nth-of-type(1), #timetable>div:nth-of-type(1), section#events>div:nth-of-type(1), #programbg1>div:nth-of-type(1) {
      -webkit-background-size: 150% auto;
      background-attachment: scroll;
    }
}
