﻿/* Set all parents to full height */
html, body, .cbp-fbscroller, .cbp-fbscroller .section {
	height: 100%;
	width: 100%;
}
/* The nav is fixed on the right side  and we center it by translating it 50% 
(we don't know it's height so we can't use the negative margin trick) */
.cbp-fbscroller .nav {
	position: fixed;
	z-index: 9999;
	left: 44%;
	top: 20%;
	width: 200px;
}
.cbp-fbscroller .nav a {
	display: block;
	position: relative;
	z-index: 9999;
	width: 90px;
	float: left;
	margin: 25px 5px;
	border: none;
}
.cbp-fbscroller .nav a img {
	width: 100%;
	box-shadow: -5px 5px 10px rgba(0,0,0,0.3);
	float: left;
}
.no-touch .cbp-fbscroller .nav a:hover {
	background: rgba(255,255,255,0.6);
}
.cbp-fbscroller .nav a.cbp-fbcurrent {
	background: #fff;
}
/* background-attachment does the trick */
.cbp-fbscroller .section {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.no-touch .cbp-fbscroller .section {
	background-attachment: fixed;
}
.slide {
	position: absolute;
	top: 20%;
	left: 20px;
	width: 42%;
	height: 77%; /*background-image:url('../../HorizontalSlideOutMenu/img/1.20.png');*/;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
}
.slide .coach {
	position: absolute;
	top: 0px;
	left: 0px;
}
.slide .coach1 {
	position: absolute;
	top: 150px;
	left: 0px;
}
.slide .coach2 {
	position: absolute;
	top: 300px;
	left: 0px;
}
.slide .text {
	position: absolute;
	top: -10px;
	left: 180px;
	color: gray;
	font-weight: normal;
	width: calc(100% - 180px);
}
.slide .text h1 {
	font-size: 1.3em;
	text-decoration: none;
	color: #47a3da;
	margin: 0px 0px 0 0px;
	text-transform: uppercase;
}
.slide .text h2 {
	font-size: 0.7em;
	text-decoration: none;
	color: gray;
	margin: 0px 0px 0 0px;
	font-weight: normal;
}
.slide .text h3 {
	font-size: 0.8em;
	text-decoration: none;
	color: gray;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.slide .text h4 {
	font-size: 1em;
	text-decoration: none;
	color: #47a3da;
	margin: 10px 0px 0px 10px;
}
.slide .text p {
	font-size: 0.8em;
	text-decoration: none;
	margin: 0px 0px 0 30px;
}
.slide a {
	color: #47a3da;
}
