@charset "utf-8";
/**
 * Eric Meyer's Reset CSS v2.0 
 **/
html { -webkit-font-smoothing: antialiased; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'texgyreherosregular', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}
a{
	text-decoration:none;
}
.container {
    max-width: 960px;
    margin: 0 auto;
}

.container{*zoom:1}.container:before,.container:after{display:table;line-height:0;content:""}.container:after{clear:both}

.top-line {
    height: 4px;
}
.black {
    background: #000;
}
.overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 2;
    visibility:hidden; 
    transition: all 0.2s linear;
	top:0;
	opacity:0;
}

.overlay .login-box {
    background: #fff;  
    /* width: 300px; */  
    margin: 35px 25px;  
    /* min-height: 150px; */  float: right;
    /* opacity: 0.9 !important; */
    border-radius: 3px;
    border: 3px solid rgba(0,0,0,0.5);
    position: relative;
    box-shadow: 0 0 10px #fff;
    padding: 10px;
    font-size: 0.8em;
	transition: all 0.3s linear;
}
.overlay .login-box:after {
    content: '';
    position: absolute;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent rgba(255,255,255,1) transparent;
    border-style: solid;
    top: -13px;
    right: 20px;
}
.thank-you {
    display: none;
    visibility: hidden;
}
.login-box td:first-child {
    text-align: right;
    width: 20px;
}
.login-box table {
    border-collapse: separate;   
    border-spacing: 5px;
}
.login-box .bottom {
    float: right;
    margin-right: 10px;
}
.login-box .field {
    border-bottom: 2px solid #aaa;
    border-width: 0 0 1px;
    outline:none;
    padding: 0 10px;
    width: 130px;
}
#login-box .buttons {
    width: 60px;
    height: 30px;
    line-height: 20px;
    font-size: 0.85em;
    margin-right: 5px;
    height: 30px;      line-height: 27px;      width: 60px;
}
.login-box .err-msg {
    visibility: hidden;
    display: none;
    opacity: 0;
    transition: all 0.3s linear;
    color: red;
}
.show {
    visibility:visible !important;
	opacity:1 !important;
	display:block !important;
}
body.noscroll{
    overflow:hidden;
}
.popup-box {
    width: 35%;
    background: #fff;
    position: absolute;
    top: 25%;
    left: 30%;
    border: 5px solid rgba(16, 91, 160, 0.6);
    border-radius: 10px;
    box-shadow: 0 0 20px #fff;
	visibility:hidden;
    padding: 20px;
	transition: all 0.2s linear;
    /* overflow: hidden; */
}
.popup-box .form h2.heading {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
}
.popup-box .textbox {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.popup-box .form .fields {
    margin: 0 auto;
    width: 70%;
}
.form p.info {
    color: #ccc;
    font-style: italic;
    font-size: 0.8em;
    padding-left: 70px;
    margin-bottom: 10px;
}
.popup-box .form {
    width: 100%;
}
.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    /* background: #54b2db; */
    border-radius: 0 5px 0 0;
    text-align: center;
    /* border: 5px solid #fff; */
	cursor:pointer;
	
    color: #ccc;
	
    /* font-weight:bold; */
    line-height: 24px;
}
.close-btn:hover {
    color: red;
    background: #eee;
}

#enquiry, #feedback, #login-box, #email-msg {
    visibility: hidden;
    opacity: 0;
	display:none;
}
header .top {
    height: 40px;
    background: #54b2db;
    font-size: 0.75em;
}
header .top, header .top a {
    color: #fff;
}
header .top .links-wrapper {
	float: right;
	/* background: #000; */
	border-width: 25px 28px 0 30px;
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	z-index: 99;
}
header .top .links {
    margin-top: -20px;
}
header .top .links a:hover {
    text-decoration: underline;
}
.top .fa {
    font-size: 1.3em;
    color: #fff;
}
header nav .menu {
	/* height: 60px; */
	float: right;
}
header .logo a {
    display: block;
    /* height: 60px; */
    line-height: 60px;
    color: rgb(18, 23, 148);
    font-weight: bold;
    font-size: 1.5em;
    font-family: sans-serif;
    text-indent: -999em;
}
.menu ul li a {
    display: inline-block;
    /* height: 60px; */
    line-height: 60px;
    padding: 0 10px;
    margin-left: 1px;
    color: #192b40;
    transition: all 0.1s linear;
}
.menu ul li.active > a, .menu .active i:before, .menu .active i:after, .menu li:hover {
    background: #192b40;
    color: #fff;
}
.menu li:hover i.fa:after, .menu ul li:hover a {
	color:#fff;
}
.menu ul li:first-child {
    position: relative;
}
.menu ul li:first-child a {
    text-indent: -9999em;
    width: 40px;
}
ul.sub-menu {
    /* background: #ccc; */
    position: absolute;
    z-index: 9;
    top: 130%;
    transition: all 0.2s linear;
    opacity: 0;
    visibility: hidden;
    /* margin-left: -10px; */
    margin-top: 0px;
    overflow: hidden;
    font-size: 0.85em;
}
.menu ul li:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
li.has-sub {
    position: relative;
}
.sub-menu li {
    width: 300px;
	
    /* min-height: 40px; */
    background: #54b2db;
    border-left: 2px solid #000;
    padding: 0px 3px 0 3px;
    border-right: 2px solid #000;
    /* border-bottom: 2px solid #000; */
}
.sub-menu li:first-child:after {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #54b2db transparent;
    left: 43px;
    top: -10px;
}
.sub-menu li:first-child:before {
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #000000 transparent;
    left: 40px;
    top: -13px;
}
.sub-menu li:first-child:after, .sub-menu li:first-child:before {
    content: '';
    border-style: solid;
    position: absolute;
}
.sub-menu li:first-child {
    margin-top: 13px;
    /* background: #ccc; */;
    border-top: 2px solid #000;
    padding-top: 3px;
}
.sub-menu li a {
    text-indent: initial !important;
    width: 280px !important;
    border: 1px solid #333;
    border-width: 1px 0 0 0;
	
    margin: 0 !important;
    line-height: 2em !important;
}
.sub-menu li a:hover {
    background: #192b40;
}
.sub-menu li:hover {
    background: #54b2db;
}
.sub-menu li:last-child {
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
}
.sub-menu li:first-child a {
    border-top-width: 0;
}
header nav, section#banner, #content.bg-img {
	background-image:url(../images/bg1.jpg);
}

header .top .contact {
    float: left;
    margin-right: 10px;
    line-height: 40px;
    cursor: pointer;
}
header .top .search {
    float: right;
}
.search .box {
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    padding: 5px 10px 0 10px;
    outline: none;
    margin-top: 6px;
    color: #fff;
}
.search:before {
    content: '\f002';
    display: inline-block;
    margin-right: 10px;
    color: #eee;
}
::-webkit-input-placeholder {
	color:#ddd;
	font-style:italic;
}
:-moz-placeholder {
	color:#ddd;
	font-style:italic;
}
::-moz-placeholder {
	color:#ddd;
	font-style:italic;
}
:-ms-input-placeholder {
	color:#ddd;
	font-style:italic;
}
nav .container {
    border-bottom: 3px solid #192b40;
}
nav .text {
    float: left;
    font-size: 1.3em;
    color: #192b40;
    font-family: Copperplate, "Copperplate Gothic Light", fantasy;
    line-height: 60px;
    font-weight: bold;
    margin-left: 15px;
    display: none;
}
nav .logo {
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 50px;
	background-size: contain;
	margin-top: 6px;
}
nav .menu ul li {
    float: left;
    margin-left: 1px;
}
nav .menu a.prod i {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    background-image: url(../images/prod.png);   background-repeat: no-repeat;
    background-size: cover;
	margin: 21px 5px -5px 0;
}
nav .menu a.prod:hover i, .menu ul li.active .prod i {
    background-image: url(../images/prod1.png);   background-repeat: no-repeat;
}
.mission i {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    background-image: url(../images/mission-icons.png);   background-repeat: no-repeat;
	margin: 21px 5px -5px 0;
    background-position: -6px -26px;
}
i.icon.mission {
    background-image: url(../images/mission-icons.png);  background-repeat: no-repeat;  
    background-position: -3px -48px;
    
}
nav .menu a.mission:hover i {
    background-image: url(../images/mission-icons.png);   background-repeat: no-repeat;
	
    background-position: -6px -4px;
}
#slider .caption {
    position: absolute;
    width: 300px;
    background: rgba(0,0,0,0.4);
    padding: 15px;
    /* border-top: 3px solid #54b2db; */
    color: #fff;
}
.fixed .vert-btn a:hover {
    background: rgb(228, 118, 0);
}
#slider .caption .heading {
    font-weight: bold;
    margin-bottom: 10px;
}
#slider .caption p.desc {
    font-size: 0.85em;
}
.slide11 .caption {
    left: 0%;
    top: 5%;
}
.slide1 .caption, .slide3 .caption {
    top: 40%;
    left: 50px;
}
.slide4 .caption {
	top: 20%;
    right: 50px;
}

.col-1-4 {
    max-width: 240px;
    width: 25%;
    float: left;
    min-width: 240px;
}
#main-features .content {
    min-height: 110px;
    padding: 10px;
    position: relative;
    color: #FFFFFF;
}
#main-features .who-we-are {
	background: #c50d29;
}
#main-features .csr {
	background: #054765;
}
#main-features .prod {
	background: #f9613b;
}
#main-features .career {
	background: #609000;
}
i.fa.career {
    background: transparent !important;
}
i.antibio {
	background:url(../images/icon-sprites.png);
	background-position: -89px -3px;
}
i.gastro {
	background:url(../images/icon-sprites.png);
	background-position: 4px -2px;
}
i.respirat {
	background:url(../images/icon-sprites.png);
	background-position: -42px -2px;
	width: 20px !important;
}
i.ophthal {
	background:url(../images/icon-sprites.png);
	background-position: -64px -3px;
}
i.foodsupp {
	background:url(../images/icon-sprites.png);
	background-position: -118px -3px;
}
i.neuro {
	background:url(../images/icon-sprites.png);
	background-position: -19px -2px;
}

#main-features h2.heading {
    text-align: center;
}
h2.heading {
    font-size: 1.3em;
}

#main-features p.desc {
    font-size: 0.85em;
    margin-top: 10px;
    text-align: center;
}
#main-features .who-we-are:hover {
    background: #E61132;
    
}
#main-features > div {
    transition: all 0.3s ease;
}
#main-features > div a {
    display: block;
    height: 100%;
    position: absolute;
    text-indent: -999em;
    width: 100%;
}
#main-features .csr:hover {
    background: #0A648D;
   
}
#main-features .prod:hover {
    background: #FF8061;
    
}
#main-features .prod .heading {
    vertical-align: top;
}
#main-features .career:hover {
    background: #79B600;
    
}
#main-features > div {
    /* border-radius: 0 0 5px 5px; */
}
.col-2-3 {
    /* max-width: 66.66%; */
    width: 66.66%;
    min-width: 500px;
}
.col-1-3 {
    min-width: 300px;
    width: 33.33%;
}
#therapy {
    /* min-height: 300px; */
    padding: 0 10px 0 0;
}
#prod-gal {
    height: 150px;
    padding-right: 10px;
    padding-top: 10px;
}
#news {
    padding-left: 10px;
}
#news .content {
    /* min-height: 400px; */
    border: 1px solid #ccc;

    /* overflow: hidden; */
}
#news .post {
    margin: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}
#news .post .image {
    float: left;
    margin: 0 10px 10px 0;
    height: 60px;
    overflow: hidden;
	width:60px;
    position: relative;
}
#news .post .p1 img {      
    clip: rect(0px,60px,60px,0px);
    position: absolute;
}
#news .post .p2 img {      
    clip: rect(60px,60px,120px,0px);
    position: absolute;
    bottom: 0px;
}
#news .post h2.b-heading {
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
    text-decoration: underline;
}
#news .post p.desc {
    text-align: justify;
    font-size: 0.8em;
    line-height: 1.2em;
}
.post .desc .more {
    float: right;
    margin-top: 15px;
}
.post .desc .more a:hover {
    background: #54b2db;
    color: #fff;
}
.post .desc .more a {
    background: #ccc;
    color: #666;
}
#news .post:first-child {
    border-bottom: 1px dashed;
}
div[class*="col-"] {
    float:left;
}
#footer .top {
	/* min-height: 320px; */
	background-image: url(../images/always_grey.png);
}
/*i.prod {
	background-image: url(../images/prod.png);
	background-repeat: no-repeat;
	float: left;
	display: block;
	height: 20px;
	width: 20px;
	background-size: contain;
	margin-top: 20px;
	margin-right: 5px;
}*/
.heading i.prod {
	background-image: url(../images/prod-h.png);
}
.heading i.blog {
	background-image: url(../images/blog-h.png);
}
section#content .heading i {
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	/* background-size: cover; */
	margin-right: 10px;
}

#therapy h2.heading, #news h2.heading, section#content h2.heading {
    padding: 3px;
    color: #666;
    display: table;
    vertical-align: top;
    border-bottom: 3px solid #54b2db;
    float: left;
    line-height: 25px;
}
#therapy .heading .right {
    float: right;
    height: 40px;
    width: 50px;
}
#therapy .items {
    height: 205px;
    border: 1px solid #ccc;

    overflow: hidden;
    padding: 10px;
}
#therapy .items .item {
    height: 185px;
    background: #4792D8;
    transition: all 0.2s ease;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    /* cursor: pointer; */
}
#therapy .items .item:hover {
    background: #54b2db;
}
#therapy .items .item:hover p.desc {
    color: #fff;
}
#therapy .item.t1:hover i {
    background-position: 0px -74px;
}
#therapy .item.t2:hover i {
    background-position: -176px -74px;
}
#therapy .item.t3:hover i {
    background-position: -345px -74px;
}
#therapy .item.t4:hover i {
    background-position: -528px -74px;
}
#therapy .item.t5:hover i {
    background-position: -704px -74px;
}
#therapy .item.t6:hover i {
    background-position: -880px -74px;
}




#therapy .item p.desc, #therapy .item a {
    font-size: 0.8em;
    text-align: center;
    display: block;
    margin-top: 5px;
    overflow: hidden;
	
    color: #BBBBBB;}
#therapy .item p.desc {
	width: 180px;
	max-height: 55px;
	min-height: 20px;
}
#therapy .item a {
	margin: 10px auto 0 auto;
	height: 15px;
	line-height: 14px;
	color: #fff;

}
#therapy .item i {
	height: 74px;
	/* width:150px; */
	display: block;
	/* [disabled]background: #fff; */
	margin: 0 auto;
	background-image: url(../images/therapies-icon.png);
	background-repeat: no-repeat;
}
#therapy .item.t1 i {
	
	background-position: 0px 0px;
}
#therapy .item.t2 i {
	
	background-position: -176px 0px;
}
#therapy .item.t3 i {
	
	background-position: -345px 0;
}
#therapy .item.t4 i {
	
	background-position: -528px 0;
}
#therapy .item.t5 i {
	
	background-position: -704px 0;
}
#therapy .item.t6 i {
	
	background-position: -880px 0;
}
.button {
    background: #aaa;
	position:relative;
    display: block;
    padding: 6px;
    border-radius: 20px;
    width: 60px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.button.arw:after {
    content:"\f054";
    display:inline-block;
    position:absolute;
    right: 10px;
    top: 8px;
    transition: all 0.2s ease;
	font-size:0.8em;
}
.button:hover:after {
    right: 7px;
}
#therapy .button:hover {
    box-shadow: 0px 0px 5px #BBDAE7;
}
#therapy .item:hover .button {
    background: #248EBD;
    color: #fff;
}

h2.i-heading {
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    color: #ddd;
    /* font-size: 1.15em; */
}
#therapy .items .item:hover h2.i-heading {
    color:#fff
}
#prod-gal .content {

	/* [disabled]height: 100%; */
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 10px;
}

section#content {
    padding: 10px 0 20px 0;
}

#main-features i.prods {
	background-image: url(../images/prod-f.png);
}
i.capsule {
	background-image: url(../images/prod-ft.png);
	 background-size: cover; 
}
i.prods {
	background-image: url(../images/therapy-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 25px;
	width: 25px;
	display: inline-block;
	margin-right: 5px;
}

#footer .bottom {
    min-height: 40px;
    background: #333;
}
#footer .content h2.heading {
    text-align: center;
    margin: 20px auto;
    font-size: 1em;
}
#footer .content {
    color: #ccc;
    padding: 0 20px;
    margin-bottom: 20px;
}
#footer .content .details {
    font-size: 0.7em;

}
#footer .git ul li {
    margin-top: 20px;
    position: relative;
    margin-left: 50px;
    font-size: 1.2em;
}
#footer .content .social {
    width: 200px;
    margin: 30px auto;
}
#footer .content .social ul li {
    display: inline-block;
    margin-left: 10px;
    float: left;
}
#footer .content .social i {
    background: #333;
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #666 inset;
    margin: 0 auto;
    color: #ccc;
}
#footer .details.ufl ul li {
    background: #333;
    margin: 0 auto 2px auto;
    border-left: 7px solid #555;
    transition: all 0.2s ease;
}
#footer .details.ufl {

    margin: 0 20px;
}
#footer .details.ufl ul li:hover {
    border-color: #54b2db;
}
#footer .details.ufl ul li a {
    color: inherit;
    display: block;
    padding: 5px 30px;
    text-transform: uppercase;
}
#footer .details.ufl ul li a:hover {
    text-decoration: underline;
    color: #54b2db;
}
.textbox {
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 3px;
    min-width: 200px;
}
#footer .content .form {
    margin: 0 auto;
    width: 225px;
}
textarea.textbox {
    max-width: 200px;
    height: 80px;
    max-height: 80px;
}
#footer .form .field {
    margin-bottom: 5px;
}
.form .buttons {
    border-radius: 5px 5px 3px 3px;
    width: 80px;
    border: none;
    height: 35px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
    border-bottom: 3px solid #9B9B9B;
    line-height: 32px;
    cursor: pointer;
}
div.f-button {
    float: right;
}
.form .buttons:hover {
    border-color: #54b2db;
}
.form table td:nth-child(2) {
    width: 30px;
    text-align: center;
}
.form table tr:nth-child(4) td {
    vertical-align: top;
}
.popup-box .buttons {
    margin-top: 5px;
}
#footer .content .social i.fb:hover {
    background: #3b5998;
}
#footer .content .social i.tw:hover {
    background: #4099FF;
}
#footer .content .social i.gp:hover {
    background: #D34836;
}
#footer .content .social i.blog:hover {
    background: #fb8f3d;
}
#footer .credit {
    float: right;
}
#footer .top .details.git li:first-child {
    line-height: 1.3em;
}
#footer .copyright {
    float: left;
}
#footer .bottom {
    line-height: 40px;
    color: #666;
    font-size: 0.8em;
}
#footer .credit a {
    color: inherit;
}
#footer .credit a:hover {
    color: #ccc;
    text-decoration: underline;
}
#footer .copyright img {
    vertical-align: middle;
    width: 30%;
}

.fixed {
    position: relative;
}
.fixed .vert-btn {
    position: fixed;
    /* height: 30px; */
    top: 40%;
    z-index: 1;
    -webkit-transform-origin: 50% 50%;    -moz-transform-origin: 50% 50%;    -ms-transform-origin: 50% 50%;    -o-transform-origin: 50% 50%;    
    transform-origin: 50% 50%;
}
.fixed .vert-btn a {
    padding: 5px 15px;
    background: orange;
    border-radius: 5px;
    color: #fff;

    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
.vert-btn.left {
    left: -40px;
	transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.vert-btn.right {
    right: -32px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
