/*!
*
* Author       : Ilker Kurtel
* E-mail       : ilkerkurtel@gmail.com
* Author Web   : www.ilkerkurtel.com
*
*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&subset=latin-ext);

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

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

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

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

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

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

body {
    margin: 0
}

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

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

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

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

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

textarea {
    overflow: auto
}

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

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

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

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

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

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

.container:after,
.container:before {
    content: "";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

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

.container-fluid:after,
.container-fluid:before {
    content: "";
    display: table
}

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

::-moz-selection {
    color: #fff;
    background: #ffcb08
}

::selection {
    color: #fff;
    background: #ffcb08
}

*,
.zero,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none
}

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

li,
ul {
    list-style-type: none
}

.clear {
    clear: both
}

body {
    background: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px
}

body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%
}

body.ios .slider {
    height: calc(100vh - 68px)
}

.header {
    width: 100%;
    height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000
}

.header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    width: 100%;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background: linear-gradient(to bottom, #000 0, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='false', startColorstr='#000', endColorstr='transparent', GradientType=0);
    z-index: -1;
    pointer-events: none
}

.header .logo {
    margin-left: 40px;
    margin-right: 40px
}

.header .logo svg {
    width: 130px
}

.header .logo svg path.coffee {
    -webkit-animation: 1s coffee forwards;
    animation: 1s coffee forwards;
    opacity: 0
}

.header .logo svg path.mella {
    -webkit-animation: 1s mella forwards;
    animation: 1s mella forwards;
    opacity: 0
}

.header .logo svg path.lineTop {
    -webkit-animation: 1s lineTop forwards;
    animation: 1s lineTop forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    opacity: 0
}

.header .logo svg path.lineRight {
    -webkit-animation: 1s lineRight forwards;
    animation: 1s lineRight forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    opacity: 0
}

.header .logo svg path.lineBottom {
    -webkit-animation: 1s lineBottom forwards;
    animation: 1s lineBottom forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    opacity: 0
}

.header .logo svg path.lineLeft {
    -webkit-animation: 1s lineLeft forwards;
    animation: 1s lineLeft forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    opacity: 0
}

.header .logo svg path.beDelicious {
    -webkit-animation: 1s beDelicious forwards;
    animation: 1s beDelicious forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    opacity: 0
}

.header .navigation {
    margin-left: auto;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .navigation>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    color: #fff
}

.header .navigation>a .icon {
    color: #ffcb08;
    font-size: 12px;
    margin-right: 5px
}

.header .navigation ul li {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 15px
}

.header .navigation ul li:before {
    content: '';
    right: -10px;
    top: calc(50% - 2px);
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #ffcb08 transparent transparent transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header .navigation ul li:hover ul {
    opacity: 1;
    visibility: visible
}

.header .navigation ul li:hover>a {
    color: #ffcb08
}

.header .navigation ul li:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .navigation ul li a {
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header .navigation ul li ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    left: -10px;
    padding: 5px 10px;
    top: 100%
}

.header .navigation ul li ul li {
    padding: 0
}

.header .navigation ul li ul li a {
    color: #000
}

.header .navigation ul li ul li:before {
    display: none
}

.header nav.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header nav.menu ul li {
    margin-right: 20px;
    position: relative;
    line-height: 30px
}

.header nav.menu ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ffcb08;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.header nav.menu ul li.active:before,
.header nav.menu ul li:hover:before {
    width: 100%
}

.header nav.menu ul li a {
    color: #fff
}

@media only screen and (max-width:940px) {
    .header nav.menu {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000
    }
    .header nav.menu ul {
        height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header nav.menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header .menuBtn {
    position: relative;
    width: 30px;
    height: 18px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 10px;
    cursor: pointer;
    z-index: 1500;
    display: none
}

.header .menuBtn span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.header .menuBtn span:nth-child(1) {
    top: 0
}

.header .menuBtn span:nth-child(2) {
    top: 50%
}

.header .menuBtn span:nth-child(3) {
    top: 100%
}

.header .menuBtn.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .menuBtn.active span:nth-child(2) {
    opacity: 0;
    left: 100%
}

.header .menuBtn.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:940px) {
    .header .menuBtn {
        display: block
    }
}

@media only screen and (max-width:940px) {
    .header .logo {
        z-index: 10
    }
    .header .navigation {
        margin-left: 0;
        z-index: 10
    }
}

@media only screen and (max-width:480px) {
    .header {
        height: 110px
    }
    .header:before {
        height: 150px
    }
    .header .logo {
        margin-left: 10px;
        margin-right: 10px;
        z-index: 10
    }
    .header .logo svg {
        width: 80px
    }
    .header .navigation {
        position: relative;
        z-index: 10;
        margin-right: 5px
    }
    .header .navigation>a{
        margin-right: 10px;
        font-size: 11px;
    }
}

.slider {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 500;
    margin-top: -190px
}

.slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute
}

.slider .swiper-slide {
    width: 100%;
    height: 100%;
    background: no-repeat center center/cover
}

.slider .swiper-slide .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider .swiper-slide .container p {
    font-weight: 700;
    color: #fff;
    font-size: 48px;
    border-bottom: 7px solid #ffcb08;
    padding-bottom: 20px
}

@media only screen and (max-width:480px) {
    .slider .swiper-slide .container p {
        font-size: 24px
    }
}

.slider .pagination {
    left: 50px;
    bottom: 50px;
    position: absolute;
    z-index: 40;
    width: auto;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.slider .pagination span {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-right: 10px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.slider .pagination span:before {
    content: '';
    width: 0;
    height: 2px;
    background: #ffcb08;
    position: absolute;
    left: 20px;
    top: 8px
}

.slider .pagination span:hover {
    color: #ffcb08
}

.slider .pagination span.active {
    color: #ffcb08;
    margin-right: 80px;
    position: relative
}

.slider .pagination span.active:before {
    width: 60px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.slider .control {
    position: absolute;
    bottom: 50px;
    left: 80px;
    z-index: 40
}

.slider .control .icon {
    font-size: 20px;
    color: #ffcb08;
    cursor: pointer
}

.slider ul.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 40
}

.slider ul.social-media li {
    margin-top: 10px;
    margin-bottom: 10px
}

.slider ul.social-media li a {
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.slider ul.social-media li a:hover {
    color: #ffcb08
}

.slider .scroll {
    position: absolute;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider .scroll .icon-mouse {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px
}

.slider .scroll .icon-arrow-big {
    font-size: 50px;
    margin-bottom: 60px;
    color: #ffcb08;
    -webkit-animation: 5s mouse infinite;
    animation: 5s mouse infinite
}

@media only screen and (max-width:480px) {
    .slider .scroll{
        display: none;
    }
    .slider {
        margin-top: -110px
    }
    .slider:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 150px;
        width: 100%;
        opacity: .9;
        background: #000;
        background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
        background: linear-gradient(to top, #000 0, transparent 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(enabled='false', startColorstr='#000', endColorstr='transparent', GradientType=0);
        z-index: 2
    }
    .slider .pagination {
        left: 20px;
        bottom: 20px
    }
    .slider .pagination span.active {
        margin-right: 50px
    }
    .slider .pagination span.active:before {
        width: 30px
    }
    .slider .control {
        left: 40px;
        bottom: 20px
    }
}

.banner {
    margin-top: -190px;
    position: relative;
    height: 450px;
    background: no-repeat center center/cover
}

.banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 450px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.banner .container h1,
.banner .container span {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 15px solid #ffcb08;
    letter-spacing: -2px
}

.banner.iletisim {
    background-image: url(../img/banner-iletisim.jpg)
}

.banner.uretim-tesisimiz {
    background-image: url(../img/banner-uretim-tesisimiz.jpg)
}

.banner.pastalarimiz {
    background-image: url(../img/banner-pastalarimiz.jpg)
}

@media only screen and (max-width:480px) {
    .banner {
        margin-top: -110px;
        height: 200px
    }
    .banner .container {
        height: 200px
    }
    .banner .container h1,
    .banner .container span {
        font-size: 24px;
        letter-spacing: 0;
        padding-bottom: 5px;
        border-width: 5px
    }
}

.simdi-kesfet {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../img/del/slider2.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.simdi-kesfet:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffcb08;
    opacity: .8
}

.simdi-kesfet p {
    font-size: 38px;
    color: #000;
    position: relative;
    z-index: 1000;
    text-align: center
}

.simdi-kesfet a {
    position: relative;
    border: 2px solid #fff;
    margin-top: 60px;
    width: 300px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #000
}

.simdi-kesfet a:before {
    content: '';
    background: #fff;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 1s;
    transition: all 1s
}

.simdi-kesfet a:hover:before {
    width: 100%
}

.simdi-kesfet a:hover .icon {
    color: #000;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.simdi-kesfet a span {
    margin-left: 30px;
    position: relative;
    z-index: 2
}

.simdi-kesfet a .icon {
    color: #fff;
    font-size: 12px;
    margin-left: 30px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

@media only screen and (max-width:480px) {
    .simdi-kesfet {
        height: auto;
        padding: 20px
    }
    .simdi-kesfet p {
        font-size: 24px
    }
    .simdi-kesfet a {
        margin-top: 20px;
        width: 200px;
        height: 40px
    }
}

.one-cikanlar {
    position: relative
}

.one-cikanlar .name {
    position: absolute;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700;
    font-size: calc((100vw / 10));
    opacity: .04;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (max-width:480px) {
    .one-cikanlar .name {
        display: none
    }
}

.one-cikanlar .title {
    margin-top: 100px;
    margin-bottom: 100px
}

.one-cikanlar .title h3 {
    font-size: 48px;
    font-weight: 700;
    color: #ffcb08;
    margin-left: 200px
}

@media only screen and (max-width:480px) {
    .one-cikanlar .title {
        margin: 20px 0;
        padding-left: 15px;
        padddin-right: 15px
    }
    .one-cikanlar .title h3 {
        margin: 0;
        font-size: 24px
    }
}

.one-cikanlar .container {
    position: relative
}

@media only screen and (max-width:480px) {
    .one-cikanlar .container {
        padding: 0
    }
}

.one-cikanlar .swiper-container {
    width: 100%;
    margin-bottom: 100px
}

@media only screen and (max-width:480px) {
    .one-cikanlar .swiper-container {
        margin-bottom: 15px
    }
}

.one-cikanlar .swiper-slide {
    overflow: hidden;
    height: 600px;
    padding-bottom: 200px
}

@media only screen and (max-width:480px) {
    .one-cikanlar .swiper-slide {
        height: auto;
        padding-bottom: 50px
    }
}

.one-cikanlar .swiper-slide .text {
    width: 680px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2
}

.one-cikanlar .swiper-slide .text h2 {
    margin-left: 200px;
    margin-right: 200px;
    font-size: 48px;
    color: #010101;
    font-weight: 500;
    min-height: 170px
}

.one-cikanlar .swiper-slide .text hr {
    border: 0;
    background: #ffcb08;
    height: 2px;
    margin: 30px 0
}

.one-cikanlar .swiper-slide .text a {
    margin-left: 200px;
    font-size: 14px;
    color: #010101;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.one-cikanlar .swiper-slide .text a .icon {
    font-size: 12px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.one-cikanlar .swiper-slide .text a:hover .icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.one-cikanlar .swiper-slide figure {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 620px;
    height: 400px
}

.one-cikanlar .swiper-slide figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.one-cikanlar .swiper-slide p.bigText {
    position: absolute;
    z-index: 5;
    right: -120px;
    top: 100px;
    font-size: 350px;
    color: #ffcb08;
    opacity: .2;
    font-weight: 700
}

@media only screen and (max-width:1200px) {
    .one-cikanlar .swiper-slide .text {
        width: 500px
    }
    .one-cikanlar .swiper-slide .text h2 {
        margin-left: 100px;
        margin-right: 100px;
        min-height: 90px
    }
    .one-cikanlar .swiper-slide .text a {
        margin-left: 100px
    }
    .one-cikanlar .swiper-slide figure {
        width: 450px
    }
}

@media only screen and (max-width:480px) {
    .one-cikanlar .swiper-slide .text {
        width: 100%;
        position: relative;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px
    }
    .one-cikanlar .swiper-slide .text h2 {
        margin: 0;
        font-size: 24px
    }
    .one-cikanlar .swiper-slide .text hr {
        width: 100%;
        margin: 10px 0
    }
    .one-cikanlar .swiper-slide .text a {
        margin: 0
    }
    .one-cikanlar .swiper-slide figure {
        width: 100%;
        height: 200px;
        position: relative
    }
    .one-cikanlar .swiper-slide .bigText {
        display: none
    }
}

.one-cikanlar .pagination {
    left: 200px;
    bottom: 200px;
    position: absolute;
    z-index: 10;
    width: auto
}

.one-cikanlar .pagination span {
    font-size: 36px;
    font-weight: 700;
    color: #ffcb08;
    display: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.one-cikanlar .pagination span.active {
    display: block
}

.one-cikanlar .control {
    position: absolute;
    bottom: 205px;
    left: 250px;
    z-index: 10
}

.one-cikanlar .control .icon {
    font-size: 20px;
    color: #010101;
    cursor: pointer
}

@media only screen and (max-width:1200px) {
    .one-cikanlar .pagination {
        left: 100px
    }
    .one-cikanlar .control {
        left: 150px
    }
}

@media only screen and (max-width:480px) {
    .one-cikanlar .pagination {
        left: 15px;
        bottom: 0
    }
    .one-cikanlar .control {
        left: 65px;
        bottom: 5px
    }
}

.biz-kimiz {
    background: url(../img/biz_kimiz.jpg) no-repeat left top/cover;
    background-attachment: fixed;
    margin-top: -190px;
    min-height: 100vh;
    padding-top: 300px;
    position: relative
}

.biz-kimiz .content {
    max-width: 720px;
    width: 100%
}

.biz-kimiz .content h3 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative
}

.biz-kimiz .content h3:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 300px;
    height: 6px;
    background: #ffcb08
}

.biz-kimiz .content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px
}

.biz-kimiz .color {
    background: rgba(255, 203, 8, .75);
    padding: 50px 0;
    margin: 50px 0
}

.biz-kimiz .color .content h3:before {
    background: #000
}

@media only screen and (max-width:480px) {
    .biz-kimiz {
        margin-top: -110px;
        padding-top: 150px
    }
    .biz-kimiz .content h3 {
        font-size: 36px
    }
    .biz-kimiz .content p {
        font-size: 14px;
        line-height: 20px
    }
    .biz-kimiz .color {
        margin: 25px 0
    }
}

.uretim-tesisimiz {
    background: url(../img/uretim_tesisimiz.jpg) no-repeat left top/cover;
    background-attachment: fixed;
    margin-top: -190px;
    min-height: 100vh;
    padding-top: 300px;
    position: relative
}

.uretim-tesisimiz .content {
    max-width: 720px;
    width: 100%
}

.uretim-tesisimiz .content h3 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative
}

.uretim-tesisimiz .content h3:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 300px;
    height: 6px;
    background: #ffcb08
}

.uretim-tesisimiz .content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px;
    text-align: justify;
    position: relative;
}
.uretim-tesisimiz .color .content p:before {
    position: absolute;
    content: '';
    bottom: -30px;
    left: 0;
    width: 300px;
    height: 6px;
    background: #000
}
.uretim-tesisimiz .content .image{
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
    margin-top: -250px;
}
.uretim-tesisimiz .content img{
    max-width: 100%;
    margin: 0;
}

.uretim-tesisimiz .color {
    background: rgba(255, 203, 8, .75);
    padding: 50px 0;
    margin: 225px 0 0;
}

.uretim-tesisimiz .color .content h3:before {
    background: #000
}

@media only screen and (max-width:480px) {
    .uretim-tesisimiz {
        margin-top: -110px;
        padding-top: 150px
    }
    .uretim-tesisimiz .content h3 {
        font-size: 36px
    }
    .uretim-tesisimiz .content p {
        font-size: 14px;
        line-height: 20px
    }
    .uretim-tesisimiz .color {
        margin: 25px 0
    }
    .uretim-tesisimiz .content .image{
        margin-top: 0;
    }
    .uretim-tesisimiz .color .content p:before {
        display: none;
    }
}

.contact {
    max-width: 790px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0
}

.contact p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

.contact p strong {
    font-weight: 700
}

.contact h4 {
    font-weight: 700;
    color: #ffcb08;
    font-size: 18px;
    margin-bottom: 10px
}

.contact .text {
    width: 100%;
    margin-bottom: 50px
}

.contact .info {
    width: 50%
}

.contact .info strong {
    text-decoration: underline
}

.contact .form {
    width: 50%
}

.contact .form .element {
    position: relative;
    min-height: 40px;
    margin-bottom: 10px
}

.contact .form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    border: 2px solid #ffcb08;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #000;
    letter-spacing: 2px;
    font-family: Montserrat, sans-serif;
    background: 0 0
}

.contact .form label {
    position: absolute;
    line-height: 40px;
    left: 10px;
    top: 0
}

.contact .form input:focus+label,
.contact .form textarea:focus+label {
    left: auto;
    right: 0;
    letter-spacing: 10px;
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-transition: text-shadow .3s ease-in;
    transition: text-shadow .3s ease-in
}

.contact .form input.active+label {
    left: auto;
    right: 0;
    letter-spacing: 10px;
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-transition: text-shadow .3s ease-in;
    transition: text-shadow .3s ease-in
}

.contact .form textarea.active+label {
    left: auto;
    right: 0;
    letter-spacing: 10px;
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-transition: text-shadow .3s ease-in;
    transition: text-shadow .3s ease-in
}

.contact .form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 180px;
    resize: none;
    border: 2px solid #ffcb08;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
    color: #000;
    letter-spacing: 2px
}

.contact .form .input-submit {
    width: 100%;
    height: 40px;
    background: #ffcb08;
    position: relative
}

.contact .form .input-submit:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    background: #000;
    height: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.contact .form .input-submit:hover:before {
    width: 100%
}

.contact .form input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    z-index: 2
}

@media only screen and (max-width:1200px) {
    .contact {
        max-width: 100%
    }
    .contact p {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (max-width:480px) {
    .contact {
        padding: 20px 0
    }
    .contact .text {
        margin-bottom: 20px
    }
    .contact .info {
        margin-bottom: 20px
    }
    .contact .form,
    .contact .info {
        width: 100%
    }
    .contact .form input {
        font-size: 16px
    }
    .contact .form textarea {
        font-size: 16px
    }
}

.wrap-content {
    max-width: 790px;
    width: 100%;
    padding: 50px 0
}

.wrap-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px
}

.wrap-content p strong {
    font-weight: 700
}

.wrap-content img {
    max-width: 100%;
    height: auto;
    border-bottom: 15px solid #ffcb08;
    margin: 30px 0
}

@media only screen and (max-width:1200px) {
    .wrap-content {
        max-width: 100%;
        padding: 20px 0
    }
    .wrap-content p {
        font-size: 14px;
        line-height: 20px
    }
    .wrap-content img {
        border-width: 10px
    }
}

.product-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 0
}

.product-page article {
    width: 33.333333%;
    padding: 0 15px
}

.product-page article figure {
    margin: 0;
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.product-page article figure:before {
    content: '';
    display: block;
    padding-bottom: 60%
}

.product-page article figure .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 203, 8, .75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-30deg) scale(.005);
    transform: rotate(-30deg) scale(.005);
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.product-page article figure .overlay .icon {
    font-size: 50px;
    color: #fff
}

.product-page article figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.product-page article figure:hover .overlay {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1
}

.product-page article h3 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px
}

@media only screen and (max-width:1024px) {
    .product-page {
        padding: 20px 0
    }
    .product-page article {
        width: 50%
    }
    .product-page article h3 {
        font-size: 16px
    }
}

@media only screen and (max-width:480px) {
    .product-page {
        padding: 20px 0
    }
    .product-page article {
        width: 50%
    }
    .product-page article h3 {
        font-size: 13px
    }
}

.product-detail .back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #ffcb08;
    letter-spacing: 3px;
    font-weight: 300;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px
}

.product-detail .back:hover {
    color: #333
}

.product-detail .back:hover .icon {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.product-detail .back:hover:before {
    width: 0
}

.product-detail .back:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffcb08;
    bottom: -5px;
    right: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.product-detail .back .icon {
    font-size: 11px;
    margin-right: 5px;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in
}

.product-detail h1 {
    font-weight: 700;
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 20px
}

.product-detail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffcb08;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-detail-content .image {
    width: 50%
}

.product-detail-content .image figure {
    margin: 0
}

.product-detail-content .image figure img {
    max-width: 100%
}

.product-detail-content .detail {
    padding-left: 40px;
    width: 50%;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-detail-content .detail strong {
    font-weight: 300;
    color: #ffcb08
}

.product-detail-content .detail span {
    margin-bottom: 20px;
    font-weight: 300
}

.product-detail .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.product-detail .pagination .prev {
    margin-right: 10px;
    padding-right: 20px
}

.product-detail .pagination .prev .icon {
    margin-left: 10px
}

.product-detail .pagination .prev:before {
    right: 0
}

.product-detail .pagination .next {
    padding-left: 20px
}

.product-detail .pagination .next .icon {
    margin-right: 10px
}

.product-detail .pagination .next:before {
    left: 0
}

.product-detail .pagination .next,
.product-detail .pagination .prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 200px;
    height: 55px;
    border: 2px solid #ffcb08;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    position: relative
}

.product-detail .pagination .next:before,
.product-detail .pagination .prev:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    background: #ffcb08;
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.product-detail .pagination .next:hover:before,
.product-detail .pagination .prev:hover:before {
    height: 100%
}

.product-detail .pagination .next:hover .icon,
.product-detail .pagination .prev:hover .icon {
    color: #000
}

.product-detail .pagination .next span,
.product-detail .pagination .prev span {
    margin-left: auto;
    margin-right: auto
}

.product-detail .pagination .next .icon,
.product-detail .pagination .prev .icon {
    font-size: 12px;
    color: #ffcb08
}

@media only screen and (max-width:640px) {
    .product-detail h1 {
        font-size: 24px
    }
    .product-detail-content {
        padding: 0
    }
    .product-detail-content .image {
        width: 100%
    }
    .product-detail-content .detail {
        padding: 15px 0;
        width: 100%;
        font-size: 16px
    }
    .product-detail-content .detail span {
        margin-bottom: 10px;
        margin-top: 5px
    }
    .product-detail .pagination .next,
    .product-detail .pagination .prev {
        font-size: 12px;
        height: 40px
    }
}

.footer {
    padding: 30px 0;
    border-top: 30px solid #ffcb08;
    background: #000
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .container .footer-menu {
    margin-right: auto;
    margin-bottom: 50px
}

.footer .container .footer-menu li {
    margin-bottom: 10px
}

.footer .container .footer-menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative
}

.footer .container .footer-menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 2px;
    background: #ffcb08;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.footer .container .footer-menu li a:hover {
    padding-left: 15px
}

.footer .container .footer-menu li a:hover:before {
    width: 10px
}

@media only screen and (max-width:480px) {
    .footer .container .footer-menu li a {
        font-size: 13px
    }
}

.footer .container .phone {
    font-size: 15px;
    font-weight: 300;
    color: #ffcb08;
    text-align: right
}

.footer .container .phone a {
    display: block;
    color: #fff;
    margin-top: 10px
}

.footer .container ul.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto
}

.footer .container ul.social-media li {
    margin-right: 10px
}

.footer .container ul.social-media li a {
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.footer .container ul.social-media li a:hover {
    color: #ffcb08
}

.footer .container .footer-top {
    width: 50px;
    height: 50px;
    background: #ffcb08;
    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;
    color: #fff;
    font-size: 24px;
    margin-left: auto
}

@-webkit-keyframes lineTop {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes lineTop {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

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

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

@-webkit-keyframes lineBottom {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes lineBottom {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

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

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

@-webkit-keyframes coffee {
    0% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes coffee {
    0% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes mella {
    0% {
        -webkit-transform: translateY(82px);
        transform: translateY(82px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes mella {
    0% {
        -webkit-transform: translateY(82px);
        transform: translateY(82px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes beDelicious {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes beDelicious {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.mobileDeviceDetect {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobileDeviceDetect img {
    max-height: 150px;
    width: auto;
    margin-bottom: 15px
}

.mobileDeviceDetect span {
    color: #fff
}

@media all and (orientation:landscape) and (max-width:768px) {
    body {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden
    }
    .mobileDeviceDetect {
        opacity: 1;
        visibility: visible
    }
}
div.wpcf7-response-output{
    margin: 5px 0 0!important;
    font-size: 12px;
    padding: 5px;
}
span.wpcf7-not-valid-tip{
    font-size: 10px!important;
    margin: 10px 0 0 0!important;
}