body, * {

	box-sizing: border-box;

}



/*MAIN PAGE*/


.showbr {
	display: none;
}

.unshowbr {
	display: block;
}

@media only screen and (max-width: 390px){
	.showbr {
		display: block!important;
	}

	.unshowbr {
		display: none!important;
	}
}


body.main-page {

	background-image: url('../images/newbg.png');

	background-color: #ededed;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: bottom center;

	padding-top: 30px;

}

.download-page body > .container {

	padding-top: 20px;

}

.main-page .container {

	background: transparent !important;

}

@media screen and (max-width: 500px) {

	.main-page .main-title {

		font-size: 30px;

		line-height: 30px;

	}

}

.main-page .main-links li {

	margin-top: 20px;

	list-style-type: none;

	display: inline-block;

	padding-left: 5px;

	padding-right: 5px;

}

#bulaga {

	display: none;

}

.main-page footer {

	padding: 30px;

	text-align: left !important;

	background-color: white;

	width: 100%;

	min-height: 100px;

}



/*CONTACT PAGE*/

html.contact-page, .contact-page body, .privacy-page body {

	background-color: white;

}



/*PRIVACY PAGE*/

html.privacy-page * {

	text-align: left;

}

.privacy-page ul, .privacy-page p, .privacy-page li {

	line-height: 25px;

	font-size: 18px;

}

.privacy-page .main-list > li > ol > li {

	list-style-type: lower-alpha;

}

.privacy-page ol {

	margin-bottom: 20px;

}

.privacy-page li {

	margin-top: 20px;

}

.privacy-page body {

	padding-top: 30px;

}



body, html {

	background-color: #EDEDED;

	padding: 0;

	margin: 0;

}

.white-bg {

	background-color: white;

}

.container {

	padding-left: 60px;

	padding-right: 60px;

	display: block;

	max-width: 1060px;

	margin-left: auto;

	margin-right: auto;

	text-align: center;

	background-color: white;

	margin-top: 0;

	margin-bottom: 0;

}

h1, h2, h3 {

	margin-bottom: 20px;

	margin-top: 0;

	font-weight: bold;

}

p {

	font-size: 20px;

}

img {

	margin-top: 10px;

	margin-bottom: 10px;

}

h1 {

	font-size: 50px;

	line-height: 60px;

	text-align: center;

	font-family: "Oswald", sans-serif;

}

.medh1 {

	font-size: 40px;

	line-height: 50px;

}

h2 {

	color: #181818;

	text-align: center;

	font-size: 34px;

	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

	font-weight: 700;

}

h3 {

	text-align: center;

	font-size: 1.5rem;

}

h2.subheading {

	font-size: 34px;

	font-family: "Oswald", sans-serif;

	text-align: center;

	color: #ff0000;

}

.box1 {

	background-color: #ffffcb;

	border-top: 1px solid #dadada;

	border-bottom: 1px solid #dadada;

	color: #2e4346;

	font-size: 20px;

	padding: 20px;

	font-family: "Source Sans Pro", sans-serif;

	line-height: 22px;

}

.btn {

	font-family: "Source Sans Pro", sans-serif;

	padding: 30px 40px;

	border-color: #000000;

	border-width: 1px;

	-moz-border-radius: 6px;

	-webkit-border-radius: 6px;

	border-radius: 6px;

	background: #ffff00;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffff00), color-stop(100%, #ffa035));

	background: -webkit-linear-gradient(top, #ffff00 0%, #ffa035 100%);

	background: -moz-linear-gradient(top, #ffff00 0%, #ffa035 100%);

	background: -ms-linear-gradient(top, #ffff00 0%, #ffa035 100%);

	background: -o-linear-gradient(top, #ffff00 0%, #ffa035 100%);

	background: linear-gradient(to bottom, #ffff00 0%, #ffa035 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff00, endColorstr=#ffa035, GradientType=0);

	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5), inset 0px 0px 0px 1px rgba(255,255,0,0.5);

	line-height: 1;

	text-align: center;

	text-decoration: none;

	position: relative!important;

	display: inline-block!important;

	border-style: solid;

}

.btn:hover {

	background: yellow;

}

.btn .text {

	font-size: 32px;

	color: #000000;

	font-weight: bold;

	text-shadow: #ffff00 0px 1px 0px;

}

.group-container {

	display: flex;

	align-items: center;

	justify-content: space-between;

	flex-wrap: wrap;

}

.group {

	padding-top: 20px;

	padding-bottom: 20px;

	width: 45%;

	text-align: center;

}

.bottomline {			

	border-bottom: 1px solid #DBDBDB;

}

.group h3 {

	font-size: 28px;

	font-family: "Source Sans Pro", sans-serif;

	text-align: center;

}

.group div, .group img {

	max-width: 225px;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.group img {

	margin-top: 10px;

}

.oswald {

	font-family: "Oswald", sans-serif;

}

.source {

	font-family: "Source Sans Pro", sans-serif;

}

.helv {

	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}

@media screen and (max-width: 700px) {

	.group-container {

		flex-direction: column;

		justify-content: center;

	}



	.footer {

		font-size: 20px;

	}



	.group {

		width: 95%;

	}



	.container {

		padding-left: 20px;

		padding-right: 20px;

	}

}

.red {

	color: red;

}

.blue {

	color: blue;

}

.margintb {

	margin-top: 20px;

	margin-bottom: 20px;

}

.group-vid {

	margin-top: 40px;

}

.clear {

	width: 100%;

	height: 20px;

}

.row img {

	width: 255px;

	max-width: 100%;

}

.dload-group img {

	max-width: 255px;

}

.btn {

	margin-top: 20px;

	margin-bottom: 20px;

}

.row-vid {

	max-width: 640px;

	min-width: 200px;

	margin-right: auto;

	margin-left: auto;

}

.main-vid {

	max-width: 640px;

	min-width: 200px;

	max-height: 484px;

	margin-right: auto;

	margin-left: auto;

	overflow: hidden;

}

.pseudo-vid {

	width: 134%;

	max-height: 484px;

	margin-left: -17%;

}



/* UPSELL PAGES */



.container {

	overflow: hidden;

}

.bundle-top {

	width: 100% !important;

	max-width: 350px !important;

}

.bundle-top-2 {

	width: 100% !important;

}

.green {

	color: #008000;

}

.steps 	{

	max-width: 600px;

	min-width: 400px;

	height: 59px;

	display: block;

	margin-left: auto;

	margin-right: auto;

	background-image: url('../images/blue-gradient.png');

	background-repeat: repeat-x;

	border-radius: 8px;

	margin-top: 50px;

	margin-bottom: 30px;

	padding-left: 0;

}

.steps li {

	list-style: none;

	display: block;

	list-style: none;

	float: left;

	width: 211px;

	margin: 2px 0 0;

	height: 69px;

	line-height: 64px;

	text-align: center;

	position: relative;

	top: -5px;

	background-repeat: no-repeat;

	padding-left: 10px;

	padding-right: 10px;

	margin-left: -14px;

}


.step-arrow {

	background-image: url('../images/large-colour-arrows.png');

	background-position: 0 -69px;

}

.steps li span.blur {

	opacity: 0.3;

}

.steps li span {

	font-weight: 700;

	color: #fff;

	font-size: 28px;

	font-style: normal;

	text-shadow: 0 -1px 0 #000;

	vertical-align: middle;

	line-height: 63px;

}

.bullet {

	background-image: url('../images/0.png');

	background-repeat: no-repeat;

	list-style-type: none;

	padding-left: 44px;

	text-align: justify;

}

ul {

	padding-left: 0;

}

.block-center {

	display: block !important;

	margin-right: auto !important;

	margin-left: auto !important;

}

.add-to-cart img {

	display: inline-block;

	margin-left: 15px;

	text-align: right;

	max-width: 40px !important;

}

.add-to-cart {

	text-align: left;

	padding-left: 30px;

	color: #003552;

	max-width: 350px;

	height: 80px;

	font-size: 35px;

	line-height: 70px;

	background: linear-gradient(to bottom, rgba(254,248,71,1) 0%, rgba(254,196,21,1) 100%);

	border-radius: 10px;

	border-width: 2px;

	border-style: solid;

	border-color: #fec415;

	text-decoration: none;

	padding-left: 0;

	text-align: center;

}

.add-to-cart:hover {

	background: linear-gradient(to bottom, rgba(254,248,71,1) 0%, rgba(254,211,55,1) 100%);

	color: #003552;

	text-decoration: none;

}

.add-to-cart:active {

	background: linear-gradient(to top, rgba(254,248,71,1) 0%, rgba(254,196,21,1) 100%);

	text-decoration: none;

}

@media screen and (max-width: 991px) {

	.add-to-cart {

		font-size: 20px;

	}

}

@media screen and (max-width: 768px) {

	.add-to-cart {

		font-size: 30px;

	}

}

section {

	margin-bottom: 40px;

}

section p {

	text-align: left;

}

.underlined {

	text-decoration: underline;

}

.accept-text {

	font-size: 1.5rem;

	text-decoration: underline;

	line-height: 1.9rem;

	font-weight: bold;

	margin-top: 15px;

	margin-bottom: 15px;

}

.decline-text {

	font-size: 15px !important;

	color: black;

	display: inline-block;

	line-height: 19px;

}

img.full-row {

	width: auto;

	max-width: 100% !important;

	margin-top: 20px;

	margin-bottom: 20px;

}

.strikethrough {

	text-decoration: line-through;

}

.add-to-cart-now {

	text-align: center;

	padding-left: 0;

	max-width: 600px;

	min-width: 300px;

	display: flex;

	margin-left: auto;

	margin-right: auto;

	justify-content: center;

	align-items: center;

	font-size: 35px;

	white-space: nowrap;

}

@media screen and (max-width: 800px) {

	.add-to-cart-now {

		font-size: 20px;

	}

	.add-to-cart-now div {

		line-height: 25px !important;

	}

}

ul.check-list li {

	background-image: url('../images/1.png');

	background-size: 15px;

	background-position: 0 4px;

	background-repeat: no-repeat;

	list-style: none;

	padding-left: 20px;

	font-size: 18px;

	text-align: left;

	margin-bottom: 20px;

}

.blue-box {

	border: 4px solid #f0f5fd;

	color: black;

	border-radius: 8px;

	padding: 20px;

}



.dload-contact {

	position: absolute;

	top: 0;

	right: 10px;

}



/*FOOTER*/



.clickbank-footer {

	padding-top: 20px;

	padding-bottom: 20px;

	font-size: 12px;

	line-height: 12px;

	color: #888;

}


@media screen and (max-width: 767px) {

	.hide1 {
		display: none!important;
	}

}

@media screen and (max-width: 433px) {

	.steps {
		min-width: 320px!important;
	}

	.steps li.step-arrow {
		width: 211px!important;
	}

	.steps li {
		width: 180px!important;
	}

}

@media screen and (max-width: 402px) {

	.hide2 {
		display: none!important;
	}

	.steps {
		min-width: 280px!important;
	}

	.steps li.step-arrow {
		margin-left: 21%;
	}

}

@media screen and (max-width: 379px) {

	.steps li.step-arrow {
		margin-left: 18%;
	}

}

@media screen and (max-width: 350px) {

	.steps li.step-arrow {
		margin-left: 15%;
	}

}
