 @font-face {
	font-family: 'proximanovalight';
	src: url('../font/proximanovalight.eot');
	src: local('proximanovalight'), url('../font/proximanovalight.woff') format('woff'), url('../font/proximanovalight.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_12950">Text with this font applied</p> */
.fontsforweb_fontid_12950 {
	font-family: 'proximanovalight' !important;
}
@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('../font/ProximaNovaRegular.eot');
	src: local('ProximaNovaRegular'), url('../font/ProximaNovaRegular.woff') format('woff'), url('../font/ProximaNovaRegular.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_58703">Text with this font applied</p> */
.fontsforweb_fontid_58703 {
	font-family: 'ProximaNovaRegular' !important;
}
body{
	font-family: 'ProximaNovaRegular' !important;
	    margin-top: 50px!important;
}
 

/*quiz-wrap*/
.quiz-wrap {      width: 90%;
    padding: 10px 0;
    margin: auto;}
.quiz-main { width:100%; float:left; border-radius:8px; }
.quizBg { position:relative; width:100%; display:inline-block; }
.quizBg img { width:100%; }
.bgheading { position:absolute; top:0; text-align:center; width:100%; }
.bgheading h1 { font-size:33px; color:#fff; text-transform:uppercase; font-weight:300; margin:30px 0 10px; padding:0; }
.bgheading strong { color:#77dc44; font-weight:900; }
.bgheading p { font-size:18px; color:#fff; font-weight:300; }
.yesno { width:100%; float:left; padding:25px 0 30px; text-align:center }
.yesno a { padding:5px 15px; color:#fff; margin:0 15px }
.yesno b { font-size:30px; font-weight:400; font-weight:bold; float:left; }
.yesno span { font-size:15px; font-weight:400; line-height:3; float:left; }
.yes { background:#6bcb3a; }
.no { background:#f54949; }
.yesno a:hover, .yesno a:focus { color:#fff; text-decoration:underline; }
.modal-content{border:5px solid #f54949 !important;}
.modal-body h2 { color: #333333; font-weight: bold; font-size:20px; margin:0; padding:40px 0; line-height:25px; width:100%; text-align:center; }
.modal-body h2 span { color:#f54949; }
/*question2*/
.question { width:100%; float:left; }
.queNum {        width: 100%;
    float: left;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    float: right;
    padding: 12px 15px;
    text-align: right;
    color: #55b949;
    text-transform: uppercase;
    font-family: 'proximanovalight' !important;
    font-size: 20px;
    text-decoration: underline; }
.options { float:left; padding:15px 25px; width:100%; }
.options h2 {     padding: 0;
    margin: 0 0 25px;
    float: left;
    color: #444343;
    font-size: 44px;     width: 100%;}
.options h2 b {      color: #6bcb3a;
    font-size: 110px;
    width: 83px;
    display: block;
    float: left;
    font-weight: 100; }
.optionMain { width:100%; position:relative; }
.select-box { position:absolute; left:10px; top:10px }
.optionMain label { float:left; text-align:left; width:100%; font-size:12px; font-weight:400 }
.options .col-sm-4 { padding:0 50px; }
.nextBtn { width:100%; float:right; padding:0 20px; margin:20px 0; }
.nextBtn a { text-align:right; float:right; background:#6bcb3a; font-size:23px; font-weight:bold; color:#fff; padding:5px 20px; line-height:30px; border-radius:4px; }
.nextBtn a:hover { color:#fff; }
/*Questions3*/
.options ul { background:#f2f2f2; width:100%; float:left; }
.options ul li {     float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 7px solid #ffffff;
    padding: 0px 15px; }
	   label {
    display: inline-block;
    width: 100%!important;
    margin: 0px;
    font-weight: bold;
    overflow: hidden;
    padding: 0px!important;
	
	
	
}
.options ul li a {     color: #4d4d4d;
    font-size: 24px;
    text-decoration: none;
    font-weight: 400; }
	.options ul li:hover a{
		color:#fff;
		font-weight:500;
	}
.options ul li span {
    border: 2px solid #cccccc;
    border-radius: 3px;
    color: #55b949;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 6px;
    margin-right: 15px;
    background: #fff;
    width: 35px;
    height: 35px;
}
.options ul li:last-child { border-bottom:none; }
.options ul li:hover, .options ul li.active, .options ul li:focus { background: #55b949;
    color: #fff;}
/*Form*/
.login-wrap { width:550px; margin:0 auto; }
.login-inner { 
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    border: 1px solid #d4d4d4;
    padding: 30px;
    -webkit-box-shadow: -1px 3px 21px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: -1px 3px 21px -1px rgba(0,0,0,0.4);
    box-shadow: -1px 3px 21px -1px rgba(0,0,0,0.4);

 }
.login-inner h2 { color: #333333; font-weight: 600; font-size:33px; margin:0; padding:20px 0 10px; text-transform:uppercase; }
.login-inner p {     color: #535352;
    font-size: 21px;
    margin-bottom: 40px;}
.login-inner b { color:#535352; font-size:18px; padding:15px 0 0; display:inline-block;}
.input-row { float: left; width: 100%; margin-bottom: 18px; }
.input-row input {      float: left;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #ccc;
    font-size: 20px;
    color: #666666;
    letter-spacing: 1px;
    padding: 24px; }
	.input-row .bbbz {       float: left;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #ccc;
    font-size: 20px;
    color: #666666;
    letter-spacing: 1px;
    padding: 24px;
    height: 210px; }
.btn-row { float: left; font-size: 23px; margin:30px 0 50px; padding: 0; width: 100%; }
.btn-row a { text-align:center; border-radius: 5px; border: none; font:  18px/20px; color: #FFF; letter-spacing: 1px; padding:12px 40px; background: #6bcb3a; text-transform:uppercase; position:relative; }
.btn-row a:hover, .btn-row a:focus { color:#fff; text-decoration:none; background:#59b32c; }
.login-inner h2 strong {     color: #4d4d4d;
    font-family: 'proximanovalight' !important;
    text-transform: capitalize;
    font-size: 39px;}
.btn-row img { position:absolute; right:20px; top:16px; }
.progressBar{float:left; width:100%; text-align:center; margin-top:15px}
.progressBar label{width:100%; text-align:center; display:inline-block;}
.progressBar img{display:inline; text-align:center;}
/*testimonial*/
.testimonial { width:100%; float:left; margin-bottom:40px; }
.testimonial h2 { width:100%; text-align:center; float:left; color:#3d3d3c; text-transform:uppercase; font-weight:bold; font-size:33px; margin:20px 0 30px; padding:0 }
.testimonial strong { color:#f45d0c; }
.testimonial a { float:left; margin-left:15px; }
/*////////////////////// VIDEO PAGE ///////////////////////////*/
.main-bg-inner { width:100%; float:left; background:url(../images/video-bg.jpg) no-repeat; background-size:cover; height:734px; }
.banner-content-text { width:100%; float:left; margin-top:30px; text-align:center; }
.banner-content-text h1 { font-size:40px; font-weight:300; color:#fff; text-transform:uppercase; line-height:40px; text-shadow:1px 0 1px #666; }
.banner-content-text h1 strong { color:#77dc44; font-weight:bold; }
.banner-content-text p { font-size:25px; font-weight:300; color:#fff; margin:20px 0 50px; }
.hightlight { color:#e3ff48; }
.main-wraper { width:963px; margin:auto; }
.video-frame { min-height:541px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-top:150px }
.video-frame > iframe { border-radius: 5px; }
.about-coach { width:100%; float:left; padding:20px 0; }
.about-coach h2 { width:100%; float:left; text-align:center; font-size:35px; font-weight:bold; color:#3d3d3c; padding:10px 0; }
.about-coach h2 span { color:#60bf30; }
.coach-info { width:100%; float:left; background:#f6f6f6; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin:20px 0; padding:15px; }
.author { background: rgba(0, 0, 0, 0) url("../images/divider.png") no-repeat scroll right 5px; float: left; padding:0; text-align:center; width: 100%; }
.author img { border:8px solid #efecec; border-radius:100%; display:inline-block; }
.author strong { width:100%; float:left; font-size:18px; color:#717171; font-weight:600; text-align:center; padding:10px 0; text-transform:uppercase; }
.author a { width:100%; float:left; font-size:16px; color:#60bf30; font-weight:300; text-align:center; padding:0 10px; }
.author a:hover { color:#666; text-decoration:none; }
.author i { font-size:16px; color:#60bf30; font-weight:300; text-align:center; padding:0; margin-right:10px; }
.devider { float:left; padding:10px 0; }
.coach-info-content { width:100%; float:left; }
.coach-info-content p { width:100%; float:left; font-size:17px; font-weight:300; color:#6e6d6d; line-height:30px; padding:0; }
.about-coach .note { float:left; color:#6e6d6d; font-size:16px; margin:15px 0; font-weight:300 }
.button { display: block; text-decoration: none; cursor: pointer; }
 @media only screen and (min-width:1px) and (max-width:767px) {
/*quiz-wrap*/	 
.bgheading h1 {
font-size:14px;
}
.bgheading p {
 font-size: 12px;
    padding: 0 20px;
}
.yesno {
padding:20px;
}
.yesno b {
font-size:20px;
}
.yesno span {
font-size:11px;
line-height:32px;
}
.yesno a {
margin: 0 0 10px;
 padding: 3px 10px;
}
.btn.yes {
    padding: 3px 37px;
}
/*question2*/
.options .col-sm-4 {
height: 150px;
 padding: 0 10px;
}
.options h2 {
font-size:27px;
}

/*Questions3*/
.options ul li a {
 
}
.options ul li span {
    font-size: 22px;
 margin-right: 10px;
 padding: 1px 6px;
}
.options {
 
    padding: 0px;
 
}
footer ul li {
 border-right: medium none;
 padding: 5px 0;
 width:100%;
}
.video-wrap, .form-part, .herbalife-wrap, .proof-wrap, footer ul {
    width: 100%!important;
}
.nextBtn a {
    text-align: center;
    width: 100%;
}
.quiz-wrap {
  width: 100% 
 
}
.options h2 b {
    color: #6bcb3a;
    font-size: 50px;
    width: 43px;
    display: block;
    float: left;
    font-weight: 100;
}


	 
/*Form*/
.login-wrap{width:100%;}
.login-inner{padding:0 15px;}	 
.login-inner p {
    font-size: 14px;
}	 
.login-inner h2 {
    font-size: 30px;
    padding: 25px 0 10px;}
	.btn-row img {
    right: 9px;
    top: 13px;
    width: 15px;
}
.btn-row a {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 22px;
}
.testimonial h2{font-size:22px;}	
.testimonial a {
    margin-bottom: 15px;
    margin-left: 0;
    text-align: center;
    width: 100%;
} 
.testimonial a img{display:inline;}
/*Video*/
.main-wraper {
width:100%;
}
.coach-info-content {
 margin-top: 20px;
 text-align: center;
}
.author {
background:none;
}
.coach-info-content p {
 font-size: 15px;
 font-weight: 300;
 line-height: 28px;
}
.about-coach, .video-frame {
padding:20px;
min-height:auto;
margin-top:60px;
}
.about-coach{margin-top:0;}
.about-coach h2 {
font-size:26px;
}
.video-frame iframe {
border-radius:5px;
height:auto;
}
.main-bg-inner{height:475px;}
 .about-coach .note {
text-align:center;
}
.btn-row input {
font-size:15px;
}
.banner-content-text h1 {
    font-size: 25px;}
	.banner-content-text p{font-size:18px;}
}

/*Ipad*/
@media only screen and (min-width:768px) and (max-width:1050px) {
	
.testimonial a{margin-left:-1px;}
.banner-content-text h1{font-size:37px;}
.banner-content-text p{font-size:22px;}	
.main-bg-inner {
    background: rgba(0, 0, 0, 0) url("../images/video-bg.jpg") no-repeat scroll right center / cover ;
}

/*Video*/
.main-wraper {
width:100%;
}
.about-coach, .video-frame {
padding:20px;
}
.about-coach h2 {
font-size:30px;
}
.video-frame iframe {
border-radius:5px;
}
}


a.btn-primary.btnNext {
    float: none;
    background: #55b949;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    line-height: 30px;
    border-radius: 4px;
    border: none;
    margin: 0 auto;
    display: block;
    clear: both;
    width: 130px;
}
input#nin {
    width: 4%;
}
input.newsubmit {
    text-align: center;
    border-radius: 5px;
    border: none;
    font: 18px/20px;
    color: #FFF;
    letter-spacing: 1px;
    padding: 12px 40px;
    background: #55b949;
    text-transform: uppercase;
    position: relative;
}

.options h2 span {
    padding-top: 40px;
    display: block;
    padding-left: 80px;
}
/*footer*/
/*footer*/
footer { width:100%; float:left; text-align:center; padding:30px 0; background:#2e2e2e; }
.hbl-pro { width:100%; float:left; }
.hbl-pro p { color:#fff; font-size:17px; }
.hbl-pro p a { color:#fff; }
footer ul { width:463px; margin:0 auto; }
footer ul li { float:left; border-right:1px solid #fff; padding:0 10px; }
footer ul li:last-child { border:none; }
footer ul li a { color:#fff; font-size:16px; }
footer ul li a:hover, footer ul li a:focus { color:#fff; }
form {
    padding-bottom: 10px;
}
footer {
    margin-top: 50px;
}
p.4545 img{
    padding-bottom: 10px;
}
h3.xttxt {
    color: #999999;
}