﻿@media screen and (max-width: 768px) {
    .uclu .center {
        padding-bottom: 30px !important;
    }


    .mobile-hide {
        display: none;
    }

    .prf_menu {
        display: block;
    }

    .etkinlik {
        margin-top: 30px;
    }

    .wrap {
        padding: 15px;
    }

    .noti-inside {
        width: 94% !important;
        left: 3% !important;
    }

    .left-part {
        width: 100%;
    }

    .vimeov {
        height: 250px !important;
    }

    .login_box {
        margin-top: 50px;
        width: 90%;
        margin-left: 5%;
    }

    .mar20 {
        margin: 0 20px;
    }

    .h-durum {
        min-height: 25px !important;
    }

    .hediye-kategori, .hediye-tab {
        width: 90% !important;
        margin-left: 5%;
        margin-top: 20px;
    }

    .footerBtn nav a {
        float: left;
        width: 100%;
        text-align: center;
        padding: 0;
        line-height: 35px;
    }

        .footerBtn nav a:last-child {
            border-bottom: 1px solid silver;
            margin-bottom: 20px;
        }

        .footerBtn nav a:nth-child(2n) {
            display: none;
        }

    .hava-sec td {
        width: 100%;
        float: left;
    }

    .hd-mobile {
        margin-top: 0 !important;
    }

    .hava-box {
        margin-top: 20px !important;
        padding-bottom: 0;
        min-height: 220px !important;
    }

    .derece {
        font-size: 26px;
    }

    .kurlar {
        padding: 15px 0 !important;
    }

    .uclu {
        padding: 20px !important;
    }

    .kazananlar {
        padding: 20px 0 !important;
    }

    .etkinlik_detay table td {
        width: 100%;
        float: left;
    }

    .mesaj-box td {
        width: 100%;
        float: left;
        padding: 5px 0;
    }

    .etkinlik_detay .tarihh {
        margin-top: 20px;
    }

    .divResponsive {
        display: block !important;
    }

    #player1 {
        height: 240px !important;
    }
}

@media screen and (max-width: 1000px) {
    .hidden-xs-iki {
        display: none !important;
    }

    .visible-xs-iki {
        display: block !important;
    }
}

.hidden-xs-iki {
    display: block;
}

.visible-xs-iki {
    display: none;
}

