@charset "utf-8";
/* HTML 5 Resets */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
/* Reset */
* {margin:0; padding:0;}
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #58595b; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td,figure {
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
html, body{
	font-size: 18px;
	color: #58595b;
	position: relative;
	font-family: 'latolight';
}
body{
	overflow:auto;
}

.oldie .wow,.oldie .animated{
	visibility:visible !important;
}
.ipad body{
	overflow-x:hidden;
}
.wrap{
/*	width: 960px;*/
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
a img,img{border:none;}
/* Selection */
::-moz-selection { background: rgba(250,182,43,.8); color: #fff; text-shadow: none; }
::selection { background: rgba(250,182,43,.8); color: #fff; text-shadow: none; }

/*Links */
a, a:after, a:before,
button, button:after, button:before {
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
 }
a:visited,a:link { color: #58595b; }
a:hover,a:active { color: #fab62b; }
.currLink{
	cursor:text;
}

/* TYpography */

@font-face {
    font-family: 'convergenceregular';
    src: url('fonts/convergence-regular-webfont.woff2') format('woff2'),
         url('fonts/convergence-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.padd0{padding:0 !important;}

p{
	margin-bottom:15px;
}
/* =============================================================================
	Non-Symentic Class
	 ========================================================================== */
.h2{margin:20px 0;}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Contain Floats */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Navigation Btn */
.homepage .mainNavBtn{display:none;}
.mainNavBtn{display:none;}
.cmn-toggle-switch{    display: block;
    position: fixed;
    overflow: hidden;
    margin: 5px;
    top: 13%;
    left: 42px;
    z-index: 1100;
    padding: 0;
    width: 25px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.cmn-toggle-switch:focus{outline:none}
.cmn-toggle-switch span{display:block;position:absolute;width:100%;top:12px;left:0px;right:0px;height:3px;background:#0097a4;border-radius:5px;}
.cmn-toggle-switch span::before,.cmn-toggle-switch span::after{position:absolute;display:block;left:0;width:100%;height:3px;background-color:#0097a4;content:"";border-radius:5px;}
.cmn-toggle-switch span::before{top:-9px}
.cmn-toggle-switch span::after{bottom:-9px}
.cmn-toggle-switch__htx{background-color:transparent}
.cmn-toggle-switch__htx span{-webkit-transition:background 0s 0.3s;transition:background 0s 0.3s}
.cmn-toggle-switch__htx span::before,.cmn-toggle-switch__htx span::after{-webkit-transition-duration:0.3s,0.3s;transition-duration:0.3s,0.3s;-webkit-transition-delay:0.3s,0s;transition-delay:0.3s,0s}
.cmn-toggle-switch__htx span::before{-webkit-transition-property:top,-webkit-transform;transition-property:top,transform}
.cmn-toggle-switch__htx span::after{-webkit-transition-property:bottom,-webkit-transform;transition-property:bottom,transform}
.cmn-toggle-switch__htx.active{color:#222}
.cmn-toggle-switch__htx.active span{background:none}
.cmn-toggle-switch__htx.active span::before{top:0;background:#222;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg); /* IE8+ - must be on one line, unfortunately */
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";

/* IE6 and 7 */
filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.7071067811865474,
		M12=-0.7071067811865477,
		M21=0.7071067811865477,
		M22=0.7071067811865474,
		SizingMethod='auto expand');}
.cmn-toggle-switch__htx.active span::after{bottom:0;background:#222;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";

/* IE6 and 7 */
filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.7071067811865483,
		M12=0.7071067811865467,
		M21=-0.7071067811865467,
		M22=0.7071067811865483,
		SizingMethod='auto expand');}
.cmn-toggle-switch__htx.active span::before,.cmn-toggle-switch__htx.active span::after{-webkit-transition-delay:0s,0.3s;transition-delay:0s,0.3s}

.table{
	display:table;
	width:100%;
	position:relative;
}
.table .main{
	display:table-cell;
	vertical-align:middle;
}
header{
	display:block;
	position:fixed;
	top:2%;
	left: 10px;
	z-index:1000;
	text-align:center;
}
header h1{margin:0;}

header img{width: 100px;-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;}
.homepage header img.big{width: 135px;}
.homepage .mainNavBtn{display:none !important;}
/* Navigation */
.nav .sprite{
	background: url(../images/nav.png) no-repeat;
	width:46px;
	height:46px;
	display:block;margin:0 auto;
}

nav {
	height: 80px;
	width: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index:100;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.1);
}

nav ul{
	position:relative;
	text-align: right;
	height: 100%;
}
nav li{
	list-style:none;
	display:inline-block;
	text-align:center;
	width: 150px;
	height: 100%;
}

nav li span{display:block;width:46px;height:46px;}
nav li a{display:block;font-size: 14px;font-weight:bold;text-decoration:none !important;height: 100%;padding-top: 30px;color: #fff !important;}
nav li.active a{background: rgb(77, 182, 191);;pointer-events:none;}
nav li a:hover{background: rgba(23, 131, 149,0.9);}
nav li.active a:hover{background: rgba(23, 131, 149,0.4);}
nav a:active, a:hover, a:focus{
	color:#000;
}
/*nav.inActive{
	left:-210px;
}*/

nav .NavBig{height: 100px;}

img{max-width:100%;}

/* =============================================================================
	Main Css
	 ========================================================================== */
.Pad0{padding:0;}
.ContentPadding{
	padding: 10px 75px;
}
.Banner{
	background:url(../images/Banner.jpg) center center no-repeat;
	background-size:cover;
	display:flex;
	justify-content: center;
	align-items:center;
}
.Banner,.ie .Banner,.gecko .Banner{
	display:block;
	padding-top:15%;
}

.Banner h2{
	font-family: 'convergenceregular';
	font-size:48px;
}

.Banner h2,.ie .Banner h2,.gecko .Banner h2{
	font-size:40px;
}
.Banner .row{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.BannerLink{
	width: 280px;
	height: 240px;
	background:url(../images/BannerLinkBg.png) center center no-repeat;
	text-align:center;
	position:relative;
	background-size:contain;
}
.BannerLink a{
	color:#fff !important;
	font-size:20px;
	font-family: 'convergenceregular';
	position:absolute;
	left:0;
	right:0;
	bottom:25%;
}
.Heading{
	font-size:24px;
	font-family: 'convergenceregular';
	margin-bottom:25px;
}
.HeadingLeadership{
	/*background:url(../images/Leadership.png) center left no-repeat;
	background-size:contain;
	padding-left: 75px;
  height: 60px;*/
  line-height: 30px;
	font-size:24px;
	font-family: 'convergenceregular';
	margin-bottom:25px;
}
.HeadingProduct{
	/*background:url(../images/Products.png) center left no-repeat;
	background-size:contain;
	padding-left: 75px;
  height: 60px;*/
  line-height: 30px;
	font-size:24px;
	font-family: 'convergenceregular';
	margin-bottom:25px;
}
.HeadingWhoWeAre{
	/*background:url(../images/WhoWeAre.png) center left no-repeat;
	background-size:contain;
	padding-left: 75px;
  height: 60px;*/
  line-height: 30px;
	font-size:24px;
	font-family: 'convergenceregular';
	margin-bottom:25px;
}
.HeadingContact{
	/*background:url(../images/Contact.png) center left no-repeat;
	background-size:contain;
	padding-left: 75px;
  height: 60px;*/
  line-height: 30px;
	font-size:24px;
	font-family: 'convergenceregular';
	margin-bottom:25px;
}
.SubHeading{
	font-family: 'convergenceregular';
	font-size:25px;
}
.ReadMore{
	font-size:20px;
	font-family: 'convergenceregular';
	color:#0097a4 !important;
}
.ReadMore:hover{
	text-decoration:none;
}
.ReadMore:hover span{
	margin-left:5px;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
.HomeLeaderImg{
	position: relative;
	height: 500px;
	text-align: center;
	width:416px;
	display:block;
	margin:0 auto;
}
.HomeLeader1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width:100%;
}
.HomeLeader2{
	position: absolute;
	top:359px;
	right: 0%;
}
.HomeLeadership{
	padding:90px 0px;
}
.HomeProducts{
	padding:50px 0px;
}
.Products{
	text-align:left;
}
.Products li{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+44,dcdcdc+100&0+0,1+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.44) 44%, rgba(220,220,220,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.44) 44%,rgba(220,220,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.44) 44%,rgba(220,220,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dcdcdc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display:inline-block;
	width:30%;
	margin:15px;
	position:relative;
}
.Products li img{width:100%;}
.ProHover{
    position: absolute;
	top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
	padding:20px;
	background: #01828d;
	background:rgba(1,130,141,0.5);
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
.ProHover img{width:100%;}
.HoverContent{
	border:1px solid #ebebeb;
	padding:10px;
	width:100%;
	height:100%;
	color:#fff;
	padding-top:25%;
	text-align:center;
}
.HoverContent h4{
	font-size:30px;
	font-family: 'convergenceregular';
}
.HoverContent a:hover{
	text-decoration:none;
}
.HoverContent span{
	font-size: 50px;
    border: 2px solid;
    padding: 0px 15px;
	color:#fff;
}
.HoverContent span:hover{
	color:#0097a4;
}
.Products li:hover .ProHover{
	opacity:1;
}

.ribbon {
	background:#0097a4;
	width:100%;
    max-width: 520px;
    height: 80px;
    margin: 50px auto 0;
    text-align: center;
	position:relative;
	text-decoration:none;
	display:flex;
	align-items:center;
	text-align:center;
}

.ribbon:before,.ribbon:after{
	content: "";
    width: 60px;
    height: 82px;
    top: 0;
	bottom:0;
	margin:auto;
    position: absolute;
    border-top: 41px solid transparent;
    border-bottom: 41px solid transparent;
}
.ribbon:before {
	left: 0;
    border-left: 30px solid #fff;
}

.ribbon:after {
    right: 0;
    border-right: 30px solid #fff;
}

.ProductFilter .ribbon:before {
	left: -2px;
    border-left: 30px solid #f1f2f2;
}

.ProductFilter .ribbon:after {
    right: 0;
    border-right: 30px solid #f1f2f2;
}

.ribbon a{
	font-size:30px;
	color:#fff;
	line-height:80px;
	display:block;
	font-family: 'convergenceregular';
	margin:0 auto;
	cursor:pointer;
	text-decoration:none;
}
.ribbon:hover{
	background:#55636f;
}

footer{
	background:#231f20;
}
footer p{
	margin:0;
	color:#fff;
}
.footerTop{
	padding:25px 0px;
	font-family: 'convergenceregular';
	font-size:20px;
	color:#fff;
}
.footerTop span{
	display:block;
	float:left;
	padding-right:10px;
}
.footerTop a{
	color:#fff !important;
}
.footerBottom{
	border-top:1px solid #ebebeb;
	padding:10px;
	font-size:18px;
}
.footerBottom h3{
	padding:0px;
	margin:0px;
	color:#fff;
	font-size:18px;
}

/* Who We Are */
.WhoWeAre{
	margin:50px 0px;
	display:flex;
	justify-content: center;
	align-items:center;
}
.gecko .WhoWeAre{
	display:block;
	padding-top:10%;
}
.WhoWeImg{
	position: relative;
	height: 500px;
	width:556px;
	display:block;
	margin:0 auto;
}
.Who1{
	position: absolute;
	top: 0%;
}
.Who2{
	position: absolute;
	right: 6%;
	top: 38.8%;
}
.Who3{
	position: absolute;
	bottom: 0.5%;
	left: 0%;
}
.Who4{
	position: absolute;
	bottom: -8%;
	right: 19%;
}
.Quality{
	padding:90px 0px;
	background:#f2f2f2;
	clear:both;
}
.Quality .row{
	display:flex;
	justify-content: center;
	align-items:center;
}
.Quality ul{
	margin-left:20px;
}
.Quality ul li{
	margin-bottom:15px;
}
.QualityImg{
	position: relative;
	height: 500px;
	width:556px;
	display:block;
	margin:0 auto;
}
.Quality1{
	position: absolute;
	top: 10%;
	Left: 30%;
}
.Quality2{
	position: absolute;
	top: 20%;
	left:0%;
}
.Quality3{
	position: absolute;
	top: 30%;
	left: 16%;
}
.Quality4{
	position: absolute;
	top: 25%;
	right: 5%;
}

/* Leadership */
.Leadership{
	margin:50px 0px;
	display:flex;
	justify-content: center;
	align-items:center;
}
.gecko .Leadership{
	display:block;
	padding-top:9.5%;
}
.Leadership .row{
	display:flex;
	justify-content: center;
	align-items:center;
}
.LeaderImg{
	position: relative;
	height: 500px;
	text-align: center;
	width:555px;
	display:block;
	margin:0 auto;
}
.Leader1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 75%;
	margin: auto;
}
.Leader2{
	position: absolute;
	bottom: 28%;
	left: -1%;
}
.Leader3{
	position: absolute;
	top: 0;
	right: 13.7%;
}
.Leader4{
	position: absolute;
	bottom: 2%;
	right: 12%;
}

.LeaderInfo{
	padding:80px 0px;
	background:#f2f2f2 url(../images/Leadership2.png) bottom right no-repeat;
	background-size:18%;
	background-position:95% 100%;
}
.LeaderInfo h3{
	font-size:28px;
	font-family: 'convergenceregular';
}
.LeaderInfo h4{
	font-size:24px;
	font-family: 'convergenceregular';
}
.Advisors{
	padding:80px 0px;
	background:#e1e2e3 url(../images/Advisiors.png) bottom right no-repeat;
	background-size:18%;
	background-position:94% 0%;
}
.Advisors h3{
	font-size:28px;
	font-family: 'convergenceregular';
}
.Advisors h4{
	font-size:24px;
	font-family: 'convergenceregular';
}

/* Products */
.ProductInfo{
	padding:50px 0px;
	display:flex;
	justify-content: center;
	align-items:center;
}
.gecko .ProductInfo {
	display:block;
	padding-top:7%;
}
.ProductInfo ul{
	margin-left:20px;
}
.ProductInfo ul li{
	margin-bottom:15px;
}
.ProductInfo .row{
	display:flex;
	justify-content: center;
	align-items:center;
}
.ProductHighlight{
	padding:80px 0px;
	background:#e1e2e3;
	display:flex;
	justify-content: center;
	align-items:center;
}
.ProductHighlight ul{
	margin-left:20px;
}
.ProductHighlight ul li{
	margin-bottom:20px;
}
.ProductImg{
	position: relative;
	height: 500px;
	width:555px;
	display:block;
	margin:0 auto;
}
.Pro1{
	position: absolute;
	top: 13%;
	Left: 0%;
}
.Pro2{
	position: absolute;
	top: 10%;
}
.Pro3{
	position: absolute;
	top: -5%;
	right: 4%;
}
.Pro4{
	position: absolute;
	top: 42%;
	right: 6%;
}
.ProInfo .all{
	display:none;
}
.ProductFilter{
	background:#f1f2f2;
	padding:80px 0px;
}
.ProInfo li{
	list-style:none;
	margin:20px 0px;
}

.HighlightImg{
	position: relative;
	height: 350px;
	width:555px;
	display:block;
	margin:0 auto;
}
.Highlight1{
	position: absolute;
	bottom: 0%;
	Left: 0%;
}
.Highlight2{
	position: absolute;
	top: 2%;
	left:30%;
}
.Highlight3{
	position: absolute;
	top: 8%;
	right: 12%;
}

/* Product Filter */
.filter{
	display:block;
	text-align:center;
	border-bottom:1px solid;
}
.filter ul{
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
}
.filter ul li{
	padding:10px 60px;
	border:none;
	border-bottom:2px solid transparent;
	box-shadow:none;
	background:transparent;
	font-weight:bold;
	color:#222;
	outline:none;
	font-family: 'convergenceregular';
	font-size:16px;
	text-align:left;
	box-shadow:none !important;
}
.filter ul li .btn:focus, .btn:active{
}

.filter ul li.active{
	border-bottom: 2px solid #01828d;
    border-radius: 0;
    box-shadow: none;
    background-size: contain !important;
    padding-left: 60px;
}
.filter ul li#all.active{
	background:url(../images/All.png) 10px center no-repeat;
}
.filter ul li#Allergy.active{
	background:url(../images/Allergy.png) 10px center no-repeat;
}
.filter ul li#Energy.active{
	background:url(../images/Energy.png) 10px center no-repeat;
}
.filter ul li#Gastrointestinal.active{
	background:url(../images/Gastro.png) 10px center no-repeat;
}
.filter ul li#Pain.active{
	background:url(../images/Pain.png) 10px center no-repeat;
}
.filter ul li#SleepAids.active{
	background:url(../images/SleepAids.png) 10px center no-repeat;
}

.ProductCategories{
	margin-left: 0px !important;
}
.ProductCategories li{
	list-style: none;
	height: 40px;
	padding-left: 50px;
  vertical-align: top;
  line-height: 40px;
}
.Allergy{
	background:url(../images/Allergy.png) top left no-repeat;
	background-size: contain;
}
.Energy{
	background:url(../images/Energy.png) top left no-repeat;
	background-size: contain;
}
.Gastrointestinal{
	background:url(../images/Gastro.png) top left no-repeat;
	background-size: contain;
}
.Pain{
	background:url(../images/Pain.png) top left no-repeat;
	background-size: contain;
}
.SleepAids{
	background:url(../images/SleepAids.png) top left no-repeat;
	background-size: contain;
}




/* Contact */
.Contact{
	padding:100px 0px;
}
.formContainer{
	margin-top:50px;
}
fieldset{
	padding-bottom:40px;
}
.formContainer textarea{
	height:40px;
}
.FormField{
	border-radius:0;
	border:0;
	border-bottom:2px solid #4d4d4f;
	font-size:18px;
	font-family: 'convergenceregular';
	height:40px;
	box-shadow:none;
	padding:5px;
}
.FormField:focus{
    box-shadow: none;
    border-color: #0097a4;
}
.Submit{
  height: 50px;
  width: 100%;
  color: #fff;
  background: #4d4d4f;
  border: none;
	font-size:24px;
	font-family: 'convergenceregular';
	margin-top: 20px;
}
.Submit:hover{background: #0097a4;}
.error{color:#F27165;}
#contactSuccess{display:none}
#contactFailre{display:none}
#contactSuccess.active{display:block}
#contactFailre.active{display:block}
.contactInfo{
	padding:50px 0px;
}
.Phone{
	background:url(../images/PhoneBlack.png) top left no-repeat;
	background-position: 0% 25%;
    padding-left: 30px;
    font-size: 18px;
    font-family: 'convergenceregular';
    background-size: 5%;
}
.Email{
    background: url(../images/EmailBlack.png) center left no-repeat;
    background-size: 6%;
    padding-left: 30px;
    font-size: 18px;
    font-family: 'convergenceregular';
}
.Location{
	background: url(../images/LocationBlack.png) top left no-repeat;
    padding-left: 31px;
    font-size: 18px;
    font-family: 'convergenceregular';
    background-size: 6%;
    background-position: 0px 5px
}
#map{
	height:260px;
	width:100%;
	border: 2px solid #4d4d4f;
}

/* =============================================================================
	Pop Up Box
	 ========================================================================== */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
	background:rgba(0,0,0,0.8) url(../images/popupBG.png) center bottom no-repeat;
	background-size:contain;
    z-index: 100000;
	display: flex;
    align-items: center;
}

.overlay.target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 120px auto;
    padding: 20px;
    background: transparent;
    width: 75%;
	height:70%;
    position: relative;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    z-index: 2000;
    display: flex;
    align-items: center;
}

.popup h2 {
    margin-top: 0;
    color: #fff;
    font-family: 'convergenceregular';
	font-size:36px;
	text-align:center;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
	opacity:1;
}

.popup .close:hover {
    color: #4e4e4e;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
    color: #000;
    display: none;
	margin:auto;
}

.popup .content.active {
    display: block;
}
.filterBtn{display:none;}
.Services li{
	list-style: none;
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.Distribution{
	background: url(../images/Distribution.png) top left no-repeat;
}
.Packaging{
	background: url(../images/Packaging.png) top left no-repeat;
}
.Privatelabel{
	background: url(../images/Privatelabel.png) top left no-repeat;
}
.Warehousing{
	background: url(../images/Warehousing.png) top left no-repeat;
}

/* =============================================================================
	Media Queries
	 ========================================================================== */
@media only screen and (max-width: 1400px){
	.Contact {
		padding: 150px 0px 50px 0px;
	}
}
@media only screen and (max-width: 1024px) and (min-width:800px){
	.HomeLeader2 {
		bottom: -3%;
	}
	.Products{
		text-align:center;
	}
	.Products li{
		width:34%;
	}
	.footerTop {
		font-size: 20px;
	}
	.footerTop h2{
		font-size: 24px;
	}

}
@media only screen and (max-width: 800px){
	.homepage .mainNavBtn{display:block !important;}
	.mainNavBtn{display:block !important;}
	nav {
		height: 100%;
		width: 125px;
		position: fixed;
		left: 0;
		top: 0;
		z-index:100;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.1);
		box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.1);
	}

	nav ul {
		top: 100px;
	}

	nav li{
		list-style:none;
		display:block;
		text-align:center;
		height: 75px;
    width: 125px;
}

	nav li span{display:block;width:46px;height:46px;}
	nav li a{display:block;padding-top:30px;font-size: 14px;font-weight:bold;text-decoration:none !important;}
	nav a:active, a:hover, a:focus{
		color:#000;
	}
	nav.inActive{
		left:-210px;
	}

	.homepage header img.big{width: 100px;}

	header{
		top: 0;
		left: 0;
		z-index: 1000;
		text-align: left;
		background: rgba(255,255,255,0.9);
		width: 100%;
		padding-left: 10px;
		padding-top:10px;
	}
	.cmn-toggle-switch{
		top: 20px;
		right: 30px !important;
		left:auto;
	}

	.Products{
		text-align:center;
	}
	.Products li{
		width:44%;
	}
	.Quality .row{
		display:block;
	}
	.Leadership{
		display: block;
	}
	.Leadership .row {
		display: block;
	}
	.LeaderImg{
		margin-top: 100px;
	}
	.ProductInfo{
		display:block;
	}
	.ProductInfo .row{
		display:block;
	}
	.Advisors{
		background-size:25%;
	}
	.filter button {
		font-size: 14px;
		width: 16%;
	}
	.Contact {
		padding: 90px 0px 50px 0px;
	}
	.contactInfo {
		padding: 0px 0px;
	}
	.Phone {
		background-position: 0% 15%;
		background-size: 3%;
	}
	.Email{
		background-size: 3%;
	}
	.Location{
		background-size: 3%;
	}
	.filter ul{
		white-space:normal;
		padding-bottom:10px;
	}
	.filter ul li{
		width:33%;
		margin-bottom:2px;
		border-radius:0;
		text-align:center;
		border: 1px solid #c1c1c1;
		padding:10px;
	}
	.filter ul li.active{
		padding:10px;
	    border: 1px solid #01828d;
	}
}
@media only screen and (max-width: 640px){
	html, body{
		font-size: 18px;
	}
	p{
		margin-bottom:10px;
	}
	.cmn-toggle-switch{
		top: 13px;
	}
	header img {
		width: 100px;
	}

	.Banner .row {
		display: block;
	}
	.Banner h2 {
		font-size: 30px;
	}
	.BannerLink{
		width:200px;
		height:200px;
		margin:auto;
	}
	.BannerLink a{
		font-size:18px;
	}

	.ProHover {
		padding: 15px;
	}
	.HoverContent {
		padding-top: 20%;
	}
	.HoverContent h4 {
		font-size: 28px;
	}
	.ribbon a {
		font-size: 22px;
	}
	.Heading{
		font-size:28px;
	}
	.HeadingWhoWeAre {
		height: 50px;
		line-height: 26px;
	}
	.WhoWeAre {
		display: block;
		padding-top: 25px;
	}
	.Quality ul li{
		margin-left:20px;
	}
	.LeaderInfo{
		background-size:35%;
	}
	.Advisors{
		background-size:36%;
	}
	.filter button {
		font-size: 14px;
		width: 30%;
	}
	.Contact {
		padding: 60px 0px 50px 0px;
	}
	.HoverContent span {
		font-size: 24px;
		padding: 0px 10px;
	}
	.Phone {
		background-position: 0% 15%;
		background-size: 4%;
	}
	.Email{
		background-size: 4%;
	}
	.Location{
		background-size: 4%;
	}
}
@media only screen and (max-width: 600px){
	.HomeLeaderImg{width:300px;}
	.HomeLeader2{top:259px;}

	.ProductImg{width:300px;margin-top:50px;height:230px;}
	.Pro1 {top: 14%;Left: 1%;width: 75px;}
	.Pro2 {top: 5%;left: 11%;width: 200px;}
	.Pro3 {top: 0px;right: -2%;width: 115px;}
	.Pro4 {top: 45%;right: -2%;width: 75px;}

	.WhoWeImg{width:300px;height:330px;}
	.Who1{top:0;left:0;width:200px;}
	.Who2{top:86px;right:0;width:100px;}
	.Who3{top:172px;left:0;width:110px;}
	.Who4{top:172px;right:45;width:145px;}

	.QualityImg{width:300px;height:300px;}
	.Quality1{top:0px;left:100px;width:100px;}
	.Quality2{top:50px;left:0;width:113px;}
	.Quality3{top:88px;right:0;width:200px;}
	.Quality4{top:100px;right:0;width:95px;}

	.LeaderImg{width:300px;margin-top:50px;height:265px;}
	.Leader1{width:200px;}
	.Leader2{top:87px;left:0;width:100px;}
	.Leader3{top:0px;right:24px;width:125px;}
	.Leader4{top: 173px;right: 50px;width:75px;}

	.HighlightImg{width:300px;margin-top:50px;height:265px;}
	.Highlight1 {position: absolute;bottom: 0%;Left: 0%;width: 175px;}
	.Highlight2 {position: absolute;top: 26%;left: 35%;width: 80px;}
	.Highlight3 {position: absolute;top: 38%;right: 10%;width: 125px;}

	.filter ul{
		overflow-x:auto;
	}
	.filter ul li{width:50%;}
}

@media only screen and (max-width: 480px){
	html,body{font-size:14px;}
	.filterBtn{
		display:block;
		background: #0097a4;
		width: 100%;
		max-width: 520px;
		text-align: center;
		color:#fff;
		position: relative;
		text-decoration: none;
		text-align: center;
		line-height:2;
		margin-bottom:2px;
		cursor:pointer;
	}
	.filter ul li{width:100%;}
	.ContentPadding{
		padding: 10px 25px;
	}
	.Products li {
		width: 60%;
	}
	.filter button {
		font-size: 14px;
		width: 35%;
	}
	.WhoWeAre {
		padding-top: 65px;
	}

	.Quality ul{margin-left:0px;}
	.ribbon {
		height:50px;
	}
	.ribbon a {
		font-size: 18px;
	}


}
@media only screen and (max-width: 375px){
	.HeadingContact {
		height: 50px;
		line-height: 75px;
		font-size: 32px;
	}

	.Phone,.Email,.Location,.footerTop {font-size: 18px;}
}
