/*
Theme Name: Uk Bricks
Author: Anonymous
Author URI:
Version: 1
Description: Uk Bricks theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Uk Bricks
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, .woocommerce-account .woocommerce-MyAccount-navigation ul, .widget ul, .social-networks, .general-content ul:not([class]), .general-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: #000;
  background: #fff;
  font: 16px/1.625 "DM Sans", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

th, td {
  border: 1px solid #F9C126;
  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: 56px;
  -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: 8px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #000;
  background-color: #fff; }
  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: #ccc !important; }

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

.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: #000;
  background-color: #fff;
  background-size: 45px 45px; }

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

.select2-search--dropdown .select2-search__field {
  height: auto !important;
  font-size: 16px !important;
  line-height: 20px !important;
  border-color: #ccc !important;
  padding: 10px 20px !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, .wc-block-cart__submit-button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 25px;
  min-height: 46px;
  text-align: center;
  border-radius: 5px;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #F94116;
  border: 1px solid transparent;
  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; }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover, .button:hover, .wc-block-cart__submit-button:hover {
    opacity: 1;
    background: #000;
    background-position: 90% 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  button.btn-white, .btn.btn-white,
  input[type='button'].btn-white,
  input[type='reset'].btn-white,
  input[type='file'].btn-white,
  input[type='submit'].btn-white, .button.btn-white, .wc-block-cart__submit-button.btn-white {
    background: #fff;
    color: #F9C126; }
    button.btn-white:hover, .btn.btn-white:hover,
    input[type='button'].btn-white:hover,
    input[type='reset'].btn-white:hover,
    input[type='file'].btn-white:hover,
    input[type='submit'].btn-white:hover, .button.btn-white:hover, .wc-block-cart__submit-button.btn-white:hover {
      border-color: #fff;
      background: none;
      color: #fff; }
    button.btn-white:before, .btn.btn-white:before,
    input[type='button'].btn-white:before,
    input[type='reset'].btn-white:before,
    input[type='file'].btn-white:before,
    input[type='submit'].btn-white:before, .button.btn-white:before, .wc-block-cart__submit-button.btn-white:before {
      color: #F94116; }
  button.btn-white-outline, .btn.btn-white-outline,
  input[type='button'].btn-white-outline,
  input[type='reset'].btn-white-outline,
  input[type='file'].btn-white-outline,
  input[type='submit'].btn-white-outline, .button.btn-white-outline, .wc-block-cart__submit-button.btn-white-outline {
    background: none;
    border-color: #fff;
    color: #fff; }
    button.btn-white-outline:hover, .btn.btn-white-outline:hover,
    input[type='button'].btn-white-outline:hover,
    input[type='reset'].btn-white-outline:hover,
    input[type='file'].btn-white-outline:hover,
    input[type='submit'].btn-white-outline:hover, .button.btn-white-outline:hover, .wc-block-cart__submit-button.btn-white-outline:hover {
      background: #fff;
      color: #F9C126; }
  button.btn-primary-outline, .btn.btn-primary-outline,
  input[type='button'].btn-primary-outline,
  input[type='reset'].btn-primary-outline,
  input[type='file'].btn-primary-outline,
  input[type='submit'].btn-primary-outline, .button.btn-primary-outline, .wc-block-cart__submit-button.btn-primary-outline {
    background: none;
    border-color: #F94116;
    color: #000; }
    button.btn-primary-outline:before, .btn.btn-primary-outline:before,
    input[type='button'].btn-primary-outline:before,
    input[type='reset'].btn-primary-outline:before,
    input[type='file'].btn-primary-outline:before,
    input[type='submit'].btn-primary-outline:before, .button.btn-primary-outline:before, .wc-block-cart__submit-button.btn-primary-outline:before {
      display: none; }
    button.btn-primary-outline i, .btn.btn-primary-outline i,
    input[type='button'].btn-primary-outline i,
    input[type='reset'].btn-primary-outline i,
    input[type='file'].btn-primary-outline i,
    input[type='submit'].btn-primary-outline i, .button.btn-primary-outline i, .wc-block-cart__submit-button.btn-primary-outline i {
      color: #F94116;
      margin: 0 10px 0 0; }
    button.btn-primary-outline:hover, .btn.btn-primary-outline:hover,
    input[type='button'].btn-primary-outline:hover,
    input[type='reset'].btn-primary-outline:hover,
    input[type='file'].btn-primary-outline:hover,
    input[type='submit'].btn-primary-outline:hover, .button.btn-primary-outline:hover, .wc-block-cart__submit-button.btn-primary-outline:hover {
      background: #F94116;
      color: #fff; }
      button.btn-primary-outline:hover i, .btn.btn-primary-outline:hover i,
      input[type='button'].btn-primary-outline:hover i,
      input[type='reset'].btn-primary-outline:hover i,
      input[type='file'].btn-primary-outline:hover i,
      input[type='submit'].btn-primary-outline:hover i, .button.btn-primary-outline:hover i, .wc-block-cart__submit-button.btn-primary-outline:hover i {
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        color: #fff; }
  button.btn-secondary-outline, .btn.btn-secondary-outline,
  input[type='button'].btn-secondary-outline,
  input[type='reset'].btn-secondary-outline,
  input[type='file'].btn-secondary-outline,
  input[type='submit'].btn-secondary-outline, .button.btn-secondary-outline, .wc-block-cart__submit-button.btn-secondary-outline {
    background: #fff;
    border-color: #F9C126;
    color: #F9C126; }
    button.btn-secondary-outline:hover, .btn.btn-secondary-outline:hover,
    input[type='button'].btn-secondary-outline:hover,
    input[type='reset'].btn-secondary-outline:hover,
    input[type='file'].btn-secondary-outline:hover,
    input[type='submit'].btn-secondary-outline:hover, .button.btn-secondary-outline:hover, .wc-block-cart__submit-button.btn-secondary-outline:hover {
      background: #F9C126;
      color: #fff; }
  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, .wc-block-cart__submit-button.btn-secondary {
    background-color: #F9C126;
    color: #F94116;
    position: relative; }
    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, .wc-block-cart__submit-button.btn-secondary:hover {
      background: #000;
      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: #F94116;
  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: #000 !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: 5px;
  font-family: "DM Sans", sans-serif;
  border: solid 1px #c7c6c6;
  display: block;
  width: 35px;
  height: 35px;
  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: 576px) {
    .paging .nav-links a, .paging .nav-links span {
      width: 40px;
      height: 40px; } }

.paging .nav-links span.current {
  background: #f2f1f1;
  border-color: #c7c6c6; }

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

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

.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.625em; }
  .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: #EDEBEB;
  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: #F9C126; }

.commentlist {
  margin: 0 0 1.625em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.625em 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.625em; }

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.625em; }
  .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: #EDEBEB;
    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: #F9C126; }

.navigation-single {
  margin-bottom: 1.625em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #EDEBEB;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      background: #F9C126; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      background: #EDEBEB;
      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: #F9C126; }
  .navigation-single .next {
    float: right; }

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

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

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

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

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

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

.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-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.2;
  display: block; }

h1, .h1 {
  font-size: 42px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 60px; } }

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

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #F94116; }
  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-filter:before {
  content: "\e941"; }

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

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

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

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

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

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

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

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

.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-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-check:before {
  content: "\f00c"; }

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

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

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

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

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

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

.icon-list:before {
  content: "\f03a"; }

.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: 25px 0 0; }
  @media (min-width: 1024px) {
    .slick-dots {
      margin: 40px 0 0; } }
  .slick-dots li {
    padding: 0 3px;
    position: relative; }
    .slick-dots li button {
      background: #ccc;
      width: 13px;
      height: 13px;
      border-radius: 100%;
      min-height: inherit;
      padding: 0;
      font-size: 0;
      line-height: 0;
      display: block; }
    .slick-dots li.slick-active button {
      background: #F94116; }

.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: #000;
  -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: #F9C126; }

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

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

.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: #242f3e;
  padding-top: 30px; }
  @media (min-width: 576px) {
    #header {
      padding: 0; } }
  @media (min-width: 1200px) {
    #header {
      background: #fff; } }
  #header a {
    text-decoration: none; }
  #header .header-bottom {
    background: #131921; }
    #header .header-bottom .container {
      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; }
  #header .header-top {
    padding: 20px 0; }
    #header .header-top .container {
      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; }
  #header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #header .right-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; }
    #header .right-links li {
      margin: 0 0 0 15px; }
      @media (min-width: 1024px) {
        #header .right-links li {
          margin: 0 0 0 20px; } }
      #header .right-links li a {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 15px; }
        @media (min-width: 1024px) {
          #header .right-links li a {
            font-size: 17px; } }
        @media (min-width: 1200px) {
          #header .right-links li a {
            color: #000; } }
        #header .right-links li a:hover {
          color: #F94116; }
        #header .right-links li a i {
          margin: 0 6px 0 0; }
          @media (min-width: 1024px) {
            #header .right-links li a i {
              margin: 0 10px 0 0; } }
      #header .right-links li .counter {
        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-width: 20px;
        height: 20px;
        border-radius: 100%;
        background: #F94116;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 0 8px; }
        @media (min-width: 1024px) {
          #header .right-links li .counter {
            min-width: 26px;
            height: 26px;
            font-size: 16px;
            margin: 0 0 0 10px; } }
    @media (max-width: 575px) {
      #header .right-links {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #header .right-links li {
          width: 50%;
          text-align: center;
          margin: 0; }
          #header .right-links li + li {
            border-left: solid 1px #ccc; }
          #header .right-links li a {
            color: #000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 4px 10px;
            font-size: 14px; } }
  #header .social-networks li {
    margin: 0 5px; }
  @media (max-width: 767px) {
    #header .social-networks {
      display: none; } }
  @media (min-width: 576px) {
    #header .btn {
      margin: 0 0 0 25px; } }
  @media (max-width: 575px) {
    #header .btn {
      font-size: 12px;
      line-height: 19px;
      padding: 8px 12px;
      min-height: inherit; } }
  #header .search-opener {
    font-size: 18px;
    line-height: 1;
    color: #F94116;
    margin: 0 0 0 20px;
    width: 36px;
    height: 36px;
    background: #F94116;
    color: #fff;
    border-radius: 6px;
    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: 1024px) {
      #header .search-opener {
        display: none; } }
  @media (min-width: 1200px) {
    #header .container {
      position: relative; } }
  @media (max-width: 1359px) {
    #header .container {
      max-width: none; } }
  #header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 0 25px; }
    @media (min-width: 1024px) {
      #header .header-right {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 0 0 30px; } }
  #header .searchform-header {
    width: 300px; }
    @media (min-width: 1024px) {
      #header .searchform-header {
        width: 400px; } }
    @media (min-width: 1200px) {
      #header .searchform-header {
        width: 550px; } }
    @media (min-width: 1440px) {
      #header .searchform-header {
        width: 650px; } }
    #header .searchform-header form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      #header .searchform-header form:before {
        font-size: 18px;
        z-index: 1;
        position: absolute;
        right: 10px;
        top: 7px;
        content: '\f002';
        font-family: icomoon;
        pointer-events: none; }
      #header .searchform-header form input[type="text"], #header .searchform-header form input[type="search"] {
        width: 100%;
        height: 42px;
        border-radius: 6px;
        padding-right: 80px;
        background: #f2f4f7;
        color: #242f3e; }
        #header .searchform-header form input[type="text"]::-webkit-input-placeholder, #header .searchform-header form input[type="search"]::-webkit-input-placeholder {
          color: #242f3e; }
        #header .searchform-header form input[type="text"]::-moz-placeholder, #header .searchform-header form input[type="search"]::-moz-placeholder {
          opacity: 1;
          color: #242f3e; }
        #header .searchform-header form input[type="text"]:-moz-placeholder, #header .searchform-header form input[type="search"]:-moz-placeholder {
          color: #242f3e; }
        #header .searchform-header form input[type="text"]:-ms-input-placeholder, #header .searchform-header form input[type="search"]:-ms-input-placeholder {
          color: #242f3e; }
        #header .searchform-header form input[type="text"].placeholder, #header .searchform-header form input[type="search"].placeholder {
          color: #242f3e; }
      #header .searchform-header form input[type="submit"] {
        position: absolute;
        right: 1px;
        top: 1px;
        min-height: inherit;
        padding: 0;
        width: 40px;
        height: 40px;
        background: #F9C126;
        font-size: 0;
        line-height: 0;
        border-radius: 0 6px 6px 0;
        border-left: solid 1px #ccc; }
    @media (max-width: 1023px) {
      #header .searchform-header {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 20px;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        z-index: 100; }
        .search-active #header .searchform-header {
          opacity: 1;
          visibility: visible; } }
  #header .logo {
    max-width: 180px; }
    @media (min-width: 576px) {
      #header .logo {
        max-width: 190px; } }
    @media (min-width: 1200px) {
      #header .logo {
        max-width: 190px; } }
    @media (min-width: 1360px) {
      #header .logo {
        max-width: 242px; } }
    #header .logo img {
      display: block;
      max-width: 100%; }
      @media (min-width: 1200px) {
        #header .logo img.d-hide {
          display: none; } }
      @media (max-width: 1199px) {
        #header .logo img.m-hide {
          display: none; } }
  #header .rating {
    max-width: 180px; }
    @media (min-width: 1024px) {
      #header .rating {
        max-width: 216px; } }
    #header .rating img {
      display: block; }
    @media (max-width: 575px) {
      #header .rating {
        display: none; } }

.main-nav {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; }
  @media (min-width: 1200px) {
    .main-nav {
      font-weight: 700;
      font-size: 18px;
      line-height: 20px; } }
  @media (min-width: 1360px) {
    .main-nav {
      font-size: 19px; } }
  .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;
    margin: 0 -16px; }
    @media (min-width: 1024px) {
      .main-nav ul.secondary-nav {
        display: none; } }
    .main-nav ul li {
      position: relative;
      margin: 0 5px; }
      @media (min-width: 1440px) {
        .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;
        height: 28px;
        background: #7f7f7f;
        width: 1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: '';
        font-weight: 300;
        opacity: 0.8; }
      .main-nav ul li a {
        display: block;
        padding: 20px 14px;
        color: #fff;
        position: relative;
        font-weight: 500; }
        @media (min-width: 1200px) {
          .main-nav ul li a {
            padding: 20px 18px; } }
        @media (min-width: 1360px) {
          .main-nav ul li a {
            padding: 20px 20px; } }
        .main-nav ul li a:hover {
          color: #F94116; }
      .main-nav ul li.current_page_item > a {
        color: #F94116; }
        @media (min-width: 1200px) {
          .main-nav ul li.current_page_item > a {
            font-weight: 700; } }
      @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; } }
      @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: #F94116; }
          .main-nav ul li.menu-item-has-children:hover > a:after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); } }
    @media (min-width: 1200px) {
      .main-nav ul ul {
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 290px;
        background: #fff;
        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;
          color: #000; } }
      .main-nav ul ul li a:before {
        display: none; }
      .main-nav ul ul li a:hover {
        color: #F94116; }
  .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 - 87px);
    background: #EDEBEB; }
    .main-nav ul {
      display: block;
      margin: 0; }
      .main-nav ul li {
        border-top: solid 1px rgba(0, 0, 0, 0.1);
        margin: 0; }
        .main-nav ul li a {
          padding: 0;
          display: block;
          padding: 14px 20px;
          color: #000; }
        .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: #e8e6e6; }
          .main-nav ul li ul li a {
            padding: 17px 40px; }
        .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: 575px) {
  .main-nav {
    max-height: calc(100vh - 115px); } }

.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: #F94116;
        border-radius: 10px; }
      .menu-opener span {
        top: 11px; }
      .menu-opener:after {
        top: 22px; } }

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

@media (max-width: 1023px) {
  .search-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;
  box-shadow: 0 0 10px rgba(249, 65, 22, 0.2); }

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

.chat-withus-bar {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 12px; }
  @media (min-width: 768px) {
    .chat-withus-bar {
      font-size: 16px; } }
  .chat-withus-bar .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .chat-withus-bar .row .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .chat-withus-bar .chatus-link {
    display: block;
    padding: 8px 10px 8px;
    color: #000;
    border-right: solid 1px rgba(0, 0, 0, 0.2); }
    @media (min-width: 576px) {
      .chat-withus-bar .chatus-link {
        padding: 8px 20px 8px 0; } }
  .chat-withus-bar .free-shipping {
    display: block;
    margin: 0 0 0 15px; }
    @media (min-width: 768px) {
      .chat-withus-bar .free-shipping {
        margin: 0 0 0 20px; } }
  .chat-withus-bar .trustpilot-link {
    text-decoration: none;
    color: #000; }
    .chat-withus-bar .trustpilot-link:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      background: url(images/trustpilot-star.png);
      width: 15px;
      height: 15px;
      background-size: 100% 100%;
      margin: 0 8px 0 0; }
      @media (min-width: 768px) {
        .chat-withus-bar .trustpilot-link:before {
          width: 22px;
          height: 22px; } }
    .chat-withus-bar .trustpilot-link span {
      font-weight: 500;
      border-bottom: solid 1px #00b67a; }
    @media (max-width: 575px) {
      .chat-withus-bar .trustpilot-link {
        font-size: 0;
        line-height: 0; } }
  @media (max-width: 575px) {
    .chat-withus-bar .container {
      padding: 0; } }

#footer {
  background: #131921;
  color: #fff;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    #footer {
      text-align: left; } }
  @media (max-width: 767px) {
    #footer {
      font-size: 16px; } }
  #footer .container {
    position: relative;
    z-index: 1; }
  #footer .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #footer .footer-top {
    padding: 40px 0 10px; }
    @media (min-width: 1024px) {
      #footer .footer-top {
        padding: 40px 0 30px; } }
    @media (min-width: 1360px) {
      #footer .footer-top {
        padding: 50px 0 40px; } }
  #footer .title {
    font-weight: 600;
    display: block;
    margin: 0 0 5px; }
  #footer address {
    font-style: normal; }
    @media (max-width: 1199px) {
      #footer address br {
        display: none; } }
  @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 -15px -20px; } }
  #footer .row .col {
    padding: 0 0 20px; }
    @media (min-width: 1024px) {
      #footer .row .col {
        width: 27%;
        padding: 0 15px 20px; } }
    @media (min-width: 1024px) {
      #footer .row .col:nth-child(3) {
        width: 43%;
        position: relative; } }
    #footer .row .col:first-child {
      text-align: center; }
      @media (min-width: 1024px) {
        #footer .row .col:first-child {
          width: 30%; } }
  #footer .footer-col-header {
    margin: 0 0 25px; }
    @media (min-width: 1024px) {
      #footer .footer-col-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  #footer .social-networks {
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      #footer .social-networks {
        margin-top: -8px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  #footer .trustpilot-link {
    text-decoration: none;
    color: #fff; }
    #footer .trustpilot-link:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      background: url(images/trustpilot-star.png);
      width: 22px;
      height: 22px;
      background-size: 100% 100%;
      margin: 0 8px 0 0; }
    #footer .trustpilot-link span {
      font-weight: 500;
      border-bottom: solid 1px #00b67a; }
  #footer .cards {
    margin: 0 auto;
    max-width: 300px; }
    @media (min-width: 1024px) {
      #footer .cards {
        max-width: 500px;
        margin: 0; } }
  #footer .heading {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    display: block; }
    @media (min-width: 1360px) {
      #footer .heading {
        font-size: 20px; } }
  #footer .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #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: 400;
        text-decoration: none;
        color: #fff; }
        #footer .footer-links ul li a:hover {
          color: #F94116; }
        @media (min-width: 1024px) {
          #footer .footer-links ul li a:before {
            content: "\f105";
            font-family: icomoon;
            display: inline-block;
            vertical-align: top;
            margin: 0 10px 0 0;
            color: #F94116; } }
  @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 #F94116; } }
  #footer .footer-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding: 15px 0; }
    @media (min-width: 1200px) {
      #footer .footer-bottom {
        padding: 20px 0; } }
    @media (min-width: 1024px) {
      #footer .footer-bottom .container {
        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; } }
    @media (max-width: 575px) {
      #footer .footer-bottom {
        font-size: 14px; } }
    #footer .footer-bottom a {
      color: inherit; }
    @media (max-width: 1023px) {
      #footer .footer-bottom .copyright, #footer .footer-bottom .website-by {
        margin: 0 8px; } }
  #footer .footer-nav ul {
    margin: 0 -10px;
    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: 1024px) {
      #footer .footer-nav ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    #footer .footer-nav ul li {
      margin: 0 6px; }
      @media (min-width: 576px) {
        #footer .footer-nav ul li {
          margin: 0 10px; } }
  #footer .tel, #footer .email {
    display: block;
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      #footer .tel, #footer .email {
        text-align: left; } }
    #footer .tel a, #footer .email a {
      color: #fff;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 17px;
      font-weight: 600; }
      @media (min-width: 1024px) {
        #footer .tel a, #footer .email a {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      @media (min-width: 1360px) {
        #footer .tel a, #footer .email a {
          font-size: 18px; } }
      #footer .tel a:hover, #footer .email a:hover {
        color: #F94116; }
      #footer .tel a i, #footer .email a i {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        color: #F94116;
        margin: 0 10px 0 0;
        font-size: 26px; }
        @media (min-width: 576px) {
          #footer .tel a i, #footer .email a i {
            margin: 0 15px 0 0;
            font-size: 30px; } }
  #footer .logo {
    margin: 0 auto 20px;
    max-width: 200px; }
    @media (min-width: 576px) {
      #footer .logo {
        max-width: 200px; } }
    @media (min-width: 1024px) {
      #footer .logo {
        margin: 0 0 30px;
        max-width: 220px; } }
    @media (min-width: 1360px) {
      #footer .logo {
        max-width: 240px;
        margin: 0 0 30px; } }
    #footer .logo img {
      display: block;
      max-width: 100%; }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #F94116;
  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: #F9C126; }

.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: #F94116; }
  .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: #F94116;
        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; }

.btn-area {
  margin: 0 -10px 20px 0; }
  .btn-area .btn {
    margin: 0 10px 10px 0; }

.slider-for .image, .slider-nav .image {
  display: block;
  padding-top: 55%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%; }

.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(249, 65, 22, 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: #F94116;
    z-index: 1; }
  .gallery-holder .slick-arrow {
    width: 50px;
    height: 50px;
    color: #000;
    background: #F94116;
    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: #F94116; }
  @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;
  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: #F94116 !important; }

.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 #000;
    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--type-radio legend {
  font-size: 16px !important; }

.form-area .gfield_checkbox, .form-area .gfield_radio {
  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, .form-area .gfield_radio .gchoice {
    width: calc(100% - 24px);
    margin: 0 10px 12px;
    position: relative;
    padding-left: 34px; }
    @media (min-width: 576px) {
      .form-area .gfield_checkbox .gchoice, .form-area .gfield_radio .gchoice {
        width: calc(50% - 24px); } }
    .form-area .gfield_checkbox .gchoice input, .form-area .gfield_radio .gchoice input {
      position: absolute;
      left: -9999px;
      top: -9999px;
      visibility: hidden; }
    .form-area .gfield_checkbox .gchoice input:checked ~ label:before, .form-area .gfield_radio .gchoice input:checked ~ label:before {
      opacity: 1; }
    .form-area .gfield_checkbox .gchoice label, .form-area .gfield_radio .gchoice label {
      display: block;
      cursor: pointer; }
      .form-area .gfield_checkbox .gchoice label:after, .form-area .gfield_radio .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, .form-area .gfield_radio .gchoice label:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 12px;
        height: 6px;
        border: solid 2px #000;
        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; }

.form-area .gfield_radio {
  margin-top: 10px; }
  .form-area .gfield_radio .gchoice {
    width: auto; }
    .form-area .gfield_radio .gchoice label:after {
      border-radius: 100%; }
    .form-area .gfield_radio .gchoice label:before {
      width: 14px;
      height: 14px;
      border: 0;
      background: #F94116;
      margin: 7px 0 0 4px;
      border-radius: 100%; }

.gform_drop_instructions {
  display: none; }

.gform_drop_area {
  margin: 0 0 10px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px; }

.gform_button_select_files {
  border: dashed 1px #ccc;
  width: 100%;
  height: 60px;
  background: none;
  color: #000; }
  .gfield_error .gform_button_select_files {
    border-color: #f00; }
  .gform_button_select_files:after {
    font-weight: 400;
    content: "\e925";
    font-family: icomoon;
    margin: 0 0 0 10px; }
  .gform_button_select_files:hover, .gform_button_select_files:focus {
    background: none !important;
    color: #000; }

.gform_fileupload_rules {
  font-size: 11px; }

.moxie-shim-html5 {
  position: absolute;
  top: 85px !important;
  left: 0px;
  width: 900px;
  height: inherit;
  overflow: hidden;
  z-index: 0;
  font-size: 13px !important; }

.ginput_preview_list {
  padding: 17px 0 0; }
  .ginput_preview_list .ginput_preview {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .ginput_preview_list .ginput_preview > span {
      margin: 0 10px; }
    .ginput_preview_list .ginput_preview .gfield_fileupload_filesize, .ginput_preview_list .ginput_preview .gfield_fileupload_progress {
      display: none; }
  .ginput_preview_list .gform_delete_file {
    padding: 0;
    min-height: inherit;
    border: 0;
    color: #000;
    height: auto;
    background: none;
    border-radius: 0; }

.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: #000;
  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: #000; }

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

.accordion {
  margin: 0 0 40px; }
  .accordion li {
    border: solid 1px #ccc;
    background: #fff;
    margin: 0 0 20px;
    border-radius: 6px;
    overflow: hidden; }
    .accordion li.active .opener:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .accordion .opener {
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 50px 15px 20px;
    color: inherit;
    position: relative;
    font-weight: 500;
    text-decoration: none; }
    @media (min-width: 768px) {
      .accordion .opener {
        font-size: 20px;
        line-height: 32px; } }
    .accordion .opener:before {
      position: absolute;
      right: 20px;
      top: 14px;
      content: '\f107';
      font-family: icomoon;
      color: #000;
      -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; }

.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: #EDEBEB;
      color: #000;
      font-weight: 600; }
    .table-holder table th, .table-holder table td {
      padding: 10px 15px;
      text-align: center;
      border-color: #EDEBEB; }
  @media (max-width: 767px) {
    .table-holder {
      overflow-x: auto;
      border: 1px solid #EDEBEB;
      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: #F94116; }
  .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; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #F94116 !important;
  border-color: #F94116 !important;
  color: #fff !important; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important; }

.woocommerce-loop-category__title {
  font-size: 18px !important;
  line-height: 24px;
  display: block;
  font-weight: 400;
  margin: 0 0 6px; }
  .woocommerce-loop-category__title mark {
    background: none; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 18px;
  min-height: 48px;
  text-align: center;
  border-radius: 5px;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #F94116;
  border: 0;
  letter-spacing: 0.7px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  transition: linear 0.4s; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #000;
    opacity: 1;
    color: #fff; }

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 1.2em !important;
  opacity: 0.5; }

.single_add_to_cart_button {
  width: 200px !important; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 10px; }

.quantity input {
  min-height: 48px;
  height: 48px;
  width: 80px !important;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 1024px) {
    .quantity input {
      min-height: 48px; } }

.woocommerce-message {
  padding: 15px 20px; }
  @media (min-width: 768px) {
    .woocommerce-message {
      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;
      -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; } }
  .woocommerce-message:after, .woocommerce-message:before {
    display: none; }
  .woocommerce-message .button {
    float: none !important; }
  @media (max-width: 767px) {
    .woocommerce-message .button {
      display: block;
      width: 100%;
      margin: 0 0 10px !important; } }

.product .flex-control-thumbs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.woocommerce span.onsale {
  padding: 0 !important;
  background-color: #F9C126 !important; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none !important;
  color: #F94116 !important;
  font-size: 22px !important;
  line-height: 24px !important; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #F94116 !important;
  font-size: 22px !important;
  line-height: 24px !important;
  font-weight: 600; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1; }

.product .price-holder .price del span {
  color: #505050;
  text-decoration: line-through; }

.woocommerce-pagination {
  margin: 0 0 40px; }

.woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  border: 0; }

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 5px; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #212121;
  background-color: #f5f5f5; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #F94116;
  color: #fff; }

.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
  font-size: 0;
  line-height: 0;
  position: relative; }
  .woocommerce nav.woocommerce-pagination ul li a.next:before, .woocommerce nav.woocommerce-pagination ul li a.prev:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "\f109";
    font-size: 18px;
    line-height: 1;
    font-family: 'icomoon'; }

.woocommerce nav.woocommerce-pagination ul li a.prev:before {
  content: "\f108"; }

.page-numbers {
  text-align: center; }
  .page-numbers li:first-child span, .page-numbers li:first-child a {
    border-radius: 2px 0 0 2px; }
  .page-numbers li:last-child span, .page-numbers li:last-child a {
    border-radius: 0 2px 2px 0; }

.woocommerce nav.woocommerce-pagination ul {
  white-space: normal; }

.woocommerce nav.woocommerce-pagination ul li {
  margin: 5px 5px;
  float: none; }

.woocommerce-products-header {
  position: relative;
  padding: 0 0 20px; }
  @media (min-width: 768px) {
    .woocommerce-products-header {
      padding: 0 209px 30px 0; } }
  @media (min-width: 1024px) {
    .woocommerce-products-header {
      padding: 0 209px 30px; } }
  .woocommerce-products-header h1 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 1024px) {
      .woocommerce-products-header h1 {
        text-align: center; } }

.col2-set {
  margin: 0 -15px;
  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; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 100%;
  padding: 0 15px 30px;
  width: 100%; }
  @media (min-width: 1024px) {
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
      width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-EditAccountForm .form-row {
  margin: 0 0 8px !important; }

.woocommerce form .form-row {
  display: block; }

.woocommerce form .form-row {
  padding: 0; }

.woocommerce form .form-row label {
  margin-bottom: 0; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  border-color: #a46497 !important; }

.main-content {
  padding-top: 40px;
  padding-bottom: 40px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 19px;
  left: -3px; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 181px;
  padding-left: 13px;
  height: 44px; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media (min-width: 1024px) {
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: auto; }

.woocommerce-form-row + fieldset {
  margin: 30px 0 20px; }

.woocommerce-form-row .woocommerce-Input {
  margin: 0 0 10px; }

.woocommerce-form-row .woocommerce-Input + span em {
  font-size: 12px; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #000;
  color: #fff;
  float: none !important;
  width: 100% !important;
  padding: 17px !important; }
  .woocommerce-account .woocommerce-MyAccount-navigation 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; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
      margin: 5px; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        color: #000 !important;
        background: #fff;
        padding: 8px 16px;
        display: block;
        color: #fff;
        border-radius: 5px;
        text-decoration: none; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
          color: #000 !important; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        background: #F94116;
        color: #fff !important; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  padding: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      padding: 30px; } }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: #fff !important; }

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  border-color: rgba(0, 0, 0, 0.1); }

.woocommerce table.shop_table th {
  text-align: left; }

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top-width: 1px !important; }

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  border-left-width: 1px !important;
  border-right-width: 1px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; }

.select2-container--default .select2-selection--single {
  color: #1a4064; }

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  background-color: #a88572 !important; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 150px !important;
  height: 50px !important; }
  @media (min-width: 768px) {
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
      height: 50px !important;
      width: 180px !important; } }

@media (max-width: 1198px) {
  .products.columns-4 .product {
    width: calc(100%/3 - 30px) !important; } }

@media (max-width: 1022px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 10px; }
  .products.columns-4 .product {
    width: calc(100%/2 - 30px) !important; } }

@media (max-width: 574px) {
  .products.columns-4 .product {
    width: calc(100%/1 - 30px) !important; }
  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%; }
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100% !important;
    float: none !important; }
  .coupon button {
    width: 100% !important;
    margin: 0 !important;
    float: none !important; } }

@media (max-width: 766px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%; }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%; }
  h1, .h1 {
    font-size: 36px;
    margin: 0 0 20px; } }

.woocommerce-MyAccount-navigation {
  width: 100%;
  float: none; }
  .woocommerce-MyAccount-navigation 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; }
    .woocommerce-MyAccount-navigation ul li {
      margin: 5px; }
      .woocommerce-MyAccount-navigation ul li a {
        color: #fff;
        background-color: #F94116;
        padding: 8px 12px; }

@media (max-width: 575px) {
  .woocommerce-cart-form__contents .coupon .input-text {
    margin: 0 0 10px !important; } }

#content > .woocommerce {
  background: #F6F7FF;
  border-radius: 0;
  padding: 25px;
  margin: 0 -20px; }
  @media (min-width: 768px) {
    #content > .woocommerce {
      padding: 40px;
      margin: 0;
      border-radius: 10px; } }
  #content > .woocommerce h2 {
    font-size: 25px; }
    @media (min-width: 768px) {
      #content > .woocommerce h2 {
        font-size: 30px; } }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #F94116 !important;
  color: #fff;
  border-color: transparent !important; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #fff; }
  .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #F9C126; }
  .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    color: #fff !important;
    background: none !important;
    min-height: inherit !important;
    padding: 0 !important; }
    .woocommerce-error .button:before, .woocommerce-info .button:before, .woocommerce-message .button:before {
      display: none !important; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #D4D7EE !important; }

.woocommerce table.shop_table {
  background: #fff !important; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: inherit; }

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 15px; }

.page-shop #content > .woocommerce, .page-uncategorised #content > .woocommerce {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .page-shop #content > .woocommerce h2, .page-uncategorised #content > .woocommerce h2 {
    font-size: 25px; }
    @media (min-width: 768px) {
      .page-shop #content > .woocommerce h2, .page-uncategorised #content > .woocommerce h2 {
        font-size: 30px; } }

.details-holder .meta {
  display: none !important; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 28px;
  color: #F9C126; }

.main-ecommerce-area {
  padding: 0 0 30px;
  background: #fff;
  position: relative;
  background: #EDEBEB; }
  @media (min-width: 768px) {
    .main-ecommerce-area {
      padding: 0 0 40px; } }
  .main-ecommerce-area .ecommerce-holder {
    background: #fff;
    padding: 20px;
    border-radius: 6px; }
    @media (min-width: 1360px) {
      .main-ecommerce-area .ecommerce-holder {
        padding: 30px; } }

.woocommerce ul.products li.product .price {
  font-size: 17px; }

.added_to_cart.wc-forward {
  display: block !important;
  color: #F9C126; }

.woocommerce-account:not(.logged-in) .main-ecommerce-area .container {
  max-width: 500px;
  text-align: center; }
  .woocommerce-account:not(.logged-in) .main-ecommerce-area .container button {
    display: block !important;
    float: none !important;
    margin: 10px 0 0 !important;
    width: 100% !important; }

.is-large.wc-block-cart .wc-block-cart-items {
  margin: 0 !important; }

.wc-block-components-product-name {
  color: #000;
  font-weight: 600;
  text-decoration: none; }
  .wc-block-components-product-name:hover {
    color: #F94116; }

.is-large.wc-block-cart .wc-block-cart-items th {
  background: #EDEBEB !important; }

.is-large.wc-block-cart .wc-block-cart-items th.wc-block-cart-items__header-product {
  visibility: visible !important;
  font-size: 0 !important;
  line-height: 0 !important; }

.is-large.wc-block-cart .wc-block-cart__totals-title {
  background: #EDEBEB !important;
  padding: 8px 16px 8px !important; }

.wc-block-cart-item__prices {
  color: #F94116;
  font-size: 17px;
  font-weight: 600; }

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
  box-shadow: none !important; }

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:before {
  display: none; }

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  height: auto !important; }

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  box-shadow: none !important; }

.wc-block-cart-item__remove-link {
  min-height: inherit !important; }

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  outline: none !important;
  box-shadow: none !important; }

.wc-block-components-button:not(.is-link) {
  -webkit-transition: linear 0.4s !important;
  transition: linear 0.4s !important; }

.wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 0 !important; }

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: 1 !important; }

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  border-color: #ccc !important; }

.is-large.wc-block-cart .wc-block-cart-items td:first-child {
  padding-left: 0 !important; }

.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
  margin: 0 !important; }

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
  border-bottom: 1px solid rgba(18, 18, 18, 0.11) !important; }
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row:last-child, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:last-child, .is-small table.wc-block-cart-items .wc-block-cart-items__row:last-child {
    border-bottom: 0 !important; }
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row:first-child, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:first-child, .is-small table.wc-block-cart-items .wc-block-cart-items__row:first-child {
    padding-top: 0 !important; }

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  margin: -4px 0 0 13px !important; }

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
  margin-bottom: 0 !important; }

.is-medium .wc-block-cart__sidebar, .is-mobile .wc-block-cart__sidebar, .is-small .wc-block-cart__sidebar {
  margin-bottom: 0 !important; }

.is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: 0 !important; }

@media (max-width: 575px) {
  .wc-block-components-product-name {
    font-size: 14px !important; } }

.wc-blocks-components-select .wc-blocks-components-select__select {
  border-color: #ccc !important; }

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: none !important; }

.wc-block-components-textarea {
  border-color: #ccc !important; }

.wp-block-woocommerce-checkout {
  padding-top: 0 !important; }

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata__description {
  display: none !important; }

.wc-block-components-order-summary .wc-block-components-order-summary-item {
  padding-top: 0 !important; }

@media (max-width: 1023px) {
  .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    font-weight: 400 !important;
    margin: 0 !important; }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin-top: 0 !important; } }

.wp-block-woocommerce-checkout {
  overflow: hidden; }

.wc-block-components-sidebar-layout .wc-block-components-main {
  overflow: hidden !important; }

.wc-block-components-checkout-order-summary__title.is-open {
  border-top: 0 !important;
  padding-top: 0 !important; }

.is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  border-top: 0 !important;
  padding-top: 0 !important; }

.woocommerce-Address-title.title h2, .woocommerce-MyAccount-content form h2 h2 {
  font-size: 26px !important; }

.woocommerce-Address address {
  font-style: normal !important; }

.woocommerce-account .addresses .title .edit {
  float: left !important; }

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border-color: #ccc !important; }

.select2-container--default, .select2-selection--single {
  padding: 0 !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  border-color: #ccc !important; }

.woocommerce form .form-row {
  margin: 0 0 10px; }
  .woocommerce form .form-row label {
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 6px; }

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  padding: .5em 1em !important; }

fieldset legend {
  font-weight: 600;
  display: block;
  margin: 0 0 20px;
  font-size: 22px !important; }

.woocommerce-MyAccount-content h2 {
  font-size: 26px !important; }

.woocommerce div.product .product_title {
  font-size: 22px; }
  @media (min-width: 1024px) {
    .woocommerce div.product .product_title {
      font-size: 25px; } }
  @media (min-width: 1360px) {
    .woocommerce div.product .product_title {
      font-size: 33px; } }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #F94116 !important;
  color: #fff !important;
  border: 0 !important;
  margin: 0 !important;
  font-weight: 400 !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    display: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 400 !important; }

#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: 1280px; } }

.listing-block {
  padding: 20px 0 20px;
  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 .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%; } }
  .listing-block .row #content:only-child {
    width: 100%; }
    @media (min-width: 1024px) {
      .listing-block .row #content:only-child .posts-row .post-article {
        width: calc(33.33% - 30px); } }
  @media (min-width: 1024px) {
    .listing-block .row #sidebar {
      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 {
    margin: 0 15px 30px;
    width: calc(100% - 30px);
    background: #fff; }
    @media (min-width: 576px) {
      .posts-row .post-article {
        width: calc(50% - 30px); } }
  .posts-row .text-block {
    padding: 20px !important; }
  .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: 60%;
  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: 700;
  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: #000; }
    .post-article h3 a:hover, .post-article .h3 a:hover {
      color: #F94116; }

.post-article .read-more {
  color: #F94116;
  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: 500;
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 0 20px; }
    .widget .widgettitle:before {
      position: absolute;
      left: 0;
      top: 5px;
      bottom: 5px;
      content: '';
      width: 3px;
      background: #F94116; }
  .widget ul {
    padding: 0;
    font-size: 18px;
    line-height: 27px; }
    .widget ul li + li {
      border-top: solid 1px #E9E9E9; }
    .widget ul li a {
      display: block;
      padding: 12px 0;
      text-decoration: none;
      color: #000; }
      .widget ul li a:hover {
        color: #F94116; }
  .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: #000; }
        .widget .widget-post-list .widget-posts-title a:hover {
          color: #F94116; }

.widget_categories ul {
  border-bottom: 0 !important; }
  .widget_categories ul li {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    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: -3px; }
  .widget_categories .social-networks li {
    margin: 3px; }
    .widget_categories .social-networks li a:after {
      display: none;
      padding: 0; }

.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: 16px;
    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: #F94116; }

.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 -6px; }
  .social-networks li {
    margin: 0 6px 10px; }
    .social-networks li a {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      color: #000;
      background-color: #F9C126;
      font-size: 20px;
      border-radius: 100%;
      font-weight: 400; }
      @media (min-width: 1360px) {
        .social-networks li a {
          width: 40px;
          height: 40px; } }
      .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-slider .slick-arrow {
    background: #F94116;
    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: #fff;
    margin: 0 20px; }
    .gallery-slider .slick-arrow i {
      font-size: 22px;
      line-height: 1; }
    .gallery-slider .slick-arrow.slick-disabled {
      background: #FFE8D1;
      color: #F94116; }

.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: #F94116;
    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: #000;
    margin: 0 8px; }
    .gallery-nav .slick-arrow i {
      font-size: 22px;
      line-height: 1; }
    .gallery-nav .slick-arrow.slick-disabled {
      background: #F94116;
      opacity: 0.5; }

.our-accreditations {
  padding: 50px 0 50px;
  text-align: center; }
  @media (min-width: 768px) {
    .our-accreditations {
      padding: 70px 0; } }
  @media (min-width: 1360px) {
    .our-accreditations {
      padding: 100px 0; } }
  .our-accreditations .container {
    max-width: 1600px; }
  .our-accreditations h2, .our-accreditations .h2 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #F9C126; }
    @media (min-width: 576px) {
      .our-accreditations h2, .our-accreditations .h2 {
        font-size: 24px; } }
    @media (min-width: 1360px) {
      .our-accreditations h2, .our-accreditations .h2 {
        font-size: 24px;
        margin: 0 0 30px; } }
  .our-accreditations.bg-gray {
    background: #EDEBEB; }
  .our-accreditations .accreditations-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .our-accreditations .accreditations-header {
        padding: 0 0 15px; } }
    .our-accreditations .accreditations-header .text {
      max-width: 900px; }
  .our-accreditations p {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .our-accreditations p {
        margin: 0 0 30px; } }
  .our-accreditations .accreditations-nav {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 30px; }
    @media (min-width: 768px) {
      .our-accreditations .accreditations-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .our-accreditations .accreditations-nav .slick-arrow {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin: 0 0 20px 15px;
      border: solid 1px #F94116;
      background: none;
      color: #F94116; }
      .our-accreditations .accreditations-nav .slick-arrow:hover {
        background: #F94116;
        color: #fff; }
  .our-accreditations .slick-list {
    width: 100%; }
    .our-accreditations .slick-list .slick-track {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .our-accreditations .accreditation {
    margin: 0 -15px; }
    .our-accreditations .accreditation .slide {
      padding: 0 10px;
      text-align: center; }
      @media (min-width: 576px) {
        .our-accreditations .accreditation .slide {
          padding: 10px; } }
      @media (min-width: 768px) {
        .our-accreditations .accreditation .slide {
          padding: 10px 15px; } }
      .our-accreditations .accreditation .slide img {
        display: inline-block;
        vertical-align: top; }
      .our-accreditations .accreditation .slide .slide-holder {
        /*background: $white;
				box-shadow:  0 0 10px rgba($black, 0.2);
				border-radius: 12px;
				display: flex;
				align-items: center;
				justify-content: center;
				flex-grow: 1;
				height: 150px;
				padding: 15px;*/
        display: inline-block;
        vertical-align: top; }
        .our-accreditations .accreditation .slide .slide-holder img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
  .our-accreditations .slick-list {
    width: 100%; }
  .our-accreditations .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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .our-accreditations .slick-arrow {
    margin: 0 -30px;
    width: 40px;
    height: 40px;
    background: #F94116;
    color: #000;
    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-radius: 100%; }
    @media (min-width: 1360px) {
      .our-accreditations .slick-arrow {
        margin: 0 -50px;
        width: 50px;
        height: 50px; } }
    @media (min-width: 1440px) {
      .our-accreditations .slick-arrow {
        margin: 0 -50px; } }
    .our-accreditations .slick-arrow i {
      font-size: 22px; }

.listing-block {
  background: #EDEBEB; }

.details-holder {
  padding: 30px;
  border-radius: 8px;
  background: #fff; }
  .details-holder h1 {
    font-size: 35px;
    line-height: 40px; }
    @media (min-width: 1024px) {
      .details-holder h1 {
        font-size: 40px;
        line-height: 50px; } }
  .details-holder h2 {
    font-size: 30px;
    line-height: 40px; }
  @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; }
  .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: #EDEBEB;
  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: #000; }
    .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: #000; }
    .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; }

.general-content.contact-block .container {
  max-width: 1000px; }

.contact-block {
  background: #EDEBEB;
  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 {
    border-radius: 0;
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .contact-block .form-area {
        margin: 0; } }
  .contact-block .contact-information li address br {
    display: none; }
  @media (min-width: 1024px) {
    .contact-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -20px; } }
  @media (min-width: 1024px) {
    .contact-block .row .col {
      padding: 0 20px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media (min-width: 1024px) {
    .contact-block .row .col:nth-child(2) {
      width: 400px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (min-width: 1200px) {
    .contact-block .row .col:nth-child(2) {
      width: 450px; } }
  .contact-block .logo {
    margin: 0 0 30px;
    max-width: 240px;
    padding: 16px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #fff; }
  .contact-block h3 {
    font-weight: 600;
    margin: 0 0 20px; }
  .contact-block address {
    font-style: normal; }
  .contact-block .contact-box {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 15px 15px;
    border-radius: 10px; }
  .contact-block .tel {
    display: block;
    text-decoration: none;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px; }
    .contact-block .tel i {
      margin: 0 10px 0 0; }
  .contact-block address {
    margin: 0 0 15px; }
  .contact-block .get-directions {
    margin: 0 0 20px; }

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

.gform_heading .gform_required_legend {
  display: none; }

.gfield_required_asterisk {
  color: #f00; }

.getstart-block {
  background: #EDEBEB;
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .getstart-block {
      text-align: left; } }
  @media (min-width: 1024px) {
    .getstart-block {
      padding: 40px 0; } }
  .getstart-block .get-start-holder {
    background: #242f3e;
    color: #fff;
    border-radius: 6px;
    overflow: hidden; }
  .getstart-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;
    padding: 20px; }
    @media (min-width: 576px) {
      .getstart-block .row {
        padding: 30px; } }
    @media (min-width: 1024px) {
      .getstart-block .row {
        padding: 50px 10px; } }
    @media (min-width: 1360px) {
      .getstart-block .row {
        padding: 50px 30px; } }
    .getstart-block .row .col {
      width: 100%; }
      @media (min-width: 1024px) {
        .getstart-block .row .col {
          width: 50%;
          padding: 0 15px; } }
  .getstart-block .tel {
    display: block; }
    @media (min-width: 768px) {
      .getstart-block .tel {
        padding: 30px 0 0; } }
    .getstart-block .tel a {
      font-weight: 600;
      text-decoration: none;
      color: #fff; }
      .getstart-block .tel a:hover {
        color: #F94116; }
  .getstart-block h1, .getstart-block .h1 {
    font-size: 30px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .getstart-block h1, .getstart-block .h1 {
        font-size: 35px; } }
    @media (min-width: 1360px) {
      .getstart-block h1, .getstart-block .h1 {
        font-size: 37px; } }
    .getstart-block h1 span, .getstart-block .h1 span {
      color: #F9C126; }

.icons-list {
  background: #fff;
  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;
  color: #000;
  padding: 15px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: 500; }
  @media (min-width: 1360px) {
    .icons-list {
      font-size: 15px; } }
  @media (min-width: 1440px) {
    .icons-list {
      padding: 15px 20px;
      font-size: 16px; } }
  .icons-list .slide-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px 5px;
    min-width: 150px; }
    @media (min-width: 1024px) {
      .icons-list .slide-holder {
        margin: 0;
        min-width: inherit; } }
    .icons-list .slide-holder:before {
      margin: 0 10px; }
      @media (min-width: 1024px) {
        .icons-list .slide-holder:before {
          display: block;
          width: 2px;
          content: '';
          background: #dbdada;
          margin: 0 15px;
          height: 32px; } }
      @media (min-width: 1440px) {
        .icons-list .slide-holder:before {
          height: 40px;
          margin: 0 20px; } }
  .icons-list .slide:first-child .slide-holder:before {
    display: none; }
  .icons-list .icon {
    margin: 0 10px 0 0; }
    @media (min-width: 1360px) {
      .icons-list .icon {
        margin: 0 15px 0 0; } }
    .icons-list .icon img {
      width: 30px;
      height: 25px;
      object-fit: scale-down; }
      @media (min-width: 1360px) {
        .icons-list .icon img {
          width: 35px;
          height: 30px; } }

.bradcrumbs-bar {
  background: #EDEBEB;
  padding: 15px 0;
  margin: 0; }
  @media (max-width: 1023px) {
    .bradcrumbs-bar {
      font-size: 14px; } }
  @media (max-width: 575px) {
    .bradcrumbs-bar {
      font-size: 12px; } }
  .bradcrumbs-bar a {
    color: #000;
    text-decoration: none; }
    .bradcrumbs-bar a:hover {
      color: #F94116; }
  .bradcrumbs-bar span {
    font-weight: 600; }

.brick-ctas {
  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: 30px -15px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .brick-ctas {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1024px) {
    .brick-ctas {
      margin: 0 -15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .brick-ctas .cta {
    margin: 0 8px 20px;
    text-align: center;
    text-decoration: none;
    position: relative; }
    @media (min-width: 576px) {
      .brick-ctas .cta {
        margin: 0 15px; } }
    .brick-ctas .cta .image {
      display: block;
      width: 90px;
      height: 90px;
      border-radius: 100%;
      overflow: hidden;
      margin: 0;
      border: solid 3px #242f3e;
      box-shadow: 0 0 1px 1px #fff;
      position: relative;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
      @media (min-width: 576px) {
        .brick-ctas .cta .image {
          margin: 0 0 15px;
          border: solid 7px #242f3e;
          width: 120px;
          height: 120px; } }
      @media (min-width: 768px) {
        .brick-ctas .cta .image {
          width: 160px;
          height: 160px; } }
      @media (min-width: 1024px) {
        .brick-ctas .cta .image {
          width: 120px;
          height: 120px; } }
      @media (min-width: 1200px) {
        .brick-ctas .cta .image {
          width: 120px;
          height: 120px; } }
      @media (min-width: 1360px) {
        .brick-ctas .cta .image {
          width: 150px;
          height: 150px; } }
      @media (min-width: 1440px) {
        .brick-ctas .cta .image {
          width: 160px;
          height: 160px;
          border: solid 10px #242f3e; } }
      .brick-ctas .cta .image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media (max-width: 575px) {
        .brick-ctas .cta .image:after {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          content: '';
          z-index: 2;
          background: rgba(0, 0, 0, 0.4); } }
      .brick-ctas .cta .image .img-holder {
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        display: block; }
    .brick-ctas .cta .title {
      color: #fff;
      font-size: 15px;
      font-weight: 500; }
      @media (min-width: 1200px) {
        .brick-ctas .cta .title {
          font-size: 16px; } }
      @media (min-width: 1360px) {
        .brick-ctas .cta .title {
          font-size: 17px; } }
      @media (min-width: 1440px) {
        .brick-ctas .cta .title {
          font-size: 20px; } }
      .brick-ctas .cta .title:before {
        color: #F94116;
        content: '\f105';
        font-family: icomoon;
        display: inline-block;
        vertical-align: top;
        margin: 0 8px 0 0;
        font-weight: 700; }
      @media (max-width: 575px) {
        .brick-ctas .cta .title {
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 2;
          font-size: 13px;
          line-height: 16px; }
          .brick-ctas .cta .title:before {
            display: none; } }
    .brick-ctas .cta:hover .image {
      box-shadow: none;
      border-color: #F94116; }
      .brick-ctas .cta:hover .image .img-holder {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

.featured-categories {
  background: #EDEBEB;
  padding: 40px 0; }
  .featured-categories.pt-0 {
    padding-top: 0; }
  .featured-categories.pb-0 {
    padding-bottom: 0; }
  .featured-categories.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .featured-categories .featured-categories-holder {
    background: #fff;
    border-radius: 6px;
    padding: 30px; }
    @media (min-width: 1200px) {
      .featured-categories .featured-categories-holder {
        padding: 40px 40px; } }
  .featured-categories .section-header {
    text-align: center;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .featured-categories .section-header {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .featured-categories .section-header h2 {
      margin: 0;
      font-size: 29px;
      color: #000; }
  .featured-categories .view-all {
    font-weight: 500;
    color: #000; }
    .featured-categories .view-all:hover {
      color: #F94116; }
  .featured-categories .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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px -20px; }
    @media (min-width: 1200px) {
      .featured-categories .row {
        margin: 0 -15px -30px; } }
    .featured-categories .row .col {
      width: 100%;
      padding: 0 10px 20px; }
      @media (min-width: 480px) {
        .featured-categories .row .col {
          width: 50%; } }
      @media (min-width: 768px) {
        .featured-categories .row .col {
          width: 33.33%; } }
      @media (min-width: 1024px) {
        .featured-categories .row .col {
          width: 25%; } }
      @media (min-width: 1200px) {
        .featured-categories .row .col {
          padding: 0 15px 30px; } }
  .featured-categories .cta {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    background: #242f3e;
    color: #fff;
    text-decoration: none;
    text-align: center; }
    .featured-categories .cta .title {
      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-weight: 600;
      padding: 4px 10px;
      min-height: 55px; }
    .featured-categories .cta .image {
      display: block;
      position: relative;
      padding-top: 85%;
      overflow: hidden; }
      .featured-categories .cta .image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; }
    .featured-categories .cta.sale {
      background: #f94116; }
    .featured-categories .cta:hover .image img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.featured-categories.py-0 + .brands-block.pt-0 {
  margin-top: -6px; }
  .featured-categories.py-0 + .brands-block.pt-0 .brands-holder {
    border-radius: 0 0 6px 6px; }

.brands-block {
  background: #EDEBEB;
  padding: 40px 0;
  text-align: center; }
  .brands-block.pt-0 {
    padding-top: 0; }
  .brands-block.pb-0 {
    padding-bottom: 0; }
  .brands-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .brands-block .brands-holder {
    background: #fff;
    border-radius: 6px;
    padding: 30px 20px; }
    @media (min-width: 576px) {
      .brands-block .brands-holder {
        padding: 40px 40px; } }
  .brands-block h2 {
    font-size: 20px;
    color: #000;
    position: relative;
    margin: 0 0 30px; }
    @media (min-width: 576px) {
      .brands-block h2 {
        font-size: 24px; } }
    @media (min-width: 768px) {
      .brands-block h2 {
        font-size: 29px;
        margin: 0 0 50px; } }
    .brands-block h2:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      content: '';
      height: 1px;
      background: rgba(0, 0, 0, 0.1); }
    .brands-block h2 span {
      background: #fff;
      padding: 0 15px;
      position: relative;
      z-index: 1; }
  .brands-block .brands-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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 40px;
    text-align: center; }
    .brands-block .brands-slider .slide {
      margin: 0 20px; }
      .brands-block .brands-slider .slide .logo {
        display: inline-block;
        vertical-align: top; }
        .brands-block .brands-slider .slide .logo img {
          max-width: 100%;
          max-height: 75px;
          object-fit: scale-down; }
    .brands-block .brands-slider .slick-arrow {
      width: 35px;
      height: 35px;
      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-radius: 6px;
      background: #F94116;
      color: #fff;
      margin: 0 -40px; }
      @media (min-width: 576px) {
        .brands-block .brands-slider .slick-arrow {
          width: 40px;
          height: 40px;
          margin: 0 -50px; } }
      .brands-block .brands-slider .slick-arrow i {
        font-size: 20px; }
  .brands-block .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .brands-block .slick-track {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .brands-block .slick-track:after, .brands-block .slick-track:before {
      display: none; }

.reviews-slider {
  background: #EDEBEB;
  padding: 40px 0;
  text-align: center; }
  .reviews-slider.pt-0 {
    padding-top: 0; }
  .reviews-slider.pb-0 {
    padding-bottom: 0; }
  .reviews-slider.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .reviews-slider img {
    display: block;
    width: 100%; }

.newsletter-block {
  background: #bac3ce;
  color: #000;
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .newsletter-block {
      text-align: left; } }
  @media (min-width: 1024px) {
    .newsletter-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .newsletter-block .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .newsletter-block .text {
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .newsletter-block .text {
        margin: 0 10px; } }
    @media (min-width: 1200px) {
      .newsletter-block .text {
        margin: 0 30px; } }
    .newsletter-block .text p {
      margin: 0; }
    @media (max-width: 575px) {
      .newsletter-block .text {
        font-size: 15px; } }
  .newsletter-block .title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700; }
    @media (min-width: 576px) {
      .newsletter-block .title {
        font-size: 29px;
        line-height: 32px; } }
    @media (min-width: 1200px) {
      .newsletter-block .title {
        font-size: 29px;
        line-height: 32px; } }

.newsletter-form {
  margin: 0 auto; }
  @media (min-width: 576px) {
    .newsletter-form {
      width: 500px; } }
  @media (min-width: 1024px) {
    .newsletter-form {
      margin: 0 20px; } }
  @media (min-width: 1440px) {
    .newsletter-form {
      margin: 0 30px;
      width: 535px; } }
  .newsletter-form .title {
    display: block;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 1px; }
  .newsletter-form form {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: solid 1px #59616d;
    border-radius: 20px; }
    @media (min-width: 576px) {
      .newsletter-form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .newsletter-form .gform_fields, .newsletter-form .gform-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .newsletter-form .gform_footer {
    width: 100%;
    margin: 0 0 0;
    max-width: none; }
    @media (min-width: 576px) {
      .newsletter-form .gform_footer {
        width: 144px;
        margin: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (min-width: 768px) {
      .newsletter-form .gform_footer {
        width: 144px; } }
    @media (min-width: 1024px) {
      .newsletter-form .gform_footer {
        width: 144px; } }
    @media (min-width: 1700px) {
      .newsletter-form .gform_footer {
        width: 144px; } }
    .newsletter-form .gform_footer input[type="submit"] {
      width: 100%;
      height: 46px;
      font-size: 16px;
      border-radius: 0;
      background: #F9C126;
      color: #000;
      font-family: "DM Sans", sans-serif;
      border-radius: 0; }
      @media (min-width: 576px) {
        .newsletter-form .gform_footer input[type="submit"] {
          height: 52px;
          font-size: 18px;
          border-left: solid 1px #ccc; } }
      .newsletter-form .gform_footer input[type="submit"]:hover {
        background-color: #e6aa06; }
    .newsletter-form .gform_footer:before {
      display: none; }
  .newsletter-form input[type='text'], .newsletter-form input[type='tel'],
  .newsletter-form input[type='email'], .newsletter-form input[type='search'],
  .newsletter-form input[type='password'], .newsletter-form input[type='url'],
  .newsletter-form input[type='date'], .newsletter-form textarea, .newsletter-form select, .newsletter-form input[type='number'] {
    background: none;
    border: 0;
    height: 52px;
    border-radius: 0;
    font-size: 16px;
    color: #242f3e;
    font-weight: 500; }
    .newsletter-form input[type='text']::-webkit-input-placeholder, .newsletter-form input[type='tel']::-webkit-input-placeholder,
    .newsletter-form input[type='email']::-webkit-input-placeholder, .newsletter-form input[type='search']::-webkit-input-placeholder,
    .newsletter-form input[type='password']::-webkit-input-placeholder, .newsletter-form input[type='url']::-webkit-input-placeholder,
    .newsletter-form input[type='date']::-webkit-input-placeholder, .newsletter-form textarea::-webkit-input-placeholder, .newsletter-form select::-webkit-input-placeholder, .newsletter-form input[type='number']::-webkit-input-placeholder {
      color: #242f3e; }
    .newsletter-form input[type='text']::-moz-placeholder, .newsletter-form input[type='tel']::-moz-placeholder,
    .newsletter-form input[type='email']::-moz-placeholder, .newsletter-form input[type='search']::-moz-placeholder,
    .newsletter-form input[type='password']::-moz-placeholder, .newsletter-form input[type='url']::-moz-placeholder,
    .newsletter-form input[type='date']::-moz-placeholder, .newsletter-form textarea::-moz-placeholder, .newsletter-form select::-moz-placeholder, .newsletter-form input[type='number']::-moz-placeholder {
      opacity: 1;
      color: #242f3e; }
    .newsletter-form input[type='text']:-moz-placeholder, .newsletter-form input[type='tel']:-moz-placeholder,
    .newsletter-form input[type='email']:-moz-placeholder, .newsletter-form input[type='search']:-moz-placeholder,
    .newsletter-form input[type='password']:-moz-placeholder, .newsletter-form input[type='url']:-moz-placeholder,
    .newsletter-form input[type='date']:-moz-placeholder, .newsletter-form textarea:-moz-placeholder, .newsletter-form select:-moz-placeholder, .newsletter-form input[type='number']:-moz-placeholder {
      color: #242f3e; }
    .newsletter-form input[type='text']:-ms-input-placeholder, .newsletter-form input[type='tel']:-ms-input-placeholder,
    .newsletter-form input[type='email']:-ms-input-placeholder, .newsletter-form input[type='search']:-ms-input-placeholder,
    .newsletter-form input[type='password']:-ms-input-placeholder, .newsletter-form input[type='url']:-ms-input-placeholder,
    .newsletter-form input[type='date']:-ms-input-placeholder, .newsletter-form textarea:-ms-input-placeholder, .newsletter-form select:-ms-input-placeholder, .newsletter-form input[type='number']:-ms-input-placeholder {
      color: #242f3e; }
    .newsletter-form input[type='text'].placeholder, .newsletter-form input[type='tel'].placeholder,
    .newsletter-form input[type='email'].placeholder, .newsletter-form input[type='search'].placeholder,
    .newsletter-form input[type='password'].placeholder, .newsletter-form input[type='url'].placeholder,
    .newsletter-form input[type='date'].placeholder, .newsletter-form textarea.placeholder, .newsletter-form select.placeholder, .newsletter-form input[type='number'].placeholder {
      color: #242f3e; }
    @media (max-width: 575px) {
      .newsletter-form input[type='text'], .newsletter-form input[type='tel'],
      .newsletter-form input[type='email'], .newsletter-form input[type='search'],
      .newsletter-form input[type='password'], .newsletter-form input[type='url'],
      .newsletter-form input[type='date'], .newsletter-form textarea, .newsletter-form select, .newsletter-form input[type='number'] {
        border-radius: 0;
        background: #fff; } }
    @media (min-width: 1360px) {
      .newsletter-form input[type='text'], .newsletter-form input[type='tel'],
      .newsletter-form input[type='email'], .newsletter-form input[type='search'],
      .newsletter-form input[type='password'], .newsletter-form input[type='url'],
      .newsletter-form input[type='date'], .newsletter-form textarea, .newsletter-form select, .newsletter-form input[type='number'] {
        font-size: 20px; } }

.gform_submission_error {
  display: none !important; }

.faqs-block h2, .faqs-block .h2 {
  text-align: center;
  margin: 0 0 40px; }

.faqs-block .accordion {
  margin: 0 auto 25px;
  text-align: left;
  max-width: 900px; }
  @media (min-width: 768px) {
    .faqs-block .accordion {
      margin: 0 auto 40px; } }
  .faqs-block .accordion p + p {
    margin: 20px 0 0; }
  .faqs-block .accordion .slide a {
    color: #000;
    text-decoration: underline; }
    .faqs-block .accordion .slide a:hover {
      text-decoration: none; }

.faqs-block .btn-holder {
  margin: 0 0 -20px;
  text-align: center; }
  .faqs-block .btn-holder .btn {
    margin: 0 10px 20px; }
    @media (min-width: 768px) {
      .faqs-block .btn-holder .btn {
        min-width: 200px; } }

.cta-block {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  padding: 60px 0;
  text-align: center;
  background: #242f3e;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1360px) {
    .cta-block {
      padding: 70px 0; } }
  .cta-block .container {
    position: relative;
    z-index: 1; }
  .cta-block h2, .cta-block .h2 {
    margin: 0 0 10px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .cta-block h2, .cta-block .h2 {
        font-size: 35px; } }
    @media (min-width: 1024px) {
      .cta-block h2, .cta-block .h2 {
        font-size: 40px; } }
  .cta-block p {
    font-weight: 300;
    margin: 0 0 24px; }
    @media (min-width: 1024px) {
      .cta-block p {
        margin: 0 0 30px; } }
    .cta-block p a {
      color: inherit;
      text-decoration: underline; }
      .cta-block p a:hover {
        text-decoration: none; }
  .cta-block .text-holder {
    max-width: 615px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .cta-block .text-holder {
        max-width: 715px; } }
    @media (min-width: 1360px) {
      .cta-block .text-holder {
        max-width: 900px; } }
  .cta-block .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.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: #EDEBEB; }
  .reviews-block .review {
    margin: 10px 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 15px;
    padding: 30px 20px;
    -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; }
    @media (min-width: 576px) {
      .reviews-block .review {
        margin: 10px 10px; } }
    @media (min-width: 1200px) {
      .reviews-block .review {
        border-radius: 20px;
        padding: 30px 25px; } }
    @media (min-width: 1440px) {
      .reviews-block .review {
        margin: 10px 15px;
        padding: 30px 35px; } }
    .reviews-block .review .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    @media (max-width: 1199px) {
      .reviews-block .review {
        font-size: 16px; } }
  .reviews-block cite {
    font-style: normal;
    font-weight: 700; }
  .reviews-block .star {
    margin: 0 auto 20px;
    max-width: 90px; }
    @media (min-width: 1200px) {
      .reviews-block .star {
        max-width: 113px; } }
  .reviews-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; }
    .reviews-block .slick-track:after, .reviews-block .slick-track:before {
      display: none; }
    .reviews-block .slick-track .slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .reviews-block .slick-track {
    margin: 0 auto; }
  .reviews-block .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    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: #F9C126;
    color: #fff;
    margin: 0 -60px; }
    @media (min-width: 1200px) {
      .reviews-block .slick-arrow {
        width: 50px;
        height: 50px; } }
    @media (min-width: 1440px) {
      .reviews-block .slick-arrow {
        margin: 0 -80px; } }
  @media (max-width: 1199px) {
    .reviews-block .reviewsslider {
      margin: 0 40px; }
      .reviews-block .reviewsslider .slick-arrow {
        margin: 0 -50px; } }
  @media (max-width: 575px) {
    .reviews-block .reviewsslider {
      margin: 0 30px; }
      .reviews-block .reviewsslider .slick-arrow {
        margin: 0 -40px; } }

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: none; }

.video-active .bg-video {
  opacity: 1; }

.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: #EDEBEB; }
  .gallery-block.pt-0 {
    padding-top: 0; }
  .gallery-block.pb-0 {
    padding-bottom: 0; }
  .gallery-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .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: #F94116;
    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: #F94116;
        height: 1px; }
        @media (min-width: 576px) {
          .form-block h2 span:before {
            width: 100px;
            margin: 0 0 0 30px; } }
  .form-block .map {
    position: relative;
    height: 400px; }
    @media (min-width: 768px) {
      .form-block .map {
        height: 500px; } }
    @media (min-width: 1024px) {
      .form-block .map {
        height: 685px;
        margin-top: 30px; } }
    @media (min-width: 1360px) {
      .form-block .map {
        height: 717px; } }
    .form-block .map 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; }

.bg-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat; }

.bg-parallax img {
  height: auto;
  position: absolute;
  width: auto; }

.is-touch-device {
  background-size: cover; }

.map-area {
  position: relative;
  height: 300px; }
  .map-area iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0; }

.fancybox-container {
  z-index: 999999999; }

.filter-opener {
  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;
  background: #F94116;
  color: #fff;
  text-decoration: none;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px; }
  @media (min-width: 1024px) {
    .filter-opener {
      display: none; } }

.filters-slide {
  display: none; }
  @media (min-width: 1024px) {
    .filters-slide {
      display: block; } }
  @media (max-width: 1023px) {
    .filters-slide .filters-accordion {
      border: solid 1px rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      padding: 20px 20px;
      margin: 0 0 20px; }
      .filters-slide .filters-accordion .filter {
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
        margin: 0 0 10px;
        padding-bottom: 10px; }
        .filters-slide .filters-accordion .filter:last-child {
          border-bottom: 0;
          padding-bottom: 0;
          margin-bottom: 0; } }

@media (max-width: 1023px) {
  .icons-list-bar .container {
    padding: 0; } }

.filters-accordion .opener {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  position: relative; }
  .filters-accordion .opener:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f107";
    font-family: icomoon;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .filters-accordion .opener:hover {
    color: #F94116; }

.filters-accordion .filter-options-slide {
  display: none; }

.filters-accordion .filter {
  margin: 0 0 20px; }
  .filters-accordion .filter.active .opener:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.filters-accordion .filter-options-slide-holder {
  padding: 15px 0 0;
  max-height: 300px;
  overflow-y: auto; }
  .filters-accordion .filter-options-slide-holder ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .filters-accordion .filter-options-slide-holder ul li {
      position: relative;
      padding: 0 0 5px; }
      .filters-accordion .filter-options-slide-holder ul li input {
        position: absolute;
        left: -9999px;
        top: -9999px;
        visibility: hidden; }
      .filters-accordion .filter-options-slide-holder ul li input:checked ~ label:before {
        opacity: 1; }
      .filters-accordion .filter-options-slide-holder ul li label, .filters-accordion .filter-options-slide-holder ul li a {
        display: block;
        cursor: pointer;
        position: relative;
        padding-left: 26px;
        font-size: 14px;
        color: #000;
        text-decoration: none; }
        .filters-accordion .filter-options-slide-holder ul li label .counter, .filters-accordion .filter-options-slide-holder ul li a .counter {
          float: right; }
        .filters-accordion .filter-options-slide-holder ul li label.selected:before, .filters-accordion .filter-options-slide-holder ul li a.selected:before {
          opacity: 1; }
        .filters-accordion .filter-options-slide-holder ul li label:after, .filters-accordion .filter-options-slide-holder ul li a:after {
          position: absolute;
          left: 0;
          top: 3px;
          width: 16px;
          height: 16px;
          border: solid 1px #848080;
          content: '';
          border-radius: 0;
          cursor: pointer;
          background: #fff; }
        .filters-accordion .filter-options-slide-holder ul li label:before, .filters-accordion .filter-options-slide-holder ul li a:before {
          position: absolute;
          left: 3px;
          top: 6px;
          content: '';
          width: 10px;
          height: 10px;
          background: #F94116;
          opacity: 0;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s;
          z-index: 1; }

.products-listing-header {
  padding: 0 0 20px; }
  @media (min-width: 576px) {
    .products-listing-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .products-listing-header h2 {
    margin: 0 0 8px;
    font-size: 29px; }
  @media (min-width: 576px) {
    .products-listing-header p {
      margin: 0 !important; } }
  .products-listing-header .sort-by {
    width: 100%;
    margin: 0; }
    @media (min-width: 576px) {
      .products-listing-header .sort-by {
        width: 200px; } }
    .products-listing-header .sort-by select {
      border-radius: 5px;
      height: auto;
      background-size: 38px 38px;
      padding: 8px 30px 8px 15px;
      font-size: 14px;
      line-height: 20px; }
    .products-listing-header .sort-by .woocommerce-ordering {
      margin: 0; }

.products-block {
  background: #EDEBEB;
  padding: 0 0 40px; }
  .products-block .products-holder {
    background: #fff;
    padding: 20px;
    border-radius: 6px; }
  @media (min-width: 1024px) {
    .products-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -30px; } }
  @media (min-width: 1024px) {
    .products-block .row .col {
      width: 280px;
      border-right: solid 1px rgba(0, 0, 0, 0.1);
      padding: 0 30px; } }
  @media (min-width: 1024px) {
    .products-block .row .col.large {
      border: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  .products-block .text-block {
    padding: 0; }
    .products-block .text-block .open-close .read-more {
      color: #F94116;
      font-weight: 600; }

.products-list {
  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; }
  .products-list .product-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px 30px; }
    @media (min-width: 576px) {
      .products-list .product-col {
        width: 50%; } }
    @media (min-width: 768px) {
      .products-list .product-col {
        width: 33.33%; } }
    @media (min-width: 1440px) {
      .products-list .product-col {
        width: 25%; } }
  .products-list .product {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    .products-list .product .image {
      display: block;
      height: 175px; }
      .products-list .product .image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .products-list .product .text {
      padding: 10px;
      text-align: center; }
    .products-list .product h4, .products-list .product .h4 {
      font-size: 16px; }
    .products-list .product .price {
      display: block;
      color: #F94116;
      font-size: 17px;
      font-weight: 700; }
    .products-list .product .per-brick, .products-list .product .per-brick-inc {
      display: block;
      color: #929ca8;
      font-size: 14px;
      font-weight: 700; }
    .products-list .product .btn {
      margin: 15px 0 0;
      border-radius: 5px;
      background: #F9C126;
      color: #000;
      font-size: 14px;
      min-height: inherit;
      padding: 10px 20px; }
      .products-list .product .btn:before {
        display: none; }

.content-area {
  background: #EDEBEB;
  padding: 0 0 40px; }
  .content-area .site-main {
    max-width: 1260px;
    padding: 0 20px;
    margin: 0 auto; }
    .content-area .site-main > .product {
      background: #fff;
      padding: 20px;
      border-radius: 6px; }
      @media (min-width: 1024px) {
        .content-area .site-main > .product {
          padding: 30px; } }
  @media (min-width: 1200px) {
    .content-area .site-main {
      max-width: 1100px; } }
  @media (min-width: 1360px) {
    .content-area .site-main {
      max-width: 1200px; } }
  @media (min-width: 1440px) {
    .content-area .site-main {
      max-width: 1280px; } }

.related.products h2 {
  font-size: 30px; }

.woocommerce-Tabs-panel h2 {
  display: none !important; }

.custom-product-gallery {
  width: 100%;
  float: left;
  padding: 0  0 40px; }
  @media (min-width: 1024px) {
    .custom-product-gallery {
      width: 48%; } }
  .custom-product-gallery .main-slider {
    margin: 0 0 10px; }
    .custom-product-gallery .main-slider .image {
      display: block;
      position: relative;
      padding-top: 85%; }
      .custom-product-gallery .main-slider .image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .custom-product-gallery .thumbnail-slider {
    margin: 0 -5px; }
    .custom-product-gallery .thumbnail-slider .slide {
      padding: 0 5px; }
    .custom-product-gallery .thumbnail-slider .image {
      display: block;
      position: relative;
      padding-top: 100%; }
      .custom-product-gallery .thumbnail-slider .image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .custom-product-gallery .slick-arrow {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #F94116;
    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; }

.product_meta .posted_in {
  display: block; }

.woocommerce-per-piece-price {
  color: #929ca8;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 0 0 15px; }

.table-data-sheet {
  width: 100%; }
  .table-data-sheet th, .table-data-sheet td {
    border-color: #ccc; }
    .table-data-sheet th:first-child, .table-data-sheet td:first-child {
      font-weight: 600; }
  .table-data-sheet .even td {
    background: #EDEBEB; }

@media (min-width: 576px) {
  .related.products .products-list .product-col {
    width: 50%; } }

@media (min-width: 1024px) {
  .related.products .products-list .product-col {
    width: 25%; } }

.page-my-account .woocommerce-notices-wrapper {
  display: none !important; }

.woocommerce-account:not(.logged-in) .main-ecommerce-area .container button.show-password-input {
  width: auto !important;
  margin: 0 !important; }

.hero-block {
  background: #F94116;
  padding: 50px 0;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  color: #fff; }
  @media (min-width: 768px) {
    .hero-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .hero-block {
      padding: 70px 0; } }
  .hero-block:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #242f3e;
    content: '';
    mix-blend-mode: multiply;
    opacity: 0.7; }
  .hero-block .caption-holder {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1; }
  .hero-block p {
    margin: 0; }
  .hero-block h1, .hero-block .h1 {
    font-size: 34px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .hero-block h1, .hero-block .h1 {
        font-size: 38px; } }

.contact-block .form-area, .contact-block .info-col {
  background: #fff;
  border-radius: 8px;
  padding: 30px; }

.contact-block .info-col h3 {
  font-size: 20px; }

.contact-block .contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 20px; }
  .contact-block .contact-info li {
    margin: 0 0 8px; }
    .contact-block .contact-info li a {
      color: #000;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .contact-block .contact-info li a i {
        color: #F94116;
        margin: 0 10px 0 0; }

.contact-block .map {
  position: relative;
  height: 250px;
  margin: 20px 0 0; }
  .contact-block .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.general-content {
  padding: 40px 0;
  position: relative; }
  @media (min-width: 768px) {
    .general-content {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .general-content {
      padding: 80px 0; } }
  .general-content .container {
    position: relative;
    z-index: 1; }
  .general-content a:not([class]) {
    text-decoration: underline;
    color: inherit; }
    .general-content a:not([class]):hover {
      text-decoration: none; }
  .general-content ul:not([class]) {
    margin: 0 0 25px; }
    .general-content ul:not([class]) li {
      position: relative;
      padding: 0 0 0 17px; }
      @media (min-width: 1200px) {
        .general-content ul:not([class]) li {
          padding: 0 0 0 19px; } }
      .general-content ul:not([class]) li:before {
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #F94116;
        position: absolute;
        left: 0;
        top: 9px;
        content: ''; }
        @media (min-width: 1200px) {
          .general-content ul:not([class]) li:before {
            top: 10px; } }
  .general-content ol:not([class]) {
    padding: 0 0 20px;
    counter-reset: item; }
    .general-content ol:not([class]) li {
      padding: 0 0 0 20px;
      position: relative; }
      .general-content ol:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: counters(item, ".") " ";
        counter-increment: item;
        font-weight: 700; }
  @media (min-width: 768px) {
    .general-content.reviews-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .general-content.reviews-block {
      padding: 80px 0; } }
  @media (min-width: 768px) {
    .general-content.cta-block {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .general-content.cta-block {
      padding: 60px 0; } }
  .general-content.pt-0 {
    padding-top: 0 !important; }
  .general-content.pb-0 {
    padding-bottom: 0 !important; }
  .general-content.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .general-content.bg-gray {
    background: #EDEBEB; }
  .general-content.bg-primary, .general-content.bg-secondary, .general-content.bg-info {
    background: #F94116;
    color: #fff; }
    .general-content.bg-primary h2, .general-content.bg-primary .h2, .general-content.bg-primary h6, .general-content.bg-primary .h6, .general-content.bg-secondary h2, .general-content.bg-secondary .h2, .general-content.bg-secondary h6, .general-content.bg-secondary .h6, .general-content.bg-info h2, .general-content.bg-info .h2, .general-content.bg-info h6, .general-content.bg-info .h6 {
      color: #fff; }
    .general-content.bg-primary p strong, .general-content.bg-secondary p strong, .general-content.bg-info p strong {
      color: #fff; }
    .general-content.bg-primary ul:not([class]) li:before, .general-content.bg-secondary ul:not([class]) li:before, .general-content.bg-info ul:not([class]) li:before {
      color: #F94116 !important;
      background: #fff !important; }
    .general-content.bg-primary .btn, .general-content.bg-secondary .btn, .general-content.bg-info .btn {
      color: #F94116;
      background: #fff; }
  .general-content.bg-secondary {
    background: #F9C126; }
  .general-content.bg-info {
    background: #EDEBEB; }

.twocols h2, .twocols .h2 {
  font-weight: 700;
  font-size: 30px; }
  @media (min-width: 1200px) {
    .twocols h2, .twocols .h2 {
      font-size: 38px; } }
  .twocols h2 span, .twocols .h2 span {
    color: #F9C126; }

.twocols + .twocols {
  border-top: solid 1px rgba(0, 0, 0, 0.1); }

.twocols + .twocols.bg-gray {
  border-top: 0; }

.twocols h6, .twocols .h6 {
  font-weight: 800;
  color: #757575;
  text-transform: uppercase; }

.twocols h3, .twocols .h3, .twocols h4, .twocols .h4 {
  color: #F94116; }

.twocols .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 .row {
      margin: 0 -30px; } }
  .twocols .row .col {
    width: 100%;
    padding: 0 15px 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 1360px) {
      .twocols .row .col {
        padding: 0 30px; } }
    @media (min-width: 1024px) {
      .twocols .row .col {
        width: 50%; } }
    @media (min-width: 1024px) {
      .twocols .row .col:first-child {
        width: 50%; } }
    @media (max-width: 1023px) {
      .twocols .row .col:first-child {
        padding-bottom: 30px; } }

.twocols .image, .twocols .iframe-holder {
  position: relative;
  padding-top: 80%;
  background-size: cover;
  background-position: 50% 50%; }
  .twocols .image img, .twocols .iframe-holder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .twocols .image iframe, .twocols .iframe-holder iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .twocols .image.has-video a, .twocols .iframe-holder.has-video a {
    display: block; }
    .twocols .image.has-video a:before, .twocols .iframe-holder.has-video a:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.1;
      z-index: 1;
      content: ''; }
  .twocols .image .image-inner, .twocols .iframe-holder .image-inner {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .twocols .image .image-inner img, .twocols .iframe-holder .image-inner img {
      position: static; }

.twocols .iframe-holder {
  margin-bottom: 0; }
  .twocols .iframe-holder:before {
    display: none; }
  @media (max-width: 1023px) {
    .twocols .iframe-holder {
      padding-top: 56.2%; } }

.twocols .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #F94116;
  font-size: 80px;
  z-index: 1;
  width: 80px;
  height: 80px;
  background: #F94116;
  border-radius: 100%; }
  .twocols .btn-play:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
    margin-left: 3px;
    content: ''; }

.twocols.reverse-order .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.twocols .image-gallery {
  position: relative;
  /*&:before {
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			content: '';
			border: solid 12px $primary;
			z-index: 1;
		}*/ }
  .twocols .image-gallery .slick-arrow {
    width: 50px;
    height: 50px;
    background: #F94116;
    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; }

@media (min-width: 576px) {
  .twocols.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.check-list ul:not([class]) {
  font-weight: 500; }
  .twocols.check-list ul:not([class]) li {
    padding: 0 0 14px 45px; }
    .twocols.check-list ul:not([class]) li:before {
      top: -2px;
      width: 30px;
      height: 30px;
      background: #F94116;
      content: '\f00c';
      font-family: icomoon;
      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; }

.twocols.check-list.bg-primary ul:not([class]) li:before {
  background: #fff;
  color: #F94116; }

.twocols.v-middle .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.twocols + .our-accreditations {
  border-top: solid 1px rgba(0, 0, 0, 0.1); }

.twocols p strong, .twocols ul:not([class]) strong {
  color: #F94116; }

.twocols.bg-primary p strong, .twocols.bg-primary ul:not([class]) strong {
  color: #fff; }

.twocols.boxed .row {
  background: #242f3e;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
  padding: 30px; }
  .twocols.boxed .row .col {
    width: 60%;
    padding: 0; }
    .twocols.boxed .row .col:nth-child(2) {
      width: 40%;
      padding: 0 40px 0 0; }
  .twocols.boxed .row .read-more {
    color: #F9C126; }

.twocols.pb-0 + .twocols.pt-0 {
  border-top: 0; }

.gallery-grid {
  text-align: center; }
  .gallery-grid h2, .gallery-grid .h2 {
    font-size: 25px;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .gallery-grid h2, .gallery-grid .h2 {
        font-size: 30px; } }
    @media (min-width: 1200px) {
      .gallery-grid h2, .gallery-grid .h2 {
        font-size: 38px;
        margin: 0 0 40px; } }
  .gallery-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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px; }
    .gallery-grid .row .col {
      width: 50%;
      padding: 0 5px 10px; }
      @media (min-width: 768px) {
        .gallery-grid .row .col {
          width: 25%; } }
  .gallery-grid .image {
    display: block;
    width: 100%;
    padding-top: 65%;
    position: relative; }
    .gallery-grid .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .gallery-grid .btn {
    margin-top: 30px; }

.video-block {
  text-align: center; }
  .video-block .iframe-video {
    padding-top: 56.2%;
    position: relative;
    margin-top: 40px; }
    .video-block .iframe-video iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .video-block .text {
    max-width: 1100px;
    margin: 0 auto; }

.open-close {
  margin: 0 0 30px; }
  .open-close .text-slide {
    display: none; }
  .open-close .read-more {
    font-weight: 500;
    color: #F94116;
    text-decoration: none; }
    .open-close .read-more em {
      font-style: normal;
      display: none; }
  .open-close.text-slide-active .read-more span {
    display: none; }
  .open-close.text-slide-active .read-more em {
    display: inline; }
  .open-close.additional {
    text-align: center;
    margin: 0; }

.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.bg-gray {
    background: #EDEBEB; }
  .logos-grid .container {
    position: relative;
    z-index: 1; }
  .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; }
  .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: 100%;
      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: 33.33%; } }
      @media (min-width: 1200px) {
        .logos-grid .accreditations-grid li {
          width: 25%; } }
      @media (min-width: 1360px) {
        .logos-grid .accreditations-grid li {
          width: 20%; } }
    .logos-grid .accreditations-grid a {
      text-decoration: none; }
    .logos-grid .accreditations-grid .logo-holder {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-radius: 10px;
      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;
      -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: 150px; } }
      .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: 140px;
            max-height: 100px; } }
        @media (min-width: 1024px) {
          .logos-grid .accreditations-grid .image-holder img {
            max-width: 180px;
            max-height: 120px; } }
    .logos-grid .accreditations-grid .title {
      background: #242f3e;
      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;
      font-weight: 600;
      line-height: 18px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 1024px) {
        .logos-grid .accreditations-grid .title {
          font-size: 16px;
          line-height: 22px; } }
/*# sourceMappingURL=style.css.map */