@charset "UTF-8";
/* Typography */
/* Colors */
/* Resolutions */
/* From XS to ... */
/* From MS to ... */
/* From SM to ... */
/* From MD to ... */
/* box shadow */
/* border radius */
/* background size */
/* transition */
/* placeholder color */
/* black & white filter */
/* remove b&w filter */
/* scale */
/* rotate */
/* transform */
/* translate3d */
/* animation-duration */
/* drop-shadow */
/* keyframes */
/* animation */
/* animation delay */
/* background opacity */
/* Greadient Background - Vertical */
/* Greadient Background - Directional */
/* Greadient Background - Radial */
/* Greadient Background - Stripes */
@font-face {
  font-family: 'brother_1816regular';
  src: url("../fonts/brother-1816-regular.woff2") format("woff2"), url("../fonts/brother-1816-regular.woff") format("woff"), url("../fonts/brother-1816-regular.otf") format("otf");
  font-weight: normal;
  font-style: normal; }
/**
 * 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.not-slidding .swiper-wrapper {
	 justify-content:center;
}
.swiper-container.not-slidding .swiper-wrapper .swiper-slide:last-child {
	 margin:0 !important;
}

.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 {
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  max-width: 400px; }

/* 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(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* 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(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* 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(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* 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(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* 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); } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #edebeb;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/ }

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0; }

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px; }

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px; }

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */ }

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999; }

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999; }

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1; }

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999; }

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */ }

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0; }

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed; }

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626; }

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff; }

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px; }

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap; }

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9; }

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */ }

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px; }

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent; }

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent; }

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333; }

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed; }

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee; }

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none; }

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px; }

.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px; }

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */ }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px; }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0; }

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */ }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px; }

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px; }

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */ }

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px; }

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px; }

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px; }

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5; }

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px; }

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */ }

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px; }

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px; }

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px; }

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px; }

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333; }

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px; }

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px; }

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px; }

.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */ }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */ }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b; }

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c; }

.has-warning.select2-drop-active {
  border-color: #66512c; }

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c; }

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442; }

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534; }

.has-error.select2-drop-active {
  border-color: #843534; }

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534; }

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d; }

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c; }

.has-success.select2-drop-active {
  border-color: #2b542c; }

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c; }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0; }

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */ }

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none; }

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3; }

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top; }

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important; }

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  margin-left: 39px; }

.mfp-arrow-left:after,
.mfp-arrow-right:after {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  content: '\f105';
  font: normal normal normal 44px/1 FontAwesome; }

.mfp-arrow-left:after {
  content: '\f104'; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: none; }

.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 1px;
  top: 27px; }

.irs-line-left {
  height: 1px;
  background: #edebeb; }

.irs-line-mid {
  height: 1px;
  background: #edebeb; }

.irs-line-right {
  height: 1px;
  background: #edebeb; }

.irs-bar {
  height: 1px;
  top: 27px;
  background: #e6ba66; }

.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15); }

.irs-slider {
  width: 13px;
  height: 13px;
  top: 21px;
  cursor: pointer;
  background: #e6ba66;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  border-radius: 3px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid-pol {
  background: #99a4ac; }

.irs-grid-text {
  color: #99a4ac; }

html,
body {
  font-family: "Helvetica-Neue", "Helvetica", "Lato", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
  color: #231f20;
  -webkit-font-smoothing: antialiased;
  overflow-x:hidden; }

body {
  margin-top: 79px; }
  @media (min-width: 768px) {
    body {
      margin-top: 139px; } }
  body.home {
    height: 100%; }

::-moz-selection {
  text-shadow: none;
  background: #cba56c;
  color: #ffffff; }

::selection {
  text-shadow: none;
  background: #cba56c;
  color: #ffffff; }

img::selection {
  background: 0 0; }

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

/*****************
*   Typography   *
******************/
p {
  margin: 0 0 15px; }
  p + .btn {
    margin-top: 5px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6 {
  font-family: "Abril Fatface", cursive;
  font-weight: 400; }

h1, .h1 {
  font-size: 533%;
  margin-bottom: 40px; }

h2, .h2 {
  font-size: 240%;
  margin-bottom: 40px; }

h3, .h3 {
  font-size: 160%;
  margin-bottom: 20px; }

h4, .h4 {
  font-size: 133%;
  margin-bottom: 10px; }

h5 {
  font-size: 100%;
  margin-bottom: 10px; }

.title {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px; }
  .title.title-inline {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  .title.title-dotted {
    border-top: 2px dotted #000000;
    border-bottom: 2px dotted #000000;
    padding: 20px 0; }
  .title.title-sm {
    margin-top: 0;
    margin-bottom: 10px; }
    .title.title-sm.title-dotted {
      padding: 10px 0; }
  .title.title-white {
    color: #ffffff; }
    .title.title-white.title-dotted {
      border-color: #ffffff; }
  .title span {
    font-size: 166%;
    display: block; }
  .title small {
    display: block;
    margin-bottom: 5px;
    color: inherit;
    font-size: 50%; }

@media (min-width: 1200px) {
  .title {
    font-size: 34px;
    margin-top: 35px;
    margin-bottom: 35px; }
    .title.title-dotted {
      padding: 30px 0; }
    .title.title-sm {
      margin-bottom: 18px; }
      .title.title-sm.title-dotted {
        padding: 18px 0; }
    .title small {
      margin-bottom: 10px; } }
img + .title {
  margin-top: 10px; }

.quote {
  font-family: "Helvetica-Neue", "Helvetica", "Lato", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 140%; }
  .quote span {
    font-size: 66.67%;
    color: #8d8c8c;
    display: block; }

/**********************
*   Buttons & Links   *
***********************/
a {
  color: #231f20; }
  a.underlined {
    border-bottom: 1px solid #231f20; }
    a.underlined:hover {
      border-bottom-color: transparent; }
  a:focus, a:hover, a:active, a.active {
    color: #000000; }

a:hover, a:focus, a:active, a.active, button:hover, button:focus, button:active, button.active {
  text-decoration: none; }

a:active, a:focus, .btn:active, .btn:focus, button:active, button:focus {
  outline: none !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important; }

.btn {
  border: 0;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .btn.btn-primary.btn-outline {
    border: 1px solid #e6ba66;
    color: #000000;
    background: none;
	text-decoration:none }
    .btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:active, .btn.btn-primary.btn-outline.active {
      background-color: #e6ba66;
      border: 1px solid #e6ba66 !important; }
  .btn.btn-default {
    background: #000000;
    color: #ffffff; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active {
      background: #231f20; }
  .btn.btn-lg {
    padding: 25px 35px; }
  .btn.btn-min-width {
    min-width: 108px; }
  .btn:active, .btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

a, .btn {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

/********************
*   Form elements   *
*********************/
form .form-group textarea.form-control {
  resize: none; }

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

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

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

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

.form-control {
  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; }

/*****************
*   Navigation   *
******************/
.navbar-default {
  background: #ffffff;
  border: 0;
  margin: 0;
  height: 79px;
  /*box-shadow: 0 0 3px rgba(0,0,0,.1);*/
  transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .navbar-default {
      height: 139px; }
	  .navbar-default .navbar-right:not(.navbar-top) {
      margin-right:-10px} }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-right:not(.navbar-top) {
      float: left !important;
      margin-top: 10px;
      display: table;
      width: 100%; }
      .navbar-default .navbar-right:not(.navbar-top) > li {
        display: table-cell;
        float: none;
        text-align: center; } }
  .navbar-default .navbar-brand {
    padding: 0;
    height: 69px;
    line-height: 69px;
    margin: 20px 0 0 15px !important; }
    @media (min-width: 0px) and (max-width: 767px) {
      .navbar-default .navbar-brand {
        height: 42px; } }
    .navbar-default .navbar-brand img {
      height: 100%;
      width: auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar-default .navbar-brand {
        height: 49px;
        line-height: 49px;
        margin: 15px 0 0 0 !important; } }
    @media (min-width: 992px) {
      .navbar-default .navbar-brand {
        margin: 46px 0 0 17px !important; } }
  .navbar-default .open > a {
    color: #e6ba66 !important;
    background: #302E2F !important; }
    @media (min-width: 992px) {
      .navbar-default .open > a {
        background: none !important; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .navbar-default .open > a .caret {
        border-top-color: #e6ba66 !important; } }
    .navbar-default .navbar-nav > li a {
      text-transform: uppercase;
      color: white;
      font-family: "Oswald", sans-serif;
      font-size: 15px;
      padding: 10px 40px; }
      .navbar-default .navbar-nav > li h2,
      .navbar-default .navbar-nav > li h3 {
        display: inline;
        text-transform: inherit;
        font-size: inherit;
        color: inherit;
        font-family: inherit;
        margin: 0;}
    @media (min-width: 768px) {
      .navbar-default .navbar-nav > li a {
        color: #000000;
        font-size: 13px;
        padding: 10px 5px 30px; } }
    @media (min-width: 1200px) {
      .navbar-default .navbar-nav > li a {
        font-size: 15px;
        padding: 15px 12px 35px; } }
  .navbar-default .navbar-nav:not(.navbar-top) > li.active > a,
  .navbar-default .navbar-nav:not(.navbar-top) > li:hover > a,
  .navbar-default .navbar-nav:not(.navbar-top) > li a:active,
  .navbar-default .navbar-nav:not(.navbar-top) > li a:focus,
  .navbar-default .navbar-nav:not(.navbar-top) > li a:hover,
  .navbar-default .navbar-nav:not(.navbar-top) > li.hovered > a {
    color: #e6ba66;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$white', endColorstr='$gray-lightest',GradientType=0 ); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav:not(.navbar-top) > li {
      display: table; }
      .navbar-default .navbar-nav:not(.navbar-top) > li > a {
        display: table-cell;
        vertical-align: middle;
        padding: 8px 6px 43px;
        /*height: 50px;
        max-width: 100px;*/
        text-align: center; } }
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu {
    margin-top: -10px; }
    @media (min-width: 768px) {
      .navbar-default .navbar-nav > .dropdown > .dropdown-menu {
        margin-top: 0px;
        /*border-top: 20px solid $white;*/ } }
  .navbar-default .navbar-nav > .dropdown > a:not(.dropdown-toggle) {
    /*position: relative;
    z-index: 1231;*/ }
    .navbar-default .navbar-nav > .dropdown > a:not(.dropdown-toggle) .caret {
      position: absolute;
      border-top-color: #d0cfcf;
      margin-left: 0;
      left: auto;
      right: 40px;
      bottom: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .navbar-default .navbar-nav > .dropdown > a:not(.dropdown-toggle) .caret {
          left: 50%;
          right: auto;
          bottom: 18px;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%); } }
  .navbar-default .navbar-nav > .dropdown:hover > a {
    color: #e6ba66; }
  .navbar-default .navbar-nav > .dropdown:hover > .dropdown-menu, .navbar-default .navbar-nav > .dropdown.hovered > .dropdown-menu  {
    display: block; }
  @media (min-width: 0px) and (max-width: 767px) {
	  .navbar-default .navbar-nav > li a {
		  padding:10px 15px;
		 }
		 .navbar-default .navbar-nav > .dropdown > a:not(.dropdown-toggle) .caret {
			 right:15px;
			 bottom:40%;
			}
			.navbar-default .navbar-nav > .dropdown:hover > .dropdown-menu, .navbar-default .navbar-nav > .dropdown.hovered > .dropdown-menu {
				position:static;
				display:block;
				float:none;
				margin:0;
				padding:15px;
			}
			.navbar-default .navbar-nav:not(.navbar-top) > li:hover > a, .navbar-default .navbar-nav:not(.navbar-top) > li.hovered > a, .navbar-default .navbar-nav:not(.navbar-top) > li.active > a {
				background:#312e2f;
			}
			.navbar-default .navbar-nav:not(.navbar-top) > li:hover > a .caret, .navbar-default .navbar-nav:not(.navbar-top) > li.hovered > a .caret, .navbar-default .navbar-nav:not(.navbar-top) > li.active > a .caret {
				border-top-color:#e6ba66;
			}
    .navbar-default .navbar-nav .open .dropdown-menu {
      padding: 15px 0px 30px; }
      .navbar-default .navbar-nav .open .dropdown-menu > li {
        padding: 0 15px; }
        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
          margin: 5px 0;
          padding-left: 0;
          padding-right: 0; } }
  @media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-menu {
      padding: 0; }
      .navbar-default .navbar-nav .open .dropdown-menu .dropdown-menu > li {
        padding: 0; } }

  .navbar-default .navbar-top {
    margin: 20px -12px 22px 0; }
    @media (min-width: 0px) and (max-width: 767px) {
      .navbar-default .navbar-top {
        margin: 120px -15px 40px; } }
    .navbar-default .navbar-top > li {
      padding: 0 8px;
      color: #8d8c8c;
      display: inline-block;
	  height:27px; }
      .navbar-default .navbar-top > li:not(:last-child) {
        border-right: 1px solid #000000; }
        @media (min-width: 0px) and (max-width: 767px) {
          .navbar-default .navbar-top > li:not(:last-child) {
            border-color: #474343; } }
      .navbar-default .navbar-top > li a {
        font-size: 13px;
        color: #8d8c8c;
        display: inline-block;
        padding: 0 5px;
        line-height: 25px; }
        .navbar-default .navbar-top > li a .total-items {
          color: #000000; }
        .navbar-default .navbar-top > li a:hover {
          color: #000000; }
        .navbar-default .navbar-top > li a.active {
          color: #ffffff; }
          @media (min-width: 768px) {
            .navbar-default .navbar-top > li a.active {
              color: #000000; } }
        @media (min-width: 0px) and (max-width: 767px) {
          .navbar-default .navbar-top > li a {
            font-size: 15px; } }
      .navbar-default .navbar-top > li img {
        position: relative;
        top: -2px;
        margin: 0 5px; }
    .navbar-default .navbar-top + .nav {
      clear: right; }
  .navbar-default .dropdown-menu {
    background: rgba(35, 31, 32, 0.95);
    padding: 15px 20px 30px;
    border: 0;
    min-width: 256px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .navbar-default .dropdown-menu .dropdown-menu {
      min-width: inherit; }
    .navbar-default .dropdown-menu > li > a {
      margin: 5px 0; }
    .navbar-default .dropdown-menu > li .dropdown-toggle {
      position: relative;
      line-height: 28px;
      padding: 0;
      margin-top: 10px; }
      .navbar-default .dropdown-menu > li .dropdown-toggle:before {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #474343;
        width: 100%;
        height: 1px;
        content: ""; }
      .navbar-default .dropdown-menu > li .dropdown-toggle .caret {
        float: right;
        margin: 9px 10px 0 0; }
        .navbar-default .dropdown-menu > li .dropdown-toggle .caret:before {
          position: absolute;
          content: "";
          width: 28px;
          height: 29px;
          border: 1px solid #474343;
          border-bottom-color: transparent;
          top: 1px;
          right: 0; }
        @media (min-width: 768px) {
          .navbar-default .dropdown-menu > li .dropdown-toggle .caret {
            margin: 12px 9px 0 0; }
            .navbar-default .dropdown-menu > li .dropdown-toggle .caret:before {
              top: -1px; } }
    .navbar-default .dropdown-menu > li.open .caret {
      border-top: 0;
      border-bottom: 4px dashed; }
    .navbar-default .dropdown-menu > li a {
      color: #ffffff;
      font-size: 13px;
      padding: 5px 0; }
      .navbar-default .dropdown-menu > li a:active, .navbar-default .dropdown-menu > li a:focus, .navbar-default .dropdown-menu > li a:hover {
        background: none !important; }
    .navbar-default .dropdown-menu > li .dropdown-menu {
      background: none;
      position: inherit;
      padding: 0;
      margin-bottom: 20px; }
      .navbar-default .dropdown-menu > li .dropdown-menu > li {
        line-height: 100%; }
        .navbar-default .dropdown-menu > li .dropdown-menu > li label {
          font-family: "Oswald", sans-serif;
          color: #ffffff;
          display: block;
          font-weight: 300;
          margin-top: 20px; }
          .navbar-default .dropdown-menu > li .dropdown-menu > li label:first-child {
            margin-top: 10px; }
        .navbar-default .dropdown-menu > li .dropdown-menu > li a {
          color: #777676;
          padding: 1px 0;
          text-transform: none; }
          .navbar-default .dropdown-menu > li .dropdown-menu > li a:hover {
            color: #e6ba66; }
  .navbar-default .navbar-toggle {
    margin: 31px 20px 0 0;
    position: relative;
    z-index: 2;
    width: 27px;
    height: 19px;
    border: 0;
    background: transparent;
    padding: 0;
	border-radius:0; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
      background: transparent; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background: #777676; }
    .navbar-default .navbar-toggle .icon-bar {
      width: 100%;
      height: 3px;
      background: #000000;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      -ms-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      .navbar-default .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px; }
    .navbar-default .navbar-toggle:not(.collapsed) .icon-bar {
      background: #ffffff;
      margin: 0;
      position: absolute;}
      .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
        opacity: 0; }
      .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
        transform: rotate(45deg); }
      .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
        transform: rotate(-45deg); }
  @media (min-width: 0px) and (max-width: 767px) {
	  .navbar-default .dropdown-menu > li .dropdown-toggle .caret {
		  margin:13px 10px 0 0;
		 }
		 .navbar-default .dropdown-menu > li .dropdown-toggle .caret:before {
			 height:27px;
			}
    .navbar-default .navbar-collapse {
      background: #231f20;
      border: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 15px;
      width: 100%;
      height: 100vh;
      max-height: none; }
      .navbar-default .navbar-collapse.collapsing + .btn-basket, .navbar-default .navbar-collapse.in + .btn-basket {
        background-image: url(../img/ic-bottle-white.png);
        color: #ffffff; }}
  .navbar-default .btn-basket {
    position: fixed;
    z-index: 2;
    right: 80px;
    top: 28px;
    line-height: 39px;
    height: 39px;
    width: 46px;
    display: block;
    text-align: right;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    background: url(../img/ic-bottle.png) no-repeat;
    background-size: 11px 39px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0; } }
/*************
*   Home   *
**************/
.home-slider {
  padding-top: 0; }
  .home-slider .swiper-slide.slide-01 {
    background-image: url(../img/slides/01.jpg); }
  .home-slider .swiper-slide.slide-02 {
    background-image: url(../img/slides/02.jpg); }
    @media (min-width: 0px) and (max-width: 767px) {
      .home-slider .swiper-slide.slide-02 {
        background-position: top left !important; } 
		.navbar-default .btn-basket {
			background-size:10px 30px;
			height:30px;
			top:25px;
			right:65px;
			width:32px;
		}
		.navbar-default .btn-basket span {
			font-size:15px;
			position:static;
		}
	}
  .home-slider .swiper-container {
    height: 100%; }
    .home-slider .swiper-container .swiper-wrapper {
      height: inherit; }
      .home-slider .swiper-container .swiper-wrapper .swiper-slide {
        height: inherit;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
		background-color:black;
        /*@include target-xs-ms {
            background-position: left top;
            background-size: 480px auto;
        }*/ }
        @media (min-width: 0px) and (max-width: 767px) {
          .home-slider .swiper-container .swiper-wrapper .swiper-slide {
            background-size:160%;
            background-position: top center;
			background-color:black; } }
  .home-slider .caption {
    display: table;
    width: 100%;
    height: 100%;
    color: #ffffff; }
    .home-slider .caption > div {
      display: table-cell;
      vertical-align: bottom;
      width: 100%;
      padding: 40px;
      background: rgba(0, 0, 0, 0.4); }
  @media (min-width: 0px) and (max-width: 767px) {
    .home-slider .caption {
      margin-top: 50%; }
	  .home-slider .caption > div {
		  padding:20px 15px;
		}
      .home-slider .caption > div:nth-child(2) {
        display: none; }
      .home-slider .caption h2 {
        font-size: 18px;
        margin: 0;
        padding-bottom: 30px;
        position: relative; }
        .home-slider .caption h2:after {
          position: absolute;
          z-index: -1;
          left: -40px;
          bottom: -420px;
          height: 400px;
          width: calc(100% + 80px);
          content: "";
          background: #000000; }
        .home-slider .caption h2 span {
          display: block;
          font-size: 170%; }
      .home-slider .caption p {
        margin-bottom:20px;
        font-size: 14px;
        line-height: 140%; }
      .home-slider .caption .btn {
        border: 1px solid #ffffff;
        margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .home-slider .caption > div {
      vertical-align: middle;
      width: 50%;
      height: 100%;
      padding: 80px; }
      .home-slider .caption > div:nth-child(2) {
        background: rgba(0, 0, 0, 0.1); }
    .home-slider .caption h2 {
      font-size: 45px;
      margin: 0; }
      .home-slider .caption h2 span {
        display: block;
        font-size: 200%; }
    .home-slider .caption p {
      margin: 40px 0;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      background: #ffffff; } }

/***************
*   Swiper   *
****************/
.swiper-global {
  position: relative;
  height: 100%; }
  @media (min-width: 1200px) {
    .swiper-global .swiper-button-prev {
      left: -107px; }
    .swiper-global .swiper-button-next {
      right: -107px; } }

.swiper-container {
  height: 100%; }
  .swiper-container.bottom-navigation .swiper-button-prev,
  .swiper-container.bottom-navigation .swiper-button-next {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    margin: 0 0 0 -97px; }
  .swiper-container.bottom-navigation .swiper-button-next {
    margin-left: 20px; }
  .swiper-container.bottom-navigation.right .swiper-button-prev,
  .swiper-container.bottom-navigation.right .swiper-button-next {
    bottom: 20px;
    margin-left: 15px; }
  .swiper-container.bottom-navigation.right .swiper-button-next {
    margin-left: 127px; }

.swiper-button-prev,
.swiper-button-next {
  width: 77px;
  height: 22px;
  background: url(../img/ic-arrow-left.png) no-repeat; }

.swiper-button-next {
  background-image: url(../img/ic-arrow-right.png); }

.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 75px;
  bottom: 65px;
  text-align: left; }
  @media (min-width: 0px) and (max-width: 767px) {
    .swiper-container-horizontal > .swiper-pagination-bullets {
      left: 35px;
      bottom: 35px; } }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
    top: -2px; }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      /*top: 0;*/ }

.swiper-container-horizontal > .swiper-pagination-vertical,
.swiper-container-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 40px;
  bottom: 50%;
  transform: translateY(50%); }
  .swiper-container-horizontal > .swiper-pagination-vertical .swiper-pagination-bullet,
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 22px 0;
    left: 2px;
    display: block; }
    .swiper-container-horizontal > .swiper-pagination-vertical .swiper-pagination-bullet label,
    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet label {
      white-space: nowrap;
      font-family: "Oswald", sans-serif;
      font-size: 12px;
      font-weight: 300;
      color: #8d8c8c;
      text-transform: uppercase;
      padding-left: 25px;
      position: absolute;
      left: 0px;
      top: -9px;
      cursor: pointer;
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
    .swiper-container-horizontal > .swiper-pagination-vertical .swiper-pagination-bullet:hover label, .swiper-container-horizontal > .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active label,
    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:hover label,
    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active label {
      color: #000000; }

.swiper-pagination-bullet {
  background-color: #000000;
  width: 5px;
  height: 5px;
  opacity: 1;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .swiper-pagination-bullet:hover label {
    color: #231f20; }
  .swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 10px;
    width: 10px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #ffffff; }
    @media (min-width: 768px) {
      .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        background: #000000; } }

.swiper-pagination.light .swiper-pagination-bullet {
  background-color: #ffffff; }

.inner-slider {
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .inner-slider .swiper-button-prev,
  .inner-slider .swiper-button-next {
    bottom: 0px;
    margin: 0 0 0 -97px; }
  .inner-slider .swiper-button-next {
    margin-left: 20px; }

/***************
*   Sections   *
****************/
section {
  position: relative;
  padding-top: 40px; }
  @media (min-width: 768px) {
    section {
      padding-top: 80px; } }
  @media (min-width: 768px) {
    .home section {
      min-height: calc(100vh - 139px);
      /* navbar height - margin */ }
      .home section.has-slider {
        height:calc(100vh - 139px);
        /* we need to specify a value so inner elements can have 100% height */ } }
  section.inner .container-fluid {
    max-width: 880px;
    margin: 0 auto; }
	
	section.inner .container-fluid ol, ul {
    list-style-image: url(../img/ic-arrow-sm.png);
    padding-left: 30px;
    margin-left: 0;
}
	section.inner .container-fluid li {
    padding-left: 12px;
}

	
    section.inner .container-fluid.container-products {
      max-width: 1054px; }
    section.inner .container-fluid.container-list {
      max-width: 1384px; }
  section.highlight {
    background-image: url(../img/slides/02.jpg);
    color: #ffffff; }
    @media screen and (min-height: 940px) {
      section.highlight {
        position: relative; }
        section.highlight > div:first-child {
          position: absolute;
          left: 0;
		  right:0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%); } }
    @media (min-width: 0px) and (max-width: 767px) {
      section.highlight {
        background-size: 120%;
        background-color: #000000;
        background-position: left top !important; }
        section.highlight .container-fluid {
          padding-left:15px;
          padding-right:15px; }
        section.highlight .stamp {
          margin: 40px auto;
          display: block; }
		  .inner-slider {margin-bottom:15px;padding-bottom:35px;}}
  section.range-slider {
    padding-top: 0; }
    @media (min-width: 0px) and (max-width: 767px) {
      section.range-slider .swiper-pagination {
        display: none; } }
    section.range-slider .swiper-slide {
      padding-top: 80px;
      background: no-repeat 25% center; }
      @media (min-width: 0px) and (max-width: 767px) {
		 .swiper-slide  img + .title {
			 font-size:20px
			}
		   .swiper-slide .title span {
			 font-size:150%;
		}
		  
        section.range-slider .swiper-slide {
          padding-left:0;
          padding-right:0;
		  padding-top:40px;
          padding-bottom: 40px;
          background-size: 400px;
          background-position: -80px 15px; }
		  section.range-slider .swiper-slide .floating-images img, section.range-slider .swiper-slide .floating-images img:nth-child(1) {
			    max-width: 50%;
				width: auto;
				height: auto;
				max-height: 180px;
			 } 
		section.range-slider .swiper-slide .container-fluid .vertical-align > div{
			padding-left:45%;
			padding-bottom:50px;
			position:relative
		}
		section.range-slider .swiper-slide .container-fluid .vertical-align > div > a.btn{
			position:absolute;
			left:0;
			right:0;
			margin:auto;
		} 
		section.range-slider .swiper-slide .container-fluid .vertical-align p.text-md {
			width: 180%;
			margin-left: -80%;
		} 
			}
      @media screen and (min-height: 800px) {
        section.range-slider .swiper-slide {
          padding-top: 0px; }
          section.range-slider .swiper-slide .container-fluid {
            height: 100%; }
            section.range-slider .swiper-slide .container-fluid > div {
              height: 100%; }
              section.range-slider .swiper-slide .container-fluid > div > div {
                height: 100%; }
          section.range-slider .swiper-slide .vertical-align {
            display: table;
            width: 100%;
            height: 100%; }
            section.range-slider .swiper-slide .vertical-align > div {
              display: table-cell;
              height: 100%;
              vertical-align: middle; } }
      section.range-slider .swiper-slide .floating-images {
        position: absolute;
        top: 0;
        left: 0; 
		right:0;}
        section.range-slider .swiper-slide .floating-images img {
          position: absolute;
          top: 0;
          left: 0; }
        section.range-slider .swiper-slide .floating-images img:nth-child(1) {
          animation: bounce 25s infinite; }
        section.range-slider .swiper-slide .floating-images img:nth-child(2) {
          animation: bounce 33s infinite; }
        section.range-slider .swiper-slide .floating-images img:nth-child(3) {
          animation: bounce 14s infinite; }
        @media (min-width: 992px) and (max-width: 1199px) {
          section.range-slider .swiper-slide .floating-images {
            left: 10%; } }
        @media (min-width: 1200px) {
          section.range-slider .swiper-slide .floating-images {
            left: 15%; } }
    @media (min-width: 0px) and (max-width: 767px) {
      section.range-slider .swiper-container.bottom-navigation .swiper-button-prev,
      section.range-slider .swiper-container.bottom-navigation .swiper-button-next {
        left: 10%;
        top: 75%;
        bottom: auto;
        margin: 0; }
      section.range-slider .swiper-container.bottom-navigation.right .swiper-button-prev,
      section.range-slider .swiper-container.bottom-navigation.right .swiper-button-next {
	   top:31%; }
      section.range-slider .swiper-container.bottom-navigation.right .swiper-button-next {
        margin-top:40px} }
    @media (min-width: 768px) {
      section.range-slider .swiper-container.bottom-navigation .swiper-button-prev,
      section.range-slider .swiper-container.bottom-navigation .swiper-button-next {
        left: 50%;
        top: auto;
        bottom: 40px;
        margin-left: 15px; }
      section.range-slider .swiper-container.bottom-navigation.right .swiper-button-prev,
      section.range-slider .swiper-container.bottom-navigation.right .swiper-button-next {
        bottom: 30px; }
      section.range-slider .swiper-container.bottom-navigation.right .swiper-button-next {
        margin-left: 127px; } }

/**************
*   Accordion   *
***************/
.panel {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0; }

.panel-body {
  padding: 35px 20px;
  font-size: 14px; }
  .panel-body p:last-child {
    margin-bottom: 0; }

.panel-default > .panel-heading {
  border: 0;
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .panel-default > .panel-heading a {
    height: 72px;
    line-height: 20px;
    padding: 26px 20px;
    display: block;
    background-color: #edebeb;
    position: relative; }
    .panel-default > .panel-heading a:after {
      position: absolute;
      right: 22px;
      top: 50%;
      content: "\f3d7";
      font-family: "Ionicons";
      font-size: 38px;
      color: #e6ba66;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
    .panel-default > .panel-heading a:hover {
      opacity: .8; }
    .panel-default > .panel-heading a[aria-expanded="true"] {
      background-color: #e6ba66; }
      .panel-default > .panel-heading a[aria-expanded="true"]:after {
        color: #ffffff;
        content: "\f3d4"; }
  .panel-default > .panel-heading .panel-title {
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    text-transform: uppercase; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

/**************
*   Map   *
***************/
@media (min-width: 0px) and (max-width: 767px) {
  .regions {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 768px) {
  .regions {
    padding-left: 60px; } }
.regions .title {
  font-size: 44px;
  display: inline-block;
  margin-top: 0; }
  @media (min-width: 0px) and (max-width: 767px) {
    .regions .title {
      display: block; }
      .regions .title + ul {
        height: 70px;
        margin-bottom: 40px; }
        .regions .title + ul li {
          width: 50%;
          float: left; }
          .regions .title + ul li:last-child {
            padding-right: 0; }
          .regions .title + ul li .btn {
            display: block; } 
			.regions .regions-list.pull-down {
				margin-top:50px !important;	
			}}
.regions .btn-lg + .btn-lg {
  margin-left: 15px; }
.regions .regions-list {
  margin-top: 40px; }
  .regions .regions-list.pull-down {
    margin-top: 160px; }
  .regions .regions-list > ul {
    display: inline-block; }
    .regions .regions-list > ul + ul {
      margin-left: 30px; }
  .regions .regions-list li {
    margin: 3px 0;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #a3a3a3; }
    .regions .regions-list li h2 {
      display: inline;
      font-family: inherit;
      font-size: inherit;
      color: inherit;
      margin: 0; }
      .regions .regions-list li a {
        color: inherit;
      }
      .regions .regions-list li a span {
        width: 20px;
        display: inline-block; }
      .regions .regions-list li a.selected, .regions .regions-list li a.active, .regions .regions-list li a:hover {
        color: #000000; }
.regions .map {
  padding: 10px 0 40px;
  text-align: center;
  clear: both; }
.regions svg {
  height: 690px;position:relative; }
  .regions img.relevo {
 	 height: 690px;position:absolute;opacity:.5 }
  @media (min-width: 0px) and (max-width: 479px) {
    .regions svg {
      max-width: 250px;
      height: auto; } 	
	 .regions img.relevo {
 	 max-width: 250px;
	     width: calc(100% - 30px);
      height: auto;
	  left:0;right:0;
	  margin:auto; }
	  .regions .regions-list > ul + ul {margin-left:0;}
	  
	  .regions .regions-list {margin-top:0;}
	  .regions .regions-list > ul {margin:0;}
	 }

	.regions svg text, .regions svg [data-region] path {
		position: relative;
		cursor: pointer;
		-webkit-transition: all ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s;
		-ms-transition: all ease-in-out 0.3s;
		-o-transition: all ease-in-out 0.3s;
		transition: all ease-in-out 0.3s; 
	}
	.regions svg text {
		stroke:black;
		font-size: 16px;
    	font-family: "Oswald", sans-serif;
		pointer-events:none;
	} 
	.regions svg [data-region] path {
		opacity:.5;
	}
	
    .regions svg text.selected, .regions svg text.active, .regions svg text:hover {
		stroke:white;
		fill:white;
	}
	.regions svg g[data-region].selected path, .regions svg g[data-region].active path, .regions svg g[data-region]:hover path {
		opacity: .75;
	}
	
	.regions .region-name {
		text-align: center;
		font-size: 24px;
		margin-bottom: 25px;
	}
	
	/* SVG PATHS */
	
	.regions svg #alentejo {
		fill: #CB9B46;	
	}
	.regions svg #alentejo.selected path, .regions svg #alentejo.active path, .regions svg #alentejo:hover path {
		fill: #D8954A; 
	}
	.regions .region-name.alentejo span {
		color: #D8954A;
	}
	
	.regions svg #setubal path {
		fill: #7BBAC1;
	}
	.regions svg #setubal.selected path, .regions svg #setubal.active path, .regions svg #setubal:hover path {
		fill: #509DA9;
	}
	.regions .region-name.peninsula-de-setubal span {
		color: #509DA9;
	}
	
	.regions svg #lisboa path {
		fill: #BF7F82;
	}
	.regions svg #lisboa.selected path, .regions svg #lisboa.active path, .regions svg #lisboa:hover path {
		fill: #B2696A;
	}
	.regions .region-name.lisboa span {
		color: #B2696A;
	}
	
	.regions svg #colares path {
		fill: #EDA2A2;
	}
	.regions svg #colares.selected path, .regions svg #colares.active path, .regions svg #colares:hover path {
		fill: #D99B9A;
	}
	.regions .region-name.colares span {
		color: #D99B9A;
	}
	
	.regions svg #bucelas path {
		fill: #EDA2A2;
	}
	.regions svg #bucelas.selected path, .regions svg #bucelas.active path, .regions svg #bucelas:hover path {
		fill: #D99B9A;
	}
	.regions .region-name.bucelas span {
		color: #D99B9A;
	}
	
	.regions svg #tejo path {
		fill: #755150;
	}
	.regions svg #tejo.selected path, .regions svg #tejo.active path, .regions svg #tejo:hover path {
		fill: #5B3837;
	}
	.regions .region-name.tejo span {
		color: #5B3837;
	}
	
	.regions svg #beira_interior path {
		fill: #C46C5C;
	}
	.regions svg #beira_interior.selected path, .regions svg #beira_interior.active path, .regions svg #beira_interior:hover path {
		fill: #B55E48;
	}
	.regions .region-name.beira-interior span {
		color: #B55E48;
	}
	
	.regions svg #bairrada path {
		fill: #3E4493;	
	}
	.regions svg #bairrada.selected path, .regions svg #bairrada.active path, .regions svg #bairrada:hover path {
		fill: #353687; 
	}
	.regions .region-name.bairrada span {
		color: #353687;
	}
	
	.regions svg #dao path {
		fill: #82514D;
	}
	.regions svg #dao.selected path, .regions svg #dao.active path, .regions svg #dao:hover path {
		fill: #774541;
	}
	.regions .region-name.dao span {
		color: #774541;
	}
	
	.regions svg #tavora path {
		color: #A07D58;
	}
	.regions svg #tavora.selected path, .regions svg #tavora.active path, .regions svg #tavora:hover path {
		color: #A07D58;
	}
	.regions .region-name.tavora-varosa span {
		color: #A07D58;
	}
	
	.regions svg #douro path {
		color: #7B7353;
	}
	.regions svg #douro.selected path, .regions svg #douro.active path, .regions svg #douro:hover path {
		color: #706B4A;
	}
	.regions .region-name.porto-e-douro span {
		color: #706B4A; 
	}
	
	.regions svg #minho path {
		color: #BFB36F;
	}
	.regions svg #minho.selected path, .regions svg #minho.active path, .regions svg #minho:hover path {
		color: #AEA664;
	}
	.regions .region-name.minho span {
		color: #AEA664;	
	}
	
	
.regions .wines-list > ul > li {
  position: relative; }
  .regions .wines-list > ul > li:last-child:after, .regions .wines-list > ul > li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(208, 207, 207, 0) 0%, #d0cfcf 20%, #d0cfcf 80%, rgba(208, 207, 207, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(208, 207, 207, 0) 0%, #d0cfcf 20%, #d0cfcf 80%, rgba(208, 207, 207, 0) 100%);
    background: linear-gradient(to right, rgba(208, 207, 207, 0) 0%, #d0cfcf 20%, #d0cfcf 80%, rgba(208, 207, 207, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0cfcf', endColorstr='#00d0cfcf',GradientType=1 ); }
  .regions .wines-list > ul > li:last-child:after {
    top: auto;
    bottom: 0; }
  .regions .wines-list > ul > li > div {
    text-align: center; }
    @media (min-width: 768px) {
      .regions .wines-list > ul > li > div {
        display: table; } 


		.regions .wines-list ul.list-inline li:nth-child(3n+4) {
			clear: both;
		}
		.regions .wines-list ul.list-inline li{float: left;width: 85px}
}
    .regions .wines-list > ul > li > div > div {
      height: 100%;
      vertical-align: middle;
      padding: 30px 0; }
      @media (min-width: 768px) {
        .regions .wines-list > ul > li > div > div {
          display: table-cell;
          padding: 30px;
		  vertical-align: top;}
          .regions .wines-list > ul > li > div > div:first-child {
            border-right: 1px solid #d0cfcf;
            padding-left: 0;padding-top: 115px } }
      .regions .wines-list > ul > li > div > div ul li {
        margin-left: 15px; margin-bottom:30px;margin-right: 15px}
        @media (min-width: 0px) and (max-width: 479px) {
          .regions .wines-list > ul > li > div > div ul li + li {
            margin-left: 10px; } }
      .regions .wines-list > ul > li > div > div ul li a {
        position: relative;
        display: block; }
        @media (min-width: 0px) and (max-width: 479px) {
          .regions .wines-list > ul > li > div > div ul li a img {
            width: 50px;
            height: auto; } }
        .regions .wines-list > ul > li > div > div ul li a:hover {
          opacity: .7; }
        .regions .wines-list > ul > li > div > div ul li a span {
          color: #777676;
          font-family: 'Oswald', sans-serif;
          font-size: 12px;
          text-transform: uppercase;
          writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          transform: rotate(-180deg);     position: absolute;
    right: -30px;
    bottom: 20px;}
          .regions .wines-list > ul > li > div > div ul li a span:before {
            width: 6px;
            height: 6px;
            position: absolute;
            content: "";
                left: 7px;
    top: -11px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%); }
          .regions .wines-list > ul > li > div > div ul li a span.white:before {
            background: #f8e38b; }
          .regions .wines-list > ul > li > div > div ul li a span.red:before {
            background: #7f2c4d; }
          .regions .wines-list > ul > li > div > div ul li a span.pink:before {
            background: #d3728f; }
		 .regions .wines-list > ul > li > div > div ul li a span.green:before {
            background: #94c994; }

.range {
  margin-top: 40px; }
  .range.remove {
    visibility: hidden; }
  .range a {
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #a3a3a3;
    position: relative;
    padding-left: 25px; }
    .range a:before {
      position: absolute;
      content: "";
      left: 3px;
      top: 50%;
      height: 5px;
      width: 5px;
      background: #000000;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
    .range a:hover, .range a.active {
      color: #000000; }
    .range a.active:before {
      border: 5px solid transparent; }
	  
	  @media (min-width: 0px) and (max-width: 767px) {
		 .range.remove {
    	display:none }
	  }

/*************
*   Contacts   *
**************/
#map-canvas {
  width: 100%;
  height: 520px; }

.contacts .email,
.contacts .telephone {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 28px;
  display: block;
  letter-spacing: 1px;
  margin: 40px 0; }
.contacts .email {
  font-size: 16px;
  text-transform: uppercase; }
  .contacts .email a {
    color: #e6ba66; }
    .contacts .email a:hover {
      color: inherit; }

address {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 165%; }
  address span {
    text-transform: uppercase; }
  address h2 {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
  margin: 0; }

/*************
*   News   *
**************/
.news-list {
  /*@include target-xs-ms {
      .title {
          font-size: 26px;
      }
  }*/ }
  @media (min-width: 992px) {
    .news-list > li > .row {
      display: table;
      height: 342px; }
      .news-list > li > .row > div {
        float: none;
        display: table-cell;
        vertical-align: top;
        height: 100%;
        position: relative; }
        .news-list > li > .row > div .btn {
          position: absolute;
          left: 15px;
          bottom: 0; }
    .news-list img {
      float: left; } }
  .news-list p {
    font-size: 90%;
    line-height: 140%; }
  .news-list > li + li {
    margin-top: 80px; }

/*************
*   Footer   *
**************/
footer {
  background: #f6f4f4;
  text-align: center;
  color: #8d8c8c;
  font-size: 12px;
  padding: 40px 0;
  margin-top: 100px; }
  .home footer, .no-footer-margin footer {
    margin-top: 0; }
  footer > div {
    margin: 15px 0; }
  footer > div h3 {
    display: inline;
    font-family: inherit;
    font-size: inherit; }
  footer a {
    color: #231f20; }
    footer a:hover {
      color: #8d8c8c; }
  footer .social {
    height: 32px; }
    footer .social a {
      width: 32px;
      height: 32px;
      padding: 5px;
      display: inline-block;
      text-align: center; }
      footer .social a:hover {
        transform: scale(0.94); }

@media (min-width: 0px) and (max-width: 767px) {
	footer {
		margin-top:30px;
	}
}

/**************
*   Products   *
***************/
.product-list .product-item {
  max-width: 260px;
  margin: 0 auto; }
  .product-list .product-item img {
    margin-bottom: 15px; }
  .product-list .product-item .price {
    font-size: 24px;
    font-family: "Abril Fatface", cursive;
    text-align: right;
    top: -3px;
    position: relative; }
    .product-list .product-item .price span {
      font-size: 70%;
      margin-bottom: 8px; }
.product-list:not(.product-slider) .product-item {
  margin: 47px auto; }
.product-list .product-buy form {
  margin-top: 11px; }
  .product-list .product-buy form .btn {
    padding: 0;
    height: 48px;
    width: 26px;
    font-size: 26px;
    color: #e6ba66;
    background: transparent; }
  .product-list .product-buy form .form-control {
    text-align: center;
    border: 0;
    background: 0;
    width: 25px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    position: relative;
    top: 3px; }
  @media (min-width: 0px) and (max-width: 767px) {
    .product-list .product-buy form .form-group {
      display: inline-block;
      position: relative;
      top: -10px; }
      .product-list .product-buy form .form-group .form-control {
        top: 5px; }
		.product-list .product-item .price {text-align:left;margin-top:20px;} }
.product-list .product-details {
  font-size: 13px;
  line-height: inherit; }

.product-buy .price {
  font-family: "Abril Fatface", cursive;
  font-size: 36px;
  padding-bottom:3px; }
  .product-buy .price span {
    font-size: 65%;
    text-decoration: line-through;
    display: block;
    margin-bottom: 12px; }
.product-buy form {
  position: relative;
  top: 5px; }
  .product-buy form .btn {
    padding: 0;
    height: 48px;
    width: 30px;
    font-size: 36px;
    color: #e6ba66;
    background: transparent; }
  .product-buy form .form-control {
    text-align: center;
    border: 0;
    background: 0;
    width: 36px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    position: relative;
    top: 3px;
    font-size: 18px; }

.product-details {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 180%;
  margin-bottom: 30px; }
  .product-details span {
    color: #a3a3a3; }
  .product-details ul {
    margin-bottom: 0; }
  .product-details .row {
    display: table;
    width: 100%;
    margin: 0; }
    .product-details .row > div {
      display: table-cell;
      padding: 0;
      height: 100%;
      float: none;
	  vertical-align:bottom; }
      .product-details .row > div:nth-child(2) {
        vertical-align: bottom;
        text-align: right; }
  @media (min-width: 0px) and (max-width: 767px) {
    .product-details .quantity .form-group {
      margin-bottom: 0;
      display: inline-block; }
      .product-details .quantity .form-group .form-control {
        top: 7px; }
		.product-list .product-details {
			margin-bottom:20px;
		}
		.product-list .product-details ul li {padding:0 !important;} }

.product-img-column {
  margin-top: 60px; }
  @media (min-width: 768px) {
    .product-img-column {
      margin-top: -30px; } }
  .product-img-column > a {
    display: block; }
    .product-img-column > a .zoom-icon {
      position: fixed;
      z-index: 2;
      background: url(../img/ic-zoom.png) no-repeat;
      width: 57px;
      height: 57px;
      opacity: 0;
      -webkit-transition: opacity ease-in-out 0.3s;
      -moz-transition: opacity ease-in-out 0.3s;
      -ms-transition: opacity ease-in-out 0.3s;
      -o-transition: opacity ease-in-out 0.3s;
      transition: opacity ease-in-out 0.3s; }
    .product-img-column > a:hover .zoom-icon {
      opacity: 1; }

.product-view-details {
  padding: 40px 20px; }
  @media (min-width: 1200px) {
    .product-view-details {
      padding: 50px 40px; } }
  .product-view-details > div + .btn {
    margin-top: 40px; }
  .product-view-details .stock-info {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }

.table.prizes {
  width: auto;
  margin-bottom: 0; }
  .table.prizes tbody td {
    border: 0; }

.btn-minus:hover,
.btn-plus:hover {
  opacity: .5; }

.filters {
  background: #ffffff;
  padding: 40px 30px;
  margin-bottom: 40px; }
  
	.toggle_filter {
		padding: 10px 30px;
		background: white;
		position:relative;
	}
	.toggle_filter::before {
		content:"";
		height:0;width:0;
		position:absolute;
		border-top:4px solid black;
		border-left:4px solid transparent;
		border-right:4px solid transparent;
		top:0;bottom:0;
		right:30px;
		margin:auto;
	}
	.toggle_filter span {
		font-family: "Oswald";
		text-transform: uppercase;
		line-height: 2;
		color: #444;
		line-height: 28px;
		font-size: 13px; 
	}
  @media (min-width: 768px) {
    .filters {
      margin-right: 40px; } }
	  section.inner .filters li {padding:0;}
  .filters .heading:not(.no-border) {
    padding-bottom: 20px;
    margin: 0 0 15px;
    border-bottom: 1px solid #edebeb; }
  .filters .heading:not(:first-child) {
    margin-top: 22px; }
  .filters .btn {
    margin-top: 40px; }
  .filters .price-range {
    opacity: 0; }
  .filters .range-container {
    margin-top: -10px; }
    .filters .range-container label {
      margin-top: 5px;
      text-align: center;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-size: 12px;
      font-weight: 400;
      display: block; }

.downloads {
  padding-top: 10px; }
  .downloads li {
    border-bottom: 1px solid #edebeb; }
    .downloads li:first-child {
      border-top: 1px solid #edebeb; }
    .downloads li a {
      padding: 20px 45px 20px 0;
      line-height: 20px;
      display: block;
      position: relative;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-size: 15px;
      font-weight: 400; }
      @media (min-width: 768px) {
        .downloads li a {
          line-height: 30px; } }
      .downloads li a:hover {
        color: #e6ba66; }
      .downloads li a:after {
        position: absolute;
        right: 0px;
        top: 20px;
        content: url(../img/ic-pdf.png); }
        @media (min-width: 768px) {
          .downloads li a:after {
            right: 20px; } }

	@media (min-width: 0px) and (max-width: 767px) {
		.filters {
			height:0;
			padding:0;
			overflow:hidden;
			margin-bottom:20px;
		}
		.filters.open {
			height:auto;
			padding:20px 30px;
		}
		
		section.inner .filters ul {
			margin:0 -10px;
			font-size:0;
		}
		
		section.inner .filters li {
			padding:0 10px;
			width:50%;
			display:inline-block;
			vertical-align:top;
		}
		section.inner .filters input[type="checkbox"] + label {
			line-height:1.5;
			padding-left:25px;
		}
		section.inner .filters input[type="checkbox"] + label::before {
			top:3px;
		}
		section.inner .filters input[type="checkbox"] + label::after {
			top:7px;
		}
		
		.product-view-details > div + .btn {margin-top:20px;}
		
		.product-view-details .stock-info {
			margin-bottom:0;
			font-size:13px;
		}
		
		.product-buy form .btn {
			font-size:30px;
			width:30px;
			height:40px;
		}
		.product-buy form .form-control {
			height:40px;
		}
		
		.product-buy .price {font-size:30px;} 
		
		.product-view-details {padding:20px;margin:0;}
		
		.product-buy form {position:relative;top:1px}
	}

/**************
*   Forms   *
***************/
label {
  font-family: "Oswald", sans-serif;
  font-weight: 400; }

.form-control {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  color: #231f20;
  /*border-color: $gray-lighter2;*/
  border-color: #e6ba66;
  padding: 28px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    outline: 0;
    border-color: #d0cfcf; }

.search-control {
  position: relative;
  padding: 11px 64px 11px 30px;
  height: 54px;
  border-color: #edebeb; }
  .search-control:active, .search-control:focus {
    border-color: #edebeb; }
  @media (min-width: 0px) and (max-width: 479px) {
    .search-control {
      margin-top: 20px; } }
  .search-control + button {
    position: absolute;
    right: 32px;
    top: 0;
    background: none;
    border: 0;
    width: 48px;
    height: 100%;
    font-size: 20px; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    color: #d0cfcf;
    padding-left: 33px;
    margin-bottom: 13px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    input[type="checkbox"] + label:hover {
      opacity: .7; }
    input[type="checkbox"] + label:after, input[type="checkbox"] + label:before {
      position: absolute;
      content: "";
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
    input[type="checkbox"] + label:before {
      left: 0;
      top: 0;
      width: 13px;
      height: 13px;
      border: 1px solid #a3a3a3; }
  input[type="checkbox"]:checked + label {
    color: #231f20; }
    input[type="checkbox"]:checked + label:after {
      width: 5px;
      height: 5px;
      left: 4px;
      top: 4px;
      background: #231f20; }

/**************
*   Pagination   *
***************/
.pagination {
  margin: 0; }
  .pagination > li > a,
  .pagination > li > span {
    padding: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-color: #e6ba66 !important;
    margin: 0 5px;
    color: #231f20;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important; }
    .pagination > li > a:active, .pagination > li > a:focus, .pagination > li > a:hover,
    .pagination > li > span:active,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
      background-color: #e6ba66;
      color: #231f20; }
    .pagination > li > a em,
    .pagination > li > span em {
      font-size: 28px;
      line-height: 48px; }
  .pagination > li > span {
    background: none !important;
    border: 0 !important; }
  .pagination > li.active > a,
  .pagination > li.active > a:focus,
  .pagination > li.active > span {
    background-color: #e6ba66;
    color: #231f20; }
    .pagination > li.active > a:hover,
    .pagination > li.active > a:focus:hover,
    .pagination > li.active > span:hover {
      background-color: #e6ba66;
      color: #231f20; }
  .pagination > li.disabled {
    opacity: .7; }

/**************
*   Select2   *
***************/
select.select2 {
  opacity: 0; }

.select2-container {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  color: #231f20; }
  .select2-container:active, .select2-container:focus {
    outline: 0; }
  .select2-container .select2-selection--single {
    height: 54px;
    outline: 0;
    border-color: #edebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 11px 30px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 22px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #231f20; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e6ba66; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #e6ba66; }

.select2-dropdown {
  border-color: #edebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.select2-results__option {
  padding: 8px 30px; }

/**************
*   Generic   *
***************/
.sticky-social {
  position: fixed;
  z-index: 1901;
  top: 30%;
  left: 10px; }
  @media screen and (max-width: 1299px) {
    .sticky-social {
      display: none; } }
  @media screen and (min-width: 1480px) {
    .sticky-social {
      left: 30px; } }
  .sticky-social li + li {
    margin-top: 10px; }
  .sticky-social a:hover {
    opacity: .8; }

.sticky-stamp {
  position: fixed;
  z-index: 1901;
  top: 30%;
  right: 0;
  width: 97px;
  height: 105px;
  color: #231f20;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  line-height: 140%;
  padding: 10px 15px 15px;
  display: none;
  background: url(../img/ic-stamp-bg.png) no-repeat; }
  @media screen and (min-width: 1300px) {
    .sticky-stamp {
      display: table; } }
  .sticky-stamp > div {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }
  .sticky-stamp span {
    font-family: "Abril Fatface", cursive;
    font-size: 20px;
    display: block;
    margin-top: 5px; }

.text-success {
  color: #06a520; }

.list-inline {
  margin-left: -10px;
  overflow-x:hidden }
  .list-inline li {
    padding-left: 10px;
    padding-right: 10px; }

ol.list-styled,
ul.list-styled {
  list-style-image: url(../img/ic-arrow-sm.png);
  padding-left: 30px;
  margin-left: 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif; }
  ol.list-styled li,
  ul.list-styled li {
    margin: 6px 0;
    padding-left: 12px; }

ol.list-styled {
  list-style-image: none;
  color: #e6ba66; }
  ol.list-styled li span {
    color: #231f20; }

.btn-fwd,
.btn-return {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  display: inline-block;
  background: url(../img/ic-arrow-left.png) no-repeat 10px center;
  padding-left: 107px;
  line-height: 22px;
  white-space: nowrap; }
  .btn-fwd:hover,
  .btn-return:hover {
    background-position: 0 center; }

.btn-fwd {
  background: url(../img/ic-arrow-right.png) no-repeat 94% center;
  padding-left: 0;
  padding-right: 107px; }
  .btn-fwd:hover {
    background-position: 100% center; }

.breadcrumb {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  color: #e6ba66;
  background: none;
  padding: 0; }
  section.inner .breadcrumb li {
	 padding:0;}
  .breadcrumb > li a {
    color: #231f20; }
    .breadcrumb > li a:hover {
      color: #e6ba66; }
  .breadcrumb > li + li:before {
    color: #231f20; }

.page-title {
  font-size: 60px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative; }
  .page-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 185px;
    border-bottom: 2px dotted #000000; }
  .page-title small {
    display: block;
    color: inherit;
    font-size: 30%;
    margin-top: 15px; }

.page-title ~ p a {
  text-decoration: underline;
}
.page-title ~ p a:hover {
  text-decoration: none;
}

.inner-title {
  font-size: 38px;
  margin-bottom: 30px; }
  .inner-title small {
    margin-top: 10px;
    font-size: 47%;
    display: block;
    color: inherit; }

@media (min-width: 992px) {
  .inner-left {
    padding-right: 15px; }

  .inner-right {
    padding-left: 15px; } }
.spacer,
.spacer-md {
  height: 80px; }
  .spacer + h1, .spacer + h2, .spacer + h3, .spacer + h4, .spacer + h5,
  .spacer-md + h1,
  .spacer-md + h2,
  .spacer-md + h3,
  .spacer-md + h4,
  .spacer-md + h5 {
    margin-top: 0; }

.spacer-md {
  height: 40px; }

.scroll-indicator {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  height: 119px; }
  @media (min-width: 0px) and (max-width: 991px) {
    .scroll-indicator {
      padding: 20px 0 40px; }
	  .bounce {
 margin-bottom:20px; }
 .spacer, .spacer-md {height:30px;}  }
  @media (min-width: 768px) {
    .scroll-indicator {
      position: absolute;
      left: 50%;
      bottom: 20px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
	  
	  }
  @media (min-width: 1200px) {
    .scroll-indicator {
      bottom: 40px; } }

.btn-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22px;
  height: 37px;
  margin-top: 0px;
  background: url(../img/ic-arrow-down.png) no-repeat;
  background-position: bottom 40px center; }
  @media (min-width: 1200px) {
    .btn-scroll-down {
      height: 77px;
      margin-top: 10px;
      background-position: top -80px center; } }
  .btn-scroll-down:hover {
    opacity: .7; }

.bounce {
  animation: custom-bounce 5s infinite;
  transform-origin: center bottom; }

@keyframes custom-bounce {
  0% {
    background-position: bottom 40px center; }
  30%, 70% {
    background-position: bottom 0px center; }
  100% {
    background-position: bottom -80px center; } }
@media (min-width: 1200px) {
  @keyframes custom-bounce {
    0% {
      background-position: top -80px center; }
    30%, 70% {
      background-position: top 0px center; }
    100% {
      background-position: top 80px center; } } }
.text-md {
  font-size: 107%; }

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .cover.cover-left {
    background-position: left center; }

.bg-gray {
  background: #f6f4f4; }

.bg-gradient-light {
  background: #f6f4f4;
  background: -moz-linear-gradient(top, #f6f4f4 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f6f4f4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f4f4 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gray-lightest', endColorstr='$white',GradientType=0 ); }

.separator {
  margin: 60px 0;
  height: 1px;
  background: -moz-linear-gradient(left, rgba(208, 207, 207, 0) 0%, #d0cfcf 20%, #d0cfcf 80%, rgba(208, 207, 207, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(208, 207, 207, 0) 0%, #d0cfcf 20%, #d0cfcf 80%, rgba(208, 207, 207, 0) 100%);
  background: linear-gradient(to right, rgba(208, 207, 207, 0) 0%, #d0cfcf 20%, #d0cfcf 80%, rgba(208, 207, 207, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0cfcf', endColorstr='#00d0cfcf',GradientType=1 ); }

.v-align {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 0px) and (max-width: 767px) {
	.breadcrumb + img {
		max-width:200px;
		margin:0 auto;
		}
  .inner-content {
    padding-bottom: 50px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .inner-content {
    padding-left: 35px; } }
@media (min-width: 1200px) {
  .inner-content {
    padding-left: 80px; } }

/*************
*   Magnific popup   *
**************/
/*.mfp-content {
    &:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    }
}*/
.mfp-image-holder button.mfp-close,
.mfp-map button.mfp-close {
  width: 39px;
  height: 37px;
  right: 40px;
  top: 80px;
  background: url(../img/icons/close.png) no-repeat right;
  opacity: 1; }
  @media (min-width: 0px) and (max-width: 767px) {
    .mfp-image-holder button.mfp-close,
    .mfp-map button.mfp-close {
      position: fixed;
      width: 26px;
      height: 25px;
      background-size: 26px 25px;
      right: 20px;
      top: 20px; } }
  .mfp-image-holder button.mfp-close:hover, .mfp-image-holder button.mfp-close:focus, .mfp-image-holder button.mfp-close:active,
  .mfp-map button.mfp-close:hover,
  .mfp-map button.mfp-close:focus,
  .mfp-map button.mfp-close:active {
    background-image: url(../img/icons/close-white.png);
    opacity: 1; }

.mfp-arrow-left {
  opacity: 1;
  left: 40px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }
  @media (min-width: 0px) and (max-width: 767px) {
	  .page-title {
		  font-size:50px;
	}
	  
    .mfp-arrow-left {
      bottom: 0;
      top: auto;
      left: 20px;
      height: 45px;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; } }
  .mfp-arrow-left:after {
    content: " ";
    width: 100%;
    height: 100%;
    margin: 0;
    background: url(../img/icons/arrow-left.png) no-repeat left center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .mfp-arrow-left:hover:after, .mfp-arrow-left:focus:after, .mfp-arrow-left:active:after {
    background-image: url(../img/icons/arrow-left-white.png); }

.mfp-arrow-right {
  opacity: 1;
  right: 40px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }
  @media (min-width: 0px) and (max-width: 767px) {
    .mfp-arrow-right {
      bottom: 0;
      top: auto;
      right: 20px;
      height: 45px;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; } }
  .mfp-arrow-right:after {
    content: " ";
    width: 100%;
    height: 100%;
    margin: 0;
    background: url(../img/icons/arrow-right.png) no-repeat right center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .mfp-arrow-right:hover:after, .mfp-arrow-right:focus:after, .mfp-arrow-right:active:after {
    background-image: url(../img/icons/arrow-right-white.png); }

.mfp-counter {
  display: none; }

.mfp-iframe-holder .mfp-content {
  max-width: none; }

.mfp-figure figure:before {
  content: " ";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: calc(100% - 80px);
  background: url("../img/bg-blur-left.png") repeat-y left center;
  z-index: 1; }
  @media (min-width: 0px) and (max-width: 767px) {
    .mfp-figure figure:before {
      display: none; } }
.mfp-figure figure:after {
  content: " ";
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: calc(100% - 80px);
  background: url("../img/bg-blur-right.png") repeat-y right center;
  z-index: 1; }
  @media (min-width: 0px) and (max-width: 767px) {
    .mfp-figure figure:after {
      display: none; } }

@media (min-width: 0px) and (max-width: 767px) {
  .mfp-container {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 0px) and (max-width: 767px) {
  .mfp-bg {
    opacity: 1;
    filter: alpha(opacity=100); } }

.mfp-map button.mfp-close {
  top: 40px; }
  @media (min-width: 0px) and (max-width: 767px) {
    .mfp-map button.mfp-close {
      top: 20px; } }
.mfp-map .mfp-iframe-holder {
  padding: 40px; }
  @media (min-width: 0px) and (max-width: 767px) {
    .mfp-map .mfp-iframe-holder {
      padding: 0; } }
.mfp-map .mfp-content {
  height: 100%; }
.mfp-map .mfp-iframe-scaler {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden; }
  .mfp-map .mfp-iframe-scaler:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 500px;
    background: url("../img/bg-blur-map.png") repeat-y right center;
    z-index: 1; }
    @media (min-width: 0px) and (max-width: 767px) {
      .mfp-map .mfp-iframe-scaler:before {
        background-size: 140px 140px;
        width: 140px;
        height: 140px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

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


/*************************************/
/********** ALTERAÇÕES JOÃO **********/
/*************************************/





@keyframes bottle_bounce {
	0% {
  		transform:translateY(-50px);
	}
  	50%{ 
		transform:translateY(-20px);
	}
  	100% {
    	transform:translateY(-50px);
	}
}

.product-list .product-item img {
	max-height:433px;
	margin:0 auto;
}

.product-list .row {
	display:flex;
	flex-wrap:wrap;
}
.product-list .row::before, .product-list .row::after {
	content:normal;
}

section.range-slider .swiper-slide .floating-images img, section.range-slider .swiper-slide .floating-images img:nth-child(1) {
	transform:translateY(-50px);
	will-change:transform;
	animation: bottle_bounce 10s infinite;
}

@media (min-width: 768px) {
	.product-img-column {
		margin-top:0;
	}
}

@media(max-width:767px) {
	section.range-slider .swiper-slide .floating-images img, section.range-slider .swiper-slide .floating-images img:nth-child(1) {
		margin-top:50px;
	}
}

.product-img-column img {
	height:642px;
}

.product-list .product-details .row {
	align-items:flex-end;
}

.pagination > li > a {
  cursor:pointer;
  text-decoration: none !important;
}
.pagination > li.disabled {
	pointer-events:none;
}

.conteudo .container-fluid a {
	text-decoration:underline;
}
.conteudo .container-fluid a:hover {
	text-decoration:none;
}

.conteudo .container-fluid .breadcrumb > li a, .conteudo .container-fluid a.btn-fwd {
	text-decoration:none;
}
.marca_regiao_hide:first-of-type{display:block}
.marca_regiao_hide{display:none}

.selos{position: absolute;top: 60px;
    right: -18px;width:43px}

.regions .regions-list.pull-down .list-unstyled{-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;}


.product-list .selos{position: absolute;top: 18%;
    right: 30%;width:46px}
.product-list .selos img{margin-bottom:5px}

.product-img-column .selos{position: absolute;top: 16%;
    right: 28%;width:73px}
.product-img-column .selos img{margin-bottom:10px;height: auto;}


.product-list .selos.selos_relacionados {
    position: absolute;
    top: 14%;
    right: 27%;
    width: 46px;
}

 @media (min-width: 0px) and (max-width: 767px) {
	.container-products  .swiper-button-prev, .container-products .swiper-button-next {
		 top:100%;
		}
	 
	 .product-img-column {
		position:relative;
		margin-top:30px;
	}
	 
 	.product-list .product-item img{
		max-height:200px;
	}
	.product-img-column img  {max-height:240px}
	
	.product-list .selos {
		top:10%;
		right:27%;
		width:35px;
	}
	.product-list .selos img {
		width:100%;
	}
	
	.product-img-column .selos {
		width:40px;
		top:12%;
		right:35%;
	}
	.product-img-column .selos img {
		width:100%;
	}
	
	.product-list:not(.product-slider) .product-item {
		margin:20px auto;
	}
	
	.separator {
		margin:30px 0;
	}
	
	.pagination > li > a, .pagination > li > span {
		margin:5px !important;
	}
	.pagination {
		margin:-5px !important;
	}
 }


.bg_cookie{width:100%;height:auto;position:fixed;bottom:0;left:0;z-index:9999999999;font-size:16px;font-weight: 400;color: #000!important;display: block;background:#e6ba66;padding-top: 20px;padding-bottom:20px}

.bg_cookie a {color:#000;font-size:16px;font-weight:400;border-bottom:1px dotted #000}
.bg_cookie .btn_cookies {border:0;margin-left:30px;background:#000;color:#fff;font-size:16px;;font-weight:400}
.btn_cookies:hover{background:rgba(0,0,0,.5);color:#000}


/*********************************************/
/********** AGE VERIFICATION IFRAME **********/
/*********************************************/

html.lock,
body.lock {
  overflow: hidden;
}

iframe.age-verification {
  position: fixed;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 99999999999;
  background-color: white;
}