/*mobile css styles iphone 4
@media only screen and (max-device-width: 480px), 
       only screen and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*mobile css styles*/
@media only screen and (min-width: 851px) and (max-width: 1000px){
	
}
@media only screen and (min-width: 768px) and (max-width: 850px){
	
}

@media only screen and (max-width: 767px) {
  ul.secondary{
     float:none!important;
  }
  .navbar.container {
    padding: 0 10px;
  }
  .slimScrollDiv {
    width: 100% !important;
	float: none !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #000 !important;
  }
}