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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #26a65c;
  color: #fff;
}
::-moz-selection {
  background: #26a65c;
  color: #fff;
}
html {
  color: #333;
  font-family: 'Roboto', sans-serif;
  padding-top: 122px;
  transition: 250ms;
  font-size: 15px;
  background: #fff;
  overflow-x: hidden;
}
body {
  min-height: 100vh;
}
a {
  color: inherit;
  text-decoration: none;
}
.clr {
  clear: both;
}
.hide {
  display: none;
}
.vam {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container:after {
  clear: both;
  display: block;
  content: '';
  width: 100%;
  height: 0;
}
@media all and (max-width: 1200px) {
  .container {
    width: auto;
    padding: 0 15px;
  }
}
.clear {
  clear: both;
}

.subfooter {
  padding: 50px 0 50px 0;
}
.subfooter .col {
  width: 25%;
  float: left;
}
.subfooter .col .h {
  font-size: 34px;
  margin: 0 0 20px 0;
  font-weight: 300;
  color: #111;
}
.subfooter .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 30px;
}
.subfooter .col ul li a {
  font-size: 15px;
  font-weight: 300;
  color: #111;
}
.subfooter .col ul li a:hover {
  color: #009fe3;
}
@media all and (max-width: 1000px) {
  .subfooter .col {
    width: 50%;
  }
}
@media all and (max-width: 500px) {
  .subfooter .col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.subfooter .col2 {
  width: 45%;
  float: right;
}
.subfooter .col2 .check-item {
  margin: 10px 0 20px 0;
}
.subfooter .col2 .check-item i {
  position: relative;
  float: left;
  width: 25px;
  height: 19px;
  margin: 11px 20px 25px 0;
}
.subfooter .col2 .check-item i:before {
  width: 9px;
  height: 2px;
  background-color: #e1e1e1;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  left: 1px;
  top: 13px;
  content: '';
}
.subfooter .col2 .check-item i:after {
  width: 20px;
  height: 2px;
  background-color: #e1e1e1;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 9px;
  content: '';
}
.subfooter .col2 .check-item .c {
  font-size: 15px;
  font-weight: 300;
  color: #111;
}
.subfooter .col2 .check-item .c strong {
  font-size: 34px;
  font-weight: 300;
}
@media all and (max-width: 1000px) {
  .subfooter .col2 .check-item .c strong {
    font-size: 27px;
  }
}
@media all and (max-width: 1000px) {
  .subfooter .col2 .check-item {
    width: 50%;
    float: left;
  }
}
@media all and (max-width: 1000px) {
  .subfooter .col2 {
    width: 100%;
    clear: both;
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .subfooter .col2 {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .subfooter {
    padding: 30px 0 10px 0;
  }
}
footer {
  font-size: 15px;
  font-weight: 300;
}
footer .container {
  border-top: 3px solid #f3f3f3;
  padding: 40px 0;
}
footer .copy {
  float: left;
  text-align: center;
}
@media all and (max-width: 500px) {
  footer .copy {
    clear: both;
    float: none;
    display: block;
  }
}
footer .author a.avente {
  text-indent: -99999px;
  float: right;
  display: inline-block;
  margin: 0 0 0 10px;
  transition: 250ms;
  opacity: .2;
  padding: 0;
  width: 83px;
  height: 20px;
  color: transparent;
  background: url(../img/avente.svg) no-repeat;
  background-size: 100% auto;
}
footer .author a.avente:hover {
  opacity: 1;
}
@media all and (max-width: 500px) {
  footer .author a.avente {
    float: none;
    display: inline-block;
  }
}
@media all and (max-width: 500px) {
  footer .author {
    clear: both;
    text-align: center;
    margin-top: 20px;
  }
}
@media all and (max-width: 1200px) {
  footer {
    padding: 0 15px;
  }
}

header {
  min-height: 122px;
  transition: 250ms;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}
header:before {
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 250ms;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 10px 0px 8px 0px rgba(153,153,153,0.29);
}
header .logo {
  float: left;
  transition: 250ms;
  width: 146px;
  height: 46px;
  margin-top: 38px;
  background: url(../img/logo.svg) no-repeat;
  background-size: 100% 100%;
}
header nav {
  float: right;
}
header nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav > ul > li {
  display: inline-block;
  line-height: 122px;
}
header nav > ul > li > a {
  font-size: 20px;
  transition: 250ms;
  font-weight: 300;
  display: block;
  padding: 0 30px;
}
header nav > ul > li > a:hover {
  color: #009fe3;
}
header nav > ul > li > a i {
  margin: 0 0 4px 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #009fe3 transparent transparent transparent;
}
header nav > ul > li:hover .dropdown {
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media all and (max-width: 1100px) {
  header nav > ul > li:hover .dropdown {
    display: none;
  }
}
header nav > ul > li .dropdown {
  width: 100%;
  display: block;
  background: #fff;
  padding: 50px 0;
  position: fixed;
  left: 0;
  top: 122px;
  -webkit-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  transform: translateY(-130%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
header nav > ul > li .dropdown .col {
  float: left;
  width: 30%;
  margin: 0 0 0 0;
  padding: 40px 0;
  border-right: 1px solid #f0f0f0;
}
header nav > ul > li .dropdown .col:nth-child(2) {
  width: 40%;
  margin-left: 0;
}
header nav > ul > li .dropdown .col:after {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  content: '';
}
header nav > ul > li .dropdown .col:last-child {
  border: 0;
}
header nav > ul > li .dropdown .col img {
  float: left;
  margin: 0 15px 0 5px;
  max-width: 110px;
}
header nav > ul > li .dropdown .col .list {
  float: left;
  width: calc(100% - 220px);
}
header nav > ul > li .dropdown .col .list h3 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 40px;
  font-weight: 100;
  font-size: 30px;
  color: #00a1e7;
  white-space: nowrap;
}
header nav > ul > li .dropdown .col .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav > ul > li .dropdown .col .list ul li {
  display: block;
  line-height: 24px;
}
header nav > ul > li .dropdown .col .list ul li a {
  font-size: 15px;
  color: #111;
  white-space: nowrap;
}
header nav > ul > li .dropdown .col .list ul li a:hover {
  color: #009fe3;
}
@media all and (max-width: 1100px) {
  header nav > ul > li .dropdown .col {
    float: none;
    width: auto;
    display: block;
    border: 0;
    border-bottom: 1px solid #fff;
  }
}
@media all and (min-width: 1100px) {
  header nav > ul > li .dropdown {
    z-index: -1;
  }
}
@media all and (max-width: 1100px) {
  header nav > ul > li .dropdown {
    display: none;
    background-color: #f3f3f3;
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
header nav > ul > li .dropdown-services {
  padding: 25px 0;
}
header nav > ul > li .dropdown-services ul {
  padding: 0;
  margin: 0 0 0 20px;
}
header nav > ul > li .dropdown-services ul li {
  width: 25%;
  float: left;
  list-style: none;
  border-right: 1px solid #f0f0f0;
  text-align: center;
  line-height: 40px;
  font-weight: 300;
  font-size: 18px;
  padding: 0;
  color: #111;
}
header nav > ul > li .dropdown-services ul li:last-of-type {
  border-right: 0;
}
header nav > ul > li .dropdown-services ul li a:hover {
  color: #00a1e7;
}
@media all and (max-width: 1100px) {
  header nav > ul > li .dropdown-services ul li {
    width: 100%;
    text-align: left;
  }
  header nav > ul > li .dropdown-services ul li a {
    width: 100%;
    text-align: left;
    float: none;
  }
}
@media all and (max-width: 1100px) {
  header nav > ul > li {
    display: block;
    line-height: 90px;
    border-top: 1px solid #f3f3f3;
  }
}
@media all and (max-width: 1100px) {
  header nav > ul {
    display: none;
    background-color: #fff;
    width: 100%;
    height: calc(100% - 122px);
    overflow: auto;
    padding: 0 15px;
    position: fixed;
    left: 0;
    top: 122px;
  }
}
header nav .nav-trigger {
  display: none;
  padding: 0 45px 0 0;
  line-height: 122px;
  transition: 250ms;
  font-size: 20px;
  color: #111;
  font-weight: 300;
  position: relative;
}
header nav .nav-trigger i {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  right: 0;
  height: 3px;
  background: #111;
  transition: background 0s .3s;
}
header nav .nav-trigger i::after,
header nav .nav-trigger i::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #111;
  content: "";
  transition-duration: .3s, .3s;
  transition-delay: .3s, 0s;
}
header nav .nav-trigger i::before {
  top: -10px;
  transition-property: top, transform;
}
header nav .nav-trigger i::after {
  bottom: -10px;
  transition-property: bottom, transform;
}
header nav .nav-trigger.active i {
  background: 0 0;
}
header nav .nav-trigger.active i::before {
  top: 0;
  transform: rotate(45deg);
}
header nav .nav-trigger.active i::after {
  bottom: 0;
  transform: rotate(-45deg);
}
header nav .nav-trigger.active i::after,
header nav .nav-trigger.active i::before {
  transition-delay: 0s, .3s;
}
@media all and (max-width: 1100px) {
  header nav .nav-trigger {
    display: block;
  }
}
@media all and (max-width: 500px) {
  header nav .dropdown img {
    display: none;
  }
  header nav .dropdown .col .list h3 {
    font-size: 20px !important;
    line-height: 10px !important;
  }
}
header .search {
  background: #f6f6f6;
  width: 231px;
  height: 122px;
  transition: 250ms;
  margin: 0 0 0 40px;
  float: right;
  position: relative;
}
@media all and (max-width: 1100px) {
  header .search {
    width: 62px;
  }
}
header .search input {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 300;
  line-height: 122px;
  outline: none;
  padding: 0 50px 0 40px;
  border: 0;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 1100px) {
  header .search input {
    display: none;
  }
}
header .search button {
  width: 55px;
  height: 100%;
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
}
header .search button svg {
  fill: #111;
  width: 17px;
  height: 18px;
  margin: 0 10px 0 0;
}
html.scrolling {
  padding-top: 60px;
}
html.scrolling header {
  min-height: 60px;
}
html.scrolling header .logo {
  margin-top: 6px;
}
html.scrolling header .search {
  height: 60px;
}
html.scrolling header nav > ul > li {
  line-height: 60px;
}
html.scrolling header nav > ul > li .dropdown {
  top: 60px;
}
@media all and (max-width: 1100px) {
  html.scrolling header nav > ul > li .dropdown {
    top: 0;
  }
}
@media all and (max-width: 1100px) {
  html.scrolling header nav > ul {
    top: 60px;
    height: calc(100% - 60px);
  }
}
html.scrolling header .nav-trigger {
  line-height: 60px;
}

.main-slideshow {
  width: 100%;
  position: relative;
}
.main-slideshow .bx-wrapper {
  border: 0 !important;
}
.main-slideshow .bx-viewport {
  border: 0 !important;
  left: 0 !important;
}
.main-slideshow .bx-controls-direction a {
  z-index: 1 !important;
}
.main-slideshow .slides {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-slideshow .slides .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
  background-size: cover;
}
.main-slideshow .slides .item .container {
  height: 100%;
}
.main-slideshow .slides .item .intro {
  width: 60%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-slideshow .slides .item .intro h1,
.main-slideshow .slides .item .intro h2 {
  margin: 0 0 20px 0;
  padding: 0;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 54px;
  color: #f4f6f8;
}
@media all and (max-width: 1200px) {
  .main-slideshow .slides .item .intro h1,
  .main-slideshow .slides .item .intro h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 850px) {
  .main-slideshow .slides .item .intro h1,
  .main-slideshow .slides .item .intro h2 {
    font-size: 28px;
  }
}
.main-slideshow .slides .item .intro p {
  margin: 0 0 20px 0;
  padding: 0;
  width: 60%;
  line-height: 35px;
  font-size: 20px;
  font-weight: 300;
  color: #f4f6f8;
}
@media all and (max-width: 1200px) {
  .main-slideshow .slides .item .intro p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media all and (max-width: 850px) {
  .main-slideshow .slides .item .intro p {
    font-size: 14px;
  }
}
@media all and (max-width: 600px) {
  .main-slideshow .slides .item .intro p {
    width: 100%;
  }
}
.main-slideshow .slides .item .intro a.btn {
  background: #26a65c;
  transition: 250ms;
  border-bottom: 5px solid #24a058;
  border-radius: 4px;
  display: inline-block;
  line-height: 56px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 0 55px 0 40px;
}
.main-slideshow .slides .item .intro a.btn:hover {
  background: #24a058;
}
.main-slideshow .slides .item .intro a.btn i {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: -4px 0 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
  border-top: 2px solid #acddc1;
  border-left: 2px solid #acddc1;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media all and (max-width: 850px) {
  .main-slideshow .slides .item .intro a.btn {
    line-height: 40px;
    padding: 0 35px 0 20px;
  }
}
@media all and (max-width: 1200px) {
  .main-slideshow .slides .item .intro {
    left: 15px;
  }
}
@media all and (max-width: 600px) {
  .main-slideshow .slides .item .intro {
    width: 100%;
    left: 0;
    padding: 0 15px;
    text-align: center;
  }
}
.main-slideshow .nav {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-slideshow .nav .square {
  padding: 50px;
  background-color: rgba(255,255,255,0.2);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  width: 230px;
}
.main-slideshow .nav .square.p2 {
  margin-left: -230px;
}
@media all and (max-width: 1200px) {
  .main-slideshow .nav .square.p2 {
    margin-left: -180px;
  }
}
@media all and (max-width: 850px) {
  .main-slideshow .nav .square.p2 {
    margin-left: 0;
  }
}
.main-slideshow .nav .square ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 40px;
}
.main-slideshow .nav .square ul li a {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.main-slideshow .nav .square ul li a:hover {
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 850px) {
  .main-slideshow .nav .square ul {
    line-height: 25px;
    text-align: right;
  }
}
@media all and (max-width: 1200px) {
  .main-slideshow .nav .square {
    padding: 15px;
    width: 180px;
  }
}
@media all and (max-width: 850px) {
  .main-slideshow .nav .square {
    width: auto;
    background: none;
    box-shadow: none;
  }
}
@media all and (max-width: 1200px) {
  .main-slideshow .nav {
    margin: 0;
    right: 15px;
  }
}
@media all and (max-width: 850px) {
  .main-slideshow .nav {
    background-color: rgba(255,255,255,0.2);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    width: 180px;
  }
}
@media all and (max-width: 600px) {
  .main-slideshow .nav {
    display: none;
  }
}

.contact {
  background-color: #26a65c;
  position: relative;
  padding: 70px 0;
  min-height: 340px;
}
.contact:before {
  width: 100%;
  height: 100%;
  opacity: .05;
  background: url(../img/contact-bg.jpg) no-repeat center center;
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.contact h4 {
  font-size: 34px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 35px 0;
  padding: 0;
}
.contact .address {
  float: left;
  width: 18%;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
}
@media all and (max-width: 1000px) {
  .contact .address {
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  .contact .address {
    width: 50%;
  }
}
@media all and (max-width: 500px) {
  .contact .address {
    display: block;
    clear: both;
    width: auto;
  }
}
.contact .channels {
  float: left;
  width: 25%;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.contact .channels .phone {
  display: block;
  clear: both;
  margin: 5px 0;
}
.contact .channels .phone svg {
  width: 27px;
  height: 27px;
  fill: #fff;
  float: left;
  margin: -2px 8px 0 0;
}
.contact .channels .email {
  display: block;
  clear: both;
  margin: 15px 0;
}
.contact .channels .email svg {
  width: 26px;
  height: 20px;
  fill: #fff;
  float: left;
  margin: 3px 10px 0 0;
}
@media all and (max-width: 1000px) {
  .contact .channels {
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  .contact .channels {
    width: 50%;
  }
}
@media all and (max-width: 500px) {
  .contact .channels {
    display: block;
    clear: both;
    width: auto;
    margin-top: 20px;
  }
}
.contact .map {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact .map svg {
  width: 372px;
  height: 198px;
}
@media all and (max-width: 1000px) {
  .contact .map {
    right: 5px;
  }
}
@media all and (max-width: 767px) {
  .contact .map {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .contact {
    padding: 30px 0;
  }
}

#content .sidebar {
  width: 40%;
  float: left;
  border-right: 1px solid #efefef;
  padding: 50px 0;
}
#content .sidebar h3 {
  font-size: 38px;
  font-weight: 300;
  color: #111;
  margin: 0 0 40px 0;
}
#content .sidebar .select-product-list a.item {
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
#content .sidebar .select-product-list a.item:hover {
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}
#content .sidebar .select-product-list a.item:hover .c h4 {
  color: #00a1e7;
}
#content .sidebar .select-product-list a.item:hover svg {
  right: 20px;
}
#content .sidebar .select-product-list a.item .img {
  width: 40%;
  text-align: center;
}
#content .sidebar .select-product-list a.item .img img {
  max-width: 90%;
}
@media all and (max-width: 767px) {
  #content .sidebar .select-product-list a.item .img {
    width: 150px;
  }
}
#content .sidebar .select-product-list a.item .c {
  width: 60%;
  margin: 0 0 0 auto;
}
#content .sidebar .select-product-list a.item .c h4 {
  font-size: 20px;
  transition: 250ms;
  font-weight: 300;
  color: #111;
  margin: 7px 0 5px 0;
  padding: 0;
}
#content .sidebar .select-product-list a.item .c p {
  color: #848484;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  #content .sidebar .select-product-list a.item .c {
    width: calc(100% - 150px);
  }
}
#content .sidebar .select-product-list a.item svg {
  width: 27px;
  height: 25px;
  transition: 250ms;
  fill: #d8d8d8;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -13px;
}
@media all and (max-width: 767px) {
  #content .sidebar {
    width: 100%;
    clear: both;
    display: block;
    border: 0;
  }
}
#content .main {
  width: 60%;
  float: right;
  padding: 50px 50px 40px 100px;
}
#content .main h2 {
  font-size: 38px;
  font-weight: 300;
  color: #111;
  margin: 0;
  padding: 0;
}
#content .main p {
  font-size: 15px;
  color: #111;
  font-weight: 300;
  line-height: 30px;
  margin: 30px 0;
}
#content .main .partner {
  font-size: 20px;
  font-weight: 300;
  color: #111;
  line-height: 29px;
}
#content .main .partner img {
  max-height: 88px;
  margin-top: 15px;
}
@media all and (max-width: 1000px) {
  #content .main {
    padding: 50px;
  }
}
@media all and (max-width: 767px) {
  #content .main {
    padding: 40px 0;
    border-bottom: 1px solid #efefef;
    width: 100%;
    float: none;
    display: block;
  }
}

.container-product {
  padding-top: 40px;
  margin-bottom: 100px;
}
.container-product ul {
  margin: 15px 0 15px 25px;
  padding: 0;
}
.container-product ul li {
  margin: 5px 0;
}
.container-product ul li a {
  text-decoration: underline;
}
.container-product ul li img {
  max-height: 20px;
  margin-bottom: -3px;
}
.container-product .product-header h2 {
  color: #111;
  font-size: 38px;
  font-weight: 300;
  margin: 0;
}
.container-product .product-header p.product-slogan {
  margin: 0;
  color: #111;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}
.container-product .product-header .product-main-image {
  margin: 40px 0;
  text-align: center;
}
.container-product .product-header .product-main-image img {
  max-width: 100%;
}
.container-product .product-header .product-images {
  margin: 20px 0;
  text-align: center;
}
.container-product .product-body {
  line-height: 22px;
}
.container-product .product-body h4 {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.container-product .product-body h3 {
  color: #009fe3;
  font-size: 24px;
  font-weight: 500;
  margin: 50px 0 0 0;
}
.container-product .product-body a {
  text-decoration: underline;
  color: #009fe3;
}
.container-product .product-body a:hover {
  text-decoration: none;
}
.container-product .product-body ul.files {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.container-product .product-body ul.files li {
  display: block;
}
.container-product .product-body ul.files li a {
  line-height: 30px;
  border-radius: 3px;
  padding: 5px 15px;
  background: #f0f0f0;
  transition: 250ms;
  display: block;
  text-decoration: none;
}
.container-product .product-body ul.files li a img {
  margin-right: 5px;
}
.container-product .product-body ul.files li a:hover {
  background: #eee;
}

.container-products {
  padding-top: 40px;
  margin-bottom: 100px;
}
.container-products h2 {
  color: #111;
  font-size: 38px;
  font-weight: 300;
  margin: 0;
}
.container-products .products {
  margin: 25px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.container-products .products .product {
  width: calc(33% - 10px);
  margin: 5px 5px 10px 5px;
  border: 1px solid #F2F2F2;
  text-align: center;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.container-products .products .product .image {
  width: 100%;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-products .products .product .image img {
  max-width: 100%;
  max-height: 150px;
}
.container-products .products .product .product-footer {
  background: #F2F2F2;
  padding: 10px;
}
.container-products .products .product .product-footer h4 {
  margin: 0;
}
.container-products .products .product:hover {
  border-color: #e0e0e0;
}
.container-products .products .product:hover .product-footer {
  background: #e0e0e0;
}
.container-products .container-products-categories {
  margin: 0 0 0 15px;
  padding: 0;
}
.container-products .container-products-categories li {
  margin: 3px 0 0 0;
}
.container-products .container-products-categories li a {
  text-decoration: underline;
}
@media all and (max-width: 1000px) {
  .container-products .products .product {
    width: calc(33% - 10px);
  }
}
@media all and (max-width: 720px) {
  .container-products .products .product {
    width: calc(50% - 10px);
  }
}
@media all and (max-width: 500px) {
  .container-products .products .product {
    width: calc(100% - 10px);
  }
}

ul.errors {
  background: #cc0000;
  color: #fff;
  padding: 10px;
}
.container-page {
  padding-top: 40px;
  margin-bottom: 100px;
  line-height: 23px;
}
.container-page ul {
  margin: 15px 0 15px 25px;
  padding: 0;
}
.container-page ul li {
  margin: 5px 0;
}
.container-page ul li a {
  text-decoration: underline;
}
.container-page ul li img {
  max-height: 20px;
  margin-bottom: -3px;
}
.container-page h1 {
  color: #111;
  font-size: 38px;
  font-weight: 300;
  margin: 10px 0 30px 0;
}
.container-page p a {
  text-decoration: underline;
  color: #009fe3;
}
.container-page p a:hover {
  text-decoration: none;
}
hr {
  width: 100%;
  height: 2px;
  border: 0;
  background: #ddd;
}

.container-contact {
  padding-top: 40px;
  margin-bottom: 100px;
}
.container-contact .contact-left {
  width: 50%;
  float: left;
}
.container-contact .contact-right {
  width: 50%;
  margin: 0 0 40px 0;
  float: right;
}
.container-contact .contact-right .flash {
  margin: 0 0 20px 0;
  color: #00ADEE;
}
.container-contact .g-recaptcha {
  margin: 0 0 10px 0;
}
.container-contact h2 {
  color: #111;
  font-size: 38px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.container-contact h3 {
  color: #111;
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.container-contact h4 {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.container-contact h4 span {
  font-weight: 300;
  font-size: 16px;
}
.container-contact p {
  line-height: 1.4;
}
.container-contact p .small {
  font-size: 11px;
  line-height: 1.4;
  display: block;
}
.container-contact ul.files {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.container-contact ul.files li {
  display: block;
  margin-bottom: 5px;
}
.container-contact ul.files li a {
  line-height: 40px;
  border-radius: 3px;
  padding: 5px 15px;
  background: #f0f0f0;
  transition: 250ms;
  display: block;
  text-decoration: none;
}
.container-contact ul.files li a img {
  margin: 7px 10px 0 0;
  max-height: 25px;
  float: left;
}
.container-contact ul.files li a:hover {
  background: #eee;
}
.container-contact .contact-form label {
  display: block;
}
.container-contact .contact-form .red {
  color: #fa4600;
}
.container-contact .contact-form .required-fields {
  margin: 0 0 10px 0;
}
.container-contact .contact-form input[type='text'],
.container-contact .contact-form input[type='email'] {
  width: 100%;
  max-width: 250px;
  display: block;
  border-radius: 2px;
  border: 1px solid #ACAAAA;
  padding: 8px;
  margin: 3px 0 8px 0;
}
.container-contact .contact-form textarea {
  width: 100%;
  height: 100px;
  display: block;
  border-radius: 2px;
  border: 1px solid #ACAAAA;
  padding: 5px;
  margin: 3px 0 8px 0;
}
.container-contact .contact-form .term-checkbox {
  margin: 15px 0;
}
.container-contact .contact-form .term-checkbox a {
  color: #00ADEE;
}
.container-contact .contact-form .term-checkbox a:hover {
  text-decoration: underline;
}
.container-contact .contact-form input[type='submit'] {
  background: #00ADEE none repeat scroll 0 0;
  border-radius: 2px;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 25px;
  position: relative;
  text-transform: uppercase;
  transition: all 250ms ease 0s;
}
#content .contact-map {
  margin: 10px 0 0 0;
  width: 100%;
  height: 450px;
}
@media all and (max-width: 600px) {
  .container-contact .contact-left {
    width: 100%;
  }
  .container-contact .contact-right {
    width: 100%;
    margin-top: 25px;
  }
}

.container-search {
  padding-top: 40px;
  margin-bottom: 100px;
}
.container-search h2 {
  color: #111;
  font-size: 38px;
  font-weight: 300;
  margin: 0;
}
.container-search .search-item {
  margin: 35px 0;
}
.container-search .search-item h3 {
  color: #00ADEE;
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 5px 0;
}
.container-search .search-item p {
  margin: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
