/* css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ol, ul {
	list-style: none;
}

a {
  text-decoration: none;
  color: #54a001;
  }   

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}  

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto/roboto-regular-webfont.eot');
    src: url('fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto/roboto-light-webfont.eot');
    src: url('fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotothin';
    src: url('fonts/roboto/roboto-thin-webfont.eot');
    src: url('fonts/roboto/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-thin-webfont.woff2') format('woff2'),
         url('fonts/roboto/roboto-thin-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotocondensedlight';
    src: url('fonts/roboto/robotocondensed-light-webfont.eot');
    src: url('fonts/roboto/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/robotocondensed-light-webfont.woff2') format('woff2'),
         url('fonts/roboto/robotocondensed-light-webfont.woff') format('woff'),
         url('fonts/roboto/robotocondensed-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotocondensedregular';
    src: url('fonts/roboto/robotocondensed-regular-webfont.eot');
    src: url('fonts/roboto/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto/robotocondensed-regular-webfont.woff') format('woff'),
         url('fonts/roboto/robotocondensed-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #f3f3f3;
}

img {
	max-width: 100%;
}

body > div {
	max-width: 1000px;
	margin: 0 auto;
}

.main, #menu {
	display: inline-block;
	vertical-align: top;
}

.main {
	background-color: #fff;
	width: 70%;
}

#menu {
	position: fixed;	
}

#menu > img {
	width: 100px;
	padding: 10px;
}

#menu a > img {
	width: 50px;
	padding: 5px 0 5px 10px;
}
	

h1, h2, h3, p, a, span, li, input {
	font-family: robotolight, sans-serif;
	font-size: 16px;
	line-height: 22px;
}

h2 {
	font-size: 28px;
	line-height: 34px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
}

h2, h3, p, li {
	padding: 5px 10px;
}

div#main-banner {
	background: url(i/main-banner.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

#main-banner > div {
	background-color: rgba(0, 0, 0, 0.4);
}

#main-banner h1, #main-banner h2 {
	display: inline-block;
	color: #fff;
}

#main-banner h1 {
	margin-top: 15%;
	font-size: 34px;
	line-height: 40px;
}

#main-banner h2 {
	margin-bottom: 15%;
}

.list {
	padding: 10px 0;
}

.list h2 {
	color:  #578;
}

.list div {
	padding: 5px 0;
}

#about {
	border-left: 4px solid #4166b8;
	padding: 5px 0;
}

#about h2 {
	color:  #4166b8;
}

#treners {
	border-left: 4px solid #e47489;
	padding: 5px 0;
}

#treners h2 {
	color: #e47489;
}

#treners img, #treners > div > div {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

#treners > div > div {
	width: 60%;
}

#treners > div {
	padding: 10px;
}

.hide, .less {
	display: none;
}

#scheme {
	border-left: 4px solid #ab4aad;
}

#scheme h2 {
	color: #ab4aad;
}

#scheme a {
	color: #ab4aad;
}

#review {
	padding: 10px 10px 20px;
	border-left: 4px solid #a0cce0;
}

#review h2 {
	color: #a0cce0;
}

#features {	
	border-left: 4px solid #7fb841;
	background-color: #f1fff1;
	padding-bottom: 0;
}

#features h2 {	
	color: #7fb841;
}

#start {
	margin: 5px 0;
	width: 250px;
	padding: 5px;
}

#menu li {
	padding: 0 5px;
	margin: 10px 0;
}

#start {	
	border: 5px solid #7fb841;
	background-color: #7fb841;
	border-radius: 0 5px 5px 0;
}

#start input {
	width: 97%;
	padding: 2px 1%;
	margin: 5px 0;
	border: 2px solid #fff;
	border-radius: 3px;
	background-color: #fff;
	display: inline-block;
}

#start h3 {
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 0 0 5px;
}

#phone {
	font-size: 22px;
}

#start #input-button {
	width: 160px;
	color: #54a001;
	display: block;
	margin: 10px auto;
	font-weight: 700;
	cursor: pointer;
}
	
#menu1 {
	border-left: 5px solid #7fb841;
}
	
#menu2 {
	border-left: 5px solid #4166b8;
}
	
#menu3 {
	border-left: 5px solid #e47489;
}
	
#menu4 {
	border-left: 5px solid #ab4aad;
}
	
#menu5 {
	border-left: 5px solid #a0cce0;
}

#f1 {
	background-color: #e6fce4;
}

#f2 {
	background-color: #dbf6d9;
}

#f3 {
	background-color: #d3f5d1;
}

#f4 {
	background-color: #cbf2c9;
}

#f5 {
	background-color: #c2f2c0;
}

#features span {
	display: block;
	padding: 0 10px 10px;
	color: #54a001;
	cursor: pointer;
}

#treners .hide {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 10px 0;
}

#treners .hide span {
	font-size: 20px;
	color: #54a001;
	display: block;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

#treners p b {
	font-weight: 700;
}

.more, .less {
	color: #54a001;
	cursor: pointer;
}

#menu a {
	color: #000;
}

#mobile-menu {
	display: none;
	margin: 0 auto;
	text-align: center;
}

#mobile-menu img {
	position: fixed;
	top: 0;
	left: 5px;
	width: 120px;
}

#mobile-menu #phone {
	position: fixed;
	top: 18px;
	right: 5px;
}

#mobile-menu h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	background-color: #54a001;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 20px;
	position: fixed;
	top: 90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 250px;
}

#mobile-menu h3 a {
	font-size: 20px;
	color: #fff;
}

#mobile-menu #start {
	border-radius: 5px;
	margin: 0 auto 10px;
}

.fixed p {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #f3f3f3;
	padding: 0 0 135px;
}

#treners .hide span.scroll {
	display: none;
}

@media (max-width: 1000px) {
	#mobile-menu {
		display: block;
	}
	
	#menu {
		display: none;
	}
	
	.main {
		width: 100%;
	}
	
	#treners img, #treners > div > div {
	width: 100%;
	}

	#treners > div > div {
		width: 100%;
	}
	
	#treners  .hide span.scroll {
		display: block;
	}
	
	#treners  .hide span.no-scroll {
		display: none;
	}
	
	#top {
	height: 135px;
}
}

