﻿
@import url('Fonts/fonts.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

// Usage as a mixin .element {
    @include clearfix;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}



body {
    height: auto !important;
}

a:focus, a:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {

    .container {
        width: 940px;
    }

    .slideContent {
        width: 1170px;
    }
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block !important;
    opacity: 1 !important;
}

.navbar {
    margin-bottom: 0;
}

.navbar {
    margin-bottom: 0;
}

.navbar {
    margin-bottom: -2px;
}

@-webkit-keyframes fixed_menu_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fixed_menu_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fixed_menu_animation {
    -webkit-animation-name: fixed_menu_animation;
    animation-name: fixed_menu_animation;
}

.navbar-default.fixed {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 10px;
    -moz-box-shadow: 0px 0px 10px;
    box-shadow: 0px 0px 10px;
    -webkit-animation: fixed_menu_animation 0.3s;
    -webkit-animation: fixed_menu_animation 0.3s;
    -moz-animation: fixed_menu_animation 0.3s;
    -ms-animation: fixed_menu_animation 0.3s;
    -o-animation: fixed_menu_animation 0.3s;
    animation: fixed_menu_animation 0.3s;
}

.navbar-default {
    background: #fff !important;
    background-color: #f8f8f8;
    border: none;
    background: none;
    box-shadow: none;
    border-bottom: 0;
}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

.none {
    display: none !important;
}


.navbar-default .navbar-nav {
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'baskerville_boldbold';
    float: inherit;
    margin: 0 auto;
    /*width: 725px;*/
}

    .navbar-default .navbar-nav > li > a {
        color: #411f1f;
    }

.navbar-default .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-right: 30px;
}

.navbar-default .nav > li {
    position: inherit;
    height: 30px;
    margin: 0 0 0 0;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #bfddcd;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.affix {
    position: fixed;
    width: 100%;
    z-index: 8;
    background: white !important;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.35);
    border-radius: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    top: -200px;
}

.affix-top {
    /*-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;*/
    background: white;
}

.aboutMenu {
    position: relative !important;
}

    .aboutMenu .dropdown-menu {
        /*top: 50px;*/
        height: auto;
        width: 250px;
        padding: 0;
        border-radius: 0 0 10px 10px;
    }

        .aboutMenu .dropdown-menu li, .aboutMenu .dropdown-menu a {
            height: auto;
            text-align: left;
            display: table-header-group;
            border: none;
            border-bottom: 1px solid #dddddd;
            height: 40px;
            width: 100%;
            padding: 12px;
            background: none;
        }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    background-image: none;
    color: #411f1f;
}

.aboutMenu .dropdown-menu li:last-child {
    border: none;
}

.aboutMenu .dropdown-menu a:hover {
    color: #411f1f;
}

.dropdown-menu {
    width: 100%;
    height: 136px;
    font-family: 'GothamMedium';
    font-size: 11px;
    color: #9d7854;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    background: white;
    border-top: 1px solid #dddddd;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dddddd;
    padding: 0 8px;
    /*padding: 0 11px;*/
}

.dropdown:hover .urunler {
    display: block;
}

.dropdown:hover .dropdown-menu .dropdown-submenu {
    display: block;
}

.dropdown-submenu:hover .subMenu {
    display: block;
}

.aboutMenu:hover .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover .subMenu {
    display: block;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #bfddcd;
    background-image: none;
    color: #411f1f;
}


/*.dropdown.open {
    background-color: #9d7854;
}*/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: white;
    background-color: #bfddcd;
    background-image: none;
    color: #411f1f;
}


.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #3c634e;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
}

    .dropdown-menu > li > a:hover .icon, .dropdown-submenu.active .icon {
        border-radius: 50%;
        border: 1px solid #efefef;
    }

.subMenuHover {
    background: url(../Images/hoverSub.png) center center no-repeat;
    width: 30px;
    height: 15px;
    display: block !important;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -15px;
    bottom: 15px;
}

.dropdown-menu .subMenu {
    height: auto;
    padding: 15px 90px;
    border-radius: 0 0 15px 15px;
}

    .dropdown-menu .subMenu li {
        border: none;
        background: none;
    }


.dropdown-menu li {
    float: left;
    background: url(../Images/menuLine.png) right center no-repeat;
    height: 100%;
    width: 130px;
}

    .dropdown-menu li:last-child {
        background: none;
    }

.dropdown-menu > li > a {
    height: 100%;
    color: #7abb98;
    padding: 0;
}

    .dropdown-menu > li > a:focus {
        outline: none;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border: none;
    background-color: transparent;
}

.open > .dropdown-menu {
    margin-top: -1px;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.19);
}

.nav .open > a .icon, .nav .open > a:focus .icon, .nav .open > a:hover .icon {
    background-color: white !important;
    border-radius: 50%;
    border: 1px solid #dddddd;
}

.dropdown-menu li:last-child {
    border-right: none;
}

.mobilMenu {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    display: block;
    background-color: transparent !important;
    border: none;
    display: none;
}

    .mobilMenu .icon-bar {
        width: 30px;
        height: 5px;
        background-color: #411f1f !important;
        display: block;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .mobilMenu:hover {
        cursor: pointer;
    }

    .mobilMenu.is-active {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

        .mobilMenu.is-active .icon-bar:nth-child(2) {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }

    .mobilMenu .icon-bar:nth-child(2) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .mobilMenu.is-active .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .mobilMenu.is-active .icon-bar:nth-child(1),
    .mobilMenu.is-active .icon-bar:nth-child(3) {
        width: 30px;
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right;
    }

    .mobilMenu.is-active .icon-bar:nth-child(1) {
        -webkit-transform: translateY(15px) rotate(45deg);
        -ms-transform: translateY(15px) rotate(45deg);
        -o-transform: translateY(15px) rotate(45deg);
        transform: translateY(15px) rotate(45deg);
    }

    .mobilMenu.is-active .icon-bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }



.hamburger {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    display: none;
}

    .hamburger .line {
        width: 30px;
        height: 3px;
        background-color: #411f1f;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

#hamburger-5.is-active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    #hamburger-5.is-active .line:nth-child(2) {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

#hamburger-5 .line:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#hamburger-5.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-5.is-active .line:nth-child(1),
#hamburger-5.is-active .line:nth-child(3) {
    width: 25px;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}

#hamburger-5.is-active .line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}

#hamburger-5.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    -ms-transform: translateY(-15px) rotate(-45deg);
    -o-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
}

.productFixed {
    position: fixed;
    top: 110px;
    width: 100%;
    background: white;
    z-index: 1;
    /*box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);*/
}



.logo {
    background: url(../Images/cbLogo.png) center center no-repeat;
    width: 220px;
    height: 90px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.subLogo {
    width: 150px;
    height: 70px;
    background-size: 150px;
}

.relative {
    position: relative;
}

.rightContent {
    position: absolute;
    right: 0;
    top: 10px;
    height: 60px;
}
    /*.rightContent .lang, .rightContent .workShop, .rightContent .socialMediaTop{ 
    float:right;
}*/

    .rightContent .lang {
        position: absolute;
        right: 0;
    }

        .rightContent .lang ul li a {
            font-family: 'GothamMedium';
            color: #313131;
            font-size: 14px;
            padding: 0 10px;
        }

            .rightContent .lang ul li a:hover {
                text-decoration: none;
                color: #a5cfb9;
            }

        .rightContent .lang ul li {
            border-right: 1px solid #dddddd;
            width: 34px;
            height: 15px;
            float: left;
        }

            .rightContent .lang ul li:last-child {
                border-right: none;
            }

    .rightContent .active {
        color: #a5cfb9 !important;
    }

.workShop {
    background: url(../Images/workshoplar.png) center center no-repeat;
    width: 175px;
    height: 63px;
    position: absolute;
    font-family: 'olivierregular';
    font-size: 24px;
    color: #411f1f;
    padding: 15px 15px 10px 0;
    bottom: -20px;
    left: -30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    text-shadow: 1px 1px 0px white;
}

    .workShop img {
        float: left;
        padding-left: 6px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .workShop p {
        padding-top: 5px;
        padding-left: 40px;
    }

    .workShop:hover img {
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .workShop:hover {
        color: white;
        text-shadow: 1px 1px 0px #411f1f;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.socialMediaTop {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .socialMediaTop ul li {
        float: left;
        margin-right: 10px;
    }

        .socialMediaTop ul li:last-child {
            margin: 0;
        }

    .socialMediaTop .ins {
        background: url(../Images/socialTop.png) left 3px center no-repeat;
        width: 20px;
        height: 20px;
        display: block;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .socialMediaTop .ins:hover {
            background: url(../Images/socialTopHover.png) left 3px center no-repeat;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }


    .socialMediaTop .fb {
        background: url(../Images/socialTop.png) center center no-repeat;
        width: 20px;
        height: 20px;
        display: block;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .socialMediaTop .fb:hover {
            background: url(../Images/socialTopHover.png) center center no-repeat;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

    .socialMediaTop .tw {
        background: url(../Images/socialTop.png) right center no-repeat;
        width: 20px;
        height: 20px;
        display: block;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .socialMediaTop .tw:hover {
            background: url(../Images/socialTopHover.png) right center no-repeat;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

.homeSliderBg {
    height: 555px;
    background-size: cover !important;
    padding: 40px 0;
}

.slideText {
    /*background: url(../Images/pat1.png) center center no-repeat;*/
    height: 260px;
    margin-top: 80px;
    padding: 80px 0;
}

.slideText2 {
    background: url(../Images/pat2.png) center center no-repeat;
    height: 320px;
    margin-top: 80px;
}

    .slideText2 p {
        font-family: 'olivierregular';
        font-size: 72px;
        color: #313131;
        text-align: center;
    }

        .slideText2 p span {
            color: white;
            -webkit-text-stroke: 3px #d92f45;
            font-weight: 800;
            font-family: 'Gotham';
            font-size: 55px;
            letter-spacing: 1.5px;
        }

.hstg {
    color: #d92f45;
    -webkit-text-stroke: 2px white;
    font-weight: 900;
    font-family: 'Gotham';
    font-size: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-shadow: 2px 2px 12px;
}

.slideText p {
    font-family: 'lie_to_meregular';
    font-size: 97px;
    text-align: center;
    color: #411f1f;
    letter-spacing: 1px;
    line-height: 55px;
}

.slideText3 {
    background: url(../Images/slideText3Span.png) no-repeat bottom 30px right 80px;
    background-size: 40px;
}

    .slideText3 p {
        font-family: 'Gotham Book';
        font-size: 16px;
        color: white;
        line-height: 24px;
        text-align: center;
        padding: 70px 40px;
    }

        .slideText3 p span {
            font-family: 'olivierregular';
            color: #ffffff;
            font-size: 58px;
            line-height: 50px;
            margin-bottom: 10px;
            display: block;
        }

.slideText p span {
    color: #6d5656;
    font-family: 'Gotham Book';
    font-size: 35px;
    letter-spacing: -2px;
    background-image: url(../Images/path9.png),url(../Images/path10.png);
    background-position: left center,right center;
    background-repeat: no-repeat,no-repeat;
    width: 450px;
    display: block;
    margin-top: 10px;
    height: 70px;
}

.slideprl {
    position: absolute !important;
    left: 770px !important;
    top: 280px !important;
}

.slideprl3 {
    position: absolute !important;
    left: 400px !important;
    top: 0px !important;
}

.slideprl4 {
    position: absolute !important;
    left: 400px !important;
    top: 350px !important;
}

.slideprl5 {
    position: absolute !important;
    left: 400px !important;
    top: 0px !important;
}

.slideprlImg {
    right: -90px;
    position: absolute;
    top: -30px;
}

.homeSlideContent {
    position: relative;
    margin-bottom: 50px;
    margin-top: 1px;
}

.homeSlideNav {
    height: 80px;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -40px;
}

    .homeSlideNav .prev {
        background: url(../Images/slideNav.png) left center no-repeat;
        width: 30px;
        height: 70px;
        float: left;
        position: absolute;
        left: 110px;
    }

    .homeSlideNav .next {
        background: url(../Images/slideNav.png) right center no-repeat;
        width: 30px;
        height: 70px;
        position: absolute;
        right: 110px;
        float: left;
    }

.discover {
    background: url(../Images/discovery_buton.png) center center no-repeat;
    height: 68px;
    position: absolute;
    width: 100%;
    bottom: -32px;
    cursor: pointer;
}

.title {
    margin-bottom: 40px;
}

    .title h2 {
        font-family: 'Gotham Book';
        font-size: 36px;
        text-align: center;
        color: #7abb98;
    }

        .title h2 span {
            font-family: 'olivierregular';
            font-size: 40px;
            color: #411f1f;
            text-indent: 115px;
            display: block;
            line-height: 30px;
        }

.product {
    margin-bottom: 75px;
}

.productContent {
    width: 292px;
    height: 292px;
    position: relative;
    text-align: center;
    cursor: default;
    border: 2px solid #bfddcd;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 20px;
    display: none;
}

    .productContent.nerelerdeyiz .overlay {
        top: 0;
    }

    .productContent .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 30px;
        left: 0;
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .productContent img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        position: relative;
        top: -55px;
        margin: 0 auto;
        height: 128px;
        border-radius: 10px 10px 0 0;
    }

    .productContent h3 {
        text-transform: uppercase;
        font-family: 'baskerville_boldbold';
        font-size: 18px;
        color: #411f1f;
        display: none;
    }

    .productContent p {
        font-family: 'GothamMedium';
        text-align: center;
        color: #686868;
        font-size: 13px;
        line-height: 19px;
        padding: 0 20px;
        margin-top: 10px;
    }

    .productContent .line {
        width: 100px;
        height: 1px;
        background-color: #ccc2b4;
        margin-bottom: 10px;
    }

    .productContent .plus {
        background: url(../Images/plus.png) center center no-repeat;
        height: 40px;
        position: absolute;
        width: 100%;
        bottom: 20px;
    }

    .productContent a.info,
    .productContent .info {
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        color: white;
        background-color: #bfddcd;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        /* margin: 50px 0 0; */
        padding: 30px 14px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 75px;
        font-family: 'GothamMedium';
        border-radius: 0 0 15px 15px;
    }

    .productContent:hover a.info,
    .productContent:hover .info {
        box-shadow: 0 0 5px #fff;
        opacity: 1;
        background: #bfddcd;
    }

    .productContent:hover img {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .productContent:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .productContent:hover h2, .hovereffect:hover a.info, .productContent:hover .info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .productContent:hover a.info,
    .productContent:hover .info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

.homeProduct .col-md-4 {
    margin-bottom: 75px;
}

.optionSlide {
    margin-bottom: 55px;
}

.optionLeft, .optionRight {
    opacity: 0;
}




.slide1 img {
    margin-top: 2px;
}

.slide2ImgLeft {
    margin-top: 100px;
}

.slide2ImgRight {
    margin-top: 190px;
}

.colorBg {
    background: rgba(60, 118, 61, 0.49);
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
}


.optionText {
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -280px;
    top: 60px;
}

    .optionText h3 {
        font-family: 'olivierregular';
        font-size: 81px;
        color: white;
        text-align: center;
        text-shadow: 2px 6px 2px rgba(64, 58, 39, 0.39);
    }

        .optionText h3 span {
            font-family: 'Gotham';
            font-weight: bold;
            color: #411f1f;
            font-size: 33px;
            line-height: 20px;
            display: block;
            text-indent: 280px;
            text-shadow: none;
        }

.leftText {
    opacity: 0;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    width: 310px;
    height: 60px;
    background: rgba(255, 255, 255, 0.48);
    left: 50%;
    margin-left: -310px;
}

.rightText {
    opacity: 0;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    width: 310px;
    height: 60px;
    background: rgba(60, 118, 61, 0.49);
    right: 50%;
    margin-right: -310px;
}

.leftText p {
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 22px;
    color: #411f1f;
    line-height: 24px;
    text-align: center;
}

.rightText p {
    text-align: center;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 22px;
    color: white;
    line-height: 24px;
}

.optionAdd {
    opacity: 1;
    transition-duration: .5s;
}

.ws {
    margin-bottom: 50px;
}

.img-wrapper {
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

    .img-wrapper img {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        vertical-align: middle;
    }

        .img-wrapper img:hover {
            transform: scale(1.1);
            -ms-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

.ws .left {
    padding-left: 0;
}

.ws .right {
    padding-right: 0;
}

.wsText {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.61);
    padding: 20px 35px;
    color: #411f1f;
}

    .wsText h2 {
        font-family: 'Baskerville';
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .wsText p {
        font-family: 'Gotham';
        font-weight: 500;
        font-size: 11px;
        line-height: 15px;
        padding-right: 33px;
    }

.date {
    font-family: 'baskerville_boldbold';
    font-size: 17px;
    margin-top: 10px;
    color: #411f1f;
}

.detail {
    background: url(../Images/detailBtn.png) center top no-repeat;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 14px;
    color: #411f1f;
    letter-spacing: -1px;
    width: 50px;
    height: 40px;
    padding-top: 22px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.subTitle {
    font-family: 'Gotham Book';
    font-size: 30px;
    color: #7abb98;
    margin-bottom: 25px;
}

    .subTitle h2 {
        background-image: none !important;
    }

    .subTitle p {
        font-family: 'GothamMedium';
        font-size: 13px;
        color: white;
        text-align: center;
        line-height: 18px;
    }

.general {
    margin-bottom: 44px;
}

.thumbnail {
    display: block;
    padding: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -webkit-box-shadow: none;
    margin: 0 0 20px 0;
}

.ins .col-md-4 {
    padding-left: 0;
}

    .ins .col-md-4 img {
        border-radius: 14px;
    }

.question {
    background: url(../Images/question.png) left center no-repeat;
    height: 300px;
    display: table;
    width: 480px;
}

    .question p {
        font-family: 'GothamMedium';
        font-size: 24px;
        color: #345f49;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        padding-left: 40px;
        letter-spacing: 1px;
        line-height: 30px;
    }

.footer {
    background-color: #411f1f;
    height: 170px;
    padding: 40px 0;
}

    .footer ul li {
        font-family: 'Gotham Book';
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 15px;
    }

        .footer ul li a {
            color: white;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

    .footer span {
        font-family: 'baskervilleregular';
        font-size: 18px;
        color: white;
    }

    .footer .fins {
        background: url(../Images/footerSocialMedia.png) left center no-repeat;
        width: 20px;
        height: 20px;
        display: block;
        float: left;
    }

        .footer .fins:hover {
            background: url(../Images/footerSocialMediaHover.png) left center no-repeat;
        }

    .footer .ffb {
        background: url(../Images/footerSocialMedia.png) center center no-repeat;
        width: 20px;
        height: 20px;
        display: block;
        float: left;
    }

        .footer .ffb:hover {
            background: url(../Images/footerSocialMediaHover.png) center center no-repeat;
        }

    .footer .ftw {
        background: url(../Images/footerSocialMedia.png) right center no-repeat;
        width: 20px;
        height: 20px;
        display: block;
        float: left;
    }

        .footer .ftw:hover {
            background: url(../Images/footerSocialMediaHover.png) right center no-repeat;
        }

.footerBottom {
    background: #492525;
    height: 40px;
    font-family: 'Gotham Book';
    font-size: 13px;
    color: #8d6868;
    padding: 15px 0;
}
    .footerBottom .kvkk {
        text-align: right;
        margin-right: 36px !important;
        text-decoration: underline;
        color: #8d6868;
        font-size: 11px;
    }
    .footerBottom .right {
        text-align: right;
    }

.nav p {
    font-family: 'Gotham Book';
    font-size: 11px;
    color: #7abb98;
    text-align: left;
    margin: 20px 0;
}

.center {
    text-align: center;
}

.path {
    background: url(../Images/path.png) center center no-repeat;
    height: 25px;
    margin: 30px 0;
}



.topText p, .content {
    padding: 0 160px;
    font-family: 'GothamMedium';
    font-size: 13px;
    text-align: center;
    color: #411f1f;
    line-height: 18px;
    /*margin-bottom: 72px;*/
    margin-bottom: 22px;
}

.hikayemizSlide {
    margin-bottom: 75px;
}

    .hikayemizSlide .slick-prev:before, .slick-next:before {
        font-family: 'FontAwesome';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .hikayemizSlide .slick-prev:before {
        content: url(../Images/hikayemizNavL.png);
        opacity: 1;
    }

    .hikayemizSlide .slick-next:before {
        content: url(../Images/hikayemizNavR.png);
        opacity: 1;
    }

    .hikayemizSlide .slick-slide img {
        border-radius: 15px;
    }




.icon {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.Subicon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.lezzetYolculugumuz {
    background: url(../Images/lezzeyolculugumuzBg.png) center center no-repeat;
    background-size: cover;
}

    .lezzetYolculugumuz h2 {
        color: white;
        margin-top: 55px;
    }

.timeline ul {
    padding: 50px 0 100px 0;
}

    .timeline ul li {
        list-style-type: none;
        position: relative;
        width: 4px;
        margin: 0 auto;
        padding-top: 50px;
        background: #ffdf49;
    }

        .timeline ul li:last-child {
            height: 0;
            padding-top: 40px;
        }

        .timeline ul li::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: inherit;
        }

        .timeline ul li div {
            width: 318px;
            height: 103px;
            background: url(../Images/timelineShape.png) center center no-repeat;
            background-size: cover;
            position: relative;
            font-family: 'Gotham';
            font-weight: bold;
            color: #411f1f;
            line-height: 18px;
            font-size: 14px;
            text-align: left;
            display: table;
        }

            .timeline ul li div p {
                display: table-cell;
                vertical-align: middle;
                padding: 0 30px;
            }



        .timeline ul li:nth-child(even) div {
            left: 40px;
            bottom: 100px;
        }



        .timeline ul li:nth-child(odd) div {
            left: -345px;
            bottom: 100px;
        }



time {
    display: block;
    margin-bottom: 8px;
    font-family: 'Gotham';
    font-weight: 900;
    font-size: 24px;
    color: #ffdf49;
    letter-spacing: 2px;
    width: 200px;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.78);
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #ffdf49;
    width: 40px;
    height: 40px;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    background: url(../Images/timelineShapeRight.png) center center no-repeat;
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li:nth-child(odd) time {
    position: absolute;
    left: 30px;
    top: 10px;
}

.timeline ul li:nth-child(even) time {
    position: absolute;
    right: 30px;
    top: 10px;
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }
    /*.timeline ul li:nth-child(even) div {
    left: -289px;
   
  }*/
}

@media screen and (max-width: 640px) {
    .timeline ul {
        width: 50%;
        margin: 0 auto 90px;
    }

        .timeline ul li {
            margin-left: 20px;
        }

            .timeline ul li div {
                position: initial;
            }

            .timeline ul li:nth-child(even) time {
                right: -215px;
            }

            .timeline ul li:nth-child(even) div {
                left: 45px;
            }

                .timeline ul li:nth-child(even) div::before {
                    left: -15px;
                    border-width: 8px 16px 8px 0;
                    border-color: transparent #F45B69 transparent transparent;
                }
}


.timeline ul li.one.in-view::after {
    background: url(../Images/timeline1.png) center center no-repeat;
}

.timeline ul li.two.in-view::after {
    background: url(../Images/timeline2.png) center center no-repeat;
}

.timeline ul li.three.in-view::after {
    background: url(../Images/timeline3.png) center center no-repeat;
}

.timeline ul li.four.in-view::after {
    background: url(../Images/timeline4.png) center center no-repeat;
}

.timeline ul li.five.in-view::after {
    background: url(../Images/timeline5.png) center center no-repeat;
}

.timeline ul li.six.in-view::after {
    background: url(../Images/timeline6.png) center center no-repeat;
}

.timeline ul li.seven.in-view::after {
    background: url(../Images/timeline7.png) center center no-repeat;
}

.timeline ul li.eight.in-view::after {
    background: url(../Images/timeline8.png) center center no-repeat;
}

.timeline ul li.nine.in-view::after {
    background: url(../Images/timeline9.png) center center no-repeat;
}

.timeline ul li.ten.in-view::after {
    background: url(../Images/timeline10.png) center center no-repeat;
}

.timeline ul li.eleven.in-view::after {
    background: url(../Images/timeline11.png) center center no-repeat;
}


.nav-tabs-dropdown {
    display: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .nav-tabs-dropdown:before {
        content: "\f063 ";
        font: 300 15px FontAwesome;
        position: relative;
        right: -47%;
        top: 2px;
    }

@media screen and (min-width: 769px) {
    #nav-tabs-wrapper {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .nav-tabs-dropdown, .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        display: block;
        background-color: #411f1f;
        border: 2px solid #9d7854;
        font-family: 'GothamMedium';
    }

    .nav-pills > li > a {
        text-align: center;
    }
}

.productmenurow {
    float: left;
    background: #fff;
    width: 100%;
}

.productSub {
    border-top: 1px solid #ededed;
}

.nav-pills > li > a {
    font-family: 'GothamMedium';
    border-radius: 4px;
    color: #9d7854;
    font-size: 13px;
    padding: 7px;
    padding-left: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #411f1f;
    background-color: transparent;
    font-size: 13px;
}

.nav-pills > li.active a span {
    display: block !important;
    background: url(../Images/productHover.png) center center no-repeat;
    width: 100%;
    height: 20px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: transparent;
    color: #411f1f;
}

.nav-pills {
    display: none;
}

    .nav-pills li {
        border-right: 1px solid #ededed;
    }


        .nav-pills li:last-child {
            border: none;
        }

.productList {
    padding-bottom: 72px;
    background: #ededed;
}

    .productList .productContent a.info {
        padding: 20px 14px;
        height: 65px;
    }

    .productList h2 {
        font-family: 'Gotham Book';
        font-size: 26px;
        color: #7abb98;
        background-image: url(../Images/pat3.png),url(../Images/pat4.png);
        background-position: left 18% center,right 18% center;
        background-repeat: no-repeat,no-repeat;
        text-align: center;
        margin: 35px 0;
    }

.col-centered {
    float: none;
    margin: 0 auto;
}

.productList .productContent img {
    top: 0;
    height: auto;
}

.productList .productContent:hover img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.productList .productContent {
    height: 350px;
    background: white;
    border: 1px solid white;
    width: 294px;
}

    .productList .productContent h3 {
        font-family: 'Gotham Book';
        font-size: 18px;
        color: #7abb98;
        margin: 20px 0;
    }

        .productList .productContent h3 span {
            text-transform: none;
            font-size: 12px;
        }

.productList .col-md-4 {
    margin-bottom: 30px;
}

.fancybox-opened .fancybox-title {
    font-family: 'Gotham';
    font-weight: 100;
    font-size: 20px;
    color: #7abb98;
    margin-bottom: 20px;
    z-index: 8000;
}

    .fancybox-opened .fancybox-title span {
        font-size: 15px;
        line-height: 10px;
    }

.fancybox-close {
    top: 10px;
    right: 10px;
    background: url(../Images/close.png) center center no-repeat;
}

.fancybox-skin {
    background: url(../Images/fbPat.png) bottom 20px center no-repeat;
    border-radius: 15px;
    background-color: #ffffff;
}

.textFnc .fancybox-skin {
    background: url(../Images/fbPat.png) bottom 10px left no-repeat;
    border-radius: 15px;
    background-color: #ffffff;
}

.fancybox-outer, .fancybox-inner {
    margin-bottom: 60px;
}

.tabHover {
    background: url(../Images/productHover.png) center center no-repeat;
    width: 100%;
    height: 20px;
    display: block;
}

.pastalar img {
    width: 100%;
}

.clip-circle {
    /*clip-path: circle(60px at center);*/
    border: 1px solid #7abb98;
    border-radius: 50%;
}

.pastalar .txt p {
    background-image: url(../Images/path5.png), url(../Images/path6.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 20px center,right 20px center;
    font-family: 'GothamMedium';
    font-size: 15px;
    color: #7abb98;
    margin-top: 10px;
    text-align: center;
}

.pastalar p {
    margin-top: 30px;
}

.pastalar .btn {
    font-family: 'baskervilleregular';
    font-size: 15px;
    margin-top: 50px;
    border: 2px solid #7abb98;
}

    .pastalar .btn a {
        color: #7abb98;
    }

#gmap {
    margin-bottom: 30px;
    border-radius: 10px;
}



.iletisim {
    margin-bottom: 60px;
}

    .iletisim .iletisimBg {
        border: 1px solid #7abb98;
        height: 615px;
        border-radius: 10px;
        margin-bottom: 42px;
    }

    .iletisim .col-md-6, .iletisim .col-xs-12 h2 {
        text-align: center;
        font-size: 22px;
        margin: 0 0 50px 0;
        color: #707070;
    }

    .iletisim .topTitle {
        height: 45px;
        border-bottom: 1px solid #7abb98;
    }

        .iletisim .topTitle h2 {
            font-family: 'baskerville_boldbold';
            font-size: 19px;
            color: #7abb98;
            background-image: url(../Images/path8.png),url(../Images/path7.png);
            background-position: left 25% center,right 25% center;
            background-repeat: no-repeat,no-repeat;
            text-align: center;
            margin: 25px 0;
        }

.addres {
    padding: 25px 0;
    border-bottom: 1px solid #7abb98;
}

    .addres p {
        font-family: 'GothamMedium';
        font-size: 13px;
        text-align: center;
        color: #411f1f;
        line-height: 15px;
    }

        .addres p a {
            color: #7abb98;
            text-decoration: none;
            line-height: 25px;
        }

        .addres p strong {
            font-family: 'Gotham';
            font-weight: bold;
            font-size: 14px;
            line-height: 25px;
        }

.form form {
    padding: 32px 55px;
}

.formS select {
    color: #7abb98 !important;
    margin-top: 0 !important;
    margin-bottom: 10px;
}

.formS .img-select img {
    top: 15px;
}

.iletisim form input[type=text] {
    width: 310px;
    height: 36px;
    border: none;
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 15px;
    border-radius: 5px !important;
    border: 1px solid #7abb98;
    box-shadow: none !important;
}

.iletisim form textarea {
    resize: none;
    width: 310px;
    height: 140px;
    border: none;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 5px;
    border-radius: 5px !important;
    border: 1px solid #7abb98;
}

.iletisim form input[type=button] {
    width: 310px;
    height: 35px;
    background: #7abb98;
    color: white;
    font-family: 'baskervilleregular';
    font-size: 15px;
    text-align: center;
    border: none;
    margin: 10px 0;
    border-radius: 10px !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .iletisim form input[type=button]:hover {
        background: #3f6d54;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.iletisim form label {
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 11px;
    color: #686868;
    text-align: left;
    display: block;
    margin-top: 10px;
}

.subeler span {
    font-family: 'baskervilleregular';
    font-size: 17px;
    color: #7abb98;
}

.selected select {
    border: 1px solid #7abb98;
    width: 310px;
    height: 36px;
    -webkit-appearance: none;
    font-family: 'Gotham Book';
    font-weight: 700;
    font-size: 12px;
    color: #411f1f;
    padding-left: 15px;
    border-radius: 5px !important;
    background-color: transparent !important;
    margin-bottom: 10px;
}

    .selected select:focus {
        border: none;
    }

.img-select {
    width: 310px;
    position: relative;
    margin: 0 auto;
}

    .img-select img {
        position: absolute;
        right: 10px;
        top: 15px;
    }

.ddlBilgi {
    color: #707070;
    text-align: center;
    margin-bottom: 30px;
}



    .ddlBilgi img {
        display: block;
        margin: 15px auto 7px;
        height: 185px;
        border-radius: 15px;
    }


.iletisimSlideContent {
    position: relative;
}
/*.iletisimSlideContent ul{ 
        position:absolute;
        top:50%;
    }*/
.iletisimPrev {
    background: url(../Images/iletisimSlideNav.png) left center no-repeat;
    width: 15px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 40px;
    cursor: pointer;
}

.iletisimNext {
    background: url(../Images/iletisimSlideNav.png) right center no-repeat;
    width: 15px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 40px;
    cursor: pointer;
}

.detailAdress p {
    font-family: 'Gotham Book';
    font-size: 11px;
    color: #411f1f;
    text-align: center;
    font-weight: 700;
    line-height: 15px;
    padding: 5px 40px;
}

.optionContent {
    position: relative;
}

.neyleneNav .prev {
    background: url(../Images/neyleneArrow.png) left center no-repeat;
    height: 95px;
    width: 90px;
    position: absolute;
    top: 50%;
    margin-top: -48px;
    left: 12%;
}

.neyleneNav .next {
    background: url(../Images/neyleneArrow.png) right center;
    height: 95px;
    width: 90px;
    position: absolute;
    top: 50%;
    margin-top: -48px;
    right: 12%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Gotham Book';
    font-size: 14px;
    color: #7abb98;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Gotham Book';
    font-size: 14px;
    color: #7abb98;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Gotham Book';
    font-size: 14px;
    color: #7abb98;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'Gotham Book';
    font-size: 14px;
    color: #7abb98;
}

#ws {
    display: none !important;
}

.ws .row {
    margin-top: 30px;
}

.wDetail .col-md-6 {
    padding-left: 0;
}

.wLeft {
    padding-right: 60px;
}

.wDetail h2 {
    font-family: 'baskerville_boldbold';
    font-size: 22px;
    color: #411f1f;
}

.wDetail .subTitle {
    font-family: 'GothamMedium';
    font-size: 13px;
    margin: 0;
}

.wDetail .subText {
    font-family: 'baskerville_boldbold';
    font-size: 15px;
    color: #411f1f;
}

    .wDetail .subText span {
        text-decoration: underline;
    }

.wDetail p {
    font-family: 'GothamMedium';
    font-size: 13px;
    color: #411f1f;
    line-height: 18px;
}

.wDate {
    border-top: 1px solid #7abb98;
    border-bottom: 1px solid #7abb98;
    margin: 15px 0;
    height: 110px;
}

    .wDate .col-md-6 {
        margin: 10px 0 0 0;
    }

.promo {
    margin-bottom: 40px;
}

.topTitleText {
    font-family: 'GothamMedium';
    font-size: 11px;
    color: #686868;
    text-align: left;
    margin: 20px 0;
}

.wForm {
    padding: 20px 70px;
    height: 330px;
}

    .wForm form {
        padding: 0;
    }

/* ---- isotope ---- */


/* clear fix */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */

.element-item {
    position: relative !important;
    float: left;
    width: 100%;
    height: auto;
    background: white;
    color: #262524;
    left: 0 !important;
    top: 0 !important;
}

    .element-item > * {
        margin: 0;
        padding: 0;
    }

.duyurularContent {
    background: #ededed;
    padding: 30px 0;
}

.duyurularSelect {
    width: 295px;
    height: 35px;
    position: relative;
    margin-bottom: 30px;
}

    .duyurularSelect img {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .duyurularSelect select {
        border: none;
        width: 310px;
        height: 30px;
        -webkit-appearance: none;
        font-family: 'Gotham Book';
        font-weight: 700;
        font-size: 12px;
        color: #411f1f;
        padding-left: 15px;
        border-radius: 0 !important;
        background-color: white;
        border-radius: 10px;
        /* margin-top: 15px; */
    }

        .duyurularSelect select:focus {
            border: none;
        }

.duyurularDetay .backButton {
    width: 80px;
    height: 40px;
    border-radius: 6px;
    background-color: #fff;
    margin: 25px 0;
    display: inline-block;
    padding: 13px 0px;
    text-align: center;
}

    .duyurularDetay .backButton .text {
        color: #7abb98;
        font-size: 15px;
        font-family: 'Gotham Book';
    }

    .duyurularDetay .backButton .arrow {
        background-image: url('../Images/backbutton_arrow.png');
        width: 6px;
        height: 11px;
        display: inline-block;
        margin-right: 5px
    }

.duyurularDetay .dateNumber {
    color: #202020;
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 16px;
    font-family: 'Gotham Book';
}

.duyurularDetay .title {
    font-family: 'GothamMedium';
    font-size: 22px;
    color: #000;
    margin-bottom: 22px;
}

.duyurularDetay .imageArea {
    margin-bottom: 40px;
}

.duyurularDetay .textArea .text {
    font-size: 14px;
    font-family: 'Gotham Book';
    color: #202020;
    line-height: 17px
}



.duyuruSubContent {
    background: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.27);
    border-radius: 10px;
    padding-bottom: 10px;
}

    .duyuruSubContent .text {
        padding: 25px;
        height: 310px;
        overflow-y: hidden;
    }

        .duyuruSubContent .text span {
            font-family: 'baskerville_boldbold';
            font-size: 18px;
            text-align: left;
            color: #411f1f;
        }

        .duyuruSubContent .text p {
            margin-top: 15px;
            font-family: 'GothamMedium';
            font-size: 11px;
            color: #411f1f;
            line-height: 22px;
        }

    .duyuruSubContent .detailButton {
        width: 105px;
        height: 40px;
        border-radius: 6px;
        background-color: #7abb98;
        color: #fff;
        font-size: 15px;
        font-family: 'Gotham Book';
        margin: 25px auto;
        text-align: center;
        padding-top: 13px;
    }



.banner2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    top: 0;
    z-index: -4;
}

.banner {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: auto;
    top: 0;
    z-index: -4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    -webkit-animation: scale 5s infinite; /* Safari 4.0 - 8.0 */
    animation: scale 5s infinite;
    animation-iteration-count: 1;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Standard syntax */
@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.bannerFixed {
    position: relative;
    height: 394px;
}

.product1L {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 0;
}

.product2T {
    position: absolute;
    top: -10%;
    left: 10%;
    z-index: 0;
}

.product3T {
    position: absolute;
    top: -10%;
    right: 20%;
    z-index: 0;
}

.product4T {
    position: absolute;
    top: -10%;
    right: 0%;
    z-index: 0;
}

.product5B {
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: 0;
}

.product6B {
    position: absolute;
    bottom: 0%;
    left: 10%;
    z-index: 0;
}


.grid {
    max-width: 69em;
    list-style: none;
    margin: 30px auto;
    padding: 0;
}

    .grid li {
        display: block;
        float: left;
        padding: 15px;
        width: 33%;
        opacity: 1;
    }

        .grid li.shown,
        .no-js .grid li,
        .no-cssanimations .grid li {
            opacity: 1;
        }

        .grid li a,
        .grid li img {
            outline: none;
            border: none;
            display: block;
            max-width: 100%;
            border-radius: 10px 10px 0 0;
        }



@media screen and (max-width: 900px) {
    .grid li {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .grid li {
        width: 100%;
    }
}

.loading {
    position: absolute;
    height: 35px;
    left: 15%;
    bottom: 10%;
    background: rgba(250,250,250,0.9);
    z-index: 99;
}


.alert {
    border-bottom: 2px solid red !important;
    padding: 0;
}

.latte {
    margin: 0 auto;
    position: relative;
    top: 50px;
    left: 130px;
}
/***************************Güllerin içinden gel başlangıç*******************/
.leftgul,
.rightgul {
}

    .leftgul .gul {
        -webkit-transition: all 1s ease-in-out 0.2s;
        -moz-transition: all 1s ease-in-out 0.2s;
        -ms-transition: all 1s ease-in-out 0.2s;
        -o-transition: all 1s ease-in-out 0.2s;
        transition: all 1s ease-in-out 0.2s;
        position: absolute;
        left: 12%;
        top: 70px;
        -moz-transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
    }


    .rightgul .gul {
        -webkit-transition: all 1s ease-in-out 0.6s;
        -moz-transition: all 1s ease-in-out 0.6s;
        -ms-transition: all 1s ease-in-out 0.6s;
        -o-transition: all 1s ease-in-out 0.6s;
        transition: all 1s ease-in-out 0.6s;
        position: absolute;
        top: 15px;
        right: 12%;
        -moz-transform: translateX(200%);
        -webkit-transform: translateX(200%);
        -o-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
        opacity: 0;
    }



    .leftgul.isanimeted .gul,
    .rightgul.isanimeted .gul {
        opacity: 1;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    /***************************Güllerin içinden gel bitiş*******************/
    /***************************Tabak çanak başlangıç*******************/

    .leftgul .tabak {
        position: absolute;
        left: 26%;
        top: 70px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1ss ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -moz-transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
    }

    .rightgul .tabak {
        -webkit-transition: all 1s ease-in-out 0.4s;
        -moz-transition: all 1s ease-in-out 0.4s;
        -ms-transition: all 1ss ease-in-out 0.4s;
        -o-transition: all 1s ease-in-out 0.4s;
        transition: all 1s ease-in-out 0.4s;
        position: absolute;
        top: 15px;
        right: 20%;
        -moz-transform: translateX(200%);
        -webkit-transform: translateX(200%);
        -o-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
    }

    .leftgul.isanimeted .tabak,
    .rightgul.isanimeted .tabak {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    /***************************Tabak çanak bitiş*******************/
    /***************************Gıda başlangıç*******************/
    .leftgul .urun,
    .rightgul .urun {
        opacity: 0;
    }

    .leftgul .urun {
        position: absolute;
        top: 130px;
        left: 29%;
        z-index: 1;
        height: 400px;
    }

        .leftgul .urun img {
            height: 100%;
        }

        .leftgul .urun span {
            font-family: 'GothamMedium';
            font-size: 22px;
            color: #411f1f;
            text-align: center;
            display: block;
        }

    .rightgul .urun {
        position: absolute;
        top: 200px;
        right: 29%;
        height: 330px;
    }

    .rightgul .urun2 {
        right: 24%;
    }

    .rightgul .urun img {
        height: 100%;
    }


    .rightgul .urun span {
        font-family: 'GothamMedium';
        font-size: 22px;
        color: white;
        left: 40%;
        text-align: center;
        bottom: -20px;
        display: block;
    }

    .leftgul.isanimeted .urun span,
    .rightgul.isanimeted .urun span,
    .leftgul.isanimeted .urun,
    .rightgul.isanimeted .urun {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .leftgul .urun {
        -webkit-transition: all 1s ease-in-out 0.8s;
        -moz-transition: all 1s ease-in-out 0.8s;
        -ms-transition: all 1ss ease-in-out 0.8s;
        -o-transition: all 1s ease-in-out 0.8s;
        transition: all 1s ease-in-out 0.8s;
        -moz-transform: translateY(500px);
        -webkit-transform: translateY(500px);
        -o-transform: translateY(500px);
        -ms-transform: translateY(500px);
        transform: translateY(500px);
    }


        .leftgul .urun span {
            -webkit-transition: all 1s ease-in-out 0.9s;
            -moz-transition: all 1s ease-in-out 0.9s;
            -ms-transition: all 1ss ease-in-out0.9s;
            -o-transition: all 1s ease-in-out 0.9s;
            transition: all 1s ease-in-out 0.9s;
            -moz-transform: translateY(500px);
            -webkit-transform: translateY(500px);
            -o-transform: translateY(500px);
            -ms-transform: translateY(500px);
            transform: translateY(500px);
        }

    .rightgul .urun {
        -webkit-transition: all 1s ease-in-out 1s;
        -moz-transition: all 1s ease-in-out 1s;
        -ms-transition: all 1ss ease-in-out 1s;
        -o-transition: all 1s ease-in-out 1s;
        transition: all 1s ease-in-out 1s;
        -moz-transform: translateY(500px);
        -webkit-transform: translateY(500px);
        -o-transform: translateY(500px);
        -ms-transform: translateY(500px);
        transform: translateY(500px);
    }

        .rightgul .urun span {
            -webkit-transition: all 1s ease-in-out 1.1s;
            -moz-transition: all 1s ease-in-out 1.1s;
            -ms-transition: all 1ss ease-in-out 1.1s;
            -o-transition: all 1s ease-in-out 1.1s;
            transition: all 1s ease-in-out 1.1s;
            -moz-transform: translateY(500px);
            -webkit-transform: translateY(500px);
            -o-transform: translateY(500px);
            -ms-transform: translateY(500px);
            transform: translateY(500px);
        }
/***************************Gıda bitiş*******************/


.social li {
    float: left;
    margin: 10px 10px 0 0;
}

.fancyDetayText {
    display: none;
    height: 370px;
}

    .fancyDetayText .col-md-5 {
        border-radius: 10px 0 0 10px;
        border: 1px solid #bfddcd;
        height: 350px;
    }

    .fancyDetayText .col-md-7 {
        border-radius: 0 10px 10px 0;
        border-top: 1px solid #bfddcd;
        border-right: 1px solid #bfddcd;
        border-bottom: 1px solid #bfddcd;
        height: 350px;
    }

.fancyText {
}

    .fancyText h2 {
        font-family: 'GothamMedium';
        font-size: 23px;
        color: #7abb98;
        margin-top: 30px;
    }

    .fancyText p {
        font-family: 'Gotham';
        font-weight: bold;
        font-size: 14px;
        color: #686868;
        margin-top: 20px;
        margin-bottom: 50px;
    }

.nerelerdeyiz img {
    border-radius: 15px 15px 0 0;
}

.nerelerdeyiz {
    height: 300px !important;
}

    .nerelerdeyiz .text {
        font-family: 'GothamMedium';
        font-size: 18px;
        color: #7abb98;
        line-height: 22px;
        margin: 30px 0;
    }

    .nerelerdeyiz a.info {
        background: rgba(122,187,152,0.6) !important;
        top: 0;
        height: 66% !important;
        border-radius: 15px 15px 0 0;
    }

    .nerelerdeyiz .plus {
        background: url(../Images/nerelerdeyizPlus.png) center center no-repeat;
        height: 45px;
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        margin-top: -20px;
    }

.nerelerdeyizDetay {
    display: none;
}

    .nerelerdeyizDetay p {
        font-family: 'Gotham';
        margin-bottom: 10px;
        font-size: 14px;
        color: #686868;
    }

    .nerelerdeyizDetay span, .nerelerdeyizDetay span a {
        color: #7abb98;
        margin-top: 10px;
        font-family: 'Gotham';
        font-size: 14px;
    }

    .nerelerdeyizDetay img {
        border-radius: 15px;
        margin: 0 auto;
        display: block;
        margin-top: 15px;
    }

.shadow {
    box-shadow: 1px 6px 12px rgba(0, 0, 0, 0.19);
}




.homeSlideAnimated {
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -ms-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
    -moz-transform: rotate(5deg) translateX(100%) !important;
    -webkit-transform: rotate(5deg) translateX(100%) !important;
    -o-transform: rotate(5deg) translateX(100%) !important;
    -ms-transform: rotate(5deg) translateX(100%) !important;
    transform: rotate(5deg) translateX(100%) !important;
}

.productS {
    position: relative;
}

.prlContent {
    background: white;
}

#exTab1 {
    width: auto;
    display: table;
    margin: 0 auto;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.bottom {
    bottom: -340px;
    position: absolute;
    right: -240px;
}

.productBanner {
    height: 405px;
    margin: 145px 0 0 0;
    animation: none;
}

input[type="checkbox"].css3checkbox {
    display: none;
}

label.toggler {
    display: block;
    position: relative;
    padding-left: 19px;
    padding-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    font-family: 'HaasGrotDisp-65Medium';
    color: #fee5f8;
}

    label.toggler::before {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        background: #7abb98;
        box-shadow: 0 0 3px #BFDEFC inset;
        left: 0;
        top: 0;
        border-radius: 3px;
    }

input[type="checkbox"]:checked + label.toggler::after {
    transition: width 0.2s;
    width: 25px;
}

label.toggler::after {
    content: '\f00c';
    position: absolute;
    left: 3px;
    top: 2px;
    font: 10px FontAwesome;
    color: #ffffff;
    width: 0;
    overflow: hidden;
}

.cayBack {
    background: url(../Images/cayTextBg.png) no-repeat top center;
}

.footer ul li a:hover {
    color: #8d6868;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.subeler {
    margin: 15px 0;
}

.c2c {
    display: block;
    margin: auto;
    text-align: center;
    padding: 15px 0px;
    background: #411f1f;
    width: 250px;
    color: #fff;
    margin-top: 20px;
    border: 2px solid #bfddcd;
    font-family: 'Gotham Book';
    transition: ease-in-out .4s;
}

    .c2c:hover {
        background: #fff;
        color: #411f1f;
        transition: ease-in-out .4s;
    }

.item4 .topText {
    font-family: 'GothamMedium';
    font-size: 30px;
    color: #ba341d;
}

.item4 .bottomText {
    font-family: 'olivierregular';
    font-size: 62px;
    line-height: 60px;
    color: #465983;
}

.item4Img {
    position: absolute;
    bottom: -650px;
    right: -200px;
}

.slide4 {
    position: absolute;
    top: 0;
    right: 0;
}

.productListDetail {
    background-color: #ededed;
    padding-bottom: 50px
}


    .productListDetail .backButton {
        width: 80px;
        height: 40px;
        border-radius: 6px;
        background-color: #fff;
        margin: 25px 0;
        display: inline-block;
        padding: 13px 0px;
        text-align: center;
    }

        .productListDetail .backButton .text {
            color: #7abb98;
            font-size: 15px;
            font-family: 'Gotham Book';
        }

        .productListDetail .backButton .arrow {
            background-image: url('../Images/backbutton_arrow.png');
            width: 6px;
            height: 11px;
            display: inline-block;
            margin-right: 5px
        }

    .productListDetail .imageArea {
        margin-bottom: 40px
    }

    .productListDetail .title {
        font-size: 22px;
        font-family: 'Gotham Book';
        color: #7abb98;
        text-align: left
    }

    .productListDetail .anotherTitle {
        font-size: 15px;
        font-family: 'GothamMedium';
        color: #411f1f;
        margin: 30px 0 20px;
    }

    .productListDetail .textArea .text {
        font-size: 15px;
        font-family: 'Gotham Book';
        color: #411f1f;
        margin-bottom: 7px
    }

        .productListDetail .textArea .text .bold {
            font-family: 'GothamMedium';
            font-size: 15px;
            color: #411f1f;
        }

        .productListDetail .textArea .text .capacity {
            margin-left: 16px;
        }

        .productListDetail .textArea .text .dateNumber {
            margin-left: 49px
        }
.textArea p strong,
.textArea b strong {
    font-weight: bold;
}