@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: 'Open Sans', helvetica, sans-serif;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #ef4435;
	font-weight: 400;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.np {
	padding: 0 !important;
}

.button {
	padding: 15px 30px 14px 30px;
	display: inline-block;
	margin: 10px 0 25px 0;
	background-color: #6cc71b;
	border: 1px solid #6cc71b;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	font-size: 24px;
	background-color: #36c371;
	animation-name: pulse;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	border-radius: 10px;
}

.button:hover,
.button:focus {
	background-color: #4a8a11;
	border: 1px solid #4a8a11;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	outline: none !important;
}

/*-------------------------------------
Section 1: Header Area / Above the Fold
--------------------------------------*/

/* Logo / Top Bar */

.top-bar {
	background: #fff;
	padding: 4px 0 3px 0;
	border-bottom: 4px solid #e9e4dd;
}

.top-bar p {
	font-family: 'Open Sans', helvetica, sans-serif;
	color: #a3a3a3;
	font-size: 1.1em;
	text-align: right;
	margin-top: 23px;
	text-transform: uppercase;
	margin-right: 100px;
	font-weight: 700;
}

.logo {
	max-width: 220px;
	margin-top: 20px;
}

ul.social-buttons {
	list-style: none;
	float: right;
	margin-top: -40px;
}

ul.social-buttons li {
	display: inline-block;
	margin-right: 5px;
}

ul.social-buttons li:last-child {
	margin-right: 0;
}

ul.social-buttons li a {
	color: #fff !important;
}

.social-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	background: #6cc71b;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.social-btn:hover,
.social-btn:focus {
	background: #4a8a11;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

/* Header Image */

.header-bg {
	background: url('../img/eternalight-bg1.jpg') no-repeat right center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header-bg h1 {
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 2.8em;
	margin: 35px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
	line-height: 120%;
	font-weight: 800;
}

.header-bg h3 {
	font-size: 1.15em;
	letter-spacing: 0.5px;
	color: #fff;
	line-height: 140%;
	margin: 10px 0 20px 0;
	font-weight: 700;
}

.header-bg h4 {
	color: #fff;
	font-size: 1.2em;
	font-family: 'Open Sans', helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding-top: 5px;
	font-weight: 700;
}

.header-bg h4 span {
	color: #fec92f;
}

.checkmark {
	float: left;
	width: 30px;
	margin: 0px 10px 0px 3px;
}

.header-bg p {
	color: #fff;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0 25px 0;
	padding-top: 5px;
	font-weight: 700;
}

.header-bg p span {
	font-family: 'Open Sans', helvetica, sans-serif;
	color: #fec92f;
	font-weight: 700;
}

.redbar {
	max-height: 3px !important;
	width: 90px !important;
	margin: 15px 0 30px 0;
	background: #6cc71b;
}

.product1 {
	float: right;
	margin-top: 30px;
	margin-bottom: 40px;
}

.cta-bar {
	background: #212121;
	text-align: center;
	color: #fff;
	padding: 15px 0 5px 0;
	position: relative;
	z-index: 5;
}

.cta-bar p {
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.cta-bar p span {
	text-transform: uppercase;
}

/*----------------------------------
Section 2: Product Summary / Details
-----------------------------------*/

/* Icon Features*/

.three-features {
	padding: 20px 0;
	box-shadow: 0px 3px 10px #ddd;
}

.icon {
	float: left;
	width: 80px;
	margin: 10px 15px 60px 0;
}

.three-features h3 {
	font-family: 'Open Sans', helvetica, sans-serif;
	color: #6cc71b;
	font-weight: 800;
}

.three-features p {
	font-size: 1em;
	line-height: 150%;
}

/* Product Features */

.product-features {
	padding: 40px 0 0 0;
}

.product-features h1 {
	font-family: 'Open Sans', helvetica, sans-serif;
	color: #484848;
	font-size: 2.3em;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px !important;
	line-height: 120%;
}

.product-features h2 {
	color: #7533bc;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0px;
}

.product-features h3 {
	color: #484848;
	letter-spacing: 0.5px;
	font-size: 1.3em;
	line-height: 130%;
	margin-bottom: 40px;
}

.product-features p {
	color: #5f5f5f;
	letter-spacing: 1px;
	line-height: 160%;
	margin-bottom: 15px;
	font-size: 16px;
}

.bordered {
	border: 1px solid #bababa;
}

.darkbg {
	background: #eeeeee;
	padding: 30px 40px 2px 40px !important;
}

.darkbg h2 {
	color: #494949;
	margin-top: 10px;
	font-size: 2.4em;
}

.darkbg h2 span {
	color: #fee734;
}

.darkbg h4 {
	color: #484848;
	font-size: 1.1em;
	font-weight: 700;
}

.darkbg h4 span {
	color: #6cc71b;
}

.darkbg p {
	color: #494949;
	font-size: 1em;
	margin-bottom: 30px;
}

.darkbg p:last-child {
	margin-bottom: 0;
}

.darkbg p span {
	text-transform: uppercase;
	font-size: 1.1em;
}

.m-bottom {
	margin-bottom: 25px !important;
}

.uppercase {
	text-transform: uppercase;
}

.icon-small {
	max-width: 60px !important;
	margin-bottom: 30px;
	float: left;
}

.top-rated {
	background: #eee;
	border-bottom: 4px solid #e9e4dd;
	margin-top: 40px;
	padding: 20px 0;
}

.top-rated h1 {
	color: #494949;
	font-family: 'Open Sans', helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 2.4em;
}

.top-rated p {
	color: #494949;
	font-size: 1em;
	line-height: 170%;
}

.top-rated p span {
	text-transform: uppercase;
}

.flt-left {
	float: left;
	max-width: 48%;
	margin-right: 1%;
}

/*---------------------------------------
Section 3: Customer Reviews/ Testimonials
----------------------------------------*/

.review-bg {
	background: url('../img/reviews.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 60px 0 40px 0;
}

.review-bg h1 {
	font-family: 'Open Sans', helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 3.5em;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 700;
}

.review-bg h3 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.5em;
}

.redbar-center {
	max-height: 3px !important;
	width: 110px !important;
	margin: 25px auto 5px auto;
	background: #6cc71b;
}

.review-big {
	color: #222;
	text-align: center;
	font-size: 1.4em !important;
	letter-spacing: 1px !important;
	line-height: 180%;
	font-weight: 400 !important;
}

.review-bg p {
	text-align: center;
	color: #222;
	font-size: 1.3em;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 700;
}

.reviews {
	padding: 40px 0;
	background-color: #fff;
	background-image: none;
}

.stars {
	color: #fab73b;
	font-size: 1.5em;
	margin-top: -12px;
}

.yellow-stars {
	color: #fab73b;
	font-size: 1.4em;
}

.grey-stars {
	color: #ddd;
}

.rating {
	font-size: 4.2em;
	margin-top: 10px;
	font-weight: 600;
}

.average {
	color: #898989;
	letter-spacing: 0.5px;
	font-size: 1.2em;
	margin-top: 5px;
}

.percentage {
	color: #3f3f3f;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 0.8em !important;
	font-weight: 700;
}

.percentage-inactive {
	color: #ddd;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 0.8em !important;
	font-weight: 700;
}

.review-container {
	margin-left: 70px;
}

.review {
	color: #898989;
	letter-spacing: 0.5px;
	font-size: 1.1em;
	line-height: 180%;
}

.author {
	color: #000;
	font-size: 1em;
	font-weight: 600;
}

.review-title {
	color: #000;
	font-size: 1.3em;
	font-weight: 600;
}

.progress {
	height: 12px !important;
	border-radius: 10px !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin: 8px 15px 25px -20px !important;
}

.progress-bar {
	background: #fab73b !important;
}

.bold {
	font-weight: 700;
}

/*---------------------------------
Section 4: Product Summary / Footer
----------------------------------*/

.summary {
	background-image: url('../img/eternalight-bg1.jpg');
	background-size: cover;
	color: #fff;
}

.summary h2 {
	color: #fff;
	margin-top: 40px;
	font-size: 2.8em;
	text-transform: uppercase;
	line-height: 120%;
	padding-left: 20px;
	font-weight: 800;
}

.summary h3 {
	padding-left: 20px;
	font-size: 1.4em;
	margin-bottom: 20px;
}

.summary p {
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 19px;
	padding-top: 5px;
	font-weight: 700;
}

.summary p span {
	color: #fec92f;
}

.bottom-product {
	max-width: 400px;
	margin-top: 60px;
}

.desc {
	margin-top: -20px !important;
	padding: 0 20px 20px 20px;
}

.p-left {
	padding-left: 20px;
}

.m-top {
	margin-top: 30px;
}

.logo-outline {
	max-width: 400px;
	margin-top: 30px;
}

.page-content {
	min-height: 450px;
}

/* Media Queries */

.desktop-none {
	display: none;
}

.mobile-only {
	display: none;
}

@media (max-width: 1199px) {
	.container {
		width: 1040px !important;
	}

	.top-bar p {
		font-size: 0.9em;
	}

	.checkmark {
		margin-bottom: 20px;
	}

	.header-bg h1 {
		font-size: 2.4em;
		margin: 30px 0 0 0;
	}

	.header-bg h3 {
		font-size: 1.4em;
	}

	.header-bg p {
		font-size: 1.1em;
	}

	.product1 {
		max-width: 250px;
		margin-left: 4px !important;
	}

	.darkbg p {
		font-size: 0.9em;
		margin-bottom: 14px;
	}

	.darkbg h4 {
		font-size: 1em;
	}

	.darkbg {
		min-height: 405px !important;
	}

	.three-features h3 {
		font-size: 1.4em;
	}

	.product-features h2 {
		font-size: 2em;
	}

	.top-rated h1 {
		font-size: 2em;
	}

	.darkbg h2 {
		font-size: 1.8em;
	}

	.summary p {
		font-size: 1.05em;
	}

	.desc {
		margin-top: -25px !important;
		padding-bottom: 5px;
	}

	.review-big {
		font-size: 1.2em !important;
	}
}

@media (max-width: 1024px) {
	.container {
		width: 980px !important;
		max-width: 100% !important;
	}

	.header-bg h1 {
		font-size: 2em;
	}

	.darkbg h2 {
		font-size: 1.6em;
	}

	.darkbg p {
		font-size: 0.9em;
	}

	.darkbg {
		min-height: 304px !important;
	}

	.header-bg {
		background: url('../img/eternalight-bg1.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media (max-width: 991px) {
	.mobile-none {
		display: none;
	}

	.desktop-none {
		display: block;
	}

	.desktop-only {
		display: none;
	}

	.tablet-right {
		float: right;
		margin-top: -40px;
		max-width: 40%;
	}

	.header-bg p {
		margin: 0px 0 5px 0 !important;
		padding-top: 2px;
	}

	.cta-bar {
		margin-top: 0 !important;
	}

	.description {
		margin-left: 5px !important;
	}

	.header-bg p {
		font-size: 1.13em;
		margin-bottom: 20px !important;
	}

	.header-bg h1 {
		font-size: 2.8em;
	}

	.darkbg p {
		font-size: 1em;
	}

	.container {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.rating {
		margin-left: 20px;
	}

	.icon {
		float: left;
		width: 50px;
		margin: 10px 15px 100px 0;
	}

	.col-lg-8 {
		padding: 0 20px !important;
	}

	.review-bg {
		padding: 50px 0 40px 0;
	}

	.review-bg h3 {
		font-size: 1.3em;
	}

	.flt-left {
		float: left;
	}

	.darkbg {
		min-height: 330px !important;
	}

	.feature-badge {
		float: right;
		margin-top: -150px;
		max-width: 120px;
	}

	.product {
		margin: 0 auto 20px auto !important;
	}

	.product1 {
		display: none;
	}

	.header-bg h1 {
		padding-left: 0;
	}

	.header-bg h3 {
		padding-left: 0;
		font-size: 1.25em;
	}

	.header-bg p {
		padding-left: 0;
	}

	.checkmark {
		max-width: 20px !important;
	}

	.darkbg h2 {
		padding: 20px 0;
		font-size: 2.2em !important;
	}

	.darkbg h4 {
		padding-left: 0;
	}

	.darkbg {
		padding: 30px 40px !important;
	}

	.icon {
		margin-left: -10px !important;
	}

	.product3 {
		max-width: 400px;
	}

	.product-features h1 {
		font-size: 2.2em;
	}

	.product-features h2 {
		font-size: 1.6em;
	}

	.tile-bg {
		padding: 20px;
	}

	.mleft {
		padding-left: 20px;
		margin-left: 15px;
	}
}

@media (max-width: 875px) {
	.col-sm-4 {
		width: 100% !important;
		max-width: 100 !important;
	}

	.icon {
		float: left;
		width: 80px;
		margin: 0px 15px 40px 0;
	}

	.bottom-product {
		max-width: 290px;
		margin-right: 20px;
		float: left;
	}
}

@media (max-width: 837px) {
	.product-features h2 {
		font-size: 1.6em;
	}
}

@media (max-width: 767px) {
	.mobile-none {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	.tablet-right {
		float: none;
		max-width: 70%;
	}

	.tile-bg {
		padding: 20px 5px;
	}

	.mobile-product {
		max-width: 50%;
	}

	.review-big {
		font-size: 1.3em !important;
	}

	.review-bg h1 {
		font-size: 2.8em;
	}

	.product-features h3 {
		margin-bottom: 20px;
	}

	.share {
		display: none;
	}

	.m-top {
		margin-top: 5px;
	}

	.summary h2 {
		margin-top: 30px;
	}

	.feature-inv {
		margin-top: -180px;
	}

	.feature2 {
		margin-right: 130px;
	}

	.top-rated {
		padding-bottom: 0 !important;
	}

	.top-rated h1 {
		font-size: 2.6em;
		padding: 0;
		margin-top: 40px;
	}

	.top-rated p {
		font-size: 1.1em;
		margin-top: 10px;
	}

	.orangebar {
		margin-left: 0;
	}

	.feature-badge {
		float: none;
		margin-top: -0px;
		max-width: 140px;
	}

	.product-features h3 {
		margin-right: 0;
	}

	.flt-left {
		float: none;
		margin-bottom: 20px !important;
	}
}

@media (max-width: 600px) {
	.mobile-center {
		text-align: center;
		margin: 0 auto !important;
	}

	.header-bg h1 {
		font-size: 2.4em;
		margin-top: 15px !important;
		padding-left: 0;
	}

	.header-bg h3 {
		margin-top: 30px;
		font-size: 1.4em;
		padding-left: 0;
	}

	.header-bg p {
		font-size: 1.1em;
		font-weight: 400;
		padding-left: 0;
	}

	.m-left {
		margin-left: 20px;
	}

	.checkmark {
		margin-left: 10px;
	}

	.cta-bar p {
		font-size: 1.1em;
	}

	.darkbg p {
		font-size: 1em;
		margin-bottom: 18px;
	}

	.tile-bg {
		padding: 20px 5px 0px 5px;
		min-height: 340px;
	}

	.flt-left {
		float: none;
		margin-bottom: 20px !important;
	}

	.mobile-product {
		max-width: 90%;
	}

	.social-buttons {
		display: none;
	}

	.mobile-np {
		padding-left: 0 !important;
	}

	.m-bottom {
		margin-bottom: 15px !important;
	}
}

/* Mobile Devices */

@media (max-width: 460px) {
	p {
		font-size: 1em;
		font-weight: 400;
	}

	.top-bar {
		padding: 0 !important;
		max-height: 65px !important;
	}

	.logo {
		margin-top: -5px;
	}

	.tablet-right {
		float: none;
		max-width: 100%;
	}

	.phone {
		display: block;
		max-width: 180px;
		margin: 0 auto;
		margin-bottom: -10px;
	}

	.header-bg {
		padding-bottom: 0;
	}

	.header-bg h3 {
		font-size: 1.2em;
		margin-top: 10px;
	}

	.mobile-product {
		max-width: 100%;
	}

	.container {
		padding: 15px !important;
	}

	.icon {
		max-width: 60px;
	}

	.icon-sm {
		max-width: 40px;
	}

	.button {
		padding: 15px 0;
		display: inline-block;
		width: 96%;
		font-size: 18px;
	}

	.reviews {
		padding: 10px 0;
	}

	.header-bg h1 {
		font-size: 2.6em;
		margin-top: -20px;
	}

	.header-bg h4 {
		font-size: 1.1em;
		margin-top: 20px;
		line-height: 130%;
	}

	.header-bg p {
		font-size: 1.15em !important;
		margin-bottom: 10px !important;
		font-weight: 700;
	}

	.checkmark {
		max-width: 40px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.icon-small {
		max-width: 60px !important;
		margin-bottom: 75px;
	}

	.review-bg {
		background: url('../img/reviews.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 15px 10px 10px 10px;
	}

	.review-bg h1 {
		font-size: 1.85em;
	}

	.review-bg h3 {
		font-size: 1.1em;
	}

	.review-big {
		font-size: 1.1em !important;
	}

	.rating {
		margin-left: 25px;
	}

	.author {
		margin-top: -20px;
	}

	.cta-bar {
		padding: 5px 0 0 0;
	}

	.cta-bar p {
		font-size: 1em;
		margin-bottom: 0;
	}

	.product-features h1 {
		font-size: 1.5em !important;
		margin-bottom: 10px !important;
	}

	.product-features h2 {
		font-size: 1.1em;
		line-height: 120%;
	}

	.product-features h3 {
		font-size: 1.1em;
	}

	.summary h2 {
		font-size: 2.6em;
	}

	.summary p {
		font-size: 1.15em;
	}

	.top-rated h1 {
		font-size: 1.5em !important;
		padding: 0 15px;
		margin-top: 10px !important;
	}

	.summary h3 {
		font-size: 1.2em;
	}

	.top-rated p {
		font-size: 1em;
		padding: 0 15px;
		margin-top: 10px;
	}

	.top-rated {
		padding: 10px 0 !important;
		margin: 30px 0 0 0;
	}

	.three-features p {
		font-size: 1em;
	}

	.review {
		font-size: 0.95em;
	}

	.three-features {
		padding: 1px 0 0 0;
	}

	.darkbg {
		padding: 20px 25px !important;
		margin-bottom: -20px !important;
	}

	.product-features h1,
	.product-features h2,
	.product-features h3 {
		padding: 0 20px;
	}

	.product-features {
		padding: 0;
	}

	.redbar {
		margin-left: 15px;
	}

	.check2 {
		margin-bottom: 40px !important;
	}

	.social-buttons {
		display: none;
	}

	.darkbg h2 {
		padding-left: 0 !important;
		font-size: 1.8em !important;
	}

	.darkbg h4 {
		font-size: 1.1em;
	}

	.feature2 {
		float: right !important;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.three-features h3 {
		font-size: 1.4em;
	}

	.bottom-product1 {
		display: none;
	}

	.darkbg,
	.bordered {
		margin: 0 2%;
	}

	.bordered {
		max-width: 96%;
	}
}

/* iPhones */
@media (max-width: 430px) {
	.container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.header-bg h1 {
		font-size: 2em !important;
	}

	.icon {
		margin-bottom: 30px;
	}

	.three-features p {
		font-size: 0.9em;
	}

	.cta-bar p {
		font-size: 0.85em;
	}

	.cta-bar {
		padding: 2px 0 0 0;
	}
}

/*iPhone 5 */
@media (max-width: 360px) {
	.container {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.header-bg h3 {
		font-size: 1.2em;
	}

	.button {
		font-size: 0.74em;
	}
}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.95);
	}
}
.reviews .row {
	display: flex;
}

.reviews .row img {
	max-height: 150px;
	max-width: 150px;
	margin-right: 20px;
}

@media (max-width: 768px) {
	.reviews .row {
		flex-direction: column;
	}

	.reviews .row img {
		max-height: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.author {
		margin-top: 0;
	}
}
