@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
html, body {
  width: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
  line-height: 1.4;
}

body {
  background-color: rgba(0, 0, 0, 0.05);
}

body .view-title {
  font-size: 0;
  position: absolute;
}

.intro-container {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 130px;
}

.intro-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 10;
}

.intro-container .intro-title {
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  z-index: 10;
  position: relative;
  line-height: 1.4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  display: inline-block;
  padding: 0 20px;
  max-width: 800px;
  text-align: center;
  z-index: 15;
}

@media (max-width: 620px) {
  .intro-container .intro-title {
    font-size: 36px;
  }
}

@media (max-width: 440px) {
  .intro-container .intro-title {
    font-size: 28px;
  }
}

.info-container {
  max-width: 960px;
  margin: 150px auto 150px auto;
  padding: 0 20px;
}

body.home .slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 5;
}

body.home .slider button.slick-prev, body.home .slider button.slick-next {
  display: none !important;
}

body.home .slider .slick-dots {
  position: absolute;
  z-index: 100000;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

body.home .slider .slick-dots li {
  display: inline-block;
  border: none;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin: 0 10px;
}

body.home .slider .slick-dots li button {
  border: solid 1px transparent;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: transparent;
  background: white;
  padding: 0;
  height: 8px;
  width: 8px;
  position: relative;
  outline: none;
  cursor: pointer;
}

body.home .slider .slick-dots li button::after {
  content: "";
  border: none;
  width: 200%;
  height: 200%;
  position: absolute;
  top: -70%;
  left: -60%;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

body.home .slider .slick-dots li.slick-active button:after {
  border: solid 1px white;
}

body.home .slider .slick-list {
  height: 100%;
}

body.home .slider .slick-list .slick-track {
  height: 100%;
  background: black;
}

body.home .slider .slick-list .slick-track .slide {
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}

body.home .slider .slick-list .slick-track .slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 10;
}

body.home .intro-container:after {
  background: transparent;
}

body.home .intro-container .intro-title {
  top: 47%;
}

body.home .about-module {
  padding: 120px 20px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.4;
}

@media (max-width: 500px) {
  body.home .about-module {
    padding: 100px 20px;
  }
}

body.home .about-module .title {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

@media (max-width: 500px) {
  body.home .about-module .title {
    margin-bottom: 20px;
  }
}

body.home .about-module .container {
  font-size: 0;
}

body.home .about-module .container .subtitle {
  font-size: 13px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
}

@media (max-width: 500px) {
  body.home .about-module .container .subtitle {
    width: auto;
    display: block;
    margin-bottom: 20px;
  }
}

body.home .about-module .container .description {
  font-size: 1rem;
  width: 70%;
  margin-left: 5%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 500px) {
  body.home .about-module .container .description {
    width: auto;
    display: block;
    margin-left: 0;
  }
}

body.home .about-module .container .description a {
  display: block;
  color: black;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  margin-top: 30px;
}

body.home .big-modules .module {
  background-color: white;
  font-size: 0;
  min-height: 500px;
  height: 500px;
}

@media (max-width: 680px) {
  body.home .big-modules .module {
    height: auto;
  }
}

body.home .big-modules .module.products .info-module {
  float: right;
}

@media (max-width: 680px) {
  body.home .big-modules .module.products .info-module {
    float: none;
  }
}

body.home .big-modules .module .info-module {
  font-size: 1rem;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  height: 100%;
}

body.home .big-modules .module .info-module .container {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: relative;
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 680px) {
  body.home .big-modules .module .info-module .container {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
  }
}

body.home .big-modules .module .info-module .container i, body.home .big-modules .module .info-module .container .title, body.home .big-modules .module .info-module .container .description {
  margin-bottom: 30px;
}

body.home .big-modules .module .info-module .container i {
  font-size: 40px;
  color: #FF5424;
}

body.home .big-modules .module .info-module .container .title {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

body.home .big-modules .module .info-module .container .description {
  font-size: 14px;
}

body.home .big-modules .module .info-module .container a {
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

body.home .big-modules .module .module-image {
  width: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  height: 100%;
}

@media (max-width: 680px) {
  body.home .big-modules .module .info-module, body.home .big-modules .module .module-image {
    display: block;
    width: auto;
  }
}

@media (max-width: 680px) {
  body.home .big-modules .module .info-module {
    padding: 70px 0;
  }
}

@media (max-width: 680px) {
  body.home .big-modules .module .module-image {
    min-height: 300px;
    height: 300px;
  }
}

body.home .clients-module {
  padding: 100px 0;
  max-width: 850px;
  margin: 0 auto;
  font-size: 0;
}

body.home .clients-module .title {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

body.home .clients-module .client {
  display: inline-block;
  width: 20%;
  margin: 0 2%;
  vertical-align: top;
  height: 100px;
  background: white;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

body.home .clients-module .client:hover {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

@media (max-width: 580px) {
  body.home .clients-module .client {
    width: 46%;
    margin: 0 1.7%;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  body.home .clients-module .client {
    height: 150px;
    width: 96%;
    margin: 0 1.7%;
    margin-bottom: 30px;
  }
}

body.home .clients-module .client a {
  height: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
}

body.home .clients-module .client a img {
  max-width: 80%;
  max-height: 80%;
  top: 50%;
  position: relative;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
}

body.home .clients-module .client:first-child {
  margin-left: 4%;
}

body.home .clients-module .client:last-child {
  margin-right: 4%;
}

@media (max-width: 680px) {
  body.home .clients-module .client:last-child {
    margin-right: 0;
  }
}

body.about-us .info-container .title {
  margin-bottom: 50px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
}

body.about-us .info-container .info-detail .subtitle {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
  line-height: 1.5;
  font-size: 1rem;
}

body.about-us .info-container .info-detail .description {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding-left: 7%;
  border-left: solid 1px silver;
  line-height: 1.5;
  font-size: 1rem;
}

body.about-us .info-container .info-detail .description::first-letter {
  font-size: 20px;
}

body.about-us .info-container .info-detail .description ul {
  margin-left: 20px;
  list-style: initial;
}

body.products .sidebar-categories {
  background: white;
  display: inline-block;
  vertical-align: top;
  padding: 40px 0;
  margin-right: 5%;
  width: 23%;
  text-align: center;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

body.products .sidebar-categories .current-cat {
  background: #FF5424;
  color: white;
  padding: 10px 20px;
}

body.products .sidebar-categories .current-cat ul {
  color: initial;
}

body.products .sidebar-categories > li {
  list-style: none;
  padding: 10px 0;
  position: relative;
}

body.products .sidebar-categories > li:hover {
  background: #FF5424;
  color: white;
}

body.products .sidebar-categories > li:hover .children {
  display: block;
  color: initial;
}

body.products .sidebar-categories > li:last-child {
  margin-bottom: 0;
}

body.products .sidebar-categories > li a {
  text-decoration: none;
  color: inherit;
}

body.products .sidebar-categories > li .children {
  display: none;
  background: white;
  padding: 15px 0;
  border: solid 1px silver;
  position: absolute;
  top: -10px;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 10;
}

body.products .sidebar-categories > li .children li {
  padding: 10px 30px;
  color: black;
}

body.products .sidebar-categories > li .children li:hover {
  background: #FF5424;
  color: white;
}

body.products .info-container {
  max-width: 1024px;
  font-size: 0;
  margin-top: 80px;
}

body.products .info-container .products-list {
  width: 72%;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

body.products .info-container .products-list a {
  color: initial;
}

body.products .info-container .products-list .wrap {
  margin-bottom: 30px;
}

body.products .info-container .products-list .product-item {
  background: white;
  display: inline-block;
  vertical-align: top;
  padding: 30px 1.967%;
  font-size: 1rem;
  margin: 0 1.1%;
  width: 31%;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

body.products .info-container .products-list .product-item:hover {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

body.products .info-container .products-list .product-item:hover .title {
  color: #FF5424;
}

body.products .info-container .products-list .image {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

body.products .info-container .products-list .image img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.products .info-container .products-list .image::after {
  content: '';
  padding-bottom: 100%;
  display: block;
}

body.products .info-container .products-list .title {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

body.products .info-container .products-list .navigation.pagination {
  font-size: 1rem;
  text-align: center;
  margin-top: 50px;
}

body.products .info-container .products-list .navigation.pagination .nav-links span, body.products .info-container .products-list .navigation.pagination .nav-links a {
  margin: 0 5px;
}

body.product-detail .basic-info {
  max-width: 900px;
  margin: 150px auto 0 auto;
  font-size: 0;
  padding: 0 20px 60px 20px;
  border-bottom: solid 1px silver;
}

body.product-detail .detailed-info {
  max-width: 900px;
  margin: 50px auto;
  font-size: 0;
  padding: 0 20px;
}

body.product-detail .basic-info .product-image {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 400px;
  background-color: white;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

body.product-detail .basic-info .product-info {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  margin-left: 4%;
}

body.product-detail .basic-info .product-info .title {
  font-family: Montserrat;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

body.product-detail .basic-info .product-info .category {
  font-size: 14px;
  margin-bottom: 40px;
}

body.product-detail .basic-info .product-info .category a {
  color: #FF5424;
  text-decoration: none;
}

body.product-detail .basic-info .product-info .price, body.product-detail .basic-info .product-info .colors {
  margin-bottom: 10px;
}

body.product-detail .basic-info .product-info .price, body.product-detail .basic-info .product-info .colors, body.product-detail .basic-info .product-info .description {
  font-size: 0;
}

body.product-detail .basic-info .product-info .price label, body.product-detail .basic-info .product-info .colors label, body.product-detail .basic-info .product-info .description label {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
}

body.product-detail .basic-info .product-info .price .content, body.product-detail .basic-info .product-info .colors .content, body.product-detail .basic-info .product-info .description .content {
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  width: 60%;
}

body.product-detail .basic-info .product-info .price .content .color-option, body.product-detail .basic-info .product-info .colors .content .color-option, body.product-detail .basic-info .product-info .description .content .color-option {
  width: 20px;
  height: 20px;
  border: solid 1px silver;
  display: inline-block;
  margin-right: 10px;
}

body.product-detail .basic-info .product-info .description .content {
  font-size: 14px;
}

body.product-detail .detailed-info .product-image-detail {
  text-align: center;
}

body.product-detail .detailed-info .product-image-detail img {
  max-width: 100%;
  max-height: 100%;
}

body.product-detail .detailed-info .extra-info {
  font-size: 0;
  margin: 30px 0;
}

body.product-detail .detailed-info .extra-info .features, body.product-detail .detailed-info .extra-info .applications, body.product-detail .detailed-info .extra-info .advantages, body.product-detail .detailed-info .extra-info .packaging {
  font-size: 1rem;
  width: 44%;
  display: inline-block;
  vertical-align: top;
  margin: 30px 3%;
}

body.product-detail .detailed-info .extra-info .features .title, body.product-detail .detailed-info .extra-info .applications .title, body.product-detail .detailed-info .extra-info .advantages .title, body.product-detail .detailed-info .extra-info .packaging .title {
  font-weight: bold;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

body.product-detail .detailed-info .extra-info .features .description, body.product-detail .detailed-info .extra-info .applications .description, body.product-detail .detailed-info .extra-info .advantages .description, body.product-detail .detailed-info .extra-info .packaging .description {
  font-size: 14px;
}

body.clients .info-container {
  padding: 100px 0;
  max-width: 850px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

body.clients .info-container .title {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

body.clients .info-container .client {
  display: inline-block;
  width: 20%;
  margin: 0 2% 40px 2%;
  vertical-align: top;
  height: 100px;
  background: white;
  border: solid 1px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

body.clients .info-container .client:hover {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

body.clients .info-container .client a {
  height: 80%;
  width: 80%;
  display: inline-block;
  top: 50%;
  position: relative;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  text-align: center;
}

body.clients .info-container .client a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

body.clients .info-container .client a .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

body.contact .contact-info {
  max-width: 960px;
  margin: 120px auto 90px auto;
  font-size: 0;
}

body.contact .contact-info .location, body.contact .contact-info .contact-form {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 15px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Montserrat, sans-serif;
}

body.contact .contact-info .location .title, body.contact .contact-info .contact-form .title {
  font-size: 16px;
  margin-bottom: 50px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

body.contact .contact-info .location .address, body.contact .contact-info .location .phone, body.contact .contact-info .location .mobile, body.contact .contact-info .location .mail {
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
  color: gray;
}

body.contact .contact-info .location .address i, body.contact .contact-info .location .phone i, body.contact .contact-info .location .mobile i, body.contact .contact-info .location .mail i {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  color: #FF5424;
}

body.contact .contact-info .location .mobile i {
  font-size: 28px;
}

body.contact .contact-info .location .mail i {
  font-size: 15px;
}

#ninja_forms_form_1_cont .hp-wrap {
  display: none;
}

#ninja_forms_form_1_cont .ninja-forms-error-msg {
  margin-bottom: 20px;
  color: red;
  font-size: 14px;
}

#ninja_forms_form_1_cont .thanks {
  margin-bottom: 20px;
  color: #FF5424;
  font-size: 14px;
}

#ninja_forms_form_1_cont #ninja_forms_form_1_all_fields_wrap .ninja-forms-required-items {
  display: none;
}

#ninja_forms_form_1_cont #ninja_forms_form_1_all_fields_wrap .field-wrap {
  margin-bottom: 20px;
  font-size: 0;
}

#ninja_forms_form_1_cont #ninja_forms_form_1_all_fields_wrap .field-wrap label, #ninja_forms_form_1_cont #ninja_forms_form_1_all_fields_wrap .field-wrap input {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

#ninja_forms_form_1_cont #ninja_forms_form_1_all_fields_wrap .field-wrap label {
  width: 30%;
  font-family: Montserrat, sans-serif;
  color: gray;
}

#ninja_forms_form_1_cont #ninja_forms_form_1_all_fields_wrap .field-wrap input, #ninja_forms_form_1_cont #ninja_forms_form_1_all_fields_wrap .field-wrap textarea {
  width: 60%;
  background: silver;
  border: none;
  outline: none;
  padding: 10px 3%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}

#ninja_forms_form_1_cont #ninja_forms_form_1_all_fields_wrap .field-wrap textarea {
  height: 100px;
}

#ninja_forms_form_1_cont #ninja_forms_form_1_all_fields_wrap .field-wrap input[type="submit"] {
  width: auto;
  padding: 10px 30px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

#ninja_forms_form_1_cont #ninja_forms_form_1_all_fields_wrap .field-wrap input[type="submit"]:hover {
  background: #FF5424;
  color: white;
}

header.desktop {
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media (max-width: 820px) {
  header.desktop {
    display: none;
  }
}

header.desktop nav {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

header.desktop nav img {
  max-height: 85px;
  max-width: 300px;
}

header.desktop nav #menu-main-header {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

header.desktop nav #menu-main-header li {
  display: inline-block;
  margin-left: 40px;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header.desktop nav #menu-main-header li a {
  color: inherit;
  text-decoration: inherit;
}

header.desktop nav #menu-main-header li ::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FF5424;
  left: 0;
  bottom: 5px;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header.desktop nav #menu-main-header li :hover {
  color: #FF5424;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header.desktop nav #menu-main-header li :hover::after {
  bottom: -7px;
  opacity: 1;
}

header.desktop nav #menu-main-header li.current-menu-item {
  color: #FF5424;
}

.categories-list {
  position: absolute;
  top: 50%;
  right: 370px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 30px 0;
}

.categories-list:hover .catalogo {
  opacity: 1;
  pointer-events: all;
}

.categories-list > li {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
  margin-top: 2px;
}

.categories-list > li a {
  color: inherit;
  text-decoration: inherit;
}

.categories-list .catalogo {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 20px;
  background: white;
  display: inline-block;
  vertical-align: top;
  padding: 20px 0;
  margin-right: 5%;
  text-align: center;
  font-size: 13px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-transform: none;
}

.categories-list .catalogo li {
  margin-left: 0;
  font-weight: normal;
}

.categories-list .catalogo .current-cat {
  background: #FF5424;
  color: white;
  padding: 10px 15px;
}

.categories-list .catalogo .current-cat ul {
  color: initial;
}

.categories-list .catalogo > li {
  list-style: none;
  padding: 10px;
  position: relative;
  font-size: 12px;
}

.categories-list .catalogo > li:hover {
  background: #FF5424;
  color: white;
}

.categories-list .catalogo > li:hover .children {
  display: block;
  color: initial;
}

.categories-list .catalogo > li:last-child {
  margin-bottom: 0;
}

.categories-list .catalogo > li a {
  text-decoration: none;
  color: inherit;
}

.categories-list .catalogo > li .children {
  display: none;
  background: white;
  border: solid 1px silver;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 10;
}

.categories-list .catalogo > li .children li {
  padding: 10px;
  color: black;
  width: 150px;
}

.categories-list .catalogo > li .children li:hover {
  background: #FF5424;
  color: white;
}

footer {
  background: white;
  padding: 30px 20px;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

footer .wrapper {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  footer .wrapper {
    text-align: center;
  }
}

footer .wrapper img {
  max-width: 150px;
  max-height: 45px;
}

footer .wrapper .footer-text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: Montserrat;
  font-size: 13px;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  footer .wrapper .footer-text {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 30px;
  }
}
