/* 
	Harborough Movements
	May 2024
*/
html {
	margin: 0;
	min-height: 100%;
	background: #EDFAF4;
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #666974;
	height: 100%;
}

html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}
::-moz-selection{background:#2B7A55; color: #FFFFFF;}
::selection{background:#2B7A55; color: #FFFFFF;}

/* General */
p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	color: #666974;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #0F5031;
	color: #ff7e00;
	text-shadow: 0px 4px 0px rgba(0,0,0,0.08);
}
h1 {
	font-size: 36px;
	line-height: 1em;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 15px 0;
}
h4 {
	font-size: 22px;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}


ul, ol {
	margin: 0 0 15px 0;
}
ul.standard li, ol.standard li {
	font-size: 14px;
	line-height: 22px;
	list-style: circle;
	margin: 0 0 5px 20px;
}
ul.ticks li, ol.ticks li {
	list-style: none;
	background: url('../../img/icons/led/accept.png') 0px 3px no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px
}

a {
	text-decoration: none;
	color: #0F5031;
	-webkit-transition: 0.25s;
    transition: 0.25s;
}
a.link {
	text-decoration: underline;
}

div.info_page h1 {
	font-size: 3em;
}
div.info_page h2 {
	font-size: 2em;
}

.small {
	font-size: 0.6em;
}
.big {
	font-size: 1.6em;
}

/* Gyrotonic */
.gyrotonic_text {
	font-family: 'Times New Roman', Times, serif !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

/* Misc */
div#navigation_aids {
	position: absolute;
	height: 200px;
	width: 100%;
	top: -200px;
	left: 0;
	overflow: hidden;
}
div.sep_dash {
	clear: both;
	margin: 40px 0 40px 0;
	border-top: 1px dashed #DDDDDD;
	height: 1px;
}

/* Icons */
.icon_green {
	color: #3CB600;
}
.icon_red {
	color: #e74c3c;
}
.icon_grey {
	color: #CCCCCC;
}
.icon_yellow {
	color: #FFD702;
}

a.continue_reading {
	font-size: 14px;
	color: #858893;
}

/* Wrapper */
div.wrapper {
	width: 1200px;
	margin: 0 auto 0 auto;
}

/* General */
div.page_pad {
	padding: 128px 10px 128px 10px;
}
div.page_pad_smaller {
	padding: 80px 10px 80px 10px;
}
div.page_pad_big {
	padding: 60px;
}
div.page_pad_display {
	padding: 80px 10px 80px 10px;
}
div.extra_page_pad {
	padding: 30px;
}

.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

.teal {
	color: #00A79D;
	color: #53f0b8;
}
.white {
	color: #FFFFFF;
}
.pink {
	color: #E2145E;
}
.black {
	color: #000000;
}
.colour_pt {
	color: #3b4f6a;
}
.colour_bike {
	color: #ED1C24;
}
.yellow {
	color: #0F5031;
}
.blue {
	color: #ff7e00;
}

hr {
	height: 0;
	width: 100%;
	float: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0;
	border-top: 2px solid #CCC;
	border-right: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
hr.pink {
	border-top: 2px solid #E2145E;
}
hr.teal {
	border-top: 2px solid #00A79D;
	border-top: 2px solid #53f0b8;
}
hr.blue {
	border-top: 2px solid #0F5031;
	border-top: 2px solid #0F5031;
}
hr.yellow {
	border-top: 2px solid #0F5031;
	border-top: 2px solid #0F5031;
}
hr.thin_grey {
	border-top: 1px solid #EEEEEE;
}

.shadow_element {
    -moz-box-shadow: 0 2px 0 rgba(29,29,33,0.07);
    -webkit-box-shadow: 0 2px 0 rgba(29,29,33,0.07);
    box-shadow: 0 2px 0 rgba(29,29,33,0.07);
}
.shadow_element_full {
    -moz-box-shadow: 0 0px 5px rgba(29,29,33,0.1);
    -webkit-box-shadow: 0 0px 5px rgba(29,29,33,0.1);
    box-shadow: 0 0px 15px rgba(29,29,33,0.08);
}
.shadow_element_big {
    -moz-box-shadow: 0 10px 30px rgba(29,29,33,0.35);
    -webkit-box-shadow: 0 10px 30px rgba(29,29,33,0.35);
    box-shadow: 0 10px 30px rgba(29,29,33,0.35);
}

.page_spacer {
	height: 120px;
}
.small_separator {
    width: 60px;
    height: 4px;
    display: inline-block;
    clear: both;
    text-align: center;
    margin: 15px 0 15px 0;
}
.small_separator.pink {
	background: #E2145E;
}
.small_separator.teal {
	background: #00A79D;
	background: #53f0b8;
}
.small_separator.blue {
	background: #0F5031;
}
.small_separator.yellow {
	background: #0F5031;
}
.small_separator.white {
	background: #FFFFFF;
}
.small_separator.colour_pt {
	background: #3b4f6a;
}
.small_separator.colour_bike {
	background: #ED1C24;
}

.light_page {
	background: #EDFAF4;
}
.grey_page {
	background: #e9eded;
}
.darkgrey_page {
	background: #454545;
	color: #FFFFFF;
}
.fff_page {
	background: #FFFFFF;
}
.pink_page {
	background: #E2145E;
}
.teal_page {
	/*background: #00A79D;
	background: rgba(0, 167, 157, 0.3);
	background: #a8ddda;*/
	background: #c5f2f0;
}
.dark_page {
	background: #1C1C1C;
	color: #FFFFFF;
}

.dark_page h1,
.dark_page h2,
.dark_page h3,
.dark_page h4,
.dark_page p {
	color: #FFFFFF;
}

/* Navigation */
div#hold_navigation {
	height: 80px;
	width: 100%;
}
div#navigation {
	height: 80px;
	width: 100%;
	position: fixed;
	z-index: 5000;
	background: #FFFFFF;
	
	-moz-box-shadow: 0 2px 0 rgba(29,29,33,0.07);
    -webkit-box-shadow: 0 2px 0 rgba(29,29,33,0.07);
    box-shadow: 0 2px 0 rgba(29,29,33,0.07);
}
div#mobile_navigation {
	display: none;
}
div#navigation_main div.header_pad {
	padding: 0 0 0 10px;
}
div#navigation_main {
	height: 80px;
}
div#navigation a.logo {
	width: 288px;
	height: 70px;
	float: left;
	margin: 4px 0 0 0;
	background-image: url('../img/logo/logo_full.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
div#navigation div.nav_links {
	width: 680px;
	float: right;
	text-align: right;
}

div#navigation div.nav_links ul#main_nav,
div#navigation div.nav_links ul#main_nav ul.sub_nav {
	margin: 0;
	padding: 0;
	border: 0;
}
div#navigation div.nav_links ul#main_nav li.nav_item {
	list-style: none;
	display: inline-block;
	position: relative;
}
div#navigation div.nav_links ul#main_nav ul.sub_nav li.nav_item,
div#navigation div.nav_links ul#main_nav ul.sub_nav li.nav_item a {
	display: block;
	width: 100%;
	text-align: left;
}
ul.sub_nav {
	display: none;
	width: 200px;
	position: absolute;
	-moz-box-shadow: 0 10px 30px rgba(29,29,33,0.35);
    -webkit-box-shadow: 0 10px 30px rgba(29,29,33,0.35);
    box-shadow: 0 10px 10px rgba(29,29,33,0.35);
}
div#navigation div.nav_links ul#main_nav li.nav_item_sub:hover ul.sub_nav {
	display: block;
}


div#navigation div.nav_links a {
	display: inline-block;
	height: 80px;
	background: #FFFFFF;
	color: #2B7A55;
	color: #4b4b4b;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
div#navigation div.nav_links a:hover {
	color: #ff7e00;
}
div#navigation div.nav_links a.active,
div#navigation div.nav_links a.active:hover {
	background: #ff7e00;
	color: #FFFFFF;
}
div#navigation div.nav_links a span {
	display: block;
	padding: 26px 20px 0 20px;
}
div#navigation div.nav_links a span i {
	margin: 0 0 0 5px;
}
div#navigation a.header_social {
	display: block;
	width: 26px;
	height: 26px;
	float: right;
	margin: 2px 5px 0 5px;
	background: #CCC;
	text-align: center;
	font-size: 22px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	color: #FFFFFF;
}
div#navigation a.header_social span {
	display: block;
	padding: 2px 0 0 0;
}
div#navigation a.header_social_facebook {
	background: #3b5998;
}
div#navigation a.header_social_twitter {
	background: #1da1f2;
}
div#navigation a.header_social_instagram {
	background: #c32aa3;
}

/* Header banners */
div.header_hero {
	width: 100%;
	height: 800px;
	height: 80vh;
	background: #CCCCCC;
	overflow: hidden;
}
div.header_hero_fixed {
	width: 100%;
	height: 800px;
	background: #CCCCCC;
	overflow: hidden;
}

div.header_inner {
	width: 100%;
	height: 800px;
	height: 80vh;
	background: none;
}
div.header_inner_whiteout {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 90%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 90%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 90%);
}
div.header_inner_mild {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 90%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 90%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

div.header_hero.header_hero_page {
	height: 300px;
}
div.header_hero.header_hero_page div.header_inner {
	height: 300px;
}

div.header_hero.header_hero_info {
	height: 420px;
}
div.header_hero.header_hero_info div.header_inner {
	height: 420px;
}

div.slide_banners_holder {
	width: 100%;
	overflow: hidden;
	position: relative;
}
div.slide_banners_bottom {
	height: 250px;
	height: 10vh;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f5f5+0,f1f5f5+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(241,245,245,0) 0%, rgba(241,245,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(241,245,245,0) 0%,rgba(241,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(241,245,245,0) 0%,rgba(241,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f5f5', endColorstr='#f1f5f5',GradientType=0 ); /* IE6-9 */
	z-index: 300;
}
div.header_hero {
	background-position: top center;
	
	background-repeat: none;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
div.header_hero_1 {
	background-image: url('../img/headers/hero_gyro_1.jpg');
}
div.header_hero_2 {
	background-image: url('../img/headers/hero_gyro_2.jpg');
}
div.header_hero_x1 {
	background-image: url('../img/headers/hero_gyro_x1.jpg');
}
div.header_hero_x2 {
	background-image: url('../img/headers/hero_gyro_x2.jpg');
}
div.header_hero_bw1 {
	background-image: url('../img/headers/hero_gyro_bw_1.jpg');
}
div.header_hero_bw2 {
	background-image: url('../img/headers/hero_gyro_bw_2.jpg');
}
div.header_hero_smaller_1 {
	background-image: none;
}

div.header_hero_pad {
	padding: 250px 0 0 0;
}
div.header_hero_page div.header_hero_pad {
	padding: 130px 0 0 0;
}
div.header_hero_pad.smaller {
	padding: 100px 0 0 0;
}

div.header_hero p,
div.header_hero h1,
div.header_hero h2,
div.header_hero h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #121212;
	text-shadow: 0px 2px 2px rgba(255,255,255,1);
}


div.header_hero p.big {
	font-size: 50px;
	line-height: 50px;
	margin: 0px;
	color: #121212;
	text-shadow: 0px 2px 2px rgba(255,255,255,1);
}
div.header_hero p.small {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 22px;
	margin: 10px 0 0 0;
	color: #121212;
	text-shadow: 0px 2px 2px rgba(255,255,255,1);
}
div.header_hero h1 {
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
	margin: 0px;
	color: #121212;
	text-shadow: 0px 2px 2px rgba(255,255,255,1);
}
div.header_hero h2,
div.header_hero h3 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	background: #E2145E;
	padding: 10px 20px 10px 20px;
	text-align: center;
}
div.header_hero div.text_spacer {
	height: 40px;
}

div.header_hero h1.smaller {
	font-size: 50px;
	line-height: 60px;
}

div.header_hero div.logo_symbol_home {
	width: 300px;
	height: 121px;
	margin: 0 auto 0 auto;
	background: url('../img/logo/logo_symbol.png') center center no-repeat;
}
div.header_hero div.logo_symbol_blank {
	width: 300px;
	height: 121px;
	margin: 0 auto 0 auto;
	background: none;
}
div.header_hero div.logo_symbol_blank_kids {
	width: 300px;
	height: 130px;
	margin: 0 auto 0 auto;
	background: none;
}

div.header_hero a.header_button {
	
}

div.header_hero .pink {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
div.header_hero .teal {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
div.header_hero .blue {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
/*
div.header_hero .white {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
div.header_hero .black {
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
*/

/* Harborough movements block */
div.hms_square {
	display: inline-block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background-image: url('../img/logo/hms-square-320.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Gyro logo block */
div.gyrotonic_square {
	display: inline-block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background-image: url('../img/gyrotonic/gyrotonic-logo-square-320.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: #ff7e00;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.hms_square a,
div.gyrotonic_square a {
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
	background: rgba(255,255,255,0);
}
div.hms_square a:hover,
div.gyrotonic_square a:hover {
	background: rgba(255,255,255,0.12);
}


/* Page content */
div.page_third,
div.page_twothirds,
div.page_half,
div.page_quarter,
div.page_half_large_screen {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.page_third {
	width: 33.3%;
}
div.page_twothirds {
	width: 66.6%;
}
div.page_half {
	width: 50%;
}
div.page_half_large_screen {
	width: 50%;
}
div.page_quarter {
	width: 25%;
}


div.grey_block {
	background: #F7F7F7;
}
div.block_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
div.block_img img {
	display: block;
	width: 100%;
	height: auto;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 1s;
}
div.grey_block:hover div.block_img img {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.08, 1.08);
}
div.block_txt {
	padding: 20px;
	min-height: 220px;
}
div.block_button {
	background: #F0F0F0;
	overflow: hidden;
}

/* Scroller */
div.home_scroller_wrapper {
	position: relative;
	overflow: hidden;
}
div.home_scroller {
	position: relative;
	overflow: hidden;
	min-height: 500px;
	height: 60vh;
	box-sizing: border-box;
}
div.home_scrolly_content {
	position: absolute;
	width: 100%;
	min-height: 500px;
	height: 60vh;
	background: rgba(0,0,0,0.4);
	z-index: 500;
}
div.home_scrolly_wolley {
	transform: translate3d(0px, 0px, 0px);
	position: absolute;
	width: 100%;
	left: 0;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	z-index: 400;
}
div.home_image_scroll {
	background: #CCCCCC;
	background-image: url('../img/layout/balls.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 1000px;
	width: 100%;
}

div#reasons_scroller {
	padding: 160px 0 0 0;
}
div#reasons_scroller h3 {
	font-size: 50px;
	line-height: 1.6em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	margin: 0 0 80px 0;
}
div#reasons_scroller h4 {
	color: #FFF;
	font-size: 32px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

div.reasons_circle {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: #E2145E;
	background: #00A79D;
	color: #FFFFFF;
	font-size: 32px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
div.reasons_circle span {
	display: block;
	padding: 8px 0 0 0;
}

ul.benefits_list {
	margin: 40px 0 0 0;
}
ul.benefits_list li {
	font-size: 22px;
	margin: 25px 0 25px 0;
}

/* Footer */
footer {
	background: #37433b;
	border-top: 6px solid #18613F;
	padding: 80px 0 0 0;
}
div.footer_pad {
	padding: 40px;
}
div.footer_third {
	width: 33.3%;
	float: left;
}
div.footer_quarter {
	width: 25%;
	float: left;
}
div.footer_half {
	width: 50%;
	float: left;
}
div.footer_half.right {
	text-align: right;
}
footer#footer,
footer#footer p {
	color: #CFCFCF;
	font-size: 14px;
}
footer#footer h5 {
	font-size: 26px;
	line-height: 1em;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
	color: #ff7e00;
	font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
}
footer#footer h5 i {
	color: #ff7e00;
}
#footer a {
	color: #CFCFCF;
}
#footer a:hover,
#footer a:active {
	color: #EDFAF4;
}
#footer div.footer_bottom {
	background: #25332a;
	border-top: 1px solid #18613F;
	padding: 20px;
}
#footer div.footer_bottom p {
	color: #CFCFCF;
	text-shadow: 1px 1px 1px #111111;
}
#footer div.footer_bottom p a {
	text-shadow: 1px 1px 1px #111111;
}

.page_row {
	position: relative;
	z-index: 1;
}
.page_row_extra_space {
	height: 70px;
}
/* Horizontal.. things */
.row_top_left_diagonal:before, 
.row_bot_left_diagonal:after {
    content: '';
    background-color: inherit;
    width: 150%;
    height: 150px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: -1;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.row_bot_left_diagonal:after {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.row_top_right_diagonal:before,
.row_bot_right_diagonal:after {
  content: '';
  background-color: inherit;
  width: 150%;
  height: 150px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  z-index: -1;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.row_bot_right_diagonal:after {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.row_slant,
.row_slant_top {
	position: relative;
	z-index: 1;
}
.row_slant:after {
	background: inherit;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	height: 50%;
	transform: skewY(-1.5deg);
	transform-origin: 100%;
	z-index: -1;
}
.row_slant_top:before {
	background: inherit;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	height: 50%;
	transform: skewY(1.5deg);
	transform-origin: 100%;
	z-index: -1;
}

/* About */
div.trainer_block {
	padding: 30px;
}
div.trainer_block img.trainer_image {
	width: 200px;
	height: 200px;
	margin: 0 auto 40px auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
div.about_studio_section_background {
	background-image: url('../img/layout/studio_mats.jpg');
	background-size: auto 100%;
	background-repeat: no-repeat;
}
div.about_studio_section {
	padding: 80px 40px 80px 40px;
}

/* Studio */
div.studio_page_text {
	padding: 80px 40px 0px 40px;
}

/* Galleries */
div.slide_gallery {}
div.slide_gallery_slide {
	overflow: hidden;
}
div.slide_gallery_slide img {
	width: 100%;
	height: auto;
	filter: grayscale(100%);
}

.bwfilter {
	filter: grayscale(100%);
}

/* Prices */
table.price_table {
	margin: 0;
	padding: 0;
	border: 0;
}
table.price_table tr td {
	background: #FFFFFF;
	border-bottom: 1px solid #EFEFEF;
	padding: 18px 10px 18px 10px;
}
table.price_table tr td:first-child {
	border-right: 1px solid #EFEFEF;
}
div.price_table_footer {
	padding: 30px;
	background: #F7F7F7;
}

/* Timetable */
div#timetable {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
div#timetable_controls {
	display: none;
}
div#timetable div.timetable_controls_left,
div#timetable div.timetable_controls_right {
	display: none;
}
div#timetable_days div.timetable_day {
	width: 14.28%;
	float: left;
}
div#timetable_days div.timetable_day div.inner {
	border: none;
	background: #FFFFFF;
	margin: 2px;
}
div#timetable_days div.timetable_day div.day_name {
	background: #4377bb;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 20px;
	padding: 10px;
}
div#timetable_days div.timetable_day div.day_inner {
	height: 400px;
	overflow: hidden;
}
div#timetable_days div.timetable_day div.day_slot {
	border-bottom: 1px solid #F1F1F1;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#timetable_days div.timetable_day div.day_slot.thicker {
	padding: 10px 2px 10px 2px;
}

div#timetable_days div.timetable_day .title,
div#timetable_days div.timetable_day .trainer,
div#timetable_days div.timetable_day .time {
	font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

div#timetable_days div.timetable_day .title {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
div#timetable_days div.timetable_day .trainer {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #959595;
	margin: 5px 0 5px 0;
}
div#timetable_days div.timetable_day .time {
	font-size: 18px;
	font-weight: bold;
}

div#timetable div.key {
	padding: 0px 0px 30px 0;
	font-size: 14px;
}
div#timetable div.timetable_key {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 0 0 20px;
}
div#timetable div.timetable_key:first-child {
	margin: 0;
}

div#timetable .day_slot_colour1 {
	background: #FFFFFF;
	color: #666666;
}
div#timetable .day_slot_colour2 {
	background: #DDDDDD;
	background: #e4fcfa;
	color: #666666;
}
div#timetable .day_slot_colour3 {
	background: #ffd78e;
	color: #666666;
}
div#timetable .day_slot_colour4 {
	background: #EDFAF4;
	color: #666666;
}
div#timetable .day_slot_colour5 {
	background: #ffffb0;
	color: #666666;
}
div#timetable .day_slot_colour6 {
	background: #ffcece;
	color: #666666;
}
div#timetable .day_slot_colour7 {
	background: #aeffae;
	color: #666666;
}
div#timetable .day_slot_colour8 {
	background: #ffb0ea;
	color: #666666;
}
div#timetable .day_slot_colour9 {
	background: #FDEFD5;
	color: #666666;
}

/*
purple b78bcf
orange e3b26d
peach e4926e
blue bright 73c6cd
blue 8aa8d4
*/

/* Testimonials */
div.testimonial_block {
	margin: 0 0 15px 0;
	padding: 30px;
}
div.testimonial_block p.testimonial {
	font-size: 18px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
div.testimonial_block p.author {
	font-size: 16px;
	line-height: 1.2em;
	color: #888888;
	font-style: italic;
	margin: 0px;
}

/* Single class */
div.class_page_left {
	width: 40%;
	float: left;
	background: #FFFFFF;
}
div.class_page_left img {
	width: 100%;
	height: auto;
}
div.class_page_left h4 {
	font-size: 22px;
	margin: 20px 0 0 0;
}
div.class_page_left ul.benefits_list {
	margin: 20px 0 0 0;
}
div.class_page_left ul.benefits_list li {
	font-size: 18px;
	margin: 15px 0 15px 0;
}
div.class_page_right {
	width: 60%;
	float: right;
}
div.class_page_pad {
	padding: 20px;
}
div.class_page_top_pad {
	padding: 70px 0 0 0;
}

/* Page left/right */
div.page_split {
	display: block;
}
div.page_split:after {
	display: table;
	content: "";
	clear: both;
}
div.page_left {
	width: 50%;
	float: left;
}
div.page_right {
	width: 50%;
	float: right;
}
div.page_split div.page_split_pad {
	padding: 20px;
}



/* Contact */
div.contact_left {
	text-align: left;
}
div.contact_right {
	text-align: right;
}

/* Trainer tabs */
div.trainer_tabs {
	border-bottom: 1px solid #00413d;
	margin: 20px 0 10px 0;
}
div.trainer_tabs a {
	color: #333;
	text-decoration: none;
	padding: 10px 20px;
	background: #c5f2f0;
	display: inline-block;
	border-radius: 0px;
	border: 1px solid #00413d;
	border-bottom: none;
	box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.3s;
	text-align: center;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
div.trainer_tabs a.active {
	background: #00A79D;
	color: #FFFFFF;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}
div#youtube {
	position: relative;
	width: 800px;
	height: 50px;
	margin: 0 auto 0 auto;
}

div#youtube_frame_wrapper {
	width: 800px;
	height: 450px;
	background: #333333;
	margin: 0 auto 0 auto;
	position: absolute;
	top: -400px;
	
	-webkit-box-shadow: 3px 3px 5px  #ccc;
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	box-shadow:         0px 5px 5px rgba(0,0,0,0.4);
}
div#youtube_frame_wrapper iframe {
	width: 800px;
	height: 450px;
}

div.sub_box {
	background: #FFFFFF;
	background: rgba(255,255,255,0.5);
	padding: 30px;
}

div.image_fit img {
	width: 100%;
	height: auto;
}

div.whitebox {
	background: #EEEEEE;
}

/* Content blocks */
div.content_block {
	display: flex;
	background: #CC0000;
	border-radius: 5px;
	overflow: hidden;
}
div.content_block_50 {
	flex: 1 1 auto;
	width: 50%;
	background: #FFFFFF;
}
div.content_block_text {
	padding: 40px;
}
div.content_block_text h3 {
	font-size: 30px;
	margin: 0 0 10px 0;
	line-height: 1.3em;
}
div.content_block_text p {
	font-size: 18px;
}
div.content_block_image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	min-height: 400px;
	filter: grayscale(100%);
}
div.content_block_image_01 {
	background-image: url('../img/gallery/studio/medium/10.jpg');
}
div.content_block_image_02 {
	background-image: url('../img/gallery/studio/medium/20.jpg');
}
div.content_block_image_03 {
	background-image: url('../img/gallery/studio/medium/20.jpg');
}
div.content_block_image_04 {
	background-image: url('../img/gallery/studio/medium/20.jpg');
}
div.content_block_image_05 {
	background-image: url('../img/gallery/studio/medium/20.jpg');
}




.mobile_hide {
	
}
.mobile_show {
	display: none !important;
}

/* Responsive */
/* LARGE Desktops */
@media only screen and (min-width: 1600px) {
	div.wrapper {
		width: 1200px;
		margin: 0 auto 0 auto;
	}
}
/* Big Desktops */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	div.wrapper {
		width: 1000px;
		margin: 0 auto 0 auto;
	}
	/* Studio */
	div.studio_page_text {
		padding: 20px 40px 0px 40px;
	}
	div.studio_page_text h1 {
		font-size: 30px;
		margin: 0 0 5px 0;
	}
	div.studio_page_text h2 {
		font-size: 26px;
		margin: 0 0 5px 0;
	}
	
	/* Timetable */
	div#timetable_days div.timetable_day div.day_inner {
		height: 500px;
	}
	div#timetable_days div.timetable_day div.day_slot {
		padding: 5px;
	}
	div#timetable_days div.timetable_day .title {
		font-size: 14px;
	}
	div#timetable_days div.timetable_day .trainer {
		font-size: 12px;
	}
	div#timetable_days div.timetable_day .time {
		font-size: 16px;
	}
	
	/* Header */
	div.header_hero_pad {
		padding: 100px 0 0 0;
	}

}
/* Small Desktops */
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	div.wrapper {
		width: 1000px;
		margin: 0 auto 0 auto;
	}
	div#navigation a.logo {
		
	}
	div#navigation div.nav_links {
		width: 630px;
	}
	div#navigation div.nav_links a {
		font-size: 14px;
	}
	div.page_row_extra_space {
		height: 20px;
	}
	div.page_half_large_screen {
		width: 100%;
		float: none;
	}
	
	/* Single class */
	div.class_page_left,
	div.class_page_right	{
		width: 100%;
		float: none;
	}
	div.class_page_pad {
		padding: 10px;
	}
	
	/* Timetable */
	div#timetable_days div.timetable_day div.day_inner {
		height: 500px;
	}
	div#timetable_days div.timetable_day div.day_slot {
		padding: 5px;
	}
	div#timetable_days div.timetable_day .title {
		font-size: 14px;
	}
	div#timetable_days div.timetable_day .trainer {
		font-size: 12px;
	}
	div#timetable_days div.timetable_day .time {
		font-size: 16px;
	}
	
	/* Header */
	div.header_hero_pad {
		padding: 100px 0 0 0;
	}
}
/* iPad (or small monitor) Styles */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	div.wrapper {
		width: 750px;
		margin: 0 auto 0 auto;
	}
	
	div#navigation div.nav_links {
		width: 570px;
	}
	div#navigation div.nav_links a {
		font-size: 14px;
	}
	div#navigation_main div.header_pad {
		padding: 0px;
	}
	
	div#navigation a.logo {
		width: 226px;
		height: 55px;
		float: left;
		margin: 10px 0 0 0;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		overflow: hidden;
		text-indent: -9999px;
	}
	
	div.page_row_extra_space {
		height: 20px;
	}
	div.page_half_large_screen {
		width: 100%;
		float: none;
	}
	
	/* Single class */
	div.class_page_left,
	div.class_page_right	{
		width: 100%;
		float: none;
	}
	div.class_page_pad {
		padding: 10px;
	}
	
	/* Timetable */
	div#timetable {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	div#timetable_inner {
		width: 100%;
	}
	div#timetable_days div.timetable_day {
		width: 100%;
		float: left;
	}
	div#timetable_days div.timetable_day div.day_name {
		text-align: center;
	}
	div#timetable_days div.timetable_day div.day_inner {
		height: auto;
	}
	div#timetable_days div.timetable_day div.day_slot {
		padding: 5px;
	}
	div#timetable_days div.timetable_day .title {
		font-size: 14px;
	}
	div#timetable_days div.timetable_day .trainer {
		font-size: 12px;
	}
	div#timetable_days div.timetable_day .time {
		font-size: 16px;
	}
	div#timetable div.timetable_controls_left {
		display: block;
		width: 30%;
		float: left;
	}
	div#timetable div.timetable_controls_right {
		display: block;
		width: 30%;
		float: right;
	}
	
	
	/* Home scroller */
	div#reasons_scroller {
		padding: 140px 0 0 0;
	}
	div#reasons_scroller h3 {
		font-size: 32px;
		line-height: 1.6em;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		margin: 0 0 80px 0;
	}
	div#reasons_scroller h4 {
		color: #FFF;
		font-size: 32px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	}
	
	/* Header */
	div.header_hero_pad {
		padding: 70px 0 0 0;
	}
	div.header_hero_page div.header_hero_pad {
		padding: 110px 0 0 0;
	}
	div.header_hero_pad.smaller {
		padding: 90px 0 0 0;
	}
	
	div#youtube {
		position: relative;
		width: 760px;
		height: 10px;
		margin: 0 auto 0 auto;
	}

	div#youtube_frame_wrapper {
		width: 760px;
		height: 428px;
		background: #333333;
		margin: 0 auto 0 auto;
		position: absolute;
		top: -400px;
		
		-webkit-box-shadow: 3px 3px 5px  #ccc;
		-moz-box-shadow:    3px 3px 5px 6px #ccc;
		box-shadow:         0px 5px 5px rgba(0,0,0,0.4);
	}
	div#youtube_frame_wrapper iframe {
		width: 760px;
		height: 428px;
	}
	
}
/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
	
	/* Wrapper */
	div.wrapper {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	
	
	
	/* Timetable */
	div#timetable {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	div#timetable_inner {
		width: 100%;
	}
	div#timetable_days div.timetable_day {
		width: 100%;
		float: left;
	}
	div#timetable_days div.timetable_day div.day_name {
		text-align: center;
	}
	div#timetable_days div.timetable_day div.day_inner {
		height: auto;
	}
	div#timetable_days div.timetable_day div.day_slot {
		padding: 5px;
	}
	div#timetable_days div.timetable_day .title {
		font-size: 14px;
	}
	div#timetable_days div.timetable_day .trainer {
		font-size: 12px;
	}
	div#timetable_days div.timetable_day .time {
		font-size: 16px;
	}
	div#timetable div.timetable_controls_left {
		display: block;
		width: 30%;
		float: left;
	}
	div#timetable div.timetable_controls_right {
		display: block;
		width: 30%;
		float: right;
	}
	
	
	/* Navigation */
	div#hold_navigation {
		height: 60px;
		width: 100%;
	}
	div#navigation {
		height: 60px;
		width: 100%;
		position: fixed;
		z-index: 5000;
		
	}
	
	
	div#mobile_navigation {
		display: block;
		width: 100%;
		height: 60px;
	}
	div#mobile_navigation a#mobile_navigation_button {
		display: block;
		width: 60px;
		height: 60px;
		float: right;
		background: #FFFFFF;
		color: #333333;
		font-size: 48px;
		text-align: center;
	}
	div#mobile_navigation a#mobile_navigation_button span {
		display: block;
		padding: 5px 0 0 0;
	}
	div#mobile_navigation_links {
		display: none;
	}
	
	div#navigation_main div.header_pad {
		padding: 0px;
	}
	div#navigation_main {
		height: 60px;
	}
	div#navigation a.logo {
		width: 144px;
		height: 35px;
		float: left;
		margin: 12px 0 0 5px;
	}
	div#navigation div.nav_links {
		width: 100%;
		float: none;
		text-align: right;
		position: relative;
	}
	div#navigation div.nav_links a {
		display: block;
		width: 100%;
		height: auto;
		background: #F5F5F5;
		font-size: 16px;
		border-bottom: 1px solid #DDD;
	}
	div#navigation div.nav_links a span {
		display: block;
		padding: 15px;
	}
	div#navigation a.header_social {
		margin: 2px 10px 0 10px;
	}
	
	div#navigation div.nav_links ul#main_nav ul.sub_nav {
		display: none;
	}
	div#navigation div.nav_links ul#main_nav li.nav_item {
		list-style: none;
		display: block;
		position: relative;
		width: 100%;
	}
	div#navigation div.nav_links ul#main_nav ul.sub_nav li.nav_item,
	div#navigation div.nav_links ul#main_nav ul.sub_nav li.nav_item a {
		display: none;
	}
	ul.sub_nav {
		display: none;
	}
	div#navigation div.nav_links ul#main_nav li.nav_item_sub:hover ul.sub_nav {
		display: none;
	}
	
	div#side_menu {
		background-color: transparent;
		float: none;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 1000;
		position: fixed;
		top: 60px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		display: block;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		
	}
	
	div#side_menu_inner {
		background: #F7F7F7;
		margin: 0;
		position: absolute;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
	}
	
	/* Page parts */
	div.page_third,
	div.page_twothirds,
	div.page_half,
	div.page_half_large_screen,
	div.page_quarter {
		float: none;
		width: 100%;
	}
	
	/* Page left/right */
	div.page_left,
	div.page_right {
		float: none;
		width: 100%;
	}
	div.page_split div.page_split_pad {
		padding: 10px;
	}
	
	div.page_pad {
		padding: 10px;
	}
	div.page_pad_smaller {
		padding: 10px;
	}
	div.extra_page_pad {
		padding: 10px;
	}
	
	/* Single class */
	div.class_page_left,
	div.class_page_right	{
		width: 100%;
		float: none;
	}
	div.class_page_pad {
		padding: 10px;
	}
	/* Classes */
	div.class_page_top_pad {
		padding: 40px 0 20px 0;
	}
	
	/* Footer */
	div.footer_pad {
		padding: 10px;
	}
	div.footer_third {
		width: 100%;
		float: none;
	}
	div.footer_quarter {
		width: 100%;
		float: none;
	}
	div.footer_half {
		width: 100%;
		float: none;
		text-align: left;
	}
	div.footer_half.right {
		text-align: left;
	}
	footer#footer,
	footer#footer p {
		font-size: 14px;
	}
	footer#footer h5 {
		font-size: 26px;
		line-height: 1em;
		font-weight: 400;
		margin: 0 0 20px 0;
		font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
	}
	#footer a {
		display: block;
		margin: 10px 0 10px 0;
	}
	#footer div.footer_bottom p a {
		display: inline-block;
		margin: 0 10px 0 10px;
	}
	
	/* Text */
	p {
		font-size: 16px;
	}
	h1 {
		font-size: 32px;
		line-height: 1em;
	}
	h2 {
		font-size: 28px;
		line-height: 36px;
	}
	h3 {
		font-size: 26px;
		line-height: 34px;
	}
	h4 {
		font-size: 18px;
		line-height: 1.4em;
	}
	
	/* Studio */
	div.studio_page_text {
		padding: 10px;
	}
	
	/* List */
	ul.benefits_list {
		margin: 30px 0 0 0;
	}
	ul.benefits_list li {
		font-size: 16px;
		margin: 15px 0 15px 0;
	}
	
	/* Headers */
	div.header_hero {
		height: 500px;
	}
	div.header_hero_fixed {
		height: 500px;
	}
	div.header_hero_pad {
		padding: 100px 20px 0 20px;
	}
	div.header_hero_page div.header_hero_pad {
		padding: 130px 0 0 0;
	}
	div.header_hero_pad.smaller {
		padding: 60px 0 0 0;
	}
	div.header_hero p.big {
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 20px;
	}
	div.header_hero h1 {
		font-size: 22px;
		line-height: 26px;
		letter-spacing: 5px;
	}
	div.header_hero h2,
	div.header_hero h3 {
		font-size: 32px;
		line-height: 42px;
		font-weight: 400;
		background: #E2145E;
		padding: 10px 20px 10px 20px;
		text-align: center;
	}

	div.header_hero h1.smaller {
		font-size: 32px;
		line-height: 40px;
	}

	div.header_hero div.logo_symbol_home {
		width: 300px;
		height: 121px;
		margin: 0 auto 0 auto;
		background: url('../img/logo/logo_symbol.png') center center no-repeat;
	}
	div.header_hero div.logo_symbol_blank {
		width: 300px;
		height: 121px;
		margin: 0 auto 0 auto;
		background: none;
	}
	div.header_hero div.logo_symbol_blank_kids {
		width: 300px;
		height: 200px;
		margin: 0 auto 0 auto;
		background: none;
	}
	
	
	div.header_hero p,
	div.header_hero h1,
	div.header_hero h2,
	div.header_hero h3 {
		text-shadow: 0px 1px 2px rgba(255,255,255,1);
	}

	div.header_inner {
		width: 100%;
		height: 500px;
	}
	div.header_hero.header_hero_page {
		height: 300px;
	}
	div.header_hero.header_hero_page div.header_inner {
		height: 300px;
	}
	
	div.header_hero.header_hero_info {
		height: 300px;
	}
	div.header_hero.header_hero_info div.header_inner {
		height: 300px;
	}

	div.slide_banners_holder {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	div.slide_banners_bottom {
		height: 50px;
		position: absolute;
		bottom: 0;
		width: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f5f5+0,f1f5f5+100&0+0,1+100 */
		background: -moz-linear-gradient(top, rgba(241,245,245,0) 0%, rgba(241,245,245,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(241,245,245,0) 0%,rgba(241,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(241,245,245,0) 0%,rgba(241,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f5f5', endColorstr='#f1f5f5',GradientType=0 ); /* IE6-9 */
		z-index: 300;
	}
	div.header_hero {
		background-position: top center;
		
		background-repeat: none;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}
	div.header_hero_1 {
		background-image: url('../img/headers_small/hero_1.jpg');
	}
	div.header_hero_2 {
		background-image: url('../img/headers_small/hero_2.jpg');
	}
	div.header_hero_x1 {
		background-image: url('../img/headers_small/hero_x1.jpg');
	}
	div.header_hero_x2 {
		background-image: url('../img/headers_small/hero_x2.jpg');
	}
	div.header_hero_bw1 {
		background-image: url('../img/headers_small/hero_bw_1.jpg');
	}
	div.header_hero_bw2 {
		background-image: url('../img/headers_small/hero_bw_2.jpg');
	}
	div.header_hero_smaller_1 {
		background-image: none;
	}
	
	/* Gyro logo block */
	div.gyrotonic_square {
		width: 60px;
		height: 60px;
	}
	div.gyrotonic_square a {
		width: 60px;
		height: 60px;
	}
	
	/* Home scroller */
	/* Scroller */
	div.home_scroller {
		position: relative;
		overflow: hidden;
		min-height: 300px;
		height: 300px;
		box-sizing: border-box;
	}
	div.home_scrolly_content {
		position: absolute;
		width: 100%;
		min-height: 300px;
		height: 300px;
		background: rgba(0,0,0,0.4);
		z-index: 500;
	}
	div.home_scrolly_wolley {
		transform: translate3d(0px, 0px, 0px);
		position: absolute;
		width: 100%;
		left: 0;
		transform-style: preserve-3d;
		backface-visibility: hidden;
		z-index: 400;
	}
	div.home_image_scroll {
		background: #CCCCCC;
		background-image: url('../img/layout/balls-small.jpg');
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 300px;
		width: 100%;
	}
	div#reasons_scroller {
		padding: 90px 0 0 0;
	}
	div#reasons_scroller h3 {
		font-size: 30px;
		line-height: 1.6em;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		margin: 0 0 80px 0;
	}
	div#reasons_scroller h4 {
		color: #FFF;
		font-size: 32px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	}
	
	/* About */
	div.trainer_block {
		padding: 10px;
	}
	div.about_studio_section_background {
		background-image: url('../img/layout/studio_mats-small.jpg');
		background-size: auto auto;
		background-repeat: no-repeat;
	}
	div.about_studio_section {
		padding: 30px 10px 30px 10px;
	}
	
	/* Contact */
	div.contact_left,
	div.contact_right {
		text-align: left;
	}
	div.contact_right {
		margin: 40px 0 40px 0;
	}
	
	div#youtube {
		position: relative;
		width: 100%;
		height: 200px;
		margin: 0 auto 0 auto;
	}

	div#youtube_frame_wrapper {
		width: 100%;
		height: 300px;
		background: #333333;
		margin: 0 auto 0 auto;
		position: absolute;
		top: -100px;
		
		-webkit-box-shadow: 3px 3px 5px  #ccc;
		-moz-box-shadow:    3px 3px 5px 6px #ccc;
		box-shadow:         0px 5px 5px rgba(0,0,0,0.4);
	}
	div#youtube_frame_wrapper iframe {
		width: 100%;
		height: 300px;
	}
	
	div.page_row_extra_space {
		height: 20px;
	}
	
	/* Content blocks */
	div.content_block {
		display: block;
		background: #CC0000;
	}
	div.content_block_50 {
		flex: none;
		width: 100%;
	}
	div.content_block_text {
		padding: 20px;
	}
	div.content_block_text h3 {
		font-size: 30px;
		margin: 0 0 10px 0;
		line-height: 1.3em;
	}
	div.content_block_text p {
		font-size: 18px;
	}
	div.content_block_image {
		min-height: 260px;
	}
	
	.page_spacer {
		height: 30px;
	}
	
	.mobile_spacer {
		height: 10px;
	}
	
	/* Make all text left on mobile */
	.align_left_mobile {
		text-align: left;
	}
	
	/* Last rules */
	.mobile_hide {
		display: none !important;
	}
	.mobile_show {
		display: block !important;
	}
}