﻿@media (max-width: 768px) {


    .top .float-left {
        float: none !important;
    }

    .top {
        background: #b87332;
        height: 100px;
    }

        .top nav a {
            width: 50% !important;
            letter-spacing: -.50px;
            font-size: 13px;
        }

    .emailing {
        padding: 30px 15px !important;
    }

        .emailing .bg-white {
            padding: 30px 15px !important;
        }

    .homeBlogCategoryThumb .col-sm-9 {
        padding-left: 15px !important;
    }

    .footer {
        padding: 20px 5px !important;
    }

        .footer .float-left, .footer .float-right {
            float: none !important;
            margin-bottom: 15px;
            text-align: center;
        }

        .footer nav a, .sm-links a {
            float: left;
            width: 100%;
            text-align: center;
            line-height: 35px;
        }

        .footer nav {
            border-top: 1px solid #96571c;
        }

    .search-modal {
        padding: 30px 15px !important;
    }

    .yazar-box table td {
        width: 100% !important;
        float: left;
        padding: 15px;
        text-align: center;
    }

    .yazar-box {
        border-right: none !important;
        border-bottom: 3px solid #00abed;
    }

    .where2 .float-left, .where2 .float-right {
        float: none !important;
        text-align: center;
    }
}

@media (max-width: 1280px) {
    .wrap, .wrap2 {
        padding: 0 20px;
    }

    .desktop-navigation {
        display: none;
    }

    .mobile-navigation, .category_menu {
        display: block;
    }
}
