@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; outline:none; float:left; position:relative; z-index:100;}


html, body {
	width:100%;
	height:100%;
	background:#2a22a2a;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	float:none;
}

h1, h2, h3, h4, h5, h6, p, li {
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif!important;
}

p * { float:none; }

a { text-decoration:none; }


.button {
	padding:18px 30px 17px 30px;
	background:#24a0ee;
	border-right:3px solid #157cbd;
	border-bottom:3px solid #157cbd;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	font-weight: 500;
	text-transform:uppercase;
	text-align:center;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.button:hover {
	background:#5bb7f1;
	border-color:#1590de;
}
.button:active {
	background:#157cbd;
	border-left:3px solid #157cbd;
	border-top:3px solid #157cbd;
	border-right:0;
	border-bottom:0;
}




.fixed {
	margin:0 auto;
	padding:0 20px;
	width:1130px;
	float:none;
}


#page {
	width:100%;
}



#main-bg {
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:20;
}


.logo-wrapper {
	width:100%;
	height:1px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	z-index:101;
}
.logo-wrapper .logo, .logo-wrapper .logo img {
	margin:0 auto;
	float:none;
}


.logo-big-wrapper {
	padding:45px 0 50px;
	width:100%;
	text-align:center;
}
.logo-big-wrapper .logo {
	float:none;
	display:inline-block;
}

body.rst-pages .hellobar {
	display: none!important;
}

body.rst-pages #hellobar-pusher{
	display: none!important;
}



#hero {
	padding-bottom:0px;
	width:100%;
	/* Location of the image */
	background-image: url(https://loganix.net/wp-content/themes/Divi/images/refspam-lander-main-bg.jpg);

	/* Background image is centered vertically and horizontally at all times */
	background-position: center center;

	/* Background image doesn't tile */
	background-repeat: no-repeat;

	/* Background image is fixed in the viewport so that it doesn't move when 
	 the content's height is greater than the image's height */
	background-attachment: fixed;

	/* This is what makes the background image rescale based
	 on the container's size */
	background-size: cover;

	/* Set a background color that will be displayed
	 while the background image is loading */
	background-color: #464646;
}

#hero .text-wrapper {
	margin:172px 0 49px;
	width:100%;
}
#hero .text-wrapper .title {
	padding-bottom:7px;
	width:100%;
	color:#fff;
	font-size:40px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
	text-align:center;
}
#hero .text-wrapper p {
	width:100%;
	color:#fff;
	font-size:20px;
	line-height:30px;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
	text-align:center;
}

#hero .buttons-wrapper {
	width:100%;
	text-align:center;
}
#hero .button {
	margin:0 auto;
	float:none;
	display:inline-block;
}

div.downloads {
	float: none;
	text-align: center;
	width: 100%;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	font-size: 30px;
}

	div.downloads span {
		float: none;
		font-family: "Source Sans Pro",Arial,Helvetica,sans-serif !important;
		font-size: 40px;
		font-weight: bold;
	}

.pvc_stats {
	display: none!important;
}
#introduction {
	padding-bottom:50px;
	width:100%;
	background:#fff;	
}
#introduction .fixed {
	max-width:825px;
	text-align:center;
}
#introduction h1 {
	margin-bottom:40px;
	width:100%;
	color:#2a2a2a;
	font-size:49px;
	line-height:63px;
	font-weight:bold;
	letter-spacing:-1px;
	
    transform: scale(1,1.1);
    -webkit-transform: scale(1,1.1);
    -moz-transform: scale(1,1.1);
    -ms-transform: scale(1,1.1);
    -o-transform: scale(1,1.1);
}
#introduction .picture {
	float:none;
	display:inline-block;
}




#info {
	padding-top:59px;
	width:100%;
	background:#fff;
}
#info .title {
	padding-bottom:15px;
	width:100%;
	color:#2a2a2a;
	font-size:40px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
#info .subtitle {
	width:100%;
	color:#2a2a2a;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	text-transform:capitalize;
	text-align:center;
}
#info .info {
	margin-top:54px;
	padding-bottom:61px;
	width:100%;
}
#info .info .picture-wrapper {
	margin-top:48px;
	width:40%;
	max-width:458px;
}
#info .picture-wrapper img {
	width:100%;
	height:auto;
}


#info .info .text-wrapper {
	margin-left:5%;
	width:55%;
}
#info .info .text-wrapper ul {
	width:100%;
	list-style:none;
}
#info .info .text-wrapper li {
	padding:8px 0;
	width:100%;
	color:#2a2a2a;
	font-size:16px;
	line-height:22px;
	text-transform:uppercase;
}
#info .info .text-wrapper li i {
	margin-right:13px;
	width:23px;
	height:23px;
	background:url(images/refspam-lander-info-tick.png) no-repeat left center transparent;
	float:left;
}





#cta {
	padding:57px 0 69px;
	width:100%;
	background:#f9f9f9;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
#cta p {
	width:100%;
	color:#2a2a2a;
	font-size:27px;
	line-height:45px;
	text-align:center;
}
#cta .picture-wrapper {
	margin-top:37px;
	width:100%;
	text-align:center;
}
#cta .picture-wrapper img {
	float:none;
	display:inline-block;
}


#cta .button-wrapper {
	margin-top:37px;
	width:100%;
	text-align:center;
}
#cta .button {
	margin:0 auto;
	float:none;
	display:inline-block;
}





#testimonials {
	padding:61px 0 67px;
	width:100%;
	background:#fff;
}
#testimonials .fixed {
	max-width:950px;
}
#testimonials .testimonial p {
	width:100%;
	color:#2a2a2a;
	font-size:25px;
	line-height:35px;
	font-weight:300;
	text-align:center;
}
#testimonials .author {
	margin-top:25px;
	width:100%;
	text-align:center;
}
#testimonials .author .avatar {
	width:80px;
	border:3px solid #3fba69;
	border-radius:50%;
	float:none;
	display:inline-block;
}
#testimonials .author .name {
	padding-top:2px;
	width:100%;
	color:#2a2a2a;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	float:none;
	display:inline-block;
}




#smalltestimonial {
	margin-top:57px;
	padding:26px 0 27px;
	width:100%;
	background:#242424;
}
#smalltestimonial .fixed {
	max-width:900px;
}
#smalltestimonial .avatar {
	margin:0 3%;
	width:12%;
}
#smalltestimonial .quote {
	padding-top:15px;
	width:82%;
	color:#fff;
	font-size:24px;
	line-height:28px;
}
#smalltestimonial .author {
	width:82%;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	font-weight:300;
	text-align:right;
	float:right;
}







#description {
	padding:33px 0 33px;
	width:100%;
	background:url(images/sevendollar-description-bg.jpg) repeat left top #319a55;
}
#description .fixed {
	max-width:940px;
}
#description p {
	width:100%;
	color:#fff;
	font-size:40px;
	line-height:42px;
	font-weight:bold;
	font-weight:600;
	text-align:center;
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
}

#sevendollar #description {
	background:url(images/sevendollar-description-bg.jpg) repeat left top #186c38;
}



#textcontent {
	padding:50px 0 10px;
	width:100%;
	background:#fff;
}
#textcontent .fixed {
	max-width:655px;
}
#textcontent p, #textcontent ul {
	padding:0 0 30px;
	width:100%;
	color:#555;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	font-weight:500;
}
#textcontent ul {
	margin-bottom: 0px;
}
	#textcontent ul li {
		margin-bottom: 25px;
		list-style: none;
		background: url(https://loganix.net/wp-content/themes/Divi/images/refspam-lander-info-tick.png) no-repeat left 5px;
		padding-left: 40px;
	}

		#textcontent ul li strong {
			display: block;
			float: none;
		}
#textcontent p img {
    max-width: 100%;
	float:none;
	display:inline-block;
}

#textcontent .widget_text {
	padding:33px 45px;
	width:100%;
	background:#e2ffeb;
	border:1px solid #9bd7a4;
	box-sizing:border-box;
}
#textcontent .widget_text .badge {
	width:25%;
}
#textcontent .widget_text .badge img {
	width:100%;
}
#textcontent .widget_text .text {
	margin-top:10px;
	width:70%;
	float:right;
}
#textcontent .widget_text .text p {
	padding-bottom:0;
    font-size: 14px;
    line-height: 23px;
	font-weight:normal;
}
#textcontent .widget_text .text a {
	display:none;
}

#textcontent p.bigred {
	color:#f00;
	font-size:48px;
	line-height:100px;
	font-weight:bold;
	text-align:center;
}





#info.setup {
	background:#f9f9f9;
}
#info.setup .fixed {
	max-width:940px;
}
#info.setup .title {
	color:#329d59;
	font-size:49px;
	font-weight:bold;
	font-weight:500;
}
#info.setup .info {
	margin-top:0;
	top:-40px;
}
#info.setup .info .text-wrapper {
	margin-left:0;	
}
#info.setup .info .text-wrapper li {
	padding:0;
	color:#2b2b2b;
	font-size:27px;
	line-height:64px;
	font-weight:bold;
	text-transform:uppercase;
}
#info.setup .info .text-wrapper li .arrow {
    float: none;
    top: 91px;
    right: -10px;
}
#info.setup .info .text-wrapper li .button {
    margin: 15px 0 12px;
	padding: 18px 38px 17px;
	line-height:normal;
	float:none;
	display:inline-block;
}
#info.setup .info .picture-wrapper {
    margin-left: 10%;
    margin-top: 88px;
	width:35%;
}

body.rst-social-page .text-wrapper {
	margin-top: 50px;
}

body.rst-social-page .text-wrapper p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}

body.rst-social-page #info.setup .info .picture-wrapper {
	margin-top: 60px;
}

body.rst-social-page #info .picture-wrapper img {
	border-radius: 500px;
	border: 4px solid #fff;
	box-shadow: 1px 1px 4px #ccc;
	margin-bottom: 20px;
}

body.rst-social-page #info .picture-wrapper iframe {
	margin: 0 auto 10px;
	float: none;
	display: block;
}

body.rst-double-optin-page #info .info .text-wrapper {
	width: 100%;
	padding-top: 30px;
}

body.rst-double-optin-page .text-wrapper p {
	float: none;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}




#bottomcta {
	padding:45px 0;
	width:100%;
	background:#fff;
}
#bottomcta .fixed {
	max-width:445px;
}
#bottomcta p {
	padding-bottom:20px;
	width:100%;
	text-align:center;
}
#bottomcta .bigcta {
	background: #3f8afb none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 4px 0 0 #0e5acc;
	color: #fff;
	float: left;
	font-size: 40px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #0E5ACC;
	width: 100%;
}
#bottomcta .bigcta:hover {
	background: #5a9cff;
}
#bottomcta .smallcta {
	color:#3f8afb;
	font-size:30px;
	text-decoration:underline;
	display:block;
}





#faq {
	padding:60px 0 100px;
	width:100%;
	background:#fff;
}
#faq .fixed {
	max-width:900px;
}
#faq .title {
	padding-bottom:35px;
	width:100%;
	border-bottom:2px solid #f0f0f0;
	color:#2a2a2a;
	font-size:42px;
	line-height:50px;
	text-align:center;
}
#faq .subtitle {
	padding:30px 0 20px;
	width:100%;
	color:#555;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	font-weight:500;
	text-align:center;
}
#faq .faq {
	width:44%;
}
#faq .faq:last-child {
	float:right;
}
#faq .faq .faq-title {
	padding-top:50px;
	width:100%;
	color:#555;
	font-size:25px;
	line-height:28px;
	font-weight:bold;
}
#faq .faq p {
	padding-top:30px;
	width:100%;
	color:#555;
	font-size:20px;
	line-height:28px;
	font-weight:normal;
	font-weight:500;
}
















#footer {
	padding:11px 0 58px;
	width:100%;
	background:#fff;
	border-top:1px solid #ededed;
}
#footer ul {
	width:100%;
	list-style:none;
	text-align:center;
}
#footer ul li {
	padding:0 8px;
	color:#2a2a2a;
	font-size:14px;
	line-height:20px;
	float:none;
	display:inline-block;
}

#footer ul li a {
	float: none;
}





#popmake-3146 {
	padding:35px 0 15px!important;
	width:90%!important;
	border:3px solid #e7e7e7!important;
	border-radius:8px!important;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif!important;
}
#refpop .loadbar-wrapper {
	padding:0 25px;
	width:100%;
	box-sizing:border-box;
}
#refpop .loadbar {
	width:100%;
	height:22px;
	border:2px solid #e7e7e7;
	border-radius:2px;
	box-sizing:border-box;
}
#refpop .loadbar .load {
	width:50%;
	height:18px;
	background:#bbd610;
	border:1px solid #afc522;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	position:absolute;
	top:-1px;
    left: -1px;
}
#refpop .loadbar p {
	width:100%;
	color:#333!important;
	font-size:11px;
	line-height:20px;
	text-shadow:0 0 1px rgba(255,255,255,0.5);
	text-align:center;
}


#refpop .loadbar-wrapper .text {
	padding-top:10px;
	width:100%;
	color:#000!important;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
}

#refpop .title {
	padding:29px 75px 21px;
	width:100%;
	box-sizing:border-box;
	color:#2290d4;
	font-size:25px;
	line-height:25px;
	font-weight:bold;
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
}

#refpop .infusion-form {
	padding:0 99px;
	width:100%;
	box-sizing:border-box;
}
#refpop .infusion-form br {
	display:none;
}
#refpop .infusion-form .infusion-field {
	width:100%;
}
#refpop .infusion-form label {
	display:none;
}
#refpop .infusion-form .input {
	padding:10px;
	width:100%;
	background:#f6f6f6;
	border:1px solid #c9c9c9;
	border-radius:4px;
	box-sizing:border-box;
	font-size:14px;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
}

#refpop .infusion-form .infusion-submit {
	width:100%;
}
#refpop .infusion-form .button {
	margin-top:20px;
	padding-right:0;
	padding-left:0;
	width:100%;
    border-left: 0;
    border-top: 0;
	text-align:center;
}
#refpop .infusion-form .button:active {
	border-left:3px solid #157cbd;
	border-top:3px solid #157cbd;
}

#refpop .infusion-form .privacy {
	margin-top:5px;
	width:100%;
	color:#999!important;
	font-size:14px;
	text-align:center;
}
#refpop .infusion-form img {
	margin-right:9px;
	float:none;
	display:inline-block;
	top:5px;
}

#refpop .text-bottom {
	margin-top:30px;
	padding:0 55px;
	width:100%;
	box-sizing:border-box;
	color:#999!important;
	font-size:14px;
	line-height:18px;
	text-align:center;
}


/* BCB */
.bcb-order-form #info .info .text-wrapper {
	width: 100%;
}

	.bcb-order-form li.gfield {
		line-height: 1.345!important;
		margin-bottom: 20px;
	}

	.bcb-order-form .gform_wrapper .top_label .gfield_label {
		float: none;
		margin: 0;
		font-size: 20px;
		width: 100%;
		text-align: left;
	}

		.bcb-order-form .gform_wrapper .gfield_required {
			float: none;
		}

	.bcb-order-form .gform_wrapper label.gfield_label + div.ginput_container {
		float: none;
		margin: 0;
		line-height: 1.3;
	}

		.bcb-order-form .gform_wrapper .top_label input.medium, .bcb-order-form .gform_wrapper .top_label select.medium {
			float: none;
			font-size: 16px;
			text-transform: none;
			width: 100%;
			padding: 10px;
			border: 1px solid #ccc;
		}

		.bcb-order-form .gform_wrapper .top_label input.medium {
			width: 98%;
		}

	.bcb-order-form .gform_wrapper .top_label .gfield_description {
	    padding: 0.625em 0 0;
	    font-size: 14px;
	    padding: 0;
	    font-weight: normal;
	}

	.bcb-order-form li.gfield_html {
		font-size: 20px!important;
		font-weight: normal!important;
		text-transform: none!important;
	}

	.bcb-order-form .ginput_product_price_label {
		display: none!important;
	}


	.bcb-order-form .gform_wrapper span.ginput_product_price {
	    color: #42bf6c;
	    font-size: 45px;
	}

	.bcb-order-form .gfield_price_5_16, .bcb-order-form .gfield_price_5_25, .bcb-order-form .gfield_price_5_7, .bcb-order-form .gfield_price_5_22 {
		visibility: hidden;
		height: 0;
	}

	.bcb-order-form .gform_wrapper input#gf_coupon_button.button {
	    background: #42bf6c none repeat scroll 0 0;
	    border: medium none;
	    border-radius: 0;
	    display: block!important;
	    float: none!important;
	    margin-bottom: 0 !important;
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	    margin-top: 10px;
	    padding: 13px !important;
	}

	.bcb-order-form .gform_wrapper input.gf_coupon_code {
	    display: block!important;
	    float: none!important;
	    width: initial;
	}

	.bcb-order-form .gform_wrapper span.ginput_total {
		color: #42BF6C;
		font-size: 45px;
	}

/* As Seen On */

.as-seen-on-wrapper {
	display: block;
	float: left;
	padding: 40px 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	margin-top: 80px;
}

	div.as-seen-on-container {
		float: left;
		text-align: center;
		width: 100%;
	}

		span.as-seen-on-title {
			color: #fff;
			float: none;
			font-size: 25px;
			line-height: 40px;
			margin-right: 20px;
			text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
		}

		div.as-seen-on-container a {
			float: none;
		}

		div.as-seen-on-container img {
			float: none;
			vertical-align: bottom;
			max-width: 80%;
		}

/* Reviews */
div.rst-reviews {
	padding-top: 50px!important;
	border-top: 1px solid #ededed;
}

div.reviews-wrapper {
	padding: 30px 0 60px;
}
div.reviews-left {
	width: 50%;
	box-sizing: border-box; 
}
	
	div.reviews-container-left {
		padding-right: 20px;
	}

	div.reviews-left-a, div.reviews-right-a {
		width: 20%;
	}

		div.reviews-left-a img, div.reviews-right-a img {
			border: 4px solid #3fba69;
			border-radius: 50%;
			box-sizing: border-box;
			max-width: 100%;
		}

	div.reviews-left-b, div.reviews-right-b {
		width: 80%;
		padding-top: 10px;
	}

		div.reviews-left-b p, div.reviews-right-b p {
			padding: 0 15px;
			margin-bottom: 10px;
		}

div.reviews-right {
	width: 50%;
	box-sizing: border-box; 
}
	
	div.reviews-container-right {
		padding-left: 20px;
	}

.twiiter-testimonials {
	border-top: 1px solid #eee;
	padding: 50px 0;
	width: 100%;
}

	.twiiter-testimonials iframe {
		width: 30%!important;
	}

		.twiiter-testimonials iframe#twitter-widget-0 {
			margin-right: 5%!important;
		}

		.twiiter-testimonials iframe#twitter-widget-2 {
			margin-left: 5%!important;
		}

@media (max-width:1210px) {
	
	.fixed {
		max-width:960px!important;
	}
	
	
	#hero {
    	padding-bottom: 0px;
	}
	
}


@media screen and (max-width:1000px) {

	.fixed {
		max-width:700px!important;
	}
	
	.logo-big-wrapper {
	    padding-bottom:59px;
	}
	
	

	#hero {
	    padding-bottom: 0px;
	}

	#hero .text-wrapper {
	    margin-top: 110px;
	}

	#info .picture-wrapper {
		margin-top: 37px;
		width: 100%;
		text-align: center;
	}

	#description p {
		font-size:35px;
	}
	
	#info .info .picture-wrapper {		
		margin-top: 0;
		margin-bottom: 37px;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	#info .picture-wrapper img {
		width: auto;
		float: none;
		display: inline-block;
	}
	#info .info .text-wrapper {
		width: 100%;
		margin: 0;
		padding: 0 30px;
		box-sizing: border-box;
	}
	#info.setup .info .picture-wrapper {
		margin-left: 0;
		margin-top: 50px;
		width: 100%;
	}
	
	
	#introduction h1 {
		font-size: 40px;
		line-height: 55px;
	}
	
	#introduction .picture {
	    max-width: 90%;
	}
	#smalltestimonial .author {
	    padding-top: 10px;	
	}
	#smalltestimonial .quote {
	    font-size: 20px;
	}
	
	
	#bottomcta .bigcta {
		width: 60%;
		float: none;
		display: inline-block;
	}
	
	
	#faq .faq .faq-title {
		font-size:22px;
	}
	#faq .faq p {
		font-size: 17px;
		line-height: 24px;
	}

	div.reviews-left, div.reviews-right {
		width: 100%;
		margin-bottom: 20px;
	}

	div.reviews-container-left, div.reviews-container-right {
		padding: 0;
	}
}

@media screen and (max-width:740px) {

	.fixed {
		padding:0 4%!important;
		max-width:92%!important;
	}
	
	
	.logo-big-wrapper {
	    padding: 35px 0 39px;
	}
	.logo-big-wrapper .logo img {
		max-width:250px;
	}
	
	
	#main-bg {
		width:150%;
	}
	
	
	
	
	#introduction h1 {
	    margin-bottom: 20px;
		font-size: 30px;
		line-height: 45px;
	}
	
	
	
	
	#description p {
		font-size: 30px;
		line-height: 38px;
	}
	
	
	#info.setup .title {
	    text-align: left;
	}
	#info.setup .info {
		padding-bottom: 0;
		top: -30px;
	}
	#info.setup .info .text-wrapper {
		padding-left:0;
	}
	#info.setup .info .text-wrapper li {
		font-size: 25px;
		line-height: 60px;
	}
	
	
	
	#faq .subtitle {
	    padding-bottom:0px;
	}
	#faq .faq {
		width: 100%;
	}
	
	
	#cta p {
		font-size: 20px;
		line-height: 35px;
	}
	
	#refpop .loadbar-wrapper {
	    padding: 0 15px;
	}
	#refpop .title {
		padding-right:35px;
		padding-left:35px;
	}
	#refpop .infusion-form {
	    padding: 0 70px;
	}
	#refpop .text-bottom {
	    padding: 0 25px;
	}
	
	
}


@media screen and (max-width:550px) {

	html {
		margin-top:0!important;
	}


	
	.button {
		padding: 13px 25px 12px 25px;
		font-size: 18px;
	}



	#page {
		width:100%;
		overflow:hidden;
	}
	
	
	#main-bg {
		width: 250%;
		position:absolute;
	}
	
	.logo-wrapper .logo, .logo-wrapper .logo img {
		max-width:150px;
	}
	.logo-big-wrapper .logo img {
		max-width:200px;
	}
	
	#hero {
	    padding-bottom: 0px;
	}
	
	#hero .text-wrapper {
    	margin-top: 80px;
		margin-bottom:30px;
	}
	
	#hero .text-wrapper .title {
	    font-size: 34px;
	}
	#hero .text-wrapper p {
	    font-size: 18px;
	    line-height: 24px;
	    text-shadow: 0px 0px 5px rgba(0,0,0,1);
	}
	
	
	#introduction h1 {
		font-size: 25px;
		line-height: 30px;
	}
	#introduction .picture {
	    max-width: 100%;
	}
	
	
	
	#textcontent p {
	    padding: 0 0 20px;
		font-size: 18px;
		line-height: 24px;
	}
	#textcontent .widget_text {
	    padding: 23px 35px;
	}
	#textcontent .widget_text .badge {
		margin: 0 15%;
		width: 70%;
	}
	#textcontent .widget_text .text {
		width: 100%;
	}
	#textcontent p.bigred {
		font-size: 38px;
		line-height: 80px;
	}
	
	
	#bottomcta .bigcta {
		width: 90%;
		font-size: 30px;
	}
	#bottomcta p img {
		max-width:100%;
	}
	#bottomcta .smallcta {
	    font-size: 26px;
	}
	
	
	
	#smalltestimonial .avatar {
		margin: 0 35%;
		width: 30%;
	}
	#smalltestimonial .quote {
		padding-top: 20px;
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
	}
	#smalltestimonial .author {
		width: 100%;
		padding-top: 20px;
		text-align: center;
	    font-size: 16px;
	}
	
	
	
	#description p {
		font-size: 22px;
		line-height: 30px;
	}
	
	
	#info {
	    padding-top:40px;
		padding-bottom:40px;
	}
	#info .title {
		font-size: 30px;
		line-height: 30px;
	}
	#info .subtitle {
	    font-size: 16px;
	}
	#info .picture-wrapper img {
	    width:80%;
	}
	
	
	
	
	#info.setup .title {
	    text-align: center;
	}
	#info .info {
		padding-bottom:20px;
	}
	#info .info .text-wrapper {
	    padding: 0;
	}
	#info .info .text-wrapper li {
		font-size: 14px;
		line-height: 18px;
	}
	
	#info.setup {
	    padding-bottom: 20px;
	}
	#info.setup .title {
	    font-size: 39px;
	}
	#info.setup .info {
	    top: 0;
	}
	#info.setup .info .text-wrapper li {		
		font-size: 21px;
		line-height: 45px;
	    text-align: center;
	}
	#info.setup .info .text-wrapper li .arrow {
	    display: none;
	}
	
	
	
	
	
	#faq {
	    padding: 10px 0 60px;
	}
	#faq .title {
	    padding-bottom: 25px;
		font-size: 34px;
	    line-height: 45px;
	}
	
	
	
	
	
	#cta {
	    padding: 47px 0 49px;
	}
	
	#cta .picture-wrapper img {
		width:80%;
	}
	
	
	#testimonials {
	    padding: 41px 0 47px;
	}
	#testimonials .testimonial p {
		font-size:18px;
		line-height:25px;
	}
	#testimonials .author .avatar {
	    width: 65px;
	}
	
	#footer {
	    padding: 11px 0 65px;
	}
	#footer ul li {
	    padding: 2px 0;
		width:100%;
	}
	#footer ul li.li-separator {
		display:none;
	}
	
	#popmake-3146 {
		padding-top:25px;
	}
	#popmake-3146, #popmake-3146 .popmake-content, #refpop {
		width:100%;
	}
	
	#refpop .title {
		font-size: 20px;
		line-height: 22px;
	}
	
	#refpop .infusion-form {
	    padding: 0 15px;
	}
	#refpop .infusion-form .button {
	    margin-top: 10px;
	}
	#refpop .infusion-form .privacy {
	    font-size: 11px;
	}
	#refpop .infusion-form img {
		width: 18px;
		margin-right: 5px;
	}
	
	#refpop .text-bottom {
	    margin-top: 20px;
	}
}




















