/*
Theme Name: RhED
Author: Anonymous
Author URI:
Version: 1
Description: RhED theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: RhED
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; }

.default-two-columns #sidebar .menu, .default-two-columns #content ul, .single-two-columns #sidebar .widget_recent_entries ul, .faq-holder .accordion .slide ul, .faq-holder .accordion, .breadcrumbs, #footer .add-footer-nav, #footer .social-block ul, #footer .footer-nav ul, #footer .footer-nav, #nav, .add-nav, .nav-holder .add-mobile-nav, .nav-holder .social-networks, #header .drop-holder .add_menu_items, #header .drop-holder .drop-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.address-block .top-holder:after, .address-block .row:after, .single-two-columns #sidebar .widget_recent_entries ul a:after, #footer .footer-info:after, .container:after, .navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, dl:after, .clearfix: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: #4a4a4a;
  background: #f7f5f3;
  font: 16px/1.2 "Interstate", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

th, td {
  border: 1px solid #999;
  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%; }

*:active, *:focus {
  outline: 0; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #4a4a4a; }
  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,
  textarea::-webkit-input-placeholder {
    color: #999; }
  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,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  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,
  textarea:-moz-placeholder {
    color: #999; }
  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,
  textarea:-ms-input-placeholder {
    color: #999; }
  input.placeholder[type='text'],
  input.placeholder[type='tel'],
  input.placeholder[type='email'],
  input.placeholder[type='search'],
  input.placeholder[type='password'],
  textarea.placeholder {
    color: #999; }

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

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

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

.gform_wrapper textarea,
.gform_wrapper select,
.gform_wrapper input {
  border: 1px solid #e5e5e5; }

.gform_wrapper input[type="text"] {
  line-height: 30px; }

.gform_wrapper ul.gfield_checkbox li {
  display: flex; }
  .gform_wrapper ul.gfield_checkbox li input {
    margin-top: 2px !important;
    margin-right: 6px; }

.gform_wrapper ul.gform_fields {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .gform_wrapper ul.gform_fields li {
    padding-left: 0 !important; }
    .gform_wrapper ul.gform_fields li:after {
      display: none !important; }

.gform_wrapper .ginput_container_date {
  display: flex;
  align-items: center; }
  .gform_wrapper .ginput_container_date input.hasDatepicker {
    margin-right: 10px !important; }

.gform_wrapper .gfield_time_ampm select {
  height: 44px;
  background: none; }

.gform_wrapper div.validation_error {
  border: 0 !important;
  text-align: left !important;
  color: #d0021b !important; }

.gform_wrapper li.gfield.gfield_error {
  border: 0 !important;
  background: none !important;
  margin-right: 0 !important; }

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #4a4a4a !important; }

.gform_wrapper .gfield_error .gfield_label {
  color: #d0021b !important; }

.gform_wrapper .validation_message {
  color: #d0021b !important;
  padding-top: 0 !important; }

.gform_wrapper li.gfield_error
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border-color: #d0021b !important; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  padding: 18px 57px;
  border: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 30px;
  background: #d0021b;
  color: #fff; }

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

@media (max-width: 767px) {
  .not-found-block {
    padding: 20px; } }

.wp-block-table {
  margin: 0 0 10px; }
  .wp-block-table table {
    table-layout: fixed; }
  .wp-block-table th,
  .wp-block-table td {
    border: 1px solid #f2f2f2;
    padding: 15px; }
  .wp-block-table th {
    background: #d0021b;
    color: #fff;
    border-color: #d0021b; }

.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 {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #d0021b;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

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

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 1024px) {
    .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.2em; }

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

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

.navigation,
.navigation-comments {
  position: relative;
  padding: 59px 0 33px; }
  @media (max-width: 1023px) {
    .navigation,
    .navigation-comments {
      padding: 21px 0 41px; } }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .nav-links,
  .navigation-comments .nav-links {
    display: flex;
    justify-content: center;
    align-items: center; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    display: flex;
    color: #a7a7a7;
    justify-content: center;
    align-items: center;
    margin: 0 2px; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        width: 44px;
        height: 44px; } }
    @media (min-width: 1024px) {
      .navigation .page-numbers:hover,
      .navigation-comments .page-numbers:hover {
        color: #d0021b; } }
    .navigation .page-numbers.current,
    .navigation-comments .page-numbers.current {
      color: #fff;
      background: #d0021b; }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid #bbb;
    text-indent: -9999px;
    overflow: hidden;
    position: relative; }
    .navigation .next:after,
    .navigation .prev:after,
    .navigation-comments .next:after,
    .navigation-comments .prev:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -5px 0 0 -7px;
      width: 10px;
      height: 10px;
      border: solid #adabaa;
      border-width: 0 2px 2px 0;
      transform: rotate(-45deg); }
      @media (max-width: 767px) {
        .navigation .next:after,
        .navigation .prev:after,
        .navigation-comments .next:after,
        .navigation-comments .prev:after {
          width: 7px;
          height: 7px;
          margin: -3px 0 0 -5px; } }
    @media (min-width: 1024px) {
      .navigation .next:hover,
      .navigation .prev:hover,
      .navigation-comments .next:hover,
      .navigation-comments .prev:hover {
        background: #d0021b; }
        .navigation .next:hover:after,
        .navigation .prev:hover:after,
        .navigation-comments .next:hover:after,
        .navigation-comments .prev:hover:after {
          border-color: #fff; } }
  .navigation .prev:after,
  .navigation-comments .prev:after {
    transform: rotate(135deg);
    margin: -5px 0 0 -4px; }
    @media (max-width: 767px) {
      .navigation .prev:after,
      .navigation-comments .prev:after {
        margin: -3px 0 0 -3px; } }
.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #d0021b;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 1023px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

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

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

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

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

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 34px; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 24px; } }
h2, .h2 {
  font-size: 28px; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 20px; } }
h3, .h3 {
  font-size: 24px; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 14px; } }
h4, .h4 {
  font-size: 21px; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 14px; } }
h5, .h5 {
  font-size: 17px; }
  @media (max-width: 767px) {
    h5, .h5 {
      font-size: 14px; } }
h6, .h6 {
  font-size: 15px; }
  @media (max-width: 767px) {
    h6, .h6 {
      font-size: 14px; } }
p {
  margin: 0 0 1em; }
  p:last-child {
    margin: 0; }
  p a {
    text-decoration: underline; }
    @media (min-width: 1024px) {
      p a:hover {
        text-decoration: none; } }
a {
  color: #d0021b;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: 'Interstate';
  src: url("fonts/Interstate-Bold.woff2") format("woff2"), url("fonts/Interstate-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Interstate';
  src: url("fonts/Interstate-Regular.woff2") format("woff2"), url("fonts/Interstate-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

a,
button,
input[type="submit"] {
  transition: color 0.3s, opacity 0.3s, border-color 0.3s, background 0.3s; }

body {
  /*&.nav-active{
		overflow: hidden;
	}*/ }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }
.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto; }

#wrapper {
  overflow: hidden; }

#header {
  background: #fff;
  position: relative;
  z-index: 100; }
  @media (max-width: 1023px) {
    #header {
      padding: 15px 0; } }
  #header .container {
    max-width: 1440px; }
  #header .logo {
    float: left;
    width: 136px;
    margin: 31px 0 0 31px; }
    @media (max-width: 1299px) {
      #header .logo {
        margin: 30px 0 0; } }
    @media (max-width: 1023px) {
      #header .logo {
        width: 100px;
        margin: 0; } }
    @media (max-width: 767px) {
      #header .logo {
        width: 55px;
        margin: 0 0 0 -9px; } }
    #header .logo img {
      width: 100%; }
  #header .hover .drop-holder {
    opacity: 1;
    pointer-events: auto; }
    @media (max-width: 1023px) {
      #header .hover .drop-holder {
        left: 0; } }
  #header .drop-holder {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1200px;
    margin: 0 0 0 -600px;
    background: #fbfbfb;
    transition: opacity 0.3s, left 0.3s;
    opacity: 0;
    pointer-events: none; }
    @media (max-width: 1199px) {
      #header .drop-holder {
        margin: 0;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%; } }
    @media (max-width: 1023px) {
      #header .drop-holder {
        top: 0;
        bottom: 0;
        height: 100%;
        background: #fff;
        overflow: auto; } }
    #header .drop-holder .back-btn {
      display: none;
      background: #f8f8f8;
      padding: 20px 37px;
      font-size: 14px;
      line-height: 1.2;
      position: relative; }
      #header .drop-holder .back-btn:after {
        position: absolute;
        content: "";
        top: 16px;
        left: 10px;
        width: 25px;
        height: 25px;
        background: url(images/utility-arrow-right.svg) no-repeat 50% 50%/25px 25px;
        transform: rotate(-180deg); }
      @media (max-width: 1023px) {
        #header .drop-holder .back-btn {
          display: block; } }
    #header .drop-holder .drop-list {
      position: relative; }
      @media (max-width: 1023px) {
        #header .drop-holder .drop-list {
          background: #fff;
          z-index: 1; } }
      @media (min-width: 1024px) {
        #header .drop-holder .drop-list {
          float: right;
          width: 66.4%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          padding: 10px 28px 21px; }
          #header .drop-holder .drop-list:after {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            right: 0;
            background: #fbfbfb;
            height: 25px;
            pointer-events: none; } }
      @media (max-width: 1023px) {
        #header .drop-holder .drop-list {
          padding: 0 20px; } }
      @media (min-width: 1024px) {
        #header .drop-holder .drop-list li {
          width: 49.1%;
          border-bottom: 1px solid #e8e2db; }
          #header .drop-holder .drop-list li:nth-child(even) {
            width: 45%; } }
      @media (max-width: 1023px) {
        #header .drop-holder .drop-list li {
          border-bottom: 1px solid #e8e2db; } }
      #header .drop-holder .drop-list li.active > a {
        color: #5e0226; }
        #header .drop-holder .drop-list li.active > a:after {
          border-color: #d0021b; }
      #header .drop-holder .drop-list li a {
        display: block;
        padding: 19px 30px 19px 0;
        color: #4a4a4a;
        font-size: 16px;
        line-height: 1.2;
        position: relative; }
        @media (max-width: 1023px) {
          #header .drop-holder .drop-list li a {
            font-size: 14px;
            padding: 20px 30px 20px 0; } }
        @media (min-width: 1024px) {
          #header .drop-holder .drop-list li a:after {
            position: absolute;
            content: "";
            top: 23px;
            right: 7px;
            width: 11px;
            height: 11px;
            border: solid #cbcbcb;
            border-width: 0 2px 2px 0;
            transform: rotate(-45deg);
            transition: border-color 0.3s; }
          #header .drop-holder .drop-list li a:hover {
            color: #5e0226; }
            #header .drop-holder .drop-list li a:hover:after {
              border-color: #d0021b; } }
    #header .drop-holder .add_menu_items {
      background: #d0021b;
      display: none; }
      @media (min-width: 1024px) {
        #header .drop-holder .add_menu_items {
          float: left;
          width: 33.6%;
          display: block; } }
      #header .drop-holder .add_menu_items a {
        display: block;
        padding: 44px 26%;
        position: relative;
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 700;
        border-bottom: 1px solid #c40218; }
        #header .drop-holder .add_menu_items a:last-child {
          border: none; }
        #header .drop-holder .add_menu_items a:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 33px;
          width: 10px;
          height: 10px;
          border: solid #a80216;
          border-width: 0 2px 2px 0;
          transform: rotate(-45deg) translateY(-50%); }
        #header .drop-holder .add_menu_items a.active {
          background: #560000; }
          #header .drop-holder .add_menu_items a.active:after {
            border-color: #fff; }
        @media (min-width: 1024px) {
          #header .drop-holder .add_menu_items a:hover {
            background: #560000; }
            #header .drop-holder .add_menu_items a:hover:after {
              border-color: #fff; } }
      #header .drop-holder .add_menu_items img {
        width: 33px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 31px; }
  #header .no-red-panel .add_menu_items {
    display: none; }
  @media (min-width: 1024px) {
    #header .no-red-panel .drop-list {
      width: 100%; } }
  @media (min-width: 1024px) {
    #header .no-red-panel .drop-list li {
      width: 30% !important; } }
.search-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 10px;
  background: #560000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }
  .search-active .search-drop {
    opacity: 1;
    pointer-events: auto; }
  .search-drop form {
    position: relative;
    max-width: 800px;
    margin: 0 auto; }
  .search-drop input:not([type="submit"]) {
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
    padding: 21px 55px 21px 25px;
    border-radius: 30px;
    color: #a8a8a8;
    border: none;
    height: auto;
    background: #fff; }
    @media (max-width: 767px) {
      .search-drop input:not([type="submit"]) {
        font-size: 11px;
        padding: 15px 40px 15px 21px; } }
  .search-drop input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 73px;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    background: url(images/utility-arrow-right.svg) no-repeat 50% 50%/24px 24px; }
    @media (max-width: 767px) {
      .search-drop input[type="submit"] {
        background-size: 17px 17px;
        width: 55px; } }
.lang-holder {
  float: right; }
  @media (max-width: 1023px) {
    .lang-holder {
      float: none;
      padding: 15px 20px 0; } }
  .lang-holder #flags {
    display: none; }
    @media (max-width: 1023px) {
      .lang-holder #flags {
        display: block; } }
    .lang-holder #flags a {
      width: 30px !important; }
  .lang-holder #google_language_translator select {
    width: 131px !important;
    margin: 0 -4px 0 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    font: 14px/1.2 "Interstate", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: -0.5px;
    box-shadow: none !important;
    border-radius: 0 !important; }
    @media (max-width: 1023px) {
      .lang-holder #google_language_translator select {
        display: none; } }
.mobile-search-opener {
  display: none;
  background: url(images/utility-search.svg) no-repeat 50% 50%;
  width: 30px;
  height: 30px;
  float: right;
  margin: 16px 20px 0 0; }
  @media (max-width: 1023px) {
    .mobile-search-opener {
      display: block; } }
  @media (max-width: 767px) {
    .mobile-search-opener {
      width: 20px;
      height: 20px;
      margin: 8px 16px 0 0; } }
.search-opener {
  float: right;
  clear: right;
  background: url(images/utility-search.svg) no-repeat 50% 50%;
  width: 97px;
  height: 23px;
  cursor: pointer; }
  @media (max-width: 1199px) {
    .search-opener {
      width: 50px; } }
  @media (max-width: 1023px) {
    .search-opener {
      display: none; } }
.nav-opener {
  float: right;
  width: 35px;
  height: 30px;
  position: relative;
  margin: 16px 0 0;
  display: none; }
  @media (max-width: 1023px) {
    .nav-opener {
      display: block; } }
  @media (max-width: 767px) {
    .nav-opener {
      margin: 11px 0 0;
      width: 15px;
      height: 15px; } }
  .nav-opener:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 4px;
    background: #4a4a4a;
    transition: transform 0.3s; }
    @media (max-width: 767px) {
      .nav-opener:before {
        height: 2px; } }
    .nav-active .nav-opener:before {
      transform: rotate(45deg);
      margin: 12px 0 0; }
      @media (max-width: 767px) {
        .nav-active .nav-opener:before {
          margin: 7px 0 0; } }
  .nav-opener span {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 4px;
    background: #4a4a4a;
    transition: opacity 0.3s; }
    @media (max-width: 767px) {
      .nav-opener span {
        height: 2px;
        top: 6px; } }
    .nav-active .nav-opener span {
      opacity: 0; }
  .nav-opener:after {
    position: absolute;
    content: "";
    top: 25px;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 4px;
    background: #4a4a4a;
    transition: transform 0.3s; }
    @media (max-width: 767px) {
      .nav-opener:after {
        height: 2px;
        top: 12px; } }
    .nav-active .nav-opener:after {
      transform: rotate(-45deg);
      margin: -13px 0 0; }
      @media (max-width: 767px) {
        .nav-active .nav-opener:after {
          margin: -5px 0 0; } }
.nav-holder {
  float: right;
  width: 74.2%; }
  @media (max-width: 1299px) {
    .nav-holder {
      width: 80%; } }
  @media (max-width: 1023px) {
    .nav-holder {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      padding: 0 0 30px;
      float: none;
      width: 100%;
      border-top: 1px solid #ebebeb;
      background: #fff;
      display: flex;
      flex-direction: column;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s;
      overflow: hidden; }
      .nav-active .nav-holder {
        opacity: 1;
        pointer-events: auto; } }
  @media (min-width: 1024px) {
    .nav-holder .top-holder {
      float: right;
      clear: right;
      display: flex;
      padding: 22px 22px 16px 34px;
      border-radius: 0 0 0 29px;
      background: #f7f5f3;
      margin: 0 0 31px;
      position: relative; }
      .nav-holder .top-holder:after {
        position: absolute;
        content: "";
        top: 0;
        left: 100%;
        bottom: 0;
        width: 999px;
        background: #f7f5f3; } }
  @media (max-width: 1023px) {
    .nav-holder .top-holder {
      order: 2; } }
  .nav-holder .social-networks {
    float: right;
    display: flex;
    align-items: center;
    padding: 0 44px;
    position: relative;
    order: 3; }
    @media (max-width: 1199px) {
      .nav-holder .social-networks {
        padding: 0 20px; } }
    @media (max-width: 1023px) {
      .nav-holder .social-networks {
        float: none;
        padding: 23px 20px; } }
    @media (min-width: 1024px) {
      .nav-holder .social-networks:after {
        position: absolute;
        content: "";
        top: 2px;
        left: 0;
        height: 18px;
        width: 2px;
        background: #d8d8d8; }
      .nav-holder .social-networks:before {
        position: absolute;
        content: "";
        top: 2px;
        right: 0;
        height: 18px;
        width: 2px;
        background: #d8d8d8; } }
    .nav-holder .social-networks li {
      margin: 0 37px 0 0; }
      @media (max-width: 1199px) {
        .nav-holder .social-networks li {
          margin: 0 20px 0 0; } }
      .nav-holder .social-networks li:last-child {
        margin: 0; }
      .nav-holder .social-networks li a {
        font-size: 21px;
        line-height: 1;
        color: #999999; }
        @media (max-width: 1023px) {
          .nav-holder .social-networks li a {
            font-size: 16px; } }
        @media (min-width: 1024px) {
          .nav-holder .social-networks li a:hover {
            color: #d0021b; } }
  .nav-holder .add-mobile-nav {
    display: none;
    background: #d0021b;
    order: 3; }
    @media (max-width: 1023px) {
      .nav-holder .add-mobile-nav {
        display: block; } }
    .nav-holder .add-mobile-nav a {
      color: #fff;
      position: relative;
      padding: 27px 75px;
      display: block;
      border-bottom: 1px solid #a80115; }
      .nav-holder .add-mobile-nav a:last-child {
        border: none; }
      .nav-holder .add-mobile-nav a.active {
        background: #560000; }
        .nav-holder .add-mobile-nav a.active:after {
          border-color: #fff; }
      .nav-holder .add-mobile-nav a:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 21px;
        width: 10px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg) translateY(-50%); }
      .nav-holder .add-mobile-nav a img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 18px;
        width: 26px; }

.add-nav {
  display: flex; }
  @media (max-width: 1023px) {
    .add-nav {
      display: block;
      padding: 0 20px; } }
  @media (max-width: 1023px) {
    .add-nav li {
      border-bottom: 1px solid #e8e2db; } }
  @media (min-width: 1024px) {
    .add-nav li {
      padding: 0 56px 0 0;
      position: relative; }
      .add-nav li:after {
        position: absolute;
        content: "";
        top: 7px;
        right: 22px;
        width: 3px;
        height: 3px;
        background: #d0021b;
        border-radius: 2px; } }
  .add-nav li.active a {
    color: #d0021b; }
  .add-nav li a {
    display: block;
    color: #000;
    opacity: 0.75;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.7px; }
    @media (max-width: 1023px) {
      .add-nav li a {
        padding: 21px 20px 21px 0; } }
    @media (min-width: 1024px) {
      .add-nav li a:hover {
        color: #d0021b; } }
#nav {
  float: left;
  display: flex;
  justify-content: space-between;
  width: 64%;
  margin: -3px 0 0; }
  @media (max-width: 1199px) {
    #nav {
      width: 75%; } }
  @media (max-width: 1023px) {
    #nav {
      order: 1;
      width: 100%;
      float: none;
      display: block;
      padding: 0 20px; } }
  #nav > li {
    padding: 0 20px 45px 0; }
    @media (max-width: 1023px) {
      #nav > li {
        border-bottom: 1px solid #e8e2db;
        padding: 0; } }
    #nav > li.menu-item-has-children > a {
      position: relative; }
      @media (min-width: 1024px) {
        #nav > li.menu-item-has-children > a {
          padding: 0 30px 0 0; } }
      #nav > li.menu-item-has-children > a:after {
        position: absolute;
        content: "";
        top: -1px;
        right: -4px;
        width: 25px;
        height: 25px;
        background: url(images/utility-arrow-down.svg) no-repeat 50% 50%/cover;
        transition: transform 0.3s; }
        @media (max-width: 1023px) {
          #nav > li.menu-item-has-children > a:after {
            transform: rotate(-90deg);
            top: 17px;
            right: -8px;
            width: 24px;
            height: 24px; } }
    @media (min-width: 1024px) {
      #nav > li.hover > a {
        color: #d0021b; }
        #nav > li.hover > a:after {
          transform: rotate(-180deg); } }
    #nav > li.active > a {
      color: #d0021b; }
    #nav > li > a {
      display: inline-block;
      vertical-align: top;
      color: #000;
      font-size: 18px;
      font-weight: 700; }
      @media (max-width: 1023px) {
        #nav > li > a {
          padding: 21px 20px 21px 0;
          display: block;
          font-size: 14px;
          line-height: 1.2;
          font-weight: normal;
          color: #4a4a4a; } }
.intro-home {
  position: relative;
  overflow: hidden; }
  .intro-home .container {
    width: 100%; }
  .intro-home img {
    width: 100%; }
  .intro-home .mobile-img {
    display: none; }
    @media (max-width: 767px) {
      .intro-home .mobile-img {
        display: block; } }
  .intro-home .desktop-img {
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1199px) {
      .intro-home .desktop-img {
        height: 550px; } }
    @media (max-width: 1023px) {
      .intro-home .desktop-img {
        height: 400px; } }
    @media (max-width: 767px) {
      .intro-home .desktop-img {
        display: none; } }
  .intro-home .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0 67px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .intro-home .holder {
        display: block;
        padding: 19px 6px 67px; } }
  .intro-home .text-holder {
    max-width: 600px;
    font-size: 18px;
    line-height: 30px;
    color: #fff; }
    @media (max-width: 767px) {
      .intro-home .text-holder {
        font-size: 12px;
        line-height: 20px; } }
  .intro-home h1 {
    margin: 0 0 53px;
    font-size: 50px;
    line-height: 1;
    max-width: 500px;
    color: #fff; }
    @media (max-width: 1023px) {
      .intro-home h1 {
        margin: 0 0 20px;
        font-size: 35px; } }
    @media (max-width: 767px) {
      .intro-home h1 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 10px; } }
    .intro-home h1 span {
      color: #fff; }
  .intro-home p {
    margin: 0 0 26px; }
    @media (max-width: 1023px) {
      .intro-home p {
        margin: 0 0 15px; } }
    @media (max-width: 767px) {
      .intro-home p {
        margin: 0 0 9px; } }
.link-more {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  padding: 0 0 0 26px;
  position: relative; }
  @media (max-width: 767px) {
    .link-more {
      font-size: 14px;
      padding: 0 0 0 20px; } }
  .link-more:after {
    position: absolute;
    content: "";
    top: 3px;
    left: -9px;
    width: 30px;
    height: 30px;
    transition: left 0.2s;
    background: url(images/utility-arrow-right.svg) no-repeat 50% 50%/cover; }
    @media (max-width: 767px) {
      .link-more:after {
        width: 20px;
        height: 20px;
        top: 2px;
        left: -5px; } }
  .link-more span {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #d8d8d8; }
    @media (max-width: 767px) {
      .link-more span {
        padding: 3px 0; } }
  @media (min-width: 1024px) {
    .link-more:hover:after {
      left: -5px; } }
.exit-button {
  position: fixed;
  top: 50%;
  right: -6px;
  width: 96px;
  transform: translateY(-50%);
  transition: right 0.3s;
  z-index: 100; }
  @media (max-width: 1023px) {
    .exit-button {
      width: 67px; } }
  .exit-button img {
    width: 100%; }
  @media (min-width: 1024px) {
    .exit-button:hover {
      right: -25px; } }
.home-pages {
  position: relative;
  margin: -50px 0 110px; }
  @media (max-width: 1023px) {
    .home-pages {
      margin: -50px 0 50px; } }
  @media (max-width: 767px) {
    .home-pages {
      margin: 0;
      padding: 25px 0 13px; } }
  .home-pages .col-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .home-pages .col-holder {
        display: block; } }
  .home-pages .col {
    width: 32.5%;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08); }
    @media (max-width: 767px) {
      .home-pages .col {
        width: 100%;
        margin: 0 0 7px; } }
    @media (min-width: 1024px) {
      .home-pages .col:hover .ico-holder img {
        transform: scale(1.5); } }
  .home-pages .ico-holder {
    background: #d0021b;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .home-pages .ico-holder {
        width: 72px;
        height: 72px; } }
    .home-pages .ico-holder img {
      max-width: 40px;
      transition: transform 0.3s; }
      @media (max-width: 767px) {
        .home-pages .ico-holder img {
          max-width: 30px; } }
  .home-pages strong {
    width: 74%;
    text-align: center;
    color: #d0021b;
    padding: 0 10px;
    font-size: 20px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .home-pages strong {
        font-size: 14px; } }
  .home-pages .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.home-blocks {
  font-size: 18px;
  line-height: 35px;
  color: #fff; }
  @media (max-width: 1023px) {
    .home-blocks {
      line-height: 25px; } }
  @media (max-width: 767px) {
    .home-blocks {
      font-size: 12px;
      line-height: 20px; } }
  .home-blocks .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .home-blocks .container:after {
      display: none; }
    @media (max-width: 767px) {
      .home-blocks .container {
        flex-direction: column-reverse; } }
  .home-blocks .row-holder {
    width: 48.8%; }
    @media (max-width: 767px) {
      .home-blocks .row-holder {
        width: 100%; } }
  .home-blocks .row {
    margin: 0 0 32px;
    min-height: 255px;
    padding: 39px 37px;
    position: relative; }
    @media (max-width: 1023px) {
      .home-blocks .row {
        padding: 20px;
        min-height: 200px; } }
    @media (max-width: 767px) {
      .home-blocks .row {
        padding: 14px 21px;
        min-height: 44.4vw;
        margin: 0 0 20px; } }
    @media (min-width: 1024px) {
      .home-blocks .row {
        transition: transform 0.3s; }
        .home-blocks .row:hover {
          transform: scale(1.05); } }
    .home-blocks .row:last-child {
      margin: 0; }
  .home-blocks h2 {
    margin: 0 0 15px;
    padding: 0 0 29px;
    position: relative;
    font-size: 25px; }
    @media (max-width: 1023px) {
      .home-blocks h2 {
        padding: 0 0 22px;
        margin: 0 0 19px; } }
    @media (max-width: 767px) {
      .home-blocks h2 {
        font-size: 14px; } }
    .home-blocks h2:after {
      position: absolute;
      content: "";
      left: 3px;
      bottom: 0;
      width: 50px;
      height: 2px;
      background: #d0021b; }
  .home-blocks p {
    margin: 0 0 13px; }
    @media (max-width: 767px) {
      .home-blocks p {
        margin: 0; } }
  .home-blocks .link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .home-blocks .big-block {
    width: 48.7%;
    padding: 41px 80px 41px 53px; }
    @media (max-width: 1023px) {
      .home-blocks .big-block {
        padding: 25px; } }
    @media (max-width: 767px) {
      .home-blocks .big-block {
        width: 100%;
        padding: 14px 21px;
        min-height: 86.1vw;
        margin: 0 0 20px; } }
    @media (min-width: 1024px) {
      .home-blocks .big-block {
        transition: transform 0.3s; }
        .home-blocks .big-block:hover {
          transform: scale(1.05); }
        .home-blocks .big-block h2 {
          padding: 0 0 32px; } }
    @media (max-width: 767px) {
      .home-blocks .big-block p {
        margin: 0 0 8px; } }
    .home-blocks .big-block .link-more {
      color: #fff; }
      .home-blocks .big-block .link-more span {
        border-color: #68625a; }
  .home-blocks.home-blocks--bottom .row-holder {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 769px) {
      .home-blocks.home-blocks--bottom .row-holder {
        flex-direction: row;
        justify-content: space-between; } }
    .home-blocks.home-blocks--bottom .row-holder .row {
      width: 48.8%;
      margin-top: 32px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .home-blocks.home-blocks--bottom .row-holder .row {
          width: 100%;
          margin-top: 20px; } }
.services-block {
  padding: 254px 0 298px;
  text-align: center; }
  @media (max-width: 1023px) {
    .services-block {
      padding: 200px 0; } }
  @media (max-width: 767px) {
    .services-block {
      background-size: 247px !important;
      padding: 99px 0 103px; } }
  .services-block .container {
    max-width: 650px; }
  .services-block .sub-title {
    display: block;
    font-size: 18px;
    margin: 0 0 33px;
    color: #000;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .services-block .sub-title {
        font-size: 12px;
        margin: 0 0 22px; } }
  .services-block h2 {
    margin: 0 0 41px;
    font-size: 34px;
    line-height: 1;
    color: #5e0226; }
    @media (max-width: 767px) {
      .services-block h2 {
        font-size: 18px;
        margin: 0 0 28px; } }
    .services-block h2 span {
      color: #d0021b; }

.instagram-feed-holder .sbi_item {
  width: 20% !important; }
  @media (max-width: 767px) {
    .instagram-feed-holder .sbi_item {
      width: 33.33% !important; }
      .instagram-feed-holder .sbi_item:nth-child(4), .instagram-feed-holder .sbi_item:nth-child(5) {
        display: none !important; } }
.instagram-feed-holder #sbi_load {
  display: none !important; }

#footer {
  padding: 82px 0;
  background: #560000;
  color: #fff; }
  @media (max-width: 1023px) {
    #footer {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    #footer {
      padding: 22px 0; } }
  #footer a {
    color: #fff; }
  #footer .back-btn {
    display: none; }
  #footer .footer-nav {
    float: left;
    width: 51%;
    margin: 0 0 18px; }
    @media (max-width: 767px) {
      #footer .footer-nav {
        display: none; } }
    #footer .footer-nav > li {
      float: left;
      width: 50%; }
      #footer .footer-nav > li.title-item > a {
        pointer-events: none; }
      #footer .footer-nav > li > a {
        display: block;
        margin: 0 0 22px;
        font-size: 18px;
        line-height: 1.2;
        font-weight: bold; }
      #footer .footer-nav > li > a[href^="#"] {
        pointer-events: none; }
    #footer .footer-nav ul {
      margin: 0 0 34px; }
      #footer .footer-nav ul li {
        margin: 0 0 14px; }
        #footer .footer-nav ul li:last-child {
          margin: 0; }
        #footer .footer-nav ul li.active a {
          color: #fff; }
        #footer .footer-nav ul li a {
          color: #ccb2b2;
          display: inline-block;
          vertical-align: top;
          font-size: 14px;
          line-height: 1.2; }
          @media (min-width: 1024px) {
            #footer .footer-nav ul li a:hover {
              color: #fff; } }
  #footer .footer-holder {
    float: right;
    width: 40.2%;
    margin: 0 0 40px; }
    @media (max-width: 1023px) {
      #footer .footer-holder {
        width: 45%; } }
    @media (max-width: 767px) {
      #footer .footer-holder {
        float: none;
        width: 100%;
        margin: 0 0 30px; } }
  #footer .subscribe-holder {
    padding: 1px 0 37px; }
    @media (max-width: 767px) {
      #footer .subscribe-holder {
        padding: 1px 0 24px; } }
    #footer .subscribe-holder h3 {
      margin: 0 0 29px;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 1.2; }
      @media (max-width: 767px) {
        #footer .subscribe-holder h3 {
          font-size: 12px;
          margin: 0 0 14px; } }
    #footer .subscribe-holder form {
      position: relative;
      margin: 0; }
      @media (max-width: 767px) {
        #footer .subscribe-holder form {
          max-width: 230px; } }
      #footer .subscribe-holder form p {
        margin: 0; }
      #footer .subscribe-holder form br {
        display: none; }
      #footer .subscribe-holder form .parsley-errors-list,
      #footer .subscribe-holder form .mailpoet_validate_success {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
        padding: 5px 0 0;
        margin: 0; }
      #footer .subscribe-holder form .mailpoet_validate_success {
        color: #fff; }
    #footer .subscribe-holder input:not([type="submit"]) {
      width: 100% !important;
      font-size: 16px;
      line-height: 1.3;
      padding: 21px 55px 21px 25px;
      border-radius: 30px;
      color: #a8a8a8;
      border: none;
      background: #fff; }
      @media (max-width: 767px) {
        #footer .subscribe-holder input:not([type="submit"]) {
          font-size: 11px;
          padding: 15px 40px 15px 21px; } }
    #footer .subscribe-holder input[type="submit"] {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 0;
      width: 73px;
      height: 90px;
      text-indent: -9999px;
      overflow: hidden;
      border: none;
      background: url(images/utility-arrow-right.svg) no-repeat 50% 50%/24px 24px; }
      @media (max-width: 767px) {
        #footer .subscribe-holder input[type="submit"] {
          background-size: 17px 17px;
          width: 55px;
          height: 70px; } }
  #footer .social-block {
    float: left;
    margin: 0 50px 20px 0; }
    @media (max-width: 767px) {
      #footer .social-block {
        float: none;
        border: solid #783333;
        border-width: 1px 0;
        margin: 0 0 17px;
        padding: 12px 0;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    #footer .social-block h3 {
      margin: 0 0 22px;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 1.2; }
      @media (max-width: 767px) {
        #footer .social-block h3 {
          font-size: 12px;
          margin: 0 10px 0 0; } }
    #footer .social-block ul {
      padding: 0 0 0 2px; }
      #footer .social-block ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px 0 0; }
        #footer .social-block ul li:last-child {
          margin: 0; }
        #footer .social-block ul li a {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #5e0226;
          background: #fff;
          width: 50px;
          height: 50px;
          border-radius: 100%;
          font-size: 21px;
          line-height: 1; }
          @media (max-width: 767px) {
            #footer .social-block ul li a {
              width: 44px;
              height: 44px;
              font-size: 18px; } }
          @media (min-width: 1024px) {
            #footer .social-block ul li a:hover {
              background: #ccb2b2; } }
  #footer .star-health-block {
    float: left;
    padding: 4px 0 0; }
    @media (max-width: 767px) {
      #footer .star-health-block {
        padding: 0;
        float: none; } }
    #footer .star-health-block .sub-title {
      display: block;
      margin: 0 0 15px;
      font-size: 14px;
      line-height: 1.2;
      font-weight: normal;
      color: #ccb2b2; }
      @media (max-width: 767px) {
        #footer .star-health-block .sub-title {
          font-size: 12px;
          margin: 0 0 13px; } }
    @media (max-width: 767px) {
      #footer .star-health-block img {
        max-width: 164px; } }
    #footer .star-health-block .logo-interpreter {
      margin: 30px 0 0 0;
      width: 55px;
      height: auto;
      display: block; }
      @media (max-width: 767px) {
        #footer .star-health-block .logo-interpreter {
          width: 42.5px; } }
  #footer .footer-info {
    position: relative;
    clear: both;
    background: #c02828;
    padding: 35px 33px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 48px; }
    #footer .footer-info * {
      position: relative; }
    @media (max-width: 767px) {
      #footer .footer-info {
        padding: 16px 18px 20px;
        margin: 0 0 32px; } }
    @media (min-width: 769px) {
      #footer .footer-info {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 769px) {
      #footer .footer-info:before {
        content: "";
        display: block;
        background-color: #c02828;
        position: absolute;
        left: -1000px;
        right: -1000px;
        top: 0;
        bottom: 0; } }
    #footer .footer-info .text-holder {
      float: left;
      width: 76%;
      margin: -2px 0 0; }
      @media (max-width: 767px) {
        #footer .footer-info .text-holder {
          float: none;
          margin: 0;
          width: 100%; } }
    #footer .footer-info .flags {
      float: right;
      width: 20%; }
      @media (max-width: 767px) {
        #footer .footer-info .flags {
          float: none;
          width: 100%;
          margin: 0 0 16px; }
          #footer .footer-info .flags img {
            width: 100%;
            max-width: 244px; } }
  @media (max-width: 767px) {
    #footer .add-footer-nav {
      position: relative; }
      #footer .add-footer-nav:after {
        position: absolute;
        content: "";
        left: -20px;
        top: 0;
        right: -20px;
        border-bottom: 1px solid #783333; } }
  #footer .add-footer-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 14px 0 0; }
    @media (max-width: 767px) {
      #footer .add-footer-nav li {
        display: block;
        margin: 0;
        position: relative; }
        #footer .add-footer-nav li:after {
          position: absolute;
          content: "";
          left: -20px;
          bottom: 0;
          right: -20px;
          border-bottom: 1px solid #783333; } }
    #footer .add-footer-nav li a {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      line-height: 1.2; }
      @media (max-width: 767px) {
        #footer .add-footer-nav li a {
          font-size: 10px;
          display: block;
          padding: 18px 0; } }
      @media (min-width: 1024px) {
        #footer .add-footer-nav li a:hover {
          color: #ccb2b2; } }
    #footer .add-footer-nav li a[href^="#"] {
      pointer-events: none; }

.intro-page {
  text-align: center;
  background: linear-gradient(to bottom, #2b0000 0%, #150000 100%);
  padding: 102px 0 120px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1023px) {
    .intro-page {
      padding: 51px 0 34px; } }
  @media (max-width: 767px) {
    .intro-page {
      text-align: left;
      overflow: visible; } }
  .intro-page h1 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    line-height: 1.2; }
    @media (max-width: 1023px) {
      .intro-page h1 {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .intro-page h1 {
        font-size: 24px;
        line-height: 34px; } }
    .intro-page h1 span {
      display: inline-block;
      vertical-align: top;
      background: #d0021b;
      padding: 14px 26px 12px; }
      @media (max-width: 1023px) {
        .intro-page h1 span {
          padding: 7px 17px 9px; } }
      .intro-page h1 span:empty {
        display: none; }
  .intro-page .page-content {
    color: #fff;
    padding: 27px 0 0;
    font-size: 24px;
    line-height: 36px; }
    @media (max-width: 767px) {
      .intro-page .page-content {
        font-size: 14px;
        line-height: 24px;
        padding: 18px 0 0; } }
    .intro-page .page-content p {
      margin: 0; }
  .page-template-template-page-list .intro-page {
    padding: 101px 0 110px; }
    @media (max-width: 1023px) {
      .page-template-template-page-list .intro-page {
        padding: 52px 0; } }
    @media (max-width: 767px) {
      .page-template-template-page-list .intro-page {
        padding: 52px 0 40px; } }
    .page-template-template-page-list .intro-page .container {
      max-width: 900px; }
  .page-template-template-contact .intro-page {
    text-align: left; }
    .page-template-template-contact .intro-page .container {
      max-width: 830px; }
  .page-template-template-brothels-list .intro-page {
    text-align: left;
    padding: 71px 0 144px; }
    @media (max-width: 767px) {
      .page-template-template-brothels-list .intro-page {
        padding: 27px 0 19px; } }
  .page-template-default .intro-page {
    text-align: left;
    padding: 71px 0 144px; }
    @media (max-width: 767px) {
      .page-template-default .intro-page {
        padding: 27px 0 20px; } }
.breadcrumbs {
  color: #fff;
  text-shadow: 0 0 1px #000; }
  @media (max-width: 767px) {
    .breadcrumbs {
      font-size: 14px;
      margin: 0 0 9px; } }
  .breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 22px;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .breadcrumbs li {
        margin: 0 0 12px; } }
    .breadcrumbs li.taxonomy {
      display: none; }
    .breadcrumbs li span {
      display: inline-block;
      vertical-align: middle;
      white-space: normal; }
    .breadcrumbs li:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 7px;
      height: 7px;
      position: relative;
      top: 1px;
      border: solid #d0021b;
      margin: 0 11px 0 8px;
      border-width: 0 2px 2px 0;
      transform: rotate(-45deg); }
    .breadcrumbs li:first-child:before {
      display: none; }
    .breadcrumbs li a {
      color: #928080; }
      @media (min-width: 1024px) {
        .breadcrumbs li a:hover {
          color: #fff; } }
.faq-holder {
  padding: 64px 0 117px;
  line-height: 30px; }
  @media (max-width: 1023px) {
    .faq-holder {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .faq-holder {
      padding: 27px 0 0;
      line-height: 24px; } }
  .faq-holder .container {
    max-width: 830px; }
  .faq-holder h2 {
    margin: 0 0 23px;
    font-size: 24px;
    line-height: 36px;
    color: #5e0226; }
    @media (max-width: 767px) {
      .faq-holder h2 {
        margin: 0 0 16px;
        font-size: 18px;
        line-height: 28px;
        max-width: 240px; } }
  .faq-holder p {
    margin: 0 0 24px; }
  .faq-holder .accordion {
    padding: 15px 0 0; }
    @media (max-width: 767px) {
      .faq-holder .accordion {
        margin: 0 -20px; } }
    .faq-holder .accordion > li {
      background: #fff;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .faq-holder .accordion > li {
          margin: 0 0 1px; } }
      .faq-holder .accordion > li.active .opener {
        color: #d0021b; }
        .faq-holder .accordion > li.active .opener:after {
          transform: rotate(90deg); }
    .faq-holder .accordion .opener {
      display: block;
      padding: 29px 32px 29px 70px;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 700;
      color: #000;
      position: relative; }
      @media (max-width: 767px) {
        .faq-holder .accordion .opener {
          font-size: 14px;
          line-height: 20px;
          padding: 17px 32px 18px 48px; } }
      .faq-holder .accordion .opener:after {
        position: absolute;
        content: "";
        top: 50%;
        margin: -11px 0 0;
        left: 25px;
        width: 24px;
        height: 24px;
        background: url(images/utility-arrow-right.svg) no-repeat 50% 50%/24px 24px;
        transition: transform 0.3s; }
        @media (max-width: 767px) {
          .faq-holder .accordion .opener:after {
            width: 20px;
            height: 20px;
            left: 17px;
            margin: -10px 0 0; } }
    .faq-holder .accordion .slide {
      padding: 30px 32px 50px;
      position: relative; }
      @media (max-width: 767px) {
        .faq-holder .accordion .slide {
          padding: 20px; } }
      .faq-holder .accordion .slide:after {
        position: absolute;
        content: "";
        top: 1px;
        left: 32px;
        right: 32px;
        border-bottom: 2px solid #f1f0ef; }
        @media (max-width: 767px) {
          .faq-holder .accordion .slide:after {
            border-width: 0 0 1px;
            left: 20px;
            right: 20px; } }
      .faq-holder .accordion .slide p {
        margin: 0 0 19px; }
        @media (max-width: 767px) {
          .faq-holder .accordion .slide p {
            margin: 0 0 10px; } }
        .faq-holder .accordion .slide p:last-child {
          margin: 0; }
        .faq-holder .accordion .slide p a {
          word-break: break-all; }
      .faq-holder .accordion .slide ul {
        margin: 0 0 30px; }
        @media (max-width: 767px) {
          .faq-holder .accordion .slide ul {
            margin: 0 0 10px; } }
        .faq-holder .accordion .slide ul li {
          padding: 0 0 0 40px;
          margin: 0 0 10px;
          position: relative; }
          @media (max-width: 767px) {
            .faq-holder .accordion .slide ul li {
              padding: 0 0 0 20px;
              margin: 0; } }
          .faq-holder .accordion .slide ul li:after {
            position: absolute;
            content: "";
            top: 5px;
            left: -6px;
            width: 24px;
            height: 24px;
            background: url(images/utility-arrow-right.svg) no-repeat 50% 50%/24px 24px;
            transition: transform 0.3s; }
            @media (max-width: 767px) {
              .faq-holder .accordion .slide ul li:after {
                width: 20px;
                height: 20px;
                left: -5px; } }
          .faq-holder .accordion .slide ul li:last-child {
            margin: 0; }

.contact-holder {
  padding: 66px 0 134px; }
  @media (max-width: 767px) {
    .contact-holder {
      padding: 0; } }
  .contact-holder .container {
    max-width: 830px; }
    @media (max-width: 767px) {
      .contact-holder .container {
        padding: 0; } }
  .contact-holder .contact-intro {
    padding: 33px;
    background: #fff;
    line-height: 28px;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .contact-holder .contact-intro {
        padding: 13px 16px 20px;
        margin: 0 0 10px; } }
    .contact-holder .contact-intro .intro-text {
      font-size: 24px;
      line-height: 36px;
      padding: 0 0 40px;
      margin: 0 0 43px;
      border-bottom: 1px solid #f1f0ef; }
      @media (max-width: 767px) {
        .contact-holder .contact-intro .intro-text {
          font-size: 18px;
          line-height: 28px;
          padding: 0 0 20px;
          margin: 0 0 19px; } }
    .contact-holder .contact-intro .col-holder {
      display: flex;
      flex-wrap: wrap;
      display: block;
      margin: 0 0 29px;
      line-height: 24px; }
      .contact-holder .contact-intro .col-holder .col {
        width: 100%;
        border-width: 0 0 1px;
        margin: 0 0 19px;
        padding: 0 0 22px;
        text-align: center; }
        @media (max-width: 767px) {
          .contact-holder .contact-intro .col-holder .col {
            text-align: left; } }
    .contact-holder .contact-intro .title {
      display: block;
      color: #d0021b;
      font-size: 20px;
      line-height: 1.2;
      margin: 0 0 31px; }
      @media (max-width: 767px) {
        .contact-holder .contact-intro .title {
          margin: 0 0 16px; } }
    .contact-holder .contact-intro .phone {
      display: flex;
      align-content: center;
      justify-content: center;
      padding: 0;
      color: #4a4a4a;
      position: relative;
      margin: 0 0 14px; }
      @media (max-width: 767px) {
        .contact-holder .contact-intro .phone {
          margin: 0 0 18px;
          justify-content: flex-start; } }
      @media (min-width: 1024px) {
        .contact-holder .contact-intro .phone:hover {
          color: #d0021b; } }
      .contact-holder .contact-intro .phone:before {
        content: "";
        width: 24px;
        height: 24px;
        margin-right: 10px;
        background: url(images/utility-phone.svg) no-repeat 50% 50%/24px 24px; }
        @media (max-width: 767px) {
          .contact-holder .contact-intro .phone:before {
            width: 18px;
            height: 18px;
            background-size: cover; } }
    .contact-holder .contact-intro .email {
      display: flex;
      align-content: center;
      justify-content: center;
      padding: 0;
      color: #4a4a4a;
      position: relative;
      margin: 0 0 14px; }
      @media (max-width: 767px) {
        .contact-holder .contact-intro .email {
          margin: 0 0 18px;
          justify-content: flex-start; } }
      @media (min-width: 1024px) {
        .contact-holder .contact-intro .email:hover {
          color: #d0021b; } }
      .contact-holder .contact-intro .email:before {
        content: "";
        width: 24px;
        height: 24px;
        margin-right: 10px;
        background: url(images/ico-message.png) no-repeat 50% 50%/22px 18px; }
        @media (max-width: 767px) {
          .contact-holder .contact-intro .email:before {
            width: 18px;
            height: 18px;
            background-size: 17px 14px; } }
    .contact-holder .contact-intro .time {
      display: flex;
      align-content: center;
      justify-content: center;
      padding: 0;
      color: #4a4a4a;
      position: relative; }
      @media (max-width: 767px) {
        .contact-holder .contact-intro .time {
          justify-content: flex-start; } }
      .contact-holder .contact-intro .time span {
        display: block;
        margin: 0 0 15px; }
        @media (max-width: 767px) {
          .contact-holder .contact-intro .time span {
            margin: 0 0 10px; } }
      .contact-holder .contact-intro .time:before {
        content: "";
        width: 24px;
        height: 24px;
        margin-right: 10px;
        background: url(images/utility-time.svg) no-repeat 50% 50%/23px 23px; }
        @media (max-width: 767px) {
          .contact-holder .contact-intro .time:before {
            width: 18px;
            height: 18px;
            background-size: cover; } }
    .contact-holder .contact-intro .after-text {
      border-top: 1px solid #f1f0ef;
      line-height: 30px;
      padding: 17px 0 6px; }
      @media (max-width: 767px) {
        .contact-holder .contact-intro .after-text {
          padding: 22px 0 6px;
          line-height: 24px; } }
      .contact-holder .contact-intro .after-text h2 {
        margin: 0 0 18px;
        color: #d0021b;
        font-size: 20px;
        line-height: 1.2; }
        @media (max-width: 767px) {
          .contact-holder .contact-intro .after-text h2 {
            margin: 0 0 19px; } }
  .contact-holder .form-holder {
    padding: 33px 33px 49px;
    background: #fff; }
    @media (max-width: 767px) {
      .contact-holder .form-holder {
        padding: 20px 18px 27px; } }
    .contact-holder .form-holder h2 {
      margin: 0 0 51px;
      color: #560000;
      font-size: 24px;
      line-height: 36px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .contact-holder .form-holder h2 {
          font-size: 18px;
          line-height: 28px;
          margin: 0 0 29px; } }
    .contact-holder .form-holder p {
      margin: 0; }
    .contact-holder .form-holder br {
      display: none !important; }
    .contact-holder .form-holder label {
      display: block;
      margin: 0 0 21px; }
      @media (max-width: 767px) {
        .contact-holder .form-holder label {
          margin: 0 0 23px; } }
    .contact-holder .form-holder textarea,
    .contact-holder .form-holder input:not([type="submit"]) {
      width: 100%;
      border: 1px solid #e5e5e5;
      padding: 10px;
      height: 100px;
      resize: none; }
      .contact-holder .form-holder textarea.wpcf7-not-valid,
      .contact-holder .form-holder input.wpcf7-not-valid:not([type="submit"]) {
        border-color: #d0021b; }
    .contact-holder .form-holder .wpcf7-form-control-wrap {
      display: block;
      padding: 0 0 37px; }
      @media (max-width: 767px) {
        .contact-holder .form-holder .wpcf7-form-control-wrap {
          padding: 0 0 24px; } }
    .contact-holder .form-holder input[type="submit"] {
      margin: -7px 0 0 3px;
      border-radius: 30px; }
      @media (max-width: 767px) {
        .contact-holder .form-holder input[type="submit"] {
          margin: 7px 0 0; } }
    .contact-holder .form-holder .wpcf7-not-valid-tip {
      display: none !important; }

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 18px 57px;
  border: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 30px; }
  @media (max-width: 767px) {
    .btn {
      padding: 15px 60px;
      font-size: 14px; } }
  .btn.btn-red {
    background: #d0021b;
    color: #fff; }
    @media (min-width: 1024px) {
      .btn.btn-red:hover {
        background: #4a4a4a; } }
.posts-holder {
  padding: 37px 0; }
  @media (max-width: 767px) {
    .posts-holder {
      padding: 0; } }
  @media (max-width: 767px) {
    .posts-holder .container {
      padding: 0; } }
.filter-holder {
  background: #fff;
  padding: 32px;
  margin: 0 0 32px;
  text-align: center;
  position: relative; }
  @media (max-width: 767px) {
    .filter-holder {
      text-align: left;
      padding: 0;
      margin: 0 0 24px; } }
  .filter-holder .filter-opener {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 22px 0 0; }
    @media (max-width: 1023px) {
      .filter-holder .filter-opener {
        margin: 0 10px 0 0; } }
    @media (max-width: 767px) {
      .filter-holder .filter-opener {
        font-size: 14px;
        margin: 0;
        display: block;
        padding: 21px 50px 21px 27px;
        position: relative; }
        .filter-holder .filter-opener:after {
          position: absolute;
          content: "";
          top: 25px;
          right: 28px;
          width: 10px;
          height: 10px;
          border: solid #d0021b;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg); } }
  .filter-holder.filter-active .filter-opener:after {
    transform: rotate(-135deg); }
  .filter-holder input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
    .filter-holder input[type="checkbox"]:checked + label {
      color: #000; }
      .filter-holder input[type="checkbox"]:checked + label span {
        color: #000; }
  .filter-holder button {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none; }
  .filter-holder label,
  .filter-holder button {
    color: #d0021b;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 32px 0 0;
    cursor: pointer;
    transition: color 0.3s; }
    @media (max-width: 1023px) {
      .filter-holder label,
      .filter-holder button {
        margin: 0 10px; } }
    @media (max-width: 767px) {
      .filter-holder label,
      .filter-holder button {
        display: block;
        width: 100%;
        margin: 0;
        padding: 5px;
        text-align: center; } }
    .filter-holder label.active,
    .filter-holder button.active {
      color: #000; }
    .filter-holder label:last-child,
    .filter-holder button:last-child {
      margin: 0; }
    @media (min-width: 1024px) {
      .filter-holder label:hover,
      .filter-holder button:hover {
        color: #000; }
        .filter-holder label:hover span,
        .filter-holder button:hover span {
          color: #000; } }
    .filter-holder label span,
    .filter-holder button span {
      color: #777;
      transition: color 0.3s; }
  .filter-holder .filter-drop {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .filter-holder .filter-drop {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
        padding: 10px 0;
        z-index: 1;
        background: #fff;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s; } }
  .filter-holder.filter-active .filter-drop {
    opacity: 1;
    pointer-events: auto; }

.posts-col-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media (max-width: 1023px) {
    .posts-col-holder {
      margin: 0 -5px; } }
.post-preview {
  width: 33.33%;
  padding: 0 15px 43px; }
  @media (max-width: 1023px) {
    .post-preview {
      padding: 0 5px 20px; } }
  @media (max-width: 767px) {
    .post-preview {
      padding: 0 25px 30px;
      width: 100%; } }
  .post-preview .img-holder {
    margin: 0 0 24px;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .post-preview .img-holder {
        margin: 0 0 8px; } }
    .post-preview .img-holder a {
      display: block; }
    .post-preview .img-holder img {
      width: 100%;
      transition: transform 0.3s; }
    @media (min-width: 1024px) {
      .post-preview .img-holder:hover img {
        transform: scale(1.1); } }
  .post-preview h2 {
    margin: 0 0 22px;
    color: #d0021b;
    font-size: 20px;
    line-height: 1; }
    @media (max-width: 1023px) {
      .post-preview h2 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 9px; } }
  .post-preview time {
    display: block;
    margin: 0 0 27px;
    font-size: 16px;
    line-height: 1.2;
    color: #777; }
    @media (max-width: 1023px) {
      .post-preview time {
        margin: 0 0 21px; } }
    @media (max-width: 767px) {
      .post-preview time {
        font-size: 12px; } }
  .post-preview .link-more {
    font-size: 16px; }
    @media (max-width: 767px) {
      .post-preview .link-more {
        font-size: 14px;
        padding: 0 0 0 18px; } }
    .post-preview .link-more:after {
      top: 4px;
      left: -4px;
      width: 25px;
      height: 25px; }
      @media (max-width: 767px) {
        .post-preview .link-more:after {
          top: 2px;
          left: -7px;
          width: 20px;
          height: 20px; } }
    @media (min-width: 1024px) {
      .post-preview .link-more:hover:after {
        left: 0; } }
.single-intro-page {
  background: linear-gradient(to bottom, #2b0000 0%, #150000 100%);
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  height: 340px; }
  @media (max-width: 767px) {
    .single-intro-page {
      height: auto;
      padding: 16px 0 30px; } }
  .single-intro-page .breadcrumbs {
    margin: 0; }

.single-two-columns {
  padding: 0 0 104px; }
  @media (max-width: 1023px) {
    .single-two-columns {
      padding: 0 0 50px; } }
  @media (max-width: 767px) {
    .single-two-columns {
      padding: 0; } }
  .single-two-columns #content {
    float: left;
    width: 63.4%;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    padding: 37px 43px 30px;
    position: relative;
    z-index: 1;
    margin: -232px 0 0;
    line-height: 30px; }
    .error404 .single-two-columns #content {
      margin: 30px 0 0; }
    @media (max-width: 1099px) {
      .single-two-columns #content {
        padding: 25px; } }
    @media (max-width: 1023px) {
      .single-two-columns #content {
        float: none;
        width: auto; } }
    @media (max-width: 767px) {
      .single-two-columns #content {
        margin: 0 -20px;
        padding: 30px 21px 14px;
        line-height: 24px; } }
    .single-two-columns #content:only-child {
      float: none;
      width: 100%; }
    .single-two-columns #content h1 {
      margin: 0 0 20px;
      color: #d0021b;
      font-size: 34px; }
      @media (max-width: 767px) {
        .single-two-columns #content h1 {
          font-size: 24px;
          margin: 0 0 20px; } }
    .single-two-columns #content .top-holder {
      font-size: 14px;
      color: #777;
      padding: 0 0 25px; }
      .single-two-columns #content .top-holder span {
        color: #d0021b; }
    .single-two-columns #content .feature-image {
      margin: 0 0 30px; }
      @media (max-width: 767px) {
        .single-two-columns #content .feature-image {
          margin: 0 0 42px; } }
      .single-two-columns #content .feature-image img {
        width: 100%; }
    .single-two-columns #content .share-block {
      padding: 29px 0 0;
      margin: 28px 0 0;
      border-top: 1px solid #f3f3f3;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .single-two-columns #content .share-block {
          padding: 20px 0 0 15px;
          margin: 23px 0 0; } }
      .single-two-columns #content .share-block .sub-title {
        margin: 0 23px 14px 0;
        color: #d0021b; }
        @media (max-width: 767px) {
          .single-two-columns #content .share-block .sub-title {
            margin: 0 11px 14px 0; } }
      .single-two-columns #content .share-block .a2a_svg {
        background: #f8f8f8 !important;
        border-radius: 100% !important;
        padding: 8px !important; }
        .single-two-columns #content .share-block .a2a_svg path {
          fill: #a7a7a7; }
      .single-two-columns #content .share-block .addtoany_share {
        display: none !important; }
  .single-two-columns #sidebar {
    float: right;
    width: 34.3%;
    padding: 27px 0 0; }
    @media (max-width: 1023px) {
      .single-two-columns #sidebar {
        float: none;
        width: 100%; } }
    .single-two-columns #sidebar #wp-calendar {
      width: 100%; }
    .single-two-columns #sidebar .widget:last-child {
      margin: 0; }
    .single-two-columns #sidebar .widget h3 {
      margin: 0 0 41px;
      color: #d0021b;
      font-size: 18px;
      line-height: 1.2;
      text-transform: uppercase; }
      @media (max-width: 1099px) {
        .single-two-columns #sidebar .widget h3 {
          margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .single-two-columns #sidebar .widget_recent_entries h3 {
        display: none; } }
    .single-two-columns #sidebar .widget_recent_entries ul li {
      margin: 0 0 19px;
      padding: 0 0 20px;
      border-bottom: 1px solid #eeeceb; }
      @media (max-width: 1099px) {
        .single-two-columns #sidebar .widget_recent_entries ul li {
          margin: 0 0 23px;
          padding: 0 0 24px; } }
      .single-two-columns #sidebar .widget_recent_entries ul li:last-child {
        margin: 0; }
    .single-two-columns #sidebar .widget_recent_entries ul a {
      display: block; }
      @media (min-width: 1024px) {
        .single-two-columns #sidebar .widget_recent_entries ul a:hover {
          color: #4a4a4a; } }
    .single-two-columns #sidebar .widget_recent_entries .img-holder {
      float: left;
      width: 109px; }
      @media (max-width: 767px) {
        .single-two-columns #sidebar .widget_recent_entries .img-holder {
          width: 60px; } }
    .single-two-columns #sidebar .widget_recent_entries .holder {
      display: block;
      overflow: hidden;
      padding: 20px 0 0 22px; }
      @media (max-width: 1099px) {
        .single-two-columns #sidebar .widget_recent_entries .holder {
          padding: 10px 0 0 10px; } }
      @media (max-width: 767px) {
        .single-two-columns #sidebar .widget_recent_entries .holder {
          padding: 0 0 0 14px;
          position: relative;
          top: -2px; } }
    .single-two-columns #sidebar .widget_recent_entries time {
      display: block;
      color: #4a4a4a;
      font-size: 14px;
      color: #777;
      margin: 0 0 5px; }
      @media (max-width: 767px) {
        .single-two-columns #sidebar .widget_recent_entries time {
          margin: 0 0 8px; } }
    .single-two-columns #sidebar .widget_recent_entries h4 {
      margin: 0;
      font-size: 16px;
      line-height: 26px; }
      @media (max-width: 1099px) {
        .single-two-columns #sidebar .widget_recent_entries h4 {
          line-height: 20px;
          font-size: 14px;
          line-height: 22px; } }
.page-two-columns {
  padding: 30px 0 102px; }
  @media (max-width: 767px) {
    .page-two-columns {
      padding: 0; }
      .page-two-columns .container {
        padding: 0; } }
  .page-two-columns #content {
    float: left;
    width: 63.4%;
    background: #fff;
    padding: 38px 43px;
    position: relative;
    z-index: 1;
    margin: -95px 0 0;
    line-height: 30px; }
    @media (max-width: 1023px) {
      .page-two-columns #content {
        padding: 20px; } }
    @media (max-width: 767px) {
      .page-two-columns #content {
        float: none;
        width: 100%;
        margin: 0;
        line-height: 24px;
        padding: 25px 22px 8px; } }
    .page-two-columns #content p {
      margin: 0 0 24px; }
    @media (max-width: 767px) {
      .page-two-columns #content br {
        display: none; } }
  .page-two-columns #sidebar {
    float: right;
    width: 34.5%;
    background: #fff;
    padding: 35px 27px; }
    @media (max-width: 1023px) {
      .page-two-columns #sidebar {
        padding: 20px; } }
    @media (max-width: 767px) {
      .page-two-columns #sidebar {
        float: none;
        width: 100%;
        position: relative;
        padding: 23px 22px 26px;
        line-height: 24px; }
        .page-two-columns #sidebar:before {
          position: absolute;
          content: "";
          top: 0;
          left: 20px;
          right: 20px;
          border-bottom: 2px solid #e5e5e5; }
        .page-two-columns #sidebar:after {
          position: absolute;
          content: "";
          bottom: 0;
          left: 20px;
          right: 20px;
          border-bottom: 2px solid #e5e5e5; } }
    .page-two-columns #sidebar .items span {
      display: block;
      padding: 0 0 0 31px;
      margin: 0 0 38px;
      position: relative; }
      @media (max-width: 1023px) {
        .page-two-columns #sidebar .items span {
          padding: 0 0 0 20px;
          margin: 0 0 15px; } }
      @media (max-width: 767px) {
        .page-two-columns #sidebar .items span {
          padding: 0 0 0 30px;
          max-width: 90%;
          margin: 0 0 21px; } }
      .page-two-columns #sidebar .items span:last-child {
        margin: 0; }
      .page-two-columns #sidebar .items span:after {
        position: absolute;
        content: "";
        top: 7px;
        left: 1px;
        width: 8px;
        height: 8px;
        background: #ff204c;
        border-radius: 100%; }
      .page-two-columns #sidebar .items span.service_item_2:after {
        background: #00aed9; }
      .page-two-columns #sidebar .items span.service_item_3:after {
        background: #7f77c1; }
      .page-two-columns #sidebar .items span.service_item_4:after {
        background: #f6cb71; }

.address-block {
  padding: 9px 43px 38px;
  font-size: 14px;
  line-height: 24px;
  float: left;
  width: 63.4%;
  background: #fff; }
  @media (max-width: 1023px) {
    .address-block {
      padding: 20px; } }
  @media (max-width: 767px) {
    .address-block {
      width: auto;
      float: none;
      padding: 28px 22px; } }
  .address-block .row {
    border-bottom: 2px solid #e5e5e5;
    margin: 0 0 28px;
    padding: 0 0 24px; }
    .address-block .row:last-child {
      border: none;
      margin: 0;
      padding: 0; }
    .address-block .row > *:last-child {
      margin: 0; }
  .address-block .top-holder {
    padding: 0 0 20px; }
    @media (max-width: 767px) {
      .address-block .top-holder {
        padding: 0 0 18px; } }
    .address-block .top-holder h2 {
      margin: 0 20px 0 0;
      color: #d0021b;
      font-size: 16px;
      line-height: 1.2;
      float: left; }
      @media (max-width: 767px) {
        .address-block .top-holder h2 {
          font-size: 14px;
          margin: 0 13px 0 0; } }
    .address-block .top-holder .code {
      font-size: 12px;
      line-height: 1.2;
      color: #777;
      float: left;
      padding: 4px 0 0; }
      @media (max-width: 767px) {
        .address-block .top-holder .code {
          padding: 2px 0 0; } }
    .address-block .top-holder .services-items {
      float: right;
      line-height: 1.2; }
      .address-block .top-holder .services-items span {
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        margin: 0 0 0 6px; }
  .address-block .address-item {
    float: left;
    width: 33.5%; }
    @media (max-width: 767px) {
      .address-block .address-item {
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 0 0 13px; } }
    .address-block .address-item strong {
      float: left;
      margin: 0 20px 0 0; }
    .address-block .address-item address {
      overflow: hidden;
      font-style: normal;
      margin: 0; }
  .address-block .phone-item {
    float: left;
    width: 33%; }
    @media (max-width: 767px) {
      .address-block .phone-item {
        float: none;
        margin: 0 0 13px;
        width: 100%;
        overflow: hidden; } }
    .address-block .phone-item strong {
      float: left;
      margin: 0 20px 0 0; }
    .address-block .phone-item .phone {
      color: #4a4a4a;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .address-block .phone-item .phone:hover {
          color: #d0021b; } }
  .address-block .website-item {
    float: left;
    width: 30%; }
    @media (max-width: 767px) {
      .address-block .website-item {
        float: none;
        width: 100%;
        overflow: hidden; } }
    .address-block .website-item strong {
      float: left;
      margin: 0 20px 0 0; }
    .address-block .website-item a {
      color: #d0021b;
      text-decoration: underline;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .address-block .website-item a:hover {
          text-decoration: none; } }
.default-two-columns {
  padding: 30px 0 119px; }
  @media (max-width: 1023px) {
    .default-two-columns {
      padding: 30px 0 50px; } }
  @media (max-width: 767px) {
    .default-two-columns {
      padding: 0; } }
  @media (max-width: 767px) {
    .default-two-columns .container {
      padding: 0; } }
  .default-two-columns #content {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    float: left;
    width: 63.4%;
    background: #fff;
    padding: 47px 43px;
    position: relative;
    z-index: 1;
    margin: -95px 0 0;
    line-height: 30px; }
    @media (max-width: 1023px) {
      .default-two-columns #content {
        padding: 27px 20px 32px; } }
    @media (max-width: 767px) {
      .default-two-columns #content {
        float: none;
        width: auto;
        margin: 0 0 11px;
        line-height: 24px;
        box-shadow: none; } }
    .default-two-columns #content blockquote {
      border-color: #d0021b;
      padding: 0 0 0 25px;
      margin: 0 0 46px;
      color: #5e0226; }
      @media (max-width: 767px) {
        .default-two-columns #content blockquote {
          padding: 0 0 0 17px;
          margin: 0 0 36px; } }
      .default-two-columns #content blockquote p {
        margin: 0;
        font-size: 24px;
        line-height: 36px;
        font-style: normal; }
        @media (max-width: 767px) {
          .default-two-columns #content blockquote p {
            font-size: 18px;
            line-height: 28px; } }
    .default-two-columns #content .wp-block-image {
      margin: 0 0 43px; }
      @media (max-width: 767px) {
        .default-two-columns #content .wp-block-image {
          margin: 0 0 21px; } }
    .default-two-columns #content .content-image-block {
      background: #4a4a4a;
      color: #fff;
      text-align: center;
      padding: 47px 12% 68px;
      margin: 0 0 43px;
      font-size: 24px;
      line-height: 1; }
      @media (max-width: 767px) {
        .default-two-columns #content .content-image-block {
          font-size: 18px;
          padding: 31px 9% 46px;
          margin: 0 0 21px; } }
      .default-two-columns #content .content-image-block .ico-holder {
        max-width: 40px;
        margin: 0 auto 36px; }
        @media (max-width: 767px) {
          .default-two-columns #content .content-image-block .ico-holder {
            margin: 0 auto 23px; } }
        .default-two-columns #content .content-image-block .ico-holder img {
          width: 100%; }
      .default-two-columns #content .content-image-block p {
        margin: 0; }
    .default-two-columns #content .content-image-block-button {
      background: #4a4a4a;
      color: #fff;
      padding: 32px 27px 32px;
      margin: 0 0 43px;
      font-size: 16px;
      line-height: 26px; }
      @media (max-width: 767px) {
        .default-two-columns #content .content-image-block-button {
          padding: 19px 15px 29px 23px;
          font-size: 14px;
          line-height: 24px;
          margin: 0 0 21px; } }
      .default-two-columns #content .content-image-block-button p {
        margin: 0 0 28px; }
        @media (max-width: 767px) {
          .default-two-columns #content .content-image-block-button p {
            margin: 0 0 43px; } }
      .default-two-columns #content .content-image-block-button .block-btn {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        background: #d0021b;
        margin: 0 0 0 -40px;
        padding: 16px 47px; }
        @media (max-width: 767px) {
          .default-two-columns #content .content-image-block-button .block-btn {
            font-size: 14px;
            padding: 17px 30px;
            margin: 0 0 0 -34px; } }
        @media (min-width: 1024px) {
          .default-two-columns #content .content-image-block-button .block-btn:hover {
            background: #4a4a4a; } }
    .default-two-columns #content h2 {
      margin: 0 0 44px; }
      @media (max-width: 767px) {
        .default-two-columns #content h2 {
          font-size: 14px;
          margin: 0 0 19px; } }
    .default-two-columns #content p {
      margin: 0 0 24px; }
      .default-two-columns #content p:last-child {
        margin: 0; }
    @media (max-width: 767px) {
      .default-two-columns #content br {
        display: none; } }
    .default-two-columns #content ul {
      margin: 0 0 33px; }
      .default-two-columns #content ul:last-child {
        margin: 0; }
      .default-two-columns #content ul li {
        padding: 0 0 0 46px;
        margin: 0 0 10px;
        position: relative; }
        @media (max-width: 767px) {
          .default-two-columns #content ul li {
            padding: 0 0 0 25px;
            margin: 0 0 15px; } }
        .default-two-columns #content ul li:after {
          position: absolute;
          content: "";
          top: 6px;
          left: 0;
          width: 23px;
          height: 23px;
          background: url(images/utility-arrow-right.svg) no-repeat 50% 50%/cover; }
          @media (max-width: 767px) {
            .default-two-columns #content ul li:after {
              top: 2px;
              left: -6px; } }
        .default-two-columns #content ul li:last-child {
          margin: 0; }
  .default-two-columns #sidebar {
    float: right;
    width: 34.5%;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05); }
    @media (max-width: 767px) {
      .default-two-columns #sidebar {
        float: none;
        width: 100%;
        box-shadow: none; } }
    .default-two-columns #sidebar .widget {
      margin: 0; }
    .default-two-columns #sidebar .menu li {
      border-bottom: 1px solid #f3f3f3; }
      .default-two-columns #sidebar .menu li:last-child {
        border: none; }
      .default-two-columns #sidebar .menu li.active a {
        border-color: #d0021b; }
      .default-two-columns #sidebar .menu li a {
        display: block;
        padding: 28px 35px;
        color: #7b7b7b;
        font-size: 16px;
        line-height: 20px;
        border-left: 3px solid transparent; }
        @media (max-width: 1023px) {
          .default-two-columns #sidebar .menu li a {
            padding: 20px; } }
        @media (max-width: 767px) {
          .default-two-columns #sidebar .menu li a {
            padding: 18px 31px;
            font-size: 14px; } }
        @media (min-width: 1024px) {
          .default-two-columns #sidebar .menu li a:hover {
            border-color: #d0021b;
            background: #fbfbfb; } }
.first-level-pages {
  padding: 78px 0 84px;
  text-align: center; }
  @media (max-width: 1023px) {
    .first-level-pages {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .first-level-pages {
      padding: 18px 0;
      text-align: left; } }
  .first-level-pages .container {
    max-width: 1054px; }
  .first-level-pages .col-holder {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .first-level-pages .col-holder {
        display: block; } }
    .first-level-pages .col-holder .col {
      width: 25%;
      border: solid #f7f5f3;
      border-width: 0 10px;
      background: #fff;
      margin: 0 0 28px;
      position: relative;
      padding: 63px 20px 50px; }
      @media (max-width: 1023px) {
        .first-level-pages .col-holder .col {
          border-width: 0 5px;
          margin: 0 0 10px;
          padding: 20px 10px; } }
      @media (max-width: 767px) {
        .first-level-pages .col-holder .col {
          width: 100%;
          border: none;
          display: flex;
          align-items: center;
          padding: 16px;
          margin: 0 0 13px; } }
      @media (min-width: 1024px) {
        .first-level-pages .col-holder .col:hover .ico-holder {
          transform: scale(1.15); } }
  .first-level-pages .ico-holder {
    width: 87px;
    margin: 0 auto 62px;
    transition: transform 0.3s; }
    @media (max-width: 1023px) {
      .first-level-pages .ico-holder {
        margin: 0 auto 20px; } }
    @media (max-width: 767px) {
      .first-level-pages .ico-holder {
        width: 37px;
        margin: 0 26px 0 0; } }
  .first-level-pages h2 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #777; }
    @media (max-width: 1023px) {
      .first-level-pages h2 {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .first-level-pages h2 {
        font-size: 14px; } }
  .first-level-pages .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.intro-without-image {
  padding: 71px 0 79px;
  position: relative; }
  @media (max-width: 1023px) {
    .intro-without-image {
      padding: 51px 0 48px; } }
  .intro-without-image .breadcrumbs .current-item {
    color: #000; }
  @media (min-width: 1024px) {
    .intro-without-image .breadcrumbs a:hover {
      color: #4a4a4a; } }
  .intro-without-image h1 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    line-height: 1.2; }
    @media (max-width: 1023px) {
      .intro-without-image h1 {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .intro-without-image h1 {
        font-size: 24px;
        line-height: 34px; } }
    .intro-without-image h1 span {
      display: inline-block;
      vertical-align: top;
      background: #d0021b;
      padding: 3px 26px 19px; }
      @media (max-width: 1023px) {
        .intro-without-image h1 span {
          padding: 7px 17px 9px; } }
.second-level-pages {
  padding: 0 0 77px; }
  @media (max-width: 1023px) {
    .second-level-pages {
      padding: 0 0 50px; } }
  @media (max-width: 767px) {
    .second-level-pages {
      padding: 0 0 12px; } }
  .second-level-pages .col-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    @media (max-width: 767px) {
      .second-level-pages .col-holder {
        display: block;
        margin: 0; } }
    .second-level-pages .col-holder .col {
      width: 33.33%;
      border: solid #f7f5f3;
      border-width: 0 15px;
      margin: 0 0 64px;
      position: relative; }
      @media (max-width: 1023px) {
        .second-level-pages .col-holder .col {
          margin: 0 0 32px; } }
      @media (max-width: 767px) {
        .second-level-pages .col-holder .col {
          width: 100%;
          border: none; } }
      @media (min-width: 1024px) {
        .second-level-pages .col-holder .col:hover .img-holder .img {
          transform: scale(1.1); } }
  .second-level-pages .img-holder {
    margin: 0 0 24px;
    overflow: hidden;
    height: 0;
    padding-top: 63.1578947368%;
    background: white;
    position: relative; }
    @media (max-width: 1023px) {
      .second-level-pages .img-holder {
        margin: 0 0 11px; } }
    .second-level-pages .img-holder .img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: transform 0.3s; }
    .second-level-pages .img-holder img {
      display: none; }
  .second-level-pages h2 {
    margin: 0;
    color: #d0021b;
    font-size: 20px;
    line-height: 1.2; }
    @media (max-width: 1023px) {
      .second-level-pages h2 {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .second-level-pages h2 {
        font-size: 14px; } }
  .second-level-pages .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

/* Overlay */
body .pum-theme-893 {
  background: rgba(0, 0, 0, 0.8); }
  body .pum-theme-893 .pum-container {
    padding-bottom: 80px;
    padding-top: 60px;
    border: 3px solid #d0021b;
    background-image: url("/wp-content/themes/markup/images/logo-rhed.png");
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: 15px 50px;
    max-width: 730px !important; }
    @media (max-width: 767px) {
      body .pum-theme-893 .pum-container {
        padding-bottom: 100px;
        padding-top: 150px;
        background-position: 15px 30px;
        background-size: 130px auto; } }
  body .pum-theme-893 .pum-content {
    color: #4a4a4a;
    font-size: 1.1rem;
    margin-left: auto;
    color: black;
    line-height: 1.4;
    text-align: left; }
    @media (min-width: 1025px) {
      body .pum-theme-893 .pum-content {
        max-width: 370px;
        text-align: right; } }
    body .pum-theme-893 .pum-content + .pum-close {
      line-height: 15px;
      background: #d0021b; }
  body .pum-theme-893 .pum-title {
    /* Bad hack as we're stuck with the plugin */
    position: absolute;
    bottom: 15px;
    left: 15px;
    line-height: 1;
    padding: 10px;
    display: inline-block;
    font-size: 1.5rem;
    color: #fff;
    background: #d0021b; }
    @media (max-width: 767px) {
      body .pum-theme-893 .pum-title {
        right: 15px; } }
.button {
  display: inline-block;
  vertical-align: top;
  padding: 18px 57px;
  border: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 30px;
  background: #d0021b;
  color: #fff; }

.gform_wrapper .percentbar_blue {
  background-color: #d0021b !important; }

.gform_wrapper .gform_page_footer .button {
  display: inline-block;
  vertical-align: top;
  padding: 18px 57px;
  border: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 30px;
  background: #d0021b;
  color: #fff; }
/*# sourceMappingURL=style.css.map */