﻿@import url(font-awesome.css);
@import url(slick.css);
@import url(bootstrap.min.css);
@import url(inputs.css);
@import url(fastselect.min.css);
@import url(flaticon.css);
@import url(jquery.range.css);

.serif {
  font-family: "EB Garamond 12"
}

.sans {
  font-family: "Poppins"
}

img {
  max-width: 100%
}

h1, h2, h3, h4, h5, h6, p, a {
  line-height: 1.4
}

h4 {
  font-size: 16px
}

hr {
  border: 1px solid #ddd
}

a {
  text-decoration: none !important;
  color: #7C211E;
  font-family: "Poppins"
}

a:hover {
  color: #a32621
}

.title {
  font-size: 60px
}

@media only screen and (max-width: 767px) {
  .title {
    font-size: 40px
  }
}

* {
  outline: none
}

body {
  font-family: "Poppins";
  min-width: 320px;
  color: #000;
  transition: all .5s
}

.no-scroll {
  overflow: hidden;
  height: 100%
}

@media only screen and (max-width: 480px) {
  .no-scroll {
    height: auto;
    overflow: visible
  }
}

#loader {
  opacity: 0;
  transition: all .5s ease-in-out;
  visibility: hidden
}

.load {
  overflow: hidden;
  height: 100%
}

.load #loader {
  opacity: 1;
  visibility: visible
}

#content {
  transition: all .5s ease-in-out;
  z-index: 20;
  background-color: #FFF;
  height: 100%;
  min-height: 100%
}

#content.contact {
  overflow: hidden;
  opacity: 0;
  visibility: hidden
}

section {
  background: #fff
}

header {
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transition: all .5s;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1)
}

header .container {
  padding: 1em 3em 1.3em;
}

header .logo {
  margin: auto;
  width: 150px;
  display: block;
  transition: all .5s
}

@media only screen and (max-width: 767px) {
  header .logo {
    margin: auto;
    width: auto;
  }
  header .logo img{
    max-height: 62px;
  }
}

header ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
  margin-top: .3em
}

header ul li {
  display: inline-block
}

header ul li a {
  display: block;
  color: #7C211E
}

header ul li a i:before {
  font-size: 28px !important
}

header ul li:hover {
  color: #7C211E
}

header .show-menu {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 0;
  background: transparent;
  border: 0;
  padding: 0;
  transition: all .3s ease-in-out;
  z-index: 200
}

@media only screen and (max-width: 480px) {
  header .show-menu {
    right: 10px;
    top: 0px;
    margin: auto
  }
}

header .show-menu span {
  position: absolute;
  width: 30px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7C211E;
  display: block;
  margin: auto;
  transition: all .3s ease-in-out
}

header .show-menu span:nth-child(1) {
  top: -17px
}

header .show-menu span:nth-child(3) {
  top: 15px
}

header .show-menu.active {
  background: #fff
}

header .show-menu.active span {
  background: #000
}

header .show-menu.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 0
}

header .show-menu.active span:nth-child(2) {
  opacity: 0
}

header .show-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0
}

.all-menu {
  position: fixed;
  width: 400px;
  height: 100%;
  right: 0;
  top: 0;
  padding: 100px 50px 50px;
  background-color: #FFF;
  transition: all .5s ease-in-out;
  visibility: hidden;
  z-index: 500;
  transform: translateX(400px) scale(.9);
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width: 480px) {
  .all-menu {
    width: 320px
  }
}

.all-menu .menu-box h4 {
  padding-bottom: 50px
}

.all-menu .menu-box nav a {
  display: block;
  color: #7C211E;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-left: 50px
}

.all-menu .menu-box nav a:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  display: block;
  background: #7C211E;
  left: 0px;
  top: 12px
}

.all-menu .menu-box nav a span {
  color: #999;
  font-size: 12px;
  display: block
}

.all-menu .contact-box {
  margin-top: 30px
}

@media only screen and (max-width: 480px) {
  .all-menu .contact-box {
    margin-top: 20px
  }
}

.all-menu .contact-box h5 {
  font-size: 14px
}

.all-menu .contact-box p, .all-menu .contact-box a {
  font-size: 12px
}

.all-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px) scale(1)
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  overflow: hidden;
  background: transparent
}

.hero .slider-hero {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: visible;
  min-height: 700px;
  backface-visibility: hidden
}

.hero .slider-hero .ms-view {
  min-height: 100vh;
}
.hero .slider-hero .item {
  /*position: relative;*/
  /*z-index: 10*/
}

.hero .slider-hero .item .pic {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
  z-index: 5
}

.hero .slider-hero .item .pic video {
  background-attachment: fixed
}

.hero .slider-hero .item .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2)
}

.hero .slider-hero .item .product-link {
  position: absolute;
  height: 30px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 70px;
  display: block;
  text-align: center;
  z-index: 400;
  transition: all .5s ease
}

@media only screen and (max-width: 480px) {
  .hero .slider-hero .item .product-link {
    display: none
  }
}

.hero .slider-hero .item .product-link span {
  padding: .5em 1em;
  font-family: "EB Garamond 12";
  font-size: 18px;
  background: #fff
}

.hero .slider-hero .item .product-link:hover span {
  color: #7C211E
}

.hero .slider-hero .slick-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
  text-align: center;
  transition: all .5s ease;
  transition-delay: 1s
}

@media only screen and (max-width: 480px) {
  .hero .slider-hero .slick-dots {
    bottom: 10px;
    text-align: center
  }
}

.hero .slider-hero .slick-dots .hero-content {
  position: absolute;
  right: 90px;
  bottom: 30px;
  z-index: 310;
  overflow: hidden;
  transition: all 1s ease-in-out;
  text-align: center
}

@media only screen and (max-width: 480px) {
  .hero .slider-hero .slick-dots .hero-content {
    padding: 1em;
    bottom: 50px
  }
}

.hero .slider-hero .slick-dots .hero-content .button:hover {
  background: #fff;
  border-color: #fff
}

.hero .load .hero-content {
  bottom: -100px
}

.hero .load .hero .slick-dots, .hero .load .hero .product-link {
  opacity: 0
}

@media only screen and (max-width: 480px) {
  .hero-section h2 {
    font-size: 28px
  }
}

.hero-section h2 span {
  color: #7C211E
}

.hero-section p {
  color: #999
}

.service {
  position: relative;
  padding: 150px 0 100px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 14%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 14%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 14%, #fff 100%)
}

@media only screen and (max-width: 480px) {
  .service {
    padding: 10px 0 0
  }
}

.service .text {
  margin-top: 170px
}

@media only screen and (max-width: 767px) {
  .service .text {
    margin-top: 20px
  }
}

.service h2 {
  font-size: 70px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center
}

@media only screen and (max-width: 480px) {
  .service h2 {
    font-size: 50px;
    margin-top: 0
  }
}

.service h2 span {
  color: #7C211E
}

.service .button {
  margin: auto
}

.news-section {
  background: #fff;
  position: relative
}

.news-row {
  position: relative;
  padding-bottom: 75px
}

.news-row h3 {
  font-size: 40px;
  color: #7C211E
}

@media only screen and (max-width: 480px) {
  .news-row h3 {
    text-align: center !important
  }
}

.news-row p {
  margin-bottom: 20px
}

@media only screen and (max-width: 480px) {
  .news-row p {
    text-align: center !important
  }
}

.news-row a {
  width: 200px;
  font-size: 15px;
  text-transform: capitalize;
  margin: auto
}

.news-row .news-slider {
  margin-top: 50px
}

.news-row .news-item {
  padding: 0 2em;
  text-align: center;
  position: relative
}

.news-row .news-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 1
}

.news-row .news-item h4 {
  font-size: 22px;
  color: #000;
  line-height: 1;
  max-width: 250px;
  margin: auto;
  margin-bottom: 0;
  transition: all .3s ease-in-out
}

.news-row .news-item h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999
}

.news-row .news-item h6.who {
  font-weight: bold;
  font-size: 14px
}

.news-row .news-item:hover h4 {
  text-decoration: underline;
  color: #7C211E
}

@media only screen and (max-width: 480px) {
  .news-row .slick-dots {
    text-align: center !important;
    margin: auto;
    bottom: -50px;
    z-index: 500
  }
}

.news {
  padding: 150px 0 100px
}

@media only screen and (max-width: 991px) {
  .news {
    padding-top: 200px
  }
}

.news .news-list .news-item {
  padding: 0 2em;
  margin: 40px 0;
  position: relative;
  width: 25%;
  text-align: center;
  float: left;
  border-bottom: 1px solid #eee
}

@media only screen and (max-width: 991px) {
  .news .news-list .news-item {
    width: 100%
  }
}

.news .news-list .news-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 1
}

.news .news-list .news-item h4 {
  font-size: 22px;
  color: #000;
  line-height: 1;
  max-width: 250px;
  margin: auto;
  margin-bottom: 0;
  transition: all .3s ease-in-out
}

.news .news-list .news-item h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999
}

.news .news-list .news-item h6.who {
  font-weight: bold;
  font-size: 14px
}

.news .news-list .news-item:hover h4 {
  text-decoration: underline;
  color: #7C211E
}

svg {
  fill: #ccc
}

.active {
  fill: red !important
}

.categories {
  padding: 100px 0 0;
  position: relative
}

.categories .bg {
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-position: center;
  width: 70%;
  height: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  opacity: .2
}

.categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px
}

.categories ul li {
  float: left;
  width: 33.3%;
  text-align: center
}

@media only screen and (max-width: 480px) {
  .categories ul li {
    width: 50%;
    height: 150px
  }
}

.categories ul li a {
  display: block;
  color: #000;
  font-family: "EB Garamond 12";
  padding: 2em 0;
  border: 1px solid transparent
}

.categories ul li a span.name {
  border-bottom: 1px solid;
  font-size: 28px;
  transition: all .3s
}

@media only screen and (max-width: 480px) {
  .categories ul li a span.name {
    font-size: 24px
  }
}

.categories ul li a span.how {
  display: block;
  margin-top: .5em;
  color: #000;
  font-size: 10px;
  font-family: "Poppins";
  text-transform: uppercase;
  color: #999
}

.categories ul li a:hover {
  color: #7C211E
}

.categories .button {
  display: block;
  width: 200px;
  margin: 30px auto 0;
  text-align: center;
  background: #7C211E;
  border-color: #7C211E;
  font-size: 18px
}

.categories .button:hover {
  color: #7C211E;
  background: transparent
}

.list-item a {
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 3em;
  overflow: hidden
}

.list-item a .img-box {
  position: relative;
  height: 220px;
  width: 50%;
  float: left;
  overflow: hidden;
  transition: all .5s ease-in-out;
  transition-delay: 1s
}

.list-item a .img-box .img {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out
}

.list-item a .block {
  transition: all .5s ease-in-out;
  padding: 1em 1.5em;
  width: 50%;
  float: left
}

.list-item a .block .title {
  color: #000;
  font-size: 24px;
  font-family: "EB Garamond 12";
  line-height: 1.1;
  color: #7C211E;
  height: 52px
}

.list-item a .block .param {
  float: left;
  width: 50%;
  font-size: 14px;
  color: #777
}

.list-item a .block .param span {
  margin-left: 10px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.list-item a .block .budget {
  float: none;
  width: 100%
}

.list-item a .block .region, .list-item a .block .type-product {
  position: absolute;
  opacity: 0;
  visibility: hidden
}

.list-item a:hover .title {
  text-decoration: underline
}

.list-item a:hover .img {
  transform: scale(1.1)
}

.list-item.col-md-3 .title {
  font-size: 20px !important
}

.recent-product {
  margin-top: 50px
}

.recent-product h4 {
  padding-left: 1em
}

.recent-product .list-box {
  padding: 1em;
  float: left;
  width: 20%;
  clear: none
}

@media only screen and (max-width: 767px) {
  .recent-product .list-box {
    width: 33%
  }
}

@media only screen and (max-width: 480px) {
  .recent-product .list-box {
    width: 100%
  }
}

.recent-product .list-box .img-box {
  height: 130px;
  width: 100%;
  margin-bottom: 1em
}

.recent-product .list-box .info-box {
  float: none;
  width: 100%
}

.recent-product .list-box .info-box h2.title {
  font-size: 20px
}

.recent-product .list-box .info-box ul {
  display: none
}

.partnerts {
  padding: 150px 0 100px;
  position: relative
}

.partnerts .hero-section {
  margin-bottom: 30px
}

.partnerts h3 {
  font-size: 22px;
  margin-top: 0
}

.partnerts h6 {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999
}

.partnerts .partners-contact p {
  margin: 0;
  font-size: 12px
}

.partnerts .partners-contact a {
  display: block;
  font-size: 12px;
  color: #7C211E
}

.partnerts .other-partners {
  margin-top: 50px
}

.partnerts .other-partners ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.partnerts .other-partners ul li {
  display: inline-block;
  width: 12%;
  font-size: 0px;
  text-align: center;
  transition: all .5s ease;
  opacity: .5
}

.partnerts .other-partners ul li a {
  display: block
}

.partnerts .other-partners ul li img {
  max-width: 100px
}

.partnerts .other-partners ul li:hover {
  opacity: 1
}

.for-new-client {
  padding: 150px 0;
  position: relative;
  background: #fff
}

.for-new-client .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .5
}

.for-new-client h2 {
  font-size: 70px;
  margin: 0
}

.for-new-client h2 span {
  color: #7C211E
}

.for-new-client .button {
  width: 220px
}

.for-new-client h4 {
  margin-top: 2.8em
}

.for-new-client .container {
  position: relative;
  z-index: 10
}

.area {
  padding: 50px 0;
  min-height: 600px
}

.area h2 {
  text-align: center
}

.area h2 a {
  color: #7C211E
}

.area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2em
}

.area ul li {
  float: left;
  width: 33%;
  text-align: center
}

.area ul li p {
  color: #999
}

a.product-wrap {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 40px
}

a.product-wrap .product-box {
  margin: 1px 1em;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden
}

a.product-wrap .product-pic {
  position: relative;
  width: 100%;
  height: 216px;
  overflow: hidden
}

a.product-wrap .product-pic .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .5s ease-in-out;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center
}

a.product-wrap .product-info {
  position: relative;
  width: 100%;
  padding: 1.5em
}

a.product-wrap .product-info h3 {
  color: #7C211E;
  font-size: 24px;
  height: 55px;
  line-height: 1.1;
  margin: 0;
  transition: all .3s ease-in-out
}

a.product-wrap .product-info p.location {
  font-size: 12px;
  font-weight: 500;
  color: #999
}

a.product-wrap .product-info h6.disponible {
  font-size: 10px;
  color: #555;
  margin: 0
}

a.product-wrap:hover .product-pic .bg {
  transform: scale(1.1)
}

a.product-wrap:hover .product-info h3 {
  text-decoration: underline
}

.catalog-page #content {
  background: #eee
}

.hero-catalog {
  position: relative;
  padding: 200px 0 100px;
  min-height: 550px;
  overflow: hidden;
  transition: all .5s ease-in
}

@media only screen and (max-width: 480px) {
  .hero-catalog {
    padding: 200px 0 0px;
    overflow: visible;
    min-height: 800px
  }
}

.hero-catalog .map-box {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  opacity: .5;
  transition: all .6s ease-in
}

.hero-catalog .map-box #map {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px
}

@media only screen and (max-width: 480px) {
  .hero-catalog .map-box #map {
    display: none
  }
}

.hero-catalog .map-box .map-open {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 5
}

@media only screen and (max-width: 767px) {
  .hero-catalog .map-box .map-open {
    bottom: 20%
  }
}

.hero-catalog .hero-section {
  transition: all .8s ease-out;
  position: relative;
  z-index: 2;
  text-align: right
}

.hero-catalog .hero-section .button {
  display: inline
}

@media only screen and (max-width: 480px) {
  .hero-catalog .button {
    display: none
  }
}

.hero-catalog .documets-box {
  margin-top: 50px;
  transition: all .8s ease-out;
  position: relative;
  z-index: 2
}

@media only screen and (max-width: 480px) {
  .hero-catalog .documets-box {
    margin-top: 30px
  }
}

.hero-catalog .documets-box h5 {
  color: #444
}

.hero-catalog .documets-box a {
  background: transparent;
  color: #7C211E;
  font-size: 12px;
  text-align: center
}

.hero-catalog.show {
  height: 100vh
}

.hero-catalog.show .map-box {
  opacity: 1
}

.hero-catalog.show .hero-section {
  transform: translateY(-500px);
  opacity: 0
}

.hero-catalog.show .documets-box {
  transform: translateY(500px);
  opacity: 0
}

.catalog-list-new {
  background: #eee;
  padding-top: 100px
}

.catalog-list-new .two-row-thumb .list-box {
  width: 300px
}

.catalog-list-new .two-row-thumb .list-box .img-box, .catalog-list-new .two-row-thumb .list-box .info-box {
  float: none;
  width: 100%
}

.catalog-list-new .two-row-thumb .list-box .param {
  font-size: 10px
}

.catalog-list-new .two-row-thumb .list-box .title-row .date {
  margin-top: 1em
}

.catalog-list-new .two-row-thumb .list-box .title-row .title {
  font-size: 22px
}

.catalog-list-new .filters .text-box p {
  color: #999
}

.list-box {
  margin-bottom: 30px;
  clear: both
}

.list-box a {
  background: #fff;
  padding: 1em;
  display: block;
  overflow: hidden
}

.list-box a .info-box {
  overflow: hidden
}

.list-box a .title-row {
  text-align: center
}

.list-box a .title-row .date {
  font-family: "EB Garamond 12";
  font-size: 14px;
  margin-bottom: 0;
  color: #000
}

.list-box a .title-row .title {
  margin-top: 10px;
  font-family: "EB Garamond 12";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  padding: 0 1em
}

.list-box a .img-box {
  padding: 0 1em;
  position: relative;
  height: 220px;
  width: 50%;
  overflow: hidden;
  transition: all .5s ease-in-out;
  float: left
}

.list-box a .img-box .img {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out
}

.list-box a ul {
  padding: 0;
  margin: 0;
  color: #777;
  list-style: none;
  margin-top: 1em
}

.list-box a ul li {
  width: 50%;
  float: left;
  font-size: 14px
}

.list-box a ul li i:before {
  font-size: 13px
}

.list-box a ul li span {
  padding-left: 1em
}

.list-box a ul li:last-child {
  width: 100%;
  padding: 1em 0 0;
  font-size: 18px;
  font-weight: 100
}

.list-box a ul li:last-child span {
  padding-left: 1.5em;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-right: 1em;
  color: #7C211E;
  font-weight: 300
}

.list-box a ul li:last-child span:after {
  content: " —"
}

.load.catalog-page .hero-section {
  transform: translateY(50%);
  opacity: 0
}

.load.catalog-page .documets-box {
  transform: translateY(-50%);
  opacity: 0
}

.load.catalog-page .jplist-panel.box.panel-top {
  transform: translateY(50%);
  opacity: 0
}

.load.catalog-page .list-item .img-box {
  opacity: 0
}

.load.catalog-page .list-item .block {
  opacity: 0
}

.load.catalog-page .map-box {
  opacity: 0
}

.product-content {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px
}

@media only screen and (max-width: 480px) {
  .product-content {
    padding-top: 100px
  }
}

.product-content .heading {
  border-bottom: 1px solid #ccc
}

.product-content .heading .name {
  color: #7C211E;
  font-family: "EB Garamond 12"
}

.product-content .heading h5 {
  color: #999;
  margin-top: 1em
}

.product-content .heading .price {
  color: #7C211E
}

.product-content .content {
  padding-top: 40px
}

.product-content .content .slider .slider-product {
  width: 100%
}

.product-content .content .slider .slider-product .bg {
  width: 100%;
  background-size: cover;
  height: 500px
}

.product-content .content .slider .slider-product-mini {
  width: 100%;
  margin-top: 20px;
  margin-left: 4px
}

.product-content .content .slider .slider-product-mini .item .bg {
  background-size: cover;
  width: 140px;
  height: 95px
}

.product-content .content .description {
  padding-top: 20px
}

.product-content .content .description h5 {
  color: #999;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase
}

.product-content .content .description p {
  font-size: 18px;
  color: #333
}

.product-content .content .detal-infos .button {
  width: 200px;
  display: block;
  margin: 1em auto;
  text-align: center
}

.product-content .content .detal-infos ul {
  padding: 0;
  margin: 40px 0 0 30px;
  list-style: none;
  padding-left: 50px
}

@media only screen and (max-width: 480px) {
  .product-content .content .detal-infos ul {
    margin-top: 50px
  }
}

.product-content .content .detal-infos ul li {
  position: relative;
  display: 14px;
  margin: 15px 0px;
  display: block
}

.product-content .content .detal-infos ul li span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777
}

.product-content .content .detal-infos ul li:first-child, .product-content .content .detal-infos ul li:last-child {
  color: #7C211E;
  font-weight: 800
}

.product-content .content .detal-infos ul li:first-child span, .product-content .content .detal-infos ul li:last-child span {
  color: #777
}

.product-content .content .detal-infos ul li .flaticon {
  position: absolute;
  color: #7C211E;
  top: 5px;
  left: -80px;
  font-weight: 100;
  transform: scale(1.3)
}

.product-content .content .detal-infos #map {
  padding-top: 30px;
  margin-left: 20px;
  height: 300px;
  width: 100%
}

.product-content .prev-product {
  right: 0;
  text-align: left
}

.product-content .prev-product a {
  transform: rotate(90deg);
  right: -205px
}

@media only screen and (max-width: 480px) {
  .product-content .prev-product a {
    right: 0;
    transform: rotate(0)
  }
}

.product-content .next-product {
  left: 0;
  text-align: right
}

.product-content .next-product a {
  left: -205px;
  transform: rotate(-90deg)
}

@media only screen and (max-width: 480px) {
  .product-content .next-product a {
    left: 0;
    transform: rotate(0)
  }
}

.product-content .prev-product, .product-content .next-product {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 250px
}

@media only screen and (max-width: 480px) {
  .product-content .prev-product, .product-content .next-product {
    top: 0;
    position: relative;
    width: auto;
    height: auto
  }
}

.product-content .prev-product a, .product-content .next-product a {
  position: absolute;
  width: 510px;
  height: 50px;
  top: 50px;
  margin: auto;
  display: block
}

@media only screen and (max-width: 480px) {
  .product-content .prev-product a, .product-content .next-product a {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    text-align: center
  }
}

.product-content .prev-product a .mini-title, .product-content .next-product a .mini-title {
  color: #777;
  font-size: 10px;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle
}

.product-content .prev-product a .bg, .product-content .next-product a .bg {
  width: 20px;
  height: 20px;
  margin: 0 1em;
  border-radius: 100%;
  background-size: cover;
  display: inline-block;
  vertical-align: middle
}

.product-content .prev-product a h4, .product-content .next-product a h4 {
  width: 300px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 18px
}

@media only screen and (max-width: 480px) {
  .product-content .prev-product a h4, .product-content .next-product a h4 {
    display: none
  }
}

.product-content .title-product-row {
  margin-bottom: 100px;
  position: relative
}

.product-content .title-product-row .download-pdf {
  position: absolute;
  left: -33%;
  bottom: 0;
  width: 130px;
  height: 30px;
  font-size: 12px
}

.product-content .title-product-row .download-pdf i {
  margin-right: .5em
}

@media only screen and (max-width: 480px) {
  .product-content .title-product-row .download-pdf {
    left: auto;
    position: relative
  }
}

.product-content .features-product-row {
  margin-top: 20px
}

@media only screen and (max-width: 480px) {
  .product-content .features-product-row {
    margin-top: 0
  }
}

.product-content .features-product-row i {
  color: #7C211E
}

.product-content .features-product-row i:before {
  font-size: 60px
}

.product-content .features-product-row h5 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  color: #999
}

.product-content .features-product-row p {
  font-size: 14px !important
}

@media only screen and (max-width: 480px) {
  .product-content .parallax-item {
    position: relative;
    top: -50%
  }
}

.product-content .prev-next-container {
  padding-top: 130px
}

.product-content .prev-next-container h3 {
  color: #7C211E;
  text-transform: uppercase
}

.product-content .prev-next-container .fa {
  color: #000;
  display: inline-block
}

.product-content .prev-next-container a {
  position: relative;
  display: block;
  background: #eee
}

.product-content .prev-next-container a .arrow span {
  color: #7C211E;
  font-size: 14px;
  margin: 0
}

.product-content .prev-next-container a .arrow span:hover {
  text-decoration: underline
}

.product-content .prev-next-container a .img-box {
  position: relative;
  height: 220px;
  width: 100%;
  overflow: hidden;
  transition: all .5s ease-in-out;
  transition-delay: 1s
}

.product-content .prev-next-container a .img-box .img {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out
}

.product-content .prev-next-container a .block {
  transition: all .5s ease-in-out;
  transition-delay: 1s;
  padding: 1em 1.5em
}

.product-content .prev-next-container a .block .title {
  color: #000;
  font-size: 24px;
  font-family: "EB Garamond 12";
  line-height: 1.1;
  color: #7C211E;
  height: 52px
}

.product-content .prev-next-container a .block .location {
  font-size: 14px;
  color: #777
}

.product-content .prev-next-container a .block .location span {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.product-content .prev-next-container a:hover .title {
  text-decoration: underline
}

.product-content .prev-next-container a:hover .img {
  transform: scale(1.1)
}

.product-content .prev-next-container .prev-prod a span {
  margin-left: 10px
}

.product-content .prev-next-container .prev-prod a .arrow {
  position: absolute;
  left: 0;
  top: -50px
}

.product-content .prev-next-container .next-prod a span {
  margin-right: 10px
}

.product-content .prev-next-container .next-prod a .arrow {
  position: absolute;
  right: 0px;
  top: -50px
}

.other-item-container {
  margin-top: 100px
}

.other-item-container p {
  color: #999
}

.other-item-container .list-box {
  width: 50%;
  float: left;
  clear: none
}

@media only screen and (max-width: 767px) {
  .other-item-container .list-box {
    width: 100%
  }
}

.other-item-container .list-box a {
  background: #eee;
  margin: 0 10px
}

.other-item-container .list-box .img-box {
  width: 100%;
  margin-bottom: 10px
}

.other-item-container .list-box .info-box {
  float: none;
  width: 100%
}

.other-item-container .list-box .info-box ul {
  display: none
}

.documents-hero {
  padding: 150px 0 100px
}

.documents-hero h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.1
}

.documents-hero h3:before {
  content: "— "
}

.documents-hero ul {
  padding: 0;
  margin: 0
}

.documents-hero ul li {
  display: inline-block
}

.documents-hero ul li a {
  display: block;
  padding: 1em;
  font-size: 12px;
  text-transform: capitalize
}

footer {
  padding: 4em 0 7.5em;
  background: #ddd;
  position: relative;
  z-index: 20;
  color: #333
}

@media only screen and (max-width: 480px) {
  footer .logo {
    display: block;
    width: 170px;
    margin: auto
  }
}

footer h4 {
  color: #999
}

footer nav a {
  text-transform: capitalize;
  color: #333;
  display: block
}

footer .contact-text {
  font-size: 15px
}

footer .contact-text a {
  color: #7C211E
}

@media only screen and (max-width: 480px) {
  footer .contact-text {
    font-size: 14px;
    font-weight: 300;
    color: #999
  }
}

footer .copy {
  position: absolute;
  bottom: 0;
  padding: 1em;
  text-align: center;
  left: 0;
  width: 100%;
  background: #000;
  color: #ddd
}

@media only screen and (max-width: 480px) {
  footer .copy {
    height: 60px
  }
}

footer .copy p {
  margin: 0;
  font-size: 12px
}

footer .copy a {
  display: block;
  color: #7C211E;
  font-size: 10px
}

.contact-form-box {
  position: relative;
  background: #fff;
  z-index: 10;
  margin: auto;
  width: 100%;
  padding: 150px 0 100px;
  transition: all .5s ease-in-out
}

@media only screen and (max-width: 767px) {
  .contact-form-box {
    padding-top: 280px
  }
}

.contact-form-box h3 {
  text-transform: uppercase;
  font-size: 23px
}

.contact-form-box .form-container {
  padding-top: 30px
}

.contact-form-box .coordinates {
  margin-top: 20px
}

.contact-form-box .coordinates .row {
  padding-top: 5px
}

.contact-form-box .send-form-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 150px;
  right: 10%;
  background: transparent;
  border: 0;
  z-index: 10000;
  box-shadow: none;
  transition: all .7s ease-in-out
}

@media only screen and (max-width: 767px) {
  .contact-form-box .send-form-button {
    top: 230px
  }
}

.contact-form-box .send-form-button span:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  transform: rotate(360deg);
  transition: all .7s ease-in-out
}

.contact-form-box .send-form-button span:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  position: relative;
  transform: rotate(360deg);
  top: 2px;
  transition: all .7s ease-in-out
}

.contact-form-box p {
  color: #666;
  font-size: 14px
}

.contact-form-box label {
  display: block;
  font-size: 12px;
  margin-bottom: 0px
}

.contact-form-box input {
  margin-bottom: 20px;
  display: block
}

.contact-form-box textarea {
  height: 85px
}

.contact-form-box .block {
  padding-top: 20px
}

.contact-form-box .send {
  background: #7C211E;
  padding: .5em;
  display: block;
  width: 155px;
  text-align: center;
  margin-top: 65px;
  border-radius: 25px;
  color: #fff;
  box-shadow: none;
  border: 0
}

.contact-form-box.show {
  opacity: 1;
  transform: scale(1) translateY(0px)
}

.contact-form-box.show .send-form-button {
  opacity: 1
}

.contact-form-box.show .send-form-button span:after {
  transform: rotate(45deg)
}

.contact-form-box.show .send-form-button span:before {
  transform: rotate(-45deg)
}

.hero-form {
  padding: 150px 0 100px
}

.hero-form .the-form {
  padding-top: 30px
}

.hero-form .block {
  padding-bottom: 20px
}

.hero-form .block label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777
}

.hero-form .send {
  background: #7C211E;
  padding: .5em;
  display: block;
  width: 235px;
  text-align: center;
  border-radius: 25px;
  color: #fff;
  box-shadow: none;
  border: 0;
  font-size: 18px;
  margin-top: 15px !important
}

.hero-documents {
  padding: 160px 0 80px
}

body.scroll header {
  padding: .5em 3em
}

body.scroll header .logo {
  width: 120px
}

body.scroll header .show-menu {
  transform: scale(.7);
  top: 0
}

body.scroll .hero .slick-arrow {
  opacity: 0
}

body.scroll .hero .slick-dots {
  opacity: 0
}

body.scroll .hero .product-link {
  opacity: 0
}

.parallax-box {
  -webkit-perspective: 500;
  -webkit-perspective-origin: 0 0
}

.parallax-box .prallax-item {
  transition: transform 150ms linear;
  -webkit-transition: transform 150ms linear;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px
}

@font-face {
  font-family: "EB Garamond 12";
  src: url("../fonts/ebg/EBGaramond12-Regular.eot");
  src: url("../fonts/ebg/EBGaramond12-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ebg/EBGaramond12-Regular.woff") format("woff"), url("../fonts/ebg/EBGaramond12-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.eot");
  src: url("../fonts/poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Medium.woff") format("woff"), url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal
}

.hero .slider-hero .ms-slide .container a {
  color: white;
}
.hero .slider-hero .ms-slide .container {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 50px;
  width: auto;
  bottom: 25%;
}