/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* 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;
}

/* real */
html {
  height: 100%;
}

body {
  height: 100%;
  background-color: transparent;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  vertical-align: top;
  max-width: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

a,
button,
input,
optgroup,
select,
textarea,
label,
span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* get started */
#beite {
  color: #333333;
  font-size: 13px;
  font-family: "Helvetica Neue", "Microsoft Yahei";
}

h3 {
  font-size: 24px;
  text-align: center;
  line-height: 42px;
}

#headerWrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #eeeeee;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}

#header,
#aboutUs,
#certificates,
#contactUs,
#footer {
  margin: 0px auto;
  width: 960px;
}

#logo {
  float: left;
  font-size: 16px;
  line-height: 44px;
}

#languages {
  float: right;
  line-height: 44px;
}

#languages li {
  float: left;
  margin-left: 10px;
}

#languages a {
  color: #999999;
}

#languages a:hover,
#languages a.active {
  color: #ff2d55;
}

#productsWrapper {
  padding-top: 45px;
}

#productsCats {
  margin: 20px auto 0px;
  width: 143px;
  height: 32px;
  line-height: 30px;
  color: #ff2d55;
  outline: none;
}

#productsCats li {
  float: left;
  width: 70px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

#productsCats li:first-child {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #ff2d55;
  border-bottom: 1px solid #cccccc;
  border-radius: 5px 0px 0px 5px;
}

#productsCats li:last-child {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-radius: 0px 5px 5px 0px;
}

#productsCats li.active {
  color: #ff2d55;
  border-color: #ff2d55;
}

#productsLists {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 700px;
}

.products-list-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 700px;
  transition: opacity 1s;
}

.products-list-wrapper-visible {
  z-index: 10;
  opacity: 1;
}

.products-list-wrapper-hidden {
  z-index: 9;
  opacity: 0;
}

.products-list {
  margin: 0px auto;
  width: 100%;
  height: 630px;
}

.products-list li {
  float: left;
  width: 100%;
  height: 630px;
  outline: none;
}

.product-image {
  margin: 0px auto;
  width: 100%;
  height: 600px;
  line-height: 600px;
  text-align: center;
  vertical-align: middle;
}

.product-image img {
  display: inline-block !important;
  vertical-align: middle;
}

.products-list li p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.products-list-arrow {
  position: absolute;
  top: 275px;
  color: #eeeeee;
  font-size: 50px !important;
  cursor: pointer;
}

.products-list-arrow-left {
  left: 30px;
}

.products-list-arrow-right {
  right: 30px;
}

.slick-dots {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  font-size: 0px;
}

.slick-dots li {
  float: none;
  margin: 0px 5px;
  width: 30px;
  height: 5px;
  background-color: #eeeeee;
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #aaaaaa;
}

/* about us */
#aboutUsWrapper {
  padding: 30px 0px;
  background-color: #7ba06a;
  color: #ffffff;
}

#aboutUs p {
  margin: 10px 100px;
  font-size: 18px;
  line-height: 28px;
  text-indent: 2em;
}

/* certificates */
#certificates {
  padding: 30px 0px 40px;
  text-align: center;
}

#certificates img {
  margin-top: 5px;
  width: 600px;
}

/* contact */
#contactUsWrapper {
  background-color: #f6f6ee;
}

#contactUs {
  padding: 30px 0px;
}

#contactUs ul {
  margin: 10px 250px 0px;
  font-size: 18px;
  line-height: 28px;
}

#contactUs li {
  margin-bottom: 10px;
}

#contactUs span {
  display: block;
}

.contact-label {
  color: #aaaaaa;
}

.contact-separator {
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}

/* footer */
#footer {
  display: flex;
  font-size: 12px;
  line-height: 60px;
  justify-content: center;
  align-items: center;
}

#footer a {
  margin-left: 1em;
  color: #ff2d55;
}

img[src^="http"] {
  position: relative;
  left: 50%;
  margin-left: -25px;
  margin-bottom: 20px;
  width: 50px !important;
  height: 69px !important;
}

@media only screen and (max-width: 600px) {
  #header,
  #aboutUs,
  #certificates,
  #contactUs,
  #footer {
    width: 100%;
  }

  #logo {
    margin-left: 15px;
  }

  #languages {
    margin-right: 15px;
  }

  #productsLists {
    height: 400px;
  }

  .products-list-wrapper {
    height: 400px;
  }

  .products-list {
    height: 330px;
  }

  .products-list li {
    height: 330px;
  }

  .product-image {
    height: 300px;
    line-height: 300px;
  }

  .product-image img {
    max-width: 300px;
    max-height: 300px;
  }

  .products-list-arrow {
    display: none !important;
  }

  .slick-dots li {
    margin: 0px 3px;
    width: 20px;
    height: 5px;
  }

  #aboutUs p {
    margin: 10px 20px;
    font-size: 16px;
    line-height: 24px;
  }

  #certificates {
    margin: 0px 30px;
    width: auto;
  }

  #certificates img {
    width: 100%;
  }

  #contactUs ul {
    margin: 10px 20px 0px;
    font-size: 16px;
    line-height: 24px;
  }
}
