﻿body {
    font-size: 18px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: "zenon",sans-serif !important;
    font-weight: 400;
    font-style: normal;
}




.z-regular {
    font-family: zenon, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.z-medium {
    font-family: zenon, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.z-medium-italic {
    font-family: zenon, sans-serif;
    font-weight: 500;
    font-style: italic;
}


.z-bold {
    font-family: zenon, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.z-italic {
    font-family: "zenon", sans-serif;
    font-weight: 300;
    font-style: italic;
}


@media (min-width:992px) and (max-width:1201px) {
    body {
        background-color: #fff;
    }
    iframe {
        width: 560px;
        height: 315px;
    }
}

@media (max-width:991px) {
    .menu div h4 a, .logo-link {
        font-size: 16px;
    }

    #menu li {
        margin-right: 20px;
    }
}

@media (min-width:768px) and (max-width:993px) {
    body {
        background-color: #fff;
    }
    iframe {
        width: 400px;
        height: 225px;
    }

    .text-right {
        text-align: left !important;
    }
}

@media screen and (max-width:768px) {
    body {
        background-color: #fff;
    }
    iframe {
        width: 320px;
        height: 180px;
    }

    .text-right {
        text-align: left !important;
    }
}

/******************************************/
section.header {
    width: 100%;
    background: transparent;
    color: #000;
}

    section.header.light {
        background: #fff;
        color: #000;
        height: 60px;
        -webkit-transition: opacity 1s ease-in;
        transition: opacity 1s ease-in;
    }

    section.header .logo {
        font-size: 18px;
        line-height: 1;
        position: absolute;
        top: 32px;
        left: 60px;
        cursor: pointer;
        -webkit-transition: color .2s ease-in;
        transition: color .2s ease-in;
    }

        section.header .logo.middle-fixed {
            left: 50%;
            margin-left: -16.5px;
            top: 14px;
            color: #fff;
            cursor: default;
        }

            section.header .logo.middle-fixed:hover,
            section.header .logo:hover {
                color: #fff;
            }

.seminars h4,.workshops h4, .content .seminar-title {
    line-height: 1.5;
}

.saturday-seminars > div {
    margin-top: 60px;
}

#menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #menu.left-side {
        left: 60px;
        top: 21px;
        right: inherit;
    }

        #menu.left-side li:before {
            content: "20";
            float: left;
        }

    #menu li {
        float: left;
        font-size: 16px;
        font-weight: bolder;
        padding: 0;
        margin: 0 40px 0 0;
        cursor: pointer;
        color: #fff;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

        #menu li:nth-child(6) {
            margin-right: 0;
        }

#mobile-menu-toggler span,
#mobile-menu-toggler span:after,
#mobile-menu-toggler span:before {
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    background: #fff;
    transition: all .3s ease;
}

#menu.free a:last-child li {
    margin-right: 0;
    color: #f6517f;
}

#menu li:hover {
    color: #009fb0;
}

#mobile-menu-toggler {
    float: right;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: none;
    position: relative;
    outline: 0;
    margin-top: 40px;
    margin-right: 60px;
    z-index: 9999;
    display: none;
}

    #mobile-menu-toggler span {
        top: 9px;
    }

        #mobile-menu-toggler span:before {
            margin-top: -7px;
            content: '';
        }

        #mobile-menu-toggler span:after {
            margin-top: 7px;
            content: '';
        }

    #mobile-menu-toggler.open span {
        background: transparent;
        width: 16px;
        left: 2.8px;
    }

        #mobile-menu-toggler.open span:after,
        #mobile-menu-toggler.open span:before {
            margin-top: 0;
            width: 16px;
        }

        #mobile-menu-toggler.open span:before {
            -webkit-animation: menuOpen .6s forwards;
            -moz-animation: menuOpen .6s forwards;
            -o-animation: menuOpen .6s forwards;
            animation: menuOpen .6s forwards;
        }

        #mobile-menu-toggler.open span:after {
            -webkit-animation: menuOpen2 .6s forwards;
            -moz-animation: menuOpen2 .6s forwards;
            -o-animation: menuOpen2 .6s forwards;
            animation: menuOpen2 .6s forwards;
        }

    #mobile-menu-toggler.open.closed span:before {
        -webkit-animation: menuOpen3 .6s forwards;
        -moz-animation: menuOpen3 .6s forwards;
        -o-animation: menuOpen3 .6s forwards;
        animation: menuOpen3 .6s forwards;
    }

    #mobile-menu-toggler.open.closed span:after {
        -webkit-animation: menuOpen4 .6s forwards;
        -moz-animation: menuOpen4 .6s forwards;
        -o-animation: menuOpen4 .6s forwards;
        animation: menuOpen4 .6s forwards;
    }

@-webkit-keyframes menuOpen {
    0%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
}

@-moz-keyframes menuOpen {
    0%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
}

@-o-keyframes menuOpen {
    0%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
}

@keyframes menuOpen {
    0%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
}

@-webkit-keyframes menuOpen2 {
    0%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
}

@-moz-keyframes menuOpen2 {
    0%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
}

@-o-keyframes menuOpen2 {
    0%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
}

@keyframes menuOpen2 {
    0%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
}

@-webkit-keyframes menuOpen3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    100%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-moz-keyframes menuOpen3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    100%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-o-keyframes menuOpen3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    100%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes menuOpen3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    100%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes menuOpen4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    100%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-moz-keyframes menuOpen4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    100%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-o-keyframes menuOpen4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    100%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes menuOpen4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    100%, 50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@media screen and (max-width:991px) {
    #menu.free,
    #mobile-menu {
        position: fixed;
        width: 100%;
    }

    section.header {
        z-index: 9999;
    }

    body.menu-open {
        overflow: hidden;
    }

    #menu.free {
        height: calc(100% - 80px);
        margin-top: 80px;
        background: #000000;
        left: 0;
        z-index: -1;
        -webkit-transition: transform .3s ease-in;
        transition: transform .3s ease-in;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    #menu.left-side {
        display: block;
        left: 20px;
    }

        #menu.left-side li {
            margin-right: 0;
        }

        #menu.left-side a li:before {
            content: "/";
            float: left;
            margin-right: 3px;
            margin-left: 3px;
        }

        #menu.left-side a:first-child li:before {
            content: "20";
            margin-right: 0;
            margin-left: 0;
        }

    .logo.middle-fixed {
        display: none;
    }

    .social.right-fixed {
        right: 20px;
    }

    #menu.free a:first-child,
    #menu.free a:first-child li,
    #menu.free a:nth-last-child(2),
    #menu.free a:nth-last-child(2) li {
        display: flex !important;
    }

    #menu.free a {
        width: 100%;
        display: block;
    }

    #menu.free li {
        width: 100%;
        height: calc(100% / 10);
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        -webkit-justify-content: center;
        -webkit-align-items: center;
    }

    body.menu-open #menu.free {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    section.hero {
        height: calc(100% - 60px);
    }

    section.header {
        height: 40px;
    }

        section.header .logo {
            font-size: 28px;
            top: 16px;
        }

    #mobile-menu {
        left: 0;
        background: #000000;
        height: calc(100vh - 60px);
        z-index: 9998;
        margin-top: -200%;
        transition: all .5s ease-in;
        -webkit-transition: all .5s ease-in;
        padding: 0;
        display: block;
    }

        #mobile-menu li {
            width: 100%;
            height: calc(100% / 6);
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
            -webkit-justify-content: center;
            -webkit-align-items: center;
            color: #748693;
            font-weight: 400;
            font-size: 1.5em;
        }

    body.menu-open #mobile-menu {
        margin-top: 60px;
    }

    #mobile-menu-toggler {
        display: block;
        margin-right: 0;
        margin-top: 10px;
    }

    section.header .logo {
        left: 40px;
    }

    .saturday-seminars > div {
        margin-top: 0;
    }

        .saturday-seminars > div:first-child {
            margin-top: 60px;
        }

    .seminars-schedule .text-right {
        text-align: left !important;
    }
}

@media screen and (max-width:768px) {
    #mobile-menu-toggler {
        margin-right: 20px;
        margin-top: -20px;
    }
}

/*****************************************/

img {
    vertical-align: 20px;
}

.detail-visual {
    border-radius: 50%;
}

.smallcaps {
  font-variant-caps: small-caps;
}




.letterspacing-1 {
    letter-spacing: 1px;
}



.text-blue {
    color: #fff !important;
}

.link-blue, .link-blue:focus, .link-blue:active {
    color: #fff !important;
    text-decoration: none;
}

    .link-blue:hover {
        color: #f6517f !important;
        text-decoration: underline !important;
    }

    .link-blue h3, .link-blue h4, .link-blue:focus h3, .link-blue:focus h4, .link-blue:active h3, .link-blue:active h4 {
        color: #fff !important;
        text-decoration: none;
    }

    .link-blue:hover h3, .link-blue:hover h4 {
        color: #f6517f !important;
        text-decoration: underline !important;
    }

.text-brown {
    color: #c69c6d !important;
}


.text-light-brown {
    color: #c7b299 !important;
}


.text-lineheight-15 {
    line-height: 1.5 !important;
}

.text-alignright {
    text-align: right;
}

.container.info {
    padding-top: 150px;
}

.info .content h2, .sponsors h2, .sponsors h3, .sponsors h4 {
    color: #000;
}

.menu-container {
    position: fixed;
    z-index: 999999;
    width: 100%;
    transition: all 0.9s;
}

.menu-open .menu-container {
    background-color: rgb(0,0,0) !important;
}

.menu-container.scrolled {
    background-color: rgba(0,0,0,0.9);
}

.menu {
    padding-left: 15px;
}

    .menu ul {
        list-style: none;
        display: block;
        padding-left: 0;
    }

        .menu ul li {
            display: inline-block;
            float: left;
            margin-left: 20px;
            margin-right: 20px;
        }

            .menu ul li:first-child {
                margin-left: 0;
            }

            .menu ul li:last-child {
                margin-right: 0;
            }

    .menu div h4 a, .menu div h4 a:active, .menu div h4 a:focus {
        color: #000;
        text-decoration: none;
    }

        .menu div h4 a:hover {
            color: #000;
            text-decoration: underline;
        }

.logo-link, .logo-link:active, .logo-link:focus {
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 1.1;
}

    .logo-link:hover {
        color: #000;
        text-decoration: underline;
    }

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

.padding-top-5 {
    padding-top: 5px !important;
}

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

.container.menu {
    margin-top: 25px;
    margin-bottom: 25px;
}

/*.container.menu .row {
        width: 104%;
        z-index: 9999;
    }*/

    
.text-40{
    font-size:40px !important;
    line-height:48px;
}

.text-50{
    font-size:50px !important;
    line-height:70px;
}

.text-24{
    font-size:24px !important;
    line-height:1.4;
}
.text-18{
    font-size:18px !important;
    line-height:1.4;
}
.text-21{
    font-size:21px !important;
    line-height:1.4;
}
.text-12{
    font-size:12px !important;
    line-height:1.5;
}

.text-14{
    font-size:14px !important;
    line-height:1.5;
}
.inline-block {
    display: inline-block;
}
.no-margin-top{
    margin-top:0 !important;
}
.no-margin-bottom{
    margin-bottom:0 !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-15 {
    margin-top: 35px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.sponsors .sponsor-row {
    padding-left: 0;
    padding-right: 0;
}

    .sponsors .sponsor-row a {
        display: block;
        margin-right: 40px;
        float: left;
        vertical-align: middle;
    }

        .sponsors .sponsor-row a img {
            width: 140px;
        }

        .sponsors .sponsor-row a:last-child {
            margin-right: 0px;
        }

.height-120 {
    height: 120px !important;
}

.height-180 {
    height: 180px !important;
}

.kurukahveci {
    height: 60px !important;
    width: 60px !important;
}

.adort {
    height: 50px !important;
    width: 70px !important;
}

.fontfont {
    height: 50px !important;
    width: 50px !important;
}

.slanted {
    width: 100px !important;
}

.text-22 {
    font-size: 22px !important;
}

.detail-visual {
    width: 240px !important;
}


.menu-register {
    font-family: "gamay-expanded", sans-serif;
    font-weight: 900;
    font-style: normal;
    border: 2px solid #fff;
    padding: 4px 16px 8px 16px;
    font-weight: 900;
    color: #f6517f !important;
}

    .menu-register:hover {
        font-family: "gamay-expanded", sans-serif;
        font-weight: 900;
        font-style: normal;
        color: #f6517f !important;
        border-color: #fff;
        font-weight:900;
        background-color: #fff;
        text-decoration:none !important;
    }


.button-pay {
        font-family: "gamay-expanded", sans-serif;
        font-weight: 900;
        font-style: normal;
        border: 2px solid #fff;
        background-color: #fff;
        padding: 4px 16px 8px 16px;
        font-weight: 900;
        color: #f6517f !important;
        font-size: 20px;
        line-height: 1.5;
        align-items: left;
    }
    
        .button-pay:hover {
            font-family: "gamay-expanded", sans-serif;
            font-weight: 900;
            font-style: normal;
            color: #fff !important;
            border-color: #f6517f;
            font-weight:900;
            background-color: #f6517f;
            text-decoration:none !important;
            font-size: 20px;
            line-height: 1.5;
            align-items: left;
        }
     


.mailTo, .mailTo:hover {
    text-decoration: none !important;
}

    .mailTo h4 {
        color: #fff;
    }

    .mailTo:hover h4 {
        color: #fff !important;
    }

.fail, .success {
    color: #fff !important;
}

@media screen and (max-width:768px) {
    .text-22 {
        font-size: 18px !important;
    }
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

section.footer {
    width: 100%;
    height: 105px;
    padding: 40px 0px 0px 0px;
    margin-top:60px;
}

.social {
    width: 200px;
    height: 25px;
    padding: 0;
    margin: 0 0 25px;
    float: left;
    list-style: none;
}

.footer-links-container {
    text-align: left;
}

.footer-links {
    padding-left: 0;
    list-style: none;
    display: inline-block;
}

    .footer-links li {
        color: #fff;
        display: inline-block;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        height: 40px;
    }

        .footer-links li:first-child {
            margin-left: 0;
        }

        .footer-links li.composite-links {
            margin-right: 0;
            margin-left: 20px;
        }

        .footer-links li a, .footer-links li a:focus, .footer-links li a:active {
            color: #fff;
            text-decoration: none;
        }

            .footer-links li a:hover {
                color: #fff;
                text-decoration: underline;
            }

        .footer-links li.composite-links a {
            padding-left: 10px;
        }

            .footer-links li.composite-links a:first-child {
                padding-left: 0;
            }

section.footer .subscribe {
    padding-top: 5px;
    margin-bottom: 100px !important;
}

    section.footer .subscribe .text {
        font-size: 14px;
        line-height: 1.5;
        color: #fff;
        float: left;
    }

    section.footer .subscribe input {
        background: transparent;
        width: 220px;
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        color: #fff;
        float: left;
        margin-left: 10px;
        padding-left: 5px;
        -webkit-appearance: none !important;
        border-radius: 0 !important;
        outline: 0;
    }

    section.footer .subscribe form {
        float: left;
        position: relative;
    }

    section.footer .subscribe .subscription-check {
        width: 15px;
        height: 24px;
        float: left;
        margin-left: 10px;
        margin-top: -5px;
        cursor: pointer;
    }

.subscription-check svg g path {
    fill: #fff;
}

section.footer .subscribe input:focus {
    border-bottom: 1px solid #fff;
}

    section.footer .subscribe input:focus + .subscription-check path {
        fill: #fff;
    }

section.footer .subscribe input.success {
    border-bottom: 1px solid #d0e8dd;
    color: #138b54;
}

    section.footer .subscribe input.success + .subscription-check path {
        fill: #138b54;
    }

section.footer .subscribe input.fail {
    border-bottom: 1px solid #f2d5d9;
    color: #be2b40;
}

    section.footer .subscribe input.fail + .subscription-check path {
        fill: #be2b40;
    }


.social.right-fixed {
    top: 17.5px;
    right: 60px;
    position: absolute;
}

.social a {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

    .social a:last-child {
        margin-right: 0;
    }

.social li svg {
    width: 25px;
    height: 25px;
}

.social li .bg {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    fill: #fff;
}

.social li:hover .bg {
    fill: #fff;
}

section.footer .copyright {
    width: 100%;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

    section.footer .copyright a {
        width: 105.8px;
        height: 10px;
        display: block;
        margin: 0 auto;
        background: url(../images/footer.svg) center center no-repeat;
    }

        section.footer .copyright a:hover {
            opacity: .5;
        }

.copyright-overlay {
    font-style: italic;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    top: 40px;
}

    .copyright-overlay.left {
        left: 60px;
        text-align: left;
    }

        .copyright-overlay.left img {
            width: 160px;
            height: 80px;
            margin-top: 10px;
            display: block;
        }

    .copyright-overlay.right {
        right: 60px;
        text-align: right;
    }

        .copyright-overlay.right img {
            width: 100px;
            height: 50px;
            margin-top: 10px;
            margin-left: 114px;
            display: block;
        }

@media (max-width:1200px) {
    .footer-links li.composite-links {
        margin-left: 0;
    }

    #menu li h4 a {
        font-size: 16px;
    }
}

@media screen and (max-width:1100px) {
    section.footer .subscribe:after,
    section.footer:after {
        content: " ";
        display: block;
        clear: both;
    }

    section.footer {
        height: auto;
    }

        section.footer:after {
            height: 0;
        }

    .social {
        width: 200px;
        height: 25px;
        padding: 0;
        margin: 0 auto 25px;
        float: none;
    }

    section.footer .subscribe {
        width: 465px;
        float: none;
    }

        section.footer .subscribe:after {
            height: 0;
        }
}

@media (max-width:997px) {
    .menu ul li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width:900px) {
    .copyright-overlay {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .mobile-logo {
        width: 200px !important;
    }

    section.footer .subscribe {
        margin: 0 auto;
    }

    .footer-links {
        text-align: center;
        display: inline-block;
    }

        .footer-links:last-child {
            margin-left: 20px;
        }

    .footer-links-container {
        text-align: center;
    }
}

@media screen and (max-width:692px) {
    .footer-links {
        margin-left: 0 !important;
    }

        .footer-links li:last-child {
            margin-right: 0;
        }
}


@media screen and (max-width:800px) {
    .copyright-overlay.left img {
        width: 80px;
        height: 40px;
    }
}

@media screen and (max-width:500px) {
    .subscribe {
        width: 100% !important;
        text-align: center;
    }

        .subscribe > .text {
            float: none !important;
        }

    section.footer .subscribe form {
        float: none;
    }

    section.footer .subscribe input {
        margin-left: 0;
        float: none;
    }

    section.footer .subscribe .subscription-check {
        display: inline-block;
        float: none;
        margin-left: 0;
    }
}

.venue {
    width: 100%;
}




.slider {
  width: 100%;           /* %100 -> 100% */
  height: 600px;         /* alanını sen belirliyorsun */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.slides {
  display: flex;
  width: 400%;           /* 4 resim */
  height: 100%;
  transition: transform 0.8s;
}

.slide {
  width: 100%;
  flex-shrink: 0;
  height: 100%;          /* 500px yerine yüzde ile bağla */
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;    /* 👈 kırpma yok, TAM sığdırır */
  background: #fff;       /* siyah şerit (letterbox) alanları doldurur */
  display: block;         /* olası alt boşluğu kaldırır */
}

/* Radio gizle */
input[type=radio] { display: none; }

/* Kontrol */
#s1:checked ~ .slides { transform: translateX(0); }
#s2:checked ~ .slides { transform: translateX(-100%); }
#s3:checked ~ .slides { transform: translateX(-200%); }
#s4:checked ~ .slides { transform: translateX(-300%); }

.nav {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.nav label {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  line-height: 25px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

input#s1:checked ~ .nav label[for="s1"],
input#s2:checked ~ .nav label[for="s2"],
input#s3:checked ~ .nav label[for="s3"],
input#s4:checked ~ .nav label[for="s4"] {
  background: #333;
  color: #fff;
}