@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
	 HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
	 Base
	 ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
	 Links
	 ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
	 Typography
	 ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
	 Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
	 Figures
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
	 Forms
	 ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
	 Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.row {
  max-width: 1000px;
  margin: 0 auto; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.pad {
  padding-left: 20px;
  padding-right: 20px; }

.no-pad {
  padding-left: 0;
  padding-right: 0; }

.alpha {
  padding-left: 0; }

.omega {
  padding-right: 0; }

.col-1 {
  display: block;
  float: left;
  width: 8.33333%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

.col-2 {
  display: block;
  float: left;
  width: 16.66667%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

.col-3 {
  display: block;
  float: left;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

.col-4 {
  display: block;
  float: left;
  width: 33.33333%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

.col-5 {
  display: block;
  float: left;
  width: 41.66667%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

.col-6 {
  display: block;
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

.col-7 {
  display: block;
  float: left;
  width: 58.33333%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

.col-8 {
  display: block;
  float: left;
  width: 66.66667%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

.col-9 {
  display: block;
  float: left;
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

.col-10 {
  display: block;
  float: left;
  width: 83.33333%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

.col-11 {
  display: block;
  float: left;
  width: 91.66667%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

.col-12 {
  display: block;
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px; }

@media screen and (min-width: 320px) {
  .xxs-col-1 {
    display: block;
    float: left;
    width: 8.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xxs-col-2 {
    display: block;
    float: left;
    width: 16.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xxs-col-3 {
    display: block;
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xxs-col-4 {
    display: block;
    float: left;
    width: 33.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xxs-col-5 {
    display: block;
    float: left;
    width: 41.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xxs-col-6 {
    display: block;
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xxs-col-7 {
    display: block;
    float: left;
    width: 58.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xxs-col-8 {
    display: block;
    float: left;
    width: 66.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xxs-col-9 {
    display: block;
    float: left;
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xxs-col-10 {
    display: block;
    float: left;
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xxs-col-11 {
    display: block;
    float: left;
    width: 91.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xxs-col-12 {
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; } }

@media screen and (min-width: 480px) {
  .xs-col-1 {
    display: block;
    float: left;
    width: 8.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xs-col-2 {
    display: block;
    float: left;
    width: 16.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xs-col-3 {
    display: block;
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xs-col-4 {
    display: block;
    float: left;
    width: 33.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xs-col-5 {
    display: block;
    float: left;
    width: 41.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xs-col-6 {
    display: block;
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xs-col-7 {
    display: block;
    float: left;
    width: 58.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xs-col-8 {
    display: block;
    float: left;
    width: 66.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xs-col-9 {
    display: block;
    float: left;
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xs-col-10 {
    display: block;
    float: left;
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xs-col-11 {
    display: block;
    float: left;
    width: 91.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .xs-col-12 {
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; } }

@media screen and (min-width: 640px) {
  .s-col-1 {
    display: block;
    float: left;
    width: 8.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .s-col-2 {
    display: block;
    float: left;
    width: 16.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .s-col-3 {
    display: block;
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .s-col-4 {
    display: block;
    float: left;
    width: 33.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .s-col-5 {
    display: block;
    float: left;
    width: 41.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .s-col-6 {
    display: block;
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .s-col-7 {
    display: block;
    float: left;
    width: 58.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .s-col-8 {
    display: block;
    float: left;
    width: 66.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .s-col-9 {
    display: block;
    float: left;
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .s-col-10 {
    display: block;
    float: left;
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .s-col-11 {
    display: block;
    float: left;
    width: 91.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .s-col-12 {
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; } }

@media screen and (min-width: 800px) {
  .m-col-1 {
    display: block;
    float: left;
    width: 8.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .m-col-2 {
    display: block;
    float: left;
    width: 16.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .m-col-3 {
    display: block;
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .m-col-4 {
    display: block;
    float: left;
    width: 33.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .m-col-5 {
    display: block;
    float: left;
    width: 41.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .m-col-6 {
    display: block;
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .m-col-7 {
    display: block;
    float: left;
    width: 58.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .m-col-8 {
    display: block;
    float: left;
    width: 66.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .m-col-9 {
    display: block;
    float: left;
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .m-col-10 {
    display: block;
    float: left;
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .m-col-11 {
    display: block;
    float: left;
    width: 91.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .m-col-12 {
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; } }

@media screen and (min-width: 1000px) {
  .l-col-1 {
    display: block;
    float: left;
    width: 8.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .l-col-2 {
    display: block;
    float: left;
    width: 16.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .l-col-3 {
    display: block;
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .l-col-4 {
    display: block;
    float: left;
    width: 33.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .l-col-5 {
    display: block;
    float: left;
    width: 41.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .l-col-6 {
    display: block;
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .l-col-7 {
    display: block;
    float: left;
    width: 58.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .l-col-8 {
    display: block;
    float: left;
    width: 66.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .l-col-9 {
    display: block;
    float: left;
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .l-col-10 {
    display: block;
    float: left;
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .l-col-11 {
    display: block;
    float: left;
    width: 91.66667%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; }
  .l-col-12 {
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px; } }

.center-text, .text-center {
  text-align: center; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/../fonts/slick/slick.eot");
  src: url("./fonts/../../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../../fonts/slick/slick.woff") format("woff"), url("./fonts/../../fonts/slick/slick.ttf") format("truetype"), url("./fonts/../../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%) scale(1);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
  transition: all .1s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev:hover,
  .slick-next:hover {
    transform: translate(0, -50%) scale(1.2);
    transform-origin: center; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 65px;
    line-height: 50px;
    color: #ce232f;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "‹"; }
    [dir="rtl"] .slick-prev:before {
      content: "›"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "›"; }
    [dir="rtl"] .slick-next:before {
      content: "‹"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 8px;
        line-height: 20px;
        text-align: center;
        color: #b99b49;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ce232f;
      opacity: 0.75; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

textarea {
  resize: vertical; }

.ie8-and-below {
  background: black;
  color: white;
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #2c090f;
  font-family: 'Montserrat', sans-serif;
  color: #ede9e3; }

a {
  color: #ce232f;
  text-decoration: none;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  transition: color 0.35s; }
  a:hover, a:focus {
    -webkit-transition: color 0.08s;
    -moz-transition: color 0.08s;
    transition: color 0.08s;
    color: #fa424f;
    text-shadow: 0 0 5px rgba(250, 66, 79, 0.3); }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static; }

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed; }

.fixedsticky-dummy {
  display: none; }

.fixedsticky-on + .fixedsticky-dummy {
  display: block; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: rgba(255, 255, 255, 0.05);
  position: relative; }

.jspDrag {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }
  .jspDrag:hover, .jspDrag:focus {
    background: rgba(255, 255, 255, 0.5); }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

h1 {
  text-transform: uppercase;
  font-size: 32px;
  color: #ce232f;
  background: #2c090f;
  box-shadow: inset 0 19px #2c090f, inset 0 22px #ce232f;
  text-align: center; }
  h1 span {
    display: inline-block;
    background: #2c090f;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; }

h2 {
  font-size: 28px;
  color: #b99b49; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

header {
  position: relative; }

.header-video-container {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  height: 60vh; }
  .header-video-container video {
    min-width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.header-image {
  display: block;
  width: 100%; }

.header-video {
  margin: 0; }
  .header-video video {
    display: block;
    margin: 0; }

.logo {
  width: 100%;
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  box-shadow: none; }
  .logo a {
    color: rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    width: 100%; }
    .logo a img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 300px;
      height: auto; }
    .no-rgba .logo a {
      overflow: hidden;
      text-indent: -9999px; }
    .no-svg .logo a {
      background-image: url("../img/logo/logo100.png"); }
    .no-backgroundsize .logo a {
      background-image: url("../img/logo/logo125.png"); }
    .logo a:hover {
      text-shadow: none; }

@-webkit-keyframes pulse {
  from {
    opacity: 0; }
  to {
    opacity: 0.5; } }

@-moz-keyframes pulse {
  from {
    opacity: 0; }
  to {
    opacity: 0.5; } }

@keyframes pulse {
  from {
    opacity: 0; }
  to {
    opacity: 0.5; } }

@-webkit-keyframes bounce {
  from {
    top: 88%; }
  to {
    top: 90%; } }

@-moz-keyframes bounce {
  from {
    top: 88%; }
  to {
    top: 90%; } }

@keyframes bounce {
  from {
    top: 88%; }
  to {
    top: 90%; } }

.cssanimations .scroll-hint {
  display: none;
  position: absolute;
  top: 88%;
  left: 50%;
  margin-left: -24px;
  background-image: url(../img/scroll-hint.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  width: 48px;
  height: 20px;
  opacity: 0;
  -webkit-animation-name: pulse, bounce;
  -moz-animation-name: pulse, bounce;
  animation-name: pulse, bounce;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate; }

nav {
  background: #2c090f;
  *zoom: 1;
  width: 100%;
  height: 47px;
  border-top: solid 1px #7f5e50;
  border-bottom: solid 1px #7f5e50;
  font-size: 18px;
  z-index: 10; }
  nav:before, nav:after {
    content: "";
    display: table; }
  nav:after {
    clear: both; }
  nav li {
    display: block;
    float: left; }
  nav a {
    display: block;
    line-height: 45px;
    width: 100%;
    text-align: center;
    color: #7f5e50; }

.nav-content {
  max-width: 1000px;
  margin: 0 auto; }

.main-nav {
  float: left;
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  font-weight: 700; }
  .main-nav:before, .main-nav:after {
    content: "";
    display: table; }
  .main-nav:after {
    clear: both; }
  .main-nav:before {
    content: none; }
  .main-nav li {
    height: 45px;
    border-right: solid 1px #7f5e50;
    width: 33.3333333%; }
    .main-nav li:nth-child(1) {
      border-left: solid 1px #7f5e50; }
      @media all and (max-width: 1000px) {
        .main-nav li:nth-child(1) {
          border-left: none; } }
    .main-nav li.active a {
      color: #fa424f; }
    .main-nav li:last-child {
      border-right: none; }

.lang {
  display: none;
  position: relative;
  float: right;
  width: 20%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  font-size: 16px; }
  .lang:before, .lang:after {
    content: "";
    display: table; }
  .lang:after {
    clear: both; }
  .lang:before {
    content: "";
    background: url(../img/earth-icon.svg) center no-repeat;
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    height: 45px; }
  .lang li {
    width: 30%;
    border-right: solid 1px #7f5e50; }
    .lang li:first-child {
      margin-left: 40%; }
    .lang li.active {
      box-shadow: inset 0 -3px #7f5e50; }
      .lang li.active a {
        color: #7f5e50; }

.no-svg .lang:before {
  background: url(../img/earth-icon.png) center no-repeat; }

section {
  padding-top: 40px; }

.services-list {
  border-top: solid 1px #7f5e50;
  border-bottom: solid 1px #7f5e50;
  background: #2c090f;
  position: sticky;
  top: 46px;
  z-index: 9; }
  @media screen and (min-width: 800px) {
    .services-list {
      top: 56px; } }
  .services-list ul {
    max-width: 1000px;
    margin: 0 auto;
    list-style-type: none;
    display: flex;
    padding: 0; }
    @media screen and (max-width: 1000px) {
      .services-list ul {
        overflow-x: scroll;
        overflow-y: hidden; } }
  .services-list li {
    display: block;
    text-align: center;
    flex-basis: 100%;
    flex-shrink: 1; }
    .services-list li a {
      display: block;
      padding: 20px 8px;
      white-space: nowrap; }
      .services-list li a:hover {
        background: #d2b391; }
        .services-list li a:hover .label {
          color: #3b0c14; }
    .services-list li img {
      display: inline-block;
      display: none;
      margin-bottom: 10px; }
    .services-list li .label {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      color: #d2b391; }

.services-nav {
  border-top: solid 1px #7f5e50;
  border-bottom: solid 1px #7f5e50;
  position: sticky;
  top: 46px;
  z-index: 9;
  background: #2c090f; }
  @media (min-width: 800px) {
    .services-nav {
      top: 56px; } }
  .services-nav .services-nav-list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none; }
    .services-nav .services-nav-list .slick-next {
      right: 0;
      top: 40%; }
    .services-nav .services-nav-list .slick-prev {
      left: 0;
      top: 40%; }
    .services-nav .services-nav-list li {
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700; }
      .services-nav .services-nav-list li.active a {
        background: #7f5e50;
        color: #2c090f; }
      .services-nav .services-nav-list li a {
        display: block;
        color: #7f5e50;
        height: 54px;
        vertical-align: middle; }
        .services-nav .services-nav-list li a .label {
          position: relative;
          padding: 5px 6px;
          top: 50%;
          transform: translateY(-50%); }
        .services-nav .services-nav-list li a:hover {
          background: #7f5e50;
          color: #2c090f; }
      .services-nav .services-nav-list li img {
        display: none; }

.services-gallery {
  background: linear-gradient(to bottom, #3b0c14 0%, #2c090f 150px); }

.services-gallery-item:focus {
  border: none;
  outline: none; }

.service {
  margin-bottom: 20px; }

.vine-harvest {
  padding-bottom: 50px;
  padding-top: 50px; }

.vine-harvest__intro {
  -webkit-font-smoothing: antialiased;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-rendering: optimizeLegibility; }

.advantages {
  list-style-type: none;
  padding-left: 0;
  color: #7f5e50;
  font-size: 0.875em; }
  .advantages li {
    margin-bottom: 30px; }

.source {
  font-size: 12px;
  color: #7f5e50;
  text-align: center; }

.advantage-icon {
  background-position: center;
  background-repeat: no-repeat;
  height: 65px; }

.svg .advantage-icon-time {
  background-image: url(../img/time-icon.svg); }

.no-svg .advantage-icon-time {
  background-image: url(../img/time-icon.png); }

.svg .advantage-icon-costs {
  background-image: url(../img/costs-icon.svg); }

.no-svg .advantage-icon-costs {
  background-image: url(../img/costs-icon.png); }

.svg .advantage-icon-simple {
  background-image: url(../img/simple-icon.svg); }

.no-svg .advantage-icon-simple {
  background-image: url(../img/simple-icon.png); }

.advantage-copy p {
  margin-bottom: 0; }

.advantage-title {
  margin-top: 0;
  font-size: 1.125em;
  color: #ede9e3; }

.vine-harvest__infographic {
  margin-bottom: 20px;
  counter-reset: legendNumbering; }

.step {
  max-width: 360px;
  margin: 0 auto 60px auto; }
  @media screen and (max-width: 480px) {
    .step {
      max-width: 100%; } }

ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ol li {
    counter-increment: legendNumbering;
    position: relative; }
    ol li:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      content: counter(legendNumbering);
      background: #fa424f;
      color: #2c090f;
      width: 21px;
      height: 21px;
      border-radius: 12px;
      text-align: center;
      line-height: 21px;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: bold; }
  ol h5 {
    font-size: 16px;
    color: #fa424f;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 28px;
    margin-bottom: 5px;
    line-height: 21px; }
  ol p {
    margin-top: 0;
    padding-top: 0;
    color: #7f5e50;
    font-size: 14px; }

.gallery {
  margin-bottom: 20px;
  position: relative;
  outline: none;
  overflow: hidden; }

.gallery__container {
  margin-left: 30px;
  margin-right: 30px; }

.gallery__row .gallery__item {
  transition: transform .25s;
  transform: scale(0.98); }
  .gallery__row .gallery__item:hover {
    transition: transform .1s;
    transform: scale(1); }

.gallery__row a {
  margin-right: 5px;
  position: relative;
  height: auto;
  width: auto;
  vertical-align: top;
  display: inline-block;
  border: none;
  outline: none;
  transition: filter .2s; }
  .gallery__row a:active {
    outline: none; }
  .gallery__row a:hover {
    filter: saturate(1.35); }
  .gallery__row a span {
    content: "";
    color: white;
    display: block;
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(44, 9, 15, 0.2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: none;
    transition: background-color .5s; }
    .gallery__row a span:hover, .gallery__row a span:focus {
      background-color: rgba(44, 9, 15, 0);
      transition: background-color .1s;
      background-image: url("../img/zoom-icon.svg"); }
  .gallery__row a:first-child {
    margin-left: 10px; }

.gallery__row img {
  max-height: 300px;
  width: auto; }

.planting {
  border-top: solid 1px #621623;
  padding-bottom: 50px;
  padding-top: 50px; }

.mecha-prunning {
  border-top: solid 1px #621623;
  padding-bottom: 50px;
  padding-top: 50px; }

.excavation {
  border-top: solid 1px #621623;
  padding-bottom: 50px;
  padding-top: 50px; }
  .excavation .excavation__intro ul {
    margin-top: 30px; }
  .excavation .excavation__intro li {
    margin-top: 6px; }
  .excavation .excavation__illustration {
    margin-top: 25px; }

.gallery__excavation {
  padding: 0;
  background-image: url(../img/excavation/excavator-accessory-base.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 350px;
  margin: 0 auto; }
  .gallery__excavation .gallery__item {
    text-align: center;
    outline: none;
    max-width: 350px; }
    .gallery__excavation .gallery__item:not(:first-child) {
      counter-increment: ExcavationNumbering; }
    .gallery__excavation .gallery__item:active {
      outline: none; }
    .gallery__excavation .gallery__item img {
      display: inline-block;
      outline: none; }
    .gallery__excavation .gallery__item h3 {
      font-size: 16px; }
      .gallery__excavation .gallery__item h3:before {
        display: inline-block;
        margin-right: 10px;
        width: 24px;
        height: 24px;
        color: #2c090f;
        background: #fa424f;
        line-height: 24px;
        font-size: 13px;
        font-weight: 700;
        border-radius: 12px;
        content: counter(ExcavationNumbering); }

.clients p {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.pre-pruning {
  border-top: solid 1px #621623;
  background: linear-gradient(to bottom, #3b0c14 0%, #2c090f 150px);
  padding-bottom: 50px;
  padding-top: 50px; }

.pre-pruning__intro {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.pre-pruning__how-it-works {
  counter-reset: legendNumbering; }
  .pre-pruning__how-it-works .image-container {
    text-align: center; }

.vine-cutting {
  border-top: solid 1px #621623;
  background: linear-gradient(to bottom, #3b0c14 0%, #2c090f 150px);
  padding-bottom: 50px;
  padding-top: 50px; }

.vine-cutting__intro {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.vine-cutting__how-it-works {
  counter-reset: legendNumbering; }
  .vine-cutting__how-it-works .image-container {
    text-align: center; }

.other-services {
  border-top: solid 1px #621623;
  background: linear-gradient(to bottom, #3b0c14 0%, #2c090f 150px);
  padding-bottom: 50px;
  padding-top: 50px; }

.other-services__intro {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.bullets {
  *zoom: 1;
  font-size: 14px;
  color: #d2b391;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  margin-left: 0;
  padding-left: 0; }
  .bullets:before, .bullets:after {
    content: "";
    display: table; }
  .bullets:after {
    clear: both; }
  @media (max-width: 800px) {
    .bullets.clear-up li:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 800px) {
    .bullets.clear-up li:nth-child(3n+1) {
      clear: left; } }
  .bullets.fleuron li:before {
    content: '\2767';
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: serif; }
  .bullets.shadowed li {
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  .bullets div,
  .bullets li {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px; }
  .bullets.bordered {
    border-radius: 5px;
    border: solid 1px #4b2b1e; }
    .bullets.bordered li {
      min-height: 120px; }
    .bullets.bordered div:first-child(3),
    .bullets.bordered li:first-child(3) {
      border-top: none; }
  .bullets p {
    margin: 0;
    padding: 0; }
  .bullets span {
    font-weight: 400;
    color: #7f5e50;
    font-size: 11px; }

.about__cover-pic {
  margin-top: 45px;
  margin-bottom: 25px;
  text-align: center; }

.placeholder {
  color: #666; }

.contact h3 {
  margin-bottom: 0;
  color: #b99b49; }

.contact p {
  margin-top: 0; }

.contact-form {
  *zoom: 1; }
  .contact-form:before, .contact-form:after {
    content: "";
    display: table; }
  .contact-form:after {
    clear: both; }
  .contact-form label.error {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    color: #d2b391; }
  .no-js .contact-form {
    display: none; }

.no-js-form-notice {
  display: none; }
  .no-js .no-js-form-notice {
    display: block; }

.alert {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  color: #7f5e50;
  margin-bottom: 15px; }

.contact-form-notice {
  font-size: 14px;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  line-height: 1.3em;
  margin-bottom: 0; }

input {
  font-size: 14px;
  width: 100%;
  border: none;
  border-radius: 2px;
  height: 32px;
  background: #ede9e3;
  color: #666;
  margin-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  outline: none;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  input:focus {
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    transition: background 0.2s ease;
    background: white;
    color: #333; }

textarea {
  font-size: 14px;
  width: 100%;
  border: none;
  border-radius: 2px;
  height: 64px;
  background: #ede9e3;
  color: #666;
  margin-top: 10px;
  margin-bottom: 5px;
  outline: none;
  padding: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  textarea:focus {
    height: 128px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: white;
    color: #333; }

#contact-form-send {
  margin-top: 10px;
  background: #b99b49;
  color: #ede9e3;
  width: 100%;
  height: 48px;
  line-height: 48px;
  box-shadow: 0 1px 4px black;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  right: 0;
  outline: none;
  border: none;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal; }
  #contact-form-send:hover, #contact-form-send:focus {
    background: #c0a55b;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    transition: background 0.2s ease; }
  #contact-form-send:disabled, #contact-form-send[disabled=disabled] {
    opacity: 0.3;
    color: #2c090f; }

.map {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px; }
  .map p {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px; }
  .map img {
    max-width: none; }

.map__container {
  height: 200px;
  margin: 0 auto; }

footer {
  max-width: 1000px;
  margin: 0 auto;
  border-top: solid 2px rgba(213, 195, 147, 0.15);
  padding-top: 40px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
  color: #7f5e50; }

.button, .button--yellow {
  height: 48px;
  line-height: 48px;
  margin: 10px auto 25px auto;
  margin-bottom: 25px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  background: #7f5e50;
  color: #ede9e3;
  font-size: 16px;
  box-shadow: 0 1px 4px black;
  text-transform: uppercase;
  position: relative;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 2px;
  border: none;
  text-shadow: none; }
  .button:hover, .button--yellow:hover, .button:focus, .button--yellow:focus {
    text-shadow: none;
    color: #666;
    background: #886556;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: scale(1.05); }

.button--yellow {
  background: #b99b49; }
  .button--yellow:hover, .button--yellow:focus {
    color: #ede9e3;
    background: #bda154; }

.dotted:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: dotted 1px #b99b49;
  background: none;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0; }

.highlight-title {
  display: inline-block;
  border-radius: 3px;
  background: #ce232f;
  color: white;
  padding-left: 6px;
  padding-right: 6px; }

@media (max-width: 800px) {
  .highlight-divider {
    display: none; } }

.highlight-subtitle {
  font-weight: 400; }
  @media (max-width: 800px) {
    .highlight-subtitle {
      display: block; } }

.like-button iframe {
  width: 100px;
  display: block;
  margin: 0 auto 30px auto; }

.fixedsticky {
  top: 0; }

noscript {
  font-size: 12px;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  text-align: center; }

.fine-heading {
  font-size: 16px;
  color: #fa424f;
  font-weight: bold;
  text-transform: uppercase; }

.fine-description {
  color: #7f5e50;
  font-size: 14px; }

.animated-gif {
  display: block;
  width: 100%;
  height: auto; }

.services-others {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .services-others:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    background: #7f5e50;
    top: 0; }
  .services-others h2 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #7f5e50;
    padding-top: 25px; }
  .services-others ul {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    display: block;
    list-style-type: none;
    *zoom: 1; }
    .services-others ul:before, .services-others ul:after {
      content: "";
      display: table; }
    .services-others ul:after {
      clear: both; }
    .services-others ul li {
      float: left;
      width: calc(50% - 5px);
      text-align: center; }
      .services-others ul li:first-child {
        margin-right: 10px; }
      .services-others ul li a {
        border-radius: 5px;
        border: solid 1px #7f5e50;
        display: block;
        padding: 30px 10px;
        font-weight: 700;
        -webkit-transition: background 0.35s;
        -moz-transition: background 0.35s;
        transition: background 0.35s; }
        .services-others ul li a:hover {
          border-color: #d2b391;
          background: #d2b391;
          color: #2c090f;
          -webkit-transition: background 0.08s;
          -moz-transition: background 0.08s;
          transition: background 0.08s; }

.wrapper-404 {
  max-width: 320px;
  margin: 40px auto auto auto; }
  .wrapper-404 h1 {
    width: 320px;
    height: 220px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../img/logo/logo.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    margin-bottom: 35px;
    box-shadow: none; }
    .no-svg .wrapper-404 h1 {
      background-image: url(../img/logo/200.png); }
  .wrapper-404 h2 {
    text-align: center;
    font-size: 44px;
    line-height: 22px; }
    .wrapper-404 h2 span {
      font-size: 16px;
      line-height: 16px; }
  .wrapper-404 p {
    text-align: center;
    font-size: 16px;
    color: #ede9e3;
    margin-bottom: 40px; }
  .wrapper-404 .back-home {
    display: block;
    margin: 0 auto 50px auto;
    width: 220px;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    border: solid 1px #ce232f;
    border-radius: 3px;
    text-align: center;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .wrapper-404 .back-home:hover, .wrapper-404 .back-home:focus {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #ce232f;
      color: #2c090f; }

@media (min-width: 480px) {
  .logo a {
    background-size: 150px; }
    .no-backgroundsize .logo a {
      background-image: url("../img/logo/logo150.png"); }
  .map__container {
    height: 250px; }
  .bullets {
    font-size: 18px; }
    .bullets span {
      font-size: 12px; }
  .main-nav li {
    width: 33.33333%; }
    .main-nav li:first-child {
      display: block; } }

@media (min-width: 640px) {
  .logo a {
    background-size: 175px; }
    .no-backgroundsize .logo a {
      background-image: url("../img/logo/logo175.png"); }
  h1 {
    font-size: 44px;
    box-shadow: inset 0 30px #2c090f, inset 0 34px #ce232f; }
    h1 span {
      padding-left: 25px;
      padding-right: 25px; }
  h2 {
    font-size: 32px; }
  .bullets {
    font-size: 22px; }
    .bullets span {
      font-size: 14px; }
  .bullets.bordered li {
    min-height: 150px; }
  .map__container {
    height: 300px; } }

@media (min-width: 800px) {
  .logo a {
    background-size: 225px; }
    .no-backgroundsize .logo a {
      background-image: url("../img/logo/logo175.png"); }
  section {
    padding-top: 50px; }
  .scroll-hint {
    display: none !important; }
  nav {
    font-size: 24px;
    height: 57px; }
    nav a {
      line-height: 55px; }
  .main-nav li {
    height: 55px; }
  .lang {
    font-size: 18px; }
    .lang:before {
      height: 45px; }
  .gallery__row img {
    max-width: 100%; }
  .map__container {
    height: 400px; } }

@media (min-width: 1000px) {
  .logo a {
    background-size: 250px; }
    .no-backgroundsize .logo a {
      background-image: url("../img/logo/logo250.png"); }
  .cssanimations .scroll-hint {
    display: block; }
  .main-nav li:last-child {
    border-right: solid 1px #7f5e50; } }

@media (min-width: 1100px) {
  .logo a {
    background-size: 275px; }
    .no-backgroundsize .logo a {
      background-image: url("../img/logo/logo275.png"); }
  .main-nav {
    position: relative; }
  .header-image {
    display: block;
    width: 100%; }
    .no-video .header-image {
      display: block; }
  .header-video {
    background: url("../img/header-img.jpg") center top no-repeat;
    display: block; }
    .header-video video {
      display: block; } }

@media (min-width: 1160px) {
  .main-nav:before {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    left: -80px;
    width: 80px;
    height: 55px;
    background-image: url("../img/logo/logo-glyph.svg");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  .fixedsticky-off .main-nav:before {
    opacity: 0; }
  .fixedsticky-on .main-nav:before {
    opacity: 1; } }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.hidden {
  display: none !important;
  visibility: hidden; }

.center {
  text-align: center; }

.fixedsticky {
  top: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #2c090f;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.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 {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-image-holder .mfp-close {
  cursor: pointer; }

.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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.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: #ede9e3;
  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: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px; }

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

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

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

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    content: "‹";
    font-size: 64px;
    line-height: 110px;
    color: #ede9e3;
    height: 110px; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    content: "›";
    font-size: 64px;
    line-height: 110px;
    color: #ede9e3;
    height: 110px; }

.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%;
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  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;
    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; }
  .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-container {
    padding-left: 6px;
    padding-right: 6px; } }

.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; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
