h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #1f1f1f;
	margin: 0;
	letter-spacing: 0.5px;
}

p {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	line-height: 1.7;
	letter-spacing: 0;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
}

.grey-box {
	padding: 20px 0 !important;
	background-color: rgb(45, 45, 45);
	color: #fff;
}

.page-section-img {
	text-align: right;
}

.grey-box h2 {
	color: #fff;
}

.grey-box ul li::before {
	color: transparent;
	background: url(../img/check_green.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	margin-right: 1em;
}

.right li::before {
	color: transparent;
	background: url(../img/check_green.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}

.lgrey-box {
	background-color: #f1f1f1;
	padding: 0 30px;
	-webkit-box-shadow: 0px 0px 22px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 22px 3px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.wrong li {
	margin-left: 1em;
}

.wrong li::before {
	color: transparent;
	background: url(../img/cross.png) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	top: 8px;
	position: relative;
	margin-right: 4px;
}

.center {
	text-align: center;
	margin: 20px auto;
}

.goog-te-gadget-simple {
	border: none !important;
	background: transparent !important;
}

.goog-te-gadget-simple img {
	display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span {
	padding-right: 5px;
}

.goog-te-gadget-simple .goog-te-menu-value [style="color: rgb(255, 255, 255);"] {
	color: rgb(255, 255, 255) !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3) {
	display: none;
}

.goog-te-gadget-simple .goog-te-menu-value,
.goog-te-gadget-simple .goog-te-menu-value span {
	color: #000 !important;
}

.goog-te-menu-value {
	padding: 10px 0 !important;
	display: block;
}

/* Bootstrap Overrides */

/* .container { */
/* max-width: 1200px; */
/* } */

html {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a {
	color: #000;
}

a:hover {
	color: #51b950;
}

a.link-blue {
	color: #1e73be;
	font-size: 18px;
	text-decoration: underline;
}

.btn,
a.btn {
	font-family: 'Poppins', sans-serif;
	border-radius: 5px 5px 5px 5px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .5px;
	text-decoration: none;
	outline: none;
	padding: 20px 26px;
	position: relative;
	text-transform: uppercase;
	background-color: #51b950;
	border-color: #51b950;
	border-width: 1px;
	border-style: solid;
	color: #ffffff;
	transition: all 0.3s;
	margin-bottom: 6px;
	outline: none;
	line-height: 14px;
	cursor: pointer;
}



.btn-primary,
a.btn-primary {
	background-color: rgba(255, 255, 255, 0.5);
	border-color: #753BBD;
	color: #753BBD;
	font-size: 18px;
	padding: 10px 24px;
}

.btn-secondary {
	/* background-color: transparent;
	border: 3px solid #1e73be;*/
	color: #1e73be;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 48px;
}

.btn-green,
a.btn-green {
	background: #51b950;
	border-color: #51b950;
	color: #fff;
	padding: 10px 24px;
}

.btn-primary:hover,
a.btn-primary:hover,
.btn-secondary:hover {
	background-color: #51b950;
	border-color: #51b950;
	color: #fff;
}

.btn-green:hover,
a.btn-green:hover,
.btn-secondary:hover,
a.btn-secondary:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border-color: #51b950;
	color: #51b950;
}

/* .btn-blue { */
/* background-color: #1e73be; */
/* border-color: #1e73be; */
/* color: #fff; */
/* font-size: 24px; */
/* padding: 14px 26px; */
/* } */

/* .btn-blue:hover { */
/* background-color: #fff; */
/* border-color: #b6bfdd; */
/* color: #1e73be; */
/* } */

.navbar {
	padding: 12px;
}

ul {
	list-style: none;
}

ul li::before {
	content: "\2022";
	color: #51b950;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	margin-left: -1em;
}


/* Custom Classes */

.link-text {
	margin-top: 40px;
}

.img-border {
	border-radius: 30px;
	border-style: solid;
	border-width: 10px;
}

.img-border.border-white {
	border-color: #fff;
}

.img-border.border-gray {
	border-color: #f5f5f5;
}

.text-green {
	color: #753BBD;
}

body {
	color: #181f2e;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}

p {
	line-height: 1.7;
}

.page-header {
	background-image: url('../img/home-header.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.home .page-header {
	background-position: center;
	background-size: cover;
	margin-bottom: 68px;
	line-height: 1.15;
}

/* .page-opportunity .page-header, */
/* .page-about .page-header { */
/* background-size: 100% 75%; */
/* } */

.template-1 .page-header {
	background-size: 100% 72%;
}

.template-2 .page-header {
	/* height: 668px; */
	margin-bottom: 142px;
}

.template-3 .page-header {
	height: auto;
}

#logo {
	background-image: url(../img/B-Epic_bmvmt_logos.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 203px;
	background-size: contain;
}

.nav-col-1 {
	display: flex;
	float: left;
	width: 64%;
}

.nav-col-2 {
	float: right;
	width: 36%;
	text-align: right;
}

.nav-col-2 p {
	font-size: 11px;
	margin-bottom: 8px;
}

.nav-col-2 a {
	font-size: 12px;
	padding: 8px 14px;
}

.logo-holder .logo-col {}

.logo-col {
	margin-right: 0px;
}

.logo-col #logo {
	padding: 0;
	text-indent: -999px;
}

.logo-col p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0;
}

.rep-col {
	margin-right: 6px;
}

.rep-col p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0;
}

.page-header nav a {
	color: #fff;
}

.navbar-top {
	background: rgba(0, 0, 0, .1);
	font-size: 14px;
}

.navbar-top .navbar {
	padding: 16px 0;
}

.navbar-top p {
	display: inline;
}

.navbar-top a {
	color: #fff;
}

.navbar-main {
	/* padding: 10px 0 10px; */
	background: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#main-navbar .nav-item {
	border-right: 1px solid #fff;
	padding: 0 20px;
}

#main-navbar .nav-item:last-child {
	border-right: none;
}

#main-navbar a {
	font-size: 18px;
	padding: 0;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(124, 124, 124, 0.75);
}

#main-navbar .nav-link:hover {
	text-decoration: underline;
}

.template-2 .navbar-main {
	padding-bottom: 110px;
}

.home-headline {
	padding: 36px 0;
}

.home-headline img {
	max-width: 85%;
}

.home-headline-text {
	padding: 40px 0 12px;
}

.home-headline-text small {
	font-size: 14px;
}


.home-headline-text span {
	color: #753BBD;
}

.headline-content div {
	background: url(../img/check.png) no-repeat top left;
	background-size: 25px;
	padding-left: 35px;
}

.headline-content h4 {
	color: #753BBD;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	margin-bottom: 0;
}

.headline-content p {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 28px;
}

.home-headline h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	margin: 20px 0;
}

/* .home-headline p { */
/* font-size: 18px; */
/* } */

.home-headline-btn {
	/* margin-top: 44px; */
}

.home-headline-btn > .btn {
	padding: 14px;
	width: 53%;
}

.home-headline-btn > .btn:first-child {
	/* margin-right: 3%; */
}

.page-headline-img {
	/* background-color: #fff; */
	/* border-radius: 20px; */
	/* padding: 10px; */
	text-align: center;
}

/* .temp-headline-1 .page-headline-img img { */
/* border-radius: 15px; */
/* } */

.template-2 .page-headline {
	background-color: #f5f5f5;
	color: #111;
}

.template-2 .page-headline-text {
	padding: 48px 0;
}

.template-2 .page-headline h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
}

.template-2 .page-headline-btn a {
	width: auto;
}

.template-2 .page-headline-img {
	position: absolute;
	top: -35px;
}



/* .home .page-body { */
/* background: #dddddd; */
/* background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 12%); */
/* background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 12%); */
/* background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 12%); */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); */

/* padding-top: 50px; */
/* } */

/* .page-section { */
/* padding: 140px 0 88px; */
/* position: relative; */
/* } */

.home .page-section {

	background-position: center 0;
	background-repeat: no-repeat;
	padding: 50px 0;
	position: relative;
}

.page .page-intro {
	padding: 54px 0;
}

.page .page-section {
	/* padding: 54px 0; */
	padding: 78px 0;
}

.page-section-divider {
	background-color: #51b950;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	border-radius: 5px 5px 0 0;
}

.page-divider-logo {
	margin-top: 52px;
}

.page-section.odd .page-section-divider {
	right: 0;
}

.page-section-inner {
	background: -moz-linear-gradient(-20deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 42%, rgba(58, 134, 207, 0.2) 100%);
	background: -webkit-linear-gradient(-20deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 42%, rgba(58, 134, 207, 0.2) 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 42%, rgba(58, 134, 207, 0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#333a86cf', GradientType=1);

	padding: 88px 0;
}

.page-section h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 52px;

}

.page-section p,
.section-products .page-section a,
.page-section ul,
.page-section h4 {
	font-size: 18px;
}

.page-section h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.page-section h4 {
	/* font-weight: bold; */
}

.page-section p,
.page-section ul {
	margin-bottom: 24px;
}

.page-section ul {
	padding-left: 14px;
}

h1.page-title,
.page-intro h2.page-section-title {
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	margin-bottom: 18px;
}

h1.page-title {
	margin-bottom: 36px;
	text-align: center;
}

.page-section-text p {
	/* margin-bottom: 50px; */
}

.page-section-text a.underlined {
	text-decoration: underline;
}

.the-proof-prod p strong {
	font-size: 16px;
}

.page-section img {
	/* border-radius: 10px; */
}

h2.section-title {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	margin: 30px 0;
}

h3.section-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	margin: 30px 0;
}

.section-headline {
	margin-bottom: 20px;
}

.section-headline-results {
	margin-bottom: 20px;
}

.section-headline h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 56px;
	margin: 0 0 10px;
	letter-spacing: 5px;
}

.section-headline h3 {
	color: #51b950;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 32px;
}

.section-headline p {
	font-size: 18px;
}

.area-products {
	line-height: 1.7;
}

.area-products p {
	line-height: 1.7;
}

.area-products .section-headline {
	background-image: url('../img/bg-jumping.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 850px;
	text-align: center;
}

.area-breaker {
	background-image: url('../img/for-footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	text-align: center;
	padding-top: 200px;
	margin-top: 80px;
}

.area-products .section-headline h2 {
	color: #753BBD;
	font-family: 'Poppins', sans-serif;
	font-size: 56px;
	margin-bottom: 48px;
}

.area-products .section-headline h3 {
	color: inherit;
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
}

.area-breaker h3 {
	color: inherit;
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
}

.area-breaker h3 {
	color: #fff;
}

.section-products .page-section-img {

	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
}

.section-products h2 {
	color: #753BBD;
	margin-top: 0;
}

.section-products .prod-name {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	margin-bottom: 10px;
	margin-top: 52px;
}

.section-products .page-section {
	padding: 0 0 60px;
}

.section-products .page-section img {
	margin: auto;
	max-width: 90%;
}

.area-results {
	background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 12%);
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 12%);
	background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 12%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
	padding-top: 60px;
}

.area-results .page-section-img img {
	max-width: 90%;
	margin-bottom: 15px;
}

.area-research-results {
	padding-top: 100px;
}

.supplement-fact img {
	max-width: 85%;
}

.area-results .section-headline {
	margin-bottom: 32px;
}

.area-results .page-section {
	padding-bottom: 0;
}

.section-testimonials .section-headline {
	margin-top: 100px;
}

.blockquote {
	background-color: #f8f8f8;
	background-image: url('../img/quote-bg.png');
	background-position: 36px 28px;
	background-repeat: no-repeat;
	border-radius: 50px;
	color: #1e1d1d;
	margin-bottom: 30px;
	padding: 68px 50px 50px;
}

.blockquote p {
	font-size: 18px;
}

.blockquote-footer {
	background-color: transparent;
	color: #1e1d1d;
	font-weight: bold;
	padding: 0;
}

.carousel-control-prev,
.carousel-control-next {
	top: -29px;
}

.carousel-control-prev {
	left: -30px;
}

.carousel-control-next {
	right: -30px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	filter: invert(1);
}

.the-proof-prod img {
	max-width: 70%;
}

.home .page-section.odd .page-section-text {
	/* padding-right: 56px; */
}

.home .page-section.even .page-section-text {
	/* padding-left: 56px; */
}

.page .page-section.even {
	background-color: #fbfbfb;
	position: relative;
}

.waves::after {
	content: "";
	background: url(../img/green-energy-22.png) no-repeat;
	width: 100%;
	height: 420px;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	opacity: 0.4;
}

.page-opportunity .page-section:nth-child(odd) .page-section-text {
	padding-left: 56px;
}

.page-opportunity .page-section:nth-child(even) .page-section-text {
	padding-right: 56px;
}

.page-opportunity .page-section:last-child {
	padding-bottom: 108px;
}

.page-opportunity .page-section:nth-child(2) .page-section-img {
	background-image: url('../img/opportunity-img-thumbsup.png');
	background-repeat: no-repeat;
	height: 100%;
}

.page-opportunity .page-section:nth-child(2) .page-section-text {
	margin-bottom: 55px;
}

.vision-text {
	margin-left: 16px;
}

.about-team-item {
	padding: 44px 0;
}

.about-team-item:last-child {
	padding-bottom: 0;
}

.page-section h2.about-team-item-title {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 32px;
}

.about-team-item-img img {
	border-radius: 0;
	width: 96%;
}

.about-team-item .page-divider-logo {
	margin: 80px 0;
	text-align: center;
}

.product-bulletpoints {
	margin: 44px 0;
}

.bulletpoint-item {
	background-image: url('../img/icon-nutrinrg.png');
	background-position: center 0;
	background-repeat: no-repeat;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	border-top: none;
	padding-top: 64px;
}

.bulletpoint-item:first-child {
	border-left: none;
}

.bulletpoint-item:last-child {
	border-right: none;
}

.bulletpoint-title {
	color: #1e73be;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
}

.product-item {
	padding: 44px 0;
}

.product-item:nth-child(even) .product-item-img {
	text-align: right;
}

.product-item-img img {
	width: 100%;
}

.section-title,
.product-item-title {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	margin-bottom: 30px;
}

.product-item-text p {
	font-size: 18px;
}

.product-item-text ul {
	font-size: 18px;
	margin-top: 28px;
	padding-left: 18px;
}

.product-item .page-divider-logo {
	margin-top: 94px;
}

.list-space li {
	margin-bottom: 28px;
}

.list-space-2 li {
	line-height: 2;
}

.list-space-25 li {
	line-height: 2.5;
}

.contact-list li {
	line-height: 2;
}

.page-contact .page-content a {
	color: #181f2e;
}

.page-contact .page-section {
	padding-top: 28px;
}

.contact-links {
	margin-left: 28px;
}

.page-terms .page-content a,
.page-privacy .page-content a {
	color: inherit;
}


/* Footer */

footer {
	background-color: #000;
	color: #fff;
	margin-top: 40px;
	padding: 50px 0 36px;
}

/* footer a { */
/* color: #fff; */
/* font-size: 18px; */
/* } */

footer a {
	color: #51b950;
}

.footer-nav {
	margin-bottom: 30px;
}

.footer-section h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#footer-logo {
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 72px;
	width: 220px;
}

.footer-social {
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 32px;
	margin: 0 10px;
	width: 32px;
}

#footer-fb {
	background-image: url('../img/icon-social-fb.png');
}

#footer-ig {
	background-image: url('../img/icon-social-ig.png');
}

.copyright-wrap,
.disclaimer-wrap {
	font-size: 12px;
	/* margin: auto; */
	text-align: center;
	/* width: 820px; */
}

.disclaimer-wrap {
	/* margin-bottom: 36px; */
}

.copyright-wrap hr {
	background: #3c3c3c;
}

.disclaimer-wrap p {
	/* line-height: 2.2; */
}

.copyright {}

.footer-nav div .col-md-3:nth-child(2),
.footer-nav div .col-md-3:nth-child(3) {
	border-left: 1px solid #e9e9e9;
}


.single-header-img {
	display: none;
}

.hide-desktop {
	display: none;
}

.static-content {
	padding: 20px;
}

.the-proof-prod p {
	margin-bottom: 5px;
}

.area-breaker p img {
	max-width: 35%;
}

sup {
	font-size: 50%;
}

.show-mobile {
	display: none;
}

.custom-br-v2 {
	display: none;
}

/* Responsive */



@media (min-width: 1230px) {

	.container {
		min-width: 1200px;
	}

}


@media (max-width: 1229px) {

	.home-headline-text {
		padding: 16px 0;
	}

}


@media (max-width: 1199px) {

	.page-section-divider {
		/* width: 41%; */
	}

	.page-section h2 {
		font-size: 26px;
		margin-bottom: 16px;
	}

	.home .page-header {
		/* height: 620px; */
	}

	.navbar-main {
		/* padding: 20px 0; */
	}

	.home-headline-text {
		/* padding: 0; */
	}

	.home-headline-text h1 {
		font-size: 36px;
	}

	.home .page-body p {
		font-size: 16px;
		line-height: 1.7;
	}

	.home .page-section.odd .page-section-text {}

	.home .page-section.even .page-section-text {
		/* padding-left: 46px; */
	}

	.area-products .section-headline {
		margin-bottom: 40px;
	}

	.section-products {
		margin-bottom: 80px;
	}

	.section-products .page-section {
		padding: 0;
	}

	.template-2 .navbar-main {
		padding-bottom: 52px;
	}

	.template-2 .page-header {
		margin-bottom: 100px;
	}

	.template-2 .page-headline-text {
		padding: 24px 0;
	}

	.template-2 .page-headline h1 {
		font-size: 30px;
	}

	.template-2 .page-headline-btn .btn {
		margin-top: 0;
	}

	.template-2 .page-headline-img {
		top: -20px;
	}

}

@media (max-width: 991px) {

	body {
		font-size: 16px;
	}

	p {
		line-height: 1.5;
	}

	.home .page-body p {
		font-size: 16px;
	}

	.navbar-top {
		font-size: 12px;
	}

	.navbar-top .navbar {
		padding: 14px 0;
	}

	#logo {
		/* background-size: contain; */
		/* height: 43px; */
	}

	#main-navbar a {
		font-size: 14px;
	}

	.home .page-header {
		/* height: 460px; */
	}

	.home-headline {
		padding: 0;
	}

	.home-headline-text h1 {
		font-size: 28px;
		margin-bottom: 12px;
	}

	.home-headline-text .btn {
		margin-top: 0;
		padding: 6px 14px;
	}

	.page-section h2 {
		font-size: 28px;
		margin-top: 40px;
	}

	.page-section h3 {
		font-size: 18px;
	}

	.page-section-img {
		text-align: center !important;
	}

	.d-flex {
		display: block !important;
		padding-top: 20px;
	}

	.img-fluid {
		padding-top: 30px;
	}

	.home .page-section {
		padding-bottom: 40px;
	}

	.section-headline {
		margin-bottom: 54px;
	}



	.section-headline h2 {
		font-size: 34px;
	}

	.section-headline h3 {
		font-size: 22px;
	}

	.area-products .section-headline {
		height: 430px;
		padding: 96px 0;
	}

	.area-breaker {
		height: 430px;
		padding: 96px 0;
	}

	.area-products .section-headline h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.area-breaker h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.area-products .section-headline h3 {
		font-size: 32px;
	}

	.area-breaker h3 {
		font-size: 32px;
	}

	.section-testimonials .section-headline {
		margin-top: 32px;
	}

	.template-2 .page-headline-text {
		padding: 18px 0;
	}

	.template-2 .page-headline h1 {
		font-size: 22px;
	}

	.template-2 .page-headline-btn .btn {
		padding: 6px 14px;
		width: 100%;
	}

	.copyright-wrap,
	.disclaimer-wrap {
		width: auto;
	}

}

@media (min-width: 822px) {
	.showOnMobil {
		display: none !important;
	}
}

@media (max-width: 820px) {
	.hideOnMobil {
		display: none !important;
	}

	showOnMobil {
		display: block;
	}
}

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

	.area-breaker {
		padding-top: 35%;
		margin-top: 0;
		margin-bottom: 50px;
	}

	.custom-br {
		display: none;
	}

	.custom-br-v2 {
		display: block;
	}

	.the-proof-prod img {
		max-width: 100%;
	}

	.supplement-fact img {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.area-results .page-section-img img {
		max-width: 100%;
	}

	.show-mobile {
		display: block;
	}

	.area-research-results {
		padding-top: 20px;
	}

	.page-section-text ul li,
	.page-section-text a {
		font-size: 16px;
	}

	.section-products .page-section img {

		max-width: 100%;
	}

	.home-headline img {
		max-width: 100%;
	}


	.single-header-img {
		display: block;
	}

	.home .page-header {
		background: #f3f3f3;
		background-position: 44%;
		height: auto;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	.home-headline-text {

		margin-top: 15px;

	}

	.home-headline-text h1 {
		/* margin-top: 26px; */
		text-align: center;
	}

	.btn-green {
		margin-top: 10px;
		padding: 14px;
		width: 100%;
	}

	.navbar {
		/* display: block; */
		/* flex-wrap: nowrap; */
		padding: 12px 0;
	}

	#main-navbar {
		background-color: rgba(255, 255, 255, 0.9);
		left: 0;
		padding: 0 20px;
		position: absolute;
		text-align: center;
		top: 58px;
		width: 100%;
		z-index: 1;
	}

	#logo {
		/* width: 50%; */
		width: 130px;
		margin-bottom: 10px;
	}

	#main-navbar .nav-item {
		border-bottom: 1px solid #a7bed3;
		border-right: 0;
		padding: 12px 20px;
	}

	#main-navbar .nav-item:last-child {
		border-bottom: 0;
	}

	#main-navbar a {
		font-size: 16px;
	}

	.template-2 .page-headline-img {
		position: inherit;
	}

	.template-2 .page-headline-text {
		padding-top: 0;
	}

	.template-2 .page-headline-btn .btn {
		padding: 14px 26px;
		margin: 20px 0;
	}

	.page-header nav a {
		color: #fff;
		text-shadow: none !important;
	}

	.home .page-section {
		padding: 16px 0 24px;
	}

	.home .page-body {
		padding-top: 30px
	}

	.page-section h2 {
		text-align: center;
	}

	.section-headline {
		margin-bottom: 26px;
	}

	.area-products .section-headline,
	.area-breaker .section-headline {
		height: auto;
		/* padding: 60px 0; */
		background: none;
	}

	.area-products .section-headline h2,
	.area-breaker h2 {
		font-size: 28px;
	}

	.area-products .section-headline h3,
	.area-breaker h3 {
		font-size: 26px;
	}

	.section-products {
		margin-bottom: 40px;
	}

	.section-products h2 {
		margin-top: 16px;
	}

	.section-products .prod-name {
		font-size: 32px;
		margin-top: 12px;
	}

	.area-results .home-headline-btn {
		margin-bottom: 40px;
	}

	.btn-secondary {
		width: 100%;
	}



	/* .home-sections .odd .order-1 {order: 2;} */
	/* .home-sections .odd .order-2 {order: 1;} */

	.page-section-img {
		margin-bottom: 20px;
	}

	.page-section-inner {
		padding: 0px 0px 30px;
	}

	.footer-nav {
		text-align: Center;
	}

	#footer-logo {
		background-position: center;
		margin: 0 auto;
	}

	.footer-section ul li {
		padding: 5px 0;
	}


	/* SHOP PAGE */
	.template-2 .page-header {
		margin-bottom: 30px;
	}

	.product-bulletpoints {
		margin: 40px 0 20px;
	}

	.bulletpoint-item {
		padding-bottom: 20px;
	}

	.product-item {
		padding: 25px 0;
	}

	.product-section-2 .order-1 {
		order: 2;
	}

	.product-section-2 .order-2 {
		order: 1;
	}

	.product-item .page-divider-logo {
		margin-top: 30px;
	}

	.btn-primary {
		width: 100%;
	}

	.product-item-img {
		margin-bottom: 20px;
	}

	/* ABOUT */
	.page .page-intro {
		padding: 20px 0;
	}

	.vision-section {
		margin-top: 30px;
	}

	.vision-img {
		margin-bottom: 20px;
	}

	.page .page-section {
		padding: 0 0;
	}

	.about-team-item {
		padding: 40px 0 0px;
	}

	.about-team-item-img img {
		width: 100%;
		margin-bottom: 20px;
	}

	/* CONTACT */
	.contact-info {
		padding: 20px 0;
	}

	.contact-links {
		margin-left: 0;
		padding: 20px 0;
	}

	/* OPPORTUNITY */
	.page-opportunity .page-intro {
		padding: 20px 0 50px;
	}

	.page-opportunity .page-section:nth-child(odd) .page-section-text {
		padding-left: 15px;
	}

	.page-opportunity .page-section:nth-child(even) .page-section-text {
		padding-right: 15px;
	}

	.opportunity-section-2 {
		margin-top: 30px;
	}

	.opportunity-section-2 .order-1 {
		order: 2;
	}

	.opportunity-section-2 .order-2 {
		order: 1;
	}

	.page-opportunity .page-section:last-child {
		padding-bottom: 0;
	}

	.btn-blue {
		width: 100%;
	}

	/* Terms Condition */
	.page-terms .page-body {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	/* Privacy */
	.page-privacy .page-body {
		margin-top: 30px;
		margin-bottom: 50px;
	}


}


@media (max-width: 575px) {

	.home .page-header {
		background-position: 20%;
	}

	.home .page-body {
		padding-top: 10px;
	}

	.headline-content h4 {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.headline-content p {
		font-size: 16px;
		line-height: 1.2;
	}

	.section-headline h2 {
		font-size: 28px;
	}

	.section-headline h3 {
		font-size: 24px;
	}

	.area-products .section-headline {
		padding: 0;
	}

	.section-products .page-section-img {
		margin: 0;
	}

	.carousel-control-prev {
		left: -16px;
	}

	.carousel-control-next {
		right: -16px;
	}

}
