@import url('https://fonts.googleapis.com/css?family=Oswald&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,700i,900,900i');

.form-check {
    padding-left: 55px
}

.card-body {
    padding: 20px
}

hr.sep-3 {
    border: none;
    height: 1px;
    background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
    margin: 50px 0;
}

hr.sep-3::after {
    content: '§';
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(60deg);
    transform-origin: 50% 50%;
    padding: 1rem;
    background-color: white;
}

.f-container h3 {
    color: #52a9d4;
    font-size: 21px;
    text-align: center;
}

.f-container small {
    margin-bottom: 20px;
    display: inline-block
}

.blocker {
    z-index: 999999 !important;
}

.modal {
    max-width: 650px;
    text-align: center;
    overflow: unset
}

.modal img {
    max-width: 100%;
    width: 350px;
}

.modal p {
    margin-top: 20px;
}


#ex1 {
    width: 500px !important;
    max-width: 100% !important;
    padding: 2px;
    background: #2d2870;
    border-radius: 0;
}

#ex1 img {
    width: 500px !important;
}





.newsletter {
    background: #233f80;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter strong {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-collapse: collapse;
    position: relative;
    z-index: 2;
    color: #fff;
}

.newsletter .form-box {
    display: flex;
    flex-direction: row;
}

.newsletter .form-box input {
    border: none;
    background: rgba(255, 255, 255, 0.20);
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    font-size: 15px;
    height: 42px
}

.newsletter .form-box input:focus {
    outline: none;
    box-shadow: unset;
}

.newsletter .form-box input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0.8;
    /* Firefox */
    font-size: 15px;
}

.newsletter .form-box button {
    background: #272b58;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    padding: 10px;
    height: 42px;
    width: 70px
}


a:focus, a:hover {
    color: #233f80;
    text-decoration: none;
}

body {
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;

    color: #383535;
}


section {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Poppins', sans-serif;

}

.closemenu {
    display: none;
}

.menucontent {
    width: 100%;
    text-align: center;

    position: fixed;
    z-index: 50;
    display: block;
    background: #272b58;
}

.menucontent.whitebg {
    background: #272b58;
}

.menucontent .responsive {
    color: #fff;
    display: none;
    font-size: 20px;
}

.menucontent .responsive a {
    color: #fff;
    padding: 13px 20px 13px 20px;
    display: block;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    text-align: left;

}

.menucontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    float: left;
}

.menucontent ul:after {
    content: ' ';
    clear: both;
    display: block;
}

.menucontent ul li {
    display: inline-block;
    float: none;

    position: relative
}

.menucontent ul li:last-child a {
    border-right: none;
}

.menucontent ul li a {
    color: #fff;
    padding: 12px 10px;
    display: block;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    margin-right: -4px;


}

.menucontent ul li a:hover {
    color: #fff;
    background: #757795;
}

.menucontent ul li>ul {
    position: absolute;
    background: #272b58;
    width: 200px;
    border-top: 2px solid #000;
    left: 0;
    margin-top: -1px;
    display: none;
}

.menucontent ul li>ul li {
    display: block;
}

.menucontent ul li>ul li a {
    color: #fff;
    padding: 6px 0;
    display: block;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    margin-right: 0;
    text-align: center
}

.menucontent ul li:hover ul {
    display: block
}



.alt {
    display: none !important;
}



/* #banner:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: 0.40;
    filter: alpha(opacity=0.40);
    z-index: 1;
} */

#banner .logo {
    z-index: 2;

}



#clock {
    position: absolute;
    bottom: 150px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    min-width: 430px
}

#clock div:first-child {
    margin-right: 12px;
}

#clock div {

    display: inline-block;
    width: 90px;
    height: 90px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50px;
    border: 3px solid #000;
    /*box-shadow:  0 0 5px 2px #000, inset 0 0 5px 2px #000;
	text-shadow: 0 0 3px #000;*/
    font-size: 17px;
    color: #272b58;
    margin-right: 15px;
}

#clock div span {
    font-weight: bolder;
    color: #000;
    display: block;
    line-height: 20px;
    margin-top: 15px
}



.deskbg {
    /* background-image: url("images/d-bg.jpg"); */
     background: url('../images/d-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    /* background-color: #272b58; */
   
}

.mobbg {
    background-image: url("../images/bg-solid.jpg");
    background-position: center center;
    background-size: cover;
}

.deskbg .bg2 {
    background-image: url("../images/d-bg2.png");
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 100vh;

}

#banner .logo .middle {
    display: block;
    margin: auto;
}


@keyframes example3 {
    0% {
        left: -200px;
        top: 0px;
        box-shadow: 0px 0px #fff;
    }

    50% {
        box-shadow: 0px 0px 14px 14px #fff;
    }

    100% {
        left: 0;
        top: 0px;

    }
}



#banner .logo img {
    vertical-align: middle;
    margin-top: 80px;
    max-width: 100%;
    z-index: 2;
    position: relative;
    animation-name: example3;
    animation-duration: 2s;
}


#banner .logo .middle h1 {
    font-family: serif;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}

#banner .logo .middle span {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    font-family: serif;
}













/**/


#banner {
    background-color: #272833;

    height: 950px;

    min-height: 70vh;
    position: relative;
    text-align: center;
    z-index: 21;
}

body.is-touch #banner {
    background-attachment: scroll;
}


.goto-next a {
    color: #d0d0d0 !important;
}

.davet {
    padding: 70px 0;
    background: transparent;
    text-align: justify;
}

.menu-animate-top {
    position: fixed;
    animation: animatetop 0.4s;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.davet h1 {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-size: 2.5rem;
}



.davet h1 span {
    color: #233f80;
    font-family: 'Oswald', sans-serif;

}

.davet h2 {
    color: #0272af;
    font-size: 21px;
    padding-top: 30px
}




.davet .parallax-title {
    height: 100px;
    display: flex;
    align-items: center;
    /* background: url('images/parallax.jpg'); */
    background-attachment: fixed;
    justify-content: center;
    position: relative;
    background-size: cover;
    margin-bottom: 25px;
    background-position: center;
    background-color: #272b58;
}

.davet:nth-child(2) .parallax-title {
    background: url('images/abs1.jpg');
}

@media only screen and (max-device-width: 1024px) {


    .davet .parallax-title {
        background-attachment: scroll;
        min-height: 300px;
    }

    .deskbg {
        background-attachment: scroll;
        /* background-image: url(images/d-bg.jpg); */
    }


}

.davet .parallax-title:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.60);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/* @keyframes example3 {
    0% {
        left: -200px;
        top: 0px;
    }


    100% {
        left: 0;
        top: 0px;
    }
} */

.davet .parallax-title h1 {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    padding-bottom: 0;

    /* animation-name: example3;
    animation-duration: 2s; */

}



.davet .parallax-title h1 span {

    color: #fff;
    font-family: 'Lato', sans-serif;
    letter-spacing: 8px;
}

.davet text-area {
    text-align: justify;
}

.contact-content {
    background: #f0f0f0;
    padding: 20px 0;
    padding-top: 0 !important;
}

.contact-content .contact img {
    width: 350px;
    margin: auto;
}

.contact-content .contact {
    display: block;
    margin-bottom: 3px;
}

.contact-content .contact:after {
    display: block;
    content: ' ';
    clear: both;
}

.contact-content .contact .contact-title {
    float: left;
    width: 18%;
    font-weight: bold;
    position: relative;
}

.contact-content .contact .contact-title:before {
    position: absolute;
    content: ':';
    right: 3px;
}

.contact-content .contact .contact-text {
    float: left;
    width: 70%;
}





.table-box {
    padding: 10px 20px;
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
    background: #4c8bb7;
}

.table-box table {
    margin: 0;
    padding: 0;
}

.table-box td {
    border: none;
    color: #fff;
    text-align: center;
}

.table-box thead tr {
    border-bottom: 1px solid #fff;
}

.table-box tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.table-box tbody tr:last-child {
    border: none;
}





.important-date .row .idate {
    padding: 40px;
    background: #233f80;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.important-date .row .idate strong {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-collapse: collapse;
    position: relative;
    z-index: 2;
}

.important-date .row .idate span {
    font-size: 15px;
    position: relative;
    z-index: 2;
}

.important-date .row .idate:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
}

@media (max-width: 1425px) {


    #banner {
        height: 600px;
    }

    .menucontent ul li a {
        color: #fff;
        padding: 12px 10px;
        display: block;
        text-decoration: none;
        font-family: 'Oswald', sans-serif;
        font-size: 15px;
        margin-right: -4px;


    }
}

@media (max-width: 1280px) {
    #clock {
        bottom: 50px;
    }

    #banner {
        height: 500px;
    }

    .menucontent ul li a {
        color: #fff;
        padding: 12px 5px;
        display: block;
        text-decoration: none;
        font-family: 'Oswald', sans-serif;
        font-size: 12px;
        margin-right: -4px;


    }
}

@media (max-width: 575px) {
    .timer {
        font-size: 14px;
    }

    .clockcontent {
        margin-bottom: 10px;
    }

    #clock {
        margin-bottom: 50px !important;
    }

    #clock div {

        display: inline-block;
        width: 70px;
        height: 70px;
        vertical-align: middle;
        text-align: center;
        border-radius: 50px;
        border: 3px solid #000;
        /*box-shadow:  0 0 5px 2px #000, inset 0 0 5px 2px #000;
    text-shadow: 0 0 3px #000;*/
        font-size: 12px;
        color: #272b58;
        margin-right: 13px;
    }

    #clock div span {
        font-weight: bolder;
        color: #000;
        display: block;
        line-height: 20px;
        margin-top: 15px
    }

    .alt {
        text-align: right;
        display: inline-block !important;
        width: 50% !important;

    }

    .menucontent ul li a:hover {
        background-color: #393d6d;
    }

    .display {
        display: inline-block !important;

        text-align: left;
        width: 50% !important;


    }
}



footer {
    padding: 13px 0;
    background: #545454;
    color: #fff;
    margin-top: -8px;
}

footer .ft-right {
    text-align: right;
}

.scrollup {
    color: #2681b8;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 10px;
    right: 10px;

}

.rightlefticon {
    display: none;
}

@media (max-width: 1038px) {
    #banner {
        height: 500px;
    }

    .spb-5 {}

    .davet .parallax-title h1 span {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 32px;
        letter-spacing: unset;
    }

    .rightlefticon {
        text-align: center;
        display: none;
        text-align: center;
        margin-top: -50px;
    }

    .rightlefticon img {
        filter: brightness(400%);
    }

    .table-box {
        padding: 10px 5px;
        border-collapse: collapse;
        border-radius: 20px;
        background: #4c8bb7;
        position: relative;
    }

    .table-box td {
        font-size: 11px;
        padding: 5px;
    }

    #iletisim-form {
        margin-top: 20px !important;
    }

    .contact .contact-title {
        width: 25% !important;
    }

    .menucontent {
        background: transparent;
    }

    .menucontent .responsive {
        display: block;
        background: #272b58;
    }

    #banner1s {
        margin-bottom: 20px
    }

    .infos .col-md-1 {
        width: 100%;
        webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 18px;
    }

    .text-area {
        padding: 0 !important;
    }

    footer .social-media {
        margin-top: 15px;
        text-align: center;
    }

    footer .input-group {
        padding: 0;
    }

    .menucontent-ropen {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .menucontent ul {
        width: 100%;
        float: none;
        max-width: 300px;
        position: fixed;
        display: block;
        background: #393d6d;
        bottom: 0;
        top: 56px;
        left: -300px;
        transition: 0.5s all;

    }

    .menucontent-ropen ul {
        left: 0 !important;
    }

    .menucontent ul li {
        display: block;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
    }

    .menucontent ul li a {
        padding-left: 20px;
    }

    .menucontent ul li:last-child {
        border-bottom: none;
    }

    .menucontent ul li>ul {
        position: unset;
        width: 100%;
        background: #353a7d;
    }

    .menucontent ul li>ul li a {
        text-align: left;
        padding-left: 40px
    }
}

.nav-tabs {
    background: #ff0000;
}

.nav-tabs .nav-link {
    color: #fff;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}

.nav-item.show .nav-link, .nav-link.active {
    color: #0072db !important;
    background-color: #ffffff !important;
    border-color: #1e3b84 #1e3b84 #1e3b8400 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}


@media (min-width: 440px) and (max-width: 991px) {
    #banner .imp-dates .datebox {
        font-size: 16px;
        border-bottom: none;
        border-right: 1px solid #ddd;
        text-align: center;
    }

    #banner .imp-dates .datebox:last-child {
        border-right: none;
    }
}

/*
.social-and-lang{
	background: #fff;
    display: flex;
	justify-content: flex-end;
}
.sosyal-medya{ display: inline-block;margin-top: 6px;float: right;}
.sosyal-medya a { font-size:20px; color:#3b353f;}

.language {    display: inline-block;
    float: right;
    margin-left: 15px;
    padding: 5px;}
.language img {
    height: 25px;
}*/



#iletisim-form {
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

#iletisim-form:after {
    content: ' ';
    clear: both;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    padding: .475rem .15rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #292929;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0;
    outline: none
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #0272af;
    outline: 0;
    box-shadow: none
}

.form-group {
    position: relative
}

.form-group #captcha {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 39px
}

.form-group select {
    border-radius: 0;
    -webkit-appearance: none
}

.form-group select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=)
}

.creflest {
    color: #292929
}

.creflest:hover,
.creflest:focus,
.creflest:active {
    color: #292929
}

.creflest img {
    width: 20px;
    display: inline-block;
    vertical-align: sub;
    transition: all 1.5s
}

.creflest:hover img {
    transform: rotate(360deg)
}

.btn-send {
    background: #0272af;
    border-radius: 0;
    float: right;
    color: #fff;
    border: 1px solid #292929;
    transition: all 0.2s;
    width: 150px;
    text-align: center
}

.btn-send:hover,
.btn-send:focus {
    background: #292929;
    color: #0272af;
    border-radius: 0;
    float: right;
    border: 1px solid #292929;
    transition: all 0.2s;
    outline: 0
}










/* 

Step 1
======

Style your page (the product list)

*/
.gallery {
    padding: 0;
    margin: 0;
}

.product {
    float: left;
}

.product .product-images,
.product .product-form {
    display: none;
}

.gallery .product img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

/* 

Step 2
======

Reposition and redesign fancyBox blocks

*/

/* This elements contains both blocks */
.fancybox-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    max-width: 1200px;
    max-height: 600px;
}

/* Left block will contain the gallery */
.fancybox-stage {
    width: 65%;
    background: #fff;
}

/* Right block - close button and the form */
.fancybox-form-wrap {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    width: 35%;
    background: #fff;
}

/* Add vertical lines */
.fancybox-form-wrap::before,
.fancybox-form-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.fancybox-form-wrap::before {
    width: 8px;
    background: #f4f4f4;
}

.fancybox-form-wrap::after {
    width: 1px;
    background: #e9e9e9;
}

/* Set position and colors for close button */
.fancybox-button--close {
    position: absolute;
    top: 0;
    right: 0;
    background: #F0F0F0;
    color: #222;
    padding: 7px;
}

.fancybox-button:hover {
    color: #111;
    background: #e4e4e4;
}

.fancybox-button svg path {
    stroke-width: 1;
}

/* Set position of the form */
.fancybox-inner .product-form {
    overflow: auto;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 50px;
    left: 0;
    padding: 0 50px;
    text-align: center;
    display: flex;
    align-items: center
}


/* 

Step 3
======

Tweak fade animation

*/

.fancybox-inner {
    opacity: 0;
    transition: opacity .3s;
}

.fancybox-is-open .fancybox-inner {
    opacity: 1;
}

.fancybox-is-closing .fancybox-fx-fade {
    opacity: 1 !important;
    /* Prevent double-fading */
}


/* 

Step 2
======

Bullet navigation design

*/
.product-bullets {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 99999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.product-bullets li {
    display: inline-block;
    vertical-align: top;
}

.product-bullets li a {
    display: block;
    height: 30px;
    width: 20px;
    position: relative;
}

.product-bullets li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 99px;
    text-indent: -99999px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.product-bullets li.active a span {
    background: #FF6666;
}




/*ALERT*/
.EKuyari {
    position: relative;
    width: 100%;
    margin: 10px 0;
    padding: 10px 10px 10px 40px;
    font-size: 12px;
    font-weight: 400;
    color: #2b2b2b;
    text-align: left;
    border-bottom: 3px solid #fff;
    background: url(images/blank.gif) no-repeat 10px 50%;
    background-size: 20px
}

.EKuyari.success {
    color: #398B03;
    border-color: #398B03;
    background-color: #d4e6cb;
    background-image: url(images/success.png)
}

.EKuyari.warning {
    color: #B17A01;
    border-color: #B17A01;
    background-color: #fcf8e3;
    background-image: url(images/warning.png)
}

.EKuyari.error {
    color: #833;
    border-color: #833;
    background-color: #e5d1d1;
    background-image: url(images/error.png)
}

.EKuyari.info {
    color: #1A4773;
    border-color: #1A4773;
    background-color: #d9edf7;
    background-image: url(images/info.png)
}

.EKuyari.loading {
    color: #1A4773;
    border-color: #cacaca;
    background-color: #f5f5f5;
    background-image: url(images/loading.gif)
}

.EKuyari .close {
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    opacity: .2;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.EKuyari .close:hover,
.EKuyari .close:focus {
    opacity: .5
}












/* ----------- iPhone X ----------- */

/* Portrait and Landscape */


@media (max-width: 812px) and (orientation: portrait) {

    .deskbg .bg2 {
        background-image: url(images/d-bg2.png);
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        height: 100vh;
    }

}

@media (max-width: 812px) and (orientation: landscape) {

    .deskbg .bg2 {
        background-image: url(images/d-bg2.png);
        background-position: center bottom;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 100vh;
    }

}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}



/* ----------- Accordion ----------- */



.accordion {
    font-size: 1rem;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.accordion-header,
.accordion-body {
    background: white;
}

.accordion-header {
    padding: 1.5em 1.5em;
    background: #233f80;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    font-size: .8em;
    letter-spacing: .1em;
    transition: all .3s;
    position: relative;
}

.accordion-header:hover {
    background: #032067;
    position: relative;
    z-index: 5;
}

.accordion-body {
    background: #fcfcfc;
    color: #3f3c3c;
    display: none;
}

.accordion-body__contents {
    padding: 1.5em 1.5em;
    font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
    border-radius: none;
}

.accordion:first-child>.accordion__item>.accordion-header {
    border-bottom: 1px solid transparent;
}

.accordion__item>.accordion-header:after {
    content: "\f3d0";
    font-family: IonIcons;
    font-size: 1.2em;
    transition: .3s all;
    top: 50%;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
}

.accordion__item>.accordion-header:before {
    content: "\f3d8";
    font-family: IonIcons;
    font-size: 1.2em;
    transition: .3s all;
    top: 50%;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    display: none;
}

.accordion__item.active>.accordion-header:after {
    display: none
}

.accordion__item.active>.accordion-header:before {
    display: block
}

.accordion__item.active .accordion-header {
    background: #032067;
}

.accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: black;
}

@media screen and (max-width: 1000px) {
    #banner {
        height: 500px;
    }


    .accordion {
        width: 100%;
    }
}

.clockcontent {
    display: block;
}




.sticky {
    background: #272b58;
    border-radius: 10px;
    padding: 10px;
}

.sticky a {
    color: #fff;
    margin-bottom: 5px;
    transition: 0.5s;
}

.sticky a:hover, .sticky a.active {
    background: #fff;
    color: #272b58 !important;
}

.fully-booked {
    border: 3px solid #ff0000;
    border-radius: 10px;
    padding: 5px;
    color: #ff0000;
    transform: rotate(342deg);
    font-size: 14px;
    font-weight: bold;
    margin: 20px;
}

.promo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 10px;
    font-weight: bold;
    box-shadow: 1px 1px 3px #272b58;
    text-align: center;
}

/* ---------------- Sponsorlar ----------------- */


.sponsorlar h2 {
    padding: 10px !important;
    background: #f67d00;
    color: #fff !important;
    text-align: center;
}

.sponsorlar h2 img {
    height: 55px;
    margin-right: 10px;
}

.sponsorlar .row {
    margin-bottom: 20px;
    margin-left: -1%;
    margin-right: -1%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sponsorlar .row:after {
    content: " ";
    clear: both;
    display: block;
}

.sponsorlar .row .content {
    width: 31.333%;
    float: left;
    padding: 1%;
    margin: unset;
}

.sponsorlar .row>div>a {
    min-height: 140px;
    padding: 20px;
    display: flex;
    /* border: 1px solid #ddd; */
    margin-bottom: 5px;
    text-align: center;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 180px;
}

.sponsorlar .row>div>.birlesik-logo {
    min-height: 180px;
    padding: 20px;
    display: flex;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    text-align: center;
    background: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-height: 180px;

}

.sponsorlar .row>div>.birlesik-logo img {
    max-width: 80%;
}

.sponsorlar .row>div>a span {
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}

.sponsorlar .row>div>a img {
    max-width: 100%;
    max-height: 100px;
}

.sponsorlar .content.vip span {
    position: absolute;
    color: #fff;
    background: #000;
}

.sponsorlar .content.vip span {
    position: absolute;
    color: #fff;
    background: #c24848;
    width: 140px;
    text-align: center;
    top: -20px;
    font-weight: bold;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.sponsorlar .row>div.vip>a {
    border: 1px solid #c24848;
}

.sponsorlar  .content {
    float: none;
    position: relative;
}

.sponsorlar  .content-one .content {
    -ms-flex: 0 0 calc(100% - 2%) !important;
    flex: 0 0 calc(100% - 2%) !important;
    max-width: calc(100% - 2%) !important;
}

.sponsorlar  .content-two .content {
    -ms-flex: 0 0 calc(100% / 2) !important;
    flex: 0 0 calc(100% / 2) !important;
    max-width: calc(100% / 2) !important;
}

.sponsorlar  .content-four .content {
    -ms-flex: 0 0 calc(100% / 4) !important;
    flex: 0 0 calc(100% / 4) !important;
    max-width: calc(100% / 4) !important;
}

.sponsorlar .content-five .content {
    -ms-flex: 0 0 calc(100% / 5) !important;
    flex: 0 0 calc(100% / 5) !important;
    max-width: calc(100% / 5)!important;
}

.sponsorlar  .content-six .content {
    -ms-flex: 0 0 calc(100% / 6) !important;
    flex: 0 0 calc(100% / 6) !important;
    max-width: calc(100% / 6) !important;
}
