/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media (max-width: 500px) {
    .topnews img {
        height: 200px;
        margin-bottom: 10px;
    }

    .navbar-toggle .icon-bar{
        background: azure;
    }

    .navbar-toggle{
        float: right;
        margin-top: 2px;
        margin-left: 1px;
    }

    .navbar{
        z-index: 10;
    }

    .navbar-nav{
        margin: 0px 0px;
        background: lightblue;
        overflow: hidden;
        padding: 0;
        direction: rtl;
        text-align: right;
    }
    .slider{
        display: none;
    }

    .videoimg figure img{
        height: 200px;
    }
    .videoimg figure:before{
        display: none;
    }
}


/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {

    .azmayesh{
        display: none;
    }

    .menunavse {
        display: none;
    }

    #logo_en{
        display: none;
    }

    #news_ticker{
        width: 100%;
    }


}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {

    .social{
        display: none;
    }
    .nav > li > a, .nav > li > a {
        color: white;
        padding: 10px 5px !important;
    }
    .setop img {
        min-height: 140px !important;
        padding: 10px !important;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  }
