/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .moduletable_headerLogo img {
    margin-top: 80px;
  }
  #ourProducts_home, #contactus_home {
    margin-top: 30px;
  }
  .item-page h2 {
    margin-top: 0;
  }
  #contact-us {
    overflow: hidden;
  }
  #contact-us .moduletable_headerLogo img, #contact-us .moduletable_headerLogo {
    margin-top: 0px!important;
  }
  #contact-us .navbar-header {
    margin-right: 15px;
    margin-left: 0px;
  }
  #contact-us .navbar-default .navbar-nav > li > a {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Extra small devices (phones, less than 768px) orientation: lanscape */
@media (max-width: 767px) and (orientation : landscape) {
	
}
	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.item-page .col-md-4 {
    width: 33.33333333%;
    float: left;
  }
  .item-page .col-md-4 img {
    width: 80%;
  }
  #responsiveMenu {
    margin-bottom: 0;
  }
}

/* Small devices (tablets, 768px and up) orientation: lanscape */
@media (min-width: 768px) and (orientation : landscape) {
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1024px) {
  
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  
}	

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}