
/* small screen ~800px                                         */
/* for non_responsive_style, escape only surrounding brackets  */
@media all and (min-width: 50em) {
  #maincontent { width: 100%; }
}


/* small screen ~800px                   */
/* for non_responsive_style, escape all  */
@media all and (max-width: 49.99em) {
  /* Left / right aside menu */
  #sidebarLeft {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    margin: 0;
  }
  .sideBarRemove { display: block; }
  #sidebarLeft .smallHidden { display: none; }
}

/* small screen ~800px                   */
/* for non_responsive_style, escape all  */
@media all and (max-width: 49.99em) {
  #sidebarRight {
    display: none;
  }
  .sideBarRemove { display: block; }
  #sidebarRight .smallHidden { display: none; }
}
/* small screen ~800px                                         */
/* for non_responsive_style, escape only surrounding brackets  */
@media all and (min-width: 50em) {
  .navbar .nav .dropdown:hover a span.ico-rotate {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .navbar .dropdown:hover .dropdown-menu { visibility: visible; }
  .navbar .dropdown:hover .dropdown-menu li:first-child { margin-top: 0.25px; }
  .navbar .dropdown:hover .dropdown-menu li:not(:first-child) { margin-top: 1px; }
}
