* {
    -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;
}


@-webkit-keyframes floating-helmet-wk {
    from {
        -webkit-transform: translate(0, 0px);
    }

    65% {
        -webkit-transform: translate(0, 10px);
    }

    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes floating-helmet-moz {
    from {
        -moz-transform: translate(0, 0px);
    }

    65% {
        -moz-transform: translate(0, 10px);
    }

    to {
        -moz-transform: translate(0, -0px);
    }
}

@-o-keyframes floating-helmet-o {
    from {
        -o-transform: translate(0, 0px);
    }

    65% {
        -o-transform: translate(0, 10px);
    }

    to {
        -o-transform: translate(0, -0px);
    }
}

@keyframes floating-helmet {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 10px);
    }

    to {
        transform: translate(0, -0px);
    }
}

@-webkit-keyframes floating-shadow {
    from {
        background-size: 95% auto;
        opacity: 0.7;
    }

    65% {
        background-size: 100% auto;
        opacity: 1;
    }

    to {
        background-size: 95% auto;
        opacity: 0.7;
    }
}

@-moz-keyframes floating-shadow {
    from {
        background-size: 95% auto;
        opacity: 0.7;
    }

    65% {
        background-size: 100% auto;
        opacity: 1;
    }

    to {
        background-size: 95% auto;
        opacity: 0.7;
    }
}

@-o-keyframes floating-shadow {
    from {
        background-size: 95% auto;
        opacity: 0.7;
    }

    65% {
        background-size: 100% auto;
        opacity: 1;
    }

    to {
        background-size: 95% auto;
        opacity: 0.7;
    }
}

@keyframes floating-shadow {
    from {
        background-size: 95% auto;
        opacity: 0.7;
    }

    65% {
        background-size: 100% auto;
        opacity: 1;
    }

    to {
        background-size: 95% auto;
        opacity: 0.7;
    }
}

.floating {
    -webkit-animation-name: floating-helmet-wk;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating-helmet-moz;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-name: floating-helmet-o;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    animation-name: floating-helmet;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.floating-shadow {
    -webkit-animation-name: floating-shadow;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating-shadow;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-name: floating-shadow;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    animation-name: floating-shadow;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.hidden-overflow {
    overflow: hidden;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
}

.container-narrow {
    max-width: 1000px;
}

.container-wider {
    max-width: 1600px;
}

.container-fluid {
    width: 100%;
}

.container-half {
    width: 100%;
    max-width: calc(1600px / 2);
    margin-right: 0;
    margin-left: auto;
    padding-left: 80px;
    padding-right: 80px;
}

.w-50 {
    width: 50%;
}

.w-46 {
    width: 44%;
}

.w-100,
.full-width {
    width: 100%;
    display: block;
}

.max-100 {
    max-width: 100%;
    margin: auto;
}

.h-100 {
    height: 100%;
}

.full-width>img {
    width: 100%;
    height: auto;
}

.full-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.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.25;
    -webkit-box-flex: 0.25;
    flex: 0.25;
}

.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;
}

.align-self-end {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
}

.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;
}

.justify-space-between {
    justify-content: space-between;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute !important;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.pointer-none {
    pointer-events: none;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

p,
ul,
li {
    margin-left: auto;
    margin-right: auto;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    line-height: 34px;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #202020;
    font-weight: 300;
}

.hero p {
    line-height: 32px;
    font-size: 22px;
}

ul {
    padding-left: 15px;
}

li {
    padding-left: 10px;
    padding-bottom: 10px;
}

a,
a>* {
    text-decoration: none;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    line-height: 34px;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #202020;
    font-weight: 300;
}

a:hover {

    cursor: pointer;
}

.color-light a:hover {
    color: #fff;
}

h1 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 48px;
}

h1.line-height-reset {
    line-height: 50px;
}

h2 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 36px;
    color: #202020;
}

h2.line-height-reset {
    line-height: 18px;
}

h3 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 28px;
    color: #202020;
}


h4 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    font-size: 24px;
    letter-spacing: 0.04em;
}

h5 {
    font-family: Quicksand;
    font-style: italic;
    font-weight: 300;
    line-height: 34px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.04em;

}


h6 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    line-height: 34px;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 12px 0;
}

h6.mini-title {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    color: #3e3e3e;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    padding-right: 8px;
}


hr {
    border: 0;
    border-top: 1px solid #fff;
    max-width: 60px;
    width: 100%;
    transition: 0.5s;
}

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;
}

.coverproje {
    width: 430px;
    height: 430px;
    object-fit: cover;
    border-radius: 100%;
}

.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: 30px;
}

.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 !important;
}



/*
-------- BUTTONS --------
*/

a {
    position: relative;
    color: #2b2e38;
    transition: 0.2s;
    opacity: 1;
}

a:hover {
    color: #000;
}


button {
    padding: 0;
    border: 0;
    font-family: Quicksand;
}

.btn {
    background-image: url('../img/svg/arrow-green.svg');
    background-repeat: no-repeat;
    background-position: right center;


    color: #333;
    display: inline-block;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.25s;
    position: relative;
    padding-right: 33px;
    font-family: Quicksand;
    font-style: 600;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding-left: 0;
    opacity: 0.8;


    color: #1711b7;
    background-size: 20px auto;
    background-position: top 6px right;
}

.hero .btn-full,
.btn-full {
    padding: 17px 40px;
}

.btn.color-light {
    background-image: url(../img/svg/arrow-fff.svg);
}

.btn:hover {
    color: #1711b7;
    padding-right: 38px;
    opacity: 1;
}

.btn.color-light:hover {
    color: #fff;
}

.header .btn,
.remodal .btn,
.btn-bordered,
.btn-full {
    border: 2px solid #1711b7;
    background: none;
}

.remodal .btn,
.btn-bordered,
.btn-full {
    border-color: #1711b7;
    font-weight: 500;
    z-index: 1;
}

.btn-bordered {
    color: #1711b7;
    min-width: 200px;
    padding: 12px 40px;
}

.remodal .btn:hover,
.btn-bordered:hover,
.btn-full:hover,
.btn.active {
    color: #fff;
}

.btn-full {
    background-color: #1711b7;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.95;
    color: #fff;
}

.btn-full:hover,
.btn-bordered:hover {
    opacity: 1;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.3);
    padding-right: 40px;
    background-color: #1711b7;
}

.hero .btn-full {
    background-color: #fff;
    border-color: #fff;
}

.btn.full-width {
    width: 100%;
    max-width: 300px;
}

.btn-icon {
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: left 32px center;
    padding-left: 76px;
}

.btn-heart {
    background-image: url('../img/svg/heart.svg') !important;
}

.btn-heart:hover {
    background-image: url('../img/svg/heart-f.svg') !important;
}

.btn-bag {
    background-image: url('../img/svg/paper-bag.svg') !important;
}

.btn-bag:hover {
    background-image: url('../img/svg/paper-bag.svg') !important;
}

.btn-icon-lefted {
    padding-left: 36px;
    background-position: left center;
    border-radius: 0;
}

.btn-white {
    background-color: #fff;
    color: #1711b7;
}

.btn.mini {
    padding: 4px 12px;
    font-size: 12px;
    margin: 10px 0;
    margin-bottom: 0px;
}



/*
-------- 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;
}

.bg-color-gray {
    background-color: #f7f7f7;
}

.green-gradient {
    background: #1711b7;
    opacity: 0.7;
}

.brown-gradient {
    background: rgba(177, 164, 139, 1);
    background: -moz-linear-gradient(-45deg, rgba(177, 164, 139, 1) 0%, rgba(226, 214, 193, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(177, 164, 139, 1)), color-stop(100%, rgba(226, 214, 193, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(177, 164, 139, 1) 0%, rgba(226, 214, 193, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(177, 164, 139, 1) 0%, rgba(226, 214, 193, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(177, 164, 139, 1) 0%, rgba(226, 214, 193, 1) 100%);
    background: linear-gradient(135deg, rgba(177, 164, 139, 1) 0%, rgba(226, 214, 193, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1a48b', endColorstr='#e2d6c1', GradientType=1);
    opacity: 0.85;
}

.gray-gradient {
    background: rgba(235, 235, 235, 1);
    background: -moz-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235, 235, 235, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0);
}

/*
-------- 
*/


.hamburger {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    padding: 11px;
    transition: 0.3s;
}

.sticky.header {
    background-color: #efe7d5;
    background-color: #8eaf94;
    background-color: #2c93b3;
    padding-top: 0;
}

.sticky.header .header-rightside {
    margin-top: 20px;
}

.menu {
    opacity: 1;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: transparent;
    width: 100%;
    padding-top: 10px;
}

.hamb-shapes {
    display: none;
}

.logo {
    position: absolute;
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
}

.logo span {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 62px;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}

.logo img {
    vertical-align: middle;
    display: inline-block;
    height: 100%;

}

.header .header-rightside {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 30px;
    margin-bottom: 0;
    transition: 0.3s;
}

.menu,
.logo,
.logo-sticky {
    pointer-events: auto;
}

.beforeload .menu {
    opacity: 0;
}

.menu ul {
    margin: 0;
    padding-left: 0;
    font-size: 0px;
}

.menu ul li,
.sub-menupoint {
    display: inline;
    text-align: center;
    font-size: 18px;
    margin: 10px 20px;
    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: 36px;
}

.menupoint {
    position: relative;
    z-index: 1;
}



@-webkit-keyframes op {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes op {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.menu ul li {
    line-height: 64px;
}

.sub-main-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdowned {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 10px;
    left: -120px;
    right: -120px;
    background-color: #61b6e0;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.07);
    line-height: 24px;
}

.dropdowned li {
    display: block !important;
    height: auto;
    line-height: normal !important;
}

.sticky #menu .dropdowned {
    background-color: #111212;
}

.dropdowned a {
    display: inline-block;
    margin-bottom: 10px;
}

.sub-main-menu:hover .dropdowned {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 21px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sub-main-menu:hover>a {
    opacity: 1;
}


.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;
}

.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;
}

.menu a,
.sub-menupoint,
.lang-sel {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 19px;
    letter-spacing: 0.06em;
}

.lang-sel:hover {
    color: #fff;
}

.menu a:hover,
.sub-menupoint:hover {

    opacity: 0.7;
}

.menu a.sub-menupoint {
    font-size: 17px;
    letter-spacing: 0.75px;
    line-height: 24px;
    padding: 6px 0;
    display: block;
}

.menu .menupoint a.active {}


.light-header .logo span,
.light-header .menu a,
.light-header .sub-menupoint,
.light-header .socials a.lang-sel {
    color: #111212;
}

.light-header .lang-sel:after {
    background-color: #111212;
}

.light-header.sticky .logo span,
.light-header.sticky .menu a,
.light-header.sticky .sub-menupoint,
.light-header.sticky .socials a.lang-sel {
    color: #fff;
}

.light-header.sticky .lang-sel:after {
    background-color: #ffffff;
}

.light-header .dropdowned {
    background-color: #f8f8f8;
}

.socials>* {
    display: inline-block;
    vertical-align: middle;
}



.social-icon {
    vertical-align: middle;
    height: 23px;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin: 10px;
}

.social-icon:hover {
    opacity: 0.6;
}


.header hr {
    border: 0;
    display: inline-block;
    width: 2px;
    height: 30px;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 30px;
    margin-right: 30px;
}

/*

.sticky.header .lang-sel, .sticky.header .menu a, .sticky.header .sub-menupoint {
    color: #b4a28d;
}
.sticky.header hr{
    background-color: #b4a28d;
}
.header .social-icon, .header .logo{
        filter: sepia(0%) brightness(100%) saturate(100%) hue-rotate(0deg);
    transition:0.5s;
}
.sticky.header .social-icon, .sticky.header .logo{
        filter: sepia(100%) brightness(60%) saturate(300%) hue-rotate(-20deg);
}
*/




.header-dark .logo,
.header-dark .social-icon {
    filter: sepia(0%) brightness(25%) saturate(0%) hue-rotate(0deg);
}

.header-dark .lang-sel,
.header-dark .menu a,
.header-dark .sub-menupoint {
    color: #404040;
}

.header-dark hr {
    background-color: #404040;
}





.header-dark.header.sticky .logo,
.header-dark.header.sticky .social-icon {
    filter: sepia(0%) brightness(100%) saturate(100%) hue-rotate(0deg);
}

.header-dark.header.sticky .lang-sel,
.header-dark.header.sticky .menu a,
.header-dark.header.sticky .sub-menupoint {
    color: #fff;
}

.header-dark.header.sticky hr {
    background-color: #fff;
}




/*
-------- SIDEBAR
*/
.sidebar {
    width: 320px;
}



/*
--------- REMODAL
*/
.remodal .logo {
    width: 160px;
}

.remodal {
    border-radius: 0 0 10px 10px;
    background: #fff;
    box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.09);
    position: relative;
    max-width: 800px;
    padding: 0;
}

.remodal-overlay {
    background-color: rgba(243, 243, 243, 0.95);
    z-index: 999999999;
}

.remodal:after {
    content: '';
    position: absolute;
    top: -69px;
    left: 0%;
    width: 100%;
    height: 70px;
    background-image: url(../img/svg/svg-shape-top.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}

.remodal:before {
    content: '';
    position: absolute;
    top: -40px;
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    background-image: url(../img/svg/baf-pillango.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.close-x {
    background: url(../img/svg/x.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    top: -6px;
    height: 40px;
    width: 40px;
    opacity: 0.3;
    z-index: 123456;
    cursor: pointer;
    transition: 0.2s;
}

.close-x:hover {
    opacity: 1;
}

.remodal.mobile-menu {
    background: rgba(255, 255, 255, 0.95);
}

.remodal-wrapper {
    z-index: 1000000000;
    padding-top: 60px;
}

/*
--------- FORMS
*/

input,
select,
textarea {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    outline: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 0;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    -webkit-appearance: none;
    transition: 0.25s;

    border-radius: 6px;
    background-color: #f7f7f7;
    color: #797979;
}

textarea {
    min-height: 260px;
    resize: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 20px;

    border-radius: 6px;
    background-color: #f7f7f7;
}


select option {
    color: #000000;
}

select option[value=""] {
    color: #999999;
}


select {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 6px;
    background-color: #f7f7f7;
    font-family: 'Ubuntu', 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%;
}

::-webkit-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    color: #000;
}

:-moz-placeholder {
    opacity: 1;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
}

::-moz-placeholder {
    opacity: 1;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
}

:-ms-input-placeholder {
    color: #000;
    font-family: 'Ubuntu', sans-serif;
}

.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: #efefef;
    box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.38);
    outline: 0 !important;
    color: #222;
}

: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;
}

:focus {
    outline: none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}


.sidebar input,
.sidebar select,
.sidebar textarea {
    max-width: 300px;
    margin: auto;
}

label {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #b4a28d;
}

form label {
    line-height: 20px;
    padding-bottom: 5px;
    display: inline-block;
}

form .flex>* {
    text-align: left;
}


/*
--------- 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 {
    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.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;
}

.bottom-0 {
    bottom: 0;
}

.hero {
    height: 100vh;
}

.hero-content {
    top: auto;
    bottom: 30px;
    height: calc(100% - 140px);
    left: 0;
    right: 0;
    position: absolute;
}

.hero-bag {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
    position: relative;
}

.hero-bag .bag {
    position: relative;
    z-index: 1;
}

.fooldal .hero-bag .bag {
    padding-bottom: 140px;
}

.bottom-shadow-mainhelmet {
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -80px;
    width: calc(100% + 400px);
    width: 100%;
    height: 400px;
    left: 0px;
    pointer-events: none;

    filter: blur(50px);

    -moz-transform: translateX(-20px) scale(0.6) rotate(52deg) translate(-6px, -9px) skew(-27deg, -43deg);
    -webkit-transform: translateX(-20px) scale(0.6) rotate(52deg) translate(-6px, -9px) skew(-27deg, -43deg);
    -o-transform: translateX(-20px) scale(0.6) rotate(52deg) translate(-6px, -9px) skew(-27deg, -43deg);
    -ms-transform: translateX(-20px) scale(0.6) rotate(52deg) translate(-6px, -9px) skew(-27deg, -43deg);
    transform: translateX(-20px) scale(0.6) rotate(52deg) translate(-6px, -9px) skew(-27deg, -43deg);
}


.owl-carousel-hero .bottom-shadow-mainhelmet {
    width: 80%;
    height: 350px;
    left: 10%;
}

.hero-bag {
    position: relative;
    height: 100%;
}

/*
.hero-bag:after{
    content: url(../img/svg/heroarrow.svg);
    position: absolute;
    left: -50px;
    top: 25%;
    z-index: 2;
}*/


.hero .owl-nav {
    max-width: 100%;
    top: calc(50% - 40px);
}

.owl-carousel-prods .owl-nav {
    top: 150px;
}

.hero .owl-prev {
    left: 0px;
}

.hero .owl-next {
    right: 0px;
}

.hero .arrow-left,
.hero .arrow-right {
    background-image: url(../img/svg/arrow-fff.svg);
}

.hero .owl-item>.container-fluid {
    opacity: 0;
    transition: 0.3s;
}

.hero .owl-item.active>.container-fluid {
    opacity: 1;
}

.hero-tovabb-btn {
    left: 0;
    width: 100%;
    z-index: 2;
    bottom: 130px;
    position: absolute;
}

.hero .bag {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin-left: auto;
    margin-right: auto;
}

.hero .owl-stage,
.hero .owl-stage-outer,
.hero .owl-item {
    height: 100%;
}

.hero .owl-thumbs {
    position: absolute;
    bottom: 133px;
    width: calc(1360px / 2);
    height: 15px;
    left: calc(100% / 2);
    z-index: 2;
    text-align: center;

}

.hero .owl-thumb {
    display: inline-block;
    background-color: #fff;
    opacity: 0.2;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    margin: 0 10px;
}

.hero .owl-thumb:hover {
    opacity: 0.5;
}

.hero .owl-thumb.active {
    opacity: 0.8;
}

#hero-bg {
    transition: 1s;
}

.hero-bg {

    background-size: cover;
}

.icon-l {
    height: 60px;
}

.shape-top {
    position: relative;
    bottom: -2px;
}

.shape-top svg,
.shape-bottom svg {
    width: 100%;
}

.shape-bottom {
    position: relative;
    top: -2px;
    transform: rotate(180deg);
}


.liner-1 {
    position: relative;
}

.liner-1:after {
    background-image: url('../img/svg/line1.svg');
    background-size: contain;
    position: absolute;
    left: 20%;
    bottom: 50%;
    width: 50%;
    height: 70%;
    content: "";
    background-repeat: no-repeat;
}

.liner:after {
    background-image: url('../img/svg/line2.svg');
    background-repeat: no-repeat;
    content: "";
    transform: scaleX(-1);
    position: absolute;
    bottom: 50%;
    left: 20%;
    height: 100%;
    width: calc(100% - 40%);
    background-size: contain;
    background-position: right bottom;
}

.flex-reverse.liner:after {
    transform: none;
    position: absolute;
    right: 20%;
    left: auto;
}



.ikon img {
    height: 30px;
    width: 30px;
    margin-top: 25px;
    margin-left: 25px;
}

.ikon.circle {
    height: 80px;
    width: 80px;
    background-color: #1711b7;
    border-radius: 50%;
    position: absolute;
    left: 66%;
    top: 6%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ikon.circle i {
    text-align: center;
    font-size: 35px;
    color: #fff;
}

.flex-reverse .ikon.circle {
    left: auto;
    right: 66%;
}


.post-box {
    text-align: center;
}

.post-box p {
    font-size: 16px;
    line-height: 30px;
}

.post-box h3 {
    font-size: 26px;
}

.post-box.move-down {
    margin-top: 50px;
}

.post-box .img-container {
    width: 300px;
    height: 300px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    transition: 0.3s;
    transform: scale(1.00);
}

.post-box:hover .img-container {
    transform: scale(1.03);
}

.post-box .cover {
    border-radius: 50%;
}

.post-box .btn {
    opacity: 0;
    line-height: 24px;
    font-size: 16px;
}

.post-box:hover .btn {
    opacity: 1;
}

.post-box .circle {
    height: 60px;
    width: 60px;
    top: 6%;
    z-index: 1;
    border-radius: 50%;
    background-color: #a1c23b;
    position: absolute;
    left: calc(50% - 140px);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

.post-box .circle span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    width: 60px;
    display: inline-block;
}

.posts-bg-line {
    position: absolute;
    top: 120px;
    width: calc(100% + 200px);
    left: -100px;
}

.owl-carousel .post-box {
    padding: 10px 12px 0 12px;
}

.owl-carousel .post-box h3 {
    font-size: 26px;
}

.owl-carousel .post-box p {
    font-size: 17px;
    line-height: 32px;
}

.owl-carousel .post-box p.btn {
    line-height: 24px;
}

.footer {
    background-color: #2c93b3;
}

.footer>* {
    color: #fff;
}

.footer a,
.footer p {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #fff;
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.inview.inview-bi {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -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;
}

.offview.inview-bi {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}

.footer-logo {
    margin-top: -1.5vw;
    width: 260px;
    margin-bottom: 20px;
}

.text-block img {

    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .11);
    height: auto !important;
}

.text-block a {
    color: #86a92b;
}

.text-block a:hover {
    color: #1711b7;
}

.reveal-infos {
    padding: 20px;
}

.reveal-infos .infos {
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}

.reveal-infos:hover .infos {
    opacity: 1;
    visibility: visible;
}

.mail-iconed,
.phone-iconed {
    display: inline-block;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.mail-iconed {
    background-image: url('../img/svg/envelope.svg');
    background-size: auto 20px;
}

.phone-iconed {
    background-image: url('../img/svg/telephone.svg');
    background-size: auto 24px;
}

.prof-img {
    max-width: 300px;
    width: 100%;
}

.prod-box {
    padding: 20px;
}

.prod-box div {
    line-height: 0;
}

.prod-box h3 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.04em;
}

.prod-box .img {
    height: 300px;
    width: 300px;
    margin: auto;
}

.prod-box .img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
}

.prod-box .text {
    transition: 0.3s;
    opacity: 1;
    pointer-events: none;
}


.prod-box .btn-container {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transition: 0.5s;
}

.prod-box .btn-container .btn {
    color: #1711b7;
    line-height: 24px;
    font-size: 18px;
    display: none;
}

.prod-box a:hover .btn-container {
    opacity: 1;

}

.prod-box a .img {
    position: relative;
}

.prod-box .img .front {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: 0.2s cubic-bezier(.4, -0.53, .61, 1.49);
}

.prod-box .img .back {
    opacity: 0.45;
}

.prod-box a .img-before {
    opacity: 0;
    transition: 0.3s;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.prod-box a:hover .img-before {
    opacity: 1;
}

.prod-box a:hover .img .front {
    transform: scale(1.04);
}

.prod-box.flex-2 a .img {
    height: 600px;
    width: 600px;
}

.prod-box.flex-2 a .img-before {
    background-color: #f3dba4;
    opacity: 1;
}

.prod-box.flex-2 a:hover .text {
    opacity: 1;
}

.prod-box.flex-2 div.btn {
    line-height: 24px;
}

.prod-box.flex-2 .text {
    pointer-events: auto;
}

.prod-box.flex-2 h3 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


.prod-page .main-img {
    text-align: right;
}

.prod-page .main-img img {
    max-width: 100%;
}


.prod-page .thumbs .flex {
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prod-page .thumbs .thumb {
    padding: 10px;
}

.prod-page .thumbs .thumb img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    object-fit: cover;
    transition: 0.2s;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.prod-page .thumbs .thumb img:hover {
    transform: scale(1.04) rotate(-5deg);
}

.prod-page .main-text {
    padding-left: 40px;
}

.prod-page .main-text h1 {
    font-size: 40px;
}

.prod-page .main-text p {
    margin: 0;
}

.prod-page .main-img .bag-shadow {
    opacity: 0.5;
}



.prod-page .hero-bag .bag {
    margin-bottom: 0;
}

.prod-page .main-text .list p {
    position: relative;
    display: inline-block;
    padding-top: 0;
    margin-bottom: 5px;
    margin-left: 10px;
}

.prod-page .main-text .list p:before {
    content: "";
    left: -45px;
    top: 0;
    background-color: #A0CBA6;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    position: absolute;
}

.prod-page .main-text .list img {
    padding-right: 12px;
    margin-top: 2px;
    height: 30px;
    z-index: 1;
    padding: 5px;
    width: 35px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
}


.prod-page .main-text .list>div {
    margin-bottom: 10px;
}


.fancybox-bg {
    background: #ffffff;
}

.fancybox-button {
    background: transparent;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #424242;
}

.fancybox-button:hover {
    color: #000;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #b7b7b7;
}

.fancybox-is-open .fancybox-bg {
    opacity: .98;
}

.fancybox-container {
    z-index: 999999999;
}

.cta-box {
    position: relative;
    border-radius: 10px;
    position: relative;
    z-index: 12;
}

.cta-box h2 {
    color: #fff;
}

.cta-box:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #638272;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    border-radius: 8px;
}

.cta-box:after {
    content: '';
    height: 110px;
    width: 80px;
    background-image: url('../img/smalleaf.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: 30px;
    left: -66px;
    position: absolute;
    background-position: right top;
}

.cta-box .cta-text-block {
    padding: 0 0 0 8%;
}

.cta-box .cta-text-block {
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-box img {
    max-width: 100%;
    margin-top: -100px;
}

.cta-box-padding {
    padding: 80px;
}

.cta-box .flex-3 {
    background-color: rgba(255, 255, 255, 0.5);
}

.pre-butterfly {
    position: relative;
}

.pre-butterfly:before {
    content: '';
    position: absolute;
    top: -22px;
    left: -80px;
    width: 70px;
    height: 70px;
    background-image: url(../img/svg/baf-pillango.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.text-block span {
    white-space: nowrap;
}

.post-page .main-img {
    position: relative;
}

.post-page .main-img:after {
    content: '';
    height: 110px;
    width: 80px;
    background-image: url('../img/smalleaf.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: 30px;
    left: 2%;
    transform: rotate(50deg);
    z-index: 1;
    position: absolute;
    background-position: right top;
}


.post-page .main-img img {
    height: 600px;
    width: 600px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.post-page .main-img .bottom-shadow-mainhelmet {
    bottom: -170px;
    width: calc(100% + 300px);

}

.post-page .main-text h1 {
    font-size: 40px;
    margin: 0;
    max-width: 800px;
}

.post-page .date {
    font-weight: 400;
    font-size: 16px;
    color: #2f2f2f;
    margin: 0;
    font-family: 'quicksand';
    margin-bottom: 10px;
}

.post-page .text-block img {
    max-width: calc(100% + 140px);
    transform: translateX(-70px);
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-block blockquote {
    margin: 10px 0;
}

.text-block blockquote,
.text-block blockquote p {
    font-family: 'La Belle Aurore', cursive;
    font-size: 36px;
    letter-spacing: -0.5px;
    line-height: 46px;
}

.text-block h4 {
    font-weight: 400;
}

.blog-page .featured img {
    height: 450px;
    width: 450px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
}

.blog-page .featured .circle span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    width: 60px;
    display: inline-block;
}

.blog-page .featured .circle {
    height: 60px;
    width: 60px;
    background-color: #a1c23b;
    position: absolute;
    left: auto;
    right: calc(50% - 180px);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    top: 6%;
    z-index: 1;
    border-radius: 50%;
}

.blog-page .featured {
    text-align: left;
}

.blog-page .featured .main-text h1 {
    font-size: 38px;
    line-height: 56px;
}

.blog-page .featured .btn {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 24px;
}

.screen-reader-text {
    display: none;
}

.page-numbers {
    color: #1711b7;
    font-size: 22px;
    letter-spacing: .86px;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    margin: 0 10px;
    font-family: 'Quicksand';
}

.page-numbers:hover {
    color: #1711b7;
    opacity: 0.7;
}

.prev.page-numbers img {
    transform: rotate(180deg);
}

.page-numbers img {
    height: 14px;
}

.page-numbers.current {
    color: #fff;
    background-color: #1711b7;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.page-numbers.current:hover {
    opacity: 1;
}

.blog-pager .posts-bg-line {
    top: 10px;
}

.nav-links {
    display: inline-block;
    background-color: white;
    opacity: 1;
    z-index: 2;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.flex-row .post-box {
    padding-left: 20px;
    padding-right: 20px;
}

#warmwelcome {
    height: 100%;
    position: absolute;
    z-index: 123456789;
    width: 100%;
    pointer-events: none;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-name: reveal;
    animation-name: reveal;
    -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;
    animation-fill-mode: forwards;
    opacity: 1;
}

@-webkit-keyframes reveal {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes reveal {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#warmwelcome h1 {
    font-size: 66px;
}

#warmwelcome .hero-content {
    justify-content: center;
    height: 80vh;
    top: 50px;
    bottom: 0;
}

#warmwelcome img {
    max-height: 70vh;
    width: auto;
    margin: auto;
}

img.rellax.absolute {
    pointer-events: none;
}

.read-line-before {
    position: relative;
}

.read-line-before:before {
    position: absolute;
    content: "";
    width: 400px;
    height: 250px;
    background-image: url(../img/svg/read-line-before.svg);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    top: -280px;
    left: 50%;
}

.fancybox-image {
    border-radius: 4px;
    box-shadow: -1px 7px 10px -4px rgba(0, 0, 0, 0.15);
}


.prod-page .main-img .owl-carousel img {
    padding-top: 0;
}

.prod-page .gallery-img.item {
    padding: 20px;
}

.prod-page .gallery-img.item img {
    border-radius: 50%;
    box-shadow: 0 0 40px -4px rgba(0, 0, 0, 0.1);
}

.prod-page .main-img .owl-carousel .lebego {
    padding: 10px;
}

.prod-page .main-img .owl-carousel .lebego img {
    object-fit: contain;
}

.prod-page .lebego-back {
    position: absolute;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    opacity: 0.5;
    border-radius: 50%;
}

.prod-page .main-img .owl-carousel .owl-nav {
    position: static;
    width: 100%;
    text-align: center;
    height: auto;
}

.prod-page .main-img .bottom-shadow-mainhelmet {
    background-image: none;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -60px;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.61);
    width: 50%;
    height: 150px;
    left: 0;
    right: 0;
    margin: auto;
}

.prod-page .main-img .bag-shadow {
    opacity: 0;
    transition: 0.5s;
}

.prod-page .main-img .bag-shadow {
    opacity: 0;
    transition: 0.5s;
}

.prod-page .main-img .bag-shadow.show {
    opacity: 0.5;
}

.prod-page .main-img .owl-carousel .owl-nav .owl-prev,
.prod-page .main-img .owl-carousel .owl-nav .owl-next {
    position: static;
    display: inline-block;
}

.prod-page .main-img .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.prod-page .main-img .owl-carousel .owl-prev .arrow-left,
.prod-page .main-img .owl-carousel .owl-next .arrow-right {
    opacity: 0.45;
}

.prod-page .main-img .owl-carousel .owl-prev:hover .arrow-left,
.prod-page .main-img .owl-carousel .owl-next:hover .arrow-right {
    opacity: 0.8;
}

.bg-cover-color {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.mob-leaf {
    display: none;
}

.pointer-none {
    pointer-events: none;
}

.pointer-auto {
    pointer-events: auto;
}


.post-flex {
    max-width: 530px;
    align-self: center;
    margin: auto;
}


.color-circle {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 6px;
    margin-top: 6px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.szitabadge {
    position: absolute;
    opacity: 1;
    background-color: #b3d369;
    color: #fff;
    height: 150px;
    width: 150px;
    display: flex;
    line-height: 22px;
    padding: 20px;
    transform: rotate(20deg);
    top: 0;
    right: 50px;
    border-radius: 50%;
}

.szitabadge span {
    align-self: center;
    font-weight: 600;
}


/*
--------- MEDIA QUERY -- XL
*/

@media screen and (max-width: 1440px) {

    .prod-page .thumbs .thumb img {
        height: 80px;
        width: 80px;
    }

    .prod-box .img {
        height: 260px;
        width: 260px;
        margin: auto;
    }

    .logo {
        height: 90%;
    }

    h1 {
        font-size: 44px;
    }

    .hero p {
        line-height: 30px;
        font-size: 19px;
    }

    p,
    ul,
    li {
        line-height: 32px;
        font-size: 17px;
    }

    .post-box p {
        line-height: 28px;
    }
}


/*
--------- MEDIA QUERY -- XL
*/

@media screen and (max-width: 1240px) {

    .hidden-xl {
        display: none !important;
    }

    .show-xl {
        display: inline-block !important;
    }

    .flex-row-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .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;
    }

    .flex-row-3>.flex-1 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
    }

    .flex-row-3 .post-box.move-down {
        margin-top: 0;
    }


    @-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;
    }

    .flex-row-4>.flex-1 {
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        width: 33.3%;
        max-width: 33.3%;
    }


    .header {
        position: fixed;
        height: 64px;
        top: auto;
        bottom: 0;
        background-color: #2c93b3;
        width: 100%;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        background-size: auto;
        background-position: bottom center;
        background-repeat: no-repeat;
        padding: 0;
        z-index: 12345678;
    }

    .logo img {}

    .header .header-rightside,
    .sticky.header .header-rightside {
        margin: 10px;
    }

    .header-rightside hr {
        display: none;
    }

    .hamb-shapes {
        background-image: url(../img/svg/footer-left.html), url(../img/svg/footer-right.html);
        background-repeat: no-repeat, no-repeat;
        background-position: left bottom, right bottom;
        background-size: auto, auto;
        transform: rotate(180deg);
        width: 100%;
        position: absolute;
        top: 0;
        height: 200px;
        pointer-events: none;
        bottom: auto;
        display: block;
    }

    .logo {
        height: 64px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px;
        z-index: 1;
    }

    .hamburger {
        display: block;
        pointer-events: auto;
    }

    .hamburger {
        padding: 0;
        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;
        visibility: visible;
        overflow: visible;
    }

    .hamburger:hover {
        opacity: 1;
    }

    .hamburger-box {
        width: 70px;
        height: 40px;
        display: inline-block;
        position: static;
        padding: 0 20px;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 30px;
        height: 3px;
        border-radius: 20%;
        background-color: #fff;
        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: -8px;
    }

    .hamburger-inner::after {
        bottom: -8px;
    }

    .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;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }

    .dropdowned a {
        margin-bottom: 00px;
        padding-top: 10px;
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 0;
    }

    .header-dark .lang-sel,
    .header-dark .menu a,
    .header-dark .sub-menupoint {
        color: #ffffff;
    }

    #menu,
    .is_stuck #menu {
        top: 0;
        bottom: 0;
    }

    .menu {
        vertical-align: middle;
        color: #242424;
        text-align: right;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        text-align: right;
        width: 100%;
        position: fixed;
        opacity: 0;
        visibility: hidden;
        background-color: #2c93b3;
        padding-bottom: 10px;
        pointer-events: none;
        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;
        transform: scale(1.1);
        background-image: url(../img/left-green.png), url(../img/right-green.png);
        background-position: left -100px top 0, right -100px top;
        background-repeat: no-repeat, no-repeat;
        background-size: 150px auto, 150px auto;
    }

    .menu.active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: scale(1);
    }

    .menu ul li {
        display: block;
        width: 100%;
        text-align: right;
        font-size: 17px;
        margin-left: 0;
        line-height: 17px;
        padding-left: 0;
    }

    .menu a {
        display: inline-block;
        width: 100%;
        font-weight: 500;
        margin: 0;
        text-decoration: none;
        letter-spacing: 0px;
        padding: 0 12px;
        background-color: transparent;
        text-align: center;
        color: #fff;
        font-size: 17px;
    }

    .menu li {
        display: none;
    }

    .container,
    .container-half {
        padding-left: 40px;
        padding-right: 40px;
    }

    .owl-prev {
        left: -30px;
    }

    .owl-next {
        right: -30px;
    }

    .hero .owl-thumbs {
        display: none;
    }

    .hero .owl-nav {
        max-width: 100%;
        bottom: 110px;
        max-width: 110px;
        right: 200px;
        left: auto;
        top: auto;
        z-index: 12345;
    }

    .hero-tovabb-btn .container {
        width: auto;
        display: inline-block;
    }

    .hero-tovabb-btn {
        width: auto;
    }

    .hero-content {
        height: calc(100% - 40px);
    }

    #hero-bg,
    .hero-bg {
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .hero-bag {
        align-self: center;
    }


    .reveal-infos .infos {
        opacity: 1;
        visibility: visible;
    }

    .prod-box.flex-2 h3 {
        margin-bottom: 20px;
    }

    .pre-butterfly:before {
        display: none;
    }

    .op-fade {
        opacity: 0.1;
    }

    .post-page .text-block img {
        max-width: 100%;
        transform: none;
    }

    .menupoint.socials {
        text-align: center;
    }

    .menupoint.socials a {
        display: inline-block;
        width: auto;
    }

    .header-dark.header.sticky .logo,
    .header-dark.header.sticky .social-icon,
    .header-dark.header .logo,
    .header-dark.header .social-icon {
        filter: sepia(0%) brightness(100%) saturate(100%) hue-rotate(0deg);
    }

    .prod-page .main-text {
        padding-left: 0px;
    }

    .prod-page .w-50 {
        width: 100%;
        max-width: 820px;
    }

    .prod-page .w-46 {
        width: 50%;
        margin: auto;
    }

    .prod-hero-container {
        text-align: center;
    }

    .prod-page .main-img .owl-carousel .owl-nav {
        position: absolute;
        top: calc(50%);
        max-width: 90%;
    }

    .prod-page .main-img .owl-carousel .owl-nav .owl-prev,
    .prod-page .main-img .owl-carousel .owl-nav .owl-next {
        position: absolute;
    }

    .prod-page .main-text h1 {
        margin-top: 0;
    }


}


/*
--------- MEDIA QUERY -- L
*/

@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;
    }

    .hero .owl-carousel .item .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .hero {
        height: auto;
    }

    .hero-bag .bag {
        margin-bottom: 0;

        height: auto;
        width: auto;
        max-width: 100%;
    }

    .hero-content {
        top: 0;
        bottom: auto;
        height: auto;
        position: static;
        text-align: center;
    }

    .hero-tovabb-btn {
        display: none;
    }

    .hero .owl-nav {
        bottom: 0;
        top: auto;
        position: relative;
        height: 80px;
        left: 0;
        right: 0;
    }

    .hero .owl-next,
    .hero .owl-prev {
        top: 0;

    }

    .hero .hero-content .padding-y-m {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .floating-shadow {
        display: none;
        animation-name: none;
    }


    .hidden-l {
        display: none !important;
    }

    .show-l {
        display: block !important;
    }


    .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;
    }

    .flex-row-l {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .prod-page .thumbs .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .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;
    }

    .text-align-center-l {
        text-align: center;
    }


    li,
    p,
    ul {
        line-height: 32px;
        font-size: 16px;
    }

    h2 {
        font-size: 30px;
    }

    h1 {
        font-size: 44px;
    }

    h3 {
        line-height: 38px;
        font-size: 26px;
        margin-bottom: 0px;
    }

    .hero p {
        line-height: 31px;
        font-size: 20px;
    }

    .btn {
        font-size: 15px;
    }

    .prod-page .main-text .list>div {
        justify-content: center;
    }

    .cta-box img {
        margin-top: 0;
    }

    .post-box.move-down {
        margin-top: 0px;
    }

    .prod-page .main-text .list p:before {
        top: -2px;
    }

    .post-page .main-img img {
        height: 400px;
        width: 400px;
        margin-bottom: 20px;
    }

    .post-page .main-img .bottom-shadow-mainhelmet {
        opacity: 0.4;
    }

    .post-page .main-img:after {
        left: calc(50% - 243px);
        transform: rotate(60deg);
    }

    .read-line-before:before {
        display: none;
    }

    .fooldal .hero-bag .bag {
        padding-bottom: 20px;
    }

    .flex-row-4>.flex-1 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
    }



    .prod-page .main-text .list img {
        margin-top: -16px;
    }

    .prod-page .main-text .list>div {
        margin-bottom: 10px;
        display: block !important;
    }

    .prod-page .main-text .list p {
        display: inline;
        padding-top: 8px;
    }

    .szitabadge {
        top: 0;
        right: 0;
        transform: scale(0.7) rotate(20deg);
    }
}


/*
--------- 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;
    }

    .flex-row-3>.flex-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .container,
    .container-half {
        padding-left: 30px;
        padding-right: 30px;
    }

    .reveal-infos p {
        display: none;
    }

    .hidden-m {
        display: none !important;
    }

    .show-m {
        display: block !important;
    }

    .text-align-center-m {
        text-align: center;
    }



    .prod-grid-sizer,
    .prod-card {
        width: 100%;
    }

    .prod-gutter-sizer {
        width: 0px;
    }

    .post-box.move-down {
        margin-top: 0;
    }

    .footer-logo {
        margin-top: 50px;

    }

    .cta-box .cta-text-block {
        padding: 20px 30px 30px 30px;
        text-align: center;
    }

    .remodal:before {
        top: -20px;
        left: calc(50% - 30px);
        width: 60px;
    }

    .post-box .btn {
        opacity: 1;
        margin-top: 0;
        margin-bottom: 40px;
    }


    .prod-box.flex-2 a .img {
        height: 300px;
        width: 300px;
    }

    .blog-page .featured .main-text h1 {
        font-size: 26px;
        line-height: 38px;
    }

    .blog-page .featured p {
        line-height: 32px;
        font-size: 16px;
    }

    .blog-page .featured img {
        width: 300px;
        height: 300px;
    }


    .blog-page .featured .circle {
        left: calc(50% - 140px);
    }

    #warmwelcome .hero-content {
        justify-content: space-around;
        max-height: 100vh;
        height: 100%;
        top: 50px;
        bottom: 0;
    }

    #warmwelcome h2 {
        font-size: 24px;
    }

    #warmwelcome img {
        max-height: 100vh;
        width: 100%;
        height: auto;
        margin: auto;
    }

    .prod-page .main-text h1 {
        font-size: 30px;
    }

    .post-page .main-img .bottom-shadow-mainhelmet {
        display: none;
    }

    .post-page .main-img img {
        height: 80vw;
        width: 80vw;
        max-height: 100vh;
    }

    .post-page .main-img:after {
        display: none;
    }


    .text-block blockquote,
    .text-block blockquote p {
        font-size: 28px;
        line-height: 36px;
    }

    .cta-box .cta-text-block {
        padding: 10px;
    }

    .cta-box .cta-text-block h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .owl-carousel .prod-box a .img-before {
        opacity: 1;
    }

    .owl-nav {
        top: calc(50% - 30px);
    }

    .prod-box {
        padding: 0;
    }

    .flex-row-4>.flex-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .prod-box .img {
        height: 300px;
        width: 300px;
    }

    .prod-box a .img-before {
        opacity: 1;
    }

    .prod-box .text {
        padding-bottom: 40px;
    }

    .prod-box .btn-container .btn {
        display: none;
    }

    .prod-page .w-46 {
        width: 85%;
    }

    .cta-box:after {
        display: none;
    }

    .hero .owl-nav {
        bottom: 0;
        top: 180px;
        max-width: 100%;
        position: absolute;
        height: 80px;
        left: 0;
        right: 0;
    }

    .liner-1:after {
        display: none;
    }

    .misyon {
        width: 100% !important;
    }

    .vizyon {
        width: 100% !important;
    }

    .coverproje {
        width: 350px;
        height: 350px;
        object-fit: cover;
        border-radius: 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 !important;
    }

    .container,
    .container-half {
        padding-left: 25px;
        padding-right: 25px;
    }

    h1 {
        font-size: 28px;
    }

    .hero p {
        line-height: 26px;
        font-size: 16px;
    }


    .post-page .main-text h1 {
        font-size: 28px;
    }

    .prod-page .w-46 {
        width: 100%;
    }


    .prod-hero-container {
        padding: 0;
    }

    .prod-hero-container .w-50 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .prod-page .gallery-img.item {
        padding: 40px;
    }

    .mob-leaf {
        display: block;
        content: '';
        height: 110px;
        width: 60px;
        background-image: url(../img/smalleaf.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0px;
        position: absolute;
        background-position: left 14px top 0px;
        transform: scaleX(-1);
        z-index: 1;
    }

    .hamburger-box {
        width: 48px;

        padding: 0px;
        padding-left: 8px;
    }

    .social-icon {
        height: 20px;
        margin: 12px 8px;
    }

    .fooldal .hero-bag .bag {
        height: 100vw;
    }

}


/*
--------- MEDIA QUERY -- XS
*/

@media screen and (max-width: 360px) {

    .container,
    .container-half {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prod-hero-container {
        padding: 0;
    }

    .prod-hero-container .w-50 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prod-page .lebego-back {
        height: calc(100% - 80px);
        width: calc(100% - 80px);
        left: 40px;
        top: 40px;
    }

}


.hideme {
    display: none;
}

.misyon {
    background-color: #4f4f81;
    float: left;
    width: 50%;
    padding: 20px;
    overflow: hidden;
}

.vizyon {
    background-color: #37374f;
    float: left;
    width: 50%;
    padding: 20px;
    overflow: hidden;
}

.baslikalan {
    display: block;
    line-height: normal;
    line-height: 50px;
    margin-bottom: 30px;
}

.baslik {
    color: #fff;
    text-align: left;
    font-size: 30px;
}

.misyon .icon {
    text-align: right;
    color: #fff;
    font-size: 40px;
}

.vizyon .icon {
    text-align: left;
    color: #fff;
    font-size: 40px;
}

.yazi {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    font-family: Ubuntu;
}

.yazi p {
    color: #fff;
}

.stretch-card {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.we_intro_hizmetbox {
    overflow: hidden;
    padding: 10px;
    display: inline-block;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}

.we_intro_hizmetbox i {
    float: left;
    margin-left: 10px;
    margin-right: 15px;
    color: #69DCFD;
    font-size: 40px;
}

.we_intro_hizmetbox>a {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: auto;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    color: #14193A;
    display: inline-block;
}

.we_intro_hizmetbox .hizmetyazi {
    padding: 10px;
    margin: 0px;
    overflow: hidden;
    height: auto;
    margin-bottom: 15px;
    color: #14193A;
    line-height: normal;
    display: inline-block;
}

.we_intro_hizmetbox .hizmetyazi a {
    font-size: 13px;
    margin-bottom: 15px;
    color: #14193A;
    line-height: normal;
}

.space_text_tall {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 13px;
    background: url(../img/dot.png)no-repeat center bottom;
}

.lang {
    float: left;
    width: 100%;
    text-align: center;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    /* width: 32%; */
    margin: 5px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 10px;
    border: 1px solid #0000004d;
    border-radius: 50px;
}

.lang a:hover {
    border: 1px solid #000;
    color: #000;
}

.iziModal {
    z-index: 99999;
    transform: scale(1);
}

.news-card-big {
    margin-bottom: 25px;
    width: 100%;
    background-color: white;
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(131, 148, 156, 0.3);
    box-shadow: 0 0 10px rgba(131, 148, 156, 0.3);
    border-radius: 15px;
}

.news-card-big:hover .news-card-big-photo img {
    opacity: .6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-card-big-photo {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #000;
    position: relative;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.news-card-big-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s;
}

.news-card-big-photo .date {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
}

.news-card-big-body {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    height: 170px;
    border-radius: 15px;
}

.news-card-big-body .title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    max-height: 40px;
    overflow: hidden;
    font-weight: 500;
    height: 40px;
}

.news-card-big-body .text {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    height: 85px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 27px;
}

h3 a {
    font-size: 28px;
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.brand-area {
    width: 400px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.brand-area .brand-item img {
    opacity: .6;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: auto;
}

.brand-area .brand-item img:hover {
    opacity: 1
}

.projeicon {
    z-index: 99;
    font-size: 20px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.text-center {
    text-align: center;
}

.pagination {
    justify-content: center;
    margin-top: 20px;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-item,
.nav-links,
.page-links {
    clear: both;
}

.nav-links .page-numbers.current {
    color: #fff !important;
}

.page-item.active>a,
.page-item>span,
.nav-links.active>a,
.nav-links>span,
.page-links.active>a,
.page-links>span {
    background-image: linear-gradient(to top, #5d9325 0%, #adc976 100%) !important;
    color: #fff !important;
}

.page-item>span,
.page-item>a,
.nav-links>span,
.nav-links>a,
.page-links>span,
.page-links>a {
    background-color: #e6ecef !important;
    border-radius: 50% !important;
    color: #999 !important;
    display: inline-block;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0;
    line-height: 40px;
    margin-left: 0;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}

.whatsapp {
    position: fixed;
    left: 15px;
    bottom: 15px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #4dc247;
}

.whatsapp a i {
    color: #fff;
    font-size: 25px;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}

.alert-warning {
    line-height: normal;
}

.alert-warning p {
    margin: 0;
}
.trigger-link-fiyat{
	background: #fff;
    padding: 0px 6px;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 5px;
}
.teklifbsk{
	margin: 0;
    margin-top: -20px;
    background: #ddd;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}
.paketkategoriler {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.paketkategoriler .gonderbtn {
    color: #333;
    border: 2px solid #333;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px;
}
.paketkategoriler #paketaktif {
    color: #fff;
    background: #333;
    border: 2px solid #333;
}
.paketkategoriler .gonderbtn:hover {
    color: #fff;
    background: #333;
    border: 2px solid #333;
}
.checkbox-custom,.radio-custom{opacity:0;position:absolute}
.checkbox-custom,.checkbox-custom-label,.radio-custom,.radio-custom-label{display:inline-block;vertical-align:middle;cursor:pointer}
.checkbox-custom-label,.radio-custom-label{position:relative}
.checkbox-custom + .checkbox-custom-label:before,.radio-custom + .radio-custom-label:before{content:'';background:#fff;border:1px solid #ed4137;display:inline-block;line-height:20px;vertical-align:middle;width:20px;height:20px;padding:2px;margin-right:10px;text-align:center}
.radio-custom + .radio-custom-label:before{border-radius:50%}
.radio-custom:checked + .radio-custom-label:before{content:"\f00c";font-family:'FontAwesome';color:#ed4137}