/* ---------- media queries
---------------------------------------- */
/* ----- helpers ----- */
.group:after, #navHeader #navGlobalSub:after {
  content: '';
  display: table;
  clear: both; }

#navHeader #navGlobalSub {
  position: relative; }
  #navHeader #navGlobalSub > li:hover > .menu-list {
    animation: fadeIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
    display: block;
    z-index: 10; }

.menu-list {
  opacity: 0;
  display: none;
  position: absolute;
  top: 39px;
  left: -1px;
  right: -1px;
  z-index: -1;
  padding: 26px 0 29px 32px;
  line-height: 2;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQIW2P8+vXrMwY0wEgDQQB2mRLf6kU6QQAAAABJRU5ErkJggg==") repeat;
  background: rgba(246, 246, 246, 0.96);
  border-radius: 0 0 5px 5px; }
  .menu-list > ul > li > ul {
    margin-top: 10px; }
  .menu-list li {
    float: none !important;
    font-size: 12px !important;
    margin-bottom: 5px !important;
    padding-left: 10px !important;
    background: url("/common/event_campaign/shared/images/icon_arrow_01.png") no-repeat 0 0.6em; }
  .menu-list a {
    padding: 0 !important;
    text-decoration: underline !important;
    font-weight: 400 !important; }
    .menu-list a:hover {
      text-decoration: none !important; }

@media screen and (max-width: 767px) {
  .menu-list {
    display: none !important; } }
.menu-list-showroom_gallery .col {
  width: 25%;
  display: inline-block; }
  .menu-list-showroom_gallery .col ul {
    margin-top: 10px; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
#navGlobalSub li {
  font-size: 75%; }
  #navGlobalSub li.active a {
    font-weight: 600; }

#navGlobalSub li a {
    position: relative;
}
#navGlobalSub li a:hover {
    z-index: 1;
}
#navGlobalSub li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -27px;
    bottom: -10px;
    left: -27px;
}
#navGlobalSub li a:hover span {
    border-right: 1px solid #013298;
	margin-right: -1px;
}
#navGlobalSub li.service_station a:hover span {
    border-right: 0 none;
}

@media screen and (min-width: 768px) {
  #navGlobalSub {
    line-height: 1.3;
    border: 1px solid #dfe4e7;
    background-color: #fbfbfb;
    background-image: linear-gradient(#fff, #eceeef);
    border-radius: 0 0 5px 5px; }
    #navGlobalSub > li {
      float: left; }
      #navGlobalSub > li > a {
        padding: 13px 0 10px;
        display: block;
        text-decoration: none; }
        #navGlobalSub > li > a:visited {
          color: #013298; }
        #navGlobalSub > li > a:hover {
          background: #eef1f2; }
      #navGlobalSub > li span {
        border-left: 1px solid #013298;
        display: block;
        left: -1px;
        padding: 0 27px;
        position: relative; }
      #navGlobalSub > li:first-child a:hover, #navGlobalSub > li:first-child.active a:hover {
        border-bottom-left-radius: 5px; }
      #navGlobalSub > li:first-child span, #navGlobalSub > li:first-child.active span {
        border-left: 0 none;
        left: 0; }
      #navGlobalSub > li:first-child a:hover span, #navGlobalSub > li:first-child.active a:hover span {
        left: -1px;
        padding-left: 28px;
        padding-right: 26px; }
      #navGlobalSub > li.active > a {
        background: #eef1f2; }
}
.lt-ie9 #navGlobalSub {
  line-height: 1.3;
  border: 1px solid #dfe4e7;
  background-color: #fbfbfb;
  background-image: linear-gradient(#fff, #eceeef);
  border-radius: 0 0 5px 5px; }
  .lt-ie9 #navGlobalSub > li {
    float: left; }
    .lt-ie9 #navGlobalSub > li > a {
      padding: 13px 0 10px;
      display: block;
      text-decoration: none; }
      .lt-ie9 #navGlobalSub > li > a:visited {
        color: #013298; }
      .lt-ie9 #navGlobalSub > li > a:hover {
        background: #eef1f2; }
    .lt-ie9 #navGlobalSub > li span {
      border-left: 1px solid #013298;
      display: block;
      left: -1px;
      padding: 0 27px;
      position: relative; }
    .lt-ie9 #navGlobalSub > li:first-child a:hover, .lt-ie9 #navGlobalSub > li:first-child.active a:hover {
      border-bottom-left-radius: 5px; }
    .lt-ie9 #navGlobalSub > li:first-child span, .lt-ie9 #navGlobalSub > li:first-child.active span {
      border-left: 0 none;
      left: 0; }
    .lt-ie9 #navGlobalSub > li.active > a {
      background: #eef1f2; }

@media screen and (max-width: 900px) {
  #navGlobalSub li a span {
    padding: 0 19px; } }
@media screen and (max-width: 767px) {
  #navGlobalSub li a {
    padding: 8px 10px; }

  #navGlobalSub li a span {
    border-left: 0 none;
    padding: 0; }
#navGlobalSub li a:hover span {
    border-right: 0 none;
	margin-right: 0;
}
#navGlobalSub li a:before {
    content: "";
	position: static;
}
}

/*# sourceMappingURL=menu.css.map */
