.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../imgs/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

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

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

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

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

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

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

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

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

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

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

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

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

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports(padding: max(0)) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right))max(25px,env(safe-area-inset-bottom))max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

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

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

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

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

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

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

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

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

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

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

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media(max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports(padding: max(0)) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

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

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media(max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Nunito Sans",Verdana,Geneva,Tahoma,sans-serif;
    background-color: #fff;
    font-weight: 400;
    color: #6d7580;
    font-size: 15px;
    padding-top: 120px
}

body.home {
    padding-top: 0;
    background-color: #f4f5f5
}

body.bg404 {
    background: #fff url(/App_Themes/Divortex/images/404bg.jpg) no-repeat
}

body.bg404 .page-404 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%)
}

body.bg404 .page-404 span {
    color: #fff;
    font-size: 20px;
    font-weight: 800
}

header {
    transition: .2s ease;
    position: relative;
    z-index: 999;
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

header .navbar-brand {
    padding: 0
}

header .navbar-brand img.only-logo {
    display: none
}

header .nav-custom ul li {
    margin: 0 15px
}

header .nav-custom ul li>a {
    font-weight: 800;
    font-size: 16px;
    color: #6d7580;
    position: relative
}

header .nav-custom ul li>a::after {
    transition: transform .2s ease
}

header .nav-custom ul li>a.active,header .nav-custom ul li>a:hover {
    color: #04baed
}

header .nav-custom ul li>a.active span:after,header .nav-custom ul li>a:hover span:after {
    border-color: #04baed!important
}

header .nav-custom ul li.show a.dropdown-item.active,header .nav-custom ul li.show a.dropdown-item:active {
    background-color: #d8dfe6!important;
    color: #6d7580
}

header .nav-custom ul li.show>a {
    color: #04baed
}

header .nav-custom ul li.show>a::after {
    transform: rotate(180deg)
}

header .nav-custom ul li.dropdown .dropdown-menu {
    transform: translateY(10%);
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border: none;
    border-top: 1px solid #04baee;
    box-shadow: 8px 8px 8px 0 rgba(0,0,0,.1)
}

header .nav-custom ul li.dropdown.show .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

header .langs a {
    color: #6d7580;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px
}

header .langs a:hover {
    color: #04baed
}

header .search-btn {
    border: none;
    background-color: transparent;
    padding: 0;
    vertical-align: top
}

header .search-btn img {
    max-height: 30px;
    vertical-align: sub
}

section.slide-wrapper {
    width: 100%;
    height: 100vh;
    position: relative
}

section.slide-wrapper .container {
    height: 100%
}

section.slide-wrapper .content {
    position: relative
}

section.slide-wrapper .content .slide {
    position: relative;
    background-size: cover;
    height: 100vh;
    padding: 10%;
    padding-bottom: 0;
    overflow: hidden
}

section.slide-wrapper .content .slide .slide-content {
    width: 100%;
    height: 100%;
    position: relative
}

section.slide-wrapper .content .slide .title {
    width: 100%
}

section.slide-wrapper .content .slide .title .tit {
    font-size: 2.1vw;
    color: #404346;
    font-weight: 800;
    line-height: 100%
}

section.slide-wrapper .content .slide .title .image-3 {
    max-width: 15vw
}

section.slide-wrapper .content .slide .other-images {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

section.slide-wrapper .content .slide .other-images .image-1 {
    position: absolute;
    bottom: -15%;
    right: 10%;
    max-width: 55vw
}

section.slide-wrapper .content .slide .other-images .image-2 {
    position: absolute;
    right: 0%;
    max-width: 25vw;
    bottom: 0%
}

section.slide-wrapper .content .slide img {
    width: auto;
    display: inline-block
}

section.slide-wrapper .content .owl-nav {
    position: absolute;
    left: 10%;
    bottom: 10%;
    transition: all .3s ease
}

section.slide-wrapper .content .owl-nav button {
    outline: none
}

section.slide-wrapper .content .owl-nav button.owl-next,section.slide-wrapper .content .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    bottom: 0
}

section.slide-wrapper .content .owl-nav button.owl-next:hover,section.slide-wrapper .content .owl-nav button.owl-prev:hover {
    background-color: transparent;
    bottom: 5px
}

section.slide-wrapper .content .owl-nav button.owl-prev {
    transform: rotate(-180deg)
}

section.slide-wrapper .content .owl-nav button.owl-next {
    left: 60px
}

section.slide-wrapper .content .owl-item.active .title {
    animation: .8s .1s fadeInUp ease both
}

section.slide-wrapper .content .owl-item.active .image-1 {
    animation: .8s .3s fadeInLeft ease both
}

section.slide-wrapper .content .owl-item.active .image-2 {
    animation: .5s .7s fadeInUp ease both
}

section.contents {
    position: relative;
    z-index: 99
}

section.contents.container-home {
    background-color: #fff;
    min-height: 250px;
    opacity: 0;
    visibility: hidden;
    padding: 25px
}

section.contents.container-home .showcase .home-products .card {
    border-color: #a1b1c7;
    padding: 5px;
    padding-bottom: 0
}

section.contents.container-home .showcase .home-products .card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,.2)
}

section.contents.container-home .showcase .home-products .card .card-photo {
    height: 150px;
    overflow: hidden
}

section.contents.container-home .showcase .home-products .card .card-title {
    height: 60px;
    color: #393939;
    font-size: 16px;
    font-weight: 800;
    line-height: 100%
}

section.contents.container-home .showcase .new-product {
    background-color: #3f659b;
    color: #fff;
    height: calc(100% - 1.5rem);
    padding: 30px;
    position: relative
}

section.contents.container-home .showcase .new-product::before {
    content: "";
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 0
}

section.contents.container-home .showcase .new-product .content {
    position: relative;
    z-index: 9
}

section.contents.container-home .showcase .new-product .content .desc {
    height: calc(100% - 1.5rem)
}

section.contents.container-home .showcase .new-product .content .desc .np-title span {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 800;
    border: 1px solid #fff;
    color: #fff
}

section.contents.container-home .showcase .new-product .content .desc a:hover img {
    transform: translateX(5px)
}

section.contents.container-home .showcase .new-product .content .photo {
    padding-left: 0
}

section.contents.container-home .showcase .new-product .content .photo img {
    max-width: 11vw
}

section.contents.container-home .news-social .news {
    padding: 15px;
    border: 1px solid #a7c2d2
}

section.contents.container-home .news-social .news .title {
    color: #8993a0;
    font-size: 20px;
    font-weight: 800;
    padding-top: 35px;
    padding-bottom: 50px
}

section.contents.container-home .news-social .news a {
    color: #8993a0;
    font-size: 20px;
    font-weight: 300
}

section.contents.container-home .news-social .news a:hover {
    color: #2592ca
}

section.contents.container-home .news-social .social {
    padding: 20px;
    padding-top: 0;
    background-color: #a1d3eb
}

section.contents.pages {
    opacity: 1;
    visibility: visible;
    min-height: calc(100vh - 190px)
}

section.contents.pages .page-navigation .page-title {
    color: #a1a9b3;
    font-size: 24px;
    font-weight: 600
}

section.contents.pages .page-navigation .breadcrumb {
    background-color: transparent
}

section.contents.pages .page-navigation .breadcrumb li.breadcrumb-item {
    color: #a1a9b3
}

section.contents.pages .page-navigation .breadcrumb li.breadcrumb-item.active {
    font-weight: 700
}

section.contents.pages .page-navigation .breadcrumb li.breadcrumb-item::before {
    color: #a1a9b3;
    content: "|"
}

section.contents.pages .page-navigation .breadcrumb li.breadcrumb-item:first-child::before {
    display: none
}

section.contents.pages .page-navigation .breadcrumb a {
    color: #a1a9b3
}

section.contents.pages .page-body .page-menu {
    position: relative
}

section.contents.pages .page-body .page-menu::after {
    content: "MENÃœ";
    position: relative;
    left: -10px;
    top: 8px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer
}

section.contents.pages .page-body .page-menu .hamburger-menu {
    position: relative
}

section.contents.pages .page-body aside ul li {
    margin-bottom: 12px
}

section.contents.pages .page-body aside ul li a {
    color: #616161;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: block
}

section.contents.pages .page-body aside ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 2px solid #2592ca;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease
}

section.contents.pages .page-body aside ul li a.active,section.contents.pages .page-body aside ul li a:hover {
    color: #2592ca
}

section.contents.pages .page-body aside ul li a.active::after,section.contents.pages .page-body aside ul li a:hover::after {
    opacity: 1;
    visibility: visible;
    width: 50%
}

section.contents.pages.news .listing .card {
    position: relative;
    display: block;
    color: #fff
}

section.contents.pages.news .listing .card .card-photo {
    min-height: 300px;
    overflow: hidden
}

section.contents.pages.news .listing .card .card-title {
    line-height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 85px;
    width: 100%;
    padding: 0 20px;
    background-color: rgba(37,146,202,.9);
    z-index: 9
}

section.contents.pages.news .listing .card .card-title .title {
    font-weight: 800;
    font-size: 18px;
    max-width: 280px
}

section.contents.pages.news .listing .card:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    transform: translateY(-3px)
}

section.contents.pages.news .news-carousel .card-title {
    line-height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(37,146,202,.9);
    z-index: 9;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%)
}

section.contents.pages.news .news-carousel .item:hover .card-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%)
}

section.contents.pages.news .news-carousel .owl-dots {
    display: inline-block
}

section.contents.pages.news .news-carousel .owl-dots button {
    outline: none
}

section.contents.pages.news .news-carousel .owl-dots button span {
    border-radius: 0;
    margin: 0;
    margin-right: 5px
}

section.contents.pages.news .news-carousel .owl-dots button.active span {
    background-color: #2592ca
}

section.contents.pages.news .news-detail-pagination {
    margin: 0 50px;
    border-bottom: 1px solid #2592ca
}

section.contents.pages.news .news-detail-pagination a {
    color: #b4bbc2;
    font-size: 18px;
    font-weight: 700;
    position: relative
}

section.contents.pages.news .news-detail-pagination a:hover {
    color: #2592ca
}

section.contents.pages.news .news-detail-pagination a::before,section.contents.pages.news .news-detail-pagination a::after {
    content: "";
    position: absolute;
    bottom: -29px;
    width: 50px;
    height: 50px;
    background-size: 48px;
    background-repeat: no-repeat
}

section.contents.pages.news .news-detail-pagination a:first-child::before {
    background-image: url(/App_Themes/Divortex/images/icons/i-arrow-down.svg);
    transform: rotate(90deg);
    left: -60px
}

section.contents.pages.news .news-detail-pagination a:last-child::before {
    background-image: url(/App_Themes/Divortex/images/icons/i-arrow-down.svg);
    transform: rotate(-90deg);
    right: -60px
}

section.contents.pages.product-detail .product-info {
    background-color: #f4f4f5;
    height: 355px;
    overflow: hidden;
    padding: 30px
}

section.contents.pages.product-detail .product-info .product-title {
    font-size: 22px;
    color: #000;
    font-weight: 800
}

section.contents.pages.product-detail .product-photo {
    border: 1px solid #e3e8ef
}

section.contents.pages.product-detail .packing-form .row-1 {
    background-color: #8993a0;
    color: #fff
}

section.contents.pages.product-detail .packing-form .row-1 h6 {
    font-size: 16px;
    font-weight: 700
}

section.contents.pages.product-detail .packing-form .row-1 span {
    display: block;
    position: relative;
    font-size: 12px
}

section.contents.pages.product-detail .packing-form .row-1 span::after,section.contents.pages.product-detail .packing-form .row-1 span::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

section.contents.pages.product-detail .packing-form .row-1 span::after {
    border-top-color: #8993a0;
    border-width: 5px;
    margin-left: -5px
}

section.contents.pages.product-detail .packing-form .row-1 span::before {
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px
}

section.contents.pages.product-detail .packing-form .row-2 {
    background-color: #dee1e5;
    min-height: 170px;
    max-height: 170px
}

section.contents.pages.product-detail .packing-form .row-2 .sizes {
    max-height: 170px;
    overflow-y: auto;
    padding: 5px
}

section.contents.pages.product-detail .packing-form .row-2 .sizes label {
    display: block;
    text-align: center
}

section.contents.pages.product-detail .packing-form .row-2 .sizes label span {
    padding: 15px 0;
    display: block;
    width: 80%;
    border-bottom: 1px solid #bec4cb;
    cursor: pointer
}

section.contents.pages.product-detail .packing-form .row-2 .sizes label:last-child span {
    border: none
}

section.contents.pages.product-detail .packing-form .row-2 .sizes label input {
    display: none
}

section.contents.pages.product-detail .packing-form .row-2 .sizes label input:checked+span {
    font-weight: bold;
    background-color: #eee
}

section.contents.pages.product-detail .packing-form .row-3 a {
    background-color: #0883b2;
    font-weight: 600;
    color: #fff;
    font-size: 16px
}

section.contents.pages.product-detail .packing-form .row-3 a:hover {
    background-color: #07719a
}

section.contents.pages.divortex-academy .pritical-information .list a {
    border: 1px solid #2592ca;
    padding: 10px;
    color: #393939;
    display: block;
    text-align: center;
    font-weight: 600
}

section.contents.pages.divortex-academy .pritical-information .list a.active,section.contents.pages.divortex-academy .pritical-information .list a:hover {
    background-color: #daeef7;
    border-color: #daeef7
}

section.contents.pages.divortex-academy .boxes .item .card-photo {
    overflow: hidden
}

section.contents.pages.contact .information {
    background-color: #2592ca;
    color: #fff;
    padding: 20px;
    font-weight: 600
}

section.contents.pages.contact .information a {
    color: #fff
}

section.contents.not-found-page {
    min-height: calc(100vh - 66px)
}

footer {
    background-color: #e2e4e8
}

footer .footer-links a {
    color: #8993a0;
    font-size: 14px;
    font-weight: 700;
    margin-right: 25px;
    position: relative
}

footer .footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 1px solid #04baed;
    opacity: 0;
    width: 0;
    transition: .2s ease
}

footer .footer-links a:hover::after {
    width: 50%;
    opacity: 1
}

footer .copy {
    font-weight: 600;
    color: #8993a0;
    font-size: 14px
}

a,.hvr-a,button {
    outline: none;
    color: #c0ced6;
    transition: all .3s ease;
    text-decoration: none!important
}

a:hover,.hvr-a:hover,button:hover {
    color: #006eab
}

.transition i,.transition button,.transition input,.transition {
    transition: all .3s ease
}

.socials,.quick-action {
    width: auto;
    position: fixed;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%)
}

.socials {
    left: 0;
    padding-left: 5%
}

.socials a {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid #6d7580;
    display: block;
    line-height: 30px;
    text-align: center
}

.socials a:hover {
    box-shadow: 0 0 5px 5px rgba(0,0,0,.11);
    background-color: #fff
}

.quick-action {
    padding-right: 5%;
    right: 0;
    width: auto
}

.quick-action .info a {
    display: block;
    position: relative
}

.quick-action .info a::after {
    content: "";
    height: 20px;
    width: 2px;
    background-color: #6d7580;
    position: relative;
    display: block;
    margin: 15px 0;
    left: 50%;
    transition: .2s ease
}

.quick-action .info a:last-child::after {
    display: none
}

.quick-action .info a:hover {
    transform: translateY(-2px)
}

.quick-action .basket {
    background-color: #fff;
    width: 50px
}

.quick-action .basket a {
    display: block;
    border-top: 1px solid #c4c9cf
}

.show-hide-icon {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 32px;
    height: 38px;
    z-index: 99;
    cursor: pointer
}

.show-hide-icon .hamburger-menu {
    background: #fff;
    box-shadow: 0 0 4px 4px rgba(0,0,0,.06);
    border-radius: 3px
}

.non-style {
    padding: 0;
    margin: 0;
    list-style-type: none
}

input,select,textarea,button {
    font-family: "Nunito Sans",Verdana,Geneva,Tahoma,sans-serif;
    font-size: 14px
}

.fancybox-container .fancybox-toolbar {
    background: #04baed
}

.fancybox-container .fancybox-arrow--left {
    left: 30px
}

.fancybox-container .fancybox-arrow--right {
    right: 40px
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger.is-active:hover,.hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
    background-color: #fff
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff
}

.hamburger-inner:after,.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,10%,0);
        transform: translate3d(0,10%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.custom-form label {
    margin-bottom: 0;
    color: #7c7b7b;
    font-weight: 500;
    font-size: 12px
}

.custom-form .form-control {
    border-radius: 0;
    border: none;
    font-size: 13px;
    border: 1px solid #04baed;
    padding: 2px 5px;
    position: relative;
    transition: .2s ease
}

.custom-form .form-control:focus {
    box-shadow: none;
    border-color: #2592ca;
    background-color: rgba(53,137,197,.06)
}

.custom-form .custom-radio label {
    line-height: 25px!important;
    cursor: pointer
}

.custom-form .custom-control-label::before {
    border-color: #04baed
}

.custom-form .custom-control-input:checked~.custom-control-label::before {
    background-color: #04baed;
    border-color: #04baed
}

.custom-form .phone {
    position: relative
}

.custom-form .phone .form-control {
    padding-left: 28px
}

.custom-form .phone::before {
    content: attr(data-code);
    position: absolute;
    left: 3px;
    top: 6px;
    z-index: 99;
    font-size: 14px
}

.custom-form button {
    border: none;
    background-color: transparent
}

.page-more button {
    border: none;
    background: transparent;
    outline: none
}

.page-more button:hover {
    transform: translateY(5px)
}

.animated {
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-duration: .5s;
    animation-fill-mode: both
}

.wow {
    visibility: hidden
}

.loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 1060;
    overflow: hidden
}

.loading-wrapper.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition-delay: .4s;
    transition: .2s ease-out
}

.loading-wrapper.hide .loading-logo {
    opacity: 0;
    transform: translateY(150%)
}

.search-area {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1040;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(37,146,202,.98);
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.search-area.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.search-area .search-close {
    position: fixed;
    font-size: 70px;
    right: 25px;
    top: 15px;
    color: #fff;
    line-height: 50%;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none
}

.search-area .search-close:hover {
    color: #04baed
}

.search-area .search-popup {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%)
}

.search-area .search-popup .search-input {
    padding: 0 10%
}

.search-area .search-popup .search-input .text {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #04baed;
    color: #fff;
    font-size: 4vw;
    font-weight: 800;
    outline: none;
    box-shadow: none
}

.search-area .search-popup .search-input .text::-webkit-input-placeholder {
    color: #fff
}

.search-area .search-popup .search-input .text:-ms-input-placeholder {
    color: #fff
}

.search-area .search-popup .search-input .text::placeholder {
    color: #fff
}

.search-area .search-popup .search-input .text:focus {
    outline: none
}

.search-area.show .search-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%)
}

.custom-owl-nav .owl-nav .owl-prev,.custom-owl-nav .owl-nav .owl-next {
    position: absolute;
    right: 0%;
    bottom: 55px;
    outline: none
}

.custom-owl-nav .owl-nav .owl-prev img,.custom-owl-nav .owl-nav .owl-next img {
    max-width: 30px
}

.custom-owl-nav .owl-nav .owl-prev:hover,.custom-owl-nav .owl-nav .owl-next:hover {
    background: #fff
}

.custom-owl-nav .owl-nav .owl-prev {
    left: -50px;
    transform: translateY(0) rotate(180deg)
}

.custom-owl-nav .owl-nav .owl-next {
    right: -50px
}

.general-carousel .carousel .items .item {
    height: 320px;
    position: relative
}

.general-carousel .carousel .items .item img {
    width: auto
}

.general-carousel .carousel .items .item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-color: #393939;
    z-index: -1;
    pointer-events: none;
    transition: .2s ease
}

.general-carousel .carousel .items .item .card-title {
    font-size: 18px;
    font-weight: 800;
    color: #393939;
    border-bottom: 2px solid #393939;
    transition: border-color .2s ease
}

.general-carousel .carousel .items .item .card-photo {
    height: 230px
}

.general-carousel .carousel .items .item .sub-title {
    font-size: 18px;
    color: #fff;
    font-weight: 800
}

.general-carousel .carousel .items .item:hover .card-title {
    border-color: #2592ca
}

.general-carousel .carousel .items .item:hover::after {
    background-color: #2592ca
}

.general-listing .card {
    display: block;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05);
    padding: 20px
}

.general-listing .card:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    transform: translateY(-3px)
}

.general-listing .card .card-photo {
    height: 170px;
    overflow: hidden
}

.general-listing .card .card-title {
    font-size: 16px;
    font-weight: 700;
    color: #6d7580;
    line-height: 100%
}

.general-listing.small-listing .card {
    min-height: 343px;
    color: #6d7580;
    font-weight: 700
}

.general-listing.small-listing .card .card-photo {
    height: 235px;
    overflow: hidden
}

.general-listing.small-listing .card:hover {
    color: #000
}

.general-listing.small-listing .card:hover .card-title {
    color: #000
}

.pz-wrap {
    display: none;
    width: 100%;
    height: 100%
}

.pz-wrap .pz-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.pz-wrap .pz-large a img {
    max-width: 100%;
    height: auto
}

.pz-wrap .pz-large a {
    display: block
}

.pz-wrap .pz-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
    background-color: #fff
}

.back-face {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden
}

.back-face div,.back-face span,.back-face a,.back-face input,.back-face button,.back-face p {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden
}

.hamburger-menu {
    outline: none;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 99;
    border: none;
    background: transparent;
    line-height: 100%;
    width: 45px;
    top: 3px;
    overflow: hidden;
    outline: none
}

.hamburger-menu:focus {
    outline: none
}

.hamburger-menu .lines {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hamburger-menu .lines .top,.hamburger-menu .lines .bottom {
    stroke-dasharray: 40 121
}

.hamburger-menu .lines.active {
    transform: rotate(45deg) translate(5px,12px)
}

.hamburger-menu .lines.active .top,.hamburger-menu .lines.active .bottom {
    stroke-dashoffset: -68px
}

.hamburger-menu .lines .line {
    fill: none;
    transition: stroke-dasharray 400ms,stroke-dashoffset 400ms;
    stroke: #6d7580;
    stroke-width: 5.5;
    stroke-linecap: round
}

.custom-tabs .nav.nav-tabs .nav-item {
    border-right: 1px solid #fff;
    width: 33.3333333%
}

.custom-tabs .nav.nav-tabs .nav-item:last-child {
    border: none
}

.custom-tabs .nav.nav-tabs .nav-item .nav-link {
    padding: 30px 0;
    border: none
}

.custom-tabs .nav.nav-tabs .nav-item .nav-link.active img {
    transform: scale(1.1)
}

.custom-tabs .nav.nav-tabs .nav-item:hover img {
    transform: scale(1.1)
}

.custom-tabs .nav.nav-tabs .nav-item.show .nav-link,.custom-tabs .nav.nav-tabs .nav-link.active {
    background: transparent;
    border: none
}

.custom-tabs .tab-content {
    background-color: #fff;
    height: calc(100% - 98.63px);
    max-height: 380px;
    overflow: hidden
}

.custom-tabs.product-detail-tabs .nav.nav-tabs .nav-item {
    width: auto
}

.custom-tabs.product-detail-tabs .nav.nav-tabs .nav-item .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 800;
    position: relative;
    padding: 0
}

.custom-tabs.product-detail-tabs .nav.nav-tabs .nav-item .nav-link::before {
    content: "";
    border-bottom: 2px solid #04baed;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity,width .2s ease
}

.custom-tabs.product-detail-tabs .nav.nav-tabs .nav-item .nav-link.active::before,.custom-tabs.product-detail-tabs .nav.nav-tabs .nav-item .nav-link:hover::before {
    width: 50%;
    opacity: 1;
    visibility: visible
}

.custom-tabs.product-detail-tabs .tab-content {
    padding: 30px 0;
    max-height: inherit
}

.custom-scrollbar::-webkit-scrollbar {
    width: 8px
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #888
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555
}

.c-blue {
    color: #2592ca
}

.bg_alan {
    background: url(/App_Themes/Divortex/images/1/bg.png);
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 100vh;
    position: relative
}

.bg_alan .beyaz_color {
    color: #fff!important;
    text-shadow: 2px 2px #333
}

.bg_alan .mavi_color {
    color: #007bff!important
}

.bg_alan .text_alan {
    position: relative;
    height: 30vh;
    margin-top: 10vh
}

.bg_alan .text_alan>strong {
    font-size: 56px;
    line-height: 62px;
    display: block;
    color: #343a40
}

.bg_alan .text_alan>strong>span {
    font-size: 40px;
    line-height: 46px;
    display: block;
    color: #343a40;
    margin-top: 20px;
    font-weight: normal
}

.bg_alan .gorsel_alan {
    position: relative;
    height: 50vh
}

.bg_alan .gorsel_alan .ana_gorsel {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: 0
}

.bg_alan .gorsel_alan .yardimci_gorsel {
    width: auto;
    height: 45%;
    position: absolute;
    bottom: 10%;
    right: 0
}

#slider {
    list-style: none
}

#slider .owl-item.active .item .ana_gorsel {
    animation: .8s .3s fadeInRight ease both
}

#slider .owl-item.active .item .yardimci_gorsel {
    animation: .5s .7s fadeInUp ease both
}

#slider .owl-item.active .item .text_alan {
    animation: .8s .1s fadeInUp ease both
}

#slider .owl-nav {
    position: absolute;
    margin-left: -570px;
    bottom: 10%;
    left: 50%
}

#slider .owl-nav .owl-prev {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: solid 3px #6d7580;
    margin: 0;
    position: relative;
    right: -10px;
    bottom: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    outline: none;
    background: url("/chemicland_com/site/image/prev.svg")
}

#slider .owl-nav .owl-prev:hover {
    bottom: 5px
}

#slider .owl-nav .owl-prev>span {
    display: none
}

#slider .owl-nav .owl-next {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: solid 3px #6d7580;
    margin: 0;
    left: -10px;
    bottom: 0;
    position: relative;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    outline: none;
    background: url("/chemicland_com/site/image/next.svg")
}

#slider .owl-nav .owl-next:hover {
    bottom: 5px
}

#slider .owl-nav .owl-next>span {
    display: none
}

@media(min-width: 992px) and (max-width:1199.98px) {
    #slider .owl-nav {
        margin-left:-481px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    #slider .owl-nav {
        margin-left:-369px
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    .bg_alan .text_alan>strong {
        font-size:38px;
        line-height: 44px
    }

    .bg_alan .text_alan>strong>span {
        font-size: 28px;
        line-height: 34px;
        margin-top: 10px
    }

    #slider .owl-nav {
        margin-left: -273px
    }
}

@media(min-width: 0) and (max-width:575.98px) {
    .bg_alan .text_alan>strong {
        font-size:28px;
        line-height: 34px
    }

    .bg_alan .text_alan>strong>span {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0
    }

    #slider .owl-nav {
        position: absolute;
        margin-left: auto;
        bottom: 10%;
        left: 2%
    }

    #slider .owl-nav .owl-prev {
        width: 50px;
        height: 50px;
        border: solid 2px #6d7580;
        right: -5px
    }

    #slider .owl-nav .owl-prev:hover {
        bottom: 3px
    }

    #slider .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        border: solid 2px #6d7580;
        left: -5px
    }

    #slider .owl-nav .owl-next:hover {
        bottom: 3px
    }
}

@media(min-width: 1200px) {
    .container-fluid {
        padding-right:5%;
        padding-left: 5%
    }

    body.general-action header {
        box-shadow: 0 4px 8px -3px rgba(17,17,17,.06);
        background: rgba(255,255,255,.97);
        padding: 5px 0
    }

    body.general-action header .dropdown-menu {
        margin-top: 30px!important
    }

    body.general-action.home .socials,body.general-action.home .quick-action {
        padding-left: 2%;
        padding-right: 2%
    }

    body.general-action.home section.slide-wrapper .content .slide {
        padding-bottom: 5%
    }

    body.general-action.home section.slide-wrapper .owl-nav {
        bottom: 20%
    }

    body.general-action.home section.container-home {
        margin-top: calc(100% - 107%);
        opacity: 1;
        visibility: visible
    }
}

@media(min-width: 1368px) {
    .container-home {
        max-width:85%
    }
}

@media(max-width: 1500px) {
    .navbar-brand img {
        max-width:250px
    }

    header .nav-custom ul li {
        margin: 0 9px
    }

    header .nav-custom ul li a {
        font-size: 14px
    }
}

@media(max-width: 1470px) {
    .socials {
        padding-left:1%
    }

    .quick-action {
        padding-right: 1%
    }
}

@media(max-width: 1199px) {
    header .canvas-menu {
        position:fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease
    }

    header .canvas-menu ul li {
        margin: 0;
        margin-bottom: 10px;
        transform: translateY(300%);
        transition: all .4s ease;
        opacity: 0;
        visibility: hidden
    }

    header .canvas-menu ul li a {
        font-size: 20px;
        color: #fff;
        position: relative;
        padding: 7px;
        z-index: 11
    }

    header .canvas-menu ul li a.active,header .canvas-menu ul li a:hover {
        color: #006598
    }

    header .canvas-menu ul li.show a {
        color: #006598
    }

    header .canvas-menu ul li.dropdown .dropdown-menu {
        display: none
    }

    header .canvas-menu ul li.dropdown.show .dropdown-menu {
        display: block
    }

    header .canvas-menu ul li.dropdown.show .dropdown-menu a {
        font-size: 14px;
        color: #000!important
    }

    header .canvas-menu .left {
        transform: translateX(-100%);
        background-color: #fff
    }

    header .canvas-menu .left div:first-child {
        min-height: 100%
    }

    header .canvas-menu .right {
        transform: translateX(100%);
        background-color: rgba(4,186,237,.97);
        overflow-y: auto;
        overflow-x: hidden
    }

    header .canvas-menu.open {
        opacity: 1;
        visibility: visible
    }

    header .canvas-menu.open .left,header .canvas-menu.open .right {
        transition: .2s linear;
        transform: translateX(0)
    }

    header .canvas-menu.open ul li {
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

    header .canvas-menu.open ul li:nth-child(1) {
        transition-delay: .2s
    }

    header .canvas-menu.open ul li:nth-child(2) {
        transition-delay: .3s
    }

    header .canvas-menu.open ul li:nth-child(3) {
        transition-delay: .4s
    }

    header .canvas-menu.open ul li:nth-child(4) {
        transition-delay: .5s
    }

    header .canvas-menu.open ul li:nth-child(5) {
        transition-delay: .6s
    }

    header .canvas-menu.open ul li:nth-child(6) {
        transition-delay: .7s
    }

    header .canvas-menu.open ul li:nth-child(7) {
        transition-delay: .8s
    }

    header .canvas-menu.open ul li:nth-child(8) {
        transition-delay: .9s
    }

    header .canvas-menu.open ul li:nth-child(9) {
        transition-delay: 1s
    }

    header.fixed-header .dropdown-menu {
        margin-top: 0!important
    }

    .navbar-toggler .icon-bar {
        background: #6d7580
    }

    .navbar-toggler.open .icon-bar {
        background-color: #fff
    }

    body.general-action header {
        box-shadow: 0 4px 8px -3px rgba(17,17,17,.06);
        background: rgba(255,255,255,.97);
        padding: 5px 0
    }

    body.general-action header .dropdown-menu {
        margin-top: 30px!important
    }

    .socials {
        transform: translate(-100%,-50%);
        opacity: 0;
        visibility: hidden
    }

    .socials.show {
        transform: translate(0%,-50%);
        opacity: 1;
        visibility: visible
    }

    .quick-action {
        transform: translate(100%,-50%);
        opacity: 0;
        visibility: hidden
    }

    .quick-action.show {
        transform: translate(0%,-50%);
        opacity: 1;
        visibility: visible
    }

    .quick-action,.socials {
        background: #fff;
        padding: 15px 10px;
        box-shadow: 1px 1px 12px 2px rgba(0,0,0,.17)
    }

    section.slide-wrapper .content .slide {
        padding-bottom: 5%
    }

    section.contents.container-home {
        opacity: 1;
        visibility: visible
    }
}

@media(max-width: 1024px) {
    section.slide-wrapper .content .slide {
        padding-left:5%;
        padding-right: 5%
    }

    section.slide-wrapper .content .slide .slide-content {
        height: auto
    }

    section.slide-wrapper .content .slide .title .image-3 {
        width: 25vw;
        max-width: inherit
    }

    section.slide-wrapper .content .slide .other-images {
        height: auto;
        position: relative
    }

    section.slide-wrapper .content .slide .other-images .image-1 {
        position: relative;
        max-width: 100%;
        right: 0
    }

    section.slide-wrapper .content .slide .other-images .image-2 {
        right: -8%;
        max-width: 35vw;
        bottom: 7%
    }
}

@media(max-width: 991px) {
    section.slide-wrapper .content .slide {
        padding:15%;
        padding-bottom: 10%
    }

    section.slide-wrapper .content .slide .title .tit {
        font-size: 4vw
    }

    section.slide-wrapper .content .owl-nav {
        left: 20px;
        bottom: 20px
    }

    section.slide-wrapper .content .owl-nav img {
        width: 50px;
        height: 50px
    }

    section.slide-wrapper .content .owl-nav button.owl-next {
        left: 37px
    }

    section.slide-wrapper .content section.contents.container-home {
        padding-left: 0;
        padding-right: 0
    }

    section.contents.container-home .showcase .new-product .content .photo {
        padding-left: 35%
    }

    section.contents.container-home .news-social .news .title {
        padding: 0;
        padding-top: 20px
    }

    section.contents.pages .page-body aside ul {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10%);
        max-height: 0;
        position: absolute;
        border-radius: 3px;
        left: 20px;
        top: 100%;
        margin-top: 5px;
        padding: 15px;
        background: #fff;
        z-index: 99;
        box-shadow: 0 0 9px 3px rgba(0,0,0,.09);
        pointer-events: none
    }

    section.contents.pages .page-body aside ul.show {
        opacity: 1;
        visibility: visible;
        max-height: inherit;
        transform: translateY(0%);
        pointer-events: all
    }

    section.contents.pages .page-body aside ul li a::after {
        right: auto;
        left: 0
    }

    section.contents.pages .page-body aside ul li:last-child {
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    header img.logo {
        max-width:250px
    }

    header .canvas-menu .left {
        max-height: 80px
    }

    header .navbar-toggler .icon-bar {
        background-color: #6d7580!important
    }

    .search-area .search-popup .search-input .text {
        font-size: 7vw
    }

    section.contents.container-home .showcase .new-product .photo {
        padding-left: 0!important
    }

    section.contents.container-home .showcase .new-product::before {
        display: none
    }

    section.contents .custom-tabs.product-detail-tabs .nav.nav-tabs .nav-item {
        width: 50%;
        float: left
    }

    section.contents .custom-tabs.product-detail-tabs .nav.nav-tabs .nav-item .nav-link {
        background: #eee;
        margin: 1px 0;
        padding: 10px 0;
        border-radius: 0
    }

    section.contents .custom-tabs.product-detail-tabs .nav.nav-tabs .nav-item .nav-link::before {
        display: none!important
    }

    section.contents .custom-tabs.product-detail-tabs .nav.nav-tabs .nav-item .nav-link.active,section.contents .custom-tabs.product-detail-tabs .nav.nav-tabs .nav-item .nav-link:hover {
        background-color: #ddd
    }
}

@media(max-width: 575px) {
    header.hide-header {
        transform:none
    }

    section.slide-wrapper .content .owl-nav {
        left: 5px;
        bottom: 5px
    }

    section.slide-wrapper .content .owl-nav img {
        width: 40px;
        height: 40px
    }

    section.slide-wrapper .content .owl-nav button.owl-next {
        left: 27px
    }

    section.slide-wrapper .content .slide {
        padding-top: 20%;
        padding-bottom: 20%
    }

    .custom-owl-nav .owl-nav .owl-prev {
        left: 0
    }

    .custom-owl-nav .owl-nav .owl-next {
        right: 0
    }

    .custom-owl-nav .owl-nav button {
        background-color: #eee!important;
        bottom: 40px!important
    }

    .custom-owl-nav .owl-nav button img {
        padding: 2px 5px
    }

    section.contents.pages.news .listing .card .card-photo img {
        width: 100%
    }

    section.contents.pages.news .news-detail-pagination {
        margin: 0
    }

    section.contents.pages.news .news-detail-pagination a::before,section.contents.pages.news .news-detail-pagination a::after {
        display: none!important
    }

    footer .footer-links a {
        width: 100%;
        display: block
    }

    footer .footer-links a::after {
        display: none
    }
}

@media(max-width: 390px) {
    header .navbar-toggler {
        top:-2px;
        right: 0
    }

    header img.logo {
        max-width: 150px
    }
}


/* Minification failed. Returning unminified contents.
(127,25): run-time error CSS1046: Expect comma, found '255'
(127,33): run-time error CSS1046: Expect comma, found '/'
 */
/*.page-body.mt-4 img.img-fluid, .news-carousel.mt-5 {display: none;}*/

section.contents.pages.news .listing .card:hover {transform:none;}
section.contents.pages.news .listing .card {padding:15px;}
.card-header {margin-bottom:15px;}
.quality-cert span{margin-top: 10px;display: block;text-align: center;color: #2592ca;}
.cust-border{border:1px solid #eee;padding:15px;}
.general-carousel .carousel .items .item::after {background:rgba(161, 211, 235, .5);height:10%}
.general-listing.small-listing .card .card-photo > img {width:100%;}
section.contents.container-home .showcase .new-product::before {background:#54b2c7;}
.img-fluid {width: 100%; max-height:100%;}
.text-purple{color:#954E7D;}
@media (min-width: 1025px){.r-os{position: absolute;bottom: 39%;right: 11%;text-align: right;height: auto;}}
@media (max-width: 1024px){.r-os{text-align:center;} .owl-item *{font-size:30px;}}
.col-lg-12.col-xl-6.order-2.order-xl-1 .home-products .col-sm-6.col-lg-4.mb-4 a.card.back-face.rounded-0 .card-photo.d-flex.align-items-center.justify-content-center img{height: auto;width: auto;max-height: 70%;}
a.card.item.border-0.rounded-0.text-center .card-photo.d-flex.align-items-center.justify-con-center img{width: 100%;height: auto;max-height: 100%;}
section.contents.pages .page-navigation .breadcrumb * {text-transform: capitalize}
.general-carousel .carousel .items .item img {object-fit: cover;height: 100%;}
section.slide-wrapper .content .slide .other-images .image-1{bottom:0!important;}
.t-s-2{text-shadow:2px 2px #333;}
.general-listing .card .card-photo{height:100%;}
.general-listing .card .card-photo img{height:auto; width:100%}
.page-body.mt-4 img{width:auto;}
ul.d-flex.navbar-nav li a {text-transform: capitalize;}
.bg_alan{
	width:auto;
}

.bg_alan .text_alan>strong {
    font-weight: 900;
}

.ic_span{
	display:inline-block !important;
    color:#fff !important;
}



.bg_alan .gorsel_alan .yardimci_gorsel {height: 65%;}


@media (max-width: 575.98px) and (min-width: 0){
.bg_alan .gorsel_alan .yardimci_gorsel {bottom:20%;height: 45%;}
}



.home-products > .row > .m-auto > .card > .card-photo > img{width:auto;}

.showcase{ background:#006eab }
section.contents.container-home{ padding:0px}

.home-products > .row > .m-auto > .card {background-color: transparent;border:none;}

section.contents.container-home .showcase .home-products .card .card-title {color: #fff;}

.home-products > .row > .m-auto > .card > .card-photo{ position:relative; }

.home-products > .row > .m-auto > .card > .card-photo > img{max-height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto !important;
    max-width: 80%;
    height: auto;
    border: 0;}

section.contents.container-home .showcase .home-products .card:hover {
    box-shadow:none;
}

.home-products > .row > .m-auto > .card:before{
	content:"";
  	position:absolute;
  	width:1px;
    height:80%;
    left:-15%;
    top:10%;
    background:#fff;
}

.home-products > .row > .m-auto:first-child > .card:before{
	display:none
}

@media (max-width:992px){

.home-products > .row > .m-auto > .card:before{display:none}
section.contents.container-home .showcase .home-products .card > .card-photo {height:75px;border: solid 1px #fff;}
section.contents.container-home .showcase .home-products .card {margin: 5px;}
}

.card-title {
    margin-top: .75rem;
}


@media (max-height:750px) and (min-height:0px){

.bg_alan .text_alan {margin-top: 20vh;}
.bg_alan .text_alan>strong {font-size: 30px;line-height: 36px}
.bg_alan .text_alan>strong>span {font-size: 20px;line-height: 26px;margin-top:10px}

}

.general-carousel .carousel .items .item::after {z-index: 0;}
.general-carousel .carousel .items .item img { height: 95%;}



.btn {
    color: #fff;
    padding: .375rem 1.75rem;
    border-radius: 50px;
    border: solid 2px #fff;
}
.tooltip-inner { background-color: #04baee; border-radius: .15rem; }
.tooltip .arrow::before{ border-top-color:#5589b3; }
/*.modal-content {
    background-color: unset; border: none;
}*/
.modal {
    background: rgb(255 255 255 / 38%)!important;
}



.ustKisim {
    position: fixed;
    color: #000000;
    height: auto;
    width: auto;
    bottom: -15px;
    right: 60px;
    z-index: 1059;
    padding: 15px;
    min-width: 332px;
}
.fteklifbtn {
    color: black;
    font-weight: bold;
    font-style: italic;
    font-family: sans-serif;
}
.listicon {
    float: right;
    font-size: 25px;
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 50%;
    padding-top: 6px;
    color: #bcbdc0;
}
.listsatinal {
    font-style: italic;
    border-radius: 20px;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
.teklifekle {
    background-color: #bcbdc0;
    border-radius: 35px;
    font-weight: bold;
    font-style: italic;
    font-family: sans-serif;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
button.btn.btn-outline-secondary {
    background-color: #6c757d;
}
img.dilbayrak {
    width: 30px;
  vertical-align: sub;
}
.general-listing.small-listing .card {
    height: 100%;
}
/* E-BÃ¼lten Pop-up */
#newsletterModal {
    padding: 0 !important;
  	width: auto;
    height: auto;
    transform: translateY(-90%);
    top: 90%;
}
#newsletterModal .modal-dialog {
    margin-right: auto;
    margin-left: 0;
  	width: 350px;
}
#newsletterModal .modal-dialog .modal-content {
    box-shadow: none;
    border-left: none;
  	border-radius: 0px 10px 10px 0px;
  	border-color: #cecece;
    outline: none;
  	background-color: rgba(0,110,171,0.6);
  	color: #fff;
}
#newsletterModal .modal-dialog .modal-content .modal-body p {
    font-size: 14px;
}
#newsletterModal .modal-header:before, #newsletterModal .modal-header:after {
	content: none;
}
#newsletterModal input.btn.btn-primary {
	border-radius: 10px;
    border: none;
    background-color: #565656;
}
/*.modal button.mclose {
    background: no-repeat;
    border: none;
    font-size: 15px;
    font-weight: 600;
}
.modal.fade {
    background: none;
}
.modal-backdrop.in {
    opacity: 0;
}
.modal-open {
    overflow: auto;
}*/
/* E-BÃ¼lten Pop-up Son *//* Ã‡erez Pop-up */
div#Bmodal {
    height: auto;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: #006eab;
    color: #fff;
    padding: 20px 30px;
}
#Bmodal .modalContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  	align-items: center;
}
#Bmodal .modalContent p {
    margin: 0;
}
#Bmodal .modalContent .cookie-btn {
    padding: 12px 22px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    transition: .4s;
    font-weight: 700;
}
#Bmodal .modalContent .cookie-btn:hover {
    background-color: #333;
}
#Bmodal .modalContent #Bclose {
    text-shadow: none;
    font-weight: 300;
    font-size: 20px;
}
/* Ã‡erez Pop-up */
.modal-backdrop.fade.show {
    opacity: 0;
    position: unset;
}
.custom-tabs .tab-content {
    max-height: unset;
}