/* 
	Style
*/
html {
	margin: 0;
	min-height: 100%;
	background: #EBECF2;
	background: #f1f5f5;
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	font-size: 18px;
	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:#ED1C24; color: #FFFFFF;}
::selection{background:#ED1C24; color: #FFFFFF;}

/* General */
p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	color: #666974;
}
h1 {
	font-size: 32px;
	line-height: 1em;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #444444;
	font-family: 'Cantarell', 'Helvetica', 'Arial', sans-serif;
	font-style: italic;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #444444;
	font-family: 'Cantarell', 'Helvetica', 'Arial', sans-serif;
	font-style: italic;
}
h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #444444;
	font-family: 'Cantarell', 'Helvetica', 'Arial', sans-serif;
	font-style: italic;
}
h4 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 400;
	margin: 0 0 15px 0;
	color: #444444;
	font-family: 'Cantarell', 'Helvetica', 'Arial', sans-serif;
	font-style: italic;
}
h1, h2, h3 {
	text-transform: uppercase;
}


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: #007DC1;
	color: #ED1C24;
	-webkit-transition: 0.25s;
    transition: 0.25s;
}

div.info_page h1 {
	font-size: 3em;
}
div.info_page h2 {
	font-size: 2em;
}

.small {
	font-size: 0.6em;
}
.big {
	font-size: 1.6em;
}

/* 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: 80px 10px 80px 10px;
}
div.page_pad_big {
	padding: 60px;
}
div.page_pad_display {
	padding: 80px 10px 80px 10px;
}

.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

.teal {
	color: #00A79D;
}
.white {
	color: #FFFFFF;
}
.pink {
	color: #E2145E;
}
.black {
	color: #000000;
}
.colour_pt {
	color: #3b4f6a;
}
.colour_bike {
	color: #ED1C24;
}
.red {
	color: #ED1C24;
}

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;
}
hr.red {
	border-top: 2px solid #ED1C24;
}
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);
}

.page_spacer {
	height: 70px;
}
.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;
}
.small_separator.red {
	background: #ED1C24;
}
.small_separator.white {
	background: #FFFFFF;
}
.small_separator.colour_pt {
	background: #3b4f6a;
}
.small_separator.colour_bike {
	background: #ED1C24;
}

.white_page {
	background: #f1f5f5;
}
.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: #222222;
}

/* Navigation */
div#hold_navigation {
	height: 80px;
	width: 100%;
}
div#navigation {
	height: 80px;
	width: 100%;
	position: fixed;
	z-index: 5000;
	background: #111111;
	
	-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#navigation_top {
	height: 29px;
	background: #222222;
	background: #191919;
	border-bottom: 1px solid #222222;
}
div#mobile_navigation {
	display: none;
}
div#navigation_top p {
	font-size: 14px;
	margin: 4px 0 0 0;
	color: #ED1C24;
	color: #888;
	text-shadow: 1px 1px 1px #111;
}
div#navigation_top p a {
	color: #888;
}
div#navigation_top div.header_pad {
	padding: 0 16px 0 16px;
}
div#navigation_top div.header_half {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#navigation_main div.header_pad {
	padding: 0 0 0 10px;
}
div#navigation_main {
	height: 80px;
}
div#navigation a.logo {
	width: 350px;
	height: 70px;
	float: left;
	margin: 3px 0 0 0;
	background-image: url('../img/logo/logo_full_700x140.png');
	background-size: 100% 100%;
	background-repeat: none;
	overflow: hidden;
	text-indent: -9999px;
}
div#navigation div.nav_links {
	width: 700px;
	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;
}
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: #111111;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Cantarell', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
}
div#navigation div.nav_links a:hover {
	color: #ED1C24;
}
div#navigation div.nav_links a.active,
div#navigation div.nav_links a.active:hover {
	background: #ED1C24;
	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_inner {
	width: 100%;
	height: 800px;
	height: 80vh;
	
	/*
	-moz-box-shadow:    inset 0px 0px 300px 60px rgba(0,167,157,0.15);
	-webkit-box-shadow: inset 0px 0px 300px 60px rgba(0,167,157,0.15);
	box-shadow:         inset 0px 0px 300px 60px rgba(0,167,157,0.15);
	
	
	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_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%;
	background: -moz-linear-gradient(top, rgba(241,245,245,0) 0%, rgba(241,245,245,1) 100%);
	background: -webkit-linear-gradient(top, rgba(241,245,245,0) 0%,rgba(241,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(241,245,245,0) 0%,rgba(241,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f5f5', endColorstr='#f1f5f5',GradientType=0 );
	z-index: 300;
	*/
	display: none;
}
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/header_1.jpg');
}
div.header_hero_2 {
	background-image: url('../img/headers/header_2.jpg');
}
div.header_hero_3 {
	background-image: url('../img/headers/header_3.jpg');
}
div.header_hero_4 {
	background-image: url('../img/headers/header_4.jpg');
}
div.header_hero_5 {
	background-image: url('../img/headers/header_5.jpg');
}
div.header_hero_21 {
	background-image: none;
	background: #222222;
}
div.header_hero_smaller_1 {
	background-image: url('../img/headers/header_smaller_1.jpg');
}
div.header_hero_smaller_2 {
	background-image: url('../img/headers/header_smaller_2.jpg');
}
div.header_hero_smaller_3 {
	background-image: url('../img/headers/header_smaller_3.jpg');
}
div.header_hero_smaller_4 {
	background-image: url('../img/headers/header_smaller_4.jpg');
}
div.header_hero_smaller_5 {
	background-image: url('../img/headers/header_smaller_5.jpg');
}
div.header_hero_smaller_6 {
	background-image: url('../img/headers/header_smaller_6.jpg');
}
div.header_hero_smaller_7 {
	background-image: url('../img/headers/header_smaller_7.jpg');
}
div.header_hero_smaller_8 {
	background-image: url('../img/headers/header_smaller_8.jpg');
}
div.header_hero_smaller_9 {
	background-image: url('../img/headers/header_smaller_9.jpg');
}
div.header_hero_smaller_10 {
	background-image: url('../img/headers/header_smaller_10.jpg');
}
div.header_hero_smaller_11 {
	background-image: url('../img/headers/header_smaller_11.jpg');
}

div.header_hero_pad {
	padding: 220px 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_pad.muchsmaller {
	padding: 50px 0 0 0;
}
div.header_hero p.big {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 50px;
	margin: 25px 0 0 0;
	color: #221E1F;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	
	width: auto;
	background: #000000;
	background: rgba(0,0,0,0.8);
	padding: 20px 0 0 0;
	border-left: 6px solid #ED1C24;
}
div.header_hero h1 {
	font-size: 40px;
	line-height: 80px;
	font-weight: 400;
	text-align: center;
	
	color: #FFFFFF;
	font-style: normal;
	width: auto;
	background: #000000;
	background: rgba(0,0,0,0.8);
	padding: 0 0 20px 0;
	border-left: 6px solid #ED1C24;
}
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: 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.mrben_logo {
	width: 350px;
	height: 273px;
	margin: 0 auto 0 auto;
	background: url('../img/logo/mrben_light.png') center center no-repeat;
}

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 .red {
	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);
}
*/

/* info */
div.info_icons i {
	display: block;
	font-size: 60px;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 1px #FFF;
}
div.info_icons h3 {
	font-size: 22px;
	text-shadow: 1px 1px 1px #FFF;
}
div.info_icons p {
	font-size: 14px;
	text-shadow: 1px 1px 1px #FFF;
}

/* 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.page_half_left,
div.page_half_right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
div.page_half_left {
	float: left;
}
div.page_half_right {
	float: right;
}


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/wattbike.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: #111111;
	border-top: 2px solid #ED1C24;
}
div.footer_pad {
	padding: 40px;
}
div.footer_third {
	width: 33.3%;
	float: left;
}
div.footer_quarter {
	width: 25%;
	float: left;
}
footer#footer,
footer#footer p {
	color: #888888;
	font-size: 14px;
}
footer#footer h5 {
	font-size: 26px;
	line-height: 1em;
	font-weight: 400;
	margin: 0 0 15px 0;
	color: #CCCCCC;
	font-family: 'Cantarell', 'Helvetica', 'Arial', sans-serif;
	font-style: italic;
}
footer#footer h5 i {
	color: #ED1C24;
}
#footer a {
	color: #888888;
}
#footer a:hover,
#footer a:active {
	color: #00A79D;
	color: #ED1C24;
}
#footer div.footer_bottom {
	border-top: 1px solid #191919;
	background: #151515;
	padding: 30px;
}
#footer div.footer_bottom p {
	color: #AAAAAA;
	text-shadow: 1px 1px 1px #111;
}
#footer div.footer_bottom p a {
	text-shadow: 1px 1px 1px #111;
}

.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_bikes.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;
}

/* Prices */
table.price_table {
	margin: 0;
	padding: 0;
	border: 0;
}
table.price_table tr td {
	background: #FFFFFF;
	border: 2px solid #EFEFEF;
	padding: 10px;
}

/* 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: 1px solid #F7F7F7;
	background: #FFFFFF;
	margin: 2px;
}
div#timetable_days div.timetable_day div.day_name {
	background: #ED1C24;
	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: 300px;
	overflow: hidden;
}
div#timetable_days div.timetable_day div.day_slot {
	border-bottom: 1px solid #F1F1F1;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#timetable_days div.timetable_day .title,
div#timetable_days div.timetable_day .trainer,
div#timetable_days div.timetable_day .time {
	font-family: 'Cantarell', 'Helvetica', 'Arial', sans-serif;
	font-style: italic;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

div#timetable_days div.timetable_day .title {
	font-size: 16px;
	font-weight: normal;
}
div#timetable_days div.timetable_day .trainer {
	font-size: 12px;
	font-weight: normal;
}
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: #c1d4ff;
	background: #c1e0ff;
	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: #ffcfd0;
	color: #666666;
}

/*
purple b78bcf
orange e3b26d
peach e4926e
blue bright 73c6cd
blue 8aa8d4
*/

/* 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;
}

/* Contact */
div.contact_left {
	text-align: left;
}
div.contact_right {
	text-align: right;
}

/* Trainer tabs */
div.trainer_tabs {
	border-bottom: 1px solid #ED1C24;
	margin: 20px 0 10px 0;
}
div.trainer_tabs a {
	color: #333;
	text-decoration: none;
	padding: 10px 20px;
	background: #ffc1c4;
	display: inline-block;
	border-radius: 0px;
	border: 1px solid #ED1C24;
	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: #ED1C24;
	color: #FFFFFF;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}

div#youtube {
	position: relative;
	width: 800px;
	height: 100px;
	margin: 0 auto 0 auto;
}

div#youtube_frame_wrapper {
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	position: absolute;
	top: -400px;
}
div#youtube_frame_wrapper iframe {
	width: 800px;
	height: 450px;
}
div#youtube_frame_wrapper div.frame {
	-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);
	margin: 50px 0 0 0;
	background: #333333;
}

div.sub_box {
	background: #FFFFFF;
	background: rgba(255,255,255,0.5);
	padding: 30px;
}

div.image_fit img {
	width: 100%;
	height: auto;
}

.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: 350px;
	}
	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 {
		width: 280px;
		height: 56px;
		float: left;
		margin: 12px 0 0 0;
	}
	div#navigation div.nav_links {
		width: 690px;
	}
	div#navigation div.nav_links a {
		font-size: 12px;
	}
	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: 350px;
	}
	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: 670px;
	}
	div#navigation div.nav_links a {
		font-size: 12px;
	}
	div#navigation_main div.header_pad {
		padding: 0px;
	}
	div#navigation div.nav_links a span {
		display: block;
		padding: 26px 16px 26px 16px;
	}
	
	div#navigation a.logo {
		width: 68px;
		height: 68px;
		float: left;
		margin: 3px 0 0 0;
		background-image: url('../img/logo/logo_symbol_square.png');
		background-size: 100% 100%;
		background-repeat: none;
		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.header_hero_pad.muchsmaller {
		padding: 10px 0 0 0;
	}
	
	div#youtube {
		position: relative;
		width: 760px;
		height: 140px;
		margin: 0 auto 0 auto;
	}

	div#youtube_frame_wrapper {
		width: 760px;
		height: auto;
		background: #222222;
		margin: 0 auto 0 auto;
		position: absolute;
		top: -420px;
	}
	div#youtube_frame_wrapper iframe {
		width: 760px;
		height: 528px;
	}
	
}
/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	/* 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;
		
		-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: block;
		width: 100%;
		height: 60px;
	}
	div#mobile_navigation a#mobile_navigation_button {
		display: block;
		width: 60px;
		height: 60px;
		float: right;
		background: #00A79D;
		background: #ED1C24;
		color: #FFFFFF;
		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_top {
		height: 39px;
	}
	div#navigation_top div.header_pad {
		padding: 5px 0 0 5px;
	}
	div#navigation_main div.header_pad {
		padding: 0px;
	}
	div#navigation_main {
		height: 60px;
	}
	div#navigation a.logo {
		width: 175px;
		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;
		font-size: 16px;
		border-bottom: 1px solid #333;
	}
	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%;
	}
	div.page_half_left,
	div.page_half_right {
		float: none;
		width: 100%;
	}
	
	div.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;
	}
	footer#footer,
	footer#footer p {
		font-size: 14px;
	}
	footer#footer h5 {
		font-size: 26px;
		line-height: 1em;
		font-weight: 400;
		margin: 0 0 15px 0;
		font-family: 'Cantarell', 'Helvetica', 'Arial', sans-serif;
		font-style: italic;
	}
	footer#footer h5 i {
		
	}
	#footer a {
		display: block;
		margin: 10px 0 10px 0;
	}
	#footer div.footer_bottom p {
		text-shadow: 1px 1px 1px #FFFFFF;
	}
	#footer div.footer_bottom p a {
		display: inline-block;
		text-shadow: 1px 1px 1px #FFFFFF;
		margin: 0 10px 0 10px;
	}
	
	/* Text */
	p {
		font-size: 16px;
	}
	h1 {
		font-size: 32px;
		line-height: 1em;
	}
	h2 {
		font-size: 28px;
		line-height: 40px;
	}
	h3 {
		font-size: 28px;
		line-height: 40px;
	}
	h4 {
		font-size: 22px;
		line-height: 1.5em;
	}
	
	/* 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: 400px;
	}
	div.header_hero_pad {
		padding: 20px 0 0 0;
	}
	div.header_hero_page div.header_hero_pad {
		padding: 130px 0 0 0;
	}
	div.header_hero_pad.smaller {
		padding: 90px 0 0 0;
	}
	div.header_hero_pad.muchsmaller {
		padding: 10px 0 0 0;
	}
	div.header_hero p.big {
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 12px;
		line-height: 20px;
	}
	div.header_hero h1 {
		font-size: 30px;
		line-height: 40px;
		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_inner {
		width: 100%;
		height: 400px;
	}
	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/header_1.jpg');
	}
	div.header_hero_2 {
		background-image: url('../img/headers_small/header_2.jpg');
	}
	div.header_hero_3 {
		background-image: url('../img/headers_small/header_3.jpg');
	}
	div.header_hero_4 {
		background-image: url('../img/headers_small/header_4.jpg');
	}
	div.header_hero_5 {
		background-image: url('../img/headers_small/header_5.jpg');
	}
	div.header_hero_21 {
		background-image: none;
		background: #222222;
	}
	div.header_hero_smaller_1 {
		background-image: url('../img/headers_small/header_smaller_1.jpg');
	}
	div.header_hero_smaller_2 {
		background-image: url('../img/headers_small/header_smaller_2.jpg');
	}
	div.header_hero_smaller_3 {
		background-image: url('../img/headers_small/header_smaller_3.jpg');
	}
	div.header_hero_smaller_4 {
		background-image: url('../img/headers_small/header_smaller_4.jpg');
	}
	div.header_hero_smaller_5 {
		background-image: url('../img/headers_small/header_smaller_5.jpg');
	}
	div.header_hero_smaller_6 {
		background-image: url('../img/headers_small/header_smaller_6.jpg');
	}
	div.header_hero_smaller_7 {
		background-image: url('../img/headers_small/header_smaller_7.jpg');
	}
	div.header_hero_smaller_8 {
		background-image: url('../img/headers_small/header_smaller_8.jpg');
	}
	div.header_hero_smaller_9 {
		background-image: url('../img/headers_small/header_smaller_9.jpg');
	}
	div.header_hero_smaller_10 {
		background-image: url('../img/headers_small/header_smaller_10.jpg');
	}
	div.header_hero_smaller_11 {
		background-image: url('../img/headers_small/header_smaller_11.jpg');
	}
	
	/* 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/wattbike-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_bikes-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;
	}
	
	/* Make all text left on mobile */
	.align_left_mobile {
		text-align: left;
	}
	
	div#youtube {
		position: relative;
		width: 100%;
		height: 320px;
		margin: 0 auto 0 auto;
	}

	div#youtube_frame_wrapper {
		width: 100%;
		height: 460px;
		background: #222222;
		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;
	}
	
	/* Last rules */
	.mobile_hide {
		display: none !important;
	}
	.mobile_show {
		display: block !important;
	}
}