/* ================================= */
/* Body and Universal Reset */
/* ================================= */

* {
    margin  : 0;
    padding : 0;
}

html {
    background : #fff;
    min-height : 100%;
}

body {
    background : #fff;
    height     : auto;
    position   : relative;
}

#container {
}

#popupWindowCaller {
    display : none;
}

img {
    border : none;
}

::selection {
    background : #393e42;
    color      : #FFF;
}

::-moz-selection {
    background : #393E42;
    color      : #FFF;
}
.center {
  text-align: center;
}
/* ================================= */
/* Defaults */
/* ================================= */

.header_phoneArea {
	display: none;
}

.rounded {
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    -o-border-radius      : 4px;
    -ms-border-radius     : 4px;
    border-radius         : 4px;
}

.transition {
    -moz-transition    : all linear 0.2s;
    -webkit-transition : all linear 0.2s;
    -o-transition      : all linear 0.2s;
    transition         : all linear 0.2s;
}

/* ================================= */
/* Typography */
/* ================================= */

#content ul.noContent li:before, #content .noContent ul li:before, #content .flexslider ul li:before {
    content : '';
}

#awardsCarousel {
	margin-top: -31px;
}

#content ul.noContent li, #content .noContent ul li, #content .flexslider ul li {
    text-indent : 0;
    margin-left : 0;
}

/* ================================= */
/* Header */
/* ================================= */

.header_fill {
    /*height   : 66px;
    position : relative;
    float    : left;
    width    : 100%;*/
    display  : none;
}

#header {
    background-color : #fff;
    display          : block;
    width            : 100%;
    float            : left;
    padding          : 0;
    position         : relative;
}

#logoContainer {
	position: absolute;
	top: -10px;
	left: 0;
	}

#header a.logo {
    margin      : 23px 0px 15px 0px;
    padding     : 0px;
    text-indent : -9999px;
    z-index     : 6;
    height      : 206px;
    width       : 157px;
    display     : block;
    position    : relative;
    background  : url(images/logos/scorpion-logo-nav-light.png) top left no-repeat;
}

.headerRight {
	float: right;
	}

.headerRight a.button {
	padding: 16px 10px;
	margin-left: 5px;
	}

#colourBar {
	height: 5px;
	background-color: #b39245;
}

#headingWrapper .grid_24 {
	min-height: 178px;
	}

#headingContainer {
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	margin-top: 110px;
	}

#headerGlobalItems {
	margin: 10px 0;
	}

.header_phone_number {
	font-size: 18px;
	margin-top: 14px;
	white-space: nowrap;
	}

.header_phone_number a, .header_phone_number a:hover {
	color: #ffffff;
	}

ul.globalNavList {
	border-left: 1px solid #58595b;
	float: right;
	list-style: none;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 16px;
	}

ul.globalNavList li {
	margin-left: 10px;
	font-size: 13px;
	float: left;
	}

ul.globalNavList li a {
	color: #58595b;
	}

ul.globalNavList li a:hover {
	color: #aaa !important;
	}

/* ================================= */
/* Main Navigation */
/* ================================= */

#navigation {
	background: #363636;
	}

.navigationWrapper {
	float: left;
	width: 100%;
	border-left: 143px solid #363636;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}

.navigationContainer {
	float: left;
	width: 100%;
	}

#mainNav {
    /*height           : 50px;*/
	float: left;
	width: 100%;
	}

#mainNav li {
	width: 20%;
	float: left;
	text-align: center;
	list-style: none;
	position: relative;
}

#mainNav > li {
    margin : 0 0 0 0px;
}

#mainNav > li.first {
    margin-left : 0;
}

#mainNav li a {
    padding     : 19px 15px;
    font-size   : 24px;
    margin      : 0px 0px;
    font-weight : normal;
    color       : #FDFDFD;
    display     : block;
	text-transform: uppercase;
}

#mainNav > li > a {
    height : 20px;
	border-right: 1px solid #696969;
}

#mainNav li a:hover {
    color: #b39245;
}

#mainNav li a:active, #mainNav li.current > a {
}

#mainNav ul {
    position           : absolute;
    width              : 100%; /* left offset of submenus need to match (see below) */
    top                : -999px;
    border-bottom      : solid 3px #4f5052;
	background: url(images/backgrounds/dropdown-nav-bg.png) 17px 0 no-repeat;
	padding-top: 5px;
	margin-top: 7px;
}

#mainNav ul li {
    width : 100%;
}

#mainNav li:hover {
    visibility : inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
    left    : 0;
    top     : 51px; /* match top ul list item height */
    z-index : 99;
}

#mainNav li:hover li ul, #mainNav li.sfHover li ul {
    top : -999em;
}

#mainNav li li:hover ul, #mainNav li li.sfHover ul {
    left : 160px; /* match ul width */
    top  : 0;
}

#mainNav li li:hover li ul, #mainNav li li.sfHover li ul {
    top : -999em;
}

#mainNav li li li:hover ul, #mainNav li li li.sfHover ul {
    left : 160px; /* match ul width */
    top  : 0;
}

/* Drop Down UL */
#mainNav ul li a {
    margin           : 0;
    padding          : 9px 15px;
    font-size        : 13px;
    font-weight      : normal;
    color            : #000;
    background-color : #fff;
    border           : none;
    text-shadow      : none;
	text-align: left;
	text-transform: capitalize;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
    background : #545557 !important;
    border     : none;
    filter     : none;
    color      : #fff;
}

#mainNav ul li a:active, #mainNav ul li.current > a {
    color              : #EFC6BB;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    -o-box-shadow      : none;
    box-shadow         : none;
}


.mobilenav_view {
	display: none;
	}

/* ================================= */
/* Mobile Navigation */
/* ================================= */

/* Resets for container */
#mobile_nav {
    position : absolute;
    top      : 0;
    z-index  : 9999;
    right    : 0;
    float    : left;
    margin   : 0;
    padding  : 0;
}

/* Background colour for menu and active icon/button */
html.mobile_nav_is_active,
#mobile_nav .mobile_nav_wrap,
#mobile_nav #mobile_nav_launch.active_mobile_launch {
    background-color : #363A39;
}

#mobile_nav .mobile_nav_wrap,
#mobile_nav ul li,
#mobile_nav ul li a {
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}

/* Style the icon/button */
#mobile_nav #mobile_nav_launch {
    height          : 44px !important;
    width           : 67px !important;
    line-height     : 21px;
    position        : relative;
    top             : 0;
    right           : 0;
    border-radius   : 0;
    background      : url(images/icons/nav-light.png) 45% center no-repeat;
    background-size : 60% 60%;
    text-indent     : -9999px;
    float           : right;
    border-left     : 1px solid rgba(255,255,255,0.1);
    cursor          : pointer;
    z-index         : 99;
}

/* Actual Menu Wrapper - Important stuff */
#mobile_nav .mobile_nav_wrap {
    position   : fixed;
    width      : 80%;
    float      : left;
    right      : -80%;
    -moz-box-shadow : inset 3px 0px 6px #111;
    -o-box-shadow : inset 3px 0px 6px #111;
    -webkit-box-shadow : inset 3px 0px 6px #111;
    box-shadow : inset 3px 0px 6px #111;
    height     : 100%;
    z-index    : 98;
    overflow   : auto;
    display    : block;
    padding-left: 5px;
    -webkit-overflow-scrolling: touch;
}

#mobile_nav .mobile_nav_wrap_active {
    right : 0;
}

html,
#mobile_nav .mobile_nav_wrap {
    -webkit-transition : right 0.2s linear;
    -moz-transition    : right 0.2s linear;
    transition         : right 0.2s linear;
}

html {
    position : relative !important;
    width    : 100%;
    right    : 0;
}

html.mobile_nav_is_active {
    right : 80%;
}

html.mobile_nav_is_active,
html.mobile_nav_is_active body {
    /* overflow : hidden; */
    position : relative;
    height   : 100%;
}

#mobile_nav ul {
    float         : left;
    position      : relative;
    top           : 0;
    left          : 0;
    display       : block;
    width         : 100%;
    list-style    : none;
    margin        : 0 auto !important;
    padding       : 5px 0 0 !important;
    border-bottom : 5px solid #363a39;
}

#mobile_nav ul li {
    width         : 100%;
    display       : block;
    padding       : 0 25px;
    float         : left;
    width         : 100%;
    border-bottom : 1px solid #444;
}

#mobile_nav ul li a {
    color       : #fff;
    font-size   : 18px;
    display     : block;
    float       : left;
    width       : 100%;
    font-weight : bold;
    padding     : 12px 20% 12px 0;
    position: relative;
}

#mobile_nav ul li a:active {
    text-shadow : -1px -1px 0 #111;
}

#mobile_nav ul ul {
    padding-left : 20px;
}

#mobile_nav .mobile_nav_wrap > ul > li > ul {
    display: none; /* HIDE INITIALLY */
}

#mobile_nav ul ul li {
    border-bottom: 0;
    padding: 0 0 0 20px;
}

#mobile_nav ul ul li a {
    font-weight  : normal;
    font-size    : 13px;
}

span.mobile_nav_down_more {
    position: absolute;
    height: 100%;
    width: 20%;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    z-index: 999;
    right: 0;
    top: 0;
    padding: 10px 0 0;
    outline: none;
}

/* Updates */
#mobile_nav .mobile_nav_wrap  > ul:last-of-type {
    margin-top: 20px !important;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#mobile_nav .mobile_nav_wrap  > ul:last-of-type li {
    border: none;
    padding: 0 10px;
    width: auto;
    display: inline-block;
    border-right: 1px solid #444;
    text-align: center;
    min-width: 33%;
}

#mobile_nav .mobile_nav_wrap  > ul:last-of-type li:last-of-type {
    border-right: none;
}

#mobile_nav .mobile_nav_wrap  > ul:last-of-type a {
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    padding: 0;
}

@media only screen and (max-width: 500px) {
    #mobile_nav .mobile_nav_wrap > ul:last-of-type li { width: 100%; border-right: none; }
    #mobile_nav .mobile_nav_wrap > ul:last-of-type a { text-align: left; padding: 0 0 5px 0; }
}


/* ================================= */
/* Sidebar */
/* ================================= */

#sidebar {
	margin-top : -188px;
	}

.sidebarInner {
	background: #fff;
	}

#subNav, .subNavBlog {
	border: none;
	}

#sidebar #subNav li.subNavHeading a, #sidebar .subNavBlog li.subNavHeading a {
	color           : #FFFFFF;
	padding         : 5px 0px 5px 0px;
	margin          : 0px;
	text-decoration : none;
	font-size       : 26px;
	}

#sidebar #subNav li.subNavHeading a:hover, #sidebar .subNavBlog li.subNavHeading a:hover {
	color : #FFFFFF;
	}

#content #sidebar #subNav li.subNavHeading, #content #sidebar .subNavBlog li.subNavHeading {
	padding      : 40px 0px 20px 22px;
	margin       : 0 0 10px;
	text-indent  : 0px;
	text-align   : left;
	background   : #ec008c;
	border: none;

	}

#content #sidebar #subNav li.subNavHeading:before, #content #sidebar .subNavBlog li.subNavHeading:before {
	content : none;
	}

#sidebar #subNav, #sidebar .subNavBlog {
	background-color : #FFFFFF;
	}

#content #sidebar ul#subNav li, #content #sidebar ul.subNavBlog li {
	padding      : 0px 0px 0px 0px;
	text-indent  : 0px;
	margin       : 0px;
	border: none;
	}

#sidebar #subNav li a, #sidebar .subNavBlog li a {
	color           : #000;
	padding         : 8px 0px 8px 35px;
	text-decoration : none;
	display: block;
	position: relative;
	z-index: 10;font-size: 14px;

	}


#sidebar #subNav li a:hover, #sidebar .subNavBlog li a:hover {
	color : #ec008c;
	}

#content #sidebar #subNav li:before, #content #sidebar .subNavBlog li:before {
	content      : "\203A \00a0";
	color        : #ec008c;
	font-size    : 15px;
	margin-right : 0px;
	line-height  : 15px;
	float: left;
	padding: 8px 5px 8px 25px;
	}

#content #sidebar ul#subNav, #content #sidebar ul.subNavBlog {
	padding : 0;
	margin  : 0px 0px 25px 0px;
	}

#content #sidebar #subNav li.down a, #content #sidebar .subNavBlog li.down a {
	color       : #58595b;
	font-weight : bold;
	}

#content #sidebar #subNav li.down:before, #content #sidebar .subNavBlog li.down:before {
	color       : #58595b;
	font-weight : bold;
	}

#content #sidebar #subNav li.child a, #content #sidebar #subNav li.child:before, #content #sidebar .subNavBlog li.child:before {
	padding-top: 5px;
	padding-bottom: 5px;
	}

#content #sidebar #subNav li.child, #content #sidebar .subNavBlog li.child {
	border-top   : none;
	padding-top  : 0px;
	padding-bottom  : 5px;
	padding-left : 0px;
	}

#content #sidebar #subNav li.childChild, #content #sidebar .subNavBlog li.childChild {
	font-size    : 11px;
	border-top   : none;
	padding-top  : 4px;
	padding-left : 50px;
	}

#content #sidebar #subNav li.childChild:before, #content #sidebar .subNavBlog li.childChild:before {
	font-size   : 11px;
	margin-left : 28px;
	}

#sidebar #subNav li.child:before, #sidebar .subNavBlog li.child:before {
	font-size   : 11px;
	margin-left : 14px;
	}

.subNavBlog .subNavHeading {
	padding: 20px 0px 20px 22px;
	}

/* Sidebar Banner */

.sideBarBanner {
	margin-bottom: 20px;
	}

.sideBarBanner .sidebarBannerImg {
	width: 100%;
	}

#promoBanner img {
	margin-bottom: 15px;
	}

/* ================================= */
/* Content */
/* ================================= */

#content {
    padding-top    : 10px;
    padding-bottom : 10px;
    width          : 100%;
    display        : block;
}

#content #copy {
	margin-top: 15px;
	}

#copy p, #copy table, #copy ul, #copy ol {
    margin : 0 0 18px 0;
}

#copy ul, #copy ol {
    margin-left : 18px;
}

/* Heading Titles */

.ribbonTitle {
	text-align: center;
	}

.ribbonTitle.awardsTitle {
  top: 130px;
  position: relative;
  margin-top: -36px;
  margin: 0 auto;
}

.ribbonTitleContainer {
	text-transform: uppercase;
	color: #fff;
	position: relative;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
	}

.ribbonTitleContainer > span.pink {
	color: #ec008c;
	}

.ribbonTitleContainer.large {
	font-weight: 500;
	padding: 8px 50px;
	font-size: 36px;
	z-index: 30;
	}

.ribbonTitleContainer.blue {
	background: #00afdb;
	}

.ribbonTitleContainer.blue .leftWing {
	border-color: transparent #0086a8 transparent transparent;
	}

.ribbonTitleContainer.blue .rightWing {
	border-color: transparent transparent transparent #0086a8;
	}

.ribbonTitleContainer.pink {
	background: #ec008c;
	}

.ribbonTitleContainer.pink .leftWing {
	border-color: transparent #ba0070 transparent transparent;
	}

.ribbonTitleContainer.pink .rightWing {
	border-color: transparent transparent transparent #ba0070;
	}

.ribbonTitleContainer.black {
	background: #303436;
	}

.ribbonTitleContainer.black .leftWing {
	border-color: transparent #191b1c transparent transparent;
	}

.ribbonTitleContainer.black .rightWing {
	border-color: transparent transparent transparent #191b1c;
	}

.ribbonTitleContainer.orange {
	background: #f39d1e;
	}

.ribbonTitleContainer.orange .leftWing {
	border-color: transparent #bf7c17 transparent transparent;
	}

.ribbonTitleContainer.orange .rightWing {
	border-color: transparent transparent transparent #bf7c17;
	}

.ribbonTitleContainer.green {
	background: #c4d42e;
	}

.ribbonTitleContainer.green .leftWing {
	border-color: transparent #94a123 transparent transparent;
	}

.ribbonTitleContainer.green .rightWing {
	border-color: transparent transparent transparent #94a123;
	}

.leftWing {
	position: absolute;
	z-index: 9;
	bottom: -40px;
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 83px 40px 0;
	}

.leftWing.small {
	bottom: -20px;
	border-width: 0 40px 20px 0;
	}

.rightWing {
	position: absolute;
	z-index: 9;
	top: -40px;
	right: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 0 83px;
	}

.ballLineRight {
	background: url(images/backgrounds/ball-line-right-bg.png) left center no-repeat;
	}

.ballLineLeft {
	background: url(images/backgrounds/ball-line-left-bg.png) right center no-repeat;
	}

/* ================================= */
/* Home */
/* ================================= */

#content ul#homeNav {
    margin        : 0 0 15px;
    padding       : 7px;
    background    : #ccc;
    border-radius : 8px;
}

#content #homeNav li {
    margin      : 0;
    padding     : 1px 0;
    text-align  : center;
    text-indent : 0;
    margin-left : 0 !important;
}

#content #homeNav li:before {
    content : '' !important;
}

#homeNav a {
    display          : block;
    background       : #EEEEEE;
    background-image : linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -o-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -moz-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -ms-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(50, 50, 50)), color-stop(1, rgb(70, 70, 70)));
    padding          : 13px 15px;
    text-decoration  : none;
    margin           : 0;
    color            : #fff;
    font-weight      : bold;
    text-align       : center;
    text-transform   : uppercase;
    text-shadow      : -1px -1px 3px rgba(0, 0, 0, 0.2);
}

#homeNav a:active, #homeNav a:focus, #homeNav a:hover {
    box-shadow : inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    outline    : none !important;
}

#homeNav li:first-child a {
    border-top-left-radius  : 5px;
    border-top-right-radius : 5px;
}

#homeNav li:last-child a {
    border-bottom-left-radius  : 5px;
    border-bottom-right-radius : 5px;
}

/* Home Page Banner */
#homeBanner {
	min-height: 300px;
	background: url(images/icons/ajax-loader-alt.gif) no-repeat center center;
}

/* HOME PAGE CLASSES */

#homePageClass {
	padding: 50px 0;
	}

#homePageClass .container_24 > .inner {
	padding: 0 60px;
	}

#homePageClass .classesTitle {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: 'DIN Next W01';
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 29px;
	}

#homePageClass .classesTitle .secondTitle {
	font-size: 18px;
	line-height: 24px;
	}

#homePageClass .classesTitle .firstTitle {
	font-size: 50px;
	line-height: 58px;
	margin-bottom: 40px;
	}


a.classesImageHolder {
	position: relative;
	color: #fff !important;
	}

.classesImageHolder .classTitle {
	text-transform: uppercase;
	font-size: 34px;
	line-height: 30px;
	position: absolute;
	top: 15px;
	left: 15px;
	text-shadow: 0px 0px 7px #000;
	display: none;
	}

.classesImageHolder  img {
	width: 100%;
	}

.classesImageHolder.first {
	-moz-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
	-o-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
	}

.classesImageHolder.last {
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	}

.classesImageHolder .classPlayButton {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: rgba(237, 56, 66, 0.8);
	/*background-color: rgba(222, 148, 78, 0.8);*/ /* OLD STYLES */
	padding: 20px 25px;
	font-size: 40px;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	}

.classesImageHolder.first .classPlayButton {
	background-color: rgba(239, 44, 160, 0.8);
	display: none;
	}

.classesImageHolder.last .classPlayButton {
	background-color: rgba(237, 56, 66, 0.8);
	display: none;
	}

/* HOME PAGE BODY NAV BUTTON */

#homePageBodyNav {
	background: #1d1d1d;
	border-top: 2px solid #b39245;
	border-bottom: 5px solid #1a1a1a;
	}

.bodyNavItems {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	text-shadow: 0 1px 0 #1a1a1a;
	letter-spacing: 0.15em;
	}

a.bodyNavItems {
	color: #fff !important;
	border-right: 1px solid #1a1a1a;
	}

.bodyNavItems {
	padding: 105px 0 15px;
	display: block;
	}

.bodyNavItems.class {
	background: url(images/backgrounds/107647-200.png) center 20px no-repeat;
	border-left: 1px solid #1a1a1a;
	}

.bodyNavItems.timetable {
	background: url(images/backgrounds/nav-timetable-icon.png) center 20px no-repeat;
	}

.bodyNavItems.clubs {
	background: url(images/backgrounds/Untitled.png) center 30px no-repeat;
	}

.bodyNavItems.offers {
	background: url(images/backgrounds/images.png) center 20px no-repeat;
	}

a.bodyNavItems:hover {
	color: #fff !important;
	background-position: center 15px;
	background-color: #1a1a1a;
	text-shadow: none;
	}
.landing-page #header {
/*	background: #DBDBDB;
	height: 75px;*/
}
.landing-page .rightButtons {
	/*margin-top: 4px;*/
}
/*.landing-page .freeTrial {
	text-align: right;
	border: 1px solid #ED008C;
	padding: 10px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 15px;
	text-transform: uppercase;
}*/
.landing-page .freeTrial a {
	color: #ED008C;
}
/*.landing-page .joinNow {
	text-align: right;
	background: #ED008C;
	border: 1px solid #ED008C;
	padding: 10px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 15px;
	text-transform: uppercase;
}*/
.landing-page .joinNow a {
	color: #FFFFFF;
}
/* ================================= */
/* Home Carousel */
/* ================================= */

/* Getting rid of the license */

.kc-wrap > div {
	 display: none !important;
	}

.kc-wrap > div.kc-horizon {
	display: block !important;
	}

.kc-wrap > div.button {
	display: block !important;
	}

/* Clubs */

#homeCarousel {
	background: url(images/backgrounds/carousel-bg.jpg) center center no-repeat #c7c9cb;
	padding: 70px 0 40px;
	}

#homeCarousel .ribbonTitle {
	margin-top: 30px;
	margin-bottom: -30px;
	position: relative;
	z-index: 11;
	}

#kc-home {
	padding-bottom: 29%;
	}

.kc-wrap {
	z-index: 10;
	}

#kc-home .kc-horizon {
	top: 61% !important;
	}

#kc-home .kc-item img {
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5);
	}

#kc-home .kc-item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	}

/* Stories */

#homeStoriesCarousel {
	background: url(images/backgrounds/success-stories-bg.jpg) center center no-repeat #818305;
	padding: 90px 0 60px;
	}

#kc-home-success {
	margin-top: 20px;
	overflow: visible;
	z-index: 100;
	}

#homeStoriesCarousel #kc-home-success .kc-item.kc-front-item .ribbonTitleContainer.small {
	font-size: 14px;
	line-height: 20px;
	padding: 12px 0px;
	}

.testimonial_extra {
	display: none;
	}


#homeStoriesCarousel #kc-home-success .kc-item.kc-front-item .testimonial_extra {
	display: block;
	}

#homeStoriesCarousel #kc-home-success .kc-item > div {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	}

#homeStoriesCarousel .ribbonTitleContainer.small {
	padding: 10px 0px;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	font-size: 12px;
	}

#homeStoriesCarousel .ribbonTitleContainer.small {

	}

/* Hide first and seventh */
/*#kc-home-success .kc-item:nth-child(5),
#kc-home-success .kc-item:last-of-type {
    visibility: hidden !important;
}*/

.ribbonTagline {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	font-size: 18px;
	}

.ribbonTagline.large {
	font-size: 24px;
	top: -30px;
	}

#kc-home-success .button {
	top: 50%;
	position: absolute;
	}

#kc-home-success .button {
	font-size: 50px;
	top: 50%;
	position: absolute;
	background: none !important;
	border: 2px solid #fff;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	}

#kc-home-success .button:active {
	background: #303436 !important;
	}

#kc-home-success #backwards-button {
	left: -30px;
	padding: 0px 23px 0 17px !important;

	}

#kc-home-success #forwards-button {
	right: -30px;
	padding: 0px 17px 0 23px !important;

	}


#homeStoriesCarousel .content_summary {
	display: none;
	position: relative;
	z-index: 10000;
	color: #fff;
	background: #1d1d1d;
	font-size: 16px;
	text-align: left !important;
	line-height: 22px;
	min-height: 110px;
	}

#homeStoriesCarousel .content_summary > div {
	padding: 20px;
	}

#homeStoriesCarousel .content_summary a {
	color: #00afdb !important;
	text-decoration: underline;
	}

#homeStoriesCarousel .content_summary a:hover {
	color: #fff !important;
	}

/*#homeStoriesCarousel .kc-item.kc-front-item:hover .content_summary {*/
#homeStoriesCarousel #kc-home-success .kc-item.kc-front-item:hover .content_summary {
	display: block;
	width: 160%;
	margin-top: -110px;
	margin-left: -28%;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	text-align: center;
	}

#homeStoriesCarousel .content_summary h3 {
	font-size: 30px;
	color: #fff;
	}

#blogMobileBanner {
	display: none;
	}

#blogMobileBanner .homeBlogImage {
	padding: 0 50px;
	margin-bottom: 10px;
	box-sizing: border-box;

	}

/* ================================= */
/* Membership Signup */
/* ================================= */

#membershipSignup {
	background: url(images/backgrounds/home-membership-bg.jpg) top center repeat;
	padding: 115px 0 75px;
	}

.landing-page #membershipSignup {
	padding: 120px 0 100px;
	}

.signupContainerWrapper {
	background: url(images/backgrounds/white-bottom-colour-bg.gif) center bottom no-repeat;
	padding-bottom: 11px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.signupContainer {
	background-color: rgba(256, 256, 256, 0.8);
	padding: 80px 40px 40px;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	}

.landing-page .signupContainer {
	/*padding-top: 40px;*/
	}

.signupContainer .title {
	text-align: right;
	margin-top: 8px;
	color: #2b2b2b;
	margin-bottom: 5px;
	}

.signupContainer .title > span {
	margin-right: 15px;
	}

.signupContainer .inputField {
	margin-bottom: 10px;
	}

.signupContainer input[type="submit"] {
	width: 100% !important;
	}

.signupButtonContainer {
	margin-top: 20px;
	}

.signupContainer .signupButtonContainer:before {
	content: '';
	background: url(images/backgrounds/ball-line-left-bg2.png) right center no-repeat;
	display: block;
	width: 120px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -65%;
	}

.signupContainer .signupButtonContainer:after {
	content: '';
	background: url(images/backgrounds/ball-line-right-bg2.png) left center no-repeat;
	display: block;
	width: 120px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -65%;
	}

/* ================================= */
/* Classes */
/* ================================= */

/* LISTING PAGE */

.classSteps {
	margin-bottom: 20px;
	}

.classSteps .stepsContainer {
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	font-size: 36px;
	line-height: 85px;
	padding: 0px 0 0px 20px;
	position: relative;
	height: 85px;
	color: #273038;
	}

.classSteps .stepsContainer .arrowPointer {
	position: absolute;
	top: 16px;
	right: -17px;
	font-size: 55px;
	color: #fff;
	z-index: 1;
	}

.classSteps .selectContainer {
	background: #ec008c;
	padding: 24px;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	}

.classSteps .selectContainer .custom_select {
	font-family: arial;
	}

.lowerLink {
	text-align: center;
	}

.lowerLink a {
	text-decoration: underline;
	}


.classCalander table td {
	vertical-align: top !important;
	padding: 10px 5px !important;
	text-align: center !important;
	font-size: 16px;
	text-transform: uppercase !important;
	}

.classCalander table thead tr:hover td {
	text-align: center !important;
	font-size: 16px;
	background: #363636;
	}

.classCalander table thead td {
	background: #363636;
	}

.classCalander table td.v_align_middle {
	vertical-align: middle !important;
	}

.classCalander table td.tableTime {
	background: #00afdb;
	color: #fff;
	width: 80px;
	}

.classCalander table td.tableDay {
	width: 13%;
	}

.classCalander table thead tr:hover td.tableTime {
	background: #00afdb;
	}

.classCalander table td.tableTime > span {
	font-size: 12px;
	color: #00728f;
	}

.classCalander table td img {
	margin-bottom: 5px;
	}

.classCalander table td img:hover {
	cursor: pointer;
	}

.classContainer {
	position: relative;
	}

.classContainer_ClassInfo {
	font-size: 12px;
	text-transform: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	display: block;
	margin-bottom: 7px;
}

.classContainer:last-of-type .classContainer_ClassInfo {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.classContainer_ClassInfo { margin-bottom: 0; }
}

#mobile_nav .mobile_nav_wrap > ul:last-of-type li {
    display: none;
}

.classContent {
	text-align: left;
	font-size: 12px;
	border: 1px solid #c6c4c4;
	position: absolute;
	top: -56px;
	right: -229px;
	background: #fff;
	padding: 10px;
	width: 215px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	font-family: arial;
	text-transform: none;
	height: 124px;
	display: none;
	z-index: 10;
	}

table tr td:last-child .classContent, table tr td:nth-last-child(2) .classContent {
	right: auto;
	left: -230px;
	}

.classContent:hover {
	cursor: pointer;
	}

.classContent h4 {
	margin-bottom: 5px;
	}

.classContent h4 span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	}

.classContent p {
	margin-bottom: 5px !important;
	line-height: 16px;
	}

.classContentArrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -11px;
	width: 11px;
	background: url(images/backgrounds/popup-arrow.png) left center no-repeat;
	}

table tr td:last-child .classContent .classContentArrow, table tr td:nth-last-child(2) .classContent .classContentArrow {
	left: auto;
	right:-11px;
	background: url(images/backgrounds/popup-arrow.png) left center no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	}


.classContainer:hover .classContent {
	display: block;
	}

.classContent a {
	text-decoration: underline !important;
	}

.classSteps .ballLineRight, .classSteps .ballLineLeft {
	margin-top: 15px;
	}

.buttonMargin {
	margin-top: 20px;
	}

.selectTwoOption {
	border: 1px solid #d9d9d9;
	margin-top: 20px;
	float: left;
	width: 100%;
	}

.selectTwoOption .inner {
	padding: 30px;
	}

.selectTwoOption {
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	}

.classSteps .selectTwoOption .custom_select {
	font-family: arial;
	}


/* Class details */

.classDetailsWrapper {
	background: #ebebeb;
	}

.classDetailsWrapper p {
	margin-bottom: 15px;
	line-height: 22px;
	}

.classDetailsWrapper .classPopupContent {
	background: #fff;
	}

.classDetailsWrapper .innerPadding {
	padding: 20px;
	}

.classPopupContentMain {
	font-weight: bold;
	}

.popupTitle {
	font-size: 16px;
	}

.classDetailsWrapper .classImg {
	margin-bottom: 20px;
	}

.classDetailsWrapper .trainerContainer {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	}

.classDetailsWrapper .trainerContainer .popupTitle {
	font-size: 20px;
	}

.classDetailsWrapper .trainerContainer .title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.59) 99%, rgba(0,0,0,0.59) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,0,0,0)), color-stop(11%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.59)), color-stop(100%,rgba(0,0,0,0.59))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 11%,rgba(0,0,0,0.59) 99%,rgba(0,0,0,0.59) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 11%,rgba(0,0,0,0.59) 99%,rgba(0,0,0,0.59) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 11%,rgba(0,0,0,0.59) 99%,rgba(0,0,0,0.59) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 11%,rgba(0,0,0,0.59) 99%,rgba(0,0,0,0.59) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#96000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	width: 100%;
	padding: 10px 20px;
	}

.centered {
	text-align: center;
	}

.classDetailsWrapper .socialIcons {
	width: 140px !important;
	margin: 0 auto !important;
	}

.classDetailsWrapper .socialIcons i {
	margin-right: 3px;
	margin-left: 3px;
	}


/* Mobile Section */

#mobileClassList {
	margin-left: -20px;
	margin-right: -20px;
	width: auto;
	display: block;
	float: none;
	}

#mobileClassList .collapse_header {
	color: #fff;
	padding: 10px 20px;
	background: rgb(61,69,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(61,69,76,1) 0%, rgba(37,45,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,69,76,1)), color-stop(100%,rgba(37,45,52,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(61,69,76,1) 0%,rgba(37,45,52,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(61,69,76,1) 0%,rgba(37,45,52,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(61,69,76,1) 0%,rgba(37,45,52,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(61,69,76,1) 0%,rgba(37,45,52,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d454c', endColorstr='#252d34',GradientType=0 ); /* IE6-9 */
	}

#mobileClassList .class_wrapper {
	position: relative;
	border-bottom: 1px solid #C5C5C5;
	}

#mobileClassList .class_content {
	background: #fff;
	border-left: 80px solid #00afdb;
	}

#mobileClassList .class_wrapper:nth-child(even) .class_content {
	background: #EBEBEB
}

#mobileClassList .class_content .padding {
	padding: 10px 15px;
	}

#mobileClassList .class_date {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 18px;
	}


.mobile_class_filters .custom_select,
.mobile_class_filters select {
	margin-bottom: 10px;
}

.mobile_class_filters .custom_select > select {
	margin-bottom: 0;
}

.mobile_class_filters h4 {
	margin: 10px 0;
}

/* TV CLASSES VIEW */

.classCalander.tvGuide table {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	}

/* ================================= */
/* Widgets */
/* ================================= */

.widget {
    margin-top    : 15px;
    margin-bottom : 10px;
}

.widget_title {
    padding    : 10px 15px 10px 20px;
    background : #ED5C33;
}

.widget_title h2 {
    color  : #fff;
    margin : 0;
}

.widget_content h2 a, .widget_content h2 {
    font-size     : 13px;
    line-height   : 17px;
    color         : #000;
    margin-bottom : 0;
}

.widget_content {
    background : #E9E9E9;
    padding    : 10px 15px 15px 20px;
}

.home_page .widget_content {
    min-height : 162px;
}

.widget_content ul {
    margin-bottom : 0 !important;
}

.widget_content ul li {
    font-weight   : bold;
    margin-left   : 0px !important;
    margin-bottom : 5px;
}

.widget_content ul li:before {
    margin-right : 3px;
    font-size    : 13px !important;
}

.widget_date {
    padding          : 8px 0 13px;
    margin           : 4px 8px 10px 10px;
    text-align       : center;
    width            : 72px;
    background-color : #ED5C33;
    text-transform   : uppercase;
    float            : right;
    color            : #FFF;
    font-size        : 22px;
    font-weight      : bold;
}

.widget_date h2 {
    font-weight    : bold;
    font-size      : 30px;
    text-transform : none;
    color          : #fff;
    margin         : 10px;
}

.widget .blogDate {
    color         : #000;
    font-style    : italic;
    display       : block;
    margin-bottom : 13px;
    line-height   : 14px;
}

.widget_content p {
    margin-bottom : 10px !important;
}

.widget .blogLink {
    text-decoration : underline;
}

.widget_form_row {
    margin     : 3px 0;
    text-align : right;
}

.widget_form_row label {
    width        : 21.5%;
    text-align   : left;
    margin-right : 2%;
    display      : inline-block;
}

.widget_form_input {
    text-align    : right;
    width         : 73%;
    padding-right : 1%;
    display       : inline-block;
}

.widget_form_input input {
}

.widget_form_button {
    margin-top    : 7px;
    padding-right : 1%;
    text-align    : right;
}

/* ================================= */
/* Blog */
/* ================================= */

.blogh1 {
	color: #363636;
	font-size: 55px;
	line-height: normal;
	margin-bottom: 10px;
}

/* ================================= */
/* Blog */
/* ================================= */

.displaying {
	text-align : left;
	margin-bottom: 10px !important;
	}

.nextprevnav {
	float: left;
	text-align : left;
	margin     : 18px 0 0 0;
	background: #ec008c;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	}

.nextprevnav i {
	font-size: 18px;
	}

.nextprevnav a, .nextprevnav span, .nextprevcurrentpage {
	float: left;
	}

.nextprevnav a {
	color: #fff !important;
	padding: 5px 10px;
	}

.nextprevnav a:hover {
	color: #58595b !important;
	}

.nextprevcurrentpage {
	color: #ff77c8;
	background: #fff;
	padding: 5px 10px;
	}

.nextprevdisabled {
	color: #ff56ba;
	padding: 5px 10px;
	}

.blogListingThumb {

	}

.blogListingThumb div.shadowWrapper {
	background: url(images/backgrounds/listing-bottom-shadow.png) center bottom no-repeat;
	padding-bottom: 20px;
	}

.blogListingThumb div.listingBorder {
	margin: 0;
	width: 100%;
	float: left;
	position: relative;
	border: 2px #75746b solid;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}

.blogListingContainer {
	margin-top: 2px;
	}

.blogListingContainerWImage {
	float : left;
	}

#content .blogListingContainer p {
	margin : 0 0 10px 0;
	}

.blogListingContainer h2 a {
	color: #58595b;
	}

.blogListingContainer h2 a:hover {
	color: #00afdb;
	}

.blogDate {
	color : #ccc;
	}

.blogAddThisTop {
	float : right;
	width : 124px;
	}

.blogMetaInfo {
	background-color : #cbd0d5;
	margin           : 10px 0;
	overflow         : hidden;
	padding          : 10px 10px;
	text-transform: capitalize;
	}

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
	color : #58595b;
	}

#sidebar .search {
	margin-bottom: 20px;
	}

#sidebar .search .custom_select {
	margin: 10px 0;
	}

.blogImageContainer {
	width: 44%;
	float: right;
	}

.blogImageContainer img {
	width: 350px;
}

.blogImageContainer > div {
	margin: 0 0 15px 27px;
	border: 5px #fff solid;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	}

.backListings {
	display: block;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 5px;
	}


/* Blog Carousel */

#blogCarousel {
	background: url(images/backgrounds/carousel-bg.jpg) center center no-repeat #c7c9cb;
	padding: 70px 0 40px;
	}

#blogCarousel .ribbonTitle {
	margin-top: 30px;
	margin-bottom: -30px;
	}

#kc-blog {
	padding-bottom: 29%;
	}

#kc-blog .kc-horizon {
	top: 61% !important;
	}

#kc-blog .kc-item img {
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5);
	}

#blogCarousel .buttonWrapper {
	position: absolute; top: 0; right: 0;bottom: 0;left:0;
	}

#blogCarousel .buttonContainer {
	position: absolute; top: 55%; right: 0;left:0; text-align: center;
	}

#blogCarousel .button {
	padding: 5px 12px !important;
	font-size: 12px;
	}

#blogCarousel .kc-item.kc-front-item .button {
	padding: 8px 17px !important;
	font-size: 14px;
	}


/* ================================= */
/* Gallery  */
/* ================================= */

/* General Gallery Styles & Fixes */
#content ul.gallery_cat_list, #content ul.thumbs {
    margin: 0;
}
#content .gallery_cat_list li, #content .gallery_thumbs li {
    text-indent: 0;
    margin-left: 0;
    padding: 0;
}
#content .gallery_cat_list li:before, #content .gallery_thumbs li:before {
    display: none;
}

/* Category Styles  */

.gallery_cat_list li {
    float: left;
    width: 32%;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

#content .gallery_cat_list li.gallery_middle {
    margin-right: 2%;
    margin-left: 2%;
}

.gallery_cat_list li a {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
    display: block;
    -moz-transition: all linear 100ms;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
}

.gallery_cat_list li a:hover {
    position: relative;
    z-index: 99;
}

.gallery_cat_list li a img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.gallery_cat_list li a:hover img {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position:relative;
}

.gallery_cat_list li a:active img {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position:relative;
}

.gallery_cat_list li .gallery_title_overlay_container {
    display: none;
}

.gallery_cat_list li .gallery_title_overlay {
    display: none;
}

.gallery_cat_list li a:hover .gallery_title_overlay_container {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 100;
    text-align: center;
    display: table-cell;
}

.gallery_cat_list li a:hover .gallery_title_overlay {
    text-align: center;
    display: inline-block;
    padding: 7px;
}

/****NOTE*** Change the height to the height of the image
- this is so the label will be able to be set at a vertical centered position  */
.gallery_cat_list li a:hover .gallery_title_label {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    height: 215px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

/* THUMBS - ALBUM STYLES */
#content .gallery_thumbs {
    margin: 0;
    padding: 0;
}


#content .gallery_thumbs li {
    width: 24.2%;
    float: left;
    margin-right: 1%;
    margin-bottom: 7px;
}
#content .gallery_thumbs li.gallery_divider, #content .gallery_cat_list li.gallery_divider {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
}
#content .gallery_thumbs li a {
    display: block;
    background: #000;
}

#content .gallery_thumbs li a:hover img {
    opacity: 0.7;
}

#content .gallery_thumbs li a:active img {
    opacity: 0.5;
}

#content .gallery_thumbs li.gallery_last {
    margin-right: 0;
}

.gallery_thumbs .gallery_caption {
    padding: 15px 0 7px;
}

.gallery_thumbs .gallery_caption h2 {
    font-size: 14px;
    color: #000;
    line-height: 18px;
}

/* ================================= */
/* Hero Subscribe */
/* ================================= */

#subscribeHero {
	background: url(images/backgrounds/subscribe-hero-bg.gif) top center repeat;
	}

.subscribeHeroText {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(images/backgrounds/subscribe-hero-arrow.png) center right no-repeat;
	text-transform: uppercase;
	}

.subscribeHeroText span {
	color: #005e75;
	}

.subscribeHeroHolder {
	margin-top: 30px;
	}

.subscribeHeroHolder > .inner {
	padding-left: 40px;
	}

.subscribeHeroInputHolder {
	margin-bottom: 10px;
	}

#subscribeHero .subscribeButton input[type="submit"] {
	font-size: 26px;
	width: 100% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center;
	line-height: 66px !important;
	border: 1px solid #8a7b3f;
	background: #f4a734; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4a734 1%, #f3a026 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4a734), color-stop(100%,#f3a026)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4a734 1%,#f3a026 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4a734 1%,#f3a026 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4a734 1%,#f3a026 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4a734 1%,#f3a026 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a734', endColorstr='#f3a026',GradientType=0 ); /* IE6-9 */
	text-shadow: #eb620d 1px 1px 1px;
	}

#subscribeHero .subscribeInput {
	position: relative;
	}

#subscribeHero .subscribeInput > i {
	position: absolute;
	top: 12px;
	left: 10px;
	color: #b3b3b3;
	}

#subscribeHero .subscribeInput input[type="text"] {
	padding-left: 30px;
	}

.sidebarInner .subscribeContainer {
	color: #FFFFFF;
    font-size: 14px;
    padding: 20px;
    background-color: #c4d42e;
}
.sidebarInner .subscribeContainer h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
}
.sidebarInner .subscribeContainer input[type=text] {
	margin-bottom: 10px;
}

/* ================================= */
/* Testimonial Styles */
/* ================================= */

#content.testimonials {
    padding: 0;
}

.testi_full {

}
.testi_full.blue {
    background: url(images/backgrounds/home-membership-bg.jpg) top center repeat;
    color: #fff;
}
.testi_full.green {
    background: #C4D42E;
    color: #fff;
}
.testi_full.pink {
    background: url(images/backgrounds/home-class-bg.jpg) center center no-repeat #ac0194;
    color: #fff;
}
.testi_full.light_blue {
    background: #00AFDB;
    color: #fff;
}
.testi_full.black {
    background: #303436;
    color: #fff;
}


.testi_image {
    float: right;
    position: relative;
    width: 25%;
    margin-right: 3%;
    margin-top: 40px;
}


.testi_padding {
    width: 72%;
    padding: 60px 20px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 21px;
}
.testi_padding h2 {
    color: #fff;
    margin-bottom: 25px;
}


.testi_full.left_testi .testi_image {
    float: left;
    text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
}
.testi_full.right_testi .testi_image {
    float: right;
    text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.testi_full.left_testi .testi_padding {
    float: right;
}
.testi_full.right_testi .testi_padding {
    float: left;
}


.testi_quote_left {
    background: url("images/backgrounds/quote-left.png") no-repeat left top;
    padding-left: 35px;
    margin-right: 41px;
}
.testi_quote_right {
    background: url("images/backgrounds/quote-right.png") no-repeat right bottom;
    padding-right: 35px;
}

.testi_video {
    position: absolute;
    left: -20px;
    bottom: 20px;
    width: 177px;
    height: 126px;
    background-size: cover;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
}

.testi_full.left_testi .testi_video {
    left: auto;
    right: -20px;
}
.testi_full.left_testi .testi_video {
	right: -65px;
}

/* HOME PAGE MOBILE STUFF */

.content_mobile {
	text-align: center;
	}

.content_summary_mobile {
	background: #000;
	color: #fff;
	padding: 15px;
	margin-top: 34px;
	}

.content_summary_mobile h3 {
	color: #fff;
	}

#homeStoriesCarousel .content_mobile .ribbonTitleContainer.small {
	background: #00afdb;
	margin: 0 20px 0;
	}

/* ================================= */
/* Video Styles */
/* ================================= */
.video_play {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	/* width: 100%;*/
	/*height: 225px;*/
	text-align: center;
	position: absolute;
	z-index: 2;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}
.video_vert_align {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}
.video_play img {
	padding: 20px 16px 20px 19px;
	background: rgba(0,0,0,0.3);
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: -35px;
	position: absolute;
	left: 50%;
	top: 50%;
	}
.youtube_thumb_fallback {
    height: 202px;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.image_4_Image:hover .youtube_thumb_fallback.yt_thumb {
    opacity: 0.8;
}

/* ================================= */
/* Standard 4x Image Styles */
/* ================================= */
.image_4_Container {
	width: 23.5%;
	display: block;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	}
.image_4_Container.last_desktop{
	margin-right: 0;
	}
.image_4_Container .image_4_Image {
	margin-bottom: 10px;
	display: block;
	position: relative;
	}
.image_4_Container .image_4_Image img{
	-webkit-backface-visibility: hidden;
	-moz-transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	}
.image_4_Container:hover .image_4_Image img{
	opacity: 0.8;
	}

.image_4_Container h2 {
	margin: 10px 0 10px;
	font-size: 19px;
	text-align: center;
	line-height: 25px;
	}
.image_4_Container h2 a{
	font-size: 18px;

	line-height: 25px;
	}
#content .image_4_Container .image_4_Listing p{
	font-size: 14px;
	line-height: 23px;
	}
.only_mob {
	display: none;
	}

/* CAREERS */

.job_number {
	color: #ccc;
	font-weight: bold;
	}


/* ================================= */
/* Footer Subscribe */
/* ================================= */

#footerSubscribe {
	background: url(images/backgrounds/subscribe-bg.gif) top center repeat-y;
	}

.subscribeContainer {
	color:     #FFFFFF;
	font-size: 14px;
	}

.subscribeContainer p {
	}

#footerSubscribe .subscribeContainer .subscribeSocial ul {
	width: 100%;
	}

#footerSubscribe .subscribeContainer .subscribeSocial li {
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
	}

#footerSubscribe .subscribeContainer .subscribeSocial a {
	color:         #FFFFFF;
	width: 100%;
	display: block;
	font-size: 30px;
	padding: 34px 0;
	}

#footerSubscribe a.socialFirst {
	background: #99dff1;
	}

#footerSubscribe a.socialSecond {
	background: #80d7ed;
	}

#footerSubscribe a.socialThird {
	background: #66cfe9;
	}

#footerSubscribe a.socialForth {
	background: #4dc7e6;
	}

#footerSubscribe a.socialFifth {
	background: #33bfe2;
	}

#footerSubscribe a.socialSixth {
	background: #1ab7df;
	}

#footerSubscribe .subscribeContainer .subscribeSocial a:hover {
	background: #00afdb;
   }



#footerSubscribe .subscribeContainer .subscribeHolder {
	margin-top: 25px;
	}

#footerSubscribe .subscribeContainer .subscribeInputHolder {
	padding-right: 80px;
	}

.subscribeHolder p {
	text-align:    right;
	padding-right: 15px;
	padding-left: 20px;
	}

#footerSubscribe .subscribeContainer .subscribeInput.inputEmail {
	float: left;
	width: 100%;
	}

#footerSubscribe .subscribeContainer .subscribeInput.inputEmail input[type="text"] {
	-webkit-border-radius: 5px 0 0 5px;
	border-radius:         5px 0 0 5px;
	-moz-border-radius:    5px 0 0 5px;
	padding: 12px 12px;
	border-right: none !important;
	}

#footerSubscribe .subscribeContainer .subscribeButton {
	width: 80px;
	float: left;
	}

#footerSubscribe .subscribeContainer .subscribeButton .button {
	height:                18px;
	width:                 100% !important;
	padding-left:          0px !important;
	padding-right:         0px !important;
	text-align:            center;
	padding-top: 12px !important;
	background: #c7d638 !important;
	border-color: #a5b228;
	padding: 6px !important;
	margin-top: 5px;
	}



/* VERSION TWO */

.subscribeContainer .whiteheading {
	text-align: center;
	font-size: 54px;
	line-height: 50px;
	}

.subscribeContainer .whiteheading > span {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}

.subscribeContainer .whiteheading .smallHeading {
	text-align: center;
	font-size: 44px;
	}

.subscribeContainer .whiteheading p {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 24px;
	padding-left: 30%;
	padding-right: 30%;
	}

.subscribeContainer .whiteheading .smallHeading span {
	position: relative;
	}

.subscribeContainer .whiteheading .smallHeading span:before {
	content: '';
	background: url(images/backgrounds/flourish-left.png) right center no-repeat;
	display: block;
	width: 70px;
	height: 32px;
	margin-top: -8px;
	position: absolute;
	z-index: 1;
	top: 13px;
	left: -87px;
	}

.subscribeContainer .whiteheading .smallHeading span:after {
	content: '';
	background: url(images/backgrounds/flourish-right.png) left center no-repeat;
	display: block;
	width: 70px;
	height: 32px;
	margin-top: -8px;
	position: absolute;
	z-index: 1;
	top: 13px;
	right: -100px;
	}


/* ================================= */
/* Footer */
/* ================================= */

#footer {
    clear            : both;
    text-align       : center;
    background-color : #fff;
    display          : block;
    width            : 100%;
    float            : left;
	color: #919594;
    padding          : 0 0 20px;
}

#footer a {
    color     : #7f8382;
    font-size : 12px;
}

#footer a:hover {
    color : #ec008c;
}

.site_by {
    display : block;
    padding : 10px 0 0;
}

.site_by img {
    display : inline-block;
    margin  : -11px 0 0 2px;
}

.footerNav {
    margin-bottom : 10px;
}

#footer li {
    display    : inline;
    list-style : none;
    margin     : 0 12px 0 0;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -6px;
    margin   : 0 3px 0;
}

#footer .footer_list_container {
	margin-top: 40px;
	border-right: 160px solid #fff;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}

#footer .footer_left {
    text-align : left;
}

#footer .footer_left h3 {
	font-family: 'Proxima Nova W01';
	font-weight: 700;
	text-transform: none;
	font-size: 20px;
	color: #7f8382;
}

#footer .footer_left li,
#footer .footer_left li a {
    margin: 0;
}

#footer .footer_left li {
    display    : block;
    list-style : none;
    margin     : 0 12px 0 0;
    text-align : left;
    width      : 100%;
}

#footer .footer_list {
	float: left;
	width: 18%;
	margin-right: 2%;
	}

#footer .footer_right {
    font-size   : 12px;
    text-align  : right;
}

#footer .footer_right li {
    display    : inline-block;
    list-style : none;
    margin     : 0 0 0 11px;
}

#footer .footer_right ul {
    margin-bottom : 10px;
}

.footerLogo {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/backgrounds/scorpion-logo-nav-light.png) 0 0 no-repeat;
	width: 157px;
	height: 166px;
	}

.footer_details_container {
	margin-top: 50px;
	text-align: center;
	}

.footer_details_container a {
	border-bottom: 1px solid #fff;
	}

.footer_details_container a:hover {
	color: #333 !important;
	border-bottom: 1px solid #EC5C33;
	}

/* ================================= */
/* Sitemap */
/* ================================= */

#content ul.sitemap {
    list-style : none;
    margin     : 0px;
    padding    : 0px;
}

ul.sitemap li a {
    padding : 5px 0px 3px;
    display : block;
}

ul.sitemap a:hover {
    color : #000;
}

ul.sitemap li.sitemapHeading > a {
    font-size     : 16px;
    padding       : 10px 5px;
    margin        : 0px 0px 0px;
    border-bottom : 1px solid #dddddd;
    font-weight   : bold;
    display       : block;
}

ul.sitemap li.sitemapHeading > a:hover {
    background    : #eee;
    border-bottom : 1px solid #aaa;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -5px;
    margin   : 0 3px 0;
}

/* ================================= */
/* Breadcrumbs */
/* ================================= */

#breadcrumbs {
    display : block;
    width   : 100%;
}

#content #breadcrumbs ul {
    list-style : none;
    margin     : 14px 0;
    display    : block;
    position   : relative;
    float      : left;
    width      : 95%;
}

#content #breadcrumbs ul li {
    display : inline;
    padding : 0 5px 0 0;
}

#content #breadcrumbs ul li a {
    padding        : 0 5px 0 0;
    color          : #888;
    font-size      : 12px;
    text-transform : uppercase;
}

#content #breadcrumbs ul li a:hover {
    color : #000;
}

#content span.breadcrumbDivider {
    color       : #888;
    padding     : 0;
    display     : inline-block;
    font-size   : 13px;
    line-height : 12px;
}

#content #breadcrumbs ul li a.currentBreadcrumb {
    color          : #000;
    text-transform : none;
}

/* ================================= */
/* Enquiry Form */
/* ================================= */

.required_fields_heading {
    font-size : 11px;
}

.form_required i, .required_fields_heading i {
    color : #ff0000;
}

.form_label, .form_required, .form_field {
    margin : 6px 0;
}

.form_label {
    width   : 20%;
    padding : 7px 0 0 0;
    clear   : both;
}

.form_required {
    width   : 5%;
    padding : 10px 0 0 0;
}

.form_field {
    width      : 75%;
    min-height : 30px;
}

#content .errorInput {
    background         : url(images/icons/error.gif) no-repeat right 3px #fff;
    -webkit-box-shadow : #E59595 0 0 4px;
    -moz-box-shadow    : #E59595 0 0 4px;
    box-shadow         : #E59595 0 0 4px;
    border             : 1px solid #CC0000;
}

.imageVerification * {
    vertical-align  : middle;
    margin          : 0 5px 0 0;
    text-decoration : none !important;
}

.imageVerification input,
.imageVerification input[type="text"] {
    width : 25%;
}

.errorText {
    color : #CC0000;
}

input.hintText, .form_note {
    color : #999999;
}

/* ================================= */
/* Form Fields Inputs */
/* ================================= */

input, textarea, select {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 12px;
    outline     : none;
    width: 100%;
}

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select {
    width                 : 100%;
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;
    padding               : 10px;
    border                : 1px solid #005e75;
    -webkit-box-shadow    : rgba(255, 255, 255, 0) 0 0 4px;
    -moz-box-shadow       : rgba(255, 255, 255, 0) 0 0 4px;
    box-shadow            : rgba(255, 255, 255, 0) 0 0 4px;
    -moz-transition       : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-transition    : box-shadow linear 0.2s, border linear 0.2s;
    -o-transition         : box-shadow linear 0.2s, border linear 0.2s;
    transition            : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-box-sizing    : border-box;
    -moz-box-sizing       : border-box;
    -ms-box-sizing        : border-box;
    -o-box-sizing         : border-box;
    box-sizing            : border-box;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
    border             : 1px solid #ED5C33 !important;
    /*-webkit-box-shadow : #ED5C33 0 0 4px !important;
    -moz-box-shadow    : #ED5C33 0 0 4px !important;
    box-shadow         : #ED5C33 0 0 4px !important;*/
}

/* ================================= */
/* Tables */
/* ================================= */

table.invisibleTable tr:hover .mceLayout td {
    border-top : 1px solid #ccc;
}

table.invisibleTable tr .mceLayout td table {
    margin : 10px 0 5px !important;
}

/* ================================= */
/* Buttons */
/* ================================= */

input[type="submit"], button, .button,
.ui-widget-content.ui-dialog-buttonset .ui-button.ui-state-default {
    padding               : 8px 17px !important;
	background: #049bc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #049bc1 0%, #03b0db 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#049bc1), color-stop(100%,#03b0db)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #049bc1 0%,#03b0db 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #049bc1 0%,#03b0db 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #049bc1 0%,#03b0db 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #049bc1 0%,#03b0db 100%); /* W3C */

	border                : 1px solid #049bc1;
    display               : inline-block;
    font-size             : 14px;
    line-height           : normal !important;
    -webkit-border-radius : 4px; -moz-border-radius : 4px; -o-border-radius : 4px; -ms-border-radius : 4px;
    border-radius         : 4px;
    color                 : #fff !important;
    font-weight           : normal;
    cursor                : pointer;
    -webkit-box-shadow    : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow       : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow            : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    width                 : auto !important;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0);
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-transform: uppercase;
}

input[type="submit"]:hover, button:hover, .button:hover {
    color               : #fff !important;
    text-decoration     : none;
	background: #24bae0; /* Old browsers */
	background: -moz-linear-gradient(top,  #24bae0 0%, #08b2dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24bae0), color-stop(100%,#08b2dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #24bae0 0%,#08b2dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #24bae0 0%,#08b2dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #24bae0 0%,#08b2dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #24bae0 0%,#08b2dc 100%); /* W3C */
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.1);
	}

input[type="submit"]:active, button:active, .button:active {
    background-color   : #0aa1c7 !important;
    -webkit-box-shadow : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow    : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow         : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


input[type="submit"].alt-colour, button.alt-colour, .button.alt-colour {
	background: #ef32a2; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef32a2 1%, #be0171 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ef32a2), color-stop(100%,#be0171)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef32a2 1%,#be0171 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef32a2 1%,#be0171 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef32a2 1%,#be0171 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef32a2 1%,#be0171 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef32a2', endColorstr='#be0171',GradientType=0 ); /* IE6-9 */
	border                : 1px solid #a10b64;
	}

input[type="submit"].alt-colour:hover, button.alt-colour:hover, .button.alt-colour:hover {
	background: #fd62be; /* Old browsers */
	background: -moz-linear-gradient(top,  #fd62be 2%, #bc478b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fd62be), color-stop(100%,#bc478b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd62be 2%,#bc478b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd62be 2%,#bc478b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd62be 2%,#bc478b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd62be 2%,#bc478b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd62be', endColorstr='#bc478b',GradientType=0 ); /* IE6-9 */
	}


.sml-btn {
	padding: 6px 14px !important;
	font-size: 12px;
	-webkit-border-radius : 3px; -moz-border-radius : 3px; -o-border-radius : 3px; -ms-border-radius : 3px;
	border-radius         : 3px;
	}

.highTop, input[type="submit"].highTop {
	padding: 16px 16px !important;
	}

.active {
	border: 1px solid #c2c2c2 !important;
	background: #dddddd !important;
	}

.button.clearbtn {
	background: none !important;
	border: 1px solid #fff;
	}

.bigButton, input[type="submit"].bigButton {
	font-size: 22px;
	padding: 12px 30px !important;
	}


/* ================================= */
/* Errors / Info / Caution */
/* ================================= */

.error_box, .info_box {
    margin       : 0 0 15px 0;
    padding      : 15px;
    border-width : 3px;
    border-style : solid;
    color        : #555555;
}

.error_box {
    border-color     : #C30000;
    background-color : #FFF2ED;
    color            : #C30000;
}

.error_box ul {
	list-style-position: inside;
	}

.info_box {
    border-color     : #D5F296;
    background-color : #F2FCDC;
}

#content .error_box ul {
    margin-bottom : 0px;
    margin-left : 15px;
}

.info_box i {
    margin : 0 8px 0 0;
}

/* ================================= */
/* Message Boxes */
/* ================================= */

.msg_box {
    position     : relative;
    margin       : 20px 0;
    padding      : 10px 10px 10px 45px;
    width        : 640px;
    border-width : 2px;
    border-style : solid;
    /* border-radius: 5px; */
    color        : #555555;
}

.msg_box.info {
    background   : #E1F2F7 url('images/icons/information.png') no-repeat 15px 11px;
    border-color : #C5E4ED;
}

.msg_box.success {
    background   : #F2FCDC url('images/icons/accept.png') no-repeat 15px 11px;
    border-color : #D5F296;
}

.msg_box.caution {
    background   : #FFFCD9 url('images/icons/error.png') no-repeat 15px 11px;
    border-color : #F5F0AE;
}

.msg_box.error {
    background   : #FFF2ED url('images/icons/exclamation.png') no-repeat 15px 11px;
    border-color : #F5C2AE;
}

.msg_box a.close {
    position : absolute;
    top      : 3px;
    right    : 0px;
    padding  : 5px 10px;
}

/* ================================= */
/* Icons */
/* ================================= */

.small-icon {
    font-size : 14px;
}

.medium-icon {
    font-size      : 22px;
    vertical-align : middle;
}

.large-icon {
    font-size      : 35px;
    vertical-align : middle;
}

/* ================================= */
/* TinyMCE */
/* ================================= */

.editor {
    width : 100%;
}

.mini_editor { }

#content .mceEditor table {
    margin : 0;
}

/* ====================================== MODULES ====================================== */

/* ================================= */
/* Locations / Locator Module */
/* ================================= */

.locationsListingWrapper {
	position: relative;
	background: #000;
	overflow: hidden;
	margin-bottom: 20px;
	display: block;
	}

.locationsListing {
	position: relative;
	padding: 20px;
	color: #fff;
	min-height: 200px;
	}

.locationsListing h2 {
	font-size: 30px;
	font-weight: 400;
	text-shadow: 0 0 10px #000;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.2s ease;
	margin: 0px;
	padding: 15px 20px;
	background-color: rgba(0,0,0,0.67);
	}

.locationsListingWrapper:hover .locationsListing h2 {
	background-color: rgba(0,0,0,0);
	bottom: 90px;
}

.locationsListing p {
	margin-bottom: 0px !important;
	height: 0px;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 20px;
	transition: all 0.2s ease;
	}

.locationsListingWrapper:hover .locationsListing p {
	margin-bottom: 0px !important;
	height: 70px;
	}

.locationsListingBg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	filter: blur(0px);
	transition: all 0.2s ease;
	}

.locationsListingWrapper:hover .locationsListingBg {
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	}

.locationsListingBgColor {
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

.locationsListingWrapper:hover .locationsListingBgColor {
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 1;
	}

.locationsListingLike {
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: -30px;
	right: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

.locationsListingLike:hover {
	color: #ec008c;
	cursor: pointer;
	}

.locationsListingWrapper:hover .locationsListingLike {
	top: 15px;
	}





#locationSearch {
    font-size   : 11px;
    line-height : 20px;
    color       : #fff;
    padding     : 20px 9px;
    background  : #ED5C33;
    position    : relative;
    margin      : 0 0 18px 0;
}

.locationSearchHeading {
    font-size   : 16px;
    font-weight : bold;
}

#content #locationSearch span.locationIcon {
    background-image : url(images/buttons/locator_icon.html);
    bottom           : 16px;
}

#locationSearch input[type="text"] {
    width        : 80%;
    padding      : 3px 33px 3px 7px;
    height       : 16px;
    line-height  : 16px;
    background   : #CCCCCC !important;
    border-color : #fff !important;
    color        : #fff;
    font-size    : 11px;
    margin-top   : 4px;
}

::-webkit-input-placeholder {
    color : #999;
}

:-moz-placeholder {
    color : #999;
}

#locationSearch input[type="text"]:focus {
    -webkit-box-shadow : #fff 0 0 4px !important;
    -moz-box-shadow    : #fff 0 0 4px !important;
    box-shadow         : #fff 0 0 4px !important;
}

#locationSearch input[type="image"] {
    position : absolute;
    right    : 14px;
    bottom   : 21px;
    width: auto;
}

#location_search_map {
    height : 600px;
}

.state-box {
    margin-bottom : 20px;
}

#store-location-text li {
    margin-bottom : 10px;
}

.location_num {
    background  : url(images/backgrounds/locator_num_bg.png) no-repeat;
    color       : #fff;
    width       : 20px;
    height      : 27px;
    text-align  : center;
    font-weight : bold;
    padding     : 2px 0 0;
}

.location_content {
    margin-left : 27px;
}

#store-location-text h2 {
    margin-bottom : 10px;
}

#store-location-text h3 {
    margin-bottom : 5px;
}

#store-location-text h3 a {
    color : #1E1E1E;
}

.contactDetailsTable td {
    padding : 0 10px 10px 0;
}

a.phoneLink {
    color : #1E1E1E;
}

#location_map {
    height : 300px;
}


.gallery_locations > div {
	margin-bottom: 20px;
	}

.gallery_locations > div:hover img {
	opacity: 0.8;
	}

/* Location View */

.club-view #headingWrapper .grid_24 {
	min-height: 296px;
	}

.club-view #content {
	padding-top: 0px;
	}

.clubviewHeading {
	background: #fcfcfc;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
	}

.club-view #headingContainer {
	margin-top: 0px;
	}

.clubviewHeading h1 {
	color: #363636;
	font-size: 66px;
	line-height: 70px;
	}

.clubHeadingDetails {
	margin-top: 10px;
	}

.clubHeadingDetails .button {
	width: 100% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center;
	}

.clubsTabs .clubDetails {
	font-size: 14px;
	line-height: 22px;
	}

.clubsTabs .clubDetailsImage {
	min-height: 465px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

.clubHighlights h3 {
	font-size: 36px;
	line-height: 42px;
	}

.clubHighlights #multiple_highlights_banner {
	margin-bottom: 20px;
	}

#multiple_highlights_banner ul.slides li div {
	border-bottom: 3px solid #ec008c ;
	}

#multiple_highlights_banner ul.slides li:nth-child(2n+0) div {
	border-bottom: 3px solid #c4d42e ;
	}

#multiple_highlights_banner ul.slides li:nth-child(3n+0) div {
	border-bottom: 3px solid #f6b656 ;
	}

#multiple_highlights_banner ul.slides li:nth-child(4n+0) div {
	border-bottom: 3px solid #40c3e4 ;
	}

/* Tabs */

#tabs {
	border: none;
	font-family: Arial;
	font-size: inherit;
	border-color: #f08918;
	margin-bottom: 20px;
	}

#tabs > ul {
	border-color: #f08918;
	margin: 0px !important;
	background: #f6b525; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6b525 0%, #f08617 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b525), color-stop(100%,#f08617)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6b525 0%,#f08617 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6b525 0%,#f08617 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6b525 0%,#f08617 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6b525 0%,#f08617 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b525', endColorstr='#f08617',GradientType=0 ); /* IE6-9 */
	}

#tabs.ui-tabs .ui-tabs-nav li {
	text-indent: 0px;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	border: none !important;
	text-transform: uppercase;
	}

#tabs.ui-tabs .ui-tabs-nav li:before {
	content: none;
	}

/*.ui-widget-content .ui-state-default, */.ui-widget-header .ui-state-default {
	background: none;
	}

.ui-widget-content .ui-tabs-active a {
	background: #f28918;
	}

.ui-state-default a {
	color: #fff !important;
	text-shadow: 1px 1px 0 #ea520a;
	font-weight: normal;
	font-size: 16px;
	}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 15px 48px;
	border-left: 1px solid #f08918;
	}

#tabs ul li:first-child a {
	border-left: none;
	}

.ui-tabs .ui-tabs-panel {
	padding: 20px 0;
	}


.tabCtaButton .button {
	font-size: 16px;
	width: 100% !important;
	text-align: center;
	padding: 16px 0px !important;
	}

.greyWrapper {
	background: #fcfcfc;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.paddingTwenty {
	padding: 14px 20px;
	}

/* Social Media Colour */

.socialIcons {
	margin: 0px !important;
	list-style: none;
	}

.socialIcons li {
	float: left;
	width: 100%;
	line-height: 40px;
	}

.socialIcons li {
	float: left;
	width: auto;
	text-indent: 0px !important;
	margin-left: 0px !important;
	padding: 0px !important;
	margin-bottom: 20px;
	}

.socialIcons i {
	background: #f29e17;
	font-size: 20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	float: left;
	color: #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-top: 5px;
	margin-right: 7px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

.socialIcons li:before {
	content: none !important;
	}

.socialIcons .facebook i {
	background: #3c599f;
	}

.socialIcons .twitter i {
	background: #00abf0;
	}

.socialIcons .instagram i {
	background: #1a85bc;
	}

.socialIcons .youtube i {
	background: #f71d1d;
	}

/* Website Forms */

.full-width-forms #membershipSignup {
	background: none;
	}

.full-width-forms .ribbonTagline {
	color: #333;
	}

.full-width-forms .signupContainerWrapper {
	background: none;
	}

.full-width-forms .signupContainer {
	background: #eee;
	border: 1px solid #ccc;
	}

.infusion-option.textinput {
	padding: 9px 5px;
	float: left;
	}

.infusion-option input {
	width: auto;
	}


/* ================================= */
/* People / Staff / Team Module */
/* ================================= */

.people_wrapper {
}

.people_person {
}

.people_person a, .people_person a:link, .people_person a:visited, .people_person a:active {
    display       : block;
    border-bottom : 1px solid transparent;
    padding       : 0 0 8px;
    margin        : 0 0 8px;
}

.people_person a:hover {
    border-bottom : 1px solid #ED5C33;
}

.people_person img {
    display    : block;
    text-align : center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

img.people_person_image, .people_person img {
    border : 4px solid #eee;
}

.people_person a:hover img {
    border : 4px solid #ED5C33;
}

.people_person a:hover p {
    color : #ED5C33;
}

.people_person p {
    display     : block;
    font-weight : bold;
    font-size   : 13px;
    margin      : 0 !important;
    padding     : 8px 0 0;
    color       : #111;
}

.people_person p span {
    font-weight : normal;
    font-style  : italic;
    font-size   : 12px;
}


/* ================================= */
/* FAQs Module */
/* ================================= */

#content .faqs, #content .faqs li {
    margin: 0;
    padding: 0;
}

#content .faqs {
    margin-bottom: 20px;
}

.faq_title {
    cursor: pointer;
    background: #F2F3F3;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 0;
    font-size: 16px;

    background: #f2f3f3; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f3f3 1%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2f3f3), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f3f3 1%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f3f3 1%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f3f3 1%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f3f3 1%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f3', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

.faq_title:hover {
    background: #f2f3f3;
}

.faq_title i {
    float: right;
    margin: 2px 4px 0 0;
}

.faq_content {
    display:none;
    padding: 10px 10px 0;
}

.ribbonTitle.awardsTitle {
    top: 130px;
    position: relative;
    margin-top: -36px;
    margin: 0 auto;
}

/* ====================================== PLUGINS ====================================== */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.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
*********************************/
#content .flexslider ul, .flexslider { margin : 0 0 0; padding : 0; }

.flexslider .slides > li { display : none; -webkit-backface-visibility : hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; max-height: none; }

.flex-pauseplay span { text-transform : capitalize; }

.flexslider li { position : relative; }

.banner_text_wrapper { position: absolute; top: 20%; left: 0px; width: 100%; height: 80%; }

.banner_text_wrapper .container_24 { position: relative; }

.banner_text_wrapper .banner_text { position: relative; top : 0px; left: 0px; }

.banner_text { text-align: left; display : block; position : absolute; top : 27%; left : 4%; }

.banner_text h2 { font-size : 35px; line-height : 39px; color : #000 }

.banner_text p { font-weight: bold; margin-bottom: 15px; }

/* 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:gallery_first-child { display : block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { margin : 0px; background: transparent; position : relative; zoom : 1; overflow : visible; }

.flex-viewport { max-height : 2000px; -webkit-transition : all 1s ease; -moz-transition : all 1s ease; transition : all 1s ease; }

.loading .flex-viewport { max-height : 300px; }

.flexslider .slides { zoom : 1; margin : 0; }

.flexslider.multiple .slides li { margin-right: 20px; }

.carousel li { margin-right : 5px }

.flexslider ul, .flexslider ol {
    margin-bottom : 0 !important;
}

.flexslider ul li {
    margin-bottom : 0 !important;
    padding       : 0 !important;
}

/* Cropped Slides */
/* Requires some tuning depending on the size of the banners you're working with. */

.flexslider.slide_crop li {
    overflow: hidden;
    text-align: center;
}

.flexslider.slide_crop .slide {
    float:             none;
    display:           inline-block;
    height:            auto;
    width:             auto;
    min-width:         100%;
    max-width:         190%; /* Adjust this value to set the cutoff point */

    position:          relative;
    left:              50%;
    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    -o-transform:     translateX(-50%);
    transform:         translateX(-50%);
}

.no-csstransforms .flexslider.slide_crop  .slide {
    /* Center the banner for older browsers like IE8. */
    width:       1900px; /* Set to the slide width */
    left:        -950px; /* Half of the slide width */
    margin-left: 50%;
}


/* Direction Nav */
.flex-direction-nav li { position: static; height: 0px; }

.flex-direction-nav a { width : 24px; height: 100%; margin: 0; padding: 0px 0px; display: block; position: absolute; z-index: 99; top: 0px; cursor: pointer; text-indent: -9999px; opacity: 0; transition: all .3s ease; }

.flex-direction-nav .flex-next,
.direction_inside .flex-direction-nav .flex-next { background: url(images/backgrounds/direction_nav_next.png) no-repeat center center; right: 0px; }
.flex-direction-nav .flex-prev,
.direction_inside .flex-direction-nav .flex-prev { background: url(images/backgrounds/direction_nav_prev.png) no-repeat center center; left: 0px; }

.direction_outside .flex-direction-nav .flex-next { z-index: 99; right: auto; left: 100%; }
.direction_outside .flex-direction-nav .flex-prev { z-index: 99; left: auto; right: 100%; }

.direction_fixed .flex-direction-nav .flex-next,
.direction_fixed .flex-direction-nav .flex-prev { background-size: 12px 24px; width: 12px; height: 24px; top: auto; bottom: 10%; right: 4%; left: auto; opacity: 1; padding: 0px 10px; }
.direction_fixed .flex-direction-nav .flex-prev { margin-right: 30px; }

html.touch .flexslider .flex-next, html.touch .flexslider .flex-prev, /* Show buttons by default if the browser is touch enabled. */
.flexslider:hover .flex-next, .flexslider:hover .flex-prev { opacity: 1; padding: 0px 36px; }

.flex-direction-nav .disabled { opacity: .3 !important; filter: alpha(opacity=30); cursor: default; }

/* Control Nav */
.flex-control-nav, #copy .flex-control-nav { position: absolute; z-index: 99; bottom : 10%; left : 4%; text-align : center; margin: 0px 5px; }

.flex-control-nav.container_24, #copy .flex-control-nav.container_24 { position: relative; z-index: 99; top: -50px; bottom: auto; bottom: auto; left: auto; text-align: center; margin: 0px auto; height: 0px; text-align: right; }

.control_outside .flex-control-nav, #copy .control_outside .flex-control-nav { padding: 5px 0px; margin: 0px auto; position: relative; top: auto; right: auto; bottom: auto; left: auto; }

.flex-control-nav li, #copy .flex-control-nav li { display: inline-block; zoom: 1; *display: inline; margin-left: 5px; margin-right: 5px; }

.flex-control-paging li a {
	width: 16px;
    height: 16px;
    display: block;
    background: #FFFFFF;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
}

.flex-control-paging li a:hover { background : #EEEEEE; }

.flex-control-paging li a.flex-active {     cursor: default;
    box-shadow: none;
    position: relative;
    background: #00afdb;
}

.flex-control-thumbs { margin : 5px 0 0; position : static; overflow : hidden; }

.flex-control-thumbs li { width : 25%; float : left; margin : 0; }

.flex-control-thumbs img { width : 100%; display : block; opacity : .7; cursor : pointer; }

.flex-control-thumbs img:hover { opacity : 1; }

.flex-control-thumbs .active { opacity : 1; cursor : default; }


/* **********************************************************************************
    Tipsy
    ********************************************************************************** */

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }

    .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


/* Custom Select Boxes */
.custom_select {
	position: relative;
	}

.custom_select select {
	position:              relative;
	z-index:               10;
	width:                 100% !important;
	height:                37px !important;
	line-height:           36px;
	border : 0 px none transparent;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius:         5px 5px 5px 5px;
	}

/* ================================= */
/* CUSTOM SELECT BOX STYLES */
/* ================================= */

.customFormInput {
	float: left;
	}

.customFormSmall {
	width: 25%;
	}

.customFormMedium {
	width: 50%;
	}

.customFormLarge {
	width: 75%;
	}

.customFormMarginRight {
	margin-right: 10px;
	}

/* dynamically created SPAN, placed below the SELECT */
.custom_select span {
	background:            #FFFFFF;
	position:              absolute;
	bottom:                0;
	top:                   0;
	float:                 left;
	left:                  0;
	right:                 0;
	line-height:           36px;
	text-indent:           9px;
	border-radius:         2px;
	color:                 #727374;
	cursor:                default;
	z-index:               1;
	border:                1px solid #525355;
	text-align:            left;
	font-size:             13px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius:         3px 3px 3px 3px;
	}

/* Button on the side of the select box */
.custom_select span:after {
	font-family:           FontAwesome;
	content:               "\f0d7"; /* fa-caret-down */
	display:               block;
	position:              absolute;
	right:                 -1px;
	top:                   -1px;
	bottom:                -1px;
	background:            none;
	border:                1px solid #525355;
	color:                 #CDCDCD;
	padding:               0px 13px;
	text-indent:           0px;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius:         0 3px 3px 0;
	background: #656668; /* Old browsers */
	background: -moz-linear-gradient(top,  #656668 0%, #525355 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656668), color-stop(100%,#525355)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #656668 0%,#525355 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #656668 0%,#525355 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #656668 0%,#525355 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #656668 0%,#525355 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656668', endColorstr='#525355',GradientType=0 ); /* IE6-9 */

	}

.selectContainer .custom_select span:after {
	font-family:           FontAwesome;
	content:               "\f0d7"; /* fa-caret-down */
	display:               block;
	position:              absolute;
	right:                 -1px;
	top:                   -1px;
	bottom:                -1px;
	background:            none;
	border:                1px solid #00afdb;
	color:                 #fff;
	padding:               0px 13px;
	text-indent:           0px;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius:         0 3px 3px 0;
	background: #00afdb; /* Old browsers */
	}

.selectContainer .custom_select span {
	border-color: #fff;
	}


/* Checkboxes */
/* ================================= */

input[type="checkbox"].custom_check {
	display: none;
	}

input[type="checkbox"].custom_check  + label span {
	display:        inline-block;
	width:          18px;
	height:         16px;
	margin:         -1px 2px 0 0;
	vertical-align: middle;
	background:     url(images/buttons/checkbox.png) no-repeat center center;
	cursor:         pointer;
	}

input[type="checkbox"].custom_check:checked + label span {
	background: url(images/buttons/checkbox_checked.png) no-repeat center center;
	}


/* ================================= */
/* Facebook Comments */
/* ================================= */

#faceBookComments .fb_iframe_widget, #faceBookComments .fb_iframe_widget[style],
#faceBookComments .fb_iframe_widget iframe, #faceBookComments .fb_iframe_widget iframe[style],
#faceBookComments .fb_iframe_widget span, #faceBookComments .fb_iframe_widget span[style] {
	width: 100% !important;
	}

/* ================================= */
/* Recipes */
/* ================================= */

/* Recipes view */

#recipe-viewPage .blogMetaInfo {
	margin-top: 0px;
	}

#ingredientsList li:before {
	content: none !important;
	}

#recipe-viewPage .addthis_toolbox {
	float: right;
	margin-top: 10px;
	}

#recipe-viewPage .recipe-icons {
	margin: 5px 0 10px;
	}

#recipe-viewPage table thead tr, #recipe-viewPage table thead tr:hover td {
	background: #58595b !important;
	}



.backListings {
	display: block;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	margin-top: 20px;
	}

.backListings a {
	margin: 10px 10px 10px 0;
	float: left;
	}

.backListings i {
	padding-right: 5px;
	}


/* sidebar recipes */

.recipe-search-box {
	background: #58595b;
	padding: 20px;
	color: #fff;
	}

.recipe-search-box h2, #shopping-list h2 {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
	}

.recipe-search-box .custom_select span {
	border-color: #999797;
	}

.recipe-search-box .custom_select span:after {
	background: rgb(22,182,222); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(22,182,222,1) 1%, rgba(4,163,203,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(22,182,222,1)), color-stop(100%,rgba(4,163,203,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(22,182,222,1) 1%,rgba(4,163,203,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(22,182,222,1) 1%,rgba(4,163,203,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(22,182,222,1) 1%,rgba(4,163,203,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(22,182,222,1) 1%,rgba(4,163,203,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16b6de', endColorstr='#04a3cb',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border-color: #049bc1;
	}

#sidebar .search.recipe-search-box .custom_select {
	margin: 5px 0 10px;
	}

/* Shopping List */

#printShoppingList {
	color:     #FFFFFF;
	float:     right;
	font-size: 25px;
	}

#shopping-list {
	padding:       16px;
	background:    #00afdb;
	color:         #FFFFFF;
	margin-bottom: 25px;
	}

.shoppingListHeader {
	font-size: 20px;
	color:     #FFFFFF;
	}

#shoppingListScroll {
	max-height:    200px;
	overflow-y:    auto;
	margin-bottom: 15px;
	padding-right: 5px;
	margin-right:  -5px;
	}

#shopping-list .ingredient {
	line-height: 18px;
	padding:     6px 0px;
	clear:       both;
	}

#shopping-list span.check_box {
	float: left;
	}

#shopping-list .ingredient input[type="checkbox"]:checked + label {
	color:           #B6E7E7;
	text-decoration: line-through;
	}

#shopping-list .underline {
	border-bottom: 1px dotted #8BD7D7;
	margin-left:   30px;
	}

#shopping-list .remove-ingredient {
	color:     #BAE5E5;
	float:     right;
	font-size: 14px;
	}

#shopping-list .button {
	background:     #FFFFFF;
	color:          #01A2A1 !important;
	float:          right;
	text-transform: uppercase;
	text-shadow:    none;
	font-size:      13px;
	font-weight:    normal;
	}

#shopping-list .button:hover {
	background: #EEEEEE;
	}

/* ================================= */
/* Landing Page Styles */
/* ================================= */

.landing-page #header a.logo {
	background: url(images/logos/scorpion-logo-nav-light.png) top left no-repeat;
	height: 137px;
	}

.landing-page #header {
	background: #dbdbdb;
	}

.landing-page #headerGlobalItems {
	padding-top: 18px;
	padding-bottom: 18px;
	margin: 0px;
	}

.landing-page #headerGlobalItems .headerButton {
	width: 100% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center;
	border: 1px solid #ed0b91;
	font-size: 14px;
	padding: 10px 0px;
	float: left;
	color: #ec008c;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}

.landing-page #headerGlobalItems .headerButton.alt-colour {
	color: #fff;
	background: #ed0b91;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}

#homeLandingBanner {
	overflow: hidden;
	}

#homeLandingBanner h1 {
	font-size: 64px;
	line-height: 60px;
	margin-bottom: 10px;
	}

#homeLandingBanner .banner_text_wrapper {
	top: 13%;
	}

#homeLandingBanner .banner_text p { font-weight: normal; margin-bottom: 15px; color: #fff }

.landingPageDividers {
	padding: 40px 0;
	font-size: 17px;
	line-height: 22px;
	}

.landingPageDividers.first {
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfbfb 1%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fbfbfb), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfbfb 1%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfbfb 1%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfbfb 1%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfbfb 1%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */

	}

.landingPageDividers.second {

}

.landingPageDividers h2 {
	font-size: 60px;
	line-height: 50px;
	color: #00afdb;
	margin-bottom: 15px;
	}

.landingPageDividers.second h2 {
	color: #ec008c;
	}

.landingPageDividers p {
	margin-bottom: 15px;
	line-height: 18px;
	}

.landingPageDividers p strong {
	font-weight: normal;
	font-size: 18px;
	}

.landing-page #footer {
	padding-top: 20px;
	}

#landingBanner {
	padding: 50px 0px;
	background-size: cover;
	height: 820px;
	position: relative;
}

#landingBanner .landingBannerContent {
	color: #fcfcfc;
	font-size: 14px;
}

#landingBanner .landingBannerContent h1 {
	margin-bottom: 15px;
}

#landingBanner .landingBannerContent p {
	margin-bottom: 15px;
}

#landingBanner .landingBannerContent .button {
	background: none !important;
	border: 1px solid #fff;
	font-size: 22px;
	padding: 12px 30px !important;
}

.landing-page .landingPageDividers ul {
	list-style: inside;
	}


/* ================================= */
/* Countdown timer */
/* ================================= */

.clock_outter_wrapper {
	position: absolute;
	bottom: 40px;
	}

.clock_outter_wrapper.grid_24 {
	width: auto !important;
	}

.flip-clock-wrapper {
	margin: 0;
	width: auto;
	}

.clock {
	margin-top: 120px;
	margin-bottom: 40px;
	}

.flip-clock-wrapper ul {
	/*
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	*/
	font-weight: normal;
	}

.flip-clock-dot {
	background: #fff;
	z-index: 10;
	box-shadow: none;
	}

.flip-clock-wrapper ul li a div div.inn {
	color: #fff;
	}

.flip-clock-divider .flip-clock-label {
	top: 100px;
	right: auto !important;
	left: 26px !important;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	color: #fff;
	text-transform: uppercase;
	z-index: 10;
	}

.flip-clock-divider.days .flip-clock-label {
	left: 6px !important;
	}


/* ================================= */
/* Colorbox Content Window */
/* ================================= */

#colorbox.contentWindow, #colorbox.contentWindow #cboxWrapper, #colorbox.contentWindow #cboxContent {
	overflow: visible;
	}

#colorbox.contentWindow #cboxClose {
	right: 0;
	position: absolute;
	top: -37px;
	display: block;
	background: #ececec !important;
	border: 1px solid #c5c5c5 !important;
	width: 38px !important;
	height: 38px;
	text-indent: -9999px;
	border: none;
	padding: 0px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	}

#colorbox.contentWindow #cboxClose:before {
	content: "\f00d";
	font-family: fontawesome;
	position: absolute;
	left: 7px;
	top: 5px;
	font-size: 26px;
	z-index: 100;
	color: #333;
	text-indent: 0;
	}

#colorbox.contentWindow #cboxLoadedContent {
	border: 1px solid #c5c5c5;
	}

/* ================================= */
/* Collapsible Sections */
/* ================================= */

.collapse_header {
	cursor: pointer;
	}

.collapse_header:after {
	display:            inline-block;
	font-family:        "FontAwesome";
	font-weight:        normal;
	content:            "\f0d8";
	margin-left:        5px;
	float:              right;

	-webkit-transform:  rotate(0deg);
	-moz-transform:     rotate(0deg);
	-ms-transform:      rotate(0deg);
	-o-transform:       rotate(0deg);
	transform:          rotate(0deg);

	-webkit-transition: -webkit-transform ease 0.2s;
	-moz-transition:    -moz-transform ease 0.2s;
	-ms-transition:     -ms-transform ease 0.2s;
	-o-transition:      -o-transform ease 0.2s;
	transition:         transform ease 0.2s;
	}

.collapse_header.closed:after {
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
	}

.no-csstransforms .collapse_header.closed:after {
	content: "\f0d7";
	}

.content-hidden {
	display: none;
	}



/* ================================= */
/* Facebook Comments */
/* ================================= */

#faceBookComments .fb_iframe_widget, #faceBookComments .fb_iframe_widget[style],
#faceBookComments .fb_iframe_widget iframe, #faceBookComments .fb_iframe_widget iframe[style],
#faceBookComments .fb_iframe_widget span, #faceBookComments .fb_iframe_widget span[style] {
	width: 100% !important;
	}


/* AddThisEvent */
.addthisevent-drop {display:inline-block;position:relative;z-index:999998;}
.addthisevent-drop:active {top:1px;}
.addthisevent-selected {background-color:#f7f7f7;}
.addthisevent_dropdown {width:200px;position:absolute;z-index:99999;padding:6px 0px 0px 0px;background:#fff;text-align:left;display:none;margin-top:-2px;margin-left:-1px;border-top:1px solid #c8c8c8;border-right:1px solid #bebebe;border-bottom:1px solid #a8a8a8;border-left:1px solid #bebebe;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:1px 3px 6px rgba(0,0,0,0.15);-moz-box-shadow:1px 3px 6px rgba(0,0,0,0.15);box-shadow:1px 3px 6px rgba(0,0,0,0.15);}
.addthisevent_dropdown span {width:175px;display:block;line-height:110%;background:#fff;text-decoration:none;font-size:12px;color:#6d84b4;padding:8px 10px 9px 15px;}
.addthisevent_dropdown span:hover {background:#f4f4f4;color:#6d84b4;text-decoration:none;font-size:12px;}
.addthisevent span {display:none!important;}
.addthisevent-drop ._url,.addthisevent-drop ._start,.addthisevent-drop ._end,.addthisevent-drop ._summary,.addthisevent-drop ._description,.addthisevent-drop ._location,.addthisevent-drop ._organizer,.addthisevent-drop ._organizer_email,.addthisevent-drop ._facebook_event,.addthisevent-drop ._all_day_event {display:none!important;}
.addthisevent_dropdown .copyx {width:200px;height:21px;display:block;position:relative;cursor:default;}
.addthisevent_dropdown .brx {width:180px;height:1px;overflow:hidden;background:#e0e0e0;position:absolute;z-index:100;left:10px;top:9px;}
.addthisevent_dropdown .frs {position:absolute;top:5px;cursor:pointer;right:10px;padding-left:10px;font-style:normal;font-weight:normal;text-align:right;z-index:101;line-height:110%;background:#fff;text-decoration:none;font-size:9px;color:#cacaca;}
.addthisevent_dropdown .frs:hover {color:#6d84b4;}
/*.addthisevent {visibility:hidden;}*/



/* BROWSER HACKS */

/* HOME PAGE */

.lt-ie10 #kc-home-success .button {
	background: #333;
	}

.lt-ie9 #homeCarousel, .lt-ie9 #homeStoriesCarousel, .lt-ie9 #blogCarousel {
	display: none;
	}

.lt-ie9 .signupContainer {
	background: #fff;
	}

.lt-ie9 #navigation {
	height: 58px;
	}

.lt-ie9 #header > .container_24 {
	height: 70px;
	}

/* LOCATIONS */

.lt-ie9 .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 15px 36px;
	}

/* LANDING PAGE DEFAULT STYLES */



/* WHY GO _ LANDING PAGE */

.landingPageDividers.pink {
	background: #ff369b;
	color: #fff;
	}

.landingPageDividers.dpink {
	background: #ff2194;
	color: #fff;
	}

.landingPageDividers.grey {
	background: #e7e8e9;
	}

.landingPageDividers.blue {
	background: #00aeef;
	color: #fff;
	}

/* HEADER */

.classPlayButton {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(237, 56, 66, 0.8);
    /* background-color: rgba(222, 148, 78, 0.8); */
    padding: 20px 25px;
    font-size: 40px;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.pulse2 {
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
    color: #ffffff;
}

.fa-play:before {
    content: "\f04b";
}

#why-goPage #logoContainer {
	right: 0px;
	left: auto;
	}

#why-goPage #header a.logo {
	background-image: url(images/logos/scorpion-logo-nav-light.png);
	height: 122px;
	width: 119px;
	}

#why-goPage .rightButtons {
	display: none;
	}

#why-goPage #headerGlobalItems {
	margin: 0px;
	}

#why-goPage #landingBanner {
	padding: 0px;
	height: auto;
	}

#why-goPage #landingBanner.why_go_top_banner {
	background-color: #797571 !important;
	}

#why-goPage #landingBanner.why_go_top_banner .banner_container {
	height: 300px;
	width: 100%;
	position: relative;
	}

#why-goPage #landingBanner.why_go_top_banner a.playButton {
	background: url(images/why-go/play-button-one.png) 0 0 no-repeat;
	width: 110px;
	height: 95px;
	text-indent: -9999px;
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -51px;
	margin-left: -47px;
	}

/* CONTENT */

#why-goPage .landingPageDividers {
	text-align: center;
	font-family: 'DIN Next W01';
	font-weight: 400;
	}

#why-goPage h3 {
	font-family: 'DIN Next W01';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 32px;
	}

#why-goPage .landingPageDividers.blue h3, #why-goPage .landingPageDividers.blue h4 {
	color: #fff;
	font-weight: normal;
	}

#why-goPage h3 span {
	font-family: 'DIN Next W01';
	font-weight: 400;
	}

#why-goPage h4 {
	font-family: 'DIN Next W01';
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	}

#why-goPage .landingPageDividers {
	padding: 10px 0;
	font-size:inherit;
	line-height: 22px;
	}

a.largeCtaButton {
	display: block;
	width: 350px;
	height: 60px;
	background: #f1c314;
	font-size: 40px;
	line-height: 65px;
	text-transform: uppercase;
	color: #fff !important;
	margin: 0 auto;
	font-family: 'DIN Next W01';
	font-weight: 500;
	border-radius: 5px;
	text-indent: -60px;
	position: relative;
	}

a.largeCtaButton span {
	width: 60px;
	height: 60px;
	border-left: 2px solid #fff;
	text-indent: 0px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 36px;
	line-height: 69px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

a.largeCtaButton:hover span {
	background: #fff;
	color: #f1c314;
	}

.right_align_content {
	text-align: right;
	}

.left_align_content {
	text-align: left;
	}

.secure_icon, .guarantee_icon {
	margin-top: 10px;
	text-transform: capitalize;
	margin-bottom: 10px;
	}

.secure_icon span {
	background: url(images/why-go/lock-icon.png) 0 0 no-repeat;
	padding: 10px 0 10px 30px;
	float: right;
	}

.guarantee_icon span {
	background: url(images/why-go/10-icon.png) 0 0 no-repeat;
	padding: 10px 0 10px 45px;
	float: left;
	}

#why-goPage .our-elements .outterpadding {
	padding: 0 100px;
	}

.our-elements .padding {
	padding: 0 15px;
	}

.our-elements p {
	line-height: 18px;
	}

.our-elements img {
	margin-bottom: 15px;
	}


.promise_title {
	font-size: 22px;
	line-height: 26px;
	}

#why-goPage .landingPageDividers.our-promise {
	padding: 30px 0;
	}

.promise_title span {
	display: block;
	color: #d1d2d4;
	}

.promise_title {
	font-weight: 600;
	position: relative;
	width: 300px;
	margin: 0 auto;
	}

.promise_title img {
	position: absolute;
	top: -42px;
	left: -208px;
	}

#why-goPage .landingPageDividers.our-promise .quotes {
	width: 14px;
	height: 10px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/why-go/quotes-pink.png) 0 0 no-repeat;
	}

#why-goPage .landingPageDividers.our-promise .quotes.end {
	width: 14px;
	height: 10px;
	float: left;
	position: absolute;
	top: auto;
	left: auto;
	right: -9px;
	bottom: 9px;
	background: url(images/why-go/quotes-pink-end.png) 0 0 no-repeat;
	}

#why-goPage .landingPageDividers.experts {
	padding: 30px 0;
	}

#why-goPage .landingPageDividers .outterpadding {
	padding: 0 200px;
	}

.landingPageDividers.experts .padding {
	padding: 0 15px;
	}

.experts img {
	margin-bottom: 15px;
	}

.landingPageDividers.experts .grid_8 h4 span {
	display: block;
	font-size: 13px;
	}


#why-goPage .landingPageDividers.numbers {
	padding-top: 15px;
	padding-bottom: 0px;
	}

#why-goPage .landingPageDividers.blue.numbers h4 {
	font-size: 45px;
	text-transform: capitalize;
	font-family: 'DIN Next W01';
	font-weight: 500;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 0px;
	}

#why-goPage .landingPageDividers.blue.numbers h4 span {
	font-size: 18px;
	font-family: 'DIN Next W01';
	font-weight: 400;
	display: block;
	}

#why-goPage .landingPageDividers.blue p {
	color: #000;
	}

#why-goPage .landingPageDividers.featured, #why-goPage .landingPageDividers.awards {
	padding-bottom: 20px;
	padding-top: 20px;
	}

#why-goPage .landingPageDividers.videoTwo {
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(images/why-go/video-bg.jpg) center center no-repeat #ff2194;
	}

#why-goPage .landingPageDividers.videoTwo .banner_container {
	height: 300px;
	position: relative;
	}

#why-goPage .landingPageDividers.videoTwo .banner_container a.playButton {
	background: url(images/why-go/play-button-two.png) 0 0 no-repeat;
	width: 102px;
	height: 95px;
	text-indent: -9999px;
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -51px;
	margin-left: -47px;
	}

#why-goPage .landingPageDividers.topReasons {
	padding-top: 15px;
	padding-bottom: 15px;
	}

#why-goPage .landingPageDividers.topReasons .outterpadding {
	padding: 0 120px;
	}

.landingPageDividers.topReasons .border-right {
	border-right: 1px solid #bfc0c1;
	}

.horizontalBorder {
	background: #bfc0c1;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	}

.landingPageDividers.topReasons img {
	padding: 2px 5px;
	}

#why-goPage .landingPageDividers.guarantee {
	padding-top: 15px;
	}

#why-goPage .landingPageDividers.guarantee h3 {
	margin-bottom: 0px;
	}

#why-goPage .landingPageDividers.guaranteeTwo {
	padding-bottom: 30px;
	}

#why-goPage .landingPageDividers.guaranteeTwo img {
	margin-top: -10px;
	margin-bottom: 20px;
	}

#why-goPage .landingPageDividers.guaranteeTwo .outterpadding {
	padding: 0 150px;
	}

#why-goPage .landingPageDividers.guaranteeTwo h3 {
	margin-bottom: 15px;
	}

#why-goPage .codeOfConduct {
	height: 180px;
	background-size: auto 100% !important;
	}


/* CONTENT */

.pulse1 {
	-webkit-animation: pulse1 1s linear infinite;
	-moz-animation: pulse1 1s linear infinite;
	-ms-animation: pulse1 1s linear infinite;
	animation: pulse1 1s linear infinite;
}

@keyframes "pulse1" {
 0% {
    color: rgba(165, 25, 25, 1);
 }
 90% {
    color: rgba(255,0,0,0.0);
 }
 100% {
    color: rgba(255,0,0,1.0);
 }

}

@-moz-keyframes pulse1 {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }

}

@-webkit-keyframes "pulse1" {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }

}

@-ms-keyframes "pulse1" {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }

}

.pulse2 {
	-webkit-animation: pulse2 1s linear infinite;
	-moz-animation: pulse2 1s linear infinite;
	-ms-animation: pulse2 1s linear infinite;
	animation: pulse2 1s linear infinite;
	color: #ffffff;
}

@keyframes "pulse2" {
 0% {
    -webkit-transform: scale(1.1);
   	-moz-transform: scale(1.1);
   	-o-transform: scale(1.1);
   	-ms-transform: scale(1.1);
   	transform: scale(1.1);
 }
 50% {
    -webkit-transform: scale(0.8);
   	-moz-transform: scale(0.8);
   	-o-transform: scale(0.8);
   	-ms-transform: scale(0.8);
   	transform: scale(0.8);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }

}

@-moz-keyframes pulse2 {
 0% {
   -moz-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -moz-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }

}

@-webkit-keyframes "pulse2" {
 0% {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }

}

@-ms-keyframes "pulse2" {
 0% {
   -ms-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -ms-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }

}

.benefits {border:0px;
text-align:center;
background-color:transparent;
width:80%;
padding:0px;
margin-left:auto;
margin-right:auto;
}

ul.listing {line-height:14px; text-align:left;}
.listing li {padding:5px;}

.benefits td{text-align:center; border:0px; background-color:transparent;}

div.listing {
font-family: 'DIN Next W01';
font-weight: 500;
font-size: 30px;
color: #333333;
line-height: 27px;
padding: 10px 5px 10px 5px;
margin-top: 10px;
display:block;}

div.landingbenefits {
background-color: #ffffff;
text-align: left;
font-size: 12px;
color: #333333;
width: 80%;
border-top: 2px dotted #555555;
margin-top:10px;
top: 20px;
margin-left: auto;
height: auto;
margin-right: auto;
overflow: hidden;
line-height: 27px;
padding: 10px 5px 10px 5px;}

img.rightfloat {float:right;}
img.leftfloat {float:left;}

.narrow {font-size: 14px;
font-weight: bold;
width: 80%;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-bottom: 10px;
top: 10px;}


.accordion-toggle {cursor: pointer;
width:100%;
color:white;
font-family: 'DIN Next W01';
font-weight: 500;
font-size:22px;
vertical-align:middle;
height:30px; background-image:url('../d2ma5jma76a61i.cloudfront.net/images/5021/original/arrow_down.png');
background-position: right 30px center;
background-repeat:no-repeat;
position:relative;
line-height:3em;
height:auto;
min-height:50px;
letter-spacing:-.05em;
max-width:100%;
margin-left:auto; margin-right:auto;
}

.accordion-toggle-left {cursor: pointer;
width:100%;
color:white;
font-family: 'DIN Next W01';
font-weight: 500;
font-size:22px;
vertical-align:middle;
height:30px; background-image:url('../d2ma5jma76a61i.cloudfront.net/images/5021/original/arrow_down.png');
background-position: right 30px center;
background-repeat:no-repeat;
position:relative;
line-height:3em;
height:auto;
min-height:50px;
letter-spacing:-.05em;
max-width:100%;
margin-left:auto; margin-right:auto;
padding-left:30px;
}


.accordion-content {
display: none;
font-family: 'DIN Next W01';
font-weight: 400;
font-size: 15px;
color: #333333;
max-width:100%;
margin-left:auto;
margin-right:auto;
}

p.superclub {
padding:5px;
font-family: 'DIN Next W01';
font-weight: 400;
font-size: 15px;
color: #333333;
text-align:center;
width:80%;
margin-left:auto;
margin-right:auto;
}

  .accordion-content.default {display: block;}
    .accordion-content img {width:auto; height:auto; margin-left:auto; margin-right:auto;}


  #go {background-color:#35b4e5;}
  #arena {background-color:red;}
  #yogabox {background-color:#01aaad;}

  ul.arena {margin-bottom:10px !important;}
  .accordion-content p {margin-bottom: 5px; padding: 10px;}

  p.superclubheader {margin-bottom: 5px;
  font-family: 'DIN Next W01';
  font-weight: 500;
  font-size:28px;
  line-height:.9em;
  text-align:center;
  color:#333333;
  }

  form.infusion-form {width:90%; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px;}
  .infusion-form submit {margin-top:10px; margin-bottom:10px;}
  .infusion-field {margin-bottom:5px;}

#centermenu {width:100%; overflow:hidden;}

#landingpagemenu {
display: inline;
list-style-type: none;
background-color: black;
color: white;
font-family: 'DIN Next W01';
font-weight: 500;
height: auto;
font-size: 18px;
margin: 10px;
margin-left:auto;
margin-right:auto;
text-align:center;
width:auto;
border-bottom:1px solid #c59e4c;}

#landingpagemenu li {padding:3px; display:inline-block;}

#landingpagemenu a {display: block;
color:#fff;
    padding: 8px;
    background-color: transparent;}

   #landingpagemenu a:visited a:active {color:white;}

   .buttonpink a:link a:visited a:active {border-radius: 10px;
   font-family: 'Proxima Nova W01';
   font-weight: bold;
   background-color:#e73893;
   border: 2px solid #fff;
   color: white;
   margin-top: 10px;
   padding: 10px;
   width: auto;}


   /* ================================= */
/* Pricing Page edits */
/* ================================= */


  .frompricing {
  position:relative;
  top:50%; transform:
  translateY(-50%);
  vertical-align:middle;
  color:white;
  font-family: 'DIN Next W01';
  font-weight: 500;
  line-height:0.9em;
  }

.priceBlock {
position: relative;
padding: 0px;
width: 95%;
margin-top: 10px;
text-align:center;
height: auto;
overflow: hidden;
border: 1px solid #888;
max-width: 1000px;}

.pricingpanel {
display: inline-block;
position:relative;
background-color:#368fc7;
float:right;
height:176px;
text-align:center;
min-width:200px;
line-height:100px;}

.pricingbullets {
text-align: left;
display: inline-block;
font-size: 16px;
font-family: 'DIN Next W01';
font-weight: 400;
max-width: 300px;
vertical-align: middle;}

a.codeButton {
font-family: 'DIN Next W01';
width: auto;
border-radius: 5px;
background-color: #e42900;
padding: 10px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 18px;}

a.codeButton:link { color:#fff; }
a.codeButton:active { color:#fff; }
a.codeButton:visited { color:#fff; }
a.codeButton:hover { color:#fff; }

.goxdiv {background-color: #eb1d5d;
color: white;
text-align: center;
width:95%;
max-width:600px;
top:10px;
margin-right:auto;
margin-left:auto;
padding: 10px;
overflow:hidden;
font-family: 'DIN Next W01';
font-weight: 400;
background: #eb1d5d; /* old browsers */
background: -moz-linear-gradient(top, #eb1d5d 0%, #ff8700 100%); /* ff3.6-15 */
background: -webkit-linear-gradient(top, #eb1d5d 0%,#ff8700 100%); /* chrome10-25,safari5.1-6 */
background: linear-gradient(to bottom, #eb1d5d 0%,#ff8700 100%); /* w3c, ie10+, ff16+, chrome26+, opera12+, safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1d5d', endColorstr='#ff8700',GradientType=0 );}

.goxdivblue {background-color: #00c2dd;
color: white;
text-align: center;
width:95%;
max-width:600px;
top:10px;
margin-right:auto;
margin-left:auto;
padding: 10px;
overflow:hidden;
font-family: 'DIN Next W01';
font-weight: 400;
background: #eb1d5d; /* old browsers */
background: -moz-linear-gradient(top, #00c2dd 0%, #00dce6 100%); /* ff3.6-15 */
background: -webkit-linear-gradient(top, #00c2dd 0%,#00dce6 100%); /* chrome10-25,safari5.1-6 */
background: linear-gradient(to bottom, #00c2dd 0%,#00dce6 100%); /* w3c, ie10+, ff16+, chrome26+, opera12+, safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2dd', endColorstr='#00dce6',GradientType=0 );}

ul.goxcup  {list-style-type: circle;}
.goxcup li {list-style-type: circle;}

  /* ================================= */
/* GoX Cup 2016 Portal */
/* ================================= */
#goxcarindale { background-color:#e41d95;}
#goxbeenleigh     {background-color:#a5cc19;}
#goxbrownsplains {background-color:#24a9e2;}
#goxnundah {background-color:#f48500;}
#goxspringwood {background-color:#8341af;}
#goxrothwell {background-color:#2faf8c;}
#goxgoals {background-color:#444;}
#goxbonus {background-color:#666;}
#goxshirts {background-color:#f3115b;}
#goxvideos {background-color:#333;}
#carindalesuperclub { background-color:#e41d95;}


p.goxclub {font-size:20px;
color:white;
padding:10px;
width:100%
font-weight:bold;
vertical-align:middle;
height:30px; background-image:url('../d2ma5jma76a61i.cloudfront.net/images/5021/original/arrow_down.png');
background-position:right; background-repeat:no-repeat;
margin:0px;
background-color:#999999; }


div.groupx {width:100%;
  padding:0px;
  background-color:transparent;
}

div.dropdown {font-size:14px;
margin-bottom:0px;
padding:4px;
display:block;}

p.goxcup {
padding:5px;
font-family: 'DIN Next W01';
font-weight: 400;
font-size: 15px;
color: #333333;
text-align:center;
width:85%;
max-width:800px;

margin-left:auto;
margin-right:auto;
}




  /* ================================= */
/* YB Fonts */
/* ================================= */

.coachrow:after {clear;both;}

.coachrow:before, .coachrow:after {
content:" ";
display: table; }

.coachcol {box-sizing: border-box; border-radius:4px; border:0px; padding:5px;}

.coachbox {width:80%;
max-width:280px;
    border-radius:10px;
    overflow:hidden;}


    .clubButton {
    margin-bottom:10px;
    }


.superclubcontainer {
margin-left: auto;
margin-right: auto;
background-color:#000;
}

#yogaboxcontainer {
margin-left: auto;
margin-right: auto;
background-color:white;
background-image: url('files/backgrounds/pose_large3.jpg');
background-position: center -60px;
background-repeat: no-repeat;
padding: 0px;
border-top:2px dotted white;
}

#arenacontainer {
background-image: url('files/backgrounds/arena_background.jpg');
background-position: center -40px;
background-repeat: no-repeat;
background-color:#1d1d1d;
padding-top:50px;
}

.superclubheader_landing {
	width:100%;
	height:700px;
	padding:0px;
	background-image:url('files/backgrounds/superclub_bg_girl.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	}


#arenacontainer {color:#1d1d1d; padding-top:60px;}
#arenacontainer p {	font-family: 'DIN Next W01'; font-weight: 400; font-size:16px; margin-left:0px; margin-right:0px; padding:10px 0px 10px 30px; text-align:left;}

#arenacontainer ul {padding-left:20px; list-style-type:none; list-style-position: inside;}
#arenacontainer h2, #arenacontainer h3, #arenacontainer p {padding-left:30px; color:white;}
#arenacontainer p {color:white;}
#arenacontainer li::before {content: "- "; color:red;}



.superclubcontainer p {width:80%; max-width:800px; font-size:16px; margin-left:auto; margin-right:auto; }
.superclubcontainer h2, .superclubcontainer h3  {padding-left:0px; color:white;}
#yogaboxcontainer {color:#323232;}
#yogaboxcontainer p { font-family: 'DIN Next W01'; font-weight: 400; font-size:16px; margin-left:0px; margin-right:0px; padding:10px 0px 10px 30px;}
#yogaboxcontainer h2, #yogaboxcontainer h3{padding-left:30px; color:#1d1d1d;}
#ybdropdowncontent p {color:#1d1d1d;}

#arenacopy p {margin-left:00px; max-width:470px;}
#yogaboxcopy {max-width:650px;}
#pose {display:none;}

#superclubgodropdown {
	font-size:18px;
	font-family: 'DIN Next W01';
	font-weight: 400;
background-image:url('files/gradient_pink.jpg');
background-repeat:repeat-y;
background-position:center;
background-size:cover;
background-color:#ec008c;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#superclubybdropdown {
	font-size:18px;
	font-family: 'DIN Next W01';
	font-weight: 400;
	background-image:url('files/gradient_teal.jpg');
background-repeat:repeat-y;
background-position:center;
background-size:cover;
	background-color:#0190ad;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}

#superclubarenadropdown {
	font-size:18px;
	font-family: 'DIN Next W01';
	font-weight: 400;
	background-image:url('files/gradient_red.jpg');
	background-size:cover;
background-repeat:repeat-y;
background-position:center;
background-color:red;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}


#godropdowncontent {
background-color:#eeeeee;
padding: 45px 0px 20px 0px;
color: #000;
width: 100%;
height: auto;
text-align:left;
}

#godropdowncontent p {
width: 90%;
margin-left: auto;
margin-right: auto;
padding: 10px;
font-size: 16px;
text-align:left;
}

#arenadropdowncontent p {
width: 90%;
max-width:800px;
padding: 10px;
font-size: 16px;
text-align:left;
margin-left: auto;
margin-right: auto;
}



#ybdropdowncontent {background-color:#e7e7e7;}
#arenadropdowncontent {background-color:#1d1d1d; color:white;}
#arenadropdowncontent a, a:visited, a:active {color:red;}



#ybdropdowncontent p {
width: 90%;
padding: 10px;
font-size: 16px;
margin-left:auto;
margin-right:auto;
text-align:left;
}




#ybdropdowncontent a, a:visited, a:active {color:#1fa9ac;}


#goiconholder {
	margin-bottom:0px;

}

#ybiconholder {
	color:#1d1d1d;
	margin-top:40px;
	width: 100%;
	background-color: #01aaad;
	background-image: url('files/backgrounds/yogabox_background.jpg');
	background-repeat: repeat-x; background-position:
	center top;
}

#arenaiconholder {
	color:#1d1d1d;
	width: 100%;
	background-color: red;
	background-repeat: repeat-x; background-position:
	center top;

}


.iconholder {
	width: 90%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: hidden;
	color: white;
	padding: 15px;
	font-family: 'DIN Next W01';
	font-weight: 500;
	line-height: 95%;
}


.iconholder div {
	width: 33%;
	float: left;
	font-size:13px;
	text-align: center;
}


#gopics {
	background-image:url('files/backgrounds/club_pics.jpg');
	background-size:cover;
	width:100%;
	height:200px;
	margin-top:-45px;
}

#ybpics {
	background-image:url('files/backgrounds/yb_pics.jpg');
	background-size:cover;
	width:100%;
	height:170px;
	margin-top:0px;
}

#arenapics {
	background-image:url('files/backgrounds/arenapics.jpg');
	background-size:cover;
	width:100%;
	height:170px;
	margin-top:0px;
}



.superclubbutton  {
    background-color: #bb9520; /* gold */
    border: none;
    color: white;
    font-family: 'DIN Next W01';
	font-weight: 500;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    margin-left:auto;
    margin-right:auto;
}

.superclubbutton:active {color:white;}
.superclubbutton:visited{color:white;}
.superclubbutton:hover{color:white;}
.superclubbutton:link{color:white;}



#australiasbest {
	width: 100%;
	height: 400px;
	background-image: url('files/backgrounds/australiasbest_wide_cover.jpg');
	background-position: center;
	background-size: cover;
	margin: 20px 0px 20px 0px;
	}


img.mobilehide {max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%; display:inline; margin-left:auto; margin-right:auto;

}


img.mobileshow {max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%; display:none; margin-left:auto; margin-right:auto;}








