/* LightBox E */
div.lightBox,
div.lightBox2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	padding: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
	transition: all ease-in-out 0.75s;
	overflow: hidden;
}

div.lightBox div.lightBoxContent,
div.lightBox2 div.lightBoxContent2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 630px;
	height: 830px;
	padding: 0;
	z-index: 9999;
	clear: none;
	background-color: black;
	border: 4px solid white;
	color: white;
	vertical-align: middle;
	text-align: center;
	opacity: 0;
	transition-delay: 0.25s;
}

div.lightBox div.lightBoxContent {
	transition: all linear 1.0s;
}

div.lightBox div.lightBoxContent img {
	margin-top: -29px;
}

div.lightBox.view,
div.lightBox2.view {
	display: block;
	width: 100vw;
	height: 100vh;
	transition: all ease-in-out 0.25s;
}

div.lightBox2 div.lightBoxContent2 {
	height: 0;
	width: 0;
	transition: all linear 0.25s;
}

div.lightBox.view div.lightBoxContent {
	opacity: 1.0;
	transition: all linear 1.0s;
	transition-delay: 0.25s;
}

div.lightBox2 div.lightBoxContent2 {
	opacity: 1.0;
	transition: opacity linear 0.25s;
	width: 420px;
	height: 323px;
	background: white;
	border-radius: 10px;
	text-align: center;
}

div.lightBox2.view div.lightBoxContent2 {
	opacity: 1.0;
	transition: opacity linear 0.25s;
}

div.lightBox2 div.lightBoxContent2 img.callLogo {
	width: 90%;
	display: block;
	margin: 15px auto 0;
}

div.lightBox2 div.lightBoxContent2 img.callBottles,
div.lightBox2 div.lightBoxContent2 img.callRep {
	display: inline-block;
	width: 39%;
	margin-bottom: 7px;
}

div.lightBox2 div.lightBoxContent2 img.callRep {
	margin-left: -28px;
	margin-top: 5px;
}

div.lightBox2 div.lightBoxContent2 img.callBottles {
	float: right;
	margin: 13px 26px 0 0;
}

div.lightBox2 div.lightBoxContent2 span.close {
	margin: -20px -20px 0 0;
}

div.lightBox2 div.lightBoxContent2 ul {
	display: block;
	border-radius: 0 0 10px 10px;
	width: 100%;
	height: 65px;
	margin-top: -2px;
}

div.lightBox2 div.lightBoxContent2 li {
	background: #188b99;
	width: 49.5%;
	height: 100%;
	line-height: 64px;
	font-size: 18px;
	letter-spacing: 1px;
	transition: background linear 0.25s;
	cursor: pointer;
}

div.lightBox2 div.lightBoxContent2 li:first-child {
	border-radius: 0 0 0 8px;
	float: left;
}

div.lightBox2 div.lightBoxContent2 li:last-child {
	border-radius: 0 0 8px 0;
	float: right;
}

div.lightBox2 div.lightBoxContent2 li img {
	width: 30px;
	margin: 0 5px 0 -10px;
}

div.lightBox2 div.lightBoxContent2 li:hover {
	background: #f0a81d;
	transition: background linear 0.25s;
}

div.lightBox2 div.lightBoxContent2 a {
	color: inherit;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.close {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	opacity: 1;
	border: 2px solid white;
	border-radius: 50%;
	padding: 10px;
	opacity: 0.75;
	transition: all linear 0.25s;
	margin: 20px 20px 0 0;
	background: #000;
	z-index: 1111;
}

.close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close::before,
.close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
}

.close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close::before,
.close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 60%;
	top: 50%;
	left: 20%;
	margin-top: -1px;
	background: #fff;
}

.close:hover {
	opacity: 1;
	transition: all linear 0.25s;
}



/* Menu E */
div.navbar_wrapper div.container {
	padding: 0;
	width: 100%;
}

div.navbar_wrapper {
	min-height: 45px;
	overflow: visible;
}

section.subMenu {
	position: relative;
	width: 100%;
	background: #1b2124;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	overflow: visible;
	box-sizing: border-box;
}

section.subMenu ul {
	box-sizing: border-box;
	width: 100%;
	/*width:1144px;*/
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	z-index: 8888;
	overflow: visible;

}

section.subMenu ol {
	padding: 0;
}

section.subMenu ol:first-child {
	width: 85%;
	float: left;
}

section.subMenu ol:last-child {
	width: 15%;
	float: right;
	height: 45px;
}

section.subMenu li.menu {
	display: none;
}

section.subMenu li {
	width: 16.75%;
	font-weight: lighter;
	height: 45px;
	line-height: 50px;
	font-size: inherit;
	display: inline-block;
	font-weight: 400;
	float: left;
	text-align: center;
	color: #ddd;
	background: transparent;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: 0 1px 0 black;
	letter-spacing: 1px;
	transition: background linear 0.5s, color linear 0.5s;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	z-index: 8888;
	cursor: pointer;
	position: relative;
	z-index: 7777;
}

section.subMenu li:hover {
	cursor: pointer;
	background: #1f262b;
	color: #90a2b7;
	transition: background linear 0.2s, color linear 0.2s;
}

section.subMenu li:last-child {
	width: 16%;
	transition: all linear 0.25s;
	/*
	float: right;
	right:0.4%;
	*/
	overflow: hidden;
}

section.subMenu ol:last-child li {
	width: 100%;
	padding: 0;
	float: none;
}

section.subMenu ol:last-child li:last-child:before {
	content: "\A";
	width: 0;
	height: 0;
	display: inline-block;
	position: relative;
	border-style: solid;
	border-width: 7px 0px 7px 10px;
	border-color: transparent transparent transparent #90a2b7;
	top: 3px;
	right: 5px;
	transition: all linear 0.25s;
}

section.subMenu ol:last-child li:last-child:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all linear 0.25s;
}

section.subMenu ol:last-child li:last-child:hover {
	height: 314px;
	transition: all linear 0.25s;
}

section.subMenu.fixed ol:last-child {
	height: 100px;
}

section.subMenu.fixed ol:last-child li:last-child:hover {
	height: 344px;
}

section.subMenu ul li a {
	margin: 0 auto;
	padding: 0;
	font-weight: 400;
	font-size: 10px;
	display: block;
	color: #ddd;
	transition: all linear 0.25s;
	border-top: 1px solid #2b3235;
	height: 45px;
	line-height: 51px;
	background: #1b2124;
}

section.subMenu ul li a:hover {
	background: #1f262b;
	color: #90a2b7;
	transition: all linear 0.25s;
}

section.subMenu ul li a:first-child {
	margin-top: -11px;
}

section.subMenu.fixed ul li a:first-child {
	margin-top: -2px;
}

section.subMenu object {
	display: none;
}

section.subMenu div.img {
	display: none;
}

section.subMenu span {
	display: none;
}

section.subMenu.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background: #111;
	border-bottom: 1px solid #333;
	height: 72px;
	background: #1b2124;
	overflow: hidden;
	-webkit-animation: revealMenu 1s linear forwards;
	-moz-animation: revealMenu 1s linear forwards;
	-ms-animation: revealMenu 1s linear forwards;
	-o-animation: revealMenu 1s linear forwards;
	animation: revealMenu 1s linear forwards;
	height: 0;
}

@keyframes revealMenu {
	0% {
		overflow: hidden;

	}

	90% {
		height: 72px;
	}

	100% {
		height: 72px;
		overflow: visible;
	}
}

section.subMenu.fixed span {
	opacity: 0;
	animation: showSpan 1s linear forwards;
	animation-delay: 1s;
}
@keyframes showSpan {
	to {
		opacity: 1.0
	}
}
section.subMenu.fixed ul {
	height: auto;
	width: 1400px;
	margin-left: -100px;
	cursor: pointer;
}
section.subMenu.fixed div.img {
	width: 200px;
	height: 70px;
	background-image: url('https://rexmdhealth.com/images/logowhite.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 30px;
	top: 0px;
	display: inline-block;
}
section.subMenu.fixed span {
	display: inline-block;
	width: 180px;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	height: 72px;
	line-height: 68px;
	width: 180px;
	float: right;
	margin-left: -100%;
	cursor: pointer;
}
section.subMenu.fixed span:hover {
	background: #39414a !important;
}
section.subMenu.fixed span object {
	float: left;
	display: inline;
	margin: 16px -20% 0 50px;
	height: 35px;
}
section.subMenu.fixed span.orderNow {
	background: #1f3135;
}
section.subMenu.fixed span.callUs {
	background: #1e262b;
	margin-right: 180px;
}
section.subMenu.fixed li {
	position: relative;
	z-index: 1111;
	height: 70px;
	line-height: 74px;
	cursor: pointer;
}
section.subMenu.fixed li:hover {
	background: #1e262b;
}
section.subMenu.fixed li.active {
	color: #90a2b7;
}
.banner_content .banner_img {
	display: none;
}
/* Mobile Menu E */

.hamburger {
	top: 35%;
	left: 10%;
	width: 50px;
	height: 6px;
	background: #FCFCFC;
	position: absolute;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
	z-index: 9999;
	text-align: left;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}
.hamburger:before {
	top: -16px;
}
.hamburger:after {
	top: 16px;
}
.icon-one {
	position: absolute;
	top: 6%;
	left: 0%;
	width: 65px;
	height: 45px;
	cursor: pointer;
	float: right;
	display: none;
	z-index: 9999;
}
.hamburger-one:before,
.hamburger-one:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 6px;
	background: #FCFCFC;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: 0.5s;
}
.icon-one.active-one .hamburger-one {
	background: rgba(0, 0, 0, 0);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
.icon-one.active-one .hamburger-one:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.icon-one.active-one .hamburger-one:after {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
div.health_left ul {
	text-shadow: 0 1px 0 black;
}
/* Footer CSS */
div.footer {
	width: 100%;
	text-align: left;
	padding-top:30px;
}
div.footer ul {
	font: 14px/14px 'Lato', sans-serif;
	width: 200px;
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
}
div.footer ul:first-child {
	margin-left: 30px;
}
div.footer li {
	margin-left: 15px;
	line-height: 30px;
}
div.footer li:first-child {
	margin-left: 0;
}
div.footer strong {
	font-size: 14px;
	color: #3999a7;
	text-transform: uppercase;
	font-weight: lighter;
}
div.footer li a {
	font-size: 12px;
}
div.footer a {
	color: #979797;
	width: auto;
	height: auto;
}
div.footer span {
	float: right;
	width: 200px;
	height: auto;
	text-align: right;
	top: 0;
	margin-top: 0;
	font-size: 18px;
}
div.footer span:last-child {
	margin-top: -100px;
}
div.footer span:last-child img {
	width: 40px;
	margin-top: 15px;
	margin-right: 6px;
}
div.footer strong {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-top: -20px;
}
div.footer img {
	width: 100%;
}
div.sources {
	width: 100%;
	text-align: center;
	color: grey;
	font-size: 18px;
	text-transform: uppercase;
	height: 40px;
	margin-top: -10px;
	overflow: hidden;
	border-bottom: 4px solid #9aafc1;
	margin-bottom: 30px;
	transition: linear all 0.5s;
}
div.sources h6 {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	border-bottom: 1px solid grey;
}
div.sources p {
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 15px 20% 0;
}
div.sources p:after {
	content: '';
	margin: 0;
	width: 40%;
	height: 1px;
	display: inline-block;
	border-bottom: 1px solid #bbb;
}
div.sources p:last-child:after {
	border-bottom: none;
}
div.sources span.close {
	position: relative;
	opacity: 1.0;
	float: none;
	margin: 0;
	padding: 0;
	background: none;
	border: 1pt solid grey;
	width: 20px;
	height: 20px;
	transform: rotate(45deg) scale(0.8);
	top: 6px;
	transition: linear all 2s;
}
div.sources.reveal span.close {
	transform: rotate(-360deg) scale(0.8);
	transition: linear all 0.5s;
}
div.sources span.close:before,
div.sources span.close:after {
	background: grey;
}
div.sources.reveal {
	height: 2240px;
	transition: linear all 0.5s;
}
div.sources a {
	display: block;
	width: 190px;
	text-align: center;
	margin-top: 10px;
	color: white;
	background: #328E9D;
	margin: 16px auto 10px;
	padding: 10px 15px;
	letter-spacing: 1px;
	font-size: 10px;
	transition: all linear 0.25s;
	border-radius: 3px;
}
div.sources a:hover {
	background: #EE9E1C;
	transition: all linear 0.25s;
}
div.disclosure {
	margin-top: 30px;
	padding-top: 30px;
	background: #F9F9F9;
}
div.disclosure p.fda_verbiage {
	border: 2px solid #9aafc1;
    font-size: 1.0em;
    color: #000;
	line-height: 1.5em;
	width: 50%;
    margin-top: 20px;
}
div.disclosure p {
	color: #dfdfdf;
	font-size: 10px;
	width: 80%;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}
@media (max-width:991px) and (min-width:768px) {

	div.supplement_left,
	div.supplement_right {
		height: 710px;
	}
	div.supplement_left {
		padding-top: 205px;
	}
	div.health_wrapper {
		padding-bottom: 80px;
	}
	div.health_wrapper div.container {
		width: 800px;
	}
	div.health_wrap img.prod {
		top: 115px;
		position: relative;
	}
	div.health_wrap .health_left {
		padding-right: 0;
	}
}

@media (max-width:2000px) {
	section.subMenu.fixed ul {
		width: 1200px;
		margin-left: 0;
	}
	section.subMenu.fixed li {
		width: 15%;
		padding: 0;
	}
}
@media (max-width:1950px) {
	section.subMenu.fixed ul {
		width: 60%;
		margin-left: -6%;
	}
	section.subMenu.fixed li {
		width: 16%;
		padding: 0;
		font-size: 10px;
	}
}

@media (max-width:1600px) {
	section.subMenu.fixed ul {
		width: 65%;
		margin-left: -4%;
	}
	section.subMenu.fixed span {
		width: 140px;
	}
	section.subMenu.fixed span.callUs {
		background: #1e262b;
		margin-right: 140px;
	}
	section.subMenu.fixed span object {
		float: left;
		display: inline;
		margin: 16px -20% 0 17px;
	}
	section.subMenu.fixed div.img {
		width: 12vw;
	}
	section.subMenu.fixed span {
		width: 140px;
	}
	section.subMenu.fixed span.callUs {
		background: #1e262b;
		margin-right: 140px;
	}
	section.subMenu.fixed span object {
		float: left;
		display: inline;
		margin: 16px -20% 0 17px;
	}
	section.subMenu.fixed div.img {
		width: 12vw;
	}
}
@media (max-width:1400px) {
	section.subMenu.fixed {
		font-size: 10px;
	}
	section.subMenu.fixed ul {
		width: 79%;
		float: left;
		margin-left: 0%;
	}
	section.subMenu.fixed li {
		font-size: 10px;
		width: 16%;
	}
	section.subMenu.fixed ol:first-child li:first-child {
		margin-left: 0;
	}
	section.subMenu.fixed div.img {
		display: none;
	}
}

@media (max-width:1331px) {
	section.subMenu.fixed ul {
		width: 76%;
		float: left;
		margin-left: 0%;
	}
}
/* Responsive Menu E */
@media (max-width:1200px) {
	section.subMenu li {
		font-size: 10px;
	}
	section.subMenu.fixed ol:first-child {
		overflow: hidden;
		transition: all linear 0.25s;
	}
	section.subMenu.fixed li.menu {
		display: block;
	}
	section.subMenu.fixed ul {
		margin-left: 17%;
		width: 30%
	}
	section.subMenu.fixed ol {
		width: 50%;
		height: 72px;
		transition: all linear 0.25s;
	}
	section.subMenu.fixed ol:first-child:hover {
		height: 342px;
		transition: all linear 0.25s;
	}
	section.subMenu.fixed li {
		width: 100%;
		font-size: 10px;
		height: 45px;
		line-height: 51px;
		border-top: 1px solid #2b3235;
		background: #1b2124;
	}
	section.subMenu.fixed ol li:first-child {
		height: 72px;
		line-height: 74px;
		background: transparent;
		border-top: none;
	}
	section.subMenu.fixed li:hover {
		background: #1f262b;
	}
	section.subMenu.fixed div.img {
		display: block;
	}

	div.banner_content {
		width: 650px;
	}
	div.banner_img img {
		right: 30px;
	}
	div.footer ul {
		width: 180px;
	}
	div.footer span {
		width: 180px;
		margin-top: -14px;
		margin-left: -100%;
		margin-right: 30px;
	}
	div.footer span:last-child {
		margin-top: 20px;
		width: 18vw;
	}
	div.sources.reveal {
		height: 2350px;
	}
}

@media (max-width:991px) {
	section.subMenu ol:first-child {
		width: 140px;
		height: 40px;
		overflow: hidden;
		transition: all linear 0.25s;
	}
	section.subMenu ol {
		width: 50%;
	}
	section.subMenu ol li:last-child {
		width: 100%;
	}
	section.subMenu ol:first-child li {
		background: #1b2124;
	}
	section.subMenu ol:first-child:hover {
		height: 500px;
		transition: all linear 0.25s;
	}
	section.subMenu li.menu {
		display: block;
	}
	section.subMenu li {
		width: 100%;
		display: block;
		clear: left;
		letter-spacing: 0;
	}
	section.subMenu.fixed ul {
		margin-left: 18%;
	}
	div.banner_wrapper {
		height: 600px;
		padding-top: 0;
	}
	div.banner_content {
		width: 500px;
		margin-left: 0px;
		margin-top: 70px;
	}
	div.banner_img img {
		right: 10px;
		width: 200px;
		top: 110px;
	}
	div.banner_content h1 {
		width: 120%;
		font-size: 45px;
		text-align: center;
		margin-left: -10%;
	}
	div.banner_content ul li {
		font-size: 15px;
	}
	div.banner_content span {
		font-size: 17px;
	}
	div.footer ul {
		width: 150px;
		margin-left: 0;
	}
	div.footer ul:first-child {
		margin-left: 0px;
	}
	div.footer span {
		width: 140px;
		margin-top: -14px;
		margin-left: -100%;
		margin-right: 0px;
		font-size: 14px;
	}
	div.footer span:last-child {
		margin-top: 10px;
		width: 18vw;
	}
	div.footer span strong {
		font-size: 10px;
		position: relative;
		top: 7px;
	}
	div.footer span:first-child img {
		width: 140px;
	}
	div.footer span:last-child img {
		width: 29px;
		margin-top: 15px;
		margin-right: 10px;
	}
	div.sources.reveal {
		height: 2500px;
	}
}

@media (max-width:891px) {
	div.supplement_wrapper {
		background: #191E20;
	}
	div.supplement_left {
		height: 100%;
	}
	div.supplement_right {
		height: auto;
	}
}

@media (max-width:933px) {
	section.subMenu.fixed ul {
		width: 35%;
		margin-left: 30%;
	}
}

@media (max-width:920px) {
	section.subMenu.fixed li:first-child {
		margin-left: 4%;
	}
	section.subMenu.fixed li {
		margin-left: 0;
		padding: 0;
	}
	section.subMenu.fixed span.callUs {
		background: #1e262b;
		margin-right: 100px;
		width: 120px;
	}
	section.subMenu.fixed span {
		width: 100px;
	}
	section.subMenu.fixed div.img {
		width: 16vw;
	}
}

@media (max-width:800px) {
	section.subMenu.fixed ul {
		width: 45%;
		margin-left: 25%;
	}
	section.subMenu ul {
		font-size: 10px;
	}
}

@media (max-width:768px) {
	.health_wrap {
		width: 100%;
		padding: 40px 0px;
	}
}

@media (max-width:767px) {
	section.subMenu.fixed ul {
		margin-left: 24%;
		width: 40%;
	}
	div.lightBox div.lightBoxContent {
		width: 78vw;
		height: 100vw;
	}
	div.lightBox div.lightBoxContent img {
		width: 90%;
		position: absolute;
		top: 0%;
		bottom: 0;
		left: 0%;
		right: 1%;
		margin: auto;
	}
	/*
	div.banner_wrapper{
		height:645px;
		margin:0 auto;
		text-align:center;
	}
	*/
	div.banner_content {
		width: 580px;
		margin-top: 20px;
		right: -100%;
		float: none;
		display: inline-block;
	}
	div.banner_content div.banner_img {
		display: inline-block;
	}
	div.banner_img img {
		width: 180px;
		right: 2%;
		margin-top: -440px;
	}
	div.banner_content h1 {
		width: 500px;
		margin: 0 auto;
	}
	div.banner_content ul {
		width: 80%;
		margin-left: 50px;
	}
	div.banner_content li {
		width: 50%;
		font-size: 12px;
	}
	div.banner_content .btn-default {
		margin-top: -10px;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	div.health_left,
	div.health_right {
		width: 50%;
		margin: 0 auto;
		float: none;
		margin-left: 30%;
	}
	div.footer span strong {
		top: 20px;
	}
	div.footer span:last-child {
		margin-top: 25px;
	}
	div.footer span:last-child img {
		float: left;
		margin-top: 4px;
		margin-left: 3px;
		margin-right: 0;
	}
	div.disclosure p.fda_verbiage {
		width: 80%;
	}
}

@media (max-width:743px) {
	div.sources p {
		padding: 15px 40px 0;
	}
	div.sources.reveal {
		height: 2340px;
	}
}
@media (max-width:740px) {
	div.footer ul {
		width: 70%;
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	div.footer ul li {
		display: inline-block;
	}
	div.footer ul li:first-child {
		display: block;
	}
	div.footer ul li strong {
		margin-top: 0;
		display: block;
		margin-bottom: -10px;
	}
	div.footer ul:first-child {
		margin-left: 0px;
	}
	div.footer span {
		margin-top: -242px;
	}
	div.footer span:last-child {
		margin-top: -200px;
		width: 140px;
	}
	div.footer span strong {
		font-size: 10px;
		position: relative;
		top: 18px;
	}
	div.footer span:first-child img {
		width: 140px;
	}
	div.footer span:last-child img {
		width: 29px;
		margin-top: 4px;
		margin-right: 10px;
	}
}

@media (max-width:720px) {
	section.subMenu.fixed span {}

	section.subMenu.fixed ul {
		width: 44%;
		margin-left: 23%;
	}
	section.subMenu.fixed li {
		padding: 0 1.25vw;
	}
	section.subMenu.fixed li:first-child {
		margin-left: 0;
	}
	div.banner_wrapper {
		height: 645px;
		margin: 0 auto;
		text-align: center;
	}
	div.banner_content ul {
		width: 250px;
		margin-left: 100px;
	}
	div.banner_content ul li {
		float: left;
		width: 100%;
	}
	div.banner_content .btn-default {
		margin-left: -130px;
		width: 310px;
	}
	div.banner_img img {
		width: 150px;
		right: 7%;
		margin-top: -416px;
	}
}

@media (max-width:680px) {
	div.sources.reveal {
		height: 2380px;
	}
}

@media (max-width:640px) {
	section.subMenu.fixed div.img {
		display: none;
	}
	section.subMenu.fixed ul {
		width: 47%;
		margin-left: 2%;
	}
	div.banner_wrapper {
		height: 680px;
	}
	div.banner_content {
		width: 100%;
		margin: 20px auto 0;
	}
	div.banner_content h1 {
		width: 90%;
		margin: 0 auto 30px;
	}
	div.banner_content ul {
		width: 45%;
		margin-left: 15%;
	}
	div.banner_content li {
		height: 50px;
		line-height: 50px;
	}
	div.banner_img img {
		width: 150px;
		right: 10%;
		margin-top: -440px;
	}
	div.banner_content .btn-default {
		margin-left: -150px;
		margin-top: -10px;
	}
}

@media (max-width:632px) {
	div.footer span {
		margin-top: -247px;
	}
	div.footer span:last-child {
		margin-top: -210px;
	}
}

@media (max-width:600px) {
	div.banner_content {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		left: 0;
		right: 0;
		margin: 10px auto 0;
	}
	div.banner_content span {
		font-size: 21px;
		line-height: 28px;
		width: 92%;
		padding: 5px 10px;
	}
	div.banner_content h1 {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	/*
	.banner_content p{
		box-sizing: border-box;
		width:50%;
		left:-4%;
		font-size:3.4vw;
		line-height:180%;
		height:auto;
		vertical-align: middle;
		text-align:center;
		display: block;
		background-image:url('images/inrWellnessSingleBottle.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center right;
		width:100%;
		max-width:360px;
		padding:8% 30% 8% 0;
		margin:0 auto;
		margin-top:8%;
	}
	*/
	div.banner_img img {
		width: 30vw;
		margin-top: -410px;
		margin-right: -5vw;
	}
	div.banner_content ul {
		left: -6vw;
		width: 50%;
		margin-left: 10%;
	}
	div.banner_content ul li {
		padding-bottom: 0;
		line-height: 45px;
		font-size: 2.8vw;
	}
	div.banner_content ul li:before {
		margin: 5.5% 10px 0 -6px;
	}
	div.banner_content button.btn-default {
		margin-top: -30px;
		width: 60%;
		margin-left: 0;
		margin-left: -32.5vw;
	}
	/* Menu Respomsiveness */
	section.subMenu ul {
		width: 100%;
		overflow: hidden;
		margin-left: 0;
		height: 0;
	}
	section.subMenu ul.showEr {
		margin-left: 0;
		overflow: visible;
		transition: all linear 0.5s;
	}
	section.subMenu ul.showEr ol {
		width: 100%;
		display: block;
		width: 100%;
		margin-top: 80px;
		background: #1b2124;
		display: block;
		height: auto;
		margin-top: 0;
		float: none;
	}
	section.subMenu ul.showEr ol:first-child {
		height: 270px;
		border-bottom: 1px solid #2b3235;
	}
	section.subMenu.fixed ul.showEr ol:first-child {
		height: 420px;
	}
	section.subMenu ol:last-child li {
		margin-top: -1px;
	}
	section.subMenu ol:last-child li:last-child:before {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		transition: all linear 0.25s;
	}
	section.subMenu li:last-child {
		width: 100%;
	}
	section.subMenu li {
		position: relative;
		width: 100%;
		z-index: 8888;
		display: block;
		float: none;
		border-top: 1px solid #2b3235;
		color: #ddd;
		background: #1b2124;
		font-size: 10px;
	}
	/* Fixed Menu Responsiveness */
	section.subMenu ol:last-child li:last-child:hover {
		height: 328px;
	}
	section.subMenu.fixed .icon-one {
		top: 14px;
	}
	section.subMenu.fixed.showEr {
		height: auto;
		display: block;
	}
	section.subMenu.fixed ul {
		height: 0;
		width: 100%;
		font-size: 20pt;
		overflow: show;
	}
	section.subMenu.fixed div.img {
		display: none;
	}
	section.subMenu.fixed span.orderNow {
		background: #1f3135;
	}
	section.subMenu.fixed span.callUs {
		background: #1e262b;
		margin-right: 100px;
	}
	section.subMenu.fixed li {
		position: relative;
		z-index: 1111;
		height: 70px;
		line-height: 74px;
		cursor: pointer;
	}
	section.subMenu.fixed li:first-child {
		margin-left: 0;
	}
	section.subMenu.fixed li:hover {
		background: #1e262b;
	}
	section.subMenu.fixed li.active {
		color: #90a2b7;
	}
	/*
	div.banner_wrapper{
		background: url(images/headerBackgroundBrushed.png) no-repeat center bottom ; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	*/
	section.subMenu.fixed span {
		display: inline-block !important;
	}
	.icon-one {
		display: inline-block;
	}
	section.subMenu ul {
		height: 0;
		margin: 43px 0 0;
	}
	section.subMenu li.menu {
		display: none;
	}
	section.subMenu.fixed ul {
		margin: 70px 0 0;
	}
	section.subMenu.fixed.showEr ul {
		overflow: visible;
		left: 0;
		margin-left: 0;
	}
	section.subMenu.fixed.showEr ol:hover {
		height: auto;
	}
	section.subMenu.fixed.showEr ol:first-child li:first-child {
		display: none;
	}
	section.subMenu.fixed.showEr ol li:first-child {
		overflow: visible;
		margin-top: 0;
	}
	section.subMenu.fixed.showEr ol li,
	section.subMenu.fixed.showEr ol a {
		display: block;
		width: 100%;
		height: 70px;
		line-height: 74px;
		color: #eee;
	}
	section.subMenu.fixed.showEr ol:last-child li {
		margin-top: 0;
		height: 70px;
		line-height: 74px;
	}
	section.subMenu.fixed.showEr ol:last-child li:hover {
		height: 425px;
	}
	section.subMenu.fixed li {
		color: #eee;
	}
	section.subMenu.fixed ol li:hover,
	section.subMenu.fixed ol a:hover {
		color: #90a2b7;
	}
}
/*
@media (max-width:568px){
	.banner_content p{
		font-size:4vw;
		width:90%;
		max-width:360px;
		padding:12% 30% 12% 0;
		margin:0 auto;
		margin-top:8%;
	}
}*/
@media (max-width:628px) {
	div.sources.reveal {
		height: 2390px;
	}
}

@media (max-width:590px) {
	div.sources.reveal {
		height: 2460px;
	}
}

@media (max-width:586px) {
	div.footer span {
		margin-top: -310px;
	}
	div.footer span:last-child {
		margin-top: -272px;
	}
}

@media (max-width:545px) {
	div.footer span {
		margin-top: -340px;
	}
	div.footer span:last-child {
		margin-top: -302px;
	}
}

@media (max-width:555px) {
	div.sources.reveal {
		height: 2500px;
	}
}

@media (max-width:535px) {
	div.sources.reveal {
		height: 2560px;
	}
}

@media (max-width:502px) {
	div.banner_wrapper {
		padding-top: 30px;
	}
	div.banner_content h1 {
		font-size: 8vw;
		line-height: 10vw;
	}
	div.banner_content span {
		font-size: 3.7vw;
	}
	div.banner_content ul {
		width: 70%;
	}
	div.banner_content ul li:before {
		margin: 5% 10px 0 -6px;
	}
	div.banner_img img {
		width: 30vw;
		margin-top: -400px;
		margin-right: -8vw;
	}
	div.banner_content button.btn-default {
		font-size: 8vw;
		margin-left: -28vw;
	}
	div.footer ul {
		width: 100%;
	}
	div.footer span,
	div.footer span:last-child {
		margin-top: 0;
		display: block;
	}
	div.footer span {
		margin: 0;
		float: left;
		width: 194px;
	}
	div.footer span:last-child {
		float: right;
	}
	div.sources.reveal {
		height: 2590px;
	}
}

@media (max-width:488px) {
	div.sources.reveal {
		height: 2680px;
	}
}

@media (max-width:480px) {
	div.header_left {
		width: 45%;
		float: left;
	}
	div.header_right {
		width: 55%;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	.header_right ul {
		padding-top: 0;
	}
	div.banner_content button.btn-default {
		margin-left: 3vw;
	}
	div.banner_img img {
		margin-top: -560px;
		margin-right: -73vw;
	}
}

@media (max-width:480px) {
	div.banner_content button.btn-default {
		margin-left: -29vw;
	}
	div.banner_img img {
		margin-top: -402px;
		margin-right: -6vw;
	}
	div.sources.reveal {
		height: 2620px;
	}
}

@media (max-width:479px) {
	div.sources.reveal {
		height: 2640px;
	}
	div.banner_img img {
		margin-top: -552px;
		margin-right: -300px;
		width: 36vw;
	}
	div.banner_content button.btn-default {
		margin-left: 4vw;
	}
}

@media (max-width:478px) {
	div.sources.reveal {
		height: 2680px;
	}
}

@media (max-width:477px) {
	div.sources p {
		padding: 15px 0px 0;
	}
	div.sources.reveal {
		height: 2480px;
	}
}

@media (max-width:476px) {
	div.sources.reveal {
		height: 2500px;
	}
}

@media (max-width:457px) {
	div.sources.reveal {
		height: 2600px;
	}
	.refund_wrap .btn-default,
	.banner_content .btn-default {
		width: 70vw;
	}
}

@media (max-width:410px) {
	div.sources.reveal {
		height: 2640px;
	}
}

/* Mobile Header */
body.mobile .icon-one {
	top: 22px;
	left: 10px;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

body.mobile div.header_left,
body.mobile div.header_right {
	width: 50%;
	font-weight: 400;
}
body.mobile div.header_right li {
	font-size: 20px;
	line-height: 22px;
}
body.mobile div.header_right ul li:first-child {
	padding-right: 0;
}
body.mobile div.header_right ul li:first-child:before {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	left: -44px;
	top: 16px;
}
/* Mobile Menu Setup */
body.mobile section.subMenu {
	height: 80px;
	line-height: 80px;
	overflow: visible;
	height: auto;
}
body.mobile section.subMenu ul {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}
body.mobile section.subMenu ul.showEr {
	height: auto;
	overflow: visible !important;
	transition: all linear 0.5s;
}
body.mobile section.subMenu ul.showEr ol {
	display: block;
	width: 100%;
	float: none;
}
body.mobile section.subMenu ul.showEr ol:first-child {
	height: 600px;
}
body.mobile section.subMenu ul.showEr ol:first-child li:first-child {
	display: none;
}

body.mobile section.subMenu li:last-child {
	width: 100%;
	overflow: visible;
	height: 700px;
}
body.mobile section.subMenu ol:last-child,
body.mobile section.subMenu ul.showEr ol:last-child li {
	margin-top: 0;
	height: auto;
}
body.mobile section.subMenu ol:last-child {
	font-size: 40px;
	height: 74px;
	margin-top: 0 !important;
	overflow: hidden;
	background: #1b2124;
	z-index: 9999;
}
body.mobile section.subMenu li:last-child {
	margin-top: 0 !important;
}
body.mobile section.subMenu ol:last-child a {
	font-size: 40px;
	line-height: 124px;
	height: 100px;
	line-height: 124px;
	border-top: 1px solid #2b3235;
	color: #90a2b7;
	background: #1b2124;
}
body.mobile section.subMenu ol:last-child li:last-child:before {
	border-width: 24px 0px 17px 24px;
	border-color: transparent transparent transparent #90a2b7;
	top: 3px;
	right: 5px;
	top: 6px;
	right: 8px;
	transition: all linear 0.25s;
}
body.mobile section.subMenu ol:last-child li:last-child:hover:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all linear 0.25s;
}
body.mobile section.subMenu ol.open li:last-child:before {
	-webkit-transform: rotate(90deg) !important;
	-moz-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	-o-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
	transition: all linear 0.25s;
}
body.mobile section.subMenu li {
	position: relative;
	width: 100%;
	display: block;
	float: none;
	border-top: 1px solid #2b3235;
	color: #90a2b7;
	background: #1b2124;
	font-size: 40px;
	height: 100px;
	line-height: 124px;
	padding: 0;
}
/* Fixed Menu Responsiveness */
body.mobile section.subMenu.fixed {
	height: 400px;
	line-height: 100px;
	-webkit-animation: revealMobileMenu 1s linear forwards;
	-moz-animation: revealMobileMenu 1s linear forwards;
	-ms-animation: revealMobileMenu 1s linear forwards;
	-o-animation: revealMobileMenu 1s linear forwards;
	animation: revealMobileMenu 1s linear forwards;
	height: 0;
}
@keyframes revealMobileMenu {
	0% {
		overflow: hidden;
	}

	90% {
		height: 100px;
	}

	100% {
		height: 100px;
		overflow: visible;
	}
}

body.mobile section.subMenu.fixed .icon-one {
	top: 34px;
	left: 20px;
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}
body.mobile section.subMenu.fixed.showEr {
	height: auto;
	display: inline-block;
}
body.mobile section.subMenu.fixed ul {
	width: 100%;
	height: 100px;
	left: 0;
	margin-left: 0;
	overflow: hidden;
}
body.mobile section.subMenu.fixed div.img {
	display: none;
}
body.mobile section.subMenu.fixed span {
	width: 240px;
	line-height: 100px;
	height: 100px;
	font-size: 25px;
	position: relative;
	z-index: 9999;
}
body.mobile section.subMenu.fixed span.orderNow {
	background: #1f3135;
}
body.mobile section.subMenu.fixed span.callUs {
	background: #1e262b;
	margin-right: 240px;
}
body.mobile section.subMenu.fixed span object {
	margin: 20px -26px 0 42px;
	height: 60px;
}
body.mobile section.subMenu.fixed li {
	position: relative;
	z-index: 1111;
	height: 100px;
	line-height: 128px;
	cursor: pointer;
}
body.mobile section.subMenu.fixed li:first-child {
	margin-left: 0;
	margin-top: 100px;
}
body.mobile section.subMenu.fixed li:hover {
	background: #1e262b;
}
body.mobile section.subMenu.fixed li.active {
	color: #90a2b7;
}
body.mobile section.subMenu.fixed span {
	display: inline-block !important;
}
body.mobile .icon-one {
	display: inline-block;
}
body.mobile section.subMenu.fixed ol {
	width: 0;
}
body.mobile section.subMenu.fixed ol:last-child li {
	line-height: 120px;
}
body.mobile section.subMenu ol.collapse {
	height: 0 !important;
	overflow: hidden;
}
body.mobile section.subMenu ol.open,
body.mobile section.subMenu li.open,
body.mobile section.subMenu li.open:hover {
	height: auto;
	overflow: visible;
	background: #1b2124;
}
body.mobile section.subMenu ol.open,
body.mobile section.subMenu ol.open:hover {
	box-sizing: border-box;
	height: 140px;
	line-height: 200px;
	overflow: visible;
	background: #1b2124;
}
body.mobile section.subMenu li.open:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all linear 0.25s;
}
body.mobile section.subMenu.fixed ol:last-child {
	box-sizing: border-box;
	height: 100px;
	line-height: 200px;
	border-top: 1px solid #2b3235;
	background: #1b2124;
}
body.mobile section.subMenu.fixed ol.open {
	height: auto;
}
body.mobile section.subMenu li.open a {
	top: 0;
	margin-top: 0;
}
/*
body.mobile div.header_wrapper,
body.mobile div.navbar_wrapper,
body.mobile div.banner_wrapper,
*/
body.mobile div.glucan_wrapper,
body.mobile div.beta_wrapper,
body.mobile div.health_box,
body.mobile div.support_wrapper,
body.mobile div.supplement_wrapper,
body.mobile div.health_wrapper,
body.mobile div.over_wrapper,
body.mobile div.slider_wrapper,
body.mobile div.refund_wrapper,
body.mobile div.footer_wrapper,
body.mobile div.copyright_wrapper,
body.mobile div.container {
	width: 640px;
	max-width: 640px;
	overflow: hidden;
}
/* Mobile */
body.mobile div.banner_wrapper {
	height: 865px;
}
body.mobile div.banner_img {
	float: right;
	height: 440px;
	width: 33%;
	display: inline-block;
	margin-top: -440px;
}
body.mobile div.banner_img img {
	margin-top: 0;
	top: 0;
	right: 0;
	margin-right: 0;
	width: 100%;
}
body.mobile div.banner_content h1 {
	width: 100%;
	margin: 20px auto;
	font-size: 60px;
	line-height: 70px;
}
body.mobile .banner_content span {
	font-size: 28px;
	width: 95%;
	padding: 0;
	line-height: 60px;
	letter-spacing: -1px;
}
body.mobile .banner_content p {
	font-size: 22px;
	line-height: 32px;
	width: 95%;
}
body.mobile div.banner_content ul {
	width: 70%;
	margin-left: 5%;
}
body.mobile div.banner_content ul li {
	font-size: 24px;
	height: 70px;
	line-height: 70px;
}
body.mobile div.banner_content ul li:before {
	margin: 25px 15px 0 -4px;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
body.mobile div.banner_content .btn-default {
	width: 420px;
	height: auto;
	margin-top: -10px;
	font-size: 70px;
	margin-left: -212px;
}
/**Custom from INDEX**/
.drGilbert_wrapper {
	background: #f7f7f7;
	padding: 35px 0;
	width: 100%;
	font-family: 'Lato', sans-serif;
}
.drGilbert_wrapper section {
	width: 1195px;
	margin: 0 auto;
	position: relative;
	margin-toP: 20px;
}
.drGilbert_wrapper section section {
	background-image: url(../../img/drGilbert.png);
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 40px;
}
.drGilbert_wrapper h1 {
	font-size: 30px;
	color: white;
	background-image: url(../../img/roughTitleBackground.png);
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 70px;
	height: 80px;
	text-align: center;
	display: inline-block;
	padding: 0 20px;
}
.drGilbert_wrapper span:nth-child(3) {
	left: 20px;
	color: #3999a7;
	position: relative;
	font-size: 24px;
}
.drGilbert_wrapper svg {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	transform: rotate(40deg);
	float: left;
	margin-right: -100%;
	margin-bottom: -100%;
	margin-top: -3px;
	margin-left: -70px;
	transition: all linear 0.25s;
}
.drGilbert_wrapper ul {
	width: 47%;
	display: inline-block;
	padding-bottom: 58px;
}
.drGilbert_wrapper li {
	font-size: 22px;
	padding-left: 70px;
	font-weight: bold;
	margin: 20px 0;
	transition: all linear 0.25s;
	cursor: pointer;
	line-height: 24px;
}
.drGilbert_wrapper li.elected {
	color: #fc6830;
}
.drGilbert_wrapper li.elected svg {
	fill: #fc6830;
}
.drGilbert_wrapper li:hover,
.drGilbert_wrapper li:hover svg {
	fill: #fc6830;
	color: #fc6830;
	transition: all linear 0.15s;
}
.drGilbert_wrapper div {
	float: right;
	display: inline-block;
	width: 47%;
	height: auto;
	right: 0;
}
.drGilbert_wrapper div h2 {
	color: #318494;
	margin: 40px 0 5px;
	font-size: 24px;
}
.drGilbert_wrapper div strong {
	background: rgba(0, 0, 0, 0.6);
	color: white;
	width: auto;
	font-weight: 200;
	padding: 5px 10px;
	margin: 2px 0;
	display: inline-block;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 1px;
}
.drGilbert_wrapper div span {
	overflow: visible;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-top: 14px;
	margin-left: 40px;
	color: #3999a7;
	background: rgba(255, 255, 255, 0.85);
}
.drGilbert_wrapper div span img {
	float: left;
	margin-bottom: -100%;
	margin-top: -15px;
	margin-left: -43px;
}
.drGilbert_wrapper div.video {
	float: none;
	margin: 20px 0 22px 0px;
	width: 239px;
	height: auto;
	display: block;
	left: 0;
	position: relative;
	cursor: pointer;
	background: none !important;
	text-align: center;
}
.drGilbert_wrapper div.video img {
	cursor: pointer;
	position: relative;
	z-index: 7777;
	border: 4px solid transparent;
	transition: all linear 0.25s;
	margin: 0 auto;
}
.drGilbert_wrapper div.video img:hover {
	border: 4px solid #fc6830;
	transition: all linear 0.15s;
}
.drGilbert_wrapper div.clickHere {
	background: none;
	position: relative;
	left: 0;
	display: inline-block;
	width: auto;
	height: auto;
	float: none;
	margin-left: 30px;
	display: block;
}
.drGilbert_wrapper div div svg {
	transform: rotate(-130deg);
	width: 60px;
	height: 60px;
	fill: #ffb636;
	margin-top: -12px;
}
.drGilbert_wrapper ol {
	text-align: right;
	border-top: 10px solid #3999a7;
}
.drGilbert_wrapper ol li {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 20px 8px 0;
}
@media screen and (max-width:1224px) {
	.drGilbert_wrapper {}

	.drGilbert_wrapper section {
		width: 90%;
	}
	.drGilbert_wrapper section section {
		width: 100%;
	}
	.drGilbert_wrapper li {
		font-size: 20px;
	}
	.drGilbert_wrapper div {
		width: 48%;
	}
	.drGilbert_wrapper div.video {
		margin: -10px 0 50px 0px;
	}

	.drGilbert_wrapper div.clickHere {
		margin-left: 58px;
	}
}

@media screen and (max-width:1200px) {
	.drGilbert_wrapper {}

	.drGilbert_wrapper ul {
		width: 47%;
	}
	.drGilbert_wrapper li {
		font-size: 18px;
	}
	.drGilbert_wrapper div {
		width: 49%;
	}
	.drGilbert_wrapper div.video {
		margin: -10px 0 9% 0px;
		width: 40%;
	}
}

@media screen and (max-width:1159px) {
	.drGilbert_wrapper ul {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:1141px) {
	.drGilbert_wrapper ul {
		width: 46%;
		padding-bottom: 27px;
	}
}

@media screen and (max-width:1110px) {
	.drGilbert_wrapper ul {
		padding-bottom: 40px;
	}
}

@media screen and (max-width:1106px) {
	.drGilbert_wrapper ul {
		padding-bottom: 16px;
	}
}

@media screen and (max-width:1099px) {
	.drGilbert_wrapper section section {
		padding-top: 18px;
	}
	.drGilbert_wrapper div.video {
		margin: -10px 0 8% 0px;
	}
	.drGilbert_wrapper div h2 {
		margin: 48px 0 5px;
	}
	.drGilbert_wrapper div.clickHere {
		margin-left: 8%;
	}
}

@media screen and (max-width:1094px) {
	.drGilbert_wrapper ul {
		padding-bottom: 33px;
	}
}

@media screen and (max-width:1076px) {
	.drGilbert_wrapper div strong {
		width: 80%;
	}
	.drGilbert_wrapper div.video {
		margin: -10px 0 4% 0px;
	}
	.drGilbert_wrapper div.clickHere {
		margin-left: 8%;
		margin-top: 50px;
	}
	.drGilbert_wrapper div h2 {
		margin: 62px 0 5px;
	}
}

@media screen and (max-width:1000px) {
	.drGilbert_wrapper section {
		width: 98%;
	}
	.drGilbert_wrapper div h2 {
		margin: 34px 0 5px;
	}
}

@media screen and (max-width:988px) {
	.drGilbert_wrapper div h2 {
		margin: 62px 0 5px;
	}
}

@media screen and (max-width:900px) {
	.drGilbert_wrapper div.video {
		margin: -10px 0 4% -6%;
	}
	.drGilbert_wrapper span:nth-child(3) {
		font-size: 22px;
	}
	.drGilbert_wrapper div.clickHere {
		margin-left: 5%;
	}
}

@media screen and (max-width:870px) {
	.drGilbert_wrapper div h2 {
		margin: 71px 0 5px;
	}
}

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

	.drGilbert_wrapper h1,
	.drGilbert_wrapper span:nth-child(3) {
		margin: 0 auto;
		text-align: center;
		left: 0;
		right: 0;
		display: inline-block;
		width: 100%;
	}
	.drGilbert_wrapper h1 {
		font-size: 3.6vw;
		line-height: 9.6vw;
	}
	.drGilbert_wrapper span:nth-child(3) {
		font-size: 26px;
		line-height: 30px;
		width: 70%;
		margin: 0 auto;
		position: relative;
		left: 15%;
		right: 0%;
	}
	.drGilbert_wrapper ul,
	.drGilbert_wrapper div {
		display: block;
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.drGilbert_wrapper ul {
		padding-bottom: 40px;
	}
	.drGilbert_wrapper li {
		font-size: 22px;
	}
	.drGilbert_wrapper div {
		background-image: url(../../img/drGilbert.png);
		background-position: 67% 0;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.drGilbert_wrapper section section {
		background-image: none;
	}
	.drGilbert_wrapper div strong {
		width: auto;
		font-size: 18px;
		letter-spacing: 0;
	}
	.drGilbert_wrapper div.video {
		margin: 0;
	}
	.drGilbert_wrapper div.clickHere {
		margin-left: 5%;
		float: right;
		margin: -28% 4% 0 0;
	}
	.drGilbert_wrapper div h2 {
		margin: 145px 0 5px;
	}
	.drGilbert_wrapper div div svg {
		transform: rotate(-114deg);
		margin-top: -46px;
	}
	.drGilbert_wrapper ol {
		text-align: center;
		margin: 0 auto;
		padding: 0;
		display: block;
	}
	.drGilbert_wrapper div span {
		margin-left: 57px;
		font-size: 20px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.drGilbert_wrapper div span img {
		margin-top: -10px;
	}
	.drGilbert_wrapper ol li {
		width: 12%;
	}
	.drGilbert_wrapper div div svg {
		transform: rotate(-127deg);
		margin-top: -28px;
	}
}

@media screen and (max-width:786px) {
	.drGilbert_wrapper h1 {
		font-size: 27px;
	}
}

@media screen and (max-width:711px) {
	.drGilbert_wrapper h1 {
		font-size: 3.6vw;
	}
	.drGilbert_wrapper div {
		background-position: bottom center;
		background-size: 400px auto;
	}
	.drGilbert_wrapper div.video {
		margin: 0 auto;
		width: 60%;
		height: 180px;
	}
	.drGilbert_wrapper div h2 {
		margin: 285px 0 5px;
	}
	.drGilbert_wrapper div.clickHere {
		margin: -44% 4% 0 0;
	}
	.drGilbert_wrapper div h2 {
		font-size: 29px;
	}
}

@media screen and (max-width:665px) {
	.drGilbert_wrapper div.clickHere {
		margin: -47% 4% 0 0;
	}
}

@media screen and (max-width:625px) {
	.drGilbert_wrapper div {
		margin-top: 20px;
	}
	.drGilbert_wrapper div.clickHere {
		margin: -52% 4% 0 0;
	}
	.drGilbert_wrapper div h2 {
		margin: 250px 0 5px;
	}
}

@media screen and (max-width:585px) {
	.drGilbert_wrapper div div svg {
		transform: rotate(-127deg);
		margin-top: -28px;
	}
}

@media screen and (max-width:535px) {
	.drGilbert_wrapper div {
		width: 95%;
	}
	.drGilbert_wrapper ul {
		width: 90%;
	}
	.drGilbert_wrapper ol li {
		width: 14%;
	}
}

@media screen and (max-width:535px) {
	.drGilbert_wrapper div div svg {
		transform: rotate(-114deg);
		margin-top: -42px;
	}
	.drGilbert_wrapper ol li {
		width: 12%;
	}
}

@media screen and (max-width:480px) {
	.drGilbert_wrapper div {
		margin-top: 60px;
	}
	.drGilbert_wrapper div.clickHere {
		margin: -57% 4% 0 0;
	}
	.drGilbert_wrapper div h2 {
		margin: 232px 0 5px;
	}
}

@media screen and (max-width:450px) {
	.drGilbert_wrapper div.clickHere {
		margin: -49% 4% 0 0;
	}
	.drGilbert_wrapper div.clickHere {
		margin: -255px 4% 0 0;
	}
}

@media screen and (max-width:415px) {
	.drGilbert_wrapper ol li {
		width: 10%;
	}
	.drGilbert_wrapper div span img {
		margin-top: -15px;
	}
}

@media screen and (max-width:400px) {
	.drGilbert_wrapper div {
		background-size: 380px auto;
	}
	.drGilbert_wrapper div.clickHere {
		margin: -255px 4% 0 0;
	}
	.drGilbert_wrapper div div svg {
		transform: rotate(-88deg);
		margin-top: -49px;
		margin-left: -59px;
	}
	.drGilbert_wrapper div h2 {
		margin: 145px 0 5px;
	}
}

@media screen and (max-width:350px) {
	.drGilbert_wrapper div {
		background-size: 440px auto;
	}
	.drGilbert_wrapper div.video {
		width: 66%;
	}
	.drGilbert_wrapper div.clickHere {
		margin: -245px 4% 0 0;
	}
	.drGilbert_wrapper div h2 {
		margin: 210px 0 5px;
	}
}

div.lightBoxer,
div.lightBoxerContent {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: none;
}
div.lightBoxerContent {
	width: 70vw;
	height: 80vh;
	background: transparent;
}
div.lightBoxerContent iframe {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}
.close {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	opacity: 1;
	border: 2px solid white;
	border-radius: 50%;
	padding: 10px;
	opacity: 0.75;
	transition: all linear 0.25s;
	margin: 20px 20px 0 0;
	background: #000;
	z-index: 1111;
}
.close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close::before,
.close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
}
.close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close::before,
.close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 60%;
	top: 50%;
	left: 20%;
	margin-top: -1px;
	background: #fff;
}
.close:hover {
	opacity: 1;
	transition: all linear 0.25s;
}
.drGilbert_wrapper ol li,
.drGilbert_wrapper ol li img {
	cursor: auto;
}