﻿@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    backgroundi
}

summary {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

details[open] {
    padding: 0.5em;
    background: #f7f6df
}

    details[open] summary {
        border-bottom: 1px solid #aaa;
        margin-bottom: 0.5em;
    }

.fatih {
    padding-left: 30px;
}

.fatih2 {
    padding-left: 60px;
}


.pollSlider {
    position: fixed;
    height: 77vh;
    background: rgba(255,255,255,0.9);
    width: 300px;
    right: 0px;
    margin-right: -300px;
    top: 150px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#pollSlider-button {
    position: fixed;
    width: 40px;
    height: 131px;
    right: 0px;
    background: url(/assets/images/arayalim.png);
    top: 40vh;
    z-index: 99999
}

@media only screen and (max-width: 800px) {
    #top {
        background: rgba(0,0,0,0.8);
        position: fixed;
        height: 100px;
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
        z-index: 9;
    }

    .logo {
        position: fixed;
        top: 0px;
        left: 40%;
        width: 80px;
        height: 94px;
        background: url('../images/logo.png')no-repeat center center;
        background-size: 80px 76px;
    }

    .dl-menuwrapper button {
        top: -120px;
        left: 10%;
    }

        .dl-menuwrapper button:after {
            width: 50%;
            left: 25%;
        }
}

.txtiletisim {
    background: none;
    color: #fff;
    text-transform: none;
    padding-top: 11px;
    padding-bottom: 0px
}

.ddl{
    border-color:#ddd
}
