/* Typography */
/* Colors */
/* Resolutions */
/* From XS to ... */
/* From MS to ... */
/* From SM to ... */
/* From MD to ... */
/* box shadow */
/* border radius */
/* rotate */
/* background size */
/* transition */
/* placeholder color */
/* black & white img */
/* translate */
/* transform */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/***************************
*   CSS by: TCN / tcn.pt   *
****************************/
html,
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  height: 100%;
  color: #666666;
  background-color: #ece7e3; }

body {
  padding-top: 60px; }

::-moz-selection {
  text-shadow: none;
  background: #d39475; }

::selection {
  text-shadow: none;
  background: #d39475; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

/*********************
*   Typography CSS   *
**********************/
p {
  font-family: "Open Sans", sans-serif;
  line-height: 160%; }
  p.m {
    margin-bottom: 38px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0 0 25px 0;
  padding: 0;
  line-height: 120%;
  color: #414f5c; }

h1 {
  font-weight: 700;
  font-size: 65px;
  text-transform: uppercase;
  color: #d39475;
  line-height: 95%; }
  h1 small {
    color: #ffffff;
    font-size: 25px;
    display: block; }

h2 {
  font-weight: 700;
  font-size: 38px; }
  h2.title {
    color: #d39475;
    text-transform: uppercase; }
    @media (min-width: 0px) and (max-width: 479px) {
      h2.title {
        font-size: 34px; } }
  h2.no-m {
    margin-bottom: 0; }
  h2.sub-title {
    font-size: 30px;
    color: #414f5c;
    text-transform: uppercase;
    letter-spacing: -0.5px; }

h3 {
  font-weight: 700;
  font-size: 25px; }
  h3.subtitle {
    color: #d39475; }

/**************************
*   Buttons & Links CSS   *
***************************/
a {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #414f5c; }
  @media (min-width: 0px) and (max-width: 479px) {
    a {
      font-size: 13px; } }
  a:hover, a:focus, a:active, a.active {
    color: #d39475; }
  a.link {
    color: #ffffff;
    padding-right: 20px;
    position: relative;
    display: inline-block; }
    a.link i.fa {
      color: #d39475;
      font-size: 18px;
      position: absolute;
      top: 2px;
      right: 0;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    a.link:hover i.fa, a.link:focus i.fa, a.link:active i.fa, a.link.active i.fa {
      right: -7px; }

.btn {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 7px 17px 8px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  text-align: center; }
  .btn.btn-primary {
    background-color: #d39475;
    border: none;
    box-shadow: 0 0 0 4px rgba(211, 148, 117, 0.45); }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
      box-shadow: 0 0 0 4px rgba(211, 148, 117, 0);
      background-color: #d39475; }
  .btn.btn-secondary {
    background-color: transparent;
    color: #d39475;
    border: 2px solid #d39475;
    border: 2px solid #d39475;
    padding: 7px 17px; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
      box-shadow: 0 0 0 4px rgba(211, 148, 117, 0.45);
      background-color: transparent; }

a, button, .btn {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: 0px !important; }
  a:hover, a:focus, a:active, a.active, button:hover, button:focus, button:active, button.active, .btn:hover, .btn:focus, .btn:active, .btn.active {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

/****************
*   Forms CSS   *
*****************/
form {
  position: relative;
  z-index: 1; }
  form .form-group {
    margin-bottom: 25px; }
    form .form-group .form-control {
      padding: 14px 20px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      height: 60px;
      color: #666666;
      border: 4px solid rgba(211, 148, 117, 0.45); }
      @media (min-width: 0px) and (max-width: 991px) {
        form .form-group .form-control {
          height: 46px;
          padding: 14px; } }
      form .form-group .form-control:hover, form .form-group .form-control:focus, form .form-group .form-control:active, form .form-group .form-control.active {
        border-color: #d39475; }
    form .form-group textarea.form-control {
      min-height: 230px;
      resize: none;
      line-height: 190%; }

::-webkit-input-placeholder {
  color: #999999 !important; }

:-moz-placeholder {
  color: #999999 !important;
  opacity: 1; }

::-moz-placeholder {
  color: #999999 !important;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999999 !important; }

input[type='text'],
input[type='password'],
textarea {
  outline: 0px !important;
  -webkit-appearance: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important; }

/******************
*   Tooltip CSS   *
*******************/
.tooltip {
  -webkit-transition: margin 0.4s, opacity 0.4s;
  -moz-transition: margin 0.4s, opacity 0.4s;
  -ms-transition: margin 0.4s, opacity 0.4s;
  -o-transition: margin 0.4s, opacity 0.4s;
  transition: margin 0.4s, opacity 0.4s;
  margin-top: -10px !important; }

.tooltip.animate {
  margin-top: -2px !important; }

.brand-tooltip + .tooltip > .tooltip-inner {
  background-color: #d39475;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 7px 17px;
  text-align: center;
  border: 4px solid #d39475;
  border: 4px solid rgba(211, 148, 117, 0.45);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px; }

.brand-tooltip + .tooltip > .tooltip-arrow {
  opacity: 0.45; }

.brand-tooltip + .tooltip.top > .tooltip-arrow {
  border-top-color: #d39475; }

.brand-tooltip + .tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #d39475; }

/*********************
*   Pagination CSS   *
**********************/
.list-view .pager {
  display: block;
  text-align: center;
  margin-top: 10px; }

.list-view .items:after {
  content: " ";
  display: table;
  clear: both; }

.home .list-view .items span.empty {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 60px; }
  .home .list-view .items span.empty:before {
    content: " ";
    background-image: url("../img/no-found-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 350px;
    display: block;
    height: 100px;
    margin: -10px auto 10px auto; }

ul.pagination {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: center; }
  ul.pagination li.active a {
    background-color: #d39475 !important;
    color: #ffffff !important;
    border: 4px solid rgba(211, 148, 117, 0) !important; }
  ul.pagination li.prev a {
    background-color: #b47e64;
    padding-left: 11px;
    padding-top: 7px; }
  ul.pagination li.next a {
    background-color: #b47e64;
    padding-right: 9px;
    padding-top: 7px; }
  ul.pagination li a {
    background-color: #d39475;
    color: #ffffff;
    border: 4px solid rgba(211, 148, 117, 0.45);
    -webkit-background-clip: padding-box;
    margin: 0 3px;
    background-clip: padding-box;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    height: 41px;
    width: 41px;
    padding: 6px 12px !important;
    text-align: center; }
    ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a:active {
      background-color: #d39475;
      color: #ffffff;
      border: 4px solid rgba(211, 148, 117, 0); }

/*****************
*   Navbar CSS   *
******************/
nav.navbar {
  background-color: #414f5c;
  border-bottom: 4px solid #d39475;
  min-height: 60px;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 10000; }
  nav.navbar .tooltip {
    -webkit-transition: margin 0.4s, opacity 0.4s;
    -moz-transition: margin 0.4s, opacity 0.4s;
    -ms-transition: margin 0.4s, opacity 0.4s;
    -o-transition: margin 0.4s, opacity 0.4s;
    transition: margin 0.4s, opacity 0.4s;
    margin-top: 18px !important; }
  nav.navbar .tooltip.animate {
    margin-top: 10px !important; }
  nav.navbar .navbar-center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center; }
  nav.navbar ul.categories {
    position: absolute;
    width: 470px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100; }
    @media (min-width: 0px) and (max-width: 767px) {
      nav.navbar ul.categories {
        width: 370px; } }
    nav.navbar ul.categories li a {
      padding: 12px 20px 8px;
      margin: 0; }
      @media (min-width: 0px) and (max-width: 767px) {
        nav.navbar ul.categories li a {
          padding: 12px 10px 8px; } }
    nav.navbar ul.categories li:nth-child(1) a svg {
      width: 24px; }
    nav.navbar ul.categories li:nth-child(2) a svg {
      width: 27px; }
    nav.navbar ul.categories li:nth-child(3) a svg {
      width: 39px; }
    nav.navbar ul.categories li:nth-child(4) a svg {
      width: 39px; }
    nav.navbar ul.categories li:nth-child(5) a svg {
      width: 24px; }
    nav.navbar ul.categories li:nth-child(6) a svg {
      width: 18px; }
  nav.navbar .navbar-header {
    margin: 0;
    position: relative;
    z-index: 15; }
    nav.navbar .navbar-header .navbar-toggle {
      height: 32px;
      width: 32px;
      padding: 0;
      margin: 12px 24px 12px 0;
      z-index: 2; }
      @media (min-width: 0px) and (max-width: 767px) {
        nav.navbar .navbar-header .navbar-toggle {
          margin: 10px 4px 14px 0; } }
      nav.navbar .navbar-header .navbar-toggle .icon-bar {
        background-color: #ffffff;
        width: 18px;
        margin: 3px auto; }
    nav.navbar .navbar-header .navbar-brand {
      background-color: #353e49;
      position: absolute;
      left: 20px;
      height: 100px;
      width: 100px;
      padding: 17px 26px;
      -webkit-border-radius: 0 0 8px 8px;
      -moz-border-radius: 0 0 8px 8px;
      -ms-border-radius: 0 0 8px 8px;
      border-radius: 0 0 8px 8px;
      z-index: 2; }
      @media (min-width: 0px) and (max-width: 767px) {
        nav.navbar .navbar-header .navbar-brand {
          height: 56px;
          width: 56px;
          padding: 8px 14px;
          left: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0; } }
      nav.navbar .navbar-header .navbar-brand img {
        margin: 0 0 0 2px;
        width: 100%; }
  nav.navbar .navbar-collapse ul {
    text-align: center; }
    nav.navbar .navbar-collapse ul li {
      display: inline-block;
      margin: 0 auto; }
      nav.navbar .navbar-collapse ul li a {
        color: #ffffff;
        background-color: transparent; }
        nav.navbar .navbar-collapse ul li a:hover, nav.navbar .navbar-collapse ul li a:focus, nav.navbar .navbar-collapse ul li a:active, nav.navbar .navbar-collapse ul li a.active {
          background-color: transparent;
          color: #d39475; }
  nav.navbar .navbar-collapse ul.categories {
    position: relative;
    width: 100%; }
    nav.navbar .navbar-collapse ul.categories li a {
      padding: 12px 23px 8px;
      margin: 10px 0 0 0; }
      @media (min-width: 0px) and (max-width: 767px) {
        nav.navbar .navbar-collapse ul.categories li a {
          padding: 10px 15px 0; } }

/*****************
*   Header CSS   *
******************/
.carousel {
  height: 100%; }

.item, .active, .carousel-inner {
  height: 100%; }

.fill {
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 0; }
  .fill.bg-1 {
    background-image: url("../img/bg/01.jpg"); }
  .fill.bg-2 {
    background-image: url("../img/bg/02.jpg"); }
  .fill.bg-3 {
    background-image: url("../img/bg/03.jpg"); }
  .fill:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #414f5c;
    opacity: 0.85;
    z-index: 1; }

header a.brand {
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10; }
header nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 10;
  text-align: center;
  background-color: #d39475; }
  header nav ul.categories {
    position: absolute;
    width: 100%;
    top: -85px;
    left: 0; }
  header nav > a {
    display: inline-block;
    color: #ffffff;
    background-color: #b47e64;
    width: 120px;
    vertical-align: middle;
    padding: 13px;
    text-align: center;
    margin: 0 1px; }
    @media (min-width: 0px) and (max-width: 479px) {
      header nav > a {
        width: 100px; } }
    header nav > a:hover, header nav > a:focus, header nav > a:active, header nav > a.active {
      background-color: #8fb4bb;
      color: #ffffff; }
header a.scroll {
  position: absolute;
  right: 50px;
  bottom: 80px;
  width: 21px;
  height: 50px;
  z-index: 10; }
  @media (min-width: 0px) and (max-width: 767px) {
    header a.scroll {
      display: none; } }

section#productSlider {
  padding: 0; }
  @media (min-width: 0px) and (max-width: 991px) {
    section#productSlider {
      height: auto; } }
  section#productSlider .container {
    height: 100%;
    position: relative;
    text-align: right; }
    @media (min-width: 0px) and (max-width: 991px) {
      section#productSlider .container {
        text-align: center; } }
  @media (min-width: 0px) and (max-width: 991px) {
    section#productSlider .carousel-inner {
      overflow: visible; } }
  section#productSlider .carousel-inner .item {
    padding-bottom: 45px; }
    @media (min-width: 0px) and (max-width: 991px) {
      section#productSlider .carousel-inner .item {
        padding: 0;
        display: block;
        opacity: 1 !important; } }
  section#productSlider .fill {
    position: relative;
    display: block; }
    @media (min-width: 0px) and (max-width: 991px) {
      section#productSlider .fill {
        height: auto; } }
    section#productSlider .fill:after {
      display: none; }
  section#productSlider nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 10;
    text-align: center;
    background-color: #d39475; }
    @media (min-width: 0px) and (max-width: 991px) {
      section#productSlider nav {
        display: none; } }
    section#productSlider nav > a {
      display: inline-block;
      position: relative;
      color: #ffffff;
      background-color: #b47e64;
      width: 155px;
      vertical-align: middle;
      padding: 13px;
      text-align: center;
      margin: 0 1px; }
      @media (min-width: 0px) and (max-width: 479px) {
        section#productSlider nav > a {
          width: 100px; } }
      section#productSlider nav > a:hover, section#productSlider nav > a:focus, section#productSlider nav > a:active, section#productSlider nav > a.active {
        background-color: #8fb4bb;
        color: #ffffff; }
      section#productSlider nav > a.prev, section#productSlider nav > a.next {
        background-color: transparent;
        width: 50px;
        opacity: 0.4;
        padding: 14px 0 12px 0; }
        section#productSlider nav > a.prev i.fa, section#productSlider nav > a.next i.fa {
          font-size: 18px; }
        section#productSlider nav > a.prev:hover, section#productSlider nav > a.prev:focus, section#productSlider nav > a.prev:active, section#productSlider nav > a.prev.active, section#productSlider nav > a.next:hover, section#productSlider nav > a.next:focus, section#productSlider nav > a.next:active, section#productSlider nav > a.next.active {
          opacity: 1; }

.section-1 {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 0; }
  @media (min-width: 0px) and (max-width: 991px) {
    .section-1 {
      height: 100%; } }
  .section-1:after {
    content: " ";
    position: absolute;
    display: block !important;
    z-index: 0;
    width: 150%;
    height: 120%;
    bottom: 0;
    left: 2%;
    background: rgba(65, 79, 92, 0.85);
    opacity: 1;
    -webkit-transform: rotate(-65deg) scale(1) skew(-13deg) translate(0px);
    -ms-transform: rotate(-65deg) scale(1) skew(-13deg) translate(0px);
    transform: rotate(-65deg) scale(1) skew(-13deg) translate(0px); }
    @media (min-width: 0px) and (max-width: 991px) {
      .section-1:after {
        width: 100%;
        heigth: 100%;
        left: 0;
        -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        transform: rotate(0deg) scale(1) skew(0deg) translate(0px); } }
  .section-1 .container {
    height: 100%; }
  .section-1 .content {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 350px;
    top: 50%;
    text-align: left;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
    z-index: 1;
    float: right; }
    @media (min-width: 0px) and (max-width: 991px) {
      .section-1 .content {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 25px 0;
        text-align: center;
        float: none;
        display: block;
        margin: 0 auto; } }
    .section-1 .content a.btn-secondary {
      margin-bottom: 12px;
      margin-right: 10px; }
    .section-1 .content p {
      color: #ffffff;
      margin-bottom: 27px; }
      @media (min-width: 0px) and (max-width: 991px) {
        .section-1 .content p {
          padding: 0 25px; } }
    .section-1 .content h1 {
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
    .section-1 .content h3 {
      font-size: 22px;
      margin: 0;
      line-height: 100%;
      float: left;
      margin-bottom: 12px;
      color: #d39475; }
      @media (min-width: 0px) and (max-width: 991px) {
        .section-1 .content h3 {
          float: none;
          margin-bottom: 20px; } }
      .section-1 .content h3:before {
        content: "Marca";
        font-size: 14px;
        font-weight: 700;
        color: #d4d4d4;
        display: block;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 100%; }
    .section-1 .content a.link {
      display: inline-block; }
      @media (min-width: 0px) and (max-width: 991px) {
        .section-1 .content a.link {
          float: none; } }
    .section-1 .content .share {
      clear: both;
      display: inline-block;
      float: right; }
      @media (min-width: 0px) and (max-width: 991px) {
        .section-1 .content .share {
          float: none; } }
      .section-1 .content .share a {
        color: #d39475;
        display: inline-block;
        margin: 0 6px 0 0;
        vertical-align: top;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
        @media (min-width: 0px) and (max-width: 991px) {
          .section-1 .content .share a {
            margin: 0 6px 0 6px; } }
        .section-1 .content .share a i {
          font-size: 22px; }
        .section-1 .content .share a:hover, .section-1 .content .share a:focus, .section-1 .content .share a:active, .section-1 .content .share a.active {
          color: #ffffff; }

.section-2 .left, .section-2 .right {
  float: left;
  position: relative;
  width: 50%;
  height: 100%; }
  @media (min-width: 0px) and (max-width: 991px) {
    .section-2 .left, .section-2 .right {
      float: none;
      width: 100%;
      display: block; } }
.section-2 .left {
  background-color: #ffffff;
  text-align: center; }
  .section-2 .left img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 90%; }
    @media (min-width: 0px) and (max-width: 991px) {
      .section-2 .left img {
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        width: 400px;
        max-width: 100%;
        display: inline-block;
        margin: 40px auto; } }
.section-2 .right {
  background-color: #ece7e3; }
  .section-2 .right .content {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 510px;
    top: 50%;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    padding-left: 65px; }
    @media (min-width: 0px) and (max-width: 991px) {
      .section-2 .right .content {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding: 70px 0 50px 0;
        text-align: center;
        display: block;
        margin: 0 auto; } }
    .section-2 .right .content h1 small {
      color: #353e49;
      margin-bottom: 40px; }
    .section-2 .right .content p {
      color: #353e49;
      margin-bottom: 25px; }
      @media (min-width: 0px) and (max-width: 991px) {
        .section-2 .right .content p {
          padding: 0 25px; } }
    .section-2 .right .content h3 {
      font-size: 14px;
      letter-spacing: 1px;
      margin: 0 0 5px 0;
      line-height: 100%;
      color: #353e49;
      display: block;
      text-transform: uppercase; }
      .section-2 .right .content h3:before {
        display: none; }
    .section-2 .right .content ul {
      list-style: none;
      padding: 0;
      margin: 0 0 25px 0; }
      .section-2 .right .content ul li {
        margin: 0 0 3px 0;
        padding: 0; }
        .section-2 .right .content ul li h3 {
          display: inline-block;
          width: 150px;
          color: #d39475; }
        .section-2 .right .content ul li span {
          font-weight: 300;
          color: #353e49; }
          @media (min-width: 0px) and (max-width: 991px) {
            .section-2 .right .content ul li span {
              display: block;
              margin-bottom: 20px; } }
    .section-2 .right .content a.link {
      color: #353e49;
      margin-top: 15px; }

.section-3 {
  background-color: #ffffff; }
  @media (min-width: 0px) and (max-width: 991px) {
    .section-3 {
      padding: 70px 0; } }

.section-4 {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 0; }
  @media (min-width: 0px) and (max-width: 991px) {
    .section-4 {
      padding: 70px 0;
      border-bottom: 4px solid #d39475; } }
  .section-4:after {
    content: " ";
    position: absolute;
    display: block !important;
    z-index: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(65, 79, 92, 0.85);
    opacity: 1; }
  .section-4 form {
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 0px) and (max-width: 991px) {
      .section-4 form {
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); } }
  .section-4 h2 {
    font-size: 50px;
    margin-bottom: 3px; }
  .section-4 p {
    color: #ffffff;
    margin-bottom: 40px; }
  .section-4 textarea {
    margin-bottom: 44px; }

/*******************
*   Specific CSS   *
********************/
body.home {
  padding-top: 0; }
  body.home nav.navbar {
    top: -120px; }
    body.home nav.navbar.scrolled {
      top: 0; }

body.collection footer {
  margin-top: 80px; }
  @media (min-width: 0px) and (max-width: 991px) {
    body.collection footer {
      margin-top: 60px; } }
body.collection section.neg-margin {
  margin-bottom: 0px; }
  @media (min-width: 0px) and (max-width: 991px) {
    body.collection section.neg-margin {
      margin-bottom: 30px; } }
body.collection .collection-highlight .content p {
  margin-bottom: 0; }

body.products nav.navbar .navbar-brand {
  height: 56px;
  width: 56px;
  padding: 8px 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

section {
  padding: 65px 0;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    section {
      padding-top: 45px; } }
  @media (min-width: 0px) and (max-width: 767px) {
    section {
      padding-top: 30px; } }
  section.border {
    border-bottom: solid 4px #d39475; }
  section.neg-margin {
    margin-top: -115px; }
    @media (min-width: 0px) and (max-width: 767px) {
      section.neg-margin {
        margin-top: 0px; } }
  section.no-p-bottom {
    padding-bottom: 0; }
  section.product-list {
    padding: 35px 20px; }
    @media (min-width: 0px) and (max-width: 767px) {
      section.product-list {
        padding: 35px 0; } }
  section.title {
    background: #414f5c;
    padding: 75px 0 72px 0;
    text-align: center;
    z-index: 1; }
    section.title:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("../img/bg/title-bg.jpg");
      opacity: 0.15;
      z-index: -1; }
    section.title.bg-2:after {
      background-image: url("../img/bg/title-bg-2.jpg"); }
    section.title.bg-3:after {
      background-image: url("../img/bg/title-bg-3.jpg"); }
    section.title.bg-4:after {
      background-image: url("../img/bg/title-bg-4.jpg"); }
    section.title h2 {
      line-height: 95%;
      margin: 0 0 15px 0;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
    section.title p {
      color: #ffffff;
      margin: 0 auto;
      max-width: 400px;
      width: 100%; }
  section.nav {
    background-color: #d39475;
    padding: 5px 0 3px 0;
    text-align: center; }
    section.nav ul.categories li a svg path, section.nav ul.categories li a svg circle {
      opacity: 0.4; }
    section.nav ul.categories li a:hover svg > *, section.nav ul.categories li a:focus svg > *, section.nav ul.categories li a:active svg > *, section.nav ul.categories li a.active svg > * {
      opacity: 1;
      fill: #ffffff !important; }
    section.nav .tooltip {
      -webkit-transition: margin 0.4s, opacity 0.4s;
      -moz-transition: margin 0.4s, opacity 0.4s;
      -ms-transition: margin 0.4s, opacity 0.4s;
      -o-transition: margin 0.4s, opacity 0.4s;
      transition: margin 0.4s, opacity 0.4s;
      margin-top: -23px !important; }
    section.nav .tooltip.animate {
      margin-top: -15px !important; }

ul.categories {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.categories li {
    display: inline-block; }
    ul.categories li a {
      display: block;
      padding: 5px 3px;
      margin: 0 18px; }
      @media (min-width: 0px) and (max-width: 479px) {
        ul.categories li a {
          margin: 0 6px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        ul.categories li a {
          margin: 0 10px; } }
      ul.categories li a svg path, ul.categories li a svg circle {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
      ul.categories li a:hover svg > *, ul.categories li a:focus svg > *, ul.categories li a:active svg > *, ul.categories li a.active svg > * {
        fill: #d39475 !important; }
  ul.categories li:nth-child(1) a svg {
    width: 32px; }
  ul.categories li:nth-child(2) a svg {
    width: 35px; }
  ul.categories li:nth-child(3) a svg {
    width: 50px; }
  ul.categories li:nth-child(4) a svg {
    width: 50px; }
  ul.categories li:nth-child(5) a svg {
    width: 32px; }
  ul.categories li:nth-child(6) a svg {
    width: 24px; }
  @media (min-width: 0px) and (max-width: 479px) {
    ul.categories li:nth-child(1) a svg {
      width: 24px; }
    ul.categories li:nth-child(2) a svg {
      width: 27px; }
    ul.categories li:nth-child(3) a svg {
      width: 39px; }
    ul.categories li:nth-child(4) a svg {
      width: 39px; }
    ul.categories li:nth-child(5) a svg {
      width: 24px; }
    ul.categories li:nth-child(6) a svg {
      width: 18px; } }

.collection-highlight {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden; }
  @media (min-width: 0px) and (max-width: 767px) {
    .collection-highlight {
      min-height: 150px; } }
  .collection-highlight:after {
    content: " ";
    position: absolute;
    bottom: -500px;
    left: -45%;
    width: 200%;
    height: 600px;
    background: #414f5c;
    background: rgba(65, 79, 92, 0.85);
    z-index: 0;
    -webkit-transform: rotate(45deg) scale(1) skew(-10deg) translate(0px);
    -ms-transform: rotate(45deg) scale(1) skew(-10deg) translate(0px);
    transform: rotate(45deg) scale(1) skew(-10deg) translate(0px); }
    @media (min-width: 992px) and (max-width: 1199px) {
      .collection-highlight:after {
        bottom: -450px;
        left: -45%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .collection-highlight:after {
        bottom: -350px;
        left: -45%; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .collection-highlight:after {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
        transform: rotate(0deg) scale(1) skew(0deg) translate(0px); } }
  .collection-highlight .content {
    position: absolute;
    z-index: 1;
    width: 450px;
    max-width: 100%;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 0px) and (max-width: 767px) {
      .collection-highlight .content {
        text-align: center;
        width: 100%;
        left: 0;
        padding: 0 30px;
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding: 55px 25px 55px; } }
    .collection-highlight .content h2 {
      line-height: 95%;
      margin-bottom: 20px;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
    .collection-highlight .content p {
      color: #ffffff;
      margin-bottom: 27px; }

.collection-extra {
  padding-top: 22px;
  padding-bottom: 26px; }
  .collection-extra h2 {
    max-width: 365px;
    width: 100%;
    float: right;
    margin: 0;
    text-align: right; }
    @media (min-width: 0px) and (max-width: 767px) {
      .collection-extra h2 {
        text-align: center;
        margin: 0 auto 15px auto;
        float: none; } }
  .collection-extra p {
    max-width: 365px;
    width: 100%;
    margin: 0;
    line-height: 170%; }
    @media (min-width: 0px) and (max-width: 767px) {
      .collection-extra p {
        text-align: center;
        margin: 0 auto; } }

.about-body {
  padding-bottom: 45px; }
  @media (min-width: 0px) and (max-width: 767px) {
    .about-body {
      padding-bottom: 35px;
      padding-top: 20px; } }
  .about-body h3 {
    margin-bottom: 15px;
    color: #d39475; }
    @media (min-width: 0px) and (max-width: 991px) {
      .about-body h3 {
        text-align: center; } }
  .about-body img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }

.contact-form h3 {
  color: #d39475; }
.contact-form .btn.btn-primary {
  margin-top: 8px; }

#map {
  width: 100%;
  display: block;
  min-height: 220px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }

@media (min-width: 0px) and (max-width: 991px) {
  .contacts-body {
    text-align: center;
    margin-top: 45px; } }

/* Swiper */
.swiper-container {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 0px) and (max-width: 991px) {
    .swiper-container {
      top: auto;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      height: 350px;
      padding: 0; } }
  .swiper-container .swiper-wrapper .swiper-slide img {
    display: inline-block;
    margin: 0 auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

ul.thumbs {
  margin: 0 auto;
  position: absolute;
  text-align: center;
  bottom: 22px;
  left: 0;
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0;
  z-index: 10; }
  ul.thumbs li {
    display: inline-block; }
    ul.thumbs li a {
      display: inline-block;
      width: 56px;
      height: 56px;
      margin: 0 2px;
      overflow: hidden;
      background-size: cover;
      background-position: center center;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      border: 4px solid #ece7e3; }

.swiper-button-prev {
  background-color: #d39475;
  color: #ffffff;
  border: 4px solid rgba(211, 148, 117, 0.45);
  -webkit-background-clip: padding-box;
  margin: 0;
  background-clip: padding-box;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 41px;
  width: 41px;
  text-align: left;
  padding-left: 11px;
  padding-top: 7px;
  opacity: 1;
  background-image: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .swiper-button-prev:hover, .swiper-button-prev:focus, .swiper-button-prev:active, .swiper-button-prev.active {
    background-color: #d39475;
    color: #ffffff;
    border: 4px solid rgba(211, 148, 117, 0); }

.swiper-button-next {
  background-color: #d39475;
  color: #ffffff;
  border: 4px solid rgba(211, 148, 117, 0.45);
  -webkit-background-clip: padding-box;
  margin: 0;
  background-clip: padding-box;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 41px;
  width: 41px;
  text-align: right;
  padding-right: 9px;
  padding-top: 7px;
  opacity: 1;
  background-image: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .swiper-button-next:hover, .swiper-button-next:focus, .swiper-button-next:active, .swiper-button-next.active {
    background-color: #d39475;
    color: #ffffff;
    border: 4px solid rgba(211, 148, 117, 0); }

/* Items */
.item {
  position: relative;
  margin: 0 0 30px 0; }
  .item .wrap {
    position: relative;
    padding: 0 35px;
    background-color: #ffffff;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    border: solid 4px #e1dbd6;
    border-bottom: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    min-height: 220px;
    display: table;
    width: 100%; }
    @media (min-width: 0px) and (max-width: 991px) {
      .item .wrap {
        padding: 0 30px; } }
    .item .wrap .info {
      width: 52%;
      position: relative;
      z-index: 1;
      vertical-align: middle;
      display: table-cell; }
      .item .wrap .info a.btn-secondary {
        margin: 0 0 12px 0; }
      .item .wrap .info h2, .item .wrap .info h3 {
        margin: 0; }
      .item .wrap .info h2 {
        font-size: 22px;
        /*font-size: 17px; 
        @include target-xs-sm { font-size: 16px }*/ }
        @media (min-width: 0px) and (max-width: 767px) {
          .item .wrap .info h2 {
            font-size: 20px; } }
      .item .wrap .info h3 {
        font-size: 22px;
        margin: 0;
        line-height: 100%; }
        .item .wrap .info h3:before {
          content: "Marca";
          font-size: 13px;
          font-weight: 700;
          color: #d4d4d4;
          display: block;
          text-transform: uppercase;
          letter-spacing: 1px;
          line-height: 100%; }
    .item .wrap .img {
      position: absolute;
      top: 0;
      right: 1px;
      width: 50%;
      height: 100%;
      overflow: hidden;
      z-index: 0;
      padding: 15px 5px 10px 5px;
      text-align: center; }
      .item .wrap .img img {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        width: auto;
        height: 90%;
        image-rendering: auto;
        -webkit-filter: grayscale(100%);
        filter: gray;
        filter: grayscale(100%);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-backface-visibility: hidden; }
  .item > a {
    display: block;
    padding: 12px 0;
    background-color: #8fb4bb;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
    .item > a:hover, .item > a:focus, .item > a:active, .item > a.active {
      background-color: #7398a6; }
  .item:hover .img img, .item:focus .img img, .item:active .img img, .item.active .img img {
    -webkit-filter: grayscale(0);
    filter: none;
    filter: grayscale(0); }

/*****************
*   Footer CSS   *
******************/
footer {
  padding: 28px 0;
  background-color: #414f5c;
  border-top: 4px solid #d39475; }
  @media (min-width: 0px) and (max-width: 991px) {
    footer {
      text-align: center;
      padding: 45px 0; } }
  footer img {
    display: inline-block;
    margin-right: 35px; }
    @media (min-width: 0px) and (max-width: 991px) {
      footer img {
        padding-left: 10px;
        margin: 0 auto 25px auto;
        display: block; } }
  footer nav {
    display: inline-block;
    vertical-align: middle; }
    footer nav p {
      display: block;
      margin: 3px 0;
      color: #ece7e3;
      line-height: 170%;
      font-size: 13px; }
      @media (min-width: 0px) and (max-width: 991px) {
        footer nav p {
          margin: 0 0 20px 0; } }
      footer nav p span {
        padding: 0 2px;
        opacity: 0.4;
        font-size: 12px;
        vertical-align: top; }
      footer nav p a {
        color: #d39475;
        font-size: 13px; }
        footer nav p a:hover, footer nav p a:focus, footer nav p a:active, footer nav p a.active {
          color: #b47e64; }
      footer nav p:last-child a {
        text-transform: none; }
  footer .social {
    float: right;
    margin-top: 22px; }
    @media (min-width: 0px) and (max-width: 991px) {
      footer .social {
        float: none;
        margin-top: 10px; } }
    footer .social a.btn-primary {
      height: 33px;
      width: 33px;
      padding: 0;
      margin-left: 12px; }
      @media (min-width: 0px) and (max-width: 991px) {
        footer .social a.btn-primary {
          margin: 0 6px; } }
      footer .social a.btn-primary i.fa {
        font-size: 17px;
        margin-top: 9px;
        display: inline-block; }
        footer .social a.btn-primary i.fa.fa-linkedin {
          margin-top: 8px; }

/******************************
*   Bootstrap Carousel Fade   *
*******************************/
.carousel-fade .carousel-inner .item {
  margin: 0;
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/**************************
*   Bootstrap Utilities   *
***************************/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.container {
  max-width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      width: 700px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 920px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1120px; } }

.container-small {
  max-width: 100%; }
  @media (min-width: 480px) and (max-width: 767px) {
    .container-small {
      width: 450px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container-small {
      width: 635px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container-small {
      width: 855px; } }
  @media (min-width: 1200px) {
    .container-small {
      width: 1055px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .container-fluid.small-fixed {
    width: 450px; } }

/*********************
*   Animation Fade   *
**********************/
@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
.animate-flicker {
  -webkit-animation: flickerAnimation 1.5s infinite;
  -moz-animation: flickerAnimation 1.5s infinite;
  -o-animation: flickerAnimation 1.5s infinite;
  animation: flickerAnimation 1.5s infinite; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .item .wrap .img {
    right: 4px; }

  section.neg-margin {
    margin-top: -35px; }

  section#productSlider nav > a {
    padding: 13px 12px 12px 12px;
    margin: -1px 1px 0 1px; }

  ul.categories svg {
    vertical-align: top;
    height: 31px;
    margin-bottom: 1px; }

  ul.categories.highlights svg, header ul.categories svg {
    vertical-align: top;
    height: 41px;
    margin-bottom: 1px; } }

/*# sourceMappingURL=app.css.map */
