/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */


button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }



/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #131315;
  background: #fff;
  font: 16px/1.28 "Inter", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* 
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; } */

.gm-style img {
  max-width: none; }

body {
  min-width: 375px;
  line-height: 1.35; }

  @media (min-width: 632px) and (max-width: 1380px) {
    main#main {
        margin-top: 76%;
    }
}
nav .navbar
{
  margin-left: 15%;
}
  @media (min-width: 350px) and (max-width:1250px) {
    main#main
    {
      margin-top: 150%;
      margin-left: -100px !important;
    }
    div.slick-list.draggable
    {
      margin-left: -50px;
    }
    button.next.slick-arrow
    {
      right: 45px !important;
    }
    .slider .slick-slide
    {
      margin-right: 0.60%;
    }
    /* div.slide.slick-slide.slick-current.slick-active.slick-center > img
    {
      margin-left: -25px; 
    } */
     .grid-list2{
      margin-top: 240%;
     }
  }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  font-weight: 600;
  line-height: 1.35; }

h1, .h1 {
  font-size: 25px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 30px;
      line-height: 1.25; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 34px;
      line-height: 1.25; } }

h2, .h2 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 10px; }

h3, .h3 {
  font-size: 18px;
  line-height: 22px; }

p {
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    p {
      margin: 0 0 20px; } }
  p:only-child {
    margin: 0; }

a {
  color: #39f;
  text-decoration: none;
  -webkit-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s; }
  a:hover, a:focus {
    text-decoration: none; }

.btn {
  min-width: 100px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 12px;
  line-height: 1.25;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-radius: 8px;
  padding: 10px 15px;
  -webkit-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
  position: relative;
  background: #1B1B1F;
  border: 1px solid #25252D;
  border-radius: 10px;
  font-weight: 600; }
  @media (min-width: 768px) {
    .btn {
      font-size: 12px; } }
  .btn:hover {
    opacity: 0.9;
    -webkit-box-shadow: 0 0 20px rgba(19, 19, 21, 0.5);
    box-shadow: 0 0 20px rgba(19, 19, 21, 0.5); }
  .btn.bet {
    display: block;
    margin: 0 0 10px;
    border: none;
    background: #1f2432; }
  .btn.btn-blue {
    background: #4563ff;
    border: 1px solid #5765FF; }
    .btn.btn-blue:hover {
      -webkit-box-shadow: 0 0 10px #5765FF;
      box-shadow: 0 0 10px #5765FF; }
  .btn.btn-disabled {
    pointer-events: none; }
  .btn.has-icon {
    padding-right: 25px; }
    .btn.has-icon img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 15px; }

.container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 15px; }
  @media (min-width: 992px) {
    .container {
      padding: 15px 25px; } }

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

#main {
  padding-bottom: 50px; }

p span {
  color: #131315; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.75; }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.75; }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.75; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.75; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.75; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.75; }

@font-face {
  font-family: 'icomoon';
  src: url("./fonts/icomoon.eot");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-location:before {
  content: "\e900"; }

.icon-map-marker:before {
  content: "\e900"; }

.icon-pin:before {
  content: "\e900"; }

.icon-linkedin:before {
  content: "\e901"; }

.icon-brand:before {
  content: "\e901"; }

.icon-social:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-brand1:before {
  content: "\e902"; }

.icon-social1:before {
  content: "\e902"; }

.icon-instagram:before {
  content: "\e903"; }

.icon-brand2:before {
  content: "\e903"; }

.icon-social2:before {
  content: "\e903"; }

.icon-keyboard_arrow_right:before {
  content: "\e904"; 
color: hsl(0deg 0% 12.94%);}

.icon-keyboard_arrow_left:before {
  content: "\e905"; 
  color: hsl(0deg 0% 12.94%);
}

@font-face {
  font-family: 'Druk Wide Font';
  src: url("../fonts/DrukWideWeb-Bold.woff2") format("woff2"), url("../fonts/DrukWideWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

/* header styles */
div.top-level
{
    /* background-color: aqua; */
    height: 5%;
    width: 100%;
}

.hide{
display: none;
} 

  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #header .nav-opener {
    width: 32px;
    height: 24px; }
    #header .nav-opener span {
      display: block;
      height: 3px;
      background: black;
      position: relative;
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
      #header .nav-opener span:before, #header .nav-opener span:after {
        content: '';
        height: 3px;
        width: 32px;
        background: black;
        position: absolute;
        top: 10px;
        bottom: -30px;
        -webkit-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear; }
      #header .nav-opener span:after {
        margin-top: 10px; }
    #header .nav-opener:hover span {
      background: #b81e2b; }
      #header .nav-opener:hover span:after, #header .nav-opener:hover span:before {
        background: #b81e2b; }
  #header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    #header .menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0 0 0 15px; }
      #header .menu ul li {
        padding: 0 15px;
        position: relative; }
        #header .menu ul li.active {
          font-weight: 700; }
        #header .menu ul li + li:after {
          position: absolute;
          top: 0;
          left: 0;
          content: '-';
          color: black; }
      #header .menu ul a {
        -webkit-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear;
        color: black; }
        #header .menu ul a:hover {
          color: #b81e2b; }

/* main wrapper */
#wrapper {
  position: relative;
  overflow: hidden; }

/* container */
.container {
  max-width: 1130px;
  padding: 15px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .container {
      padding: 40px 15px; } }

/*  Main viusal */
.visual-section {
  min-height: 350px;
  font-color: red;
  display: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden; }
  .visual-section .container {
    width: 100%; }
    @media (min-width: 992px) {
      .visual-section .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
  .visual-section h1 {
    font-size: 36px;
    color: #b81e2b;
    padding-top: 20px;
    z-index: 1; }
    @media (min-width: 992px) {
      .visual-section h1 {
        font-size: 50px; } }
    .visual-section h1:before {
      position: absolute;
      top: 0;
      left: -9999px;
      bottom: -100px;
      content: '';
      right: 0;
      z-index: -1; }
    .visual-section h1:after {
      }
  .visual-section .image {
    width: 50%;
    padding: 0 20px; }
    .visual-section .image img {
      display: block;
      margin: 0 auto; }

/*  Products */
.product-section {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700; }
  @media (min-width: 992px) {
    .product-section {
      padding: 50px 0; } }
  .product-section .product {
    display: block;
    padding: 5px;
    margin-bottom: 10px; }
    .product-section .product a {
      color: #131315; }
    .product-section .product img {
      max-width: 100%;
      display: block;
      margin-bottom: 5px; }

/*  Two Columns */
.twocols {
  background-color: white;
  margin-bottom: 2px;
  padding: 10px 0; }
  @media (min-width: 992px) {
    .twocols {
      padding: 30px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .twocols.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .twocols.reverse .text-holder {
      background: #d4c9af;
      color: #131315; }
    .twocols.reverse .slider .slide {
      padding: 0 30px; }
    .twocols.reverse .slider img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .twocols.reverse .slider .prev {
      left: 4%; }
      @media (min-width: 450px) and (max-width: 1200) {
        .twocols.reverse .slider .prev {
          left: 17%; } }
      @media (min-width: 1200px) {
        .twocols.reverse .slider .prev {
          left: 8%; } }
      @media (min-width: 1366px) {
        .twocols.reverse .slider .prev {
          left: 15%; } }
      @media (min-width: 1630px) {
        .twocols.reverse .slider .prev {
          left: 20%; } }
    .twocols.reverse .slider .next {
      right: 4%; }
      @media (min-width: 1200px) {
        .twocols.reverse .slider .next {
          right: 8%; } }
      @media (min-width: 1366px) {
        .twocols.reverse .slider .next {
          right: 15%; } }
      @media (min-width: 1630px) {
        .twocols.reverse .slider .next {
          right: 20%; } }
  @media (min-width: 992px) {
    .twocols .slider {
      width: 50%; } }
  @media (min-width: 992px) {
    .twocols .holder {
      width: 50%; } }
  .twocols .image-holder {
    width: 100%; }
    .twocols .image-holder img {
      width: 100%;
      display: block;
      height: auto; }
  .twocols .text-holder {
    background-color: var(--eerie-black-4);
    color: white;
    min-height: 420px;
    margin-bottom: 5px;
    padding: 25px; }
    @media (min-width: 992px) {
      .twocols .text-holder {
        padding: 50px; } }
    .twocols .text-holder p {
      max-width: 600px; }
  .twocols h2 {
    font-size: 22px;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .twocols h2 {
        font-size: 28px; } }

/*  News Styles */
.news-section {
  padding-top: 20px;
  color: black;
  position: relative; }
  @media (min-width: 992px) {
    .news-section {
      padding-top: 100px; } }
  .news-section:before {
    content: '';
    left: 0;
    top: 20%;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #d4c9af; }
    @media (min-width: 992px) {
      .news-section:before {
        top: 30%; } }
  .news-section .container {
    position: relative;
    z-index: 1; }
  .news-section h2 {
    color: black;
    text-transform: capitalize;
    margin: 0 0 30px; }
  .news-section p {
    margin: 0 0 30px; }
  .news-section .image {
    margin: 0 0 40px; }
  .news-section .textblock {
    border-top: 1px solid #fff;
    padding-top: 30px; }

/*  Slider Styles */
.slider {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  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; }
  @media (min-width: 992px) {
    .slider {
      padding: 50px 0 0; } }
  .slider img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.20;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    display: block;
    margin: 0 auto; }
  .slider .text {
    padding: 50px 0 0;
    text-align: center;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0; }
    .slider .text .title {
      display: block; }
    .slider .text a {
      color: #b81e2b;
      position: relative;
      padding-right: 15px; }
      .slider .text a:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 8px;
        height: 2px;
        background: #b81e2b; }
  .slider .slick-current .text {
    opacity: 1; }
  .slider .slick-current img {
    -webkit-filter: none;
    filter: none;
    opacity: 1; }
    @media (min-width: 992px) {
      .slider .slick-current img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); } }
  .slider .slick-list {
    position: relative;
    display: block;
    margin: 0; }
    .slider .slick-list:focus {
      outline: none; }
    .slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slider .slick-track,
  .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); }
  .slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .slick-loading .slider .slick-track {
      visibility: hidden; }
  .slider .slick-slide {
    display: block;
    height: 100%;
    min-height: 1px; }
    .slider .slider .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    [dir="rtl"] .slider .slick-slide {
      float: right; }
    .slider .slick-slide img {
      display: block; }
    .slider .slick-slide.slick-loading img {
      display: none; }
    .slider .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slider .slick-slide {
      display: block; }
      @media (min-width: 768px) {
        .slick-initialized .slider .slick-slide {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .slick-loading .slider .slick-slide {
      visibility: hidden; }
    .slick-vertical .slider .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .slider .slick-arrow.slick-hidden {
    display: none; }
  .slider .slick-arrow.icon-keyboard_arrow_left,.slider .slick-arrow.icon-keyboard_arrow_right
  {
    box-shadow: 0 8px 16px 0 rgb(255, 255, 255), 0 6px 20px 0 rgb(255, 255, 255);
  }
.prev,
.next {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -80px;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  z-index: 2; }
  @media (min-width: 992px) {
    .prev,
    .next {
      left: 30%; } }

.next {
  left: auto;
  right: 30px; }
  @media (min-width: 992px) {
    .next {
      left: auto;
      right: 30%; } }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 20px 0 30px;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .slick-dots {
      padding: 50px 0 15px; } }
  .slick-dots li.slick-active button {
    background: #aa9977; }
  .slick-dots button {
    background: #e9e4d6;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 4px;
    border: none;
    padding: 0;
    width: 40px;
    text-indent: -99999px;
    overflow: hidden;
    outline: none; }

/* footer styles */
div.images
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}  
#footer {
  border-bottom: 50px solid #d4c9af;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    #footer .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  #footer .title {
    font-size: 16px;
    display: block;
    margin: 0 0 5px; }
    @media (min-width: 992px) {
      #footer .title.only-title {
        margin: 0 0 55px; } }
  #footer .col {
    margin-bottom: 20px; }
  #footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    #footer ul li {
      padding: 0 0 5px; }
  #footer a {
    color: black; }
    #footer a:hover {
      color: #b81e2b; }
  #footer .footer-content {
    border-top: 1px solid #b81e2b;
    padding-top: 30px; }
    @media (min-width: 992px) {
      #footer .footer-content {
        padding-top: 40px; } }
  #footer .logo {
    background: #b81e2b;
    width: 96px;
    margin-bottom: 20px; }
    #footer .logo img {
      width: 100%;
      height: auto;
      display: block; }
  #footer address {
    display: block;
    position: relative;
    padding-left: 25px;
    font-style: normal;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      #footer address {
        max-width: 200px; } }
    #footer address:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "\e900";
      font-family: 'icomoon';
      font-size: 20px; }
  #footer .social-networks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px; }
    #footer .social-networks li {
      margin-left: 10px; }
    #footer .social-networks a:hover {
      color: #b81e2b; }


    