@charset "UTF-8";
@-webkit-keyframes paceDone {
    0% {
        width: 1px;
    }
    100% {
        width: 100%;
    }
}

@keyframes paceDone {
    0% {
        width: 1px;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes FadeOut {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes FadeOut {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.fadeOut {
    -webkit-animation-name: FadeOut;
    animation-name: FadeOut;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes FadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes FadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes scaleToLeftInvert {
    0% {
        width: 100%;
    }
    100% {
        width: 0px;
    }
}

@keyframes scaleToLeftInvert {
    0% {
        width: 100%;
    }
    100% {
        width: 0px;
    }
}

@-webkit-keyframes scaleToLeftFifty {
    0% {
        width: 1px;
    }
    100% {
        width: 45.9%;
    }
}

@keyframes scaleToLeftFifty {
    0% {
        width: 1px;
    }
    100% {
        width: 45.9%;
    }
}

@-webkit-keyframes scaleToLeft {
    0% {
        width: 1px;
    }
    100% {
        width: 100%;
    }
}

@keyframes scaleToLeft {
    0% {
        width: 1px;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes scaleToRight {
    0% {
        width: 1px;
    }
    100% {
        width: 100%;
    }
}

@keyframes scaleToRight {
    0% {
        width: 1px;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes scaleJump {
    0% {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
    10% {
        transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
}

@keyframes scaleJump {
    0% {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
    10% {
        transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes scaleSize {
    0% {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
    100% {
        transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }
}

@keyframes scaleSize {
    0% {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
    100% {
        transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-webkit-keyframes animationMoveToRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@keyframes animationMoveToRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-webkit-keyframes animationMoveToLeftInvert {
    0% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes animationMoveToLeftInvert {
    0% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes animationMoveToLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(11px);
        transform: translateX(11px);
    }
}

@keyframes animationMoveToLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(11px);
        transform: translateX(11px);
    }
}

@-webkit-keyframes animationMoveToBottom {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animationMoveToBottom {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes animationBounceTop {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    70% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animationBounceTop {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    70% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes animationMoveToTop {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animationMoveToTop {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes ball {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: -100px;
    }
}

@keyframes ball {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: -100px;
    }
}

@-webkit-keyframes arrow {
    0% {
        margin-top: 50px;
    }
    50% {
        margin-top: 0px;
    }
    100% {
        margin-top: 50px;
    }
}

@keyframes arrow {
    0% {
        margin-top: 50px;
    }
    50% {
        margin-top: 0px;
    }
    100% {
        margin-top: 50px;
    }
}

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

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

@-webkit-keyframes moveCircle {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(1000px);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes moveCircle {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes moveCircleX {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateZ(600px);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes moveCircleX {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes animationContainer {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes animationContainer {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

.readmoresection span.registerbox {
    font-weight: bold !important;
}

.readmoresection {
    margin: 0 auto;
    display: inline-block;
    font-size: 25px;
    line-height: 1.35;
}

.readmoresection p {
    margin-bottom: 0px;
}

.readmoresection span {
    opacity: 0;
    display: none;
    font-weight: 400 !important;
    font-size: 22px !important;
}

.box--grow span {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.box--grow p {
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .box--grow {
        padding: 10px !important;
    }
    .readmoresection span {
        font-size: 15px !important;
        padding: 5px !important;
    }
}

@media screen and (max-width: 1366px) and (min-width: 320px) {

    .box--grow {
        width: 100% !important;
    }
}

.beh-shopping .btn-learn .readmoresection.box--grow p,
.beh-commuting .btn-learn .readmoresection.box--grow p {
    text-align: left !important;
}

.btn.btn-learn .readmoresection.box--grow p {
    text-align: right;
}

.btn.btn-learn .readmoresection.box--grow {
    width: 50%;
}

.btn.btn-learn .readmoresection.box--grow span {
    padding: 15px;
    text-align: center;
    display: inline-block !important;
    text-transform: initial !important;
}

/* ----------------------------------------------------------------------- */

/* frameworks */

/* ----------------------------------------------------------------------- */

/*
.fancybox-enabled {
    overflow: hidden;
}
*/

.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.7;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-button--fullscreen {
    display: none !important;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.25s, visibility 0s;
    transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px;
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #FFF;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-slide .contentwrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.fancybox-slide > * .btn-close {
    float: right;
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
}

.fancybox-slide > * .btn-close::before,
.fancybox-slide > * .btn-close::after {
    width: 50px;
    height: 4px;
    content: "";
    display: block;
    position: absolute;
    background: #FFF;
}

.fancybox-slide > * .btn-close::before {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.fancybox-slide > * .btn-close::after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media (min-width: 320px) and (max-width: 767px) {
    .fancybox-slide > * {
        width: 90%;
        height: 90vh;
        padding: 15px;
        margin: 44px 0 44px;
    }
    .fancybox-slide > * p {
        font-size: 16px;
        width: 100%;
        line-height: 24px;
        padding: 30px;
    }
    .fancybox-slide .contentwrapper {
        width: 100% !important;
    }
    .fancybox-slide .btn-close::before,
    .fancybox-slide .btn-close::after {}
}

@media (min-width: 768px) and (max-width: 1360px) {
    .fancybox-slide > * {
        width: 90%;
        height: 90vh;
        padding: 15px;
        margin: 44px 0 44px;
    }
    .fancybox-slide > * p {
        font-size: 16px;
        width: 80%;
        line-height: 24px;
    }
}

@media (min-width: 1361px) and (max-width: 1919px) {
    .fancybox-slide > * {
        width: 60%;
        height: 60vh;
        padding: 50px;
        margin: 44px 0 44px;
    }
    .fancybox-slide > * p {
        font-size: 18px;
        /*width: 60%;*/
        line-height: 32px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

@media (min-width: 1920px) {
    .fancybox-slide > * {
        width: 60%;
        /* height: auto;*/
        height: 70%;
        padding: 50px;
        margin: 44px 0 44px;

    }
    .fancybox-slide > * p {
        font-size: 18px;
        line-height: 32px;
        margin: 0 auto;
        margin-bottom: 20px;
        /* width: 70%;*/
    }
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 90%;
    height: 80%;
    /*max-width: calc(100% - 100px);*/
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
}

/* Caption */

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

/* Buttons */

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none;
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
    opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Navigation arrows */

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.fancybox-arrow::after {
    content: "";
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(data:image/svg+xmlbase64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}

.fancybox-arrow--right {
    right: 0;
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
    left: 0;
}

.fancybox-show-nav .fancybox-arrow {
    opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: 0.3;
}

/* Loading indicator */

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0;
    }

    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important;
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }

    /* Fullscreen  */
    .fancybox-button--fullscreen::before {
        width: 15px;
        height: 11px;
        left: calc(50% - 7px);
        top: calc(50% - 6px);
        border: 2px solid;
        background: none;
    }

    /* Slideshow button */
    .fancybox-button--play::before,
    .fancybox-button--pause::before {
        top: calc(50% - 6px);
        left: calc(50% - 4px);
        background: transparent;
    }

    .fancybox-button--play::before {
        width: 0;
        height: 0;
        border-top: 6px inset transparent;
        border-bottom: 6px inset transparent;
        border-left: 10px solid;
        border-radius: 1px;
    }

    .fancybox-button--pause::before {
        width: 7px;
        height: 11px;
        border-style: solid;
        border-width: 0 2px 0 2px;
    }

    /* Thumbs */
    .fancybox-thumbs {
        display: none;
    }

    .fancybox-button--thumbs {
        display: none;
    }
}

@media all and (min-width: 800px) {
    .fancybox-button--thumbs {
        display: inline-block;
    }

    .fancybox-button--thumbs span {
        font-size: 23px;
    }

    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99995;
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px;
    }

    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0;
    }

    .fancybox-thumbs > ul > li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, 0.1);
    }

    .fancybox-thumbs > ul > li > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .fancybox-thumbs > ul > li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1;
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace .pace-progress {
    background: white;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .pace-inactive {
        display: none;
    }
}

@media (min-width: 481px) {
    .pace-inactive {
        display: none;
    }
}

/*!
 * fullPage 2.8.8
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;

}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    border: 1px solid #fff;
    background: transparent;
}

#fp-nav ul li a span.blackbg,
.fp-slidesNav ul li a span.blackbg,
#fp-nav ul li:hover a span.blackbg,
.fp-slidesNav ul li:hover a span.blackbg {
    background-color: #231f20 !important;
    border-color: #231f20 !important;
}

#fp-nav ul li a.active span.blackbg,
.fp-slidesNav ul li a.active span.blackbg,
#fp-nav ul li:hover a.active span.blackbg,
.fp-slidesNav ul li:hover a.active span.blackbg {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    border: 1px solid #fff !important;
    background: transparent !important;
    ;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 12px;
    width: 12px;
    border: 0;

    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;

    background-color: #c79216;
    border: 1px solid #c79216;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

@media (min-width: 320px) and (max-width: 767px) {
    #fp-nav ul li a span,
    .fp-slidesNav ul li a span {
        display: none;
    }
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    margin-top: -20px;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 40px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/* ----------------------------------------------------------------------- */

/* behaviors */

/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */

/* 1. INTRO */

/* ----------------------------------------------------------------------- */

.beh-intro .container {
    text-align: center;
}

.beh-intro .container h1.logo img {
    height: auto;
}

.beh-intro .builders li {
    display: inline;
}

.beh-intro .builders li img {
    width: 150px;
    padding: 0 5px;
}

.beh-intro .rights {
    display: block;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    width: 100% !important;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {
    .beh-intro {
        text-align: center;
        background: url('../images/img-bkg-leather-xs@2x.jpg?1503582266') no-repeat top;
        background-size: cover;
    }
    .beh-intro .container h1.logo {
        margin-bottom: 30px;
    }
    .beh-intro .container h1.logo img {
        width: 200px;
    }
    .beh-intro .container .builders li {
        margin-left: 10px;
        margin-right: 10px;
    }
    .beh-intro .container .builders li img {
        max-width: 80px;
    }
    .beh-intro .container .builders li:nth-child(1) {
        margin-top: 50px;
    }
    .beh-intro .rights {
        font-size: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .beh-intro {
        background: url('../images/img-bkg-leather-sm@2x.jpg?1503582384') no-repeat top;
        background-size: cover;
    }
    .beh-intro .container h1.logo {
        margin-bottom: 30px;
    }
    .beh-intro .container h1.logo img {
        width: 300px;
    }
    .beh-intro .container .builders li {
        margin: 0 30px;
    }
    .beh-intro .container .builders li img {
        max-width: 160px;
    }
}

@media (min-width: 1361px) and (max-width: 1919px) {
    .beh-intro {
        background: url('../images/img-bkg-leather-md@2x.jpg?1503582073') no-repeat top;
        background-size: cover;
    }
    .beh-intro .container h1.logo {
        margin-bottom: 50px;
    }
    .beh-intro .container h1.logo img {
        width: 400px;
    }
    .beh-intro .container .builders li {
        margin: 0 30px;
    }
    .beh-intro .container .builders li img {
        max-width: 140px;
    }
}

@media (min-width: 1920px) {
    .beh-intro {
        background: url('../images/img-bkg-leather-lg@2x.jpg?1503581791') no-repeat top;
        background-size: cover;
    }
    .beh-intro .container h1.logo {
        margin-bottom: 200px;
    }
    .beh-intro .container h1.logo img {
        width: 700px;
    }
    .beh-intro .container .builders li {
        margin: 0 20px;
    }
    .beh-intro .container .builders li img {
        max-width: 160px;
    }
}

/* ----------------------------------------------------------------------- */

/* 2. COMING */

/* ----------------------------------------------------------------------- */

.beh-coming p.lead {
    font-family: 'Raleway', sans-serif;

}

.beh-coming h1,
.beh-coming p.lead,
.beh-coming p {
    text-align: center;
    color: #414042;
}

.beh-coming h1 {
    font-family: "Cormorant Garamond", sans-serif;
    margin-bottom: 0px;
}

.beh-coming p.lead {
    font-style: italic;
}

.beh-coming p {
    margin: 0 auto;
    display: block;
    font-family: "Raleway", sans-serif;

}

@media (min-width: 320px) and (max-width: 767px) {
    .beh-coming {
        background: url('../images/img-bkg-coming-xs@2x.jpg?1503582247') no-repeat top;
        background-size: cover;
    }
    .beh-coming h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .beh-coming h1 small {
        font-size: 14px;
    }
    .beh-coming p.lead {
        font-size: 16px;
        font-weight: 100;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .beh-coming p {
        width: 100%;
        line-height: 24px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .beh-coming {
        background: url('../images/img-bkg-coming-sm@2x.jpg?1503582347') no-repeat top;
        background-size: cover;
    }
    .beh-coming h1 {
        font-size: 42px;
        font-weight: 100;
        margin-bottom: 15px;
    }
    .beh-coming h1 small {
        font-size: 30px;
    }
    .beh-coming p.lead {
        font-size: 24px;
        font-weight: 100;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .beh-coming p {
        width: 80%;
        line-height: 28px;
        font-size: 18px;
    }
}

@media (min-width: 1361px) and (max-width: 1919px) {
    .beh-coming {
        background: url('../images/img-bkg-coming-md@2x.jpg?1503582038') no-repeat top;
        background-size: cover;
    }
    .beh-coming h1 {
        font-size: 60px;
        font-weight: 100;
        margin-bottom: 15px;
    }
    .beh-coming h1 small {
        font-size: 30px;
    }
    .beh-coming p.lead {
        font-size: 32px;
        font-weight: 100;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .beh-coming p {
        width: 80%;
        line-height: 32px;
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .beh-coming {
        background: url('../images/img-bkg-coming-lg@2x.jpg?1503581758') no-repeat top;
        background-size: cover;
    }
    .beh-coming h1 {
        font-size: 70px;
        font-weight: 100;
    }
    .beh-coming h1 small {
        font-size: 50px;
    }
    .beh-coming p.lead {
        font-size: 36px;
        font-weight: 100;
        line-height: 36px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .beh-coming p {
        width: 60%;
        font-size: 22px;
    }
}

/* ----------------------------------------------------------------------- */

/* 3. INSPIRED */

/* ----------------------------------------------------------------------- */

.beh-inspired {
    background: black;
    color: #FFF;
}

.beh-inspired:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    z-index: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.beh-inspired h1 {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.beh-inspired h1 span {
    display: block;
    clear: both;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.beh-inspired h1 span.ani-01,
.beh-inspired h1 span.ani-03 {
    font-family: "Open Sans Condensed", sans-serif;
}

.beh-inspired h1 span.ani-02 {
    font-family: "Cormorant Garamond", sans-serif;
}

.beh-inspired .btn-learn {
    display: block;
    float: none !important;
    white-space: pre-wrap;
}

.beh-inspired h1 span.ani-01:before,
.beh-inspired h1 span.ani-01:after {
    display: block;
    float: left;
    content: "";
    position: absolute;
    background: url('../images/bkg-arrow.png?1503331021') no-repeat top;
    background-size: cover;
}

.beh-inspired h1 span.ani-01:before {
    left: 0;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.beh-inspired h1 span.ani-01:after {
    right: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
    .beh-inspired {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/img-bkg-inspired-xs@2x.jpg?1503582223') no-repeat top;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/img-bkg-inspired-xs@2x.jpg?1503582223') no-repeat top;
        background-size: cover;
    }
    .beh-inspired h1 span.ani-01,
    .beh-inspired h1 span.ani-03 {
        font-size: 32px;
    }
    .beh-inspired h1 span.ani-01 {
        margin-top: -70px;
    }
    .beh-inspired h1 span.ani-01:before,
    .beh-inspired h1 span.ani-01:after {
        display: none;
    }
    .beh-inspired h1 span.ani-02 {
        line-height: 60px;
        font-size: 60px;
        letter-spacing: 10px;
        margin-top: -25px;
        margin-left: 10px;
    }
    .beh-inspired h1 span.ani-03 {
        margin-top: 40px;
    }
    .beh-inspired .btn-learn {
        margin-top: 90px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .beh-inspired {
        background: url('../images/img-bkg-inspired-sm@2x.jpg?1503582321') no-repeat top;
        background-size: cover;
    }
    .beh-inspired h1 span.ani-01,
    .beh-inspired h1 span.ani-03 {
        font-size: 50px;
    }
    .beh-inspired h1 span.ani-01 {
        padding: 0 180px;
        margin-top: -120px;
    }
    .beh-inspired h1 span.ani-01:before,
    .beh-inspired h1 span.ani-01:after {
        width: 150px;
        height: 30px;
        top: 20px;
    }
    .beh-inspired h1 span.ani-02 {
        line-height: 100px;
        font-size: 100px;
        letter-spacing: 60px;
        margin-top: -70px;
        margin-left: 25px;
    }
    .beh-inspired h1 span.ani-03 {
        margin-top: 40px;
    }
    .beh-inspired .btn-learn {
        margin-top: 150px;
        text-align: center;
    }
}

@media (min-width: 1361px) and (max-width: 1919px) {
    .beh-inspired {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/img-bkg-inspired-md@2x.jpg?1503581985') no-repeat top;
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/img-bkg-inspired-md@2x.jpg?1503581985') no-repeat top;
        background-size: cover;
    }
    .beh-inspired h1 span.ani-01,
    .beh-inspired h1 span.ani-03 {
        font-size: 50px;
    }
    .beh-inspired h1 span.ani-01 {
        padding: 0 180px;
        margin-top: -120px;
    }
    .beh-inspired h1 span.ani-01:before,
    .beh-inspired h1 span.ani-01:after {
        width: 150px;
        height: 30px;
        top: 20px;
    }
    .beh-inspired h1 span.ani-02 {
        line-height: 120px;
        font-size: 120px;
        letter-spacing: 60px;
        margin-top: -70px;
        margin-left: 25px;
    }
    .beh-inspired h1 span.ani-03 {
        margin-top: 40px;
    }
    .beh-inspired .btn-learn {
        margin-top: 150px;
        text-align: center;
    }
}

@media (min-width: 1920px) {
    .beh-inspired:before {
        background: url('../images/img-bkg-inspired-lg@2x.jpg?1503581714') no-repeat top;
        background-size: cover;
    }
    .beh-inspired h1 span.ani-01,
    .beh-inspired h1 span.ani-03 {
        font-size: 80px;
    }
    .beh-inspired h1 span.ani-01 {
        padding: 0 200px;
        margin-top: -200px;
    }
    .beh-inspired h1 span.ani-01:before,
    .beh-inspired h1 span.ani-01:after {
        width: 180px;
        height: 40px;
        top: 25px;
    }
    .beh-inspired h1 span.ani-02 {
        line-height: 150px;
        font-size: 200px;
        letter-spacing: 74px;
        margin-top: -110px;
        margin-left: 35px;
    }
    .beh-inspired h1 span.ani-03 {
        margin-top: 40px;
    }
    .beh-inspired .btn-learn {
        text-align: center;
        margin-top: 140px;
    }
}

/* ----------------------------------------------------------------------- */

/* 4. CLUB */

/* ----------------------------------------------------------------------- */

.beh-club h1 {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: "Cormorant Garamond", sans-serif;
}

.beh-club h1 .btn-learn {
    text-align: center;
}

.beh-club h1 span {
    display: block;
    clear: both;
    text-align: center;
}

.beh-club h1 span.ani-01 {
    position: relative;
    margin: 0 auto;
    color: #414042;
    font-style: italic;
}

.beh-club h1 span.ani-01:before {
    margin-right: 15px;
}

.beh-club h1 span.ani-01:after {
    margin-left: 15px;
}

.beh-club h1 span.ani-01:before,
.beh-club h1 span.ani-01:after {
    display: block;
    float: left;
    content: "";
    background: white;
}

.beh-club h1 span.ani-02 {
    color: #FFF;
}

.beh-club .btn-learn {
    margin: 0 auto !important;
    display: block;
    float: none !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .beh-club {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/img-bkg-club-xs@2x.jpg?1503582216') no-repeat top;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/img-bkg-club-xs@2x.jpg?1503582216') no-repeat top;
        background-size: cover;
    }
    .beh-club h1 {
        font-size: 30px;
        color: #fff;
    }
    .beh-club h1 span.ani-01 {
        width: 70%;
        color: #fff;
    }
    .beh-club h1 span.ani-01:before,
    .beh-club h1 span.ani-01:after {
        width: 15px;
        height: 3px;
        margin-top: 17px;
    }
    .beh-club h1 span.ani-01:before {
        float: left;
    }
    .beh-club h1 span.ani-01:after {
        float: right;
    }
    .beh-club h1 span.ani-02 {
        letter-spacing: 14px;
    }
    .beh-club .btn-learn {
        text-align: center;
        margin-top: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .beh-club {
        background: url('../images/img-bkg-club-sm@2x.jpg?1503582314') no-repeat top;
        background-size: cover;
    }
    .beh-club h1 {
        font-size: 42px;
    }
    .beh-club h1 span.ani-01 {
        width: 50%;
    }
    .beh-club h1 span.ani-01:before,
    .beh-club h1 span.ani-01:after {
        width: 30px;
        height: 5px;
        margin-top: 25px;
    }
    .beh-club h1 span.ani-01:before {
        float: left;
    }
    .beh-club h1 span.ani-01:after {
        float: right;
    }
    .beh-club h1 span.ani-02 {
        letter-spacing: 28px;
    }
    .beh-club .btn-learn {
        text-align: center;
        margin-top: 30px;
    }
}

@media (min-width: 1361px) and (max-width: 1919px) {
    .beh-club {
        background: url('../images/img-bkg-club-md@2x.jpg?1503581909') no-repeat top;
        background-size: cover;
    }
    .beh-club h1 {
        font-size: 60px;
    }
    .beh-club h1 span.ani-01 {
        width: 50%;
    }
    .beh-club h1 span.ani-01:before,
    .beh-club h1 span.ani-01:after {
        width: 50px;
        height: 5px;
        margin-top: 40px;
    }
    .beh-club h1 span.ani-01:before {
        float: left;
    }
    .beh-club h1 span.ani-01:after {
        float: right;
    }
    .beh-club h1 span.ani-02 {
        letter-spacing: 40px;
    }
    .beh-club .btn-learn {
        text-align: center;
        margin-top: 30px;
    }
}

@media (min-width: 1920px) {
    .beh-club {
        background: url('../images/img-bkg-club-lg@2x.jpg?1503581697') no-repeat top;
        background-size: cover;
    }
    .beh-club h1 {
        font-size: 100px;
    }
    .beh-club h1 span.ani-01 {
        /*width: 50%;*/
        display: inline-block;
    }
    .beh-club h1 span.ani-01:before,
    .beh-club h1 span.ani-01:after {
        width: 50px;
        height: 5px;
        margin-top: 70px;
    }
    .beh-club h1 span.ani-01:before {
        float: left;
    }
    .beh-club h1 span.ani-01:after {
        float: right;
    }
    .beh-club h1 span.ani-02 {
        letter-spacing: 50px;
        margin-right: -50px;
        padding: 20px 0 30px 0;
    }
    .beh-club .btn-learn {
        text-align: center;
        margin-top: 30px;
    }
}

/* ----------------------------------------------------------------------- */

/* 5. SHOPPING */

/* ----------------------------------------------------------------------- */

.beh-shopping {
    color: #FFF;
}

.beh-shopping .btn-learn,
.beh-commuting .btn-learn {
    text-align: left;
}

.beh-shopping h1 {
    position: relative;
    display: block;
    font-weight: 100;
    font-family: "Cormorant Garamond", sans-serif;
    font-style: italic;
    text-transform: uppercase;
}

.beh-shopping h1 span {
    display: block;
    clear: both;
}

.beh-shopping h1 span:nth-child(4) {
    z-index: -1;
    position: absolute;
}

.beh-shopping h1 span:nth-child(4) img {
    width: 490px;
}

@media (min-width: 320px) and (max-width: 767px) {

    .beh-shopping {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/img-bkg-shopping-xs@2x.jpg?1503582259') no-repeat bottom;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/img-bkg-shopping-xs@2x.jpg?1503582259') no-repeat bottom;
        background-size: cover;
    }
    .beh-shopping .btn-learn {
        text-align: center;
    }
    .beh-shopping h1 {
        font-size: 52px;
        line-height: 52px;
    }
    .beh-shopping h1 span:first-child {
        margin-left: 20px;
    }
    .beh-shopping h1 span:nth-child(2) {
        margin-left: 40px;
    }
    .beh-shopping h1 span:nth-child(3) {
        margin-left: 70px;
    }
    .beh-shopping h1 span:nth-child(4) {
        margin-left: -35px;
        top: 50px;
        z-index: -1;
        width: 200px;
    }
    .beh-shopping h1 span:nth-child(4) img {
        width: 100%;
    }
    .beh-shopping .btn-learn {
        margin-top: 30px;
        margin-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .beh-shopping {
        background: url('../images/img-bkg-shopping-sm@2x.jpg?1503582356') no-repeat bottom;
        background-size: cover;
    }
    .beh-shopping h1 {
        font-size: 100px;
        line-height: 90px;
    }
    .beh-shopping h1 span:first-child {
        margin-left: 0px;
    }
    .beh-shopping h1 span:nth-child(2) {
        margin-left: 25px;
    }
    .beh-shopping h1 span:nth-child(3) {
        margin-left: 50px;
    }
    .beh-shopping h1 span:nth-child(4) {
        margin-left: -100px;
        top: 100px;
        z-index: -1;
        width: 200px;
    }
    .beh-shopping h1 span:nth-child(4) img {
        width: 100%;
    }
    .beh-shopping .btn-learn {
        margin-top: 30px;
        margin-left: 25px;
    }
}

@media screen and (max-width: 480px) {
    .btn-learn {
        width: 90% !important;
    }
}

@media (min-width: 1361px) and (max-width: 1919px) {
    .beh-shopping {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/img-bkg-shopping-md@2x.jpg?1503582056') no-repeat bottom;
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/img-bkg-shopping-md@2x.jpg?1503582056') no-repeat bottom;
        background-size: cover;
    }
    .beh-shopping h1 {
        font-size: 110px;
        line-height: 100px;
    }
    .beh-shopping h1 span:first-child {
        margin-left: 0px;
    }
    .beh-shopping h1 span:nth-child(2) {
        margin-left: 50px;
    }
    .beh-shopping h1 span:nth-child(3) {
        margin-left: 100px;
    }
    .beh-shopping h1 span:nth-child(4) {
        margin-left: -50px;
        top: 110px;
        z-index: -1;
        width: 250px;
    }
    .beh-shopping h1 span:nth-child(4) img {
        width: 100%;
    }
    .beh-shopping .btn-learn {
        /*margin-top: 30px;
        margin-left: 50px;*/
    }
}

@media (min-width: 1920px) {
    .beh-shopping {
        background: url('../images/shopping-bg-lg.jpg') no-repeat right center;
        background-size: cover;
    }
    .beh-shopping h1 {
        font-size: 130px;
        line-height: 120px;
    }
    .beh-shopping h1 span:first-child {
        margin-left: 100px;
    }
    .beh-shopping h1 span:nth-child(2) {
        margin-left: 200px;
    }
    .beh-shopping h1 span:nth-child(3) {
        margin-left: 300px;
    }
    .beh-shopping h1 span:nth-child(4) {
        top: 0px;
        z-index: -1;
    }
    .beh-shopping .btn-learn {
        /*margin-top: 30px;*/
        margin-left: 100px;
    }
}

/* ----------------------------------------------------------------------- */

/* 6. LIFESTYLE */

/* ----------------------------------------------------------------------- */

.beh-lifestyle {
    color: #414042;
}

.beh-lifestyle .btn-learn {
    float: right !important;
}

.beh-lifestyle h1 {
    text-transform: uppercase;
    position: relative;
    text-align: right;
    display: block;
}

.beh-lifestyle h1 span {
    display: block;
    clear: both;
}

.beh-lifestyle h1 span:nth-child(2),
.beh-lifestyle h1 span:nth-child(3) {
    font-family: "Cormorant Garamond", sans-serif;
}

.beh-lifestyle h1 span:first-child,
.beh-lifestyle h1 span:nth-child(4) {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
}

@media (min-width: 320px) and (max-width: 767px) {
    .beh-lifestyle {
        background: url('../images/img-bkg-lifestyle-xs@2x.jpg?1503582230') no-repeat top;
        background-size: cover;
    }
    .beh-lifestyle .btn-learn a {
        float: right;
    }
    .beh-lifestyle h1 {
        margin-right: 25px;
    }
    .beh-lifestyle h1 span:nth-child(2),
    .beh-lifestyle h1 span:nth-child(3) {
        font-size: 42px;
        line-height: 42px;
    }
    .beh-lifestyle h1 span:first-child,
    .beh-lifestyle h1 span:nth-child(4) {
        font-weight: bold;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 3px;
    }
    .beh-lifestyle .btn-learn {
        /*margin-top: 30px;*/
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .beh-lifestyle {
        background: url('../images/img-bkg-lifestyle-sm@2x.jpg?1503582334') no-repeat top;
        background-size: cover;
    }
    .beh-lifestyle h1 {
        margin-right: 0;
    }
    .beh-lifestyle h1 span:nth-child(2),
    .beh-lifestyle h1 span:nth-child(3) {
        font-size: 80px;
        font-weight: 100;
        line-height: 70px;
    }
    .beh-lifestyle h1 span:first-child,
    .beh-lifestyle h1 span:nth-child(4) {
        font-weight: bold;
        font-size: 60px;
        line-height: 50px;
        letter-spacing: 6px;
    }
    .beh-lifestyle .btn-learn {
        margin-top: 30px;
        text-align: right;
    }
}

@media (min-width: 1361px) and (max-width: 1919px) {
    .beh-lifestyle {
        background: url('../images/img-bkg-lifestyle-md@2x.jpg?1503582005') no-repeat top;
        background-size: cover;
    }
    .beh-lifestyle h1 {
        margin-right: 0;
    }
    .beh-lifestyle h1 span:nth-child(2),
    .beh-lifestyle h1 span:nth-child(3) {
        font-size: 100px;
        font-weight: 100;
        line-height: 90px;
    }
    .beh-lifestyle h1 span:first-child,
    .beh-lifestyle h1 span:nth-child(4) {
        font-weight: bold;
        font-size: 80px;
        line-height: 70px;
        letter-spacing: 8px;
    }
    .beh-lifestyle .btn-learn {
        /* margin-top: 30px;*/
        text-align: right;
    }
}

@media (min-width: 1920px) {
    .beh-lifestyle {
        background: url('../images/img-bkg-lifestyle-lg@2x.jpg?1503581732') no-repeat top;
        background-size: cover;
    }
    .beh-lifestyle h1 {
        margin-right: 25px;
    }
    .beh-lifestyle h1 span:nth-child(2),
    .beh-lifestyle h1 span:nth-child(3) {
        font-size: 160px;
        font-weight: 100;
        line-height: 140px;
    }
    .beh-lifestyle h1 span:first-child,
    .beh-lifestyle h1 span:nth-child(4) {
        font-weight: bold;
        font-size: 70px;
        line-height: 60px;
        letter-spacing: 10px;
    }
    .beh-lifestyle .btn-learn {
        /*margin-top: 30px;*/
        text-align: right;
    }
}

/* ----------------------------------------------------------------------- */

/* 7. COMMUTING */

/* ----------------------------------------------------------------------- */

.beh-commuting {
    color: #c79216;
}

.beh-commuting h1 {
    display: block;
    font-weight: bold;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
}

.beh-commuting h1 span {
    display: block;
    clear: both;
}

@media (min-width: 320px) and (max-width: 767px) {
    .beh-builders .container {
        top: 40% !important;
    }
    .beh-commuting {
        background: url('../images/img-bkg-commuting-xs@2x.jpg?1503513287') no-repeat top;
        background-size: cover;
    }
    .beh-commuting h1 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 6px;
    }
    .beh-commuting .btn-learn {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .beh-commuting {
        background: url('../images/img-bkg-commuting-sm@2x.jpg?1503582341') no-repeat top;
        background-size: cover;
    }
    .beh-commuting h1 {
        font-size: 60px;
        line-height: 52px;
        letter-spacing: 8px;
    }
    .beh-commuting .btn-learn {
        margin-top: 30px;
    }
}

@media (min-width: 1361px) and (max-width: 1919px) {
    .beh-commuting {
        background: url('../images/img-bkg-commuting-md@2x.jpg?1503582025') no-repeat top;
        background-size: cover;
    }
    .beh-commuting h1 {
        font-size: 80px;
        line-height: 70px;
        letter-spacing: 10px;
    }
    .beh-commuting .btn-learn {
        margin-top: 30px;
    }
}

@media (min-width: 1920px) {
    .beh-commuting {
        background: url('../images/img-bkg-commuting-lg@2x.jpg?1503581751') no-repeat top;
        background-size: cover;
    }
    .beh-commuting h1 {
        font-size: 120px;
        line-height: 105px;
        letter-spacing: 20px;
    }
    /*.beh-commuting .btn-learn {
      margin-top: 30px;
    }*/
}

/* ----------------------------------------------------------------------- */

/* 8. BUILDERS */

/* ----------------------------------------------------------------------- */

.beh-builders {
    color: #FFF;
}

.beh-builders h1 {
    position: relative;
    margin: 0 auto;
    display: block;
    font-weight: 100;
    text-align: center;
    font-family: "Cormorant Garamond", sans-serif;
    text-transform: uppercase;
}

.beh-builders h1 span {
    display: block;
    clear: both;
    text-align: center;
}

.beh-builders .builders {
    display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
    .beh-builders {
        background: url('../images/img-bkg-leather-xs@2x.jpg?1503582266') no-repeat top;
        background-size: cover;
    }
    .beh-builders h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .beh-builders .builders {
        width: 100%;
        margin: 15px auto 0 auto;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .beh-builders {
        background: url('../images/img-bkg-leather-sm@2x.jpg?1503582384') no-repeat top;
        background-size: cover;
    }
    .beh-builders h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .beh-builders .builders {
        width: 100%;
        margin: 30px auto 0 auto;
        display: block;
    }
}

@media (min-width: 1361px) and (max-width: 1919px) {
    .beh-builders {
        background: url('../images/img-bkg-leather-md@2x.jpg?1503582073') no-repeat top;
        background-size: cover;
    }
    .beh-builders h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .beh-builders .builders {
        width: 90%;
        margin: 30px auto 0 auto;
        display: block;
        font-size: 10px;
    }
}

@media (min-width: 1920px) {
    .beh-builders {
        background: url('../images/img-bkg-leather-lg@2x.jpg?1503581791'), url('../images/gold-strip.jpg');
        background-repeat: no-repeat, no-repeat;
        background-position: top, center;
        background-size: cover, cover;

    }
    .beh-builders h1 {
        font-size: 110px;
        line-height: 110px;
    }
    .beh-builders .builders {
        width: 80%;
        margin: 30px auto 0 auto;
        display: block;
    }
}



/* ----------------------------------------------------------------------- */

/* 9. BLOG */

/* ----------------------------------------------------------------------- */

.beh-blog {
    color: #414042;
}

.beh-blog .btn-learn,
.beh-commuting .btn-learn {
    text-align: left;
}

.beh-blog h1 {
    position: relative;
    display: block;
    font-weight: 100;
    font-family: "Cormorant Garamond", sans-serif;
    font-style: italic;
    text-transform: uppercase;
}

.beh-blog h1 span {
    display: block;
    clear: both;
}

.beh-blog h1 span:nth-child(4) {
    z-index: -1;
    position: absolute;
}

.beh-blog h1 span:nth-child(4) img {
    width: 490px;
}

@media (min-width: 320px) and (max-width: 767px) {

    .beh-blog {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/img-bkg-blog-xs@2x.jpg?1503582259') no-repeat bottom;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/img-bkg-blog-xs@2x.jpg?1503582259') no-repeat bottom;
        background-size: cover;
    }
    .beh-blog .btn-learn {
        text-align: center;
    }
    .beh-blog h1 {
        font-size: 52px;
        line-height: 52px;
    }
    .beh-blog h1 span:nth-child(4) img {
        width: 100%;
    }
    .beh-blog .btn-learn {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .beh-blog {
        background: url('../images/img-bkg-blog-sm@2x.jpg?1503582356') no-repeat bottom;
        background-size: cover;
    }
    .beh-blog h1 {
        font-size: 100px;
        line-height: 90px;
    }
    .beh-blog h1 span:nth-child(4) img {
        width: 100%;
    }
    .beh-blog .btn-learn {
        margin-top: 30px;
    }

}

@media screen and (max-width: 480px) {
    .btn-learn {
        width: 90% !important;
    }
}

@media (min-width: 1361px) and (max-width: 1919px) {
    .beh-blog {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/img-bkg-blog-md@2x.jpg?1503582056') no-repeat bottom;
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/img-bkg-blog-md@2x.jpg?1503582056') no-repeat bottom;
        background-size: cover;
    }
    .beh-blog h1 {
        font-size: 110px;
        line-height: 100px;
    }
    .beh-blog h1 span:nth-child(4) img {
        width: 100%;
    }
    .beh-blog .btn-learn {
        /*margin-top: 30px;
        margin-left: 50px;*/
    }
}

@media (min-width: 1920px) {
    .beh-blog {
        background: url('../images/blog-bg-lg.jpg') no-repeat right center;
        background-size: cover;
        background-position: center right;
    }
    .beh-blog h1 {
        font-size: 110px;
        line-height: 115px;
    }
}

/* ----------------------------------------------------------------------- */

/* ALL STYLES */

/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */

/* 0. GENERALS */

/* ----------------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Raleway", sans-serif;
    background: #414042;
}

body ::-moz-selection {
    background: #FFF;
    color: #414042;
}

body ::selection {
    background: #FFF;
    color: #414042;
}

body .pace {
    display: none !important;
}

body.pace-running {
    overflow: hidden;
}

body.pace-running section {
    /*opacity: 0;*/
}

body.preload {
    -webkit-transition: none !important;
    transition: none !important;
}

body {
    width: 100%;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body section {
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    -webkit-box-shadow: inset 0px 10px 30px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    height: 100vh;
    display: block;
}

.beh-builders .container {
    top: 50% !important;
}

body section.beh-blog .container {
    top: 20%;
}

body section .container {
    width: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    top: 38%;
    background: text-rendering;
    padding-left: 60px;
    padding-right: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body section .animation {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

body section.active .animation {
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    opacity: 1;
    filter: alpha(opacity=100);
}

body section.active .animation.ani-01 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

body section.active .animation.ani-02 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;

}

body section.active .animation.ani-03 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

body section.active .animation.ani-04 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

body section.active .animation.ani-05 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

body section.active .animation.ani-06 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s;
}

body section.active .animation.ani-07 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

body section a {
    cursor: pointer;
}

body .btn {
    font-weight: bold;
    display: block;
    clear: both;
}

body .btn:focus {
    border: none;
    background: none;
    outline: none !important;
}

body .btn.btn-register {
    color: #231f20;
    font-family: "Cormorant Garamond", sans-serif;
    font-style: italic;
    text-align: center;
    line-height: 50px;
}

body .btn.btn-register a {
    color: #231f20;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (max-width: 479px) {
    .container {
        top: 20% !important;
    }
}

@media screen and (max-width: 1366px) {
    .beh-lifestyle .btn-learn {
        width: 85% !important
    }
    .beh-coming .container {
        top: 40% !important;
    }
    .container {
        top: 30% !important;
    }
}

@media screen and (max-width: 1919px) and (min-width: 1367px) {
    .btn-learn {
        width: 70% !important;
    }
    .container {
        top: 40% !important;
    }
    .btn.btn-learn .readmoresection.box--grow span {
        padding: 15px !important;
    }
}

.btn-learn {
    width: 70%;
}

.beh-inspired .btn-learn,
.beh-club .btn-learn {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 70% !important;
}

.beh-lifestyle .btn-learn {
    right: 100px !important;
}

.btn-learn {
    padding: 0px !important;
    position: absolute !important;
}

body .btn.btn-learn {
    font-family: "Cormorant Garamond", sans-serif;
    display: block;
    position: relative;
    float: left;
    white-space: normal;

    /*width: 100%;*/
}

body .btn.btn-learn a {
    color: #FFF;
    background: #c79216;
    text-transform: lowercase;
    text-decoration: none;
    font-style: italic;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
}

body .btn.btn-register-float {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: fixed;
    text-align: center;
    z-index: 8;
    display: block !important;
    cursor: pointer;
}

body .btn.btn-register-float a {
    color: #FFF;
    padding: 10px 15px 20px 15px;
    background: #c79216;
    text-transform: lowercase;
    text-decoration: none;
    font-style: italic;
    font-size: 22px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

body .btn.btn-action {
    font-family: "Cormorant Garamond", sans-serif;
    display: block;
}

body .btn.btn-action a {
    display: block;
    text-align: center;
    color: #FFF;
    background: #c79216;
    text-decoration: none;
}

body .btn.btn-action a span {
    display: block;
    text-transform: uppercase;
}

body .btn.btn-action a span:first-child {
    font-style: italic;
    font-weight: 400;
    line-height: 1;
}

body .btn.btn-action a span:nth-child(2) {
    font-weight: bold;
}

body .btn.btn-discover {
    font-family: "Cormorant Garamond", sans-serif;
    display: block;
    text-align: center;
    font-style: italic;
    clear: none;
}

body .btn.btn-discover a {
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}

body .btn.btn-discover.to-left {
    float: left;
}

body .btn.btn-discover.to-right {
    float: right;
}

@media (min-width: 320px) and (max-width: 767px) {

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .btn.btn-register {
        font-size: 50px;
    }
    .btn.btn-register a:before {
        font-size: 50px;
        margin: 50px 0 0 0;
        width: 50px;
        height: 50px;
    }
    .btn.btn-learn {
        font-size: 16px;
    }
    .btn.btn-learn a {
        padding: 10px 15px;
    }
    .btn.btn-register-float {
        top: 14%;
        font-size: 14px;
        right: -53px;
    }
    .home-btn {
        top: 20% !important;
        font-size: 14px;
        right: -15px !important;
    }
    .btn.btn-action {
        width: 100%;
        margin: 10px auto 0 auto;
        white-space: inherit !important;
    }
    .btn.btn-action a {
        padding: 15px;
        background: #c79216;
        font-size: 14px;
    }
    .btn.btn-action a span:first-child {
        margin-bottom: 10px;
    }
    .btn.btn-discover {
        width: 100%;
        font-size: 17px;
        margin: 0 auto 10px auto;
    }
    .btn.btn-discover a {
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .container {
        padding-left: calc(100% / 12);
        padding-right: calc(100% / 12);
    }

    .btn.btn-register {
        font-size: 50px;
    }
    .btn.btn-register a:before {
        font-size: 50px;
        margin: 50px 0 0 0;
        width: 50px;
        height: 50px;
    }
    .btn.btn-learn {
        font-size: 30px;
    }
    .btn.btn-learn a {
        padding: 15px 30px;
    }
    .btn.btn-register-float {
        top: 20%;
        font-size: 18px;
        width: 230px;
        right: -90px;
    }
    .btn.btn-register-float a {
        padding: 15px 30px 25px 30px;
    }
    .btn.btn-action {
        width: 100%;
        margin: 15px auto 0 auto;
    }
    .btn.btn-action a {
        padding: 15px 20px;
        background: #c79216;
        font-size: 16px;
    }
    .btn.btn-action a span:first-child {
        margin-bottom: 10px;
    }
    .btn.btn-discover {
        width: 48%;
        font-size: 24px;
        margin: 20px auto;
    }
    .btn.btn-discover a {
        padding: 30px;
    }
}

@media (min-width: 1361px) and (max-width: 1919px) {
    /*.builders{
        position: absolute;
    display: block;
    left: 50%;
    ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -260px
}*/
    .container {
        padding-left: calc(100% / 12 * 2);
        padding-right: calc(100% / 12 * 2);
    }

    .btn.btn-register {
        font-size: 50px;
        width: 80%;
    }
    .btn.btn-register .registerarrow {
        position: relative;
        left: -24%;
    }
    .btn.btn-register a:before {
        font-size: 50px;
        margin: 50px 0 0 0;
        width: 50px;
        height: 50px;
    }
    .btn.btn-learn {
        font-size: 30px;
    }
    .btn.btn-learn a {
        padding: 5px 30px;
    }
    .btn.btn-register-float {
        top: 20%;
        font-size: 18px;
        width: 230px;
        right: -90px;
    }
    .btn.btn-register-float a {
        padding: 15px 30px 25px 30px;
    }
    .btn.btn-action {
        width: 90%;
        margin: 30px auto 0 auto;
    }
    .btn.btn-action a {
        padding: 15px 25px;
        background: #c79216;
        font-size: 16px;
    }
    .btn.btn-action a span:first-child {
        margin-bottom: 10px;
    }
    .btn.btn-discover {
        width: 48%;
        font-size: 16px;
        margin: 30px auto 30px auto;
    }
    .btn.btn-discover a {
        padding: 25px;
        font-size: 30px;
    }
}

@media (min-width: 1920px) {
    .container {
        padding-left: calc(100% / 12 * 2);
        padding-right: calc(100% / 12 * 2);
    }

    .btn.btn-register {
        font-size: 50px;
        width: 60%;

    }
    .btn.btn-register .registerarrow {
        position: relative;
        left: -21%;
    }
    .btn.btn-register a:before {
        font-size: 50px;
        margin: 50px 0 0 0;
        width: 50px;
        height: 50px;
    }
    .btn.btn-learn {
        font-size: 30px;
    }
    .btn.btn-learn a {
        padding: 5px 50px
    }
    .btn.btn-register-float {
        top: 20%;
        font-size: 18px;
        width: 230px;
        right: -90px;
    }
    .btn.btn-register-float a {
        padding: 15px 30px 25px 30px;
    }
    .btn.btn-action {
        width: 80%;
        margin: 30px auto 0 auto;
    }
    .btn.btn-action a {
        padding: 15px 30px;
        background: #c79216;
        font-size: 28px;
    }
    /*.btn.btn-action a span:first-child {
      margin-bottom: 10px;
    }*/
    .btn.btn-discover {
        width: 48%;
        font-size: 26px;
        margin: 30px auto 50px auto;
    }
    .btn.btn-discover a {
        padding: 16px;
        font-size: 36px;
    }
}

.steps .prev-step,
.steps .next-step {
    position: fixed;

    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99;
    background: url('../images/btn-arrowdown@2x.png?1503419900') no-repeat;
    background-size: cover;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.steps .prev-step {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.steps .next-step {
    -webkit-animation: animationContainer 1.2s;
    animation: animationContainer 1.2s;
}

@media (min-width: 320px) and (max-width: 413px) {
    .prev-step,
    .next-step {
        right: 0%;
        width: 50px !important;
        height: 50px !important;
    }

    .prev-step {
        top: 0px;

    }

    .next-step {
        bottom: 0px;
    }
}

@media (min-width: 414px) and (max-width: 799px) {
    .prev-step,
    .next-step {
        right: 0px;
        width: 40px !important;
        height: 40px !important;
    }

    .prev-step {
        top: 5px;
    }

    .next-step {
        bottom: 5px;
    }
}

@media (min-width: 800px) and (max-width: 1360px) {
    .prev-step,
    .next-step {
        right: 25px;
    }

    .prev-step {
        top: 50px;
    }

    .next-step {
        bottom: 50px;
    }
}

@media (min-width: 1361px) {
    .prev-step,
    .next-step {
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    .prev-step {
        top: 5px;
        margin-left: -40px;
    }

    .next-step {
        bottom: 5px;
    }
}

.fp-viewing-intro .prev-step {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fp-viewing-builders .next-step {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}




/*KENNETH*/

.beh-builders p {
    margin: 10px 0;
}

.beh-coming .btn-register {
    text-align: right !important;
    margin: 0 auto;
}

small {
    color: #414042 !important;
}

#navigation {
    z-index: 999;
    position: absolute;
    right: 30px;
    top: 30px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #c79216;
}

.loader.show,
.loader.show .inner {
    -webkit-transition: -webkit-transform .4s, opacity .4s, -webkit-filter .4s, -webkit-transform .4s, opacity .4s, filter .4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, -webkit-filter 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s, -webkit-filter 0.4s;
    transition: transform 0.4s, opacity 0.4s, filter 0.4s;
    transition: transform 0.4s, opacity 0.4s, filter 0.4s, -webkit-transform 0.4s, -webkit-filter 0.4s;
}

.loader.show {
    visibility: visible;
    opacity: 1;
}

.loader,
.loader .inner {
    -webkit-transition: -webkit-transform .2s, opacity .2s, -webkit-filter .2s, visibility 0s .2s, -webkit-transform .2s, opacity .2s, filter .2s, visibility 0s .2s;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s, -webkit-filter 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s, -webkit-filter 0.2s;
    transition: transform 0.2s, opacity 0.2s, filter 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, filter 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s, -webkit-filter 0.2s;
}

#openmenu {
    z-index: 999999;
    /* background-color: red; */
    position: fixed;
    right: 30px;
    top: 30px;
}

.loader {
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: 1300;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .beh-lifestyle .btn-learn {
        right: 30px !important;
    }
    #menu-primary-navigation {
        width: 100% !important;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .l-region--navigation .nav > li {
        padding: 0.277778rem 2.833333rem !important;
    }
}

@media screen and (max-width: 768px) {

    .l-region--navigation .nav > li {
        border-left: 2px solid #c79216;
    }
}

.mobile-primary-nav {
    position: fixed;
    top: 0;
    right: 0;
    border-left: 1px solid #ffffff;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: url('../images/img-bkg-leather-lg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 997 !important;
}

.show {
    display: block !important;
}

.loader.show .inner {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.loader.show,
.loader.show .inner {
    -webkit-transition: -webkit-transform .4s, opacity .4s, -webkit-filter .4s, -webkit-transform .4s, opacity .4s, filter .4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, -webkit-filter 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s, -webkit-filter 0.4s;
    transition: transform 0.4s, opacity 0.4s, filter 0.4s;
    transition: transform 0.4s, opacity 0.4s, filter 0.4s, -webkit-transform 0.4s, -webkit-filter 0.4s;
}

.loader .inner {
    -webkit-transform: translateZ(0) scale(0.9);
    transform: translateZ(0) scale(0.9);
}

.loader,
.loader .inner {
    -webkit-transition: -webkit-transform .2s, opacity .2s, -webkit-filter .2s, visibility 0s .2s, -webkit-transform .2s, opacity .2s, filter .2s, visibility 0s .2s;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s, -webkit-filter 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s, -webkit-filter 0.2s;
    transition: transform 0.2s, opacity 0.2s, filter 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, filter 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s, -webkit-filter 0.2s;
}

.loader > .inner {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 82px 25px;
}

.l-region--navigation {
    width: 84rem;
    max-width: 100%;
    margin-top: 45px;
}

#menu-primary-navigation {
    width: 50%;
}

.l-region--navigation li,
.l-region--navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 769px) {
    .menu-divider {
        border-right: 2px solid #ffffff;
    }
}

.l-region--navigation li {
    font-size: 32px;
}

.l-region--navigation .nav > li {
    float: none !important;
    display: block;
    padding: 2.2777777778rem 2.8333333333rem;
    position: relative;
    margin-bottom: .8333333333rem;
}

.l-region--navigation li a {
    color: #fff;
    font-family: "Cormorant Garamond", sans-serif;
    font-style: italic;
}

.menu-primary-navigation1 {
    text-align: right;
}

.menu-primary-navigation2 {
    text-align: left;
}

.l-region--navigation .nav > li a:hover,
.l-region--navigation .nav > li a:focus {
    background: transparent !important;
    color: #fff;
}

.l-region--navigation li,
.l-region--navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.call-number {
    float: right !important;
    text-align: right !important;
    color: #000 !important;
    line-height: 25px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.nopadding {
    padding: 0 !important;
}

.subPage {
    top: 35% !important;
}

.subpage-title {
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 400;
    font-size: 5em !important;
    letter-spacing: 4px;
}
.secondary{
        font-family: "Cormorant Garamond", sans-serif;
    font-weight: 400;
    font-size: 3em !important;
    letter-spacing: 4px;
}
.sub-content {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.3em !important;
}
.sub-content p{
    overflow: auto;
}
.height-fix{
        height: 180px;
}
#ontop{
    position: absolute;
    padding: 2em;
    margin: 2em;
    font-size: 1.5em !important;
}
.home-btn a {
    background: #000 !important;
}

.subpage-footer {
    background: #000;
    width: 100%;
    padding: 3em;
}

.subpage-btn {
    background: #c79216;
    color: #fff;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 1.2em !important;
    padding: 0.4em 2em !important;
}

.subpage-btn:hover {
    background: #000;
}

.arrow {
    position: absolute !important;
    z-index: 11 !important;
    padding-left: 6em !important;
    right: 49%;
    top: 90%;
}

.logo-top {
    position: absolute !important;
    z-index: 10 !important;
}

#copy {
    font-size: 0.9em;
    padding-top: 0.5em;
    color: #fff;
    text-align: center;
}

/*slider*/

/* Slideshow container */

/* Hide the images by default */

.mySlides {
    display: none;
}

/* Next & previous buttons */

.slider-prev,
.slider-next {
    cursor: pointer;
    position: absolute;
    width: auto;
    margin-top: 600px;
    padding: 3em;
    color: white;
    font-weight: bold;
    transition: 0.6s ease;
    z-index: 15;
}

/* Position the "next button" to the right */

.slider-next {
    transform: rotate(-90deg);
    right: 0;
    margin-right: -5em;
    border-radius: 3px 0 0 3px;
}

.slider-prev {
    transform: rotate(90deg);
    right: 0;
    margin-left: -5em;
    border-radius: 3px 0 0 3px;
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 1em;
    color: #000;
    padding: 8px 12px;
    position: relative;
    bottom: 65px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    z-index: 500;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    position: relative;
    bottom: -280px;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activeDot,
.dot:hover {
    background-color: #c79216;
}
/* Fading animation */

.fade-slide {
    -webkit-animation-name: fade-slide;
    -webkit-animation-duration: 1.5s;
    animation-name: fade-slide;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade-slide {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade-slide {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@media (min-width: 320px) and (max-width: 1280px) {
    .dot{
        position: relative;
        bottom: -270px;
        padding: 1em !important;
    }
    .subpage-title{
        font-size: 2em !important;
    }
    .sub-content p{
        font-size: 0.8em;

}
}