#maske {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#popup .window {
    position: fixed;
    left: 0;
    top: 0;
    width: 800px;
    height: 600px;
    display: none;
    z-index: 9999;
    padding: 15px 0px 0px 0px;
    border-radius: 5px;
    text-align: left;
    background-color: #000;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
}

#popup #dialog {
    width: 800px;
    height: 695px;
    top: 5px;
    background-color: #ffffff;
    font-size: 12pt;
}


#popup_icerik {
    font-size: 12pt;
    text-align: left;
    position: relative;
    top: 20px;
}

#popupfoot {
    font-size: 12pt;
    padding: 25px 10px 5px 10px;
}

    #popupfoot p {
        text-decoration: none;
        font-size: 12pt;
        padding: 5px 10px 5px 10px;
    }

.agree {
    position: relative;
    left: 70%;
    text-decoration: none;
    text-align: right;
    font-size: 16px;
    color: black;
}




    .agree:hover {
        color: red;
        text-decoration: none;
    }

.popupoption:hover {
    background-color: #000;
    color: #FFF;
    padding: 5px;
}

.popupoption2:hover {
    color: black;
}

.popupbutonu {
    position: relative;
    background-color: #ADDF90;
    color: white;
    border-radius: 5px;
    left: 4px;
    width: 99%;
    height: 52px;
    top: 0px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0px 10px 10px
}

    .popupbutonu a {
        color: white;
    }

        .popupbutonu a:hover {
            color: white;
        }

    .popupbutonu:hover {
        background-color: black;
        transition-duration: 0.7s;
    }


@media (min-width:100px) and (max-width:500px) {


    #maske {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9000;
        background-color: #000;
        display: none;
    }

    #popup .window {
        position: fixed;
        left: 0;
        top: 0;
        width: 300px;
        height: 170px;
        display: none;
        z-index: 9999;
        padding: 15px 0px 0px 0px;
        border-radius: 5px;
        text-align: left;
        background-color: #000;
        box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
    }

    #popup #dialog {
        width: 300px;
        height: 410px;
        top: 5px;
        background-color: #ffffff;
        font-size: 12pt;
    }


    #popup_icerik {
        font-size: 12pt;
        text-align: left;
        position: relative;
        top: 20px;
    }

        #popup_icerik img {
            width: 300px;
            height: 150px;
        }

    #popupfoot {
        font-size: 12pt;
        padding: 25px 10px 5px 10px;
    }

        #popupfoot p {
            text-decoration: none;
            font-size: 12pt;
            padding: 5px 10px 5px 10px;
        }

    .agree {
        position: relative;
        left: 25%;
        text-decoration: none;
        text-align: right;
        font-size: 16px;
        color: black;
    }

        .agree:hover {
            color: red;
        }

    .popupoption:hover {
        background-color: #000;
        color: #FFF;
        padding: 5px;
    }

    .popupoption2:hover {
        color: black;
    }

    .popupbutonu {
        position: relative;
        background-color: #ADDF90;
        color: white;
        border-radius: 5px;
        left: 1px;
        display: block;
        width: 99%;
        height: 80px;
        top: -20px;
        font-weight: bold;
        text-align: center;
        padding: 15px 0px 10px 10px
    }


        .popupbutonu a {
            color: white;
        }

        .popupbutonu:hover {
            background-color: black;
            transition-duration: 0.7s;
        }
}
