/* ===== normalize ========================================================
    normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
   ==========================================================================
   */

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

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

p {
    margin: 0 0 10px;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
    display: block;
    width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ===== Grid ========================================================
          Flexbox Grid System
         ==========================================================================
         */

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

.container-fluid {
    padding-right: 5rem;
    padding-left: 5rem;
}

.row {
    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: -.5rem;
    margin-left: -.5rem;
}

.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,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem;
}

.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-0 {
    margin-left: 0;
}

.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 only screen and (min-width: 48em) {
    .container {
        width: 42rem;
    }
    .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,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .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%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .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-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;
    }
}

@media only screen and (min-width: 64em) {
    .container {
        width: 57rem;
    }
    .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,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .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-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-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .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 only screen and (min-width: 75em) {
    .container {
        width: 70%;
    }
    .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,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .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-0 {
        margin-left: 0;
    }
    .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;
    }
}

/* ===== Main ========================================================
         Author: CL - Company Lifitng | Canori&Pichler OG
         ==========================================================================
         */

::-moz-selection {
    background: #1b1b1b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1b1b1b;
    color: #fff;
    text-shadow: none;
}

:target {
    outline: none;
    border: none;
}

html {
    width: 100%;
    min-height: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
}

body {
    background: transparent url(../images/bg.png);
    background-repeat: repeat;
    width: 100%;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
    overflow-x: hidden;
}

h1 {
    font: lighter 1.8em/1.5 "Rye", cursive;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 25px 0;
    line-height: 1;
}

h2 {
    font: bold 1.7em/1.2 "Roboto Condensed", "Helvetica Neue", sans-serif;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

h3 {
    font: normal 1.2em "Roboto Condensed", "Helvetica Neue", sans-serif;
    margin: 0 0 20px 0;
}

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

.padding-box {
    padding: 0 0 75px;
}

.sketch.small {
    margin-top: 15px;
    font-size: 1.5em;
}

.letter-spc {
    letter-spacing: 0.5px;
}

.svg-hr {
    width: 60%;
    margin: 15px auto;
}

.is-loading {
    overflow: hidden;
}

.cookieNoticeContainer {
    z-index: 1000009;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .4);
    display: none;
    font-size: 16px;
    text-align: right;
}

.cookieClose {
    text-align: right;
}

.cookieNoticeContainer img {
    width: 100%;
    display: block;
    max-width: 720px;
}

.cookieNoticeContainer .row {
    margin-top: 15px;
}

.cookieNoticeContainer .btn {
    margin-left: 15px;
}

.header {
    display: block;
    background: #1b1b1b;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100vw;
    color: #fff;
    height: 100vh;
    box-shadow: 0 2px 5px transparent;
    z-index: 1100;
}

.menu-page .header,
.about-page .header,
.kontakt-page .header {
    height: 45vh;
}

.main {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 100vh;
}

.menu-page .main,
.about-page .main,
.kontakt-page .main {
    padding-top: 45vh;
}

.header-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.app-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 64px;
    padding: 0 16px;
}

#large-toolbar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    display: block;
    height: auto;
}

.small-title,
.large-title {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: .000000001px;
    flex-basis: .000000001px;
    overflow: hidden;
    position: relative;
}

.small-title {
    margin-left: 14px;
    opacity: 0;
    transition: opacity .4s;
}

.small-title a img {
    height: 35px;
    width: auto;
}

.large-title {
    will-change: transform, opacity;
}

.large-title a img {
    width: 15rem;
}

@media screen and (min-width: 75em) {
    .large-title a img {
        width: 17rem;
        display: block;
        margin: 0 auto 25px;
    }
}

.desktop-menu {
    align-self: center;
    font-size: 1.2em;
    text-transform: uppercase;
    z-index: 1000;
    height: 100%;
}

.desktop-menu ul {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-around;
    align-items: center;
}

.desktop-menu li {
    display: inline-block;
    padding: .5em;
}

.desktop-menu .imp-link a {
    background-color: #f4b61c;
    padding: 0 .5em;
    margin: 0 -0.5em;
    line-height: 64px;
    display: inline-block;
}

.desktop-menu .imp-link a:hover {
    color: #1b1b1b;
}

.desktop-menu a {
    position: relative;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: 1px;
}

.mobile-trigger {
    display: none;
}

@media screen and (max-width: 1023px) {
    .menu-open {
        overflow: hidden;
    }
    .desktop-menu {
        display: none;
    }
    .mobile-trigger {
        flex: 0 0 auto;
        width: 50px;
        height: 50px;
        float: right;
        cursor: pointer;
        position: relative;
        display: block;
        z-index: 10101010;
    }
    .hamburger,
    .cross {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .hamburger span {
        display: block;
        width: 25px;
        height: 2px;
        margin-bottom: 4px;
        overflow: hidden;
        position: relative;
    }
    .hamburger span:last-child {
        margin: 0;
    }
    .hamburger span:before,
    .hamburger span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transform: translateX(-200%);
        transition: transform ease 300ms;
    }
    .hamburger span:after {
        transform: translateX(0);
    }
    .hamburger span:nth-child(2):before,
    .hamburger span:nth-child(2):after {
        transition-delay: 75ms;
    }
    .hamburger span:last-child:before,
    .hamburger span:last-child:after {
        transition-delay: 150ms;
    }
    .mobile-trigger:hover .hamburger span:before {
        transform: translateX(0);
    }
    .menu-open .hamburger span:before {
        transform: translateX(100%);
    }
    .mobile-trigger:hover .hamburger span:after,
    .menu-open .hamburger span:after,
    .menu-open .mobile-trigger:hover .hamburger span:before,
    .menu-open .mobile-trigger:hover .hamburger span:after {
        transform: translateX(200%);
    }
    .cross span {
        display: block;
        width: 25px;
        height: 2px;
        background-color: #fff;
        transform: translateY(50%) rotate(45deg) scaleX(0);
        transition: transform ease 200ms;
    }
    erted .cross span {
        background-color: #fff;
    }
    .cross span:last-child {
        transform: translateY(-50%) rotate(-45deg) scaleX(0);
    }
    .menu-open .cross span {
        transition-delay: 450ms;
        transform: translateY(50%) rotate(45deg) scaleX(1);
    }
    .menu-open .cross span:last-child {
        transform: translateY(-50%) rotate(-45deg) scaleX(1);
    }
    .mobile-menu {
        height: 100vh;
        position: fixed;
        width: 100%;
        z-index: 101010;
        top: 0;
        left: 0;
        background-color: rgba(27, 27, 27, 0.85);
        opacity: 1;
        display: block;
    }
    .mobile-menu-nav {
        left: 50%;
        width: 100%;
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .mobile-menu-nav:hover .menu-link {
        opacity: 0.5;
    }
    .mobile-link {
        font: 100 32px/0.72 "Rye", cursive;
        position: relative;
        display: block;
        height: 100%;
        padding: 1em 0;
        text-align: center;
        color: #fff;
        transition: opacity .4s;
    }
    .menu-nav .menu-link:hover {
        opacity: 1;
    }
}

.background-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.background {
    position: absolute;
    background-size: cover;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    will-change: transform, opacity;
}

.background-back {
    background: #1b1b1b;
    opacity: 0;
}

.background-front {
    background-image: url("../images/hero-image.jpg");
    background-size: cover;
    background-position: left center;
}

.menu-page .background-front {
    background-image: url("../images/hero-image-menu.jpg");
}

.about-page .background-front {
    background-image: url("../images/hero-image-about-2.jpg");
}

.silvester-page .main {
    padding-top: 0;
}

.silvester-page .site-section {
    text-align: center;
}

.silvester-page .site-section a {
    text-decoration: underline;
}

.silvester-page .site-section img {
    max-width: 720px;
    display: block;
    margin: 0 auto;
}

.silvester-page h2 {
    font-size: 1.5em;
}

.scroll-btn-wrap {
    display: table;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    z-index: 1000;
    height: 85px;
    width: 85px;
    cursor: pointer;
    transition: background-color .4s ease-out;
}

.scroll-btn-path {
    fill: #f4b61c;
}

.scroll-btn-wrap:hover {
    background-color: #fff;
}

.scroll-btn-wrap:hover .scroll-btn-path {
    fill: #1b1b1b;
}

.scroll-btn {
    width: 40%;
    margin: 20% auto;
}

.scroll-btn svg {
    height: 55%;
    width: 100%;
}

.btn {
    padding: 10px 15px;
    margin: 0 auto 25px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #fff;
    border: 2px solid #fff;
    color: #1b1b1b;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-weight: 700;
}

.btn:hover,
.btn:active {
    color: #fff;
    background-color: #1b1b1b;
}

.btn.dark {
    border: 5px solid #1b1b1b;
    background: #1b1b1b;
    color: #fff;
}

.btn.dark:after {
    background: #1b1b1b;
    border-color: #f4b61c;
}

.btn.dark:hover,
.btn.dark:active {
    color: #f4b61c;
}

.small-btn {
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.small-btn {
    letter-spacing: 0;
}

.small-btn:hover {
    letter-spacing: 3px;
}

.small-btn:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -30px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.small-btn:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #fff;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 50%;
}

.parallax-sketch {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent !important;
    padding: 0 !important;
    transform: translate3d(0, 0, 0);
    z-index: 999;
}

.parallax-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.parallax-sketch.behind-content {
    z-index: 0;
}

@media screen and (min-width: 75em) {
    .parallax-container {
        position: relative;
    }
    .parallax-content {
        position: absolute;
        transform: translate3d(0, 0, 0);
    }
    .parallax-right {
        right: 0;
        left: auto;
    }
    .parallax-bottom {
        bottom: 0;
        top: auto;
    }
    .parallax-center {
        top: 50%;
    }
    .parallax-text {
        width: 110%;
    }
}

@media screen and (max-width: 74em) {
    .parallax-sketch {
        display: none;
    }
}

/* ==========================================================================
         Home 
         ========================================================================== */

.site-section {
    position: relative;
    width: 100%;
    padding: 160px 0;
}

.site-section .inner p {
    margin: 0;
}

.site-section .inner p:not(:last-child) {
    margin-bottom: 50px;
}

.site-section .container .row {
    position: relative;
}

.site-section .right {
    position: relative;
}

.site-section.menu .left .inner {
    background-image: url('../images/our-menu.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 545px;
}

.site-section.menu .right .inner {
    background-color: #1b1b1b;
    padding: 45px;
    text-align: center;
    min-height: 100%;
}

@media only screen and (min-width: 75em) {
    .site-section.menu .right .inner {
        position: absolute;
        right: 10px;
        bottom: 0;
    }
}

.site-section.burger {
    min-height: 700px;
    position: relative;
    overflow: hidden;
    background-image: url('../images/footer-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 75%;
    padding: 0;
    font-size: 0.9em;
}

@media (max-width: 74em) {
    .site-section.burger {
        display: flex;
        align-items: center;
    }
}

.site-section.burger .left .inner {
    background: #1b1b1b;
    padding: 50px 25px;
    text-align: center;
}

@media only screen and (min-width: 75em) {
    .site-section.burger .row .left {
        position: relative
    }
    .site-section.burger .left .inner {
        position: absolute;
        left: 10px;
    }
}

.site-section.restaurant .left .inner {
    background-image: url('../images/our-restaurant.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 545px;
}

.site-section.restaurant .right .inner {
    background-color: #1b1b1b;
    padding: 45px;
    text-align: center;
    height: 100%;
}

@media only screen and (min-width: 75em) {
    .site-section.restaurant .right .inner {
        position: absolute;
        right: 10px;
        bottom: 0;
        padding: 70px;
    }
}

/* ==========================================================================
         Speisekarte 
      ========================================================================== */

@media (max-width: 75em) {
    .menu-nav--toggle {
        position: fixed;
        bottom: 20px;
        right: 30px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        padding: 2rem;
        text-align: center;
        line-height: 48px;
        z-index: 1010;
        background: #f4b61c url(../images/menu-toggle.svg) no-repeat;
        background-size: 60%;
        background-position: center;
        opacity: 0;
    }
}

.menu-nav {
    position: fixed;
    width: 100px;
    height: 100vh;
    background: #1b1b1b;
    padding: 70px 0 5px;
    top: 50%;
    transform: translateX(-160px) translateY(-50%);
    transition: transform ease 450ms;
    z-index: 1000;
}

.menu-nav.active {
    transform: translateX(0) translateY(-50%);
}

@media(min-width: 75em) {
    .menu-nav {
        width: 160px;
        background: none;
        padding: 95px 0 20px;
        transform: translateY(-50%);
    }
}

.menu-nav--list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-nav--list_item {
    flex-grow: 1;
    text-align: center;
    opacity: 0;
    transform: translateY(-30px);
    position: relative;
    cursor: pointer;
}

.menu-nav--list_item img {
    width: 56px;
    display: block;
    margin: 0 auto 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    z-index: 100;
    transition: opacity .4s ease-out;
}

.menu-nav--list_item span {
    display: block;
    font-family: "Rye", cursive;
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .4s ease-out;
}

.menu-nav--list_item.active .nav-icon {
    opacity: 0;
}

.menu-nav--list_item .active-nav-icon {
    opacity: 0;
}

.menu-nav--list_item.active .active-nav-icon {
    opacity: 1;
}

.menu-nav--list_item:hover img {
    opacity: 0;
}

.menu-nav--list_item.active:hover img {
    opacity: 0;
}

.menu-nav--list_item:hover span {
    opacity: 1;
}

.menu-section .col-sm-6.right .menu-image img {
    float: right;
}

.menu-image.wide img {
    max-height: 100%;
    display: block;
    width: 100%;
}

.menu-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0 40px;
}

@media only screen and (min-width: 992px) {
    .menu-section .col-lg-6.right {
        padding-left: 20px
    }
}

.menu-section {
    position: relative;
    padding: 105px 0;
    width: 100%;
}

.menu-page .menu-section {
    padding: 55px 0;
}

@media only screen and (max-width: 75em) {
    .menu-section {
        padding: 45px 0;
    }
}

:target {
    outline: none;
}

:focus {
    outline: none;
}

.menu-table {
    border-collapse: collapse;
    border-spacing: 0;
    color: #fff;
    width: 100%;
    z-index: 10;
    position: relative;
    background-color: rgba(34, 34, 34, 0.75);
}

.table-fullh {
    height: calc(100% - 66px);
}

@media only screen and (max-width: 767px) {
    .menu-table {
        border: 0
    }
}

.menu-table p {
    margin-bottom: 0
}

.menu-table span.item-name {
    text-transform: uppercase
}

.menu-table span.item-name .item-allergic {
    font-weight: lighter;
    margin: 0 0 0 .5em;
}

.menu-table p.sub-desc {
    margin: .5em 0 0 0;
    font-size: .9em
}

.menu-table p.sub-text {
    font-size: .8em
}

.menu-table ul.extras,
.menu-table ul.extras-price {
    margin: 10px 0 0 0;
    padding-left: 0;
    list-style: none
}

.menu-table ul.extras li,
.menu-table ul.extras-price li {
    margin-bottom: .2em
}

.menu-table ul.extras-price {
    color: #f4b61c
}

.menu-table p.price {
    color: #f4b61c;
    font-family: "Rye", cursive;
    font-size: 0.85em;
    text-align: right
}
@media screen and (max-width: 1024px) {
    .menu-table p.price {
        font-size: 0.50em;
    }
    .menu-table p.sub-desc {
        font-size: .7em;
    }
}

.menu-table p.price span.p-note {
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
}

.menu-table .item-order {
    vertical-align: middle;
}

.menu-table tr.menu-item {
    border-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #fff
}

.menu-page .menu-item:hover {
    background-color: rgba(0, 0, 0, .1);
}

.menu-table tr.extra-item {
    border-bottom-style: none
}

.menu-table th {
    overflow: hidden;
    word-break: normal;
    vertical-align: top;
    font-weight: 400
}

.menu-table tr.heading {
    border-bottom: 0;
    text-align: left;
    color: #f4b61c;
    padding-top: 0.9em;
}

.menu-table tr.heading span {
    margin-top: 25px;
    display: block;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: "Rye", cursive;
}

.menu-table td {
    font-weight: 400;
    padding: 20px 15px;
    border-width: 0;
    overflow: hidden;
    word-break: normal
}

.menu-table td {
    vertical-align: top
}

.menu-table td.item-desc {
    padding-right: 30px;
    width: 100%;
}

.menu-table td.item-price {
    text-align: right;
    max-width: 100%;
    white-space: nowrap;
    vertical-align: middle;
}

.remove-cart-btn {
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 21px;
}

.invoice-product-row {
    line-height: 30px;
}

.modal-quantity {
    text-align: center;
}

.modal-table {
    width: 100%;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    opacity: .8;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #1b1b1b;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

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

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

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

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

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

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

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

.modal-footer .btn {
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 0.75em;
}

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

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

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

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}

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

.order-closed .add-to-cart-btn {
    opacity: 0.2;
    cursor: not-allowed;
}

.order-closed .add-to-cart-btn:hover {
    border: 1px solid #f4b61c;
    background-color: #f4b61c;
    background: #f4b61c url(../images/addtocart.svg) no-repeat;
    background-size: 16px;
    background-position: center;
}

.add-to-cart-btn {
    /* border-radius: 50%; */
    height: 90px;
    width: 28px;
    border: 1px solid #f4b61c;
    background-color: #f4b61c;
    color: #f4b61c;
    background: #f4b61c url(../images/addtocart.svg) no-repeat;
    background-size: 16px;
    background-position: center;
    cursor: pointer;
}

.add-to-cart-btn:hover {
    border: 1px solid #fff;
    background: transparent url(../images/addtocart-active.svg) no-repeat;
    background-size: 16px;
    background-position: center;
}

.order-cart {
    /* position: fixed; */
    /* right: 35px; */
    /* top: 120px; */
    /* background-color: red; */
    /* z-index: 9999; */
    flex: 0 0 auto;
    width: 50px;
    height: 38px;
    float: right;
    cursor: pointer;
    position: relative;
    display: block;
    z-index: 10101010;
    margin-right: 10px;
}

.order-cart .my-cart-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background-color: #f4b61c;
    border: 1px solid #f4b61c;
    border-radius: 50%;
    background: #f4b61c url(../images/shoppingcart.svg) no-repeat;
    background-size: 24px;
    background-position: center;
}

.order-cart .badge {
    background: red;
    position: relative;
    bottom: -20px;
    right: 10px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

label {
    display: block;
    font-size: 0.8em;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

#contactform input {
    width: 100%;
    height: 1.7em;
}

#contactform input {
    margin-bottom: 20px;
}

#contactform textarea {
    width: 100%;
    min-height: 90px;
    font-family: inherit;
    margin-bottom: 25px;
}

.grandtotal-row td {
    padding-top: 25px;
}

.form-info,
.form-message {
    font-size: 0.9em;
}

.order-info-container {
    position: fixed;
    bottom: 20px;
    min-height: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 720px;
    padding: 15px 25px;
    background-color: #f4b61c;
    z-index: 9999;
    text-align: center;
    display: none;
}

.order-message {
    display: none;
}

.order-message.active {
    display: block;
}

.order-complete-text {
    margin-top: 15px;
}

.order-complete-text span {
    margin-bottom: 10px;
    display: block;
}

.order-info-container h3 {
    color: #1b1b1b;
    font-size: 1.2em;
    margin: 0.5em 0;
    line-height: 1.2;
}

.order-info-container .close {
    color: #1b1b1b;
}

/* ==========================================================================
         About
         ========================================================================== */

.team-section {
    position: relative;
    padding: 105px 0;
    width: 100%;
    min-height: 100vh;
}

.team-row {
    margin-bottom: 3.5em;
}

.team-row h1 {
    margin-top: 1em;
    text-align: center;
}

.team-row p {
    margin-bottom: 2em;
    text-align: center;
}

@media only screen and (min-width: 1200px) {
    .team-row h1 {
        margin-top: 0;
        text-align: left;
    }
    .team-row p {
        text-align: left;
    }
}

.member-container {
    overflow: hidden;
    position: relative;
}

.member-row {
    margin-top: 3.5em;
    min-height: 750px;
}

@media only screen and (max-width: 64em) {
    .parallax-image {
        position: relative;
    }
}

.member-row .parallax-image {
    width: 100%;
    display: block;
}

.member-card {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%
}

.member-card img {
    width: 100%;
    min-height: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 4s
}

.member-row .parallax-image:hover img {
    transform: scale3D(1.05, 1.05, 1);
}

.member-name {
    background-color: #1b1b1b;
    width: 100%;
    margin: 0 auto 3.5em;
    text-align: center;
    padding: 1.5em 0;
}

.member-name h1 {
    font-size: 1.6em;
    margin: 0;
}

.member-name hr {
    margin: 17px 40% 10px;
}

.member-name p {
    font-size: 1.3em;
    margin: 0;
}

@media only screen and (min-width: 75em) {
    .member-card {
        width: 60%;
    }
    .member-name {
        margin: 0 auto;
        width: 60%;
    }
}

.contact-section {
    padding: 70px 0;
}

.contact-box {
    padding: 25px 15px;
    text-align: center;
    font-size: 1.4em;
    background-color: #1b1b1b;
    margin-bottom: 35px;
}

.contact-box h3 {
    margin: 0 0 15px 0;
}

.contact-box a {
    color: #fff;
    text-decoration: underline;
}

.contact-box h1 {
    color: #1b1b1b;
    text-align: center;
    font-size: 2em;
}

.contact-box-big {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 45px;
}

#map {
    width: 100%;
    height: 400px;
}

/* ==========================================================================
         Footer
         ========================================================================== */

.footer {
    background-color: #1b1b1b;
    min-height: 10vh;
    width: 100%;
    padding: 35px 0;
    position: relative;
    z-index: 999;
    text-align: center;
    font-size: .9em;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-contact {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.footer-contact .footer-li {
    display: block;
    margin: 2px 0;
    text-transform: uppercase;
}

.footer-contact .openhour {
    margin: 10px 0 0 0;
}

.footer-logo img {
    height: 160px;
}

.post-footer {
    background: #f4b61c;
    padding: 15px 0;
    position: relative;
    z-index: 999;
    font-weight: 400;
    font-size: .8em;
    text-transform: uppercase;
    color: #1b1b1b;
}

.post-footer a {
    color: #1b1b1b;
}

.post-footer .design-copyright {
    float: right;
}

/* ==========================================================================
         Helper classes
         ========================================================================== */

@media(max-width: 75em) {
    .push-xs-2 {
        margin-bottom: 2em;
    }
}

.center {
    text-align: center;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

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

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .row.vertical-align-center {
        display: flex;
        align-items: center;
    }
    .row.vertical-align-bottom {
        display: flex;
        align-items: flex-end;
    }
}

.testdrive-wrap {}

.testdrive-btn {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #f4b61c;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    z-index: 99999;
}

.testdrive-btn .icon {
    width: 30px;
    height: 48px;
    margin: 0 auto;
    display: block;
}

.testdrive-inner-wrap {
    position: fixed;
    width: 420px;
    padding: 0 15px;
    bottom: 100px;
    right: 100px;
    text-align: center;
    background-color: #1b1b1b;
    box-shadow: -3px 5px 8px 0 rgba(0, 0, 0, 0.18);
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.8s, opacity 0.7s;
    transition: -webkit-transform 0.8s, opacity 0.7s;
    z-index: 909090;
}

@media only screen and (max-width: 660px) {
    .testdrive-inner-wrap {
        top: 50%;
        left: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(1);
        transform: translate(-50%, -50%) rotate(0) scale(1);
    }
}

.testdrive-wrap {
    text-align: center;
}

@media only screen and (max-width: 660px) {
    .testdrive-inner-wrap {
        margin-bottom: 15px;
        width: 360px;
    }
}

.testdrive-inner-wrap.is-closed {
    -webkit-transform: rotate(-15deg) scale(0.8);
    transform: rotate(-15deg) scale(0.8);
    opacity: 0;
}

.testdrive-inner-wrap .icon {
    width: 32px;
    height: 32px;
    display: block;
    margin: 10px auto 5px;
}

.testdrive-inner-wrap .m-bottom {
    margin-bottom: 20px;
}

.testdrive-head {
    width: 100%;
    position: relative;
    background-color: #f4b61c;
}

.testdrive-body h1 {
    color: #fff;
    font-size: 1.8em;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
}

.testdrive-body h2 {
    color: #fff;
    text-align: center;
    font-size: 1.6em;
}

.testdrive-body h3 {
    color: #fff;
    text-align: center;
    font-size: 1.4em;
}

.testdrive-body {
    margin-top: 25px;
}

.testdrive-head .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    margin: 0;
    /* transform: translateY(-50%); */
    cursor: pointer;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -15deg) scale(0.8);
        transform: rotate3d(0, 0, 1, -15deg) scale(0.8);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -15deg) scale(0.8);
        transform: rotate3d(0, 0, 1, -15deg) scale(0.8);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -15deg) scale(0.8);
        transform: rotate3d(0, 0, 1, -15deg) scale(0.8);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -15deg) scale(0.8);
        transform: rotate3d(0, 0, 1, -15deg) scale(0.8);
        opacity: 0;
    }
}

.form-toggle {
    cursor: pointer;
}

.form-toggle .icon {
    transform: scale(0.7);
    transition: transform .4s;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
}

.form-toggle:hover .icon {
    transform: scale(1)
}

.testdrive-form {
    display: none;
}

.testdrive-form.active {
    display: block;
}

/* ==========================================================================
         Fallback
         ========================================================================== */

[hidden] {
    display: none !important;
}

.ie9 img[src$=".svg"] {
    width: 100% !important;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100% !important;
    }
}

.fallback {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #f4b61c;
    display: table;
    overflow: hidden;
    z-index: 10000;
    color: #1b1b1b;
}

.fallback-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: default
}

.fallback-content .logo {
    width: 220px;
    height: 220px;
    background: url(../images/ie-fallback-logo.png) no-repeat center center;
    background-size: contain;
    display: inline-block
}

.fallback-content hr {
    border-top: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
    margin: 0 35% 25px;
}

.fallback-content h1 {
    font-size: 38px;
    margin-bottom: 50px;
}

.fallback-content .contact {
    font-size: 1em;
}

/* cookie css*/

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 999999;
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}
.menu-table .item-order {
    display: none;
}
.order-cart {
display: none;;
}
/* rye-regular - latin */
@font-face {
    font-family: 'Rye';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rye-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/rye-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/rye-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/rye-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/rye-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/rye-v13-latin-regular.svg#Rye') format('svg'); /* Legacy iOS */
  }
  