.
/* Large Devices, Wide Screens :1200px
====================================*/
@media (min-width: 1200px) and (max-width: 1500px) {



}

/* Normal desktop :992px
====================================*/
@media (min-width: 992px) and (max-width: 1200px) {
  

/* Tablet desktop :768px
===================================*/
@media (min-width: 768px) and (max-width: 991px) {
   
}

/* Small Mobile :320px. 
====================================*/
@media (max-width: 767px) {	
	
}
    /* Mobile menu 
    --------------- */
   
   
}

/* Large Mobile :480px
=====================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}
/* Large Devices, Wide Screens :1200px
====================================*/
@media (min-width: 1200px) and (max-width: 1500px) {



}

/* Normal desktop :992px
====================================*/
@media (min-width: 992px) and (max-width: 1200px) {
    
}

/* Tablet desktop :768px
===================================*/
@media (min-width: 768px) and (max-width: 991px) {
   .logo-left img{
	  width: 50%
  }
  .btn-group{
	  padding: 0
  }
  .time{
	  float: none
  }
  .inner-content{
	  margin-right: 160px
  }
}

/* Small Mobile :320px. 
====================================*/
@media (max-width: 767px) {
   
  .inner-content{
	  width: 100%;
	  margin-right: 0
  }
  .logo-left img{
	  width: 50%
  }
  .btn-group{
	  padding: 0
  }
  .time{
	  float: none
  }
   

}

/* Large Mobile :480px
=====================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
   

}
