.navbar-toggle { float: left;}

@media only screen and (max-width: 767px) { ul#menuMobile { padding: 0; margin: 0; position: relative; }
  ul#menuMobile .transparency { opacity: 1; }
  ul#menuMobile > li { display: inline-block; width: 50%; font-size: 15px; position: static; min-height: 36px; }
  ul#menuMobile > li > a { text-align: center; display: block; background-color: #363636; color: white; width: 100%; line-height: 36px; text-transform: uppercase;  box-shadow: -1px 0px 0px 0px #fff; }
  ul#menuMobile > li > a.first { margin-left: 0;}
  ul#menuMobile > li.open > a, ul#menuMobile > li:hover > a { color: #ed5047; }
  ul#menuMobile > li.open > a { background-color: #c0c0c0; }
  ul#menuMobile div.subMenu { left: 0; right: 0; top: 34px !important; height: auto !important; background: #FFF !important; }
  ul#menuMobile div.subMenu div.categoryTree.categoryTree2 { width: 96%; margin: 0 auto; float: none; margin-top: 10px; }
  ul#menuMobile div.subMenu div.categoryTree.categoryTree2 img { margin-left: 25px; }
  ul#menuMobile div.subMenu div.categoryTree.categoryTree2 span { margin-left: 20%; }
  ul#menuMobile div.subMenu div.categoryTree.categoryTree2:last-of-type { margin-bottom: 10px; }
  .menuHeaderWeb { height: auto !important; } }
@media only screen and (max-width: 767px){ul#menuMobile div.subMenu div.categoryTree.categoryTree2 span { margin-left: 8%; }}