body {
	background-color: #111;
	background: url(../img/body-bg.jpg) 0% 0% / cover fixed;
	color: #222;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3 {
	text-align: center;
}
h1 {
	font-weight: 700;
	color: #fff;
}
h2 {
	font-weight: 500;
	color: #eee;
}
.content-holder {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-holder.intro {
	margin-top: 5%;
}
.content-holder.intro:before {
	background: url(../img/top-arrow.png) no-repeat top center;
	content: '';
	position: absolute;
	top: -70px;
	height: 78px;
	left: 0;
	background-size: cover;
	width: 100%;
}

/*Heading styles*/
.heading-holder {
	background-color: rgba(0,0,0,0.5);
	padding-top: 5%;
	padding-bottom: 5%;
}
.heading-holder h2 {
	color: #eee;
}
.sub-heading-holder {
	background-color: #009953;
	color: #222;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
}
.sub-heading-holder::after {
	content: url(../img/arrow-down.png);
	position: relative;
	top: 29px;
	left: 48%;
}
.sub-heading-holder-alt {
	background-color: transparent;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
}
.sub-heading-holder-alt::after {
	content: url(../img/arrow-down-vsl.png);
	position: relative;
	top: 29px;
	left: 48%;
}
span.important {
	text-decoration: underline;
}
span.important-alt {
	color: #222;
	background-color: #FFFE4B;
}
/*End Heading styles*/

/*List styles*/
ul.list-box {
	list-style: none;
	border: 1px solid #eee;
	border-radius: 20px;
	padding-top: 15px;
}
ul.list-box li {
	background: url(../img/green-check.png) no-repeat;
	background-position: 0 0;
	padding-left: 40px;
	padding-bottom: 15px;
	padding-top: 0;
}
/*END List styles*/

/*Bonus box style*/
.bonusBorder {
	border: 2px solid #d7d7d7;
}
.bonusTitleOffset {
	margin-top: -90px!important;
}
.bg-bonus {
	background-color: #111;
}
/*END Bonus box style*/

/*Proof box styles*/
.light-shadow {
	-webkit-box-shadow: 1px 10px 50px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 1px 10px 50px 0 rgba(0,0,0,.2);
	box-shadow: 1px 10px 50px 0 rgba(0,0,0,.2);
}	
.bg-proof {
	background-color: rgba(104, 104, 104, .7);
}
.bg-proof h3 {
	font-size: 1.3em;
}
.proof1-bg {
	background: url(../img/proof1.jpg) no-repeat center center;
	background-size: cover;
	background-color: #fff;
}
/*END Proof box styles*/

/*Pricing box style*/
.price-box {
	transition: transform .2s;
}
.price-box:hover {
	transform: scale(1.1);
}
.price-box .bg-white {
	background-color: rgba(255, 255, 255, 0.8)!important;
	transition: transform .2s;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
}
.price-box.premium-box .bg-white {
	background-color: rgba(255, 255, 255, 0.95)!important;
}
.price-box .bg-white:hover {
	background-color: #fff!important;
	-webkit-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.55);
	box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.55);
}
/*END Pricing box style*/

/*Main CTA styles*/
.main-cta, .main-cta-alt {
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-cta-alt .row {
	background-color: rgba(0,0,0,.8);
	padding-top: 10px;
	padding-bottom: 10px;
}
.price-tag, .price-tag-alt {
	margin-bottom: 0;
	font-size: 18px;
}
.price-tag-alt {
	color: #111;
}
.price-tag b {
	color: #cc0000;
	font-size: 24px;
}
.price-tag-alt b {
	color: #111;
	font-size: 24px;
}
.btn-cta {
	display: block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.btn-cta {
		max-width: 500px;
	}
}
/*END Main CTA styles*/

/*Upsell decline button*/
.decline-btn {
	max-width: 450px;
}
.btn.decline-link {
	font-size: 14px;
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	white-space: normal;
}

/*Product note style*/
.product-note {
	font-size: 0.7em;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}
/*END Product note style*/

/*Reference box style*/
.reference-holder {
	background-color: rgba(255, 255, 255, 0.8);
}
.reference-holder h4 {
	/*font-size: 70%;*/
	text-align: center;
}
.reference-holder p {
	font-size: 13px;
}
.reference-holder a.reference-link {
	color: #222;
	font-style: italic;
	pointer-events: none;
}
/*END Reference box style*/

/*General section styles*/
.wht-bg {
	background-color: #fff;
}
.bk-bg {
	background-color: rgba(52, 52, 52, 0.7);
}
.clr-bg {
	background-color: #009953;
}
.clr-bg-alt {
	background-color: rgba(52, 52, 52, 0.7);
}
/*General container style*/	
@media (min-width: 576px) {
	.container {
		width: 540px;
		max-width: 100%;
	}
	.container {
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 768px) {
	.container {
		width: 720px;
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
		max-width: 100%;
	}
}

/*Helper classes*/
.color-wht {
	color: #fff;
}
.color-red {
	color: #dc0032;
}
.color-bk {
	color: #111;
}
.text-24px {
	font-size: 24px;
}
.text-30px {
	font-size: 30px;
}
.spacer-3 {
	padding-top: 3em;
}
.spacer {
	padding-top: 5em;
}
@media (min-width: 576px){
	.move-up {
		margin-top: -70px;
	}
}
/*Upsells testimonials style*/
.testimonial {
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
	margin: 10px;
}
.testimonial .fa-star {
	color: #FBBD55;
}
.testimonial .fa-certificate {
	color: #00982E;
}

/*Thank you page style*/
#thank-you-page .heading h1 {
	padding-top: 1em;
}
.thank-you-card {
	background-color: #fff;
	padding: 2em;
	font-size: 14px;
}
.product-card {
	background-color: #fff;
	padding: 2em;
	font-size: 14px;
	display: inline-block;
}
.product-img {
	max-width: 200px;
}
.btn-dwl {
	display: block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #3a8c0e;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.btn-dwl:hover {
	color: #fff;
	background-color: #265e07;
}

/*Footer style*/
footer {
	border-top: 1px solid #333;
}
footer .container a, footer .container p{
	font-size: 12px;
}
.footer-section {
	background-color: rgba(0,0,0,0.7);
	color: #eee;
}
a.footer-link {
	color: #eee;
}
footer #disclaimer>.main>div {
	box-shadow: none!important;
	background: transparent!important;
}
footer .bg-text-disclaimer {
	color: #eee!important;
}