/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

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
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

.slick-slider {
    position: relative;
    display: block;
    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-track,
.slick-slider .slick-list {
    -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:before,
.slick-track:after {
    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-arrow.slick-hidden {
    display: none
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: #685E5E;
    border-radius: 50%;
    display: block;
    height: 9px;
    width: 9px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li.slick-active button {
    background: #FFFFFF
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 10px;
    width: 21px
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    background: url("../images/arrow.svg") no-repeat;
    content: ""
}

[dir="rtl"] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background: url("../images/arrow.svg") no-repeat;
    content: ""
}

[dir="rtl"] .slick-next:before {
    content: ""
}

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

.row:after,
.row:before {
    content: "";
    display: table;
    clear: both
}

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

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

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

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

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

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

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

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

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

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

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

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

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

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

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

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

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

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

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

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

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

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

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

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

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

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

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

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

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

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

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

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

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

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

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

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

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

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

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

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

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

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

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

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

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

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

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

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

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

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

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

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

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

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

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

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

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

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

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

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

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

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

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

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

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

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

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

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

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

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

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

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

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

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

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

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

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

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

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

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

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

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

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

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

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

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

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

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

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

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

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

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

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

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

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

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

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

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

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-xs-block,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    background: #150d1b;
    color: #fff;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    -webkit-font-smoothing: antialiased
}

@media (min-width: 1200px) {
    html {
        font-size: 13px
    }
}

body {
    width: 100%
}

body.menu-open {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

body.modal-open {
    overflow: hidden
}

body.modal-open .gallery-modal-carousel,
body.modal-open .gallery-modal-dialog {
    display: block
}

.background-gradient {
    background: #150d1b;
    background: -webkit-linear-gradient(#150d1b, #000);
    background: -o-linear-gradient(#150d1b, #000);
    background: -moz-linear-gradient(#150d1b, #000);
    background: linear-gradient(#150d1b, #000)
}

a {
    color: #fff;
    text-decoration: none
}

p {
    margin-top: 0
}

h1,
h2,
h3,
h4 {
    font-family: 'Alice', serif;
    margin: 0;
    font-weight: normal
}

img {
    display: inline-block
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 60px
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1190px
}

@media (min-width: 768px) {
    .container {
        padding: 0 35px
    }
}

@media (min-width: 992px) {
    .container {
        padding: 0 65px
    }
}

.font-thin {
    font-weight: 300
}

.spacing-small {
    margin-bottom: 30px
}

.spacing-base {
    margin-bottom: 60px
}

.spacing-medium {
    margin-bottom: 80px
}

.spacing-large {
    margin-bottom: 100px
}

@media (min-width: 768px) {
    .spacing-small {
        margin-bottom: 30px
    }

    .spacing-base {
        margin-bottom: 80px
    }

    .spacing-medium {
        margin-bottom: 100px
    }

    .spacing-large {
        margin-bottom: 130px
    }
}

@media (min-width: 992px) {
    .spacing-small {
        margin-bottom: 40px
    }

    .spacing-base {
        margin-bottom: 85px
    }

    .spacing-medium {
        margin-bottom: 110px
    }

    .spacing-large {
        margin-bottom: 140px
    }
}

@media (min-width: 1200px) {
    .spacing-small {
        margin-bottom: 50px
    }

    .spacing-base {
        margin-bottom: 90px
    }

    .spacing-medium {
        margin-bottom: 120px
    }

    .spacing-large {
        margin-bottom: 150px
    }
}

.site-container {
    max-width: 100%
}

.site-header {
    position: fixed;
    width: 100%;
    z-index: 99
}

.site-header.active {
    background: #150d1b
}

.site-header.active .potionomics-logo {
    opacity: 1
}

.site-header-nav {
    text-align: center;
    position: relative;
    z-index: 3
}

.site-header-nav-wrapper {
    position: relative;
    margin: 15px 0
}

.menu-cta {
    left: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    float: left
}

.menu-hamburger {
    display: block;
    width: 22px;
    height: 12px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 50%;
    margin-top: -7px
}

.menu-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.menu-hamburger span:nth-child(even) {
    left: 50%
}

.menu-hamburger span:nth-child(1),
.menu-hamburger span:nth-child(2) {
    top: 0px
}

.menu-hamburger span:nth-child(odd) {
    left: 0px
}

.menu-hamburger span:nth-child(3),
.menu-hamburger span:nth-child(4) {
    bottom: 0px
}

.menu-hamburger.open span:nth-child(1),
.menu-hamburger.open span:nth-child(4) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-hamburger.open span:nth-child(2),
.menu-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-hamburger.open span:nth-child(1) {
    left: 2px;
    top: 1px
}

.menu-hamburger.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 1px
}

.menu-hamburger.open span:nth-child(3) {
    left: 2px;
    bottom: 1px
}

.menu-hamburger.open span:nth-child(4) {
    left: calc(50% - 2px);
    bottom: 1px
}

.mobile-menu {
    background-color: transparent;
    font-size: 28px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.mobile-menu:after,
.mobile-menu:before {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 768px) {
    .mobile-menu {
        font-size: 16px;
        position: relative;
        left: auto;
        right: auto;
        top: auto
    }
}

.mobile-menu .potionomics-logo {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out
}

@media (max-width: 767px) {
    .mobile-menu .potionomics-logo {
        display: none
    }
}

.mobile-menu-nav {
    text-align: left
}

.mobile-menu-nav a {
    display: inline-block;
    margin: 0 20px 0 0
}

.mobile-menu-social {
    text-align: right
}

.mobile-menu-social a {
    margin-right: 20px
}

.mobile-menu-social a:last-child {
    margin-right: 0
}

.mobile-menu-social img {
    vertical-align: middle
}

@media (max-width: 767px) {
    .mobile-menu {
        background-color: transparent;
        left: 0;
        right: 0;
        top: -100%;
        bottom: 100%
    }

    .mobile-menu.active {
        background-color: rgba(0, 0, 0, 0.8);
        bottom: 0;
        top: 0;
        -webkit-transition: background-color 200ms ease-in-out;
        -moz-transition: background-color 200ms ease-in-out;
        -o-transition: background-color 200ms ease-in-out;
        -ms-transition: background-color 200ms ease-in-out;
        transition: background-color 200ms ease-in-out
    }

    .mobile-menu.active .mobile-menu-nav {
        opacity: 1;
        -webkit-transition: opacity 600ms ease-in-out 200ms;
        -moz-transition: opacity 600ms ease-in-out 200ms;
        -o-transition: opacity 600ms ease-in-out 200ms;
        -ms-transition: opacity 600ms ease-in-out 200ms;
        transition: opacity 600ms ease-in-out 200ms
    }

    .mobile-menu.active .mobile-menu-social {
        opacity: 1;
        -webkit-transition: opacity 1s ease-in-out 300ms;
        -moz-transition: opacity 1s ease-in-out 300ms;
        -o-transition: opacity 1s ease-in-out 300ms;
        -ms-transition: opacity 1s ease-in-out 300ms;
        transition: opacity 1s ease-in-out 300ms
    }

    .mobile-menu-nav {
        opacity: 0;
        margin-top: -128px;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 0;
        right: 0
    }

    .mobile-menu-nav a {
        display: block;
        margin: 0 0 40px 0
    }

    .mobile-menu-social {
        opacity: 0;
        bottom: 30px;
        position: absolute;
        text-align: center;
        width: 100%
    }

    .mobile-menu-social a {
        margin-right: 10px
    }
}

@media (min-width: 768px) {
    .mobile-menu {
        margin: 30px auto
    }

    .mobile-menu-nav {
        float: left;
        margin-top: 6px
    }

    .mobile-menu-social {
        float: right
    }
}

@media (min-width: 1200px) {
    .section-hero {
        background: url("../images/hero/hero_layer_1.jpg") top center/100% no-repeat;
        background-attachment: fixed;
        padding-bottom: 62.5%;
        position: relative;
        overflow: hidden;
        opacity: 0;
        width: 100%
    }

    .section-hero .hero-layer {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }

    .section-hero .hero-layer-2 {
        background: url("../images/hero/hero_layer_2.png") top center/100% no-repeat;
        z-index: 2
    }

    .section-hero .hero-layer-3 {
        background: url("../images/hero/hero_layer_3.png") top center/100% no-repeat;
        z-index: 3
    }

    .section-hero .hero-layer-4 {
        background: url("../images/hero/hero_layer_4.png") top center/100% no-repeat;
        z-index: 4
    }

    .section-hero .hero-layer-5 {
        background: url("../images/hero/hero_layer_5.png") top center/100% no-repeat;
        z-index: 5
    }

    .section-hero .hero-layer-6 {
        background: url("../images/hero/hero_layer_6.png") top center/100% no-repeat;
        z-index: 6
    }

    .section-hero .hero-layer-7 {
        background: url("../images/hero/hero_layer_7.png") top center/100% no-repeat;
        z-index: 7
    }

    .section-hero .hero-layer-8 {
        height: 100%;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: url("../images/hero/hero_layer_8.png") top center/100% no-repeat;
        z-index: 8
    }

    .section-hero .hero-layer-9 {
        background: url("../images/hero/hero_layer_9.png") top center/100% no-repeat;
        z-index: 9
    }
}

@media (min-width: 1200px) {
    .hero-tablet {
        display: none
    }
}

.divider-container {
    text-align: center
}

.section-headline-top {
    text-align: center
}

.section-headline-top h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .section-headline-top h2 {
        font-size: 40px;
        line-height: 50px
    }
}

@media (min-width: 992px) {
    .section-headline-top h2 {
        line-height: 60px
    }
}

@media (min-width: 1200px) {
    .section-headline-top h2 {
        font-size: 45px
    }
}

.section-headline-bottom {
    text-align: center
}

.section-headline-bottom h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .section-headline-bottom h2 {
        font-size: 60px;
        line-height: 62px
    }
}

.section-headline-bottom p {
    font-size: 22px;
    line-height: 27px
}

@media (min-width: 768px) {
    .section-headline-bottom p {
        font-size: 32px;
        line-height: 40px
    }
}

.section-summary {
    font-family: 'Alice', serif;
    font-size: 20px;
    line-height: 26px
}

@media (min-width: 992px) {
    .section-summary {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 1200px) {
    .section-summary {
        font-size: 26px
    }
}

.section-summary h2 {
    font-size: 25px;
    line-height: 35px
}

@media (min-width: 768px) {
    .section-summary h2 {
        font-size: 30px;
        line-height: 36px
    }
}

@media (min-width: 992px) {
    .section-summary h2 {
        font-size: 35px;
        line-height: 48px
    }
}

@media (min-width: 1200px) {
    .section-summary h2 {
        font-size: 40px;
        line-height: 50px
    }
}

.letter-format {
    float: left;
    margin-right: 20px
}

@media (min-width: 768px) {
    .letter-format {
        height: 160px
    }
}

@media (min-width: 992px) {
    .letter-format {
        height: 220px
    }
}

@media (min-width: 1200px) {
    .letter-format {
        height: 176px;
        margin-right: 30px
    }
}

.section-features {
    text-align: center
}

.section-features .feature-icon {
    margin-bottom: 15px
}

.section-features .feature-image {
    margin-bottom: 60px
}

@media (min-width: 1200px) {
    .section-features .feature-image {
        margin-bottom: 0
    }
}

.section-features h2 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .section-features h2 {
        font-size: 40px;
        line-height: 50px
    }
}

@media (min-width: 1200px) {
    .section-features h2 {
        font-size: 45px
    }
}

.section-features p {
    font-size: 20px;
    line-height: 24px
}

@media (min-width: 768px) {
    .section-features p {
        line-height: 28px
    }
}

@media (min-width: 992px) {
    .section-features p {
        font-size: 24px;
        line-height: 32px
    }
}

.section-gallery {
    max-width: 1690px
}

.section-gallery .gallery-carousel-container {
    list-style: none;
    padding: 0
}

.section-gallery .gallery-list-container .gallery-item {
    margin-bottom: 30px
}

.section-gallery .gallery-list-container .gallery-item img {
    display: block
}

.gallery-modal-dialog {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    z-index: 998
}

.gallery-modal-carousel {
    cursor: default;
    display: none;
    left: 10%;
    position: fixed;
    top: 15%;
    width: 80%
}

@media (min-width: 1200px) {
    .gallery-modal-carousel {
        left: 20%;
        width: 60%
    }
}

.development-blog {
    display: block;
    opacity: 0.8;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out
}

.development-blog:hover {
    opacity: 1
}

footer {
    padding: 90px 20px 60px;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    text-align: center
}

.voracious-logo {
    display: block;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .voracious-logo {
        margin-bottom: 60px
    }

    .footer-copy-left {
        text-align: right
    }

    .footer-copy-right {
        text-align: left
    }

    .footer-copy-text {
        padding: 0 20px
    }
}