/*!
Theme Name: Golden Age
Description: Dental Care
Author: Twelve12
Author URI: https://www.twelve12.com
Version: 4.0.3
*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Variables  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

				* -------  Add Fonts  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! Flexible Grid System 5.5.3 | Scss | MIT License | flexible.gs */
/*! Flexible Grid System 5.5.3 | Scss Plus | MIT License | flexible.gs */
.wrap {
  display: block;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap > * {
  display: inline-block;
  vertical-align: top;
}

.col {
  min-height: 1px;
  font-size: 1rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.xl-auto > * {
  width: auto;
}

.xl-1 > * {
  width: 100%;
}

.xl-2 > * {
  width: 50%;
}

.xl-3 > * {
  width: 33.33333%;
}

.xl-4 > * {
  width: 25%;
}

.xl-5 > * {
  width: 20%;
}

.xl-6 > * {
  width: 16.66667%;
}

.xl-7 > * {
  width: 14.28571%;
}

.xl-8 > * {
  width: 12.5%;
}

.xl-9 > * {
  width: 11.11111%;
}

.xl-10 > * {
  width: 10%;
}

.xl-11 > * {
  width: 9.09091%;
}

.xl-12 > * {
  width: 8.33333%;
}

.xl-16 > * {
  width: 6.25%;
}

.xl-table {
  display: table;
  table-layout: fixed;
  -moz-box-orient: initial;
  -moz-box-direction: initial;
       flex-direction: initial;
  flex-wrap: initial;
  -ms-justify-content: initial;
  -moz-box-pack: initial;
       justify-content: initial;
  -ms-align-content: initial;
  align-content: initial;
  -ms-align-items: initial;
  -moz-box-align: initial;
       align-items: initial;
  -moz-column-count: auto;
  column-count: auto;
}

.xl-table > * {
  display: table-cell;
}

.xl-flexbox {
  display: -moz-box;
  display: flex;
  table-layout: auto;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  flex-wrap: wrap;
  -ms-justify-content: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  -ms-align-content: center;
  align-content: center;
  -ms-align-items: center;
  -moz-box-align: center;
       align-items: center;
  -moz-column-count: auto;
  column-count: auto;
}

.xl-flexbox > * {
  display: inline-block;
}

.xl-normal {
  display: block;
  table-layout: auto;
  -moz-box-orient: initial;
  -moz-box-direction: initial;
       flex-direction: initial;
  flex-wrap: initial;
  -ms-justify-content: initial;
  -moz-box-pack: initial;
       justify-content: initial;
  -ms-align-content: initial;
  align-content: initial;
  -ms-align-items: initial;
  -moz-box-align: initial;
       align-items: initial;
  -moz-column-count: auto;
  column-count: auto;
}

.xl-normal > * {
  display: inline-block;
}

.xl-left {
  -ms-justify-content: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  text-align: left;
}

.xl-center {
  -ms-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  text-align: center;
}

.xl-right {
  -ms-justify-content: flex-end;
  -moz-box-pack: end;
       justify-content: flex-end;
  text-align: right;
}

.xl-top {
  -ms-align-items: flex-start;
  -moz-box-align: start;
       align-items: flex-start;
}

.xl-top > * {
  vertical-align: top;
}

.xl-middle {
  -ms-align-items: center;
  -moz-box-align: center;
       align-items: center;
}

.xl-middle > * {
  vertical-align: middle;
}

.xl-bottom {
  -ms-align-items: flex-end;
  -moz-box-align: end;
       align-items: flex-end;
}

.xl-bottom > * {
  vertical-align: bottom;
}

.xl-between {
  -ms-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
}

.xl-around {
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
}

.xl-baseline {
  -ms-align-items: baseline;
  -moz-box-align: baseline;
       align-items: baseline;
}

.xl-reverse {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

.xl-not-reverse {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  flex-wrap: wrap;
}

.xl-1-1 {
  width: 100%;
}

.xl-1-2 {
  width: 50%;
}

.xl-1-3 {
  width: 33.33333%;
}

.xl-2-3 {
  width: 66.66667%;
}

.xl-1-4 {
  width: 25%;
}

.xl-2-4 {
  width: 50%;
}

.xl-3-4 {
  width: 75%;
}

.xl-1-5 {
  width: 20%;
}

.xl-2-5 {
  width: 40%;
}

.xl-3-5 {
  width: 60%;
}

.xl-4-5 {
  width: 80%;
}

.xl-1-6 {
  width: 16.66667%;
}

.xl-2-6 {
  width: 33.33333%;
}

.xl-3-6 {
  width: 50%;
}

.xl-4-6 {
  width: 66.66667%;
}

.xl-5-6 {
  width: 83.33333%;
}

.xl-1-7 {
  width: 14.28571%;
}

.xl-2-7 {
  width: 28.57143%;
}

.xl-3-7 {
  width: 42.85714%;
}

.xl-4-7 {
  width: 57.14286%;
}

.xl-5-7 {
  width: 71.42857%;
}

.xl-6-7 {
  width: 85.71429%;
}

.xl-1-8 {
  width: 12.5%;
}

.xl-2-8 {
  width: 25%;
}

.xl-3-8 {
  width: 37.5%;
}

.xl-4-8 {
  width: 50%;
}

.xl-5-8 {
  width: 62.5%;
}

.xl-6-8 {
  width: 75%;
}

.xl-7-8 {
  width: 87.5%;
}

.xl-1-9 {
  width: 11.11111%;
}

.xl-2-9 {
  width: 22.22222%;
}

.xl-3-9 {
  width: 33.33333%;
}

.xl-4-9 {
  width: 44.44444%;
}

.xl-5-9 {
  width: 55.55556%;
}

.xl-6-9 {
  width: 66.66667%;
}

.xl-7-9 {
  width: 77.77778%;
}

.xl-8-9 {
  width: 88.88889%;
}

.xl-1-10 {
  width: 10%;
}

.xl-2-10 {
  width: 20%;
}

.xl-3-10 {
  width: 30%;
}

.xl-4-10 {
  width: 40%;
}

.xl-5-10 {
  width: 50%;
}

.xl-6-10 {
  width: 60%;
}

.xl-7-10 {
  width: 70%;
}

.xl-8-10 {
  width: 80%;
}

.xl-9-10 {
  width: 90%;
}

.xl-1-11 {
  width: 9.09091%;
}

.xl-2-11 {
  width: 18.18182%;
}

.xl-3-11 {
  width: 27.27273%;
}

.xl-4-11 {
  width: 36.36364%;
}

.xl-5-11 {
  width: 45.45455%;
}

.xl-6-11 {
  width: 54.54545%;
}

.xl-7-11 {
  width: 63.63636%;
}

.xl-8-11 {
  width: 72.72727%;
}

.xl-9-11 {
  width: 81.81818%;
}

.xl-10-11 {
  width: 90.90909%;
}

.xl-1-12 {
  width: 8.33333%;
}

.xl-2-12 {
  width: 16.66667%;
}

.xl-3-12 {
  width: 25%;
}

.xl-4-12 {
  width: 33.33333%;
}

.xl-5-12 {
  width: 41.66667%;
}

.xl-6-12 {
  width: 50%;
}

.xl-7-12 {
  width: 58.33333%;
}

.xl-8-12 {
  width: 66.66667%;
}

.xl-9-12 {
  width: 75%;
}

.xl-10-12 {
  width: 83.33333%;
}

.xl-11-12 {
  width: 91.66667%;
}

.xl-1-16 {
  width: 6.25%;
}

.xl-2-16 {
  width: 12.5%;
}

.xl-3-16 {
  width: 18.75%;
}

.xl-4-16 {
  width: 25%;
}

.xl-5-16 {
  width: 31.25%;
}

.xl-6-16 {
  width: 37.5%;
}

.xl-7-16 {
  width: 43.75%;
}

.xl-8-16 {
  width: 50%;
}

.xl-9-16 {
  width: 56.25%;
}

.xl-10-16 {
  width: 62.5%;
}

.xl-11-16 {
  width: 68.75%;
}

.xl-12-16 {
  width: 75%;
}

.xl-13-16 {
  width: 81.25%;
}

.xl-14-16 {
  width: 87.5%;
}

.xl-15-16 {
  width: 93.75%;
}

.xl-hidden {
  display: none;
}

.xl-not-hidden {
  display: inline-block;
}

.xl-first {
  -moz-box-ordinal-group: 0;
       order: -1;
}

.xl-not-first {
  -moz-box-ordinal-group: 1;
       order: 0;
}

.xl-last {
  -moz-box-ordinal-group: 2;
       order: 1;
}

.xl-not-last {
  -moz-box-ordinal-group: 1;
       order: 0;
}

.xl-gutter-0 {
  width: -moz-calc(100% + 0px);
  width: calc(100% + 0px);
  margin-left: -0px;
  margin-right: -0px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-0 > * {
  padding-left: 0px;
  padding-right: 0px;
}

.xl-gutter-8 {
  width: -moz-calc(100% + 8px);
  width: calc(100% + 8px);
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-8 > * {
  padding-left: 4px;
  padding-right: 4px;
}

.xl-gutter-16 {
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-16 > * {
  padding-left: 8px;
  padding-right: 8px;
}

.xl-gutter-24 {
  width: -moz-calc(100% + 24px);
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-24 > * {
  padding-left: 12px;
  padding-right: 12px;
}

.xl-gutter-40 {
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.xl-gutter-80 {
  width: -moz-calc(100% + 80px);
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-80 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.xl-outside-0 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.xl-outside-8 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.xl-outside-16 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.xl-outside-24 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.xl-outside-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.xl-masonry-2 {
  -moz-column-count: 2;
  column-count: 2;
}

.xl-masonry-3 {
  -moz-column-count: 3;
  column-count: 3;
}

.xl-masonry-4 {
  -moz-column-count: 4;
  column-count: 4;
}

.xl-masonry-5 {
  -moz-column-count: 5;
  column-count: 5;
}

.xl-masonry-6 {
  -moz-column-count: 6;
  column-count: 6;
}

@media (max-width: 1199px) {
  .lg-auto > * {
    width: auto;
  }
  .lg-1 > * {
    width: 100%;
  }
  .lg-2 > * {
    width: 50%;
  }
  .lg-3 > * {
    width: 33.33333%;
  }
  .lg-4 > * {
    width: 25%;
  }
  .lg-5 > * {
    width: 20%;
  }
  .lg-6 > * {
    width: 16.66667%;
  }
  .lg-7 > * {
    width: 14.28571%;
  }
  .lg-8 > * {
    width: 12.5%;
  }
  .lg-9 > * {
    width: 11.11111%;
  }
  .lg-10 > * {
    width: 10%;
  }
  .lg-11 > * {
    width: 9.09091%;
  }
  .lg-12 > * {
    width: 8.33333%;
  }
  .lg-16 > * {
    width: 6.25%;
  }
  .lg-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .lg-table > * {
    display: table-cell;
  }
  .lg-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .lg-flexbox > * {
    display: inline-block;
  }
  .lg-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .lg-normal > * {
    display: inline-block;
  }
  .lg-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .lg-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .lg-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .lg-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .lg-top > * {
    vertical-align: top;
  }
  .lg-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .lg-middle > * {
    vertical-align: middle;
  }
  .lg-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .lg-bottom > * {
    vertical-align: bottom;
  }
  .lg-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .lg-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .lg-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .lg-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .lg-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .lg-1-1 {
    width: 100%;
  }
  .lg-1-2 {
    width: 50%;
  }
  .lg-1-3 {
    width: 33.33333%;
  }
  .lg-2-3 {
    width: 66.66667%;
  }
  .lg-1-4 {
    width: 25%;
  }
  .lg-2-4 {
    width: 50%;
  }
  .lg-3-4 {
    width: 75%;
  }
  .lg-1-5 {
    width: 20%;
  }
  .lg-2-5 {
    width: 40%;
  }
  .lg-3-5 {
    width: 60%;
  }
  .lg-4-5 {
    width: 80%;
  }
  .lg-1-6 {
    width: 16.66667%;
  }
  .lg-2-6 {
    width: 33.33333%;
  }
  .lg-3-6 {
    width: 50%;
  }
  .lg-4-6 {
    width: 66.66667%;
  }
  .lg-5-6 {
    width: 83.33333%;
  }
  .lg-1-7 {
    width: 14.28571%;
  }
  .lg-2-7 {
    width: 28.57143%;
  }
  .lg-3-7 {
    width: 42.85714%;
  }
  .lg-4-7 {
    width: 57.14286%;
  }
  .lg-5-7 {
    width: 71.42857%;
  }
  .lg-6-7 {
    width: 85.71429%;
  }
  .lg-1-8 {
    width: 12.5%;
  }
  .lg-2-8 {
    width: 25%;
  }
  .lg-3-8 {
    width: 37.5%;
  }
  .lg-4-8 {
    width: 50%;
  }
  .lg-5-8 {
    width: 62.5%;
  }
  .lg-6-8 {
    width: 75%;
  }
  .lg-7-8 {
    width: 87.5%;
  }
  .lg-1-9 {
    width: 11.11111%;
  }
  .lg-2-9 {
    width: 22.22222%;
  }
  .lg-3-9 {
    width: 33.33333%;
  }
  .lg-4-9 {
    width: 44.44444%;
  }
  .lg-5-9 {
    width: 55.55556%;
  }
  .lg-6-9 {
    width: 66.66667%;
  }
  .lg-7-9 {
    width: 77.77778%;
  }
  .lg-8-9 {
    width: 88.88889%;
  }
  .lg-1-10 {
    width: 10%;
  }
  .lg-2-10 {
    width: 20%;
  }
  .lg-3-10 {
    width: 30%;
  }
  .lg-4-10 {
    width: 40%;
  }
  .lg-5-10 {
    width: 50%;
  }
  .lg-6-10 {
    width: 60%;
  }
  .lg-7-10 {
    width: 70%;
  }
  .lg-8-10 {
    width: 80%;
  }
  .lg-9-10 {
    width: 90%;
  }
  .lg-1-11 {
    width: 9.09091%;
  }
  .lg-2-11 {
    width: 18.18182%;
  }
  .lg-3-11 {
    width: 27.27273%;
  }
  .lg-4-11 {
    width: 36.36364%;
  }
  .lg-5-11 {
    width: 45.45455%;
  }
  .lg-6-11 {
    width: 54.54545%;
  }
  .lg-7-11 {
    width: 63.63636%;
  }
  .lg-8-11 {
    width: 72.72727%;
  }
  .lg-9-11 {
    width: 81.81818%;
  }
  .lg-10-11 {
    width: 90.90909%;
  }
  .lg-1-12 {
    width: 8.33333%;
  }
  .lg-2-12 {
    width: 16.66667%;
  }
  .lg-3-12 {
    width: 25%;
  }
  .lg-4-12 {
    width: 33.33333%;
  }
  .lg-5-12 {
    width: 41.66667%;
  }
  .lg-6-12 {
    width: 50%;
  }
  .lg-7-12 {
    width: 58.33333%;
  }
  .lg-8-12 {
    width: 66.66667%;
  }
  .lg-9-12 {
    width: 75%;
  }
  .lg-10-12 {
    width: 83.33333%;
  }
  .lg-11-12 {
    width: 91.66667%;
  }
  .lg-1-16 {
    width: 6.25%;
  }
  .lg-2-16 {
    width: 12.5%;
  }
  .lg-3-16 {
    width: 18.75%;
  }
  .lg-4-16 {
    width: 25%;
  }
  .lg-5-16 {
    width: 31.25%;
  }
  .lg-6-16 {
    width: 37.5%;
  }
  .lg-7-16 {
    width: 43.75%;
  }
  .lg-8-16 {
    width: 50%;
  }
  .lg-9-16 {
    width: 56.25%;
  }
  .lg-10-16 {
    width: 62.5%;
  }
  .lg-11-16 {
    width: 68.75%;
  }
  .lg-12-16 {
    width: 75%;
  }
  .lg-13-16 {
    width: 81.25%;
  }
  .lg-14-16 {
    width: 87.5%;
  }
  .lg-15-16 {
    width: 93.75%;
  }
  .lg-hidden {
    display: none;
  }
  .lg-not-hidden {
    display: inline-block;
  }
  .lg-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .lg-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .lg-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .lg-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .lg-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .lg-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .lg-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg-masonry-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .lg-masonry-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .lg-masonry-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .lg-masonry-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .lg-masonry-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (max-width: 991px) {
  .md-auto > * {
    width: auto;
  }
  .md-1 > * {
    width: 100%;
  }
  .md-2 > * {
    width: 50%;
  }
  .md-3 > * {
    width: 33.33333%;
  }
  .md-4 > * {
    width: 25%;
  }
  .md-5 > * {
    width: 20%;
  }
  .md-6 > * {
    width: 16.66667%;
  }
  .md-7 > * {
    width: 14.28571%;
  }
  .md-8 > * {
    width: 12.5%;
  }
  .md-9 > * {
    width: 11.11111%;
  }
  .md-10 > * {
    width: 10%;
  }
  .md-11 > * {
    width: 9.09091%;
  }
  .md-12 > * {
    width: 8.33333%;
  }
  .md-16 > * {
    width: 6.25%;
  }
  .md-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .md-table > * {
    display: table-cell;
  }
  .md-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .md-flexbox > * {
    display: inline-block;
  }
  .md-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .md-normal > * {
    display: inline-block;
  }
  .md-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .md-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .md-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .md-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .md-top > * {
    vertical-align: top;
  }
  .md-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .md-middle > * {
    vertical-align: middle;
  }
  .md-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .md-bottom > * {
    vertical-align: bottom;
  }
  .md-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .md-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .md-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .md-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .md-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .md-1-1 {
    width: 100%;
  }
  .md-1-2 {
    width: 50%;
  }
  .md-1-3 {
    width: 33.33333%;
  }
  .md-2-3 {
    width: 66.66667%;
  }
  .md-1-4 {
    width: 25%;
  }
  .md-2-4 {
    width: 50%;
  }
  .md-3-4 {
    width: 75%;
  }
  .md-1-5 {
    width: 20%;
  }
  .md-2-5 {
    width: 40%;
  }
  .md-3-5 {
    width: 60%;
  }
  .md-4-5 {
    width: 80%;
  }
  .md-1-6 {
    width: 16.66667%;
  }
  .md-2-6 {
    width: 33.33333%;
  }
  .md-3-6 {
    width: 50%;
  }
  .md-4-6 {
    width: 66.66667%;
  }
  .md-5-6 {
    width: 83.33333%;
  }
  .md-1-7 {
    width: 14.28571%;
  }
  .md-2-7 {
    width: 28.57143%;
  }
  .md-3-7 {
    width: 42.85714%;
  }
  .md-4-7 {
    width: 57.14286%;
  }
  .md-5-7 {
    width: 71.42857%;
  }
  .md-6-7 {
    width: 85.71429%;
  }
  .md-1-8 {
    width: 12.5%;
  }
  .md-2-8 {
    width: 25%;
  }
  .md-3-8 {
    width: 37.5%;
  }
  .md-4-8 {
    width: 50%;
  }
  .md-5-8 {
    width: 62.5%;
  }
  .md-6-8 {
    width: 75%;
  }
  .md-7-8 {
    width: 87.5%;
  }
  .md-1-9 {
    width: 11.11111%;
  }
  .md-2-9 {
    width: 22.22222%;
  }
  .md-3-9 {
    width: 33.33333%;
  }
  .md-4-9 {
    width: 44.44444%;
  }
  .md-5-9 {
    width: 55.55556%;
  }
  .md-6-9 {
    width: 66.66667%;
  }
  .md-7-9 {
    width: 77.77778%;
  }
  .md-8-9 {
    width: 88.88889%;
  }
  .md-1-10 {
    width: 10%;
  }
  .md-2-10 {
    width: 20%;
  }
  .md-3-10 {
    width: 30%;
  }
  .md-4-10 {
    width: 40%;
  }
  .md-5-10 {
    width: 50%;
  }
  .md-6-10 {
    width: 60%;
  }
  .md-7-10 {
    width: 70%;
  }
  .md-8-10 {
    width: 80%;
  }
  .md-9-10 {
    width: 90%;
  }
  .md-1-11 {
    width: 9.09091%;
  }
  .md-2-11 {
    width: 18.18182%;
  }
  .md-3-11 {
    width: 27.27273%;
  }
  .md-4-11 {
    width: 36.36364%;
  }
  .md-5-11 {
    width: 45.45455%;
  }
  .md-6-11 {
    width: 54.54545%;
  }
  .md-7-11 {
    width: 63.63636%;
  }
  .md-8-11 {
    width: 72.72727%;
  }
  .md-9-11 {
    width: 81.81818%;
  }
  .md-10-11 {
    width: 90.90909%;
  }
  .md-1-12 {
    width: 8.33333%;
  }
  .md-2-12 {
    width: 16.66667%;
  }
  .md-3-12 {
    width: 25%;
  }
  .md-4-12 {
    width: 33.33333%;
  }
  .md-5-12 {
    width: 41.66667%;
  }
  .md-6-12 {
    width: 50%;
  }
  .md-7-12 {
    width: 58.33333%;
  }
  .md-8-12 {
    width: 66.66667%;
  }
  .md-9-12 {
    width: 75%;
  }
  .md-10-12 {
    width: 83.33333%;
  }
  .md-11-12 {
    width: 91.66667%;
  }
  .md-1-16 {
    width: 6.25%;
  }
  .md-2-16 {
    width: 12.5%;
  }
  .md-3-16 {
    width: 18.75%;
  }
  .md-4-16 {
    width: 25%;
  }
  .md-5-16 {
    width: 31.25%;
  }
  .md-6-16 {
    width: 37.5%;
  }
  .md-7-16 {
    width: 43.75%;
  }
  .md-8-16 {
    width: 50%;
  }
  .md-9-16 {
    width: 56.25%;
  }
  .md-10-16 {
    width: 62.5%;
  }
  .md-11-16 {
    width: 68.75%;
  }
  .md-12-16 {
    width: 75%;
  }
  .md-13-16 {
    width: 81.25%;
  }
  .md-14-16 {
    width: 87.5%;
  }
  .md-15-16 {
    width: 93.75%;
  }
  .md-hidden {
    display: none;
  }
  .md-not-hidden {
    display: inline-block;
  }
  .md-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .md-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .md-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .md-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .md-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .md-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .md-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .md-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .md-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .md-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .md-masonry-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .md-masonry-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .md-masonry-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .md-masonry-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .md-masonry-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (max-width: 767px) {
  .sm-auto > * {
    width: auto;
  }
  .sm-1 > * {
    width: 100%;
  }
  .sm-2 > * {
    width: 50%;
  }
  .sm-3 > * {
    width: 33.33333%;
  }
  .sm-4 > * {
    width: 25%;
  }
  .sm-5 > * {
    width: 20%;
  }
  .sm-6 > * {
    width: 16.66667%;
  }
  .sm-7 > * {
    width: 14.28571%;
  }
  .sm-8 > * {
    width: 12.5%;
  }
  .sm-9 > * {
    width: 11.11111%;
  }
  .sm-10 > * {
    width: 10%;
  }
  .sm-11 > * {
    width: 9.09091%;
  }
  .sm-12 > * {
    width: 8.33333%;
  }
  .sm-16 > * {
    width: 6.25%;
  }
  .sm-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .sm-table > * {
    display: table-cell;
  }
  .sm-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .sm-flexbox > * {
    display: inline-block;
  }
  .sm-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .sm-normal > * {
    display: inline-block;
  }
  .sm-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .sm-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .sm-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .sm-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .sm-top > * {
    vertical-align: top;
  }
  .sm-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .sm-middle > * {
    vertical-align: middle;
  }
  .sm-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .sm-bottom > * {
    vertical-align: bottom;
  }
  .sm-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .sm-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .sm-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .sm-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .sm-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .sm-1-1 {
    width: 100%;
  }
  .sm-1-2 {
    width: 50%;
  }
  .sm-1-3 {
    width: 33.33333%;
  }
  .sm-2-3 {
    width: 66.66667%;
  }
  .sm-1-4 {
    width: 25%;
  }
  .sm-2-4 {
    width: 50%;
  }
  .sm-3-4 {
    width: 75%;
  }
  .sm-1-5 {
    width: 20%;
  }
  .sm-2-5 {
    width: 40%;
  }
  .sm-3-5 {
    width: 60%;
  }
  .sm-4-5 {
    width: 80%;
  }
  .sm-1-6 {
    width: 16.66667%;
  }
  .sm-2-6 {
    width: 33.33333%;
  }
  .sm-3-6 {
    width: 50%;
  }
  .sm-4-6 {
    width: 66.66667%;
  }
  .sm-5-6 {
    width: 83.33333%;
  }
  .sm-1-7 {
    width: 14.28571%;
  }
  .sm-2-7 {
    width: 28.57143%;
  }
  .sm-3-7 {
    width: 42.85714%;
  }
  .sm-4-7 {
    width: 57.14286%;
  }
  .sm-5-7 {
    width: 71.42857%;
  }
  .sm-6-7 {
    width: 85.71429%;
  }
  .sm-1-8 {
    width: 12.5%;
  }
  .sm-2-8 {
    width: 25%;
  }
  .sm-3-8 {
    width: 37.5%;
  }
  .sm-4-8 {
    width: 50%;
  }
  .sm-5-8 {
    width: 62.5%;
  }
  .sm-6-8 {
    width: 75%;
  }
  .sm-7-8 {
    width: 87.5%;
  }
  .sm-1-9 {
    width: 11.11111%;
  }
  .sm-2-9 {
    width: 22.22222%;
  }
  .sm-3-9 {
    width: 33.33333%;
  }
  .sm-4-9 {
    width: 44.44444%;
  }
  .sm-5-9 {
    width: 55.55556%;
  }
  .sm-6-9 {
    width: 66.66667%;
  }
  .sm-7-9 {
    width: 77.77778%;
  }
  .sm-8-9 {
    width: 88.88889%;
  }
  .sm-1-10 {
    width: 10%;
  }
  .sm-2-10 {
    width: 20%;
  }
  .sm-3-10 {
    width: 30%;
  }
  .sm-4-10 {
    width: 40%;
  }
  .sm-5-10 {
    width: 50%;
  }
  .sm-6-10 {
    width: 60%;
  }
  .sm-7-10 {
    width: 70%;
  }
  .sm-8-10 {
    width: 80%;
  }
  .sm-9-10 {
    width: 90%;
  }
  .sm-1-11 {
    width: 9.09091%;
  }
  .sm-2-11 {
    width: 18.18182%;
  }
  .sm-3-11 {
    width: 27.27273%;
  }
  .sm-4-11 {
    width: 36.36364%;
  }
  .sm-5-11 {
    width: 45.45455%;
  }
  .sm-6-11 {
    width: 54.54545%;
  }
  .sm-7-11 {
    width: 63.63636%;
  }
  .sm-8-11 {
    width: 72.72727%;
  }
  .sm-9-11 {
    width: 81.81818%;
  }
  .sm-10-11 {
    width: 90.90909%;
  }
  .sm-1-12 {
    width: 8.33333%;
  }
  .sm-2-12 {
    width: 16.66667%;
  }
  .sm-3-12 {
    width: 25%;
  }
  .sm-4-12 {
    width: 33.33333%;
  }
  .sm-5-12 {
    width: 41.66667%;
  }
  .sm-6-12 {
    width: 50%;
  }
  .sm-7-12 {
    width: 58.33333%;
  }
  .sm-8-12 {
    width: 66.66667%;
  }
  .sm-9-12 {
    width: 75%;
  }
  .sm-10-12 {
    width: 83.33333%;
  }
  .sm-11-12 {
    width: 91.66667%;
  }
  .sm-1-16 {
    width: 6.25%;
  }
  .sm-2-16 {
    width: 12.5%;
  }
  .sm-3-16 {
    width: 18.75%;
  }
  .sm-4-16 {
    width: 25%;
  }
  .sm-5-16 {
    width: 31.25%;
  }
  .sm-6-16 {
    width: 37.5%;
  }
  .sm-7-16 {
    width: 43.75%;
  }
  .sm-8-16 {
    width: 50%;
  }
  .sm-9-16 {
    width: 56.25%;
  }
  .sm-10-16 {
    width: 62.5%;
  }
  .sm-11-16 {
    width: 68.75%;
  }
  .sm-12-16 {
    width: 75%;
  }
  .sm-13-16 {
    width: 81.25%;
  }
  .sm-14-16 {
    width: 87.5%;
  }
  .sm-15-16 {
    width: 93.75%;
  }
  .sm-hidden {
    display: none;
  }
  .sm-not-hidden {
    display: inline-block;
  }
  .sm-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .sm-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .sm-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .sm-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .sm-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .sm-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sm-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .sm-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .sm-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-masonry-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .sm-masonry-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .sm-masonry-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .sm-masonry-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .sm-masonry-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (max-width: 479px) {
  .xs-auto > * {
    width: auto;
  }
  .xs-1 > * {
    width: 100%;
  }
  .xs-2 > * {
    width: 50%;
  }
  .xs-3 > * {
    width: 33.33333%;
  }
  .xs-4 > * {
    width: 25%;
  }
  .xs-5 > * {
    width: 20%;
  }
  .xs-6 > * {
    width: 16.66667%;
  }
  .xs-7 > * {
    width: 14.28571%;
  }
  .xs-8 > * {
    width: 12.5%;
  }
  .xs-9 > * {
    width: 11.11111%;
  }
  .xs-10 > * {
    width: 10%;
  }
  .xs-11 > * {
    width: 9.09091%;
  }
  .xs-12 > * {
    width: 8.33333%;
  }
  .xs-16 > * {
    width: 6.25%;
  }
  .xs-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .xs-table > * {
    display: table-cell;
  }
  .xs-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .xs-flexbox > * {
    display: inline-block;
  }
  .xs-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .xs-normal > * {
    display: inline-block;
  }
  .xs-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .xs-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .xs-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .xs-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .xs-top > * {
    vertical-align: top;
  }
  .xs-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .xs-middle > * {
    vertical-align: middle;
  }
  .xs-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .xs-bottom > * {
    vertical-align: bottom;
  }
  .xs-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .xs-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .xs-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .xs-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .xs-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .xs-1-1 {
    width: 100%;
  }
  .xs-1-2 {
    width: 50%;
  }
  .xs-1-3 {
    width: 33.33333%;
  }
  .xs-2-3 {
    width: 66.66667%;
  }
  .xs-1-4 {
    width: 25%;
  }
  .xs-2-4 {
    width: 50%;
  }
  .xs-3-4 {
    width: 75%;
  }
  .xs-1-5 {
    width: 20%;
  }
  .xs-2-5 {
    width: 40%;
  }
  .xs-3-5 {
    width: 60%;
  }
  .xs-4-5 {
    width: 80%;
  }
  .xs-1-6 {
    width: 16.66667%;
  }
  .xs-2-6 {
    width: 33.33333%;
  }
  .xs-3-6 {
    width: 50%;
  }
  .xs-4-6 {
    width: 66.66667%;
  }
  .xs-5-6 {
    width: 83.33333%;
  }
  .xs-1-7 {
    width: 14.28571%;
  }
  .xs-2-7 {
    width: 28.57143%;
  }
  .xs-3-7 {
    width: 42.85714%;
  }
  .xs-4-7 {
    width: 57.14286%;
  }
  .xs-5-7 {
    width: 71.42857%;
  }
  .xs-6-7 {
    width: 85.71429%;
  }
  .xs-1-8 {
    width: 12.5%;
  }
  .xs-2-8 {
    width: 25%;
  }
  .xs-3-8 {
    width: 37.5%;
  }
  .xs-4-8 {
    width: 50%;
  }
  .xs-5-8 {
    width: 62.5%;
  }
  .xs-6-8 {
    width: 75%;
  }
  .xs-7-8 {
    width: 87.5%;
  }
  .xs-1-9 {
    width: 11.11111%;
  }
  .xs-2-9 {
    width: 22.22222%;
  }
  .xs-3-9 {
    width: 33.33333%;
  }
  .xs-4-9 {
    width: 44.44444%;
  }
  .xs-5-9 {
    width: 55.55556%;
  }
  .xs-6-9 {
    width: 66.66667%;
  }
  .xs-7-9 {
    width: 77.77778%;
  }
  .xs-8-9 {
    width: 88.88889%;
  }
  .xs-1-10 {
    width: 10%;
  }
  .xs-2-10 {
    width: 20%;
  }
  .xs-3-10 {
    width: 30%;
  }
  .xs-4-10 {
    width: 40%;
  }
  .xs-5-10 {
    width: 50%;
  }
  .xs-6-10 {
    width: 60%;
  }
  .xs-7-10 {
    width: 70%;
  }
  .xs-8-10 {
    width: 80%;
  }
  .xs-9-10 {
    width: 90%;
  }
  .xs-1-11 {
    width: 9.09091%;
  }
  .xs-2-11 {
    width: 18.18182%;
  }
  .xs-3-11 {
    width: 27.27273%;
  }
  .xs-4-11 {
    width: 36.36364%;
  }
  .xs-5-11 {
    width: 45.45455%;
  }
  .xs-6-11 {
    width: 54.54545%;
  }
  .xs-7-11 {
    width: 63.63636%;
  }
  .xs-8-11 {
    width: 72.72727%;
  }
  .xs-9-11 {
    width: 81.81818%;
  }
  .xs-10-11 {
    width: 90.90909%;
  }
  .xs-1-12 {
    width: 8.33333%;
  }
  .xs-2-12 {
    width: 16.66667%;
  }
  .xs-3-12 {
    width: 25%;
  }
  .xs-4-12 {
    width: 33.33333%;
  }
  .xs-5-12 {
    width: 41.66667%;
  }
  .xs-6-12 {
    width: 50%;
  }
  .xs-7-12 {
    width: 58.33333%;
  }
  .xs-8-12 {
    width: 66.66667%;
  }
  .xs-9-12 {
    width: 75%;
  }
  .xs-10-12 {
    width: 83.33333%;
  }
  .xs-11-12 {
    width: 91.66667%;
  }
  .xs-1-16 {
    width: 6.25%;
  }
  .xs-2-16 {
    width: 12.5%;
  }
  .xs-3-16 {
    width: 18.75%;
  }
  .xs-4-16 {
    width: 25%;
  }
  .xs-5-16 {
    width: 31.25%;
  }
  .xs-6-16 {
    width: 37.5%;
  }
  .xs-7-16 {
    width: 43.75%;
  }
  .xs-8-16 {
    width: 50%;
  }
  .xs-9-16 {
    width: 56.25%;
  }
  .xs-10-16 {
    width: 62.5%;
  }
  .xs-11-16 {
    width: 68.75%;
  }
  .xs-12-16 {
    width: 75%;
  }
  .xs-13-16 {
    width: 81.25%;
  }
  .xs-14-16 {
    width: 87.5%;
  }
  .xs-15-16 {
    width: 93.75%;
  }
  .xs-hidden {
    display: none;
  }
  .xs-not-hidden {
    display: inline-block;
  }
  .xs-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .xs-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .xs-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .xs-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .xs-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xs-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .xs-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .xs-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .xs-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xs-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xs-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .xs-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .xs-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .xs-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xs-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .xs-masonry-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .xs-masonry-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .xs-masonry-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .xs-masonry-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .xs-masonry-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  -moz-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;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Fonts  ------- *

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

@font-face {
  font-family: "Crossten";
  src: url("fonts/Crossten-ExtraLight.eot");
  src: url("fonts/Crossten-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Crossten-ExtraLight.woff2") format("woff2"), url("fonts/Crossten-ExtraLight.woff") format("woff"), url("fonts/Crossten-ExtraLight.ttf") format("truetype"), url("fonts/Crossten-ExtraLight.svg#Crossten-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  General Settings  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
}

body {
  color: black;
  font-family: "Crossten", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  position: relative;
}

body * {
  outline: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
}

a {
  color: #9C862E;
}

a:hover {
  color: #363656;
}

p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 200;
  color: #363656;
}

ul {
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

b {
  font-weight: 800;
}

h1, .h1-size,
h2, .h2-size,
h3, .h3-size,
h4, .h4-size,
h5, .h5-size,
h6, .h6-size {
  color: #363656;
  font-family: "Crossten", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 49px;
  text-transform: none;
}

h1, .h1-size {
  letter-spacing: -0.01em;
}

h2, .h2-size {
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 22px;
  color: #B59F44;
  text-transform: capitalize;
}

h3, .h3-size {
  font-size: 48px;
  line-height: 66px;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}

h4, .h4-size {
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
}

h5, .h5-size {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
}

h6, .h6-size {
  font-size: 1.1em;
}

figure {
  margin: 0;
}

figure > img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure > a {
  display: inline-block;
}

section {
  position: relative;
}

section:not(:last-child) {
  min-height: 100vh;
}

section:last-child {
  padding-top: 100px;
  padding-bottom: 100px;
}

section:last-child .vertical-title-line-wrapper .title-line {
  height: -moz-calc(60vh - 159px);
  height: calc(60vh - 159px);
}

section:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

section .photo-and-text-wrap {
  min-height: inherit;
}

section .content-text {
  position: relative;
}

section .content-text h3 {
  width: 55%;
}

label {
  color: #343441;
  position: relative;
  top: -40px;
  line-height: 27px;
  font-size: 18px;
  -moz-transition: 0.8s;
  transition: 0.8s;
  pointer-events: none;
}

label.focused {
  top: -70px;
  line-height: 21px;
  font-size: 14px;
}

label.textarea-label {
  top: -50px;
}

label.textarea-focused {
  top: -150px;
  line-height: 21px;
  font-size: 14px;
}

input[type="text"],
input[type="email"],
textarea {
  border: none;
  width: 100%;
  border-bottom: 1px solid rgba(203, 181, 1, 0.3);
  color: #343441;
  font-weight: 800;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.01em;
}

input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
textarea:hover,
textarea:focus {
  border-bottom-color: #cbb557;
}

input[type="text"]:focus label,
input[type="email"]:focus label,
textarea:focus label {
  color: #B29B3F;
}

input[type="submit"] {
  font-weight: 800;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  background-color: #B59F44;
  padding: 0 50px;
  color: white;
  cursor: pointer;
  border: none;
  height: 44px;
}

input[type="submit"]:hover {
  background-color: #363656;
}

textarea {
  resize: none;
}

.container {
  max-width: 1300px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.navigation-button {
  font-weight: 800;
  text-decoration: none;
  color: #363656;
  position: absolute;
}

.navigation-button i {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: middle;
  color: #CBB557;
  font-size: 18px;
}

.navigation-button i.fa-arrow-left {
  margin-left: 0;
}

.navigation-button i.fa-arrow-right {
  margin-right: 0;
}

.navigation-button.down-button {
  bottom: 45px;
  left: -moz-calc(14.28571% + 25px);
  left: calc(14.28571% + 25px);
  -moz-transform: translateX(-14.28571%);
       transform: translateX(-14.28571%);
}

.navigation-button.down-button.right-button {
  right: -moz-calc(14.28571% + 25px);
  right: calc(14.28571% + 25px);
  left: unset;
}

.navigation-button.up-button {
  top: 80px;
  left: 50%;
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: 5;
}

.navigation-button.no-clickable-button {
  color: #B4B4B4;
  cursor: default;
  display: inline;
}

.navigation-button.no-clickable-button i {
  color: #B4B4B4;
}

.navigation-button.no-clickable-button:hover {
  color: #B4B4B4;
}

.navigation-button.no-clickable-button:hover i {
  color: #B4B4B4;
}

.navigation-button:hover {
  color: #CBB557;
}

.navigation-button:hover i {
  color: #FFF1B7;
}

.golden-line {
  height: 6px;
  background-color: #B59F44;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.golden-line.bottom-line {
  bottom: 0;
  top: unset;
}

.headline .headline-sidebar {
  min-height: -moz-calc(100vh);
  min-height: calc(100vh);
  background-image: url("./img/headline-sidebar-background.svg");
  position: relative;
}

.headline .headline-sidebar > div {
  min-height: inherit;
}

.headline .headline-sidebar > div h1 {
  text-transform: uppercase;
}

.headline .headline-sidebar > div h1,
.headline .headline-sidebar > div p {
  color: white;
}

.headline .headline-sidebar .navigation-button {
  color: white;
}

.headline .headline-sidebar .navigation-button:hover {
  color: #CBB557;
}

.headline .headline-sidebar .navigation-button.down-button {
  left: 50%;
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
}

.headline .haeadline-background-photo {
  -moz-background-size: cover;
       background-size: cover;
}

.headline .headline-text-field {
  min-height: 100vh;
  position: relative;
}

.vertical-title-line-wrapper {
  padding-top: 200px;
}

.vertical-title-line-wrapper .title-line-name {
  color: #B59F44;
  -moz-transform: rotate(-90deg);
       transform: rotate(-90deg);
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  background-color: white;
}

.vertical-title-line-wrapper .title-line {
  height: 60vh;
  border-right: 1px solid #B59F44;
  opacity: 0.3;
  width: 50%;
}

.horizontal-title-line-wrapper {
  display: -moz-inline-box;
  display: inline-flex;
  margin-bottom: 50px;
}

.horizontal-title-line-wrapper .title-line-name {
  color: #B59F44;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  margin-right: 20px;
}

.horizontal-title-line-wrapper .title-line {
  border-bottom: 1px solid #B59F44;
  opacity: 0.3;
  width: 100%;
}

.horizontal-line {
  border-bottom: 1px solid #B59F44;
  opacity: 0.3;
  position: absolute;
  top: 90px;
  right: 5%;
  width: 37%;
}

.half-frame {
  border: 20px solid rgba(190, 153, 0, 0.3);
  min-height: 90vh;
  width: 95%;
  border-left: none;
}

.half-frame.white-frame {
  border-color: rgba(255, 255, 255, 0.1);
}

.bottom-right-photo-type {
  position: relative;
}

.bottom-right-photo-type .bottom-right-photo-frame {
  border: 20px solid #FFF1B7;
  -moz-border-radius: 8px;
       border-radius: 8px;
  min-width: 445px;
  height: 100%;
  position: absolute;
  top: -40px;
  right: 40px;
  z-index: 1;
}

.bottom-right-photo-type > img {
  position: relative;
  z-index: 2;
}

.bottom-right-photo-type .bottom-right-photo-text {
  position: absolute;
  width: 50%;
  right: 315px;
  z-index: 3;
  top: 20%;
}

.small-font {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-transform: lowercase;
}

.golden-background {
  padding-top: 169px !important;
}

.golden-background .navigation-button {
  color: white;
}

.golden-background .navigation-button i {
  color: white;
}

.golden-background .navigation-button:hover {
  color: #363656;
}

.golden-background .navigation-button:hover i {
  color: #FFF1B7;
}

.golden-background h2 {
  text-transform: uppercase;
}

.golden-background .white-text h2,
.golden-background .white-text p,
.golden-background .white-text li {
  color: white !important;
}

.frame-photo {
  border: 20px solid #B29B3F;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #FFF1B7;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 15px;
}

.frame-photo img {
  width: 100%;
}

.frame-photo.yellow-frame-photo {
  border: 20px solid #FFF1B7;
  background-color: white;
}

.title-and-link {
  display: -moz-inline-box;
  display: inline-flex;
}

.title-and-link a {
  font-weight: 800;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #74747E;
  text-decoration: none;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

.title-and-link a:hover {
  color: #B59F44;
}

.title-and-link > *:last-child {
  margin-left: 30px;
}

.video-field {
  position: relative;
  height: 100vh;
  overflow: hidden;
  min-height: inherit;
}

.video-field video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.video-field .play-button {
  color: #B59F44;
  font-size: 90px;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 40%;
  -moz-transform: translate(-50%);
  transform: translate(-50%);
  cursor: pointer;
  -moz-transition: 500ms;
  transition: 500ms;
}

.video-field .play-button:hover {
  opacity: 0.5;
}

.video-field .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.video-field #mute-button {
  position: relative;
  top: 15px;
  left: 15px;
  z-index: 3;
  display: inline-block;
}

.video-field #mute-button i {
  font-size: 25px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Header  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
header {
  position: relative;
  z-index: 4;
}

header.white-color .header-logo svg,
header.white-color .menu-closed svg {
  fill: white;
}

header.white-color .header-logo i,
header.white-color .menu-closed i {
  color: white;
}

header .header-logo {
  position: absolute;
  top: 60px;
  left: 150px;
}

header .header-logo svg {
  fill: #CBB557;
}

header .menu-button {
  position: absolute;
  top: 80px;
  left: 45px;
  cursor: pointer;
}

header .menu-button i {
  color: #CBB557;
  font-size: 30px;
}

header .menu-button:hover i {
  color: #FFF1B7;
}

header .menu-button.menu-closed {
  position: fixed;
}

header .menu-button.menu-open {
  top: 70px;
}

header .menu-button.menu-open i {
  font-size: 40px;
}

body.home .header-logo {
  display: none;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Navigation Menus  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
.sidebar-menu {
  background-image: url("./img/menu-background.svg");
  position: fixed;
  width: 41.66667%;
  height: 100vh;
  -moz-box-shadow: 49px 0px 136px -60px rgba(0, 0, 0, 0.75);
       box-shadow: 49px 0px 136px -60px rgba(0, 0, 0, 0.75);
  left: -100%;
  -moz-transition: 1s;
  transition: 1s;
}

.sidebar-menu .menu-logo {
  position: absolute;
  top: 60px;
  left: 150px;
  z-index: 1;
}

.sidebar-menu nav {
  margin-top: 175px;
}

.sidebar-menu nav > ul li {
  cursor: pointer;
}

.sidebar-menu nav > ul > li a {
  text-decoration: none;
}

.sidebar-menu nav > ul > li > a {
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.sidebar-menu nav > ul > li .sub-menu {
  margin-top: 20px;
  display: none;
  padding-left: 20px;
}

.sidebar-menu nav > ul > li .sub-menu a {
  color: #ABABCA;
}

.sidebar-menu nav > ul > li .sub-menu a:hover {
  color: white;
}

.sidebar-menu nav > ul > li .sub-menu.active {
  display: block;
}

.sidebar-menu nav > ul > li:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-menu nav > ul > li.menu-item-has-children > a {
  position: relative;
}

.sidebar-menu nav > ul > li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: -4px;
  right: 0;
  font-size: 25px;
  color: #B59F44;
}

.sidebar-menu nav > ul > li.menu-item-has-children > a.active::after {
  -moz-transform: rotate(90deg);
       transform: rotate(90deg);
}

.sidebar-menu nav > ul > li:hover > a {
  color: #B59F44;
}

.sidebar-menu nav > ul > li:hover.menu-item-has-children::after {
  color: #FFF1B7;
}

.sidebar-menu.active {
  left: 0;
}

.footer-menu {
  display: -moz-inline-box;
  display: inline-flex;
}

.footer-menu > li a {
  text-decoration: none;
  font-weight: 800;
  color: #B59F44;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.08em;
}

.footer-menu > li a:hover {
  color: #FFF1B7;
}

.footer-menu > li:not(:last-child) {
  margin-right: 70px;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Footer  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
footer {
  background-image: url("./img/footer-background.svg");
  padding-top: 40px;
  padding-bottom: 40px;
}

body.home footer,
body.page-template-contact-us footer,
body.page-template-forms footer,
body.page-template-faq footer {
  display: none;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  About Page  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#about #vision-mission-core-values {
  padding-bottom: 0;
}

#about #vision-mission-core-values .vertical-title-line-wrapper {
  min-height: 100vh;
}

#about #vision-mission-core-values figure > img {
  display: inline-block;
}

#about #vision-mission-core-values h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

#about #vision-mission-core-values p {
  margin-top: 0;
}

#about #vision-mission-core-values .navigation-button.down-button {
  left: -moz-calc(8.33333%);
  left: calc(8.33333%);
  -moz-transform: translateX(-8.33333%);
       transform: translateX(-8.33333%);
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Services Page  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#services .golden-background {
  background-image: url("./img/services_background.svg");
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Why Us Page  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#why-us .golden-background {
  background-image: url("./img/why-us-top-background.svg");
  -moz-background-size: contain;
       background-size: contain;
  background-position: top;
  background-position-y: 0%;
}

#why-us h2 {
  text-transform: none;
}

#why-us ul > li {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
  list-style-type: disc;
  color: #363656;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  About Page  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#news-list .headline figure {
  background-position: center;
}

#news-list #news-second-section {
  padding-top: 200px;
}

#news-list #news-second-section .vertical-title-line-wrapper {
  padding-top: 0;
}

#news-list #news-second-section .vertical-title-line-wrapper .title-line {
  height: 100%;
}

#news-list #news-second-section figure > a {
  display: -moz-box;
  display: flex;
}

#news-list #news-second-section .news-list h2 > a {
  color: #363656;
  text-decoration: none;
  text-transform: uppercase;
}

#news-list #news-second-section .news-list h2 > a:hover {
  color: #CBB557;
}

#news-list #news-second-section .news-list .navigation-button {
  position: unset;
}

#news-list #news-second-section .news-list:not(:last-child) {
  margin-bottom: 50px;
}

#single-news section {
  padding-top: 100px;
  padding-bottom: 100px;
}

#single-news section article {
  padding-top: 80px;
}

#single-news section article h1 {
  text-transform: uppercase;
}

#single-news section article figure {
  margin-top: 30px;
}

#single-news section article figure > img {
  margin-right: auto;
  margin-left: auto;
}

#single-news section article .news-note {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  line-height: 21px;
  font-size: 14px;
  color: #363656;
  opacity: 0.8;
}

#single-news section article .news-content-text {
  margin-top: 30px;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Contact Us Page  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#contact-us .headline-sidebar h1 {
  font-size: 64px;
  line-height: 74px;
  margin-top: 20px;
}

#contact-us .headline-sidebar p {
  width: 70%;
  font-size: 24px;
}

#contact-us h3 {
  text-transform: uppercase;
}

#contact-us h3 + div {
  color: #343441;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  opacity: 0.5;
  line-height: 27px;
  font-size: 18px;
  margin-bottom: 30px;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Forms Page  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#forms .form-frame {
  position: relative;
  background-color: #FFFBEC;
  border: 4px solid #FFF1B7;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 30px 50px 40px;
}

#forms .form-frame h3 {
  margin-top: 0;
  margin-bottom: 0;
}

#forms .form-frame h3 a {
  color: #363656;
  text-decoration: none;
}

#forms .form-frame h3 a:hover {
  color: #CBB557;
}

#forms .form-frame p {
  width: 65%;
}

#forms .form-frame .navigation-button {
  bottom: 20px;
  right: 10px;
}

#forms .form-frame:not(:last-child) {
  margin-bottom: 20px;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  FAQ Page  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#faq .horizontal-title-line-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

#faq .faq-questions {
  font-weight: 800;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: -0.01em;
  opacity: 0.4;
  color: white;
  cursor: pointer;
}

#faq .faq-questions.active, #faq .faq-questions:hover {
  opacity: 1;
}

#faq .faq-questions:not(:last-child) {
  margin-bottom: 50px;
}

#faq .faq-navigation {
  margin-top: 74px;
  margin-bottom: 30px;
}

#faq .faq-navigation .navigation-button,
#faq .faq-navigation .horizontal-line {
  position: static;
}

#faq .faq-navigation .horizontal-line {
  width: 100%;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Mobile  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/* lg - TABLET LANDSCAPE */
@media (max-width: 1199px) {
  /* lg - TABLET LANDSCAPE */
  .navigation-button.down-button {
    bottom: 15px;
  }
  .headline .headline-sidebar .navigation-button.down-button {
    width: 100%;
    text-align: center;
  }
  .bottom-right-photo-type .bottom-right-photo-text {
    width: 70%;
    right: 255px;
  }
  /*
#about #team .slider-team .slick-arrow.slick-next {
    right: 0%;
}
*/
  #about p {
    font-size: 18px;
  }
  header .header-logo {
    left: 90px;
  }
  #forms .horizontal-title-line-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #faq .faq-navigation {
    margin-top: 50px;
  }
  #services .headline h1 {
    font-size: 30px;
    line-height: 35px;
  }
  #services .headline p {
    font-size: 18px;
    line-height: 25px;
  }
  #about .navigation-button.up-button {
    top: 45px;
  }
  #why-us .golden-background .white-text h2,
  #why-us .golden-background .white-text li {
    color: #363656 !important;
  }
  .page-id-3 h1 {
    margin-top: 160px;
  }
  .page-id-3 h3 {
    font-size: 35px;
    line-height: 58px;
  }
}

/* md - TABLET PORTRAIT */
@media (max-width: 991px) {
  /* md - TABLET PORTRAIT */
  .sidebar-menu {
    width: 50%;
  }
  .navigation-button.up-button {
    z-index: 0;
  }
  .vertical-title-line-wrapper .title-line-name {
    font-size: 9px;
  }
  .footer-menu > li:not(:last-child) {
    margin-right: 30px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  #faq .horizontal-title-line-wrapper {
    margin-bottom: 10px;
  }
  #faq .navigation-button.down-button {
    bottom: 60px;
  }
  #about figure {
    background-position: top;
  }
  #about section {
    min-height: auto;
  }
  #about .navigation-button.up-button {
    top: 80px;
    left: 15%;
    z-index: 0;
  }
  #about .content-text h3 {
    width: 100%;
  }
  #about #fourth-section h2 {
    margin-bottom: 0;
    margin-top: 10px;
  }
  #about #vision-mission-core-values .vertical-title-line-wrapper {
    min-height: auto;
  }
  #about #vision-mission-core-values .div-core-values {
    margin-bottom: 50px;
  }
}

/* sm - MOBILE LANDSCAPE */
@media (max-width: 767px) {
  /* sm - MOBILE LANDSCAPE */
  #home aside figure > img {
    margin-left: auto;
    margin-right: auto;
  }
  #home .margin-bottom-70 {
    margin-bottom: 0px;
  }
  #home .navigation-button.down-button {
    bottom: 15px;
  }
  .sidebar-menu {
    width: 75%;
  }
  .sidebar-menu .menu-logo {
    top: 15px;
    left: 125px;
  }
  .sidebar-menu nav {
    margin-top: 100px;
    margin-left: 50px;
  }
  .sidebar-menu nav > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
  header .menu-button {
    top: 70px;
    left: 40px;
  }
  .menu-open {
    right: 15px !important;
    left: auto !important;
    top: 25px !important;
  }
  header .menu-button {
    top: 10px;
    left: 40px;
  }
  #contact-us .headline-sidebar h1 {
    font-size: 35px;
    line-height: 50px;
    margin-top: 40px;
  }
  #contact-us .headline-sidebar p {
    width: 100%;
  }
  #contact-us .headline-sidebar h1 {
    margin-top: 0px;
    margin-bottom: -10px;
  }
  #contact-us .headline .headline-sidebar {
    min-height: auto;
  }
  #contact-us .md-mt-50 {
    margin-top: 0;
  }
  #forms .headline-sidebar h1 {
    font-size: 35px;
    line-height: 50px;
    margin-top: 0px;
  }
  #forms .headline .headline-sidebar {
    min-height: auto;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  header .menu-button {
    top: 35px;
    left: 40px;
  }
  #faq .faq-navigation {
    margin-top: 20px;
  }
  #faq .horizontal-title-line-wrapper {
    margin-top: 40px;
  }
  #news-second-section {
    padding-top: 50px !important;
  }
  #news-second-section .news-list h2 {
    font-size: 25px;
    margin-top: 30px;
  }
  #single-news .navigation-button.up-button {
    top: 40px;
    left: 50%;
  }
  #single-news .horizontal-line {
    top: 54px;
    right: 0%;
    width: 37%;
  }
  #single-news section article {
    padding-top: 40px !important;
  }
  #single-news section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #single-news h1 {
    font-size: 25px;
    line-height: 40px;
  }
  .golden-background {
    padding-top: 30px !important;
  }
  #why-us .margin-bottom-100 {
    margin-bottom: 20px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .slick-arrow.slick-prev {
    left: 0% !important;
  }
  .page-id-3 h1 {
    margin-top: 80px;
  }
  .page-id-3 h3 {
    font-size: 25px;
    line-height: 38px;
  }
  header .menu-button {
    top: 12px;
  }
  #about section:last-child {
    padding-top: 0px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .faq-answers {
    margin-bottom: 20px;
  }
  #services .margin-bottom-100 {
    margin-bottom: 50px;
  }
}

/* xs - MOBILE PORTRAIT */
@media (max-width: 479px) {
  /* xs - MOBILE PORTRAIT */
  #home aside figure > img {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
  #home .navigation-button.down-button {
    bottom: 100px !important;
  }
  header .menu-button {
    top: 70px;
    left: 5px;
  }
  .sidebar-menu .menu-logo {
    top: 15px;
    left: 15px;
  }
  .sidebar-menu {
    width: 90%;
    top: 45px;
    height: 83%;
    -moz-border-radius: 0px;
         border-radius: 0px;
    margin-left: 5%;
    -moz-box-shadow: 0px 0px 31px 14px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 31px 14px rgba(0, 0, 0, 0.75);
    left: -110%;
  }
  .sidebar-menu nav > ul > li.menu-item-has-children > a::after {
    right: 100px;
  }
  .xs-mt--150 {
    margin-top: -150px;
  }
  body.home {
    height: 100vh;
    overflow: hidden;
  }
  header .menu-button {
    top: 40px;
  }
  #forms .form-frame:not(:last-child) {
    margin-bottom: 20px;
  }
  #forms .form-frame p {
    width: 100%;
  }
  #news-list .headline {
    min-height: auto;
  }
  #news-list .headline aside {
    min-height: auto !important;
  }
  footer nav ul {
    display: block !important;
  }
  footer nav ul li {
    margin-right: 0 !important;
  }
  .footer-menu > li a {
    font-size: 25px;
    line-height: 35px;
  }
  #about .headline .headline-sidebar {
    min-height: auto;
    height: auto;
  }
  .div-core-values .h5-size {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  header .menu-button {
    top: 13px;
  }
  .video-field {
    height: 185px;
  }
  .video-field video {
    height: auto;
  }
  .video-field .play-button {
    top: 25%;
  }
}

/* RETINA FIXES */

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



/* ------------------------------------
   Block: Custom Code Plugin
------------------------------------- *
 */


/* =========================
	PUBLIC DESKTOP CSS
========================= */

header .social-icons {
  position: absolute;
  bottom: 20px;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -40px;
  width: 250px;
}
body.home footer {
  display: block !important;
}
.list--dot li {
  list-style-type: disc;
  font-size: 19px;
  line-height: 1.8;
  margin-left: 20px;
}
strong {
  font-weight: 800;
}
.content-text a {
  text-decoration: none;
  color: #363656;
}
.headline .headline-sidebar {
  background-color: #383846;
}
.sidebar-menu {
  background-color: #1c1c28;
}
div.wpcf7 .ajax-loader {
  position: absolute;
}
.grecaptcha-badge {
  display: none;
}
.recaptcha-privacy {
  font-size: 10px;
}
.recaptcha-privacy a {
  text-decoration: none;
}


/* =========================
	PUBLIC DESKTOP CSS END
========================= */
/* =========================
	PUBLIC RESPONSIVE CSS
========================= */

/* TABLET LANDSCAPE */
@media (max-width: 1199px) {



}

/* TABLET PORTRAIT */
@media (max-width: 991px) {



}

/* MOBILE LANDSCAPE */
@media (max-width: 767px) {



}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {



}

/* RETINA FIXES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {



}
/* =========================
	PUBLIC RESPONSIVE CSS END
========================= */













