@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
body {
  margin: 0px;
  font-family: "Roboto", "微軟正黑體", "蘋果儷中黑", Arial;
  background-color: #F5F4F2;
  color: #4A4A4A;
  padding-top: 140px;
}
@media (max-width: 970px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 84px;
  }
}

body.page--home {
  padding-top: 80px;
}
@media (max-width: 1170px) {
  body.page--home {
    padding-top: 54px;
  }
}

h1, h2, h3, h4, h5, h6, p, a, span, li {
  font-family: "Roboto", "微軟正黑體", "蘋果儷中黑", Arial;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
  color: #4A4A4A;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.1, 0.01, 0.99);
}

a:hover {
  opacity: 0.7;
}

.btn {
  border-radius: 5px;
  min-width: 120px;
  padding: 15px;
  font-size: 16px;
  line-height: 150%;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.btn.btn-default {
  background-color: #1F866D;
  color: #fff;
}
.btn img {
  margin-right: 10px;
}

button.btn {
  border: none;
}

.share-buttons {
  margin-bottom: 45px;
}
.share-buttons a {
  border-radius: 5px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  line-height: 100%;
  margin-bottom: 15px;
  font-weight: 700;
}
.share-buttons a.share--facebook {
  background: #3B5998;
}
.share-buttons a.share--line {
  background: #00B900;
}

.swiper-pagination-bullet-active {
  background: #1F866D;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

@media (max-width: 767px) {
  .text-align-center--mobile {
    text-align: center !important;
  }
}

.disable {
  opacity: 0.5;
  pointer-events: none;
}

.has-min-height {
  min-height: calc( 100vh - 265px );
}
@media (max-width: 970px) {
  .has-min-height {
    min-height: calc(100vh - 287px);
  }
}

.side-content-head {
  margin-bottom: 20px;
}
.side-content-head h4 {
  color: #1F866D;
  font-size: 16px;
  line-height: 150%;
  line-height: 24px;
  vertical-align: middle;
}
.side-content-head img {
  margin-right: 5px;
}

li {
  display: inline-block;
}

h3 {
  text-align: center;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 36px;
    line-height: 130%;
    text-align: left;
    margin-top: 20px;
  }
}

.subtitle {
  margin-top: 15px;
}
@media (max-width: 970px) {
  .subtitle {
    margin-bottom: 50px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

table {
  width: 100%;
}
table td, table th {
  padding: 15px;
}
table tr {
  width: 100%;
  padding: 0 15px;
}
table a {
  color: #1F866D;
  line-height: 150%;
}
table.no-border td, table.no-border th, table.no-border tr {
  border: none !important;
}

#tab00 table tr:nth-child(2n) {
  background: #F7F9F5;
}

.line {
  width: 100%;
  height: 1px;
  background: #E6E0EC;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .line {
    margin: 30px 0 30px 0;
  }
}
.line.between {
  margin: 0 0 30px 0;
}

.abstract p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .abstract p {
    text-align: left;
  }
}

.free-edit img, .free-edit iframe, .free-edit ul, .free-edit ol {
  margin-bottom: 30px;
}
.free-edit li {
  display: list-item;
  list-style: disc;
  margin-left: 16px;
}
.free-edit ol li {
  list-style: decimal;
}
.free-edit p, .free-edit span, .free-edit div, .free-edit li, .free-edit a {
  font-size: 14px;
  line-height: 24px;
}
.free-edit a {
  color: #1F866D;
  text-decoration: underline;
}

.free-edit--news {
  margin-bottom: 60px;
}

.free-edit--product-category {
  margin-bottom: 60px;
}
.free-edit--product-category p {
  text-align: justify;
}
@media (max-width: 767px) {
  .free-edit--product-category p {
    text-align: left;
  }
}

.video-wrapper-responsive {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-wrapper-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dots-animation:after {
  content: " .";
  -webkit-animation: dots 1s steps(5, end) infinite;
          animation: dots 1s steps(5, end) infinite;
}

.loading {
  font-size: 22px;
  line-height: 30px;
  padding: 60px 0;
  font-weight: 300;
  margin-top: -30px;
}

@-webkit-keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: black;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 black, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 black, 0.5em 0 0 black;
  }
}

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: black;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 black, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 black, 0.5em 0 0 black;
  }
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb {
  text-align: center;
  margin-bottom: 15px;
}
.breadcrumb br {
  display: none;
}
@media (max-width: 767px) {
  .breadcrumb {
    text-align: left;
    margin-bottom: 5px;
  }
}

@media (max-width: 970px) {
  .reverse-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 767px) {
  .table-responsive > .table {
    margin-bottom: 0;
  }
}

.page--about h3 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page--about h3 {
    text-align: center;
  }
}

.page--news-content h3 {
  text-align: left;
}

.page--product h3 {
  margin-bottom: 30px;
}

.page--product-list h3, .page--product-list .breadcrumb, .page--product-content h3, .page--product-content .breadcrumb {
  text-align: left;
}

@media (max-width: 767px) {
  .has-filter .sticky-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .has-filter .filter-layout {
    position: fixed;
    top: 84px;
    right: 0;
    width: calc(100vw - 30px);
    border-radius: 5px 0 0 5px;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(105%);
        -ms-transform: translateX(105%);
            transform: translateX(105%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    transition: -webkit-transform 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    -o-transition: transform 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    transition: transform 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    transition: transform 1s cubic-bezier(0.4, 0.1, 0.01, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  }
}
.has-filter .filter-layout.in {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.has-filter .filter-control {
  position: fixed;
  background: #1F866D;
  border-radius: 22px;
  padding: 10px;
  right: 20px;
  bottom: 20px;
  z-index: 1001;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.has-filter .filter-control.pushed {
  bottom: 80px;
}
.has-filter .filter-control .close-filter {
  display: none;
}
.has-filter .filter-control.clicked .close-filter {
  display: block;
}
.has-filter .filter-control.clicked .open-filter {
  display: none;
}
.has-filter .filter-control img {
  width: 24px;
  height: 24px;
}

.page--product-content .product-list-layout {
  margin-bottom: 30px;
}
.page--product-content .product-list-layout a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page--product-content .product-list-layout img {
  width: 83px;
  height: auto;
}
.page--product-content .product-list-layout p {
  -webkit-line-clamp: 2;
  height: 40px;
}
.page--product-content .product-list-layout h4 {
  font-size: 16px;
  line-height: 120%;
}
.page--product-content .product-list-layout .card {
  width: 100%;
}
@media (max-width: 767px) {
  .page--product-content .breadcrumb {
    clear: both;
    padding-top: 20px;
  }
}

.page--download h3, .page--download form {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page--download h3, .page--download form {
    margin-bottom: 30px;
  }
}

.page--download-results h3 {
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page--download-results h3 {
    margin-bottom: 36px;
  }
}
.page--download-results thead th {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
.page--download-results thead th[width="120"] {
  min-width: 120px;
}
.page--download-results tbody {
  background: #fff;
}
.page--download-results td {
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
}
.page--download-results .table {
  margin-bottom: 30px;
}
.page--download-results .tag-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page--download-results .tag-wrapper {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page--download-results .tag-wrapper span {
  cursor: pointer;
  background: #dcd9d4;
  padding: 10px 15px;
  border-radius: 5px;
  margin-right: 10px;
  white-space: nowrap;
}
.page--download-results .tag-wrapper span.active, .page--download-results .tag-wrapper span:hover {
  color: #1F866D;
  background: #fff;
}
.page--download-results .loading {
  margin-top: 0;
}

.page--download-form h3 {
  text-align: left;
}

.page--online-catalog h3 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page--online-catalog h3 {
    margin-bottom: 30px;
  }
}
.page--online-catalog .catalog {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page--online-catalog .catalog {
    text-align: left;
    margin-bottom: 30px;
  }
}
.page--online-catalog .catalog a {
  color: #1F866D;
  font-weight: 700;
}
.page--online-catalog .catalog .cover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15), 0 3px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15), 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 20px;
  width: 120px;
  height: auto;
}
.page--online-catalog .catalog h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page--online-catalog .catalog h4 {
    margin-bottom: 5px;
  }
}
.page--online-catalog .catalog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page--online-catalog .catalog-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page--online-catalog .catalog-wrapper:before, .page--online-catalog .catalog-wrapper:after {
  content: normal;
}

@media (max-width: 767px) {
  .page--download-start h3 {
    text-align: center;
  }
}

.page--contact h3 {
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 970px) {
  .page--contact h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page--contact h3 {
    margin-bottom: 30px;
  }
}
.page--contact h4 {
  margin-top: 30px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}
.page--contact .partner-logo {
  margin-bottom: 15px;
}
.page--contact .subtitle {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  line-height: 100%;
}
@media (max-width: 970px) {
  .page--contact .subtitle {
    font-weight: 300;
    margin-bottom: 15px;
  }
}
@media (max-width: 970px) {
  .page--contact .contact-info {
    margin-top: 0;
  }
}

.page--distributors h3 {
  text-align: left;
}
@media (max-width: 970px) {
  .page--distributors h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page--distributors h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 970px) {
  .page--distributors .sticky-wrapper {
    position: relative;
    top: auto;
  }
}

.page--search-results form {
  background: #fff;
  border-radius: 5px;
  padding: 13px 13px 13px 15px;
}
@media (max-width: 767px) {
  .page--search-results form {
    display: none;
  }
}
.page--search-results form button {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
}
.page--search-results form input {
  outline: none;
  border: none;
  width: 220px;
}

.open-mobile-menu {
  padding: 0;
  padding-right: 10px;
  border: none;
  outline: none;
  background: none;
}

header {
  background-color: #F7F9F5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .open-mobile-menu, header .open-search-mobile {
  margin: 15px 0 0 10px;
}
@media (max-width: 1170px) {
  header nav {
    display: none;
  }
}
header nav li {
  margin-left: 30px;
}
@media (max-width: 1170px) {
  header nav li {
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
header nav a {
  font-size: 16px;
  line-height: 150%;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 28px 0;
  display: block;
}
@media (max-width: 1170px) {
  header nav a {
    padding: 0;
    line-height: 150%;
  }
}
header nav img {
  cursor: pointer;
}
header nav li:hover ul {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
}
@media (max-width: 1170px) {
  header nav > ul {
    position: fixed;
    width: 100%;
    left: 0;
    top: 54px;
    background-color: #F7F9F5;
    height: calc( 100vh - 54px );
    overflow-y: scroll;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1170px) {
  header nav > ul > li {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 30px 0;
  }
}
header nav > ul > li img {
  width: 24px;
  height: 24px;
}
@media (max-width: 1170px) {
  header nav > ul > li > a {
    padding: 5px;
    background: #dcd9d4;
    border-radius: 20px;
    width: 150px;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 1px;
  }
}
header ul ul {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  background: #F7F9F5;
  text-align: center;
  padding: 45px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  opacity: 0;
  -webkit-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
          transform: translateY(-300%);
  pointer-events: none;
  z-index: -1;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
@media (max-width: 1170px) {
  header ul ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    position: relative;
    padding: 20px 0 0 0;
    top: auto;
    z-index: 1;
  }
}
header ul ul li a {
  color: #1F866D;
  font-size: 20px;
  text-transform: none;
  padding: 0 30px;
}
@media (max-width: 1170px) {
  header ul ul li a {
    padding: 0;
  }
}
header ul ul li:last-child a, header ul ul li:last-child ul {
  padding-right: 0;
}
header ul ul li:first-child a, header ul ul li:first-child ul {
  padding-left: 0;
}
header ul ul li a:hover {
  color: #1F866D;
}
header ul ul li {
  margin: 0;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 1170px) {
  header ul ul li {
    text-align: center;
  }
}
header ul ul li:not(:last-child) {
  border-right: 1px solid #F1EEE8;
}
header ul ul ul {
  position: relative;
  width: auto;
  top: auto;
  padding: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  pointer-events: auto;
  opacity: 1;
  padding: 5px 30px 0 30px;
}
@media (max-width: 1170px) {
  header ul ul ul {
    padding: 0 0 20px 0;
  }
}
header ul ul ul li {
  display: block;
}
header ul ul ul li:not(:last-child) {
  border: none;
}
header ul ul ul li a {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 150%;
  padding: 0;
}
header .logo {
  height: 40px;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin-top: 20px;
}
@media (max-width: 1170px) {
  header .logo {
    margin: 15px 0;
    height: 24px;
  }
}
header .logo img {
  height: 100%;
  width: auto;
}
header .search {
  position: relative;
}
header .search img {
  width: 24px;
  height: 24px;
}
header .search-wrapper {
  display: none;
}
header .search-mode > ul > li:not(.search) {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1170px) {
  header .search-mode > ul > li:not(.search) {
    opacity: 1;
    pointer-events: auto;
  }
}
header .search-mode .open-search {
  opacity: 0;
  pointer-events: none;
}
header .search-mode .search-wrapper {
  display: block;
}
@media (max-width: 1170px) {
  header .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
}
header .search-mobile {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #F7F9F5;
  height: 54px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  header .search-mobile {
    z-index: 1000;
  }
}
header .search-mobile .search-wrapper {
  position: relative;
  top: auto;
  left: -44px;
}
header .search-mobile .close-search {
  right: -34px;
}

header.mini .logo {
  height: 24px;
  margin-top: 15px;
}
header.mini nav li a.category {
  padding: 15px 0;
}
@media (max-width: 1170px) {
  header.mini nav li a.category {
    padding: 5px;
  }
}
header.mini ul ul {
  top: 54px;
}
@media (max-width: 1170px) {
  header.mini ul ul {
    top: auto;
  }
}
header.mini ul ul ul {
  top: auto;
}
header.mini .open-mobile-menu {
  margin-top: 15px;
}

footer {
  background: #F1EEE8;
  position: relative;
}
footer .container {
  padding: 20px 15px;
  position: relative;
  height: 100%;
}
footer h6 {
  font-size: 16px;
  line-height: 150%;
}
footer .title {
  font-weight: 700;
  padding-right: 10px;
}
footer span {
  padding-right: 30px;
}
footer .pull-left div {
  padding: 10px 0 0 0;
}
footer .social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media (max-width: 970px) {
  footer .social-media-links {
    float: left !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
  }
}
footer .copyright {
  font-size: 12px;
  opacity: 0.6;
  padding-top: 70px;
}
@media (max-width: 767px) {
  footer .copyright {
    padding-top: 30px;
  }
}
footer li {
  margin-left: 20px;
}
@media (max-width: 970px) {
  footer li {
    margin-left: 0;
    margin-right: 15px;
  }
}

.go-top {
  background: #fff;
  position: fixed;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 999;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
.go-top img {
  width: 24px;
  height: 24px;
}

section.slides .swiper-slide {
  position: relative;
}
section.slides .swiper-slide:hover {
  opacity: 1;
}
section.slides .swiper-slide .text-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.slides .swiper-slide .slide-img {
  width: 100%;
  height: auto;
}
section.slides h3 {
  font-size: 64px;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 970px) {
  section.slides h3 {
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  section.slides h3 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
section.slides h3 span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 767px) {
  section.slides h3 span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 5px;
  }
}
section.slides .btn {
  -webkit-box-shadow: 0 5px 20px 0 rgba(31, 134, 109, 0.5);
          box-shadow: 0 5px 20px 0 rgba(31, 134, 109, 0.5);
}
section.slides .swiper-pagination-bullets {
  bottom: 30px;
}
@media (max-width: 767px) {
  section.slides .swiper-pagination-bullets {
    bottom: 10px;
  }
}

section.banners {
  padding: 30px 0;
  min-height: calc(100vh - 735px);
}
section.banners a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  display: block;
  padding-bottom: 100%;
  border-radius: 5px;
  background-size: contain;
  background-color: #fff;
  position: relative;
}
section.banners h4 {
  font-size: 22px;
  line-height: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
section.banners span {
  font-size: 16px;
  line-height: 150%;
  display: block;
}
@media (max-width: 970px) {
  section.banners .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
}

.free-edit iframe {
  max-width: 100%;
}
.free-edit img {
  max-width: 100%;
  height: auto !important;
}
.free-edit p span {
  font-size: inherit;
}

.free-edit--about p {
  font-size: 20px;
  line-height: 150%;
  font-weight: 300;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .free-edit--about p {
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 0;
  }
}
.free-edit--about .container, .free-edit--about .fluid-container {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .free-edit--about .container, .free-edit--about .fluid-container {
    margin-bottom: 30px;
  }
}
.free-edit--about h4 {
  font-size: 26px;
  line-height: 150%;
  margin-bottom: 30px;
  font-weight: 500;
  text-align: center;
}
.free-edit--about .group-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 30px;
}
.free-edit--about .group-members div {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .free-edit--about .group-members div {
    margin-bottom: 30px;
  }
}
.free-edit--about .group-members p {
  margin-bottom: 0;
}
.free-edit--about .products-features {
  padding-top: 30px;
}
.free-edit--about .products-features div {
  margin-bottom: 30px;
}
.free-edit--about .products-features img {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .free-edit--about .products-features p {
    text-align: center;
  }
}
.free-edit--about .square-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.free-edit--about .square-layout .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: #fff;
  height: 100%;
  max-width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 970px) {
  .free-edit--about .square-layout .wrapper img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .free-edit--about .square-layout .wrapper p {
    margin-bottom: 30px;
  }
}
.free-edit--about .square-layout .wrapper h4, .free-edit--about .square-layout .wrapper p {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.free-edit--about .square-layout img {
  margin-bottom: 0;
}
.free-edit--about .square-layout:before, .free-edit--about .square-layout:after {
  content: normal;
}
.free-edit--about .temperature li {
  font-size: 36px;
  font-weight: 300;
  color: #1F866D;
  padding: 60px 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  .free-edit--about .temperature li {
    padding: 20px 0 20px 0;
  }
}
.free-edit--about .temperature ul {
  list-style: none;
}

.news-list h4 {
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
@media (max-width: 767px) {
  .news-list h4 {
    font-size: 16px;
    line-height: 150%;
    line-height: 120%;
  }
}
.news-list div {
  margin-bottom: 30px;
}
.news-list img {
  border-radius: 5px;
  margin-bottom: 10px;
}
.news-list a {
  display: block;
}

.recent-news .news-list h4 {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 5px;
}
.recent-news .news-list a {
  margin-bottom: 30px;
}

.product-list-layout {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.product-list-layout .card {
  margin-bottom: 30px;
}
.product-list-layout .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list-layout h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
.product-list-layout p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
  width: 100%;
  height: 60px;
}
.product-list-layout .text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  text-align: left;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.product-list-layout img {
  margin-right: 30px;
  border-radius: 5px;
  width: 100px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-list-layout img {
    margin-right: 20px;
  }
}

.product-list-layout:before, .product-list-layout:after {
  content: normal;
}

.category-list .card a {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}
@media (max-width: 767px) {
  .category-list .card a {
    padding: 10px;
  }
}

.product-list img {
  margin-right: 15px;
}

.filter-layout {
  background: #dcd9d4;
  border-radius: 5px;
  overflow: hidden;
}
.filter-layout input[type=text] {
  border: none;
  background: none;
  width: 100%;
  font-size: 16px;
  line-height: 150%;
}
.filter-layout input[type=text]:focus {
  outline: none;
}
.filter-layout .input-group {
  background: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter-layout .input-group button {
  border: none;
  background: none;
  padding: 0;
}
.filter-layout h5, .filter-layout h6 {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 8px;
}
.filter-layout h6 {
  opacity: 0.5;
  margin-bottom: 5px;
}
.filter-layout .checkbox {
  margin-bottom: 8px;
}
.filter-layout .form-group {
  padding: 15px;
}
.filter-layout .form-group:not(:last-child) {
  border-bottom: 1px solid rgba(74, 74, 74, 0.1);
}
.filter-layout .wrapper {
  height: calc(100vh - 349px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .filter-layout .wrapper {
    height: calc(100vh - 168px);
  }
}
.filter-layout .select-wrapper {
  padding: 30px 15px;
}
.filter-layout select {
  width: 100%;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #4a4a4a;
  background: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 0 10px 0;
  font-size: 16px;
  line-height: 150%;
  background: url("../images/ic_dropdown@2x.png") no-repeat right center;
  background-size: 14px 6px;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sticky-wrapper {
    position: relative;
    top: auto;
  }
}

.product-gallery-thumbs-wrapper {
  width: 50px;
  float: left;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -26px;
}
.product-gallery-thumbs-wrapper .button-prev, .product-gallery-thumbs-wrapper .button-next {
  padding: 10px 0;
  outline: none;
}
.product-gallery-thumbs-wrapper .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.product-gallery-thumbs {
  height: 295px;
}
.product-gallery-thumbs img {
  width: 100%;
  border-radius: 3px;
}
.product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product-gallery-thumbs .swiper-slide {
  opacity: 0.4;
  height: auto;
  cursor: pointer;
}

.product-gallery-top {
  width: calc( 100% - 65px );
  float: left;
}
.product-gallery-top img {
  width: 100%;
  border-radius: 5px;
}
.product-gallery-top .enlarge {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
.product-gallery-top .enlarge img {
  width: 24px;
  height: 24px;
}

.product-types {
  margin-bottom: 20px;
  margin-top: -15px;
  position: relative;
}
.product-types .type {
  background: #dcd9d4;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 34px;
  width: auto;
  cursor: pointer;
}
.product-types .type.active, .product-types .type:hover {
  background: #1F866D;
  color: #fff;
}
.product-types .button-prev-type, .product-types .button-next-type {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 34px;
  height: 34px;
  top: 0;
  padding: 12px 14px;
  outline: none;
}
.product-types .bg {
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(32%, #F5F4F2), to(rgba(245, 244, 242, 0)));
  background-image: -o-linear-gradient(right, #F5F4F2 32%, rgba(245, 244, 242, 0) 100%);
  background-image: linear-gradient(270deg, #F5F4F2 32%, rgba(245, 244, 242, 0) 100%);
}
.product-types .button-prev-type {
  left: 0;
}
.product-types .button-prev-type .bg {
  left: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-types .button-next-type {
  right: 0;
}
.product-types .button-next-type .bg {
  right: 0;
}
.product-types .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.tabs-section {
  margin: 60px auto;
}
.tabs-section .nav-tabs-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.tabs-section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: none;
}
.tabs-section .nav-tabs > li {
  float: left;
}
.tabs-section .nav-tabs > li > a {
  background: #dcd9d4;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
  border: none;
  white-space: nowrap;
  font-size: 16px;
  line-height: 150%;
}
.tabs-section .nav-tabs > li.active > a, .tabs-section .nav-tabs > li.active > a:hover, .tabs-section .nav-tabs > li.active > a:focus {
  color: #1F866D;
  border: none;
  background: #fff;
}
.tabs-section .tab-content {
  background: #fff;
  border-radius: 0 5px 5px 5px;
}
@media (max-width: 970px) {
  .tabs-section .tab-content {
    margin-bottom: 60px;
  }
}
.tabs-section .tab-content .tab-pane {
  padding: 50px;
}
@media (max-width: 767px) {
  .tabs-section .tab-content .tab-pane {
    padding: 30px 20px;
  }
}
.tabs-section .tab-content .tab-pane.specifications {
  padding: 20px 0;
}

.specifications th {
  padding: 15px 15px 15px 30px;
  border: none;
  font-weight: 700;
}
.specifications td {
  padding: 15px 30px 15px 15px;
  border: none;
}

.form-layout {
  margin-bottom: 60px;
}
.form-layout input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #E6E0EC;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 15px;
  font-weight: 300;
  background: none;
  outline: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
}
.form-layout .form-group {
  margin-bottom: 30px;
  position: relative;
}
.form-layout .form-group span {
  display: block;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.form-layout textarea {
  padding: 16px 20px;
  font-size: 16px;
  line-height: 150%;
  background: #dcd9d4;
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 30px;
  outline: none;
  font-weight: 300;
}
.form-layout .g-recaptcha {
  margin-bottom: 30px;
}

.download-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
}
.download-start span {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  padding-bottom: 30px;
}
.download-start a {
  color: #1F866D;
}

.contact-info {
  margin-top: 15px;
}
.contact-info th, .contact-info td {
  padding: 0 0 10px 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  line-height: 130%;
}
.contact-info th {
  width: 65px;
}
.contact-info tr {
  background: none !important;
}
.contact-info.partner {
  margin-top: 15px;
}
@media (max-width: 970px) {
  .contact-info.partner {
    margin-bottom: 50px;
  }
}

.distributors-group .distributor-name {
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  background: url("../images/ic_collapse@2x.png") #dcd9d4 right 25px center no-repeat;
  background-size: 10px 6px;
  border-radius: 5px;
  padding: 20px 30px;
  border: none;
  text-align: left;
  outline: none;
}
@media (max-width: 767px) {
  .distributors-group .distributor-name {
    padding: 15px;
  }
}
.distributors-group .distributor-name.active {
  background-image: url("../images/ic_collapse_r@2x.png");
  border-radius: 5px 5px 0 0;
}
.distributors-group .free-edit {
  background: #dcd9d4;
  padding: 0 30px 10px 30px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 767px) {
  .distributors-group .free-edit {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.distributors-group .distributor-wrapper {
  margin-bottom: 15px;
}
.distributors-group .distributor-wrapper:last-child {
  margin-bottom: 40px;
}
.distributors-group .head {
  border-top: 1px solid #E6E0EC;
  padding-top: 10px;
  margin-bottom: 20px;
}

.distributor-nav {
  padding-top: 60px;
}
@media (max-width: 970px) {
  .distributor-nav {
    display: none;
  }
}
.distributor-nav li {
  display: block;
}
.distributor-nav a {
  line-height: 24px;
}

.search-wrapper {
  position: absolute;
  top: -5px;
  left: -274px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .search-wrapper {
    background: #F7F9F5;
  }
}
.search-wrapper input {
  width: 300px;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #4a4a4a;
  background: none;
  padding: 5px 0 5px 34px;
  outline: none;
  line-height: 24px;
  border-radius: 0;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .search-wrapper input {
    width: calc(100vw - 73px);
  }
}
.search-wrapper button {
  position: absolute;
  left: 0;
  top: 5px;
  padding: 0;
  background: none;
  border: none;
  margin: 0;
}
.search-wrapper .close-search {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: -54px;
}

.close-mobile-menu {
  position: absolute;
  top: 10px;
  right: 5px;
  background: #F7F9F5;
  border: none;
  padding: 5px;
  margin: 0;
}
.close-mobile-menu img {
  width: 24px;
  height: 24px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sticky-wrapper {
    top: auto;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 999;
  top: 0;
  left: 0;
}

.lds-spinner {
  position: relative;
  display: none;
  width: 51px !important;
  height: 51px !important;
  -webkit-transform: translate(-25.5px, -25.5px) scale(0.255) translate(25.5px, 25.5px);
  -ms-transform: translate(-25.5px, -25.5px) scale(0.255) translate(25.5px, 25.5px);
      transform: translate(-25.5px, -25.5px) scale(0.255) translate(25.5px, 25.5px);
}
.lds-spinner div {
  left: 95px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #4a4a4a;
  width: 10px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 5px 52px;
  -ms-transform-origin: 5px 52px;
      transform-origin: 5px 52px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
      transform: rotate(36deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
      transform: rotate(72deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
      transform: rotate(108deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
      transform: rotate(144deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
      transform: rotate(216deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
      transform: rotate(252deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
      transform: rotate(288deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
      transform: rotate(324deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-flex:before, .row-flex:after {
  content: normal;
}