﻿
@charset "UTF-8"; /*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
[hidden] {
    display: none !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}
.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
@media (min-width: 576px) {
    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
}
@media (min-width: 768px) {
    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
}
@media (min-width: 992px) {
    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
}
@media (min-width: 1200px) {
    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
} /*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1560px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media only screen and (max-width: 725px) {
	.blog-post__img::before {
		padding-top: 81.49425% !important;
	}

	.promo-secondary .align-container {height: 150px !important;}
	.promo-secondary .promo-primary__title {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 0px;
	}
	.promo-primary__pre-title {display: none !important;}
	.promo-secondary .align-container__item {
		text-align: right;
	}
	.promo-secondary .promo-primary__title::before {
		display: none;
	}
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
body {
	font-family: 'Open Sans', sans-serif;
    color: #333;
    min-height: 100vh;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 35px;
}
body.body--static {
    height: 100%;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    body.body--static {
        min-height: 100vh;
        overflow: auto;
        overflow-x: hidden;
    }
}
.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}
main.main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
img {
    max-width: 100%;
    height: auto;
}
.button {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    letter-spacing: 0.05em;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.button:hover {
    color: #333;
    background-color: #fdd340;
}
.button--green {
    border: 2px solid #2eb872;
}
.button--green:hover {
    color: #fff;
    background: #2eb872;
}
section.section {
    position: relative;
    z-index: 0;
    padding: 70px 0;
}
@media only screen and (min-width: 768px) {
    section.section {
        padding: 90px 0;
    }
}
@media only screen and (min-width: 992px) {
    section.section {
        padding: 120px 0;
    }
}
@media only screen and (min-width: 1200px) {
    section.section {
        padding: 140px 0;
    }
}
.align-container {
    display: table;
    width: 100%;
}
.promo-secondary .align-container__item {
    display: table-cell;
    vertical-align: bottom;
}
.align-container__item {
    display: table-cell;
    vertical-align: middle;
}
.promo-slider .align-container__item {
    position: absolute;
}

.img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    z-index: -1;
}
.img--bg-2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    z-index: -1;
}
.w-33 {
    width: 33% !important;
    max-width: 700px;
}
.jarallax {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.heading__pre-title {
    display: inline-block;
    color: #848484;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading__title {
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    font-size: 32px;
    text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
    .heading__title {
        font-size: 40px;
        line-height: 50px;
    }
}
.heading__title span:nth-of-type(2) {
    font-weight: 300;
}

.the__Sabbath .heading__title span:nth-of-type(1) {font-weight: 300;}
.the__Sabbath .heading__title span:nth-of-type(2) {font-weight: 700;}
.the__Sabbath .heading__title span:nth-of-type(3) {font-weight: 300;}

.heading p {
    color: #777;
}
.heading p:last-of-type {
    margin-bottom: 0;
}
.heading.heading--center {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.heading.heading--style-2 .heading__pre-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 30px;
    margin-right: 10px;
    margin-bottom: 3px;
    background: #fdd340;
    position: relative;
}
.heading.heading--green .heading__pre-title::before {
    background: #2eb872;
}
.heading.heading--cyan .heading__pre-title::before {
    background: #30e3ca;
}
.margin-3 {
    margin: 3px !important;
}
.bottom-15 {
    margin-bottom: 15px !important;
}
.bottom-20 {
    margin-bottom: 20px !important;
}
.bottom-30 {
    margin-bottom: 30px !important;
}
.bottom-40 {
    margin-bottom: 40px !important;
}
.bottom-50 {
    margin-bottom: 40px !important;
}
@media only screen and (min-width: 992px) {
    .bottom-50 {
        margin-bottom: 50px !important;
    }
}
.bottom-70 {
    margin-bottom: 50px !important;
}
@media only screen and (min-width: 992px) {
    .bottom-70 {
        margin-bottom: 70px !important;
    }
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.left-3 {
    margin-left: -3px !important;
}
.right-3 {
    margin-right: -3px !important;
}
.width100 {
    width: 100% !important;
}
.height100 {
    height: 100% !important;
}
.top-10 {
    margin-top: 10px !important;
}
.top-20 {
    margin-top: 20px !important;
}
.top-30 {
    margin-top: 30px !important;
}
.top-40 {
    margin-top: 40px !important;
}
.top-50 {
    margin-top: 50px !important;
}
.top-70 {
    margin-top: 70px !important;
}
@media only screen and (min-width: 1200px) {
    .bottom-lg-none {
        margin-bottom: 0 !important;
    }
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.padding-bottom-70 {
    padding-bottom: 70px !important;
}
.t50 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.l0 {
    left: 0;
}
.r0 {
    right: 0;
}
.t0 {
    top: 0;
}
.font--bold {
    font-weight: 700 !important;
}
.size-70 {
    font-size: 70px !important;
}
.size-60 {
    font-size: 60px !important;
}
.size-18 {
    font-size: 18px !important;
}
.border-bottom {
    border-bottom: 1px solid #f8f8f8;
}
.promo-secondary {
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

.promo-secondary .align-container {
    height: 325px;
    padding: 10px 0;
}

@media only screen and (min-width: 992px) {
	.promo-secondary .align-container {
        height: 325px;
    }
}
@media only screen and (min-width: 1200px) {
	.promo-secondary .align-container {
        height: 325px;
    }
}
@media only screen and (min-width: 1367px) {
	.promo-secondary .align-container {
        height: 325px;
        padding: 10px 0;
    }
}
@media only screen and (min-width: 1600px) {
	.promo-secondary .align-container {
        height: 275px;
        padding: 10px 0;
    }
}
.promo-primary__pre-title {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
    .promo-primary__pre-title {
        margin-bottom: 10px;
    }
}
.promo-primary__title {
    position: relative;
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.05em;
    /** text-transform: uppercase; **/
}
@media only screen and (min-width: 768px) {
    .promo-primary__title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-primary__title {
        font-size: 50px;
    }
}
.promo-primary__title {
    font-weight: 300;
}
.promo-primary__title::before {
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #fdd340;
}
@media only screen and (min-width: 768px) {
    .promo-primary__title::before {
        bottom: -20px;
    }
}
.slick-dots {
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0;
    line-height: initial;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.slick-dots li {
    padding-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    height: 18px;
    width: 18px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: initial;
}
.slick-dots li::before {
    display: none;
}
.slick-dots li:not(:last-of-type) {
    margin-right: 30px;
}
.slick-dots li.slick-active {
    border: 2px solid #fdd340;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: 0;
    background-color: #c7c7c7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: #fdd340;
}
.slick-dots li.slick-active button {
    height: 6px;
    width: 6px;
}
.testimonials-slider__text {
    font-size: 18px;
    font-style: italic;
    margin-top: 10px;
}
@media only screen and (min-width: 992px) {
    .testimonials-slider__text {
        font-size: 20px;
    }
}
.testimonials-slider__details {
    margin-top: 30px;
}
.testimonials-slider__details::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 40px;
    background: #fdd340;
    vertical-align: middle;
    margin-right: 15px;
}
.testimonials-slider__name {
    font-size: 18px;
    font-weight: 700;
}
.text-box {
    position: relative;
    overflow: hidden;
    color: #fff;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.text-box::before {
    content: "";
    display: block;
    padding-top: 148.27586%;
}
.text-box__details {
    padding: 0 30px 0 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.text-box__text {
    max-height: 148px;
    padding: 0 0 28px 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.text-box:hover {
    background: rgba(48, 227, 202, 0.4);
}
.text-box:hover .text-box__details {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.text-box:hover .text-box__text {
    opacity: 1;
    margin-top: -10px;
}
.tour-details__title {
    margin-bottom: 15px;
}
.tour-details__title::before {
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    position: relative;
    bottom: 30px;
    left: 0;
    background-color: #fdd340;
}
.tour-details__inner-block:not(:last-of-type) {
    margin-bottom: 50px;
}
.popular-item {
    position: relative;
    display: block;
    padding: 60px 0px;
    overflow: hidden;
}
.popular-item img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.popular-item__title {
    color: #fff;
    margin-bottom: 0;
    -webkit-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
	position: absolute;
	bottom: 3px;
	left: 7px;
	z-index: 10;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
}
.popular-item:hover .popular-item__title {
    color: #fdd340;
}
.popular-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.popular-item:not(:last-of-type) {
    margin-bottom: 5px;
}
.action-item-2 {
    position: relative;
    text-align: center;
    min-height: 380px;
}
.tours-slider .slick-slide {
    margin: 0 3px;
}
.tours-slider .slick-list {
    margin: 0 -3px;
}
.tours-slider__item {
    position: relative;
}
.tours-slider__item::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.tours-slider__item-2 {
    position: relative;
}
.tours-slider__item-2::before {
    content: "";
    display: block;
}

.tours-slider__name {
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 30px 30px 23px 30px;
	background-color: rgba(0,0,0,0.5);
}
.tours-slider__name-2 {
    position: absolute;
    color: #fff;
    left: 0;
    bottom: -75%;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 30px 13px 30px;
	background-color: rgba(0,0,0,0.5);
}

.tours-slider__dots {
    margin-top: 15px;
}
@media only screen and (min-width: 768px) {
    .tours-slider__dots {
        margin-top: 0;
    }
}
.slider-holder {
    padding: 0 15px;
}
@media only screen and (min-width: 1200px) {
    .slider-holder {
        padding: 0;
        overflow: hidden;
        margin-left: calc((100% - 1170px) / 2);
    }
}
.slider-holder__wrapper {
    width: 100%;
    max-width: 1170px;
}
@media only screen and (min-width: 1830px) {
    .slider-holder--style-2 {
        margin-left: calc((100% - 1800px) / 2);
    }
    .slider-holder--style-2 .slider-holder__wrapper {
        max-width: 1800px;
    }
}
.text-section__title {
    color: #2eb872;
    font-size: 140px;
    line-height: 0.65;
}
@media only screen and (min-width: 1200px) {
    .text-section__title {
        font-size: 210px;
    }
}
.text-section__title span {
    font-size: 120px;
    font-weight: 300;
}
@media only screen and (min-width: 1200px) {
    .text-section__title span {
        font-size: 150px;
    }
}
.text-section__text {
    color: #42564c;
    font-size: 42px;
    line-height: 0.7;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
    .text-section__text {
        font-size: 50px;
    }
}
.inner-pages .img--bg {
    height: 80%;
}
.aside-menu .main-menu__item .main-menu__link {
    color: #fff;
}
::-moz-selection {
    color: #333;
    background-color: #fdd340;
}
::selection {
    color: #333;
    background-color: #fdd340;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
h1,
h2,
h3,
h4 {
    letter-spacing: -0.05em;
}
h5,
h6 {
    letter-spacing: 0;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 50px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 25px;
}
h6 {
    font-size: 18px;
}
a {
    color: #007bff;;
}
p {
    color: #555;
}
mark {
    background: #fdd340;
}
a:hover {
    color: #007bff;;
    text-decoration: none;
}
.link--green:hover {
    color: #2eb872;
}
@media only screen and (min-width: 1200px) {
    section.typography {
        padding: 120px 0;
    }
}
.pricing-item--style-1 {
    overflow: hidden;
    margin-bottom: 50px;
}
.pricing-item--style-1 .pricing-item__lower,
.pricing-item--style-1 .pricing-item__top {
    background: #f4f6f7;
}
.pricing-item--style-1 .pricing-item__icon {
    color: #565b6e;
    display: inline-block;
    height: 140px;
    width: 140px;
    background: #fff;
    border-radius: 50%;
    font-size: 80px;
    line-height: 140px;
    margin-bottom: 25px;
}
.pricing-item--style-1 .pricing-item__top {
    padding: 30px 0 15px 0;
    position: relative;
}
.pricing-item--style-1 .pricing-item__top::after,
.pricing-item--style-1 .pricing-item__top::before {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    background: #fff;
    position: absolute;
    bottom: -15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pricing-item--style-2 {
    color: #333;
    font-weight: 700;
    text-align: center;
    padding: 24px 30px 30px 30px;
    background: #f3f4f5;
}
.pricing-item--style-3 {
    color: #333;
    font-weight: 500;
	line-height: 21px;
    text-align: justify;
    padding: 24px 30px 30px 30px;
    background: #f3f4f5;
}
@media only screen and (min-width: 992px) {
    .pricing-item--style-2 {
        text-align: left;
        padding: 17px 30px;
    }
}
.pricing-item--style-2 .pricing-item__price {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}
@media only screen and (min-width: 992px) {
    .pricing-item--style-2 .pricing-item__price {
        margin: 0;
        line-height: 24px;
    }
}
.pricing-item--style-2.pricing-item--selected {
    background: #fff;
}
.pricing-item--style-3.pricing-item--selected {
    background: #fff;
}
.breadcrumbs {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs__item + .breadcrumbs__item {
    padding-left: 0.5rem;
}
.breadcrumbs__item + .breadcrumbs__item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "\00bb";
}
.breadcrumbs__item .breadcrumbs__link {
    color: #333;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.breadcrumbs__item .breadcrumbs__link:hover {
    color: #fda440;
}
.breadcrumbs__item--active {
    color: #ee7f02;
}
.testimonials__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.testimonials--style-1 .testimonials__img {
    position: relative;
    width: 100%;
    max-width: 200px;
    background: rgba(0, 0, 0, 0.1);
}
.testimonials--style-1 .testimonials__img::before {
    position: relative;
    content: "";
    display: block;
    padding-top: 192.5%;
}
.testimonials--style-1 .testimonials__img::after {
    content: "“";
    display: block;
    height: 100px;
    width: 60px;
    position: absolute;
    right: -15px;
    top: 15px;
    background: #fdd340;
    font-size: 85px;
    font-weight: 300;
    padding-top: 15px;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    .testimonials--style-1 .testimonials__img::after {
        top: 50px;
        right: -30px;
    }
}
.testimonials--style-1__dots {
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .testimonials--style-1__dots {
        margin-bottom: 0;
    }
}
.testimonials--green .testimonials__img::after {
    color: #fff;
    background: #2eb872;
}
.testimonials--green .testimonials-slider__details::before {
    background: #2eb872;
}
.hamburger {
    display: inline-block;
    height: 24px;
    cursor: pointer;
    -webkit-transition: opacity, -webkit-filter 0.3s;
    transition: opacity, -webkit-filter 0.3s;
    -o-transition: opacity, filter 0.3s;
    transition: opacity, filter 0.3s;
    transition: opacity, filter 0.3s, -webkit-filter 0.3s;
}
@media only screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 24px;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    bottom: -6px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
}
.hamburger.is-active .hamburger-inner {
    background-color: transparent;
}
.hamburger.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.hamburger.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.menu-dropdown {
    display: initial;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
    .menu-dropdown {
        display: none;
    }
}
.menu-dropdown__inner {
    position: fixed;
    width: auto;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-dropdown--active {
    visibility: visible;
    opacity: 1;
}
.menu-dropdown--active .menu-dropdown__inner--active,
.menu-dropdown--active .menu-dropdown__inner:first-of-type {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.screen {
    position: relative;
    width: 320px;
    min-height: 100%;
    padding: 100px 15px 50px 15px;
    background-color: #1e252b;
}
.screen--start {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
.screen--inactive {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.screen.screen--sub {
    padding: 80px 15px 50px 15px;
}
.screen__heading {
    position: relative;
    color: rgba(255, 255, 255, 0.87);
    padding-bottom: 12px;
    margin-bottom: 27px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.screen__heading::after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background: #303d48;
    position: absolute;
    bottom: 0;
    left: -15px;
}
.screen__back {
    color: rgba(255, 255, 255, 0.87);
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 5px 30px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.screen__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.screen__item,
.screen__item:hover,
.screen__link,
.screen__link:hover {
    color: rgba(255, 255, 255, 0.87);
}
.screen__item span:first-of-type {
    width: 80%;
}
.screen__item span:nth-of-type(2) {
    font-size: 12px;
}
.screen__item:not(:last-of-type) {
    margin-bottom: 30px;
}
.screen__item.item--active,
.screen__item.item--active .screen__link {
    color: #a3a3a3;
}
.screen__item.item--active::after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background: #fdd340;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.screen__button {
    display: block;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 50px;
    margin-top: 16px;
    background: #fdd340;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.screen__button:hover {
    color: rgba(0, 0, 0, 0.87);
}
.menu-dropdown--front-2 .screen__button,
.menu-dropdown--front-2 .screen__item.item--active::after {
    background: #30e3ca;
}
.menu-dropdown--front-2 .screen__button {
    color: #fff;
}
.menu-dropdown--front-3 .screen__button,
.menu-dropdown--front-3 .screen__item.item--active::after {
    background: #2eb872;
}
.menu-dropdown--front-3 .screen__button {
    color: #fff;
}
.header {
    position: fixed;
    top: 0;
    z-index: 5;
    left: 50%;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header__top {
    position: relative;
    z-index: 10;
    padding: 10px 15px 0 15px;
    min-height: 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	opacity: .92;
}
@media only screen and (min-width: 576px) {
    .header__top {
        padding: 6px 15px 2px 15px;
    }
}
@media only screen and (min-width: 992px) {
    .header__top {
        padding: 0 0 0 30px;
    }
}
.header__button {
    display: none;
    color: #181919;
    font-size: 13px;
    line-height: 68px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fdd340;
    height: 67px;
    width: 176px;
    text-align: center;
    margin-left: 65px;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
    .header__button {
        display: inline-block;
    }
}
@media only screen and (min-width: 1367px) {
    .header__button {
        height: 85px;
        line-height: 85px;
    }
}
.header__button:hover {
    color: #fff;
    background: #282f34;
    text-decoration: none;
}
.header__lower {
    display: none;
    position: fixed;
    z-index: 1;
    background: #1d252b;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
@media only screen and (min-width: 992px) {
    .header__lower {
        display: block;
    }
}
.header__lower--fixed {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header__lower-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item--facebook {
    background: #3c5a9a;
}
.item--twitter {
    background: #1da1f2;
}
.item--youtube {
    background: #f11819;
}
.logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
}
.logo:hover {
    color: inherit;
    text-decoration: none;
}
.logo__img {
    display: inline-block;
    height: 38px;
    width: auto;
}
@media only screen and (min-width: 576px) {
    .logo__img {
        height: 45px;
    }
}
@media only screen and (min-width: 1367px) {
    .logo__img {
        height: 61px;
    }
}
.lower-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0 25px;
}
.lower-menu__item:not(:last-of-type) {
    margin-right: 30px;
}
.lower-menu__link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 11px 0;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.lower-menu__link:hover {
    color: #8d9296;
    text-decoration: none;
}
.lower-menu__link::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 1px;
    left: 0;
    background: #fdd340;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.lower-menu__link:hover::after {
    width: 100%;
}
.lang-select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.lang-select__item--active {
    cursor: pointer;
    position: relative;
    background: #282f34;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    padding: 10px 55px 10px 25px;
    min-width: 126px;
}
.lang-select__item--active span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.lang-select__item--active span::after,
.lang-select__item--active span::before {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background: #cfc4cc;
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
.lang-select__item--active span::before {
    right: -27px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lang-select__item--active span::after {
    right: -30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lang-select__item--active:hover span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lang-select__item--active:hover span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lang-select__sub-list {
    margin: 0;
    padding: 12px 30px 18px 30px;
    list-style: none;
    background: #1d252b;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lang-select__sub-list::before {
    content: "";
    display: inline-block;
    border: 15px solid transparent;
    position: absolute;
    top: -15px;
    right: 33px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.lang-select__sub-list li a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.lang-select__sub-list li a:hover {
    color: #c4c4c4;
}
.lang-select__item--active:hover .lang-select__sub-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}
.lang-select__sub-list li a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #fdd340;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.lang-select__sub-list li a:hover::after {
    width: 100%;
}
.shop-header .header__button {
    margin-left: 10px;
}
.shop-header .header__lower {
    position: relative;
    z-index: 11;
}
.header-f3 .hamburger-inner,
.header-f3 .hamburger-inner::after,
.header-f3 .hamburger-inner::before {
    background: #fff;
}
.header-f3 .header__lower {
    padding: 0 30px 0 0;
    height: 0;
}
@media only screen and (min-width: 992px) {
    .header-f3 .header__lower {
        height: auto;
    }
}
.header-f3 .header__top {
    padding: 3px 15px 5px 15px;
    background: #282f34;
}
@media only screen and (min-width: 992px) {
    .header-f3 .header__top {
        padding: 3px 30px 7px 55px;
    }
}
.header-f3 .lower-menu {
    padding: 0;
}
.header-f3 .lang-select__item--active {
    background: #30373c;
}
.header-f3 .lower-menu__link {
    color: #919ba2;
}
.header-f3 .lower-menu__link:hover {
    color: #fff;
}
.header-f3 .lower-menu__link::after,
.header-f3 .main-menu__item .main-menu__link::before,
.header-f3 .main-menu__sub-list li a::after {
    background: #2eb872;
}
.header-f3 .lang-select__sub-list li a::after {
    background: #2eb872;
}
.header-f3 .main-menu__item .main-menu__link {
    color: #fff;
}
.header-f3 .main-menu__item--has-child > .main-menu__link > span::after,
.header-f3 .main-menu__item--has-child > .main-menu__link > span::before {
    background: #fff;
}
.header-f3 .main-menu {
    margin-right: 45px;
}
@media only screen and (min-width: 1367px) {
    .header-f3 .main-menu {
        margin-right: 85px;
    }
}
.header-f3 .header__button {
    height: 60px;
    line-height: 60px;
    background: #2eb872;
    color: #fff;
}
.header-f3 .header__button:hover {
    background: #59da99;
}
.header-f3 .lower--fixed {
    -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) {
    .header-f3 .lower--fixed {
        padding: 12px 15px 12px 55px;
    }
}
@media only screen and (min-width: 1367px) {
    .header-f3 .lower--fixed {
        padding: 0 15px 0 55px;
    }
}
@media only screen and (min-width: 1600px) {
    .header-f3 {
        max-width: 100%;
    }
}
.header-f4 .header__button {
    margin-left: 70px;
}
.main-menu {
    display: none;
    padding: 0;
    margin: 0;
}
@media only screen and (min-width: 992px) {
    .main-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.main-menu__item {
    list-style: none;
    position: relative;
}
.main-menu__item:not(:last-of-type) {
    margin-right: 30px;
}
@media only screen and (min-width: 1200px) {
    .main-menu__item:not(:last-of-type) {
        margin-right: 40px;
    }
}
.main-menu__item .main-menu__link {
    position: relative;
    display: inline-block;
    color: #181919;
    font-size: 13px;
    font-weight: 700;
    padding: 25px 0 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
@media only screen and (min-width: 1367px) {
    .main-menu__item .main-menu__link {
        padding: 30px 0 30px 0;
    }
}
.main-menu__item:hover .main-menu__link {
    color: #a3a3a3;
}
.main-menu__item .main-menu__link::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background: #fdd340;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.main-menu__item .main-menu__link--highlighted::before,
.main-menu__item:hover .main-menu__link::before {
    width: 100%;
}
.main-menu__item--has-child .main-menu__link span {
    position: relative;
}
.main-menu__item--active .main-menu__link {
    color: #a3a3a3;
}
.main-menu__item--active .main-menu__link::before {
    width: 100%;
}
.main-menu__sub-list {
    margin: 0;
    position: absolute;
    top: 100%;
    left: -35px;
    width: 235px;
    padding: 30px 35px 30px 35px;
    background-color: #111;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-menu .sub-list--style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: -100px;
    width: 330px;
}
.main-menu__item--has-child:hover > .main-menu__sub-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
.main-menu__sub-list li {
    position: relative;
    list-style: none;
}
.main-menu .sub-list--style-2 li {
    width: 50%;
}
.main-menu__sub-list li:not(:last-of-type) {
    margin-bottom: 10px;
}
.main-menu__sub-list li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.main-menu__sub-list li a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #fdd340;
    margin-top: 4px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.main-menu__sub-list li a:hover,
.main-menu__sub-list li.item--active a {
    color: #8d9296;
}
.main-menu__sub-list li a:hover::after,
.main-menu__sub-list li.item--active a::after {
    width: 40px;
}
.main-menu__item--has-child > .main-menu__link > span::after,
.main-menu__item--has-child > .main-menu__link > span::before {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background: #181919;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-menu__item--has-child > .main-menu__link > span::before {
    right: -15px;
    top: 7px;
}
.main-menu__item--has-child > .main-menu__link > span::after {
    right: -18px;
    top: 7px;
}
.main-menu__item--has-child > .main-menu__link > span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-menu__item--has-child > .main-menu__link > span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.main-menu__item--has-child:hover > .main-menu__link > span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #8d9296;
}
.main-menu__item--has-child:hover > .main-menu__link > span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #8d9296;
}
.main-menu__item--active .main-menu__link > span::after,
.main-menu__item--active .main-menu__link > span::before {
    background: #8d9296;
}
.promo {
    position: relative;
}
.promo-slider__title {
    font-size: unset;
}
.promo-slider__subtitle {
    color: #fff;
	font-size: 20px;
}
.promo-slider__item {
    position: relative;
}
.promo-slider__item--style-2 {
    color: #fff;
}
.promo-slider__item--style-2 .promo-slider__title {
    color: inherit;
}
.promo-slider__item--style-2 .promo-slider__title span:first-of-type {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
    .promo-slider__item--style-2 .promo-slider__title span:first-of-type {
        font-size: 48px;
        line-height: 48px;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-slider__item--style-2 .promo-slider__title span:first-of-type {
        font-size: 60px;
        line-height: 60px;
    }
}
.promo-slider__item--style-2 .promo-slider__title span:nth-of-type(2) {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
    .promo-slider__item--style-2 .promo-slider__title span:nth-of-type(2) {
        font-size: 60px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-slider__item--style-2 .promo-slider__title span:nth-of-type(2) {
        font-size: 100px;
        line-height: 100px;
    }
}
.promo-slider__item--style-2 .promo-slider__subtitle {
    line-height: 25px;
    margin-top: 28px;
}
.gallery__button {
    margin-top: 70px;
}
.gallery-masonry__item {
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}
.gallery-masonry__img {
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-masonry__item .gallery-masonry__img img {
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.gallery-masonry__item:hover .gallery-masonry__img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.gallery-masonry__description {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

.Sabbath__gallery-masonry {padding: 12px; line-height: 1.10; background: #222; min-height: 100px;}
.Sabbath__gallery-masonry span:first-of-type {color: #2eb872; font-size: 13px; line-height: 20px; text-transform: uppercase; -webkit-transition: color 1s; -o-transition: color 1s; transition: color 1s; display: block;}
.Sabbath__gallery-masonry span:nth-of-type(2) {color: #fff; font-size: 18px; font-weight: 700; -webkit-transition: color 1s; -o-transition: color 1s; transition: color 1s;}
.Sabbath__border {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #fff;}

@media only screen and (min-width: 1200px) {
    .gallery-masonry__description {
        padding: 20px 40px;
    }
}
.gallery-masonry__description span:first-of-type {
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
}
.gallery-masonry__description span:nth-of-type(2) {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
}
.gallery-masonry__item--height-1::before {
    content: "";
    display: block;
    padding-top: 84.21053%;
}
.gallery-masonry__item:hover {
    background: rgba(253, 211, 64, 0.4);
}
.gallery-masonry__item:hover .gallery-masonry__description {
    background: #fdd340;
}
.gallery-masonry__item:hover .gallery-masonry__description span:first-of-type {
    color: #4b4b4b;
}
.gallery-masonry__item:hover .gallery-masonry__description span:nth-of-type(2) {
    color: #333;
}
.gallery-masonry__item--dark .gallery-masonry__description span:first-of-type {
    color: #fff;
}
.gallery-masonry__item--dark:hover {
    background: rgba(3, 3, 3, 0.3);
}
.gallery-masonry__item--dark:hover .gallery-masonry__description {
    background: #111;
}
.gallery-masonry__item--dark:hover .gallery-masonry__description span:first-of-type {
    color: #fff;
    opacity: 0.7;
}
.gallery-masonry__item--dark:hover .gallery-masonry__description span:nth-of-type(2) {
    color: #fff;
}
.filter-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.filter-panel__item {
    position: relative;
    color: #333;
    font-weight: 500;
    list-style: none;
    padding: 7px 0;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.filter-panel__item--active {
    color: #a3a3a3;
}
.filter-panel__item:not(:last-of-type) {
    margin-right: 30px;
}
.filter-panel__item a {color: #999;}

.filter-panel__item_highlighted {
    display: block;
    height: 3px;
    background: #fdd340;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
	color: #eeba02;
	font-weight: 700;
}

@media only screen and (min-width: 992px) {
    .filter-panel__item:not(:last-of-type) {
        margin-right: 40px;
    }
}
.filter-panel__item:hover {
    color: #a3a3a3;
}
.filter-panel__item::after {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background: #fdd340;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.filter-panel__item--active::after,
.filter-panel__item:hover::after {
    width: 100%;
}
.blog-post__img {
    position: relative;
    overflow: hidden;
}
.blog-post__img::before {
    content: "";
    display: block;
    padding-top: 50.49425%;
}
section.shop {
    position: static;
}
.tours__link {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.tours__link:hover {
    color: #333;
    opacity: 0.75;
}
.tours-item {
    position: relative;
    color: #fff;
    overflow: hidden;
}
.tours-item__img {
    position: relative;
}
.tours-item__img::before {
    content: "";
    display: block;
    padding-top: 145.94595%;
}
.tours-item__details {
	background-color: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 25px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (min-width: 768px) {
    .tours-item__details {
        padding: 20px 15px;
    }
}
.tours-item__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .tours-item__title {
        font-size: 30px;
        line-height: 40px;
    }
}
.tours-item__title span {
    font-weight: 700;
}
.tours-item__link {
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-top: 7px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tours-item__link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: #fdd340;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.tours-item__link:hover::after {
    width: 100%;
}
.tours-item:hover .tours-item__details {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.tours-item:hover .tours-item__link {
    opacity: 1;
    visibility: visible;
}
.footer {
    font-size: 14px;
    position: relative;
    background: #282f34;
    padding: 45px 0 5px 0;
	content-visibility: auto;
}
.footer__bg {
    z-index: 0;
}
.footer__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #fff;
    font-size: 18px;
}
.footer__link,
.footer__link img {
    display: inline-block;
}
.footer__link img {
    height: 65px;
    width: auto;
}
.footer p {
    color: inherit;
}
.logo--footer {
    color: #fff;
}
.logo--footer:hover {
    color: #fff;
}
.logo.logo--footer .logo__img {
    display: inline-block;
    width: auto;
    height: 50px;
}
@media only screen and (min-width: 1367px) {
    .logo.logo--footer .logo__img {
        height: 60px;
    }
}
.footer-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 260px;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
}
@media only screen and (min-width: 992px) {
    .footer-menu {
        max-width: 300px;
    }
}
.footer-menu__item {
    width: 50%;
    margin-bottom: 8px;
}
.footer-menu__link {
    color: #fdd340;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.footer-menu__link:hover {
    color: #fdd340;
    text-decoration: none;
}
.footer-menu--style-2 .footer-menu__item {
    width: 100%;
}

.footer-menu--style-2 .footer-menu__link:hover {
    color: #2eb872;
    text-decoration: none;
}
.footer-privacy {
    color: #83888b;
    margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
    .footer-privacy {
        margin-bottom: 0;
    }
}
.footer-privacy__link {
    color: #83888b;
    text-decoration: none;
}
.footer-privacy__link:hover {
    color: #fdd340;
    text-decoration: underline;
}
.footer-privacy__divider {
    color: #83888b;
    padding: 0 8px;
}
.footer--front-3 .footer-privacy__link:hover,
.footer--front-3 .footer__details a:hover,
.footer--front-3 {color: #2eb872;}
/*# sourceMappingURL=styles.min.css.map */

.divider {color: #83888b; padding: 0 12px;}
.details__border {border-top: solid 1px #999; display: table;}
.heavy__weight {font-weight: 700;}
.bgGradient::after {display: block; position: absolute; background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%); bottom: 0px; left: 0px; height: 60px; width: 100%;     content: '';}
.bgGradient-2::after {display: block; position: absolute; background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%); bottom: 0px; left: 0px; height: 75px; width: 100%;     content: '';}

.mainBnr {position: relative;}
.c2-145 {padding: 2% 3%;}
.g-05 {float: right;}
#my_centered_buttons { display: flex; justify-content: center; }
.c2-201 {padding-top: 30px; border-bottom: solid 1px #dcdcdc; width: 100%;}
#PrintableArea h2 {font-size: 40px; line-height: 45px;}
.no-padding-x {padding-right: 0px !important; padding-left: 0px !important;}
.font-11 {font-size: 11px; line-height: 21px;}
.font-14 {font-size: 14px; line-height: 23px;}
.font-18 {font-size: 18px; line-height: 35px;}
.txt-maroon {color: maroon;}
.m-width-175 {max-width: 175px;}
.m-width-250 {max-width: 250px;}
.h3-title {color: #fff; font-size: 18px; font-weight: 700; transition: color 1s; letter-spacing: 0em;}
.no-ltr-spc {letter-spacing: 0em;}
.t2-03 {color: #2eb872;}
.t2-03:hover {color: #0cf37e;}
.c2-15 {min-height: 40px;}
.c2-72 {padding: 0px 6%;}
.c2-73 {padding: 2% 0%;}
.t2-06 {text-align: left; font-size: 23px; font-weight: 700; font-style: normal; line-height: 37px;}
.t2-72 {font-size: 16px; font-weight: 400; line-height: 30px; color: white;}
.t2-72 > p {font-size: 16px; font-weight: 400;  line-height: 30px; color: white;}
.t2-72 > i {font-size: 16px; font-weight: 400; line-height: 30px; color: white;}
.t2-73 {color: #cfcccc; font-weight: 700; font-size: 19px; line-height: 30px;}
.t2-74 {color: #2D3D99 !important;}
.b-01 {background-image: url("https://manna.amazingfacts.org/amazingfacts/website/sabbathtruth/images/SabbathBanners/sunrise-over-mountains.webp"); background-position: center center; background-size: cover;}
.c-01 {min-height: 800px;}
.c-02 {left: 12%; top:  30%; position: absolute;}
.tours-slider h3 {font-size: 25px;}

.anchor {display: block; position: relative; top: -100px; visibility: hidden;}
.afType {display: none;}

