/*
Theme Name: Antlia
Author: Anonymous
Author URI:
Version: 1
Description: Antlia theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Antlia
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.slick-dots, .main-nav ul, .text-block ul, .text-block ol, .form-area ul, .form-area .gform_fields, .accordion, .widget ul, .social-networks, .twocols-content ul:not([class]), .twocols-content ol:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

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

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #4c4c4c;
  background: #fff;
  font: 17px/1.6470588235 "Roboto", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1023px) {
    body {
      font-size: 15px;
      line-height: 26px; } }

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

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

a {
  -webkit-transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.6470588235em; }

blockquote {
  border-left: 4px solid #000;
  padding-left: .5em;
  margin-left: 1.6470588235em; }

th, td {
  border: 1px solid #000;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea, select, input[type='number'] {
  height: 46px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 24px;
  border: solid 1px #ccc;
  padding: 10px 22px;
  border-radius: 0;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #4c4c4c;
  background-color: #fff; }
  @media (min-width: 1360px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    input[type='url'],
    input[type='date'],
    textarea, select, input[type='number'] {
      height: 50px; } }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder {
    color: #676767; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder, select::-moz-placeholder, input[type='number']::-moz-placeholder {
    opacity: 1;
    color: #676767; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder, select:-moz-placeholder, input[type='number']:-moz-placeholder {
    color: #676767; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type='number']:-ms-input-placeholder {
    color: #676767; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder, select.placeholder, input[type='number'].placeholder {
    color: #676767; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus, select:focus, input[type='number']:focus {
    border-color: #F5333F; }

select, .select2-container--default .select2-selection--single {
  background: #fff url("images/select-bg.png");
  background-size: 46px 46px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-right: 40px; }
  @media (min-width: 1360px) {
    select, .select2-container--default .select2-selection--single {
      background-size: 50px 50px; } }

.select2-container--default .select2-selection--single {
  font-size: 17px;
  line-height: 24px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 14px 22px;
  border-radius: 0;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #4c4c4c;
  background-color: #fff; }

.select2-dropdown {
  border-color: rgba(0, 0, 0, 0.1) !important; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 180px !important;
  resize: none; }

button, .btn,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 20px;
  min-height: 46px;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #F5333F;
  border: 0;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 150% 100%;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Oxanium", sans-serif;
  position: relative;
  margin: 0 46px 0 0; }
  @media (min-width: 576px) {
    button, .btn,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'], .button {
      font-size: 15px; } }
  @media (min-width: 1360px) {
    button, .btn,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'], .button {
      font-size: 16px;
      line-height: 20px;
      padding: 15px 25px;
      min-height: 50px;
      margin: 0 52px 0 0; } }
  button:after, .btn:after,
  input[type='button']:after,
  input[type='reset']:after,
  input[type='file']:after,
  input[type='submit']:after, .button:after {
    width: 46px;
    height: 100%;
    content: '\f178';
    font-family: icomoon;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #000;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    font-size: 18px; }
    @media (min-width: 1360px) {
      button:after, .btn:after,
      input[type='button']:after,
      input[type='reset']:after,
      input[type='file']:after,
      input[type='submit']:after, .button:after {
        width: 52px;
        height: 100%;
        font-size: 20px; } }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover, .button:hover {
    opacity: 1;
    background: #f64b56;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  button.btn-secondary, .btn.btn-secondary,
  input[type='button'].btn-secondary,
  input[type='reset'].btn-secondary,
  input[type='file'].btn-secondary,
  input[type='submit'].btn-secondary, .button.btn-secondary {
    background: #000;
    border-color: #000;
    color: #fff; }
    button.btn-secondary:after, .btn.btn-secondary:after,
    input[type='button'].btn-secondary:after,
    input[type='reset'].btn-secondary:after,
    input[type='file'].btn-secondary:after,
    input[type='submit'].btn-secondary:after, .button.btn-secondary:after {
      background: #F5333F; }
    button.btn-secondary:hover, .btn.btn-secondary:hover,
    input[type='button'].btn-secondary:hover,
    input[type='reset'].btn-secondary:hover,
    input[type='file'].btn-secondary:hover,
    input[type='submit'].btn-secondary:hover, .button.btn-secondary:hover {
      background: #0d0d0d;
      color: #fff; }

.fancybox-button {
  min-height: inherit;
  padding: 0; }
  .fancybox-button:hover {
    background: #000; }

.field_sublabel_below .gfield_label {
  margin-bottom: 6px;
  display: block; }

input[type='file'] {
  border-bottom: 0;
  background-color: #F5333F;
  color: #fff; }

.main-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-cols #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main-cols #sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px;
    margin-left: 20px; }

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .paging .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .paging .nav-links .prev, .paging .nav-links .next {
      padding: 8px 20px; }

.paging {
  clear: both;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0; }

.paging .nav-links a, .paging .nav-links span {
  color: #4c4c4c !important;
  text-decoration: none;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  font-size: 17px;
  line-height: 24px;
  margin: 2px 4px;
  border-radius: 100%;
  font-family: "Roboto", sans-serif;
  border: solid 1px #F5333F;
  border-radius: 100%;
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.paging .nav-links span.current {
  background: #ededed;
  border-color: #ededed; }
  .bg-gray .paging .nav-links span.current {
    background: #fff;
    border-color: #fff; }

.paging .nav-links a:hover {
  background: none;
  color: #F5333F !important; }

.paging .nav-links .next, .paging .nav-links .prev {
  font-size: 0;
  line-height: 0;
  padding: 0;
  background: #F5333F;
  color: #fff !important;
  border-color: #F5333F; }

.paging .nav-links .next {
  text-align: center; }
  .paging .nav-links .next:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f105";
    font-family: 'icomoon'; }

.paging .nav-links .prev {
  text-align: center; }
  .paging .nav-links .prev:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f104";
    font-family: 'icomoon'; }

.fancybox-button:after {
  display: none; }

.widget {
  margin-bottom: 1.6470588235em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    width: 100%; }
    .search-form input[type='search'] {
      width: 100%;
      margin-bottom: 14px; }

.post-password-form input {
  width: 100%; }
  .post-password-form input[type='password'] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #131314;
  color: #fff;
  font-size: 20px;
  line-height: 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #000; }

.commentlist {
  margin: 0 0 1.6470588235em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.6470588235em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.6470588235em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.6470588235em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #131314;
    color: #fff;
    padding: 18px 20px 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      background: #000; }

.navigation-single {
  margin-bottom: 1.6470588235em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #131314;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      background: #000; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      background: #131314;
      color: #fff;
      padding: 18px 20px 16px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 20px;
      border-radius: 5px; }
      .navigation-single .next a:hover,
      .navigation-single .prev a:hover {
        background: #000; }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.6470588235em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.6470588235em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.6470588235em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.6470588235em; }

.mejs-container {
  margin-bottom: 1.6470588235em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.widget_calendar table {
  width: 100%; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-weight: 600;
  margin: 0 0 0.5em;
  line-height: 1.2;
  display: block;
  font-family: "Oxanium", sans-serif; }

h1, .h1 {
  font-size: 35px; }
  @media (min-width: 576px) {
    h1, .h1 {
      font-size: 40px; } }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 35px; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 45px; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (min-width: 1440px) {
    h1, .h1 {
      font-size: 45px; } }

h2, .h2 {
  font-size: 31px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 31px; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 40px; } }

h3, .h3 {
  font-size: 35px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #F5333F; }
  a:hover, a:focus {
    text-decoration: none; }

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play2:before {
  content: "\e940"; }

.icon-check:before {
  content: "\e946"; }

.icon-shower:before {
  content: "\e943"; }

.icon-user2:before {
  content: "\e944"; }

.icon-bed:before {
  content: "\e945"; }

.icon-quote1:before {
  content: "\e938"; }

.icon-badge:before {
  content: "\e93d"; }

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

.icon-clock1:before {
  content: "\e941"; }

.icon-tiktok:before {
  content: "\e937"; }

.icon-quote2:before {
  content: "\e936"; }

.icon-foot:before {
  content: "\e906"; }

.icon-info2:before {
  content: "\e913"; }

.icon-phone3:before {
  content: "\e914"; }

.icon-time:before {
  content: "\e916"; }

.icon-arrow-next:before {
  content: "\e917"; }

.icon-arrow-prev:before {
  content: "\e934"; }

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

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

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

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

.icon-quote:before {
  content: "\e904"; }

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

.icon-book:before {
  content: "\e907"; }

.icon-currency:before {
  content: "\e908"; }

.icon-calender:before {
  content: "\e909"; }

.icon-logout:before {
  content: "\e90a"; }

.icon-user:before {
  content: "\e90b"; }

.icon-x:before {
  content: "\e90c"; }

.icon-triangle-up:before {
  content: "\e90d"; }

.icon-triangle-right:before {
  content: "\e90e"; }

.icon-triangle-left:before {
  content: "\e90f"; }

.icon-triangle-down:before {
  content: "\e910"; }

.icon-contractors:before {
  content: "\e911"; }

.icon-info:before {
  content: "\e912"; }

.icon-search:before {
  content: "\e915"; }

.icon-clock:before {
  content: "\e918"; }

.icon-icon-email:before {
  content: "\e919"; }

.icon-icon-quote:before {
  content: "\e91a"; }

.icon-icon-quote2:before {
  content: "\e91b"; }

.icon-icon-send:before {
  content: "\e91c"; }

.icon-icon-user:before {
  content: "\e91d"; }

.icon-arrow_right_alt:before {
  content: "\e91e"; }

.icon-long-arrow-right:before {
  content: "\e91f"; }

.icon-long-arrow-left:before {
  content: "\e920"; }

.icon-long-arrow-up:before {
  content: "\e921"; }

.icon-long-arrow-down:before {
  content: "\e922"; }

.icon-check_circle:before {
  content: "\e923"; }

.icon-location1:before {
  content: "\e924"; }

.icon-download:before {
  content: "\e925"; }

.icon-arrow-right:before {
  content: "\e926"; }

.icon-arrow-left:before {
  content: "\e927"; }

.icon-envelope1:before {
  content: "\e928"; }

.icon-home:before {
  content: "\e929"; }

.icon-watch_later:before {
  content: "\e92a"; }

.icon-youtube1:before {
  content: "\e92b"; }

.icon-location11:before {
  content: "\e92c"; }

.icon-arrow-bottom:before {
  content: "\e92d"; }

.icon-arrow-top:before {
  content: "\e92e"; }

.icon-info1:before {
  content: "\e92f"; }

.icon-check_circle1:before {
  content: "\e930"; }

.icon-paperplane:before {
  content: "\e931"; }

.icon-search1:before {
  content: "\e932"; }

.icon-search2:before {
  content: "\e933"; }

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

.icon-certificate:before {
  content: "\e939"; }

.icon-hat:before {
  content: "\e93a"; }

.icon-play:before {
  content: "\e93b"; }

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

.icon-email:before {
  content: "\e93e"; }

.icon-phone2:before {
  content: "\e942"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-search3:before {
  content: "\f002"; }

.icon-user1:before {
  content: "\f007"; }

.icon-check1:before {
  content: "\f00c"; }

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-check11:before {
  content: "\f00f"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-redo:before {
  content: "\f01e"; }

.icon-sync:before {
  content: "\f021"; }

.icon-list1:before {
  content: "\f03b"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-check-circle1:before {
  content: "\f059"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-comment:before {
  content: "\f075"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-google-plus-g:before {
  content: "\f0d5"; }

.icon-envelope:before {
  content: "\f0e0"; }

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

.icon-envelope2:before {
  content: "\f0e2"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-ellipsis-h1:before {
  content: "\f143"; }

.icon-ellipsis-v1:before {
  content: "\f144"; }

.icon-play-circle:before {
  content: "\f145"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

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

.icon-tumblr:before {
  content: "\f173"; }

.icon-long-arrow-down1:before {
  content: "\f175"; }

.icon-long-arrow-up1:before {
  content: "\f176"; }

.icon-long-arrow-left1:before {
  content: "\f177"; }

.icon-long-arrow-right1:before {
  content: "\f178"; }

.icon-vk:before {
  content: "\f189"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-vimeo-v:before {
  content: "\f27d"; }

.icon-envira:before {
  content: "\f299"; }

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

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

.icon-equals:before {
  content: "\f52c"; }

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

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

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

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

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

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

.slide-pagination {
  overflow: hidden; }

.slick-pagination {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .slick-pagination .slick-next {
    position: absolute;
    right: 0;
    top: 0; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 15px 0 0; }
  @media (min-width: 1024px) {
    .slick-dots {
      margin: 15px 0 0; } }
  .slick-dots li {
    padding: 0 3px;
    position: relative; }
    .slick-dots li button {
      background: #ccc;
      width: 12px;
      height: 12px;
      min-height: inherit;
      padding: 0;
      font-size: 0;
      line-height: 0;
      display: block;
      border-radius: 100%;
      margin: 0; }
      @media (min-width: 1024px) {
        .slick-dots li button {
          width: 12px;
          height: 12px; } }
      .slick-dots li button:after {
        display: none; }
    .slick-dots li.slick-active button {
      background: #F5333F; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  font-size: 17px;
  left: 0;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4c4c4c;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  font-weight: 600; }
  .slick-prev i,
  .slick-next i {
    margin: -2px 3px 0;
    font-size: 22px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #000; }

.slick-next {
  left: auto;
  right: 0;
  color: #000; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
  @media (min-width: 768px) {
    .fancybox-slide {
      padding: 44px; } }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

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

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

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

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

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

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

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

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

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

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

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

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

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

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  background: none !important; }

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  background: #1e1e1e99; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

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

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fancybox-content {
  border: solid 8px #fff; }
  @media (min-width: 768px) {
    .fancybox-content {
      border: solid 10px #fff; } }

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

#header {
  position: relative;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1024px) {
    #header {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } }
  @media (min-width: 1200px) {
    #header {
      padding: 0; } }
  #header a {
    text-decoration: none; }
  #header .container {
    max-width: 1360px; }
  #header .header-top {
    background: -webkit-linear-gradient(top, #fefefe 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #ebebeb 100%);
    position: relative;
    padding: 15px 0 15px; }
    @media (min-width: 768px) {
      #header .header-top {
        padding: 15px 0 15px; } }
    @media (min-width: 1200px) {
      #header .header-top {
        padding: 18px 0; } }
    @media (min-width: 1360px) {
      #header .header-top {
        padding: 18px 0; } }
    @media (max-width: 1199px) {
      #header .header-top .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  #header .phone-area {
    font-weight: 600;
    font-size: 23px; }
    #header .phone-area .title {
      display: block;
      font-family: "Oxanium", sans-serif;
      color: #131314; }
    #header .phone-area .tel {
      display: block;
      font-family: "Oxanium", sans-serif; }
      #header .phone-area .tel i {
        margin: 0 10px 0 0; }
    @media (max-width: 1199px) {
      #header .phone-area {
        display: none; } }
  @media (max-width: 1199px) {
    #header .btn-holder {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      z-index: 1; }
      #header .btn-holder .btn {
        width: 50%;
        margin: 0 !important;
        border-radius: 0; }
      #header .btn-holder .login-link {
        width: 50%;
        display: block; }
        #header .btn-holder .login-link a {
          display: block;
          border: solid 1px #F5333F;
          text-align: center;
          padding: 10px 20px;
          background: #fff; } }
  @media (max-width: 575px) {
    #header .btn-holder .btn {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    #header .btn-holder .login-link {
      width: auto;
      min-width: 150px; }
      #header .btn-holder .login-link a span {
        display: none; } }
  #header .btn-area {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #header .btn-area .btn {
      margin-left: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    #header .btn-area .btnholder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 478px) {
        #header .btn-area .btnholder {
          display: none; } }
    #header .btn-area select {
      border-color: #131314;
      color: rgba(0, 0, 0, 0.8);
      width: 230px; }
      @media (max-width: 1023px) {
        #header .btn-area select {
          width: 210px;
          font-size: 14px; } }
  #header .group-select {
    display: none; }
    @media (min-width: 768px) {
      #header .group-select {
        display: block; } }
  #header .logo {
    max-width: 190px; }
    @media (min-width: 576px) {
      #header .logo {
        max-width: 200px; } }
    @media (min-width: 768px) {
      #header .logo {
        max-width: 230px; } }
    @media (min-width: 1024px) {
      #header .logo {
        max-width: 250px; } }
    @media (min-width: 1200px) {
      #header .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: 280px;
        margin-top: 34px; } }
    @media (min-width: 1360px) {
      #header .logo {
        max-width: 300px; } }
    @media (min-width: 1440px) {
      #header .logo {
        max-width: 310px; } }
    #header .logo img {
      display: block;
      max-width: 100%;
      width: 100%; }
  #header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1200px) {
      #header .header-right {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 419px) {
      #header .header-right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  @media (min-width: 1200px) {
    #header .menu-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 30px; } }
  #header .menu-holder .container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  #header .menu-holder .btn {
    display: none;
    margin-left: 20px; }
    @media (min-width: 1360px) {
      #header .menu-holder .btn {
        margin-left: 30px; } }
    @media (min-width: 768px) {
      #header .menu-holder .btn {
        display: block; } }
    @media (min-width: 1360px) {
      #header .menu-holder .btn.d-hide {
        display: none; } }
    @media (max-width: 1359px) {
      #header .menu-holder .btn.m-hide {
        display: none; } }
    @media (max-width: 1439px) {
      #header .menu-holder .btn {
        font-size: 13px; } }

.main-nav {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; }
  @media (min-width: 1200px) {
    .main-nav {
      font-size: 16px;
      line-height: 18px; } }
  @media (min-width: 1360px) {
    .main-nav {
      font-size: 17px;
      line-height: 19px; } }
  @media (min-width: 1440px) {
    .main-nav {
      font-size: 18px;
      line-height: 20px; } }
  .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .main-nav ul.secondary-nav {
        display: none; } }
    .main-nav ul li {
      position: relative;
      margin: 0 4px; }
      @media (min-width: 1360px) {
        .main-nav ul li {
          margin: 0 8px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      @media (min-width: 1600px) {
        .main-nav ul li {
          margin: 0 8px; } }
      @media (min-width: 576px) {
        .main-nav ul li.d-hide {
          display: none; } }
      .main-nav ul li + li:before {
        position: absolute;
        left: -8px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: '';
        width: 1px;
        height: 22px;
        background: rgba(0, 0, 0, 0.5); }
      .main-nav ul li a {
        display: block;
        padding: 20px 14px;
        color: #000;
        position: relative; }
        @media (min-width: 1200px) {
          .main-nav ul li a {
            padding: 23px 22px; } }
        @media (min-width: 1200px) {
          .main-nav ul li a:before {
            position: absolute;
            left: 18px;
            bottom: 17px;
            right: 18px;
            content: '';
            height: 2px;
            background: #F5333F;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: linear 0.4s;
            transition: linear 0.4s;
            border-radius: 4px; } }
        .main-nav ul li a:hover {
          color: #F5333F; }
      @media (min-width: 1200px) {
        .main-nav ul li.current_page_item > a {
          color: #F5333F; } }
      .main-nav ul li.current_page_item > a:before {
        opacity: 1;
        visibility: visible; }
      @media (min-width: 1200px) {
        .main-nav ul li.menu-item-has-children > a:after {
          display: inline-block;
          vertical-align: top;
          content: '\f107';
          font-family: 'icomoon';
          margin: 2px 0 -2px 6px;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s;
          color: #F5333F; } }
      @media (min-width: 1200px) {
        .main-nav ul li.menu-item-has-children:hover ul {
          opacity: 1;
          visibility: visible;
          margin-top: 0; }
        .main-nav ul li.menu-item-has-children:hover > a {
          color: #000; }
          .main-nav ul li.menu-item-has-children:hover > a:after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); } }
    .main-nav ul ul {
      text-transform: none; }
      @media (min-width: 1200px) {
        .main-nav ul ul {
          display: block;
          margin: 0;
          position: absolute;
          left: 0;
          top: 100%;
          width: 290px;
          background: #ededed;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          margin-top: 20px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s;
          text-transform: none; } }
      .main-nav ul ul li {
        margin: 0; }
        @media (min-width: 1200px) {
          .main-nav ul ul li {
            border-top: solid 1px rgba(0, 0, 0, 0.1); } }
        .main-nav ul ul li:before {
          display: none; }
        @media (min-width: 1200px) {
          .main-nav ul ul li a {
            padding: 18px 20px; } }
        .main-nav ul ul li a:before {
          display: none; }
  .main-nav .drop-opener {
    display: none; }

@media (max-width: 1199px) {
  #header:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100vh;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .main-nav {
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    overflow-y: auto;
    max-height: calc(100vh - 117px);
    background: #000;
    color: #fff; }
    .main-nav ul {
      display: block;
      margin: 0; }
      .main-nav ul li {
        border-top: solid 1px rgba(255, 255, 255, 0.1);
        margin: 0; }
        .main-nav ul li a {
          padding: 0;
          display: block;
          padding: 14px 20px;
          color: #fff; }
        .main-nav ul li.menu-item-has-children > a:after {
          display: none; }
        .main-nav ul li.menu-item-has-children > a {
          padding-right: 80px; }
        .main-nav ul li ul {
          display: none;
          background: black; }
          .main-nav ul li ul li a {
            padding: 17px 40px;
            color: #fff; }
        .main-nav ul li.drop-active .drop-opener .icon-plus:before {
          content: '\f068'; }
      .main-nav ul .drop-opener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        z-index: 2; } }

@media (max-width: 1023px) {
  .main-nav {
    max-height: calc(100vh - 110px); } }

@media (max-width: 767px) {
  .main-nav {
    max-height: calc(100vh - 99px); } }

@media (max-width: 575px) {
  .main-nav {
    max-height: calc(100vh - 96px); } }

.menu-opener {
  display: none; }
  @media (max-width: 1199px) {
    .menu-opener {
      display: block;
      width: 40px;
      height: 26px;
      position: relative;
      z-index: 3;
      margin: 0 0 0 20px; }
      .menu-opener span, .menu-opener:after, .menu-opener:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s;
        content: "";
        height: 5px;
        background: #F5333F;
        border-radius: 10px; }
      .menu-opener span {
        top: 11px; }
      .menu-opener:after {
        top: 22px; } }
  @media (max-width: 767px) {
    .menu-opener span, .menu-opener:after, .menu-opener:before {
      background: #F5333F; } }

@media (max-width: 1199px) {
  .menu-active {
    overflow: hidden;
    height: 100%; }
    .menu-active .menu-opener span {
      opacity: 0; }
    .menu-active .menu-opener:after, .menu-active .menu-opener:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 10px; }
    .menu-active .menu-opener:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .menu-active .main-nav {
      opacity: 1;
      visibility: visible; }
    .menu-active #header:after {
      opacity: 1;
      visibility: visible; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

.fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s; }
  @media (min-width: 1200px) {
    .fixed-position #header .header-top {
      display: none; } }
  .fixed-position #header .menu-holder {
    padding-top: 0; }

@-webkit-keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.masked-svg {
  position: absolute;
  width: 0;
  height: 0; }

.cta-bar {
  background: url(images/bg-hero.jpg);
  background-size: cover;
  background-position: 50% 50%;
  padding: 32px 0;
  color: #fff;
  text-align: center; }
  @media (min-width: 1024px) {
    .cta-bar {
      text-align: left; } }
  @media (min-width: 1024px) {
    .cta-bar .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .cta-bar .logo {
    margin: 0 auto 20px;
    max-width: 200px; }
    @media (min-width: 1024px) {
      .cta-bar .logo {
        margin: 0; } }
    @media (min-width: 1200px) {
      .cta-bar .logo {
        max-width: 233px; } }
    .cta-bar .logo img {
      display: block;
      max-width: 100%; }
  .cta-bar h3, .cta-bar .h3 {
    margin: 0 0 20px;
    display: block;
    font-weight: 600;
    font-size: 25px; }
    @media (min-width: 1024px) {
      .cta-bar h3, .cta-bar .h3 {
        margin: 0 20px; } }
    @media (min-width: 1200px) {
      .cta-bar h3, .cta-bar .h3 {
        font-size: 30px; } }
    @media (min-width: 1360px) {
      .cta-bar h3, .cta-bar .h3 {
        font-size: 35px; } }
  .cta-bar .btn.tel {
    margin: 0 0 0 50px;
    color: #fff !important;
    font-size: 20px; }
    .cta-bar .btn.tel:after {
      left: auto;
      right: 100%;
      content: "\e901"; }

#footer {
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    #footer {
      text-align: left; } }
  @media (max-width: 1199px) {
    #footer {
      font-size: 15px; } }
  #footer .container {
    position: relative;
    z-index: 1;
    max-width: 1360px; }
  #footer .footer-top {
    padding: 40px 0 20px;
    background: #131314;
    color: #fff; }
    @media (min-width: 1024px) {
      #footer .footer-top {
        padding: 60px 0; } }
  #footer .social-networks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -10px; }
    @media (min-width: 1024px) {
      #footer .social-networks {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    #footer .social-networks li a {
      text-decoration: none !important; }
  @media (min-width: 1024px) {
    #footer .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -20px; } }
  #footer .row .col {
    padding: 0 0 20px; }
    @media (min-width: 1024px) {
      #footer .row .col {
        width: 25%;
        padding: 0 20px; }
        #footer .row .col:nth-child(1) {
          width: 30%; }
        #footer .row .col:nth-child(2) {
          width: 45%; }
        #footer .row .col .col-holder {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
    @media (min-width: 1440px) {
      #footer .row .col {
        width: 25%; }
        #footer .row .col:nth-child(1) {
          width: 25%; }
        #footer .row .col:nth-child(2) {
          width: 50%; } }
    @media (min-width: 1200px) {
      #footer .row .col {
        padding: 0 30px; } }
    #footer .row .col.last {
      text-align: right; }
    #footer .row .col .select-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 15px 0; }
      @media (min-width: 1024px) {
        #footer .row .col .select-holder {
          padding: 25px 0; } }
      #footer .row .col .select-holder select {
        margin: 0 auto;
        width: 240px;
        font-size: 15px;
        font-weight: 500;
        height: 46px;
        padding: 8px 50px 8px 18px;
        background-size: 46px 46px; }
        @media (min-width: 1024px) {
          #footer .row .col .select-holder select {
            margin: 0; } }
  #footer .title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      #footer .title {
        margin: 0 0 20px; } }
    @media (min-width: 1360px) {
      #footer .title {
        font-size: 20px; } }
  @media (max-width: 1023px) {
    #footer .rating {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  #footer .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 1024px) {
      #footer .footer-nav ul {
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px; } }
    #footer .footer-nav ul li {
      margin: 0 0 4px; }
      @media (min-width: 1200px) {
        #footer .footer-nav ul li {
          margin: 0 0 8px; } }
      #footer .footer-nav ul li a {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 20px;
        position: relative; }
        #footer .footer-nav ul li a:before {
          position: absolute;
          left: 0;
          top: 0;
          content: '\f105';
          font-family: icomoon;
          color: #F5333F; }
        #footer .footer-nav ul li a:hover {
          color: #F5333F; }
    @media (max-width: 1023px) {
      #footer .footer-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 -8px; }
        #footer .footer-nav ul li {
          margin: 0 10px 10px; }
          #footer .footer-nav ul li a {
            padding: 0;
            border-bottom: dashed 1px #F5333F; }
            #footer .footer-nav ul li a:before {
              display: none; } }
  #footer .address-accordion {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    text-align: center; }
    @media (min-width: 1024px) {
      #footer .address-accordion {
        max-width: none;
        margin: 0;
        text-align: left; } }
    #footer .address-accordion li {
      border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
      #footer .address-accordion li .opener {
        display: block;
        text-decoration: none;
        color: #fff;
        position: relative;
        padding: 10px 20px 10px;
        font-size: 17px;
        font-weight: 600; }
        @media (min-width: 1024px) {
          #footer .address-accordion li .opener {
            padding: 10px 40px 10px 0; } }
        @media (min-width: 1360px) {
          #footer .address-accordion li .opener {
            font-size: 20px; } }
        #footer .address-accordion li .opener:after {
          display: inline-block;
          vertical-align: top;
          content: '\f107';
          font-family: icomoon;
          color: #F5333F;
          font-weight: 400;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s;
          margin: 2px 0 0 6px; }
          @media (min-width: 1024px) {
            #footer .address-accordion li .opener:after {
              position: absolute;
              right: 0;
              top: 10px;
              margin: 0; } }
      #footer .address-accordion li .slide {
        color: #bcbcbd; }
        @media (min-width: 1200px) {
          #footer .address-accordion li .slide {
            font-size: 16px; } }
        @media (min-width: 1360px) {
          #footer .address-accordion li .slide {
            font-size: 17px;
            line-height: 1.4; } }
        #footer .address-accordion li .slide p {
          margin: 0; }
        #footer .address-accordion li .slide .phone a {
          text-decoration: none; }
      #footer .address-accordion li .slide-holder {
        padding: 0 20px 15px; }
        @media (min-width: 1024px) {
          #footer .address-accordion li .slide-holder {
            padding: 0 0 15px; } }
      #footer .address-accordion li.active .opener:after {
        opacity: 0;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  #footer .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px; }
    @media (min-width: 768px) {
      #footer .footer-links ul {
        font-size: 16px; } }
    #footer .footer-links ul li {
      margin: 0 0 3px; }
      @media (min-width: 1360px) {
        #footer .footer-links ul li {
          margin: 0 0 5px; } }
      #footer .footer-links ul li a {
        display: block;
        font-weight: 500;
        color: #F5333F;
        text-decoration: none; }
        #footer .footer-links ul li a:before {
          content: "\f105";
          font-family: icomoon;
          color: #F5333F;
          margin: 0 10px 0 0; }
        #footer .footer-links ul li a:hover {
          color: #000; }
  @media (max-width: 1023px) {
    #footer .footer-links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -6px; }
      #footer .footer-links ul li {
        margin: 0 6px; }
        #footer .footer-links ul li a {
          border-bottom: dashed 1px #F5333F;
          text-decoration: none; } }
  #footer .footer-bottom {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    font-size: 14px; }
    @media (min-width: 576px) {
      #footer .footer-bottom {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      #footer .footer-bottom {
        padding: 15px 0; } }
    @media (min-width: 1360px) {
      #footer .footer-bottom {
        padding: 20px 0; } }
    @media (min-width: 768px) {
      #footer .footer-bottom {
        font-size: 14px; }
        #footer .footer-bottom .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    @media (min-width: 1024px) {
      #footer .footer-bottom {
        font-size: 16px; } }
    #footer .footer-bottom a {
      color: inherit; }
    @media (max-width: 1023px) {
      #footer .footer-bottom .copyright, #footer .footer-bottom .website-by {
        margin: 0 8px; } }
  @media (min-width: 768px) {
    #footer .footer-bottom-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  #footer .footer-bottom-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      #footer .footer-bottom-links ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    #footer .footer-bottom-links ul li a {
      color: #4c4c4c; }
      #footer .footer-bottom-links ul li a:hover {
        color: #000; }
    #footer .footer-bottom-links ul li + li:before {
      content: '|';
      margin: 0 15px 0 15px; }
    @media (max-width: 767px) {
      #footer .footer-bottom-links ul li:first-child:before {
        display: none; } }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #F5333F;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  display: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  text-decoration: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #000; }

.fixed-position ~ .back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.text-block {
  margin: 0 0 20px; }
  .text-block h2 {
    margin: 0 0 15px;
    font-weight: 500; }
  .text-block h3 {
    margin: 0 0 15px; }
  .text-block a {
    text-decoration: underline; }
    .text-block a:hover {
      text-decoration: none; }
  .text-block p {
    margin: 0 0 18px; }
  .text-block ul {
    padding: 0 0 20px; }
    .text-block ul li {
      padding: 0 0 8px 18px;
      position: relative; }
      .text-block ul li:before {
        position: absolute;
        left: 0;
        top: 13px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        content: '';
        background-color: #F5333F; }
  .text-block ol {
    padding: 0 0 20px;
    counter-reset: item; }
    .text-block ol li {
      padding: 0 0 8px 20px;
      position: relative; }
      .text-block ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #F5333F;
        content: counters(item, ".") " ";
        counter-increment: item; }
  .text-block blockquote {
    border: 0;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 600; }
    .text-block blockquote q, .text-block blockquote p {
      quotes: none;
      font-style: italic;
      display: block;
      margin: 0 0 8px; }
    .text-block blockquote cite {
      display: block;
      font-weight: 400; }

.slider-for .image, .slider-nav .image {
  display: block;
  padding-top: 60%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%; }
  .slider-for .image img, .slider-nav .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.slider-for .slick-arrow, .slider-nav .slick-arrow {
  width: 40px;
  height: 60px;
  background: #F5333F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff; }

.slider-nav {
  margin: 0 -3px; }
  .slider-nav .slide {
    padding: 6px 3px; }

.slider-for .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(245, 51, 63, 0.8);
  color: #fff;
  z-index: 1;
  text-align: center;
  padding: 10px 10px; }

.gallery-holder {
  margin: 0 0 30px;
  position: relative; }
  @media (min-width: 768px) {
    .gallery-holder {
      margin: 0 0 40px; } }
  .gallery-holder:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    height: 7px;
    background: #F5333F;
    z-index: 1; }
  .gallery-holder .slick-arrow {
    width: 50px;
    height: 50px;
    color: #000;
    background: #F5333F;
    border-radius: 100%;
    margin: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.iframe-holder {
  position: relative;
  padding-top: 56.2%;
  margin: 0 0 30px;
  background-color: #000; }
  @media (min-width: 768px) {
    .iframe-holder {
      margin: 0 0 40px; } }
  .iframe-holder iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%; }

.page-header.video {
  position: relative;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 190px; }
  @media (min-width: 768px) {
    .page-header.video {
      min-height: 370px; } }
  .page-header.video:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #000;
    z-index: 2;
    opacity: .5;
    pointer-events: none; }
  .page-header.video .container {
    position: relative;
    z-index: 4; }
    .page-header.video .container h1 {
      pointer-events: none; }

.page-header .iframe-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }

.three-cols {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (min-width: 1024px) {
    .three-cols {
      margin: 0 -20px; } }
  .three-cols .col {
    width: 100%;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .three-cols .col {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .three-cols .col {
        padding: 0 20px; } }

.gmap {
  position: relative;
  height: 397px;
  margin: 0 0 30px;
  background-color: #F5333F; }
  @media (min-width: 768px) {
    .gmap {
      margin: 0 0 40px; } }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%; }

.form-area ul, .form-area .gform_fields {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
    width: 100%;
    padding: 0 8px 20px; }
    @media (min-width: 768px) {
      .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
        padding: 0 8px 30px; } }
    .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
      width: 100%; }
      @media (min-width: 768px) {
        .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
          width: 50%; } }
    @media (min-width: 768px) {
      .form-area ul li.extra-small, .form-area ul .gfield.extra-small, .form-area .gform_fields li.extra-small, .form-area .gform_fields .gfield.extra-small {
        width: 33.33%; }
      .form-area ul li.medium, .form-area ul .gfield.medium, .form-area .gform_fields li.medium, .form-area .gform_fields .gfield.medium {
        width: 66.66%; } }

.form-area .gfield_label {
  font-weight: 400;
  text-align: left;
  display: block;
  color: #000;
  margin-bottom: 4px; }

.form-area input[type="submit"] {
  min-width: 100%; }

.form-area input[type="file"] {
  width: 100%; }

.form-area .custom-checkboxes legend, .form-area .custom-checkboxes .gfield_label_before_complex {
  font-size: 20px;
  line-height: 24px;
  display: block;
  font-weight: 500;
  margin: 0 0 20px; }

.form-area .ginput_container_checkbox:after {
  display: none; }

.form-area input[type='text'],
.form-area input[type='tel'],
.form-area input[type='email'],
.form-area input[type='search'],
.form-area input[type='password'],
.form-area input[type='url'],
.form-area input[type='date'],
.form-area textarea, .form-area select, .form-area input[type='number'] {
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 20px;
  border-color: #ccc; }
  .form-area input[type='text']:focus,
  .form-area input[type='tel']:focus,
  .form-area input[type='email']:focus,
  .form-area input[type='search']:focus,
  .form-area input[type='password']:focus,
  .form-area input[type='url']:focus,
  .form-area input[type='date']:focus,
  .form-area textarea:focus, .form-area select:focus, .form-area input[type='number']:focus {
    border-color: #F5333F; }

.form-area select, .form-area .select2-container--default .select2-selection--single {
  background: #fff url("images/select-bg.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-right: 40px; }

.form-area .gfield--type-consent legend {
  display: none; }

.form-area .gfield--type-consent .ginput_container_consent input {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden; }

.form-area .gfield--type-consent .ginput_container_consent input:checked ~ label:before {
  opacity: 1; }

.form-area .gfield--type-consent .ginput_container_consent label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 34px; }
  .form-area .gfield--type-consent .ginput_container_consent label:after {
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    border: solid 1px #848080;
    content: '';
    border-radius: 4px;
    cursor: pointer;
    background: #fff; }
  .form-area .gfield--type-consent .ginput_container_consent label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 12px;
    height: 6px;
    border: solid 2px #4c4c4c;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 10px 0 0 6px;
    opacity: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    z-index: 1; }

.form-area .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
  text-align: left;
  font-size: 17px;
  line-height: 27px; }
  .form-area .gfield_checkbox .gchoice {
    width: calc(100% - 24px);
    margin: 0 10px 12px;
    position: relative;
    padding-left: 34px; }
    @media (min-width: 576px) {
      .form-area .gfield_checkbox .gchoice {
        width: calc(50% - 24px); } }
    .form-area .gfield_checkbox .gchoice input {
      position: absolute;
      left: -9999px;
      top: -9999px;
      visibility: hidden; }
    .form-area .gfield_checkbox .gchoice input:checked ~ label:before {
      opacity: 1; }
    .form-area .gfield_checkbox .gchoice label {
      display: block;
      cursor: pointer; }
      .form-area .gfield_checkbox .gchoice label:after {
        position: absolute;
        left: 0;
        top: 3px;
        width: 22px;
        height: 22px;
        border: solid 1px #848080;
        content: '';
        border-radius: 4px;
        cursor: pointer;
        background: #fff; }
      .form-area .gfield_checkbox .gchoice label:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 12px;
        height: 6px;
        border: solid 2px #4c4c4c;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin: 9px 0 0 5px;
        opacity: 0;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        z-index: 1; }

.download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #f3fafe;
  margin: 0 0 14px;
  padding: 17px 15px 17px 66px;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  background-color: #f3fafe;
  color: #4c4c4c;
  font-weight: 600; }
  .download-btn .download {
    display: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    padding: 17px 20px 17px;
    border-left: solid 1px #dbf0fc;
    font-size: 18px; }
    @media (min-width: 768px) {
      .download-btn .download {
        display: block; } }
    .download-btn .download i {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 15px;
      font-size: 20px; }
  .download-btn .ext {
    font-size: 14px;
    display: inline-block;
    vertical-align: top; }
  .download-btn .f-name {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600; }
  .download-btn .name-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden; }
  .download-btn .icon-download {
    position: absolute;
    left: 20px;
    top: 16px;
    line-height: 1;
    font-size: 25px; }
  .download-btn:hover {
    color: #4c4c4c; }

.downloads-list {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .downloads-list {
      margin: 0 0 40px; } }

.accordion {
  margin: 0 0 25px; }
  @media (min-width: 576px) {
    .accordion {
      margin: 0 0 40px; } }
  .accordion li {
    border: solid 1px #ccc;
    background: #fff;
    margin: 0 0 10px;
    border-radius: 0;
    overflow: hidden; }
    @media (min-width: 576px) {
      .accordion li {
        margin: 0 0 20px; } }
    .accordion li.active .opener:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .accordion .opener {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 50px 15px 20px;
    color: inherit;
    position: relative;
    font-weight: 500;
    text-decoration: none; }
    @media (min-width: 576px) {
      .accordion .opener {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400; } }
    @media (min-width: 768px) {
      .accordion .opener {
        font-size: 18px;
        line-height: 28px; } }
    .accordion .opener:before {
      position: absolute;
      right: 20px;
      top: 14px;
      content: '\f107';
      font-family: icomoon;
      color: #F5333F;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
  .accordion .slide-holder {
    padding: 0 20px 20px; }
    .accordion .slide-holder table {
      width: 100%; }
    .accordion .slide-holder p {
      margin: 0 0 15px; }
    .accordion .slide-holder ul, .accordion .slide-holder ol {
      margin: 0;
      padding: 0;
      list-style: none; }
      .accordion .slide-holder ul li, .accordion .slide-holder ol li {
        width: 100%;
        border: 0;
        background: none;
        margin: 0; }
    .accordion .slide-holder ul {
      margin: 0 0 15px; }
      .accordion .slide-holder ul li {
        position: relative;
        overflow: visible;
        padding: 0 0 0 20px; }
        .accordion .slide-holder ul li:before {
          position: absolute;
          left: 0;
          top: 10px;
          content: '';
          width: 6px;
          height: 6px;
          background: #F5333F;
          border-radius: 100%; }
    .accordion .slide-holder ol {
      margin: 0 0 15px;
      counter-reset: item; }
      .accordion .slide-holder ol li {
        position: relative;
        overflow: visible;
        padding: 0 0 0 20px; }
        .accordion .slide-holder ol li:before {
          position: absolute;
          left: 0;
          top: 0;
          color: #F5333F;
          content: counters(item, ".") " ";
          counter-increment: item;
          font-weight: 700; }

.validation_error {
  margin: 0 0 10px; }

.gfield .validation_message {
  display: none; }

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: #f00 !important; }

.gform_footer {
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
  position: relative; }

.twocolumns {
  padding: 0 0 30px; }
  @media (min-width: 1024px) {
    .twocolumns {
      padding: 0 0 60px; } }

.image-area {
  margin-bottom: 30px; }
  .image-area img {
    display: block;
    width: 100%; }

.table-holder {
  margin: 0 0 30px; }
  .table-holder table {
    width: 100%;
    text-align: center;
    margin: 0; }
    .table-holder table thead {
      background: #131314;
      color: #4c4c4c;
      font-weight: 600; }
    .table-holder table th, .table-holder table td {
      padding: 10px 15px;
      text-align: center;
      border-color: #131314; }
  @media (max-width: 767px) {
    .table-holder {
      overflow-x: auto;
      border: 1px solid #131314;
      border-top: 0;
      border-bottom: 0; }
      .table-holder table {
        min-width: 580px;
        margin-left: -1px; } }

.hidden_label .gfield_label {
  display: none; }

.captcha-align {
  text-align: center; }
  .captcha-align .ginput_recaptcha {
    display: inline-block;
    vertical-align: top; }

.main-content {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .main-content {
      padding: 60px 0; } }

.file-input {
  padding-top: 20px; }
  .file-input label {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    outline: none;
    color: #fff;
    position: relative;
    display: block; }
    .file-input label span {
      font-size: 13px;
      color: #c1c1c1;
      font-style: italic;
      display: block; }
    .file-input label:before {
      display: block;
      content: "";
      background: url(images/icon-upload.png);
      background-size: 100% 100%;
      width: 53px;
      height: 40px;
      margin: 0 auto 10px; }
  .file-input input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
    top: -99999px; }
  .file-input .gfield_required {
    display: inline;
    color: #F5333F; }
  .file-input.gfield_error .gfield_required {
    color: #f00; }
  .file-input.gfield_error .gfield_label {
    color: #f00; }
  .file-input .ginput_container_fileupload span {
    font-size: 13px;
    color: #c1c1c1;
    font-style: italic; }
  .file-input .gfield_label {
    display: block !important; }

.gform_not_found {
  display: none; }

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

.container {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto; }

@media (min-width: 1200px) {
  .container {
    max-width: 1100px; } }

@media (min-width: 1360px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1240px; } }

.listing-block {
  padding: 40px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .listing-block {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .listing-block {
      padding: 60px 0; } }
  @media (min-width: 1360px) {
    .listing-block {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .listing-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -15px; } }
  .listing-block .row .col {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .listing-block .row .col {
        padding: 0 15px; } }
  @media (min-width: 1024px) {
    .listing-block .row #content {
      width: 66.66%; } }
  @media (min-width: 1024px) {
    .listing-block .row #sidebar {
      width: 33.33%; } }
  .listing-block.stories .row .col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 1024px) {
      .listing-block.stories .row .col .posts-row .post-article {
        width: 33.33%; } }

.posts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px 20px; }
  .posts-row .post-article {
    padding: 0 15px 30px;
    width: 100%; }
    @media (min-width: 576px) {
      .posts-row .post-article {
        width: 50%; } }
  .posts-row .cta-box {
    margin: 0 15px 30px;
    width: calc(100% - 30px); }
    @media (min-width: 576px) {
      .posts-row .cta-box {
        width: calc(50% - 30px); } }

.post-article .featured-image {
  position: relative;
  padding-top: 75.13%;
  overflow: hidden; }
  .post-article .featured-image img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover; }

.post-article .text-block {
  padding: 20px 0 0;
  position: relative;
  margin: 0; }
  .post-article .text-block a {
    text-decoration: none; }

.post-article h3, .post-article .h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media (min-width: 768px) {
    .post-article h3, .post-article .h3 {
      font-size: 24px;
      line-height: 36px; } }
  .post-article h3 a, .post-article .h3 a {
    color: #4c4c4c; }
    .post-article h3 a:hover, .post-article .h3 a:hover {
      color: #F5333F; }

.post-article .read-more {
  color: #F5333F;
  text-decoration: underline !important;
  font-size: 16px; }
  .post-article .read-more:hover {
    text-decoration: none !important; }

.post-article p {
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.widget {
  margin: 0 0 30px;
  background: #FFF;
  box-shadow: 0px 5px 27px 4px #EEE;
  padding: 20px; }
  .widget .widgettitle {
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 0 20px;
    color: #000; }
    .widget .widgettitle:before {
      position: absolute;
      left: 0;
      top: 5px;
      bottom: 5px;
      content: '';
      width: 3px;
      background: #F5333F; }
  .widget ul {
    padding: 0; }
    .widget ul li + li {
      border-top: solid 1px #E9E9E9; }
    .widget ul li a {
      display: block;
      padding: 12px 0;
      text-decoration: none;
      font-weight: 500;
      color: #4c4c4c; }
      .widget ul li a:hover {
        color: #F5333F; }
  .widget .social-networks {
    padding-top: 10px; }
  .widget .widget-post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .widget .widget-post-list + .widget-post-list {
      margin: 15px 0 0 0; }
    .widget .widget-post-list .widget-posts-image {
      width: 90px;
      height: 90px;
      border-radius: 100%;
      overflow: hidden;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      margin: 0 15px 0 0; }
      .widget .widget-post-list .widget-posts-image img {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .widget .widget-post-list .widget-posts-title {
      font-size: 18px;
      line-height: 27px;
      font-weight: 500;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .widget .widget-post-list .widget-posts-title a {
        color: #4c4c4c; }
        .widget .widget-post-list .widget-posts-title a:hover {
          color: #F5333F; }

.widget_categories ul {
  border-bottom: 0 !important; }
  .widget_categories ul li {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .widget_categories ul li + li {
      border: 0; }
    .widget_categories ul li a {
      padding: 0 0 0 15px !important;
      position: relative;
      color: #000; }
      .widget_categories ul li a:after {
        position: absolute;
        left: 0;
        top: 12px;
        content: '';
        width: 5px;
        height: 5px;
        background: #000;
        border-radius: 100%; }

.widget_categories .social-networks {
  margin: 0 -5px; }
  .widget_categories .social-networks li {
    margin: 0 5px; }
    .widget_categories .social-networks li:after {
      display: none !important; }
    .widget_categories .social-networks li a {
      padding: 0 !important;
      color: #fff !important; }
      .widget_categories .social-networks li a:after {
        display: none !important; }

.widget_search .widgettitle, .widget_search h3, .widget_search .h3 {
  display: none; }

.searchform {
  border-radius: 25px;
  background-color: #F1F1F1;
  overflow: hidden;
  margin: 0;
  position: relative; }
  .searchform .screen-reader-text {
    display: none; }
  .searchform:before {
    position: absolute;
    right: 16px;
    top: 17px;
    content: '\e915';
    font-family: 'icomoon';
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
    z-index: 2;
    color: #fff; }
  .searchform > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .searchform input {
    height: 50px;
    margin: 0;
    padding: 15px 30px;
    border: 0;
    background: none;
    font-size: 14px;
    line-height: 20px;
    min-height: inherit; }
  .searchform input[type="text"] {
    padding-left: 28px; }
  .searchform input[type="submit"] {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    border: 0;
    padding: 0;
    min-height: inherit;
    position: relative;
    z-index: 1;
    background: #F5333F; }

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -8px; }
  .social-networks li {
    margin: 0 8px 10px; }
    .social-networks li a {
      display: block;
      width: 36px;
      height: 36px;
      position: relative;
      color: #fff;
      font-size: 18px;
      border-radius: 4px;
      font-weight: 400;
      background: #F5333F;
      text-decoration: none !important; }
      .social-networks li a.icon-linkedin-in {
        background: #0077b5; }
      .social-networks li a.icon-facebook-f, .social-networks li a.icon-facebook {
        background: #1976d2; }
      .social-networks li a.icon-instagram {
        color: #000;
        font-size: 36px;
        background: -webkit-linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
        background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .social-networks li a.icon-instagram:before {
          position: static; }
      .social-networks li a:before {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .social-networks li a:hover {
        opacity: 0.9; }

.gallery-slider {
  margin: 0 -2px; }
  .gallery-slider .slide {
    float: left;
    width: 25%;
    padding: 0 2px; }
  .gallery-slider .image {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 85%;
    display: block;
    position: relative; }
    .gallery-slider .image img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -8px 0; }
  @media (min-width: 1024px) {
    .gallery-nav {
      margin: 40px -8px 0; } }
  .gallery-nav .slick-arrow {
    background: #F5333F;
    position: static;
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #4c4c4c;
    margin: 0 8px; }
    .gallery-nav .slick-arrow i {
      font-size: 22px;
      line-height: 1; }
    .gallery-nav .slick-arrow.slick-disabled {
      background: #F5333F;
      opacity: 0.5; }

.details-holder h1 {
  font-size: 35px;
  line-height: 40px;
  color: #000; }
  @media (min-width: 1024px) {
    .details-holder h1 {
      font-size: 40px;
      line-height: 50px; } }

.details-holder h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px; }

.details-holder h3 {
  color: #000; }
  @media (max-width: 1023px) {
    .details-holder h3 {
      font-size: 26px;
      line-height: 30px; } }

.details-holder .meta {
  display: block;
  font-weight: 600;
  margin: 0 0 20px;
  color: #F5333F; }

.details-holder .alignleft {
  max-width: 350px; }
  @media (max-width: 767px) {
    .details-holder .alignleft {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      max-width: none; } }

.details-holder .alignright {
  max-width: 350px; }
  @media (max-width: 767px) {
    .details-holder .alignright {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      max-width: none; } }

@media (max-width: 767px) {
  .details-holder .aligncenter {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    max-width: none; } }

.post-prev-next {
  background: #131314;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .post-prev-next .navigation {
    padding: 0 20px;
    max-width: 1210px;
    margin: 0 auto; }
  .post-prev-next .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0; }
  .post-prev-next .nav-previous, .post-prev-next .nav-next {
    font-size: 0;
    line-height: 0; }
    .post-prev-next .nav-previous:after, .post-prev-next .nav-next:after {
      display: block;
      content: ''; }
  .post-prev-next .nav-next a {
    color: #4c4c4c; }
    .post-prev-next .nav-next a:before {
      font-size: 18px;
      line-height: 20px;
      content: 'Next';
      display: inline-block;
      vertical-align: top; }
    .post-prev-next .nav-next a:after {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      line-height: 20px;
      content: '\f105';
      font-family: 'icomoon';
      margin: 0 0 0 8px; }
  .post-prev-next .nav-previous a {
    color: #4c4c4c; }
    .post-prev-next .nav-previous a:after {
      font-size: 18px;
      line-height: 20px;
      content: 'Prev';
      display: inline-block;
      vertical-align: top; }
    .post-prev-next .nav-previous a:before {
      font-size: 18px;
      line-height: 20px;
      content: '\f104';
      font-family: 'icomoon';
      display: inline-block;
      vertical-align: top;
      margin: 0 8px 0 0; }

.gform_validation_errors {
  display: none !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.contact-block {
  border-bottom: solid 1px #F1F1F1;
  padding: 40px 0 20px; }
  @media (min-width: 768px) {
    .contact-block {
      padding: 60px 0 30px; } }
  @media (min-width: 1024px) {
    .contact-block {
      padding: 80px 0; } }
  .contact-block .form-area {
    background: #ededed;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center; }
    @media (min-width: 576px) {
      .contact-block .form-area {
        padding: 50px 30px; } }
    @media (min-width: 768px) {
      .contact-block .form-area {
        padding: 70px 60px; } }
    @media (min-width: 1200px) {
      .contact-block .form-area {
        max-width: 1000px;
        padding: 60px 100px; } }
    .contact-block .form-area h2, .contact-block .form-area .h2, .contact-block .form-area h3, .contact-block .form-area .h3 {
      margin: 0 0 20px;
      position: relative;
      font-weight: 600;
      color: #000; }
      @media (min-width: 1024px) {
        .contact-block .form-area h2, .contact-block .form-area .h2, .contact-block .form-area h3, .contact-block .form-area .h3 {
          font-size: 40px;
          line-height: 50px; } }
    .contact-block .form-area p {
      margin: 0 0 30px; }
  .contact-block form {
    text-align: left; }

.contact-info-block {
  background: url(images/bg-hero.jpg);
  background-size: cover;
  background-position: 50% 50%;
  padding: 50px 0;
  position: relative;
  margin: 0 0 50px; }
  @media (min-width: 768px) {
    .contact-info-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .contact-info-block {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .contact-info-block {
      padding: 100px 0; } }
  @media (min-width: 1024px) {
    .contact-info-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  @media (min-width: 1024px) {
    .contact-info-block .row .col {
      width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .contact-info-block .row .col:nth-child(2) {
        width: 60%; } }
  .contact-info-block .info-box {
    background: #fff;
    margin: 0 0 30px;
    border-radius: 0;
    padding: 30px;
    width: 100%; }
    @media (min-width: 1024px) {
      .contact-info-block .info-box {
        max-width: 350px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .contact-info-block .info-box {
        max-width: 380px; } }
    .contact-info-block .info-box h3 {
      font-weight: 600;
      margin: 0 0 10px;
      color: #000; }
      @media (min-width: 768px) {
        .contact-info-block .info-box h3 {
          margin: 0 0 20px; } }
  .contact-info-block .contact-information {
    margin: 0;
    padding: 0;
    list-style: none; }
    .contact-info-block .contact-information li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .contact-info-block .contact-information li + li {
        margin-top: 15px; }
      .contact-info-block .contact-information li .icon {
        font-size: 24px;
        margin: 3px 12px 0 0;
        color: #F5333F; }
      .contact-info-block .contact-information li address {
        font-style: normal;
        max-width: 300px;
        margin: 0; }
      .contact-info-block .contact-information li .tel a {
        text-decoration: none;
        font-weight: 600; }
      .contact-info-block .contact-information li .email {
        font-weight: 400;
        color: #4c4c4c;
        text-decoration: none; }
  .contact-info-block .map-area {
    width: 100%; }
    @media (min-width: 1024px) {
      .contact-info-block .map-area {
        height: 420px; } }

.wpcc-btn {
  min-height: inherit; }

.gform_heading .gform_required_legend {
  display: none; }

.gfield_required_asterisk {
  color: #f00; }

.hero-block {
  position: relative;
  background: #000 url(images/bg-hero.jpg);
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  overflow: hidden; }
  .hero-block .container {
    max-width: none;
    position: relative;
    padding: 0; }
  .hero-block.v2 .container {
    max-width: 1260px;
    padding: 0 20px;
    margin: 0 auto; }
  @media (min-width: 1200px) {
    .hero-block.v2 .container {
      max-width: 1100px; } }
  @media (min-width: 1360px) {
    .hero-block.v2 .container {
      max-width: 1200px; } }
  @media (min-width: 1440px) {
    .hero-block.v2 .container {
      max-width: 1240px; } }
  .hero-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    position: relative; }
    @media (min-width: 1024px) {
      .hero-block .row {
        margin: 0 -20px; } }
    .hero-block .row .col {
      width: 100%;
      padding: 0 20px; }
      @media (min-width: 576px) {
        .hero-block .row .col {
          padding: 0 40px; } }
      @media (min-width: 1024px) {
        .hero-block .row .col {
          width: 60%;
          padding: 0 20px; } }
      .hero-block .row .col:first-child {
        position: relative; }
        @media (min-width: 1024px) {
          .hero-block .row .col:first-child {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 40%; } }
        @media (max-width: 1023px) {
          .hero-block .row .col:first-child {
            padding: 0; } }
        .hero-block .row .col:first-child:before {
          position: absolute;
          left: -200px;
          top: 0;
          bottom: 0;
          width: 400px;
          content: '';
          background: -webkit-linear-gradient(left, rgba(125, 8, 11, 0) 0%, #7d080b 50%, rgba(125, 8, 11, 0) 100%);
          background: linear-gradient(to right, rgba(125, 8, 11, 0) 0%, #7d080b 50%, rgba(125, 8, 11, 0) 100%);
          z-index: 1;
          display: none; }
          @media (min-width: 1024px) {
            .hero-block .row .col:first-child:before {
              display: block; } }
      @media (min-width: 1024px) {
        .hero-block .row .col:nth-child(2) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
  .hero-block .hero-slider {
    width: 100%;
    height: 100%; }
    .hero-block .hero-slider .slick-list {
      width: 100%;
      height: 100%; }
    .hero-block .hero-slider .slick-track {
      width: 100%;
      height: 100%; }
    .hero-block .hero-slider .slide {
      height: 100%; }
    .hero-block .hero-slider .bg-image {
      height: 100%;
      min-height: 350px;
      max-height: 600px; }
      @media (min-width: 1024px) {
        .hero-block .hero-slider .bg-image {
          min-height: 450px; } }
      @media (min-width: 1200px) {
        .hero-block .hero-slider .bg-image {
          min-height: 450px; } }
      @media (max-width: 1023px) {
        .hero-block .hero-slider .bg-image {
          padding-top: 50%;
          position: relative;
          min-height: inherit; }
          .hero-block .hero-slider .bg-image img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; } }
      @media (max-width: 575px) {
        .hero-block .hero-slider .bg-image {
          padding-top: 80%; } }
  .hero-block .bg-image {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    mix-blend-mode: multiply;
    opacity: 0.7; }
    .hero-block .bg-image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .hero-block .caption {
    padding: 40px 0;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center; }
    @media (min-width: 1024px) {
      .hero-block .caption {
        max-width: 600px;
        padding: 60px 30px 60px 30px;
        margin: 0 auto;
        text-align: left; } }
    @media (min-width: 1200px) {
      .hero-block .caption {
        padding: 60px 20px 60px 20px; } }
    @media (min-width: 1360px) {
      .hero-block .caption {
        font-size: 20px;
        max-width: 640px; } }
    @media (min-width: 1440px) {
      .hero-block .caption {
        max-width: 761px;
        margin: 0; } }
    @media (min-width: 1600px) {
      .hero-block .caption {
        max-width: 785px;
        font-size: 20px; } }
    .hero-block .caption p {
      margin: 0 0 30px; }
  .hero-block h1, .hero-block .h1 {
    font-size: 32px;
    margin: 0 0 10px;
    font-weight: 600; }
    @media (min-width: 576px) {
      .hero-block h1, .hero-block .h1 {
        font-size: 32px; } }
    @media (min-width: 1200px) {
      .hero-block h1, .hero-block .h1 {
        font-size: 36px;
        margin: 0 0 25px; } }
    @media (min-width: 1360px) {
      .hero-block h1, .hero-block .h1 {
        font-size: 40px; } }
    @media (min-width: 1600px) {
      .hero-block h1, .hero-block .h1 {
        font-size: 42px; } }
    .hero-block h1 span, .hero-block .h1 span {
      color: #F5333F; }
  .hero-block h2, .hero-block .h2 {
    font-size: 35px;
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .hero-block h2, .hero-block .h2 {
        font-size: 40px; } }
    @media (min-width: 1360px) {
      .hero-block h2, .hero-block .h2 {
        font-size: 51px; } }
  .hero-block .btn-holder {
    padding-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .hero-block .btn-holder {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .hero-block.v2 {
    min-height: inherit;
    padding: 60px 0; }
    @media (min-width: 1024px) {
      .hero-block.v2 {
        padding: 80px 0 100px; } }
    @media (min-width: 1200px) {
      .hero-block.v2 {
        padding: 80px 0; } }
    @media (min-width: 1360px) {
      .hero-block.v2 {
        padding: 100px 0; } }
    .hero-block.v2 .container {
      padding: 0 20px; }
    @media (min-width: 1024px) {
      .page-services .hero-block.v2 {
        padding-bottom: 180px; } }
    .hero-block.v2 .caption {
      max-width: none;
      position: relative;
      z-index: 1;
      text-align: center;
      font-size: 18px;
      padding: 0; }
    .hero-block.v2 p {
      margin: 0 0 20px; }
    .hero-block.v2 .btn-holder {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 10px; }
    .hero-block.v2 .rating {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 10px; }
  @media (min-width: 1200px) {
    .hero-block.inner {
      padding: 30px  0; } }
  .hero-block.inner .container {
    max-width: 1260px;
    padding: 0 0;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .hero-block.inner .container {
        padding: 0 20px; } }
  @media (min-width: 1200px) {
    .hero-block.inner .container {
      max-width: 1100px; } }
  @media (min-width: 1360px) {
    .hero-block.inner .container {
      max-width: 1200px; } }
  @media (min-width: 1440px) {
    .hero-block.inner .container {
      max-width: 1240px; } }
  .hero-block.inner .title {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Oxanium", sans-serif;
    margin: 0 0 15px; }
  .hero-block.inner .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .hero-block.inner .row .col:first-child:before {
      display: none; }
  @media (min-width: 1024px) {
    .hero-block.inner .rating {
      position: absolute;
      right: 0;
      top: 0; } }
  @media (min-width: 1024px) {
    .hero-block.inner .caption {
      padding: 40px 0 40px 10px; } }
  @media (min-width: 1360px) {
    .hero-block.inner .caption {
      padding: 40px 0 40px 40px; } }
  @media (min-width: 576px) {
    .hero-block.inner .row .col:first-child {
      min-height: 350px; } }
  @media (min-width: 1024px) {
    .hero-block.inner .row .col:first-child {
      min-height: 420px; } }
  @media (min-width: 1200px) {
    .hero-block.inner .row .col:first-child {
      min-height: 380px; } }
  .hero-block .rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .hero-block .rating {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #ffb400;
  font-weight: 600;
  font-size: 13px; }
  @media (min-width: 1200px) {
    .rating {
      font-size: 15px; } }
  @media (min-width: 1360px) {
    .rating {
      font-size: 17px; } }
  .rating img {
    margin: 0 0 0 8px;
    max-width: 100px; }
    @media (min-width: 1360px) {
      .rating img {
        max-width: 130px; } }

.btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px -20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-holder .btn, .btn-holder .tel {
    margin: 0 10px 20px;
    display: inline-block;
    vertical-align: top; }
  .btn-holder .btn {
    margin-right: 56px; }
    @media (min-width: 1360px) {
      .btn-holder .btn {
        margin-right: 62px; } }
  .btn-holder .tel a {
    color: #fff;
    font-family: "Oxanium", sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 22px;
    position: relative; }
    .btn-holder .tel a:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -6px;
      content: '';
      height: 1px;
      background: #F5333F; }

.services-block {
  background: #131314;
  color: #fff;
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .services-block {
      padding: 70px 0; } }
  .services-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -30px; }
    @media (min-width: 1360px) {
      .services-block .row {
        margin: 0 -70px; } }
    .services-block .row .col {
      width: 100%;
      padding: 20px 30px; }
      @media (min-width: 1024px) {
        .services-block .row .col {
          width: 50%;
          padding: 0 30px; } }
      @media (min-width: 1360px) {
        .services-block .row .col {
          padding: 0 70px; } }
      @media (min-width: 1024px) {
        .services-block .row .col + .col {
          border-left: solid 1px rgba(255, 255, 255, 0.3); } }
  .services-block .heading-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 25px; }
    @media (min-width: 1024px) {
      .services-block .heading-holder {
        padding: 0 0 35px; } }
    .services-block .heading-holder h2 {
      font-size: 18px;
      font-weight: 500;
      margin: 0; }
      @media (min-width: 480px) {
        .services-block .heading-holder h2 {
          font-size: 20px; } }
      @media (min-width: 1200px) {
        .services-block .heading-holder h2 {
          font-size: 22px; } }
      @media (min-width: 1360px) {
        .services-block .heading-holder h2 {
          font-size: 26px; } }
    .services-block .heading-holder .view-all {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 0 0 20px;
      font-size: 14px;
      text-underline-offset: 5px;
      font-weight: 500;
      letter-spacing: 1px; }
      @media (min-width: 1360px) {
        .services-block .heading-holder .view-all {
          font-size: 16px; } }
  .services-block .services-slider, .services-block .services-slider2 {
    margin: -15px 0;
    position: relative; }
    @media (min-width: 1360px) {
      .services-block .services-slider, .services-block .services-slider2 {
        margin: -15px 0; } }
    .services-block .services-slider .slide, .services-block .services-slider2 .slide {
      padding: 15px 0; }
    .services-block .services-slider:after, .services-block .services-slider2:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      height: 200px;
      background: -webkit-linear-gradient(top, rgba(19, 19, 20, 0) 0%, #131314 90%);
      background: linear-gradient(to bottom, rgba(19, 19, 20, 0) 0%, #131314 90%);
      z-index: 1;
      pointer-events: none; }
  .services-block .cta-link {
    font-size: 15px; }
    @media (min-width: 480px) {
      .services-block .cta-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .services-block .cta-link .image {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      margin: 0 0 15px; }
      @media (min-width: 480px) {
        .services-block .cta-link .image {
          width: 170px;
          height: 137px;
          margin: 0 25px 0 0; } }
      @media (min-width: 1200px) {
        .services-block .cta-link .image {
          width: 200px; } }
      .services-block .cta-link .image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .services-block .cta-link p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0 0 10px; }
    .services-block .cta-link h3, .services-block .cta-link .h3 {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (min-width: 1360px) {
        .services-block .cta-link h3, .services-block .cta-link .h3 {
          font-size: 19.5px; } }
    .services-block .cta-link .more {
      text-decoration: none; }
      .services-block .cta-link .more:after {
        content: '\f178';
        font-family: icomoon;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 10px; }
  .services-block .slick-arrow {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: solid 1px #F5333F;
    color: #F5333F;
    top: auto;
    bottom: 15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #131314;
    left: 2px; }
    @media (min-width: 480px) {
      .services-block .slick-arrow {
        left: 65px; } }
    @media (min-width: 1200px) {
      .services-block .slick-arrow {
        left: 80px;
        width: 46px;
        height: 46px; } }
    .services-block .slick-arrow.slick-prev {
      top: 15px;
      right: auto;
      bottom: auto; }
    .services-block .slick-arrow.slick-prev {
      display: none !important; }
    .services-block .slick-arrow i {
      font-size: 18px; }
      @media (min-width: 1200px) {
        .services-block .slick-arrow i {
          font-size: 22px; } }

.twocols-content {
  padding: 40px 0;
  position: relative; }
  @media (min-width: 768px) {
    .twocols-content {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .twocols-content {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .twocols-content {
      padding: 100px 0; } }
  .twocols-content.pt-0 {
    padding-top: 0 !important; }
  .twocols-content.pb-0 {
    padding-bottom: 0 !important; }
  .twocols-content.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .twocols-content.bg-gray {
    background: #ededed; }
  .twocols-content.bg-primary {
    background: url(images/bg-hero.jpg);
    background-size: cover;
    background-position: 50% 50%;
    color: #fff; }
    .twocols-content.bg-primary h2, .twocols-content.bg-primary .h2 {
      color: inherit; }
  .twocols-content .open-close {
    margin: 0 0 30px; }
    .twocols-content .open-close .text-slide {
      display: none; }
    .twocols-content .open-close .read-more {
      font-weight: 600;
      color: #F5333F;
      text-decoration: none; }
      .twocols-content .open-close .read-more em {
        font-style: normal;
        display: none; }
    .twocols-content .open-close.text-slide-active .read-more span {
      display: none; }
    .twocols-content .open-close.text-slide-active .read-more em {
      display: inline; }
  .twocols-content .content-header {
    margin: 0 auto;
    max-width: 800px;
    text-align: center; }
    @media (min-width: 1024px) {
      .twocols-content .content-header {
        padding: 0 0 30px; } }
    .twocols-content .content-header h3, .twocols-content .content-header .h3 {
      font-family: "Roboto", sans-serif;
      font-size: 17px;
      color: #F5333F;
      letter-spacing: 1.5px;
      margin: 0 0 10px; }
    .twocols-content .content-header h2, .twocols-content .content-header .h2 {
      font-size: 30px; }
  .twocols-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px -30px; }
    @media (min-width: 1360px) {
      .twocols-content .row {
        margin: 0 -30px; } }
    .twocols-content .row .col {
      width: 100%;
      padding: 0 15px 30px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 1360px) {
        .twocols-content .row .col {
          padding: 0 30px; } }
      @media (min-width: 1024px) {
        .twocols-content .row .col {
          width: 50%; } }
      @media (min-width: 1360px) {
        .twocols-content .row .col {
          width: 47%; } }
      @media (min-width: 1024px) {
        .twocols-content .row .col:first-child {
          width: 50%; } }
      @media (min-width: 1360px) {
        .twocols-content .row .col:first-child {
          width: 53%; } }
      @media (max-width: 1023px) {
        .twocols-content .row .col:first-child {
          padding-bottom: 30px; } }
  .twocols-content h2, .twocols-content .h2, .twocols-content h3, .twocols-content .h3 {
    margin: 0 0 15px;
    position: relative;
    font-weight: 600;
    color: #000; }
    @media (min-width: 1200px) {
      .twocols-content h2, .twocols-content .h2, .twocols-content h3, .twocols-content .h3 {
        font-size: 30px;
        line-height: 36px; } }
    .twocols-content h2 span, .twocols-content .h2 span, .twocols-content h3 span, .twocols-content .h3 span {
      color: #F5333F; }
  .twocols-content span.h2 {
    color: #000;
    margin: 0; }
  .twocols-content h3 {
    border-left: 0;
    padding: 0;
    color: #000; }
  .twocols-content h4 {
    color: #000; }
  .twocols-content h5 {
    color: #F5333F;
    font-size: 24px;
    line-height: 30px; }
  .twocols-content h3 {
    font-size: 25px;
    line-height: 30px; }
  .twocols-content blockquote {
    margin: 0 0 30px;
    padding: 0;
    quotes: none;
    padding: 0 0 0 30px;
    border-color: #F5333F; }
    .twocols-content blockquote q {
      quotes: none; }
  .twocols-content p, .twocols-content q {
    margin: 0 0 20px; }
    .twocols-content p a, .twocols-content q a {
      text-decoration: underline;
      color: #000; }
      .twocols-content p a:hover, .twocols-content q a:hover {
        text-decoration: none; }
  .twocols-content .btns-holder, .twocols-content .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -8px -15px; }
    .twocols-content .btns-holder .btn, .twocols-content .btns-holder .link, .twocols-content .btn-holder .btn, .twocols-content .btn-holder .link {
      margin: 0 8px 15px; }
    .twocols-content .btns-holder .btn, .twocols-content .btn-holder .btn {
      margin-right: 58px; }
  @media (min-width: 768px) {
    .twocols-content .btn {
      min-width: 200px; } }
  .twocols-content .container {
    position: relative;
    z-index: 1; }
  .twocols-content .image {
    position: relative;
    padding-top: 75%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 0; }
    @media (min-width: 1024px) {
      .twocols-content .image {
        padding-top: 90%; } }
    @media (min-width: 1200px) {
      .twocols-content .image {
        padding-top: 82%; } }
    .twocols-content .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .twocols-content .image.has-video {
      padding-top: 70%; }
      @media (min-width: 1200px) {
        .home .twocols-content .image.has-video {
          padding-top: 60%; } }
      .twocols-content .image.has-video a {
        display: block; }
        .twocols-content .image.has-video a:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          content: '';
          background: rgba(0, 0, 0, 0.3); }
  .twocols-content .iframe-holder {
    position: relative;
    position: relative;
    padding-top: 75%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    overflow: hidden;
    margin: 0; }
    @media (min-width: 1024px) {
      .twocols-content .iframe-holder {
        padding-top: 90%; } }
    @media (min-width: 1200px) {
      .twocols-content .iframe-holder {
        padding-top: 85%; } }
    .twocols-content .iframe-holder iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .twocols-content .btn-play {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 40px;
    z-index: 2; }
  .twocols-content a:not([class]) {
    color: inherit; }
  .twocols-content ul:not([class]) {
    margin: 0 0 25px; }
    .twocols-content ul:not([class]) li {
      position: relative;
      padding: 0 0 10px 30px; }
      @media (min-width: 576px) {
        .twocols-content ul:not([class]) li {
          padding: 0 0 10px 30px; } }
      @media (min-width: 768px) {
        .twocols-content ul:not([class]) li {
          padding: 0 0 10px 30px; } }
      @media (min-width: 1024px) {
        .twocols-content ul:not([class]) li {
          padding: 0 0 10px 30px; } }
      .twocols-content ul:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "\e946";
        font-size: 20px;
        font-family: icomoon;
        color: #F5333F; }
        @media (min-width: 1024px) {
          .twocols-content ul:not([class]) li:before {
            top: 0; } }
  .twocols-content ol:not([class]) {
    padding: 0 0 20px;
    counter-reset: item;
    font-weight: 500; }
    .twocols-content ol:not([class]) li {
      padding: 0 0 8px 20px;
      position: relative; }
      .twocols-content ol:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #F5333F;
        content: counters(item, ".") " ";
        counter-increment: item;
        font-weight: 800; }
  .twocols-content .link {
    text-decoration: none;
    position: relative;
    font-weight: 500; }
    .twocols-content .link:before {
      position: absolute;
      left: 0;
      right: 25px;
      bottom: -3px;
      content: '';
      height: 1px;
      background: #F5333F;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
    .twocols-content .link:after {
      content: "\f178";
      font-family: icomoon;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 10px; }
    .twocols-content .link:hover:before {
      opacity: 0; }
  .twocols-content.welcome {
    position: relative; }
    .twocols-content.welcome ul:not([class]) li {
      background: -webkit-linear-gradient(left, #eaeaea 0%, #fefefe 100%);
      background: linear-gradient(to right, #eaeaea 0%, #fefefe 100%);
      border: solid 1px #ccc;
      margin: 0 0 13px;
      padding: 8px 10px 8px 40px; }
      @media (min-width: 1200px) {
        .twocols-content.welcome ul:not([class]) li {
          font-weight: 600; } }
      .twocols-content.welcome ul:not([class]) li:before {
        top: 6px;
        left: 11px;
        content: "\e946";
        font-size: 20px; }
    @media (min-width: 576px) {
      .twocols-content.welcome.bullet-twocols ul:not([class]) {
        -moz-column-count: 2;
        -moz-column-gap: 15px;
        -webkit-column-count: 2;
        -webkit-column-gap: 15px;
        column-count: 2;
        column-gap: 15px; } }
  @media (min-width: 576px) {
    .twocols-content.bullet-twocols ul:not([class]) {
      -moz-column-count: 2;
      -moz-column-gap: 30px;
      -webkit-column-count: 2;
      -webkit-column-gap: 30px;
      column-count: 2;
      column-gap: 30px; } }
  .twocols-content .services-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    font-weight: 500; }
    @media (max-width: 1199px) {
      .twocols-content .services-links {
        font-size: 15px; } }
    .twocols-content .services-links li {
      width: 100%;
      padding: 0;
      border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
      @media (min-width: 576px) {
        .twocols-content .services-links li {
          padding: 0 0 0 20px;
          width: 50%; } }
      @media (min-width: 576px) {
        .twocols-content .services-links li:nth-child(odd) {
          padding-left: 0;
          padding-right: 20px; } }
      .twocols-content .services-links li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 10px 0;
        text-decoration: none;
        color: #000; }
        .twocols-content .services-links li a:after {
          content: '\f178';
          font-family: icomoon;
          color: #F5333F;
          margin: 0 0 0 15px; }
        .twocols-content .services-links li a:hover:after {
          color: #F5333F; }
  .twocols-content.reverse-order .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .twocols-content .link a {
    color: #000;
    font-weight: 600; }
  .twocols-content .title {
    display: block;
    text-transform: uppercase;
    color: #F5333F;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 10px; }
  .twocols-content.additional {
    text-align: center; }
    .twocols-content.additional .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .twocols-content.additional .row .col {
        max-width: 900px; }
    .twocols-content.additional h4, .twocols-content.additional .h4 {
      font-size: 22px;
      color: #F5333F;
      margin: 0 0 20px; }
      @media (min-width: 1360px) {
        .twocols-content.additional h4, .twocols-content.additional .h4 {
          font-size: 23px; } }
    .twocols-content.additional .open-close {
      margin: 0; }
  .twocols-content.v2.bg-gray-gradient {
    background: -webkit-linear-gradient(top, #e7e9eb 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e7e9eb 0%, #ffffff 100%); }
  .twocols-content.v2 h2, .twocols-content.v2 .h2 {
    color: #F5333F;
    font-weight: 400; }
  .twocols-content.v2 .row h3 {
    font-weight: 400; }
  @media (min-width: 1024px) {
    .twocols-content.v2 .row .col {
      width: 50%; } }
  .twocols-content.v2 .row .col ul:not([class]) li {
    padding-left: 20px;
    font-weight: 400; }
    .twocols-content.v2 .row .col ul:not([class]) li:before {
      top: 10px;
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 100%;
      background: #F5333F; }
  .twocols-content.map .container {
    max-width: none;
    padding: 0; }
  .twocols-content.map .btn-holder {
    padding-top: 10px; }
    @media (min-width: 480px) {
      .twocols-content.map .btn-holder {
        padding-top: 40px; } }
  .twocols-content.map .row {
    margin: 0; }
    .twocols-content.map .row .col {
      padding: 0; }
      .twocols-content.map .row .col:first-child {
        padding: 40px 20px; }
        @media (min-width: 768px) {
          .twocols-content.map .row .col:first-child {
            padding: 60px 20px; } }
        @media (min-width: 1024px) {
          .twocols-content.map .row .col:first-child {
            padding: 60px 20px; } }
        @media (min-width: 1200px) {
          .twocols-content.map .row .col:first-child {
            padding: 70px 40px; } }
        @media (min-width: 1360px) {
          .twocols-content.map .row .col:first-child {
            padding: 100px 50px; } }
      .twocols-content.map .row .col:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .twocols-content.map .row .col:nth-child(2) .image {
          width: 100%;
          padding-top: 0; }
        @media (max-width: 1023px) {
          .twocols-content.map .row .col:nth-child(2) {
            display: none; } }
      @media (max-width: 1199px) {
        .twocols-content.map .row .col {
          width: 60%; }
          .twocols-content.map .row .col:nth-child(2) {
            width: 40%; } }
      @media (max-width: 1023px) {
        .twocols-content.map .row .col {
          width: 100%; }
          .twocols-content.map .row .col:nth-child(2) {
            width: 100%; } }
  .twocols-content.map .text-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 770px; }
    .twocols-content.map .text-row .img-col {
      margin: 0 0 0 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: 107px; }
      @media (min-width: 1360px) {
        .twocols-content.map .text-row .img-col {
          max-width: 197px;
          margin: 0 0 0 40px; } }
      @media (max-width: 479px) {
        .twocols-content.map .text-row .img-col {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          opacity: 0.3; } }

.bg-video-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .bg-video-holder video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product-range-block {
  background: #fff;
  overflow: hidden;
  text-align: center; }
  .product-range-block.bg-gray {
    background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 100%); }
  @media (min-width: 1200px) {
    .product-range-block {
      text-align: left; } }
  .product-range-block h3, .product-range-block .h3 {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: #F5333F;
    letter-spacing: 1.5px;
    margin: 0 0 10px; }
  .product-range-block h2, .product-range-block .h2 {
    font-size: 24px;
    color: #000; }
    @media (min-width: 1360px) {
      .product-range-block h2, .product-range-block .h2 {
        font-size: 26px; } }
  .product-range-block .container {
    max-width: 1440px; }
  .product-range-block .row {
    padding: 70px 0 50px; }
    @media (min-width: 1200px) {
      .product-range-block .row {
        padding: 70px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        margin: 0 -20px; }
        .product-range-block .row .col {
          width: 70%;
          padding: 0 20px; }
          .product-range-block .row .col.text {
            width: 30%; } }
    @media (max-width: 1199px) {
      .product-range-block .row .col.text {
        max-width: 600px;
        margin: 0 auto; } }
  .product-range-block .prod-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1200px) {
      .product-range-block .prod-slider {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .product-range-block .prod-slider .slide {
      padding: 0 20px;
      text-align: center; }
    .product-range-block .prod-slider .prod {
      max-width: 110px;
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 480px) {
        .product-range-block .prod-slider .prod {
          max-width: 150px; } }
      @media (min-width: 1024px) {
        .product-range-block .prod-slider .prod {
          max-width: 160px; } }
      @media (min-width: 1360px) {
        .product-range-block .prod-slider .prod {
          max-width: 200px; } }
      @media (min-width: 1440px) {
        .product-range-block .prod-slider .prod {
          max-width: 224px; } }
    .product-range-block .prod-slider .slick-list {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .product-range-block .prod-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .product-range-block .prod-slider .slick-track:after, .product-range-block .prod-slider .slick-track:before {
        display: none; }
  .product-range-block .footer-text {
    text-align: center;
    padding: 30px 0 40px; }
  .product-range-block .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-range-block .btnholder {
    position: relative; }
    .product-range-block .btnholder:after, .product-range-block .btnholder:before {
      position: absolute;
      left: 100%;
      width: 9999px;
      top: 50%;
      content: '';
      height: 1px;
      background: rgba(0, 0, 0, 0.3);
      margin: 0 30px; }
    .product-range-block .btnholder:before {
      left: auto;
      right: 100%; }

.quote-block {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .quote-block {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .quote-block {
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .quote-block {
      padding: 70px 0; } }
  .quote-block.bg-gray {
    background: #ededed; }
  .quote-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -25px; }
    .quote-block .row .col {
      width: 100%;
      padding: 0 25px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 768px) {
        .quote-block .row .col {
          width: calc(100% - 230px); } }
      @media (min-width: 1024px) {
        .quote-block .row .col {
          width: calc(100% - 300px); } }
      @media (min-width: 1200px) {
        .quote-block .row .col {
          width: calc(100% - 360px); } }
      @media (min-width: 768px) {
        .quote-block .row .col.logo-col {
          width: 230px; } }
      @media (min-width: 1024px) {
        .quote-block .row .col.logo-col {
          width: 300px; } }
      @media (min-width: 1200px) {
        .quote-block .row .col.logo-col {
          width: 360px; } }
  .quote-block .logo {
    background: -webkit-linear-gradient(right, #eaeaea 0%, #ffffff 100%);
    background: linear-gradient(to left, #eaeaea 0%, #ffffff 100%);
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #ccc;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 200px;
    margin: 20px 0 0 50px; }
    @media (min-width: 768px) {
      .quote-block .logo {
        max-width: none;
        height: 120px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .quote-block .logo {
        height: 150px;
        padding: 20px; } }
    .quote-block .logo img {
      display: block;
      max-height: 90px;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .quote-block .logo img {
          max-height: 110px; } }
  .quote-block .rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #131314;
    color: #fff;
    margin: 0 0 30px;
    padding: 8px 20px; }
  .quote-block q {
    display: block;
    font-style: italic;
    quotes: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .quote-block q {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .quote-block q {
        font-size: 24px; } }
  .quote-block .slide {
    padding: 0 0 0 50px;
    position: relative; }
    .quote-block .slide:before {
      position: absolute;
      left: 0;
      top: 3px;
      content: '\e938';
      font-family: icomoon;
      color: #F5333F;
      font-size: 35px; }
  .quote-block cite {
    display: block;
    color: #F5333F;
    font-weight: 600;
    font-size: 18px; }
    @media (min-width: 1024px) {
      .quote-block cite {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .quote-block cite {
        font-size: 24px; } }
  .quote-block .slick-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 50px; }

@media (min-width: 768px) {
  .tabs-block {
    padding: 40px 0; } }

@media (min-width: 1024px) {
  .tabs-block {
    padding: 50px 0; } }

@media (min-width: 1200px) {
  .tabs-block {
    padding: 70px 0; } }

@media (min-width: 1200px) {
  .tabs-block {
    font-size: 16px; } }

.tabs-block .row {
  margin: 0;
  display: block; }
  @media (min-width: 1024px) {
    .tabs-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }

.tabs-block .tabset {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1024px) {
    .tabs-block .tabset {
      width: 320px; } }
  .tabs-block .tabset li {
    position: relative; }
    .tabs-block .tabset li a {
      text-decoration: none;
      display: block;
      font-size: 18px;
      font-weight: 600;
      padding: 13px 20px;
      color: rgba(0, 0, 0, 0.3);
      border-radius: 0 0 0;
      border: solid 1px transparent;
      border-radius: 10px 0 0 10px;
      margin: 0 0 -1px 0;
      position: relative;
      z-index: 1; }
      @media (min-width: 1024px) {
        .tabs-block .tabset li a {
          font-size: 22px;
          padding: 13px 30px;
          margin: 0 -1px 0 0;
          border-right: 0; } }
      .tabs-block .tabset li a.active {
        color: #000;
        background: #fff;
        border-color: #ccc; }
        .tabs-block .tabset li a.active:before {
          display: none; }
      .tabs-block .tabset li a:before {
        position: absolute;
        left: 20px;
        bottom: -2px;
        right: 20px;
        content: '';
        height: 1px;
        background: #ccc;
        display: none; }
        @media (min-width: 1024px) {
          .tabs-block .tabset li a:before {
            left: 30px;
            right: 30px;
            display: block; } }
  @media (max-width: 1023px) {
    .tabs-block .tabset {
      display: none; } }

@media (min-width: 1024px) {
  .tabs-block .tab-accordion .slide {
    position: static !important; } }

.tabs-block .tab-accordion .opener {
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 20px;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 0;
  border: solid 1px transparent;
  position: relative;
  z-index: 1; }
  .tabs-block .tab-accordion .opener:after {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #F5333F;
    content: '\f105';
    font-family: icomoon;
    color: #fff;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    border-radius: 0 6px 6px 0;
    font-size: 22px;
    font-weight: 400; }
  @media (min-width: 1024px) {
    .tabs-block .tab-accordion .opener {
      display: none; } }

.tabs-block .tab-accordion .btn {
  min-width: 280px; }

.tabs-block .tab-accordion > div {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 10px; }
  @media (min-width: 1024px) {
    .tabs-block .tab-accordion > div {
      padding: 30px 30px; } }
  @media (min-width: 1024px) {
    .tabs-block .tab-accordion > div {
      padding: 30px 30px; } }
  @media (min-width: 1200px) {
    .tabs-block .tab-accordion > div {
      padding: 30px 40px; } }
  @media (min-width: 1024px) {
    .tabs-block .tab-accordion > div:first-child {
      border-radius: 0 10px 10px 10px; } }
  @media (max-width: 1023px) {
    .tabs-block .tab-accordion > div {
      margin: 0 0 10px; } }
  @media (max-width: 1023px) {
    .tabs-block .tab-accordion > div.slide-active .opener {
      color: #000; }
      .tabs-block .tab-accordion > div.slide-active .opener:after {
        content: "\f107"; } }

@media (max-width: 1023px) {
  .tabs-block .tab-accordion .slide-holder {
    padding: 0 20px 30px; } }

@media (max-width: 1023px) {
  .tabs-block .tab-accordion .js-tab-hidden {
    position: static !important; } }

.tabs-block.v2 {
  font-size: 17px;
  padding: 30px 0 0; }
  .tabs-block.v2 .row {
    display: block; }
  .tabs-block.v2 .btn {
    min-width: 200px; }
  @media (min-width: 1024px) {
    .tabs-block.v2 .tabset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      width: auto; } }
  .tabs-block.v2 .tabset li a {
    font-size: 18px;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    border: solid 1px  transparent;
    border-bottom: 0;
    margin: 0 0 -1px;
    position: relative;
    z-index: 1; }
    .tabs-block.v2 .tabset li a:before {
      display: none; }
    .tabs-block.v2 .tabset li a.active {
      border-color: #ccc; }

.cta-item {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  font-size: 16px; }
  @media (min-width: 1360px) {
    .cta-item {
      font-size: 18px; } }
  .cta-item .image {
    display: block;
    height: 246px;
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .cta-item .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cta-item .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .cta-item .text .text-holder {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 20px; }
      @media (min-width: 1200px) {
        .cta-item .text .text-holder {
          padding: 25px; } }
    .cta-item .text h3 a {
      text-decoration: none; }
  .cta-item .sale-tag {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
    background: #000;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 10px;
    font-size: 15px; }
  .cta-item .btn {
    border-radius: 0;
    letter-spacing: 1px;
    margin-right: 0; }
    .cta-item .btn:hover {
      text-decoration: none; }
    .cta-item .btn:after {
      display: none; }
  .cta-item .heading {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px; }
    @media (min-width: 1200px) {
      .cta-item .heading {
        font-size: 20px; } }
  .cta-item .info {
    display: block;
    margin: 0; }
  .cta-item .offer-price {
    display: block;
    font-weight: 700;
    margin: 0 0 20px; }
  .cta-item .info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cta-item .info-list li {
      margin: 0 10px; }
    .cta-item .info-list .icon {
      color: #F5333F;
      margin: 0 5px 0 0;
      font-size: 24px; }
    .cta-item .info-list .counter {
      font-weight: 600; }
  .cta-item h3, .cta-item .h3 {
    font-weight: 600;
    font-size: 18px;
    color: #000; }
    @media (min-width: 1200px) {
      .cta-item h3, .cta-item .h3 {
        font-size: 20px; } }
    @media (min-width: 1360px) {
      .cta-item h3, .cta-item .h3 {
        font-size: 23px; } }
  .cta-item .day, .cta-item .time, .cta-item .location {
    font-size: 20px;
    line-height: 28px;
    display: block; }

.load-more {
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .load-more {
      padding-top: 30px; } }
  .load-more .btn {
    position: relative;
    z-index: 1;
    min-width: 200px; }
  .load-more .btn-holder {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .load-more .btn-holder:before {
      position: absolute;
      right: 100%;
      width: 600px;
      top: 50%;
      content: '';
      height: 1px;
      background: #b2b2b2;
      margin: 0 20px 0 0; }
    .load-more .btn-holder:after {
      position: absolute;
      left: 100%;
      width: 600px;
      top: 50%;
      content: '';
      height: 1px;
      background: #b2b2b2;
      margin: 0 0 0 20px; }

.news-block {
  padding: 40px 0;
  position: relative; }
  @media (min-width: 768px) {
    .news-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .news-block {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .news-block {
      padding: 100px 0; } }
  .news-block.pt-0 {
    padding-top: 0 !important; }
  .news-block.pb-0 {
    padding-bottom: 0 !important; }
  .news-block.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .news-block.bg-gray {
    background: #ededed; }
  .news-block.bg-gray-gradient {
    background: -webkit-linear-gradient(top, #ecf1f9 0%, white 100%);
    background: linear-gradient(to bottom, #ecf1f9 0%, white 100%); }
  .news-block .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .news-block + .twocols-content.additional {
    background: -webkit-linear-gradient(bottom, #eaeaea 0%, #fff 100%);
    background: linear-gradient(to top, #eaeaea 0%, #fff 100%); }
  .news-block h2, .news-block .h2 {
    margin: 0 0 15px;
    font-weight: 600;
    text-align: center;
    color: #000;
    font-size: 30px; }
    @media (min-width: 576px) {
      .news-block h2, .news-block .h2 {
        margin: 0 0 20px; } }
    @media (min-width: 1024px) {
      .news-block h2, .news-block .h2 {
        margin: 0 0 30px; } }
    .news-block h2 span, .news-block .h2 span {
      color: #F5333F; }
  .news-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    @media (min-width: 1360px) {
      .news-block .row {
        margin: 0 -25px; } }
    .news-block .row .col {
      padding: 15px 15px;
      width: 33.33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1360px) {
        .news-block .row .col {
          padding: 15px 25px; } }
  .news-block .slick-arrow {
    margin: 0 -40px;
    color: #F5333F;
    width: 44px;
    height: 44px;
    border: solid 1px #F5333F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1360px) {
      .news-block .slick-arrow {
        margin: 0 -60px; } }
    .news-block .slick-arrow i {
      font-size: 20px; }
    @media (max-width: 1199px) {
      .news-block .slick-arrow {
        display: none !important; } }
  .news-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .news-block .slick-track:after, .news-block .slick-track:before {
      display: none; }
  .news-block .slick-dots {
    margin-top: 20px; }
    @media (min-width: 1200px) {
      .news-block .slick-dots {
        display: none !important; } }

.faqs-block {
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .faqs-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .faqs-block {
      padding: 80px 0; } }
  .faqs-block.pt-0 {
    padding-top: 0; }
  .faqs-block.pb-0 {
    padding-bottom: 0; }
  .faqs-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .faqs-block h2, .faqs-block .h2 {
    color: #000;
    font-size: 26px;
    margin: 0 0 40px; }
    @media (min-width: 576px) {
      .faqs-block h2, .faqs-block .h2 {
        font-size: 30px; } }
    @media (max-width: 1023px) {
      .faqs-block h2 br, .faqs-block .h2 br {
        display: none; } }
  .faqs-block.bg-gray {
    background: #ededed; }
  .faqs-block .container {
    max-width: 800px; }
  .faqs-block .btn-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .faqs-block .btn-holder .tel a {
      color: #000; }
  .faqs-block .accordion {
    text-align: left; }
    .faqs-block .accordion p + p {
      margin: 20px 0 0; }
    .faqs-block .accordion .slide a {
      color: #4c4c4c;
      text-decoration: underline; }
      .faqs-block .accordion .slide a:hover {
        text-decoration: none; }
  .faqs-block .btns-holder {
    margin: 0 0 -20px; }
    .faqs-block .btns-holder .btn {
      margin: 0 10px 20px; }
      @media (min-width: 768px) {
        .faqs-block .btns-holder .btn {
          min-width: 200px; } }

.post-article .cta-item {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  border-radius: 0;
  overflow: hidden; }
  .post-article .cta-item .image {
    display: block;
    height: 246px;
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .post-article .cta-item .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .post-article .cta-item .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .post-article .cta-item .text .text-holder {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 20px; }
      @media (min-width: 1200px) {
        .post-article .cta-item .text .text-holder {
          padding: 25px; } }
    .post-article .cta-item .text h3 a {
      text-decoration: none; }
  .post-article .cta-item .btn {
    border-radius: 0;
    text-decoration: none;
    letter-spacing: 1px; }
    .post-article .cta-item .btn:hover {
      text-decoration: none; }
  .post-article .cta-item .sale-tag {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 18px;
    font-size: 15px; }
  .post-article .cta-item .heading {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px; }
    @media (min-width: 1200px) {
      .post-article .cta-item .heading {
        font-size: 20px; } }
  .post-article .cta-item .info {
    display: block;
    margin: 0; }
  .post-article .cta-item .offer-price {
    display: block;
    font-weight: 700;
    margin: 0 0 20px; }
  .post-article .cta-item .info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .post-article .cta-item .info-list li {
      margin: 0 10px; }
    .post-article .cta-item .info-list .icon {
      color: #F5333F;
      margin: 0 5px 0 0;
      font-size: 24px; }
    .post-article .cta-item .info-list .counter {
      font-weight: 600; }
  .post-article .cta-item h3, .post-article .cta-item .h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .post-article .cta-item h3, .post-article .cta-item .h3 {
        font-size: 20px; } }
    @media (min-width: 1360px) {
      .post-article .cta-item h3, .post-article .cta-item .h3 {
        font-size: 23px; } }
  .post-article .cta-item p {
    margin: 0; }

.gallery-block {
  background: #fff;
  padding: 40px 40px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .gallery-block {
      padding: 60px 90px; } }
  @media (min-width: 1024px) {
    .gallery-block {
      padding: 80px 120px; } }
  .gallery-block.bg-gray {
    background: #ededed; }
  .gallery-block .gallery-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    .gallery-block .gallery-slider .slide {
      padding: 0 15px;
      width: 25%; }
    .gallery-block .gallery-slider .image {
      display: block;
      padding-top: 100%;
      position: relative; }
      .gallery-block .gallery-slider .image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .gallery-block .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .gallery-block .slick-arrow {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #F5333F;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    margin: 0 0; }
    @media (min-width: 768px) {
      .gallery-block .slick-arrow {
        margin: 0 -60px;
        width: 40px;
        height: 40px; } }
    .gallery-block .slick-arrow i {
      margin: 0;
      font-size: 22px; }

.form-block {
  position: relative;
  z-index: 1;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .form-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .form-block {
      padding: 100px 0; } }
  @media (min-width: 1360px) {
    .form-block {
      padding: 130px 0; } }
  .form-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -30px -30px; }
    .form-block .row .col {
      padding: 0 30px 30px;
      width: 100%; }
      @media (min-width: 1024px) {
        .form-block .row .col {
          width: 50%; } }
  .form-block + .our-accreditations {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
  .form-block h2 {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .form-block h2 {
        font-size: 56px;
        margin: 0 0 40px; } }
    .form-block h2 span {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .form-block h2 span:before {
        position: absolute;
        left: 100%;
        bottom: 15px;
        margin: 0 0 0 20px;
        content: '';
        width: 80px;
        background: #F5333F;
        height: 1px; }
        @media (min-width: 576px) {
          .form-block h2 span:before {
            width: 100px;
            margin: 0 0 0 30px; } }
  .form-block .map-area {
    position: relative;
    height: 400px; }
    @media (min-width: 768px) {
      .form-block .map-area {
        height: 500px; } }
    @media (min-width: 1024px) {
      .form-block .map-area {
        height: 685px;
        margin-top: 30px; } }
    @media (min-width: 1360px) {
      .form-block .map-area {
        height: 717px; } }
    .form-block .map-area iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 0;
      outline: none; }

.fancybox-close-small {
  background: none !important; }

.popup-holder {
  overflow: hidden;
  max-height: 0; }

.map-area {
  position: relative;
  height: 300px; }
  @media (min-width: 768px) {
    .map-area {
      height: 400px; } }
  .map-area iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none; }

.logos-grid {
  padding: 40px 0;
  position: relative; }
  @media (min-width: 768px) {
    .logos-grid {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .logos-grid {
      padding: 80px 0; } }
  .logos-grid.pt-0 {
    padding-top: 0; }
  .logos-grid.pb-0 {
    padding-bottom: 0; }
  .logos-grid.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .logos-grid.bg-gray {
    background: #ededed; }
  .logos-grid .container {
    position: relative;
    z-index: 1;
    max-width: 1050px; }
  .logos-grid .top-text {
    text-align: center;
    padding: 0 0 30px; }
    .logos-grid .top-text p {
      margin: 0 0 20px; }
  .logos-grid h2 {
    margin: 0 0 20px;
    font-weight: 800;
    color: #000; }
    .logos-grid h2 span {
      color: #F5333F; }
  .logos-grid .accreditations-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -30px; }
    .logos-grid .accreditations-grid li {
      width: 50%;
      padding: 0 15px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 280px; }
      @media (min-width: 479px) {
        .logos-grid .accreditations-grid li {
          width: 50%;
          max-width: none; } }
      @media (min-width: 768px) {
        .logos-grid .accreditations-grid li {
          width: 25%; } }
      @media (min-width: 1024px) {
        .logos-grid .accreditations-grid li {
          width: 25%; } }
      @media (min-width: 1200px) {
        .logos-grid .accreditations-grid li {
          width: 25%; } }
    .logos-grid .accreditations-grid .logo-holder {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      overflow: hidden;
      background: #fff;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
      .logos-grid .accreditations-grid .logo-holder:hover {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
    .logos-grid .accreditations-grid .image-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 120px;
      background: #fff;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 768px) {
        .logos-grid .accreditations-grid .image-holder {
          height: 140px; } }
      @media (min-width: 1024px) {
        .logos-grid .accreditations-grid .image-holder {
          height: 170px; } }
      .logos-grid .accreditations-grid .image-holder img {
        display: block;
        max-width: 120px;
        max-height: 80px;
        object-fit: scale-down; }
        @media (min-width: 768px) {
          .logos-grid .accreditations-grid .image-holder img {
            max-width: 100px;
            max-height: 80px; } }
        @media (min-width: 1024px) {
          .logos-grid .accreditations-grid .image-holder img {
            max-width: 180px;
            max-height: 100px; } }
    .logos-grid .accreditations-grid .title {
      background: #F5333F;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 18px 15px;
      text-align: center;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 600;
      line-height: 20px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 1024px) {
        .logos-grid .accreditations-grid .title {
          font-size: 18px;
          line-height: 26px; } }

.logos-grid + .content-block {
  border-top: solid 1px rgba(0, 0, 0, 0.3); }

.common-popup {
  max-width: 800px;
  border: 0;
  padding: 30px; }
  @media (min-width: 768px) {
    .common-popup {
      padding: 44px; } }

.reviews-block {
  padding: 40px 0;
  position: relative; }
  @media (min-width: 768px) {
    .reviews-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .reviews-block {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .reviews-block {
      padding: 100px 0; } }
  .reviews-block.pt-0 {
    padding-top: 0; }
  .reviews-block.pb-0 {
    padding-bottom: 0; }
  .reviews-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .reviews-block.bg-gray {
    background: #ededed; }
  .reviews-block .top-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 25px; }
    @media (min-width: 768px) {
      .reviews-block .top-text {
        padding: 0 0 25px; } }
    @media (min-width: 1024px) {
      .reviews-block .top-text {
        padding: 0 0 40px; } }
    .reviews-block .top-text h2, .reviews-block .top-text .h2 {
      color: #000;
      margin: 0 0 10px; }
    .reviews-block .top-text p {
      margin: 0; }
  .reviews-block + .cta-block {
    background: #ededed; }

.reviews-grid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px; }
  .reviews-grid .row .col {
    width: 100%;
    padding: 0 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 576px) {
      .reviews-grid .row .col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1024px) {
      .reviews-grid .row .col {
        width: 50%; } }

.reviews-grid .review {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  display: block;
  font-size: 16px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-left: solid 6px #F5333F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 576px) {
    .reviews-grid .review {
      padding: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1200px) {
    .reviews-grid .review {
      font-size: 17px; } }
  .reviews-grid .review .image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin: 0 0 20px;
    padding-top: 70%;
    position: relative; }
    @media (min-width: 576px) {
      .reviews-grid .review .image {
        margin: 0 20px 0 0;
        width: 130px;
        max-height: 200px;
        height: 100%;
        padding-top: 0; } }
    .reviews-grid .review .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .reviews-grid .review .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .reviews-grid .review .text p {
      margin: 0 0 20px; }
    .reviews-grid .review .text .text-holder {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .reviews-grid .review cite {
    font-style: normal;
    font-weight: 700; }
  .reviews-grid .review .stars {
    margin: 0 0 10px;
    display: block;
    max-width: 100px; }

.reviews-grid .google-reviews {
  text-align: center;
  padding: 20px 0 0; }
  .reviews-grid .google-reviews .title {
    display: block; }
    .reviews-grid .google-reviews .title a {
      color: inherit; }
  .reviews-grid .google-reviews .rating {
    max-width: 216px;
    margin: 0 auto;
    display: block; }

.twocols-content.callout {
  padding: 40px 0;
  background: url(images/cta-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  color: #fff; }
  .twocols-content.callout h2, .twocols-content.callout .h2 {
    font-size: 30px;
    line-height: 33px; }
    @media (min-width: 1024px) {
      .twocols-content.callout h2, .twocols-content.callout .h2 {
        font-size: 34px;
        line-height: 40px; } }
  @media (min-width: 768px) {
    .twocols-content.callout .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; } }
  @media (max-width: 767px) {
    .twocols-content.callout .row {
      margin-bottom: 0; } }
  .twocols-content.callout .row .col {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit; }
    @media (min-width: 1024px) {
      .twocols-content.callout .row .col:nth-child(2) {
        width: 200px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (min-width: 1200px) {
      .twocols-content.callout .row .col:nth-child(2) {
        width: 235px; } }
    @media (max-width: 1023px) {
      .twocols-content.callout .row .col:nth-child(2) {
        width: 1px; } }
    @media (min-width: 768px) {
      .twocols-content.callout .row .col:nth-child(1) {
        width: 350px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (min-width: 1024px) {
      .twocols-content.callout .row .col:nth-child(1) {
        width: 400px; } }
    @media (min-width: 1200px) {
      .twocols-content.callout .row .col:nth-child(1) {
        width: 430px; } }
    @media (max-width: 767px) {
      .twocols-content.callout .row .col {
        padding-bottom: 0 !important; } }
  @media (max-width: 1023px) {
    .twocols-content.callout .img-col {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0.1; } }
  .twocols-content.callout h2 {
    color: inherit; }

.whyus-block {
  padding: 40px 0;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .whyus-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .whyus-block {
      padding: 70px 0; } }
  @media (min-width: 1200px) {
    .whyus-block {
      padding: 80px 0; } }
  @media (min-width: 1360px) {
    .whyus-block {
      padding: 100px 0; } }
  .whyus-block.pt-0 {
    padding-top: 0 !important; }
  .whyus-block.pb-0 {
    padding-bottom: 0 !important; }
  .whyus-block.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .whyus-block.bg-gray {
    background: #ededed; }
  .whyus-block h2, .whyus-block .h2, .whyus-block h3, .whyus-block .h3 {
    margin: 0 0 25px;
    position: relative;
    font-weight: 600;
    color: #000; }
    @media (min-width: 1200px) {
      .whyus-block h2, .whyus-block .h2, .whyus-block h3, .whyus-block .h3 {
        font-size: 30px;
        line-height: 36px; } }
    .whyus-block h2 span, .whyus-block .h2 span, .whyus-block h3 span, .whyus-block .h3 span {
      color: #F5333F; }
  .whyus-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px -20px; }
    .whyus-block .row .col {
      padding: 0 10px 20px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 576px) {
        .whyus-block .row .col {
          width: 50%; } }
      @media (min-width: 1024px) {
        .whyus-block .row .col {
          width: 25%; } }
      .whyus-block .row .col .col-holder {
        border: solid 1px #ccc;
        background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
        padding: 20px 15px;
        font-size: 14px;
        line-height: 1.45; }
        @media (min-width: 1200px) {
          .whyus-block .row .col .col-holder {
            padding: 30px 20px;
            font-size: 16px;
            line-height: 1.55; } }
        .whyus-block .row .col .col-holder p {
          margin: 0; }
        .whyus-block .row .col .col-holder .icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          max-width: 58px;
          height: 60px;
          margin: 0 auto 20px; }
          .whyus-block .row .col .col-holder .icon img {
            display: block;
            max-width: 100%;
            max-height: 60px;
            object-fit: scale-down; }
        .whyus-block .row .col .col-holder h4, .whyus-block .row .col .col-holder .h4 {
          font-size: 16px;
          font-weight: 400;
          color: #000; }
          @media (min-width: 1200px) {
            .whyus-block .row .col .col-holder h4, .whyus-block .row .col .col-holder .h4 {
              font-size: 18px; } }

:root {
  --delay: 0; }

.spining-shape {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  width: 100px;
  height: 100px;
  z-index: 1;
  -webkit-animation: progress 1s linear;
          animation: progress 1s linear;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: calc((var(--scroll) - var(--delay)) * -1s);
          animation-delay: calc((var(--scroll) - var(--delay)) * -1s);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .spining-shape:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/spin-shape.png);
    background-size: 100% 100%;
    content: '';
    -webkit-animation: spin 1s linear;
            animation: spin 1s linear;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: calc((var(--scroll) - var(--delay)) * -1s);
            animation-delay: calc((var(--scroll) - var(--delay)) * -1s);
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

@-webkit-keyframes progress {
  to {
    left: 100%; } }

@keyframes progress {
  to {
    left: 100%; } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes right {
  from {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%); }
  to {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%); } }

@keyframes right {
  from {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%); }
  to {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%); } }

@-webkit-keyframes left {
  from {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%); }
  to {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%); } }

@keyframes left {
  from {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%); }
  to {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%); } }

@-webkit-keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%); }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%); } }

@keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%); }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%); } }

@-webkit-keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%); }
  to {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%); } }

@keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%); }
  to {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%); } }

@-webkit-keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

#slides {
  position: fixed;
  width: 1px;
  height: 1px;
  left: -9999px; }

#slideshow {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#slideshow .slide, #slideshow span, #slideshow .static-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#slideshow .slide span {
  background-size: cover;
  background-position: center; }

#slideshow .slide span.animate.right, #slideshow .slide span.animate.left {
  left: calc((-4vw + -4vh + -4%)/3);
  right: calc((-4vw + -4vh + -4%)/3); }

#slideshow .slide span.animate.up, #slideshow .slide span.animate.down {
  top: calc((-4vw + -4vh + -4%)/3);
  bottom: calc((-4vw + -4vh + -4%)/3); }

#slideshow span.animate {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

#slideshow span.animate.right {
  -webkit-animation-name: right;
  animation-name: right; }

#slideshow span.animate.left {
  -webkit-animation-name: left;
  animation-name: left; }

#slideshow span.animate.up {
  -webkit-animation-name: up;
  animation-name: up; }

#slideshow span.animate.down {
  -webkit-animation-name: down;
  animation-name: down; }

#slideshow span.animate.in {
  -webkit-animation-name: in;
  animation-name: in; }

#slideshow span.animate.out {
  -webkit-animation-name: out;
  animation-name: out; }

#slideshow span.animate.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

#slideshow {
  position: relative;
  width: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  padding-top: 0; }

.hero-block .row .col:first-child {
  position: relative;
  height: 100%;
  min-height: 310px;
  max-height: 600px; }
  @media (min-width: 576px) {
    .hero-block .row .col:first-child {
      min-height: 350px; } }
  @media (min-width: 1024px) {
    .hero-block .row .col:first-child {
      min-height: 450px; } }
  @media (min-width: 1200px) {
    .hero-block .row .col:first-child {
      min-height: 450px; } }
  @media (min-width: 1360px) {
    .hero-block .row .col:first-child {
      min-height: 450px; } }
  @media (min-width: 1600px) {
    .hero-block .row .col:first-child {
      min-height: 450px; } }
/*# sourceMappingURL=style.css.map */