/*
Theme Name: nmfilmoffice
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
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: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark
{
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small
{
    font-size: 83.5%;
}

/**
 * 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: -.5em;
}

sub
{
    bottom: -.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
{
    font: inherit; /* 2 */

    margin: 0; /* 3 */

    color: inherit; /* 1 */
}

/**
 * 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']
{
    cursor: pointer; /* 3 */

    -webkit-appearance: button; /* 2 */
}

/**
 * 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
{
    padding: 0;

    border: 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']
{
    box-sizing: content-box; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * 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
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 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
{
    padding: 0; /* 2 */

    border: 0; /* 1 */
}

/**
 * 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-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

@font-face
{
    font-family: 'Anton';
    font-weight: 400;
    font-style: normal;

    src: url('fonts/AntonRegular.woff') format('woff'), url('fonts/AntonRegular.ttf') format('truetype');
}

@font-face
{
    font-family: 'Archivo Black';

    src: url('fonts/ArchivoBlackRegular.woff') format('woff'), url('fonts/ArchivoBlackRegular.ttf') format('truetype');
}

@font-face
{
    font-family: 'Red Hat';
    font-weight: 700;
    font-style: normal;

    src: url('fonts/RedHatTextBold.woff') format('woff'), url('fonts/RedHatTextBold.ttf') format('truetype');
}

@font-face
{
    font-family: 'Red Hat';
    font-weight: 700;
    font-style: italic;

    src: url('fonts/RedHatTextBoldItalic.woff') format('woff'), url('fonts/RedHatTextBoldItalic.ttf') format('truetype');
}

@font-face
{
    font-family: 'Red Hat';
    font-weight: 400;
    font-style: italic;

    src: url('fonts/RedHatTextItalic.woff') format('woff'), url('fonts/RedHatTextItalic.ttf') format('truetype');
}

@font-face
{
    font-family: 'Red Hat';
    font-weight: 500;
    font-style: normal;

    src: url('fonts/RedHatTextMedium.woff') format('woff'), url('fonts/RedHatTextMedium.ttf') format('truetype');
}

@font-face
{
    font-family: 'Red Hat';
    font-weight: 500;
    font-style: italic;

    src: url('fonts/RedHatTextMediumItalic.woff') format('woff'), url('fonts/RedHatTextMediumItalic.ttf') format('truetype');
}

@font-face
{
    font-family: 'Red Hat';
    font-weight: 400;
    font-style: normal;

    src: url('fonts/RedHatTextRegular.woff') format('woff'), url('fonts/RedHatTextRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?t4zxxl');
    src:  url('fonts/icomoon.eot?t4zxxl#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?t4zxxl') format('truetype'),
    url('fonts/icomoon.woff?t4zxxl') format('woff'),
    url('fonts/icomoon.svg?t4zxxl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram-with-circle:before {
    content: "\e907";
}
.icon-linkedin:before {
    content: "\e900";
}
.icon-twitter:before {
    content: "\e901";
}
.icon-facebook:before {
    content: "\e902";
}
.icon-angle-left:before {
    content: "\e903";
}
.icon-angle-right:before {
    content: "\e905";
}
.icon-arrow-right:before {
    content: "\e904";
}
.icon-arrow-left:before {
    content: "\e906";
}
.icon-plus:before {
    content: "\e911";
}
.icon-play2:before {
    content: "\ea15";
}


/* Slider */

.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;

    margin-right: auto;
    margin-left: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

body.compensate-for-scrollbar
{
    overflow: hidden;
}

.fancybox-active
{
    height: auto;
}

.fancybox-is-hidden
{
    position: absolute !important;
    top: -9999px;
    left: -9999px;

    visibility: hidden;

    margin: 0;
}

.fancybox-container
{
    position: fixed;
    z-index: 99992;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);

    outline: none;

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.fancybox-container *
{
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer
{
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
}

.fancybox-bg
{
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
            transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -webkit-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
            transition-property: opacity;

    opacity: 0;
    background: #1e1e1e;
}

.fancybox-is-open .fancybox-bg
{
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
            transition-timing-function: cubic-bezier(.22, .61, .36, 1);

    opacity: .9;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button
{
    position: absolute;
    z-index: 99997;

    visibility: hidden;

    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
            transition: opacity .25s ease, visibility 0s ease .25s;

    opacity: 0;

    direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button
{
    visibility: visible;

    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
            transition: opacity .25s ease 0s, visibility 0s ease 0s;

    opacity: 1;
}

.fancybox-infobar
{
    font-size: 13px;
    line-height: 44px;

    top: 0;
    left: 0;

    min-width: 44px;
    height: 44px;
    padding: 0 10px;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;

    color: #ccc;

    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: difference;
    -webkit-touch-callout: none;
}

.fancybox-toolbar
{
    top: 0;
    right: 0;
}

.fancybox-stage
{
    z-index: 99994;

    overflow: visible;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);

    direction: ltr;
}

.fancybox-is-open .fancybox-stage
{
    overflow: hidden;
}

.fancybox-slide
{
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;

    display: none;
    overflow: auto;

    width: 100%;
    height: 100%;
    padding: 44px;

    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
    text-align: center;
    white-space: normal;

    outline: none;

    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before
{
    font-size: 0;

    display: inline-block;

    width: 0;
    height: 100%;

    content: '';
    vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next
{
    display: block;
}

.fancybox-slide--image
{
    overflow: hidden;

    padding: 44px 0;
}

.fancybox-slide--image::before
{
    display: none;
}

.fancybox-slide--html
{
    padding: 6px;
}

.fancybox-content
{
    position: relative;

    display: inline-block;
    overflow: auto;

    max-width: 100%;
    margin: 0;
    padding: 44px;

    text-align: left;
    vertical-align: middle;

    background: #fff;

    -webkit-overflow-scrolling: touch;
}

.fancybox-slide--image .fancybox-content
{
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;

    overflow: visible;

    max-width: none;
    padding: 0;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);

    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    -webkit-backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content
{
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content
{
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content
{
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content
{
    cursor: grabbing;
}

.fancybox-container [data-selectable='true']
{
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;

    border: 0;
    background: transparent;
}

.fancybox-spaceball
{
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content
{
    overflow: visible;

    width: 100%;
    height: 100%;
    padding: 0;
}

.fancybox-slide--video .fancybox-content
{
    background: #000;
}

.fancybox-slide--map .fancybox-content
{
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content
{
    background: #fff;
}

.fancybox-video,
.fancybox-iframe
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;
}

/* Fix iOS */

.fancybox-iframe
{
    position: absolute;
    top: 0;
    left: 0;
}

.fancybox-error
{
    width: 100%;
    max-width: 400px;
    padding: 40px;

    cursor: default;

    background: #fff;
}

.fancybox-error p
{
    font-size: 16px;
    line-height: 20px;

    margin: 0;
    padding: 0;

    color: #444;
}

/* Buttons */

.fancybox-button
{
    position: relative;

    display: inline-block;
    visibility: inherit;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;

    cursor: pointer;
    -webkit-transition: color .2s;
            transition: color .2s;
    vertical-align: top;

    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    box-shadow: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link
{
    color: #ccc;
}

.fancybox-button:hover
{
    color: #fff;
}

.fancybox-button:focus
{
    outline: none;
}

.fancybox-button.fancybox-focus
{
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover
{
    cursor: default;

    color: #888;
    outline: none;
}

/* Fix IE11 */

.fancybox-button div
{
    height: 100%;
}

.fancybox-button svg
{
    position: relative;

    display: block;
    overflow: visible;

    width: 100%;
    height: 100%;
}

.fancybox-button svg path
{
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2)
{
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1)
{
    display: none;
}

.fancybox-progress
{
    position: absolute;
    z-index: 99998;
    top: 0;
    right: 0;
    left: 0;

    height: 2px;

    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;

    background: #ff5268;
}

/* Close button on the top right corner of html content */

.fancybox-close-small
{
    position: absolute;
    z-index: 401;
    top: -44px;
    right: -12px;

    padding: 8px;

    cursor: pointer;

    opacity: .8;
    color: #ccc;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.fancybox-close-small:hover
{
    opacity: 1;
    color: #fff;
}

.fancybox-slide--html .fancybox-close-small
{
    top: 0;
    right: 0;

    padding: 10px;

    color: currentColor;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content
{
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small
{
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button
{
    position: absolute;
    top: calc(50% - 50px);

    width: 70px;
    height: 100px;

    opacity: 0;
    background-clip: content-box;
}

.fancybox-navigation .fancybox-button div
{
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left
{
    left: 0;
    left: env(safe-area-inset-left);

    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right
{
    right: 0;

    padding: 31px 6px 31px 26px;
}

/* Caption */

.fancybox-caption
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

    z-index: 99996;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 75px 44px 25px 44px;

    text-align: center;
    pointer-events: none;

    color: #eee;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    background:         linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
}

.fancybox-caption--separate
{
    margin-top: -50px;
}

.fancybox-caption__body
{
    overflow: auto;

    max-height: 50vh;

    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited
{
    text-decoration: none;

    color: #ccc;
}

.fancybox-caption a:hover
{
    text-decoration: underline;

    color: #fff;
}

/* Loading indicator */

.fancybox-loading
{
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;

    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    padding: 0;

    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;

    opacity: .7;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    background: transparent;
}

/* Transition effects */

.fancybox-animated
{
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
            transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next
{
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next
{
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
            transition-timing-function: cubic-bezier(.19, 1, .22, 1);

    opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current
{
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous
{
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next
{
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current
{
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);

    opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous
{
    -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next
{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);

    opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous
{
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next
{
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current
{
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous
{
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next
{
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current
{
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share
{
    max-width: 90%;
    padding: 30px;

    text-align: center;

    border-radius: 3px;
    background: #f4f4f4;
}

.fancybox-share h1
{
    font-size: 35px;
    font-weight: 700;

    margin: 0 0 20px 0;

    color: #222;
}

.fancybox-share p
{
    margin: 0;
    padding: 0;
}

.fancybox-share__button
{
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;

    display: inline-block;

    min-width: 130px;
    margin: 0 5px 10px 5px;
    padding: 0 15px;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;
    text-decoration: none;

    border: 0;
    border-radius: 3px;
}

.fancybox-share__button:visited,
.fancybox-share__button:link
{
    color: #fff;
}

.fancybox-share__button:hover
{
    text-decoration: none;
}

.fancybox-share__button--fb
{
    background: #3b5998;
}

.fancybox-share__button--fb:hover
{
    background: #344e86;
}

.fancybox-share__button--pt
{
    background: #bd081d;
}

.fancybox-share__button--pt:hover
{
    background: #aa0719;
}

.fancybox-share__button--tw
{
    background: #1da1f2;
}

.fancybox-share__button--tw:hover
{
    background: #0d95e8;
}

.fancybox-share__button svg
{
    position: relative;
    top: -1px;

    width: 25px;
    height: 25px;
    margin-right: 7px;

    vertical-align: middle;
}

.fancybox-share__button svg path
{
    fill: #fff;
}

.fancybox-share__input
{
    font-size: 14px;

    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;

    color: #5d5b5b;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    outline: none;
    background: transparent;
}

/* Thumbs */

.fancybox-thumbs
{
    position: absolute;
    z-index: 99995;
    top: 0;
    right: 0;
    bottom: 0;

    display: none;

    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;

    background: #ddd;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-thumbs-x
{
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs
{
    display: block;
}

.fancybox-show-thumbs .fancybox-inner
{
    right: 212px;
}

.fancybox-thumbs__list
{
    font-size: 0;

    position: absolute;
    position: relative;

    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    white-space: nowrap;
}

.fancybox-thumbs-x .fancybox-thumbs__list
{
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar
{
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track
{
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background: #2a2a2a;
}

.fancybox-thumbs__list a
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 100px;
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: calc(100% - 8px);
    margin: 2px;
    padding: 0;

    cursor: pointer;

    outline: none;
    background-color: rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a::before
{
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
            transition: all .2s cubic-bezier(.25, .46, .45, .94);

    opacity: 0;
    border: 6px solid #ff5268;
}

.fancybox-thumbs__list a:focus::before
{
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before
{
    opacity: 1;
}

/* Styling for Small-Screen Devices */

/* Default styling for jQuery Datepicker v5.0.1. */

.datepick
{
    font-family: 'Red Hat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 90%;

    color: #000;
    border: 1px solid #444;
    -webkit-border-radius: .25em;
       -moz-border-radius: .25em;
            border-radius: .25em;
    background-color: #fff;
}

.datepick-rtl
{
    direction: rtl;
}

.datepick-popup
{
    z-index: 1000;
}

.datepick-disable
{
    position: absolute;
    z-index: 100;

    opacity: .5;
    background-color: white;

    filter: alpha(opacity=50);
}

.datepick a
{
    text-decoration: none;

    color: #fff;
}

.datepick a.datepick-disabled
{
    cursor: auto;

    color: #888;
}

.datepick button
{
    font-weight: bold;

    margin: .25em;
    padding: .125em 0;

    border: none;
    -webkit-border-radius: .25em;
       -moz-border-radius: .25em;
            border-radius: .25em;
    background-color: #fcc;
}

.datepick-nav,
.datepick-ctrl
{
    font-size: 90%;
    font-weight: bold;

    float: left;

    width: 100%;

    color: #fff;
    background-color: #000;
}

.datepick-ctrl
{
    background-color: #75993b;
}

.datepick-cmd
{
    width: 30%;

    -webkit-transition: background-color .27s ease-in-out, color .27s ease-in-out;
            transition: background-color .27s ease-in-out, color .27s ease-in-out;
}

.datepick-cmd:hover
{
    background-color: #777;
}

.datepick-ctrl .datepick-cmd:hover
{
    background-color: #e83c3c;
}

.datepick-cmd-prevJump,
.datepick-cmd-nextJump
{
    width: 8%;
}

a.datepick-cmd
{
    height: 1.5em;
}

button.datepick-cmd
{
    text-align: center;
}

.datepick-cmd-prev,
.datepick-cmd-prevJump,
.datepick-cmd-clear
{
    float: left;

    padding-left: 2%;
}

.datepick-cmd-current,
.datepick-cmd-today
{
    float: left;

    width: 35%;

    text-align: center;
}

.datepick-cmd-next,
.datepick-cmd-nextJump,
.datepick-cmd-close
{
    float: right;

    padding-right: 2%;

    text-align: right;
}

.datepick-rtl .datepick-cmd-prev,
.datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear
{
    float: right;

    padding-right: 2%;
    padding-left: 0;

    text-align: right;
}

.datepick-rtl .datepick-cmd-current,
.datepick-rtl .datepick-cmd-today
{
    float: right;
}

.datepick-rtl .datepick-cmd-next,
.datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close
{
    float: left;

    padding-right: 0;
    padding-left: 2%;

    text-align: left;
}

.datepick-month-nav
{
    float: left;

    text-align: center;

    background-color: #777;
}

.datepick-month-nav div
{
    float: left;

    width: 12.5%;
    margin: 1%;
    padding: 1%;
}

.datepick-month-nav span
{
    color: #888;
}

.datepick-month-row
{
    clear: left;
}

.datepick-month
{
    float: left;

    width: 15em;

    text-align: center;

    border: 1px solid #444;
}

.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input
{
    font-weight: bold;

    height: 1.5em;

    color: #fff;
    background-color: #444;
}

.datepick-month-header select,
.datepick-month-header input
{
    font-size: 100%;

    height: 1.4em;
    margin: 0;
    padding: 0;

    border: none;
}

.datepick-month-header input
{
    position: absolute;

    display: none;
}

.datepick-month table
{
    width: 100%;

    border-collapse: collapse;
}

.datepick-month thead
{
    border-bottom: 1px solid #aaa;
}

.datepick-month th,
.datepick-month td
{
    font-weight: normal;

    margin: 0;
    padding: 0;

    text-align: center;
}

.datepick-month th
{
    border: 1px solid #777;
}

.datepick-month th,
.datepick-month th a
{
    color: #fff;
    background-color: #777;
}

.datepick-month td
{
    border: 1px solid #aaa;
    background-color: #eee;
}

.datepick-month td.datepick-week
{
    border: 1px solid #777;
}

.datepick-month td.datepick-week *
{
    color: #fff;
    border: none;
    background-color: #777;
}

.datepick-month a
{
    display: block;

    width: 100%;
    padding: .125em 0;

    text-decoration: none;

    color: #000;
    background-color: #eee;
}

.datepick-month span
{
    display: block;

    width: 100%;
    padding: .125em 0;
}

.datepick-month td span
{
    color: #888;
}

.datepick-month td .datepick-other-month
{
    background-color: #fff;
}

.datepick-month td .datepick-weekend
{
    background-color: #ddd;
}

.datepick-month td .datepick-today
{
    color: #fff;
    background-color: #75993b;
}

.datepick-month td .datepick-highlight
{
    -webkit-transition: background-color .27s ease-in-out, color .27s ease-in-out;
            transition: background-color .27s ease-in-out, color .27s ease-in-out;

    background-color: #75993b;
}

.datepick-highlight
{
    color: #fff;
}

.datepick-month td .datepick-selected
{
    color: #fff;
    background-color: #777;
}

.datepick-month th.datepick-week
{
    color: #fff;
    background-color: #777;
}

.datepick-status
{
    clear: both;

    text-align: center;

    background-color: #ddd;
}

.datepick-clear-fix
{
    clear: both;
}

/* custom file input styles */

.jcf-file
{
    font-size: 14px;

    position: relative;

    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
        flex-direction: column;

    width: 100%;

    text-align: center;
    white-space: nowrap;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.jcf-file .jcf-real-element
{
    font-size: 200px;

    position: absolute;
    top: 0;
    right: 0;

    height: 200px;
    margin: 0;
}

.jcf-file .jcf-fake-input
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;

    height: 50px;
    padding: .6em 1.45em;

    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;

    border: none;
    background: #141414;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jcf-file .jcf-upload-button
{
    font-size: 16px;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;

    width: 100%;
    height: 50px;
    padding: 0 .5em;

    white-space: nowrap;

    color: #e67d16;
    border: none;
    background: #252525;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* common custom form elements styles */

.jcf-disabled
{
    background: #ddd !important;
}

.list-downloads,
#nav,
#nav > li > .sub-menu,
#nav > li > .sub-menu > li ul,
.links-section,
.links-section ul,
.social-networks,
.hero-section .slick-dots,
.quick-links,
.aside-links,
.subnav-list,
.list-items,
.list-info,
.oss-list,
.skill-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.clearfix:after,
dl:after,
.content-wrap:after,
.widget:after,
.post-password-form p:after,
.search-form:after,
.navigation-single:after,
.links-section > li:after
{
    display: block;
    clear: both;

    content: '';
}

.ellipsis
{
    overflow: hidden;

    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
}

html
{
    box-sizing: border-box;
}

*,
*:before,
*:after
{
    box-sizing: inherit;
}

*
{
    max-height: 1000000px;
}

body
{
    font: 16px/1.5625 'Red Hat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    min-width: 320px;

    color: #fff;
    background: #000;

    -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.5625em;
}

blockquote
{
    margin-left: 1.5625em;
    padding-left: .5em;

    border-left: 4px solid #75993b;
}

th,
td
{
    padding: .5em;

    text-align: left;
    vertical-align: top;

    border: 1px solid #999;
}

th
{
    text-align: center;
    vertical-align: middle;
}

ul,
ol
{
    padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol
{
    margin: 0;
    padding-left: 3em;
}

ul
{
    list-style-type: disc;
}

dl dt
{
    font-weight: bold;

    float: left;
    clear: left;

    padding-right: .3em;
}

dl dd
{
    overflow: hidden;
}

pre
{
    max-width: 100%;
}

form,
fieldset
{
    margin: 0;
    padding: 0;

    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea
{
    box-sizing: border-box;
    padding: .4em .7em;

    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
            border-radius: 4px;
    background: transparent;

    -webkit-appearance: none;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus
{
    border-color: rgba(0, 0, 255, .5);
}

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[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
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']
{
    font-weight: 700;

    cursor: pointer;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: color;
            transition-property: color;
    letter-spacing: .075em;
    text-transform: uppercase;

    -webkit-border-radius: 0;
            border-radius: 5px;

    -webkit-appearance: none;
}

.content-wrap
{
    padding: 6em 0 0;
}

#content:only-child
{
    float: none;

    width: 100%;
}

#sidebar #wp-calendar
{
    width: 100%;
}

.widget
{
    margin-bottom: 1.5625em;
}

.widget ul
{
    padding-left: 2em;
}

.widget select
{
    min-width: 150px;
}

.comment-form label
{
    display: block;

    padding-bottom: 4px;
}

.comment-form textarea
{
    overflow: auto;

    height: 120px;
    min-height: 120px;
    margin: 0;
}

.comment-form textarea,
.comment-form input[type='text']
{
    width: 100%;
    max-width: 300px;
    margin: 0 4px 0 0;
}

.comment-form input[type='submit']
{
    font-weight: 700;

    display: block;
    float: none;

    letter-spacing: .075em;
    text-transform: uppercase;

    border-radius: 5px;
}

.post-password-form label
{
    display: block;

    margin-bottom: 4px;
}

.post-password-form input[type='password']
{
    width: 100%;
    max-width: 300px;
    margin: 0 4px 0 0;
}

.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']
{
    height: 2em;
    padding: 0 .5em;

    color: #fff;
    border: none;
    background: #75993b;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover
{
    color: #ece74c;
}

.search-form
{
    margin-bottom: 15px;
}

.search-form input
{
    float: left;
}

.search-form input[type='search']
{
    width: 150px;
    margin: 0 4px 0 0;
}

.search-form input[type='submit']
{
    height: auto;
    padding: .455em .5em;
}

.commentlist
{
    margin: 0 0 1.5625em;
}

.commentlist .edit-link
{
    margin: 0;
}

.commentlist .avatar-holder
{
    float: left;

    margin: 0 1.5625em 4px 0;
}

.commentlist-item .commentlist-item
{
    padding: 0;
}

.comment,
.commentlist-holder
{
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item
{
    padding-top: 1.5625em;
}

.widget_calendar #next
{
    text-align: right;
}

.gallery-item dt
{
    float: none;

    padding: 0;
}

.navigation,
.navigation-comments
{
    position: relative;

    margin-bottom: 1.5625em;

    vertical-align: middle;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text
{
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers
{
    display: inline-block;

    padding: 0 .4em;

    vertical-align: middle;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev
{
    font-weight: 700;

    display: inline-block;

    max-width: 48%;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: .4em;

    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .075em;
    text-transform: uppercase;

    color: #fff;
    border-radius: 5px;
    background: #75993b;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover
{
    color: #ece74c;
}

.navigation-single
{
    margin-bottom: 1.5625em;
    padding: 2.8em 0 .8em;
}

.navigation-single .next,
.navigation-single .prev
{
    font-size: 12px;
    font-weight: 700;

    float: left;

    max-width: 48%;

    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.navigation-single .next a,
.navigation-single .prev a
{
    display: block;

    text-decoration: none;

    color: inherit;
    color: #75993b;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover
{
    color: #ece74c;
}

.navigation-single .icon-arrow-right
{
    margin: 0 0 0 .3em;
}

.navigation-single .icon-arrow-left
{
    margin: 0 .3em 0 0;
}

.navigation-single .next
{
    float: right;
}

.wp-caption
{
    clear: both;

    max-width: 100%;
    margin-bottom: 1.5625em;
    padding: .4em;

    border: 1px solid #999;
}

.wp-caption img
{
    margin: 0;

    vertical-align: top;
}

.wp-caption p
{
    margin: .4em 0 0;
}

div.aligncenter
{
    margin: 0 auto 1.5625em;
}

img.aligncenter
{
    display: block;

    margin: 0 auto;
}

.alignleft
{
    float: left;

    margin: 0 1.5625em 4px 0;
}

.alignright
{
    float: right;

    margin: 0 0 4px 1.5625em;
}

.mejs-container
{
    margin-bottom: 1.5625em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor
{
    height: auto;
}

#wp-calendar tbody td
{
    text-align: center;
}

#wp-calendar td,
#wp-calendar th
{
    border: 1px solid #999;
}

.comment-form-cookies-consent label
{
    display: inline;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h
{
    font-family: 'Anton', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: bold;
    font-weight: 400;
    line-height: 1.2;

    margin: 0 0 .5em;

    letter-spacing: .025em;
    text-transform: uppercase;

    color: #7aaac1;
}

h1 mark,
.h1 mark,
h2 mark,
.h2 mark,
h3 mark,
.h3 mark,
h4 mark,
.h4 mark,
h5 mark,
.h5 mark,
h6 mark,
.h6 mark,
.h mark
{
    color: #35708d;
    background: transparent;
}

h1,
.h1
{
    font-size: 44px;

    margin: 0 0 .3em;

    color: #ece74c;
}

h2,
.h2
{
    font-size: 28px;
}

h3,
.h3
{
    font-size: 25px;
}

h4,
.h4
{
    font-size: 18px;

    letter-spacing: .075em;
}

h5,
.h5
{
    font-size: 16px;
}

h6,
.h6
{
    font-size: 14px;
}

p
{
    margin: 0 0 1em;
}

a
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: color;
            transition-property: color;
    text-decoration: none;

    color: #75993b;
}

a:hover,
a:focus
{
    color: #ece74c;
}

.resize-active *
{
    -webkit-transition: none !important;
            transition: none !important;
}

#wrapper
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.w1
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    min-height: 100vh;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.w1 > #main
{
    overflow: hidden;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.container
{
    max-width: 1216px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container.lg-mod
{
    max-width: 1364px;
    padding-right: 20px;
    padding-left: 20px;
}

.btn
{
    font-size: 15px;
    font-weight: 700;
    line-height: 1;

    display: inline-block;

    letter-spacing: .075em;
    text-transform: uppercase;

    border-radius: 5px;
}

.btn.btn-primary
{
    min-width: 14.8em;
    padding: 1.35em .8em;

    text-align: center;
    letter-spacing: .075em;

    color: #fff;
    background: #75993b;
}

.btn.btn-primary:hover
{
    color: #ece74c;
}

.btn.small-mod
{
    min-width: 8.8em;
    padding: 1.1em .8em;
}

.section-header
{
    margin: 0 0 1.6em;

    text-align: center;
}

.section-header h2:only-child
{
    margin: 0;
}

.page-thumbnail
{
    height: 60vw;
    max-height: 330px;
    margin: 0;
}

.page-thumbnail img
{
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.lightbox-popup-holder
{
    position: relative;

    overflow: hidden;

    height: 0;
}

.list-downloads
{
    margin-bottom: 53px;
}

.list-downloads > li
{
    position: relative;

    margin-bottom: 13px;
    padding-left: 35px;

    color: #fff;
}

.list-downloads > li:before
{
    position: absolute;
    top: 9px;
    left: 0;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background: #75993b;
}

.list-downloads > li a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 300px;

    text-decoration: none;

    color: inherit;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.list-downloads > li a:hover
{
    color: #75993b;
}

.list-downloads > li a img
{
    display: block;
}

.list-downloads > li .ico
{
    display: block;

    padding-top: 3px;
}

.wp-block-separator
{
    margin: 1.6em 0;

    border-color: #212121;
}

#header
{
    position: absolute;
    z-index: 1003;
    top: 0;
    left: 0;

    width: 100%;
    padding: 22px 0;
}

#header:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 155px;

    content: '';
    pointer-events: none;

    background-image: url('images/layer-01.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

#header .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo
{
    position: relative;
    z-index: 1;

    margin: 0;
}

.logo a
{
    display: inline-block;
}

#nav
{
    font-size: 23px;
    font-weight: 500;
}

#nav > li
{
    position: relative;
}

#nav > li:hover > .sub-menu,
#nav > li.hover > .sub-menu
{
    visibility: visible;

    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);

    opacity: 1;
}

#nav > li:hover > a,
#nav > li.hover > a
{
    color: #ece74c;
}

#nav > li.active > a
{
    color: #ece74c;
}

#nav > li.level-1.active-level-1 > a .arrow
{
    background: rgba(255, 255, 255, .1);
}

#nav > li.level-1.active-level-1 > a .arrow:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

#nav > li .level-2.active-level-2 > a .arrow
{
    background: rgba(255, 255, 255, .1);
}

#nav > li .level-2.active-level-2 > a .arrow:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

#nav > li .level-3.active-level-3 > a .arrow
{
    background: rgba(255, 255, 255, .1);
}

#nav > li .level-3.active-level-3 > a .arrow:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

#nav > li li.active > a,
#nav > li li.hover > a,
#nav > li li:hover > a
{
    color: #ece74c;
}

#nav > li > a
{
    position: relative;

    display: block;

    padding: 4px 18px;

    color: #fff;
}

#nav > li > a:hover,
#nav > li > a:focus
{
    color: #ece74c;
}

#nav > li > .sub-menu
{
    font-size: 18px;

    padding: 13px 0 14px;

    background: #000;
}

#nav > li > .sub-menu > li a
{
    font-weight: 500;

    display: block;

    padding: .18em 19px;

    letter-spacing: .05em;
}

#nav > li > .sub-menu > li a:hover
{
    color: #ece74c;
}

#nav > li > .sub-menu > li ul
{
    font-size: 16px;

    padding: 0 0 0 15px;

    background: rgba(255, 255, 255, .1);
}

#nav > li > .sub-menu > li ul ul
{
    margin: 0 0 0 -15px;
    padding: 0 0 0 30px;
}

#nav > li > .sub-menu > li ul a
{
    font-weight: 400;
}

#nav > li > .sub-menu a
{
    color: #fff;
}

#nav > li > .sub-menu a:not(:only-child)
{
    position: relative;

    padding: .18em 41px .18em 19px;
}

#nav > li .arrow
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: inline-block;

    width: 32px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: background;
            transition-property: background;

    background: rgba(255, 255, 255, 0);
}

#nav > li .arrow:before
{
    position: absolute;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);

    background-image: url('data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'640\' height=\'640\' viewBox=\'0 0 640 640\'%3E%3Cpath fill=\'%23709338\' d=\'M424 320l-228.512-237.44c-8.576-8.64-8.576-22.624 0-31.328 8.576-8.64 22.432-8.64 31.008 0l250.56 253.056c8.576 8.672 8.576 22.688 0 31.328l-250.56 253.056c-8.576 8.672-22.432 8.64-31.008 0-8.576-8.608-8.576-22.624 0-31.328l228.512-237.344z\'%3E%3C/path%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px;
}

.search-wrap
{
    padding: 16px 18px;
}

.search-wrap .open
{
    display: none;

    padding: 0;

    border: none;
    background: transparent;
}

.search-wrap .open:hover svg path
{
    stroke: #ece74c;
}

.search-wrap .open svg path
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: stroke;
            transition-property: stroke;

    stroke: #79aac1;
}

.search-wrap .popup
{
    display: block !important;

    width: 100%;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: opacity, visibility;
            transition-property: opacity, visibility;
}

.search-wrap .site-search-form
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-wrap .site-search-form [type='search']
{
    border: 1px solid rgba(255, 255, 255, .5);
    border-right: none;
    border-radius: 4px 0 0 4px;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search-wrap .site-search-form [type='submit']
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 8px;

    border: none;
    border-radius: 5px;
    border-radius: 0 4px 4px 0;
    background: #75993b;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-wrap .site-search-form [type='submit'] svg
{
    width: 18px;
    height: 18px;
}

.search-wrap .site-search-form [type='submit'] svg path
{
    stroke: #fff;
}

.nav-opener
{
    font-size: 0;

    position: relative;

    display: block;

    width: 34px;
    height: 30px;
    margin: 0 0 0 auto;

    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.nav-active .nav-opener span
{
    opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after
{
    top: 50%;
    right: 15%;
    left: 15%;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.nav-active .nav-opener:after
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after
{
    position: absolute;
    top: 50%;
    right: 18%;
    left: 18%;

    height: 2px;

    -webkit-transition: all .3s linear;
            transition: all .3s linear;

    background: #fff;
}

.nav-opener:before,
.nav-opener:after
{
    top: 30%;

    content: '';
}

.nav-opener:after
{
    top: 70%;
}

#footer
{
    overflow: hidden;

    padding: 63px 0 95px;

    text-align: center;

    background: #141414;
}

#footer .container.lg-mod
{
    max-width: 1393px;
}

.footer-top-line
{
    padding: 0 0 51px;
}

.footer-top-line .col
{
    padding: 0 15px;
}

.footer-top-line .col:not(:last-child)
{
    display: none;
}

.links-section > li > a
{
    font: 700 15px/1 'Red Hat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    float: left;

    margin: 0 0 .5em;

    letter-spacing: .075em;
    text-transform: uppercase;

    color: #fef84a;
}

.links-section > li > a:hover
{
    color: #ece74c;
}

.links-section ul
{
    font-size: 15px;

    clear: both;

    width: 100%;
    margin: 0 0 2em;

    letter-spacing: -.03em;
}

.links-section ul li:not(:last-child)
{
    margin: 0 0 .07em;
}

.links-section ul a
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    color: #fff;
}

.links-section ul a:hover
{
    color: #ece74c;
}

.links-section h3
{
    font: 700 15px/1 'Red Hat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    letter-spacing: .075em;
}

.links-section h3 a
{
    color: #fef84a;
}

.links-section h3 a:hover
{
    color: #ece74c;
}

.footer-contact
{
    font-size: 15px;
    line-height: 1.72;
}

.footer-contact h3
{
    margin: 0 0 .1em;
}

.footer-contact address
{
    font-style: normal;

    margin: 0 0 1.8em;
}

.footer-contact a
{
    color: #fff;
}

.footer-contact a:hover
{
    color: #ece74c;
}

.footer-logo
{
    display: none;
    display: none;

    margin: 0;
}

.social-networks
{
    font-size: 46px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 .18em;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-networks li:not(:last-child)
{
    margin: 0 8px 0 0;
}

.social-networks a
{
    display: block;
}

.footer-bottom-line
{
    font-size: 15px;
    line-height: 1.34;
}

.copyright
{
    margin: 0 0 21px;
}

.copyright p:last-child
{
    margin: 0;
}

.designed-by
{
    font-size: 13px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    letter-spacing: -.02em;

    color: #b2b2b2;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.designed-by figure
{
    margin: 0 0 0 10px;
}

.hero-section
{
    position: relative;
}

.hero-section .slick-dots
{
    position: absolute;
    bottom: 37px;
    left: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.hero-section .slick-dots li:not(:last-child)
{
    margin: 0 21px 0 0;
}

.hero-section .slick-dots li.slick-active button
{
    background: #fef84a;
}

.hero-section .slick-dots button
{
    font-size: 0;

    width: 10px;
    height: 10px;
    padding: 0;

    cursor: pointer;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: background;
            transition-property: background;

    border: none;
    border-radius: 50%;
    background: #c7c7c7;
}

.hero-section .slick-dots button:hover
{
    background: #fef84a;
}

.hero-section .slick-slide
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.hero-section .container
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    min-height: 640px;
    padding-top: 120px;
    padding-bottom: 120px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-section .inner
{
    max-width: 695px;
}

.hero-section h1
{
    line-height: 1.05;

    margin: 0 0 .2em;

    letter-spacing: 0;

    color: #fff;
}

.hero-section h3
{
    line-height: 1.4;

    margin: 0 0 1.25em;

    letter-spacing: .02em;

    color: #ece74c;
}

.hero-section .bg-video
{
    position: absolute;
    top: 0;
    left: 0;

    pointer-events: none;
}

.slider-section
{
    position: relative;

    background: #141414;
}

.slider-section .entry-body
{
    padding: 60px 0 30px;
}

.slider-section .subheading
{
    font-size: 22px;
    font-weight: 700;

    display: block;

    margin: 0 0 .3em;

    letter-spacing: .075em;
    text-transform: uppercase;

    color: #e67d16;
}

.slider-section h2 mark
{
    display: block;
}

.slider-section p
{
    margin: 0 0 1.1em;
}

.slider-section .btn
{
    letter-spacing: .1em;
}

.slider-section .entry-image
{
    height: 66vw;
    margin: 0 -20px;
}

.slider-section .entry-image img
{
    width: 100%;
    max-width: none;
    height: 100%;

    object-fit: cover;
}

.slider-section .slick-arrow
{
    font-size: 0;

    position: absolute;
    z-index: 1;
    top: 15px;
    left: 0;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 36px;
    height: 36px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: background;
            transition-property: background;

    border: none;
    border-radius: 50%;
    background: #474747;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-section .slick-arrow:hover
{
    background: #75993b;
}

.slider-section .slick-arrow.slick-prev
{
    left: 15px;
}

.slider-section .slick-arrow.slick-next
{
    left: 64px;
}

.slider-section .slick-arrow svg
{
    width: 12px;
    height: auto;

    fill: #fff;
}

.news-sections
{
    padding: 60px 0;
}

.news-sections .quick-links
{
    margin: -.5em 0 0;
}

.quick-links li:not(:last-child)
{
    border-bottom: 1px solid #212121;
}

.quick-links a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: .5em 8px;

    color: #fff;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quick-links a:hover
{
    color: #ece74c;
}

.quick-links .arrow
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 21px;
    height: 21px;
    margin: 0 0 0 1em;

    border-radius: 50%;
    background: #75993b;

    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quick-links .arrow svg
{
    width: 6px;
    height: auto;

    fill: #fff;
}

.last-post-item
{
    padding: 3px 0;

    text-align: center;
}

.last-post-item a
{
    color: #fff;
}

.last-post-item a:hover h5
{
    color: #ece74c;
}

.last-post-item h5
{
    font-family: 'Red Hat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 19px;
    font-weight: 700;

    margin: 0 0 .4em;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: color;
            transition-property: color;
    letter-spacing: 0;
    text-transform: none;

    color: #e67d16;
}

.last-post-item p:last-child
{
    margin-bottom: 0;
}

.last-post-item + .last-post-item
{
    margin-top: 34px;
}

.last-post-item + .btn-wrap
{
    margin-top: 30px;

    text-align: center;
}

.two-text-box
{
    padding: 60px 0;
}

.two-text-box .entry-grid > div
{
    padding: 24px 0;

    border-bottom: 1px solid #212121;
}

.two-text-box .info-item p
{
    margin: 0 0 1.4em;
}

.text-box-and-media
{
    position: relative;

    background: #141414;
}

.text-box-and-media .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-box-and-media .text-box
{
    width: 100%;
    padding: 49px 25px 45px 32px;
}

.text-box-and-media .text-box h2 mark
{
    display: block;
}

.text-box-and-media .text-box h4
{
    font-family: 'Red Hat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 700;

    margin: 0 0 .4em;

    letter-spacing: .075em;

    color: #e67d16;
}

.text-box-and-media .text-box p:last-child
{
    margin-bottom: 0;
}

.text-box-and-media .text-box a[href*='tel:']
{
    color: inherit;
}

.text-box-and-media .text-box a[href*='tel:']:hover
{
    color: #ece74c;
}

.text-box-and-media .media
{
    position: relative;

    width: 100%;
    height: 70vw;
    margin: 0;

    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.text-box-and-media .media img
{
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.text-box-and-media .media a
{
    display: block;

    width: 100%;
    height: 100%;
}

.text-box-and-media .media a[data-fancybox='true']:before
{
    font-family: 'icomoon' !important;
    font-size: 92px;

    position: absolute;
    top: 50%;
    left: 50%;

    content: '\ea15';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: opacity;
            transition-property: opacity;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    color: #ece74c;
}

.text-box-and-media .media iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.page-thumbnail + .page-content
{
    padding: 20px 0 44px;
}

.page-content
{
    padding: 90px 0 44px;
}

.left-sidebar
{
    padding: 0 0 15px;
}

.left-sidebar h3
{
    font-size: 25px;

    margin: 0 0 .75em .3em;

    letter-spacing: .025em;
}

.subnav-wrap .slide
{
    background: #0e0e0e;
}

.subnav-wrap .nav-select
{
    width: 100%;
    margin-bottom: 20px;
    padding: 6px 0;

    text-align: center;

    border: 1px solid #212121;
    border-right: 0;
    border-left: 0;
    outline: none;
    background: transparent;
}

.subnav-wrap .nav-select option
{
    text-align: center;
}

.aside-links > *
{
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);

    border-bottom: 1px solid #212121;
}

.aside-links > *.new-item
{
    -webkit-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
            transform: translate(0, 40px);

    opacity: 0;
}

.aside-links > *:first-child
{
    border-top: 1px solid #212121;
}

.aside-links > *.active > a
{
    color: #fef844;
}

.aside-links > *.active > a .plus
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.aside-links > * .menu-item-has-children.active > a .plus
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.aside-links > * > a
{
    font-size: 18px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: .6em .8em .6em .45em;

    color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aside-links > * > a:hover
{
    color: #fef844;
}

.aside-links > * .opener
{
    display: inline-block;

    margin: 0 0 0 1em;
}

.aside-links > * .opener:hover .plus:before,
.aside-links > * .opener:hover .plus:after
{
    background: #fff;
}

.aside-links > * .plus
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;

    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.aside-links > * .plus:before,
.aside-links > * .plus:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 1px;

    content: '';
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: background;
            transition-property: background;

    background: #75993b;
}

.aside-links > * .plus:before
{
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.aside-links > * .plus:after
{
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}

.aside-links > a.load-more
{
    display: inline-block;

    margin: .4em 0 0 .4em;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: color;
            transition-property: color;

    border: none;
}

.aside-links > a.load-more i
{
    font-size: .5em;

    position: relative;
    top: -.1em;
    left: .2em;

    display: inline-block;
}

.subnav-list
{
    font-size: 14px;
    line-height: 1.3;

    padding: 14px;
}

.subnav-list li:not(:last-child)
{
    margin: 0 0 .64em;
}

.subnav-list li.active > a
{
    color: #ece74c;
}

.subnav-list a
{
    display: block;

    color: #fff;
}

.subnav-list a:hover
{
    color: #ece74c;
}

.page-body
{
    padding: 0 16px;
}

.page-body p
{
    margin: 0 0 1.6em;
}

.page-body p small
{
    line-height: 1.5;

    display: inline-block;

    vertical-align: baseline;
}

.page-body p + h3
{
    margin-top: 1.75em;
}

.page-body > *:last-child
{
    margin-bottom: 0;
}

.page-body .btn-wrap
{
    padding: .4em 0 0 0;
}

.page-body .btn-wrap .btn
{
    font-size: 14px;

    padding: 1.15em 2.25em;
}

.one-and-two-thirds-text-row
{
    padding: 40px 0;
}

.one-and-two-thirds-text-row h4
{
    font-family: 'Red Hat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 700;

    margin: 0 0 1.4em;

    letter-spacing: .045em;

    color: #e67d16;
}

.one-and-two-thirds-text-row h3
{
    margin: 0 0 1em;
}

.one-and-two-thirds-text-row p
{
    margin: 0 0 1.55em;
}

.one-and-two-thirds-text-row p + h3
{
    margin-top: 2em;
}

.one-and-two-thirds-text-row a[href*='tel:']
{
    color: #fff;
}

.one-and-two-thirds-text-row a[href*='tel:']:hover
{
    color: #ece74c;
}

.gallery-films-wrap
{
    padding: 30px 0;

    background: #141414;
}

.gallery-films
{
    margin: 0 -10px;
}

.gallery-films .slick-arrow
{
    font-size: 0;

    position: absolute;
    z-index: 10;
    top: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 36px;
    height: 36px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: #75993b;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-films .slick-arrow svg
{
    width: 12px;
    height: auto;

    fill: #fff;
}

.gallery-films .slick-prev
{
    left: 15px;
}

.gallery-films .slick-next
{
    right: 15px;
}

.gallery-films .slick-disabled
{
    cursor: not-allowed;

    background: #474747;
}

.gallery-films .slide-visual-wrap
{
    padding: 0 10px;
}

.gallery-films .slide-visual
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 100%;
    padding-top: 148%;

    outline: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.gallery-calendar-wrap
{
    padding: 30px 0;
}

.gallery-calendar-wrap .slide
{
    outline: none;
}

.calendar-hold
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pagination-calendar
{
    position: relative;

    width: 70px;
    padding-top: 55px;
    padding-bottom: 55px;
}

.pagination-calendar .sticky-wrap-slick-arrow
{
    height: 0 !important;
}

.pagination-calendar .slick-arrow
{
    font-size: 0;

    position: absolute;
    z-index: 10;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 30px;
    height: 30px;

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: #75993b;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-calendar .slick-arrow svg
{
    width: 8px;
    height: auto;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    fill: #fff;
}

.pagination-calendar .slick-prev
{
    top: 0;
    left: -14px;
}

.pagination-calendar .slick-next
{
    top: 0;
    right: -14px;
    left: auto;
}

.pagination-calendar .slick-disabled
{
    background: #474747;
}

.pagination-calendar .time
{
    font-family: 'Anton', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.67;

    display: block;

    cursor: pointer;
    text-align: center;
}

.pagination-calendar .slick-current
{
    color: #7aaac1;
}

.gallery-calendar
{
    width: calc(100% - 70px);
    padding-left: 20px;
}

.gallery-calendar h2
{
    line-height: 1;

    margin-bottom: 28px;

    color: #ece74c;
}

.gallery-calendar .columns-content__col
{
    width: 100%;
}

.gallery-calendar .row-content + .row-content
{
    padding-top: 30px;
}

.gallery-calendar .slick-arrow
{
    font-size: 0;

    position: absolute;
    z-index: 10;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 30px;
    height: 30px;

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: #75993b;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-calendar .slick-arrow svg
{
    width: 8px;
    height: auto;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    fill: #fff;
}

.gallery-calendar .slick-prev
{
    top: 0;
    left: -84px;
}

.gallery-calendar .slick-next
{
    top: 0;
    left: -16px;
}

.gallery-calendar .slick-disabled
{
    background: #474747;
}

.list-items
{
    font-size: 16px;
    line-height: 1.5;
}

.list-items > li
{
    margin-bottom: 12px;
}

.list-items .title
{
    display: block;

    color: #75993b;
}

.list-items .title a
{
    color: inherit;
}

.list-items .title a:hover
{
    color: #fff;
}

.list-items .genre
{
    color: #fff;
}

.list-items .genre a
{
    color: inherit;
}

.list-items .genre a:hover
{
    color: #75993b;
}

.list-info
{
    padding: 0 16px;
}

.list-info > li
{
    margin-bottom: 25px;
    padding-bottom: 19px;

    border-bottom: 1px solid #212121;
}

.list-info > li:last-child
{
    border: 0;
}

.info-box
{
    text-align: left;
}

.info-box p
{
    margin: 0;
}

.info-box h2
{
    font-size: 36px;

    margin-bottom: 1px;

    color: #ece74c;
}

.info-box h3
{
    margin: 0 0 3px;
}

/* custom select styles */

.jcf-select
{
    position: relative;

    display: inline-block;

    width: 100%;
    height: 38px;
    margin: 0;

    vertical-align: top;

    color: #000;
    border: 1px solid #212121;
    border-right: 0;
    border-left: 0;
    background: transparent;
}

.jcf-select select
{
    z-index: 1;
    top: 0;
    left: 0;
}

.jcf-select .jcf-select-text
{
    font-size: 16px;
    line-height: 20px;

    display: block;
    overflow: hidden;

    padding: 8px 0;

    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #fff;
}

.jcf-select .jcf-select-text > span
{
    display: inline-block;
}

.jcf-select .jcf-select-text > span:after
{
    top: 50%;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin-left: 10px;

    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    vertical-align: middle;

    border-right: 1px solid #a3c66c;
    border-bottom: 1px solid #a3c66c;
}

.jcf-select .jcf-select-text > span .opener
{
    display: none;
}

.jcf-select .jcf-select-opener
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 26px;

    text-align: center;

    opacity: 0;
    background: #aaa;
}

body > .jcf-select-drop
{
    position: absolute;
    z-index: 9999;

    margin: -1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped
{
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop
{
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: -1px;
    left: -1px;

    margin-top: 0;
}

.jcf-select .jcf-drop-flipped
{
    top: auto;
    bottom: 100%;
}

.jcf-select-drop .jcf-select-drop-content
{
    border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box
{
    display: inline-block;
    overflow: hidden;

    min-width: 200px;
    margin: 0 15px;

    border: 1px solid #b8c3c9;
}

/* select options styles */

.jcf-list
{
    font-size: 12px;
    line-height: 14px;

    position: relative;

    display: inline-block;

    width: 100%;

    vertical-align: top;

    background: #fff;
}

.jcf-list .jcf-list-content
{
    display: inline-block;
    overflow: auto;

    width: 100%;

    vertical-align: top;
}

.jcf-list ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.jcf-list ul li
{
    display: block;
    overflow: hidden;
}

.jcf-list .jcf-overflow
{
    overflow: auto;
}

.jcf-list .jcf-option
{
    display: block;
    overflow: hidden;

    height: 1%;
    padding: 5px 9px;

    cursor: default;

    color: #656565;
}

.jcf-list .jcf-disabled
{
    color: #aaa !important;
    background: #fff !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected
{
    color: #000;
    background: #e6e6e6;
}

.jcf-list .jcf-optgroup-caption
{
    font-weight: bold;

    display: block;

    padding: 5px 9px;

    cursor: default;
    white-space: nowrap;

    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option
{
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled
{
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus *
{
    border-color: #212121 !important;
}

/* start wpcf7-form */

.wpcf7-form
{
    margin: 2.7em 0 0;
}

.wpcf7-form .form-row
{
    margin: 0 0 .785em;
}

.wpcf7-form .form-row.columns .col
{
    margin: 0 0 .785em;
}

.wpcf7-form .form-row .ajax-loader
{
    display: block;

    margin: 1em auto 0;
}

.wpcf7-form .form-row .ajax-loader-text
{
    display: none;
}

.wpcf7-form .form-row .ajax-loader.is-active + .ajax-loader-text
{
    display: block;
}

.wpcf7-form input:not([type='submit']),
.wpcf7-form textarea,
.wpcf7-form select
{
    width: 100%;
    padding: .6em .8em;

    -webkit-transition: outline .27s ease-in-out;
            transition: outline .27s ease-in-out;

    border: none;
    border-radius: 0;
    outline: 1px solid rgba(255, 255, 255, 0);
    background: #141414;
}

.wpcf7-form input:not([type='submit'])::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder,
.wpcf7-form select::-webkit-input-placeholder
{
    color: #fff;
}

.wpcf7-form input:not([type='submit'])::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder,
.wpcf7-form select::-moz-placeholder
{
    opacity: 1;
    color: #fff;
}

.wpcf7-form input:not([type='submit']):-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder,
.wpcf7-form select:-moz-placeholder
{
    color: #fff;
}

.wpcf7-form input:not([type='submit']):-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder,
.wpcf7-form select:-ms-input-placeholder
{
    color: #fff;
}

.wpcf7-form input:not([type='submit']).placeholder,
.wpcf7-form textarea.placeholder,
.wpcf7-form select.placeholder
{
    color: #fff;
}

.wpcf7-form input:not([type='submit']):focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus
{
    outline: 1px solid rgba(255, 255, 255, .05);
}

.wpcf7-form input:not([type='submit']),
.wpcf7-form select
{
    height: 50px;
}

.wpcf7-form textarea
{
    min-height: 122px;
    max-height: 122px;

    resize: none;
}

.wpcf7-form select
{
    padding-right: 3em;

    background-image: url('data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 768 768\'%3E%3Cpath fill=\'%2379aac1\' d=\'M169.376 310.624l192 192c12.512 12.512 32.768 12.512 45.248 0l192-192c12.512-12.512 12.512-32.768 0-45.248s-32.768-12.512-45.248 0l-169.376 169.376-169.376-169.376c-12.512-12.512-32.768-12.512-45.248 0s-12.512 32.768 0 45.248z\'%3E%3C/path%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: calc(100% - 1.3em) 50%;
    background-size: 1.6em;

       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
}

.wpcf7-form select::-ms-expand
{
    display: none;
}

.wpcf7-form .submit-row
{
    padding: .9em 0 0;

    text-align: center;
}

.wpcf7-form [type='submit']
{
    font-size: 14px;
    font-weight: 700;

    display: inline-block;

    min-width: 222px;
    padding: 1.1em .5em;

    -webkit-transition: background .27s ease-in-out;
            transition: background .27s ease-in-out;

    color: #fff;
    border: none;
    background: #75993b;
}

.wpcf7-form [type='submit']:hover
{
    background: #678734;
}

.wpcf7-form span.wpcf7-not-valid-tip
{
    font-size: .8em;

    color: rgba(255, 0, 0, .7);
}

.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-acceptance-missing
{
    margin: 1em .5em 1em;

    text-align: center;

    color: rgba(255, 0, 0, .7);
    border: none;
}

/* end wpcf7-form */

.form-wrap input:not([type='submit']):not([type='checkbox']):not([type='file']),
.form-wrap textarea,
.form-wrap select
{
    width: 100%;
    padding: .6em .8em;

    -webkit-transition: outline .27s ease-in-out;
            transition: outline .27s ease-in-out;

    border: none;
    border-radius: 0;
    outline: 1px solid rgba(255, 255, 255, 0);
    background: #212121;
}

.form-wrap input:not([type='submit']):not([type='checkbox']):not([type='file'])::-webkit-input-placeholder,
.form-wrap textarea::-webkit-input-placeholder,
.form-wrap select::-webkit-input-placeholder
{
    color: #fff;
}

.form-wrap input:not([type='submit']):not([type='checkbox']):not([type='file'])::-moz-placeholder,
.form-wrap textarea::-moz-placeholder,
.form-wrap select::-moz-placeholder
{
    opacity: 1;
    color: #fff;
}

.form-wrap input:not([type='submit']):not([type='checkbox']):not([type='file']):-moz-placeholder,
.form-wrap textarea:-moz-placeholder,
.form-wrap select:-moz-placeholder
{
    color: #fff;
}

.form-wrap input:not([type='submit']):not([type='checkbox']):not([type='file']):-ms-input-placeholder,
.form-wrap textarea:-ms-input-placeholder,
.form-wrap select:-ms-input-placeholder
{
    color: #fff;
}

.form-wrap input:not([type='submit']):not([type='checkbox']):not([type='file']).placeholder,
.form-wrap textarea.placeholder,
.form-wrap select.placeholder
{
    color: #fff;
}

.form-wrap input:not([type='submit']):not([type='checkbox']):not([type='file']):focus,
.form-wrap textarea:focus,
.form-wrap select:focus
{
    outline: 1px solid rgba(255, 255, 255, .05);
}

.form-wrap input:not([type='submit']):not([type='checkbox']):not([type='file']),
.form-wrap select
{
    height: 50px;
}

.form-wrap textarea
{
    min-height: 122px;
    max-height: 122px;

    resize: none;
}

.form-wrap select
{
    padding-right: 3em;

    background-image: url('data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 768 768\'%3E%3Cpath fill=\'%2379aac1\' d=\'M169.376 310.624l192 192c12.512 12.512 32.768 12.512 45.248 0l192-192c12.512-12.512 12.512-32.768 0-45.248s-32.768-12.512-45.248 0l-169.376 169.376-169.376-169.376c-12.512-12.512-32.768-12.512-45.248 0s-12.512 32.768 0 45.248z\'%3E%3C/path%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: calc(100% - 1.3em) 50%;
    background-size: 1.6em;

       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
}

.form-wrap select::-ms-expand
{
    display: none;
}

.form-wrap [type='submit']
{
    font-size: 14px;
    font-weight: 700;

    display: inline-block;

    min-width: 222px;
    padding: 1.1em .5em;

    -webkit-transition: background .27s ease-in-out;
            transition: background .27s ease-in-out;

    color: #fff;
    border: none;
    background: #75993b;
}

.form-wrap [type='submit']:hover
{
    background: #678734;
}

.form-wrap input[type='checkbox']
{
    position: relative;

    display: inline-block;

    width: 25px;
    height: 25px;
    margin: 0 .5em 0 0 !important;

    -webkit-transition: background-size .27s ease-in-out;
            transition: background-size .27s ease-in-out;

    border: none;
    border-radius: 0;
    background-color: #2a2a2a;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;

    -webkit-appearance: none;
       -moz-appearance: none;
         -o-appearance: none;
            appearance: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.form-wrap input[type='checkbox']:checked
{
    background-image: url('./images/checkmark.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 13px 13px;
}

.form-wrap input::-ms-check
{
    display: none;
}

.form-wrap.oss-form
{
    font-size: 16px;
    line-height: 1.65;

    margin: 2.5em 0 0;
}

.form-wrap.oss-form .label-is-hiddden .acf-label
{
    margin: 0;
}

.form-wrap.oss-form .label-is-hiddden .acf-label label
{
    position: absolute;
    left: -99999px;

    visibility: hidden;

    opacity: 0;
}

.form-wrap.oss-form .acf-field
{
    min-height: auto !important;
    margin: 0 0 .7em;
    padding: 0;

    border: none !important;
}

.form-wrap.oss-form .acf-field.half-row
{
    width: 100% !important;
}

.form-wrap.oss-form .acf-field.acf-field-group
{
    padding: 0;
}

.form-wrap.oss-form .acf-field.checkbox-row
{
    margin-bottom: 0;
    padding-top: .6em;
}

.form-wrap.oss-form .acf-field.checkbox-row .acf-label
{
    margin: 0 0 .86em;
}

.form-wrap.oss-form .acf-field.file-row
{
    margin: 0 0 1.5em;
}

.form-wrap.oss-form .acf-field.file-row .hide-if-value p
{
    font-size: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    background: #141414;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.form-wrap.oss-form .acf-field.file-row .hide-if-value p:before
{
    font-size: 14px;

    padding: 10px;

    content: 'Upload Resume';
}

.form-wrap.oss-form .acf-field.file-row .hide-if-value a
{
    font-size: 0;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 100%;
    margin: 0 0 0 auto;
    padding: 0 .5em;

    color: #e67d16;
    background: #252525;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.form-wrap.oss-form .acf-field.file-row .hide-if-value a:before
{
    font-size: 16px;

    padding: 10px;

    content: 'Browse';
}

.form-wrap.oss-form .acf-field.checkbox-popup
{
    position: relative;
}

.form-wrap.oss-form .acf-field.checkbox-popup.popup-active .popup
{
    visibility: visible;

    opacity: 1;
}

.form-wrap.oss-form .acf-field.checkbox-popup .acf-fields.-border
{
    border: none;
    background: transparent;
}

.form-wrap.oss-form .acf-field.checkbox-popup .acf-label
{
    position: absolute;
    left: -99999px;

    opacity: 0;
}

.form-wrap.oss-form .acf-field.checkbox-popup .open
{
    position: relative;
    z-index: 10;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 24px;
    height: 24px;
    margin: 0 0 0 .8em;

    cursor: pointer;
    -webkit-transform: translate(0, -.1em);
        -ms-transform: translate(0, -.1em);
            transform: translate(0, -.1em);
    vertical-align: middle;

    color: #e67d16;
    border: 1px solid #e67d16;
    border-radius: 50%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.form-wrap.oss-form .acf-field.checkbox-popup .open:before
{
    font-size: 17px;

    content: '?';
}

.form-wrap.oss-form .acf-field.checkbox-popup .popup
{
    font-size: 14px;
    line-height: 1.555;

    position: absolute;
    z-index: 10;
    right: -31px;
    bottom: 13px;
    left: -31px;

    display: block !important;
    visibility: hidden;

    margin: 0;
    padding: 48px 15px 30px;

    -webkit-transition: visibility .27s ease-in-out, opacity .27s ease-in-out;
            transition: visibility .27s ease-in-out, opacity .27s ease-in-out;
    text-align: center;

    opacity: 0;
    color: #000;
    background: #fff;
}

.form-wrap.oss-form .acf-field.checkbox-popup .popup h3
{
    font: 700 18px/1.333 'Red Hat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    margin: 0 0 1.5em;

    text-transform: none;

    color: #000;
}

.form-wrap.oss-form .acf-field.checkbox-popup .popup .close
{
    position: absolute;
    top: 15px;
    right: 15px;

    width: 21px;
    height: 21px;

    -webkit-transition: opacity .27s ease-in-out;
            transition: opacity .27s ease-in-out;

    opacity: 1;
    background-image: url('data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'640\' height=\'640\' viewBox=\'0 0 640 640\'%3E%3Cpath fill=\'%23e67d16\' d=\'M320 274.752l-226.272-226.272-45.248 45.248 226.272 226.272-226.272 226.272 45.248 45.248 226.272-226.272 226.272 226.272 45.248-45.248-226.272-226.272 226.272-226.272-45.248-45.248-226.272 226.272z\'%3E%3C/path%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.form-wrap.oss-form .acf-field.checkbox-popup .popup .close:hover,
.form-wrap.oss-form .acf-field.checkbox-popup .popup .close:focus
{
    opacity: .7;
}

.form-wrap.oss-form .acf-field.checkbox-popup .popup p
{
    margin: 0;
}

.form-wrap.oss-form .acf-field.checkbox-popup .popup a
{
    color: #000;
}

.form-wrap.oss-form .acf-field.checkbox-popup .popup a:hover,
.form-wrap.oss-form .acf-field.checkbox-popup .popup a:focus
{
    color: #7aaac1;
}

.form-wrap.oss-form .acf-field.checkbox-popup .popup a[href*='mailto:']
{
    text-decoration: underline;
}

.form-wrap.oss-form .acf-field .acf-checkbox-list > li
{
    font-size: 16px;
    line-height: 1;

    display: inline-block;

    width: 100%;
    margin: 0 0 1.0em;

    vertical-align: top;
}

.form-wrap.oss-form .acf-field .acf-checkbox-list > li:only-child
{
    margin: 0;
}

.form-wrap.oss-form .acf-field .acf-checkbox-list > li label
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-wrap.oss-form .acf-field .acf-label label
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;

    display: block;

    margin: 0 0 3px;
    padding: 0;
}

.form-wrap.oss-form .acf-form-submit
{
    font-size: 14px;

    padding: .9em 0 0;

    text-align: center;
}

.form-wrap.oss-form .acf-fields .acf-notice.-error
{
    margin: 0;
    padding: 0;

    background: transparent;
}

.form-wrap.oss-form .acf-input
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.form-wrap.oss-form .acf-input .acf-input-wrap
{
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.form-wrap.oss-form .acf-field-file .acf-input,
.form-wrap.oss-form .acf-field-recaptcha .acf-input,
.form-wrap.oss-form .acf-field-checkbox .acf-input
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.form-wrap.oss-form .acf-field-file .acf-input .acf-file-uploader,
.form-wrap.oss-form .acf-field-file .acf-input .g-recaptcha,
.form-wrap.oss-form .acf-field-file .acf-input .acf-checkbox-list,
.form-wrap.oss-form .acf-field-recaptcha .acf-input .acf-file-uploader,
.form-wrap.oss-form .acf-field-recaptcha .acf-input .g-recaptcha,
.form-wrap.oss-form .acf-field-recaptcha .acf-input .acf-checkbox-list,
.form-wrap.oss-form .acf-field-checkbox .acf-input .acf-file-uploader,
.form-wrap.oss-form .acf-field-checkbox .acf-input .g-recaptcha,
.form-wrap.oss-form .acf-field-checkbox .acf-input .acf-checkbox-list
{
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.oss-list > li:not(:last-child)
{
    margin: 0 0 8px;
}

.oss-card
{
    font-size: 18px;

    min-height: 128px;
    padding: 15px;

    text-align: center;

    background: #0f0f0f;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.oss-card h4
{
    font: 700 20px/1.1 'Red Hat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    margin: 0 0 .2em;

    letter-spacing: 0;
    text-transform: none;

    color: #e67d16;
}

.oss-card .left-box
{
    padding-bottom: 15px;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.oss-card .left-box .divider
{
    margin: 0 .25em;

    color: #5a5a5a;
}

.oss-card .left-box a
{
    color: #fff;
}

.oss-card .left-box a:hover
{
    color: #75993b;
}

.oss-card .right-box
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 15px 0 0;

    border-top: 2px solid #000;

    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.oss-card .right-box a
{
    font-size: 14px;
    font-weight: 700;

    display: inline-block;

    text-align: center;
    letter-spacing: .075em;
    text-transform: uppercase;

    color: #75993b;
}

.oss-card .right-box a:hover
{
    color: #e67d16;
}

.oss-card .right-box a span
{
    display: block;
}

.skill-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: .65em 0 0;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.skill-list > li:not(:last-child)
{
    margin: 0 .8em 0 0;
}

.skill-list > li:before
{
    display: inline-block;

    width: 1em;
    height: 1em;
    margin: 0 .5em 0 0;

    content: '';

    background-image: url('images/check-icon.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.skill-list > li:before:not(:last-child)
{
    margin: 0 .8em 0 0;
}

.oss-pagination
{
    font-size: 14px;
    font-weight: 700;
    line-height: 2.5;

    padding: 2.2em 0 0;

    text-align: center;

    color: #75993b;
}

.oss-pagination a,
.oss-pagination .current
{
    display: inline-block;

    margin: 0 .4em;
    padding: 0 .4em;
}

.oss-pagination a
{
    color: #fff;
}

.oss-pagination .current
{
    box-shadow: 0 3px 0 #75993b;
}

.oss-pagination .next,
.oss-pagination .prev
{
    display: none;
}

.info-section
{
    padding: 40px 0;
}

.info-item
{
    text-align: center;
}

.info-item h3
{
    margin: 0 0 .6em;
}

.info-item p
{
    margin: 0 0 1.65em;
}

.grid-items h3
{
    text-align: center;
}

.grid-items > div
{
    padding: 24px 0;
}

.grid-items > div:not(:nth-child(3n))
{
    border-bottom: 1px solid #212121;
}

.grid-items h3
{
    margin: 0 0 .6em;
}

.grid-items p
{
    margin: 0 0 1.65em;
}

@media (min-width: 480px)
{
    .gallery-films-wrap
    {
        padding: 60px 40px;
    }

    .gallery-films .slick-prev
    {
        left: -40px;
    }

    .gallery-films .slick-next
    {
        right: -40px;
    }

    .pagination-calendar
    {
        width: 90px;
    }

    .pagination-calendar .time
    {
        font-size: 30px;
    }

    .gallery-calendar
    {
        width: calc(100% - 90px);
        padding-left: 50px;
    }

    .gallery-calendar .row-content + .row-content
    {
        padding-top: 60px;
    }

    .gallery-calendar .slick-prev
    {
        left: -104px;
    }

    .list-items
    {
        font-size: 18px;
    }
}

@media (min-width: 556px)
{
    .jcf-file
    {
        font-size: 20px;

            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .jcf-file .jcf-fake-input
    {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .jcf-file .jcf-upload-button
    {
        font-size: 18px;

        width: 200px;
    }

    .wpcf7-form .form-row.columns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -10px .785em;
    }

    .wpcf7-form .form-row.columns .col
    {
        max-width: 50%;
        margin: 0;
        padding: 0 10px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .form-wrap.oss-form .acf-field.file-row .hide-if-value p
    {
            flex-direction: row;

        height: 50px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .form-wrap.oss-form .acf-field.file-row .hide-if-value p:before
    {
        font-size: 20px;

        padding: 0 0 0 1.45em;
    }

    .form-wrap.oss-form .acf-field.file-row .hide-if-value a
    {
        width: 200px;
    }

    .form-wrap.oss-form .acf-field.file-row .hide-if-value a:before
    {
        font-size: 18px;

        padding: 0 10px;
    }
}

@media (min-width: 566px)
{
    .form-wrap.oss-form .acf-form-fields
    {
        margin: 0 -10px;
    }

    .form-wrap.oss-form .acf-field
    {
        padding: 0 10px;
    }

    .form-wrap.oss-form .acf-field.half-row
    {
        width: 50% !important;
    }

    .form-wrap.oss-form .acf-field.checkbox-row .acf-checkbox-list
    {
        -webkit-columns: 2;
                columns: 2;
        -webkit-column-gap: 2.85em;
                column-gap: 2.85em;
    }
}

@media (min-width: 768px)
{
    .content-wrap
    {
        padding: 8em 0 0;
    }

    #content
    {
        float: left;

        width: 70%;
    }

    #sidebar
    {
        float: right;

        width: 25%;
    }

    .commentlist-item .commentlist-item
    {
        padding: 0 0 0 2em;
    }

    h1,
    .h1
    {
        margin: 0 0 .45em;
    }

    .page-thumbnail
    {
        height: 330px;
        max-height: none;
    }

    .slider-section .entry-body
    {
        max-width: 50%;
        padding: 30px 30px 60px 0;
    }

    .slider-section .entry-image
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: 50%;
        height: auto;
        margin: 0;
    }

    .slider-section .slick-arrow
    {
        top: auto;
        bottom: 15px;
    }

    .two-text-box .entry-grid
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .two-text-box .entry-grid > div
    {
        max-width: 50%;
        padding: 24px;

        border-bottom: none;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .two-text-box .entry-grid > div:not(:nth-child(2n))
    {
        border-right: 1px solid #212121;
        border-bottom: none;
    }

    .text-box-and-media.reverse-mod .text-box
    {
        margin-left: auto;
        padding: 60px 30px 60px 60px;
    }

    .text-box-and-media.reverse-mod .media
    {
        right: auto;
        left: 0;
    }

    .text-box-and-media .text-box
    {
        max-width: 50%;
        padding: 60px 60px 60px 30px;
    }

    .text-box-and-media .media
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: 50%;
        height: auto;
        margin: 0;

        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .text-box-and-media .media a[data-fancybox='true']:before
    {
        font-size: 144px;

        opacity: 0;
    }

    .text-box-and-media .media a[data-fancybox='true']:hover:before
    {
        opacity: 1;
    }

    .page-thumbnail + .page-content
    {
        padding: 60px 0;
    }

    .page-content
    {
        padding: 112px 0 60px;
    }

    .page-content .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .left-sidebar
    {
        max-width: 200px;
        padding: 5px 0 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    }

    .subnav-wrap .jcf-select
    {
        display: none !important;
    }

    .page-body
    {
        max-width: calc( 100% - 200px);
        padding: 0 0 0 30px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 100% - 200px);
            flex: 0 0 calc( 100% - 200px);
    }

    .page-body p + h3
    {
        margin-top: 1.55em;
    }

    .one-and-two-thirds-text-row
    {
        padding: 60px 0;
    }

    .one-and-two-thirds-text-row .columns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -30px;
    }

    .one-and-two-thirds-text-row .columns .col
    {
        padding: 0 30px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    }

    .one-and-two-thirds-text-row .columns .col:nth-child(2)
    {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666%;
            flex: 0 0 66.6666%;
    }

    .one-and-two-thirds-text-row .columns .col > div > *:last-child
    {
        margin-bottom: 0;
    }

    .gallery-films-wrap
    {
        padding: 94px 80px;
    }

    .gallery-films .slick-prev
    {
        left: -75px;
    }

    .gallery-films .slick-next
    {
        right: -75px;
    }

    .gallery-calendar-wrap
    {
        padding: 60px 0;
    }

    .gallery-calendar h2
    {
        padding-left: 30px;
    }

    .gallery-calendar .columns-content
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .gallery-calendar .columns-content__col
    {
        max-width: 50%;
        padding-right: 10px;
        padding-left: 10px;

        border-left: 1px solid #212121;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .list-items > li + li
    {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .list-info
    {
        padding: 0;
    }

    .info-box h2
    {
        font-size: 48px;
        line-height: 1;
    }

    .jcf-select
    {
        display: none;
    }

    .wpcf7-form input:not([type='submit']),
    .wpcf7-form textarea,
    .wpcf7-form select
    {
        padding: .6em 1.4em;
    }

    .form-wrap input:not([type='submit']):not([type='checkbox']):not([type='file']),
    .form-wrap textarea,
    .form-wrap select
    {
        padding: .6em 1.4em;
    }

    .form-wrap.oss-form .acf-field.checkbox-popup .popup
    {
        font-size: 18px;

        right: 0;
        left: 0;

        padding: 48px 30px 30px;
    }

    .form-wrap.oss-form .acf-field.checkbox-popup .popup h3
    {
        font-size: 21px;
    }

    .form-wrap.oss-form .acf-field.checkbox-popup .popup .close
    {
        top: 26px;
        right: 26px;
    }

    .info-section
    {
        padding: 60px 0;
    }

    .grid-items
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -20px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .grid-items > div
    {
        max-width: 33.3333%;
        padding: 24px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    }

    .grid-items > div:not(:nth-child(3n))
    {
        border-right: 1px solid #212121;
        border-bottom: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px)
{
    .grid-items h3
    {
        font-size: 22px;
    }
}

@media (min-width: 1024px)
{
    .jcf-file .jcf-fake-input
    {
        height: 57px;
    }

    .jcf-file .jcf-upload-button
    {
        height: 57px;
    }

    body
    {
        font-size: 18px;
    }

    .navigation-single .next,
    .navigation-single .prev
    {
        font-size: 14px;
    }

    h1,
    .h1
    {
        font-size: 60px;
    }

    h2,
    .h2
    {
        font-size: 46px;
    }

    h3,
    .h3
    {
        font-size: 30px;
    }

    h4,
    .h4
    {
        font-size: 22px;
    }

    h5,
    .h5
    {
        font-size: 18px;
    }

    h6,
    .h6
    {
        font-size: 16px;
    }

    .container.lg-mod
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    #header
    {
        padding: 27px 0;
    }

    #header:before
    {
        height: 216px;
    }

    #header .container
    {
        position: relative;
    }

    .drop-wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 0 0 auto;
        padding: 0 0 0 15px;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #nav
    {
        font-size: 18px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    #nav > li:not(:last-child)
    {
        margin: 0 1.88em 0 0;
    }

    #nav > li:hover > a:before,
    #nav > li.hover > a:before
    {
        visibility: visible;

        -webkit-transform: translate(0, 0) scaleY(1);
            -ms-transform: translate(0, 0) scaleY(1);
                transform: translate(0, 0) scaleY(1);

        opacity: 1;
    }

    #nav > li.active > a:before
    {
        visibility: visible;

        -webkit-transform: translate(0, 0) scaleY(1);
            -ms-transform: translate(0, 0) scaleY(1);
                transform: translate(0, 0) scaleY(1);

        opacity: 1;
    }

    #nav > li > a
    {
        position: relative;

        display: inline-block;

        padding: 0;
    }

    #nav > li > a:hover:before,
    #nav > li > a:focus:before
    {
        visibility: visible;

        -webkit-transform: translate(0, 0) scaleY(1);
            -ms-transform: translate(0, 0) scaleY(1);
                transform: translate(0, 0) scaleY(1);

        opacity: 1;
    }

    #nav > li > a:before
    {
        position: absolute;
        right: -10px;
        bottom: -6px;
        left: -10px;

        visibility: hidden;

        height: 2px;

        content: '';
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-transition-duration: .27s;
                transition-duration: .27s;
        -webkit-transition-property: visibility, opacity, -webkit-transform;
                transition-property: visibility, opacity, -webkit-transform;
                transition-property: transform, visibility, opacity;
                transition-property: transform, visibility, opacity, -webkit-transform;
        -webkit-transform: translate(0, -16px) scaleY(0);
            -ms-transform: translate(0, -16px) scaleY(0);
                transform: translate(0, -16px) scaleY(0);

        opacity: 0;
        background: #7aaac1;
    }

    #nav > li > a > .arrow
    {
        display: none;
    }

    #nav > li > .sub-menu
    {
        position: absolute;
        top: calc(100% + 19px) !important;
        left: -6px !important;

        display: block !important;
        visibility: hidden;

        width: 279px;

        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-transition-duration: .27s;
                transition-duration: .27s;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
                transition-property: opacity, visibility, -webkit-transform;
                transition-property: opacity, visibility, transform;
                transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transform: translate(0, -40px);
            -ms-transform: translate(0, -40px);
                transform: translate(0, -40px);

        opacity: 0;
    }

    #nav > li > .sub-menu:before
    {
        position: absolute;
        bottom: 100%;
        left: 0;

        display: block;

        width: 100%;
        height: 13px;

        content: '';

        background: transparent;
        background: transparent;
    }

    .search-wrap
    {
        margin: 0 0 0 35px;
        padding: 0;
    }

    .search-wrap .popup-holder.popup-active .popup
    {
        visibility: visible;

        opacity: 1;
    }

    .search-wrap .open
    {
        display: inline-block;

        -webkit-transform: translate(-.1em, .15em);
            -ms-transform: translate(-.1em, .15em);
                transform: translate(-.1em, .15em);
    }

    .search-wrap .popup
    {
        position: absolute;
        right: 15px;
        bottom: -50px;

        visibility: hidden;

        width: auto;

        opacity: 0;
    }

    .search-wrap .site-search-form [type='search']
    {
        color: #000;
        background: #fff;
    }

    .nav-opener
    {
        display: none;
    }

    #footer
    {
        padding: 95px 0 119px;

        text-align: left;
    }

    .footer-top-line
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 0 0 58px;
    }

    .footer-top-line .col:not(:last-child)
    {
        display: block;

        max-width: 24%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    }

    .footer-top-line .col:last-child
    {
        max-width: 28%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    }

    .links-section ul
    {
        line-height: 1.7;
    }

    .footer-contact h3
    {
        font-size: 25px;

        display: inline-block;

        margin: 0 18px 0 0;

        vertical-align: middle;
    }

    .footer-contact .social-networks
    {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;

        margin: 0;

        vertical-align: middle;
    }

    .footer-contact address
    {
        margin: 1.3em 0 1.8em;
    }

    .footer-logo
    {
        display: block;

        margin: 33px 0 0 2px;
    }

    .social-networks li:not(:last-child)
    {
        margin: 0 10px 0 0;
    }

    .footer-bottom-line .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .copyright
    {
        margin: 0;
        padding: 0 0 0 14px;
    }

    .designed-by
    {
        font-size: 15px;

        padding: 0 14px 0 0;
    }

    .designed-by figure img
    {
        width: 122px;
    }

    .slider-section .entry-body
    {
        padding: 60px 60px 120px 30px;
    }

    .slider-section .slick-arrow
    {
        bottom: 52px;
    }

    .slider-section .slick-arrow.slick-prev
    {
        left: 45px;
    }

    .slider-section .slick-arrow.slick-next
    {
        left: 102px;
    }

    .two-text-box .entry-grid > div
    {
        padding: 36px 80px 28px;
    }

    .text-box-and-media.reverse-mod .text-box
    {
        padding: 90px 30px 90px 60px;
    }

    .text-box-and-media .text-box
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        min-height: 514px;
        padding: 90px 60px 90px 30px;
        padding: 60px 60px 60px 30px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .left-sidebar
    {
        max-width: 304px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 304px;
            flex: 0 0 304px;
    }

    .subnav-list
    {
        font-size: 16px;

        padding: 14px 26px;
    }

    .page-body
    {
        max-width: calc( 100% - 304px);
        padding: 0 0 0 60px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 100% - 304px);
            flex: 0 0 calc( 100% - 304px);
    }

    .gallery-calendar-wrap
    {
        padding: 100px 0;
    }

    .gallery-calendar .columns-content__col
    {
        max-width: 33.3333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    }

    .info-box h2
    {
        font-size: 70px;
    }

    .info-box h3
    {
        font-size: 30px;
    }

    .wpcf7-form input:not([type='submit']),
    .wpcf7-form select
    {
        height: 57px;
    }

    .form-wrap input:not([type='submit']):not([type='checkbox']):not([type='file']),
    .form-wrap select
    {
        height: 57px;
    }

    .form-wrap.oss-form
    {
        font-size: 18px;
    }

    .form-wrap.oss-form .acf-field.checkbox-row .acf-checkbox-list
    {
        -webkit-columns: 3;
                columns: 3;
    }

    .form-wrap.oss-form .acf-field.file-row .hide-if-value p
    {
        height: 57px;
    }

    .form-wrap.oss-form .acf-field.checkbox-popup .popup
    {
        padding: 48px 70px 50px;
    }

    .form-wrap.oss-form .acf-field .acf-checkbox-list > li
    {
        font-size: 18px;
    }

    .form-wrap.oss-form .acf-field .acf-label label
    {
        font-size: 18px;
    }

    .oss-card
    {
        padding: 16px 0 16px 28px;

        text-align: left;
    }

    .oss-card
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .oss-card .left-box
    {
        padding-right: 15px;
        padding-bottom: 0;
    }

    .oss-card .right-box
    {
        width: 155px;
        padding: 0 14px 0 0;

        border-top: none;
        border-left: 2px solid #000;

        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .skill-list
    {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .info-item h3
    {
        font-size: 28px;
    }

    .grid-items > div
    {
        padding: 36px 20px;
    }

    .grid-items h3
    {
        font-size: 28px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px)
{
    .logo
    {
        width: 232px;
    }
}

@media (min-width: 1024px) and (max-width: 1623px)
{
    #nav > li:last-child > .sub-menu
    {
        right: -11px;
        left: auto !important;
    }
}

@media (min-width: 1280px)
{
    #nav
    {
        font-size: 23px;
    }

    .hero-section .container
    {
        min-height: 798px;
    }

    .hero-section h1
    {
        font-size: 76px;
    }

    .hero-section h3
    {
        font-size: 33px;
    }

    .slider-section .entry-body
    {
        padding: 74px 98px 133px 36px;
    }

    .news-sections
    {
        padding: 91px 0 117px;
    }

    .two-text-box
    {
        padding: 91px 0;
    }

    .text-box-and-media.reverse-mod .text-box
    {
        padding: 128px 27px 133px 119px;
    }

    .text-box-and-media .text-box
    {
        padding: 128px 95px 133px 37px;
        padding: 60px 95px 60px 37px;
    }

    .page-thumbnail + .page-content
    {
        padding: 72px 0;
    }

    .page-content
    {
        padding: 140px 0 72px;
    }

    .page-body
    {
        padding: 0 0 0 9.5%;
    }

    .one-and-two-thirds-text-row
    {
        padding: 94px 0 97px;
    }

    .one-and-two-thirds-text-row .columns .col:nth-child(1) > div
    {
        padding: 0 14% 0 0;
    }

    .gallery-calendar .columns-content__col
    {
        max-width: none;

        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }

    .list-items
    {
        font-size: 16px;
    }

    .wpcf7-form input:not([type='submit']),
    .wpcf7-form textarea,
    .wpcf7-form select
    {
        font-size: 20px;
    }

    .form-wrap input:not([type='submit']):not([type='checkbox']):not([type='file']),
    .form-wrap textarea,
    .form-wrap select
    {
        font-size: 20px;
    }

    .form-wrap.oss-form
    {
        font-size: 20px;
    }

    .form-wrap.oss-form .acf-field.checkbox-popup .open
    {
        border: 2px solid #e67d16;
    }

    .form-wrap.oss-form .acf-field .acf-checkbox-list > li
    {
        font-size: 20px;
    }

    .form-wrap.oss-form .acf-field .acf-label label
    {
        font-size: 20px;
    }

    .info-section
    {
        padding: 95px 0 110px;
    }

    .grid-items
    {
        margin: 0;
    }

    .grid-items > div
    {
        padding: 36px 65px 28px;
    }
}

@media (min-width: 1348px)
{
    .slider-section .slick-arrow.slick-prev
    {
        left: calc( ( 100% - 1364px ) / 2 + 50px);
    }

    .slider-section .slick-arrow.slick-next
    {
        left: calc( ( 100vw - 1364px ) / 2 + 100px);
    }
}

@media (max-width: 1023px)
{
    body.nav-active
    {
        overflow: hidden;

        height: 100%;
    }

    iframe
    {
        width: 100%;
    }

    .drop-wrap
    {
        position: fixed;
        top: 77px;
        left: 0;

        width: 100%;
        height: calc( 100% - 77px);

        -webkit-transition-timing-function: linear;
                transition-timing-function: linear;
        -webkit-transition-duration: .3s;
                transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
                transition-property: -webkit-transform;
                transition-property:         transform;
                transition-property:         transform, -webkit-transform;
        -webkit-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
                transform: translate(100%, 0);

        background: rgba(0, 0, 0, .95);
    }

    .drop-wrap:before
    {
        position: absolute;
        bottom: 100%;
        left: 0;

        width: 100%;
        height: 100%;

        content: '';

        background: rgba(0, 0, 0, .95);
    }

    .nav-active .drop-wrap
    {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .nav-wrap
    {
        overflow: hidden;
        overflow-y: auto;

        max-height: calc( 100% - 70px);
    }
}

@media (max-width: 767px)
{
    .navigation .page-numbers,
    .navigation-comments .page-numbers
    {
        padding: 0 3px;
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev
    {
        padding: .2em;
    }

    .logo
    {
        width: 221px;
        height: 33px;
    }

    .two-text-box .entry-grid > div:last-child
    {
        border: none;
    }

    .text-box-and-media .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 0;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .text-box-and-media .text-box h4
    {
        font-size: 16px;

        margin: 0 0 .7em;
    }

    .post-template-default .page-content .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .post-template-default .page-content .container .left-sidebar
    {
        padding-top: 30px;

        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .post-template-default .aside-links
    {
        display: block;
    }

    .left-sidebar h3
    {
        display: none;
    }

    .aside-links
    {
        display: none;
    }

    .one-and-two-thirds-text-row .container
    {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media all and (max-width: 576px)
{
    .fancybox-thumbs
    {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner
    {
        right: 110px;
    }

    .fancybox-thumbs__list a
    {
        max-width: calc(100% - 10px);
    }
}

@media (max-width: 554px)
{
    .wpcf7-form [type='submit']
    {
        width: 100%;
    }

    .form-wrap [type='submit']
    {
        width: 100%;
    }
}

@media (max-width: 479px)
{
    .gallery-films .slick-arrow
    {
        opacity: .8;
    }
}

@media all and (max-height: 576px)
{
    .fancybox-slide
    {
        padding-right: 6px;
        padding-left: 6px;
    }

    .fancybox-slide--image
    {
        padding: 6px 0;
    }

    .fancybox-close-small
    {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small
    {
        top: 0;
        right: 0;

        width: 36px;
        height: 36px;
        padding: 6px;

        opacity: 1;
        color: #f2f4f6;
        background: #4e4e4e;
    }

    .fancybox-caption
    {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@-webkit-keyframes fancybox-rotate
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

