/* Medium Layout: 1280px. */
@media (min-width: 1200px) {

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .swiper-pagination.manset-pagination .swiper-pagination-bullet {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .anasayfa_flex_kutu{
        padding: 15px;
    }
}

/* Medium Layout: 1280px. */
@media (min-width: 992px) and (max-width: 1199px) {

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .logo_yazi {
        margin-left: -40px;
    }

    .anasayfa_flex_kutu{
        padding: 15px;
    }
}

/* Tablet Layout: 768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .anasayfa_flex_kutu{
        max-width: 33%;
        padding: 15px;
    }

}

/* Wide Mobile Layout: 480px. */
@media (min-width: 576px) and (max-width: 767px) {
    #map-turkey{
        display: none;
    }


    .anasayfa_flex_kutu{
        max-width: 50%;
        padding: 15px;
    }
}

/* Mobile Layout: 320px. */
@media (max-width: 575px) {
    .mbottom40{
        margin-bottom: 40px;
    }

    .table_hide_xs{
        display: none;
    }
    .table_show_xs{
        display: table-row;
    }




    .mobil_bar{
        background-color: rgba(227, 10, 23,0) !important;
        background-image: url(../images/topbg.png) ;
        background-repeat: no-repeat;
        background-position: right;
        height: 50px !important;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .navbar-brand {
        display: none;
    }

    .logo_desktop {
        display: none;
    }

    .logo_mobile {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar1, .navbar1 > .container {
        margin-left: 0px;
        margin-top: 0px;
        height: auto !important;
        padding-left: 5px;
        background-image: none;
        background-color: rgba(15, 23, 59, 1)!important;

    }

    .navbar2 {
        margin-top: 0px;
        height: auto !important;
        background-color: rgba(15, 23, 59, 0.5)!important;
    }



    .logo {
        width: 100%;
        margin-top: 5px;
        margin-left: 0px;
    }

    .logo_yazi {
        margin-left: 5px;
    }

    .logo_yazi img {
        width: 100%;
    }



    .menu-toggle-desktop{
        display: none;
    }






    .share{
        display: none;
    }
    .bottom_share{
        display: inline-block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: white;
        z-index:1;
        padding: 5px 10px 5px 10px;
        opacity: 0.9;
    }



    .bottom_share img{
        width: 100%;
    }




    .copyright_text_short {
        display: inline-block;
    }

    .copyright_text_long {
        display: none;
    }

    .mobil_brans_toogle{
        display: block;
        text-align: center;
        color: white;
        opacity: 0.5;
        font-size: 14px;
        padding: 5px;
    }


    .menu_icon_list {
        width: 100%;
        float: left;
        padding: 0;
        display: none;

    }

    .menu_icon_list li {
        width: 33%;
        list-style: none;
        text-align: center;
        color: rgba(255, 255, 255, 0.49);
        font-size: 12px;
        font-weight: 600;
        margin-top: 15px;
    }

    .swiper-pagination.manset-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        text-indent: -9999px;
        margin-top: 5px;
        line-height: 20px;
    }

    .swiper-pagination.manset-pagination {
        padding: 0;
        padding-top: 5px;
    }

    .swiper-button-next.manset-button-next, .swiper-button-prev.manset-button-prev {
        display: none;
    }

    .mansetTitle {
        font-size: 14px;
        line-height: 18px;
        left:10px;
        padding: 5px;
    }

    #haberler .card{
        margin-top: 10px;
    }

    #haberler a {
        font-size: 18px;
    }

    #haberler h5 {
        line-height: 18px;
    }

    .haber_detay_container .title h1 {
        font-size: 22px;
        font-weight: bold;
    }

    .haber_detay_container .spot h5 {
        font-size: 18px;
    }
    .haber_detay_container .spot h5 {
        font-size: 18px;
    }

    .temsilcilikler_section{
        display: none;
    }
    #map-turkey{
        display: none;
    }

    .temsilcilik_title{
        display: block;
    }
    .temsilcilik_title_sag{
        display: none;
    }


    .anasayfa_flex_kutu{
        max-width: 50%;
        padding: 15px;
    }
}