

/* -----mobile-------*/
@media (min-width: 240px) and (max-width: 767px) and (orientation : portrait) {
#navbar li {
  padding: 0 11px;
  width: auto;
}
 #nav, #top .inner {
  width: 972px;
}
}


@media (min-width: 360px) and (max-width: 767px) and (orientation : landscape) {
}

/*--------------------------------------------Ipad View----------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
}

#top .inner {
  background-color: #E5880C;
  width: 100%;
}
