@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  color: #424242;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -mz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -mz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#loading {
  -webkit-animation: rotation 2s infinite linear;
  -moz: rotation 2s infinite linear;
  -ms: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}
.l-header {
  padding: 30px 0;
}
.l-header .logo .logo-left {
  position: relative;
  float: left;
}
.l-header .logo .logo-left .spin-logo {
  float: left;
  position: absolute;
  bottom: 26px;
  left: 10px;
}
.l-header .logo .logo-left .text-logo {
  display: inline;
  padding: 25px 10px;
  padding-top: 0;
}
.l-header .logo .logo-left .simple-text-logo {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.l-header .logo .logo-next {
  display: inline;
  padding: 85px 5px 0;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .l-header .logo {
    display: table;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding: 15px;
  }
  .l-header .flag {
    display: table;
    margin: 15px auto 0;
    float: none !important;
  }
}
section {
  margin-bottom: 60px;
}
section .section-title h1 {
  font-weight: 700;
  font-size: 26px;
  color: #00b2f0;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #c7c8c9;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  section .section-title h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  section {
    margin-bottom: 20px;
  }
}
.products .products_box {
  border: 1px solid #d5d5d5;
  padding: 30px;
}
.products .products_box .product_name {
  color: #202020;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .products .products_box {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .products .products_box {
    margin-bottom: 30px;
  }
}
.distributors_box {
  background: #f1f2f5;
  border: 1px solid #e0e0e0;
  padding: 30px;
  margin-bottom: 30px;
  min-height: 255px;
}
.distributors_box h2 {
  font-size: 22px;
  margin: 0 0 10px;
  color: #154179;
  font-weight: 700;
}
.distributors_box ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.distributors_box ul li {
  width: 100%;
  line-height: 1.6;
  font-weight: 500;
}
.distributors_box ul li span {
  display: block;
  width: 20%;
  float: left;
}
.distributors_box ul li .rt {
  width: 80%;
}
.distributors_box ul li .rt a {
  color: inherit;
}
.distributors_box ul li .rt a:hover,
.distributors_box ul li .rt a:focus {
  color: #00b2f0;
}
@media only screen and (max-width: 767px) {
  .distributors_box ul li {
    margin-bottom: 10px;
  }
  .distributors_box ul li span,
  .distributors_box ul li rt {
    width: 100%;
    float: none;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .distributors_box {
    padding: 15px 10px;
  }
}
.l-footer {
  background: #1b1b1b;
}
.l-footer span {
  color: #ffffff;
  font-weight: 400;
  padding: 20px 15px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
    .l-footer .pull-right,
    .l-footer .pull-left {
        width: 100%;
        float: none !important;
        font-size: 14px;
    }
}
.distributors_box .btn-primary {
  padding: 8px 25px;
  margin-top: 15px;
  border-radius: 0;
  font-size: 16px;
}

.sub-banner {
    background: #154179;
    width: 100%;
    margin-bottom: 30px;
}

.sub-banner h3 {
  margin: 15px 0;
  color: #ffffff;
}

ol li {
  margin-bottom: 15px;
}

.content {
  min-height: 500px;
}