/*
----------------------------------------------------------------------
normalizejam
----------------------------------------------------------------------
*/

html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

/*
----------------------------------------------------------------------
galvenais
----------------------------------------------------------------------
*/

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	background-color: #005f41;
}

.ruimage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 400;
}

.ruimage > img {
	width: auto;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: -3vh;
}

a:link,
a:visited {
	text-decoration: none;
	color: #008259;
}

a:hover {
	color: #005f41;
	text-decoration: underline;
}

h1 {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 35px;
        font-family: "Oswald", helvetica, arial;
}

body.home h1 { text-align: center; margin-bottom: 25px; color: #999; }

h2 {
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 30px;
        font-family: "Oswald", helvetica, arial;
}

h3 {
	font-size: 20px;
	line-height: 26px;
        font-family: "Oswald", helvetica, arial;
	margin-bottom: 15px;
}

br.clearAll {
	clear: both;
}

br.clearLeft {
	clear: left;
}

p, ul {
	margin-bottom: 12px;
}

/*
----------------------------------------------------------------------
menu & logo link
----------------------------------------------------------------------
*/

#top {
	padding-bottom: 30px;
	padding-top: 20px;
}

.logo { float: left; padding-top: 10px; height: 50px; position: relative; }

.logo a {
	font-family: "Oswald", helvetica, arial;
        font-size: 45px;
        line-height: 40px;
        color: #000;
        display: block;
        padding-left: 20px;
        width: 220px;
        position: relative;
}

.logo span {
	font-family: "Oswald", helvetica, arial;
        font-size: 12px;
        color: #000;
        text-transform: uppercase;
        letter-spacing:8px;
        display: block;
        padding-left: 20px;
        width: 220px;
        text-align: center;
        position: relative;
        top: -10px;
}

.menu {
	font-size: 12px;
	text-transform: uppercase;
        text-align: center;
        background: #000;
        font-family: "Oswald", helvetica, arial;
        line-height: 22px;
        margin: 0;
	list-style: none;
}

.menu li {
	display: inline;
        margin: 0;
        padding: 0 5px 0 5px;
        width: auto;
}

.menu li a { color: #fff; }
.menu li a:hover { color: #00ad77; }
.menu li a.active { color: #00ad77; }

/*
----------------------------------------------------------------------
page content
----------------------------------------------------------------------
*/

#content {
	z-index: 1000;
	margin-bottom: 90px;
        background: #fff;
        width: 55%;
        position: absolute;
        left: 150px;
        -webkit-box-shadow: 0px 0px 15px 0px #2B0202; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        box-shadow: 0px 0px 15px 0px #2B0202; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
        min-height: 100%;
}

#text {
        padding: 20px;
}

#text img {
        width: 100%;
        height: auto;
}

#text .gallery {
        text-align: center;
}

#text .gallery img {
	border: none;
        width: 30%;
        margin: 1%;
}

body.home #text img {
        width: 50%;
        float: left;
        margin-right: 10px;
}

body.blog #text img {
        width: 50%;
        margin-right: 10px;
}

#text ul {
        list-style-type: disc;
        margin-left: 30px;
}

#count {
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 30px;
        font-family: "Oswald", helvetica, arial;
        text-align: center;
        color: #008259;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
----------------------------------------------------------------------
footer
----------------------------------------------------------------------
*/

#footer {
	margin: auto;
	text-align: center;
	padding: 20px 0 20px 0;
	font-size: 10px;
        background: #000;
        color: #fff;
}

#footer a { color: #00ad77; }
#footer a:hover { color: #fff; }

.twitter_logo {
  margin-bottom: 10px;
}

#footer hr {
  height:1px;
  border:0;
  border-bottom:1px solid #333;
  margin-top: 12px;
}

/*
----------------------------------------------------------------------
e-mail form
----------------------------------------------------------------------
*/

#form1 tabel, #form1 tr td {
	width: 100%;
}

#form1 table tr td {
	height: 40px;
	vertical-align: top;
}

#form1 input.textInput, #form1 textarea {
	width: 70%;
	height: 20px;
	background: #E6E6E6;
	border: 1px solid #C7C7C7;
	color: #999;
	margin: 0 0 10px 0;
        padding: 2px 6px 2px 6px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        -moz-background-clip: padding; -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -moz-box-shadow: inset 1px 1px 6px #C7C7C7;
        -webkit-box-shadow: inset 1px 1px 6px #C7C7C7;
        box-shadow: inset 1px 1px 6px #C7C7C7;
}

#form1 input.textInput.Long {
	width: 90%;
}

#form1 textarea {
	width: 90%;
	height: 300px;
	margin-bottom: 20px;
}

body.london-personal-trainer #form1 textarea { height: 150px; }

#form1 table tr td.textCol {
	width: 80px;
	text-align: right;
	padding-right: 20px;
}

.error {
	color: red;
	padding: 0 0 20px 100px;
}

/*
----------------------------------------------------------------------
news
----------------------------------------------------------------------
*/

.newsLeft table {
	margin: 0 0 30px 0;
}

.newsLeft table tr td {
	vertical-align: top;
}

.NewsSummaryCategory {
	color: #008259;
}

#text ul.list1 {
        margin: 20px 0 35px 0;
        text-align: center;
        font-family: "Oswald", helvetica, arial;
        font-size: 13px;
}

#text ul.list1 li.newscategory {
        display: inline-block;
        list-style: none;
        margin: 5px;
        padding: 2px 7px 2px 7px;
        background: #008259;
        color: #fff;
        text-spaceing: 1px;
}

#text ul.list1 li.newscategory.cat { background: #000; }

#text ul.list1 li.newscategory a { color: #fff; }
#text ul.list1 li.newscategory a:hover { color: #000; }

/*
----------------------------------------------------------------------
sign up form
----------------------------------------------------------------------
*/

#mc_embed_signup {
        width: 210px;
	float: right;
        padding-right: 30px;
}

#mc_embed_signup label {
	display: block;
	margin: 0 0 5px 0;
        font-family: "Oswald", helvetica, arial;
}

#mc_embed_signup input.email {
	width: 90%;
	height: 20px;
	background: #E6E6E6;
	border: 1px solid #C7C7C7;
	color: #999;
	margin: 0 0 10px 0;
        padding: 2px 6px 2px 6px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
 -moz-box-shadow: inset 0 3px 5px #C7C7C7;
   -webkit-box-shadow: inset 0 5px 8px #C7C7C7;
   box-shadow: inset 0 5px 8px #C7C7C7;
        display: inline;
        font-family: "Oswald", helvetica, arial;
}

#mc_embed_signup input.button, #form1 .submit, .pageList a , .pageList span {
	padding: 1px 9px 2px 9px;
	background: #005f41;
	border: 0px solid #35415a;
	color: #fff;
        display: inline;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
        font-family: "Oswald", helvetica, arial;
        background-image: linear-gradient(bottom, #005f41 6%, #008259 54%);
        background-image: -o-linear-gradient(bottom, #005f41 6%, #008259 54%);
        background-image: -moz-linear-gradient(bottom, #005f41 6%, #008259 54%);
        background-image: -webkit-linear-gradient(bottom, #005f41 6%, #008259 54%);
        background-image: -ms-linear-gradient(bottom, #005f41 6%, #008259 54%);
        background-image: -webkit-gradient(
	        linear,
	        left bottom,
	        left top,
	        color-stop(0.06, #005f41),
	        color-stop(0.54, #008259)
        );
}

a.readMore {
	font-size: 13px;
	font-family: "Oswald", helvetica, arial;
}

.pageList { text-align: center; margin-bottom: 20px; }
.pageList span { background: #000; background-image: none; }

p.blogEnd {
	display: block;
	padding: 10px 0 10px 0;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	margin: 0 0 25px 0;
	clear: both;
}

/*
----------------------------------------------------------------------
RU SOC
----------------------------------------------------------------------
*/

.ruSoc {
	z-index: 500;
	width: 130px;
	background: transparent;
	text-align: right;
	padding: 35px 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
	float: right;
        color: #fff;
}

.ruSoc a { font-size: 11px; }

.ruSoc img {
	margin-bottom: 11px;
}

.fb-like, .dr-like, .tw-like, .fb-subscribe {
	width: 84px;
	float: left;
}

.shareBtn { height: 30px; }

.fan_box .profileimage {
	display: none;
}

/*
----------------------------------------------------------------------
SubscribeBtn
----------------------------------------------------------------------
*/

a.subscribeBtn {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
	padding: 10px 0 10px 0;
	background: #005f41;
	border: 0px solid #35415a;
	color: #fff;
        display: block;
        margin: auto;
        width: 250px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
        font-family: "Oswald", helvetica, arial;
        background-image: linear-gradient(bottom, #005f41 6%, #008259 54%);
        background-image: -o-linear-gradient(bottom, #005f41 6%, #008259 54%);
        background-image: -moz-linear-gradient(bottom, #005f41 6%, #008259 54%);
        background-image: -webkit-linear-gradient(bottom, #005f41 6%, #008259 54%);
        background-image: -ms-linear-gradient(bottom, #005f41 6%, #008259 54%);
        background-image: -webkit-gradient(
	        linear,
	        left bottom,
	        left top,
	        color-stop(0.06, #005f41),
	        color-stop(0.54, #008259)
        );
        -webkit-box-shadow: 0px 0px 10px 0px #333;
        box-shadow: 0px 0px 10px 0px #333;
}

.paypal {
  height: 50px;
  width: 250px;
  text-align: center;
  margin: auto;
}

/*
----------------------------------------------------------------------
Home update
----------------------------------------------------------------------
*/

body.home h1.home-header {
	color: #000;
	font-size: 36px;
	line-height: 42px;
}

body.home h1.home-header > b {
	color: #008259;
	font-weight: normal;
}

.home-text {
	max-width: 675px;
	margin: 0 auto;
}

body.home #text img {
	float: none;
	width: 100%;
	margin: 0 auto;
	display: block;
}

a.home-cta {
	background: #008259;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	display: block;
	text-align: center;
	font-family: "Oswald", helvetica, arial;
	font-weight: bold;
	letter-spacing: 0.5em;
	width: 100%;
	max-width: 300px;
	height: 60px;
	border-radius: 30px;
	margin: 0 auto 25px auto;
	padding-left: 0.5em;
}

a.home-cta:hover {
	text-decoration: none;
	background: #005f41;
}

.home-video {
	width: 100%;
	max-width: 560px;
	position: relative;
	margin: 0 auto 25px auto;
}

	.home-video:after {
		content: '';
		display: block;
		width: 100%;
		padding-top: 56.25%;
	}

	.home-video > iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}




