/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * The LESS files imported below are compiled and included in the order
 * they are listed.  Mixins, variables, etc. should be imported first
 * so that they can be accessed by subsequent LESS stylesheets.
 *
 * (Just like the rest of the asset pipeline bundled in Sails, you can
 * always omit, customize, or replace this behavior with SASS, SCSS,
 * or any other Grunt tasks you like.)
 */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:active > .dropdown-menu.mopen {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.10.2015, 14:29:42
    Author     : Kai
*/
body {
  overflow-x: hidden;
}
.fontSizeSmall {
  font-size: 10px;
}
.fontSizeSmaller {
  font-size: 8px;
}
.fontSizeMedium {
  font-size: 12px;
}
.fontSizeBig {
  font-size: 14px;
}
.fontSizeBigger {
  font-size: 16px;
}
#title_row,
#title_row_clear,
#menu_row,
#menu_row .dropdown ul {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0066c0+0,00468e+100 */
  background: #0066c0;
  /* Old browsers */
  background: -moz-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center 30%, 0px, center center, 100%, color-stop(0%, #0066c0), color-stop(100%, #00468e));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center 30%, #0066c0 0%, #00468e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066c0', endColorstr='#00468e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  /*z-index: 105;*/
}
#title_row,
#title_row_clear {
  height: 80px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6), 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6), 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
  margin: 0px -16px;
  border-bottom: 1px solid #cccccc;
  color: white;
  /*font-family: 'Courier New', Courier, 'Andale Mono', monospace;*/
  /*font-family: Times, 'Times New Roman', Georgia, serif;*/
  font-family: Arial, sans-serif;
  /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;*/
  z-index: 1000;
  /*display: block;*/
  /*#title_hr{*/
}
#title_row h1,
#title_row_clear h1 {
  margin-top: 8px;
  margin-left: 15px;
  font-weight: bolder;
  display: inline-block;
}
#title_row h1 img,
#title_row_clear h1 img {
  height: 48px;
}
#title_row form,
#title_row_clear form {
  margin-top: 16px;
}
#title_row div.lang,
#title_row_clear div.lang {
  display: inline-block;
  margin-top: 20px;
  margin-right: 4px;
  margin-left: 4px;
}
#title_row hr,
#title_row_clear hr {
  margin-top: 0px;
  border-color: #aaaaaa;
  border-width: 1px;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.5);
  /*}*/
}
#menu_row {
  -webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.6), 0px -3px 2px -2px rgba(0, 0, 0, 0.6), 0px 2px 2px 0px rgba(0, 0, 0, 0.6), 0px 3px 2px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px -2px 2px -2px rgba(0, 0, 0, 0.6), 0px -3px 2px -2px rgba(0, 0, 0, 0.6), 0px 2px 1px -1px rgba(0, 0, 0, 0.6), 0px 3px 1px -1px rgba(0, 0, 0, 0.6);
  /*margin: 0px -16px;*/
  z-index: 1000;
}
.container nav {
  font-family: Arial, sans-serif;
  margin-bottom: 0px;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-width: 0px;
  background: none;
  /*    ul.dropdown-menu.multi-level li.dropdown-submenu > ul > li > a:hover{
      
    }
    */
}
.container nav .navbar-header {
  font-weight: bolder;
}
.container nav .navbar-header a {
  color: white;
}
.container nav .navbar-brand img {
  /*        margin-top: -10px;
        padding-top: 10px;*/
  height: 24px;
}
.container nav .navbar-nav li a {
  color: #eeeeee;
  text-shadow: 0px 0px 0px #ffffff;
}
.container nav .navbar-nav li a span.chem-form {
  display: none;
}
.container nav .navbar-nav .active a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00468e+0,0066c0+100 */
  background: #00468e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00468e), color-stop(100%, #0066c0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00468e 0%, #0066c0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00468e', endColorstr='#0066c0', GradientType=0);
  /* IE6-9 */
  color: #dddddd;
  text-shadow: 0px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
}
.container nav .navbar-nav .active ul.dropdown-menu li a {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.container nav .navbar-nav a:hover,
.container nav ul.dropdown-menu.multi-level li.dropdown-submenu > ul > li > a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.75+0,0+100;White+to+Transparent */
  /*        background: #0066c0;
         Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&amp;0.5+0,0+60 
        background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 60%);  FF3.6+ 
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(60%,rgba(255,255,255,0)));  Chrome,Safari4+ 
        background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 60%);  Chrome10+,Safari5.1+ 
        background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 60%);  Opera 12+ 
        background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 60%);  IE10+ 
        background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 60%);  W3C 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 );  IE6-9 fallback on horizontal gradient */
  background: none;
  text-shadow: -1px -3px rgba(0, 0, 0, 0.1), 0px -3px rgba(0, 0, 0, 0.1), 1px -3px rgba(0, 0, 0, 0.1), 0px 1px #333333, 0px -1px #333333, 1px 1px #333333, -1px 1px #333333, 1px -1px #333333, -1px -1px #333333, 0px 2px rgba(99, 99, 99, 0.2), 0px -2px rgba(99, 99, 99, 0.2), 2px 2px rgba(99, 99, 99, 0.2), -2px 2px rgba(99, 99, 99, 0.2), 2px -2px rgba(99, 99, 99, 0.2), -2px -2px rgba(99, 99, 99, 0.2);
  color: #ffffee;
  display: block;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  background: #00468e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00468e), color-stop(100%, #0066c0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00468e 0%, #0066c0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00468e', endColorstr='#0066c0', GradientType=0);
  /* IE6-9 */
}
.container nav .navbar-nav a:focus {
  color: white;
}
.container nav .navbar-nav .active a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#134f8c+0,377fbf+100 */
  background: #134f8c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #134f8c 0%, #377fbf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #134f8c), color-stop(100%, #377fbf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #134f8c 0%, #377fbf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #134f8c 0%, #377fbf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #134f8c 0%, #377fbf 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #134f8c 0%, #377fbf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#134f8c', endColorstr='#377fbf', GradientType=0);
  /* IE6-9 */
  color: white;
}
.container nav .dropdown.open {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00468e+0,0066c0+100 */
  background: #00468e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00468e), color-stop(100%, #0066c0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00468e 0%, #0066c0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00468e 0%, #0066c0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00468e', endColorstr='#0066c0', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
}
.container nav .dropdown.open .dropdown-toggle,
.container nav .dropdown.open .dropdown-submenu .dropdown-toggle,
.container nav .dropdown.open ul.dropdown-menu.multi-level > li > a,
.container nav .dropdown.open li.dropdown-submenu > ul > li > a {
  background: transparent;
  color: white;
}
.container nav .dropdown-header {
  color: #aaaaaa;
  cursor: default;
}
.container nav .dropdown-menu {
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
@-webkit-keyframes slider_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slider_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#slider {
  height: 240px;
  -webkit-box-shadow: 0px 0 48px -24px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0 48px -24px rgba(0, 0, 0, 0.8);
  /*margin-top: 120px;*/
  overflow: hidden;
  padding: 0px;
  /*padding-top: 50px;*/
  position: relative;
  /*border: 1px solid yellow;*/
}
#slider div#slider_e {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 103;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6) inset, 0px 0px 2px 2px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.6) inset, 0px 2px 2px 2px rgba(0, 0, 0, 0.6) inset;
  background: url(/images/e.png);
}
#slider div.slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  z-index: 99;
  opacity: 0;
  /*    &.next{
      z-index: 102;
      opacity: 0; 
    }*/
}
#slider div.slide.previous {
  z-index: 100;
  opacity: 1;
}
#slider div.slide.active {
  z-index: 101;
  opacity: 0;
  -webkit-animation: slider_anim 2s 1;
  animation: slider_anim 2s 1;
  /*      -webkit-animation-delay: 1s;
              animation-delay: 1s;*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
#slider ol {
  /*position: absolute;*/
  /*bottom: 0px;*/
  margin-top: 220px;
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  /*    margin-left: auto;
    margin-right: auto;*/
  padding: 0px;
  display: block;
  /*    margin-left: auto;
    margin-right: auto;*/
  /*margin-bottom: 2px;*/
  /*width: 200px;*/
  text-align: center;
  z-index: 104;
}
#slider ol li {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  /*border: 1px solid black;*/
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.8);
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 8px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#slider ol li.active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aebcbf+0,6e7774+50,0a0e0a+51,0a0809+100;Black+Gloss */
  background: #aebcbf;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(174, 188, 191, 0.5) 0%, rgba(110, 119, 116, 0.5) 50%, rgba(10, 14, 10, 0.5) 51%, rgba(10, 8, 9, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(174, 188, 191, 0.5) 0%, rgba(110, 119, 116, 0.5) 50%, rgba(10, 14, 10, 0.5) 51%, rgba(10, 8, 9, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(174, 188, 191, 0.5) 0%, rgba(110, 119, 116, 0.5) 50%, rgba(10, 14, 10, 0.5) 51%, rgba(10, 8, 9, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aebcbf', endColorstr='#0a0809', GradientType=0);
  /* IE6-9 */
  /*        -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,.8),
                            inset 0px 0px 0px 2px rgba(255,255,255,.7);
                box-shadow: 0px 0px 1px 0px rgba(0,0,0,.8),
                            inset 0px 0px 0px 2px rgba(255,255,255,.7);*/
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.8);
}
#slider ol li:hover {
  background: #555;
  background: rgba(85, 85, 85, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0809+0,0a0e0a+49,6e7774+50,aebcbf+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0809+0,0a0e0a+79,6e7774+80,aebcbf+100 */
  -webkit-box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.8), 0px 0px 0px 1px rgba(0, 0, 0, 0.8);
  /*inset 0px 0px 0px 7px rgba(128,128,128,.5);*/
  box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.8), 0px 0px 0px 1px rgba(0, 0, 0, 0.8);
  /*inset 0px 0px 0px 7px rgba(128,128,128,.5);*/
  /*        
        -webkit-box-shadow: 0px 0px 3px 0px rgba(255,255,255,.8),
                            inset 0px 0px 0px 1px rgba(255,255,255,.7);
                box-shadow: 0px 0px 3px 0px rgba(255,255,255,.8),
                            inset 0px 0px 0px 1px rgba(255,255,255,.7);*/
}
/*#slider::after{
            content: "";
            -webkit-box-shadow: inset 0 0 10px 0 rgba(255,255,255,1);
            box-shadow: inset 0 0 10px 0 rgba(255,255,255,1);
            -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.8);
            box-shadow: inset 0 0 2px 0 rgba(0,0,0,.8);
            background: none;
            display:block;

            width: 100%;
            height: 100%;
        }*/
#content_row {
  padding: 0 15px;
}
#content,
.page_content {
  -webkit-box-shadow: 0px 0 48px -24px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0 48px -24px rgba(0, 0, 0, 0.8);
  min-height: 100px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
#content h3,
.page_content h3 {
  margin-top: 0px;
}
#content section,
.page_content section {
  padding-left: 15px;
  padding-right: 15px;
}
#content section h3,
.page_content section h3,
#content section h4,
.page_content section h4,
#content section h5,
.page_content section h5 {
  font-weight: bold;
}
#content section article,
.page_content section article {
  margin-bottom: 30px;
}
#content .breadcrumb,
.page_content .breadcrumb {
  margin-bottom: 0px;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: transparent;
  display: block;
}
#map1,
#map2,
#map3 {
  /*width: 200px;*/
  width: 100%;
  height: 300px;
  background-color: #eee;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.8);
}
.page-content {
  padding-right: 15px;
  padding-left: 15px;
}
.page-content article h2 {
  font-weight: 900;
}
.page-content article h3,
.page-content article h4 {
  font-weight: 500;
}
.page-content article h3 span.chem-form,
.page-content article h4 span.chem-form {
  font-size: 16px;
  /*vertical-align: middle;*/
  margin-bottom: -4px;
}
.page-content article p {
  text-indent: 16px;
}
.page-content article ul li {
  list-style-type: square;
  margin-left: -20px;
}
.download-pdf {
  position: relative;
  margin-left: 24px;
}
.download-pdf:before {
  left: -24px;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(/images/pdf-download-2617.svg);
  background-size: contain;
}
.contact article {
  height: auto;
  position: relative;
}
.contact article .map-frame {
  margin-top: 16px;
  width: 100%;
  position: relative;
}
.contact table {
  margin: 0 auto;
}
.contact table td {
  padding: 0 2px;
}
.contact table td:nth-child(1) {
  text-align: right;
}
.contact table td:nth-child(2) {
  text-align: left;
}
#cnt a {
  text-decoration: underline;
}
.copyright p a {
  color: #000;
}
.nav-alt-lang {
  position: relative;
  display: block;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  cursor: default;
}
.navbar-lang {
  margin-top: 24px;
  margin-bottom: 8px;
  margin-right: 0px;
}
.navbar-lang div,
.nav-alt-lang div {
  /*.nav-alt-lang > div:nth-child(1) > a:nth-child(1)*/
}
.navbar-lang div a.flag,
.nav-alt-lang div a.flag {
  padding: 1px;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 8px;
}
.navbar-lang div a.flag img,
.nav-alt-lang div a.flag img {
  width: 22px;
  height: 13px;
  /*display: inline-block;*/
}
.navbar-lang div a.flag:hover,
.nav-alt-lang div a.flag:hover {
  border: 1px solid #dddd00;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px 0 rgba(255, 255, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(255, 255, 0, 0.5);
}
div.ico_frame {
  display: inline-block;
  /*  background: #222;
  background: rgba(0,0,0,.5);*/
  background: #0066c0;
  /* Old browsers */
  background: -moz-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center 30%, 0px, center center, 100%, color-stop(0%, #0066c0), color-stop(100%, #00468e));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center 30%, #0066c0 0%, #00468e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066c0', endColorstr='#00468e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  overflow: hidden;
  margin: 4px;
  /*-webkit-box-shadow:
                0 1px 4px rgba(0, 0, 0, 0.3), 
                0 0 40px rgba(0, 0, 0, 0.1) inset;
          box-shadow:   
                0 1px 4px rgba(0, 0, 0, 0.3), 
                0 0 40px rgba(0, 0, 0, 0.1) inset;*/
  /*border-radius: 100px;*/
}
div.ico_frame img {
  width: 64px;
  margin: -16px;
}
.product figure {
  float: right;
}
figure figcaption {
  margin-top: 4px;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
img.img_frame {
  border: 8px solid #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
img.icon {
  background: #0066c0;
  background: -moz-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center 30%, 0px, center center, 100%, color-stop(0%, #0066c0), color-stop(100%, #00468e));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center 30%, ellipse cover, #0066c0 0%, #00468e 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center 30%, #0066c0 0%, #00468e 100%);
  /* W3C */
  height: 128px;
  width: 128px;
  margin: 32px;
  -webkit-border-radius: 64px;
  border-radius: 64px;
  -webkit-box-shadow: 0 0 5px 0 #0066c0;
  box-shadow: 0 0 5px 0 #0066c0;
}
.nowrap {
  white-space: nowrap;
}
.wrap-normal {
  white-space: normal;
}
.wrap-pre {
  white-space: pre;
}
.pricelist-eet {
  margin-top: 24px;
  padding: 16px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.products .title {
  text-decoration: underline;
}
.products .item {
  margin: 16px;
  padding: 16px;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.8);
  height: 200px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}
.products .item h3 a {
  color: #000;
}
.products .item h3 a .chem-form {
  font-size: 12px;
  float: right;
  color: #777;
}
.products .item:hover {
  animation-name: item-anim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}
@keyframes item-anim {
  0% {
    /*-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);*/
    /*box-shadow:1px 1px 5px 0 rgba(0,0,0,.5);*/
    border-color: #ffffff;
  }
  100% {
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
    border-color: #0066c0;
  }
}
.navbar.navbar-default > .container-fluid > .navbar-header > .navbar-toggle .icon-bar:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar.navbar-default > .container-fluid > .navbar-header > .navbar-toggle .icon-bar:nth-child(2) {
  -moz-transform: translateY(5px) rotate(45deg);
  -webkit-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.navbar.navbar-default > .container-fluid > .navbar-header > .navbar-toggle .icon-bar:nth-child(4) {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.navbar.navbar-default > .container-fluid > .navbar-header > .navbar-toggle .icon-bar {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.navbar.navbar-default > .container-fluid > .navbar-header > .navbar-toggle.collapsed .icon-bar {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 340px) {
  #slider {
    margin-top: 50px;
  }
}
@media (max-width: 340px) {
  #title_row_clear {
    height: auto;
    min-height: 80px;
  }
  #title_row_clear div.lang {
    float: none;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #menu_row {
    position: absolute;
    top: 0px;
    width: 100%;
    /*background: none;*/
  }
  #title_row {
    display: none;
  }
  section#content > div.row > div.col-xs-12.col-sm-4.col-md-3:first-child {
    display: none;
  }
  .page-content h2 {
    font-size: 16px;
    margin-top: 2px;
  }
}
@media (min-width: 768px) {
  .nav li.nav-alt-lang {
    display: none;
  }
  .container-fluid .navbar-header {
    /*margin-left: -15px;*/
    display: none;
    /*margin-right: -15px;*/
  }
  #bs-example-navbar-collapse-1 {
    margin-left: -30px;
  }
}
@media (max-width: 992px) {
  #menu_row .container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  #slider {
    margin-top: 0px;
  }
  .contact article {
    /*height: 570px;*/
  }
}
@media print {
  footer {
    page-break-after: always;
  }
  .page_content_partial {
    page-break-after: always;
  }
  li {
    display: list-item;
  }
}
.side_nav {
  list-style: none url();
  margin: 0px;
  padding: 0px;
  margin-bottom: 32px;
  /*width: 200px;*/
  /*remove hovering*/
}
.side_nav li {
  margin-top: 5px;
  margin-left: -5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00264c+0,00468e+5,0066c0+100 */
  background: #00264c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00264c 0%, #00468e 5%, #0066c0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00264c 0%, #00468e 5%, #0066c0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00264c 0%, #00468e 5%, #0066c0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00264c', endColorstr='#0066c0', GradientType=1);
  /* IE6-9 */
  width: 100%;
  display: block;
  -webkit-border-radius: 0 16px 16px 6px;
  border-radius: 0 24px 24px 6px;
  position: relative;
  -webkit-box-shadow: 1px -1px 0px 0px #00468e, 1px 1px 0 0px #000000, 3px 3px 3px 0 rgba(0, 0, 0, 0.5), -2px 0px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px -1px 0px 0px #00468e, 1px 1px 0 0px #000000, 3px 3px 3px 0 rgba(0, 0, 0, 0.5), -2px 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.side_nav li a {
  display: block;
  /*width: 100%;*/
  /*margin-right: 20px;*/
  color: white;
  /*margin-right: -20px;*/
  /*border: 1px solid red;*/
  -webkit-border-radius: inherit;
  border-radius: inherit;
  padding: 5px 0px 5px 20px;
  /*        -webkit-box-shadow:inset 0 0 0 1px #FFFFFF;
            box-shadow:inset 0 0 0 1px #FFFFFF;*/
}
.side_nav li a span.chem-form {
  padding-left: 8px;
  padding-top: 4px;
  padding-right: 30px;
  width: 64px;
  color: #999999;
  font-size: 10px;
  float: right;
  text-align: center;
}
.side_nav li.sidemenu-header {
  cursor: default;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#243749+0,46698c+5,5f92bf+100 */
  background: #243749;
  /* Old browsers */
  background: -moz-linear-gradient(left, #243749 0%, #46698c 5%, #5f92bf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #243749 0%, #46698c 5%, #5f92bf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #243749 0%, #46698c 5%, #5f92bf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243749', endColorstr='#5f92bf', GradientType=1);
  /* IE6-9 */
}
.side_nav li.sidemenu-header span {
  display: block;
  /*color: gray;*/
  color: #eeeeee;
  margin-right: -20px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  padding: 5px 0px 5px 20px;
}
.side_nav li:hover {
  width: 104%;
}
.side_nav li:hover a {
  padding-left: 28px;
  /*        text-shadow: 
            -1px 0px 0px #ffff00,
            1px 0px 0px #777700,
            0px -1px 0px #ffff00,
            0px 1px 0px #777700,
            0px 0px 5px #ffff00;*/
  text-shadow: 1px 0px 0px #777700, /*0px -1px 0px #ffff44,*/ 0px 1px 0px #777700;
  color: #ffffee;
  text-decoration: none;
}
.side_nav li:hover a span.chem-form {
  color: #aaaaaa;
}
.side_nav li.active {
  margin-left: -10px;
  /*padding-left: 20%;*/
  /*margin-right: 20px;*/
  /*width: 120%;*/
  border-radius: 6px 24px 24px 6px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001326+0,0052a5+8,0073d8+100 */
  background: #001326;
  /* Old browsers */
  background: -moz-linear-gradient(left, #001326 0%, #0052a5 8%, #0073d8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #001326 0%, #0052a5 8%, #0073d8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #001326 0%, #0052a5 8%, #0073d8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001326', endColorstr='#0073d8', GradientType=1);
  /* IE6-9 */
  -webkit-box-shadow: 1px -1px 0px 0px #00468e, 1px 1px 0 0px #000000, 5px 5px 5px 0 rgba(0, 0, 0, 0.3), -2px 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px -1px 0px 0px #00468e, 1px 1px 0 0px #000000, 5px 5px 5px 0 rgba(0, 0, 0, 0.3), -2px 2px 1px 0px rgba(0, 0, 0, 0.1);
  /*        margin-top: 4px;
        margin-bottom: 6px;*/
  /*        margin-top: 5px;
        margin-bottom: 5px;*/
}
.side_nav li.active a:hover {
  padding-left: 20px;
  /*            text-shadow: 
                -1px 0px 0px #ffff99,
                1px 0px 0px #777755,
                0px -1px 0px #ffff99,
                0px 1px 0px #777755,*/
  /*color: #ffffee;*/
}
.side_nav li.active:hover {
  margin-left: -10px;
  width: 100%;
}
.side_nav li.sidemenu-header:hover {
  width: 100%;
}
.nav-dot {
  height: 10px;
  width: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,ff0000+25,aa0000+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center 30%, ellipse cover, #ffffff 0%, #ffffff 0%, #ff0000 25%, #aa0000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center 30%, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(0%, #ffffff), color-stop(25%, #ff0000), color-stop(100%, #aa0000));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center 30%, ellipse cover, #ffffff 0%, #ffffff 0%, #ff0000 25%, #aa0000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center 30%, ellipse cover, #ffffff 0%, #ffffff 0%, #ff0000 25%, #aa0000 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center 30%, ellipse cover, #ffffff 0%, #ffffff 0%, #ff0000 25%, #aa0000 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center 30%, #ffffff 0%, #ffffff 0%, #ff0000 25%, #aa0000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#aa0000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*border: 1px solid red;*/
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  /*        -webkit-box-shadow: 1px 1px 2px rgba(255,255,255,0.2),
        inset 2px 2px 3px rgba(0,0,0,0.4);*/
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.8), inset 0px -2px 3px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .side_nav li {
    margin-left: -5px;
  }
}
