/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

 .el_orgu_li  li { line-height:15px;   }
 .el_orgu_li li a { font-size:11px; }
 .el_orgu_li  { margin:0px; float:left; width:20%; }
 .el_orgu_li li:hover { background-color:black; }
  .el_orgu_li li a:hover { color:#fff }
  .satir2 { height:50px; }

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {


	 .
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	 .el_orgu_li  { margin:6px; width:47%; }

	 .menuzord-menu > li{
	padding: 0px 0 !important;

}
    .mobile-none {
        display: none;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
    .mobile-none {
        display: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}
