@charset "UTF-8";
/* CSS Document */

* {
    outline: none;
}

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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family: Arial, Helvetica, sans-serif;}
:focus { outline:0; }
a {text-decoration:none;}
a:active { outline:none; }
body { line-height:1; colFor:black; background:white; }
ol,ul { list-style:none; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* 
Table align
*/



/*
    Page style
*/
body{
    font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
    color: #666666;
}

a:hover {
    text-decoration: none;
}

.header {
    position: fixed;
    z-index: 100;
    height: 180px;
    width: 100%;
    top: 0px;
	
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.26);
}

.header .header_link {
    float: right;
    font-size: 16px;
    color: #333;
    margin-top: 38px;
    padding:0px 18px 0px;
}

.header .header_link:hover {
    color: #000;
}

.header #signin_box {
    background-color: #fff;
    padding: 0px 30px 30px 30px;
    width: 280px;
    height: 262px;
    position: absolute;
    right: 0px;
    top: 100px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0, 0.26);
}

.header .fb_login span{
    text-align: center;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    background-color: #445597;
    width: 280px;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
}

.header .fb_login span img{
    position: relative;
    top:6px;
}

.header .fb_login span:hover {
    background-color: #30407B;
}

.header input {
    padding: 9px;
    border: 1px solid #bbbbbb;
    width: 260px;
    margin-top: 6px;
}

.header #login_input {
    padding-top: 26px;
}

.header #bottom_signin {
    clear: both;
    position: relative;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    left: -30px;
    top:16px;
    padding: 20px 30px;
}

.header #remember {
    position: relative;
    top: 12px;
    float: left;
    font-size: 11px;
    color: #444444;
}


.blue_btn_small {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    padding: 0px;
    border-radius: 3px;
    border: solid 1px #2382c5;
    line-height: normal;
}

.blue_btn_small span {
    text-align: center;
    border-radius: 2px;
    color: #ffffff;
    text-shadow: #2770a0 0px 1px 0px;
    display: inline-block;
    margin: 0px;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    background-image: url(http://static.virtuagym.com/v2952367/images/blue-button-fill.jpg);
}

.blue_btn_small:hover {
    text-decoration: none;
}

.blue_btn_small:hover span {
    background-position: 0px 76px;
}

#professional_footer {
    position: fixed;
    z-index: 99;
    height: 125px;
    width: 100%;
    bottom: 0px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.26);
}

#professional_footer div {
    width: 1000px;
    display: inline-block;
    padding: 42px 0px;

}

h1 {
    margin-top:70px;
    color: #FFF;
    font-size: 46px;
    font-weight: bold;
    text-shadow: 0px 2px 4px rgba(0,0,0, 0.26);
    display: inline-block;
    z-index: 3;
    position: relative;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color: #666666;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    float: left;
}

#phone_holder {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

#iphone {
    position: absolute;
    bottom: -206px;
    left: -50px;
    z-index: 2;
}

#signup {
    position: absolute;
    right: 0px;
    bottom: 140px;
    width: 394px;
}

#signup input {
    padding: 16px;
    width: 360px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 3px 6px -3px #474747;
    margin-bottom: 8px;
    font-size: 17px;
}

#signup #or {
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0,0,0, 0.26);
    font-size: 14px;
    margin-bottom: 8px;
}

#signup p{
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0,0,0, 0.26);
    text-align: left;
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px;
}

#signup .fb_login span{
    display: inline-block;
    line-height: 58px;
    height: 58px;
    background-color: #445597;
    width: 394px;
    font-size: 19px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 6px -3px #474747;
    margin-bottom: 8px;
}

#signup .fb_login span img{
    position: relative;
    top:4px;
}

#signup .fb_login span:hover {
    background-color: #30407B;
}

.signup_btn span {
    font-size: 17px;
    padding: 16px 28px;
    font-weight: bold;
    background-color: #fa7d0b;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 6px -3px #474747;
}

#logo {
    display: block;
    float: left;
    padding-top: 25px;
	margin-left:200px;
}

.signup_btn span:hover {
    background-color: #fa6e12;
}

.signin_btn span {
    margin-top: 30px;
    float: right;
    font-size: 16px;
    padding: 8px 18px 9px;
    background-color: #fa7d0b;
    color: #fff;
    border-radius: 5px;
}

.signin_btn span:hover {
    background-color: #fa6e12;
}

.professional_btn {
    float: right;
    position: relative;
    top: 6px;
}

.professional_btn span {
    font-size: 17px;
    padding: 16px 28px;
    font-weight: bold;
    background-color: #666;
    color: #fff;
    border-radius: 5px;
}

.professional_btn span:hover {
    background-color: #444;
}

#create_account {
    position: relative;
    top: -22px;
}

#signup_holder {
    text-align: left;
    margin-top: 18px;
}

#create_account span{
    font-size: 17px;
    padding: 17px 28px;
    font-weight: bold;
    background-color: #2e90d0;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #1e75b5;
    margin-left: 215px;
}

#create_account span:hover {
    background-color: #2370b6;
}

#first_page {
    position: relative; width:100%; margin-top: 100px; height: 800px; text-align: center;
}

#second_page {
    overflow: hidden;
    position: relative;
    z-index: 3;
    background-image: url('http://static.virtuagym.com/v2952367/images/frontpage/noise-background.png');
    height: 450px;
    width: 100%;
    padding-top: 125px;
    text-align: center;
}

.third_page {
    overflow: hidden;
    position: relative;
    z-index: 3;
    height: 60px;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.26);
}

#second_page #features {
    padding-top: 100px;
}

.center {
    width: 1000px;
    text-align: left;
	margin:200px 0px 0px 0px;
    display: inline-block;
}

#second_page .feature{
     width: 450px;
     height: 100px;
     display: inline-block;
     text-align: left;
     margin-bottom: 50px;
    font-size: 14px;

 }

#second_page .feature img{
    margin-right: 24px;
}

#second_page .feature_l {
    float: left;
}

#second_page .feature_r {
    float: right;
}

#second_page .feature p{

}

#second_page .feature img{
    float:left;
}

#third_page .review {
    font-size: 42px;
    font-weight: bold;
    color: #666666;
    width: 700px;
    display: inline-block;
    position: absolute;
    left: 150px;
}

#third_page .reviewer {
    color: #999999;
    display: inline-block;
    font-size: 16px;
    width: 200px;
    position: absolute;
    left: 400px;
    top: 150px;
}

#third_page .reviews_holder {
    position: relative;
    height: 200px;
    display: inline-block;
    width: 1000px;
}

#google_play {
    background-image: url('http://static.virtuagym.com/v2952367/images/frontpage/google-play-button.png');
    width: 178px;
    height: 57px;
}

#google_play:hover {
    background-position: 0px 57px;
}

#itunes {
    background-image: url('http://static.virtuagym.com/v2952367/images/frontpage/app-store-button.png');
    width: 178px;
    height: 57px;
    margin-left: 66px;
}

#itunes:hover {
    background-position: 0px 57px;
}

#links {
    margin-top: 20px;
    height: 57px;
    text-align: left;
    position: relative;
    z-index: 2;
}

#links a{
    display: inline-block;
    height: 57px;
}

#orange_block {
    transform: rotate(350deg);
    -ms-transform: rotate(350deg); /* IE 9 */
    -webkit-transform: rotate(350deg); /* Safari and Chrome */
    background-color: #1ebcee;
    width: 5000px;
    height: 400px;
    position: absolute;
    top: 330px;
    z-index: 0;
}

.placeholder
{
    color: #aaa;
}

#email {
    display: none;
}

#footer {
    font-size: 14px;
    background-color: #1ebcee;
    color: #fadfcd;
    width: 100%;
    text-align: center;
    height: 60px;
    position: relative;
    z-index: 3;
}

#footer_content {
    width: 1000px;
    line-height: 60px;
    display: inline-block;
    text-align: left;
}

#footer_content #footer_links {
    float: right;
}

#footer_content #footer_links a{
    margin-left:24px;
}

#dvcs {
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

#gym_background {

    width: auto;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    z-index:0;
    top:0px;
    left: 0px;
}

#center_register {
    width:1000px;
    margin: auto;
    position: relative;
    z-index: 3;
    height: 100%;
}

#center_register {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0,0,0, 0.26);
    z-index: 3;
    position: relative;
}

.error {
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
    padding: 6px 16px 8px;
    width: 360px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px -3px #474747;
    background-color: #F04A4A;
    color: #fff;
}

#terms{
	font-size: 9px; font-weight: normal; text-align: left;
}

#terms a{
	color: #FFF;
}

.table{
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.26);
 }
 .table1{
 background-image:url(../images/footer_bg.png);
 height:50px
 }
 .menu-text {
font-weight: normal;
font-style: normal;
text-decoration: none;
margin-top: -1px;
line-height: 1.2;
text-align: center;
font-family: 'Arial';
font-size: 14px;
color: #ffffff;
letter-spacing: 0px;
background-color: #183561;
width:130px; 
min-height:30px;

}

.menu-text:hover {
font-weight: normal;
font-style: normal;
text-decoration: none;
margin-top: -1px;
line-height: 1.2;
text-align: center;
font-family: 'Arial';
font-size: 14px;
color: #003b5e;
letter-spacing: 0px;
background-color: #77216f;
width:130px; 
min-height:30px;

}
.tr{
background-color: #183561;
width:130px; 
min-height:30px;
}
.tr:hover {
background-color: #77216f;
width:130px; 
min-height:30px;
}