/*
Theme Name: Cheese
*/
/*@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&display=swap&subset=cyrillic');*/
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i&display=swap&subset=cyrillic');
/*@import url('https://fonts.googleapis.com/css?family=Literata:400,400i,700,700i&display=swap&subset=cyrillic');*/


html {
    font-family: 'Merriweather', sans-serif;
    font-weight: 400 !important;
    /*font-family: 'Literata', sans-serif;*/

    /*font-family: 'Georgia';*/
    /*font-family: 'Open Sans', sans-serif;*/
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {

    /*font-family: 'Georgia' !important;*/
    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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

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

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

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

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

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

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

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

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="text"] {
    -webkit-appearance: none;
}

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

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

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

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

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

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

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

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

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

html {
    height: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    position: relative;
    min-height: 100%;
    /*font-family: 'ProximaNova', Arial, sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Merriweather', sans-serif;
    font-weight: 400 !important;

    /*font-family: 'Literata', sans-serif;*/

    font-size: 14px;
    line-height: 1.42857143;
    color: #222;
    background: #fff;
    overflow-y: scroll;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
}

a {
    /*color: #b89987;*/
    color: #b89987;
    text-decoration: underline;
    outline: 0;
}

a:hover {
    color: #6d5e44;
    text-decoration: underline;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 41px;
}

h2,
.h2 {
    font-size: 34px;
}

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

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

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

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

p {
    margin: 0 0 10px;
}

small,
.small {
    font-size: 68%;
}

cite {
    font-style: normal;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-muted {
    color: #777777 !important;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.26;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.26;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.26;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.26;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {
    .container {
        width: 1280px;
    }

    .articles .container {
        width: 1020px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1024px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1280px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

form {
    margin: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.26;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 15px 4px;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    background: #fff;
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #8c8c8c;
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #777777;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #777777;
}

.form-control::-webkit-input-placeholder {
    color: #777777;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

.help-error {
    color: #a94442;
    text-align: center;
}

.fieldset.error .form-control {
    border-color: #a94442;
}

.fieldset.error .form-control::-moz-placeholder {
    color: #a94442;
    opacity: 1;
}

.fieldset.error .form-control:-ms-input-placeholder {
    color: #a94442;
}

.fieldset.error .form-control::-webkit-input-placeholder {
    color: #a94442;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 32px;
    line-height: 1.26 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
    line-height: 25px;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
    line-height: 42px;
}

.form-group {
    margin: 23px 0 0;
}

.form-group:first-child {
    margin-top: 0;
}

/*
.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: @line-height-computed; // clear the floating input if there is no label text
    margin-top: 10px;
    margin-bottom: 10px;

    label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing
}
*/
/*
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
*/
/*
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; // space out consecutive inline controls
}
*/
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

/*
.radio-inline,
.checkbox-inline {
    &.disabled,
    fieldset[disabled] & {
        cursor: not-allowed;
    }
}
*/
/*
.radio,
.checkbox {
    &.disabled,
    fieldset[disabled] & {
        label {
            cursor: not-allowed;
        }
    }
}
*/
.form-control-static {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 25px;
    padding: 5px 10px 4px;
    font-size: 13px;
    line-height: 15px;
}

textarea.input-sm,
select[multiple] .input-sm {
    height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 50px;
    font-size: 20px;
}

/*
.has-feedback {
    // Enable absolute positioning
    position: relative;

    // Ensure icons don't overlap text
    .form-control {
        padding-right: (@input-height-base * 1.25);
    }
}

// Feedback icon (requires .glyphicon classes)
.form-control-feedback {
    position: absolute;
    top: (@line-height-computed + 5); // Height of the `label` and its margin
    right: 0;
    z-index: 2; // Ensure icon is above input groups
    display: block;
    width: @input-height-base;
    height: @input-height-base;
    line-height: @input-height-base;
    text-align: center;
}

.input-lg + .form-control-feedback {
    width: @input-height-large;
    height: @input-height-large;
    line-height: @input-height-large;
}

.input-sm + .form-control-feedback {
    width: @input-height-small;
    height: @input-height-small;
    line-height: @input-height-small;
}
*/
/*
.has-success {
    .form-control-validation(@state-success-text; @state-success-text; @state-success-bg);
}

.has-warning {
    .form-control-validation(@state-warning-text; @state-warning-text; @state-warning-bg);
}

.has-error {
    .form-control-validation(@state-danger-text; @state-danger-text; @state-danger-bg);
}

// Reposition feedback icon if label is hidden with "screenreader only" state
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
*/
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #626262;
}

/*
.form-inline {

    // Kick in the inline
    @media (min-width: @screen-sm-min) {
        // Inline-block all the things for "inline"
        .form-group {
            display: inline-block;
            margin: 0 0 0 25px !important;
            vertical-align: middle;
            &:first-child {
                margin-left: 0 !important;
            }
        }

        // In navbar-form, allow folks to *not* use `.form-group`
        .form-control {
            display: inline-block;
            width: auto; // Prevent labels from stacking above inputs in `.form-group`
            vertical-align: middle;
        }

        .input-group {
            display: inline-table;
            vertical-align: middle;

            .input-group-addon,
            .input-group-btn,
            .form-control {
                width: auto;
            }
        }

        // Input groups need that 100% width though
        .input-group > .form-control {
            width: 100%;
        }

        .control-label {
            margin-bottom: 0;
            vertical-align: middle;
        }

        // Remove default margin on radios/checkboxes that were used for stacking, and
        // then undo the floating of radios and checkboxes to match (which also avoids
        // a bug in WebKit: https://github.com/twbs/bootstrap/issues/1969).
        .radio,
        .checkbox {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
            vertical-align: middle;

            label {
                padding-left: 0;
            }
        }

        .radio input[type="radio"],
        .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

        // Validation states
        //
        // Reposition the icon because it's now within a grid column and columns have
        // `position: relative;` on them. Also accounts for the grid gutter padding.
        .has-feedback .form-control-feedback {
            top: 0;
        }
    }
}
*/
.form-horizontal {
    /*
    .radio,
    .checkbox,
    .radio-inline,
    .checkbox-inline {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: (@padding-base-vertical + 1); // Default padding plus a border
    }
*/
    /*
    .radio,
    .checkbox {
        min-height: (@line-height-computed + (@padding-base-vertical + 1));
    }
*/
    /*
    .has-feedback .form-control-feedback {
        top: 0;
        right: (@grid-gutter-width / 2);
    }
*/
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 10.9px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.form-ui {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
}

.form-ui input[type="checkbox"],
.form-ui input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    outline: 0 none;
}

.form-ui-txt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 18px;
    padding: 0 0 0 25px;
}

.form-ui-txt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../i/form-ui.png) no-repeat;
}

input[type="checkbox"] + .form-ui-txt:before {
    background-position: -20px 0;
}

input[type="checkbox"]:checked + .form-ui-txt:before {
    background-position: -20px -20px;
}

input[type="checkbox"]:disabled + .form-ui-txt:before {
    background-position: -20px -40px;
    opacity: .5;
}

input[type="checkbox"]:disabled:checked + .form-ui-txt:before {
    background-position: -20px -60px;
    opacity: .5;
}

/*
input[type="checkbox"]:hover + .form-ui-txt:before,
input[type="checkbox"]:focus + .form-ui-txt:before{
    background-position: 0 -80px;
}
input[type="checkbox"]:hover:checked + .form-ui-txt:before,
input[type="checkbox"]:focus:checked + .form-ui-txt:before{
    background-position: 0 -100px;
}
*/
input[type="radio"] + .form-ui-txt:before {
    background-position: 0 0;
}

input[type="radio"]:checked + .form-ui-txt:before {
    background-position: 0 -20px;
}

input[type="radio"]:disabled + .form-ui-txt:before {
    background-position: 0 -40px;
    opacity: .5;
}

input[type="radio"]:disabled:checked + .form-ui-txt:before {
    background-position: 0 -60px;
    opacity: .5;
}

/*
input[type="radio"]:focus + .form-ui-txt:before{
    background-position: 0 -80px;
}
input[type="radio"]:focus:checked + .form-ui-txt:before{
    background-position: 0 -100px;
}
*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 8px 20px 7px;
    font: 700 16px/21px 'ProximaNova', Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 100px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus {
    box-shadow: inset 0 0 0 1px #ffffff;
    outline: 0;
}

.btn:active:focus,
.btn.active:focus {
    box-shadow: none;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    box-shadow: none;
}

@media (max-width: 767px) {
    .btn {
        font-size: 16px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (max-width: 479px) {
    .btn {
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.btn-default {
    color: #222;
    background-color: transparent;
    /*border-color: #b89987;*/
    border-color: #c49a87;
}

.btn-default:focus {
    color: #222;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active {
    color: #222;
    background-color: transparent;
    border-color: #dc3737;
}

.btn-default:active,
.btn-default.active {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
.btn-default.disabled.active,
.btn-default[disabled].active {
    background-color: transparent;
    /*border-color: #b89987;*/
    border-color: #c49a87;
}

.btn-primary {
    color: #fff;
    background-color: #b89987;
    border-color: #b89987;
}

.btn-primary:focus {
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #6d5e44;
    border-color: #6d5e44;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active {
    background-color: #b89987;
    border-color: #b89987;
}

/*
.btn-link {
  color: @link-color;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;

  &,
  &:active,
  &[disabled],
  fieldset[disabled] & {
    background-color: transparent;
    .box-shadow(none);
  }
  &,
  &:hover,
  &:focus,
  &:active {
    border-color: transparent;
  }
  &:hover,
  &:focus {
    color: @link-hover-color;
    text-decoration: underline;
    background-color: transparent;
  }
  &[disabled],
  fieldset[disabled] & {
    &:hover,
    &:focus {
      color: @btn-link-disabled-color;
      text-decoration: none;
    }
  }
}
*/
.btn-lg {
    font-size: 20px;
    padding: 14px 24px 12px;
}

.btn-sm {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.btn-xs {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-upload {
    position: relative;
    overflow: hidden;
}

.btn-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 600%;
    line-height: 600%;
    width: auto;
    height: auto;
    opacity: 0;
    cursor: pointer;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.dropdown {
    position: relative;
}

.dropdown.open > .d-popup {
    display: block;
}

.dropdown.open > .d-switch .d-caret {
    border-top-width: 0;
    border-bottom-width: 5px;
}

.dropdown.bottom-up .d-popup {
    top: auto;
    bottom: 100%;
}

.d-switch {
    position: relative;
    cursor: pointer;
}

.d-switch:hover > .d-caret {
    opacity: 1;
}

.d-caret {
    position: relative;
    display: inline-block;
    border: 5px solid;
    border-color: #000 transparent;
    border-bottom-width: 0;
    font: 0/0 a;
    opacity: .7;
}

.d-popup {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    min-width: 100%;
    display: none;
}

.d-popup-cont {
    padding: 5px 15px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.d-popup-tail {
    font: 0/0 a;
    position: absolute;
    bottom: 100%;
    background-repeat: no-repeat;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

/*
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
*/
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    white-space: normal;
    border-top: 4px solid #5f666d;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.3;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.26px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.26;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    padding: 0;
    font-size: 26px;
    line-height: 1;
    color: #e5e5e5;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    opacity: .2;
}

.modal-close:hover {
    opacity: .5;
}

.modal-cont {
    padding: 30px 40px;
}

.modal-head {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 300;
    color: #3d4146;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 767px) {
    .modal-dialog {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        border: 0;
        overflow: auto;
    }

    .modal-cont {
        padding: 20px 20px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    opacity: 0;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-cont {
    max-width: 200px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.tooltip-inner {
    position: relative;
    padding: 5px 10px;
    color: #222;
    text-align: center;
    background-color: #fff;
}

.tooltip-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
}

.tooltip-arrow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    margin-bottom: 1px;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: 1px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
}

.central-block {
    white-space: nowrap;
    text-align: center;
    font-size: 0;
}

.central-block:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.central-block-cont {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    white-space: normal;
    text-align: left;
    font-size: 16px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.wrapper {
    overflow: hidden;
}

.wrapper-in {
    position: relative;
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
}

.header .container {
    background: #fff;
}

.nav-open .header {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .inst_butt {
        /*display:none !important;*/
        right: 75px !important;
        top: -48px !important;
    }

    /*.header {
    height: 65px;
  }*/
    .header .header-cont {
        position: relative;
        -webkit-transition: top .2s, -webkit-transform .2s linear;
        transition: top .2s, transform .2s linear;
    }

    .header.m-affixed .header-cont {
        position: fixed;
        z-index: 1000;
        top: -65px;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.97);
    }

    .header.m-affixed.m-maximized .header-cont {
        top: 0;
    }
}

.logo {
    display: block;
    height: 13px;
    width: 230px;
    margin: 46px auto 26px;
    background: url(img/logo.svg) 11px 0 no-repeat;
}

@media (max-width: 1024px) {
    .logo {
        margin-top: 26px;
    }
}

@media (max-width: 768px) {
    .logo {
        width: 233px;
        position: relative;
        left: 3px;
    }
}

.navbar-wrap {
    height: 60px;
}

@media (max-width: 1024px) {
    .navbar-wrap {
        height: 0;
    }
}

@media (min-width: 1025px) {
    .navbar {
        -webkit-transition: background .4s .4s, top .2s, -webkit-transform .2s linear;
        transition: background .4s .4s, top .2s, transform .2s linear;
    }

    .navbar.affixed {
        position: fixed;
        z-index: 1000;
        top: -60px;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.97);
    }

    .navbar.affixed.maximized {
        top: 0;
    }
}

.header-cont > .container {
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.menu-toggle {
    position: relative;
    top: -64px;
    display: block;
    float: left;
    width: 20px;
    height: 16px;
    margin: 22px 0 0 0;
    background: url(img/menu.svg) no-repeat;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

.navbar.affixed .menu-toggle {
    top: 0;
}

.nav-open .menu-toggle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 1024px) {
    .menu-toggle {
        top: 0;
        margin-top: -41px;
    }
}

.search-toggle {
    position: relative;
    top: -64px;
    display: block;
    float: right;
    height: 18px;
    width: 22px;
    margin: 21px 0 0 0;
    background: url(img/search.svg) no-repeat;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

.navbar.affixed .search-toggle {
    top: 0;
}

@media (max-width: 1024px) {
    .search-toggle {
        top: 0;
        margin-top: -41px;
    }
}

.nav-menu {
    font-size: 0;
    text-align: center;
    text-transform: uppercase;
}

ul#menu-menu {
    margin-bottom: 0px !important;
    padding-left: 0 !important;
}

.nav-menu_i, .nav-menu li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
    letter-spacing: 0em;
}

.nav-menu_i:hover .nav-sub-menu, .nav-menu li:hover > .sub-menu {
    display: block;
    z-index: 15;
}

.nav-menu_link, .nav-menu li a {
    display: inline-block;
    vertical-align: top;
    /*padding: 24px 19px;*/
    padding: 24px 20px 24px 0px;
    color: #000;
    text-decoration: none;
}

.nav-menu_link:hover, .nav-menu li a:hover {
    /*color: #b89987;*/
    color: #b89987;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .nav-menu {
        display: none;
    }
}

.nav-sub-menu, .sub-menu {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    min-width: 100%;
    margin: 0 0 0 -11px;
    padding: 13px 0px 20px;
    text-align: left;
    white-space: nowrap;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
}

.nav-sub-menu_i, .sub-menu li {
    padding: 0 20px;
    margin: 5px 0 0;
    display: block;
    float: none !important;
}

.menu-item-has-children:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: relative;
    -webkit-font-smoothing: antialiased;
    right: 18px;
    top: 22px;
    font-size: 14px;
    cursor: pointer;
    -moz-osx-font-smoothing: grayscale;
}

.nav-sub-menu_i:first-child {
    margin-top: 0;
}

.nav-sub-menu_link, .sub-menu li a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    color: #000;
    text-decoration: none;
}

.sub-menu li a {
    display: block !important;
}

.nav-sub-menu_link:hover {
    /*color: #b89987;*/
    color: #b89987;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .nav-sub-menu, .sub-menu {
        padding-left: 19px;
        padding-right: 19px;
    }
}

.side-nav-overlay {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}

.nav-open .side-nav-overlay {
    display: block;
}

.side-nav {
    position: fixed;
    z-index: 1002;
    top: 0;
    bottom: 0;
    /*left: -300px;*/
    right: -300px;
    width: 300px;
    background: rgba(34, 34, 34, 0.68);
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.nav-open .side-nav {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.s_menu {
    padding: 0 0 0 50px;
}

.s_menu:first-child {
    margin-top: 45px;
}

.s_menu-i {
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1818em;
    line-height: 26px;
}

.s_menu-i .active {
    /*color: #b89987;*/
    color: #b89987;
}

.s_menu-sep .s_menu-plus {
    display: block;
    margin: 25px 0 25px 50px;
    font-size: 19px;
    font-weight: 900;
    /*color: #b89987;*/
    color: #b89987;
    letter-spacing: 0.21em;
    line-height: 18px;
}

.s_menu-link {
    display: block;
    color: #fff;
    text-decoration: none;
}

.s_menu-link:hover {
    /*color: #b89987;*/
    color: #b89987;
    text-decoration: none;
}

.s_menu .f-social {
    text-align: left;
}

.s_menu .f-social-link {
    margin-right: 20px;
}

.s_submenu {
    display: none;
    border-left: 1px solid #b89987;
    padding: 0 0 0 15px;
}

.tri-up {
    display: inline-block;
    margin: 0 0 3px 4px;
    height: 0;
    width: 0;
    border-top: 4px solid #b89987;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.s_menu-link.active .tri-up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1279px) {
    .nav-open .wrapper-in {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
}

@media (max-width: 1024px) {
    .nav-open .header-cont {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .nav-open .header {
        overflow: hidden;
    }

    .nav-open .navbar {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .header-cont > .container {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
}

@media (max-width: 374px) {
    .side-nav {
        right: -250px;
        width: 250px;
    }

    .s_menu {
        padding-left: 35px;
    }

    .nav-open .header-cont {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }

    .nav-open .wrapper-in {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }

    .nav-open .side-nav {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}

.footer {
    position: relative;
}

.footer:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 316px;
    /*background: -webkit-linear-gradient(#fff 0%, #f6f6f6 100%);
  background: linear-gradient(#fff 0%, #f6f6f6 100%);*/
}

.s-social-icon {
    display: inline-block;
    vertical-align: top;
    background: url(img/social-sprite.svg) no-repeat;
}

.s-social-icon {
    width: 25px;
    height: 25px;
    background-size: 1000px 100px;
}

.s-social-vk {
    background-position: 0 0;
}

.s-social-fb {
    background-position: -50px 0;
}

.s-social-yt {
    background-position: -100px 0;
}

.s-social-in {
    background-position: -150px 0;
}

.s-social-pt {
    background-position: -200px 0;
}

.f-social {
    margin: 30px 0 31px 0;
    font-size: 0;
    text-align: center;
    vertical-align: top;
}

.f-social-link {
    display: inline-block;
    margin-right: 38px;
}

.f-social-link:last-child {
    margin-right: 0;
}

.f-social-link:hover .s-social-icon {
    width: 25px;
    height: 25px;
    background-size: 1000px 100px;
}

.f-social-link:hover .s-social-vk {
    background-position: 0 -50px;
}

.f-social-link:hover .s-social-fb {
    background-position: -50px -50px;
}

.f-social-link:hover .s-social-yt {
    background-position: -100px -50px;
}

.f-social-link:hover .s-social-in {
    background-position: -150px -50px;
}

.f-social-link:hover .s-social-pt {
    background-position: -200px -50px;
}

.footer .f-social .s-social-icon {
    width: 25px;
    height: 25px;
    background-size: 1000px 100px;
}

.footer .f-social .s-social-vk {
    background-position: 0 -50px;
}

.footer .f-social .s-social-fb {
    background-position: -50px -50px;
}

.footer .f-social .s-social-yt {
    background-position: -100px -50px;
}

.footer .f-social .s-social-in {
    background-position: -150px -50px;
}

.footer .f-social .s-social-pt {
    background-position: -200px -50px;
}

.footer .f-social-link {
    opacity: .8;
    -webkit-transition: .2s;
    transition: .2s;
}

.footer .f-social-link:hover {
    opacity: 1;
}

.f-text {
    max-width: 750px;
    margin: 0 auto 36px;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #acacac;
}

.f-text .copy {
    display: block;
    margin: 10px 0 0;
    text-transform: uppercase;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 9;
}

.owl-carousel .owl-animated-out {
    z-index: 10;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    outline: none;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    z-index: 1;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel .owl-rtl {
    direction: rtl;
}

.owl-carousel .owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.drop-target {
    cursor: pointer;
}

.drop-down .drop-content {
    display: none;
}

.drop-element {
    position: absolute;
    display: none;
}

.drop-element.drop-open {
    display: block;
}

.drop {
    z-index: 1060;
}

.drop-element {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    opacity: 0;
}

.drop-content {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.drop-element.drop-open {
    display: none;
}

.drop-element.drop-open-transitionend {
    display: block;
}

.drop-after-open {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}

.drop-theme-bounce.drop-element.drop-open {
    display: none;
}

.drop-theme-bounce.drop-element.drop-open-transitionend {
    display: block;
}

.drop-theme-bounce.drop-element.drop-after-open {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}

.drop-theme-bounce.drop-element.drop-after-open .drop-content {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.drop-theme-bounce .drop-content {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.265, 1.55);
    transition: transform 0.2s cubic-bezier(0, 0, 0.265, 1.55);
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
}

.drop-theme-bounce.drop-element-attached-bottom.drop-element-attached-center .drop-content {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.drop-theme-bounce.drop-element-attached-top.drop-element-attached-center .drop-content {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.drop-theme-bounce.drop-element-attached-right.drop-element-attached-middle .drop-content {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.drop-theme-bounce.drop-element-attached-left.drop-element-attached-middle .drop-content {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.drop-theme-bounce.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.drop-theme-bounce.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.drop-theme-bounce.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.drop-theme-bounce.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.drop-theme-bounce.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.drop-theme-bounce.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.drop-theme-bounce.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.drop-theme-bounce.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.drop-theme-arrow .drop-content {
    box-shadow: none !important;
    -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
}

.drop-theme-arrow .drop-content:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid transparent;
}

.drop-theme-arrow.drop-element-attached-top.drop-element-attached-center .drop-content {
    margin: 12px 0 0;
}

.drop-theme-arrow.drop-element-attached-top.drop-element-attached-center .drop-content:before {
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    border-bottom-color: #fff;
}

.drop-theme-arrow.drop-element-attached-bottom.drop-element-attached-center .drop-content {
    margin: 0 0 12px;
}

.drop-theme-arrow.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border-top-color: #fff;
}

.drop-theme-simple .drop-content {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.select-select {
    display: none;
    /* For when we are on a small touch device and want to use native controls */
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

.select-element,
.select-element *,
.select-element:before,
.select-element:after,
.select-element *:before,
.select-element *:after {
    box-sizing: border-box;
}

.select-element {
    position: absolute;
    z-index: 1060;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-element.select-open {
    display: block;
}

.select .select-content {
    background: #fff;
    font-family: inherit;
    color: inherit;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.select .select-options {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0;
}

.select .select-option {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    position: relative;
    list-style: none;
    margin: 0;
    line-height: 1.25rem;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select .select-option:hover,
.select .select-option.select-option-highlight {
    background: #63a2f1;
    color: #fff;
}

.select.select-theme-default .select-content {
    border-radius: .25em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    max-width: 18rem;
    max-height: 18rem;
}

.select.select-theme-default .select-option {
    padding: 0.5rem 1em 0.5rem 2.5em;
}

.select.select-theme-default .select-option.select-option-selected:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
    position: absolute;
    left: 1em;
    top: 0;
    bottom: .2em;
    height: 1em;
    width: 1em;
    margin: auto;
}

.select.select-theme-default .select-option:hover.select-option-selected:before,
.select.select-theme-default .select-option.select-option-highlight.select-option-selected:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#fff' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#fff' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
}

.select.select-theme-default .select-option:first-child {
    border-radius: 0.25em 0.25em 0 0;
}

.select.select-theme-default .select-option:last-child {
    border-radius: 0 0 0.25em 0.25em;
}

.select-target {
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-target:hover {
    text-decoration: none;
}

.select-target.select-target-focused,
.select-target.select-target-focused:focus {
    outline: none;
}

.select-target b {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.select-target b:before,
.select-target b:after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    right: 0;
    height: 0;
    width: 0;
}

.select-target.select-theme-default {
    border-radius: .25em;
    padding: 0.5rem 3em 0.5rem 1em;
    background: #f6f6f6;
    border: .18em solid #ddd;
    color: #444;
}

.select-target.select-theme-default:hover {
    border-color: #aaa;
    color: #000;
}

.select-target.select-theme-default.select-target-focused,
.select-target.select-theme-default.select-target-focused:focus {
    border-color: #63a2f1;
}

.select-target.select-theme-default b {
    right: 1em;
    bottom: 0;
    margin: auto;
    height: 1.25rem;
    width: 2em;
}

.select-target.select-theme-default b:before,
.select-target.select-theme-default b:after {
    border: .263em solid transparent;
}

.select-target.select-theme-default b:before {
    top: -4px;
    border-bottom-color: inherit;
}

.select-target.select-theme-default b:after {
    bottom: -4px;
    border-top-color: inherit;
}

.embed-video {
    position: relative;
    padding: 0 0 56.25%;
}

.embed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel {
    position: relative;
}

.carousel .owl-prev,
.carousel .owl-next {
    position: absolute;
    font: 0/0 a;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 44px;
}

.carousel .owl-prev.disabled,
.carousel .owl-next.disabled {
    cursor: default;
    opacity: .5;
}

.carousel .owl-prev:before,
.carousel .owl-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 25px;
    margin: -12px 0 0 -7px;
    background: url(../i/carousel-arrows.png) no-repeat;
}

.carousel .owl-next {
    right: auto;
    left: 100%;
}

.carousel .owl-next:before {
    background-position: -30px 0;
}

.show-more {
    position: relative;
    margin: 30px 0 40px;
    text-align: center;
    font-size: 0;
}

.show-more_link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 31px 135px 32px 135px;
    border: 1px solid #d9d9d9;
    font-size: 11px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0em;
    line-height: 11px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 6;
}

.show-more_link:hover {
    background: #b89987;
    border-color: #b89987;
    color: #fff;
}

@media (max-width: 767px) {
    .show-more {
        /*margin-left: 10px;
        margin-right: 10px;
        max-width: 202px;*/
        margin: 30px 15px !important;
    }

    .show-more_link {
        width: 100%;
        /*padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;*/
        padding: 31px 10px 32px !important;
    }
}

@media (max-width: 767px) {
    .show-more {
        margin-left: 0;
        margin-right: 0;
    }
}

.md-loader {
    position: relative;
    width: 35px;
    margin: 47px auto 64px;
    font-size: 0;
    text-align: center;
}

.md-loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.md-loader_circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.md-loader circle {
    fill: none;
}

.md-loader_line {
    stroke-width: 4;
    stroke: #d9d9d9;
}

.md-loader_spinner {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-width: 4;
    stroke-miterlimit: 10;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: square;
    stroke: #b89987;
}

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

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

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

html.open-share {
    overflow: hidden;
}

html.open-share .share-modal {
    display: table;
    z-index: 1050;
}

.share-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.share-modal_ovrl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.88);
}

.share-modal_cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.share-modal_list {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
}

.share-modal .f-social {
    margin: 0;
}

.share-modal .f-social .s-social-icon {
    width: 50px;
    height: 50px;
    background-size: 2000px 200px;
}

.share-modal .f-social .s-social-vk {
    background-position: 0 0;
}

.share-modal .f-social .s-social-fb {
    background-position: -100px 0;
}

.share-modal .f-social .s-social-yt {
    background-position: -200px 0;
}

.share-modal .f-social .s-social-in {
    background-position: -300px 0;
}

.share-modal .f-social .s-social-pt {
    background-position: -400px 0;
}

.share-modal .f-social-link {
    margin: 19px;
}

.share-modal .f-social-link:hover .s-social-icon {
    width: 50px;
    height: 50px;
    background-size: 2000px 200px;
}

.share-modal .f-social-link:hover .s-social-vk {
    background-position: 0 -100px;
}

.share-modal .f-social-link:hover .s-social-fb {
    background-position: -100px -100px;
}

.share-modal .f-social-link:hover .s-social-yt {
    background-position: -200px -100px;
}

.share-modal .f-social-link:hover .s-social-in {
    background-position: -300px -100px;
}

.share-modal .f-social-link:hover .s-social-pt {
    background-position: -400px -100px;
}

html.open-search {
    overflow: hidden;
}

html.open-search .search-modal {
    display: table;
    z-index: 1050;
}

.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.search-modal_ovrl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.88);
}

.search-modal_cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.search-modal_list {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
    .search-modal_list {
        display: block;
    }
}

html.open-login {
    overflow: hidden;
}

html.open-login .login-modal {
    display: table;
    z-index: 1050;
}

@media (max-height: 440px) {
    html.open-login .login-modal {
        display: block;
    }
}

.login-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.login-modal_ovrl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.88);
}

.login-modal_cont {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    text-align: center;
}

@media (max-height: 440px) {
    .login-modal_cont {
        position: relative;
        display: block;
    }
}

.login-modal_list {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 640px) {
    .login-modal_list {
        width: 100%;
    }
}

.login-modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 18px;
    height: 17px;
    background: url(../i/close.svg) no-repeat;
    cursor: pointer;
}

.login-modal_close:hover {
    background: url(../i/close-g.svg) no-repeat;
}

.login-modal_wrap {
    width: 600px;
    margin: auto;
    background: #fff;
    padding: 39px 20px 36px;
}

@media (max-width: 640px) {
    .login-modal_wrap {
        width: 100%;
    }
}

.login-modal_form {
    max-width: 340px;
    margin: auto;
}

.login-modal_head {
    margin: 0 0 37px;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.1053em;
    line-height: 16px;
    text-transform: uppercase;
}

.login-modal .login-form input {
    display: block;
    width: 100%;
    margin: 0 auto 26px;
    padding: 16px 18px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
}

.login-modal .login-form input::-moz-placeholder {
    color: #acacac;
    opacity: 1;
}

.login-modal .login-form input:-ms-input-placeholder {
    color: #acacac;
}

.login-modal .login-form input::-webkit-input-placeholder {
    color: #acacac;
}

.login-modal .login-form_btn {
    width: 100%;
    height: 60px;
    padding: 24px 10px 25px;
    margin: 4px 0 36px;
    border: none;
    border-radius: 0;
    background: #b89987;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1818em;
    line-height: 11px;
    text-transform: uppercase;
}

.login-modal .login-form_btn:hover {
    opacity: .9;
}

.login-modal_sub {
    position: relative;
    text-align: left;
}

.login-modal_sub-text {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
}

.login-modal .login_social {
    float: right;
}

.login-modal .login_social-link {
    margin-left: 36px;
    font-size: 0;
}

.login-modal .login_social-link:hover {
    opacity: .8;
}

.login-modal .login_social .s-login {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../i/login-social-sprite.svg) 0 0 no-repeat;
}

.login-modal .login_social .s-login_vk {
    background-position: 0 0;
}

.login-modal .login_social .s-login_fb {
    background-position: -50px 0;
}

.login-modal .login_social .s-login_goo {
    background-position: -100px 0;
}

.login-modal_field {
    position: relative;
    text-align: left;
}

.login-modal_field .mail-error_text {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #ef7158;
    line-height: 12px;
    margin: 13px 0 0 10px;
}

@media (max-width: 767px) {
    .login-modal_field .mail-error_text {
        position: relative;
        margin: 10px 0 0;
        text-align: center;
        left: 0;
    }
}

.login-modal .login-form input {
    margin-bottom: 0;
}

.login-modal_field {
    margin-bottom: 26px;
}

.login-modal_field.error input {
    border-color: #ef7158 !important;
}

.login-modal_field.error .mail-error_text {
    display: block;
}

.bl-list {
    position: relative;
    margin: -30px -15px 30px;
    font-size: 0;
    z-index: 6;
}

.bl {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    margin: 30px 0 0;
    /*padding: 0 14.84px;*/
    padding: 0 15.84px;
}

.bl_category {
    margin: 14px 0 10px 0;
    text-align: left;
    letter-spacing: 0.2259em;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    /*color: #b89987;*/
    color: #b89987;
}

.bl_category a {
    /*color: #b89987;*/
    color: #b89987;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.bl_category a:hover {
    text-decoration: none;
    color: #000;
}

.bl_title {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0em;
    font-weight: 700;
    text-transform: uppercase;
}

.bl_title a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.bl_title a:hover {
    text-decoration: none;
    /*color: #b89987;*/
    color: #b89987;
}

.bl_sub {
    font-size: 0;
}

.bl_sub_i {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 19px;
}

.bl_sub_i:first-child {
    margin-left: 0;
}

.bl_sub_val {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #acacac;
    letter-spacing: 0.2em;
}

@media (max-width: 767px) {
    .bl {
        width: 100%;
    }

    .logo_header img {
        /*width: 240px !important;*/
        height: auto;
    }
}

@media (max-width: 767px) {
    .bl {
        width: 50%;
    }
}

@media (max-width: 567px) {
    .bl {
        width: 100%;
    }
}

.bl_img {
    position: relative;
}

.bl_img a:hover img {
    opacity: 0.88;
}

.bl_img img {
    -webkit-transition: .2s;
    transition: .2s;
}

@media (max-width: 567px) {
    .bl_img img {
        width: 100%;
        height: auto;
    }

    .logo_header img {
        /* width: 140px !important;*/
        height: auto;
    }
}

.bl_video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
}

.bl_video:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}

.bl_video-triangle {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-left: 72px solid #fff;
    border-bottom: 36px solid transparent;
    cursor: pointer;
}

.bl_video-watch {
    display: inline-block;
    padding: 30px 112px 31px 112px;
    border: 1px solid #fff;
    white-space: normal;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1818em;
    line-height: 11px;
    cursor: pointer;
}

.bl_video-watch:hover {
    background: #fff;
    /*color: #b89987;*/
    color: #b89987;
}

@media (max-width: 1024px) {
    .bl_video-triangle {
        border-top: 18px solid transparent;
        border-left: 36px solid #fff;
        border-bottom: 18px solid transparent;
    }
}

.articles {
    position: relative;
}

.articles_wrap {
    position: relative;
}

.articles_container {
    max-width: 750px;
    margin: auto;
}

.articles_lead {
    position: relative;
    padding: 30px 0;
    background: #fff;
}

.articles_lead:before,
.articles_lead:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-image: -webkit-linear-gradient(#f6f6f6 0%, #fff 100%);
    background-image: linear-gradient(#f6f6f6 0%, #fff 100%);
}

.articles_lead:after {
    top: auto;
    bottom: 0;
    background-image: -webkit-linear-gradient(#fff 0%, #f6f6f6 100%);
    background-image: linear-gradient(#fff 0%, #f6f6f6 100%);
}

.articles_lead .bl {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 5;
}

.articles_lead .bl_category {
    display: inline-block;
    margin: 22px 0 17px 0;
}

.articles_lead .bl_title {
    /*text-transform: inherit !important;*/
    margin: 0 auto 25px auto;
    max-width: 750px;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1053em;
    line-height: 26px;
}

@media (max-width: 767px) {
    .articles_lead:before,
    .articles_lead:after {
        left: -15px;
        right: -15px;
    }
}

.articles_mention {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 7px;
}

.articles_mention-link {
    display: inline-block;
    margin-right: 4px;
}

.articles_mention-link a {
    display: block;
    padding: 4px 15px;
    border: 1px solid #b89987;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    /*color: #b89987;*/
    color: #b89987;
    text-decoration: none;
}

.articles_mention-link a:hover {
    background: #b89987;
    color: #fff;
}

.articles_mention .date {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #acacac;
    font-weight: 400;
    text-align: right;
    line-height: 30px;
}

@media (max-width: 767px) {
    .articles_mention-link {
        margin-bottom: 15px;
    }
}

.articles_descr {
    margin-bottom: 60px;
}

.articles_descr-txt {
    margin-bottom: 30px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    color: #222;
}

.articles_descr-txt a {
    font-weight: 600;
    /*color: #b89987;*/
    color: #b89987;
}

.articles_descr-txt a:hover {
    text-decoration: none;
}

.articles_descr-buttons {
    font-size: 0;
    border: 1px solid #d9d9d9;
}

.party_btn {
    display: inline-block;
    width: 33.3333%;
    padding: 26px 0 27px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #000000;
    text-decoration: none;
    text-align: center;
    border-left: 1px solid #d9d9d9;
    cursor: pointer;
    outline: none;
}

.party_btn:first-child {
    border-left: 0;
}

.party_btn .mes_t {
    /*color: #b89987;*/
    color: #b89987;
}

.party_btn.hover,
.party_btn.active {
    background: #b89987;
    color: #fff;
    text-decoration: none;
}

.party_btn.hover .like,
.party_btn.active .like {
    background-image: url(img/like-w.svg);
}

.party_btn.hover .mes,
.party_btn.active .mes {
    background-image: url(../i/mes-w.svg);
}

.party_btn.hover .share-ic,
.party_btn.active .share-ic {
    /*background-image: url(img/share-w.svg);*/
}

.party_btn.hover .mes_t,
.party_btn.active .mes_t {
    color: #fff;
}

.party_btn-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 6px;
}

.party_btn-item:first-child {
    margin: 0 2px 0 0;
}

.party_btn-item:last-child {
    margin: 0 0 0 4px;
}

@media (max-width: 767px) {
    .party_btn {
        padding: 14px 0 14px;
    }

    .party_btn-item-ic {
        margin-left: 0;
    }
}

.mes {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 12px;
    background: url(../i/mes.svg) no-repeat 50% 0;
}

.eye {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 16px;
    background: url(https://countryofcheese.com/wp-content/uploads/2017/08/e36-128.png) no-repeat;
    background-size: cover;
    opacity: 0.4;
}

.like {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 14px;
    background: url(../i/like.svg) no-repeat 50% 0;
}

.like-null {
    background-image: url(img/like-null.svg);
}

.share-ic {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 16px;
    /*background: url(img/share.svg) no-repeat 50% 0;*/
}

.btn_t {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1818em;
    line-height: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .btn_t {
        display: none;
    }
}

.articles_text {
    margin: 30px 0;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    text-align: left;
}

.articles_text p {
    margin-bottom: 20px;
    font-weight: 400;
    color: #222;
}

.articles_text p:first-child {
    margin-bottom: 20px;
    line-height: 20px;
}

.articles_text p:nth-child(2) {
    line-height: 20px;
}

.articles_text a {
    font-weight: 700;
    /*color: #b89987;*/
    color: #b89987;
    line-height: 20px;
}

.articles_text a:hover {
    text-decoration: none;
}

.articles_text img {
    margin-bottom: 6px;
}

.articles_text small {
    display: block;
    margin: 4px 0 0;
    font-size: 12px;
    color: #acacac;
    line-height: 12px;
}

.articles_text blockquote {
    border-left: 3px solid #b89987;
    padding: 0 0 0 19px;
    margin: 0 0 29px;
    font-size: 14px;
    font-weight: 600;
}

.articles_text h2 {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1053em;
    line-height: 16px;
}

.articles_text h3 {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    line-height: 14px;
}

.articles_text ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    font-weight: 400;
    color: #222222;
    line-height: 14px;
}

.articles_text ol li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 21px;
}

.articles_text ol li:before {
    content: counter(li);
    counter-increment: li;
    /*background: #b89987;*/
    background: #c49a87;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 26px;
    text-align: center;
    width: 26px;
    position: absolute;
    left: 0;
    top: -6px;
    padding-top: 6px;
}

.articles_text ul {
    list-style: none;
    padding: 0 0 0 9px;
    margin: 0 0 40px;
    text-align: justify;
    font-weight: 400;
    color: #222222;
    line-height: 14px;
}

.articles_text ul li {
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    margin-bottom: 15px;
}

.articles_text ul li:before {
    content: '';
    background: #b89987;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    padding-top: 6px;
}

.article-slider, .inst-slider {
    position: relative;
    /*margin: 0 0 30px;*/
}

.article-slider_block {
    background: #fff;
    margin: 40px 0;
    padding: 0 40px;
    border-top: 1px solid #d9d9d9;
    /*border-bottom: 1px solid #d9d9d9;*/
}

.article-slider_block-title {
    margin: 0 0 20px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    /*color: #b89987;*/
    color: #b89987;
    letter-spacing: 0.2259em;
    line-height: 11px;
}

.article-slider_item {
    text-align: center;
}

.article-slider_item img {
    margin-bottom: 0;
    max-height: 190px;
}

.article-slider_item:hover img {
    opacity: .88;
}

.article-slider .owl-next:before,
.article-slider .owl-prev:before, .inst-slider .owl-next:before,
.inst-slider .owl-prev:before {
    content: '';
    position: absolute;
    top: 35%;
    right: -7%;
    width: 28px;
    height: 28px;
    background: url(img/forward_arrow.svg) right 0 no-repeat;
}

.article-slider .owl-prev:before, .inst-slider .owl-prev:before {
    right: auto;
    left: -7%;
    background-image: url(img/back_arrow.svg);
}

@media (max-width: 767px) {
    .article-slider, .inst-slider {
        margin: 0 -55px 30px;
    }

    .article-slider_item {
        /*width: 130px;*/
        margin: 0 auto;
    }

    .article-slider .owl-next,
    .article-slider .owl-prev, .inst-slider .owl-next,
    .inst-slider .owl-prev {
        display: none;
    }
}

.comment-textarea {
    position: relative;
    margin: 60px 0;
    max-width: 750px;
    height: 50px;
    white-space: nowrap;
}

.comment-textarea_wrap {
    position: relative;
    max-width: 684px;
    height: 50px;
    margin-left: 66px;
}

.comment-textarea_wrap .comment-textarea_val {
    width: 100%;
    height: 50px;
    padding: 14px 65px 14px 18px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    background: #fff;
    border: 1px solid #d9d9d9;
    resize: none;
    overflow: auto;
}

.comment-textarea_wrap .comment-textarea_ic {
    position: absolute;
    right: 0;
    z-index: 3;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    background: url(../i/send-arrow.svg) center no-repeat;
}

.comment-textarea_wrap .comment-textarea_ic:hover {
    background: #b89987 url(../i/send-arrow-w.svg) center no-repeat;
}

.comment-textarea .ava {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 16px 0 0;
}

.default-ava {
    display: block;
    padding: 8px 0;
    background: #eaeaea;
    text-align: center;
}

.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments .comments {
    margin-top: 20px;
    margin-left: 60px;
    padding: 20px 0 0;
    border-top: 1px solid #D9D9D9;
}

.comments .comment-textarea {
    /*display: none;*/
    margin: 20px 0;
}

.comments_i {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #D9D9D9;
}

.comments_i:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.comments_ava {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
}

.comments_text {
    margin-left: 66px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    text-align: left;
    line-height: 20px;
}

.comments_text:hover > .comments_sub > .comments_reply {
    opacity: 1;
}

.comments_name {
    font-weight: 700;
    line-height: 14px;
    margin: 0 0 8px;
}

.comments_post {
    margin: 0 0 10px;
}

.comments_sub {
    position: relative;
    margin: 0 0 15px;
}

.comments_sub .like-wrap {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.comments_sub .like-wrap:hover .bl_sub_val {
    /*color: #b89987;*/
    color: #b89987;
}

.comments_sub .post-date {
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #acacac;
    line-height: 12px;
    vertical-align: top;
}

.comments_reply {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 17px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1818em;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.comments_reply-link {
    font-size: 11px;
    /*color: #b89987;*/
    color: #b89987;
    text-transform: uppercase;
    cursor: pointer;
}

.comments_reply-link:hover {
    color: #000;
}

.to-top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    max-width: 20%;
    font-size: 12px;
    font-weight: 400;
    color: #acacac;
}

.to-top_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 75px 0 15px;
    background: url(../i/up.svg) center no-repeat;
    text-align: center;
    cursor: pointer;
    /*color: #b89987;*/
    color: #b89987;
}

.to-top_link:hover {
    color: black;
}

@media (max-width: 1279px) {
    .to-top {
        width: 12%;
        width: calc((100% - 750px) / 2 - 30px);
        max-width: none;
    }
}

@media (max-width: 1024px) {
    .to-top {
        display: none;
    }
}

.partition_lead {
    position: relative;
    margin: 0 0 69px;
    padding: 69px 0 0;
}

.partition_lead:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    height: 316px;
    background-image: -webkit-linear-gradient(#f6f6f6 0%, #fff 100%);
    background-image: linear-gradient(#f6f6f6 0%, #fff 100%);
}

.partition_lead:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
}

.partition_lead-head {
    position: relative;
    z-index: 5;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    /*color: #b89987;*/
    color: #b89987;;
    text-align: center;
    letter-spacing: 0.25em;
}

@media (max-width: 767px) {
    .partition_lead:before,
    .partition_lead:after {
        left: -15px;
        right: -15px;
    }
}

.sub-partition_lead {
    position: relative;
    padding: 30px 0 0;
}

.sub-partition_lead:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    height: 316px;
    background-image: -webkit-linear-gradient(#f6f6f6 0%, #fff 100%);
    background-image: linear-gradient(#f6f6f6 0%, #fff 100%);
}

.sub-partition_lead:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
}

.sub-partition_lead-head {
    position: relative;
    z-index: 5;
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b89987;
    text-align: center;
    letter-spacing: 0.25em;
}

@media (max-width: 767px) {
    .sub-partition_lead:before,
    .sub-partition_lead:after {
        left: -15px;
        right: -15px;
    }
}

.sub-partition_menu {
    padding: 20px 0 0;
    /*margin: 0 0 30px;*/
    border-top: 1px solid #d9d9d9;
    position: relative;
    z-index: 5;
    font-size: 0;
    text-align: center;
}

.sub-partition_menu-i {
    display: inline-block;
    font-size: 11px;
    margin-left: 34px;
    margin-bottom: 10px;
}

.sub-partition_menu-i:first-child {
    margin-left: 0;
}

.sub-partition_menu-link {
    font-size: 11px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.1818em;
    text-decoration: none;
    text-transform: uppercase;
}

.sub-partition_menu-link:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .sub-partition_menu {
        display: none;
    }

    .sub-partition_menu-i {
        margin: 0 10px 5px 0;
    }
}

.error-page {
    position: relative;
    margin: 0 0 100px;
    padding: 69px 0 0;
}

.error-page_head {
    position: relative;
    padding: 0 0 69px;
    margin: 0 0 100px;
    border-bottom: 1px solid #d9d9d9;
    z-index: 5;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    /*color: #b89987;*/
    color: #c49a87;
    text-align: center;
    letter-spacing: 0.25em;
}

@media (max-width: 1023px) {
    .error-page {
        margin-bottom: 50px;
    }

    .error-page_head {
        margin: 0 0 50px;
    }
}

.field_search {
    position: relative;
    max-width: 600px;
    height: 60px;
    margin: 0 auto;
    z-index: 5;
    white-space: nowrap;
}

.field_search-block {
    width: 600px;
}

.field_search-val {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 65px 6px 18px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.field_search-val::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

.field_search-val:-ms-input-placeholder {
    color: #aaa;
}

.field_search-val::-webkit-input-placeholder {
    color: #aaa;
}

.field_search-ic {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    background: url(img/search.svg) center no-repeat;
    background-size: 30% 30%;
}

.field_search-ic:hover {
    /*background: #b89987 url(img/search-w.svg) center no-repeat;*/
    background: #c49a87 url(img/search-w.svg) center no-repeat;
    border: 1px solid transparent;
}

@media (max-width: 767px) {
    .field_search-block {
        width: 100%;
    }
}

.search-results {
    position: relative;
    margin: 0 0 0;
}

.search-results_head {
    position: relative;
    padding: 50px 0;
    margin: 0 0 40px;
    border-bottom: 1px solid #d9d9d9;
}

.search-results_word {
    background-color: #e1dbcf;
}

@media (max-width: 767px) {
    .search-results {
        margin-bottom: 30px;
    }
}

.search-list-menu_i {
    margin: 0 0 30px;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1818em;
}

.search-list-menu_link {
    color: #000;
    text-decoration: none;
}

.search-list-menu_link:hover {
    text-decoration: none;
}

.search-list-menu_link.active {
    /*color: #b89987;*/
    color: #c49a87;
}

@media (max-width: 1023px) {
    .search-list-menu {
        display: none;
        margin: 0 0 30px;
    }

    .search-list-menu_i {
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 15px 0;
    }
}

.search-list_i {
    margin: 0 0 40px;
}

.search-list_cover {
    float: left;
    margin-right: 20px;
}

.search-list_bl {
    overflow: hidden;
}

.search-list_category {
    padding: 4px 0 0;
    margin: 0 0 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2259em;
    line-height: 11px;
    text-transform: uppercase;
}

.search-list_category-link {
    text-decoration: none;
}

.search-list_wrap {
    height: 122px;
    overflow: hidden;
}

.search-list_title {
    margin: 0 0 18px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.1333em;
    line-height: 21px;
    text-transform: uppercase;
}

.search-list_title-link {
    text-decoration: none;
    color: #000;
}

.search-list_text {
    padding: 0 20px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 20px;
}

.search-list_text a {
    font-weight: 700;
    text-decoration: underline;
}

.search-list_text a:hover {
    text-decoration: none;
}

.search-list_date {
    margin: 18px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #acacac;
    line-height: 12px;
}

@media (max-width: 767px) {
    .search-list_i {
        margin-bottom: 30px;
        padding-top: 30px;
        border-top: 1px solid #d9d9d9;
    }

    .search-list_i:first-child {
        padding-top: 0;
        border-top: 0;
    }

    .search-list_cover {
        float: none;
        margin: 0 auto 20px;
    }

    .search-list_img {
        width: 100%;
    }
}

.search-no-results {
    position: relative;
    margin: 0 0 100px;
}

.search-no-results_head {
    position: relative;
    padding: 50px 0;
    margin: 0 0 100px;
    border-bottom: 1px solid #d9d9d9;
    z-index: 5;
}

.search-no-results_text {
    position: relative;
    z-index: 5;
    font-size: 15px;
    font-weight: 700;
    color: #acacac;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1333em;
    line-height: 21px;
}

@media (max-width: 1023px) {
    .search-no-results {
        margin-bottom: 50px;
    }

    .search-no-results_head {
        margin-bottom: 50px;
    }
}

.main {
    position: relative;
}

.main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 316px;
    /*background: -webkit-linear-gradient(#f6f6f6 0%, #fff 100%);
  background: linear-gradient(#f6f6f6 0%, #fff 100%);*/
    /*background: -webkit-linear-gradient(#eae9e9 0%, #fff 100%);
    background: linear-gradient(#eae9e9 0%, #fff 100%);*/
}

.container-in {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .container-in {
        padding: 0;
    }
}

.lead {
    position: relative;
    margin: 0 0 30px;
}

.lead_cont {
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
}

.lead .bl-list {
    margin-bottom: 0;
}

@media (min-width: 568px) {
    .lead .bl {
        /*width: 50%;*/
        width: 33.333333%;
    }
}

.mes_t {
    /*color: #b89987;*/
    color: #c49a87;
}

.slider_block {
    position: relative;
    /*background: #f4f4f4;*/
    background: #f8eeea;
    padding: 0 0 23px;
}

.slider_block-title {
    margin: 0 0 37px;
    padding-top: 28px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    /*color: #b89987;*/
    color: #b89987;
    letter-spacing: 0.2259em;
    line-height: 11px;
}

.slider_block-in {
    /*padding: 0 95px;*/
    margin: 40px 0px 30px;
}

@media (max-width: 1099px) {
    .slider_block-in {
        padding: 0 60px;
    }
}

@media (max-width: 1023px) {
    .slider_block-in {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .slider_block {
        padding: 0 0 20px;
    }

    .slider_block-in {
        margin: 0 -15px;
        padding: 0;
    }
}

.main-list {
    padding: 10px 0 0;
}

.main-slider {
    position: relative;
}

.main-slider_img {
    position: relative;
    margin: 0 0 13px;
}

.main-slider_img:hover img {
    opacity: .88;
}

.main-slider_img .bl_video-triangle {
    border-top: 24px solid transparent;
    border-left: 48px solid #fff;
    border-bottom: 24px solid transparent;
}

.main-slider_img img {
    width: 100%;
    -webkit-transition: .2s;
    transition: .2s;
}

@media (max-width: 1024px) {
    .main-slider_img .bl_video-triangle {
        border-top: 18px solid transparent;
        border-left: 36px solid #fff;
        border-bottom: 18px solid transparent;
    }
}

.main-slider_name {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0em;
    line-height: 19px;
}

.main-slider_name a {
    -webkit-transition: .2s;
    transition: .2s;
}

.main-slider_name a,
.main-slider_name a:hover {
    color: #000;
    text-decoration: none;
}

.main-slider_name a:hover {
    /*color: #b89987;*/
    color: #b89987;
}

.main-slider .owl-prev:before,
.main-slider .owl-next:before {
    content: '';
    position: absolute;
    top: 30%;
    left: -1.5%;
    width: 28px;
    height: 28px;
    background: url(img/back_arrow.svg) 0 0 no-repeat;
}

.main-slider .owl-next:before {
    left: auto;
    right: -2%;
    background: url(img/forward_arrow.svg) 100% 0 no-repeat;
}

@media (max-width: 767px) {
    .main-slider_i {
        width: 190px;
    }

    .main-slider .owl-next,
    .main-slider .owl-prev {
        display: none;
    }
}

.vacansy {
    position: relative;
}

.vacansy-head {
    padding: 70px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 700;
    /*color: #b89987;*/
    color: #b89987;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.vacansy_container {
    max-width: 750px;
    margin: auto;
}

.vacansy_text {
    font-size: 14px;
    color: #222222;
    text-align: left;
    line-height: 14px;
    font-weight: 400;
}

.vacansy_text img {
    margin: 0 0 40px;
}

.vacansy_text h2 {
    margin: 0 0 30px;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.1053em;
    line-height: 16px;
    text-transform: uppercase;
}

.vacansy_text h3 {
    margin: 0 0 26px;
    font-size: 14px;
    color: #222222;
    line-height: 14px;
    font-weight: 700;
}

.vacansy_text ul {
    list-style: none;
    padding: 0 0 0 7px;
}

.vacansy_text ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 21px;
}

.vacansy_text ul li:before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 23px;
    line-height: 15px;
    font-weight: 700;
    /*color: #b89987;*/
    color: #b89987;
}

.vacansy_text ul li:last-child {
    margin: 0 0 30px;
}

.vacansy_text p {
    padding: 16px 0 20px;
    margin: 0 0 40px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 600;
    line-height: 20px;
}

.vacansy_text p:last-child {
    margin: 0 0 60px;
}

.vacansy_text a:hover {
    text-decoration: none;
}

.about {
    position: relative;
}

.about-head {
    padding: 70px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 700;
    /*color: #b89987;*/
    color: #b89987;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.about_container {
    max-width: 750px;
    margin: auto;
}

.about_text {
    font-size: 14px;
    color: #222222;
    text-align: left;
    line-height: 24px;
    font-weight: 400;
}

.about_text img {
    margin: 0 0 30px;
}

.about_text p {
    margin: 0 0 20px;
}

.about_text a:hover {
    text-decoration: none;
}

.about_text h2 {
    padding: 40px 0 0;
    margin: 40px 0 30px;
    border-top: 1px solid #d9d9d9;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.1053em;
    line-height: 16px;
    text-transform: uppercase;
}

.about_text h3 {
    margin: 30px 0 26px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}

.about_text ul {
    list-style: none;
    padding: 0 0 0 7px;
}

.about_text ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 21px;
}

.about_text ul li:before {
    content: '+';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 23px;
    line-height: 15px;
    font-weight: 700;
    /*color: #b89987;*/
    color: #b89987;
}

.about_text ul:last-child {
    margin: 0 0 60px;
}

.simple {
    text-transform: uppercase;
    font-weight: 700;
}

.simple_plus {
    /*color: #b89987;*/
    color: #b89987;
    font-weight: 600;
}

.media {
    position: relative;
}

.media img {
    margin: 0;
}

.media:hover {
    opacity: .88;
}

.cf-mix:before,
.clearfix:before,
.cf:before,
.cf-mix:after,
.clearfix:after,
.cf:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
}

.cf-mix:after,
.clearfix:after,
.cf:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

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

.art-border {
    border: 1px solid #d7d7d7;
    overflow: hidden;
    padding: 10px 15px 0px;
    height: 150px;
}

.bl_category a {
    /*color: #b89987;*/
    color: #b89987;
}

.bl_title a {
    text-transform: none !important;
}

a.logo_header {
    margin: 20px auto;
    display: inline-block;
}

span.menu-toggle {
    float: right !important;
    /*margin-left: 15px;*/
}

span.search-toggle.js-open-search {
    /*margin-right: 36px !important;*/
    margin-right: 10px !important;
}

@media screen and (max-width: 1024px) {
    span.search-toggle.js-open-search {
        margin-right: 25px !important;
        right: 5px;
    }
    .footer .f-social-link {
        margin-right: 12px;
    }
}

.bl_title a {
    font-size: 20px !important;
    font-weight: normal !important;
}

.menu-menu-container {
    display: flex;
    justify-content: center;
}

ul#menu-menu {
    margin-left: 75px;
}

.nav-sub-menu_link, .nav-menu_link, .main-slider_name, .show-more_link, .nav-menu li a {
    font-weight: normal !important;
    font-size: 12px !important;
}

.nav-menu li a {
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.copy a {
    color: black;
}

.logo_header img {
    width: 600px;
    height: auto;
}

.nav-menu_i, .nav-menu li {
    float: left;
}

/*a.has-drop{
	font: normal normal normal 14px/1 FontAwesome;
}
a.has-drop:after {
    content: "\f107";
    position: relative;
    top: -1px;
    left: 2px;
    color: #828181;
}*/
.fa-drop-angle-down {
    position: relative;
    float: right;
    top: 22px;
    left: -16px;
    font-size: 14px !important;
    cursor: pointer;
}

.to-top_link {
    background: rgba(100, 100, 100, 0.4);
    color: #FFF;
    cursor: pointer;
    position: fixed;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    width: 35px !important;
    height: 35px !important;
    padding: 0px !important;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    left: 20px !important;
    bottom: 50px !important;
}

.bl_img img {
    height: auto;
}

.footer .f-social-link:hover {
    color: black !important;
}

.comments-number {
    color: #acacac;
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.comments-icon {
    display: inline-block;
    font-size: 13px;
    position: relative;
    color: black;
    opacity: 0.45;
    top: -1px;
    margin-left: 10px;
}

section.widget {
    display: inline-block;
    margin: 20px 20px 20px 0px;
}

.s_menu {
    padding-left: 50px !important;
}

.s_menu li {
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1818em;
    line-height: 26px;
    list-style: none;
}

.s_menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.s_menu li a:hover {
    /*color: #b89987;*/
    color: #b89987;
}

.s_menu .sub-menu {
    display: none;
    /*border-left: 1px solid #b89987;*/
    border-left: 1px solid #c49a87;
    padding: 0 0 0 15px;
}

/*.nav-menu li:first-child .sub-menu li:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-top: 0;
}*/
/*.nav-menu li:first-child .sub-menu li:last-child {
    border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}*/
.nav-menu li:first-child .sub-menu li:nth-child(2), .nav-menu li:first-child .sub-menu li:nth-child(3) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-top: 0;
    padding-top: 10px;
}

.nav-menu li:first-child .sub-menu li:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-top: 0;
}

.nav-menu li:first-child .sub-menu {
    padding-bottom: 13px;
}

.yarpp-related .yarpp-thumbnail-title {
    width: 100% !important;
    color: black;
    font-weight: normal !important;
}

.articles_container article img {
    height: auto;
}

.inst_butt {
    float: right;
    margin: 0;
    top: -50px;
    position: relative;
    right: -48px;
    font-size: 22px;
    color: black;
}

.alignleft {
    float: left;
    margin: 0px 10px 10px 0px;
}

.alignright {
    float: right;
    margin: 0px 0px 10px 10px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.about-kate {
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden
}

@media (min-width: 768px) {
    .about-kate {
        padding-top: 40px;
        padding-bottom: 60px;
        margin-bottom: 70px
    }
}

@media (min-width: 768px) {
    .about-kate {
        text-align: left
    }
}

@media (min-width: 768px) {
    .about-kate .row {
        display: flex;
        margin: 0 -20px
    }
}

.about-kate .image {
    position: relative;
    padding: 60px;
    z-index: 2;
    margin-bottom: 20px
}

.about-kate .image .watercolour {
    content: '';
    position: absolute;
    width: 113%;
    height: auto;
    z-index: 1;
    left: -38px;
    bottom: -10px
}

@media (min-width: 768px) {
    .about-kate .image .watercolour {
        width: 146%;
        left: -120px;
        bottom: -110px
    }
}

@media (min-width: 768px) {
    .about-kate .image {
        float: left;
        width: 40%;
        padding: 0 20px
    }
}

.about-kate .image .image-shape {
    position: relative;
    z-index: 2
}

.about-kate .image .square {
    position: relative
}

.about-kate .image .square:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 3;
    border: 2px solid #f0d4cc
}

.about-kate .image img {
    width: 100%;
    height: auto
}

.about-kate .image h3, .about-kate .image .content-builder .image-offset .caption, .content-builder .image-offset .about-kate .image .caption {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    z-index: 3
}

@media (min-width: 768px) {
    .about-kate .image h3, .about-kate .image .content-builder .image-offset .caption, .content-builder .image-offset .about-kate .image .caption {
        width: auto;
        bottom: -110px;
        left: 20px
    }
}

.about-kate .info {
    align-self: center;
    position: relative;
    z-index: 4
}

@media (min-width: 768px) {
    .about-kate .info .caption {
        padding-left: 60px
    }

    .about-kate .info .caption p {
        margin-bottom: 20px
    }
}

@media (min-width: 991px) {
    .about-kate .info .caption {
        padding-left: 80px
    }
}

@media (min-width: 768px) {
    .about-kate .info {
        float: left;
        width: 60%;
        padding: 0 20px
    }
}

.square {
    padding-bottom: 100%;
}

.image-shape {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-shape {
    background-size: cover;
}

img.watercolour {
    display: none;
}

.about-kate .image h3 {
    display: none;
}

.about-kate {
    /*padding-bottom: 0;*/
    margin-bottom: 0px;
    padding-bottom: 20px;
}

/*gallery*/

.gallery {
    margin-bottom: 16px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 1;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}


/*top panel*/

#masthead .header-top {
    height: 40px;
    line-height: 40px;
    background: #f8eeea;
    font-size: 10px;
    overflow: hidden;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media (max-width: 600px) {
    /*#masthead .header-top{display:none}*/
}

/*#masthead .header-top .header-top-left-wrapper{width:calc(100% - 280px);float:left}*/
@media (max-width: 768px) {
    #masthead .header-top .header-top-left-wrapper {
        width: 100%
    }
}

#masthead .header-top .header-top-left-wrapper .header-top-left {
    padding-left: 25px
}

#masthead .header-top .header-top-left-wrapper .header-top-left li {
    margin-right: 15px;
    letter-spacing: .85px;
    font-size: 10px
}

#masthead .header-top .header-top-left-wrapper .header-top-right {
    padding-right: 25px;
    font-size: 14px;
}

#masthead .header-top .header-top-left-wrapper .header-top-right li {
    margin-left: 15px
}

#masthead .header-top .header-top-right-wrapper {
    width: 280px;
    float: left;
    text-align: center
}

@media (max-width: 768px) {
    #masthead .header-top .header-top-right-wrapper {
        display: none
    }
}

#masthead .header-top .header-top-right-wrapper .btn {
    font-size: 13px;
    padding: 6px 5px 4px;
    line-height: 30px;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

#masthead .header-top .header-top-right-wrapper .btn:hover {
    background: #fff;
    color: #dcb8ad
}

#masthead ul li {
    display: inline-block;
}

#masthead ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#masthead ul li a {
    text-decoration: none;
    color: #4d4d4d;
    outline: none !important;
    text-transform: uppercase;
}

.grid--full > .grid__item {
    padding-left: 0;
}

.one-half {
    width: 50%;
}

.grid__item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
}

.text-right {
    text-align: right;
}

.grid--full {
    margin-left: 0;
    letter-spacing: -.31em;
}

/*#masthead .header-top .header-top-left-wrapper {
  width: calc(100% - 280px);
  float: left;
}*/
#masthead .header-top .header-top-right-wrapper {
    width: 280px;
    float: left;
    text-align: center;
}

.nav-menu > li > ul > li > ul {
    position: absolute;
    /*left: 311px;*/
    left: 330px;
    padding: 0 !important;
    border-left: none;
    top: -8px;
}

.nav-menu > li > ul > li > ul > li {
    border-bottom: none !important;
    padding: 5px 10px !important;
    margin: 0 !important;
}

.nav-menu > li > ul > .menu-item-has-children:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
}

.show_more_link_about:hover > span {
    color: white !important;
}

.entry-content > p > span > img.alignnone.size-full {
    width: calc(100% - 20px) !important;
    margin: 0 auto !important;
    display: block;
}

.pinterest_board {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
}


.inside-grid-column {
    padding: 0 5px 0 5px !important;
    margin-bottom: 5px !important;
}

.inside-grid-column > p {
    margin: 0 !important;
}

.entry-content > p > span > img.alignnone.size-full {
    width: calc(100% - 10px) !important;
}

.entry-content p {
    /*margin: 0 !important;*/
    padding-left: 5px;
    padding-right: 5px;
}

.articles_text img {
    /*margin-bottom: 20px;*/
    /*margin-top: 20px;*/
    margin-bottom: 5px;
    margin-top: 5px;
}

.articles_text p > span {
    padding-right: 5px;
    padding-left: 5px;
    display: block;
    /*margin-bottom: 20px;*/
}

.entry-content > div > img {
    padding: 0 5px;
}

.entry-content > img {
    padding: 0 5px;
}

.inside-grid-column > img {
    margin-bottom: 0 !important;
}

.search-list_img {
    height: auto;
}

.nav-menu li:first-child .sub-menu li:last-child {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-bottom: 0;
}

.nav-menu > li > ul .menu-item-has-children .sub-menu li:last-child {
    border: none !important;
}

.nav-menu > li > ul > li > ul {
    /*left: 326px;*/
    top: -6px;
}

.articles_text p {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    display: inline-block;
    clear: both;
    width: 100%;
}

.inside-grid-column > p {
    padding: 0px;
}

@media (max-width: 1024px) {
    .header.m-affixed .header-cont img {
        /*width: 50%;*/
        height: auto;
    }

    .header.m-affixed .header-cont {
        top: -10px;
    }
}

.articles_text blockquote {
    margin-bottom: 0 !important;
    margin-left: 5px !important;
}

.about-kate .info .caption {
    font-size: 13px;
    text-align: center;
}

.lead .bl {
    position: relative;
    /*background: #f7f8f8;*/
    background: #fbf5f3;
    width: 32.3% !important;
    margin: 0.5% !important;
    padding: 0 !important;
}

.lead .bl-list {
    margin: 0 !important;
}

.lead .bl_title {
    padding: 40px 20px 20px;
    min-height: 126px;
    max-height: 126px;
    overflow: hidden;
}

.lead .bl_title a {
    /*font-family: futura-pt, sans-serif;*/
    font-weight: 400 !important;
    font-style: normal;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase !important;
}

.lead .descdesd {
    min-height: 125px;
    padding: 0 20px;
    max-height: 125px;
    overflow: hidden;
    font-weight: 300;
}

.lead .descdesd p {
    margin-bottom: 17px;
}

a.readmorebut {
    padding: 15px 30px;
    font-size: 14px !important;
    text-align: center;
    color: #504c4a;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    border: solid 1px #504c4a;
    border-radius: 0px;
    cursor: pointer;
    /*font-family: futura-pt, sans-serif;*/
    text-indent: 0px !important;
    margin: 21px auto 20px auto;
    display: block;
    width: 202px;
    text-decoration: none;
}

#featured-owl .text-link {
    padding: 15px 30px !important;
    font-size: 14px !important;
    text-align: center;
    color: #504c4a;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    border: solid 1px #504c4a;
    border-radius: 0px;
    cursor: pointer;
    text-indent: 0px !important;
    margin: 21px auto 20px auto;
    display: block;
    width: 202px;
    text-decoration: none;
}

.readmorebut:hover, #featured-owl .text-link:hover {
    color: white;
    background: #504c4a;
}

.lead .bl_img img {
    width: 100%;
}

.lead_cont .bl .top {
    padding: 0 20px;
    margin: 20px;
}

.lead .top .category a {
    border-bottom: solid 1px;
    padding-bottom: 2px;
    font-size: 12px;
    /*font-family: futura-pt, sans-serif;*/
    color: black !important;
    text-transform: uppercase;
}

.lead .category {
    margin: 20px 0 !important;
    padding: 10px 0 !important;
}

.lead .category a:nth-child(3), .lead .category a:nth-child(4), .lead .category a:nth-child(5), .lead .category a:nth-child(6), .lead .category a:nth-child(7), .lead .category a:nth-child(8), .lead .category a:nth-child(9) {
    display: none;
}

.lead .top {
    margin: 10px 20px !important;
    padding: 0px 20px !important;
}

@media screen and (max-width: 1024px) {
    .lead .bl {
        width: 98% !important;
        margin: 1% !important;
    }
}

.article-slider_block-title.newblogblock {
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
}

.category.desktop-category a:nth-child(4) {
    display: none;
}

.category.desktop-category a {
    margin-right: 5px;
}


.eye_icon {
    color: #7d7c7c !important;
    opacity: 1 !important;
    font-weight: normal !important;
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.main-list .bl_img, .lead-small .bl-list .bl_img {
    max-height: none !important;
}