@charset "UTF-8"; 







li[aria-hidden="true"] {
	opacity: 0 !important;
}

/* CSS Document */
body {background-image: url(../img/bg6.jpg); background-size:  1920px 100%; background-position: center; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:14px; font-weight:normal; line-height:25px; color:#1d1919; margin:0;
}

.container {width:960px; margin:0 auto;} 
header, section, article, aside, footer, nav{display:block;}
header, .nav-horizontal, .features, .content{margin-left:10px; margin-right:10px}
header {padding-top:20px; height:77px; position: fixed; z-index: 99999; margin: 0 0; width: 100%; background-color:#67a236;}

.logo, .lang, .icon, .imgLeft, .imgPro, .txtPro, .box, .col01, .features, .pressListDate, .pressListTitle {float:left} 
.social, .searchBar, .imgRight {float:right;}

.social {width:145px; padding-top:25px} 
.lang {width:69px}
.icon {width:25px} 
.searchBar {width:215px; }
footer {margin-bottom:30px; clear:both; padding-top:10px; position:relative}
.features {border:1px solid #CCC; width:940px; height:480px;}
.nav_line{border-bottom:#CCC solid 1px}
.imgLeft {margin-right:20px}
.imgRight  {margin-left:20px}

.pressLine {border-right:1px solid #CCC; height:100px}	
.pressName{width:130px; float:left; padding-right:10px;}
.pressTitle{width:469px; float:left; padding-right:10px;}
.pressDate{width:70px; float:left}


.column{float:left;}
.column {width:293px; margin:0 10px; } /**/
.col01 {width:610px; margin-left:30px; margin-right:20px; }

article#products {float:left; width:680px; margin-left:26px; margin-top:15px}
div#proTitle {clear:both; width:160px; height:35px; background-color:#FF9;}
.imgPro {width:300px;}
.txtPro {/* width:379px; */ padding-left:20px;}
#kkliu{ width: 100%; text-align: right; clear: both;}

/******NAV HORIZONTAL - TOP******/
.nav-horizontal {padding-top:18px; padding-bottom:10px; /* margin-top:8px */}
.nav-horizontal ul{    display: inline;
  padding: 10px 0 10px 20px;
  background-color: #4a9e29;
  color: #fff;}
  .nav-horizontal li{display:inline}
  .nav-horizontal li a {color: #fff;}
  .nav-horizontal li a:hover {color: #192d11;}
  .nav-horizontal li{border-right:1px; 
    border-right-color:#fff; border-right-style:solid; 
    padding-right:15px;
    font-size: 12px;
    color: #FFF;}
    .nav-horizontal ul li {margin-right:15px;}

    /******NAV HORIZONTAL - BOTTOM ******/
    .nav-bottom {line-height:0px; height:28px; margin-bottom:10px}
    .nav-bottom ul {padding: 10px 0 0 20px; background-color: #4a9e29; height: 18px;}
    .nav-bottom li{border-right:1px; border-right-color:#CCC; border-right-style:solid; padding-right:15px;}
    .nav-bottom ul li {display:inline; margin-right:15px; vertical-align:middle}

    /******NAV VERTICAL - SIDE ******/
    .sideNav {float:left; width: 220px; margin-left: 10px;}
    aside h1 {margin-top:30px; padding-left:10px; font-weight: 700;}
    .glossymenu{
      margin: 5px 0;
      padding: 0;
      width: 220px; /*width of menu*/
      border: 1px solid #CCC;
    }

    .glossymenu a.menuitem{
      background: #ed1c24;
      font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #FFF;
      display: block;
      position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
      width: auto;
      padding-bottom:14px; padding-top:20px;
      border-bottom:#CCC solid 1px;
      padding-left: 15px;
      text-decoration: none;
    }

    .glossymenu a.menuitem:visited, .glossymenu .menuitem:active{color: #FFF;}

    .glossymenu div.submenu{ /*DIV that contains each sub menu*/
      /* background: #93ca53; */
    }

    .glossymenu div.submenu ul{ /*UL of each sub menu*/
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

    .glossymenu div.submenu ul li{padding:6px 0;}

    .glossymenu div.submenu ul li a{
      display: block;
      font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #669933;
      text-decoration: none;
      padding: 4px 15px;
    }

    .glossymenu div.submenu ul li a:hover{color: #192d11;padding: 4px 15px;}

    /******SEARCH BOX******/
    #search-form {
     background: #e1e1e1; /* Fallback color for non-css3 browsers */
     width: 200px; 
     /* Gradients */
     background: -webkit-gradient( linear,left top, left bottom, color-stop(0, rgb(243,243,243)), color-stop(1, rgb(225,225,225)));
     background: -moz-linear-gradient( center top, rgb(243,243,243) 0%, rgb(225,225,225) 100%);
     /* Rounded Corners */
     border-radius: 17px;
     -webkit-border-radius: 17px;
     -moz-border-radius: 17px;
     /* Shadows */
     box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
     -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
     -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
   }

   /*** TEXT BOX ***/
   input[type="text2"]{
     background: #fafafa; /* Fallback color for non-css3 browsers */
     /* Gradients */
     background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
     background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
     border: 0;
     border-bottom: 1px solid #fff;
     border-right: 1px solid rgba(255,255,255,.8);
     font-size: 14px;
     /* Rounded Corners */
     border-radius: 17px;
     -webkit-border-radius: 17px;
     -moz-border-radius: 17px;
     /* Shadows */
/* box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
 -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
 -moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);*/
 -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
 -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
 box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

/*** USER IS FOCUSED ON TEXT BOX ***/
.cf:before, .cf:after{
  content:"";
  display:table;
}

.cf:after{
  clear:both;
}

.cf{
  zoom:1;
}
.form-wrapper {
  width: 210px;
}

.form-wrapper input {
  width: 150px;
  height: 10px;
  padding: 7.5px 5px;
  float: left;    
  font: normal 14px 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'; 
  border: 0;
  background: #fff;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;      
}

.form-wrapper input:focus {
  outline: 0;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
  box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
 color: #999;
 font-weight: normal;
 font-style: normal;
}

.form-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: normal;
}

.form-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style:normal;
}    

.form-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 25px;
  width: 50px;
  font: normal 12px 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'; 
  color: #fff;
  text-transform: uppercase;
  background: #d83c3c url(../img/search.png) no-repeat center;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;      
  text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);

}   

.form-wrapper button:hover{  
  background: #e54040 url(../img/search.png) no-repeat center;
} 

.form-wrapper button:active,
.form-wrapper button:focus{   
  background: #c42f2f;    
}

.form-wrapper button:before {
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #d83c3c transparent;
  top: 4px;
  left: -6px;
}

.form-wrapper button:hover:before{
  border-right-color: #e54040;
}

.form-wrapper button:focus:before{
  border-right-color: #c42f2f;
}    

.form-wrapper button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/******TOP 10******/
.box { width: 868px; text-align: center;background-color: rgba(243, 243, 243, 1); border:1px solid #CCC; padding:20px 15px;margin:-4px 10px 0 30px;}
#ticker {
	height: 240px; 
	overflow: hidden;
	padding:0;
}
#ticker li {list-style-type:none; }
#ticker li {height: 240px; list-style-position: inside; text-indent: -0.1em; padding-left:1px; line-height:22px}

/****** CYCLE 2 ARROW ******/
#prev, #next {position:absolute;z-index:300; opacity: 0; filter: alpha(opacity=0); height:480px}
#prev {background:url(../img/arrow.png) 50% 50% no-repeat; width:50px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#next {z-index:300; margin-left:890px; background:url(../img/arrow.png) 50% 50% no-repeat; width:50px;}
#prev:hover, #next:hover { opacity: .2; filter: alpha(opacity=20) }

/****** TABLE - PACK SIZE ******/
/* #table, #ptable {display:table;} */
.viewrow{display:table-row;}
.viewcell, .pviewcell {display:table-cell;}
.viewcell, .pviewcell {background-color: #f3f3f3; text-align: center; border-top:#CCC solid 1px; border-left:#CCC solid 1px; padding:5px 10px 5px 10px ; }
.viewrow {padding:5px 10px 5px 10px }
#rightBorder {border-right:#CCC solid 1px;}

#ptable {padding:10px}
.pviewcell {background-color:#4a9e29; color:#FFF; width:180px; }

/****** COLORBOX + LIGHTBOX ******/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
    */
    #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
    #cboxWrapper {max-width:none;}
    #cboxOverlay{position:fixed; width:100%; height:100%;}
    #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
    #cboxContent{position:relative;}
    #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
    #cboxTitle{margin:0;}
    #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
    .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
    .cboxIframe{width:100%; height:100%; display:block; border:0;}
    #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
    */
    #cboxOverlay{background:#F5F5F5;}
    #colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.html) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(images/border.html) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.html) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.html) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(images/border.html) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.html) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.html) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(images/controls.html) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
    .cboxIframe{background:#fff;}
    #cboxError{padding:50px; border:1px solid #ccc;}
    #cboxLoadedContent{margin-bottom:5px;}
    #cboxLoadingOverlay{background:url(images/loading_background.html) no-repeat center center;}
    #cboxLoadingGraphic{background:url(images/loading.html) no-repeat center center;}
    #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
    #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

    /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
    #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(images/controls.html) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

    #cboxPrevious{left:0px; background-position: -51px -25px;}
    #cboxPrevious:hover{background-position:-51px 0px;}
    #cboxNext{left:27px; background-position:-75px -25px;}
    #cboxNext:hover{background-position:-75px 0px;}
    #cboxClose{right:0; background-position:-100px -25px;}
    #cboxClose:hover{background-position:-100px 0px;}

    .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
    .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
    .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
    .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

    /****** LIST PRODUCTS ******/
/*ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }*/

/* Content */
div#content { float: left; width: 699px; }

/* Content -> Code \
div#content div.codeBlocks { margin: 20px 0 35px; }

div#content pre { float: left; margin-right: 10px; cursor: pointer; }
div#content pre:before { content: attr(class); padding: 2px 3px; color: white; }

div#content pre.html { background: #F0F2EB; border-bottom: 1px solid #D7D9D3; }
div#content pre.html:before { background: #D7D9D3; }

div#content pre.javascript { background: #F4FAD2; border-bottom: 1px solid #DBE0BC; }
div#content pre.javascript:before { background: #DBE0BC; }

div#content pre.css { background: #E1EDB9; border-bottom: 1px solid #CAD5A6; }
div#content pre.css:before { background: #CAD5A6; }

div#content pre.collapse { position: relative; padding:2% 3%; width:94%; }
div#content pre.collapse:before { position: absolute; right: 0; top: 0; }

div#content pre code { display: none; background: none; font: 11px/16px "Courier New", Courier, monospace; }
div#content pre.collapse code { display:block; }*/

/* Content -> Unordered Lists */
div#content ul#itemContainer { list-style: none; padding:0; margin: 15px 0;}
div#content ul#itemContainer li { display: inline-block; margin: 5px; zoom: 1; *display:inline; box-shadow: 0px 1px 10px 1px #000;}
div#content ul#itemContainer ll li img { vertical-align: bottom; width: 160px; height: 163px; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/****** Press -> Unordered Lists ******/
#itemContainer2 li {border-bottom:dotted 1px #CCC}
ul#itemContainer2 { list-style: none; padding:0; margin: 15px 0;}
ul#itemContainer2 li { display: inline-block; margin: 3px; zoom: 1; *display:inline;}
ul#itemContainer2 ll li img { vertical-align: bottom; width: 160px; height: 163px; }



/****** TEXT ******/
a:link, a:active, a:visited, h2 a:link, h2 a:active, h2 a:visited, ol a:link, ol a:active, ol a:visited {text-decoration:none; color:#333; font-weight: 700;}
h1 a:link, h1 a:active, h1 a:visited, h3 a:link, h3 a:active, h3 a:visited {text-decoration:none; color:#4a9e29}
a:hover {color:#192d11;}
.nav-bottom a:link, .nav-bottom a:active, .nav-bottom a:visited {font-size:12px; color:#FFF}
.lang, .dimLang {font-size:10px;}
.dimLang {color:#CCC}

h1, h2, h3, h4 {font-weight:normal; font-style:normal; }
h1 {font-size:22px;}
h2 {font-size:18px; font-weight: 700;}
h1, h3, h4, .sTxt {color:#192d11;}
.redTxt {color:#963}
.num {font-size:16px; color:#333;}
.pressName {font-size:12px;}
.pressDate, .small {font-size:10px;}
#proTitle {text-align:center;}
.smallTxt {font-size:9px; line-height:10px}


.contacts{float: right; text-align: right;}

.circle{
  width: 100px;
}
.icon-left{
  float: left;
}
.imgPro img{
  margin: 90px 0 0 0;
}
.text-right{
  margin-left: 120px;
}
.circle-text{
  font-weight: bold;
}
.group{
  padding: 10px; 
  margin-bottom: 20px;
}
.img-contact{
  height: 540px;
  background: url(../img/bg-contact.png);
  background-size: 140%;
  background-position: 80% 40%;
}
#ticker{
  height: 450px !important;
  margin-left: 30px;
}
.for-who{
  color: #fff;
  margin-left: 30px;
  width: 900px;
  box-sizing: border-box;
}
.about{
  background: url(../img/bg-about7w.png);
  background-size: cover;
  background-position: 70% 0;
  padding: 20px 390px 20px 50px;
  color: #1d1717;
  margin-left: 30px;
  width: 900px;
  box-sizing: border-box;
}
.about h1{
  text-align: center;
  font-weight: bold;
}
.about h4{
  text-align: center;
  font-weight: bold;
  color: #51a010;
}
.for-who h3{
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.for-people{
  background: url(../img/for-p.png);
  background-size: cover;
  background-position: 28%;
  padding: 20px;
  float: left;
  width: 46%;
  min-height: 350px;
}
.for-pharmacy{
  background: url(../img/for-ap.png);
  background-size: cover;
  background-position: 39%;
  padding: 20px;
  float: right;
  width: 45%;
  min-height: 350px;
}
.for-pharmacy ul{
  list-style-type: circle;
}
.active{
  background-color: #67a236;

}
.adtive p{
  color: #000;
}

.container-header{
  width: 900px;
  margin: 0 auto 0;
}
#more-ihfo{
  padding: 10px 30px;
  border: 1px solid #fff;
  color: #fff;

}
#more-ihfo:hover{
  cursor: pointer;
  color: #51a010;
  border: 1px solid #51a010;
}

#lend-link{
  padding: 10px 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  vertical-align: bottom;
}
#lend-link:hover{
  cursor: pointer;
  color: #192d11;
  border: 1px solid #192d11;
}
.att{
  border: 1px solid #ccc;
  width: 220px;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 5px 13px;
  color: #192d11;
/*  background-color: #f3f3f3;*/
}
.att img{
  float: left;
}
.att p{
  font-size: 12px;
}
.tagline{
  float: left; 
  margin-left: 64px;
}
.tagline p{
  font-size: 20px;
  color: #fff;
  font-style: italic;
  font-weight: 700;
}
.hat{
  width: 100%;
  height: 270px;
  background: url(../img/bg-products.png);
  background-size: cover;
  /* background-position: 0 ; */
}

