/*General*/
.blue{
	color: #004084;

}
.brown{
	color: #946004;
}
.black{
	color: #000;
}

body{
	font-family: 'Roboto', sans-serif;
}

/*Header*/
header{
	position: absolute;
	height: 110px;
	left: 0px;
	width: 100%;
	border-bottom: 2px solid #000;
	padding-top: 20px;
}

.header-clear{
	display: block;
	height: 110px;
}

#main{
	background: url(../images/main-bg-lp.jpg);
	margin: 0px auto;
	padding: 90px 0px;
}

#top-reviews{
	float: right;
	text-align: right;
	margin-top: 08px;
}

#top-reviews span{
	margin-left: 10px;
	color: #727272;
	font-size: 13px;
}

#fb-widget{
	margin-right: 24px;
    margin-top: 10px;
}

.discover{
	font-size: 58px;
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 60pt;
    text-transform: uppercase;
}

.the-latest{
	font-size: 48px;
    left: 2px;
    letter-spacing: -2px;
    line-height: 60pt;
    position: relative;
    text-transform: uppercase;
    top: -3px;
}

.marketing-strategies{
	font-size: 48px;
    letter-spacing: -3px;
    line-height: 0;
    text-transform: uppercase;
}

.marketing-strategies strong{
	font-weight:900;
	line-height: 25px;
	display: none;
}

.pulled{
	display: block;
    font-size: 26px;
    font-weight: bold;
    margin-top: 29px;
    text-transform: uppercase;
}

.number{
	font-size: 73px;
    font-weight: 900;
    line-height: 57px;
}

.blue-bg{
	background: #00458e;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003d7e), to(#004a98)); 

	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #004a98, #003d7e); 

	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #004a98, #003d7e); 

	/* IE 10 */ 
	background: -ms-linear-gradient(top, #004a98, #003d7e); 

	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #004a98, #003d7e);
}

.gray-bg{
	background: #efeeee;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efeeee), to(#ffffff)); 

	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #ffffff, #efeeee); 

	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #ffffff, #efeeee); 

	/* IE 10 */ 
	background: -ms-linear-gradient(top, #ffffff, #efeeee); 

	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #ffffff, #efeeee);
}

.brown-bg{
	background: #956105;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#956105), to(#b27200)); 

	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #b27200, #956105); 

	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #b27200, #956105); 

	/* IE 10 */ 
	background: -ms-linear-gradient(top, #b27200, #956105); 

	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #b27200, #956105);
}

	
#signup{
	height: auto;
	background: rgba(255,255,255,0.6);
	float: right;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	max-width: 100%;
}

#lp1 #signup{
	width: 424px;
}

#signup .inner{
	margin: 31px;
    position: relative;
}

#signup .title{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	padding: 14px;
	line-height: 20px;
	font-style: normal;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
}

#signup .title span{
	font-weight: 900;
	text-decoration: underline;
}

.formed form span.split{
	display: block;
    height: 44px;
    margin-bottom: 8px;
}

.formed form span.split i{
	position: absolute;
	color: #fff;
    float: left;
    font-size: 14px;
    height: 44px;
    line-height: 43px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
	-moz-border-radius:4px 0px 0px 4px;
	-webkit-border-radius:4px 0px 0px 4px;
	border-radius:4px 0px 0px 4px;
}

.formed form span.split.no-icon input{
	text-indent: 10px !important;
}

.formed form span.split input[type=text],
.formed form span.split input[type=password],
.formed form span.split input[type=number],
.formed form span.split select{
	border: 1px solid #b6bbbd;
    float: left;
    height: 100%;
    text-indent: 40px;
    width: 100%;
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size: 13px;
	color: #4a4d52;
	max-width: 100%;
}

.formed form span.split select{
	text-indent: 30px !important;
	height: 44px;
	line-height: 39px;
	float: left;
}

.formed form span.split #expiry-month{
	width:150px !important;
}

.formed form span.split #expiry-year{
	margin-left: 15px;
	text-indent: 5px !important;
	width: 80px !important;
}

.lv{
	display: block;
	text-align: center;
	margin: 0px auto;
	margin-top: 13px;
	margin-bottom: 13px;
}

.lv img{
	max-width: 100%;
}

.lv img:hover{
	opacity: 0.9;
	filter:alpha(opacity=90);
}

.lv:hover,
.lv:focus,
.lv:active,
.lv:visited{
	color: #fff;
	text-decoration: none;
}

.lv i.fa{
	background: none repeat scroll 0 0 #fff;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
    border-radius: 100px;
    color: #000;
    display: inline-block;
    font-size: 21px;
    height: 42px;
    line-height: 45px;
    margin-right: 11px;
    position: relative;
    top: 9px;
    width: 42px;
}

.lv .lv1{
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	display: inline-block;
	-moz-text-shadow:1px 1px 1px #885700;
	-webkit-text-shadow:1px 1px 1px #885700;
	text-shadow:1px 1px 1px #885700;
}

.lv .lv2{
	display: inline-block;
    font-size: 19px;
    font-weight: 500;
    left: 24px;
    line-height: 0;
    position: relative;
    text-transform: uppercase;
    top: -9px;
    -moz-text-shadow:1px 1px 1px #885700;
    -webkit-text-shadow:1px 1px 1px #885700;
    text-shadow:1px 1px 1px #885700;
}

.formed form .infos{
	font-size: 14px;
	color: #2d3032;
	text-align: center;
	display: block;
}

footer{
	margin-top: 70px;
}

#copyright{
	text-align: center;
	display: block;
	font-weight: 500;
	font-size: 12px;
}

#copyright span{
	margin-bottom: 20px;
	display: block;
}

#copyright p{
	opacity: 0.8;
}

#main-image{
	position: relative;
	top: 50px;
	max-width: 100%;
}

#main-image-mobile{
	display: none;
    margin-bottom: 40px;
    max-width: 100%;
}

#thank-you{
	text-align: center;
}

.top-fa{
	font-size: 52px;
	color: #fff;
	height: 86px;
	width: 86px;
	line-height: 86px;
	vertical-align: middle;
	text-align: center;
	display: inlinblock;
	margin-bottom: 30px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

#thank-you a{
	display: block;
	text-align: center;
	margin: 0px auto;
}

#thank-you a img{
	max-width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#thank-you a img:hover{
	opacity: 0.9;
	filteR:alpha(opacity=90);
}

.main-title{
	color: #003e84;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 40px;
    text-transform: uppercase;
}

.main-sub-title{
	text-transform: uppercase;
	color: #905d02;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	display: block;
}

.main-sub-title strong{
	font-weight: 900;
}


.thank-you-2{
	padding: 30px 0px !important;
}

#boxed{
	position: relative;
    top: -90px;
    z-index: 2;
}

#boxed .inner-boxed{
	-moz-box-shadow:0px 0px 2px #777777;
	-webkit-box-shadow:0px 0px 2px #777777;
	box-shadow:0px 0px 2px #777777;
	background: #efeeee;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efeeee), to(#ffffff)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #ffffff, #efeeee); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #ffffff, #efeeee); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #ffffff, #efeeee); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #ffffff, #efeeee);
	padding: 40px 30px;
}

#boxed .inner-boxed p{
	color:#050505;
	font-size: 17px;
	display: block;
	margin-bottom: 25px;
}

#boxed .inner-boxed ul li{
	color:#050505;
	font-size: 16px;
	list-style: disc;
	margin-bottom: 20px;
}

.blue-color{
	color: #003e84;
}

.brown-color{
	color: #905d02;
}


#boxed.thank-you-2 .inner-boxed .blue-color,
#boxed.thank-you-2 .inner-boxed .brown-color{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.thank-you-2 .fa-flag{
	font-size: 40px;
}
	
.transform-none{
	text-transform: none !important;
}

.fw-normal{
	font-weight: normal !important;
}

#members-area-proceed{
	left: 50%;
	margin-left: -180px;
	position: absolute;
}

#members-area-proceed .continue-btn{
	margin-top: 0px;
}
#members-area-proceed img{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#vick-signature{
	text-align: center;
	margin-top: 80px;
}

#vick-signature .v-title{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 38px;
	text-align: center;
	display: block;
	letter-spacing: -1px;
}

#vick-signature .v-name{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	display: block;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.inner-boxed h2{
	display: block;
	text-align: center;
	margin-bottom: 60px;
	text-transform: uppercase;
	color: #343434;
	font-size: 29px;
	font-weight: 900;
	margin-top: 60px;
}

#upsell-elite .fa-trophy{
	font-size: 40px;
}

#checkout #main .fa-thumbs-up{
	font-size: 40px;
}

.sub-section .sub-section-title{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 13px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
}

#checkout .formed .split{
	margin-bottom: 20px;
}

.formed .input-name{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.formed .input-name span{
	display: block;
	font-size: 12px;
	color: #a3a3a3;
	font-weight: normal;
}

.formed .push-right{
	height: 44px;
	float: right;
	position: relative;
	width: 350px;
	max-width: 100%;
	margin-bottom: 20px;
}

.formed .split span.extra-info{
	color: #343434;
	font-size: 13px;
	font-weight: 500;
}

.formed .split.extra-info{
	margin-bottom: 40px !important;
}

.sub-section.with-extra-info .sub-section-title{
	margin-bottom: 0px;
}

.extra-information {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #d7d7d7;
	padding: 20px 15px;
	position: relative;
	top: -2px;
	margin-bottom: 40px;
}

.extra-information p{
	font-size: 14px !important;
	color: #383838 !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
}

.extra-information p strong{
	font-weight: 500;
	color: #000;
}

.formed .split.halfling .push-right input{
	width: 150px;
}

#cvv-pop{
	margin-left: 10px;
	display: inline-block;
	line-height: 44px;
}

.popover{
	width: 100%;
	position: absolute;
}

#hta-selection p strong{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
}

#hta-selection .radio-selection{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}

#hta-selection .radio-selection input[type=radio]{
	display: inline-block;
	margin-right: 5px;
}

#hta-selection .radio-selection.best-deal{
	background: #ffeed0;
}

.due-today{
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin: 5px 0px;
}

.cart-total{
	font-size: 16px;
	font-weight: bold;
	float: right;
	margin: 5px 0px;
}

#money-back img{
	float: left;
    position: relative;
    top: -5px;
}
	
#money-back .inner-mb{
	margin-left: 200px;
}

#money-back p strong{
	font-size:14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;

}
.continue-btn{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 30px;
	max-width: 100%;
}

.continue-btn:hover{
	opacity: 0.9;
	filter:alpha(opacity=90);
}

#hta-selection,
#money-back{
	margin: 45px 0px;
}

.timer-mins{
	font-size: 45px !important;
	font-weight: normal !important;
	float: left;
	margin-right: 10px;
}

.time-mins-note{
	font-size: 15px !important;
	color: #383838;
	position: relative;
	top: 11px;
	line-height: 10px;
}

.sub-section-title span{
	border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #9d6504;
    height: 0;
    left: 35px;
    position: absolute;
    top: 52px;
    width: 0;
    z-index: +1;
}

#cc-accepted{
	position: absolute;
    right: 22px;
    top: 8px;
}

.formed .fa-mobile-phone{
	font-size: 21px !important;
}

#sidebar .imp{
	font-size: 18px;
	font-weight: bold;
	display: block;
}	

#sidebar .extra-information span{
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}

#need-help span.brown-color{
	font-size: 24px !important;
	text-transform: none !important;
	font-weight: 500;
}

#need-help .call-us{
	color: #8e8e8e;
	font-size: 16px;
	font-weight: 500;
	text-transform: none !important;
}

#need-help .call-number{
	font-size: 30px !important;
	font-weight: 500 !important;
	display: block;
}

#need-help .call-number span{
	font-size: 11px;
	color: #8e8e8e;
	display: block;
}
		
.customer-support{
	font-weight: bold !important;
	font-size: 18px;
	display: block;
	margin-top: 30px;
	text-transform: none !important;
}

.support-email{
	font-size: 14px !important;
	font-weight: normal !important;
	text-transform: none !important;
}

#checkout-left{
	padding-right: 45px;
	border-right:1px solid #e4e4e4;
}

#sidebar{
	float: right;
	padding-left:40px;
}

#sidebar .sidebar-title{
	font-size: 30px !important;
	text-transform: uppercase !important;
	display: block;
	margin-bottom: 20px;
	font-weight: normal !important;
}

#sidebar .sidebar-text i{
	display: inline-block;
	margin-right: 6px;
}

#sidebar .sidebar-text p{
	color: #383838;
	font-size: 15px;
}

#sidebar .sidebar-text strong{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

#sidebar .video-testimonial{
	display: block;
	margin-bottom: 25px;
	margin-top: 21px;
}

#sidebar .video-testimonial img{
	max-width: 100%;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
	opacity: 0.9;
	filter:alpha(opacity=90);
    display: block;
    margin: 0 auto;
    text-align: center;
}

#sidebar-privacy{
	margin-bottom: 0px;
}

.text-centered{
	text-align: center;
	display: block;
}

.continue-btn.centered{
    display: block;
    margin: 0 auto;
    text-align: center;
}

#terms{
	margin-bottom: 15px;
}

#upsell-elite #boxed .inner-boxed,
#ty-2 #boxed .inner-boxed{
	padding: 40px 45px;

}	

#upsell-elite #boxed .inner-boxed p,
#ty-2 #boxed .inner-boxed p{
    color: #292929;
    display: block;
    font-size: 16px;
    margin-bottom: 22px;
}

#upsell-elite #boxed .inner-boxed li,
#ty-2 #boxed .inner-boxed li{
	 color: #292929;
}
#upsell-elite #boxed .inner-boxed li strong,
#ty-2 #boxed .inner-boxed li strong{
	 font-weight: 500;
}


#upsell-elite #boxed.thank-you-2 .inner-boxed .blue-color,
#upsell-elite #boxed.thank-you-2 .inner-boxed .brown-color,
#ty-2 #boxed.thank-you-2 .inner-boxed .blue-color,
#ty-2 #boxed.thank-you-2 .inner-boxed .brown-color{
    padding-top: 30px;
    display: block;
}

#upsell-partners #main{
	padding: 35px 0px;
}

#upsell-partners-main-image{
	max-width: 100%;
	display: block;
	text-align: center;
	margin: 0px auto;
}

#main-video{
	display: block;
    margin-top: 25px;
    text-align: center;
}

#main-video img{
	max-width: 100%;
	border: 2px solid #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
}

#def-in{
	position: relative;
	margin-bottom: 35px;
}

#def-in a{
	left: 50%;
    margin-left: -182px;
    position: absolute;
    text-align: center;
    visibility: hidden;
}

#def-in img{
	max-width: 100%;
}

#elite-upsell-video #def-in a{
	visibility: visible;
}

.navbar-collapse{
	margin: 0px;
	padding: 0px;
}

.navbar{
	float: right;
	margin-top: 22px;
}

.navbar ul{
	margin: 0px;
	padding: 0px;
}

.navbar ul li{
	display: inline-block;
	line-height: normal;
	margin-right: 12px;
}

.navbar ul li:last-child{
	margin-right: 0px;
}

.navbar ul li a{
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
}

.navbar ul li a i{
	margin-right: 6px;
	color: #000;
}

.navbar ul li a:hover{
	text-decoration: none;
	color: #003e80;
}

.navbar ul li.active a{
	color: #003e80;
}

#flash-player-container iframe{
	display: none;
}

#flash-player-container img{
	border: 2px solid #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	max-width: 100%;
}

.social-sm-share {
    display: inline-block;
    list-style: outside none none;
    padding: 0;
    position: relative;
    top: 2px;
}

#video-image-overlay{
	cursor: pointer;
}

.social-sm-share li {
    display: inline-block;
    margin-left: 25px;
}
.social-sm-share li a {
    color: #000;
    display: inline-block;
    font-size: 13px;
    line-height: 12px;
    text-decoration: none;
    vertical-align: top;
}

#presale #main{
	padding: 20px 0px;
}

.video-meta h1{
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	margin-right: 10px;

}
.video-meta h2{
	text-transform: uppercase;
	font-size: 30px;
	display: inline-block;
}

#t_comment-count{
	color: #000;
}

.t_comment-count{
	position: relative;
	top: 1px;
}

.video-meta .fa-comment{
	color: #946004;
	display: inline-block;
	margin-right: 4px;
}
.video-meta .fa-twitter{
	color: #00c0ff;
    display: inline-block;
    font-size: 18px;
    margin-right: 6px;
}

.video-meta .fa-facebook-square{
	  color: #235491;
    display: inline-block;
    font-size: 18px;
    margin-right: 6px;
}
#episodes{
	background: none repeat scroll 0 0 #fff;
    border-bottom: 10px solid #f1f1f1;
    margin-bottom: 30px;
    padding: 34px 0 10px;
}

.video-episode{
	position: relative;
	display: inline-block;
	cursor: pointer;
	max-width: 100%;
	margin-top: 10px;
}

.video-episode img{
	max-width: 100%;
}
	
.video-episode:hover .episode-meta{
	background: #956105;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#956105), to(#b27200)); 

	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #b27200, #956105); 

	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #b27200, #956105); 

	/* IE 10 */ 
	background: -ms-linear-gradient(top, #b27200, #956105); 

	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #b27200, #956105);
}
	
.video-episode:hover .play-btn{
	background: #000;
}

.active .play-btn{
	display: none;
}
	
.video-episode:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.video-episode img:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.active .episode-meta{
	background: #00458e;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003d7e), to(#004a98)); 

	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #004a98, #003d7e); 

	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #004a98, #003d7e); 

	/* IE 10 */ 
	background: -ms-linear-gradient(top, #004a98, #003d7e); 

	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #004a98, #003d7e);
}

.active:hover .episode-meta{
	background: #956105;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#956105), to(#b27200)); 

	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #b27200, #956105); 

	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #b27200, #956105); 

	/* IE 10 */ 
	background: -ms-linear-gradient(top, #b27200, #956105); 

	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #b27200, #956105);
}

.episode-meta{
	background: none repeat scroll 0 0 #000;
    bottom: 0;
    height: 55px;
    max-height: 55px;
    position: relative;
    top: -50px;
}

.episode-title{
	color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 10px;
    text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.episode-desc{
	font-family: 'Roboto', sans-serif;
	padding-left: 10px;
    padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	display: inline-block;
}

.play-btn{
	background: #00458e;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003d7e), to(#004a98)); 

	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #004a98, #003d7e); 

	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #004a98, #003d7e); 

	/* IE 10 */ 
	background: -ms-linear-gradient(top, #004a98, #003d7e); 

	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #004a98, #003d7e);
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 55px;
    max-height: 55px;
    text-align: center;
    width: 22px;
    padding-top: 19px;
}

h2.v2-main-title{
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 7px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

h2.v2-main-title .fa{
	margin-right: 6px;
}

p.main-sub-title {
color: #8d8d8d;
    font-size: 16px;
    text-align: left;
    text-transform: none;
}

.modal-dialog {
    margin-top: 200px;
}

.modal-content {
    padding: 30px;
    text-align: center;
}

.modal-content span {
    color: #191919;
    display: block;
    font-size: 12px;
    margin-top: 20px;
}
.close-modal {
    font-weight: bold;
    position: absolute;
    right: 16px;
    top: 0;
}

.close-modal a {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 9px;
    text-align: center;
}


.modal-content {
    text-align: center;
}

.modal-content input[type="text"] {
    display: inline-block;
    height: 38px;
    margin: 9px 0;
    text-indent: 10px;
}

.modal-content button {
background: #00458e;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003d7e), to(#004a98)); 

	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #004a98, #003d7e); 

	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #004a98, #003d7e); 

	/* IE 10 */ 
	background: -ms-linear-gradient(top, #004a98, #003d7e); 

	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #004a98, #003d7e);    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    left: -3px;
    padding: 9px 20px;
    position: relative;
    text-transform: uppercase;
}

.modal-content span {
    color: #191919;
    display: block;
    font-size: 12px;
    margin-top: 20px;
}


.video-review .video-duration {
	background: none repeat scroll 0 0 #000;
	bottom: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 5px;
	position: absolute;
	right: 15px;
}

.section-sub-title {
	color: #888888;
	display: block;
	font-family: Roboto;
	font-size: 15px;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
	top: -10px;
}

.featured-testimonial {
  position: relative;
  top: 30px;
}

.featured-testimonial {
  margin-bottom: 70px;
}

.inner-testimonial {
  background: none repeat scroll 0 0 #fafafa;
  padding: 12px;
}

.featured-testimonial .headshot {
  left: 30px;
  position: absolute;
  top: -32px;
}

.featured-testimonial .name {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 600;
  left: 80px;
  max-width: 50%;
  position: relative;
  text-transform: uppercase;
}
.featured-testimonial .position {
  color: #8d8d8d;
  display: block;
  font-size: 11px;
  left: 80px;
  max-width: 50%;
  position: relative;
  text-transform: uppercase;
  top: -3px;
}

.featured-testimonial .testimonial {
  color: #000;
  font-size: 12px;
}

.inner-testimonial .fa-quote-left {
  color: #565656;
  margin-right: 4px;
}

.inner-testimonial .fa-quote-right {
  color: #565656;
  margin-left: 2px;
}
.featured-testimonial .timestamp {
  color: #8a8a8a;
  float: right;
  font-size: 10px;
  margin-top: 20px;
}

#featured-testimonials{
	padding-top: 30px;
}

#more-reviews li:last-child {
  border-bottom: medium none;
}


#video-reviews {
  background: none repeat scroll 0 0 #fff;
  padding-bottom: 10px;
  padding-top: 30px;
  border-bottom: 10px solid #f1f1f1;
}
h2.section-title {
  font-weight: normal;
  text-align: center;
}

#video-reviews span.reviews-count {
  display: block;
  padding-bottom: 40px;
  text-align: center;
}

#video-reviews span.reviews-count {
  text-align: center;
}

.reviews-count a {
  font-weight: 600;
  margin-left: 15px;
}
.reviews-count a .fa {
  color: #000000;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.video-review {
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.video-review {
  margin-bottom: 60px;
}

.video-review img {
  max-width: 100%;
}

.video-review a span {
  background: url("../images/video-play.png") repeat scroll 0 -78px rgba(0, 0, 0, 0);
  display: block;
  height: 81px;
  position: absolute;
  right: 28px;
  top: 15px;
  width: 78px;
}

#more-reviews {
  margin-top: 30px;
}
#more-reviews h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#more-reviews .reviews-count {
  color: #727272;
  display: inline-block;
  float: right;
  font-size: 13px;
}

#more-reviews ul {
  border-top: 2px solid #ebebeb;
  margin: 15px 0 0;
  padding: 20px 0 0;
}

#more-reviews li {
  border-bottom: 2px solid #ebebeb;
  list-style: outside none none;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#more-reviews li .reviewer-name {
  display: block;
  font-weight: bold;
}

#more-reviews li .review-time {
  color: #696969;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 4px;
  text-transform: uppercase;
}

#more-reviews li p {
  font-size: 13px;
}


.primary-btn{
	background: none repeat scroll 0 0 #ededed;
	border-radius: 2px;
	color: #323232;
	display: block;
	padding: 12px;
	text-align: center;
	background: -webkit-linear-gradient(#f7f7f7, #ffffff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f7f7f7, #ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f7f7f7, #ffffff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f7f7f7, #ffffff); /* Standard syntax */
	-moz-box-shadow: 0px 1px 1px 0px #323232;
	-webkit-box-shadow: 0px 1px 1px 0px #323232;
	box-shadow: 0px 1px 1px 0px #323232;
}

.primary-btn:hover{
	background: none repeat scroll 0 0 #ededed;
	background: -webkit-linear-gradient(#ffffff, #f7f7f7); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffffff, #f7f7f7); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffffff, #f7f7f7); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffffff, #f7f7f7); /* Standard syntax */
	box-shadow: 0px 1px 1px 0px #323232;
	-moz-box-shadow: 0px 1px 1px 0px #323232;
	-webkit-box-shadow: 0px 1px 1px 0px #323232;
}

.primary-btn:hover{
	color: #323232;
	text-decoration: none;
}

.primary-btn .fa{
	color: #000;
	margin-right: 10px;
}


.video-review:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-transition: all 500ms ease-out 0.2s;
    -moz-transition: all 500ms ease-out 0.2s;
    -o-transition: all 500ms ease-out 0.2s;
    transition: all 500ms ease-out 0.2s;
}

.video-review img:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);

}
.video-review:hover a span{
	background-position: 0 0;
}


#sales-page #main{
	padding: 45px 0px;
}

#sales-page #video-banner{
	padding-left: 0px;
}


#cta-2, #cta-3, #cta-4 {
  display: none;
}
.countdown-section{
	display: inline-block;
}

/*
.countdown-amount{
	display: block;
	font-size: 35px;
	font-weight: bold;
}
*/

.countdown-amount {
	display: block;
    font-size: 45px !important;
    font-weight: normal !important;
    margin-right: 10px;
}	

.countdown-period{
	color: #8b8b8b;
	font-size: 13px;
}
#cta-area{
	height: auto;
	float: right;
	max-width: 100%;
	padding-right: 0px;
	color: #fff;
	padding-left: 0px;
}

#cta-area #inner{
	background: rgba(255,255,255,0.6);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#cta-area .titled {
  border-radius: 6px 6px 0 0;
  color: #fff;
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0;
  padding: 14px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 25px;
}

#cta-area .main-title{
	display: block;
font-size: 22px;
font-weight: 500;
margin-bottom: 10px;
margin-top: 40px;
text-align: center;
text-transform: uppercase;
}

.main-title{
text-align: center;
}

.timer-inner{
	padding: 15px 20px 20px;
	margin: 20px;
	text-align: center;
	color: #000;
}

#timer1 .countdown-section,
#timer2 .countdown-section,
#timer3 .countdown-section,
#timer4 .countdown-section{
	width: 33%;
}

#real-time-hta{
	text-align: center;
	padding-top: 14px;
	color: #000;
}

#real-time-hta .title{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}

#real-time-hta .count {
display: inline-block;
font-size: 14px;
font-weight: 600;
margin-left: 4px;
}


.add-to-cart img {
 display: block;
margin: 0 auto;
max-width: 100%;
padding: 0 20px;
text-align: center;
}		

#cta-area .pay-options {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
#cta-area #cta-4 .main-title{
	margin-top: 0px;
}
#cta-area #cta-2 .main-title2,
#cta-area #cta-3 .main-title2,
#cta-area #cta-4 .main-title2{
color: #000;
display: block;
font-size: 13px;
font-weight: 500;
letter-spacing: 0;
line-height: 28px;
margin-bottom: 8px;
text-align: center;
text-transform: none;
}

#cta-area #cta-2 .main-title,
#cta-area #cta-3 .main-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
}

#cta-area #cta-2 .timer-inner,
#cta-area #cta-3 .timer-inner,
#cta-area #cta-4 .timer-inner {
  margin: 0 20px;
  padding:4px 0px 8px;
}
.price {
border-bottom: 1px solid #e5e5e5;
border-radius: 2px;
color: #000;
display: block;
font-size: 12px;
margin: 0 20px;
padding:4px 0 2px;
text-align: center;
}
.price ul {
  margin: 0;
  padding: 0;
}

.price ul li {
  display: inline-block;
  list-style: outside none none;
  width: 30%;
}

.price ul li.original span {
  text-decoration: line-through;
}
.price ul li span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

#optin-video #main{
	padding: 30px 0;
}

#optin-video #signup{
	padding: 0px;
	height: 335px;
	margin-top: 26px;
}

#elite-upsell-video #main{
	padding: 40px 0 22px 0;
}

#sidebar > .small-title
{
	display: block;
    font-size: 25px !important;
    margin-bottom: 10px;
    text-align: center;
}

#cr1_a #signup{
	float: none;
    margin: 0 auto;
    width: 500px;
    padding-bottom: 10px;
}

.mccwc-loader {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
  display: table-row;
}

.mccwc-loader span {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}