﻿a {
    text-decoration: none !important;
}

    a h3 {
        text-decoration: none !important;
    }

body {
    margin: 0 !important;
    font-family: 'Quicksand', sans-serif;
}

.font-18 {
    font-size: 18px;
}

.font-50 {
    font-size: 50px;
}

.btn-danger {
    background-color: #b80606 !important;
}

.bg-inner {
    background-image: url(/images/backgrounds/inner/bg-inner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.social-media-button, .language-button {
    text-align: center;
    border-radius: 50%;
    text-decoration: none !important;
    width: 30px;
    height: 30px;
    display: block;
}

    .social-media-button:hover, .language-button:hover {
        background-color: #dae0e5 !important;
    }

    .language-button span {
        font-size: 14px;
        padding-top: 6px;
    }

    .social-media-button i {
        position: relative;
        top: 5px;
        font-size: 20px;
    }

.upper-menu {
    background-color: #990b09;
    height: 85px;
}

    .upper-menu .empty-menu-div {
        height: 15px;
    }

    .upper-menu .inner-menu {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        height: 70px;
        padding: 22px;
    }

    .upper-menu li {
        padding: 0px 15px 0px 15px;
        font-size: 16px;
        margin: 0px !important;
    }

        .upper-menu li a {
            text-decoration: none;
        }

            .upper-menu li a:hover {
                color: #dae0e5 !important;
            }

.main-banner {
    /*height: calc(100vh - 150px);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;*/
}

.dates-banner {
    /*height: 108vh;
    background-image: url('../images/backgrounds/important-dates.png');
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;*/
}

#accordion .card div h5 button {
    display: block;
    width: 100%;
    text-align: left;
    color: #c00008;
    font-size: 18px;
    font-weight: bold;
}

#collapse_0 .card-body {
    padding: 3px !important;
}

#collapse_1 .card-body {
    padding: 3px !important;
}


#customers {
    width: 100% !important;
}

    #customers tr {
        height: 40px !important;
    }

        #customers tr td {
            height: 40px !important;
            padding: 5px !important;
        }

            #customers tr td:nth-child(1) {
                width: 7% !important;
                text-align: center;
                font-size: 14px;
                padding-top: 8px !important;
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

            #customers tr td:nth-child(3) {
                width: 7% !important;
                text-align: center;
                font-size: 14px;
                padding-top: 8px !important;
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

            #customers tr td:nth-child(5) {
                width: 7% !important;
                text-align: center;
                font-size: 14px;
                padding-top: 8px !important;
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

/* #customers tr td:nth-child(2) { */
/* width: 24% !important; */
/* text-align: center; */
/* } */

/* #customers tr td:nth-child(4) { */
/* width: 24% !important; */
/* text-align: center; */
/* } */

/* #customers tr td:nth-child(6) { */
/* width: 24% !important; */
/* text-align: center; */
/* } */

.pct {
    width: 9% !important;
}

.pcs {
    width: 24% !important;
}

.bg-dark {
    background-color: #231f1e !important;
}

.bg-danger {
    background-color: #990b09 !important;
}

.two-links img {
    width: 120px;
    height: 120px;
}


.speech {
}

    .speech .speech-header {
        height: 50px;
        position: absolute;
        left: -15px;
        width: calc(100% + 30px);
    }

    .speech .speech-title {
        margin-top: 60px;
    }

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

    .sponsors .owl-sponsors + div {
        margin-top: 10px;
    }

    .sponsors .item img {
        max-height: 200px;
        max-width: 200px;
        border: 1px solid #dee2e6 !important;
    }

    /*.sponsors .past-congress div {
        height: 40px;
        margin: 0px 50px 0px 50px;
        border-radius: 10px;
    }*/

    .sponsors .past-congress div {
        height: 60px;
        /*margin: 50px 50px 0px 50px !important;*/
        border-radius: 10px;
        text-align: center;
        padding: 10px;
        background: rgb(145, 9, 6);
        background: linear-gradient(90deg, rgb(143, 9, 7) 0%, rgb(156, 9, 9) 35%, rgb(255, 255, 255) 100%);
    }

        .sponsors .past-congress div a {
            position: relative;
            top: 5px;
            display: block;
            color: #ffffff !important;
        }
/*.sponsors .past-congress div a {
            position: relative;
            top: 5px;
        }*/


.speakers {
}

    .speakers .speaker-card {
        background-color: #990b09bf !important;
        /*background-image: url('/images/backgrounds/past-keynote.png');*/
        height: 250px;
        opacity: 1;
        margin-top: 20px;
    }

        .speakers .speaker-card .speaker-card-profile {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            position: absolute;
            top: 20px;
            left: calc(50% - 50px);
            background-size: cover;
            background-repeat: no-repeat !important;
            background-position: center;
        }

        .speakers .speaker-card .speaker-card-body {
            position: absolute;
            bottom: 5px;
            width: 100%;
        }

            .speakers .speaker-card .speaker-card-body p {
                font-size: 14px !important;
            }

    .speakers .nav-pills {
    }

        .speakers .nav-pills .nav-item {
            width: 50%;
        }

        .speakers .nav-pills .nav-link {
            border-radius: 0 !important;
            font-size: 22px;
            font-weight: bold;
        }

            .speakers .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
                background-color: #231f1e !important;
                color: #ffffff !important;
            }

    .speakers .now-tab {
        background-image: url('/images/backgrounds/past-keynote-map.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 360px;
        width: 100%;
    }

    .speakers .past-tab {
        background-image: url('/images/backgrounds/past-keynote-map.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 360px;
        width: 100%;
    }

    .speakers .owl-prev {
        position: absolute !important;
        font-size: 75px !important;
        left: 20px !important;
        top: calc(50% - 50px) !important;
        background: #ffffff !important;
        margin: 0px !important;
        height: 100px !important;
        width: 40px !important;
        outline: 0 !important;
        color: #990b09 !important;
    }

        .speakers .owl-prev span {
            position: absolute !important;
            top: -15px !important;
            left: 0px !important;
        }

    .speakers .owl-next {
        position: absolute !important;
        right: 20px !important;
        top: calc(50% - 50px);
        background: #ffffff !important;
        margin: 0px !important;
        height: 100px !important;
        width: 40px !important;
        font-size: 75px !important;
        color: #990b09 !important;
        outline: 0 !important;
    }

        .speakers .owl-next span {
            position: absolute !important;
            top: -15px !important;
            left: 15px !important;
        }


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


.tour-banner {
    height: 500px;
    background-image: url('../images/backgrounds/exploreistanbul.jpg');
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;
}

    .tour-banner .tour-banner-box {
        border: 15px solid #ffffff;
        padding: 20px;
    }

.w-33 {
    width: 33%;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.quick-links {
}

    .quick-links #timeline {
        background-color: #a10007;
        margin-top: 160px;
        height: 5px;
        width: 100%;
        position: relative;
        top: -100px;
        margin-bottom: 40px;
    }

        .quick-links #timeline .inside {
            position: absolute;
            height: 4px;
            background-color: #fff;
            width: 0%;
            top: 3px;
            left: 0;
        }

    .quick-links .dot {
        z-index: 99;
        transition: 0.3s ease-in-out;
        width: 72px;
        height: 72px;
        /*border-radius: 50%;*/
        /*border: 2px solid #000000;*/
        background-color: #ffffff;
        position: absolute;
        top: -35px;
        text-align: center;
        cursor: pointer;
        background-size: cover;
    }

        .quick-links .dot:nth-child(1) {
            left: 6%;
            background-image: url('/images/icons/quicklinks/registration.png');
        }

        .quick-links .dot:nth-child(2) {
            left: 22%;
            background-image: url('/images/icons/quicklinks/scientific-program.png');
        }

        .quick-links .dot:nth-child(3) {
            left: 38%;
            background-image: url('/images/icons/quicklinks/abstract-submissions.png');
        }

        .quick-links .dot:nth-child(4) {
            left: 54%;
            background-image: url('/images/icons/quicklinks/Sponsorship.png');
        }

        .quick-links .dot:nth-child(5) {
            left: 70%;
            background-image: url('/images/icons/quicklinks/stand-area.png');
        }

        .quick-links .dot:nth-child(6) {
            left: 86%;
            background-image: url('/images/icons/quicklinks/Speakers.png');
        }

        .quick-links .dot:hover {
            transform: scale(1.2);
        }

    .quick-links date {
        display: block;
        position: relative;
        top: 80px;
        text-align: center;
        color: #a10007;
        font-size: 20px;
        width: 140px;
        left: -35px;
    }


.footer-section {
}

    .footer-section .footer-line {
        height: 15px;
        background-color: #b70606;
    }

    .footer-section .footer-join {
        position: absolute;
        width: 300px;
        left: calc(50% - 150px);
        top: -67px;
    }

    .footer-section .footer-join-text {
        position: absolute;
        top: -15px;
        left: calc(50% - 100px);
        width: 200px;
        color: #fff;
        font-size: 18px;
    }

    .footer-section .footer-join-mail {
        position: absolute;
        top: 235px;
        left: calc(50% - 150px);
        width: 300px;
        font-size: 25px;
        height: 85px;
    }

        .footer-section .footer-join-mail a {
            background: #fff;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            position: absolute;
            left: calc(50% - 20px);
            top: 5px;
        }

            .footer-section .footer-join-mail a i {
                font-size: 25px;
            }

        .footer-section .footer-join-mail p {
            margin-top: 45px;
            font-size: 18px;
        }

    .footer-section .footer-social-table {
        width: 100%;
    }

        .footer-section .footer-social-table td:first-child {
            width: 50%;
            text-align: right;
            padding-right: 20px;
        }

        .footer-section .footer-social-table td a {
            font-size: 20px;
        }

            .footer-section .footer-social-table td a i {
                font-size: 22px;
                padding: 5px;
                margin-right: 10px;
            }

.nav-link {
    font-size: 14px !important;
}

.menu-selected {
    background: #f8f9fa;
    border-radius: 5px;
}

.col-link-2 {
    border-right: 1px solid #dee2e6;
}

.underline {
    text-decoration: underline;
}

.congress-hotel-link {
    position: absolute;
    top: 5px;
    left: calc(50% - 95px);
    width: 190px;
    margin-top: 8px;
    font-size: 15px;
    height: 30px;
    border-radius: 15px;
    padding: 1px;
    text-align: center;
    animation: blinker 3s linear infinite;
    font-weight: bold;
}

    .congress-hotel-link:hover {
        color: #dae0e5 !important;
    }

/*** CHEKCBOX ***/
.chk-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chk-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
    background-color: #930b09;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* cookie */
#cookieWarnBox {
    z-index: 100;
    position: fixed;
    line-height: 24px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #212121;
    color: #f1f1f1;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    display: none;
}

    #cookieWarnBox span {
        text-transform: uppercase;
        cursor: pointer;
        background-color: #f1f1f1;
        color: #990b09;
        padding: 3px 14px;
        margin-left: 10px;
        border-radius: 5px;
    }

.cup {
    animation: heartbeat 2s infinite;
}


/* COUNTDOWN */

.countDivMain {
    position: absolute;
    left: calc(50% - 181px);
}

.countDiv {
    position: relative;
    top: -100px;
    color: #ffffff;
}

.countDown_cont {
    font-size: 13px;
    display: flex;
    color: #333
}

.countDown_interval_cont {
    display: flex;
    justify-content: space-around;
    width: auto
}

    .countDown_interval_cont:nth-child(n+1):not(:last-child) {
        margin-right: 1em
    }

.countDown_interval_basic_cont {
    display: flex;
    flex-direction: column
}

.countDown_interval_basic_cont_description {
    /*display: flex;
    margin-left: .3em;
    margin-top: .3em;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    text-shadow: .1em .1em .1em #000*/
    margin-left: -10px;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}

.countDown_digit_cont {
    perspective: 1.6em * 2;
    box-shadow: .1em .1em .1em rgba(0,0,0,.2);
    width: 1em;
    height: 1.6em;
    position: relative;
    line-height: 1.6em;
    font-size: 30px;
    font-weight: 700;
    border-radius: .08em
}

    .countDown_digit_cont:nth-child(n+1):not(:last-child) {
        margin-right: .05em
    }

.countDown_digit_last_placeholder, .countDown_digit_new_placeholder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    text-align: center;
    overflow: hidden
}

.countDown_digit_last_placeholder {
    bottom: 0;
    background: #fff;
    border-radius: 0 0 .08em .08em
}

.countDown_digit_last_placeholder_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50%;
    position: absolute
}

.countDown_digit_new_placeholder {
    top: 0;
    background: #f7f7f7;
    border-radius: .08em .08em 0 0
}

.countDown_digit_last_rotate, .countDown_digit_new_rotate {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50%;
    font-weight: 700;
    position: absolute;
    top: 0;
    overflow: hidden;
    animation-duration: .4s;
    animation-timing-function: linear;
    border-radius: .08em .08em 0 0;
    animation-fill-mode: forwards;
    transform-origin: 100% 100%
}

    .countDown_digit_last_rotate:after, .countDown_digit_new_rotate:after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-bottom: .01em solid rgba(0,0,0,.1)
    }

.countDown_digit_last_rotate {
    animation-name: countDown_flip_1;
    background: #f7f7f7
}

.countDown_digit_new_rotate {
    animation-name: countDown_flip_2;
    background: #fff
}

.countDown_digit_new_rotated {
    transform: rotateX(180deg);
    width: 100%;
    height: 100%
}

.countDown_digit_new_rotated_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50%;
    position: absolute
}


.bg-education {
    background-image: url('../images/backgrounds/egitim_back.png');
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 140px;
}

.bg-education-en {
    background-image: url('../images/backgrounds/egitim_back_en.png');
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 140px;
}


/* MOBILE */
@media only screen and (max-width: 1200px) {
    .upper-menu li {
        font-size: 16px;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 1100px) {
    .upper-menu li {
        font-size: 13px;
        margin-right: 0 !important;
    }

    .bg-education {
        background-size: contain;
        height: 100px;
    }
}

@media only screen and (max-width: 800px) {
    .upper-menu li {
        font-size: 12px;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 800px) {
    .upper-menu li {
        font-size: 11px;
        margin-right: 0 !important;
    }

    .countDiv {
        position: relative;
        top: -80px;
        color: #ffffff;
    }

    .bg-education {
        background-size: contain;
        height: 100px;
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 770px) {
    .congress-hotel-link {
        display: none;
    }

    .countDiv {
        position: relative;
        top: -80px;
        color: #ffffff;
    }

    .bg-education {
        background-size: contain;
        height: 100px;
        font-size: 18px !important;
    }
}

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

    .col-link-1 {
        margin-bottom: 20px !important;
        text-align: left !important;
        border-right: none;
    }

    .col-link-2 {
        position: absolute;
        top: 20px;
        left: -15px;
        text-align: right !important;
        border-right: none;
    }

    .col-link-3 {
        position: absolute;
        top: 0px;
        /*border-top: 1px solid #ffffff;*/
        padding-top: 7% !important;
        text-align: left !important;
        left: 15px;
        width: 50%;
    }

    .col-link-4 {
        margin-top: 20px !important;
        text-align: right !important;
    }

    .two-links > div:first-child {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .countDiv {
        position: relative;
        top: -80px;
        color: #ffffff;
    }

    .bg-education {
        background-size: contain;
        height: 100px;
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 600px) {
    .quick-links date {
        top: 80px;
        font-size: 12px;
        width: auto;
        left: 0px;
    }

    .upper-menu li {
        font-size: 10px;
        margin-right: 0 !important;
    }


    .owl-dots {
        display: none;
    }

    .parallax {
        background-attachment: inherit !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .speakers .owl-prev span {
        left: 10px !important;
    }

    .speakers .owl-next span {
        left: 10px !important;
    }

    .two-links > div:first-child {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .two-links .domestic {
        width: 200px;
    }

    .main-banner img {
        height: 360px;
        width: 100%;
        object-fit: cover;
    }

    .inner-banner img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .speech img {
        width: 200px;
    }

    .countDiv {
        position: relative;
        top: -80px;
        color: #ffffff;
    }

    .bg-education {
        background-size: contain;
        height: 100px;
        font-size: 18px !important;
    }
}

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

    .speakers .owl-prev span {
        left: 8px !important;
    }

    .speakers .owl-next span {
        left: 8px !important;
    }

    .countDiv {
        position: relative;
        top: -80px;
        color: #ffffff;
    }

    .bg-education {
        background-size: contain;
        height: 100px;
        font-size: 18px !important;
    }
}


@-webkit-keyframes fadeInCheckbox {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes fadeInCheckbox {
    from {
        opacity: 0;
        transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@keyframes blinker {
    50% {
        opacity: 0.6;
    }
}

@keyframes heartbeat {
    0% {
        transform: scale( .95 );
    }

    20% {
        transform: scale( 1 );
    }

    40% {
        transform: scale( .95 );
    }

    60% {
        transform: scale( 1 );
    }

    80% {
        transform: scale( .95 );
    }

    100% {
        transform: scale( .95 );
    }
}

@keyframes countDown_flip_1 {
    0% {
        transform: rotateX(0);
        z-index: 1
    }

    100% {
        transform: rotateX(-180deg);
        z-index: 0
    }
}

@keyframes countDown_flip_2 {
    0% {
        transform: rotateX(0);
        z-index: 0
    }

    100% {
        transform: rotateX(-180deg);
        z-index: 1
    }
}
