.site-footer {
    margin-top: -17px;
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px
    }

    .site-footer a {
        color: #737373;
    }

        .site-footer a:hover {
            color: #35447e;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #737373
    }

        .footer-links a:active,
        .footer-links a:focus,
        .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d
    }

.copyright-text {
    margin: 0;
    font-size: 13px;
}

@media (max-width:991px) {
    .igu-headlogo {
        display: none;
    }
}


@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

        .site-footer .copyright-text,
        .site-footer .social-icons {
            text-align: center
        }
}

.igu-body {
    padding-top: 2%;
    padding-bottom: 2%;
}

.igu-form-responsive {
    float: left;
}

.logo-footer {
    width: 30%;
    float: left;
}

.text-footer {
    text-align: left;
    margin-left: 35%;
}

img {
    max-width: 100% !important;
}

.igu-logo {
    width: 100% !important;
}

.igu-logo-footer {
    width: 30% !important;
}

.form-select {
    display: block;
    width: 100%;
    padding: 2px 29px 2px 11px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sorgu-button {
    margin-left: 1%;
}

@media screen and (max-width:781px) {
    .sorgu-button {
        margin-left: 4%;
    }
}

.form-member {
    max-width: 20%;
}

.form-multiple-send {
    border-radius: 8px;
    margin-top: 10px;
    float: right;
    ;
}

.form-upload {
    border: 0px !important;
    padding-left: 0px !important;
}

.igu-card-head-left {
    float: left !important;
}

.igu-card-head-right {
    float: right !important;
}

.konferans-img {
    width: 100% !important;
    border-radius: 7px;
    margin-left: 0.2%;
    margin-bottom: 15px;
    border: 0.5px solid gray;
}

.igu-logo-mobil {
    width: 65% !important;
    margin-left: 15% !important;
    margin-bottom: 50px !important;
}


.navbar-n {
    overflow: hidden;
    background-color: rgba(9, 17, 116, 0.829);
    border-radius: 7px;
}

    .navbar-n a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

.dropdown-n {
    float: left;
    overflow: hidden;
}

    .dropdown-n .dropbtn-n {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .navbar-n a:hover,
    .dropdown-n:hover .dropbtn-n {
        background-color: white;
        color: rgba(9, 17, 116, 0.829);
    }

.dropdown-content-n {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .dropdown-content-n a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content-n a:hover {
            background-color: #ddd;
        }

.dropdown-n:hover .dropdown-content-n {
    display: block;
}


menuToggle {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}


    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }


    #menuToggle input:checked ~ span:nth-last-child(2) {
        opacity: 1;
        transform: rotate(-45deg) translate(0, -1px);
    }


#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -100px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

    #menu li {
        padding: 10px 0;
        font-size: 22px;
    }


#menuToggle input:checked ~ ul {
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #menu {
        transform: none;
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }
}

.site-footer-color {
    background-color: #202c4c;
    background-image: url(https://www.gelisim.edu.tr/assets/images/bg_/footer_2-01.png);
    background-size: cover;
}

.site-navbar-color {
    background-color: #fff;
}

.screen-logo {
    position: fixed;
    float: left !important;
    width: 12.5% !important;
    margin-left: 84% !important;
    margin-top: -12% !important;
    border-radius: 50%;
}



.mobile-container {
    left: 50% !important;
}

.mobileRenderArea {
    margin-left: -21.5%;
}


@media only screen and (max-width: 1002px) and (min-width: 769px) {
    #renderArea {
        margin-left: 6.5% !important;
    }
}

.bgimage {
    /*background-image: url("/Areas/Konferans/Contents/img/bglogo.png");*/
    background-position: center;
    background-repeat: repeat;
    background-size: 13%;
    background-color: #f9f9f9;
}

.p-black {
    color: black !important;
}

.sonuc-alan {
    background-color: yellow !important;
}


.spinner {
    animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
    0% {
        stroke: #4285f4;
    }

    25% {
        stroke: #de3e35;
    }

    50% {
        stroke: #f7c223;
    }

    75% {
        stroke: #1b9a59;
    }

    100% {
        stroke: #4285f4;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');


body {
    background: #f1f1ff;
    text-align: center;
}

.igu-card {
}

.igu-modal-open {
    display: inline-block;
    border-radius: 10px;
    background: #4caf50;
    padding: 5px 15px;
    color: #fff;
}

.igu-modal-label {
    position: relative;
}

.igu-modal-radio {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.igu-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transform: scale(1);
    transition: opacity 1s, transform 1.5s;
    z-index: 9999999999999;
}

.igu-modal2 {
    transform: scale(0.8) translate(0,-100%);
    transition: transform .35s,opacity .35s;
}

.igu-modal3 {
    transform: translate(0,100%) scale(.9);
}

.igu-modal4 {
    transform: scale(0) rotate(180deg);
}

#igu-modal-open:checked + .igu-modal {
    opacity: 1;
    transform: scale(1);
}

#igu-modal-open2:checked + .igu-modal2 {
    transform: scale(1) translate(0,0);
    opacity: 1;
}

#igu-modal-open3:checked + .igu-modal3 {
    transform: scale(1) translate(0,0);
    opacity: 1;
}

#igu-modal-open4:checked + .igu-modal4 {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.igu-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.igu-popup-bggray {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
}

@media (min-width:980px) {
    .igu-modal .igu-content {
        position: absolute;
        width: 70%;
        top: 10%;
        left: 15%;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 3px 15px -2px #222;
        padding: 20px;
    }
}

@media (max-width:980px) {
    .igu-modal .igu-content {
        position: absolute;
        width: 95%;
        top: 10%;
        left: 15%;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 3px 15px -2px #222;
        padding: 20px;
        margin-left: -12.5%;
    }
}


.igu-close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 20px;
    border-radius: 50%;
    border: 2px solid #f44336;
    cursor: pointer;
}

    .igu-close-btn:after,
    .igu-close-btn:before {
        content: "";
        position: absolute;
        width: 70%;
        height: 2px;
        background: #f44336;
        left: 15%;
        top: 50%;
        top: calc(50% - 1px);
        transform-origin: 50% 50%;
        transform: rotate(45deg);
    }

    .igu-close-btn:before {
        transform: rotate(-45deg);
    }

.igu-action-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #4caf50;
    color: #fff;
    border-radius: 15px;
}

@media (max-width:444px) {
    .igu-popup-sld {
        width: 110% !important;
        margin-left: -5% !important;
    }
}
