﻿/* Misc */

.last { margin: 0 !important; }
/*a { color: #018BD3; text-decoration: underline; }*/
a { color: #00b2d9; text-decoration: none; }
a:hover { color: #00b2d9; text-decoration: none; }

/* Buttons */

.btn-primary { background: #00b2d9; }
/*.btn-primary:hover { background: #494949; }*/

/* Headers */

h1
{
	font-family: 'FontAwesome','Open Sans Condensed',sans-serif;
  font-size: 32px;
  line-height: 32px;
	font-weight: normal;
}

h2
{
	font-family: 'FontAwesome','Open Sans Condensed',sans-serif;
  font-size: 32px;

	font-weight: normal;
}

.sub-title
{
	font-family: 'FontAwesome','Open Sans Condensed', sans-serif;
	font-size: 16px;
	line-height: 32px;
	margin: 0 0 20px 0;
}

.sub-title em
{ 
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}

.sub-title a { font-weight: bold; }

/* Social Links */

.generic-social-links
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.generic-social-links li
{
	float: left;
	margin: 0 0 0 10px;
}

.generic-social-links li:first-child { margin: 0; }

.generic-social-links li a
{
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -9000px;
	background: url(../../Images/social.png) no-repeat 0 0;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.generic-social-links .facebook a { background-position: 0 100%; }

.generic-social-links li a:hover { opacity: 0.5; }

/* Banner */

.generic-banner
{
	background: #00b2d9;
	color: #fff;
}

.generic-banner .generic-banner-inner
{
    /* Move padding to carousel as we now re-use it*/
    /*padding: 10px 0;*/
	/*padding: 35px 0;*/
	/*width: 960px;*/
	margin: 0 auto;
	position: relative;
}

.generic-banner .generic-banner-inner .carouselcontainer .container { width: auto; }

.carousel { margin: 0; }

.carousel-control.left
{
	border: 0;
	position: absolute;
	left: -85px;
	top: 50%;
	width: 0; 
	height: 0; 
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent; 
	border-right: 35px solid #fff;
	margin: -35px 0 0 0;
	display: block;
	text-indent: -9000px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: none;
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.carousel-control.right
{
	border: 0;
	position: absolute;
	right: -85px;
	top: 50%;
	width: 0; 
	height: 0; 
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent; 
	border-left: 35px solid #fff;
	margin: -35px 0 0 0;
	display: block;
	text-indent: -9000px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: none;
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.carousel-control.left:hover,
.carousel-control.right:hover
{ opacity: 0.5; }

.carousel .copy
{
	float: left;
	width: 710px;
    /*if height is not fixed then the arrows jump when you go to certain sections*/
    height: 210px;
}

.carousel .copy p
{
	font-family: 'FontAwesome','Open Sans Condensed',sans-serif;
  font-size: 32px;
	line-height: 40px;
	margin: 10px 0 0 0;
}

.carousel .copy p:first-child
{
	margin: 0;
	font-weight: bold;
}

.carousel .copy p em
{
	font-weight: bold;
	font-style: normal;
}

.carousel .copy p span
{
	display: block;
	margin: 20px 0 0 0;
}

.carousel .copy .btn
{
	background: #494949;
	padding: 5px 20px 7px 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	line-height: 20px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.carousel .copy .btn:hover
{
	color: #494949;
	background: #fff;
}

.carousel img
{
	float: right;
	width: 200px;
	height: 200px;
	display: block;
	border: 1px solid #fff;
}

/* Accordian */

.accordion-group
{
	margin-bottom: 0;
	border: none;
}

.accordion-heading .accordion-toggle
{
	background: none repeat scroll 0 0 #00b2d9;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 36px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed',sans-serif;
	text-decoration: none;
}

.accordion-heading .accordion-toggle span
{
	display: block;
	cursor: pointer;
}

.accordion-heading .tennis span { background: url(../../Images/accordion/tennis.png) no-repeat 100% 50%;}
.accordion-heading .squash span { background: url(../../Images/accordion/squash.png) no-repeat 100% 50%;}
.accordion-heading .badminton span { background: url(../../Images/accordion/badminton.png) no-repeat 100% 50%;}
.accordion-heading .cycling span { background: url(../../Images/accordion/cycling.png) no-repeat 100% 50%;}

.accordion-heading .accordion-toggle:hover { text-decoration: none; }

.accordian .accordion-heading:first-child .accordion-toggle { border-top: 0; }

.accordion-inner
{
	padding: 0;
	border: 0;
	background: #ECECEC;
}

.accordion-inner .image { position: relative; }

.accordion-inner .image img
{
	display: block;
	width: 100%;
}

.accordion-inner .image .cover
{
	background: url(../../Images/accordion/image-gradient.png) repeat-x 0 0;
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 380px;
}

.accordion-inner .copy { padding: 0 20px 20px 20px; }
.accordion-inner .copy p { margin: 15px 0 0 0; line-height: 20px; }
.accordion-inner .copy p:first-child { margin: 0; }

/* Grey Pod */

.generic-grey-pod { margin: 0 0 40px 0; }

.generic-grey-pod .main-title
{
	margin: 0;
	background: #494949;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 26px;
  line-height: 36px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-family: 'Open Sans Condensed',sans-serif;
}

.generic-grey-pod .main-title a
{
	color: #fff;
	text-decoration: none;
}

.generic-grey-pod .generic-grey-pod-inner
{
	background: #ececec;
	padding: 20px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.generic-grey-pod .generic-grey-pod-inner ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.generic-grey-pod .generic-grey-pod-inner ul li
{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #494949;
}

.generic-grey-pod .generic-grey-pod-inner ul li:first-child
{
	margin: 0;
	padding: 0;
	border: 0;
}