@media (min-width: 767px) {
    #header .navbar-nav>.open{background-color:#1A1B20 !important;color:#fff !important;}
    #header .navbar-nav>.open>a{color:#fff !important;}
    #header .navbar-nav>.open li a{color:#fff !important;}
    #header .dropdown-menu{margin-right:10px;background-color:transparent;padding:7px 5px;margin-right:0px;margin-top:0px;overflow:visible;border:0px;color:#fff;
                           -webkit-box-shadow: none !important;
                           -moz-box-shadow: none !important;
                           box-shadow: none !important;
                           -webkit-border-radius: 0px 0px 0px 0px;
                           -moz-border-radius: 0px 0px 0px 0px;
                           border-radius: 0px 0px 0px 0px;
                           left: 50%;
                           right: auto;
                           text-align: center;
                           transform: translate(-50%, 0);
    }
    #header .dropdown-menu li a{background-color:#1A1B20;padding:3px 25px;border:0px !important;margin:0px;line-height:25px;}

    #header .dropdown-menu li{padding:0px;margin:0px;border-bottom:1px solid #47484c;}

    #header .navbar-nav .dropdown-menu li:hover a{border:0px;color:#fff !important;background-image:none !important;background-color:#9E141F !important;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}



    .dropdown .dropdown-menuT {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;

        max-height: 0;
        overflow: hidden;
        opacity: 0;
    }

    .dropdown.open .dropdown-menuT {
        max-height: 300px;
        opacity: 1;
        z-index:9999;
    }

    .dropdown .dropdown-menu-s {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;

        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
    }
    .dropdown.open .dropdown-menuT li{
        overflow:hidden;
    }
    .dropdown.open .dropdown-menuT li:hover{
        overflow:visible;
    }

    .dropdown.open .dropdown-menuT li:hover .dropdown-menu-s{
        max-height: 300px;
        opacity: 1;
    }

    .dropdown.open .dropdown-menuT li .dropdown-menu-s:hover{
        max-height: 300px;
        opacity: 1;
    }





    .dropdown-menu-s{position:absolute !important;top:0px !important;left:calc(140% - 0px) !important;}
    .dropdown-menu-s li{width:140% !important;list-style:left !important;}
    .dropdown-menu-s li a{width:100% !important;list-style:left !important;}




    .navbar-nav{margin-left:150px;}


    #header ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;    
    }


    #header .dropMenuLeft{position:relative;}
    #header .dropMenuLeftUl{z-index:0;opacity:0 !important;position:absolute;padding:3px 0px;background-color:#9E141F;width:calc(100% + 49px);margin-left:calc(100% + 0px);margin-top:-32px;
                            -webkit-transition: all 0.3s;
                            -moz-transition: all 0.3s;
                            -ms-transition: all 0.3s;
                            -o-transition: all 0.3s;
                            transition: all 0.3s;
                            text-align:left;
    }
    #header .dropMenuLeftUl li a{padding:0px 0px !important;width:100%;background-color:#9E141F;border:0px !important;}
    #header .dropMenuLeftUl li{border:0px !important;border-right:4px solid #9E141F !important;padding:2px 10px;}
    #header .dropMenuLeftUl li{list-style:none;}

    #header .dropMenuLeft:hover .dropMenuLeftUl{z-index:99;opacity:1 !important;background-color:#9E141F;
                                                -webkit-transition: all 0.3s;
                                                -moz-transition: all 0.3s;
                                                -ms-transition: all 0.3s;
                                                -o-transition: all 0.3s;
                                                transition: all 0.3s;
    }
    #header .dropMenuLeft .dropMenuLeftUl li:hover{border-right:4px solid #1A1B20 !important;}


}

@media (min-width: 991px){
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .duyurularBox .duyuruTabA{padding:5px 7px 4px 7px !important;line-height:14px !important;font-size:9px !important;}

}
@media (max-width: 991px) and (min-width: 768px) {
    .duyurularBox .duyuruTabA{line-height:14px !important;font-size:9px !important;}
}
@media (max-width: 767px) {
    #header .header{padding:0px !important;}
    #header .header .logo img{bottom:auto !important;height:80px !important;top:-30px !important;}
    #header .header .logo2 img{bottom:auto !important;max-height:80px !important;top:-30px !important;}
    #header .navbar-nav li a{font-size:14px !important;padding:5px 0px !important;text-align:center;}
    #header .dropdown-menu li a{font-size:12px !important;}

    .headerTop{padding:4px 0px 34px 0px;}
}
@media (max-width: 400px) {
.baskanResimBlock{width:100% !important;}
}