@import url(http://fonts.googleapis.com/css?family=Merriweather:400italic,400,900,300italic,300,700,700italic,900italic&subset=latin,latin-ext);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fix {
  position: fixed;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
* {
  outline: none;
}
input::-moz-focus-inner {
  border: 0;
}
object,
embed {
  outline: 0;
}
a,
a:hover,
a:active,
a:focus {
  outline: 0;
}
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
body {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  font-family: 'Merriweather', serif;
}
input,
textarea,
select {
  font-family: Arial, sans-serif;
}
header {
  background: #010066;
  display: block;
  height: 191px;
  background: #010066 url('../img/headerbg.jpg') no-repeat center center;
}
header #logo {
  display: block;
  padding: 12px 0 0;
}
header nav {
  display: block;
  width: 100%;
  clear: both;
}
header nav a {
  width: calc(20% - 1px);
  float: left;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: Bold;
  color: #fff;
  line-height: 80px;
  height: 80px;
  text-transform: uppercase;
  background: #100f70;
  margin-left: 1px;
}
header nav a:first-child {
  margin: 0;
  width: 20%;
}
header nav a.active {
  background: #010066;
}
header nav:after {
  clear: both;
  content: "";
  display: block;
}
header .welcomeText p {
  padding: 55px 200px 0 200px;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  font-style: italic;
  color: white;
}
header.mainPage {
  height: 580px;
  background: #010066 url('../img/headerbg.jpg') no-repeat center top;
}
header form {
  margin-top: 25px;
  width: 100%;
  clear: both;
}
header form input[type=text] {
  width: calc(100% - 45px);
  float: left;
  border: none;
  box-sizing: border-box;
  height: 40px;
  line-height: 20px;
  padding: 10px;
}
header form input[type=submit] {
  width: 45px;
  float: right;
  border: none;
  height: 40px;
  line-height: 40px;
  background: white url('../img/icon-search.png') no-repeat center center;
  font-size: 0;
  cursor: pointer;
  position: relative;
}
header form:after {
  clear: both;
  content: "";
  display: block;
}
.banners {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.banners .slick-prev {
  left: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background: url('../img/banner/prev-button.png');
}
.banners .slick-next {
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background: url('../img/banner/next-button.png');
}
.banners .slick-next,
.banners .slick-prev {
  opacity: 0;
}
.banners .slick-next:hover,
.banners .slick-prev:hover {
  opacity: 1;
}
.title {
  text-align: center;
  font-size: 30px;
}
#logotypes {
  font-size: 30px;
  font-weight: 900;
  color: #010066;
  text-transform: uppercase;
  margin-top: 30px;
  clear: both;
}
#logotypes:after {
  clear: both;
  content: "";
  display: block;
}
#logotypes .logotypes {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
}
#logotypes .logotypes .logos {
  background: white;
  padding: 0;
  box-sizing: border-box;
  width: 20%;
  height: 200px;
  margin: 0;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  float: left;
  color: white;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#logotypes .logotypes .logos img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#logotypes .logotypesBanners {
  padding: 0 0 0 50px;
  margin: 30px 0 0 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
#logotypes .logotypesBanners .logos {
  background: white;
  padding: 0;
  box-sizing: border-box;
  display: block;
  height: 200px;
  margin: 0;
  border-top: 1px solid #fff;
  color: white;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#logotypes .logotypesBanners .logos a {
  height: 200px;
  display: block;
  width: 100%;
  position: relative;
}
#logotypes .logotypesBanners .logos img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#allProducers {
  background: #0ac7ff;
  display: block;
  height: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}
#allProducers a {
  color: white;
  padding: 0 30px 0 0;
  background: url('../img/icon-arrowright.png') no-repeat right center;
}
.files {
  display: block;
  list-style: disc;
  margin: 0;
  padding: 0;
}
.files li {
  border-bottom: 1px solid #cccccc;
  display: block;
  padding: 10px 0;
}
.files li a {
  color: #0ac7ff;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin: 10px 0;
}
.photos {
  display: table;
  width: 100%;
}
.photos li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 23%;
  padding: 0 1%;
}
#fastContact {
  background: #6b717c url('../img/fastcontact-bg.jpg') no-repeat center center;
  height: 200px;
  position: relative;
}
#fastContact .six {
  position: relative;
  height: 200px;
}
#fastContact .six .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 0 0 92px;
  background: url('../img/icon-mail.png') no-repeat left center;
}
#fastContact .six .content h2 {
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  color: white;
  margin: 0;
  padding: 0;
}
#fastContact .six .content h3 {
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  color: white;
  margin: 10px 0 0 0;
  padding: 0;
}
#bottomNav {
  min-height: 130px;
  line-height: 130px;
  background: #f6f7f8;
  text-align: center;
}
#bottomNav a {
  margin: 0 25px;
  font-size: 12px;
  color: #829399;
  font-weight: 900;
  text-transform: uppercase;
}
footer {
  padding: 30px 0;
  text-align: center;
  display: block;
  font-size: 12px;
  color: #829399;
  font-weight: 300;
}
#productsList {
  font-size: 0;
  text-align: center;
  clear: both;
}
#productsList a {
  display: inline-block;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 16.66666667%;
  max-height: 546px;
}
#productsList a img {
  display: block;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 100%;
}
#productsList:after {
  clear: both;
  content: "";
  display: block;
}
.static {
  margin-top: 20px;
}
.static .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.static .list ul li {
  border-bottom: 1px solid #cccccc;
  display: block;
  padding: 10px 0;
}
.static .list ul li a {
  color: #100f70;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin: 10px 0;
}
.static h1 {
  color: #010066;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 20px;
  padding: 0;
}
.static h2 {
  color: #0ac7ff;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin: 10px 0;
  font-family: Arial, sans-serif;
}
.static h2.error {
  color: red;
  font-style: normal;
  font-weight: Bold;
}
.static p {
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #14141a;
  line-height: 20px;
  margin: 10px 0;
}
.static p a {
  color: #14141a;
}
.static p a:hover {
  text-decoration: underline;
}
.static p:hover a {
  color: #0ac7ff;
}
.static ul {
  font-size: 13px;
  color: #14141a;
  line-height: 20px;
  margin-left: 0;
  padding-left: 20px;
  font-family: Arial, sans-serif;
}
.static ul li {
  margin-left: 0;
}
.static table {
  width: 100%;
  font-family: Arial, sans-serif;
  color: #14141a;
  line-height: 20px;
  font-size: 13px;
}
.static table tr td {
  border: 1px solid #cccccc;
  padding: 10px;
}
.static .backButton {
  margin-top: 30px;
  display: block;
  box-sizing: border-box;
  height: 50px;
  line-height: 55px;
  padding-lefT: 30px;
  background: #7cf1ff;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}
.static .backButton:before {
  content: '';
  width: 10px;
  height: 20px;
  background: url('../img/back-arrow.png');
  position: absolute;
  top: 15px;
  left: 10px;
}
.static.contact form .left {
  width: 300px;
  float: left;
}
.static.contact form .left input[type=text] {
  background: #100f70;
  height: 40px;
  line-height: 20px;
  width: 100%;
  margin: 10px 0;
  color: white;
  box-sizing: border-box;
  padding: 10px;
  border: 2px solid #100f70;
}
.static.contact form .left .error input[type=text] {
  border: 2px solid red;
}
.static.contact form .right {
  width: calc(100% - 320px);
  float: right;
}
.static.contact form .right textarea {
  background: #100f70;
  height: 100px;
  line-height: 20px;
  width: 100%;
  margin: 10px 0;
  color: white;
  box-sizing: border-box;
  padding: 10px;
  border: 2px solid #100f70;
}
.static.contact form .right.error textarea {
  border: 2px solid red;
}
.static.contact form input[type=submit] {
  background: white;
  height: 40px;
  line-height: 20px;
  margin: 10px 0;
  color: #100f70;
  box-sizing: border-box;
  padding: 10px 30px;
  border: 2px solid #100f70;
  display: inline-block;
  float: right;
  transition: all 0.3s;
}
.static.contact form input[type=submit]:hover {
  background: #100f70;
  color: white;
}
.flashInfo.success {
  display: block;
  height: 40px;
  text-align: center;
  background: green;
  color: white;
  line-height: 40px;
  position: absolute;
  top: 191px;
  width: 100%;
  z-index: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.flashInfo.error {
  display: block;
  height: 40px;
  text-align: center;
  background: red;
  color: white;
  line-height: 40px;
  position: absolute;
  top: 191px;
  width: 100%;
  z-index: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.row {
  margin-bottom: 20px;
}
.column.alpha,
.columns.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  margin-right: 0;
}
.container .one.column,
.container .one.columns {
  width: 80px;
}
.container .two.columns {
  width: 180px;
}
.container .three.columns {
  width: 280px;
}
.container .four.columns {
  width: 380px;
}
.container .five.columns {
  width: 480px;
}
.container .six.columns {
  width: 580px;
}
.container .seven.columns {
  width: 680px;
}
.container .eight.columns {
  width: 780px;
}
.container .nine.columns {
  width: 880px;
}
.container .ten.columns {
  width: 980px;
}
.container .eleven.columns {
  width: 1080px;
}
.container .twelve.columns {
  width: 1180px;
}
.container .one-third.column {
  width: 380px;
}
.container .two-thirds.column {
  width: 780px;
}
.container .offset-by-one {
  padding-left: 100px;
}
.container .offset-by-two {
  padding-left: 200px;
}
.container .offset-by-three {
  padding-left: 300px;
}
.container .offset-by-four {
  padding-left: 400px;
}
.container .offset-by-five {
  padding-left: 500px;
}
.container .offset-by-six {
  padding-left: 600px;
}
.container .offset-by-seven {
  padding-left: 700px;
}
.container .offset-by-eight {
  padding-left: 800px;
}
.container .offset-by-nine {
  padding-left: 900px;
}
.container .offset-by-ten {
  padding-left: 1000px;
}
.container .offset-by-eleven {
  padding-left: 1100px;
}
@media all and (min-width: 960px) and (max-width: 1199px) {
  .container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .container .column,
  .container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
  }
  .row {
    margin-bottom: 20px;
  }
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0;
  }
  .container .one.column,
  .container .one.columns {
    width: 60px;
  }
  .container .two.columns {
    width: 140px;
  }
  .container .three.columns {
    width: 220px;
  }
  .container .four.columns {
    width: 300px;
  }
  .container .five.columns {
    width: 380px;
  }
  .container .six.columns {
    width: 460px;
  }
  .container .seven.columns {
    width: 540px;
  }
  .container .eight.columns {
    width: 620px;
  }
  .container .nine.columns {
    width: 700px;
  }
  .container .ten.columns {
    width: 780px;
  }
  .container .eleven.columns {
    width: 860px;
  }
  .container .twelve.columns {
    width: 940px;
  }
  .container .one-third.column {
    width: 300px;
  }
  .container .two-thirds.column {
    width: 620px;
  }
  .container .offset-by-one {
    padding-left: 80px;
  }
  .container .offset-by-two {
    padding-left: 160px;
  }
  .container .offset-by-three {
    padding-left: 240px;
  }
  .container .offset-by-four {
    padding-left: 320px;
  }
  .container .offset-by-five {
    padding-left: 400px;
  }
  .container .offset-by-six {
    padding-left: 480px;
  }
  .container .offset-by-seven {
    padding-left: 560px;
  }
  .container .offset-by-eight {
    padding-left: 640px;
  }
  .container .offset-by-nine {
    padding-left: 720px;
  }
  .container .offset-by-ten {
    padding-left: 800px;
  }
  .container .offset-by-eleven {
    padding-left: 880px;
  }
}
@media all and (min-width: 480px) and (max-width: 959px) {
  .container {
    width: 460px;
  }
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 460px;
  }
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven {
    padding-left: 0;
  }
}
@media all and (max-width: 479px) {
  .container {
    width: 300px;
  }
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px;
  }
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven {
    padding-left: 0;
  }
}
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
@media only screen and (min-width: 1200px) {
  .m-on {
    display: none;
  }
  #cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    background: #000000;
    z-index: 9999;
  }
  #cookies p {
    text-align: center;
    padding: 20px;
  }
  #cookies p a {
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
  }
}
@media all and (min-width: 960px) and (max-width: 1199px) {
  .m-on {
    display: none;
  }
  #cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    background: #000000;
  }
  #cookies p {
    text-align: center;
    padding: 20px;
  }
  #cookies p a {
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
  }
}
@media all and (min-width: 480px) and (max-width: 959px) {
  .m-off {
    display: none;
  }
  #cookies {
    width: 100%;
    color: #ffffff;
    background: #000000;
  }
  #cookies p {
    text-align: center;
    padding: 20px;
  }
  #cookies p a {
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    padding: 10px 0;
  }
}
@media all and (max-width: 479px) {
  .m-off {
    display: none;
  }
  #cookies {
    width: 100%;
    color: #ffffff;
    background: #000000;
  }
  #cookies p {
    text-align: center;
    padding: 20px;
  }
  #cookies p a {
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    padding: 10px 0;
  }
}
