/* For general iPad layouts */
@media only screen and (device-width: 768px) {
  
.supermenu {
display: block !important;
}


}

  /* For portrait layouts only */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

.responsive-menus.responsified span.toggler {
margin-top: 31px;
}

.responsive-menus.responsified .responsive-menus-simple {
  top: 70px !Important;
}

.logo .longlogo img {
width: 600px !important;
}


}

  /* For landscape layouts only */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {





}