@charset "UTF-8";
/* ===========================================================
   ASSETS
=========================================================== */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}

a, a img, img {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

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

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

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

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

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

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

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

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

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

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

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

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

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

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

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

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

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}

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

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

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

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

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

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

/* ===========================================================
   FONT FACE
=========================================================== */
/* ======================= RALEWAY ========================= */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
/* ======================= ROBOTO ========================= */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
/* ======================= LuckyFellas ========================= */
@font-face {
  font-family: "LuckyFellas";
  src: url("../fonts/LuckyFellas/LuckyFellas.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LuckyFellas";
  src: url("../fonts/LuckyFellas/LuckyFellasNarrow.otf");
  font-weight: 300;
  font-style: normal;
}
/* ===========================================================
   BREAKPOINTS
=========================================================== */
/*===========================================================
   FONTS
=========================================================== */
/* ===========================================================
   COLORS
=========================================================== */
/* ===========================================================
   SIZES
=========================================================== */
/* ===========================================================
   MIXINS & EXTENDS
=========================================================== */
.page-wrap .before-after-wrapper:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.lte-ie8 .page-wrap .before-after-wrapper, .page-wrap .lte-ie8 .before-after-wrapper, .lte-ie8 .clearfix {
  zoom: 1;
}

/*ex: @include transition(color, 0.1s); */
/*ex: @include rotate(90); */
/* ===========================================================
   TYPOGRAPHY
=========================================================== */
.page-wrap h1, .page-wrap h2, .page-wrap h3, .page-wrap h4, .page-wrap h5, .page-wrap h6 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 20px;
  display: block;
}
.page-wrap h1 {
  font-size: 48px;
}
.page-wrap h2 {
  font-size: 36px;
}
.page-wrap h3 {
  font-size: 24px;
}
.page-wrap h4 {
  font-size: 18px;
}
.page-wrap p {
  margin: 0 0 20px;
  font: 400 16px/25px "Roboto", Arial, Helvetica, sans-serif;
}
.page-wrap ul, .page-wrap ol {
  margin: 0 0 15px 20px;
}
.page-wrap ul li, .page-wrap ol li {
  font: 400 16px/25px "Roboto", Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
}
.page-wrap ul {
  list-style: disc outside;
}
.page-wrap ul.gform_fields {
  margin-left: 0;
  list-style: none !important;
}
.page-wrap ol {
  list-style: decimal outside;
}
.page-wrap .section__title {
  font-weight: 400;
  font-size: 89px;
  font-family: "LuckyFellas", Arial, Helvetica, sans-serif;
  color: #222222;
  line-height: 89px;
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-wrap .section__title {
    font-size: 68px;
    line-height: 72px;
  }
}
.page-wrap .section__title_smaller {
  font-size: 54px;
  line-height: 54px;
}
.page-wrap .section__title-content {
  text-align: center;
}
.page-wrap .section__title-content h2 {
  font-weight: 400;
  font-size: 89px;
  font-family: "LuckyFellas", Arial, Helvetica, sans-serif;
  color: #222222;
  line-height: 89px;
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .page-wrap .section__title-content h2 {
    font-size: 68px;
    line-height: 72px;
  }
}
.page-wrap .section__title-content p {
  font-weight: 400;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #222222;
  display: block;
  margin-bottom: 60px;
}

body .btn-border-down {
  position: relative;
  padding: 10px 3px;
  color: #000;
  display: inline-block;
  font: 700 16px/1em "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 640px) {
  body .btn-border-down {
    font-size: 18px;
  }
}
body .btn-border-down::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.2s;
}
body .btn-border-down:hover, body .btn-border-down:active {
  color: #333333;
  text-decoration: none;
}
body .btn-border-down:hover::after, body .btn-border-down:active::after {
  background-color: #333333;
  transform: scaleX(0.5);
}
body .ajax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url("../images/ajax-loader.gif") top 110px center no-repeat;
  display: block;
  z-index: -1;
  opacity: 0;
  transition: 0.6s;
}
body .ajax-overlay.active {
  opacity: 1;
  z-index: 13;
}

.var_dump_test {
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 100px;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.var_dump_test pre {
  color: white;
  font-size: 20px;
}

.page-wrap .form-wrapper .gform_wrapper {
  margin: 16px 0;
}
.page-wrap .form-wrapper .gform_wrapper .validation_error {
  padding: 6px 0;
  margin: 0 0 15px;
}
.page-wrap .form-wrapper .gform_wrapper .g-recaptcha {
  margin-bottom: 10px;
  width: 100%;
}
.page-wrap .form-wrapper .gform_wrapper div.c-errors {
  color: red;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield {
  margin: 0 0 12px;
  max-width: 100%;
}
@media (max-width: 639px) {
  .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield {
    width: 100%;
  }
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield#field_2_2 label {
  position: relative !important;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_right_half):not(.gf_one_third):not(.gf_one_third) {
  width: 100%;
  padding: 0;
  max-width: 100% !important;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield h2 {
  color: #222222;
  font: 700 32px/1.2em "Raleway", Arial, Helvetica, sans-serif;
  margin: 10px 0;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield p {
  margin: 0 0 10px;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
  width: 100%;
  text-align: left;
  float: left;
  display: none;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield label.error {
  color: red;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield input, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield select {
  outline: none;
  border: 1px solid #ccc;
  color: #222222;
  background-color: #fff;
  padding: 5px;
  height: 36px;
  font: 400 16px/1em "Roboto", Arial, Helvetica, sans-serif;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
  box-sizing: border-box; /* Everything else */
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield input::-webkit-input-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea::-webkit-input-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield select::-webkit-input-placeholder {
  color: #222222;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield input::-moz-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea::-moz-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield select::-moz-placeholder {
  color: #222222;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield input:-moz-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea:-moz-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield select:-moz-placeholder {
  color: #222222;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield input:-ms-input-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea:-ms-input-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield select:-ms-input-placeholder {
  color: #222222;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield input::placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea::placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield select::placeholder {
  color: #222222;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
  resize: none;
  height: 7em;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
  margin: 0 !important;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select {
  outline: none;
  border: 1px solid #535353;
  color: #222222;
  background-color: #fff;
  padding: 5px;
  font: 400 16px/1em "Roboto", Arial, Helvetica, sans-serif;
  margin: 0;
  height: 36px;
  -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
  box-sizing: border-box; /* Everything else */
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea::-webkit-input-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder {
  color: #222222;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea::-moz-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-placeholder {
  color: #222222;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:-moz-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:-moz-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:-moz-placeholder {
  color: #222222;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:-ms-input-placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-input-placeholder {
  color: #222222;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea::placeholder, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::placeholder {
  color: #222222;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea {
  resize: none;
  height: 7em;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select {
  position: relative;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select::after {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font: 900 16px/1em "Font Awesome 5 Free";
  right: 15px;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select select::-ms-expand {
  display: none;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select select :disabled.simple-control::-ms-expand {
  display: none;
}
@media (min-width: 640px) {
  .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_half, .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_half {
    padding: 0;
    width: calc(50% - 5px);
  }
}
@media (min-width: 640px) {
  .page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_half {
    margin: 0 10px 12px 0;
  }
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .validation_message {
  padding: 4px 6px;
}
.page-wrap .form-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error {
  margin-top: 0;
}
.page-wrap .form-wrapper .gform_wrapper.sf-form form .gform_body ul.gform_fields li.gfield label {
  display: block;
}
.page-wrap .form-wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
.page-wrap #gform_wrapper_1 form .gform_body ul.gform_fields li.gfield.gfield_html {
  text-align: center;
}
.page-wrap #gform_wrapper_2 .g-recaptcha {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.page-wrap #gform_wrapper_2 div.c-errors {
  color: red;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.page-wrap #gform_wrapper_2 form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 16px;
}
.page-wrap #gform_wrapper_2 form .gform_body {
  width: 100%;
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields input[type=text] {
  padding: 5px;
  font: 400 16px/1em "Roboto", Arial, Helvetica, sans-serif;
  margin: 0;
  height: 36px;
  -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
  box-sizing: border-box; /* Everything else */
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields input[type=text].error {
  border-color: red;
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields label {
  text-align: left;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative !important;
  height: auto !important;
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields label.error {
  color: red;
  font-weight: normal;
  display: none !important;
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields input[type=submit] {
  display: inline-block;
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield.sf input[type=text] {
  width: 90%;
  float: left;
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield.gf_two_third {
  width: 100%;
}
@media (min-width: 640px) {
  .page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield.gf_two_third {
    width: 66.666%;
  }
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield.gf_one_third {
  width: 100%;
}
@media (min-width: 640px) {
  .page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield.gf_one_third {
    width: 33.3333%;
  }
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .gfield_label {
  margin-bottom: 10px;
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container {
  margin-top: 0;
}
.page-wrap #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex span {
  padding-top: 0;
}
.page-wrap #gform_wrapper_2 form .gform_footer {
  width: auto;
}
@media (min-width: 640px) {
  .page-wrap #gform_wrapper_2 form .gform_footer {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .page-wrap #gform_wrapper_2 form .gform_footer input[type=submit] {
    padding: 10px 20px;
    margin: 0;
    width: 100%;
  }
}

/* ===========================================================
   VENDORS
=========================================================== */
/* ===========================================================
   WP STYLES
=========================================================== */
.aligncenter {
  text-align: center;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.alignleft, .wp-caption.alignleft {
  margin: 0 12px 4px 0;
}

img.alignright, .wp-caption.alignright {
  margin: 0 0 4px 12px;
}

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption {
  margin: 10px 0;
  padding: 4px 0 0;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.wp-caption .wp-caption-text {
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

/* ===========================================================
   DEFAULTS
=========================================================== */
/* ===========================================================
   DEFAULTS
=========================================================== */
body {
  font: 400 16px/25px "Roboto", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
  box-sizing: border-box; /* Everything else */
}

a {
  text-decoration: underline;
  color: #365F67;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus {
  outline: 1px solid;
  outline-offset: 3px;
}

.header .header-nav .menu__toggle:focus {
  outline: 1px solid #fff;
  outline-offset: 3px;
}

.header.hc-white .header-nav .menu__toggle:focus {
  outline: 1px solid;
  outline-offset: 3px;
}

.header-nav .menu li a:focus {
  outline-offset: -3px;
}
@media (min-width: 992px) {
  .header-nav .menu li a:focus {
    outline-offset: 2px;
  }
}

.main a {
  color: #357E8D;
}

input, select, textarea {
  font: 400 16px/25px "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
  border: 1px #ccc solid;
  border-radius: 0;
}

input[type=submit] {
  padding: 15px 55px;
  font: 700 18px/18px "Raleway", Arial, Helvetica, sans-serif;
  border-radius: 0;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 3px solid #fff;
  background-color: #1f1f1f;
  color: #fff;
}
input[type=submit]:hover, input[type=submit]:active {
  background-color: #fff;
  border-color: #1f1f1f;
  color: #1f1f1f;
  text-decoration: none;
}

a, button, input[type=submit] {
  outline: none;
  cursor: pointer;
  transition: 0.2s;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.screen-reader-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

/* ===========================================================
   PAGE WRAPPER
=========================================================== */
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 0 15px;
}

/* ===========================================================
   HEADER
=========================================================== */
.header {
  background-color: #1f1f1f;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.header.scrolling {
  position: fixed;
}
.header-inner {
  padding: 25px 15px 10px;
  overflow: visible;
  position: relative;
}
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  .header-row {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .header-row {
    flex-direction: column;
    text-align: center;
  }
}
.header-row .logo-wrapper {
  display: block;
  max-width: 270px;
}
@media (min-width: 992px) {
  .header-row .logo-wrapper {
    max-width: 365px;
  }
}
.header-row .logo-wrapper img {
  display: block;
  max-height: 58px;
}
.header-row .header-content {
  margin: 15px 0 10px;
  width: calc(100% - 400px);
}
@media (max-width: 767px) {
  .header-row .header-content {
    width: 100%;
  }
}
.header-row .header-content .header-content-text {
  float: right;
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .header-row .header-content .header-content-text {
    float: none;
    width: 100%;
  }
}
.header-row .header-content .profile-photo {
  float: right;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .header-row .header-content .profile-photo {
    margin-left: 0;
    float: none;
  }
}
@media (min-width: 768px) {
  .header-row .header-content {
    margin: 0 0 0 35px;
    text-align: right;
    max-width: calc(100% - 240px);
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header-row .header-content {
    max-width: calc(100% - 400px);
  }
}
.header-row .header-content p, .header-row .header-content a {
  color: #ffffff;
  margin: 0;
}
.header-nav .menu {
  background-color: #1f1f1f;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  flex-direction: column;
  z-index: -1;
  transform: translateY(-100%);
  transition: 0.4s;
  opacity: 0;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .header-nav .menu {
    max-height: none;
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
    overflow: visible;
    flex-direction: row;
    transform: translateY(0);
    z-index: 10;
    box-shadow: none;
  }
}
.header-nav .menu.expanded {
  transform: translateY(0);
  opacity: 1;
  z-index: 10;
}
.header-nav .menu li {
  display: block;
  position: relative;
}
.header-nav .menu li.current-menu-item > a {
  background-color: #fff;
  color: #000;
}
.header-nav .menu li.current-menu-item > a::after {
  transform: scale(1);
  background-color: #000;
}
.header-nav .menu li:hover > a, .header-nav .menu li:active > a, .header-nav .menu li:focus > a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .header-nav .menu li:hover > a, .header-nav .menu li:active > a, .header-nav .menu li:focus > a {
    background-color: #1f1f1f;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .header-nav .menu li:hover > a::after, .header-nav .menu li:active > a::after, .header-nav .menu li:focus > a::after {
    transform: scaleX(1);
  }
}
@media (min-width: 992px) {
  .header-nav .menu li:hover ul, .header-nav .menu li:active ul, .header-nav .menu li:focus ul {
    max-height: 400px;
    padding: 6px 0;
  }
}
@media (max-width: 991px) {
  .header-nav .menu li:not(:last-child) a {
    border-bottom: 1px solid #1f1f1f;
  }
}
.header-nav .menu li a {
  display: block;
  color: #1f1f1f;
  font: 500 16px/1em "Roboto", Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  padding: 14px 24px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .header-nav .menu li a {
    padding: 12px 8px;
    background-color: transparent;
    border: none;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .header-nav .menu li a::after {
    content: "";
    height: 2px;
    left: 12px;
    right: 12px;
    display: block;
    position: absolute;
    bottom: 4px;
    background-color: #fff;
    transition: 0.3s ease;
    transform: scaleX(0);
  }
}
.header-nav .menu li a > span {
  margin-left: 16px;
  font-size: 20px;
  background: #1f1f1f;
  color: white;
  padding: 0 16px;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  align-items: center;
}
.header-nav .menu li a > span i {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .header-nav .menu li a > span {
    display: inline-flex;
    background: no-repeat;
    right: -25px;
  }
}
.header-nav .menu li a > span.plus--rotated i {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .header-nav .menu li.menu-item-has-children a {
    padding: 14px 60px 14px 24px;
  }
}
.header-nav .menu li > ul {
  position: relative;
  min-width: 100%;
  z-index: 6;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .header-nav .menu li > ul {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 992px) {
  .header-nav .menu li > ul {
    position: absolute;
    top: 100%;
  }
}
.header-nav .menu li > ul.expanded {
  max-height: 440px;
}
.header-nav .menu li > ul li a {
  color: #1f1f1f;
  display: block;
  background-color: #fff;
}
@media (max-width: 991px) {
  .header-nav .menu li > ul li a {
    background-color: #393939;
    color: #fff;
  }
  .header-nav .menu li > ul li a:hover, .header-nav .menu li > ul li a:active {
    background-color: #fff;
    color: #393939;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .header-nav .menu li > ul li a {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .header-nav .menu li > ul li a::after {
    background-color: #1f1f1f;
    width: 34px;
    transform-origin: 0 0;
  }
}
.header-nav a.mobile-phone,
.header-nav a.mobile-email {
  display: none;
}
.header-nav .menu__toggle {
  display: flex;
  background: none;
  border: none;
  margin: 0 0 0 auto;
  padding: 7px 0;
}
@media (min-width: 992px) {
  .header-nav .menu__toggle {
    display: none;
  }
}
.header-nav .menu__toggle strong {
  color: #fff;
  text-transform: uppercase;
}
.header-nav .menu__toggle .burger {
  position: relative;
  display: block;
  height: 3px;
  margin: 8px 0 8px 10px;
  width: 32px;
  background-color: #fff;
}
.header-nav .menu__toggle .burger::before, .header-nav .menu__toggle .burger::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  background-color: #fff;
  width: 100%;
}
.header-nav .menu__toggle .burger::before {
  top: -8px;
}
.header-nav .menu__toggle .burger::after {
  bottom: -8px;
}
.header.hc-white {
  border-bottom: 2px solid #000;
  background-color: #fff;
}
.header.hc-white .header-row .header-content p {
  color: #000;
}
.header.hc-white .header-row .header-content a {
  color: #365F67;
}
.header.hc-white .header-nav-wrapper {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.header.hc-white .header-nav .menu {
  margin-top: 2px;
}
.header.hc-white .header-nav .menu li a::after {
  background-color: #000;
}
@media (min-width: 992px) {
  .header.hc-white .header-nav .menu {
    background-color: #fff;
    margin-top: 0;
  }
  .header.hc-white .header-nav .menu li > ul {
    box-shadow: none;
  }
  .header.hc-white .header-nav .menu li a {
    color: #000;
  }
  .header.hc-white .header-nav .menu li a > span {
    color: #000;
  }
  .header.hc-white .header-nav .menu li.current-menu-item > a {
    background: transparent;
  }
  .header.hc-white .header-nav .menu .menu li a::after {
    background: #000;
  }
}
.header.hc-white .header-nav .menu__toggle strong {
  color: #000;
}
.header.hc-white .header-nav .menu__toggle .burger {
  background-color: #000;
}
.header.hc-white .header-nav .menu__toggle .burger::before, .header.hc-white .header-nav .menu__toggle .burger::after {
  background-color: #000;
}
.header.hc-transparent {
  border-bottom: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.85);
}
.header.hc-transparent .header-row .header-content p {
  color: #000;
}
.header.hc-transparent .header-nav-wrapper {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.header.hc-transparent .header-nav .menu {
  margin-top: 2px;
}
@media (min-width: 992px) {
  .header.hc-transparent .header-nav .menu {
    background-color: transparent;
    margin-top: 0;
  }
  .header.hc-transparent .header-nav .menu li > ul {
    box-shadow: none;
  }
  .header.hc-transparent .header-nav .menu li a {
    color: #000;
  }
  .header.hc-transparent .header-nav .menu li.current-menu-item > a {
    background: transparent;
  }
  .header.hc-transparent .header-nav .menu li.current-menu-item > a::after {
    background: #fff;
  }
  .header.hc-transparent .header-nav .menu .menu li a::after {
    background: #000;
  }
}
.header.hc-transparent .header-nav .menu__toggle strong {
  color: #000;
}
.header.hc-transparent .header-nav .menu__toggle .burger {
  background-color: #000;
}
.header.hc-transparent .header-nav .menu__toggle .burger::before, .header.hc-transparent .header-nav .menu__toggle .burger::after {
  background-color: #000;
}
@media (max-width: 400px) {
  .header .header-nav {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .header .header-content {
    display: none;
  }
  .header a.mobile-phone,
  .header a.mobile-email {
    display: block;
    font-size: 25px;
    color: #000;
  }
  .header a.mobile-phone i {
    transform: rotateY(-180deg);
  }
  .header .menu__toggle > strong {
    display: none;
  }
}
@media (min-width: 992px) {
  .header.scrolling .hci-link, .header.hc-transparent.scrolling .hci-link, .header.hc-white.scrolling .hci-link {
    cursor: pointer;
  }
  .header.scrolling .header-inner, .header.hc-transparent.scrolling .header-inner, .header.hc-white.scrolling .header-inner {
    padding-bottom: 21px;
  }
  .header.scrolling .header-row, .header.hc-transparent.scrolling .header-row, .header.hc-white.scrolling .header-row {
    margin: 0;
  }
  .header.scrolling .header-row .logo-wrapper, .header.hc-transparent.scrolling .header-row .logo-wrapper, .header.hc-white.scrolling .header-row .logo-wrapper {
    max-width: 124px;
    height: 32px;
  }
  .header.scrolling .header-row .header-content, .header.hc-transparent.scrolling .header-row .header-content, .header.hc-white.scrolling .header-row .header-content {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .header.scrolling .header-row .header-content p, .header.hc-transparent.scrolling .header-row .header-content p, .header.hc-white.scrolling .header-row .header-content p {
    color: #000;
  }
  .header.scrolling .header-row .header-content .header-content-text, .header.hc-transparent.scrolling .header-row .header-content .header-content-text, .header.hc-white.scrolling .header-row .header-content .header-content-text {
    background: #fff;
    display: none;
    padding: 12px 14px 8px 24px;
    position: absolute;
    top: 75px;
    right: 13px;
    width: auto;
  }
  .header.scrolling .header-row .header-content .header-content-text .separator, .header.hc-transparent.scrolling .header-row .header-content .header-content-text .separator, .header.hc-white.scrolling .header-row .header-content .header-content-text .separator {
    display: block;
    text-indent: -9009px;
    height: 0;
    overflow: hidden;
  }
  .header.scrolling .header-row .header-content .header-content-text.expanded, .header.hc-transparent.scrolling .header-row .header-content .header-content-text.expanded, .header.hc-white.scrolling .header-row .header-content .header-content-text.expanded {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    display: block;
  }
  .header.scrolling .header-row .header-content .header-content-text.expanded:after, .header.hc-transparent.scrolling .header-row .header-content .header-content-text.expanded:after, .header.hc-white.scrolling .header-row .header-content .header-content-text.expanded:after {
    background: url(../images/triangle.png) no-repeat 0 0;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 15px;
    width: 25px;
    height: 10px;
  }
  .header.scrolling .header-row .header-content .profile-photo, .header.hc-transparent.scrolling .header-row .header-content .profile-photo, .header.hc-white.scrolling .header-row .header-content .profile-photo {
    max-width: none;
    position: absolute;
    top: 10px;
    right: 0;
    width: 57px;
  }
  .header.scrolling .header-nav-wrapper, .header.hc-transparent.scrolling .header-nav-wrapper, .header.hc-white.scrolling .header-nav-wrapper {
    border: none;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 0;
  }
  .header.scrolling .header-nav .menu li a, .header.hc-transparent.scrolling .header-nav .menu li a, .header.hc-white.scrolling .header-nav .menu li a {
    padding: 12px 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .header.scrolling .header-nav .menu li a > span, .header.hc-transparent.scrolling .header-nav .menu li a > span, .header.hc-white.scrolling .header-nav .menu li a > span {
    right: -18px;
  }
}

@media (min-width: 992px) {
  .header.scrolling .header-row .header-content .header-content-text {
    right: 153px;
  }
  .header.scrolling .header-row .header-content .header-content-text.expanded p a {
    color: #365F67 !important;
  }
}
/* ===========================================================
   BANNER
=========================================================== */
/* ===========================================================
   BANNER
=========================================================== */
.banner {
  position: relative;
  height: 320px;
  width: 100%;
}
.banner.banner-post {
  margin: 0 0 35px;
}
@media (min-width: 480px) {
  .banner.banner-post {
    height: 480px;
  }
}
.banner.banner-page {
  background-image: url("../images/interior-banner.png");
  background: center no-repeat;
  background-size: cover;
}
@media (min-width: 480px) {
  .banner.banner-page {
    height: 550px;
  }
}
.banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.banner-wrapper {
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-slider {
  position: relative;
}
.banner-slider .banner-slide {
  height: 320px;
  display: flex;
  background: center no-repeat;
  background-size: cover;
  outline: none;
}
@media (min-width: 480px) {
  .banner-slider .banner-slide {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .banner-slider .banner-slide {
    height: 640px;
  }
}
.banner-slider .banner-slide .slide-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.banner-slider .banner-slide .slide-content .content-block {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 50px 70px 50px 40px;
  margin: auto;
}
@media (max-width: 767px) {
  .banner-slider .banner-slide .slide-content .content-block {
    padding: 25px 50px 25px 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .banner-slider .banner-slide .slide-content .content-block {
    margin: auto 0 auto 7%;
  }
}
@media (min-width: 1399px) {
  .banner-slider .banner-slide .slide-content .content-block {
    margin: auto 0;
  }
}
.banner-slider .banner-slide .slide-content .content-block p {
  color: #000000;
  font: 400 28px/1.27em "Raleway", Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
}
@media (min-width: 640px) {
  .banner-slider .banner-slide .slide-content .content-block p {
    font-size: 33px;
    margin: 0 0 20px;
  }
}
.banner-slider .slick-arrow {
  z-index: 1;
  display: block;
  position: absolute;
  border: 0;
  top: 50%;
  width: 39px;
  height: 116px;
  transform: translateY(-50%);
  outline: none;
  background: center no-repeat;
  background-size: cover;
}
.banner-slider .slick-arrow:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.banner-slider .slick-arrow.prev {
  background-image: url("../images/arrow-left.png");
  left: 50px;
}
.banner-slider .slick-arrow.next {
  background-image: url("../images/arrow-right.png");
  right: 50px;
}

.banner-w-video {
  position: relative;
  width: 100%;
}
.banner-w-video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.banner-w-video .banner-slide {
  display: none;
  position: relative;
  width: 100%;
  min-height: 750px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 550px) {
  .banner-w-video .banner-slide {
    min-height: 550px;
  }
}
.banner-w-video .banner-slide .container {
  position: relative;
}
.banner-w-video .banner-slide .content {
  position: absolute;
  top: 265px;
  background-color: rgba(250, 250, 250, 0.75);
  padding: 30px 40px 40px;
}
@media only screen and (max-width: 1350px) {
  .banner-w-video .banner-slide .content {
    left: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .banner-w-video .banner-slide .content {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 500px;
  }
}
@media only screen and (max-width: 550px) {
  .banner-w-video .banner-slide .content {
    top: 300px !important;
  }
}
.banner-w-video .banner-slide .content h2 {
  color: #000;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 550px) {
  .banner-w-video .banner-slide .content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.banner-w-video .banner-slide .content a {
  color: #000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease 0s;
  text-transform: capitalize;
}
.banner-w-video .banner-slide .content a hr {
  background-color: #5d5d5e;
  height: 2px;
  margin-top: 3px;
  border: none;
}
.banner-w-video .banner-slide .content a:hover {
  color: #5d5d5e;
}
.banner-w-video .banner-img {
  display: block;
  width: 100%;
  height: auto;
}
.banner-w-video .banner-txt {
  display: block;
  position: absolute;
  height: auto;
  z-index: 1;
}
.banner-w-video .banner-txt.top-left {
  top: 0;
  left: 10%;
}
.banner-w-video .banner-txt.top-right {
  top: 0;
  right: 10%;
}
.banner-w-video .banner-txt.bottom-left {
  bottom: 0;
  left: 10%;
}
.banner-w-video .banner-txt.bottom-right {
  bottom: 0;
  right: 10%;
}
.banner-w-video .banner-txt.banner-txt-sm {
  display: none;
}
.banner-w-video .banner-nav {
  display: none;
  position: absolute;
  bottom: 90px;
  left: 50%;
  z-index: 101;
}
@media (max-width: 767px) {
  .banner-w-video .banner-nav {
    bottom: 17px;
  }
}
.banner-w-video .banner-nav span {
  background: #000;
  cursor: pointer;
  float: left;
  margin: 0 5px;
  text-indent: -9009px;
  width: 31px;
  height: 9px;
}
.banner-w-video .banner-nav span.cycle-pager-active {
  background: #fff;
}
.banner-w-video .banner-prev,
.banner-w-video .banner-next {
  background: url(../images/home-sprites.png) no-repeat 0 0;
  background-size: 250px 250px;
  cursor: pointer;
  margin-top: -58px;
  position: absolute;
  top: 50%;
  width: 39px;
  height: 116px;
  z-index: 101;
}
.banner-w-video .banner-prev {
  left: 20px;
}
.banner-w-video .banner-next {
  background-position: -39px 0;
  right: 20px;
}
@media only screen and (max-width: 1400px) {
  .banner-w-video .banner-txt {
    width: 80%;
  }
  .banner-w-video .banner-txt.banner-txt-large {
    display: none;
  }
  .banner-w-video .banner-txt.banner-txt-sm {
    display: block;
  }
}
@media only screen and (max-width: 920px) {
  .banner-w-video .banner-txt {
    display: none;
  }
  .banner-w-video .banner-txt.banner-txt-sm {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .banner-w-video .banner-prev,
  .banner-w-video .banner-next {
    display: none;
  }
}

.banner_small {
  height: 482px;
}

.banner__wrapper {
  position: relative;
  height: 100%;
}

.banner__play {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-86%) translateX(-50%);
  left: 50%;
}
.banner__play img {
  max-width: 100%;
}

.banner__play_smaller {
  max-width: 32px;
}

.banner__play_inline {
  position: initial;
  transform: none;
  margin-left: 10px;
}

.banner__text {
  background: rgba(255, 255, 255, 0.702);
  padding: 9px 22px 11px 19px;
  position: absolute;
  bottom: 0;
  left: 3px;
}

.banner__text_post {
  max-width: 64%;
  -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
  box-sizing: border-box; /* Everything else */
  padding: 21px 14px 23px 19px;
  left: 0;
}
@media (max-width: 767px) {
  .banner__text_post {
    max-width: 100%;
  }
}

.banner__title {
  font-size: 71px;
  color: #222222;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  position: relative;
}
.banner__title:after {
  content: "";
  width: 98%;
  display: block;
  height: 1px;
  background: #222222;
  position: absolute;
  bottom: 0;
  left: 3px;
}
@media (max-width: 991px) {
  .banner__title {
    font-size: 48px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .banner__title {
    font-size: 32px;
  }
}
.banner__title .styled {
  font-size: 98px;
  color: #222222;
  font-family: "LuckyFellas", Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 991px) {
  .banner__title .styled {
    font-size: 74px;
  }
}
@media (max-width: 767px) {
  .banner__title .styled {
    font-size: 52px;
  }
}

.banner__subtitle {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
  color: #626262;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .banner__subtitle {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .banner__subtitle {
    font-size: 18px;
  }
}

.banner2 .banner-slide .container {
  min-height: 750px;
}
.banner2 .banner-slide .container .banner__play {
  top: 60%;
}

/* ===========================================================
   MAIN COLUMN
=========================================================== */
.page-wrap {
  width: 100%;
  position: relative;
}
.page-wrap.hc-transparent {
  margin-top: 0;
}

a.lb-next:focus, a.lb-prev:focus {
  outline: unset !important;
}

body .addtoany_share_save_container.addtoany_content {
  margin: 15px 0;
  padding: 20px 0;
  width: 100%;
  border: solid #a9a9a9;
  border-width: 1px 0;
}
body .addtoany_share_save_container.addtoany_content .a2a_kit {
  display: flex;
  align-items: center;
}
body .addtoany_share_save_container.addtoany_content .a2a_kit .share {
  color: #000000;
  margin: 0 10px 0 0;
  display: inline-block;
  text-transform: uppercase;
  font: 700 18px/1em "Roboto", Arial, Helvetica, sans-serif;
}
body .addtoany_share_save_container.addtoany_content .a2a_kit a {
  line-height: 14px;
}
body .addtoany_share_save_container.addtoany_content .a2a_kit a span {
  transition: 0.2s;
  padding: 3px;
  border-radius: 50% !important;
}

/* ===========================================================
   SIDEBAR
=========================================================== */
.sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .sidebar {
    width: 230px;
    margin-left: 15px;
  }
}
.sidebar-inner .widget-wrapper {
  margin: 0 0 20px;
}
.sidebar-inner .widget-wrapper h3 {
  font: 400 34px/1em "LuckyFellas", Arial, Helvetica, sans-serif;
  margin: 0;
  background-color: #000;
  color: #fff;
  padding: 10px 20px 7px;
  text-align: center;
}
.sidebar-inner .widget-wrapper ul {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  border-top: 0;
  margin: 0;
  padding: 20px 20px 30px;
}
.sidebar-inner .widget-wrapper ul li {
  display: block;
  margin: 0 0 5px;
}
.sidebar-inner .widget-wrapper ul li a {
  font: 400 14px/22px "Roboto", Arial, Helvetica, sans-serif;
  display: block;
  color: #000;
}
.sidebar-inner .widget-wrapper ul li.current-cat a {
  color: #63a4b1;
  font-weight: bold;
}
.sidebar-inner .widget-wrapper ul.social-list {
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sidebar-inner .widget-wrapper ul.social-list li {
  margin: 0 7px 5px;
}
.sidebar-inner .widget-wrapper ul.social-list li a {
  font: 400 18px/1em "Roboto", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.sidebar-inner .widget-wrapper ul.social-list li a:hover, .sidebar-inner .widget-wrapper ul.social-list li a:active {
  text-decoration: none;
  color: #333333;
  transform: scale(1.15);
}
.sidebar-inner .widget-wrapper ul.social-list li a i {
  display: block;
}
.sidebar-inner .widget-wrapper ul.social-list li a:after {
  top: -5px;
  right: -8px;
  position: absolute;
  font-size: 0.5rem;
}

/* ===========================================================
   FOOTER
=========================================================== */
.cta-section {
  background: #1f1f1f url("../images/cta-bg.png") center no-repeat;
  background-size: cover;
  width: 100%;
}
.cta-section-inner {
  margin: 45px auto;
  background-color: rgba(255, 255, 255, 0.87);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 7%;
}
@media (min-width: 768px) {
  .cta-section-inner {
    padding: 35px 40px;
  }
}
@media (max-width: 767px) {
  .cta-section-inner {
    flex-direction: column;
    width: 100%;
  }
}
.cta-section-inner .cta-content {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .cta-section-inner .cta-content {
    margin: 0;
    max-width: calc(100% - 230px);
  }
}
.cta-section-inner .cta-content h2 {
  font: 700 30px/1.2em "Roboto", Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
}
.cta-section-inner .cta-content p {
  margin: 0;
}
.cta-section-inner .cta-btn {
  display: block;
  padding: 20px 30px;
  font: 700 18px/1em "Roboto", Arial, Helvetica, sans-serif;
  text-decoration: none;
  background-color: #357E8D;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto 0 0;
}
.cta-section-inner .cta-btn:hover, .cta-section-inner .cta-btn:active {
  background-color: #fff;
  color: #357E8D;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cta-section-inner .cta-btn {
    margin: 0 0 0 40px;
  }
}

.footer {
  background-color: #222222;
  overflow: hidden;
}
.footer-inner {
  padding: 45px 15px 30px;
}
.footer-row {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 35px;
}
@media (max-width: 1199px) {
  .footer-row {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .footer-row {
    margin: 0 0 80px;
  }
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 1199px) {
  .footer-social {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .footer-social-wrapper {
    margin: 0 0 30px;
  }
}
.footer-social-wrapper .logo {
  display: block;
}
.footer-social-wrapper .logo-wrapper {
  display: block;
  max-width: 280px;
  margin: 0 0 25px;
}
.footer-social li {
  display: block;
  margin: 0 6px 10px;
}
.footer-social li a {
  display: block;
  text-decoration: none;
  font: 400 20px/1em "Font Awesome 5 Free";
  color: #fff;
}
.footer-social li a .app-name {
  text-indent: -9999px;
  display: block;
}
@media (min-width: 480px) {
  .footer-social li a {
    font-size: 24px;
  }
}
.footer-social li a:hover, .footer-social li a:active {
  text-decoration: none;
  color: #e6e6e6;
  transform: scale(1.2);
}
.footer-social li a i {
  display: block;
}
.footer-social li a:after {
  content: none;
}
.footer-column {
  width: 90%;
  margin: 0 auto 25px;
}
@media (min-width: 480px) {
  .footer-column {
    width: 46%;
    margin: 0 2% 25px;
  }
}
@media (min-width: 768px) {
  .footer-column {
    width: 21%;
    margin: 0 2%;
  }
}
@media (min-width: 1200px) {
  .footer-column {
    max-width: 250px;
    width: auto;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .footer-column:not(:first-child) {
    margin-left: 45px;
  }
}
.footer-column-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .footer-column-wrapper {
    margin-left: 50px;
    max-width: calc(100% - 330px);
  }
}
.footer-column .column-title {
  color: #8F8F8F;
  text-transform: uppercase;
  font: 700 14px/1em "Roboto", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}
.footer-column p, .footer-column li {
  color: #8F8F8F;
  font: 300 16px/25px "Roboto", Arial, Helvetica, sans-serif;
}
.footer-column a {
  display: block;
  word-break: break-all;
  color: #fff;
  font-weight: 500;
}
.footer-column ul li {
  margin: 0 0 10px;
}
.footer-column ul li a {
  color: #fff;
  font-weight: 500;
}
.footer-copyright {
  text-align: center;
}
.footer-copyright p {
  color: #8F8F8F;
  font: 500 14px/24px "Roboto", Arial, Helvetica, sans-serif;
}
.footer-copyright br {
  display: none;
}
.footer-copyright a {
  color: #ccc;
  text-decoration: underline;
}
.footer-copyright a:hover, .footer-copyright a:active {
  color: #fff;
  text-decoration: none;
}
.footer.fc-white {
  background: #fff;
}
.footer.fc-white .footer-column {
  background: #fff;
}
.footer.fc-white .footer-column p, .footer.fc-white .footer-column li {
  color: #454545;
}
.footer.fc-white .footer-column .column-title {
  color: #757575;
}
.footer.fc-white .footer-column .column-content a,
.footer.fc-white .footer-column ul li a {
  color: #365F67;
}
.footer.fc-white .footer-social li a,
.footer.fc-white .footer-copyright a {
  color: #365F67;
}
.footer.fc-white .footer-copyright p {
  color: #707070;
}

/* ===========================================================
   SPECIFIC PAGES
=========================================================== */
.page-wrap {
  display: flex;
  flex-wrap: wrap;
  /*
    margin-top: 150px;
    @include breakpoint(tabletsm) {
      margin-top: 85px;
    }
    @include breakpoint(laptop) { 
      margin-top: 130px;
    }
  */
}
.page-wrap .main {
  width: 100%;
}
.page-wrap .main:not(.main--fullwidth) {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .page-wrap .main {
    width: calc(100% - 245px);
    margin: 0;
  }
}
.page-wrap .main.main--fullwidth {
  width: 100%;
}
.page-wrap .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 45px auto;
}
.page-wrap .page-heading {
  text-align: center;
  margin: 0 auto 20px;
  width: 100%;
}
.page-wrap .page-heading-inner {
  max-width: 750px;
  margin: 0 auto;
}
.page-wrap .page-heading.heading-border {
  margin: 0 auto 35px;
  padding: 0 0 30px;
  border-bottom: 2px solid #cacaca;
}
.page-wrap .page-heading h1 {
  font: 400 67px/1.1em "LuckyFellas", Arial, Helvetica, sans-serif;
  margin: 30px 0 10px;
}
@media (min-width: 640px) {
  .page-wrap .page-heading h1 {
    font-size: 89px;
  }
}
.page-wrap .page-heading h2 {
  font: 700 30px/1.1em "Roboto", Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
}
.page-wrap .page-heading .page-desc p {
  margin: 0;
}
.page-wrap .page-heading .page-desc p + p {
  margin-top: 20px;
}
.page-wrap .page-heading .page-desc.desc-margin {
  margin: 0 0 15px;
}
.page-wrap .page-heading .page-desc .wsp-container {
  text-align: left;
}
.page-wrap .page-heading ul.wsp-posts-list {
  margin: 15px 0px;
  text-align: left;
}
.page-wrap .slick-slider,
.page-wrap .slick-slide {
  outline: none;
}

.logged-in .page-wrap .content-wrapper {
  margin: 20px auto;
}

.page-wrap .section-heading {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 30px;
}
.page-wrap .section-heading .section__title {
  font: 300 89px/1em "LuckyFellas", Arial, Helvetica, sans-serif;
}
.page-wrap .section-heading .section__title.small {
  font: 300 48px/1em "LuckyFellas", Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
}
.page-wrap .section-heading .section__subtitle {
  margin: 0 0 10px;
}
.page-wrap .section-listing {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-wrap .section-listing .listing-item {
  display: block;
}
.page-wrap .section-intro {
  margin: 35px 0;
}
.page-wrap .section-intro .section-listing .listing-item {
  margin: 0 0 25px;
  height: 250px;
  position: relative;
  background: center no-repeat;
  background-size: cover;
  background-color: #000;
  width: 100%;
}
@media (min-width: 992px) {
  .page-wrap .section-intro .section-listing .listing-item {
    width: calc(33.3333% - 40px);
    margin: 0 20px 25px;
  }
}
.page-wrap .section-intro .section-listing .listing-item h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 15px 10px;
}
.page-wrap .section-intro .section-listing .listing-item h4:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#99000000",GradientType=0 ); /* IE6-9 */
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.page-wrap .section-intro .section-listing .listing-item h4 a {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.26);
  color: #ffffff;
  text-transform: uppercase;
  font: 500 20px/1em "Roboto", Arial, Helvetica, sans-serif;
  display: block;
  position: relative;
  z-index: 2;
}
.page-wrap .section-about {
  background-color: #f4f4f4;
  padding: 60px 0;
}
.page-wrap .section-about-inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .page-wrap .section-about-inner {
    flex-direction: column-reverse;
  }
}
.page-wrap .section-about-inner .column-content {
  width: 100%;
}
@media (min-width: 992px) {
  .page-wrap .section-about-inner .column-content {
    width: calc(47% - 40px);
    margin: 0 40px 0 0;
  }
}
.page-wrap .section-about-inner .column-image {
  width: auto;
  margin: 0 auto 25px;
}
@media (min-width: 992px) {
  .page-wrap .section-about-inner .column-image {
    width: 53%;
    margin: 0;
  }
}
.page-wrap .section-about-inner .column-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page-wrap .section-trending {
  margin: 35px 0;
}
.page-wrap .section-trending .slick-arrow {
  top: 67% !important;
  margin-top: -45px !important;
}
.page-wrap .section-trending-inner .section-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.page-wrap .section-trending-inner .section-listing .listing-item {
  width: 100%;
}
@media (min-width: 480px) {
  .page-wrap .section-trending-inner .section-listing .listing-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-wrap .section-trending-inner .section-listing .listing-item {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .page-wrap .section-trending-inner .section-listing .listing-item {
    width: 25%;
  }
}
.page-wrap .section-trending-inner .section-listing .listing-item a {
  display: block;
}
.page-wrap .section-trending-inner .section-listing .listing-item a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-wrap .section-trending-inner .section-listing .slick-arrow {
  z-index: 1;
  display: block;
  position: absolute;
  border: 0;
  top: 50%;
  width: 47px;
  height: 90px;
  margin-top: -45px;
  outline: none;
  background-color: rgba(235, 235, 235, 0.67);
  transition: 0.2s;
}
.page-wrap .section-trending-inner .section-listing .slick-arrow:hover, .page-wrap .section-trending-inner .section-listing .slick-arrow:active {
  background-color: rgba(25, 25, 25, 0.67);
}
.page-wrap .section-trending-inner .section-listing .slick-arrow:hover::before, .page-wrap .section-trending-inner .section-listing .slick-arrow:active::before {
  color: #ebebeb;
}
.page-wrap .section-trending-inner .section-listing .slick-arrow::before {
  display: block;
  position: absolute;
  color: #191919;
  font-size: 26px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.page-wrap .section-trending-inner .section-listing .slick-arrow.prev {
  left: 0;
}
.page-wrap .section-trending-inner .section-listing .slick-arrow.prev::before {
  content: "\f053";
  left: 10px;
}
.page-wrap .section-trending-inner .section-listing .slick-arrow.next {
  right: 0;
}
.page-wrap .section-trending-inner .section-listing .slick-arrow.next::before {
  content: "\f054";
  right: 10px;
}
.page-wrap .section-affiliates {
  margin: 35px 0;
}
.page-wrap .section-affiliates-inner .section-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-wrap .section-affiliates-inner .section-listing .listing-item {
  margin: 0 25px 25px;
}
.page-wrap .section-affiliates-inner .section-listing .listing-item img {
  display: block;
}
.page-wrap .section-form {
  background: center no-repeat;
  background-size: cover;
}
@media (max-width: 639px) {
  .page-wrap .section-form-inner {
    padding: 0;
    width: 100%;
  }
}
.page-wrap .section-form-inner .form-wrapper {
  width: 100%;
  padding: 20px 15px;
  background-color: rgba(255, 255, 255, 0.81);
}
@media (min-width: 640px) {
  .page-wrap .section-form-inner .form-wrapper {
    max-width: 600px;
    padding: 30px 25px 30px 22px;
  }
}

.slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  top: -45px;
  position: relative;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}
.slider-buttons button {
  font-size: 0;
  background: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: none;
  padding-left: 20px;
  border-radius: 50%;
  height: 50px;
}
.slider-buttons button.play:before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 10px 0px 10px 15px;
  border-color: transparent transparent transparent #000;
  transition: all 100ms ease-in-out;
}
.slider-buttons button.play.pause:before {
  border-style: double;
  border-width: 0px 0px 0px 10px;
}
.slider-buttons button:focus {
  outline: 3px solid #000;
  outline-offset: 3px;
}

/* ===========================================================
   DEFAULT BLOG LAYOUT
=========================================================== */
.page-wrap .blog-wrapper {
  margin: 30px auto 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.page-wrap .blog-wrapper .post-featured {
  position: relative;
  height: 480px;
}
.page-wrap .blog-wrapper .post-featured-wrapper {
  margin: 0 0 20px;
  width: 100%;
}
.page-wrap .blog-wrapper .post-featured.compat-object-fit {
  background: center no-repeat;
  background-size: cover;
}
.page-wrap .blog-wrapper .post-featured.compat-object-fit img {
  opacity: 0;
}
.page-wrap .blog-wrapper .post-featured .image-wrapper {
  height: 100%;
}
.page-wrap .blog-wrapper .post-featured .image-wrapper img {
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
}
.page-wrap .blog-wrapper .post-featured .post-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.75);
}
.page-wrap .blog-wrapper .post-featured .post-content h2 {
  margin: 0 0 5px;
}
.page-wrap .blog-wrapper .post-featured .post-content h2 a {
  color: #fff;
  font: 700 30px/1.1em "Roboto", Arial, Helvetica, sans-serif;
  display: block;
}
.page-wrap .blog-wrapper .post-featured .post-content span {
  font: 400 17px/1em "Roboto", Arial, Helvetica, sans-serif;
  display: block;
  color: #fff;
}

.page-wrap .archive-wrapper {
  margin: 30px auto 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.page-wrap .posts-grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .page-wrap .posts-grid {
    margin: 0 -7px;
  }
}
.page-wrap .posts-grid-heading {
  margin: 30px auto;
  text-align: center;
}
.page-wrap .posts-grid-heading h2 {
  margin: 0 0 10px;
  font: 700 30px/1.2em "Roboto", Arial, Helvetica, sans-serif;
}
.page-wrap .posts-grid-heading p {
  margin: 0;
}
.page-wrap .posts-grid .hentry {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .page-wrap .posts-grid .hentry {
    width: calc(50% - 14px);
    margin: 0 7px 20px;
  }
}
@media (min-width: 768px) {
  .page-wrap .posts-grid .hentry {
    width: calc(33.3333% - 14px);
  }
}
.page-wrap .posts-grid .hentry .image-wrapper {
  width: 100%;
}
@media (min-width: 1200px) {
  .page-wrap .posts-grid .hentry .image-wrapper {
    min-height: 205px;
  }
}
.page-wrap .posts-grid .hentry .image-wrapper.compat-object-fit {
  background: center no-repeat;
  background-size: cover;
}
.page-wrap .posts-grid .hentry .image-wrapper.compat-object-fit img {
  opacity: 0;
}
.page-wrap .posts-grid .hentry img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.page-wrap .posts-grid .hentry .post-content {
  padding: 15px 20px;
  width: 100%;
  background-color: #000;
}
.page-wrap .posts-grid .hentry .post-content h2 {
  margin: 0 0 5px;
}
.page-wrap .posts-grid .hentry .post-content h2 a {
  color: #ffffff;
  font: 700 14px/1.3em "Roboto", Arial, Helvetica, sans-serif;
  display: block;
}
.page-wrap .posts-grid .hentry .post-content span {
  font: 400 14px/1em "Roboto", Arial, Helvetica, sans-serif;
  display: block;
  color: #ffffff;
}
.page-wrap .posts-grid-featured-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .page-wrap .posts-grid-featured article.post {
    min-height: 350px;
  }
}
@media (min-width: 768px) {
  .page-wrap .posts-grid-featured article.post .image-wrapper {
    min-height: 260px;
  }
}
.page-wrap .posts-grid-featured .slick-arrow {
  z-index: 1;
  display: block;
  position: absolute;
  border: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  outline: none;
  background-color: rgba(235, 235, 235, 0.8);
  transition: 0.2s;
}
.page-wrap .posts-grid-featured .slick-arrow:hover, .page-wrap .posts-grid-featured .slick-arrow:active {
  background-color: rgba(25, 25, 25, 0.8);
}
.page-wrap .posts-grid-featured .slick-arrow:hover::before, .page-wrap .posts-grid-featured .slick-arrow:active::before {
  color: #ebebeb;
}
.page-wrap .posts-grid-featured .slick-arrow::before {
  display: block;
  position: absolute;
  color: #000;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.2s;
}
.page-wrap .posts-grid-featured .slick-arrow.prev {
  left: -13px;
}
.page-wrap .posts-grid-featured .slick-arrow.prev::before {
  content: "\f053";
}
.page-wrap .posts-grid-featured .slick-arrow.next {
  right: -13px;
}
.page-wrap .posts-grid-featured .slick-arrow.next::before {
  content: "\f054";
}
.page-wrap .pagination ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
.page-wrap .pagination ul li {
  display: block;
  margin-bottom: 7px;
}
.page-wrap .pagination ul li:not(:first-child) {
  margin-left: 7px;
}
.page-wrap .pagination ul li a, .page-wrap .pagination ul li span {
  display: block;
  padding: 0 10px;
  font: 400 16px/28px "Roboto", Arial, Helvetica, sans-serif;
}
.page-wrap .pagination ul li a {
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #222;
  background-color: #fff;
  color: #222;
}
.page-wrap .pagination ul li a:hover, .page-wrap .pagination ul li a:active {
  background-color: #222;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
.page-wrap .pagination ul li a:hover, .page-wrap .pagination ul li a:active {
  border-color: #222;
}
.page-wrap .pagination ul li span {
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
}

article.hentry h1 {
  font-size: 36px;
  margin: 0 0 10px;
}
article.hentry .post-meta span {
  display: block;
}
article.hentry .post-meta span.date {
  font: 400 18px/1em "Roboto", Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
}
article.hentry .post-meta span.category {
  margin: 0 0 15px;
}
article.hentry .post-meta span.category a {
  font: 500 italic 22px/1em "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
}

.interior-flexible .section-content-image {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .interior-flexible .section-content-image {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .interior-flexible .section-content-image + .section-content-image {
    margin-top: 100px;
  }
}
.interior-flexible .section-content-image .column-image {
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .interior-flexible .section-content-image .column-image {
    width: calc(50% - 30px);
    margin: 0 50px 0 0;
  }
}
.interior-flexible .section-content-image .column-image img {
  box-shadow: -10px 10px 0 0 #cacaca;
}
@media (min-width: 992px) {
  .interior-flexible .section-content-image .column-image img {
    width: 100%;
  }
}
.interior-flexible .section-content-image .column-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .interior-flexible .section-content-image .column-content {
    padding: 40px 20px 40px 0;
    text-align: initial;
    width: calc(50% - 50px);
  }
}
.interior-flexible .section-content-image .column-content .title-border {
  position: relative;
  color: #222222;
  font: 700 36px/1.2em "Raleway", Arial, Helvetica, sans-serif;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.interior-flexible .section-content-image .column-content .title-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 104px;
  height: 3px;
  display: block;
  background-color: #365F67;
}
@media (max-width: 991px) {
  .interior-flexible .section-content-image .column-content .title-border::after {
    margin: 0 auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .interior-flexible .section-content-image:nth-child(2n) {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .interior-flexible .section-content-image:nth-child(2n) .column-image {
    margin: 0 0 0 50px;
  }
}
.interior-flexible .section-columns {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .interior-flexible .section-columns {
    flex-direction: column;
  }
}
.interior-flexible .section-columns .column {
  width: 100%;
  text-align: center;
}
.interior-flexible .section-columns .column.column-left {
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .interior-flexible .section-columns .column.column-left {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 992px) {
  .interior-flexible .section-columns .column {
    width: calc(50% - 20px);
    text-align: initial;
  }
}

.page-wrap #filter {
  display: none;
}
.page-wrap .terms-list {
  padding: 0 15px;
  margin: 0 -10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-wrap .terms-list li {
  display: block;
  margin: 0 10px 10px;
}
.page-wrap .terms-list li a {
  display: block;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  font: 600 18px/1.3em "Raleway", Arial, Helvetica, sans-serif;
  padding: 0 0 12px;
  text-decoration: none;
}
.page-wrap .terms-list li a::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #000;
  transform: scaleX(0);
  transition: 0.2s ease;
}
.page-wrap .terms-list li a:hover, .page-wrap .terms-list li a:active {
  text-decoration: none;
}
.page-wrap .terms-list li a:hover::after, .page-wrap .terms-list li a:active::after {
  transform: scaleX(1);
}
.page-wrap .terms-list li.active a {
  font-weight: 900;
}
.page-wrap .terms-list li.active a::after {
  transform: scaleX(1);
}
.page-wrap .projects-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media (min-width: 480px) {
  .page-wrap .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .page-wrap .projects-grid {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .page-wrap .projects-grid.two-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-wrap .projects-grid.two-col .grid-item a {
    padding-bottom: 75%;
  }
}
.page-wrap .projects-grid-wrapper {
  position: relative;
}
.page-wrap .projects-grid-wrapper .no-posts {
  width: 100% !important;
  margin: 25px 0 !important;
  display: block;
  text-align: center;
}
.page-wrap .projects-grid .grid-item {
  position: relative;
  width: 100%;
  transition: opacity 0.2s ease;
}
.page-wrap .projects-grid .grid-item:hover, .page-wrap .projects-grid .grid-item:active {
  opacity: 0.7;
}
.page-wrap .projects-grid .grid-item a {
  display: block;
  padding-bottom: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
}
.page-wrap .projects-grid .grid-item a img {
  display: block;
  width: 100%;
}
.page-wrap .projects-grid .grid-item a .view-more {
  font: 700 14px/30px "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: #365F67;
  color: #fff;
  border-color: #67a9b6;
  padding: 0 10px;
  position: absolute;
  top: 25px;
  left: 0;
  transition: 0.2s;
}
.page-wrap .projects-grid .grid-item a .view-more:hover, .page-wrap .projects-grid .grid-item a .view-more:active {
  background-color: #fff;
  border-color: #365F67;
  color: #365F67;
  text-decoration: none;
}

.page-wrap .testimonials {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0;
}
.page-wrap .testimonials .testimonial {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
  box-sizing: border-box; /* Everything else */
}
.page-wrap .testimonials .testimonial + .testimonial {
  margin-top: 30px;
}
.page-wrap .testimonials .testimonial .testimonial-content {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
  box-sizing: border-box; /* Everything else */
}
.page-wrap .testimonials .testimonial .client {
  position: relative;
  float: left;
  width: 100%;
  background: #ccc;
  padding: 10px;
  color: #000;
  font-weight: bold;
  text-align: right;
}

.page-wrap .top-navigation, .page-wrap .bottom-navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page-wrap .top-navigation span, .page-wrap .bottom-navigation span {
  display: block;
}
.page-wrap .top-navigation span i, .page-wrap .bottom-navigation span i {
  font: bold 12px/1em "Font Awesome 5 Free";
}
.page-wrap .top-navigation span a, .page-wrap .bottom-navigation span a {
  color: #000000;
  font: 400 14px/1em "Roboto", Arial, Helvetica, sans-serif;
}
.page-wrap .top-navigation span.left, .page-wrap .bottom-navigation span.left {
  margin: 0 auto 0 0;
}
.page-wrap .top-navigation span.left i, .page-wrap .bottom-navigation span.left i {
  margin-right: 5px;
}
.page-wrap .top-navigation span.right, .page-wrap .bottom-navigation span.right {
  margin: 0 0 0 auto;
}
.page-wrap .top-navigation span.right i, .page-wrap .bottom-navigation span.right i {
  margin-left: 5px;
}
.page-wrap .banner-wrapper-portfolio img {
  display: block;
  width: 100%;
}
.page-wrap .top-navigation {
  margin: 0 0 40px;
}
.page-wrap .bottom-navigation {
  padding: 25px 0;
  border-top: 1px solid #a9a9a9;
  margin: 40px 0 0;
}
@media (min-width: 480px) {
  .page-wrap .bottom-navigation .archive-link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.page-wrap .bottom-navigation .archive-link a {
  display: block;
}
.page-wrap .bottom-navigation .archive-link a i {
  font-size: 20px;
}
.page-wrap article.project .project-body {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #a9a9a9;
}
@media (min-width: 992px) {
  .page-wrap article.project .project-body {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.page-wrap article.project .project-body .project-info {
  width: 100%;
}
@media (min-width: 992px) {
  .page-wrap article.project .project-body .project-info {
    width: calc(42% - 50px);
    margin-right: 50px;
  }
}
.page-wrap article.project .project-body .project-info h1 {
  position: relative;
  color: #222222;
  font: 700 36px/1.2em "Raleway", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
  padding: 0 0 20px;
  font: 700 28px/1.2em "Raleway", Arial, Helvetica, sans-serif;
}
.page-wrap article.project .project-body .project-info h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 104px;
  height: 3px;
  display: block;
  background-color: #365F67;
}
.page-wrap article.project .project-body .project-info .description {
  margin: 0 0 20px;
}
.page-wrap article.project .project-body .project-info .description p {
  color: #000000;
  font: 300 italic 20px/25px "Roboto", Arial, Helvetica, sans-serif;
  margin: 0;
}
.page-wrap article.project .project-body .project-info .meta-info p {
  margin: 0 0 10px;
  color: #000000;
  font: 300 18px/25px "Roboto", Arial, Helvetica, sans-serif;
}
.page-wrap article.project .project-body .project-info .meta-info p span {
  font-weight: 500;
}
.page-wrap article.project .project-body .project-info .expand-info {
  background: none;
  border: 0;
  font: 500 18px/1em "Roboto", Arial, Helvetica, sans-serif;
}
.page-wrap article.project .project-body .project-info .expand-info:hover i, .page-wrap article.project .project-body .project-info .expand-info:active i {
  transform: translateY(2px);
}
.page-wrap article.project .project-body .project-info .expand-info i {
  font-size: 12px;
  transition: 0.2s;
}
.page-wrap article.project .project-body .project-photo {
  width: 100%;
  margin: 0 0 25px;
}
@media (min-width: 992px) {
  .page-wrap article.project .project-body .project-photo {
    width: 58%;
    margin: 0;
  }
}
.page-wrap article.project .project-body .project-photo img {
  width: 100%;
  box-shadow: -10px 10px 0 0 #dadada;
}
.page-wrap article.project .project-content {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s ease, margin 0.8s ease;
}
.page-wrap article.project .project-content.expanded {
  margin: 35px 0 5px;
  max-height: 3000px;
}
.page-wrap article.project .project-gallery {
  display: flex;
  flex-wrap: wrap;
}
.page-wrap article.project .project-gallery.masonry-grid .gallery-item {
  margin: 0 0 10px;
}
.page-wrap article.project .project-gallery .gallery-item {
  position: relative;
  width: 100%;
  margin: 0 0 auto;
  transition: opacity 0.2s ease;
}
@media (min-width: 480px) {
  .page-wrap article.project .project-gallery .gallery-item {
    width: calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  .page-wrap article.project .project-gallery .gallery-item {
    width: calc(33.3333% - 6.66px);
  }
}
@media (min-width: 992px) {
  .page-wrap article.project .project-gallery .gallery-item {
    width: calc(25% - 7.5px);
  }
}
.page-wrap article.project .project-gallery .gallery-item:hover, .page-wrap article.project .project-gallery .gallery-item:active {
  opacity: 0.7;
}
.page-wrap article.project .project-gallery .gallery-item::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("../images/fade.png") center no-repeat;
  background-size: cover;
  z-index: 1;
}
.page-wrap article.project .project-gallery .gallery-item a {
  display: block;
}
.page-wrap article.project .project-gallery .gallery-item a img {
  display: block;
  width: 100%;
}
.page-wrap article.project .project-gallery .gallery-item a .item-title {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 0 15px 15px;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.26);
  color: #ffffff;
  text-transform: uppercase;
  font: 500 18px/1.1em "Roboto", Arial, Helvetica, sans-serif;
}
.page-wrap .video-wrapper {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.page-wrap .video-wrapper .video-inner-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.page-wrap .video-wrapper .video-inner-wrapper iframe, .page-wrap .video-wrapper .video-inner-wrapper object, .page-wrap .video-wrapper .video-inner-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-wrap .before-after-wrapper {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.page-wrap .before-after-wrapper .before-image,
.page-wrap .before-after-wrapper .after-image {
  width: calc(50% - 15px);
}
.page-wrap .before-after-wrapper .before-image img,
.page-wrap .before-after-wrapper .after-image img {
  width: 100%;
  height: auto;
}
.page-wrap .before-after-wrapper .before-image {
  float: left;
}
.page-wrap .before-after-wrapper .after-image {
  float: right;
}
.page-wrap .before-after-wrapper .overlay {
  display: block;
  font-size: 21px;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  .page-wrap .before-after-wrapper .before-image,
  .page-wrap .before-after-wrapper .after-image {
    width: 100%;
  }
  .page-wrap .before-after-wrapper .before-image {
    float: none;
    margin-bottom: 30px;
  }
  .page-wrap .before-after-wrapper .after-image {
    float: none;
  }
}

.page-wrap.hc-transparent article.project, .page-wrap.hc-transparent .heading-portfolio, .page-wrap.hc-transparent .blog-wrapper {
  padding-top: 127px;
}

.page-wrap .full-width-banner-layout article.project .project-body .project-info {
  width: 100%;
  margin-right: 0;
}

/* ===========================================================
	OUR TEAM LAYOUT
=========================================================== */
.page-wrap .team-members {
  list-style-type: none;
  margin: 0;
}
.page-wrap .team-members li {
  float: left;
  margin: 0 0 2% 2%;
  width: 23.5%;
}
.page-wrap .team-members li img {
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap .team-members li:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
@media (max-width: 768px) {
  .page-wrap .team-members li {
    width: 32%;
  }
  .page-wrap .team-members li:nth-child(4n+1) {
    clear: none;
    margin-left: 2%;
  }
  .page-wrap .team-members li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .page-wrap .team-members li {
    margin: 0 0 4% 4%;
    width: 48%;
  }
  .page-wrap .team-members li:nth-child(4n+1) {
    margin-left: 4%;
  }
  .page-wrap .team-members li:nth-child(3n+1) {
    clear: none;
    margin-left: 4%;
  }
  .page-wrap .team-members li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}

.brands {
  background-color: #f1f1f1;
  padding: 25px 0px 34px;
  width: 100%;
}
.brands .logos__item {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 800px) {
  .brands .logos__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .brands .logos__item {
    width: 100%;
  }
}
.brands .logos__item img {
  display: block;
  margin: 0 auto;
  max-width: 96%;
}

.intro {
  padding-top: 80px;
}
.intro .column.column-right {
  padding-left: 40px;
  max-width: 450px;
  color: #222;
  text-align: left;
}
@media (max-width: 992px) {
  .intro .column.column-right {
    padding-left: 0;
    max-width: none;
  }
}
.intro .column.column-right p {
  font-weight: 300;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}

@media (max-width: 992px) {
  .grid .grid__scattered-columns_desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .grid .grid__scattered-columns_mobile {
    display: none;
  }
}
.grid .grid_margin {
  margin-bottom: 107px;
}
.grid .grid__col {
  padding: 17px 8px 17px 17px;
  height: 100%;
  box-sizing: border-box;
  background-size: cover !important;
}
@media (max-width: 992px) {
  .grid .grid__col {
    width: 50%;
    padding: 38px 20px 20px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .grid .grid__col {
    width: 100%;
  }
}
.grid .grid__col {
  position: relative;
  text-shadow: 0 2px 2px #000;
}
.grid .grid__col:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.grid .grid__number,
.grid .grid__title,
.grid .grid__description {
  position: relative;
  z-index: 2;
}
.grid .grid__col_01 {
  height: 378px;
  padding-top: 27px;
  padding-right: 19px;
}
@media (max-width: 1240px) {
  .grid .grid__col_01 {
    height: 460px;
  }
}
.grid .grid__col_02 {
  height: 648px;
  padding-top: 140px;
}
.grid .grid__col_02 .grid__number {
  margin-bottom: 10px;
}
@media (max-width: 1240px) {
  .grid .grid__col_02 {
    height: 734px;
  }
}
.grid .grid__col_03 {
  height: 286px;
  padding-top: 32px;
}
.grid .grid__col_03 .grid__number {
  margin-bottom: 13px;
}
@media (max-width: 1240px) {
  .grid .grid__col_03 {
    height: 343px;
  }
}
.grid .grid__col_04 {
  height: 572px;
  padding-top: 121px;
}
@media (max-width: 1240px) {
  .grid .grid__col_04 {
    height: 600px;
  }
}
.grid .grid__col_05 {
  height: 556px;
  padding-top: 143px;
  padding-right: 19px;
}
@media (max-width: 1240px) {
  .grid .grid__col_05 {
    height: 560px;
  }
}
.grid .grid__col_06 {
  height: 362px;
  padding-top: 27px;
  /*&:before{
    background: rgba(255,255,255,0.7) !important;
  }*/
}
.grid .grid__col_06 .grid__title {
  margin-top: -14px;
}
@media (max-width: 1240px) {
  .grid .grid__col_06 {
    height: 391px;
  }
}
.grid .grid__col_07 {
  height: 286px;
  padding-left: 111px;
  padding-top: 38px;
  padding-right: 78px;
  /*&:before{
    background: rgba(255,255,255,0.4) !important;
  }*/
}
.grid .grid__col_07 .grid__number {
  margin-right: -20px;
}
.grid .grid__col_07 .grid__title {
  margin-top: -26px;
}
@media (max-width: 1240px) {
  .grid .grid__col_07 {
    padding-left: 35px;
    padding-right: 40px;
  }
}
.grid .grid__col_08 {
  height: 362px;
  padding-top: 26px;
  padding-right: 10px;
  /*&:before{
    background: rgba(255,255,255,0.4) !important;
  }*/
}
@media (max-width: 1240px) {
  .grid .grid__col_08 {
    height: 420px;
  }
}
.grid .grid__col_09 {
  height: 286px;
  padding-left: 106px;
  padding-top: 40px;
  padding-right: 97px;
}
.grid .grid__col_09 .grid__number {
  margin-right: -64px;
  margin-bottom: -48px;
}
@media (max-width: 1240px) {
  .grid .grid__col_09 {
    padding-left: 35px;
  }
}
.grid .grid__col_10 {
  height: 286px;
  padding-left: 112px;
  padding-right: 75px;
  padding-top: 35px;
}
.grid .grid__col_10 .grid__number {
  margin-bottom: -41px;
}
@media (max-width: 1240px) {
  .grid .grid__col_10 {
    padding-left: 35px;
  }
}
.grid .grid__col_g01 {
  height: 479px;
  padding: 88px 15px 15px 20px;
}
.grid .grid__col_g01 .grid__number {
  margin-bottom: 9px;
}
@media (max-width: 1240px) {
  .grid .grid__col_g01 {
    height: 580px;
  }
}
.grid .grid__col_g02 {
  height: 685px;
  padding: 177px 13px 15px;
}
.grid .grid__col_g02 .grid__number {
  margin-bottom: 20px;
}
.grid .grid__col_g03 {
  height: 349px;
  padding: 39px 12px 15px 17px;
}
.grid .grid__col_g03 .grid__number {
  margin-bottom: 13px;
}
@media (max-width: 1240px) {
  .grid .grid__col_g03 {
    height: 450px;
  }
}
.grid .grid__col_g04 {
  height: 573px;
  padding: 110px 10px 15px 20px;
}
.grid .grid__col_g04 .grid__number {
  margin-bottom: 8px;
}
@media (max-width: 1240px) {
  .grid .grid__col_g04 {
    height: 608px;
  }
}
.grid .grid__col_g05 {
  height: 495px;
  padding: 115px 15px 15px 20px;
}
.grid .grid__col_g05 .grid__number {
  margin-bottom: -7px;
}
.grid .grid__col_g06 {
  height: 336px;
  padding: 54px 10px 15px 20px;
}
.grid .grid__col_g07 {
  height: 289px;
  padding: 47px 28px 15px 93px;
}
.grid .grid__col_g07 .grid__number {
  margin-bottom: -21px;
}
@media (max-width: 1240px) {
  .grid .grid__col_g07 {
    padding-left: 20px;
  }
}
.grid .grid__col_g08 {
  height: 401px;
  padding: 52px 14px 15px 19px;
}
@media (max-width: 1240px) {
  .grid .grid__col_g08 {
    height: 467px;
  }
}
.grid .grid__col_s01 {
  height: 334px;
  padding-top: 34px;
  padding-right: 17px;
}
.grid .grid__col_s01 .grid__number {
  margin-bottom: -10px;
}
@media (max-width: 1240px) {
  .grid .grid__col_s01 {
    height: 407px;
  }
}
.grid .grid__col_s02 {
  height: 686px;
  padding: 175px 11px 15px 13px;
}
.grid .grid__col_s02 .grid__number {
  margin-bottom: 19px;
}
@media (max-width: 1240px) {
  .grid .grid__col_s02 {
    height: 802px;
  }
}
.grid .grid__col_s03 {
  height: 364px;
  padding-top: 38px;
}
@media (max-width: 1240px) {
  .grid .grid__col_s03 {
    height: 420px;
  }
}
.grid .grid__col_s04 {
  height: 571px;
  padding: 110px 10px 15px 19px;
}
.grid .grid__col_s04 .grid__number {
  margin-bottom: 10px;
}
@media (max-width: 1240px) {
  .grid .grid__col_s04 {
    height: 609px;
  }
}
.grid .grid__col_s05 {
  height: 352px;
  padding: 55px 17px 15px 19px;
}
.grid .grid__col_s05 .grid__number {
  margin-bottom: -13px;
}
@media (max-width: 1240px) {
  .grid .grid__col_s05 {
    height: 395px;
  }
}
.grid .grid__col_s06 {
  height: 322px;
  padding-top: 32px;
  padding-right: 27px;
}
.grid .grid__col_s06 .grid__number {
  margin-right: -12px;
  margin-bottom: -30px;
}
@media (max-width: 1240px) {
  .grid .grid__col_s06 {
    height: 382px;
  }
}
.grid .grid__col_s07 {
  height: 286px;
  padding: 51px 67px 15px 112px;
}
.grid .grid__col_s07 .grid__number {
  margin-bottom: -33px;
}
@media (max-width: 1240px) {
  .grid .grid__col_s07 {
    padding-left: 30px;
  }
}
.grid .grid__col_s08 {
  height: 286px;
  padding: 45px 13px 15px 14px;
}
.grid .grid__col_s08 .grid__number {
  margin-bottom: -17px;
}
.grid .grid__col_s09 {
  height: 401px;
  padding: 67px 40px 15px 27px;
}
.grid .grid__col_s09 .grid__number {
  margin-right: -23px;
}
@media (max-width: 1240px) {
  .grid .grid__col_s09 {
    height: 479px;
  }
}
.grid .grid__flex-cols {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
}
@media (max-width: 992px) {
  .grid .grid__flex-cols {
    flex-wrap: wrap;
  }
}
.grid .grid__flex-cols_wrap {
  flex-wrap: wrap;
}
.grid .grid__flex-cols > * {
  align-self: stretch;
}
.grid .grid__flex-cols_1 {
  width: 100% !important;
}
.grid .grid__flex-cols_2 > * {
  width: 50%;
}
.grid .grid__flex-cols_3 > div:nth-of-type(odd) {
  width: 25%;
}
.grid .grid__flex-cols_3 > div:nth-of-type(even) {
  width: 50%;
}
.grid .grid__number {
  font-size: 210px;
  font-family: "LuckyFellas", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 88px;
  display: block;
  opacity: 0.502;
  text-align: right;
}
.grid .grid__number_white {
  opacity: 0.4;
  color: #fff;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.23);
}
.grid .grid__title {
  font-size: 25px !important;
  color: #222222;
  margin-bottom: 7px;
  line-height: 1.2;
  font-weight: 400 !important;
}
.grid .grid__title_white {
  color: #fff;
}
.grid .grid__description {
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #222222;
  line-height: 1.7;
  display: block;
  text-shadow: 0px 0px 3.2px rgba(255, 255, 255, 0.43);
}
.grid .grid__description_white {
  color: #fff;
  text-shadow: 0px 0px 0.9px rgba(0, 0, 0, 0.77);
}

.advantages-grid {
  display: none;
  margin: 0 auto;
}
.advantages-grid .advantage_item {
  width: 25%;
  min-height: 440px;
  margin: 0;
  padding: 27px 8px 17px 17px;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  text-shadow: 0 2px 2px #000;
}
@media (max-width: 1050px) {
  .advantages-grid .advantage_item {
    min-height: 480px;
  }
}
.advantages-grid .advantage_item:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.advantages-grid .advantage_item .grid__number,
.advantages-grid .advantage_item .grid__title,
.advantages-grid .advantage_item .grid__description {
  position: relative;
  z-index: 2;
}
.advantages-grid .advantage_item p {
  font-size: 14px;
  line-height: 1.7em;
}
@media (max-width: 1050px) {
  .advantages-grid .advantage_item {
    width: 50%;
    padding: 38px 20px 20px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .advantages-grid .advantage_item {
    width: 100% !important;
  }
}
.advantages-grid .advantage_item--09, .advantages-grid .advantage_item--10 {
  width: 50%;
  min-height: 310px !important;
}
.advantages-grid .advantage_item--02, .advantages-grid .advantage_item--04, .advantages-grid .advantage_item--05, .advantages-grid .advantage_item--06 {
  min-height: 560px;
  padding-top: 140px;
}
@media (max-width: 1050px) {
  .advantages-grid .advantage_item--02, .advantages-grid .advantage_item--04, .advantages-grid .advantage_item--05, .advantages-grid .advantage_item--06 {
    padding-top: 27px;
  }
}
@media (max-width: 1050px) {
  .advantages-grid .advantage_item {
    min-height: auto !important;
  }
}

.grid__number {
  font-size: 210px;
  font-family: "LuckyFellas", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 88px;
  display: block;
  opacity: 0.502;
  text-align: right;
  margin-top: 8px;
}

.grid__number_white {
  opacity: 0.4;
  color: #fff;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.23);
}

h3.grid__title {
  font-size: 25px !important;
  color: #fff;
  margin-bottom: 7px;
  line-height: 1.2;
  font-weight: 400 !important;
}

.grid__title_white {
  color: #fff;
}

.grid__description {
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #222222;
  line-height: 1.7;
  display: block;
  text-shadow: 0px 0px 3.2px rgba(255, 255, 255, 0.43);
}

.grid__description_white {
  color: #fff;
  text-shadow: 0px 0px 0.9px rgba(0, 0, 0, 0.77);
}

.link-block {
  margin-bottom: 30px;
  width: 100%;
}
.link-block h2 {
  font-family: "LuckyFellas", Arial, Helvetica, sans-serif;
  padding-bottom: 5px;
  color: #222222;
  font-size: 89px !important;
  line-height: 60px;
  padding-bottom: 10px;
  font-weight: 300 !important;
  margin-top: 60px;
  margin-bottom: 5px;
  text-align: center;
}
.link-block p {
  font-weight: 300;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  text-align: center;
}
.link-block .link-block__title {
  font-size: 85px;
  font-family: "LuckyFellas", Arial, Helvetica, sans-serif;
  color: #222222;
  line-height: 1.2;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .link-block .link-block__title {
    font-size: 70px;
  }
}
.link-block .link-block__subtitle {
  font-size: 18px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #222222;
  display: block;
  text-align: center;
  width: 56%;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .link-block .link-block__subtitle {
    width: 100%;
  }
}
.link-block .link-block__items {
  display: flex;
  margin: 0 -18px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .link-block .link-block__items {
    margin: 0 -2px;
  }
}
.link-block .link-block__items_half {
  margin: 0 -20px;
}
.link-block .link-block__item {
  width: 33.33%;
  padding: 0 18px;
  position: relative;
  -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
  box-sizing: border-box; /* Everything else */
}
@media (max-width: 991px) {
  .link-block .link-block__item {
    padding: 0 2px;
  }
}
@media (max-width: 767px) {
  .link-block .link-block__item {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 20px;
  }
}
.link-block .link-block__item_width_half {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .link-block .link-block__item_width_half {
    width: 100%;
    max-width: 100%;
  }
}
.link-block .link-block__item-content {
  min-height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.link-block h3.link-block__item-title {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 12px;
  text-shadow: 0px 0px 5px #353535;
}
@media (max-width: 991px) {
  .link-block h3.link-block__item-title {
    padding: 0 30px;
  }
}
.link-block .link-block__item-link {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #b1b711;
  border: 0 solid #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 20px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  box-shadow: 4px 5px 0px rgba(27, 48, 4, 0.57);
}
.link-block .link-block__item-link:hover {
  color: #fff;
  background: #000;
}
.link-block .link-block__item-link:focus {
  outline: none;
}
.link-block .link-block__item-link:hover {
  background: #84880d;
}
@media (max-width: 991px) {
  .link-block .link-block__item-link {
    width: 80%;
    -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
    box-sizing: border-box; /* Everything else */
  }
}
.link-block .link-block__item-link_bigger {
  padding: 0.5em 1.74em;
  max-width: 154px;
  font-size: 16px;
}
.link-block .link-block__item-link_green {
  background: #7ac22c;
  box-shadow: 4.5px 5.362px 0px 0px rgba(46, 79, 11, 0.47);
}
.link-block .link-block__item-link_green:hover {
  background: #7ac22c;
  color: #000;
}
.link-block .link-block__item-content_centered {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background: #000;
  border-radius: 0;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
  background: #000 !important;
}

ul.slick-track {
    margin-left: 0;
}

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