@charset "utf-8";
/* CSS Document */
.fleft{
	float:left;	
}
.fright{
	float:right;
}
.pushbottom{
	clear:both;	
}
.pushbottom1{
	clear:both;
	height:111px;
}
.clear, .pushbuttom{ clear:both; }

body {
	background-color: #063972;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:22px;	
	font-weight:normal;	
}

img{ max-width:100%; vertical-align:top; height:auto !important; }

h1 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}

p {
    color: #000000;
	margin-bottom:20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*=========================================================
				Mainwrapper
==========================================================*/

.Mainwrapper{
	background:#ffffff;
	width:959px;
	margin:auto;
	min-height:900px;
	
	border-left:8px solid #048bca;
	border-right:8px solid #048bca;
	border-bottom:8px solid #048bca;
	}

.Number{
	display:none;
	}

.HeaderWrapper{
	background:url(images/bg_head.jpg) no-repeat top center #ffffff;
	min-height:466px;
	position:relative;
	}


.ContentWrapper{
	padding:20px 8px;
	}
.FirstPara {
    padding-top: 8px;
    padding-right: 322px;
}

.ParaCenter{
	text-align:center;
	}
	
.VideoWrapper{
	width:420px;
	margin:20px auto;
	}

.LetterWrapper{
	width:952px;
	margin:0px auto 20px;
	background:url(images/bg_letter.jpg) no-repeat top center;
	height:672px;
	}

.LetterWrapper > p{ display:none; }
.LetterWrapper ul{ display:inline-block; margin:140px 0 0 90px; }
.LetterWrapper ul li{ background:url(images/bullet.gif) no-repeat 0px 0px; font-size:18px; padding:0 320px 20px 30px; }

.FeelaliveWrapper{
	padding:30px 10px 10px;
	border:7px solid #048BCA;
	border-radius:25px;
	margin-bottom:20px;
	}

.style1 {
    color: #cc0000;
}


.style5 {
    font-weight: normal;
}

span.style5 { width:100%; display:inline-block; text-align:center; padding-bottom:15px; }

.LearnSecretsWrapper{
	padding:20px 0 20px 20px;
	border:1px solid #f3f3f3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #e6e7e8, #fff);
	background-image: -moz-linear-gradient(top, #e6e7e8, #fff);
	background-image: -o-linear-gradient(top, #e6e7e8, #fff);
	background-image: -ms-linear-gradient(top, #e6e7e8, #fff);
	background-image: linear-gradient(to bottom, #e6e7e8, #fff);
	}

.LearnSecretsWrapper p{
	font-size:18px;
	padding-right:20px;
	}


.LearnSecretsWrapper ul{
	display:inline-block;
	}

.LearnSecretsWrapper ul li{
	background:url(images/bullet_orange.png) no-repeat 0px 0px;
	font-size:19px;
	color:#fd620b;
	font-weight:bold;
	padding:0 0 7px 30px;
	}

.LearnSecretsWrapper img{ float:right; }

.HdTechWrapper{
	padding:20px 0 20px 20px;
	border:1px solid #f3f3f3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #e6e7e8, #fff);
	background-image: -moz-linear-gradient(top, #e6e7e8, #fff);
	background-image: -o-linear-gradient(top, #e6e7e8, #fff);
	background-image: -ms-linear-gradient(top, #e6e7e8, #fff);
	background-image: linear-gradient(to bottom, #e6e7e8, #fff);
	}
	
.HdTechWrapper p{ font-size:18px; }
.HdTechWrapper ul{ display:inline-block;}
.HdTechWrapper ul li{
	background:url(images/bullet_red.png) no-repeat 0px 2px;
	color: #c1272d;
    font-size: 21px;
    font-weight: bold;
	padding:0 0 7px 30px;
	}
	
.ExplainWrapper{ margin:20px auto;}
.ExplainWrapper ul{ display:inline-block; margin:20px 0 20px 20px;}
.ExplainWrapper ul li{
	background:url(images/bullet_blue.png) no-repeat 0px 0px;
	font-size:18px;
	padding:0 0 25px 30px;
	}
	
.hd-blue {
    color: #064a90;
    font-family: "Helvetica CondensedLight",Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
	text-align:center;
}

.ImgBigWrapper{
	position:relative;
	width:1052px;
	margin:20px 0 20px -50px;
	}

.FormContainerWrapper {
    background:#064B90;
    border-radius: 12px;
    margin: 20px 20px 0;
    padding: 30px 0 0;
    text-align: center;
	overflow:hidden;
}
.FormContainerWrapper p{
	color:#FFF !important;
	font-size:18px !important;
	font-weight:bold !important;
	font-style:italic;
	text-align:center;
	}

.FormContainerWrapper p span{ display:block; }

.FormMainWrapperBg{
	background:url(images/form1bg.png) no-repeat top center #1477CC;
	min-height:532px;
	background-size:100% 100%;
	}
	
	
.Form2ndWrapperBg{
	background:url(images/form2bg.png) no-repeat top center #1477CC;
	min-height:532px;
	background-size:100% 100%;
	}
	
.FormMainWrapper {
    margin:0;
	overflow:hidden;
	}

.FormMainWrapper h4{ display:none; }

.Formpara{
	padding:20px 40px 20px 20px;
	}

.FormWrapper {
    margin:80px auto 0;
    width: 350px;
}



div.InputLableWrap {
    padding-bottom: 20px;
}


div.LableWrap {
    color: #ffffff;
    float: left;
	font-size:16px;
    padding-top: 3px;
	padding-right: 15px;
    text-align: right;
    font-weight:bold;
	width: 140px;
}


div.InputWrap {
    float: right;
    text-align: left;
}


div.InputWrap input[type="text"] {
    background: url("images/input-bg-samll.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    width: 176px;
}


.Buton {
    padding-top: 20px;
}

.Buton button {
    display: block;
    margin: auto;
    padding: 0;
    text-align: center;
}



.FrequentlyWrapper{
	margin:20px 5px;
	padding:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #aa2228;
	background-image: -webkit-linear-gradient(bottom, #000, #be262c);
	background-image: -moz-linear-gradient(bottom, #000, #be262c);
	background-image: -o-linear-gradient(bottom, #000, #be262c);
	background-image: -ms-linear-gradient(bottom, #000, #be262c);
	background-image: linear-gradient(to top, #000, #be262c);
	}

.FrequentlyWrapper p{
	color: #cccccc;
    font-family: "Myriad Pro";
    font-size: 14px;
	}
.style3 {
    color: #ffff00;
    font-style: italic;
	font-family: "Myriad Pro";
    font-size: 20px;
    font-weight: bold;
}


.hd-faq {
    color: #ffffff !important;
    font-family: "Myriad Pro";
    font-size: 20px !important;
    font-weight: bold;
	margin:0;
	 font-style:italic;
}


div.comprison-table {
    margin: 25px auto;
    width: 904px;
}


div.left-side-header {
    float:left;
	width:453px;
	padding-top:76px;
	background:url(images/left-side-top-bg.png) no-repeat;
	text-align:center;
}

div.left-side-header h2 {
    color: #efefef;
    font-family: "Myriad Pro",Arial,sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding: 0 !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -43px;
}


div.table-contentsWrap ul li p.leftside {
    background: url("images/icon_check.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Myriad Pro",Arial,sans-serif;
    font-size: 14px;
    margin: 10px 0 0 17px;
    padding: 3px 20px 20px 48px;
    text-align: left;
}


.hr-line {
    background:#365c07;
    border-bottom: 1px solid #acea59;
    height: 1px;
	margin-left:10px;
	margin-right:2px;
}

div.table-contentsWrap {
    background: url(images/green-bg.png) repeat-y;
    padding-top: 2px;
	overflow:hidden;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	border-bottom:1px solid #707070;
}

div.right-side-header {
    float:left;
	width:451px;
	padding-top:66px;
	background:url(images/right-side-top-bg.png) no-repeat;
	text-align:center;
	margin-top:6px;
}


div.right-side-header h3 {
    color: #efefef;
    font-family: "Myriad Pro",Arial,sans-serif;
    font-size: 21px;
    font-weight: bold;
    padding: 0 !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -32px;
}

div.table-contentsRaightWrap {
    background:url(images/gray-bg.png) repeat-y;
    padding-top: 2px;
	border-bottom-right-radius:9px;
	border-bottom:1px solid #adadad;
}


div.table-contentsRaightWrap ul li p.rightside {
    background: url("images/icon_cross.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #000000;
    font-family: "Myriad Pro",Arial,sans-serif;
    font-size: 14px !important;
    margin: 10px 0 20px 5px;
    padding: 3px 10px 10px 48px;
    text-align: left;
}



.hr-Rline {
    background:#a9a9ab;
    border-bottom: 1px solid #cbcbcb;
    height: 1px;
	margin-right: 6px;
	margin-left:2px;
}

#footer{
	width:959px;
	margin:20px auto;
	text-align:center;
	}
#footer p{
	color:#58595B;
	font-size:11px;
	text-align:center;
	margin:0;
	padding:0;
	}

.mtable{
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;	
	border-right:solid 1px #CCCCCC;	
	background-color:#FFFFFF;
}


.mtable1{
	border-left:solid 1px #CCCCCC;	
	background-color:#FFFFFF;
}

.mtable2{
	border-left:solid 1px #CCCCCC;	
	border-right:solid 1px #CCCCCC;	
	background-color:#FFFFFF;
}
.mtable3{
	border-left:solid 1px #CCCCCC;	
	border-right:solid 1px #CCCCCC;	
	border-bottom:solid 1px #CCCCCC;	
	background-color:#FFFFFF;
}

.text {
	padding-bottom:10px;
}

.text1 {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

.bullet {
	padding-left:35px;
	background-image:url(bullet.png);
	background-repeat:no-repeat;
}

.wtext {
	color:#FFFFFF;
	padding-bottom:10px;
}

.yellowtext{
	color:#FFFF00 !important;
	font-weight:bold;
}

.btext{
	color:#263d54;
	font-weight:bold;
}

.rtext{

	font-size:24px;
	font-weight:bold;
}

.gtext{
	color:#333333;
	font-size:13px;
	font-weight:bold;
}
.sign{
	font-family:"Freestyle Script";
	color:#990000;
	font-size:44px;
	font-weight:bold;	
}
.footer{
	font-size:11px;
}

.formtext {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}



/*form .css*/

div#outer{
	position:relative;
}
div#right-form {
	width:315px;
	background-image:url(images/input-form-bg.png);
	background-repeat: no-repeat;
	background-color: #b32128;
	padding: 115px 0 0 0;
	position:absolute;
	top:60px;
	right: 25px;
	border-radius: 5px;
}
.top-right-img {
	position:absolute;
	right:0px;
}
.top-right-img img {
	position:relative;
	right:2px;
	top:5px;
}

.free {
	float: left;
	height: 48px;
	margin-left: 8px;
	text-align: center;
	width: 86px;
}

.no-margin {
	margin-left:0px;
}
.free h3 {
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	margin:0px;
}
.free span {
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-transform:capitalize;
	padding-bottom:10px;
}

div#right-form form{
	padding-top: 40px;
	text-align: center;
}

form .plus{
	text-align: center;
	color: #ffffff !important;
	padding-right: 20px;
	font-size: 22px !important;
}

.input-field {
	display:block;
	width:100%;
	margin-bottom: 15px;
}

.input-field label {
	color: #ffffff;
	float: left;
	font-size: 14px;
	margin: 13px 10px 0 0px;
	text-align: right;
	width: 80px;
	font-size:13px;
}
.input-field input[type="text"] {
	height: 40px;
	border: none;
	border-radius: 5px;
	width: 200px;
}

form input.submit{
	background-image: url(images/submit-button.png);
    background-repeat: no-repeat;
    /*padding: 27px 103px;*/
    border: none;
    display: block;
    background-color: transparent;
    width: 300px;
    height: 70px;
    margin: 0 auto;
    cursor: pointer;
}

p.privacy {
    font-size: 13px;
    color: #ffffff;
    padding-left: 35px;
    background: url(images/privacy.png) no-repeat;
    margin: 20px;
    text-align: left !important;
    padding-right: 10px;
}

/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
div.selDiv{position:relative;
width:270px;
top:-5px;


} 

/* setting the width and height of the SELECT element to match the replacing graphics */
select.select{
		position:relative;
		z-index:10;
		width:186px !important;
		height:30px !important;
		line-height:26px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;	
		margin-left:5px;	
}

/* dynamically created SPAN, placed below the SELECT */
span.select{
	/*position:absolute;*/
	bottom:0;
	float:right;
	left:0;
	line-height:26px;
	text-indent:10px;
	background:url(images/select-bg.png) no-repeat 0 0;
	cursor:default;
	z-index:1;
	height: 28px;
    padding-left: 5px;
    padding-top: 2px;
    width: 196px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
	margin-top:-25px;
	text-align:left;
}


div#table-contents-bottom{
	float:left;
	width:904px;
	height:51px;
	background:url(images/container-bottom.png) no-repeat;
}
div#video-wrapper{
	width:560px;
	height:300px;
	padding:10px 2px 10px 22px;	
}

table.section-1 h1{
	font-size:30px;
	color:#000000;
	font-weight:bold;
}
.addthis_button{ display:block; text-align:center; margin:20px auto; }



/*======================== Sign UP CSS ==========================*/
div#signup-header{
	position: relative;
	background: url(images/signup-header.jpg) no-repeat;
	background-size: cover; 
	height: 74px;
	border-bottom: 3px solid #c80708;
}
div#signup-header img.attention{
	position: absolute;
	left: 0;
	top: 0;
}
div#signup-header img.number{
	position: absolute;
    right: 20px;
    top: 15px;
}
div.step-heading h1{
    font-size: 36px;
    color: #c80708;
    text-align: center;
    font-weight: bold;
    padding-left: 120px;
    margin: 40px 0 100px;
}
div.step{
	background: #ebeded;
	border-radius: 5px;
    margin: 25px 25px 85px;
	border: 1px solid #6b6b6b;
	padding: 80px 45px;
    position: relative;
}
div.step .step-heading{
	position: absolute;
	top: -50px;
}
div.step div.school{
	width: 830px;
	margin: 0 auto;
}
div.step div.school div.day{
    width: 19.8%;
    height: 230px;
    text-align: center;
    float: left;
    border-right: 1px solid #d0d1d1;
}
p.advantage{
	font-size: 30px;
	font-weight: bold;
}
img#buy-now {
    padding-left: 180px;
}
img#fighter {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
img#gloves{
	position: absolute;
	right: 305px;
    bottom: 30px;
}
img#badge {
	position: absolute;
	top: -60px;
    right: -25px;
    z-index: 1;
}
div#offer-container{
	margin-bottom: 65px;
}
div#offer-container div#offer{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#offer-container p.plus{
	font-size: 30px;
	font-weight: bold;
	    position: absolute;
    left: 280px;
    bottom: 230px;
}
div#offer-container p.plus span{
	color: #ba0404;
}
div.step2{
	padding: 50px 45px;
}

.newform{
	padding: 15px;
	width: 222px;
	margin-bottom: 10px;
	border-radius: 10px;

}
.button{
	border-radius: 6px;
    box-shadow: rgb(222, 131, 19) 0px 2px 0px 0px;
    background-image: none;
    background-color: rgb(248, 150, 29);
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
    text-align: center;
    width: 255px;
    border: 0;
    padding: 0!important;
    display: inline-block;
    background-origin: border-box;
    cursor: pointer;
    height: 60px;
font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}