@charset "UTF-8";
/*
 * Theme Name: succotash 
 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

button,html,input,select,textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

p,pre {
    margin: 1em 0;
}

code,kbd,pre,samp {
    /*    font-family: monospace, serif;
        _font-family: 'courier new', monospace;*/
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:after,q:before {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,menu,ol,ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,ol,ul {
    padding: 0 0 0 40px;
}

nav ol,nav ul {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
}

button,select {
    text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],html input[disabled] {
    cursor: default;
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

.animated-load {
    -webkit-animation-duration: 2.4s;
    animation-duration: 2.4s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes microbounce {
    0%,20%,50%,80%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-0.25em);
        transform: translateY(-0.25em);
    }

    60% {
        -webkit-transform: translateY(0.1em);
        transform: translateY(0.1em);
    }
}

@keyframes microbounce {
    0%,20%,50%,80%,to {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-0.25em);
        -ms-transform: translateY(-0.25em);
        transform: translateY(-0.25em);
    }

    60% {
        -webkit-transform: translateY(0.1em);
        -ms-transform: translateY(0.1em);
        transform: translateY(0.1em);
    }
}

@-webkit-keyframes microbouncedown {
    0%,20%,50%,80%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(0.15em);
        transform: translateY(0.15em);
    }

    60% {
        -webkit-transform: translateY(-0.1em);
        transform: translateY(-0.1em);
    }
}

@keyframes microbouncedown {
    0%,20%,50%,80%,to {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(0.15em);
        -ms-transform: translateY(0.15em);
        transform: translateY(0.15em);
    }

    60% {
        -webkit-transform: translateY(-0.1em);
        -ms-transform: translateY(-0.1em);
        transform: translateY(-0.1em);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.pace-done .inview .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pace-done .inview .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3rem, 0);
        transform: translate3d(0, 3rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.pace-done .inview .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-15%, 0, 0);
        transform: translate3d(-15%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-15%, 0, 0);
        transform: translate3d(-15%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.pace-done .inview .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRightLong {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-120%, 0, 0);
        transform: translate3d(-120%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightLong {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-120%, 0, 0);
        transform: translate3d(-120%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(15%, 0, 0);
        transform: translate3d(15%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(15%, 0, 0);
        transform: translate3d(15%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.pace-done .inview .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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-loading .slick-list {
    background: #fff url("./css/img/ajax-loader.gif") center center no-repeat;
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: 0.25;
}

.slick-next:before,.slick-prev:before {
    font-family: "Ionicons";
    font-size: 3.5rem;
    line-height: 1;
    color: rgba(117, 86, 54, 0.7);
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
    z-index: 100;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "";
}

[dir=rtl] .slick-prev:before {
    content: "";
}

.slick-next {
    right: -25px;
    z-index: 100;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "";
}

[dir=rtl] .slick-next:before {
    content: "";
}

.has-slider-arrows .slick-prev {
    left: -5%;
}

.has-slider-arrows .slick-next {
    right: -5%;
}

.has-slider-arrows .slick-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1rem;
    width: calc(1rem + 1px);
    height: 100%;
    z-index: 400;
    background: #e2dbc5;
}

.has-slider-arrows .slick-list:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1rem;
    width: calc(1rem + 1px);
    height: 100%;
    z-index: 400;
    background: #e2dbc5;
}

.slick-dine {
    padding: 0 6rem;
}

@media (max-width:1024px) {
    .slick-dine {
        padding: 0;
    }
}

.slick-dine.has-slider-arrows .slick-prev {
    left: 0;
    width: 4rem;
    height: 4rem;
}

.slick-dine.has-slider-arrows .slick-prev:before {
    font-size: 4rem;
    color: #f0e8cd;
}

.slick-dine.has-slider-arrows .slick-next {
    right: 0;
    width: 4rem;
    height: 4rem;
}

.slick-dine.has-slider-arrows .slick-next:before {
    font-size: 4rem;
    color: #f0e8cd;
}

@media (max-width:1024px) {
    .slick-dine.has-slider-arrows .slick-prev {
        left: -2rem;
        width: 2rem;
        height: 2rem;
        z-index: 200;
    }

    .slick-dine.has-slider-arrows .slick-prev:before {
        font-size: 2rem;
        color: #f0e8cd;
    }

    .slick-dine.has-slider-arrows .slick-next {
        right: -2rem;
        width: 2rem;
        height: 2rem;
    }

    .slick-dine.has-slider-arrows .slick-next:before {
        font-size: 2rem;
        color: #f0e8cd;
    }
}

.slick-dine.has-slider-arrows .slick-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1rem;
    width: calc(1rem + 1px);
    height: 100%;
    z-index: 400;
    background: transparent;
}

.slick-dine.has-slider-arrows .slick-list:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1rem;
    width: calc(1rem + 1px);
    height: 100%;
    z-index: 400;
    background: transparent;
}

@media (max-width:1024px) {
    #events .has-slider-arrows .slick-prev {
        left: -3rem;
    }

    #events .has-slider-arrows .slick-next {
        right: -3rem;
    }
}

.slick-inner-gallery .slick-prev {
    left: 1rem;
    z-index: 100;
}

.slick-inner-gallery .slick-prev:before {
    font-size: 4.5rem;
    color: #f0e8cd;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slick-inner-gallery .slick-prev:after {
    background: transparent;
}

.slick-inner-gallery .slick-next {
    right: 1rem;
    z-index: 100;
}

.slick-inner-gallery .slick-next:before {
    font-size: 4.5rem;
    color: #f0e8cd;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slick-inner-gallery .slick-next:after {
    background: transparent;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none;
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "Ionicons";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.tonext {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: visible;
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    background: #f0e8cd;
    text-align: center;
    z-index: 500;
}

.tonext i {
    position: absolute;
    right: 0;
    bottom: -1.75rem;
    font-size: 3rem;
    color: #a7865d;
}

.tonext:active,.tonext:focus {
    top: auto;
    outline: none;
}

.tonext:hover i {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: microbouncedown;
    animation-name: microbouncedown;
}

.totop {
    position: absolute;
    top: -1rem;
    left: 50%;
    overflow: hidden;
    width: 3rem;
    height: 3rem;
    margin-left: -1.5rem;
    border-radius: 50%;
    background: #a7865d;
    text-align: center;
    z-index: 500;
}

.totop i {
    position: absolute;
    left: 50%;
    top: 0.95rem;
    margin-left: -0.5rem;
    font-size: 1rem;
    color: #f0e8cd;
}

.totop:active,.totop:focus {
    top: -1rem;
    outline: none;
}

.totop:hover i {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: microbounce;
    animation-name: microbounce;
}

#knead {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 1rem 1rem;
    border-radius: 0;
    color: #f0e8cd;
    text-align: left;
    z-index: 500;
}

#knead:active,#knead:focus {
    top: auto;
    outline: none;
}

#knead:hover {
    color: #fff;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #a7865d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.plyr:focus,.plyr input[type=range]:focus {
    outline: 0;
}

.plyr .plyr__video-embed iframe,.plyr__tooltip {
    pointer-events: none;
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

.plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    /*    font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;*/
    direction: ltr;
}

.plyr,.plyr *,.plyr :after,.plyr :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plyr a,.plyr button,.plyr input,.plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.plyr audio,.plyr video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit;
}

.plyr input[type=range] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: 0 0;
}

.plyr input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none;
}

.plyr input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -4px;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
    transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
    -o-transition: background .2s ease,border .2s ease,transform .2s ease;
    transition: background .2s ease,border .2s ease,transform .2s ease;
    transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plyr input[type=range]::-moz-range-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none;
}

.plyr input[type=range]::-moz-range-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
    transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
    -o-transition: background .2s ease,border .2s ease,transform .2s ease;
    transition: background .2s ease,border .2s ease,transform .2s ease;
    transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.plyr input[type=range]::-ms-track {
    height: 8px;
    background: 0 0;
    border: 0;
    color: transparent;
}

.plyr input[type=range]::-ms-fill-upper {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
}

.plyr input[type=range]::-ms-fill-lower {
    height: 8px;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #3498db;
}

.plyr input[type=range]::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
    transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
    -o-transition: background .2s ease,border .2s ease,transform .2s ease;
    transition: background .2s ease,border .2s ease,transform .2s ease;
    transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    margin-top: 0;
}

.plyr input[type=range]::-ms-tooltip {
    display: none;
}

.plyr input[type=range]::-moz-focus-outer {
    border: 0;
}

.plyr input[type=range].tab-focus:focus {
    outline-offset: 3px;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #3498db;
    border-color: #fff;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25);
}

.plyr input[type=range]:active::-ms-thumb {
    background: #3498db;
    border-color: #fff;
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.plyr--video input[type=range].tab-focus:focus {
    outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

.plyr--audio input[type=range].tab-focus:focus {
    outline: rgba(86, 93, 100, 0.5) dotted 1px;
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute!important;
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important;
}

.plyr__video-wrapper {
    position: relative;
    background: #000;
    border-radius: inherit;
}

.plyr__video-embed {
    padding-bottom: 56.25%;
    height: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0;
}

.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.plyr__video-embed>div {
    position: relative;
    padding-bottom: 200%;
    -webkit-transform: translateY(-35.95%);
    -ms-transform: translateY(-35.95%);
    transform: translateY(-35.95%);
}

.plyr video::-webkit-media-text-track-container {
    display: none;
}

.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 150%;
}

.plyr__captions span:empty {
    display: none;
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 24px;
    }
}

.plyr--captions-active .plyr__captions {
    display: block;
}

.plyr--hide-controls .plyr__captions {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

@media (min-width:1024px) {
    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px;
    }
}

.plyr ::-webkit-media-controls {
    display: none;
}

.plyr__controls {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
}

.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button {
    margin-left: 5px;
}

.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child {
    margin-left: 0;
}

.plyr__controls .plyr__volume {
    margin-left: 5px;
}

.plyr__controls [data-plyr=pause] {
    margin-left: 0;
}

.plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: 0 0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background .3s ease,color .3s ease,opacity .3s ease;
    -o-transition: background .3s ease,color .3s ease,opacity .3s ease;
    transition: background .3s ease,color .3s ease,opacity .3s ease;
    color: inherit;
}

.plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}

.plyr__controls button:focus {
    outline: 0;
}

.plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted {
    display: none;
}

@media (min-width:480px) {
    .plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button {
        margin-left: 10px;
    }
}

.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
}

.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 50px 10px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover {
    background: #3498db;
    color: #fff;
}

.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    color: #565D64;
}

.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large {
    background: #3498db;
    color: #fff;
}

.plyr__play-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    border: 4px solid currentColor;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
}

.plyr__play-large:focus {
    outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

.plyr .plyr__play-large {
    display: inline-block;
}

.plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause] {
    display: none;
}

.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden;
}

.plyr--playing .plyr__controls [data-plyr=pause] {
    display: inline-block;
}

.plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted {
    display: block;
}

.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg,.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen] {
    display: none;
}

.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen] {
    display: inline-block;
}

.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transform: translate(-50%, 10px) scale(0.8);
    -ms-transform: translate(-50%, 10px) scale(0.8);
    transform: translate(-50%, 10px) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
    transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
    -o-transition: transform .2s .1s ease,opacity .2s .1s ease;
    transition: transform .2s .1s ease,opacity .2s .1s ease;
    transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;
}

.plyr__tooltip:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.7);
    border-left: 4px solid transparent;
    z-index: 2;
}

.plyr__tooltip--visible,.plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
    z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    -ms-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip:before {
    left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    -ms-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.plyr__progress {
    position: relative;
    display: none;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2;
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
}

.plyr__progress input[type=range]::-moz-range-track {
    background: 0 0;
}

.plyr__progress input[type=range]::-ms-fill-upper {
    background: 0 0;
}

.plyr__progress .plyr__tooltip {
    left: 0;
}

.plyr .plyr__progress {
    display: inline-block;
}

.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar {
    background: 0 0;
}

.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px;
}

.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill {
    border-radius: 100px;
}

.plyr__progress--played,.plyr__volume--display {
    z-index: 1;
    color: #3498db;
    background: 0 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill {
    display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}

.plyr__progress--buffer::-ms-fill {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}

.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display {
    background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, 0.66);
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, 0.66);
}

.plyr--loading .plyr__progress--buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
    color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, 0.66);
}

.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.plyr__time+.plyr__time {
    display: none;
}

@media (min-width:768px) {
    .plyr__time+.plyr__time {
        display: inline-block;
    }
}

.plyr__time+.plyr__time:before {
    content: '\2044';
    margin-right: 10px;
}

.plyr__volume {
    display: none;
}

.plyr .plyr__volume {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
}

.plyr .plyr__volume input[type=range] {
    position: relative;
    z-index: 2;
}

@media (min-width:480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px;
    }
}

@media (min-width:768px) {
    .plyr .plyr__volume {
        max-width: 100px;
    }
}

.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute] {
    display: none!important;
}

.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    border-radius: 0!important;
}

.plyr--fullscreen-active video {
    height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
    overflow: visible;
}

.plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none!important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.mfp-arrow {
    background: url("css/img/magnific-popup-arrows.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0.4);
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    /*    font-family: Arial, Baskerville, monospace;*/
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: white;
    right: 6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -50px;
    padding: 0;
    width: 80px;
    height: 100px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -49px;
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow .mfp-a,.mfp-arrow .mfp-b {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
}

button.mfp-arrow-left {
    background-position: 26px 34px;
    border-radius: 0 3px 3px 0;
    left: 0;
}

button.mfp-arrow-right {
    background-position: 35px -66px;
    border-radius: 3px 0 0 3px;
    right: 0;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-with-zoom.mfp-bg,.mfp-with-zoom .mfp-container {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing.mfp-bg,.mfp-with-zoom.mfp-removing .mfp-container {
    opacity: 0;
}

.ds-lightbox {
    width: 100%;
    max-width: 60rem;
    padding: 1rem;
    margin: 1rem auto;
}

.ds-lightbox .ds-lightbox-content {
    padding: 2rem;
    border: 0.5rem solid #a7865d;
}

.mfp-close {
    position: fixed;
    color: #f0e8cd !important;
}

body,html {
    position: relative;
    height: auto;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

.display-inline-block {
    display: inline-block;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.display-inline-table {
    display: inline-table;
}

.container-fluid {
    position: relative;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.bg-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
}

.video-wrap iframe,.video-wrap object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-fade {
}

.mfp-fade .mfp-arrow {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-fade.mfp-removing .mfp-arrow {
    opacity: 0;
}

.mfp-move-horizontal {
}

.mfp-move-horizontal .mfp-arrow {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.mfp-move-horizontal .mfp-container {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mfp-move-horizontal.mfp-ready .mfp-container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-container {
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing .mfp-arrow {
    opacity: 0;
}

.mfp-3d-unfold {
}

.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    -ms-transition: all 0.4s ease-in-out;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(-60deg);
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold .mfp-arrow {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #382b1f;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing .mfp-arrow {
    opacity: 0;
}

.hint--top:after,.hint--top:before {
    left: 35%;
}

.parallax-img {
    position: absolute;
    width: 100%;
    height: auto;
}

.bgimg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: center;
}

.aspect-ratio-full {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    padding-bottom: 62.5%;
}

.aspect-ratio,.aspect-ratio-10-12,.aspect-ratio-16-1,.aspect-ratio-16-2,.aspect-ratio-16-3,.aspect-ratio-16-4,.aspect-ratio-16-5,.aspect-ratio-16-6,.aspect-ratio-16-7,.aspect-ratio-16-8,.aspect-ratio-16-9,.aspect-ratio-16-10,.aspect-ratio-16-11,.aspect-ratio-16-12,.aspect-ratio-16-13,.aspect-ratio-16-14,.aspect-ratio-16-15,.aspect-ratio-16-16,.aspect-ratio-full {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
}

.aspect-ratio-10-12 {
    padding-bottom: 120%;
}

.aspect-ratio-16-9,.aspect-ratio-16-10,.aspect-ratio-16-11,.aspect-ratio-16-12,.aspect-ratio-16-13,.aspect-ratio-16-14,.aspect-ratio-16-15,.aspect-ratio-16-16,.aspect-ratio-16-full {
    padding-bottom: 70%;
}

.aspect-ratio-16-6,.aspect-ratio-16-7,.aspect-ratio-16-8 {
    padding-bottom: 60%;
}

.aspect-ratio-16-4,.aspect-ratio-16-5 {
    padding-bottom: 50%;
}

.aspect-ratio-16-1,.aspect-ratio-16-2,.aspect-ratio-16-3 {
    padding-bottom: 40%;
}

.collage-items .aspect-ratio-16-14 {
    padding-bottom: 87.5%;
}

.aspect-ratio-innards {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-cover {
    background-size: cover;
    background-position: center;
}

.bg-contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.img-cover-tbc {
    position: absolute;
    display: block;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.img-cover+* {
    position: relative;
    z-index: 5;
}

.img-cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

section {
    position: relative;
    width: 100%;
}

section:after,section:before {
    content: "";
    display: table;
    line-height: 0;
}

section:after {
    clear: both;
}

section.parallaxed {
    overflow: hidden;
}

header#master-header {
    overflow: visible;
    position: relative;
    z-index: 1000;
}

header#master-header+section#evg-slider {
    margin-top: -1px;
}

#master-wrap {
    height: 100%;
    overflow: visible;
    position: relative;
}

canvas,iframe,img,object,svg,video {
    max-width: 100%;
}

.overflow-container {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.overflow-hidden {
    overflow: hidden;
}

.widget {
    display: block;
    float: left;
    width: 100%;
}

[class*=span] {
    float: left;
    min-height: 1px;
}

.margin-off {
    margin: 0;
}

.margin-top-off {
    margin-top: 0;
}

.margin-right-off {
    margin-right: 0;
}

.margin-bottom-off {
    margin-bottom: 0;
}

.margin-left-off {
    margin-left: 0;
}

[class*=absolute] {
    position: absolute;
}

[class*=absolute].top {
    top: 0;
}

[class*=absolute].right {
    right: 0;
}

[class*=absolute].bottom {
    bottom: 0;
}

[class*=absolute].left {
    left: 0;
}

[class*=absolute] img,[class*=span] img {
    max-width: 100%;
}

.padding-off {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.padding-bottom-off {
    padding-bottom: 0!important;
}

.padding-top-off {
    padding-top: 0!important;
}

.padding-m,.padding-top-m {
    padding-top: 5rem;
}

.padding-bottom-m,.padding-m {
    padding-bottom: 5rem;
}

.padding-s,.padding-top-s {
    padding-top: 3.75rem;
}

.padding-bottom-s,.padding-s {
    padding-bottom: 3.75rem;
}

.padding-top-xs,.padding-xs {
    padding-top: 2.5rem;
}

.padding-bottom-xs,.padding-xs {
    padding-bottom: 2.5rem;
}

.padding-top-xxs,.padding-xxs {
    padding-top: 2rem;
}

.padding-bottom-xxs,.padding-xxs {
    padding-bottom: 2rem;
}

.padding-top-xxxs,.padding-xxxs {
    padding-top: 1.5rem;
}

.padding-bottom-xxxs,.padding-xxxs {
    padding-bottom: 1.5rem;
}

.padding-top-xxxxs,.padding-xxxxs {
    padding-top: 1.25rem;
}

.padding-bottom-xxxxs,.padding-xxxxs {
    padding-bottom: 1.25rem;
}

.padding-top-xxxxxs,.padding-xxxxxs {
    padding-top: 0.75rem;
}

.padding-bottom-xxxxxs,.padding-xxxxxs {
    padding-bottom: 0.75rem;
}

.padding-l,.padding-top-l {
    padding-top: 6.25rem;
}

.padding-bottom-l,.padding-l {
    padding-bottom: 6.25rem;
}

.padding-top-xl,.padding-xl {
    padding-top: 7.5rem;
}

.padding-bottom-xl,.padding-xl {
    padding-bottom: 7.5rem;
}

.padding-top-xxl,.padding-xxl {
    padding-top: 8.75rem;
}

.padding-bottom-xxl,.padding-xxl {
    padding-bottom: 8.75rem;
}

.padding-top-xxxl,.padding-xxxl {
    padding-top: 10rem;
}

.padding-bottom-xxxl,.padding-xxxl {
    padding-bottom: 10rem;
}

.padding-top-xxxxl,.padding-xxxxl {
    padding-top: 12.5rem;
}

.padding-bottom-xxxxl,.padding-xxxxl {
    padding-bottom: 12.5rem;
}

[id^=map-inject] {
    display: block;
    width: 100%;
    height: 100%;
}

[id^=map-inject] img {
    max-width: none;
    width: auto;
}

.layout-1c #content,.layout-2c-l #content,.layout-2c-r #content {
    display: block;
    float: left;
    width: 100%;
    padding: 0 8px;
    margin: 0;
}

@media (min-width:1025px) {
    .aspect-ratio-full {
        padding-bottom: 62.5%;
    }

    .aspect-ratio-10-12 {
        padding-bottom: 120%;
    }

    .aspect-ratio-16-16 {
        padding-bottom: 100%;
    }

    .aspect-ratio-16-15 {
        padding-bottom: 93.75%;
    }

    .aspect-ratio-16-14 {
        padding-bottom: 87.5%;
    }

    .aspect-ratio-16-13 {
        padding-bottom: 81.25%;
    }

    .aspect-ratio-16-12 {
        padding-bottom: 75%;
    }

    .aspect-ratio-16-11 {
        padding-bottom: 68.75%;
    }

    .aspect-ratio-16-10 {
        padding-bottom: 62.5%;
    }

    .aspect-ratio-16-9 {
        padding-bottom: 56.25%;
    }

    .aspect-ratio-16-8 {
        padding-bottom: 50%;
    }

    .aspect-ratio-16-7 {
        padding-bottom: 43.75%;
    }

    .aspect-ratio-16-6 {
        padding-bottom: 37.5%;
    }

    .aspect-ratio-16-5 {
        padding-bottom: 31.25%;
    }

    .aspect-ratio-16-4 {
        padding-bottom: 25%;
    }

    .aspect-ratio-16-3 {
        padding-bottom: 18.75%;
    }

    .aspect-ratio-16-2 {
        padding-bottom: 12.5%;
    }

    .aspect-ratio-16-1 {
        padding-bottom: 6.25%;
    }
}

.parent-vertical-align {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.margin-bottom-1c {
    margin-bottom: 1em;
}

.margin-bottom-2c {
    margin-bottom: 2em;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.fullwidth {
    padding-right: 0;
    padding-left: 0;
}

.fullwidth .row {
    margin-right: 0;
    margin-left: 0;
}

.fullwidth .col-xs,.fullwidth .col-xs-1,.fullwidth .col-xs-2,.fullwidth .col-xs-3,.fullwidth .col-xs-4,.fullwidth .col-xs-5,.fullwidth .col-xs-6,.fullwidth .col-xs-7,.fullwidth .col-xs-8,.fullwidth .col-xs-9,.fullwidth .col-xs-10,.fullwidth .col-xs-11,.fullwidth .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
}

.container-fullwidth {
    width: 100%;
}

.outter-container {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.wrap {
    max-width: 89%;
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col-xs,.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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width:769px) {
    .container {
        width: 46rem;
    }

    .col-sm,.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 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
        width: 8.33333333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
        width: 16.66666667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
        width: 33.33333333%;
    }

    .col-sm-4-5 {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
        width: 37.5%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
        width: 41.66666667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
        width: 58.33333333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
        width: 66.66666667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
        width: 83.33333333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
        width: 91.66666667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset--1 {
        margin-left: -8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset--2 {
        margin-left: -16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset--4 {
        margin-left: -33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .padding-sm-double-left {
        padding-left: 2rem;
    }

    .padding-sm-double-right {
        padding-right: 2rem;
    }

    .padding-sm-triple-left {
        padding-left: 3rem;
    }

    .padding-sm-triple-right {
        padding-right: 3rem;
    }
}

@media (min-width:1025px) {
    .container {
        width: 61rem;
    }

    .col-md,.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 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-4-5 {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset--1 {
        margin-left: -8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset--2 {
        margin-left: -16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset--3 {
        margin-left: -25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset--4 {
        margin-left: -33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset--5 {
        margin-left: -41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset--6 {
        margin-left: -50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset--7 {
        margin-left: -58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset--8 {
        margin-left: -66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset--9 {
        margin-left: -75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset--10 {
        margin-left: -83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset--11 {
        margin-left: -91.66666667%;
    }

    .col-md-offset--12 {
        margin-left: -100%;
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width:1281px) {
    .container {
        width: 89%;
    }

    .col-lg,.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 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width:1441px) {
    .container {
        width: 89%;
    }

    .col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-xl-2 {
        -ms-flex-preferred-size: 16.666%;
        -webkit-flex-basis: 16.666%;
        flex-basis: 16.666%;
        max-width: 16.66666667%;
    }

    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xl-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-xl-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-xl-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width:1441px) {
    .wrap {
        max-width: 89%;
    }
}

.wrap-82 {
    max-width: 82rem;
}

body,html {
    background-color: #f0e8cd;
}

#container {
    background-color: #f0e8cd;
}

::-moz-selection {
    background: #a7865d;
    color: #ffffff;
}

::selection {
    background: #a7865d;
    color: #ffffff;
}

::-moz-selection {
    background: #a7865d;
    color: #ffffff;
}

span.wpcf7-not-valid-tip {
    color: #f0e8cd !important;
    background: #a7865d;
}

div.wpcf7-response-output {
    color: #f0e8cd!important;
    background: #a7865d;
}

.palette-c0 {
    background-color: #f0e8cd;
}

.palette-c0 span.wpcf7-not-valid-tip {
    color: #f0e8cd!important;
    background: #a7865d;
}

.palette-c0 div.wpcf7-response-output {
    color: #f0e8cd!important;
    background: #a7865d;
}

.palette-c1 {
    background-color: #e2dbc5;
}

.palette-c2 {
    background-color: #F0EFEE;
}

.palette-c3 {
    background-color: #a7865d;
}

.palette-c4 {
    background-color: #755636;
}

.palette-c5 {
    background-color: #382b1f;
}

body,html {
    color: #382b1f;
}

.colored {
    color: #a7865d;
}

.non-colored {
    color: #382b1f;
}

hr:before {
    background: #382b1f;
}

a {
    color: #a7865d;
}

a:hover {
    color: #616161;
}

a:focus {
    outline-color: #a7865d;
    color: #a7865d;
}

#hamburger {
    color: #a7865d;
}

#hamburger:hover,#hamburger:hover #hamburger:after {
    color: #a7865d;
}

h1 {
    color: #a7865d;
}

h2 {
    color: #a7865d;
}

h3 {
    color: #a7865d;
}

h4 {
    color: #382b1f;
}

h5 {
    color: #382b1f;
}

h6 {
    color: #382b1f;
}

h3.widget-title {
    color: #a7865d;
}

p {
    color: #382b1f;
}

.search-form input[type=text] {
    background: #e2dbc5;
    border-color: #e2dbc5;
    -webkit-box-shadow: 0 0 0 0 #e2dbc5;
    box-shadow: 0 0 0 0 #e2dbc5;
}

.search-form input[type=text]:hover {
    background: #e0d9c2;
    border-color: #ddd5bb;
}

.search-form input[type=text]:focus {
    background: #ddd5bb;
    border-color: #dad0b4;
}

.search-form input[type=submit] {
    background: #F0EFEE;
    border-color: #F0EFEE;
    color: #000000;
    -webkit-box-shadow: 0 0 0 0 #F0EFEE;
    box-shadow: 0 0 0 0 #F0EFEE;
}

.palette-c0 {
    color: #382b1f;
}

.palette-c0 .colored {
    color: #a7865d;
}

.palette-c0 .non-colored {
    color: #382b1f;
}

.palette-c0 hr:before {
    background: #382b1f;
}

.palette-c0 a {
    color: #a7865d;
}

.palette-c0 a:hover {
    color: #616161;
}

.palette-c0 a:focus {
    outline-color: #a7865d;
    color: #a7865d;
}

.palette-c0 #hamburger-switch {
    color: #a7865d;
}

.palette-c0 #hamburger-switch:hover,.palette-c0 #hamburger-switch:hover #hamburger-switch:after {
    color: #a7865d;
    background: #585860;
}

.palette-c0 .h1,.palette-c0 h1 {
    color: #a7865d;
}

.palette-c0 .h2,.palette-c0 h2 {
    color: #a7865d;
}

.palette-c0 .h3,.palette-c0 h3 {
    color: #a7865d;
}

.palette-c0 .h4,.palette-c0 h4 {
    color: #382b1f;
}

.palette-c0 .h5,.palette-c0 h5 {
    color: #382b1f;
}

.palette-c0 .h6,.palette-c0 h6 {
    color: #382b1f;
}

.palette-c0 h3.widget-title {
    color: #a7865d;
}

.palette-c0 p {
    color: #382b1f;
}

.palette-c0 #sidebar-primary {
    color: #382b1f;
}

.palette-c1 {
    color: #382b1f;
}

.palette-c1 .colored {
    color: #a7865d;
}

.palette-c1 .non-colored {
    color: #382b1f;
}

.palette-c1 hr:before {
    background: #7f7f7f;
}

.palette-c1 a {
    color: #a7865d;
}

.palette-c1 a:hover {
    color: #a7865d;
}

.palette-c1 a:focus {
    outline-color: #a7865d;
    color: #a7865d;
}

.palette-c1 #hamburger-switch {
    color: #755636;
}

.palette-c1 #hamburger-switch:hover,.palette-c1 #hamburger-switch:hover #hamburger-switch:after {
    color: #a7865d;
    background: #7f7f7f;
}

.palette-c1 .h1,.palette-c1 h1 {
    color: #755636;
}

.palette-c1 .h2,.palette-c1 h2 {
    color: #755636;
}

.palette-c1 .h3,.palette-c1 h3 {
    color: #755636;
}

.palette-c1 .h4,.palette-c1 h4 {
    color: #755636;
}

.palette-c1 .h5,.palette-c1 h5 {
    color: #755636;
}

.palette-c1 .h6,.palette-c1 h6 {
    color: #755636;
}

.palette-c1 h3.widget-title {
    color: #755636;
}

.palette-c1 p {
    color: #382b1f;
}

.palette-c1 #sidebar-primary {
    color: #382b1f;
}

.palette-c2 {
    color: #767069;
}

.palette-c2 .colored {
    color: #a7865d;
}

.palette-c2 .non-colored {
    color: #767069;
}

.palette-c2 hr:before {
    background: #e0e0e0;
}

.palette-c2 a {
    color: #a7865d;
}

.palette-c2 a:hover {
    color: #a7865d;
}

.palette-c2 a:focus {
    outline-color: #a7865d;
    color: #a7865d;
}

.palette-c2 #hamburger-switch {
    color: #202020;
}

.palette-c2 #hamburger-switch:hover,.palette-c2 #hamburger-switch:hover #hamburger-switch:after {
    color: #a7865d;
    background: #202020;
}

.palette-c2 .h1,.palette-c2 h1 {
    color: #202020;
}

.palette-c2 .h2,.palette-c2 h2 {
    color: #202020;
}

.palette-c2 .h3,.palette-c2 h3 {
    color: #202020;
}

.palette-c2 .h4,.palette-c2 h4 {
    color: #202020;
}

.palette-c2 .h5,.palette-c2 h5 {
    color: #202020;
}

.palette-c2 .h6,.palette-c2 h6 {
    color: #202020;
}

.palette-c2 h3.widget-title {
    color: #202020;
}

.palette-c2 p {
    color: #767069;
}

.palette-c2 #sidebar-primary {
    color: #767069;
}

.palette-c3 {
    color: #f0e8cd;
}

.palette-c3 .colored {
    color: #a7865d;
}

.palette-c3 .non-colored {
    color: #f0e8cd;
}

.palette-c3 hr:before {
    background: #f0e8cd;
}

.palette-c3 a {
    color: #a7865d;
}

.palette-c3 a:hover {
    color: #a7865d;
}

.palette-c3 a:focus {
    outline-color: #a7865d;
    color: #a7865d;
}

.palette-c3 #hamburger-switch {
    color: #f0e8cd;
}

.palette-c3 #hamburger-switch:hover,.palette-c3 #hamburger-switch:hover #hamburger-switch:after {
    color: #a7865d;
    background: #f0e8cd;
}

.palette-c3 .h1,.palette-c3 h1 {
    color: #f0e8cd;
}

.palette-c3 .h2,.palette-c3 h2 {
    color: #f0e8cd;
}

.palette-c3 .h3,.palette-c3 h3 {
    color: #f0e8cd;
}

.palette-c3 .h4,.palette-c3 h4 {
    color: #f0e8cd;
}

.palette-c3 .h5,.palette-c3 h5 {
    color: #f0e8cd;
}

.palette-c3 .h6,.palette-c3 h6 {
    color: #f0e8cd;
}

.palette-c3 h3.widget-title {
    color: #f0e8cd;
}

.palette-c3 p {
    color: #f0e8cd;
}

.palette-c3 #sidebar-primary {
    color: #f0e8cd;
}

.palette-c4 {
    color: #f0e8cd;
}

.palette-c4 .colored {
    color: #a7865d;
}

.palette-c4 .non-colored {
    color: #f0e8cd;
}

.palette-c4 hr:before {
    background: #f0e8cd;
}

.palette-c4 a {
    color: #f0e8cd;
}

.palette-c4 a:hover {
    color: #fff;
}

.palette-c4 a:focus {
    outline-color: #f0e8cd;
    color: #f0e8cd;
}

.palette-c4 #hamburger-switch {
    color: #f0e8cd;
}

.palette-c4 #hamburger-switch:hover,.palette-c4 #hamburger-switch:hover #hamburger-switch:after {
    color: #a7865d;
    background: #f0e8cd;
}

.palette-c4 .h1,.palette-c4 h1 {
    color: #f0e8cd;
}

.palette-c4 .h2,.palette-c4 h2 {
    color: #f0e8cd;
}

.palette-c4 .h3,.palette-c4 h3 {
    color: #f0e8cd;
}

.palette-c4 .h4,.palette-c4 h4 {
    color: #f0e8cd;
}

.palette-c4 .h5,.palette-c4 h5 {
    color: #f0e8cd;
}

.palette-c4 .h6,.palette-c4 h6 {
    color: #f0e8cd;
}

.palette-c4 h3.widget-title {
    color: #f0e8cd;
}

.palette-c4 p {
    color: #f0e8cd;
}

.palette-c4 #sidebar-primary {
    color: #f0e8cd;
}

.palette-c5 {
    color: #f0e8cd;
}

.palette-c5 .colored {
    color: #a7865d;
}

.palette-c5 hr:before {
    background: #f0e8cd;
}

.palette-c5 a {
    color: #f0e8cd;
}

.palette-c5 a.non-colored {
    color: #f0e8cd;
}

.palette-c5 a.non-colored:hover {
    color: #f0e8cd;
}

.palette-c5 a:hover {
    color: #f0e8cd;
}

.palette-c5 a:focus {
    outline-color: #f0e8cd;
    color: #f0e8cd;
}

.palette-c5 #hamburger-switch {
    color: #f0e8cd;
}

.palette-c5 #hamburger-switch:hover,.palette-c5 #hamburger-switch:hover #hamburger-switch:after {
    color: #a7865d;
    background: #f0e8cd;
}

.palette-c5 .h1,.palette-c5 h1 {
    color: #f0e8cd;
}

.palette-c5 .h2,.palette-c5 h2 {
    color: #f0e8cd;
}

.palette-c5 .h3,.palette-c5 h3 {
    color: #f0e8cd;
}

.palette-c5 .h4,.palette-c5 h4 {
    color: #f0e8cd;
}

.palette-c5 .h5,.palette-c5 h5 {
    color: #f0e8cd;
}

.palette-c5 .h6,.palette-c5 h6 {
    color: #f0e8cd;
}

.palette-c5 h3.widget-title {
    color: #f0e8cd;
}

.palette-c5 p {
    color: #f0e8cd;
}

.palette-c5 #sidebar-primary {
    color: #f0e8cd;
}

.palette-cc1 {
    color: rgba(255, 255, 255, 0.9);
}

.palette-cc1 .colored {
    color: #a7865d;
}

.palette-cc1 hr:before {
    background: white;
}

.palette-cc1 a {
    color: #a7865d;
}

.palette-cc1 a.non-colored {
    color: rgba(255, 255, 255, 0.9);
}

.palette-cc1 a.non-colored:hover {
    color: #a7865d;
}

.palette-cc1 a:hover {
    color: white;
}

.palette-cc1 a:focus {
    outline-color: white;
    color: white;
}

.palette-cc1 #hamburger-switch {
    color: white;
}

.palette-cc1 #hamburger-switch:hover,.palette-cc1 #hamburger-switch:hover #hamburger-switch:after {
    color: #a7865d;
    background: white;
}

.palette-cc1 .h1,.palette-cc1 h1 {
    color: white;
}

.palette-cc1 .h2,.palette-cc1 h2 {
    color: white;
}

.palette-cc1 .h3,.palette-cc1 h3 {
    color: white;
}

.palette-cc1 .h4,.palette-cc1 h4 {
    color: white;
}

.palette-cc1 .h5,.palette-cc1 h5 {
    color: white;
}

.palette-cc1 .h6,.palette-cc1 h6 {
    color: white;
}

.palette-cc1 h3.widget-title {
    color: white;
}

.palette-cc1 p {
    color: rgba(255, 255, 255, 0.9);
}

.palette-cc1 #sidebar-primary {
    color: rgba(255, 255, 255, 0.9);
}

.palette-cc2 {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 .colored {
    color: #a7865d;
}

.palette-cc2 hr:before {
    background: rgba(0, 0, 0, 0.9);
}

.palette-cc2 a {
    color: #a7865d;
}

.palette-cc2 a.non-colored {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 a.non-colored:hover {
    color: #a7865d;
}

.palette-cc2 a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 a:focus {
    outline-color: rgba(0, 0, 0, 0.9);
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 #hamburger-switch {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 #hamburger-switch:hover,.palette-cc2 #hamburger-switch:hover #hamburger-switch:after {
    color: #a7865d;
    background: rgba(0, 0, 0, 0.9);
}

.palette-cc2 .h1,.palette-cc2 h1 {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 .h2,.palette-cc2 h2 {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 .h3,.palette-cc2 h3 {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 .h4,.palette-cc2 h4 {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 .h5,.palette-cc2 h5 {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 .h6,.palette-cc2 h6 {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 h3.widget-title {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 p {
    color: rgba(0, 0, 0, 0.9);
}

.palette-cc2 #sidebar-primary {
    color: rgba(0, 0, 0, 0.9);
}

#master-logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#master-logo a {
    display: inline-block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    height: 6rem;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media (max-width:1023px) {
    #master-logo a {
        max-width: 50%;
    }
}

#master-logo img {
    display: inline;
    width: auto;
    max-height: 100%;
    max-width: 80%;
    vertical-align: middle;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#master-logo span.logo {
    display: inline;
    vertical-align: middle;
    padding: 0;
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 2.5rem;
    line-height: 7.5rem;
    height: 7.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}

#master-flux {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1040;
    -webkit-transition: all .3s ease 0.1s;
    -o-transition: all .3s ease 0.1s;
    transition: all .3s ease 0.1s;
    -webkit-transform: translate3d(0, -100%, 0) translateZ(0);
    transform: translate3d(0, -100%, 0) translateZ(0);
    opacity: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1030;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#master-flux * {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#master-flux .line-1,#master-flux .line-2,#master-flux .line-3 {
    display: none;
}

#master-flux #flux-logo {
    display: inline-block;
    max-width: 147px;
    margin: 0;
}

#master-flux #flux-navi {
    margin: 0;
    text-align: right;
}

#master-flux #flux-navi ul {
    display: inline-block;
    max-height: none!important;
    width: auto;
    opacity: 1;
}

#master-flux #flux-navi ul li {
    display: inline-block;
}

#master-flux #flux-navi ul li a {
    display: inline-block;
}

#master-flux.is-visible {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
    transform: translate3d(0, 0, 0) translateZ(0);
    opacity: 1;
}

#master-flux .wrap {
    padding: .5rem 1rem .5rem 3rem;
}

#master-flux .top-show {
    display: none;
}

#master-flux .social-icon.first {
    margin-left: 1rem;
}

#master-flux .social-icon a {
    font-size: 1.3em;
    padding: 0 0.2em;
}

#master-flux ul {
    text-align: right;
}

#master-flux a {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #a7865d;
}

#master-flux a.active {
    color: #755636;
}

#master-flux-wrap {
    display: block;
    width: 100%;
    background: #f0e8cd;
    padding: .35rem 0;
}

#flux-shadow {
    display: block;
    width: 100%;
    height: .3em;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(transparent));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
}

html.menu-pop.menu-open {
    min-height: 100%;
    background: #f0e8cd;
}

html.menu-pop.menu-open #master-bar,html.menu-pop.menu-open #master-header,html.menu-pop.menu-open #menu-primary,html.menu-pop.menu-open .menu-primary {
    display: block!important;
}

header#master-header {
    position: absolute;
    z-index: 500;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-box-shadow .75s ease-out .25s;
    transition: -webkit-box-shadow .75s ease-out .25s;
    -o-transition: box-shadow .75s ease-out .25s;
    transition: box-shadow .75s ease-out .25s;
    transition: box-shadow .75s ease-out .25s, -webkit-box-shadow .75s ease-out .25s;
}

@media (max-width:1024px) {
    header#master-header {
        z-index: 1000!important;
    }
}

header#master-header hr {
    display: none;
}

header#master-header a:active,header#master-header a:focus {
    outline: none;
}

header#master-header hr:before {
    background: #a7865d;
}

header#master-header .search-form input[type=submit].evg {
    font-size: 2rem;
    height: 2.25em;
}

header#master-header .search-form input[type=text] {
    height: 2.25em;
}

header#master-header #menu-primary-items li:first-child a {
    color: #fff;
}

header#master-header .top-hide {
    padding-left: 10px;
}

@media (max-width:1024px) {
    header#master-header {
        position: fixed;
        background: #f0e8cd;
        top: 0;
        left: 0;
    }

    header#master-header .container-fluid {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
}

header#master-header .line-1 .line {
    display: inline-block;
    width: 70%;
    height: 2px;
    margin: 0 auto;
    background: #f0e8cd;
}

header#master-header .line-2 .line {
    display: inline-block;
    width: 70%;
    height: 2px;
    margin: 0 auto;
    background: #f0e8cd;
}

header#master-header .line-3 .line {
    display: inline-block;
    width: 70%;
    height: 2px;
    margin: 0 auto;
    background: #f0e8cd;
}

header#master-header nav {
    padding: 2rem 0;
}

header#master-header nav ul {
    max-height: none;
    overflow: hidden;
}

header#master-header nav ul.menu-items {
    max-height: 0;
    -webkit-transition: all 1.5s ease-in-out 2s;
    -o-transition: all 1.5s ease-in-out 2s;
    transition: all 1.5s ease-in-out 2s;
}

header#master-header nav ul li {
    display: block;
    width: 100%;
    font-size: 1.5rem;
}

header#master-header nav ul li a {
    padding: 0;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

header#master-header nav ul li.social-icon {
    display: inline-block;
    width: auto;
}

header#master-header nav ul li.social-icon a {
    font-size: 2rem;
}

.pace-done header#master-header nav.inview ul {
    max-height: none;
}

.pace-done header#master-header nav.inview ul.menu-items {
    max-height: 20rem;
}

#menu-primary,.menu-primary {
    display: none;
    width: 100%;
    text-align: center;
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.25rem;
    padding: 0;
}

#menu-primary .sub-menu,.menu-primary .sub-menu {
    display: none;
}

#menu-primary ul,.menu-primary ul {
    display: block;
    width: 100%;
    padding: 0 0 1rem 0;
    margin: 0;
}

#menu-primary ul ul,.menu-primary ul ul {
    border-top: 0.5rem solid #382b1f;
    border-bottom: 0.5rem solid #382b1f;
    padding: 0;
    background: #755636;
}

#menu-primary ul ul ul,.menu-primary ul ul ul {
    background: #382b1f;
}

#menu-primary li,.menu-primary li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

#menu-primary li:before,.menu-primary li:before {
    display: none;
}

#menu-primary a,#menu-primary span,.menu-primary a,.menu-primary span {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
}

#menu-primary a,.menu-primary a {
    padding: 0.5em 0;
    color: #f0dbc0;
}

#menu-button {
    position: absolute;
    z-index: 1002;
    top: 1.25rem;
    right: 1.25rem;
    display: block;
    height: 54px;
    width: 54px;
    -webkit-transition: background-color 0.15s ease-out 0.25s;
    -o-transition: background-color 0.15s ease-out 0.25s;
    transition: background-color 0.15s ease-out 0.25s;
    background: #a7865d;
    cursor: pointer;
}

#menu-button .bar {
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, -webkit-transform 0.15s ease-out 0s, background-color 0.15s ease-out 0.25s;
    width: 20px;
    background: #f0e8cd;
}

#menu-button .bar.bar-1 {
    margin-top: -6px;
}

#menu-button .bar.bar-3 {
    margin-top: 4px;
}

.menu-open #menu-button .bar {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    transition: margin 0.15s ease-out 0s, opacity 0.15s ease-out 0s, -webkit-transform 0.15s ease-out 0.25s;
}

.menu-open #menu-button .bar-1 {
    margin-top: -1px;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.menu-open #menu-button .bar-2 {
    opacity: 0;
}

.menu-open #menu-button .bar-3 {
    margin-top: -1px;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.menu-closed .menu-triggered {
    display: none!important;
}

#master-logo .top-show {
    display: none;
    height: auto;
    padding: 0 2rem;
}

#menu-secondary ul li {
    display: inline-block;
    margin: 0 .5rem;
}

@media (max-width:1024px) {
    #master-logo {
        padding-left: 0;
        opacity: 1!important;
        -webkit-transform: translate3d(0, 0, 0)!important;
        transform: translate3d(0, 0, 0)!important;
        -webkit-animation-name: none!important;
        animation-name: none!important;
    }

    .menu-primary li,header#master-header #menu-primary li {
        background: transparent;
    }

    .menu-primary li a,header#master-header #menu-primary li a {
        color: #a7865d;
    }

    .menu-primary li:nth-child(odd),header#master-header #menu-primary li:nth-child(odd) {
        background: #a98860;
    }

    .menu-primary li:nth-child(odd) a,header#master-header #menu-primary li:nth-child(odd) a {
        color: #f0e8cd;
    }

    .menu-primary li li,header#master-header #menu-primary li li {
        background: #86633e;
    }

    .menu-primary li li a,header#master-header #menu-primary li li a {
        color: #f0dbc0;
    }

    .menu-primary li li:nth-child(2n),header#master-header #menu-primary li li:nth-child(2n) {
        background: #f0e8cd;
    }

    .menu-primary li li:nth-child(2n) a,header#master-header #menu-primary li li:nth-child(2n) a {
        color: #755636;
    }

    header#master-header {
        overflow-y: auto;
        max-height: 100%!important;
    }

    header#master-header #menu-primary {
        padding-bottom: 0;
    }

    header#master-header #menu-primary ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        max-height: none!important;
    }

    header#master-header #menu-primary ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    header#master-header #menu-primary ul li a {
        padding: 1rem;
        vertical-align: middle;
    }

    ul.social-icons a {
        color: #a7865d;
        font-size: 2.5rem;
        padding: 1rem;
    }
}

@media (min-width:1025px) {
    #master-flux {
        display: block;
    }

    #master-header-content {
        padding: 1rem 0;
    }

    #master-logo a {
        height: 3.5rem;
    }

    #master-logo img {
        padding: 0.65rem 0;
    }

    #master-logo span.logo {
        font-size: 1.5rem;
        line-height: 3.5rem;
        height: 3.5rem;
    }

    #master-logo .top-show {
        display: block;
    }

    #master-logo .top-hide {
        display: none;
    }

    #menu-primary,.menu-primary {
        display: block!important;
        font-size: 0.74rem;
    }

    #menu-primary ul,.menu-primary ul {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    #menu-primary li,.menu-primary li {
        position: relative;
        display: inline;
        width: auto;
        padding: 0 0.5em;
        margin: 0;
    }

    #menu-primary li:last-child,.menu-primary li:last-child {
        padding-right: 0;
    }

    #menu-primary li:last-child a,.menu-primary li:last-child a {
        padding-right: 0;
    }

    #menu-primary a,#menu-primary span,.menu-primary a,.menu-primary span {
        display: inline;
    }

    #menu-primary a,.menu-primary a {
        padding: 1em 0.5em;
        vertical-align: middle;
        line-height: 3;
        color: #f0dbc0;
    }

    #menu-primary a.mPS2id-highlight,#menu-primary a.mPS2id-highlight-first,#menu-primary a.mPS2id-highlight-last,#menu-primary a:hover,.menu-primary a.mPS2id-highlight,.menu-primary a.mPS2id-highlight-first,.menu-primary a.mPS2id-highlight-last,.menu-primary a:hover {
        color: #fff;
        top: auto;
    }

    #menu-primary li:hover>a,.menu-primary li:hover>a {
        color: #fff;
    }

    #menu-primary a:focus,.menu-primary a:focus {
        outline: none;
        top: auto;
    }

    #menu-primary li.social-icon,.menu-primary li.social-icon {
        padding: 1em 0.25em;
        font-size: 1.35em;
        vertical-align: middle;
    }

    #menu-primary li.social-icon:first-of-type,.menu-primary li.social-icon:first-of-type {
        padding-left: 1rem;
    }

    #menu-primary li.social-icon a,.menu-primary li.social-icon a {
        color: #f0dbc0;
        padding: 0;
    }

    #menu-primary li.social-icon:hover a,.menu-primary li.social-icon:hover a {
        color: #fff;
    }

    #menu-primary .navi-separated li,.menu-primary .navi-separated li {
        padding: 0;
        margin: 0 0 0 0.5em;
    }

    #menu-primary .navi-separated li:before,.menu-primary .navi-separated li:before {
        content: '/';
        display: inline-block;
        padding: 0 0.75em 0 0;
        font-weight: 300;
    }

    #menu-primary .navi-separated li:first-child:before,.menu-primary .navi-separated li:first-child:before {
        display: none;
    }

    #menu-primary .navi-separated li:first-child,.menu-primary .navi-separated li:first-child {
        margin-left: 0;
        border-left: none;
    }

    #menu-primary .navi-separated li:first-child a,.menu-primary .navi-separated li:first-child a {
        padding-left: 0;
    }

    #menu-primary .navi-separated li:last-child a,.menu-primary .navi-separated li:last-child a {
        padding-right: 0;
    }

    #menu-primary .sub-menu,.menu-primary .sub-menu {
        position: absolute;
        right: -1rem;
        display: none;
        width: auto;
        min-width: 12rem;
        padding: 0.5rem 0;
        text-align: left;
        border: none;
        background: transparent;
    }

    #menu-primary .sub-menu i.fa.fa-caret-down,.menu-primary .sub-menu i.fa.fa-caret-down {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.4rem;
    }

    #menu-primary .sub-menu i.fa.fa-caret-down:before,.menu-primary .sub-menu i.fa.fa-caret-down:before {
        content: '\f0da';
    }

    #menu-primary .sub-menu li,.menu-primary .sub-menu li {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0;
        background: #755636;
    }

    #menu-primary .sub-menu li:before,.menu-primary .sub-menu li:before {
        display: none;
    }

    #menu-primary .sub-menu li a,#menu-primary .sub-menu li span,.menu-primary .sub-menu li a,.menu-primary .sub-menu li span {
        display: block;
        width: 100%;
        border-bottom: 1px solid #86633e;
    }

    #menu-primary .sub-menu li:last-child>a,.menu-primary .sub-menu li:last-child>a {
        border-bottom: none;
    }

    #menu-primary .sub-menu li:first-child,.menu-primary .sub-menu li:first-child {
        padding-top: 0.5rem;
    }

    #menu-primary .sub-menu li:last-child,.menu-primary .sub-menu li:last-child {
        padding-bottom: 0.5rem;
    }

    #menu-primary .sub-menu a,.menu-primary .sub-menu a {
        padding: 0.45rem 0!important;
        line-height: 1.62;
        text-align: left;
    }

    #menu-primary .sub-menu:before,.menu-primary .sub-menu:before {
        content: '';
        position: absolute;
        top: 0;
        right: 1.4rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #755636 transparent;
    }

    #menu-primary .sub-menu .sub-menu,.menu-primary .sub-menu .sub-menu {
        background: #755636;
        right: calc(-100% - 8px);
        top: -0.4rem;
        padding: 0;
    }

    #menu-primary .sub-menu .sub-menu:before,.menu-primary .sub-menu .sub-menu:before {
        left: -8px;
        top: 0.8rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #755636 transparent transparent;
    }

    #menu-primary .sub-menu .sub-menu.other-side,.menu-primary .sub-menu .sub-menu.other-side {
        left: calc(-100% - 8px);
        right: auto;
    }

    #menu-primary .sub-menu .sub-menu.other-side:before,.menu-primary .sub-menu .sub-menu.other-side:before {
        right: -0.6rem;
        left: auto;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #755636;
    }

    #menu-button {
        display: none;
    }
}

section#hero {
    position: relative;
}

section#hero img {
    width: auto;
    max-height: 100%;
}

section#hero .bgimg-overlay {
    background-color: #755636;
    opacity: 0;
    -webkit-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}

section#hero .overlay-vid {
    opacity: .55;
    background-image: url(images/broken_noise_lq.jpg);
}

section#hero .container-fluid,section#hero .row.middle-xs {
    height: 100%;
}

section#hero.hero-archive h1 {
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

section#hero.hero-archive h1+p {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

section#hero.hero-single-post {
    background: url(images/frs-blank-bright.png) repeat scroll center;
    background-size: 5%;
}

section#hero.hero-single-post .overlay-img {
    background: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.3) 0, rgba(32, 32, 32, 0.3) 1%, rgba(32, 32, 32, 0.36) 10%, rgba(32, 32, 32, 0.45) 60%, rgba(32, 32, 32, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(32, 32, 32, 0.3)), color-stop(1%, rgba(32, 32, 32, 0.3)), color-stop(10%, rgba(32, 32, 32, 0.36)), color-stop(60%, rgba(32, 32, 32, 0.45)), to(rgba(32, 32, 32, 0.7)));
    background: -o-linear-gradient(top, rgba(32, 32, 32, 0.3) 0, rgba(32, 32, 32, 0.3) 1%, rgba(32, 32, 32, 0.36) 10%, rgba(32, 32, 32, 0.45) 60%, rgba(32, 32, 32, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(32, 32, 32, 0.3) 0, rgba(32, 32, 32, 0.3) 1%, rgba(32, 32, 32, 0.36) 10%, rgba(32, 32, 32, 0.45) 60%, rgba(32, 32, 32, 0.7) 100%);
}

section#hero.hero-single-post .entry-byline {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    font-size: 60%;
    line-height: 1;
}

section#hero.hero-single-post .entry-byline .author_avatar {
    margin: 0 0 1em;
}

section#hero.hero-single-post .entry-byline .author_avatar img {
    width: 3.6em;
    border-radius: 50%;
}

section#hero.hero-single-post .entry-byline .by {
    margin: 0.5em 0;
    font-size: 1.1em;
}

section#hero.hero-single-post .entry-byline .by a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

section#hero.hero-single-post .entry-byline .by a:hover {
    color: #f0e8cd;
}

section#hero.hero-single-post .entry-byline .category {
    margin: 0.7em 0;
    font-size: .75em;
}

section#hero.hero-single-post .entry-byline .category a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

section#hero.hero-single-post .entry-byline .category a:hover {
    color: #f0e8cd;
}

section#hero.hero-single-post .entry-byline .time {
    margin: 0.7em 0 0;
    font-size: .75em;
}

.hero-header {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-header h1 {
    text-transform: lowercase;
    margin: 0;
}

h1.hero-heading {
    display: inline-block;
    font-size: 5vw;
}

h1.hero-heading .hero {
    display: block;
    margin: .4375em .25em;
}

h1.hero-heading+p.intro {
    margin-top: 0;
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 0.05em;
}

@media (min-width:1025px) {
    h1.hero-heading+p.intro {
        font-size: 1.125em;
    }
}

@media (min-width:1025px) {
    h1.hero-heading {
        font-size: 3.6em;
    }
}

.line-break {
    position: relative;
    display: block;
    width: 100%;
    font-size: 2.5vw;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width:1025px) {
    .line-break {
        font-size: 0.25em;
    }
}

.line-break-left {
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    content: "";
    margin-top: -2px;
    height: 3px;
    background: white;
}

.line-break-right {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    content: "";
    margin-top: -2px;
    height: 3px;
    background: white;
}

.line-break-inner {
    width: auto;
    letter-spacing: .125em;
    font-weight: 800;
}

@media (min-width:769px) {
    section#hero.hero-single-post .entry-byline {
        font-size: 75%;
    }
}

@media (min-width:1025px) {
    section#hero.hero-single-post .entry-byline {
        font-size: 85%;
    }
}

@media (min-width:1441px) {
    section#hero.hero-single-post .entry-byline {
        font-size: 100%;
    }
}

.slick-hero {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slick-hero li {
    margin: 0;
    padding: 0;
}

.slick-hero .slick-next {
    right: 10%;
    width: 3rem;
    height: 3rem;
    z-index: 100;
}

.slick-hero .slick-next:before {
    font-size: 3rem;
    color: #fff;
}

.slick-hero .slick-prev {
    left: 10%;
    width: 3rem;
    height: 3rem;
    z-index: 100;
}

.slick-hero .slick-prev:before {
    font-size: 3rem;
    color: #fff;
}

.slick-hero .row img {
    display: inline-block;
}

.a-hover-underline a {
    text-decoration: none;
    position: relative;
}

.a-hover-underline a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.4em;
    width: 100%;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.a-hover-underline a:hover:after {
    border-color: #fff;
}

.separator {
    padding-right: .75em;
    margin-left: .75em;
    border-left: 1px solid;
}

@media (max-width:1023px) {
    .separator {
        display: block;
        width: 100%;
        border: none;
    }
}

.fa-heart {
    color: #ff4f22;
    margin: 0 0.1em;
}

.fa-heart:before {
    font-size: 90%;
}

h3 .a-hover-underline {
    text-decoration: none;
    position: relative;
}

h3 .a-hover-underline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0em;
    width: 100%;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h3 .a-hover-underline:hover:after {
    border-color: #a7865d;
}

footer#master-footer {
    position: relative;
}

footer#master-footer #logo-footer {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

footer#master-footer #logo-footer:hover {
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    transform: scale(0.975);
}

footer#master-footer nav#menu-subsidiary-left,footer#master-footer nav#menu-subsidiary-right {
    display: inline;
    vertical-align: middle;
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75em;
}

footer#master-footer nav#menu-subsidiary-left ul,footer#master-footer nav#menu-subsidiary-right ul {
    margin: 0 2.5rem;
    padding: 0;
    vertical-align: middle;
}

footer#master-footer nav#menu-subsidiary-left ul li,footer#master-footer nav#menu-subsidiary-right ul li {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 0.5em;
}

footer#master-footer nav#menu-subsidiary-left ul li a,footer#master-footer nav#menu-subsidiary-right ul li a {
    padding: 0 0.5em;
    vertical-align: middle;
}

footer#master-footer nav#menu-subsidiary-left ul li a:focus,footer#master-footer nav#menu-subsidiary-right ul li a:focus {
    outline: none;
}

footer#master-footer nav#menu-subsidiary-left ul li:before,footer#master-footer nav#menu-subsidiary-right ul li:before {
    content: '/';
    vertical-align: middle;
    display: inline-block;
    padding: 0 0.75em 0 0;
    font-weight: 700;
}

footer#master-footer nav#menu-subsidiary-left ul li:first-child:before,footer#master-footer nav#menu-subsidiary-right ul li:first-child:before {
    display: none;
}

footer#master-footer nav#menu-subsidiary-left ul li:first-child,footer#master-footer nav#menu-subsidiary-right ul li:first-child {
    margin-left: 0;
    border-left: none;
}

footer#master-footer nav#menu-subsidiary-left ul li:first-child a,footer#master-footer nav#menu-subsidiary-right ul li:first-child a {
    padding-left: 0;
}

footer#master-footer nav#menu-subsidiary-left ul li:last-child a,footer#master-footer nav#menu-subsidiary-right ul li:last-child a {
    padding-right: 0;
}

footer#master-footer nav#menu-subsidiary-left ul {
    text-align: right;
}

footer#master-footer nav#menu-subsidiary-right ul {
    text-align: left;
}

footer#master-footer section#footer-social {
    position: relative;
    overflow: hidden;
}

footer#master-footer section#footer-social:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    width: 12em;
    height: 1px;
    margin-left: -6em;
    background: #755636;
}

footer#master-footer .padded {
    padding-top: 72px;
    padding-bottom: 24px;
}

footer#master-footer address.icon,footer#master-footer p.icon {
    position: relative;
    padding-left: 32px;
    /*    font-family: "Gotham Book", sans-serif;*/
    line-height: 1.45;
    font-style: normal;
}

footer#master-footer address.icon:before,footer#master-footer p.icon:before {
    position: absolute;
    left: 0;
    top: 48%;
    margin-top: -7px;
    font-family: 'font-awesome';
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

footer#master-footer address.icon:hover:before,footer#master-footer p.icon:hover:before {
    color: #a7865d;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

footer#master-footer section+section {
    border-top: 1px solid #292929;
}

#master-credits {
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 1.1em;
    line-height: 2.5;
    word-spacing: 0.0675em;
    border-top: 1.25rem solid #f0e8cd;
}

#master-credits .credit p{
    letter-spacing: 0.1em;
}

@media (max-width:1023px) {
    footer#master-footer nav#menu-subsidiary-left ul li,footer#master-footer nav#menu-subsidiary-right ul li {
        display: block;
        margin: 0;
    }

    footer#master-footer nav#menu-subsidiary-left ul li a,footer#master-footer nav#menu-subsidiary-right ul li a {
        padding: 0;
        vertical-align: middle;
    }

    footer#master-footer nav#menu-subsidiary-left ul li:before,footer#master-footer nav#menu-subsidiary-right ul li:before {
        display: none;
    }
}

* {
    margin: 0;
    padding: 0;
}

html {
    /*    font-family: "Gotham Book", sans-serif;*/
    font-size: 12px;
    line-height: 1.62;
    font-style: normal;
}

body {
    -webkit-font-smoothing: antialiased;
}

.bold,.fat {
    font-weight: 400;
    /*    font-family: "Gotham Medium", sans-serif;*/
}

.light,.slim {
    font-weight: 300;
}

.small {
    font-size: 0.85em;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.normalcase {
    text-transform: none;
}

.fontfit {
    margin-left: 10%;
    margin-right: 10%;
}

.text-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.imgwrap,a.imgwrap:hover {
    border: none;
    background: none;
}

p.empty {
    padding: 0;
    margin: 0;
    line-height: 0;
}

nav .disabled a {
    text-decoration: line-through;
    pointer-events: none;
}

.hint:after,[data-hint]:after {
    text-transform: none;
    letter-spacing: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    padding: 0;
    margin: 0;
}

small,sub,sup {
    font-size: 0.85em;
}

sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.3em;
}

sub {
    vertical-align: baseline;
    position: relative;
    top: 0.3em;
}

pre {
    overflow: auto;
    word-wrap: normal;
    font-family: monospace;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
}

code {
    direction: ltr;
    text-align: left;
    font-family: monospace;
}

dfn,ins {
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

del,s,strike {
    text-decoration: line-through;
}

img.wp-smiley {
    max-height: 12px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.gallery {
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.justified {
    text-align: justify;
}

#content .alignleft {
    float: left;
    margin: 0 1rem 2rem 0;
}

#content .aligncenter {
    display: block;
    margin: 0 auto 2rem auto;
}

#content .alignright {
    float: right;
    margin: 0 0 2rem 1rem;
}

#content .alignnone {
    float: none;
    display: block;
    margin: 0 0 2rem 0;
}

#content .size-full {
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
}

#content p .alignleft {
    float: left;
    margin: 0.5rem 1rem 2rem 0;
}

#content p .aligncenter {
    display: block;
    margin: 0.5rem auto 2rem auto;
}

#content p .alignright {
    float: right;
    margin: 0.5rem 0 2rem 1rem;
}

#content p .alignnone {
    float: none;
    display: block;
    margin: 0.5rem 0 2rem 0;
}

#content p .size-full {
    width: 100%;
    height: auto;
    margin: 0.5rem 0 2rem 0;
}

#content ul {
    list-style: circle;
    padding-left: 1rem;
    list-style-position: inside;
}

#content .widget ul {
    padding-left: 0;
}

.left {
    float: left;
    margin-right: 1.5rem;
}

.right {
    float: right;
    margin-left: 1.5rem;
}

.center {
    display: block;
    margin: 0 auto 1.5rem;
}

.alignnone {
    float: none;
}

.clear {
    clear: both;
}

img.alignleft,img.alignright {
    display: inline;
}

blockquote.alignleft,blockquote.alignright {
    width: 33%;
}

blockquote {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 2rem;
    margin: 1rem 0 2rem;
    background: #e2dbc5;
    border-left: 0.75rem solid #a7865d;
}

blockquote:last-child {
    margin-bottom: 0;
}

.wp-audio-shortcode,.wp-video-shortcode,audio,embed,iframe,object,video {
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.wp-audio-shortcode:last-child,.wp-video-shortcode:last-child,audio:last-child,embed:last-child,iframe:last-child,object:last-child,video:last-child {
    margin-bottom: 0;
}

.wp-audio-shortcode,.wp-video-shortcode,audio,video {
    display: block;
    max-width: 100%;
}

.show-if-js {
    display: none;
}

.assistive-text,.screen-reader-text {
    position: absolute;
    top: -9999em;
}

.ltr .assistive-text,.ltr .screen-reader-text {
    left: -9999em;
}

.rtl .assistive-text,.rtl .screen-reader-text {
    right: -9999em;
}

hr {
    position: relative;
    display: block;
    width: 100%;
    height: 0.3rem;
    margin: 2rem 0 2rem;
    outline: none;
    border: none;
}

hr:last-child {
    margin-bottom: 0;
}

h1+hr,h2+hr,h3+hr,h4+hr,h5+hr,h6+hr {
    margin-top: -0.3rem;
}

hr:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 2rem;
    height: 0.3rem;
}

hr.aligncenter:before {
    left: 50%;
    margin-left: -1rem;
}

hr.alignright:before {
    right: 0;
}

a {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    padding: 0;
    font-weight: inherit;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in 0s, background-color 0.2s ease-in 0s;
    -o-transition: color 0.2s ease-in 0s, background-color 0.2s ease-in 0s;
    transition: color 0.2s ease-in 0s, background-color 0.2s ease-in 0s;
}

a:active,a:focus {
    top: 1px;
}

.flexslider a:active,.flexslider a:focus {
    top: 1px;
}

nav#master-navi {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

nav#master-navi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav#master-navi ul li {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}

nav#master-navi ul li a {
    display: block;
    float: left;
    padding: 1em;
}

.font1 {
    /*    font-family: "Gotham Book", sans-serif!important;*/
}

.font2 {
    /*    font-family: "playfair_displayregular", sans-serif!important;*/
}

.font3 {
    /*    font-family: "Gotham Medium", sans-serif!important;*/
}

.font4 {
    /*    font-family: "Gotham Book", sans-serif!important;*/
}

.search-form input[type=text].evg:hover {
    -webkit-box-shadow: 0 0 0 1em transparent;
    box-shadow: 0 0 0 1em transparent;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in;
    transition: -webkit-box-shadow 0.3s ease-in;
    -o-transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.search-form input[type=submit].evg:hover {
    -webkit-box-shadow: 0 0 0 1em transparent;
    box-shadow: 0 0 0 1em transparent;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in;
    transition: -webkit-box-shadow 0.3s ease-in;
    -o-transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.search-form input[type=text].evg:focus {
    -webkit-box-shadow: 0 0 0 1em transparent;
    box-shadow: 0 0 0 1em transparent;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in;
    transition: -webkit-box-shadow 0.3s ease-in;
    -o-transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.search-form input[type=submit].evg:focus {
    -webkit-box-shadow: 0 0 0 1em transparent;
    box-shadow: 0 0 0 1em transparent;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in;
    transition: -webkit-box-shadow 0.3s ease-in;
    -o-transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.search-form input[type=text] {
    display: inline-block;
    float: left;
    width: 70%;
    height: 2.25rem;
    padding: 0.5rem 1rem;
    margin: 0;
    border-width: 0px;
    border-style: solid;
    line-height: 1.62;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.search-form input[type=submit] {
    position: relative;
    display: inline-block;
    overflow: visible;
    float: left;
    width: 30%;
    height: 2.25rem;
    padding: 0.5rem 1rem;
    margin: 0;
    border-width: 0px;
    border-style: solid;
    border-radius: 0;
    line-height: 1.62;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
    font-size: 1rem;
    font-weight: 400;
}

.search-form input[type=text].evg {
    width: 80%;
}

.search-form input[type=submit].evg {
    width: 20%;
    font-family: 'FontAwesome';
    font-size: 1rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
}

.search-form input[type=submit]:focus,.search-form input[type=text]:focus {
    outline: none;
}

.post-password-form input[type=password] {
    width: auto;
    display: inline-block;
    float: none;
    margin: 0 1rem;
}

.btn {
    -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
}

.btn:hover {
    text-shadow: none;
}

iframe,img,object {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    max-width: 100%;
}

#map img,.gm-style img {
    max-width: auto;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.vertical-aligncenter {
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    height: 100%;
    margin-left: 0;
}

.vertical-aligncenter.even {
    table-layout: fixed;
}

.vertical-aligncenter>* {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

@media (max-width:1023px) {
    .vertical-aligncenter {
        display: block;
    }

    .vertical-aligncenter>* {
        display: block;
        width: 100%;
        max-width: 100%;
    }
}

span.subheading {
    display: block;
    /*    font-family: "Gotham Medium", sans-serif;*/
    letter-spacing: 0;
    margin-top: 0.25rem;
}

.h1,h1 {
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 3.6em;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 0;
    margin: 2rem 0;
}

h1.big {
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 5em;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 2rem 0;
}

h1:first-child {
    margin-top: 0;
}

h1:last-child {
    margin-bottom: 0;
}

h1 span.subheading {
    font-size: 0.3334em;
    line-height: 1;
}

h1.big span.subheading {
    font-size: 0.3334em;
    line-height: 2;
    font-weight: 400;
}

.h2,h2 {
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 2.6em;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 1rem 0;
}

h2.big {
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 4em;
    line-height: 1.16667;
}

h2:first-child {
    margin-top: 0;
}

h2:last-child {
    margin-bottom: 0;
}

h2 span.subheading {
    font-size: 16;
    line-height: 1.62;
}

.h3,h3 {
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 2.3em;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 2rem 0;
}

.widget-title {
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 1.5em;
    line-height: 1.16667;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2rem 0;
}

h3+hr {
    margin-bottom: 2rem;
}

h3:first-child {
    margin-top: 0;
}

h3:last-child {
    margin-bottom: 0;
}

.h4,h4 {
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 1.3em;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 1rem 0;
}

h4:first-child {
    margin-top: 0;
}

h4:last-child {
    margin-bottom: 0;
}

.h5,h5 {
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 0.9em;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 1rem 0;
}

h5:first-child {
    margin-top: 0;
}

h5:last-child {
    margin-bottom: 0;
}

.h6,h6 {
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 0.75em;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0.75rem 0;
}

h6:first-child {
    margin-top: 0;
}

h6:last-child {
    margin-bottom: 0;
}

h6 span.subheading {
    margin-top: 1rem;
    font-size: 1em;
}

.italic {
    font-style: italic;
}

a.btn,h1,h2,h3,h4,h5,h6,input[type=submit] {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.h2+.h6,.h2+h6,h2+.h6,h2+h6 {
    margin-top: -1rem;
}

.h2+.h6+p,.h2+h6+p,h2+.h6+p,h2+h6+p {
    margin-top: 1.8rem;
}

.h3+.h6,.h3+h6,h3+.h6,h3+h6 {
    margin-top: -1rem;
}

.h3+.h6+p,.h3+h6+p,h3+.h6+p,h3+h6+p {
    margin-top: 1.8rem;
}

.h4+.h2,.h4+h2,h4+.h2,h4+h2 {
    margin-top: -0.5rem;
}

.h6+.h2,.h6+h2,h6+.h2,h6+h2 {
    margin-top: -0.25rem;
}

.intro p+p>a.btn,.intro p+p>span>a.btn,p+p>a.btn {
    margin-top: 1rem;
}

p {
    margin: 1rem 0;
    font-weight: 400;
    letter-spacing: 0px;
}

p.intro {
    font-size: 1.3em;
    line-height: 1.45;
    margin: 1rem;
}

p.intro.aligncenter {
    margin-left: 10%;
    margin-right: 10%;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

h1+p:first-of-type {
    font-size: 1.125em;
    line-height: 1.45;
    margin-top: 1rem;
}

h5+p,h6+p {
    margin-top: 0.81rem;
}

address+h1,address+h2,address+h3,address+h4,p+h1,p+h2,p+h3,p+h4 {
    margin-top: 2.43rem;
}

#hamburger-switch {
    display: block;
}

@media only screen and (max-width:48em) {
    .hidden-xs {
        display: none!important;
    }
}

@media only screen and (max-width:62em) {
    .col-lg-12,.col-md-12,.col-sm-12,.col-xs-12 {
        text-align: center;
    }

    .hidden-sm {
        display: none!important;
    }
}

@media only screen and (max-width:75em) {
    .hidden-md {
        display: none!important;
    }
}

.text-left-xs {
    text-align: left;
}

.text-center-xs {
    text-align: center;
}

.text-right-xs {
    text-align: right;
}

@media (min-width:769px) {
    html {
        font-size: 13px;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .visible-xs {
        display: none!important;
    }
}

@media (min-width:1025px) {
    html {
        font-size: 14px;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    #hamburger-switch {
        display: none;
    }

    .visible-sm {
        display: none!important;
    }
}

@media (min-width:1281px) {
    html {
        font-size: 16px;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .visible-md {
        display: none!important;
    }
}

html {
}

html form {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
}

html form p {
    display: table;
    width: 100%;
}

html input[type=email],html input[type=password],html input[type=search],html input[type=text],html input[type=url] {
    position: relative;
    z-index: 100;
    display: block;
    float: left;
    width: 100%;
    padding: 0.75rem 1rem;
    margin: 0;
    border-width: 0;
    border-style: solid;
    border-color: #948a76;
    line-height: 1.5;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #b3a58a;
}

html textarea {
    position: relative;
    z-index: 100;
    display: block;
    float: left;
    width: 100%;
    max-height: 11.35rem;
    border-width: 0;
    border-style: solid;
    border-color: #948a76;
    margin: 0;
    padding: 0.75rem 1rem;
    line-height: 1.667;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #b3a58a;
}

html #catering-wrap textarea {
    max-height: 7.15rem;
}

html .select-styled:focus,html .select-styled:hover,html .uploadlabel:focus,html .uploadlabel:hover,html input[type=email]:focus,html input[type=email]:hover,html input[type=password]:focus,html input[type=password]:hover,html input[type=search]:focus,html input[type=search]:hover,html input[type=text]:focus,html input[type=text]:hover,html input[type=url]:focus,html input[type=url]:hover,html textarea:focus,html textarea:hover {
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #f0e8cd;
    box-shadow: inset 0 0 0 1px #f0e8cd;
    color: #f0e8cd;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

html .form-spacing-s textarea {
    line-height: 1.4;
}

html .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

html .uploadlabel {
    position: relative;
    z-index: 100;
    display: block;
    float: left;
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    margin: 0;
    border-width: 0;
    border-style: solid;
    line-height: 1.5;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #b3a58a;
}

html .uploadlabel:before {
    content: "\f067 ";
    font-family: 'fontAwesome';
    speak: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html .uploadlabel:focus,html .uploadlabel:hover {
    color: #f0e8cd;
}

html .uploadlabel {
    cursor: pointer;
}

html .uploadlabel:focus {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

html .uploadlabel * {
    pointer-events: none;
}

html select {
    left: 0;
    text-align: left;
}

html input[type=email],html input[type=password],html input[type=text],html input[type=url],html textarea {
    background-color: transparent;
}

html ::-webkit-input-placeholder {
    opacity: 1;
    color: #382b1f;
}

html :-moz-placeholder {
    opacity: 1;
    color: #382b1f;
}

html ::-moz-placeholder {
    opacity: 1;
    color: #382b1f;
}

html :-ms-input-placeholder {
    opacity: 1;
    color: #382b1f;
}

html span.wpcf7-form-control-wrap {
    display: inline-block;
    float: left;
    width: 100%;
}

html span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 101;
    bottom: -0.2rem;
    right: -0.2rem;
    padding: 0.25rem 1rem;
    border-radius: 5px;
    border: none;
    font-size: 0.9em!important;
}

html div.wpcf7-response-output {
    z-index: 101;
    border-radius: 5px;
    border: none!important;
    margin: 0!important;
    text-align: center;
    font-size: 0.9em!important;
}

html body div.wpcf7-response-output {
    padding: 1rem;
}

html div.wpcf7 img.ajax-loader {
    margin-left: 1rem!important;
}

html form .container-fluid {
    padding: 0!important;
}

html form .row {
    padding: 0!important;
}

html form .row:last-child {
    padding-bottom: 0!important;
}

html .form-spacing-s form .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

html .form-spacing-s form .row:last-child {
    padding-bottom: 0!important;
}

html .form-spacing-s form span.wpcf7-form-control-wrap {
    margin-bottom: 1rem;
}

html .form-spacing-s form .col-xs,html .form-spacing-s form .col-xs-1,html .form-spacing-s form .col-xs-2,html .form-spacing-s form .col-xs-3,html .form-spacing-s form .col-xs-4,html .form-spacing-s form .col-xs-5,html .form-spacing-s form .col-xs-6,html .form-spacing-s form .col-xs-7,html .form-spacing-s form .col-xs-8,html .form-spacing-s form .col-xs-9,html .form-spacing-s form .col-xs-10,html .form-spacing-s form .col-xs-11,html .form-spacing-s form .col-xs-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media only screen and (max-width:62em) {
    html form .row {
        padding: 0!important;
    }

    html .form-spacing-s form .row {
        padding: 0!important;
    }
}

html .wpcf7-radio {
    position: relative;
    margin: 0.6rem 0 0;
    line-height: 3rem;
    cursor: pointer;
}

html .wpcf7-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1em!important;
}

html .wpcf7-radio label {
    position: relative;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding-left: 20px;
    cursor: pointer;
    color: #382b1f;
}

html .wpcf7-radio label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #382b1f;
}

html .wpcf7-radio label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50%;
}

html .wpcf7-radio label.checked:after {
    background: #382b1f;
}

html .wpcf7-radio .wpcf7-list-item {
    margin: 0 0.5rem;
}

html .wpcf7-radio .wpcf7-list-item.first,html .wpcf7-radio .wpcf7-list-item:first-child {
    margin-left: 0;
}

html .wpcf7-radio .wpcf7-list-item.last,html .wpcf7-radio .wpcf7-list-item:last-child {
    margin-right: 0;
}

html .wpcf7-radio .wpcf7-form-control-wrap {
    text-align: left;
}

html .wpcf7-checkbox {
    line-height: 3rem;
}

html .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    width: auto;
    height: 1em;
    margin-left: 1rem;
}

html .wpcf7-checkbox .wpcf7-list-item.first,html .wpcf7-checkbox .wpcf7-list-item:first-child {
    margin-left: 0;
}

html .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    position: relative!important;
    display: inline-block!important;
    padding-left: 1.8rem;
    font-size: 1rem;
    cursor: pointer;
}

html .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '\f096';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'fontAwesome';
    font-size: 1.5rem;
    color: #f0e8cd;
}

html .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
    display: none;
    opacity: 0;
}

html .wpcf7-checkbox label.on .wpcf7-list-item-label:before {
    content: '\f046';
}

html .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

html .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0.75rem 1rem;
    color: #b3a58a;
    width: 100%;
    height: auto;
}

html .select:before {
    content: '.';
    opacity: 0;
}

html .select-styled {
    position: absolute;
    z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0.75rem 1rem;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*    font-family: "Gotham Book", sans-serif;*/
    color: #b3a58a;
}

html .select-styled:before {
    content: "\f067 ";
    font-family: 'fontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html .select-styled:hover {
    color: #f0e8cd;
}

html .select-styled.active,html .select-styled:active {
    color: #f0e8cd;
}

html .select-options {
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    max-height: 25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #2e231a;
    border-left: 1px solid #b3a58a;
    border-right: 1px solid #b3a58a;
    border-bottom: 1px solid #b3a58a;
}

html .select-options li {
    margin: 0;
    padding: 12px 15px;
    text-indent: 0;
    border-top: 1px solid #b3a58a;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

html .select-options li:hover {
    color: #382b1f;
    background: #b3a58a;
}

html .select-options li[rel=hide] {
    display: none;
}

html #careers .select-options {
    border-bottom: 3px solid #b3a58a;
}

html .ui-timepicker-wrapper {
    overflow-y: auto;
    height: 15rem;
    width: 100%;
    background-color: #2e231a;
    border-left: 1px solid #b3a58a;
    border-right: 1px solid #b3a58a;
    border-bottom: 1px solid #b3a58a;
    outline: none;
    z-index: 10001;
    margin: 0;
}

html .ui-timepicker-wrapper.ui-timepicker-with-duration {
    width: 13em;
}

html .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,html .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
    width: 11em;
}

html .ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

html .ui-timepicker-duration {
    margin-left: 5px;
    color: #888;
}

html .ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}

html .ui-timepicker-list li {
    padding: 12px 1em 12px 0;
    text-indent: 15px;
    border-top: 1px solid #b3a58a;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    cursor: pointer;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    color: #f0e8cd;
}

html .ui-timepicker-list:hover .ui-timepicker-selected {
    background: #755636;
    color: #f0e8cd;
}

html .ui-timepicker-list .ui-timepicker-selected:hover,html .ui-timepicker-list li:hover,html li.ui-timepicker-selected {
    background: #b3a58a;
    color: #382b1f;
}

html .ui-timepicker-list li:hover .ui-timepicker-duration,html li.ui-timepicker-selected .ui-timepicker-duration {
    color: #382b1f;
}

html .ui-timepicker-list li.ui-timepicker-disabled,html .ui-timepicker-list li.ui-timepicker-disabled:hover,html .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #888;
    cursor: default;
}

html .ui-timepicker-list li.ui-timepicker-disabled:hover,html .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    background: #f2f2f2;
}

html .spam-wrap input {
    display: inline-block;
    float: none;
}

@media only screen and (max-width:62em) {
    html form [class*=col-xs] {
        text-align: left;
    }

    html form input[type=submit] {
        width: 100%;
    }

    html div.wpcf7 img.ajax-loader {
        position: absolute;
        left: 50%;
        bottom: -1.15rem;
        width: 12px;
        margin-left: -6px!important;
    }
}

html .palette-c0 ::-webkit-input-placeholder {
    color: #382b1f;
}

html .palette-c0 :-moz-placeholder {
    color: #382b1f;
}

html .palette-c0 ::-moz-placeholder {
    color: #382b1f;
}

html .palette-c0 :-ms-input-placeholder {
    color: #382b1f;
}

html .palette-c1 ::-webkit-input-placeholder {
    color: #382b1f;
}

html .palette-c1 :-moz-placeholder {
    color: #382b1f;
}

html .palette-c1 ::-moz-placeholder {
    color: #382b1f;
}

html .palette-c1 :-ms-input-placeholder {
    color: #382b1f;
}

html .palette-c2 ::-webkit-input-placeholder {
    color: #767069;
}

html .palette-c2 :-moz-placeholder {
    color: #767069;
}

html .palette-c2 ::-moz-placeholder {
    color: #767069;
}

html .palette-c2 :-ms-input-placeholder {
    color: #767069;
}

html .pace-done .palette-c3.active .animate-in,html .pace-done .palette-c3.inview .animate-in {
    -webkit-transition: border-color 0.5s ease-out 0.5s, width 0.5s ease-out 0.5s, height 0.5s ease-out 1s;
    -o-transition: border-color 0.5s ease-out 0.5s, width 0.5s ease-out 0.5s, height 0.5s ease-out 1s;
    transition: border-color 0.5s ease-out 0.5s, width 0.5s ease-out 0.5s, height 0.5s ease-out 1s;
}

html .pace-done .palette-c3.active .animate-in:before,html .pace-done .palette-c3.inview .animate-in:before {
    border-top-color: #e7daae;
    border-right-color: #e7daae;
}

html .pace-done .palette-c3.active .animate-in:after,html .pace-done .palette-c3.inview .animate-in:after {
    border-bottom-color: #e7daae;
    border-left-color: #e7daae;
}

html .palette-c3 input[type=email],html .palette-c3 input[type=password],html .palette-c3 input[type=search],html .palette-c3 input[type=text],html .palette-c3 input[type=url] {
    color: #f0e8cd;
}

html .palette-c3 .Date:before,html .palette-c3 .Dob:before,html .palette-c3 .select-styled {
    color: #e7daae;
}

html .palette-c3 .select:hover .select-styled {
    color: #f0e8cd;
}

html .palette-c3 .select-styled:focus,html .palette-c3 .select-styled:hover,html .palette-c3 .uploadlabel:focus,html .palette-c3 .uploadlabel:hover,html .palette-c3 input[type=email]:focus,html .palette-c3 input[type=email]:hover,html .palette-c3 input[type=password]:focus,html .palette-c3 input[type=password]:hover,html .palette-c3 input[type=search]:focus,html .palette-c3 input[type=search]:hover,html .palette-c3 input[type=text]:focus,html .palette-c3 input[type=text]:hover,html .palette-c3 input[type=url]:focus,html .palette-c3 input[type=url]:hover,html .palette-c3 textarea:focus,html .palette-c3 textarea:hover {
    -webkit-box-shadow: inset 0 0 0 1px #f0e8cd;
    box-shadow: inset 0 0 0 1px #f0e8cd;
}

html .palette-c3 div.wpcf7-response-output,html .palette-c3 span.wpcf7-not-valid-tip {
    background: #755636;
}

html .palette-c3 ::-webkit-input-placeholder {
    color: #e7daae;
}

html .palette-c3 :-moz-placeholder {
    color: #e7daae;
}

html .palette-c3 ::-moz-placeholder {
    color: #e7daae;
}

html .palette-c3 :-ms-input-placeholder {
    color: #e7daae;
}

html .palette-c4 ::-webkit-input-placeholder {
    color: #b3a58a;
}

html .palette-c4 :-moz-placeholder {
    color: #b3a58a;
}

html .palette-c4 ::-moz-placeholder {
    color: #b3a58a;
}

html .palette-c4 :-ms-input-placeholder {
    color: #b3a58a;
}

html .palette-c5 ::-webkit-input-placeholder {
    color: #b3a58a;
}

html .palette-c5 :-moz-placeholder {
    color: #b3a58a;
}

html .palette-c5 ::-moz-placeholder {
    color: #b3a58a;
}

html .palette-c5 :-ms-input-placeholder {
    color: #b3a58a;
}

html .palette-cc1 ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

html .palette-cc1 :-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

html .palette-cc1 ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

html .palette-cc1 :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

html .palette-cc2 ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9);
}

html .palette-cc2 :-moz-placeholder {
    color: rgba(0, 0, 0, 0.9);
}

html .palette-cc2 ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9);
}

html .palette-cc2 :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9);
}

.animate-in {
    display: inline-block;
    width: 100%;
    margin: 0 0 1.2rem;
    padding: 0;
    background: none;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 0 2px transparent;
    box-shadow: inset 0 0 0 2px transparent;
    color: #f0e8cd;
    font-size: inherit;
    position: relative;
    vertical-align: middle;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.animate-in:after,.animate-in:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    will-change: opacity;
}

.animate-in:after,.animate-in:before {
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.animate-in:before {
    top: 0;
    left: 0;
}

.animate-in:after {
    bottom: 0;
    right: 0;
}

.animate-in>* {
    opacity: 0;
}

.pace-done .active .animate-in,.pace-done .inview .animate-in {
    -webkit-box-shadow: inset 0 0 0 2px transparent;
    box-shadow: inset 0 0 0 2px transparent;
}

.pace-done .active .animate-in>*,.pace-done .inview .animate-in>* {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 0.5s;
    -o-transition: opacity 1s ease-out 0.5s;
    transition: opacity 1s ease-out 0.5s;
}

.pace-done .active .animate-in.double,.pace-done .inview .animate-in.double {
    -webkit-transition: opacity 0.75s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 1.25s!important;
    transition: opacity 0.75s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 1.25s!important;
    -o-transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 1.25s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 1.25s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 1.25s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 1.25s!important;
    -webkit-box-shadow: inset 0 0 0 2px #f0e8cd;
    box-shadow: inset 0 0 0 2px #f0e8cd;
}

.pace-done .active .animate-in.double input,.pace-done .inview .animate-in.double input {
    -webkit-transition: opacity 0.75s ease-out 1.5s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    -o-transition: opacity 0.75s ease-out 1.5s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: opacity 0.75s ease-out 1.5s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
}

.pace-done .active .animate-in:focus,.pace-done .inview .animate-in:focus {
    -webkit-box-shadow: inset 0 0 0 1px #f0e8cd;
    box-shadow: inset 0 0 0 1px #f0e8cd;
}

.pace-done .active .animate-in:after,.pace-done .inview .animate-in:after {
    top: 0;
    left: 0;
}

.pace-done .active .animate-in,.pace-done .inview .animate-in {
    color: #f0e8cd;
}

.pace-done .active .animate-in:after,.pace-done .active .animate-in:before,.pace-done .inview .animate-in:after,.pace-done .inview .animate-in:before {
    width: 100%;
    height: 100%;
}

.pace-done .active .animate-in:before,.pace-done .inview .animate-in:before {
    border-top-color: #b3a58a;
    border-right-color: #b3a58a;
    -webkit-transition: width 0.5s ease-out, height 0.5s ease-out 0.5s;
    -o-transition: width 0.5s ease-out, height 0.5s ease-out 0.5s;
    transition: width 0.5s ease-out, height 0.5s ease-out 0.5s;
}

.pace-done .active .animate-in:after,.pace-done .inview .animate-in:after {
    border-bottom-color: #b3a58a;
    border-left-color: #b3a58a;
    -webkit-transition: height 0.5s ease-out, width 0.5s ease-out 0.5s;
    -o-transition: height 0.5s ease-out, width 0.5s ease-out 0.5s;
    transition: height 0.5s ease-out, width 0.5s ease-out 0.5s;
}

.pace-done .active .animate-in.delay-250ms>*,.pace-done .inview .animate-in.delay-250ms>* {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.pace-done .active .animate-in.delay-250ms:before,.pace-done .inview .animate-in.delay-250ms:before {
    -webkit-transition: border-color 0.5s ease-out 0.25s, width 0.5s ease-out 0.25s, height 0.5s ease-out 0.75s;
    -o-transition: border-color 0.5s ease-out 0.25s, width 0.5s ease-out 0.25s, height 0.5s ease-out 0.75s;
    transition: border-color 0.5s ease-out 0.25s, width 0.5s ease-out 0.25s, height 0.5s ease-out 0.75s;
}

.pace-done .active .animate-in.delay-250ms:after,.pace-done .inview .animate-in.delay-250ms:after {
    -webkit-transition: border-color 0.5s ease-out 0.25s, height 0.5s ease-out 0.25s, width 0.5s ease-out 0.75s;
    -o-transition: border-color 0.5s ease-out 0.25s, height 0.5s ease-out 0.25s, width 0.5s ease-out 0.75s;
    transition: border-color 0.5s ease-out 0.25s, height 0.5s ease-out 0.25s, width 0.5s ease-out 0.75s;
}

.pace-done .active .animate-in.delay-500ms>*,.pace-done .inview .animate-in.delay-500ms>* {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.pace-done .active .animate-in.delay-500ms:before,.pace-done .inview .animate-in.delay-500ms:before {
    -webkit-transition: border-color 0.5s ease-out 0.5s, width 0.5s ease-out 0.5s, height 0.5s ease-out 1s;
    -o-transition: border-color 0.5s ease-out 0.5s, width 0.5s ease-out 0.5s, height 0.5s ease-out 1s;
    transition: border-color 0.5s ease-out 0.5s, width 0.5s ease-out 0.5s, height 0.5s ease-out 1s;
}

.pace-done .active .animate-in.delay-500ms:after,.pace-done .inview .animate-in.delay-500ms:after {
    -webkit-transition: border-color 0.5s ease-out 0.5s, height 0.5s ease-out 0.5s, width 0.5s ease-out 1s;
    -o-transition: border-color 0.5s ease-out 0.5s, height 0.5s ease-out 0.5s, width 0.5s ease-out 1s;
    transition: border-color 0.5s ease-out 0.5s, height 0.5s ease-out 0.5s, width 0.5s ease-out 1s;
}

.pace-done .active .animate-in.delay-500ms.double,.pace-done .inview .animate-in.delay-500ms.double {
    -webkit-transition: opacity 0.75s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 1.5s!important;
    transition: opacity 0.75s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 1.5s!important;
    -o-transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 1.5s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 1.5s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 1.5s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 1.5s!important;
}

.pace-done .active .animate-in.delay-750ms>*,.pace-done .inview .animate-in.delay-750ms>* {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.pace-done .active .animate-in.delay-750ms:before,.pace-done .inview .animate-in.delay-750ms:before {
    -webkit-transition: border-color 0.5s ease-out 0.75s, width 0.5s ease-out 0.75s, height 0.5s ease-out 1.25s;
    -o-transition: border-color 0.5s ease-out 0.75s, width 0.5s ease-out 0.75s, height 0.5s ease-out 1.25s;
    transition: border-color 0.5s ease-out 0.75s, width 0.5s ease-out 0.75s, height 0.5s ease-out 1.25s;
}

.pace-done .active .animate-in.delay-750ms:after,.pace-done .inview .animate-in.delay-750ms:after {
    -webkit-transition: border-color 0.5s ease-out 0.75s, height 0.5s ease-out 0.75s, width 0.5s ease-out 1.25s;
    -o-transition: border-color 0.5s ease-out 0.75s, height 0.5s ease-out 0.75s, width 0.5s ease-out 1.25s;
    transition: border-color 0.5s ease-out 0.75s, height 0.5s ease-out 0.75s, width 0.5s ease-out 1.25s;
}

.pace-done .active .animate-in.delay-750ms.double,.pace-done .inview .animate-in.delay-750ms.double {
    -webkit-transition: opacity 0.75s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 1.75s!important;
    transition: opacity 0.75s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 1.75s!important;
    -o-transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 1.75s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 1.75s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 1.75s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 1.75s!important;
}

.pace-done .active .animate-in.delay-1000ms>*,.pace-done .inview .animate-in.delay-1000ms>* {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.pace-done .active .animate-in.delay-1000ms:before,.pace-done .inview .animate-in.delay-1000ms:before {
    -webkit-transition: border-color 0.5s ease-out 1s, width 0.5s ease-out 1s, height 0.5s ease-out 1.5s;
    -o-transition: border-color 0.5s ease-out 1s, width 0.5s ease-out 1s, height 0.5s ease-out 1.5s;
    transition: border-color 0.5s ease-out 1s, width 0.5s ease-out 1s, height 0.5s ease-out 1.5s;
}

.pace-done .active .animate-in.delay-1000ms:after,.pace-done .inview .animate-in.delay-1000ms:after {
    -webkit-transition: border-color 0.5s ease-out 1s, height 0.5s ease-out 1s, width 0.5s ease-out 1.5s;
    -o-transition: border-color 0.5s ease-out 1s, height 0.5s ease-out 1s, width 0.5s ease-out 1.5s;
    transition: border-color 0.5s ease-out 1s, height 0.5s ease-out 1s, width 0.5s ease-out 1.5s;
}

.pace-done .active .animate-in.delay-1000ms.double,.pace-done .inview .animate-in.delay-1000ms.double {
    -webkit-transition: opacity 0.75s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 2s!important;
    transition: opacity 0.75s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 2s!important;
    -o-transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 2s!important;
}

.pace-done .active .animate-in.delay-1250ms>*,.pace-done .inview .animate-in.delay-1250ms>* {
    -webkit-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
}

.pace-done .active .animate-in.delay-1250ms:before,.pace-done .inview .animate-in.delay-1250ms:before {
    -webkit-transition: border-color 0.5s ease-out 1.25s, width 0.5s ease-out 1.25s, height 0.5s ease-out 1.75s;
    -o-transition: border-color 0.5s ease-out 1.25s, width 0.5s ease-out 1.25s, height 0.5s ease-out 1.75s;
    transition: border-color 0.5s ease-out 1.25s, width 0.5s ease-out 1.25s, height 0.5s ease-out 1.75s;
}

.pace-done .active .animate-in.delay-1250ms:after,.pace-done .inview .animate-in.delay-1250ms:after {
    -webkit-transition: border-color 0.5s ease-out 1.25s, height 0.5s ease-out 1.25s, width 0.5s ease-out 1.75s;
    -o-transition: border-color 0.5s ease-out 1.25s, height 0.5s ease-out 1.25s, width 0.5s ease-out 1.75s;
    transition: border-color 0.5s ease-out 1.25s, height 0.5s ease-out 1.25s, width 0.5s ease-out 1.75s;
}

.pace-done .active .animate-in.delay-1250ms.double,.pace-done .inview .animate-in.delay-1250ms.double {
    -webkit-transition: opacity 0.75s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 2.25s!important;
    transition: opacity 0.75s ease-out 2s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 2.25s!important;
    -o-transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 2.25s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 2.25s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: opacity 0.75s ease-out 2s, box-shadow 1s ease-out 2.25s, color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s, -webkit-box-shadow 1s ease-out 2.25s!important;
}

.btn,input[type=submit] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    height: auto;
    line-height: 1.62;
    padding: 0.855em 3em;
    margin: 0;
    border: none;
    outline: none;
    /*    font-family: "Gotham Book", sans-serif;*/
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 0.1rem;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    vertical-align: middle;
    background: transparent!important;
    z-index: 100;
}

.ajax-loader {
    display: none!important;
}

input[type=submit] {
    width: 100%;
}

.btn.current,.btn:focus,.btn:hover,input[type=submit]:hover {
    -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    transition: color 0.2s linear 0s, background-color 0.2s linear 0s, text-shadow 0.2s linear 0s!important;
    outline: none;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.7), 0 0 4px rgba(255, 255, 255, 0.7);
}

.btn.active,.btn:active,input[type=submit]:active {
    top: 1px;
    -webkit-transition: color 0.05s linear 0s, background-color 0.05s linear 0s;
    -o-transition: color 0.05s linear 0s, background-color 0.05s linear 0s;
    transition: color 0.05s linear 0s, background-color 0.05s linear 0s;
    outline: none;
}

.btn,input[type=submit] {
    color: #f4f4f4;
}

.btn.current,.btn:focus,.btn:hover,input[type=submit]:hover {
    color: #f4f4f4;
}

.btn.active,.btn:active,input[type=submit]:active {
    color: #f4f4f4;
}

p a span[class^=icon-],p span[class^=icon-] {
    position: relative;
    top: -0.1rem;
    margin: 0 1rem;
    vertical-align: middle;
}

p a:first-child span[class^=icon-] {
    margin-left: 0;
}

p a span[class^=icon-],p span[class^=icon-] {
    color: inherit;
}

p a:first-child span[class^=icon-] {
    color: inherit;
}

.palette-c0 .btn,.palette-c0 .pricing .btn,.palette-c0 input[type=submit] {
    background-color: #a7865d;
    color: #f4f4f4;
}

.palette-c0 .btn.current,.palette-c0 .btn:focus,.palette-c0 .btn:hover,.palette-c0 input[type=submit]:hover {
    background-color: #333333;
    color: #f4f4f4;
}

.palette-c0 .btn.active,.palette-c0 .btn:active,.palette-c0 input[type=submit]:active {
    background-color: #000000;
    color: #f4f4f4;
}

.palette-c1 .btn,.palette-c1 .pricing .btn,.palette-c1 input[type=submit] {
    background-color: #a7865d;
    color: #f4f4f4;
}

.palette-c1 .btn.current,.palette-c1 .btn:focus,.palette-c1 .btn:hover,.palette-c1 input[type=submit]:hover {
    background-color: #333333;
    color: #f4f4f4;
}

.palette-c1 .btn.active,.palette-c1 .btn:active,.palette-c1 input[type=submit]:active {
    background-color: #000000;
    color: #f4f4f4;
}

.palette-c2 .btn,.palette-c2 .pricing .btn,.palette-c2 input[type=submit] {
    background-color: #f4f4f4;
    color: #f4f4f4;
}

.palette-c2 .btn.current,.palette-c2 .btn:focus,.palette-c2 .btn:hover,.palette-c2 input[type=submit]:hover {
    background-color: #f4f4f4;
    color: #f4f4f4;
}

.palette-c2 .btn.active,.palette-c2 .btn:active,.palette-c2 input[type=submit]:active {
    background-color: #202020;
    color: #f4f4f4;
}

.palette-c3 .btn,.palette-c3 .pricing .btn,.palette-c3 input[type=submit] {
    background-color: #a7865d;
    color: #f4f4f4;
}

.palette-c3 .btn.current,.palette-c3 .btn:focus,.palette-c3 .btn:hover,.palette-c3 input[type=submit]:hover {
    background-color: #f0e8cd;
    color: #f4f4f4;
}

.palette-c3 .btn.active,.palette-c3 .btn:active,.palette-c3 input[type=submit]:active {
    background-color: #000000;
    color: #f4f4f4;
}

.palette-c4 .btn,.palette-c4 .pricing .btn,.palette-c4 input[type=submit] {
    background-color: #f4f4f4;
    color: #f4f4f4;
}

.palette-c4 .btn.current,.palette-c4 .btn:focus,.palette-c4 .btn:hover,.palette-c4 input[type=submit]:hover {
    background-color: #f4f4f4;
    color: #f4f4f4;
}

.palette-c4 .btn.active,.palette-c4 .btn:active,.palette-c4 input[type=submit]:active {
    background-color: #202020;
    color: #f4f4f4;
}

.palette-c5 .btn,.palette-c5 .pricing .btn,.palette-c5 input[type=submit] {
    background-color: #f4f4f4;
    color: #f0e8cd;
}

.palette-c5 .btn.current,.palette-c5 .btn:focus,.palette-c5 .btn:hover,.palette-c5 input[type=submit]:hover {
    background-color: #f4f4f4;
    color: #f0e8cd;
}

.palette-c5 .btn.active,.palette-c5 .btn:active,.palette-c5 input[type=submit]:active {
    background-color: #202020;
    color: #f0e8cd;
}

.palette-cc1 .btn,.palette-cc1 .pricing .btn,.palette-cc1 input[type=submit] {
    background-color: white;
    color: white;
}

.palette-cc1 .btn.current,.palette-cc1 .btn:focus,.palette-cc1 .btn:hover,.palette-cc1 input[type=submit]:hover {
    background-color: white;
    color: white;
}

.palette-cc1 .btn.active,.palette-cc1 .btn:active,.palette-cc1 input[type=submit]:active {
    background-color: white;
    color: white;
}

.palette-cc2 .btn,.palette-cc2 .pricing .btn,.palette-cc2 input[type=submit] {
    background-color: black;
    color: black;
}

.palette-cc2 .btn.current,.palette-cc2 .btn:focus,.palette-cc2 .btn:hover,.palette-cc2 input[type=submit]:hover {
    background-color: black;
    color: black;
}

.palette-cc2 .btn.active,.palette-cc2 .btn:active,.palette-cc2 input[type=submit]:active {
    background-color: black;
    color: black;
}

main#content section#comments-template {
    overflow: hidden;
}

main#content article {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 4rem;
}

main#content article .entry-title {
    color: #a7865d;
}

main#content article .entry-title a {
    -webkit-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
    color: #a7865d;
}

main#content article .entry-title a:hover {
    color: #a7865d;
}

main#content article h2.entry-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.25;
}

main#content article.post .size-full {
    width: 100%;
    margin-bottom: 1rem;
}

main#content article.post .size-full+.size-full {
    margin-top: 0;
}

main#content a.entry-format-link {
    text-transform: capitalize;
}

section.entry-summary {
    display: block;
    float: left;
    width: 100%;
    margin: 1.5rem 0 0;
}

header+section.entry-summary {
    margin: 0;
}

#comments {
    display: block;
    float: left;
    width: 100%;
    margin-top: 3rem;
    border-top: 1px solid #ededed;
    font-size: 100%;
}

#comments li,#comments ol,#comments ul {
    display: block;
    float: left;
    width: 100%;
}

#comments #comments-number {
    margin: 2rem 0 1rem;
    text-align: right;
}

#comments #respond {
    font-size: 100%;
}

main#content ol.comment-list {
    display: block;
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

main#content ol.comment-list article {
    position: static;
    padding: 1rem;
    margin: 0;
}

ol.comment-list ol {
    list-style: none;
    margin: 1rem 0 0 0;
    padding: 0;
}

ol.comment-list ol li.comment:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

ol.comment-list li.comment {
    position: relative;
    padding: 1em 0 1em 3em;
    margin: 0;
    border-top: 1px solid #ededed;
    background: url(css/img/dash.png) repeat-x scroll 0 0 transparent;
}

ol.comment-list li.comment .commentwrap {
    display: block;
    overflow: hidden;
    width: 100%;
}

ol.comment-list li.comment .avatar {
    display: block;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0 1em 1em 0;
    border-radius: 3px;
}

ol.comment-list li.comment .comment-meta {
    float: left;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

ol.comment-list li.comment .comment-meta .comment-edit-link,ol.comment-list li.comment .comment-meta .comment-permalink,ol.comment-list li.comment .comment-meta time.comment-published {
    font-size: 0.85em;
}

ol.comment-list li.comment .comment-meta .comment-edit-link:before,ol.comment-list li.comment .comment-meta .comment-permalink:before {
    content: '| ';
}

ol.comment-list li.comment .comment-meta .comment-author {
    display: block;
    margin: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6em;
}

ol.comment-list li.comment .comment-meta .comment-author cite {
    font-style: normal;
}

ol.comment-list li.comment .comment-content {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 1em 0 1em;
    overflow: hidden;
}

ol.comment-list li.comment .comment-content p {
    margin-bottom: 1em;
}

ol.comment-list li.comment .comment-content p:last-child {
    margin-bottom: 0;
}

ol.comment-list li.comment .comment-reply-link {
    font-size: 1em;
}

ol.comment-list li.comment img.avatar {
    position: absolute;
    top: 2em;
    left: 0;
    width: 3em;
    border: 0.35em solid #a7865d;
    height: auto;
}

#commentform label {
    display: block;
    float: left;
    width: 100%;
}

#commentform input[type=email],#commentform input[type=text],#commentform input[type=url] {
    display: block;
    float: left;
    width: 100%;
    height: 3em;
    padding: 1em 1em;
    margin: 0 0 1em;
    outline: none;
    border: none;
    border-radius: 0;
}

#commentform textarea {
    display: block;
    float: left;
    width: 100%;
    height: 14em;
    padding: 1em 1em;
    margin: 0 0 1em;
    outline: none;
    border: none;
    border-radius: 0;
}

#respond {
    display: block;
    float: left;
    width: 100%;
    padding: 2em 0;
    margin: 0;
    border-top: 1px solid #ededed;
    background: url(css/img/dash.png) repeat-x scroll 0 0 transparent;
    font-size: 85%;
}

#respond .comment-notes,#respond .logged-in-as {
    text-align: right;
}

#respond form>p {
    margin: 0;
}

#respond .form-submit {
    margin-top: 1em;
}

#reply-title {
    margin: 0;
    text-align: right;
}

@media (min-width:1281px) {
    #comments {
        font-size: 85%;
    }
}

#sidebar-primary {
    padding-left: 1rem;
}

.sidebar {
    font-size: 90%;
}

.sidebar .widget {
    margin-bottom: 3rem;
}

.sidebar .widget .widget-title {
    position: relative;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1.75rem;
    padding-left: 1.25rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #eee;
}

.sidebar .widget .widget-title:before {
    content: "//";
    position: relative;
    left: -1.25rem;
    top: -0.05em;
    display: block;
    width: 0;
    height: 0;
    margin-right: 0;
    speak: none;
    /*    font-family: 'Open Sans';*/
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    letter-spacing: -0.05em;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #a7865d;
}

.sidebar .widget .widget-title:after {
    width: 30%;
    content: '';
    position: absolute;
    height: 3px;
    background: #ebae45;
    bottom: -3px;
    display: block;
    left: 0;
}

.sidebar>section.widget_search:first-child {
    padding-bottom: 1em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.sidebar ul {
    margin-left: 0;
    padding-left: 0;
}

.sidebar li:first-child,.sidebar ol:first-child,.sidebar ul:first-child {
    margin-top: 0;
}

.sidebar li:last-child,.sidebar ol:last-child,.sidebar ul:last-child {
    margin-bottom: 0;
}

.sidebar .widget>.widget-title+ul {
    list-style: none;
}

.sidebar .widget ul li {
    position: relative;
    display: block;
    padding: 0.75em 0 0.75em 1em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.sidebar .widget ul li:before {
    content: "\f054";
    position: absolute;
    left: 0;
    top: 1.25em;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0;
    font-family: 'fontAwesome';
    font-size: 0.75em;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #a7865d;
}

.sidebar .widget ul li:first-child:before {
    top: 0.255em;
}

.sidebar .widget ul li a {
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #382b1f;
}

.sidebar .widget ul li a:hover {
    color: #a7865d;
}

.sidebar .widget ul li a:hover {
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
}

.sidebar .widget ul li:hover:before {
    color: #a7865d;
}

.sidebar .widget ul li:first-child {
    padding-top: 0;
}

.sidebar .widget ul li:hover:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.sidebar>section.widget_search:first-child,.widget ul li {
    border-color: #e4d6a6;
}

.widget ul li:before {
    color: #e4d6a6;
}

.palette-c0 .sidebar>section.widget_search:first-child,.palette-c0 .widget ul li {
    border-color: #e4d6a6;
}

@media only screen and (max-width:75em) {
    #sidebar-primary {
        padding-top: 6rem;
        margin-top: 4rem;
        border-top: 1px solid #ededed;
        background: url(css/img/dash.png) repeat-x scroll 0 0 transparent;
    }
}

#wp-calendar {
    margin: 0;
    width: 100%;
}

#wp-calendar td {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ededed;
    background-color: #f0e8cd;
}

#wp-calendar tfoot td {
    border-top: none;
    border-bottom: none;
}

#wp-calendar caption,#wp-calendar td,#wp-calendar th {
    /*    font-family: "Gotham Book", sans-serif;*/
    font-size: 1em;
    text-align: center;
    padding: 0.4rem 0.1em 0.4rem;
}

#wp-calendar caption {
    text-align: center;
    padding: 0.5rem 0;
    border-top-width: 0;
    border-bottom: 0;
    text-transform: none;
    font-size: 125%;
    color: #a7865d;
}

#wp-calendar tr {
    border-top-width: 1px;
    border-top-style: dotted;
}

#wp-calendar tbody a {
    text-decoration: underline;
}

#wp-calendar #next {
    padding: 0.4rem 0;
    text-align: right;
}

#wp-calendar #prev {
    padding: 0.4rem 0;
}

#wp-calendar #today {
    font-weight: 700;
    text-decoration: underline;
}

.widget_calendar #wp-calendar th {
    border-top-width: 0;
    font-weight: 800;
}

.widget_calendar #wp-calendar tfoot td {
    padding: 0.4rem 0.6rem;
    text-transform: none;
}

.post-date {
    /*    font-family: "Gotham Book", sans-serif;*/
    font-size: 1em;
}

.widget_search {
    margin: 0 0 3em;
    float: left;
}

.widget .recentcomments {
    font-style: italic;
}

.widget .recentcomments a:last-child {
    text-decoration: none;
}

.widget_calendar #wp-calendar caption,.widget_calendar #wp-calendar td,.widget_calendar #wp-calendar th,.widget_calendar #wp-calendar tr {
    border-color: #e4d6a6;
}

.palette-c0 .widget_calendar #wp-calendar caption,.palette-c0 .widget_calendar #wp-calendar td,.palette-c0 .widget_calendar #wp-calendar th,.palette-c0 .widget_calendar #wp-calendar tr {
    border-color: #e4d6a6;
}

.widget-popular-posts ul li {
    min-height: 6em;
}

.widget-popular-posts ul li>a:first-child:before {
    content: "";
}

.widget-popular-posts ul li .post-stats {
    /*    font-family: "Gotham Medium", sans-serif;*/
    font-size: 1em;
}

.widget-popular-posts ul li a.wpp-thumbnail {
    display: block;
    float: left;
    margin: 0.6em 1.3em 0 0;
}

.widget-popular-posts .wpp-post-title {
    font-size: 1.2em;
}

.post_tag-cloud a,.term-cloud a,.widget_tag_cloud a {
    display: block;
    float: left;
    padding: 0 0.9em;
    margin: 0 0.3em 0.3em 0;
    border-width: 1px;
    border-style: solid;
    /*    font-family: "Gotham Book", sans-serif;*/
    font-size: 0.9em!important;
    color: inherit;
    -webkit-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    -webkit-transition: border-color 0.2s ease-in;
    -o-transition: border-color 0.2s ease-in;
    transition: border-color 0.2s ease-in;
}

.post_tag-cloud a:hover,.term-cloud a:hover,.widget_tag_cloud a:hover {
    border-color: #a7865d;
    -webkit-transition: color 0s ease-in;
    -o-transition: color 0s ease-in;
    transition: color 0s ease-in;
    -webkit-transition: border-color 0s ease-in;
    -o-transition: border-color 0s ease-in;
    transition: border-color 0s ease-in;
}

* .post_tag-cloud a,* .term-cloud a,* .widget_tag_cloud a,.palette-c0 .post_tag-cloud a,.palette-c0 .term-cloud a,.palette-c0 .widget_tag_cloud a {
    border-color: #e4d6a6;
}

.palette-c4 .post_tag-cloud a,.palette-c4 .term-cloud a,.palette-c4 .widget_tag_cloud a {
    border-color: #987046;
}

.post_tag-cloud a:hover,.term-cloud a:hover,.widget_tag_cloud a:hover {
    border-color: #a7865d;
}

section#e404 .big {
    font-size: 20em;
    margin: -0.25em 0 0!important;
    line-height: 1;
}

@media only screen and (max-width:62em) {
    section#e404 .big {
        font-size: 15em;
    }
}

body {
    width: 100%;
    overflow: hidden;
    padding: 1.25rem;
    scroll-behavior: smooth;
}

#evg-loader {
    scroll-behavior: smooth;
}

.z-bug {
    position: relative;
    z-index: 100;
}

.z-bug input[type=text] {
    color: #e7daae;
}

.z-bug .select-options {
    max-height: 15rem;
}

h2+p {
    font-size: 1.2em;
}

section#hero+footer#master-footer #totop {
    display: none;
}

section {
    overflow: hidden;
}

main#content .col-lg-12,main#content .col-md-12,main#content .col-sm-12,main#content .col-xs-12 {
    text-align: left;
}

.noise {
    background: url(images/noise.png) repeat scroll center transparent;
}

#master-flux .menu-primary li {
    padding: 0 0.25em;
}

@media (max-width:1279px) {
    #master-flux .menu-primary li {
        font-size: 90%;
    }
}

@media (max-width:1024px) and (orientation:portrait) {
    .hero-aspr {
        padding-bottom: 150%;
        background-position: 60% 6.7rem!important;
    }
}

@media (max-width:1024px) and (orientation:landscape) {
    .hero-aspr {
        padding-bottom: 50%;
    }
}

.menu-link {
    color: #a7865d!important;
    margin: 0!important;
}

.menu-link:hover {
    color: #fff!important;
}

.menu-wrap {
    margin: 1rem 0;
}

.hover-clead2:hover h5,.hover-clead2:hover h6 {
    color: #a7865d;
}

.plyr__controls {
    display: none!important;
}

.plyr__play-large,.plyr__video-wrapper button {
    display: none!important;
}

.plyr__video-embed>div {
    padding-bottom: 240%;
}

#my-video {
    opacity: 0;
    -webkit-transition: opacity 2s ease-out;
    -o-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
}

.cover-video iframe {
    width: 100%!important;
    height: 100%!important;
}

.plyr--ready #my-video {
    opacity: 1;
}

.repaint-off {
    position: relative;
    opacity: 0.99;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

html .Date:before,html .Dob:before {
    content: "\f073";
    font-family: 'fontAwesome';
    speak: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    color: #b3a58a;
    -webkit-transition: color 0.2s ease-in 0s;
    -o-transition: color 0.2s ease-in 0s;
    transition: color 0.2s ease-in 0s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html .Date:hover:before,html .Dob:hover:before {
    color: #f0e8cd;
    -webkit-transition: color 0s ease-in 0s;
    -o-transition: color 0s ease-in 0s;
    transition: color 0s ease-in 0s;
}

html .ui-datepicker {
    z-index: 1000!important;
}

html .ui-widget.ui-widget-content {
    border: 1px solid #eadfb9;
}

html .ui-widget-header {
    background: #f0e8cd;
    color: #755636;
    border: 1px solid #f0e8cd;
}

html .ui-widget-content {
    background: #f0e8cd;
    border: none;
    color: #755636;
    font-weight: 600;
}

html .ui-widget.ui-widget-content {
    border: 7px solid #755636;
}

html .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    border-bottom: solid 2px #755636;
    font-weight: 600;
}

html .ui-button,html .ui-state-default,html .ui-widget-content .ui-state-default,html .ui-widget-header .ui-state-default,html html .ui-button.ui-state-disabled:active,html html .ui-button.ui-state-disabled:hover {
    border: 1px solid #a7865d;
    background: #a7865d;
    color: #f0e8cd;
}

html .ui-state-highlight,html .ui-widget-content .ui-state-highlight,html .ui-widget-header .ui-state-highlight {
    border: 1px solid #755636;
    background: #755636;
    color: #f0e8cd;
}

html .ui-button:focus,html .ui-button:hover,html .ui-state-focus,html .ui-state-hover,html .ui-widget-content .ui-state-focus,html .ui-widget-content .ui-state-hover,html .ui-widget-header .ui-state-focus,html .ui-widget-header .ui-state-hover {
    border: 1px solid #a7865d;
    background: #fffbf0;
}

html .ui-button:focus,html .ui-button:hover,html .ui-state-focus,html .ui-state-hover,html .ui-widget-content .ui-state-focus,html .ui-widget-content .ui-state-hover,html .ui-widget-header .ui-state-focus,html .ui-widget-header .ui-state-hover {
    background: #f9fbfa;
    color: #755636;
}

html .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    display: none;
}

html .newsletter {
    margin: -.5em 0 .5em;
}

#evg-loader {
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.pace-done #evg-loader {
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.pace-running {
    background: #755636;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 200px;
    background: #a7865d;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    overflow: hidden;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 200px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #f0e8cd;
    -webkit-box-shadow: inset 0 1px 1px 0 #f0e8cd;
    box-shadow: inset 0 1px 1px 0 #f0e8cd;
}

.pace.pace-inactive {
    display: none;
}

.pace-running:after {
    content: '';
    position: fixed;
    z-index: 2000;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    width: 200px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.layer {
    width: 100%;
    height: 100%;
}

.delay-250ms {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}

.delay-500ms,.delay-500ms:after,.delay-500ms:before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.delay-750ms {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.delay-1s,.delay-1000ms {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-1250ms {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.delay-1500ms {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-1750ms {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.delay-2s,.delay-2000ms {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-3s,.delay-3000ms {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

.duration-250ms {
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
}

.duration-500ms {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.duration-750ms {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.duration-1s {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.duration-2s {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.duration-3s {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.duration-4s {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.duration-5s {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.duration-6s {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.duration-7s {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.duration-8s {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.duration-9s {
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
}

.parallaxParent {
    height: 100vh;
    overflow: hidden;
}

.parallaxParent>* {
    height: 200%;
    position: relative;
    top: -100%;
}

.position-relative {
    position: relative;
}

.padded-fullwidth-wrap {
    padding: 4rem 4rem 4rem 4rem;
}

.fullwidth .padding-right-1-5 {
    padding-right: 1.5em;
}

@media (max-width:1023px) {
    .fullwidth .padding-right-1-5 {
        padding-right: 0;
    }
}

.border-left {
    border-left: 1.25rem solid #f0e8cd;
}

@media (max-width:1023px) {
    .border-left {
        border-left: 0;
    }
}

.border-top {
    border-top: 1.25rem solid #f0e8cd;
}

.border-bottom {
    border-bottom: 1.25rem solid #f0e8cd;
}

@media (min-width:1281px) {
    .padded-fullwidth-wrap {
        padding: 11rem 10% 9rem 10%;
    }
}

@media (max-width:1023px) {
    #catering .col-sm-7 {
        padding-bottom: 58%;
    }
}

#private-btn:focus {
    outline: none;
}

.slick-events li {
    margin: 0 1rem;
}

.slick-events li .event-item {
    margin: 0;
    padding-bottom: 100%!important;
}

.slick-events .img-cover img {
    width: 100%;
}

.event-item-wrap {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.event-item-wrap:hover {
    opacity: 0.8;
}

.event-item-wrap:hover h5,.event-item-wrap:hover h6 {
    color: #a7865d!important;
}

.slick-dots {
    bottom: auto;
    margin-top: 1.8rem;
}

.slick-dots li {
    vertical-align: top;
    margin: 0;
}

.slick-dots li button:before {
    /*    font-family: "Gotham Book", sans-serif;*/
    font-size: 1.5rem;
    color: #ededed;
    opacity: 1;
}

.slick-dots li button:focus:before {
    color: #ededed;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #a7865d;
}

#hero {
    overflow: hidden;
}

.cover-video {
    opacity: 1;
    position: relative;
}

.hero-heading {
    display: table!important;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.hero-heading .hero {
    display: table-cell!important;
}

.my-video {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.my-video.ready {
    visibility: visible;
    opacity: 1;
}

#gallery .img-cover {
    background: url(images/zoom-in.png) no-repeat scroll center #000;
    background-size: 18%;
}

#gallery .img-cover img {
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

#gallery .img-cover:hover img {
    opacity: 0.6;
}

#gallery a:active,#gallery a:focus {
    outline: none;
    top: auto;
}

#gallery h3 {
    font-size: 3.2rem;
    line-height: 1;
    color: #a7865d;
    margin: 0.1em 0;
}

#gallery [class*=discover-] {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0.75;
}

#gallery .active [class*=discover-] {
    opacity: 1;
}

#gallery .slick-slider {
    margin: 0;
}

#gallery .gallery-left-slide {
    position: relative;
}

#gallery .gallery-left-slide .parent-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#gallery .gallery-left-slide li {
    padding: 0;
}

#gallery .gallery-right-slide>.slick-gallery>.slick-list {
    overflow: visible;
}

@media (min-width:1025px) {
    #gallery .gallery-right-slide {
        padding-left: 0;
    }
}

@media (max-width:1024px) {
    #gallery .gallery-left-slide {
        padding-top: 3rem;
    }

    #gallery .gallery-left-slide .parent-wrap {
        top: 0;
        bottom: auto;
    }

    #gallery .gallery-right-slide {
        margin-top: 2rem;
    }
}

@media (min-width:1025px) {
    #gallery .navi-for-gallery {
        padding-right: 1.5rem;
    }

    #gallery .navi-for-gallery li a {
        padding-left: 2rem;
        padding-right: .5rem;
    }
}

#gallery .event-gallery-thumb-link {
    vertical-align: bottom;
}

#gallery .event-gallery-thumb-link,#gallery .tile-wrap-middle {
    width: 100%;
}

.otw-form {
    margin-top: 1.5rem;
}

@media (max-width:1024px) {
    .padding-bottom-m.z-bug {
        padding-bottom: 1rem;
    }
}

#dine a:focus {
    outline: none;
}

#dine .slick-dine .animate-in {
    display: inline-block;
    width: auto;
    padding: 4rem 2.5rem;
    margin: 4rem auto;
}

#dine .slick-dine li {
    overflow: hidden;
}

#dine .slick-dine li .img-cover {
    -webkit-transition: -webkit-transform 15s ease-out 0s;
    transition: -webkit-transform 15s ease-out 0s;
    -o-transition: transform 15s ease-out 0s;
    transition: transform 15s ease-out 0s;
    transition: transform 15s ease-out 0s, -webkit-transform 15s ease-out 0s;
}

#dine .slick-dine li:hover .img-cover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#dine .slick-dine li:hover .location-box:after,#dine .slick-dine li:hover .location-box:before {
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    border-color: #fff;
}

#dine .location-box {
    -webkit-transform: transform3d(0, 0, 0);
    -ms-transform: transform3d(0, 0, 0);
    transform: transform3d(0, 0, 0);
}

#dine .location-box h3 {
    margin-bottom: 1rem;
}

#dine .location-box .single_line {
    position: relative;
    z-index: 200;
    vertical-align: middle;
}

#dine .location-box .single_line a {
    margin: 0 0.5rem;
    font-size: 1.1rem;
    color: #f0e8cd;
    -webkit-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

#dine .location-box .single_line a:hover {
    opacity: 0.7;
}

#dine .location-box .single_line a:active {
    outline: none;
}

#dine .location-box .single_line a i {
    position: relative;
    bottom: -.25rem;
    margin-right: .5rem;
    font-size: 2rem;
}

#dine .locations-details {
    position: relative;
    padding: 0 3rem;
    background-image: url(images/swirl_lr.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 15%;
}

@media (min-width:1651px) and (max-width:1749px) {
    #dine .locations-details {
        font-size: 94%;
    }
}

@media (min-width:1551px) and (max-width:1649px) {
    #dine .locations-details {
        font-size: 88%;
    }
}

@media (min-width:1401px) and (max-width:1549px) {
    #dine .locations-details {
        font-size: 85%;
        padding: 0 2rem;
    }
}

@media (min-width:1025px) and (max-width:1399px) {
    #dine .locations-details {
        font-size: 80%;
        padding: 0 2rem;
    }
}

#dine .locations-details .col-xs-12 {
    padding: 0 2.5%;
}

@media (min-width:1025px) and (max-width:1549px) {
    #dine .locations-details .col-xs-12 {
        padding: 0 1%;
    }
}

#dine .locations-details .col-xs-12 p {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#dine .locations-details a:hover {
    color: #fff;
}

#dine .locations-details .swirl {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(images/swirl_tr.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 15%;
}

#dine .select,#dine .select-styled,#dine input[type=submit],#dine input[type=text] {
    padding: 1rem;
}

#dine .btn.pdf {
    height: 5.5em;
    margin-top: 0;
}

#dine .dine-next {
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 1.65rem;
    color: #a7865d;
    line-height: 1;
}

@media (max-width:1024px) {
    #dine .dine-next {
        margin-bottom: 1rem;
    }
}

#dine .dine-next:focus {
    outline: none;
}

#dine .dine-next i {
    padding: 0 0 0 1rem;
    vertical-align: middle;
    font-size: 3.5rem;
    color: #f0e8cd;
    line-height: 1;
}

@media (max-width:1024px) {
    #dine h4 {
        margin-top: 2rem;
    }
}

.pace-done .btn.pdf {
    position: relative;
    overflow: visible;
    margin-top: 1rem;
    padding-top: 1.2rem;
    padding-bottom: 2rem;
    /*    font-family: "Gotham Book", sans-serif;*/
}

.pace-done .btn.pdf:hover span {
    text-shadow: none!important;
}

.pace-done .btn.pdf span:after {
    content: 'pdf';
    position: absolute;
    bottom: -.4rem;
    left: 50%;
    width: auto;
    height: auto;
    padding: 0.1em 0.75em;
    color: #382b1f;
    background: #f0e8cd;
    border-radius: 4px;
    text-align: center;
    /*    font-family: "Gotham Medium", sans-serif;*/
    font-size: 1rem;
    text-shadow: 0 1px 0 #382b1f, 0 -1px 0 #382b1f;
    z-index: 100;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

@-webkit-keyframes fadeInUpPDF {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%) translateX(-50%);
        transform: translateY(50%) translateX(-50%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%) translateX(-50%);
        transform: translateY(0%) translateX(-50%);
    }
}

@keyframes fadeInUpPDF {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%) translateX(-50%);
        transform: translateY(50%) translateX(-50%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%) translateX(-50%);
        transform: translateY(0%) translateX(-50%);
    }
}

.pace-done .inview .btn.pdf span:after {
    -webkit-animation-name: fadeInUpPDF;
    animation-name: fadeInUpPDF;
}

#slick-dine-tabs-wrap {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1.25rem solid #f0e8cd;
    background: #382b1f;
}

#slick-dine-tabs {
    position: relative;
    z-index: 200;
    bottom: -.9em;
    left: 0;
    display: inline-block;
    width: auto;
    margin-top: 1em;
    -webkit-box-shadow: 0 -10px 35px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -10px 35px -10px rgba(0, 0, 0, 0.5);
}

@media (max-width:1024px) {
    #slick-dine-tabs {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

#slick-dine-tabs .slick-dots {
    position: relative;
    text-align: center;
    margin-top: 0;
}

#slick-dine-tabs .slick-dots li {
    width: auto;
    height: auto;
    margin-left: -.25em;
    vertical-align: bottom;
}

#slick-dine-tabs .slick-dots li a {
    padding: .35em 1em;
    background: #382b1f;
    color: #e2dbc5;
    border-top: 0.25em solid #f0e8cd;
    border-left: 0.25em solid #f0e8cd;
    border-right: 0.25em solid #f0e8cd;
    /*    font-family: "playfair_displayregular", sans-serif;*/
    font-size: 1.25em;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: .01em;
}

#slick-dine-tabs .slick-dots li.slick-active a {
    background: #755636;
    color: #f0e8cd;
    padding: .45em 1em;
}

@media (max-width:1024px) {
    #slick-dine-tabs .slick-dots li.slick-active a {
        top: 0;
    }
}

#slick-dine-tabs .slick-dots li:last-child a {
    border-right: 0.25em solid #f0e8cd;
}

#discover .padded {
    padding: 0 0 0 2.5rem;
}

@media (max-width:1279px) {
    #discover .padded {
        padding: 1rem 2rem;
    }
}

#discover h6.h3 {
    line-height: 1.3;
}

@media (max-width:1439px) {
    #discover h6.h3 {
        font-size: 1.8em;
    }
}

#discover .btn {
    padding: 1rem 2rem;
}

body input.hasDatepicker {
    background: none;
}

body #tripleseat_embed_form h2 {
    /*    font-family: "Gotham Book", sans-serif;*/
    font-size: 1.2rem;
    text-align: left;
}

body #tripleseat_embed_form .row_details_header h2 {
    margin-top: 2rem;
}

body #tripleseat_embed_form .location_list>div {
    display: block;
}

body #tripleseat_embed_form .location_list input {
    width: auto!important;
    margin-top: .25em;
    margin-right: .5em;
}

body #tripleseat_embed_form .row_contact_preference {
    text-align: left;
}

body #tripleseat_embed_form table {
    width: 100%;
}

body #tripleseat_embed_form label {
    text-align: left;
}

body #tripleseat_embed_form .select-styled,body #tripleseat_embed_form input,body #tripleseat_embed_form textarea {
    width: 100%!important;
    border: solid 1px #e7daae;
    border-radius: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body #tripleseat_embed_form .select-styled:active,body #tripleseat_embed_form .select-styled:focus,body #tripleseat_embed_form .select-styled:hover,body #tripleseat_embed_form input:active,body #tripleseat_embed_form input:focus,body #tripleseat_embed_form input:hover,body #tripleseat_embed_form textarea:active,body #tripleseat_embed_form textarea:focus,body #tripleseat_embed_form textarea:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body #tripleseat_embed_form .select-styled[type=submit],body #tripleseat_embed_form input[type=submit],body #tripleseat_embed_form textarea[type=submit] {
    border: solid 2px #e7daae;
}

body #tripleseat_embed_form input.hasDatepicker,body #tripleseat_embed_form input.timeselect_input {
    background: none;
    padding: 0.75rem 1rem;
    width: 100%;
}

body #tripleseat_embed_form .cell_end_time,body #tripleseat_embed_form .cell_start_time {
    position: relative;
}

body #tripleseat_embed_form .cell_end_time:before,body #tripleseat_embed_form .cell_start_time:before {
    content: "\f067 ";
    font-family: 'fontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: .9em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body #tripleseat_embed_form .row_event_date td {
    position: relative;
}

body #tripleseat_embed_form .row_event_date td:before {
    content: "\f073";
    font-family: 'fontAwesome';
    speak: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: .9em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5em;
    color: #f0e8cd;
    -webkit-transition: color 0.2s ease-in 0s;
    -o-transition: color 0.2s ease-in 0s;
    transition: color 0.2s ease-in 0s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#ui-datepicker-div {
    font-size: 1em;
    width: 17em;
}

body div.timeselect {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    min-width: 18em;
    max-height: 15em!important;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #2e231a;
    border-left: 1px solid #b3a58a;
    border-right: 1px solid #b3a58a;
    border-bottom: 1px solid #b3a58a;
}

body div.timeselect a {
    height: auto;
    margin: 0;
    padding: 18px 15px;
    text-indent: 0;
    border-top: 1px solid #b3a58a;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #b3a58a;
}

body div.timeselect a:hover {
    color: #382b1f;
    background: #b3a58a;
}

body .errorExplanation {
    background: #755636;
    color: #e2dbc5;
    border-color: #e2dbc5;
}

body .errorExplanation h2 {
    color: #f0e8cd;
    font-size: 1.4rem;
    margin: 1rem 0;
}

body #tripleseat_embed_form .location_list.error,body #tripleseat_embed_form input.error,body .errorExplanation {
    background: #755636;
    color: #e2dbc5;
    border-color: #e2dbc5;
}

body #tripleseat_embed_form label span.required {
    color: #e2dbc5;
}

body #tripleseat_embed_form #submit_spinner,body #tripleseat_embed_form_inline #submit_spinner {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    margin-left: 0;
}

.map-inject-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gm-style-cc,.gmnoprint a,.gmnoprint span {
    display: none;
}

.gmnoprint div {
    background: none!important;
}

#GMapsID div div a div img {
    display: none;
}

ul.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.social-icons.big {
    font-size: 2.2em;
    line-height: 1;
    margin-bottom: 1rem;
}

ul.social-icons li {
    display: inline;
    margin: 0;
    padding: 0 0.15em;
}

.dss-radio {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0;
    vertical-align: bottom;
}

.dss-radio label {
    position: relative!important;
    display: inline-block!important;
    padding: .5em 1em .5em 1.8em;
    font-size: 1em;
    cursor: pointer;
}

.dss-radio label:before {
    content: '\f096';
    position: absolute;
    left: 0;
    top: 0.1em;
    font-family: 'fontAwesome';
    font-size: 1.5em;
}

.dss-radio input[type=radio] {
    display: none;
    opacity: 0;
}

.dss-radio label.checked:before {
    content: '\f046';
}

@media (max-width:1024px) {
    .dark-sm {
        background: rgba(0, 0, 0, 0.5);
        border-top: 1.25rem solid #f0e8cd;
    }

    #tripleseat_embed_form td {
        display: block;
        float: left;
        width: 100%;
    }
}

@media (min-width:1025px) {
    #master-bar {
        font-size: 0.8rem;
    }
}

/*color options*/
/*light
body{
    background-color: #f00;
}
.slick-dine.has-slider-arrows .slick-prev:before {
    color: #f00;    
}
.slick-dine.has-slider-arrows .slick-next:before {
    color: #f00;  
}
.slick-inner-gallery .slick-prev:before {
    color: #f00;
}
.tonext {
  background: #f00;  
}
.totop i,#knead{
   color: #f00;  
}

@media (max-width:1024px) {
    .slick-dine.has-slider-arrows .slick-prev:before {
        color: #f00;
    }
    .slick-dine.has-slider-arrows .slick-next:before {
        color: #f00;
    }
}
.slick-inner-gallery .slick-next:before {
    color: #f00;
}
.mfp-close {
    color: #f00 !important;
}
body,html {
    background-color: #f00;
}

#container {
    background-color: #f00;
}
div.wpcf7-response-output {
    color: #f00 !important;
}

.palette-c0 {
    background-color: #f00;
}

.palette-c0 span.wpcf7-not-valid-tip {
    color: #f00 !important;
}

.palette-c0 div.wpcf7-response-output {
    color: #f00 !important;
}



/*dark
.pace-running {
    background: #00f;
}
body div.timeselect {
    background-color: #00f;
    border-left: 1px solid #00f;
    border-right: 1px solid #00f;
    border-bottom: 1px solid #00f;
}
*/

a:focus, button.slick-arrow:focus {
    box-shadow: 0px 0px 10px #00f !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
}
.otw-form input:focus, .otw-form select:focus, span:focus,div:focus {
    box-shadow: 0px 0px 10px #00f !important;
    outline: 3px solid #d24231 !important;
}
#tripleseat_embed_form input[type="text"]:focus, #tripleseat_embed_form select:focus,
#tripleseat_embed_form span:focus, #tripleseat_embed_form textarea:focus,#tripleseat_embed_form .button:focus {
    box-shadow: 0px 0px 10px #00f !important;
    outline: 2px solid #fff !important;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus,.wpcf7-form input[type="submit"]:focus {
    box-shadow: 0px 0px 10px #00f;
    outline: 2px solid #fff;
}
.visible-on-focus{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.sbr-onr {
    line-height: 1;
    font-size: 0;
    background-image: url(//www.thegrilldc.com/wp-content/themes/succotash/images/knead-tag.png);
    padding: 0 0 32px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 370px;
    max-width: 90%;
}
.sbr-onr div {
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 0 6.1% 0;
}
.sbr-brd-link {
    width: 28%;
    cursor: pointer;
    background-position: left center;
}
.sbr-brd-ds {
    width: 69%;
}
.ft-lgr {
    display: table;
    margin: 0 auto 30px auto;
}
a.ft-lgr1 {
    max-width: 63%;
    display: table;
    margin: 0 auto;
    width: 300px;
}