@import "../lib/assets/reset.css";

@import "../lib/assets/buttons.css";

@import url(http://fonts.googleapis.com/css?family=Bitter:400,700);

a {
	text-decoration: none;
	color: inherit;
}
html {
	font-family: 'Bitter', sans-serif;
}
p {
	line-height: 1.5em;
	color: #333;
	font-size: 15px;
	margin-bottom: 10px;
}

img.desaturate {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
}
.clear {
	clear:both;
	height: 10px;
}
.mainContainer {
	width: 1024px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.logo {
	width: 100px;
	float: left;
}
.search {
	width: 228px;
	height: 28px;
	background-color: #fff;
	border: 1px solid #eee;
	float: right;
	margin-top: 20px;
}
.search input[type="text"] {
	width: 200px;
	height: 22px;
	margin-top: 3px;
	margin-left: 1px;
	border: none;
	background-color: transparent;
}
input[type="submit"].searchButton {
	appearance:none;
	-moz-appearance:none; 
	-webkit-appearance:none; 
	background-color: transparent;
	border: none;
	padding: 0;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
}
.mainNav {
	float: left;
	margin-left: 30px;
}
.mainNav ul li {
	list-style: none;
	display: inline-block;
	height: 40px;
	border-right: 1px solid #eee;
	font-size: 12px;
	font-weight: bold;
	width: 70px;
	text-align: left;
	padding-top: 30px;
	padding-left: 5px;
}
.mainNav ul li:last-child{
	border-right: none;
}
.slider {
	position: fixed;
	width: 100%;
	z-index: 0;
}
.sliderInside {
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 0;
}
.header {
	width: 984px;
	padding: 0px 20px;
}
.colLeft {
	width: 313px;
	float: left;
	margin: 0px 10px 0px 20px;
}

.colCent {
	width: 314px;
	float: left;
	margin: 0px 10px;
}
.colRight {
	width: 313px;
	float: left;
	margin: 0px 20px 0px 10px;
}
.col385 {
	width: 385px;
	float: left;
	margin: 0px 10px 0px 20px;
}
.col385 img {
	width: 385px;
	height: auto;
}
.col477 {
	width: 477px;
	float: left;
}
.col577 {
	width: 577px;
	float: left;
	margin: 0px 20px 0px 12px;
}
.col804 {
	width: 804px;
	float: left;
	margin: 0px 20px 0px 10px;
}
.col160 {
	width: 160px;
	float: left;
	margin: 0px 10px 0px 20px;
}
.productGallery div:nth-child(3n) {
	margin-right: 0px;
	width: 253px;
}
.productGallery div:nth-child(3n+1) {
	margin-left: 0px;
	width: 253px;
}
.clientCol div:nth-child(5n+5) {
	margin-left: 0px;
}
.clientCol div:nth-child(4n+4) {
	margin-right: 0px;
}
.clientCol div:nth-child(1) {
	margin-left: 0px;
}
.col255 {
	width: 252px;
	float: left;
	/*margin-right: 10px;*/
	margin-left: 10px;
}
.col231 {
	width: 231px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.clientCol .col231 img {
	height: 120px;
	width: auto;
}
.detailImg img {
	width: 100%;
	height: auto;
}
.bigDetailText {
	padding-bottom: 20px
}

.bigDetailText h4 {
	font-size: 36px;
	padding-bottom: 10px
}

.bigDetailText p{
	font-size: 24px;
}

.galleryContainer {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	/*text-align: center;*/
	margin-bottom: 35px;
}
.galleryContainer img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
}
.productName {
	position: relative;
	display: inline-block;
	margin-top: 5px;
}
.detailImg {
	margin: 0px 10px 0px 20px;
}
.ingrText {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
}
.sidenav  a{
	font-size: 12px;
	display: inline-block;
	margin-bottom: 10px;
}
.sidenav  a:hover {
	color: #4d90fe;
}
.content {
	margin-top: 250px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contentHeader {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
	padding-left: 20px;
}
.newsTitle {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
}
.newsImg {
	width: 100%;
	height: 150px;
	position: relative;
}
.newsImg img {
	width: 313px;
	height: auto;
	position: absolute;
	clip:rect(0px,313px,150px,0px);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}
.newsExercept {
	font-size: 15px;
	line-height: 1.5em;
	color: #aeaeae;
}
.fullWidth {
	width:984px;
	padding: 0px 20px;
}
.clientLogo img {
	height: 90px;
	width: auto;
	display: inline-block;
}
.separatorLine {
	width: 100%;
	height: 10px;
	border-top: 1px solid #aeaeae;
	float: left;
}
.otherNewsMenu li{
	list-style: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #aeaeae;
	padding-top: 10px;
}

.otherNewsMenu li a {
font-size: 13px
}
.otherNewsMenu li:hover {
	background-color: #efefef;
}
.detailNewsImg img {
	width: 100%;
	height: auto;
}
.footerSocmed {
	padding-left: 20px;
	padding-right: 20px;
}
.footerSocmed img {
	display: inline-block;
	height: 20px;
	margin-right: 10px;
}
.contactForm {
	padding-bottom: 50px;
	display: inline-block;
}
.contactForm label {
	width: 150px;
	float: left;
	padding-top: 10px;
}
.colon {
	width: 5px;
	float: left;
	text-align: center;
	padding-top: 10px;
	vertical-align: middle;
	margin-right: 5px;
}
.contactForm input[type="text"] {
	float: left;
	width: 380px;
	height: 35px;
	border: 1px solid #eee;
}
.contactForm textarea {
	float: left;
	width: 380px;
	height: 35px;
	border: 1px solid #eee;
	height: 200px;
}
.btnContactSubm {
	padding: 8px 16px;
	border: 1px solid #eee;
	font-style: bold;
	float: right;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.footerSocmed select {
	padding: 12px 16px;
	border: 1px solid #eee;
	margin-top: -18px;
}
.productMenu {
	padding-left: 20px;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	margin-top: -20px;
	margin-bottom: 10px;
}
.productMenu a {
	margin-right: 20px;
	text-transform: uppercase;
}
.productMenu a.activePage {
	color: #87b4fc;
}
.dosage {
	margin-top: 30px;
}
.dosage label {
	float: left;
	width: 180px;
	margin-top: 5px;
}
.dosage select {
	float: left;
	padding: 5px 8px;
	border: 1px solid #eee;
	margin-top: -5px;
}
.dosage input[type=text] {
	padding: 8px 12px;
	border: 1px solid #eee;
	float: left;
	margin-top: -3px;
}
.dosage input[type=text].result {
	border-top: none;
	border-left: none;
	border-right: none;
}