﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: AstonMartinSans;
    font-family: AstonMartinFlare;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1.1rem;
    vertical-align: baseline;
    background: transparent;
    letter-spacing: .0px;
    font-weight: 400;
    color: #000;
}
font {
    all: unset;
    display: contents;
}

a {
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: .6px;
    color: #000;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent; /* Safari ve Android için */
    outline: none; /* Linklere tıklandığında çerçeve olmaması için */
    box-shadow: none; /* Bazı tarayıcılarda tıklama gölgesini kaldırmak için */
}

button {
    display: inline-block;
    padding: 13px 17px;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    color: #000;
    font-size: 15px;
}

    /*#form-contact-us button:hover{background:#000; color:#fff}*/
    button:not( .slick-arrow):hover {
        /* background: #000; */
        /* color: #fff; */
        border: 1px soliD #000;
    }

textarea {
}

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

b, strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
    margin: 0;
}

blockquote, q {
    quotes: none;
}

/*div:before, div:after, li:before, li:after, a:after, a:before {content: '';}*/
:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

html, body {
    width: 100%;
    /* height: 100%; */
    background: #fafafa;
}

.temizle {
    clear: both;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.hide {
    display: none !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.no-margin {
    margin: 0 !important;
}

.ds-effect {
    box-shadow: 5px 5px 15px 0 rgba(0,0,0,.1);
    transition: .22s ease-out;
    transition-property: transform,box-shadow;
}

.ds-effect:hover {transform: translate3d(0,-.1875rem,0);box-shadow: 5px 15px 30px 0 rgba(0,0,0,.15);}
.mt0{margin-top:0!important}
.mt15 {margin-top: 15px !important}
.mt25 {margin-top: 25px !important}
.mt25 { margin-top: 30px !important}
.mt45 {margin-top: 45px !important}
.mt50 {margin-top: 50px !important}
.mt60 { margin-top: 60px !important}

.mb20 { margin-bottom: 20px !important}
.mb30 { margin-bottom: 30px !important}
.mb40 { margin-bottom: 40px !important}
.mb50 { margin-bottom: 50px !important}
.mb60 { margin-bottom: 60px !important}

.p0{padding:0!important}

.pleft5{padding-left:5px!important}

.bg10black {
    background: rgba(0,0, 0, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg30black {
    background: rgba(0,0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg30 {
    background: rgba(130,110, 74, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg50 {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg60 {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg70 {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.grdbg {
    width: 100%;
    position: absolute;
    height: 25vh;
    top: 0;
    z-index: 2;
    background: rgb(130,110, 74);
    background: linear-gradient(180deg, rgba(130,110, 74,.75) 0%, rgba(130,110, 74,0) 100%);
}

.grdbgbottom {
    width: 100%;
    position: absolute;
    height: 55vh;
    bottom: 0;
    z-index: 2;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 100%);
}

.grdbgtop {
    width: 100%;
    position: absolute;
    height: 25vh;
    top: 0;
    z-index: 2;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0%) 0, rgb(255 255 255 / 41%) 140%);
}

.grdbg {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    background: rgb(0,0,0,0.3);
}

.bg1 {
    background: #ACA29A
}

.bgwhite {
    background: #fff
}

.h50 {
    height: 50%;
    overflow: hidden;
}

.imgcover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.wauto {
    width: auto !important
}

.w100 {
    width: 100% !important
}

#toTop {
    position: fixed;
    right: 30px;
    bottom: var(--altbosluk);
    border-radius: 10px;
    display: none;
    background: #ffffff;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    z-index: 9;
    /* box-shadow: 0px 0px 7px rgb(0 0 0 / 25%); */
    display: none;
    border: 1px solid #f7f5f4;
}

    #toTop a {
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #toTop a svg {
            width: 24% !important;
        }

            #toTop a svg path {
                fill: #000000;
                stroke: #000000;
            }

    #toTop:hover {
        background: #000000;
        border-color: #000;
    }

        #toTop:hover a svg path {
            fill: #fff;
            stroke: #fff;
        }

.modal {position: fixed;width: 100vw !important;height: 100vh !important;background: #eaeaeaf5;display: flex;align-items: center;justify-content: center;z-index: 99;display: none;top: 0;left: 0;}
.modal > div {display: flex;align-items: center;justify-content: center;height: 100%;}
.modal > div > div {width: 90%;max-width: 1400px;display: flex;flex-direction: row;align-content: center;align-items: center;position: relative;background: #fff;padding: 35px;border-radius: 15px;}
.modal .modelclose {position: absolute;right: 15px;top: 15px;cursor: pointer;}
.modal .modelclose > span {font-size: 30px;}

.main {
    width: 100%
}

.alink {
    margin-top: -60px;
    position: absolute;
}

.txtmain {
    width: calc(100% - 25px);
    padding-right: 25px;
}

.rtl {
    flex-direction: row-reverse;
}

h1, h2 {
    font-weight: normal;
    letter-spacing: .1px;
}

.beyaz {
    color: #fff !important
}

form:focus {
    outline: 0;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

body.no-scroll, html.no-scroll {
    overflow: hidden;
}

body.homepage, html.homepage {
    padding-top: calc(100vh - 210px);
}

textarea {
    overflow: auto;
    resize: none;
    padding-top: 15px !important;
    height: 120px !important;
}

    textarea::placeholder {
        color: #BFB5B2 !important
    }

::-webkit-input-placeholder {
    color: #BFB5B2 !important
}

:-ms-input-placeholder {
    color: #BFB5B2 !important;
}

::placeholder {
    color: #BFB5B2 !important;
}

@media (min-width: 319px) and (max-width:768px) {
    body.homepage, html.homepage {
        padding-top: calc(100vh - 317px);
    }
}

/*full page down*/
.fs-page {
    position: relative;
    height: 100%;
}

.fs-section {
    position: relative;
    height: 100%;
}

.fs-content {
    width: 100%;
}

.fs-page-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.fs-pagination {
    position: fixed;
    left: 30px;
    bottom: 30px;
    margin-top: -50px;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .fs-pagination ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 10px;
        /* margin-left: 5px; */
    }

    .fs-pagination li {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }

        .fs-pagination li a {
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border: 1px solid #dedede;
        }

        .fs-pagination li.active a {
            background-color: #fff;
        }

.fullmesaj {
    /* background:#fff; */
    position: absolute;
    right: 20px;
    transition: 1s;
    z-index: -1;
    opacity: 0;
    color: #dedede;
    margin-top: -3px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 11px;
    width: 340px;
    text-align: right;
}

.fs-pagination li.active .fullmesaj {
    opacity: 1 !important;
}

.navigasyon {
    display: flex;
    bottom: 50px;
    left: 50%;
    position: absolute;
    z-index: 99
}

.fs-pagination .next, .fs-pagination .back {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.fs-pagination .back {
}

.fs-pagination > div > img {
    width: 8px;
}

.fs-pagination .back > img {
    transform: rotate(180deg);
}

/*full page down end*/
/*open table */
.opentab {
    width: 100%;
    margin-top: 0;
}

    .opentab > h2 {
        border: 1px solid #efefef;
        font-weight: 600;
        padding: 0;
        margin: 0;
        cursor: pointer;
        text-align: center;
        line-height: 23px;
        font-size: 16px !important;
        !i;
        !;
        text-align: left;
        align-items: center;
        justify-content: flex-start;
        color: #ada39b !important;
        !i;
        !;
        padding: 10px 15px;
        position: relative;
    }

        .opentab > h2 > span {
            margin-bottom: 14px;
        }

    .opentab > div > h3 {
        font-weight: 600;
        color: #00a550;
        padding-bottom: 20px;
        font-size: 34px;
    }

    .opentab > div {
        display: none;
        color: #c8c7c7;
        line-height: 24px;
        font-size: 18px;
        padding: 20px 15px;
    }

        .opentab > div > a {
            text-decoration: none;
            color: #8f8d8d;
            border-bottom: 1px dotted rgba(25, 25, 25, 0.28);
            width: 100%;
            display: block;
            line-height: 33px;
            font-size: 13px;
        }

    .opentab > .active {
        background: #f5f5f5;
        color: #000000 !important;
        !i;
        !;
        display: block;
        border-color: #fff;
    }

.ricon {
    font-size: 21px;
    padding-left: 15px;
    float: right;
}

/*List dizayn*/
.opentab > div > ul {
    list-style-type: none;
}

    .opentab > div > ul > li {
        margin: 10px;
    }

.opentab .fa {
    padding-right: 5px;
}

.opentab > div p {
    margin-bottom: 15px
}

.opentab > h2 {
}

    .opentab > h2 > span:after {
        content: "";
        padding: 4px;
        border: solid #D5804F;
        border-width: 0px 0px 2px 2px;
        transform: rotate( -45deg );
        width: 0px;
        position: absolute;
        display: flex;
        right: 25px;
    }

    .opentab > h2.active > span:after {
        border-width: 2px 2px 0px 0;
        border-color: #D5804F;
    }

    .opentab > h2 b {
        color: #A66946;
        margin-right: 10px
    }

/*open table end */
/*mouse kaydır*/
#scroll-helper {
    position: absolute;
    bottom: calc(var(--yanmenugenislik));
    left: calc(var(--yanmenugenislik) - 20px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    z-index: 9;
}

    #scroll-helper .scroll-line {
        position: initial;
        bottom: initial;
        left: initial;
        margin: 0 auto;
    }

    #scroll-helper .scroll-word {
        position: initial;
        bottom: initial;
        margin-top: 10px;
        margin-left: 0;
    }

.scroll-word {
    position: absolute;
    bottom: 6vh;
    margin-left: -28px;
    opacity: 0;
    visibility: hidden;
    font-size: 11px;
    color: #a68676;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#scroll-helper .scroll-word {
    position: initial;
    bottom: initial;
    margin-top: 10px;
    margin-left: 0;
}

.scroll-line {
    height: 65px;
    width: 1px;
    background: #a68676;
    position: absolute;
    bottom: 10vh;
    display: block;
    overflow: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
}

    .scroll-line:after {
        content: "";
        width: inherit;
        height: 50%;
        background: #dedede;
        position: absolute;
        transform: translateY(0%) scaleY(0);
        left: 0;
        z-index: 10;
        display: block;
    }

    .scroll-line.init:after {
        -webkit-animation: mymove 1.5s infinite linear;
        animation: mymove 1.5s infinite linear;
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: translateY(0%) scaleY(0);
    }

    10% {
        -webkit-transform: translateY(0%) scaleY(0.5);
    }

    30% {
        -webkit-transform: translateY(50%) scaleY(1);
    }

    45% {
        -webkit-transform: translateY(200%) scaleY(0.5);
    }

    55% {
        -webkit-transform: translateY(200%) scaleY(0);
    }

    100% {
        -webkit-transform: translateY(200%) scaleY(0);
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: translateY(0%) scaleY(0);
    }

    10% {
        -webkit-transform: translateY(0%) scaleY(0.5);
    }

    30% {
        -webkit-transform: translateY(50%) scaleY(1);
    }

    45% {
        -webkit-transform: translateY(200%) scaleY(0.5);
    }

    55% {
        -webkit-transform: translateY(200%) scaleY(0);
    }

    100% {
        -webkit-transform: translateY(200%) scaleY(0);
    }
}

/*mouse kaydır bitti*/
/*Zoom galeri
 Core styles
 */
.selectorsout {
    max-height: 652px;
    overflow: hidden;
    width: 93px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.selectors {
    flex-direction: row !important;
    margin-top: 5px;
}

    .selectors a {
        width: 100%;
        margin-bottom: 3px;
        text-align: center;
        display: flex !important;
        justify-content: center;
        margin: 10px;
    }

        .selectors a:last-child {
            margin-right: 0px
        }


a[data-zoom-id] img, .mz-thumb img {
}

.cfg-btn {
    right: 50px;
}

.cfg-btn-right {
    left: 50px;
}

.cfg-btn, .cfg-btn-right {
    position: absolute;
    z-index: 9;
    top: calc(50% - 105px);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffbd;
    border-radius: 100%;
    cursor: pointer;
    justify-content: center !important;
}

    .cfg-btn svg, .cfg-btn-right svg {
        width: 11px;
    }

        .cfg-btn svg path, .cfg-btn-right svg path {
        }

    .cfg-btn:hover, .cfg-btn-right:hover {
        background: #fff
    }

@font-face {
    font-family: "magictoolbox-thin";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/magictoolbox-thin.eot?#iefix") format("embedded-opentype"), url("data:font/opentype;base64,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");
}

.MagicZoom, .mz-figure, .mz-lens, .mz-zoom-window, .mz-loading, .mz-hint, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage, .mz-expand .mz-image-stage > figure .mz-caption, .mz-thumb img, .mz-expand-thumbnails, .mz-expand-controls, .mz-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.MagicZoom, .mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* width: 100%; */
}

.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.MagicZoom img, .mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}

.MagicZoom > img, {
    width: 100%;
    height: auto;
}

.galeri .mz-figure > img {
    max-height: inherit !important;
    max-width: inherit !important;
}

.ie8-magic .MagicZoom > img, .ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}

.mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}

.mz-figure.mz-active, .mz-expand {
    -ms-touch-action: none;
    touch-action: none;
}

.mz-lens, .mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

    .mz-lens img, .mz-zoom-window img {
        position: absolute !important;
        max-width: none !important;
        max-height: none !important;
    }

    .mz-lens img {
        -webkit-transition: none !important;
        transition: none !important;
    }

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .mz-zoom-window.mz-magnifier {
        -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
        -webkit-mask-clip: content;
        cursor: none;
    }

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}

.mz-zoom-window img {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
    -ms-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
}

.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.mz-hidden {
    opacity: 0;
}

.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
}

.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}

.mz-expanded-view-open, .mz-expanded-view-open body {
    overflow: hidden !important;
}

    .mz-expanded-view-open body {
        height: auto !important;
    }

/**Main figure */
.mz-figure.mz-active {
    background: #fff;
}

.mz-figure.mz-no-zoom, .mz-figure.mz-click-zoom, .mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

    .mz-figure.mz-active.mz-no-expand {
        cursor: crosshair;
    }

    .mz-figure.mz-active.mz-click-zoom.mz-no-expand {
        cursor: crosshair;
        cursor: -webkit-zoom-out;
        cursor: -moz-zoom-out;
        cursor: zoom-out;
    }

    .mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
        cursor: none;
    }

.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}

.mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**Zoom lens */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}

.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/** Zoom window */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

    .mz-zoom-window.mz-magnifier {
        border-radius: 100%;
        border: 0;
        background: rgba(255,255,255,.3);
    }

        .mz-zoom-window.mz-magnifier:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 100%;
            border: 1px solid rgba(170,170,170,0.7);
            box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
            background: transparent;
            z-index: 1;
        }

        .mz-zoom-window.mz-magnifier.mz-square, .mz-zoom-window.mz-magnifier.mz-square:before {
            border-radius: 0 !important;
        }

.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}

.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating, .mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
    transition-duration: .25s, .25s, .25s;
}

.mz-zoom-window.mz-p-right, .mz-zoom-window.mz-p-left, .mz-zoom-window.mz-p-top, .mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}

.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
}

/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-zoom-window.mz-p-inner.mz-deactivating > img, .mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
    transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}

/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
    transform: scale(.1);
}

/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-preview.mz-activating, .mz-zoom-window.mz-custom.mz-deactivating, .mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.mz-zoom-window.mz-p-preview, .mz-zoom-window.mz-p-custom {
    opacity: 0;
}

/** Hint & Loading */
.mz-hint, .mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: -180px;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
    transition: opacity 0.25s ease, z-index 0.25s ease;
}

.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
    display: none !important
}

    .mz-hint-message:before {
        content: '\02295';
        font-family: serif;
        font-size: 1.5em;
        speak: none;
        text-align: center;
        vertical-align: -2px;
        margin-right: 6px;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }

.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.mz-expand .mz-hint-message {
    padding: 1.1em;
}

    .mz-expand .mz-hint-message:before {
        display: none;
    }

.mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .mz-loading:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 24px;
        height: 24px;
        margin: auto;
        text-indent: -9999em;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 1);
        border-top-color: transparent;
        box-sizing: border-box;
    }

    .mz-loading.shown {
        opacity: 1;
        z-index: 1;
        -webkit-transition: opacity 0s;
        transition: opacity 0s;
    }

        .mz-loading.shown:after {
            -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
        }

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}

    .lt-ie10-magic .mz-loading:after {
        content: 'Loading...';
        text-indent: 0;
        border: none;
        position: relative;
    }

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left: 0;
    width: 126px;
    margin: auto;
}

    .lt-ie9-magic .mz-hint-message, .lt-ie9-magic .mz-loading.shown {
        background: transparent !important;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
    }

.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}

/** Expanded view */
.mz-expand, .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg {
        width: auto !important;
        height: auto !important;
    }

        .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > svg {
            min-width: 100% !important;
            min-height: 100% !important;
        }

.mz-expand {
    background-color: #000000c2;
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
}

    /* Expanded view background */
    .mz-expand .mz-expand-bg {
        display: inline-block;
        vertical-align: middle;
        margin: auto;
        z-index: -100;
        max-width: none !important;
        max-height: none !important;
        -webkit-transform: translate3d(0,0,0) scale(10) rotate0.01deg);
        -ms-transform: translate(0,0) scale(10,10) rotate(0.01deg);
        transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
        -webkit-perspective: 600px;
        perspective: 600px;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .mz-expand .mz-expand-bg > img {
            /* margin: auto; */
            /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur"); */
            /* -webkit-filter: blur(20px) brightness(60%); */
            /* filter: blur(0px) brightness(0%); */
            /* -webkit-transform: translate3d(0,0,0); */
            /* transform: translate3d(0,0,0); */
            /* -webkit-backface-visibility: hidden; */
            /* backface-visibility: hidden; */
            display: none;
        }

        .mz-expand .mz-expand-bg > svg {
            margin: auto;
            opacity: .6;
        }

[data-magic-ua=edge] .mz-expand .mz-expand-bg, .lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}

.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}

[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg, .mz-expand.dark-bg .mz-expand-bg, .mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}

.dark-bg {
    background-color: #cedc00;
}
.dark-bg2 {
    background-color: #00231e;
}
.dark-bg3 {
    background-color: #00594f;
}

.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}

    .mz-expand .mz-expand-stage .mz-image-stage {
        z-index: 50;
        left: 120px;
        right: 120px;
        padding: 20px 0 40px 0;
        margin: 0;
        text-align: center;
        vertical-align: middle;
        -webkit-perspective: 600px;
        perspective: 600px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
        padding-bottom: 120px;
    }

    .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
        padding: 0 !important;
        left: 0;
        right: 0;
    }

.mz-expand .mz-image-stage > figure:before, .mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}

.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}

.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}

    .mz-expand .mz-figure > img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

.mz-expand .mz-zoom-in .mz-image-stage > figure, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}

.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

    .mz-expand .mz-figure.mz-active {
        cursor: crosshair;
        cursor: -webkit-zoom-out;
        cursor: -moz-zoom-out;
        cursor: zoom-out;
    }

/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
    filter: alpha(opacity=100);
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}

/* Caption in expanded view */
.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}

    .mz-expand .mz-caption.mz-show {
        -webkit-transition: opacity 0.15s ease-out;
        transition: opacity 0.15s ease-out;
        opacity: 1;
    }

    .mz-expand .mz-caption a {
        color: inherit;
        cursor: pointer;
    }

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails, .mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}

.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}

.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}

/** Buttons & Arrows */
.mz-expand-controls, button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

button.mz-button {
    color: #b4b4b4 !important;
    font: 900 19px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: #000 !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
}

    button.mz-button:before {
        display: inline;
        position: static;
        color: inherit !important;
        font: inherit !important;
        -webkit-font-smoothing: inherit !important;
    }

    button.mz-button.mz-button-prev, button.mz-button.mz-button-next {
        margin: auto 10px !important;
        top: 0 !important;
        bottom: 0 !important;
        overflow: hidden !important;
    }

    button.mz-button.mz-button-prev {
        left: 0 !important;
    }

    button.mz-button.mz-button-next {
        right: 0 !important;
    }

    button.mz-button.mz-button-close {
        font-size: 20px !important;
        margin: 10px !important;
        top: 0 !important;
        right: 0 !important;
        z-index: 95 !important;
    }

:root:not(.mobile-magic) button.mz-button {
    color: rgb(255 255 255 / 100%) !important;
    -webkit-transform: scale(.85) !important;
    transform: scale(.85) !important;
    -webkit-transition: color .25s, border-olor .25s, -webkit-transform .25s !important;
    transition: color .25s, border-color .25s, transform .25s !important;
}

    :root:not(.mobile-magic) button.mz-button:hover {
        color: rgba(180, 180, 180, 1) !important;
        border-color: rgba(180, 180, 180, .6) !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }

.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
    transition: transform .1s !important;
}

    .mobile-magic button.mz-button:active {
        border-color: rgba(180, 180, 180, .6) !important;
        -webkit-transform: scale(.95) !important;
        transform: scale(.95) !important;
    }

button.mz-button.mz-button-close:before {
    content: "\a001";
}

button.mz-button.mz-button-prev:before {
    content: "\a002";
}

button.mz-button.mz-button-next:before {
    content: "\a003";
}

@media screen and (max-device-width: 767px) {
    button.mz-button-prev, button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        color: rgba(255, 255, 255, 0.8) !important;
        background-color: rgba(49,51,61,0.3) !important;
        border-color: transparent !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}

    .lt-ie9-magic button.mz-button:hover {
        filter: alpha(opacity=100);
    }

/** Thumbnails */
/* Thumbnails on the page */
a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

.mz-zoom-window.mz-inner div {
    display: none !important
}

a[data-zoom-id] img, .mz-thumb img {
    padding: 15px;
}

.mz-thumb-selected {
}

    .mz-thumb-selected img {
        border: 1px solid #000;
    }

.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

.mz-thumb-selected img {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.no-cssfilters-magic .mz-thumb:hover, .no-cssfilters-magic .mz-thumb.mz-thumb-selected {
    background: #000;
}

    .no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
        opacity: .75;
        filter: alpha(opacity=75);
    }

.no-cssfilters-magic .mz-thumb-selected img {
    opacity: .6;
    filter: alpha(opacity=60);
}

.ie9-magic .mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}

/* Thumbnails in expanded view */
.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}

    .mz-expand-thumbnails .magic-thumbs .magic-thumb {
        padding: 10px 2px;
    }

    .mz-expand-thumbnails .magic-thumb > img {
        cursor: pointer;
        height: 40px;
        box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
    }

    .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
        -webkit-filter: brightness(70%);
        filter: brightness(70%);
    }

    .mz-expand-thumbnails .magic-thumb-selected img {
        -webkit-filter: brightness(50%);
        filter: brightness(50%);
    }

    .mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
        box-shadow: none;
    }

    .mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
        opacity: 0;
    }

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5;
    filter: alpha(opacity=50);
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 40px;
}

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}

.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 0;
}

.magic-thumbs, .magic-thumbs .magic-thumbs-wrapper, .magic-thumbs ul, .magic-thumbs li, .magic-thumbs li:before, .magic-thumbs li:after, .magic-thumbs li img, .magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

    .magic-thumbs.no-buttons {
        padding: 0 !important;
    }

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}

    .magic-thumbs ul li:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

    .magic-thumbs ul li > img {
        width: auto;
        height: auto;
        max-width: none !important;
        max-height: 100% !important;
        vertical-align: middle;
    }

.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}

.magic-thumbs-vertical {
    padding: 30px 0;
}

    .magic-thumbs-vertical ul {
        height: auto;
        width: 100%;
        white-space: normal;
    }

        .magic-thumbs-vertical ul li {
            width: 100%;
            height: auto;
        }

        .magic-thumbs-vertical ul li {
            margin: 4px 0;
        }

            .magic-thumbs-vertical ul li > img {
                max-width: 100% !important;
                max-height: none !important;
            }

.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/** Buttons */
.magic-thumbs button.magic-thumbs-button {
    color: #b4b4b4 !important;
    font: 900 24px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
}

    .magic-thumbs button.magic-thumbs-button:before {
        display: inline;
        position: static;
        color: inherit !important;
        font: inherit !important;
        -webkit-font-smoothing: inherit !important;
    }

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before {
    content: "\a002";
}

.magic-thumbs .magic-thumbs-button-next:before {
    content: "\a003";
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
    transform: scale(.85) !important;
    -webkit-transition: color .25s, -webkit-transform .25s !important;
    transition: color .25s, transform .25s !important;
}

    :root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
        color: rgba(180, 180, 180, 1) !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }

/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
}

.gicon.menu:after {
    content: "\e5d2";
}

.gicon.menu.active:after {
    content: "\e5cd";
}




.material-symbols-outlined.local_mall:after {
    content: "\e54c";
}

.material-symbols-outlined.favorite:after {
    content: "\e87d";
}

.material-symbols-outlined.ios_share:after {
    content: "\e6b8";
}

.material-symbols-outlined.expand_more:after {
    content: "\e313";
}


.material-symbols-outlined.search:after {
    content: "\e8b6";
}


.material-symbols-outlined.keyboard_double_arrow_down:after {
    content: "\ead0";
}

.material-symbols-outlined.close:after {
    content: "\e5cd";
}

.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
    content: "\a005";
}

.magic-thumbs-vertical .magic-thumbs-button-next:before {
    content: "\a004";
}

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}

.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

/*Zoom galeri bitti*/
