@charset "UTF-8";
@charest "utf-8";

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.logom{
  display: block;
  width: 103px;
  height: 67px;
  background-size: cover;
  background-image: url(../img/vitacourt-gold-logo.png);
  left: 55%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slider * {
    outline: none;
}

.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}

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

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-container~.fancybox-container {
    z-index: 99992;
}

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

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

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

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box;
}

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

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px;
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -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-font-smoothing: subpixel-antialiased;
}

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

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

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

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

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

.fancybox-slide--image {
    overflow: visible;
}

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

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

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

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
}

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

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
}

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

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none;
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
    opacity: .3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s;
}

.fancybox-arrow:after {
    content: "";
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(../img/data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;
}

.fancybox-arrow--right {
    right: 0;
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
    left: 0;
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3;
}

.fancybox-loading {
    border: 6px solid rgba(99, 99, 99, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0;
    }
    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important;
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent;
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
    display: none;
}

@media (min-width: 800px) {
    .fancybox-button--thumbs {
        display: inline-block;
    }
    .fancybox-button--thumbs span {
        font-size: 23px;
    }
    .fancybox-button--thumbs:before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    }
    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995;
    }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: block;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 220px;
    }
    .fancybox-thumbs>ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0;
    }
    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box;
    }
    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, 0.1);
    }
    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .fancybox-thumbs>ul>li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1;
    }
}

[data-fancybox],
[data-fancybox] * {
    outline: 0;
}

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

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

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

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

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

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

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


/* Spin
*/

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
}

.yapis {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

html,
body {
    overflow-x: hidden;
}

a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

form *,
button {
    outline: 0;
}

header {
    background-color: #28323B;
    background-repeat: repeat-x;
    background-size: cover;
    border-bottom:1px solid #a59260;
    position: relative;
    width: 100%;
    z-index: 1;
}

header .ust {
    max-width: 1230px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 125px;
    position: relative;
}

@media (max-width: 1080px) {
    header .ust {
        margin-left: 10px;
        margin-right: 10px;
    }
}

header .ust>* {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .ust .numara {
    display: block;
    float: left;
}

header .ust .numara:after {
    content: "";
    display: block;
    clear: both;
}

header .ust .numara div {
    float: left;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #a59260;
    background-image: url(../img/header-cagri.png);
}
header .ust .numara div:hover{
       background-image: url(../img/header-cagri-hover.png);
       transition:.8s;
}
header .ust .numara p {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    font-size: 15px;
    color: #a59260;
    text-transform: uppercase;
    margin: 3px 5px;
}

header .ust .numara p span {
    font-size: 11px;
    display: block;
}

header .ust .numara span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #a59260;
}

header .ust .logo {
    display: block;
    width: 188px;
    height: 67px;
    position: absolute;
    background-size:cover;
    background-image: url(../img/ceviklogo-1.png);
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header .ust .sosyal {
    float: right;
        position: initial;
}

header .ust .sosyal:after {
    content: "";
    display: block;
    clear: both;
}

header .ust .sosyal>a {
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #a59260;
    text-transform: uppercase;
    margin-top: 10px;
}

header .ust .sosyal>a.e-katalog {
    margin-left: 10px;
}

header .ust .sosyal>a.dil {
    padding: 0 0 0 10px;
    margin-right: 10px;
    border-left: 1px solid #a59260;
}

header .ust .sosyal>a.dil:first-of-type {
    border-left: 0;
}

header .ust .sosyal .media {
    float: left;
}

header .ust .sosyal .media a {
    width: 37px;
    height: 37px;
    display: block;
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    border: 1px solid #a59260;
}

header .ust .sosyal .media a.facebook {
    background-image: url(../img/header-facebook-p.png);
}
header .ust .sosyal .media a.facebook:hover{
    background-image: url(../img/header-facebook-p-hover.png);
    transition:0.8s;
}

header .ust .sosyal .media a.twitter {
    background-image: url(../img/header-twitter.png);
}

header .ust .sosyal .media a.instagram {
    background-image: url(../img/header-instagram-p.png);
}
header .ust .sosyal .media a.instagram:hover {
    background-image: url(../img/header-instagram-p-hover.png);
    transition:0.8s;
}
footer {
    background-image: url(../img/footer-zemin.jpg);
    background-size: cover;
    border-top: 1px solid #a59260;
    padding-top: 25px;
}

footer h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #556d97;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

footer .logolar {
    max-width: 970px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 80px;
    border: 1px solid #374f7a;
    padding: 0 50px;
}

@media (max-width: 970px) {
    footer .logolar {
        margin-left: 10px;
        margin-right: 10px;
    }
}

footer .logolar:after {
    content: "";
    display: block;
    clear: both;
}

footer .logolar a {
    float: left;
    display: block;
    height: 80px;
    width: 25%;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

footer .logolar a:hover {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

footer .logolar a:hover {
    opacity: 0.6;
}

footer .orta {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 25px 0;
}

footer .orta:after {
    content: "";
    display: block;
    clear: both;
}

footer .orta .sosyal {
    float: left;
    padding-right: 6px;
}

footer .orta .sosyal:after {
    content: "";
    display: block;
    clear: both;
}

footer .orta .sosyal a {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 6px;
}

footer .orta>a {
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  font-size: 16px;
  color: #a59260;
  padding: 8px;
  border-left: 1px solid #a59260;
}

footer .alt-footer {
  padding: 20px;
      border-top: 1px solid #a59260;
      text-align: center;
      background-color: rgb(33 42 49 / 52%);
      background-blend-mode: multiply;
      font-family: "Roboto", "sans-serif";
      font-weight: 400;
      font-size: 15px;
      color: #a59260e8;
  }
}


@media (max-width: 1080px) {
    section aside ul {
        float: none;
        display: block;
    }
    section aside ul li {
        float: none;
    }
    section aside ul li a {
        padding: 20px;
        border-left: 0;
        border-right: 0 !important;
        border-bottom: 1px solid #456eba;
        text-align: center;
    }
    section aside ul li a.active:after {
        border-top-color: #456eba;
    }
    footer .logolar a {
        width: 50%;
    }
}

@media (max-width: 520px) {
    header .ust .numara {
        display: none;
    }
    header .ust .sosyal {
        display: none;
    }
    footer .logolar {
        border-radius: 10px;
    }
    footer .logolar a {
        width: 100%;
    }
}

.fancybox-caption {
    text-transform: capitalize;
}

.sagcizgi,
.solcizgi {
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #a59260;
    top: 50px;
    z-index: 1;
}

.sagcizgi {
    right: -190px;
}

.sagcizgi:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #a59260;
    -webkit-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    transform: translate(0, -7px);
}

.solcizgi {
    left: -190px;
}

.solcizgi:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #a59260;
    -webkit-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    transform: translate(0, -7px);
    position: absolute;
    left: 100%;
}

section .sliders .slider {
    height: 800px;
    background-size: cover;
}

section .sliders .slider div {
    height: 100%;
}

section .sliders .grid {
    max-width: 1340px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1340px) {
    section .sliders .grid {
        margin-left: 10px;
        margin-right: 10px;
    }
}

section .sliders .grid button {
    width: 68px;
    height: 68px;
    background-image: url(../img/slider-ok.png);
    background-color: transparent;
    font-size: 0;
    position: absolute;
    top: -360px;
    opacity: .6;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
    display: none
}

section .sliders .grid button:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

section .sliders .grid button:hover {
    opacity: 1;
}

section .sliders .grid .slick-prev {
    left: 0;
}

section .sliders .grid .slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

section .sliders ul {
    position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

section .sliders ul:after {
    content: "";
    display: block;
    clear: both;
}

section .sliders ul li {
    float: left;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
}

section .sliders ul li button {
    font-size: 0;
}

section .sliders ul li.slick-active {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    padding: 2px;
    background-color: transparent;
}

section .sliders ul li.slick-active button {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

section nav {
    background-color:#2a313ad1;
    border-bottom: 1px solid #a59260;
    position: absolute;
z-index: 100;
width: 100%;

}

section nav:after {
    content: "";
    display: block;
    clear: both;
}

section nav .menu-b {
    max-width: 1080px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 65px;
    position: relative;
    display: none;
}

@media (max-width: 1080px) {
    section nav .menu-b {
        margin-left: 10px;
        margin-right: 10px;
    }
}

section nav .menu-b .hamburger {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section nav .menu-b .hamburger .hamburger-inner,
section nav .menu-b .hamburger .hamburger-inner::before,
section nav .menu-b .hamburger .hamburger-inner::after {
    background-color: #a59260;
}

section nav ul {
    max-width: 1080px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

@media (max-width: 1080px) {
    section nav ul {
        margin-left: 10px;
        margin-right: 10px;
    }
}

section nav ul li {
    width: 100%;
}

section nav ul li a {
    height: 65px;
    border-left: 1px solid #a59260;
    display: block;
    line-height: 65px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #a59260;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

section nav ul li a:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

section nav ul li a:hover {
    letter-spacing: 3px;
}

section nav ul li:last-of-type {
    border-right: 1px solid #a59260;
}

section nav .numara {
    float: left;
    margin-left: 10px;
    display: none;
    padding: 13px 0;
    position: absolute;
    top: 0;
}

section nav .numara:after {
    content: "";
    display: block;
    clear: both;
}

section nav .numara div {
    float: left;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #a59260;
      background-image: url(../img/header-cagri.png);
}

section nav .numara p {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    font-size: 15px;
    color: #a59260;
    text-transform: uppercase;
    margin: 3px 5px;
}

section nav .numara p span {
    font-size: 11px;
    display: block;
}

section nav .numara span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #a59260;
}

section .bitis {
    background-color: #fbfbfb;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    padding-top: 35px;
}

section .bitis .icon {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 5px;
    background-image: url(../img/tahminibitissuresi-icon.png);
}

section .bitis h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #a59260;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}

section .bitis .sayac {
    max-width: 1080px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

section .bitis .sayac:after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 1080px) {
    section .bitis .sayac {
        margin-left: 10px;
        margin-right: 10px;
    }
}

section .bitis .sayac>div {
    float: left;
    width: 22%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 35px 0;
    font-family: "Roboto", sans-serif;
    text-align: center;
}

section .bitis .sayac>div+div {
    margin-left: 4%;
}

section .bitis .sayac>div h3 {
    font-size: 98px;
    font-weight: 300;
    color: #033183;
}

section .bitis .sayac>div p {
    font-weight: 300;
    font-size: 22px;
    color: #a59260;
    text-transform: uppercase;
}

section .bitis h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #b0b0b0;
    text-align: center;
    margin-top: 40px;
}

section .sosyal {
    max-width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}

@media (max-width: 1200px) {
    section .sosyal {
        margin-left: 10px;
        margin-right: 10px;
    }
}

section .sosyal:after {
    content: "";
    display: block;
    clear: both;
}

section .sosyal .sosyal-sliders {
    float: left;
    width: 60%;
    box-shadow: 0px 11px 18px 0px rgba(2, 2, 2, 0.27);
    position: relative;
}

section .sosyal .sosyal-sliders:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(1.1);
    border: 1px solid #a59260;
}

section .sosyal .sosyal-sliders ul {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

section .sosyal .sosyal-sliders ul:after {
    content: "";
    display: block;
    clear: both;
}

section .sosyal .sosyal-sliders ul li {
    float: left;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #fff;
    box-shadow: 0px 1px 3px 0px rgba(2, 2, 2, 0.3);
    cursor: pointer;
}

section .sosyal .sosyal-sliders ul li.slick-active {
    background-color: #fff;
}

section .sosyal .sosyal-sliders ul li * {
    display: none;
}

section .sosyal .sosyal-sliders .sosyal-slider {
    height: 485px;
    background-size: cover;
    position: relative;
}

section .sosyal .sosyal-sliders .sosyal-slider>div {
    position: absolute;
    left: 55px;
    bottom: 0;
    border: 1px solid #a59260;
    padding: 10px 10px 0;
}

section .sosyal .sosyal-sliders .sosyal-slider>div div {
    background-color: #fff;
    padding: 60px 40px 35px;
    font-family: "Roboto", sans-serif;
    width: 400px;
}

section .sosyal .sosyal-sliders .sosyal-slider>div div h2 {
    font-weight: 300;
    font-size: 15px;
    color: #28323B;
    text-transform: uppercase;
    letter-spacing: 3px;
}

section .sosyal .sosyal-sliders .sosyal-slider>div div h3 {
    font-size: 24px;
    font-weight: 500;
    color: #a59260;
    margin: 10px 0;
}

section .sosyal .sosyal-sliders .sosyal-slider>div div h3 span {
    font-weight: 400;
}

section .sosyal .sosyal-sliders .sosyal-slider>div div a {
    font-weight: 300;
    font-size: 13px;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 15px;
    background-position: left center;
    background-image: url(../img/sosyal-banner-ok-tum.png);
}

section .sosyal .sosyal-yazi {
    float: right;
    border: 1px solid #b1a075;
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 70px 7%;
    background-image: url(../img/yuzmehavuzu-teknikcizim.jpg);
    background-size: cover;
    background-position: right top;
}

section .sosyal .sosyal-yazi>div {
    box-shadow: 0px 7px 8px 0px rgba(2, 2, 2, 0.2);
    border: 1px solid #fff;
    padding: 40px 0;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(97, 84, 49, 0.11);
}

section .sosyal .sosyal-yazi>div p:nth-of-type(1) {
    font-weight: 300;
    font-size: 2.5em;
    letter-spacing: 0.45em;
}

section .sosyal .sosyal-yazi>div p:nth-of-type(2) {
    font-weight: 300;
    font-size: 5.2em;
}

section .sosyal .sosyal-yazi>div p:nth-of-type(3) {
    font-weight: 700;
    font-size: 5.8em;
}

section .sosyal .sosyal-yazi>div p:nth-of-type(4) {
    font-weight: 300;
    font-size: 4.8em;
}

section .ozellikler,
section .galeri {
    background-image: url(../img/projeozellikleri-zemin.jpg);
    background-size: cover;
    position: relative;
    font-family: "Roboto", sans-serif;
    padding-top: 63px;
    border-top: 1px solid #000f2a;
}

section .ozellikler .sagcizgi,
section .ozellikler .solcizgi,
section .galeri .sagcizgi,
section .galeri .solcizgi {
    top: 80px;
}

section .ozellikler .sagcizgi,
section .galeri .sagcizgi {
    right: -165px;
}

section .ozellikler .solcizgi,
section .galeri .solcizgi {
    left: -165px;
}

section .ozellikler .icon,
section .galeri .icon {
    position: absolute;
    width: 100%;
    height: 153px;
    opacity: 0.5;
    background-image: url(../img/projeninozellikleri-icon.png);
    top: 5px;
}

section .ozellikler h1,
section .galeri h1 {
    font-weight: 500;
    font-size: 30px;
    color: #a59260;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

section .ozellikler .ozellikler-slider,
section .galeri .ozellikler-slider {
    max-width: 1080px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1080px) {
    section .ozellikler .ozellikler-slider,
    section .galeri .ozellikler-slider {
        margin-left: 10px;
        margin-right: 10px;
    }
}

section .ozellikler .ozellikler-slider ul,
section .galeri .ozellikler-slider ul {
    display: flex;
    margin-bottom: 60px;
}

section .ozellikler .ozellikler-slider ul:after,
section .galeri .ozellikler-slider ul:after {
    content: "";
    display: block;
    clear: both;
}

section .ozellikler .ozellikler-slider ul li,
section .galeri .ozellikler-slider ul li {
    float: left;
    width: 100%;
}

section .ozellikler .ozellikler-slider ul li span:hover,
section .galeri .ozellikler-slider ul li span:hover {
  color: #a59260;
}
section .ozellikler .ozellikler-slider ul li span,
section .galeri .ozellikler-slider ul li span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #6b7076;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    position: relative;
}

section .ozellikler .ozellikler-slider ul li:hover{color: #dec076;}
section .galeri .ozellikler-slider ul li span:hover {
  color: #3c434b;
}

section .ozellikler .ozellikler-slider ul li.slick-active span,
section .galeri .ozellikler-slider ul li.slick-active span {
    color: #a59260;
}

section .ozellikler .ozellikler-slider ul li.slick-active span:after,
section .galeri .ozellikler-slider ul li.slick-active span:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 4px solid #a59260;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    bottom: -15px;
}

section .ozellikler .ozellikler-slider .icslider,
section .galeri .ozellikler-slider .icslider {
    outline: 0;
}

section .ozellikler .ozellikler-slider .icslider:after,
section .galeri .ozellikler-slider .icslider:after {
    content: "";
    display: block;
    clear: both;
}

section .ozellikler .ozellikler-slider .icslider div,
section .galeri .ozellikler-slider .icslider div {
    float: left;
    width: 19%;
    margin-right: 8%;
    background-color: #525960;
        border: 1px solid #a59260;
    margin-bottom: 50px;
    padding: 150px 10px 0;
    height: 215px;
    background-position: center 50px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

section .ozellikler .ozellikler-slider .icslider div:hover,
section .galeri .ozellikler-slider .icslider div:hover {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

section .ozellikler .ozellikler-slider .icslider div:hover,
section .galeri .ozellikler-slider .icslider div:hover {
    background-color: white;
}

section .ozellikler .ozellikler-slider .icslider div:nth-of-type(4n+0),
section .galeri .ozellikler-slider .icslider div:nth-of-type(4n+0) {
    margin-right: 0;
}

section .ozellikler .ozellikler-slider .icslider div.yazilar,
section .galeri .ozellikler-slider .icslider div.yazilar {
    width: 25%;
    margin: 0;
    height: auto;
    padding: 10px;
    min-height: 265px;
}

section .ozellikler .ozellikler-slider .icslider div.yazilar.bir,
section .galeri .ozellikler-slider .icslider div.yazilar.bir {
    min-height: 695px;
}

section .ozellikler .ozellikler-slider .icslider div.yazilar.iki,
section .galeri .ozellikler-slider .icslider div.yazilar.iki {
    min-height: 430px;
}

section .ozellikler .ozellikler-slider .icslider div.yazilar h3,
section .galeri .ozellikler-slider .icslider div.yazilar h3 {
    color: #a59260;
    padding-bottom: 20px;
    border-bottom: 1px solid #a59260;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}

section .ozellikler .ozellikler-slider .icslider div.yazilar p,
section .galeri .ozellikler-slider .icslider div.yazilar p {
    text-align: left;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}

section .ozellikler .ozellikler-slider .icslider div.yazilar p:before,
section .galeri .ozellikler-slider .icslider div.yazilar p:before {
    content: "- ";
    position: absolute;
    left: 0;
}

section .ozellikler .ozellikler-slider .icslider div p,
section .galeri .ozellikler-slider .icslider div p {
    font-weight: 400;
    font-size: 15px;
    color: #a59260;
    text-align: center;
}

section .ozellikler .ozellikler-slider .icslider h5,
section .galeri .ozellikler-slider .icslider h5 {
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #a59260;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #a59260;
    border-bottom: 0;
    cursor: pointer;
}

section .ozellikler .ozellikler-slider .icslider.acik h5,
section .ozellikler .ozellikler-slider .icslider:last-of-type h5,
section .galeri .ozellikler-slider .icslider.acik h5,
section .galeri .ozellikler-slider .icslider:last-of-type h5 {
    border-bottom: 1px solid #a59260;
}

section .ozellikler .ozellikler-slider .icslider figure,
section .galeri .ozellikler-slider .icslider figure {
    margin-top: 20px;
}

section .galeri {
    background-image: url(../img/projegalerizemin-sol.png);
    background-position: left bottom;
    background-size: auto;
    padding: 50px 0;
}

section .galeri .sagcizgi,
section .galeri .solcizgi {
    top: 67px;
}

section .galeri .sagcizgi {
    right: -155px;
}

section .galeri .solcizgi {
    left: -155px;
}

section .galeri:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/projegalerizemin-sag.png);
    background-position: right top;
}

section .galeri .icon {
    background-image: url(../img/projegaleri-icon.png);
    height: 130px;
}

section .galeri .ozellikler-slider ul li span {
    color: #a59260;
}

section .galeri .ozellikler-slider ul li.slick-active span {
    color: #3c434b;
}

section .galeri .ozellikler-slider ul li.slick-active span:after {
    border-top-color: #3c434b;
}

section .galeri .ozellikler-slider .icslider div {
    padding: 0;
    border: 0;
    background-position: center center;
    width: 32.333%;
    margin-right: 1.5%;
    margin-bottom: 10px;
    cursor: pointer;
    background-size: cover;
}

section .galeri .ozellikler-slider .icslider div:first-of-type {
    width: 100%;
    margin: 0 0 10px;
    height: 460px;
}

section .galeri .ozellikler-slider .icslider div:nth-of-type(4n+0) {
    margin-right: 1.5%;
}

section .galeri .ozellikler-slider .icslider div:nth-of-type(3n+1) {
    margin-right: 0;
}

section .yakin {
    position: relative;
    padding-top: 32px;
    background-image: url(../img/nerelereyakin-zemin.jpg);
    background-size: cover;
}

section .yakin .sagcizgi,
section .yakin .solcizgi {
    background-color: #e3d3a7;
}

section .yakin .sagcizgi:before,
section .yakin .sagcizgi:after,
section .yakin .solcizgi:before,
section .yakin .solcizgi:after {
    background-color: #e3d3a7;
}

section .yakin h1,
section .yakin h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(2, 2, 2, 0.34);
}

section .yakin h2 {
    font-weight: 300;
    font-size: 20px;
    text-transform: none;
    margin: 30px 0 40px;
}

section .yakin h2+div {
    max-width: 1080px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1080px) {
    section .yakin h2+div {
        margin-left: 10px;
        margin-right: 10px;
    }
}

section .yakin h2+div:after {
    content: "";
    display: block;
    clear: both;
}

section .yakin h2+div>div {
    float: left;
    width: 19%;
    margin-right: 8%;
    background-color: #28323B;
    border: 1px solid #dbc998;
    margin-bottom: 40px;
    padding: 100px 0 0;
    height: 225px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #a59260;
    position: relative;
    background-position: center 30px;
    border-radius: 10px;
}

section .yakin h2+div>div:hover {
    background-image: none !important;
}

section .yakin h2+div>div:hover h4 {
    top: 50px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 1;
}

section .yakin h2+div>div:hover h4:hover {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

section .yakin h2+div>div:nth-of-type(1n+9) {
    display: none;
}

section .yakin h2+div>div h4 {
    text-transform: uppercase;
    color: #d1bd87;
    position: absolute;
    top: 80px;
    width: 100%;
    opacity: 0;
}

section .yakin h2+div>div h5 {
    font-weight: 400;
    font-size: 61px;
    line-height: 1;
}

section .yakin h2+div>div h6 {
    font-weight: 300;
    font-size: 27px;
    text-transform: capitalize;
}

section .yakin h2+div>div h6 span {
    display: block;
    font-size: 14px;
}

section .yakin h2+div>div:nth-of-type(4n+0) {
    margin-right: 0;
}

section .yakin h2+div+button {
    border: 1px solid #a59260;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #a59260;
    text-transform: uppercase;
    padding: 20px 30px;
    background-color: #28323B;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

section .yakin h2+div+button:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

section .yakin h2+div+button:hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

section .iletisim {
    max-width: 1080px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
}

@media (max-width: 1080px) {
    section .iletisim {
        margin-left: 10px;
        margin-right: 10px;
    }
}

section .iletisim .numara {
    display: block;
    border: 1px solid #a59260;
    margin: 0 150px;
    text-align: center;
}

section .iletisim .numara h5 {
    background-color: #fff;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 20px;
    margin-top: -23px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 33px;
    color: #a59260;
    text-transform: capitalize;
}

section .iletisim .numara h6 {
    margin: 30px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #a59260;
}

section .iletisim address,
section .iletisim .bilgiler a {
    margin: 30px 0 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 29px;
    color: #a59260;
    text-align: center;
    font-style: normal;
}

section .iletisim address:before,
section .iletisim .bilgiler a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 31px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

section .iletisim address:before {
    background-image: url(../img/iletisim-map.png);
}

section .iletisim .bilgiler {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

section .iletisim .bilgiler:after {
    content: "";
    display: block;
    clear: both;
}

section .iletisim .bilgiler a {
    font-weight: 500;
    display: block;
    float: left;
}

section .iletisim .bilgiler a:nth-of-type(1):before {
    background-image: url(../img/iletisim-phone.png);
    width: 26px;
    height: 26px;
}

section .iletisim .bilgiler a:nth-of-type(2):before {
    background-image: url(../img/iletisim-mail.png);
    width: 37px;
    height: 25px;
}

section .iletisim .bilgiler a+a {
    margin-left: 20px;
}

section .iletisim .buttonlar {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    position: relative;
    margin-top: 25px;
}

section .iletisim .buttonlar div:after {
    content: "";
    display: block;
    clear: both;
}

section .iletisim .buttonlar div a {
    display: block;
    float: left;
    text-transform: uppercase;
    background-color: #a59260;
    border-radius: 40px;
    padding: 10px 60px 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

section .iletisim .buttonlar div a:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

section .iletisim .buttonlar div a+a {
    margin-left: 10px;
}

section .iletisim .buttonlar div a:hover {
    background-color: #28323B !important;
}

section .iletisim .buttonlar div a:before {
    content: "";
    display: inline-block;
    margin-right: 9px;
}

section .iletisim .buttonlar div a:nth-of-type(1):before {
    width: 16px;
    height: 22px;
    background-image: url(../img/iletisim-button-pin.png);
}

section .iletisim .buttonlar div a:nth-of-type(2) {
    background-color: #a59260;
}

section .iletisim .buttonlar div a:nth-of-type(2):before {
    width: 22px;
    height: 22px;
    background-image: url(../img/iletisim-button-tel.png);
}

section .iletisim .buttonlar div a:nth-of-type(3):before {
    width: 27px;
    height: 21px;
    background-image: url(../img/iletisim-button-kroki.png);
}

section #harita {
    height: 600px;
    background-color: #28323B;
}

#hakkimizda {
    display: none;
    position: relative;
    width: 75%;
    font-family: "Roboto", sans-serif;
    padding: 32px 50px;
    min-height: 450px;
    background-image: url(../img/projegalerizemin-sol.png);
    background-position: left bottom;
    overflow-x: hidden;
}

#hakkimizda .icon {
    position: absolute;
    width: 100%;
    height: 90px;
    background-image: url(../img/hakkimizda-icon.png);
    left: 0;
    top: 0;
}

#hakkimizda .solcizgi {
    left: -110px;
}

#hakkimizda .sagcizgi {
    right: -110px;
}

#hakkimizda h1 {
    font-weight: 500;
    font-size: 30px;
    color: #a59260;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    position: relative;
}

#hakkimizda img {
    width: 100%;
    margin-bottom: 20px;
}

#hakkimizda p {
    font-size: 18px;
    color: #28323B;
    text-align: justify;
    line-height: 25px;
}

@media (max-width: 1550px) {
    section .sliders .grid {
        display: none;
    }
}

@media (max-width: 1080px) {
    section .ozellikler .ozellikler-slider ul {
        padding: 0 10px;
    }
    section .ozellikler .ozellikler-slider ul li {
        padding: 0 10px;
    }
    section .ozellikler .ozellikler-slider .icslider div {
        margin-right: 2%;
        width: 23.5%;
    }
}

@media (max-width: 980px) {
    section nav .menu-b {
        display: block;
        width: 20%;
        float: right;
        margin-left: 0;
    }
    section nav ul {
        display: none;
        float: left;
        width: 100%;
    }
    section nav ul li a {
        border-left: 0;
        border-right: 0 !important;
        border-top: 1px solid #dfdfdf;
    }
    section nav .numara {
        display: block;
        width: 70%;
    }
    section .sosyal .sosyal-sliders {
        width: 100%;
    }
    section .sosyal .sosyal-yazi {
        width: 100%;
        position: relative;
        padding: 30px 7%;
    }
    section .ozellikler .ozellikler-slider .icslider div.yazilar {
        width: 50%;
        margin-right: 0 !important;
    }
    section .yakin h2+div>div {
        width: 23.5%;
        margin-right: 2%;
    }
}

@media (max-width: 900px) {
    section .sliders {
        margin-left: -150px;
        margin-right: -150px;
    }
    section .bitis .sayac>div h3 {
        font-size: 70px;
    }
    section .ozellikler .ozellikler-slider .icslider div {
        margin-right: 5%;
        width: 30%;
    }
    section .ozellikler .ozellikler-slider .icslider div:nth-of-type(4n+0) {
        margin-right: 5%;
    }
    section .ozellikler .ozellikler-slider .icslider div:nth-of-type(3n+0) {
        margin-right: 0;
    }
    section .iletisim .numara {
        margin: 0 50px;
    }
    section .iletisim .numara h5 {
        font-size: 20px;
        margin-top: -10px;
    }
    section .iletisim .numara h6 {
        font-size: 40px;
    }
    section .iletisim .bilgiler a {
        display: block;
        float: none;
        text-align: center;
    }
    section .iletisim .buttonlar {
        width: 540px;
    }
    section .iletisim .buttonlar div a {
        margin-bottom: 15px;
    }
    section .iletisim .buttonlar div a:nth-of-type(3) {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: relative;
        margin-left: 0;
    }
}

@media (max-width: 750px) {
    section .ozellikler {
        padding-bottom: 50px;
    }
    section .yakin h2+div>div {
        width: 30%;
        margin-right: 5%;
    }
    section .yakin h2+div>div:nth-of-type(4n+0) {
        margin-right: 5%;
    }
    section .yakin h2+div>div:nth-of-type(3n+0) {
        margin-right: 0;
    }
    section .yakin h2+div>div:nth-of-type(1n+7) {
        display: none;
    }
}

@media (max-width: 700px) {
    section .bitis .sayac>div {
        width: 48%;
        margin: 0 2% 15px 0 !important;
        padding: 20px 0;
    }
    section .bitis .sayac>div:nth-of-type(2n+0) {
        margin-right: 0;
    }
    section .galeri .ozellikler-slider .icslider div:first-of-type {
        height: 300px;
    }
    #hakkimizda {
        width: 90%;
        padding: 32px;
    }
    #hakkimizda p {
        text-align: center;
    }
}

@media (max-width: 600px) {
    section .ozellikler .ozellikler-slider .icslider div {
        margin-right: 2%;
        width: 48%;
    }
    section .ozellikler .ozellikler-slider .icslider div:nth-of-type(3n+0) {
        margin-right: 2%;
    }
    section .ozellikler .ozellikler-slider .icslider div:nth-of-type(2n+0) {
        margin-right: 0;
    }
    section .sosyal .sosyal-yazi {
        font-size: 8px;
    }
    section .sosyal .sosyal-sliders .sosyal-slider>div {
        bottom: 60px;
        padding: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 320px;
    }
    section .sosyal .sosyal-sliders .sosyal-slider>div div {
        padding: 20px;
        width: auto;
    }
    section .sosyal .sosyal-sliders ul {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 570px) {
    section .sliders .slider {
        height: 400px;
    }
    section .sliders .slider div {
        background-size: contain;
        margin: 0 20px;
    }
    section nav .numara span {
        display: inline-block;
        padding-top: 6px;
        font-size: 20px;
    }
    section .ozellikler .ozellikler-slider .icslider div.yazilar {
        width: 100%;
        min-height: auto;
        height: auto;
    }
    section .galeri .ozellikler-slider .icslider div {
        width: 48%;
        margin-right: 2%;
        height: 115px;
    }
    section .galeri .ozellikler-slider .icslider div:first-of-type {
        height: 200px;
    }
    section .galeri .ozellikler-slider .icslider div:nth-of-type(3n+1) {
        margin-right: 2%;
    }
    section .galeri .ozellikler-slider .icslider div:nth-of-type(2n+1) {
        margin-right: 0;
    }
    section .iletisim .numara h6 {
        font-size: 25px;
    }
    section .iletisim .bilgiler a,
    section .iletisim address {
        font-size: 17px;
    }
    section .iletisim .bilgiler a:before,
    section .iletisim address:before {
        width: 20px !important;
        height: 20px !important;
        background-size: contain;
        background-position: right center;
    }
    section .iletisim .buttonlar {
        width: 100%;
    }
    section .iletisim .buttonlar div a {
        width: 100%;
        margin-left: 0 !important;
        text-align: center;
    }
    section .yakin h2+div>div {
        width: 45%;
        margin-right: 5%;
    }
    section .yakin h2+div>div:nth-of-type(3n+0) {
        margin-right: 5%;
    }
    section .yakin h2+div>div:nth-of-type(2n+0) {
        margin-right: 0;
    }
    section .yakin h2+div>div:nth-of-type(1n+5) {
        display: none;
    }
    section #harita {
        height: 300px;
    }
}

@media (max-width: 400px) {
    section .ozellikler .ozellikler-slider .icslider div {
        margin: 0 0 20px !important;
        width: 100%;
    }
    section .yakin h2+div>div {
        width: 100%;
        margin-right: 0 !important;
    }
    section .yakin h2+div>div:nth-of-type(1n+3) {
        display: none;
    }
}

@media (min-width: 980px) {
    section nav ul {
        display: flex !important;
    }
}

[lang="en"] section nav ul li:nth-of-type(3) {
    width: 150%;
}

[lang="en"] section .ozellikler .solcizgi {
    left: -245px;
}

[lang="en"] section .ozellikler .sagcizgi {
    right: -245px;
}

[lang="de"] section nav ul li:nth-of-type(3),
[lang="de"] section nav ul li:nth-of-type(5) {
    width: 150%;
}

[lang="de"] section .ozellikler .ozellikler-slider ul li:nth-of-type(5) {
    width: 170%;
}
@media (max-width:1030px) {
  header .ust .numara{
    display: none
  }
}
@media (max-width:1030px) {
  header .ust .numara{
    display: none
  }
}
@media (max-width:825px) {
  header .ust .logo{
    left: 26%;
background-size: 85%;
  }
   header .ust .logom {
     background-size: 75%;
   }
}
.slick-track img{
object-fit: cover;
}
/*# sourceMappingURL=index.css.map */
