/* css reset */
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,300,700,800);
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);

@font-face {
	font-family:'socialmedia';
	src:url('socialmedia.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

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

img { 
	max-width: 100%; 
}
h1{
	color: #391e5d;
    font-family: Open Sans,sans-serif;
    font-size: 40px;
    text-align:center;
}

ol > div > li{
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
    border-top: 2px solid #9fc658;
    line-height:1.6;
}
ol > div > li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 4px;
    border-top: 2px solid #666;
    color: #fff;
    background: #666;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}

#show{
	display:none;
}

.head-line {
    font-family: 'Open Sans', sans-serif;
    background: #391e5d;
    text-align: center;
	border-bottom: 1px solid #848484;
}

.head-line h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 44px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 30px auto 25px;
    line-height: normal;
}

.arrow-down{
	width: 0;
	display: block;
	margin-bottom: 0px;
	height: 0;
	margin: -1px auto 40px;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 20px solid #391e5d;
}

.hr-center{
	border:0;
	background:url(../images/hr-center.png) center no-repeat;
	height: 10px;
	margin-bottom: 30px;
}
.hr-center2{
	border:0;
	background:url(../images/hr-center-two.png) center no-repeat;
	height: 10px;
	margin-bottom: 30px;
}

.space{
	height:40px;
	margin:0;
	display:block;
	clear: both;
}

.section h4 {
	text-align: center;
	margin-top: 0px;
	color:#444444;
	font-weight: 600;
	font-size: 29px;
	text-transform: uppercase;
	margin-bottom: 25px;
	letter-spacing:1px;
}

.section h4 em{
	font-weight: normal;
	font-style: normal;
	font-family: 'Myriad Pro';
	
}

.section-image{
	display: block;
	margin: 0 auto 20px;
}

.section ul.green-check{
	list-style: none;
	padding-left: 20px;
}

.section ul.green-check li, .section ul.green-check div li{
	background: url(../images/check.png) no-repeat;
	padding-left: 50px;
	margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;	
    color:#391e5d;
}


.section ol.nogreen-check li{
	background: none;
	padding-left: 25px;
	margin:25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;	
    color:#391e5d;
}

.section-classroom.section {
	margin-top: 40px;
}

.section-payment{
	background: url(../images/paymentbanner.png) no-repeat center top;
	border-bottom:1px solid #a48a88;
	padding-top: 50px;
	margin-bottom: 55px;
	background-size: 100% 100%;
}
.section-payment .p-one{
	font-size: 28px;	
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 900;
	margin-bottom: 30px;
}
.section-payment p{
	margin-bottom: 8px;	
	text-align: center;
	color:#fff;
	text-transform: uppercase;	
}
.section-payment .p-two{
	font-size: 24px;	
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 18px;
}

.section-payment .red-button{
	font-size: 29px;	
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 20px 80px;
	background: #336ca9;
	color:#fff;
	margin-bottom:8px;
	text-decoration:none;
	display: inline-block;
	border: 1px solid #2E6299;
	border-radius: 4px;
}

p.list-title {
    padding-left: 20px;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

p.list-title span.number {
    margin-right: 20px;
    background: #d0d0d0;
    text-align: center;
    padding: 10px 20px;
    border-radius: 40px;
    border: 2px solid #e1e1e1;
}
.section-sessions{
	padding-bottom: 20px;	
}
.section-sessions .arrow-down {
    margin-bottom: 8px;
}

.section-sessions .intro {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444444;
	margin-bottom: 15px;
}

.section-sessions img.session-image {
    margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.section-sessions p.p-image {
    text-align: center;
}

.section-sessions p.p-one {
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #391e5d;
}
.section-bonuses li img{
	float:left;
	display:block;
	padding-right:30px;
}
.section-share {
    background: #fcfcfc;
    border-top: 2px #efefef solid;
    padding-top: 20px;
	padding-bottom: 35px;
}
.section-share .container{
	position: relative;
}
.section-share .img-logo {
	position: absolute;
	top: 5px;
	left: -50px;
}

.section-share .img-logo2 {
	display:block;
	margin:0 auto;
}

.section-share h4 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 15px;
	margin-top:10px;
    padding: 0 40px;
    line-height: normal;
	
}
.section-share .top-testimonial{
	border-bottom: 1px #e1e1e1 dashed;
}

.section-share .author-pic {
    position: absolute;
    margin-left: 25px;
}

.section-share .testi-content {
    margin-left: 130px;
    margin-right: 20px;
}

.section-share .testi-content p {
    font-size: 13px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}

.section-share .testi-content .message {
    margin-bottom: 12px;
}

.section-share .testi-content .author {
    color: #444444;
    font-weight: 600;
    margin-bottom: 0px;
}
.section-share .testi-content .author-title{
	margin-bottom: 18px;
}

.section-share  .bot-testimonial .col-md-6 {
	padding-top: 26px;
}

.moneyback-box hr {
	border-top: 2px dashed #d7d7d7;
	margin-left: -30px;
	margin-right: -30px;

}
.moneyback-box .hr-top{
	margin-top: 3px;
	margin-bottom: 40px;
}
.moneyback-box .hr-bottom{
	margin-bottom: 3px;
	margin-top: 30px;
}

.moneyback-box {
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;  
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    padding: 0 30px;
	margin-bottom: 40px;
}

.moneyback-box h4 {
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    color: #444444;
    margin-bottom: 22px;
}
.moneyback-box .image-moneyback {
	display: block;
	margin: 0 auto 20px;
}


.moneyback-box p {
    color: #7c7c7c;
    font-family: 'Open Sans';
    font-size: 18px;
    margin-bottom: 10px;
}

.section-community{
	background: url(../images/fox-bg.png) center -520px;
	padding-top: 60px;
	padding-bottom: 30px;
}
.section-community p {
    font-family: 'Open Sans';
    font-size: 22px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.section-community  img.white-logo {
display: block;
margin: 0 auto;
}
.section-community p.p-one{
	padding:0 20px;
}

.section-community .p-image img {
    display: block;
    margin: 0 auto;
}

.section-bottom {
    padding-top: 80px;
	padding-bottom: 50px;
}

.section-bottom h4 {
    text-align: center;  font-family: 'Open Sans', sans-serif;  font-size: 27px;  font-weight: 600;  text-transform: uppercase;  color: #444444;  
    margin-bottom: 28px;
    margin-top: 0;
}

.section-bottom .hr-center {
    margin-bottom: 35px;
}

.section-bottom .p-one {
    font-family: 'Open Sans';
    font-size: 24px;
    color: #444444;
    font-weight: 300;
    margin-bottom: 25px;
	padding-left: 45px;
}

.section-bottom .p-two {
    font-family: 'Open Sans';
    font-size: 18px;
    margin-bottom: 20px;
    color: #391e5d;
    line-height: 28px;
	padding-left: 45px;
}

.section-bottom .p-three {
    color: #444444;
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: center;
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.section-bottom .red-button {
    font-size: 29px;  font-family: 'Open Sans', sans-serif;  letter-spacing: 1px;  font-weight: 600;  padding: 20px 80px;  background: #336ca9;  color: #fff;  margin-bottom: 8px;  text-decoration: none;  display: inline-block;  border: 1px solid #2E6299;  border-radius: 4px;
}

p.p-four{
    text-align: center;
    margin-bottom: 30px;
	font-weight:900;
	font-size:30px!important;
}

.section-bottom .p-five {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #050505;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.section-bottom .p-six{
	text-align:center;
	margin-bottom: 20px;
}
img.image-awards {
	display: block;
	margin: 0 auto 20px;
}

.section-footer {
    background: #391e5d;
    border-bottom: 1px solid #2C1747;
	clear:both;
	float:left;
	width:100%;
}

.section-footer p {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #fffefe;
    font-size: 18px;
    font-family: 'Open sans';
}

p.join-us-button a {
    background: red;
    color: #fff;
    border: 2px solid #2E6299;
    padding: 8px 35px;
    display: inline-block;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 600;
    margin: 30px auto 35px;
}
p.join-us-button a:hover{
	text-decoration:none;
}
p.join-us-button {
    text-align: center;
}
.section-two .sub-heading{
	margin-bottom:50px;
	color: #434343;
	font-family: Open Sans,sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding-top: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
}

p.numbered-list {
    position: relative;
    padding-left: 65px;
    margin-bottom: 20px;
}

p.numbered-list .number {
    position: absolute;
    left: 0;
    padding: 2px 0;
    background: #d0d0d0;
    font-weight: 600;
    color: #444444;
    width: 38px;
    height: 38px;
    border-radius: 35px;
    border: 3px solid #dddddd;
    text-align: center;
}

p.testi{
	position: relative;
	padding-left: 65px;
	padding-top: 10px;
	padding-right: 60px;
}

p.testi .left-q{
	position: absolute;
	top: 0;
	left: 0;
}
p.testi .right-q{
	position: absolute;
	right: 0;
	bottom: 0;
}

.section-payment .white-button {
background: #fff;
border-color: #ababab;
color: #336ca9;
}

.margin-head{
	margin-bottom: 35px;
}
p{
	color: #391e5d;
    font-family: Open Sans,sans-serif;
    font-size: 20px;
    font-weight: normal;
	line-height: 30px;
}

/* Style2 stylesheet */


.social_media  ul {
	margin: -20px 0 0 !important;
	list-style: none !important;
	padding: 0 !important;
	position: fixed;
	left: 0px;
	top: 50%;
	font-family: 'socialmedia'; speak: none; font-style: normal; font-size: 16px; line-height: 16px; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; display: block;
}

.social_media li {
margin-bottom: 4px;
position: relative;
width: 40px;
overflow: hidden;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
}

.social_media a {
display: block;
padding: 12px 0 12px;
float: left;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color:#fff;
}

.social_media li:hover {
	width:50px;
}
.social_media a:hover{ color:#fff; text-decoration:none; }

.social_media .social_icon_facebook:before{ content: "\e63f"; }
.social_media .social_facebook { background-color: #3a579a; }
.social_media .social_facebook:hover { background-color: #314a83; }

.social_media .social_icon_twitter:before{ content: "\e640";}
.social_media .social_twitter { background-color: #00abf0; }
.social_media .social_twitter:hover { background-color: #0092cc; }




.head-line {
    font-family: 'Open Sans', sans-serif;
    background: #391e5d;
    text-align: center;
	border-bottom: 1px solid #848484;
	padding-top:1px;
}

.head-line h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 44px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 30px auto 25px;
    line-height: normal;
}

.arrow-down{
	width: 0;
	display: block;
	margin-bottom: 0px;
	height: 0;
	margin: -2px auto 40px;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 20px solid #391e5d;
}

.hr-center{
	border:0;
	background:url(../images/hr-center.png) center no-repeat;
	height: 10px;
	margin-bottom: 30px;
}
.hr-center2{
	border:0;
	background:url(../images/hr-center-two.png) center no-repeat;
	height: 10px;
	margin-bottom: 30px;
}

.space{
	height:40px;
	margin:0;
	display:block;
	clear: both;
}

.section h4 {
	text-align: center;
	margin-top: 0px;
	color:#444444;
	font-weight: 600;
	font-size: 29px;
	text-transform: uppercase;
	margin-bottom: 25px;
	letter-spacing:1px;
}

.section h4 em{
	font-weight: normal;
	font-style: normal;
	font-family: 'Myriad Pro';
	
}

.section-image{
	display: block;
	margin: 0 auto 20px;
}

.section ul.green-check{
	list-style: none;
	padding-left: 20px;
}

.section ul.green-check li, .section ul.green-check div li{
	background: url(../images/check.png) no-repeat;
	padding-left: 50px;
	margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;	
    color:#391e5d;
}


.section ol.nogreen-check li{
	background: none;
	padding-left: 25px;
	margin:25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;	
    color:#391e5d;
}

.section-classroom.section {
	margin-top: 40px;
}

.section-payment{
	background: url(../images/paymentbanner.png) no-repeat center top;
	border-bottom:1px solid #a48a88;
	padding-top: 50px;
	margin-bottom: 55px;
	background-size: 100% 100%;
}
.section-payment .p-one{
	font-size: 28px;	
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 900;
	margin-bottom: 30px;
}
.section-payment p{
	margin-bottom: 8px;	
	text-align: center;
	color:#fff;
	text-transform: uppercase;	
}
.section-payment .p-two{
	font-size: 24px;	
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 18px;
}

.section-payment .red-button{
	font-size: 29px;	
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 20px 80px;
	background: #336ca9;
	color:#fff;
	margin-bottom:8px;
	text-decoration:none;
	display: inline-block;
	border: 1px solid #2E6299;
	border-radius: 4px;
}

p.list-title {
    padding-left: 20px;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

p.list-title span.number {
    margin-right: 20px;
    background: #d0d0d0;
    text-align: center;
    padding: 10px 20px;
    border-radius: 40px;
    border: 2px solid #e1e1e1;
}
.section-sessions{
	padding-bottom: 20px;	
}
.section-sessions .arrow-down {
    margin-bottom: 8px;
}

.section-sessions .intro {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444444;
	margin-bottom: 15px;
}

.section-sessions img.session-image {
    margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.section-sessions p.p-image {
    text-align: center;
}

.section-sessions p.p-one {
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #391e5d;
}
.section-bonuses li img{
	float:left;
	display:block;
	padding-right:30px;
}
.section-share {
    background: #fcfcfc;
    border-top: 2px #efefef solid;
    padding-top: 20px;
	padding-bottom: 35px;
}
.section-share .container{
	position: relative;
}
.section-share .img-logo {
	position: absolute;
	top: 5px;
	left: -50px;
}

.section-share .img-logo2 {
	display:block;
	margin:0 auto;
}

.section-share h4 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 15px;
	margin-top:10px;
    padding: 0 40px;
    line-height: normal;
}
.section-share .top-testimonial{
	border-bottom: 1px #e1e1e1 dashed;
}
.section-share .author-pic {
    position: absolute;
    margin-left: 25px;
}

.section-share .testi-content {
    margin-left: 130px;
    margin-right: 20px;
}

.section-share .testi-content p {
    font-size: 13px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}

.section-share .testi-content .message {
    margin-bottom: 12px;
}

.section-share .testi-content .author {
    color: #444444;
    font-weight: 600;
    margin-bottom: 0px;
}
.section-share .testi-content .author-title{
	margin-bottom: 18px;
}

.section-share  .bot-testimonial .col-md-6 {
	padding-top: 26px;
}

.section-customers {
    border-top: #fff solid 2px;
    background: #391e5d;
    padding-top: 70px;
	padding-bottom:40px;
}

.section-customers h4 {
    margin-top: 0;
    text-align: center;      font-family: 'Open Sans', sans-serif;   font-size: 27px;   font-weight: 600;   text-transform: uppercase;   color: #fff;    margin-bottom: 15px;         padding: 0 40px;      line-height: normal;
}

.section-customers .yellow-box {
    border: 1px #fff solid;
    background: #fff;
    text-align: center;
    padding: 38px 30px 0;
	margin-bottom: 25px;
}

.section-customers .yellow-box h5 {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 35px;
}

.section-customers .yellow-box p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #646464;
    Line-height: 30px;
    margin-bottom: 30px;
}

.section-customers .white-box {
    border: 1px #a0a0a0 solid;
    background: #ffffff;
    text-align: center;
    padding: 38px 30px 0;
	margin-bottom: 25px;
}

.section-customers .white-box h5 {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 35px;
}

.section-customers .white-box p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #646464;
    Line-height: 30px;
    margin-bottom: 30px;
}

.moneyback-box hr {
	border-top: 2px dashed #d7d7d7;
	margin-left: -30px;
	margin-right: -30px;

}
.moneyback-box .hr-top{
	margin-top: 3px;
	margin-bottom: 40px;
}
.moneyback-box .hr-bottom{
	margin-bottom: 3px;
	margin-top: 30px;
}

.moneyback-box {
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;  
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    padding: 0 30px;
	margin-bottom: 40px;
}

.moneyback-box h4 {
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    color: #444444;
    margin-bottom: 22px;
}
.moneyback-box .image-moneyback {
	display: block;
	margin: 0 auto 20px;
}


.moneyback-box p {
    color: #7c7c7c;
    font-family: 'Open Sans';
    font-size: 18px;
    margin-bottom: 10px;
}

.section-community{
	background: url(../images/fox-bg.png) center -520px;
	padding-top: 60px;
	padding-bottom: 30px;
}
.section-community p {
    font-family: 'Open Sans';
    font-size: 22px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.section-community  img.white-logo {
display: block;
margin: 0 auto;
}
.section-community p.p-one{
	padding:0 20px;
}

.section-community .p-image img {
    display: block;
    margin: 0 auto;
}

.section-bottom {
    padding-top: 80px;
	padding-bottom: 50px;
}

.section-bottom h4 {
    text-align: center;  font-family: 'Open Sans', sans-serif;  font-size: 27px;  font-weight: 600;  text-transform: uppercase;  color: #444444;  
    margin-bottom: 28px;
    margin-top: 0;
}

.section-bottom .hr-center {
    margin-bottom: 35px;
}

.section-bottom .p-one {
    font-family: 'Open Sans';
    font-size: 24px;
    color: #444444;
    font-weight: 300;
    margin-bottom: 25px;
	padding-left: 45px;
}

.section-bottom .p-two {
    font-family: 'Open Sans';
    font-size: 18px;
    margin-bottom: 20px;
    color: #391e5d;
    line-height: 28px;
	padding-left: 45px;
}

.section-bottom .p-three {
    color: #444444;
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: center;
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.section-bottom .red-button {
    font-size: 29px;  font-family: 'Open Sans', sans-serif;  letter-spacing: 1px;  font-weight: 600;  padding: 20px 80px;  background: #336ca9;  color: #fff;  margin-bottom: 8px;  text-decoration: none;  display: inline-block;  border: 1px solid #2E6299;  border-radius: 4px;
}

.p-four {
    text-align: center;
    margin-bottom: 30px;
	font-weight:900;
	font-size:30px;
}

.section-bottom .p-five {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #050505;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.section-bottom .p-six{
	text-align:center;
	margin-bottom: 20px;
}
img.image-awards {
	display: block;
	margin: 0 auto 20px;
}

.section-footer {
    background: #391e5d;
    border-bottom: 1px solid #2C1747;
	clear:both;
	float:left;
	width:100%;
}

.section-footer p {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #fffefe;
    font-size: 18px;
    font-family: 'Open sans';
}

p.join-us-button a {
    background: red;
    color: #fff;
    border: 2px solid red;
    padding: 8px 35px;
    display: inline-block;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 600;
    margin: 30px auto 35px;
}
p.join-us-button a:hover{
	text-decoration:none;
}
p.join-us-button {
    text-align: center;
}
.section-two .sub-heading{
	margin-bottom:50px;
	color: #434343;
	font-family: Open Sans,sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding-top: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
}

p.numbered-list {
    position: relative;
    padding-left: 65px;
    margin-bottom: 20px;
}

p.numbered-list .number {
    position: absolute;
    left: 0;
    padding: 2px 0;
    background: #d0d0d0;
    font-weight: 600;
    color: #444444;
    width: 38px;
    height: 38px;
    border-radius: 35px;
    border: 3px solid #dddddd;
    text-align: center;
}

p.testi{
	position: relative;
	padding-left: 65px;
	padding-top: 10px;
	padding-right: 60px;
}

p.testi .left-q{
	position: absolute;
	top: 0;
	left: 0;
}
p.testi .right-q{
	position: absolute;
	right: 0;
	bottom: 0;
}

.section-payment .white-button {
background: #fff;
border-color: #ababab;
color: #336ca9;
}

.margin-head{
	margin-bottom: 35px;
}

.black-clock{
	color:#fff;
}

.black-clock h1.header2 {
    color: #fff;
}

.black-clock span.soon-group {
    color: #fff;
}

/* New Styles */
.timer{
	margin:0 auto;
	width:200px;
}
.countdown-amount{
	display:block;
	color:#fff;
	background-color:#000;
	padding:5px;
	margin:5px;
	border-radius:3px;
}
.is-countdown{
	border:none;
	background:none;
}
.veiled{
	opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.unveiled{
	opacity: 1;
	z-index:0
}
/* end new styles */
.section-two ul, .section-two ol{
	list-style:none;
}
p.paragraph737{
	color: #929292;
    font-family: Open Sans,sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
	padding-bottom: 70px;
	
	
}


img.logo{
	height:80px;
	width:610px;
	margin-top:10px;
}
ul.login-btn li{
	display: inline-block;
	list-style-type: none;
	border: 2px solid #939393;
	padding: 0px 30px;
	border-radius: 5px;
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	line-height: 50px;
}
ul.login-btn{
	margin-top:20px;
}
ul.login-btn li:hover {
    background-color: #9fc658;
	color:white;
	cursor:pointer;
}
.logo1{
	margin-left:25%;
	height:150px;
}
.learn-join-us{
	margin-left:25%;
}
ul.join-btn li{
	display: inline-block;
	list-style-type: none;
	padding-right: 20px;
	border: 2px solid #939393;
	padding: 0px 30px;
	border-radius: 5px;
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	line-height:50px;
}
ul.join-btn li.red-bg-1312{
	color:white;
	background-color: #D40000;
}
ul.join-btn{
	margin-top:40px;
	color:white;
	margin-bottom: 40px;
}
ul.join-btn li:hover {
    background-color: #D40000;
	color:white;
	cursor:pointer;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.section-one{
    background:url("../images/WAO-action.png") no-repeat fixed top center / cover ;
	
}
.section-one .header1{
	color: white;
    font-family: "Myriad Pro";
    font-size: 41px;
    text-transform:uppercase;
    font-weight: 900;
    padding: 38px;
    text-align: center;
	background: url("../images/clock-bg.png") repeat;
}
}
.section-one .header1 + h2{
	color: white;
    font-family: Open Sans,sans-serif;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
	padding-bottom: 40px;
}
.header2{
	color: white;
    font-family: Open Sans,sans-serif;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
	padding-top: 20px;
}
.divider-737{
	background: #ffffff url("../images/line.png") no-repeat center center;
	margin:50px 0px;
}
.bullet-bg{
	height:auto;
	/*width:42px;*/
	vertical-align: middle;
	margin-right:15px;
}
.green-bg738{
	background: url("../images/greenblur-bg.png") no-repeat center top;
	background-size:100% 100%;
	margin:30px 0;
	text-align:center;
}
.green-bg738  h1{
	color:white;
	padding:50px 0;
	font-size:26px;
	text-shadow:1px 1px 1px #666666;
}
.section-three table{
	margin-bottom:50px;
}
.section-three p.list-title span.bullet-number {
    background: none repeat scroll 0 0 #d0d0d0;
    border: 2px solid #e1e1e1;
    border-radius: 40px;
    margin-right: 15px;
    padding: 1px 10px;
    text-align: center;
}
.section-three p.testi,p.testi{
	font-size:13px;
	font-weight: bold;
}
.section-three p.text-martha, p.text-martha{
	font-weight: bold;
	margin-top:30px;
	color:#494949;
}
.section-three .bg-dog2{
	background: #ffffff url("../images/dog2.png") no-repeat center center;
	background-size:100% 100%;
}
.section-three .bg-dog2 h1 {
    color: white;
	margin-bottom: 50px;
}
.section-three .bg-dog2 p {
    color: white;
    font-family: Open Sans,sans-serif;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 50px;
    text-align: center;
}
.section-four h1{
	color: #434343;
    font-family: Open Sans,sans-serif;
    font-size: 30px;
    font-weight: normal;
    padding-top: 38px;
    text-align: center;
    text-transform: uppercase;
}
.section-four .float-to-left h1,.float-to-left p{
	float:left;
	text-align:left;
	clear:both;
}
.section-four .float-to-right h1,.float-to-right p{
	float:right;
	text-align:right;
	clear:both;
}
.section-four .float-to-right img{
	float:right;
	text-align:right;
	width:156px;
	height:10px;
	margin: 20px 0;
	clear:both;
}
.section-four .float-to-left img{
	float:left;
	text-align:left;
	width:156px;
	height:10px;
	margin: 20px 0;
	clear:both;
	
}
.bg-black{
	background: #ffffff url("../images/bg-black.png") no-repeat center center;
	background-size:100% 100%;
	margin-top: 50px;
	padding:50px 0;
	
}
.bg-black h1{
	font-family: Open Sans,sans-serif;
    font-size: 30px;
    text-align: center;
	text-transform: none;
	color:#868686;
}

.section-four h1 {
    
    font-family: Open Sans,sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
   
}
.bg-dog3{
	background: #ffffff url("../images/bg-dog3.png") no-repeat center center;
	background-size:100% 100%;
	padding-bottom:50px;
	
}
.bg-dog3 h1 {
    color: #FFFFFF;
    font-family: Open Sans,sans-serif;
    font-size: 35px;
    font-weight: 900;
    padding-top: 38px;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 60px;
}
.bg-dog4{
	background: #ffffff url("../images/bg-dog4.png") no-repeat center center;
	background-size:100% 100%;
	padding-bottom:50px;
	
}
.bg-dog4 h1 {
    color: white;
    font-family: Open Sans,sans-serif;
    font-size: 35px;
    font-weight: normal;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
	
}
.bg-dog4 .logo {
    height: 102px;
    margin-top: 10px;
    vertical-align: middle;
    width: 127px;
}
.bg-dog4  .line{
	width:319px;
	height:20px;
	margin: 0 auto;
}
.bg-dog4 .header1-pink{
	color: #d9b398;
    text-shadow: 2px 2px #000000;
	 padding-top:0px;
	 font-size: 30px;
}
.bg-dog4  .line-pink{
	width:156px;
	height:11px;
	float:left;
	text-align:left;
}
.bg-dog4 .float-to-left h1{
	float:left;
	text-align:left;
	line-height: 50px;
}
.bg-dog4 .mini-circle{
	width:11px;
	height:10px;
}
.bg-dog4  p{
	color:white;
	line-height: 50px;
}
.bg-pink-border {
background: #336ca9;
border-bottom: #2E6299 solid 1px;
border-top: #2E6299 solid 1px;
margin-top: 35px;
padding-bottom: 30px;
}
.bg-pink-border .extrabonus {
	background: #391e5d;
	font-size: 29px;
	letter-spacing: 2px;
	background-size: 100% 100%;
	color: white;
	font-weight: bold;
	padding: 20px;
	margin-top: 60px;
	position: relative;
	display: inline-block;
	padding-left: 0;
	height: 69px;
}

.bg-pink-border img.left-q {
	position: absolute;
	left: -60px;
	top: 0;
	margin-top: 0;
	margin-left: 0;

}

.bg-pink-border img.right-q {
position: absolute;
right: 0px;
bottom: -20px;
margin-left: 0;
margin-top: 0;

}

.bg-pink-border p.prgrph {
	color: black;
	margin-top: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 36px;
}
.bg-pink-border p.prgrph2 {
	color: black;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 40px;
	margin:10px 10px 20px 0;
	position: relative; 
	padding-top: 15px;
	padding-right: 55px;
}

.bg-pink-border img{
	margin-left: auto;
	margin-right: auto;
	display:block;
	margin-bottom: 20px;
}

.yellow-bg {
	background: #391e5d;
	height: 69px;
	position: absolute;
	width: 2000px;
	right: 0;
	top: 60px;
	z-index: 0;
}
.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
        }
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.payment-option{
	max-width:300px;
}


.price_text {
    font-size:20px;
    color:#FFFFFF;
}
.indent-text-not-first {
    padding-left:56px;
    text-indent:-56px;
}

.col-sb-9{
	width:60%;
	float:left;
}
.col-sb-3{
	width:40%;
	float:left;
}
#facebook-share{
	float:left;
	left:0;
}
#header-text{
	background: url("../images/clock-bg.png") repeat scroll 0 0;
}
.silver-video{
	background-color: #ffffff;
	min-height:1px;
	padding-left:20%;
	padding-right:20%;
	position:relative;
}
.game-day4-video{
	min-height:1px;
	margin:0 auto;
	width:1000px;
	position:relative;
}
p.join-us-button a{
	text-decoration:none;
}
#back-top-top a{
	position:fixed;
	background:url('../images/up_arrow.png') no-repeat center center;
	background-size:cover;
	height:75px;
	width:75px;
	bottom:5px;
	left:5px;
}
#back-top-top a:hover{
	background:url('../images/up_hover.png') no-repeat center center;
	background-size:cover;
}

@media (max-width: 1203px){

	.nav-mobile{
		display:none;
	}
	#nav-stay{
		margin:0 auto;
		width:200px;
	}
	h1{
		font-size:29px;
	}
	.section h4{
		font-size:25px;
	}
	.section-payment .red-button{
		padding:20px;
		font-size:20px;
	}
	.section-bottom .red-button{
		padding:20px 40px;
	}
	.bg-dog3 h1{
		font-size:30px;
	}
	.head-line h3{
		font-size:35px;
	}
}
@media (max-width: 1000px){
	.game-day4-video{
		width:100%
	}
}
@media (min-width: 992px){
	.section-share .left-testimonial{
		border-right: 1px #e1e1e1 dashed;
	}
	.bg-pink-border img{
		margin-left: -40px;
		margin-top: -15px;
	}	
	.section-share .left-testimonial{
		border-right: 1px #e1e1e1 dashed;
	}	
}
@media (max-width: 791px){
	#nav-logo{
		display:none;
	}
}
@media (max-width: 630px){
	img.logo{
	height:60px;
	width:auto;
	}
	img{
	}
	p.join-us-button a{
		font-size:25px;
	}
	.section-one .header1{
		font-size:29px;
	}
	.head-line h3{
	font-size:20px;	
	}
	p.list-title{
		font-size:16px;
	}
	h1{
		font-size:20px;
	}
	p{
		font-size:14px;
	}
	.section-three p.testi, p.testi {
		font-size: 11px;
		line-height:normal;
	}
	.section h4{
		font-size:20px;
	}
	.section ul.green-check li, .section ul.green-check div li{
		font-size:14px;
	}
	.section-payment .p-one{
		font-size:22px;
	}
	.section-payment .red-button{
		font-size:16px;
		padding:20px;
	}
	.bg-black h1{
		font-size:20px;
	}
	.bg-dog3 h1{
		font-size:22px;
	}
	.bg-ping-border p.prgrph2{
		font-size:14px;
		line-height:30px;
		letter-spacing:0px;
	}
	.bg-pink-border img{
		width:30%;
	}
	.section-share h4{
		font-size:20px;
	}
	.section-customers h4{
		font-size:19px;
	}
	.section-customers .yellow-box p{
		font-size:14px;
	}
	.moneyback-box .image-moneyback{
		width:30%;
	}
	.moneyback-box h4{
		font-size:22px;
	}
	.moneyback-box p{
		font-size:13px;
	}
	.section-bottom h4{
		font-size:24px;
	}
	.section-bottom .p-one{
		font-size:15px;
	}
	.section-bottom .p-two{
		font-size:12px;
		line-height:20px;
	}
	.section-bottom .p-three{
		font-size:20px;
	}
	.section-bottom .p-four{
		font-size:22px;
	}
	.section-bottom .red-button{
		font-size:16px;
		padding:20px;
	}
	.section-footer p{
		font-size:14px;
	}
	.section-payment{
		background-size:cover;
	}
	
}
@media (max-width: 480px){
	.section-payment .red-button{
		font-size:14px;
	}
}