@font-face {
    font-family: "futurapt";
    src: url('../font/FuturaPT-Light/FuturaPT-Light.eot') format('embedded-opentype'), url('../font/FuturaPT-Light/FuturaPT-Light.woff') format('woff'), url('../font/FuturaPT-Light/FuturaPT-Light.ttf') format('truetype'), url('../font/FuturaPT-Light/FuturaPT-Light.svg') format('svg');
    font-weight:300;
}
@font-face {
    font-family: "futurapt";
    src: url('../font/FuturaPT-Medium/FuturaPT-Medium.eot') format('embedded-opentype'), url('../font/FuturaPT-Medium/FuturaPT-Medium.woff') format('woff'), url('../font/FuturaPT-Medium/FuturaPT-Medium.ttf') format('truetype'), url('../font/FuturaPT-Medium/FuturaPT-Medium.svg') format('svg');
    font-weight:400;
}
@font-face {
    font-family: "futurapt";
    src: url('../font/FuturaPT-Demi/FuturaPT-Demi.eot') format('embedded-opentype'), url('../font/FuturaPT-Demi/FuturaPT-Demi.woff') format('woff'), url('../font/FuturaPT-Demi/FuturaPT-Demi.ttf') format('truetype'), url('../font/FuturaPT-Demi/FuturaPT-Demi.svg') format('svg');
    font-weight:500;
}

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

html {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000000;
    overflow-x: hidden;
    padding-top: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position:relative;
    background-color:#1D1E25;
}

header{
    pointer-events: none;
}
header a{
    pointer-events: auto;
}

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

.container {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
}

.container-narrow{
    max-width: 900px;
}

.container-wider{
    max-width: 1720px;
}

.container-fluid {
    width: 100%;
}

.h-100{
    height: 100%;
}

.w-100, .full-width {
    width: 100%;
    display: block;
}
.w-100.absolute{
  width:auto;
  left:0;
  right:0;
}
.full-width>img{
    width:100%;
    height:auto;
}
.full-img{
    height:100%;
    width:100%;
    object-fit: cover;
}
.full-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero .full-width-img{
    margin-bottom:100px;
}
.hero .full-width-img>img{
    height:200px;
    margin-bottom:-100px;
    object-fit: cover;
}

.fixed-bg{
    background-attachment: fixed;
}

.full-bg.absolute {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.flex-10 {
    -ms-flex: 10;
    -webkit-box-flex: 10;
    flex: 10;
}

.flex-9 {
    -ms-flex: 9;
    -webkit-box-flex: 9;
    flex: 9;
}

.flex-8 {
    -ms-flex: 8;
    -webkit-box-flex: 8;
    flex: 8;
}

.flex-7 {
    -ms-flex: 7;
    -webkit-box-flex: 7;
    flex: 7;
}

.flex-8 {
    -ms-flex: 8;
    -webkit-box-flex: 8;
    flex: 8;
}

.flex-6 {
    -ms-flex: 6;
    -webkit-box-flex: 6;
    flex: 6;
}

.flex-5 {
    -ms-flex: 5;
    -webkit-box-flex: 5;
    flex: 5;
}

.flex-4 {
    -ms-flex: 4;
    -webkit-box-flex: 4;
    flex: 4;
}

.flex-3 {
    -ms-flex: 3;
    -webkit-box-flex: 3;
    flex: 3;
}

.flex-2 {
    -ms-flex: 2;
    -webkit-box-flex: 2;
    flex: 2;
}

.flex-1 {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.flex-p {
    -ms-flex: 0.15;
    -webkit-box-flex: 0.15;
    flex: 0.15;
}

.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

    .flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-row-2>.flex-1{
    -ms-flex-preferred-size: 50%;
    flex-basis:50%;
    width: 50%;
    max-width: 50%;
}

.flex-row-3>.flex-1{
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    width: 33.3%;
    max-width: 33.3%;
}
.flex-row-4>.flex-1{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-column{
-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
}

.justify-content-center{
    justify-content: center;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

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

.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.z-3 {
    z-index: 3;
}

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

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

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

p, ul, li{
font-family: 'futurapt';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 25px;
color: #F8F8F1;
}
ul{
    padding-left:15px;
}
li{
    padding-left:10px;
    padding-bottom:10px;
}
a, a>*, .footer span {
    text-decoration: none;
    font-size:initial;
    font-size: 13px;
    line-height: 21px;
}
a:hover{
    color:#779daf;;
    cursor: pointer;
}
.color-light a:hover{
    color:#fff;
}

h1 {
font-family: futurapt;
font-style: normal;
font-weight: bold;
font-size: 54px;
line-height: 69px;
display: flex;
align-items: center;
color: #DBD29F;
}
h1.line-height-reset{
    line-height: 36px;
}

h3{
    font-family: 'futurapt';
font-style: normal;
font-weight: bold;
font-size: 15px;
line-height: 26px;
color: #ECEAE1;
}

h2 {
    font-family: 'futurapt';
font-style: normal;
font-weight: bold;
font-size: 46px;
line-height: 61px;
opacity: 0.1;
color: #ECEAE1;
    text-transform: uppercase;
    margin-bottom:0;
}

h4 {
    font-size: 12px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color:#000;
}
h4.line-height-reset{
    line-height: 13px;
}

hr{
        border: 0;
    border-top: 1px solid #fff;
    max-width: 60px;
    width:100%;
}
hr.color-light{
    border-color:#fff;
}
hr.color-dark{
    border-color:#000;
}
hr.color-blue{
    border-color:#779daf
}

.block{
    display:block;
}
.inline-block {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.vertical-align-top{
    vertical-align: top;
}
.vertical-align-middle{
    vertical-align: middle;
}

.small-icon{
    height: 12px;
    margin-left:4px;
    margin-right:4px;
}
.medium-icon{
    height:20px;
}
.huge-icon{
    height:36px;
}

.cover{
    width:100%;
    height:100%;
    object-fit: cover;
}

.square{
    padding-bottom: 100%;
    height: 0;
    position: relative;
}
.square>* {
    position: absolute;
}

@-webkit-keyframes op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


@-webkit-keyframes rev {
    0% {
        opacity: 0;
        margin-top:50px;
    }
    100% {
        opacity: 1;
        margin-top:0px;
    }
}

@keyframes rev {
    0% {
        opacity: 0;
        margin-top:50px;
    }
    100% {
        opacity: 1;
        margin-top:0px;
    }
}

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

@keyframes left {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}


.op-ani,
.inview.inview-op {
    -webkit-animation-name: op;
    animation-name: op;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation-fill-mode: forwards;
    opacity: 0;
}

.offview.inview-op {
    opacity: 0;
}

.rev-ani,
.inview.inview-rev {
    -webkit-animation-name: rev;
    animation-name: rev;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation-fill-mode: forwards;
    opacity: 0;
}

.offview.inview-rev {
    opacity: 0;
}

.left-ani,
.inview.inview-left {
    -webkit-animation-name: left;
    animation-name: left;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation-fill-mode: forwards;
    opacity: 0;
}

.offview.inview-left {
    opacity: 0;
}

.ani-dly-1 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.ani-dly-2 {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.ani-dly-3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.ani-dly-4 {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.ani-dly-5 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.ani-dly-6 {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.ani-dly-7 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.ani-dly-8 {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

/*
-------- PADDING --------
*/

.padding-y-s{
    padding-top:15px;
    padding-bottom:15px;
}
.padding-y-m{
    padding-top:40px;
    padding-bottom:40px;
}
.padding-y-l{
    padding-top:100px;
    padding-bottom:100px;
}

.padding-x-s{
    padding-left:15px;
    padding-right:15px;
}
.padding-x-m{
    padding-left:40px;
    padding-right:40px;
}
.padding-x-l{
    padding-left:100px;
    padding-right:100px;
}

.padding-l-s{
    padding-left:15px;
}
.padding-l-m{
    padding-left:40px;
}
.padding-l-l{
    padding-left:100px;
}

.padding-r-s{
    padding-right:15px;
}
.padding-r-m{
    padding-right:40px;
}
.padding-r-l{
    padding-right:100px;
}

.padding-t-s{
    padding-top:15px;
}
.padding-t-m{
    padding-top:40px;
}
.padding-t-l{
    padding-top:100px;
}

.padding-b-s{
    padding-bottom:15px;
}
.padding-b-m{
    padding-bottom:40px;
}
.padding-b-l{
    padding-bottom:100px;
}

/*
-------- MARGIN --------
*/

.margin-y-0{
    margin-top:0;
    margin-bottom:0;
}
.margin-y-s{
    margin-top:15px;
    margin-bottom:15px;
}
.margin-y-m{
    margin-top:40px;
    margin-bottom:40px;
}
.margin-y-l{
    margin-top:100px;
    margin-bottom:100px;
}

.margin-y-s-{
    margin-top:-15px;
    margin-bottom:-15px;
}
.margin-y-m-{
    margin-top:-40px;
    margin-bottom:-40px;
}
.margin-y-l-{
    margin-top:-100px;
    margin-bottom:-100px;
}


.margin-x-auto{
    margin-left:auto;
    margin-right:auto;
}
.margin-x-0{
    margin-left:0;
    margin-right:0;
}
.margin-x-s{
    margin-left:15px;
    margin-right:15px;
}
.margin-x-m{
    margin-left:40px;
    margin-right:40px;
}
.margin-x-l{
    margin-left:100px;
    margin-right:100px;
}

.margin-l-0{
    margin-left:0;
}
.margin-l-s{
    margin-left:15px;
}
.margin-l-m{
    margin-left:40px;
}
.margin-l-l{
    margin-left:100px;
}

.margin-r-0{
    margin-right:0;
}
.margin-r-s{
    margin-right:15px;
}
.margin-r-m{
    margin-right:40px;
}
.margin-r-l{
    margin-right:100px;
}

.margin-t-0{
    margin-top:0;
}
.margin-t-s{
    margin-top:15px;
}
.margin-t-m{
    margin-top:40px;
}
.margin-t-l{
    margin-top:100px;
}
.margin-t-s-{
    margin-top:-15px;
}
.margin-t-m-{
    margin-top:-40px;
}
.margin-t-l-{
    margin-top:-100px;
}

.margin-b-0{
    margin-bottom:0;
}
.margin-b-s{
    margin-bottom:15px;
}
.margin-b-m{
    margin-bottom:40px;
}
.margin-b-l{
    margin-bottom:100px;
}
.margin-b-s-{
    margin-bottom:-15px;
}
.margin-b-m-{
    margin-bottom:-40px;
}
.margin-b-l-{
    margin-bottom:-100px;
}


.show-xl, .show-l, .show-m, .show-s{
        display:none;
    }



/*
-------- BUTTONS --------
*/

a{
    position: relative;
    color:#2b2e38;
    transition: 0.2s;
    opacity: 1;
}
a:hover{
    color:#000;
}

a.image-link:hover{
    opacity: 0.8;
}

button{
    padding:0;
    border: 0;
    font-family: 'Montserrat', sans-serif;
}

.btn{
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#333;
    display:inline-block;
    padding-right:25px;
    background-color: #dbd29f;
    transition:0.25s;
    position: relative;
        padding: 12px 24px;
    min-width: 200px;
}
.btn:hover{
    color:#000;
    opacity: 0.8;
}


.btn-full{
    line-height: 23px;
}

.header .btn, .remodal .btn, .btn-bordered, .btn-full{
    border:1px solid #93B8C9;
    background:none;
    padding:8px 12px;
    text-transform:none;
    font-weight: 300;
}

.header .btn:after{
    display:none;
}
.header .btn:hover{
        background-color: #f4fafd;
}

.remodal .btn, .btn-bordered, .btn-full{
    border-color:#000;
    font-weight: 500;
    z-index:1;
}

.remodal .btn:after, .btn-bordered:after, .btn.active:after, .btn-full:after{
    height:100%;
    bottom:0;
    top:0;
    left:0;
    width:100%;
    z-index:-1;
}
.remodal .btn:hover, .btn-bordered:hover, .btn-full:hover,  .btn.active{
    color:#fff;
}

.btn-full{
    background-color: #f2e594;
    border: 0;
}

.btn.full-width{
    width:100%;
    max-width: 300px;
}


/*
-------- COLORS --------
*/

.color-dark{
    color:#333;
}
.color-light, .color-light>*{
    color:#fff;
}
.color-blue{
    color:#93B8C9;
}
.btn.color-blue:hover{
    color:#779daf;
}
.color-yellow{
    color:#EEE995;
}

.bg-color-blue{
    background-color:#93B8C9;
}
.bg-color-yellow{
    background-color:#EEE995;
}


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


.header {
    text-align: right;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1234;
    background-color: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
     padding:20px 0;
    background-color:#fff;
}

.header>.flex, .justify-between{
    justify-content: space-between;
    align-items: center;
}
.header.sticky{
     padding:0px;
     box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.09);
    background-color:#f9f9f9;
}
.menu-buttons{
    opacity: 1;
    transition:0.25s;
    pointer-events: auto;
    height:35px;
}
.header.sticky .menu-buttons{
    opacity: 0 !important;
    pointer-events: none;
    height: 0;
}

.header .container {
    padding-top:    0px;
    padding-bottom: 0px;
-webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.header .logo {
    float: left;
     -webkit-animation-name: op;
    animation-name: op;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation-fill-mode: forwards;
    opacity: 0;
}

.logo svg{
    height: 61px;
    display: inline-block;
    transition:1s;
}
.header.sticky .logo svg{
    height: 50px;
}

.header .logo img {
width: auto;
    height: 44px;
    padding-top: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.hamburger {
    display: none;
}

.menu {
    display: inline-block;
    text-align: right;
}

.menu ul {
    margin: 0;
    padding-left: 0;
    font-size: 0px;
}

.menu ul li, .sub-menupoint {
    display: inline-block;
    text-align: center;
    margin-left: 30px;
    font-weight: 200;
    -webkit-animation-name: op;
    animation-name: op;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation-fill-mode: forwards;
    opacity: 0;
    line-height: 64px;
        padding-bottom: 0;
    padding-left: 0;
}

.sub-main-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.header.sticky .sub-main-menu>a{
    border-bottom:0;
}
.header.sticky .sub-main-menu:hover>a{
    border-bottom:0;
}

.dropdowned {
    position: absolute;
    top: calc(100% - 12px);
    left: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 10px;
    left: -40px;
    right: -40px;
    background-color: #ffffff;
    box-shadow: 0 5px 5px -7px #828282;
    line-height: 24px;
}

.dropdowned a {
    display: inline-block;
    margin-bottom: 10px;
}

.sub-main-menu:hover .dropdowned {
    visibility: visible;
    opacity: 1;
    top: calc(100%);
    transition: 0.3s;
}

.header.sticky .dropdowned{
    background: #ffffff;
}



.menu a, .sub-menupoint {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.5s;
    font-size: 13px;
    position: relative;
    opacity: 1;
    color:#000;
}

.menu a:hover{
    opacity: 1;
}

.menu a img{
        vertical-align: middle;
}

.header.sticky .menu ul li a, .header.sticky .sub-menupoint{
    color:#000;
}
.header.sticky .menu ul li a:hover, .header.sticky .sub-menupoint:hover{
    color:#779daf;
}
.menu a:hover, .sub-menupoint:hover{
    color:#779daf;
}

a.sub-menupoint{
    display:block;
}


.menu ul, .menu ul li{
    max-width:9999px;
}

/*
-------- SIDEBAR
*/
.sidebar{
    width:320px;
}



/*
--------- REMODAL
*/
.remodal .logo{
    width:160px;
}

.remodal {
    border-radius: 0px;
    background: #EEE995;
    box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.09);
    position: relative;
    max-width: 380px;
    padding:0;
}
.remodal:after{
    content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-bottom-color: #EEE995;
	border-top: 0;
	margin-left: -30px;
	margin-top: -30px;
}

.remodal-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.close-x {
    background: url(../img/svg/x.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 6px;
    top: 6px;
    height: 30px;
    width: 30px;
    opacity: 0.3;
    z-index: 123456;
    cursor: pointer;
    transition: 0.2s;
}
.close-x:hover{
    opacity: 1;
}

.remodal.mobile-menu {
    background: rgba(64, 76, 78, 0.98);
}


/*
--------- FORMS
*/


input,
select,
textarea {
    padding: 10px 12px;
    line-height: 20px;
    outline: none;
font-family: 'futurapt';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 20px;
color: #797A7B;
    margin: 0;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    border-radius: 0px;
    -webkit-appearance: none;
    transition:0.25s;
        border-bottom: 1px solid #DBD29F;
    outline: 2px solid transparent;
    outline-offset: 0;
}

textarea {
    min-height: 260px;
    resize: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top:20px;
    border:1px solid #DBD29F;
}


select option {
  color: #000000;
}

select option[value=""] {
  color: #999999;
}


select {
	appearance: none;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
	position: relative;
    padding-right: 46px;
    background-size: 14px;
	background-position: right 14px top 50%;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiMwMDAwMDAiLz4KICA8L2c+Cjwvc3ZnPgo=);
}

.remodal input{
    width: 100%;
    max-width:300px;
    border-bottom:0;
}

::-webkit-input-placeholder {
    font-family: 'futurapt';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 20px;

color: #797A7B;

}

:-moz-placeholder {
   font-family: 'futurapt';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 20px;

color: #797A7B;

}

::-moz-placeholder {
    font-family: 'futurapt';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 20px;

color: #797A7B;

}

:-ms-input-placeholder {
    font-family: 'futurapt';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 20px;

color: #797A7B;

}

.radio-box, .checkbox-box{
}
.radio-box label, .checkbox-box label{
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    line-height: 21px;
    padding-top: 2px;
    color:#2b2e38;
}
.radio-box input:hover + label, .checkbox-box input:hover + label{
    color:#000;
}
.radio-box label a, .checkbox-box label a{
    font-size: 13px;
    line-height: 21px;
    vertical-align: inherit;
}

:root input:focus, :root select:focus, :root textarea:focus{
    background-color: transparent;
        outline-color:#DBD29F !important;
}

:root input[type=checkbox], :root input[type=radio] {
  /* original check box are push outside the viewport */
  position: absolute;
  left: -1000em;
}

:root input[type=checkbox] + label:before,
:root input[type=radio] + label:before {
  content: "";
  height:20px;
    border: 0;
    box-shadow: none;
    padding: 0px;
        width: 20px;
    display: inline-block;
    position: relative;
    outline: 0;
    margin:0;
    border-radius: 0px;
    border:1px solid #000;
    background-color:transparent;
        vertical-align: middle;
        margin-right: 6px;
    transition:0.2s;
    outline:0;
        position: absolute;
    left: 0;
    top:0;
    opacity: 0.8;
}

:root input[type=radio] + label:before{
    border-radius:50%;
}

:root input[type=checkbox]:hover + label:before,
:root input[type=radio]:hover + label:before {
    border-color: #000;
    outline:0;
    opacity: 1;
}

:root input[type=checkbox]:hover + label::after {
    content: "";
    position: absolute;
      display: block;
    left: 9px;
    top: 5px;
    width: 3px;
    height: 8px;
    border: solid #2b2e38;
    opacity:1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    outline:0;
}
:root input[type=checkbox] + label::after, :root input[type=radio] + label::after{
    content: "";
    transition:0.2s;
}
:root input[type=checkbox]:checked + label::after{
    content: "";
    position: absolute;
      display: block;
    left: 9px;
    top: 5px;
    width: 3px;
    height: 8px;
    border: solid #2b2e38;
    opacity:1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    outline:0;
}
:root input[type=radio]:hover + label::after{
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2b2e38;
    opacity:0.2;
    outline:0;
}
:root input[type=radio]:checked + label::after{
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    width: 12px;
    height: 12px;
    opacity:1;
    border-radius: 50%;
    background: #2b2e38;
    outline:0;
}



:root input[type=checkbox]:disabled + label:before {

}

:root input[type=checkbox]:checked:disabled + label:before {
  background-position: 0 -48px;
}

:root input[type=checkbox]:focus + label:before {
  outline: 1px dotted black;
}




.sidebar input, .sidebar select, .sidebar textarea{
        max-width: 300px;
    margin: auto;
}


/*
--------- CALENDAR
*/

.calendar-container{
        position: absolute;
    right: 0;
    padding-left:40px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}



/*
* ------- ISOTOPE
*/

.prod-card{
    position: relative;
    overflow: hidden;
    text-align:center;
    padding-bottom:30px;
    transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
}


.prod-grid {
    margin: auto;
    margin-bottom:20px;
}

.prod-card .img-container{
    margin-left:auto;
    margin-right:auto;
}

.prod-grid-sizer, .prod-card{
    width:calc(100% / 3 - 50px);
    margin-bottom:20px;
}
.prod-gutter-sizer{
    width:50px;
}

.prod-card .img-container{
    width:300px;
    height:300px;
    margin-bottom:20px;
}

.filter .btn{
        padding: 6px 12px;
}


/*
* -------- OWL CAROUSEL
*/

.owl-nav{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    height: 0px;
    top: 200px;
    width:100%;
}
.owl-prev, .owl-next{
    position: absolute;
    top: -30px;
    margin: auto;
    background-color: transparent;
    padding:20px;
    border-radius: 50%;
    -webkit-transition:all 0.4s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition:all 0.4s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition:all 0.4s, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition:all 0.4s, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition:all 0.4s, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity:1;
}
#owl-hirek .owl-prev,#owl-hirek .owl-next{
    background-color: #fff;
}
.owl-prev{
    left: -60px;
}
.owl-next{
    right: -60px;
}
.arrow-left, .arrow-right{
    width: 20px;
    height: 20px;
    opacity:1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/svg/arrow-right-blue.svg);
    -webkit-transition:0.3s ease-out;
    -o-transition:0.3s ease-out;
    transition:0.3s ease-out;
}
.arrow-left{
    -webkit-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
            transform:rotate(180deg);
}
.owl-next:hover, .owl-prev:hover{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    opacity:1;
}
.owl-prev:hover .arrow-left, .owl-next:hover .arrow-right{
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    opacity: 0.8;
}

.menu-container-container{
    z-index:123456789;
    pointer-events: none;
    top:0;
    left:0;
    position: fixed;
}

.menu-container{
    position: absolute;
    height: auto;
    z-index: 70;
    width: 220px;
    padding: 0;
    margin: 0;
    right: 0;
    top:0;
    bottom:0;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

#menu{
    width:100%;
    border-left:1px solid #ECEAE1;
    padding:20px 0;
    margin:0;
    transition:0.4s;
}

#menu li {
	display:block;
	position: relative;
    padding:0;
}
#menu li.active:before{
	content: "";
    position: absolute;
    left:-3px;
    top:0;
    bottom:0;
    margin:auto;
    height:5px;
    width:5px;
    background-color:#DBD29F;
}
#menu li a{
    pointer-events: auto;
	text-decoration:none;
font-family: 'futurapt';
font-style: normal;
font-weight: bold;
font-size: 15px;
display: block;
align-items: center;
color: #DBD29F;
    padding: 20px 30px;
}

#menu li.active a{
	color: #fff;
}

body.sticky #menu{
    opacity: 0.2;
}
body.sticky #menu:hover{
    opacity: 1;
}



.hero-bg{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}

.moveon{
    width:48px;
    height:71px;
    background-image: url(../img/svg/arrow-down.svg);
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom:100px;
    left:0;
    right:0;
    margin:auto;
    opacity: 1;
    transition:1s;
    z-index:1;
}

body.sticky .moveon{
    opacity: 0;
    pointer-events: none;
}

header{
    padding:40px 0;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index:2;
    z-index:123456789;
}

header .logo{
    opacity: 1;
    transition: 1s;
}

body.sticky header .logo{
    opacity: 0;
}

header .infos img{
    height: 20px;
    margin:0 10px;

}

.ful{
    display:inline-block;
    position: relative;
    text-transform: uppercase;
    margin-right:20px;
    cursor: pointer;
}

.ful.active:after{
    content: "";
    position: absolute;
    bottom:-2px;
    left:-5px;
    right:-5px;
    height:8px;
    background-color:#DBD29F;
}

.tevs .content{
    transition: 0.5s;
    opacity: 0;
    position: absolute;
    background-color:#1D1D1D;
    padding:30px;
    width:500px;
}

.content.active{
    opacity: 1;
}

.fp-tableCell {
    vertical-align: top;
}

.hero{
        padding-top: 100px;
}

.box{
    background-color:#1D1D1D;
    padding:30px;
}

.gallery-canvas{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1700px;
    margin: auto;
}
.gallery-canvas .item{
    position: absolute;
    opacity: 1;
    right:70%;
    left:0;
    top: 10%;
    width:30%;
    height:30%;
    transition:opacity 1s, left 1s, right 1s, top 1s, bottom 1s, filter 1s, height 1s, width 1s;
    opacity: 0;
    font-size:40px;
    color:Red;
    float:right;
    line-height: 40px;
    z-index:-2;
    filter:grayscale(1);
}
.gallery-canvas .item img{
    transition: 1s;
}
.gallery-canvas .item.lastone{
    right:0;
    left:40vw;
    top:0%;
    height:100%;
    width:50vw;
}
.gallery-canvas .item img{
    object-fit: contain;
    height:100%;
    width:100%;
    object-position: right center;
}

.gallery-canvas .item.gallery-active{
    left:30vw;
    right:10vw;
    top:0%;
    height:100%;
    width:60vw;
    opacity: 1;
    z-index:4;
    filter:grayscale(0);
}
.gallery-canvas .item.lastone img, .gallery-canvas .item.gallery-active img{
    object-position: left center;
}
.gallery-canvas .item.gallery-active-2{
    opacity: 1;
    right:70vw;
    left:0;
    top: 10%;
    width:30vw;
    height:40%;
    z-index:1;
}
.gallery-canvas .item.gallery-active-1{
    opacity: 1;
    right:70vw;
    top:50%;
    width:30vw;
    height:40%;
    left:0px;
    z-index:3;
}

.gallerystep{
    position: absolute;
    top:calc(50% - 30px);
    height:60px;
    right:300px;
    width:100px;
    background-image: url('../img/svg/arrow-next.svg');
    background-repeat: no-repeat;
    background-position: center;
    z-index:10;
    transition:0.3s;
}
.gallerystep:hover{
    transform:translateX(10px);
}

.gallery-container{
    position: relative;
    height:70vh;
}

.bg-img{
    position: absolute;
    top:200px;
    z-index:-1;
    left:0;
    width:60vw;
    height:85vh;
}
.bg-img img{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.fancybox-container {
    z-index: 123456789;
}

.hamburger{
    display:none;
}

.infos a{
    display:inline-block;
    vertical-align: middle;
}

.submit{
  width:auto;
}


/*
--------- MEDIA QUERY -- XL
*/

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

    .hidden-xl{
        display:none !important;
    }
    .show-xl{
        display:inline-block;
    }

    .flex-column-xl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-column-reverse-xl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
        .flex-reverse-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }


    @-webkit-keyframes rev {
    0% {
        opacity: 0;
        margin-top:0px;
    }
    100% {
        opacity: 1;
        margin-top:0px;
    }
}

@keyframes rev {
    0% {
        opacity: 0;
        margin-top:0px;
    }
    100% {
        opacity: 1;
        margin-top:0px;
    }
}

    .rellax-off-xl{
        transform: none !important;
    }


    .container {
    padding-left: 40px;
    padding-right: 40px;
}


    .owl-prev {
    left: -30px;
}
    .owl-next {
    right: -30px;
}

}


/*
--------- MEDIA QUERY -- OWL 1000
*/

@media screen and (max-width: 1000px) {
    .owl-carousel .prod-card{
        transform:translateY(0px);
        opacity: 1;
    }
    .owl-carousel .prod-card p{
        max-height: 1000px;
        opacity: 1;
        transition:0.3s;
    }
    .owl-nav {
    top: 100px;
}
}

/*
--------- MEDIA QUERY -- L
*/

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

    .hidden-l{
        display:none !important;
    }
    .show-l{
        display:block;
    }


.padding-y-m{
    padding-top:25px;
    padding-bottom:25px;
}
.padding-y-l{
    padding-top:50px;
    padding-bottom:50px;
}


.padding-x-m{
    padding-left:25px;
    padding-right:25px;
}
.padding-x-l{
    padding-left:50px;
    padding-right:50px;
}


.padding-l-m{
    padding-left:25px;
}
.padding-l-l{
    padding-left:50px;
}


.padding-r-m{
    padding-right:25px;
}
.padding-r-l{
    padding-right:50px;
}


.padding-t-m{
    padding-top:25px;
}
.padding-t-l{
    padding-top:50px;
}

.padding-b-m{
    padding-bottom:25px;
}
.padding-b-l{
    padding-bottom:50px;
}





.margin-y-m{
    margin-top:25px;
    margin-bottom:25px;
}
.margin-y-l{
    margin-top:50px;
    margin-bottom:50px;
}


.margin-y-m-{
    margin-top:-25px;
    margin-bottom:-25px;
}
.margin-y-l-{
    margin-top:-50px;
    margin-bottom:-50px;
}


.margin-x-m{
    margin-left:25px;
    margin-right:25px;
}
.margin-x-l{
    margin-left:50px;
    margin-right:50px;
}


.margin-l-m{
    margin-left:25px;
}
.margin-l-l{
    margin-left:50px;
}


.margin-r-m{
    margin-right:25px;
}
.margin-r-l{
    margin-right:50px;
}


.margin-t-m{
    margin-top:25px;
}
.margin-t-l{
    margin-top:50px;
}

.margin-t-m-{
    margin-top:-25px;
}
.margin-t-l-{
    margin-top:-50px;
}


.margin-b-m{
    margin-bottom:25px;
}
.margin-b-l{
    margin-bottom:50px;
}

.margin-b-m-{
    margin-bottom:-25px;
}
.margin-b-l-{
    margin-bottom:-50px;
}



    .flex-column-l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-column-reverse-l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .sidebar {
    width: 100%;
        max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

        .prod-grid-sizer, .prod-card{
    width:calc(100% / 2 - 15px);
}
    .prod-gutter-sizer{
    width:30px;
}


  .header .container,
    .header.sticky .container {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header.sticky {
        top: 0;
    }
    .header .logo img {
        padding: 0;
    }
    .header.sticky .logo img {
        width: auto;
        padding-top: 0;
    }
    .header .logo {
        position: relative;
        top: 0px;
    }
    .header-padding {
        padding: 40px;
    }
    .menu {
        vertical-align: middle;
        color: #242424;
        text-align: right;
        display: block;
        text-align: center;
        width: 100%;
    }
    .header-container{
        text-align: center;
        -webkit-transition: 0.53s;
        -o-transition: 0.53s;
        transition: 0.53s;
        display: block;
        text-align: right;
        width: 100%;
        position: fixed;
        right: 0;
        top: 64px;
        opacity: 0;
        visibility: hidden;
        background: #1e1f25;
        padding-bottom: 10px;
        transform: scale(0.95);
        pointer-events: none;
        bottom:0;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .header-container.active {
        transform: scale(1);
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
    .header.sticky .menu-buttons, .menu-buttons{
        height:auto;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    .menu-buttons>*{
        display:block;
        max-width:300px;
        margin:6px auto;
        text-align: center;
                -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .menu ul li {
        display: block;
        width: 100%;
        font-size: 13px;
        margin-left: 0;
        padding: 2vh 0;
    }
    .menu-buttons>*{
            margin: 4vh auto;
    }
    .menu a {
        display: inline-block;
        width: 100%;
        font-weight: 300;
        margin: 0;
        text-decoration: none;
        letter-spacing: 1px;
        padding: 9px 12px;
        background-color: #fff;
        padding-right: 20px;
        color:#0d0d0d;
    }
    .menu li {
        display: none;
    }

    .header{
        padding:0;
            background-color: #f9f9f9;
    }

    .header>.flex{
        display:block;
    }

    .responsive-header a {
    line-height: 48px;
    display: inline-block;
    vertical-align: middle;
}
    .responsive-header a img{
            vertical-align: text-bottom;
    }

    .hamburger {
        display: block;
    }
    .hamburger {
        position: static;
        padding: 0 0 0 15px;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        transition-property: opacity, -webkit-filter, top, right;
        -webkit-transition-property: opacity, top, right, -webkit-filter;
        transition-property: opacity, top, right, -webkit-filter;
        -o-transition-property: opacity, filter, top, right;
        transition-property: opacity, filter, top, right;
        transition-property: opacity, filter, top, right, -webkit-filter;
        transition-property: opacity, filter, -webkit-filter, top, right;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        background-color: transparent;
        opacity: 0.8;
        overflow: visible;
    }
    .hamburger:hover {
        opacity: 1;
    }
    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 30px;
        height: 2px;
        background-color: #dbd29f;
        position: absolute;
        transition-property: -webkit-transform;
        -webkit-transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -10px;
    }
    .hamburger-inner::after {
        bottom: -10px;
    }
    .hamburger--spin .hamburger-inner {
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--spin .hamburger-inner::before {
        -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
        -o-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
        transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    }
    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--spin.is-active .hamburger-inner {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-transition-delay: 0.14s;
        -o-transition-delay: 0.14s;
        transition-delay: 0.14s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
        -o-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
        transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    }
    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .dropdowned {
        position: static;
        opacity: 1;
        visibility: visible;
        width: auto;
        padding: 0;
        box-shadow: none;
        display:none;
    }
.dropdowned a {
    margin-bottom: 00px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 300;
    padding-bottom:0;
}

    .menu a{
        background:none;
        padding:6px 34px;
    }
    .dropdowned a, .menu a{
        font-weight: 500;
    }

    .menu ul li {
    line-height: 24px;
}
    .dropdowned a{
        padding-top:0;
        text-align:right;
        padding-bottom:0;
    }
    .sub-main-menu:hover>a, .sub-main-menu>a {
    border-bottom: 0px;
}

        .hamburger{
        display:inline-block;
    }

    .logo img{
            width: 130px;
    }

    header{
        background-color:#1D1E25;
            z-index: 12345678999;
            padding: 20px 0;
    }
    body.sticky header .logo {
    opacity: 1;
}

    .menu-container ul, .menu-container li{
        list-style: none;
        padding:0;
        margin:0;
    }

    .menu-container{
        width:100%;
    }

    .menu-container a{
        font-family: 'futurapt';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 25px;
color: #F8F8F1;
    }



}


/*
--------- MEDIA QUERY -- M
*/

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

    .flex-column-m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-column-reverse-m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .hidden-m{
        display:none !important;
    }
    .show-m{
        display:block;
    }

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



            .prod-grid-sizer, .prod-card{
    width:100%;
}
    .prod-gutter-sizer{
    width:0px;
}

    .content img{
            width: 100px;
    }

    .gallery-canvas .item img{
        object-fit: cover;
    }
    .gallery-canvas .item.gallery-active-1{
        width:50%;
        left:50%;
        height:100px;
        top:0;
        right:0;
    }
    .gallery-canvas .item.gallery-active-2{
        width:50%;
        left:0;
        height:100px;
        top:0;
        right:50%;
    }
    .gallery-canvas .item.gallery-active{
        height:200px;
        top:100px;
        width:100%;
        left:0;
        right:0;

    }

    .fancybox-toolbar {
    top: auto;
    bottom: 0;
}

    .gallerystep {
    top: calc(300px - 30px);
    right: 0;
    left: 0;
    margin: auto;
}

    .box, .tevs .content {
    padding: 10px;
}

    .tevs .content {
    width: 100%;
}

    h2 {
    font-size: 36px;
        line-height: 44px;
}
    h1 {
    font-size: 44px;
    line-height: 59px;
}

    .tevs .content {
    opacity: 1;
    position: static;
    }

    .submit{
      min-width:100%;
    }

}

/*
--------- MEDIA QUERY -- S
*/

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

    .flex-column-s {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-column-reverse-s {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .hidden-s{
        display:none !important;
    }
    .show-s{
        display:block;
    }

    .container {
    padding-left: 25px;
    padding-right: 25px;
}

}


/*
--------- MEDIA QUERY -- XS
*/

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

    .container {
    padding-left: 15px;
    padding-right: 15px;
}

}

.hideme{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: -1234;
}
