/* Table of Content
==================================================
	#Header
	#Slider
	#Page Title
	#Content
	#Portfolio
	#Widgets
	#Footer 
	#Misc
*/

	
/* #Header
================================================== */
#header {
	margin-bottom: 0px;
}
/* Top Header */
.header-top {
	background: rgba(33, 33, 33, 1) center;
	/*background-image:url(../images/bg-greenleaves.jpg);*/
	color: #333;
	border-bottom: 1px solid #09C;
	padding: 4px 0;
}
.header-top a {
	color: #333;
}
/* Top Menu */
	.header-top-menu {
	float: left;
	padding-top: 5px;
}
.header-top-menu li {
	float: left;
	overflow: hidden;
	font-style: italic;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}
.header-top-menu a {
	text-decoration: none;
	border-left: 1px solid #666;
	padding: 0 11px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.header-top-menu a:hover {
	color: #fafafa;
}
.header-top-menu li:first-child a {
	padding-left: 0;
	border-left: none;
}
/* Social Links */
	.social-links {
	float: right;
}
/* Main Header */
.header-main {
}
/*.header-main .hr-bottom {
		border-bottom: 3px solid #CCC;
		position: relative;
	}
	.header-main .hr-bottom:after {
		content:"";
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		bottom: -5px;
		height: 1px;
		background: #BBB;
	}*/

/* Logo */
#logo {
	float: left;
	padding: 10px 0 0 0;
	width:475px;
}
.logo-science {
	float:right;
	text-align:right;
	padding:0;
	margin:0;
}
.logo-science img {
	width:40%;
}
/*/ Logo */





/* Navigation */
nav.primary {
}
/* Mobile Menu */
.select-menu {
	width: 100%;
	top:100px;
	background-color: #fff;
	border: 1px solid #C8C8C8;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
	padding: 5px;
	height: 30px;
	font-size:13px;
}
/*/#Header */


/* #Slider
================================================== */
.dwuserEasyRotator {
	width: 100%;
	height: 550px;
	position:relative;
	text-align: left;
}
.slider {
	margin:15px 0 15px 0;
	height: 260px;
	clear:both;
}
/* Revolution Slider */
.bannercontainer {
	padding:0px;
	background-color:#f9fbfa;
	width:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.banner {
	width:960px;
	height:550px;
	position:relative;
	overflow:hidden;
}
.banner_about {
	width:100%;
	height:550px;
	background:url(../images/slides/03.jpg) top center;
	background-size:100% auto;
	background-repeat:no-repeat;
	text-align:left;
	border-top: 1px solid #ccc;
	overflow:hidden;
}
.banner_products_pharma {
	width:100%;
	height:550px;
	background:url(../images/slides/02.jpg) top center;
	background-size:100% auto;
	background-repeat:no-repeat;
	text-align:left;
	overflow:hidden;
}
.banner_products_pharma_women {
	width:100%;
	height:550px;
	background:url(../images/slides/02.jpg) top center;
	background-size:100% auto;
	background-repeat:no-repeat;
	text-align:left;
	border-top: 1px solid #ccc;
	overflow:hidden;
}
.banner_products_pharma_cosmetic {
	width:100%;
	height:550px;
	background:url(../images/slides/01.jpg) top center;
	background-size:100% auto;
	background-repeat:no-repeat;
	text-align:left;
	border-top: 1px solid #ccc;
	overflow:hidden;
}
.banner_herbfinder {
	width:100%;
	height:550px;
	background:url(../images/slides/04.jpg) top center;
	background-size:100% auto;
	background-repeat:no-repeat;
	text-align:left;
	border-top: 1px solid #ccc;
	overflow:hidden;
}
.banner_rd {
	width:100%;
	height:550px;
	background:url(../images/slides/03.jpg) top center;
	text-align:left;
	background-size:100% auto;
	background-repeat:no-repeat;
	border-top: 1px solid #ccc;
	overflow:hidden;
}
.banner_scienceforyou {
	width:100%;
	height:550px;
	background:url(../images/slides/journalclub.jpg) top center;
	text-align:left;
	background-size:100% auto;
	background-repeat:no-repeat;
	border-top: 1px solid #ccc;
	overflow:hidden;
}
.banner_partners {
	width:100%;
	height:550px;
	background:url(../images/slides/05.jpg) top center;
	text-align:left;
	background-size:100% auto;
	background-repeat:no-repeat;
	border-top: 1px solid #ccc;
	overflow:hidden;
}
.header-border-left {
	border-left:5px solid #F90;
}
.panel-border-left {
	border-left:1px solid #F90;
}
.homepanel-img {
	float:left;
	margin:10px;
	width:100px;
	height:100px;
}
/* #Page Title
================================================== */
.page-title {
	margin: 0 0 0 0;
	padding:0 0 10px 0;
}
.page-title-holder {
	padding:0 20px 0 0;
	border-bottom: 3px solid rgba(195, 195, 195, 1);
}
.page-title h1 {
	font-size: 24px;
	line-height: 1em;
	margin: 0;
	color: #F90;
	float: left;
	position: relative;
	padding: 6px 0 17px 0;
}
.page-title-holder h1:after {
	content:"";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: 3px;
	background: #390;
}
/*/#Page Title */
	

/* #Content
================================================== */
.maincontent {
	background:rgba(255, 255, 255, 1);
	border-radius:10px;
	padding-bottom:50px;
	margin-top:10px;
}
#content {
}
.content-wrapper {
	padding-bottom: 43px;
}
.homefiller {
	float:left;
	height:250px;
}
.products {
	width:100%;
	padding:1px 5px;
	text-align:left;
	margin:0 0 20px 0;
	clear:both;
}
.products h3 {
	color:#fff;
	font-size:16px;
	clear:both;
}
.ortho {
	background-color:#C00;
}
.women {
	background-color: #F39;
}
.men {
	background-color: #630;
}
.kids {
	background-color: #69F;
}
.respiratory {
	background-color: #069;
}
.liver {
	background-color: #C90;
}
.cardio {
	background-color: #900;
}
.intestine {
	background-color: purple;
}
.diabetes {
	background-color: #3182C4;
}
.face {
	background-color: #096;
}
.skin {
	background-color: #096;
}
.hair {
	background-color:#FC3;
}
.health {
	background-color:#936;
}
.body {
	background-color:#9C9;
}
.kidney {
	background-color: #F60;
}
.neurology {
	background-color: #F60;
}
.others_black {
	background-color: #000;
}
.others_navy {
	background-color: #039;
}
.others_green {
	background-color: #360;
}
.cosmetic {
	background-color: #9C9;
}
.prodlist img {
	float:left;
	width:270px;
	height:270px;
}
.prodlistcos img {
	float:left;
	width:270px;
	/*height:375px;*/
	margin:10px 0 0 0;
	background-color:#000;
	border-radius:5px;
}
.prodcosmetics img {
	background-color:#000;
	border-radius:5px;
}
.herbs img {
	float:right;
	width:200px;
	margin:0 0 10px 25px;
}
/*.prodlist_item {
	display:block;
	float:left;
	margin:0 10px 20px 0;
	text-align:center;
	height:auto;
}*/
.prodlist_item {
	margin:10px 0;
}
.prodlist_item_last {
	border-right: none;
	float:left;
	margin:0 0 20px 0;
}
.prodlist_itemtitle_pharma {
	/*margin:0 auto;*/
	width:90%;
	clear:both;
	background:#000;
	border:1px solid #000;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	color:#fff;
}
.prodlist_itemtitle_cos {
	margin:0 auto;
	width:100%;
	height:50px;
	clear:both;
	background:#000;
	border:1px solid #000;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	/*text-align:center;*/
	padding:5px;
	color:#fff;
	vertical-align:middle;
}
.prod_subhead {
	background-color:#D0E1DB;
	font-size:16px;
	width:100%;
	padding:10px;
	margin:10px 0 10px 0;
	clear:both;
}
/*.prod_readmore {
	float:right;
	background-color:#fff;
	border:1px solid #eee;
	font-size:12px;
	width:80px;
	padding:2px;
	margin:0 10px 0 0;
	clear:both;
}*/
.prod_readmore {
	background-color:#fff;
	border:1px solid #eee;
	font-size:12px;
	width:80px;
	padding:2px;
	margin:10px 0;
	clear:both;
}
.prod_enquirenow {
	background-color: #F90;
	border:1px solid #ccc;
	border-radius:10px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	width:150px;
	padding:10px;
	margin: 0 auto;
	margin:25px auto;
	clear:both;
	text-align:center;
}
.prod_enquirenow:hover, .prod_enquirenow:hover a:hover {
	background-color: #333;
	text-decoration:none;
}
.prod_enquirenow a {
	color:#fff;
	text-decoration:none;
}
img {
	max-width:100%;
	height:auto;
}
.floatright {
	float:right;
}
/* #Footer
================================================== */
#footer {
	background: #040404;
	color: #8f8f8e;
}
/* Footer Widget */
.footer-widgets {
	background: #2e3438 url(../images/pattern-alt.gif);
	padding: 37px 0;
	position: relative;
}
.footer-widgets:before {
	content:"";
	display: block;
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	top: 0;
	background:rgba(0, 0, 0, .38);
}
.footer-widgets a {
	color: #6e9b76;
}
.footer-widgets a:hover {
	color: #bdd4c1;
	text-decoration: none;
}
/* Copyright */
.copyright {
	padding: 16px 0;
	font-size: 10px;
	text-transform: uppercase;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.copyright a:hover {
	color: #eb593c;
}
.copyright .separator {
	display: inline-block;
	margin: 0 3px;
}
.copyright-primary {
	float: left;
}
.copyright-secondary {
	float: right;
}
.copyright-secondary a {
	color:#AAA;
}
.copyright-secondary a:hover {
	color:#fff;
}
.footermenu a {
	padding-right:5px;
}
footer .social_icons {
	margin:5px auto 5px auto;
}
footer .social_icons ul {
	float:right;
	display:table;
	margin:0 auto;
	padding:0px;
	font-size:0;
}
footer .social_icons li {
	display:inline-block;
	vertical-align:top;
	margin:0 10px;
	font-size:22px;
}
footer .social_icons li a {
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:5%;
	color: #690;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
footer .social_icons li a:hover {
	font-size:24px;
	color: #09F;
}

@media only screen and (max-width: 1200px) {
 #logo {
 float:left;
 width:120px;
}
.logo-science {
position:absolute;
top:0;
right:0;
 text-align:right;
 padding:0;
 margin:0;
}
.logo-science img {
 width:40%;
}
.select-menu {
 margin-top:30px;
}
/*/ Logo */

.google-cse {
 position:absolute;
 top:100px;
 width:100%;
 clear:both;
 display:none;
}
.dwuserEasyRotator {
 width: 100%;
 height: 450px;
 position:relative;
 text-align: left;
}
.container {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
border-radius:0;
}
.maincontent {
 width:100%;
}
.homefiller {
 height:auto;
}
.container .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
width:100%;
margin:0 auto;
padding:0 10px 0 10px;
}
p {
 width:100%;
}
.banner_about {
 height:450px;
}
.banner_products {
 height:450px;
}
.banner_products_pharma {
 height:450px;
}
.banner_products_pharma_women {
 height:450px;
}
.banner_products_pharma_cosmetic {
 height:450px;
}
.banner_herbfinder {
 height:450px;
}
.banner_rd {
 height:450px;
}
.banner_partners {
 height:450px;
}
.banner_scienceforyou {
 height:450px;
}
 .google-cse {
 width:300px;
 float:left;
 margin:30px 0 0 0;
}
.gsib_a {
 width: 100%;
 padding: 0 !important;
 padding-right: 6px;
 padding-left: 6px;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
 width: 25px !important;
 height: 25px !important;
 padding: 0px !important;
 font-size:12px !important;
 min-width: 13px;
 margin-top: 2px;
 color:#fff;
}
h1, h2, h3, h4, h5, h6 {
 font-family:"Merriweather", serif !important;
 color: #F90 !important;
}
.products h3 {
 color:#fff !important;
 font-size:22px;
 clear:both;
 margin:10px;
}
h4 {
 clear:both;
 margin:40px 0 10px 0;
}
}
@media only screen and (max-width: 1020px) {
 #logo {
 float:left;
 width:120px;
}
.logo-science {
position:absolute;
top:0;
right:0;
 text-align:right;
 padding:0;
 margin:0;
}
.logo-science img {
 width:40%;
}
.select-menu {
 margin-top:30px;
}
/*/ Logo */

.google-cse {
 position:absolute;
 top:100px;
 width:100%;
 clear:both;
 display:none;
}
.dwuserEasyRotator {
 width: 100%;
 height: 400px;
 position:relative;
 text-align: left;
}
.container {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
border-radius:0;
}
.maincontent {
 width:100%;
}
.homefiller {
 height:auto;
}
.container .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
width:100%;
margin:0 auto;
padding:0 10px 0 10px;
}
p {
 width:100%;
}
.banner_about {
 height:400px;
}
.banner_products {
 height:400px;
}
.banner_products_pharma {
 height:400px;
}
.banner_products_pharma_women {
 height:400px;
}
.banner_products_pharma_cosmetic {
 height:400px;
}
.banner_herbfinder {
 height:400px;
}
.banner_rd {
 height:400px;
}
.banner_scienceforyou {
 height:400px;
}
.banner_partners {
 height:400px;
}
.google-cse {
 width:300px;
 float:left;
 margin:30px 0 0 0;
}
.gsib_a {
 width: 100%;
 padding: 0 !important;
 padding-right: 6px;
 padding-left: 6px;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
 width: 25px !important;
 height: 25px !important;
 padding: 0px !important;
 font-size:12px !important;
 min-width: 13px;
 margin-top: 2px;
 color:#fff;
}
h1, h2, h3, h4, h5, h6 {
 font-family:"Merriweather", serif !important;
 color: #F90 !important;
}
.products h3 {
 color:#fff !important;
 font-size:22px;
 clear:both;
 margin:10px;
}
}
@media only screen and (max-width: 768px) {
 #logo {
 float:left;
 width:120px;
}
.logo-science {
position:absolute;
top:0;
right:0;
 text-align:right;
 padding:0;
 margin:0;
}
.logo-science img {
 width:40%;
}
.select-menu {
 margin-top:30px;
}
/*/ Logo */

.google-cse {
 position:absolute;
 top:100px;
 width:100%;
 clear:both;
 display:none;
}
.dwuserEasyRotator {
 width: 100%;
 height: 300px;
 position:relative;
 text-align: left;
}
.container {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
border-radius:0;
}
.maincontent {
 width:100%;
}
.homefiller {
 height:auto;
}
.container .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
width:100%;
margin:0 auto;
padding:0 10px 0 10px;
}
p {
 width:100%;
}
.banner_about {
 height:300px;
}
.banner_products {
 height:300px;
}
.banner_products_pharma {
 height:300px;
}
.banner_products_pharma_women {
 height:300px;
}
.banner_products_pharma_cosmetic {
 height:300px;
}
.banner_herbfinder {
 height:300px;
}
.banner_rd {
 height:300px;
}
.banner_scienceforyou {
 height:300px;
}
.banner_partners {
 height:300px;
}
 .google-cse {
 width:300px;
 float:left;
 margin:30px 0 0 0;
}
.gsib_a {
 width: 100%;
 padding: 0 !important;
 padding-right: 6px;
 padding-left: 6px;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
 width: 25px !important;
 height: 25px !important;
 padding: 0px !important;
 font-size:12px !important;
 min-width: 13px;
 margin-top: 2px;
 color:#fff;
}
h1, h2, h3, h4, h5, h6 {
 font-family:"Merriweather", serif !important;
 color: #F90 !important;
}
.products h3 {
 color:#fff !important;
 font-size:22px;
 clear:both;
 margin:10px;
}
.prodcosmetics {
	float:left;
}
.pull-right {
	float:none  !important;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	width: 200px !important;

}
}
@media only screen and (max-width: 460px) {
 #logo {
 float:left;
 width:120px;
}
.logo-science {
position:absolute;
top:0;
right:0;
 text-align:right;
 padding:0;
 margin:0;
}
.logo-science img {
 width:40%;
}
/*/ Logo */

.google-cse {
 position:absolute;
 top:150px;
 width:100%;
 clear:both;
 display:none;
}
.dwuserEasyRotator {
 width: 100%;
 height: 150px;
 position:relative;
 text-align: left;
}
.container {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
border-radius:0;
}
.maincontent {
 width:100%;
}
.homefiller {
 height:auto;
}
.container .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
width:100%;
margin:0 auto;
padding:0 10px 0 10px;
}
p {
 width:100%;
}
.banner_about {
 height:150px;
}
.banner_products {
 height:150px;
}
.banner_products_pharma {
 height:150px;
}
.banner_products_pharma_women {
 height:150px;
}
.banner_products_pharma_cosmetic {
 height:150px;
}
.banner_herbfinder {
 height:150px;
}
.banner_rd {
 height:150px;
}
.banner_scienceforyou {
 height:150px;
}
.banner_partners {
 height:150px;
}
.prodcosmetics {
	float:left;
}
.pull-right {
	float:none  !important;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	width: 200px !important;

}
}
.google-cse {
	width:300px;
	float:left;
	margin:30px 0 0 0;
}
.gsib_a {
	width: 100%;
	padding: 0 !important;
	padding-right: 6px;
	padding-left: 6px;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	width: 25px !important;
	height: 25px !important;
	padding: 0px !important;
	font-size:12px !important;
	min-width: 13px;
	margin-top: 2px;
	color:#fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Merriweather", serif !important;
	color: #F90 !important;
}
.products h3 {
	color:#fff !important;
	font-size:22px;
	clear:both;
	margin:10px;
}
ul {
	list-style:disc;
}
.qual-logo {
	margin:20px 0 20px 0;
	text-align:center;
}
