@charset "UTF-8";

#header { width: 100%; height: 110px; margin: 0; background-color: #FFF; position: relative; z-index: 2000; }
#header.headerparts {
  background-color: #000;
}
.header_image {
  position: absolute;
  height: 106px;
  width: 350px;
  left: 289px;
  top: 0px;
}
.header_image_citroen {
  background-image: url(../main_images/header_image_citroen.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.header_image_honda {
  background-image: url(../main_images/header_image_honda.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.header_image_nissan {
  background-image: url(../main_images/header_image_nissan.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.header_logo {
  position: absolute;
  height: 80px;
  width: 238px;
  left: 16px;
  top: 20px;
}
.header_logo_christmas {
  position: absolute;
  height: 80px;
  width: 269px;
  left: 6px;
  top: 0px;
}
.header_logos {
  position: absolute;
  height: 85px;
  width: 255px;
  right: 5px;
  top: 9px;
}
.header_banner { display: block; width: 100%; position: absolute; height: 191px; left: 0px; top: -191px; } /* width: 1060px; */
.header_nav {
  height: 48px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  text-align: center;
  z-index: 2000;
}
#bootstrapNav {
  display: none !important;
}

.btn-navbar, .btn-navbar:hover {
  display: none;
    background-color: #0E0E0E;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
}
.btn-navbar .icon-bar {
  display: block;
  background-color: #F5F5F5;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  height: 2px;
  width: 18px;
}

ul#bootstrapNav {
  list-style: none;
  background-color: #000000;
  padding: 0;
  margin: 35px 0 0 0;
}
ul#bootstrapNav > li {
  color: #F0F0F0;
  cursor: pointer;
  border-bottom: 1px #666666 dotted;
  text-align: left;
  padding: 0;
}
ul#bootstrapNav > li:last-child {
  border-bottom: none;
}
ul#bootstrapNav ul {
  list-style: none;
  margin: 0;
}
ul#bootstrapNav ul li {
  list-style: none;
  margin: 0;
  text-align: left;
}
ul#bootstrapNav > li span {
  display: block;
  padding: 15px 0 15px 10px;
}
ul#bootstrapNav li a {
  color: #FFFFFF;
}
ul#bootstrapNav li a {
  color: #F0F0F0;
  display: block;
  padding: 13px 0 13px 20px;
}
.socialIconsMobile {
  display: none;
}

@media (min-width: 768px) and (max-width: 979px) {

  #header {
    height: 110px
  }
  .header_image {
    left: 230px;
    top: 4px;
    background-size: 250px;
    width: 250px;
  }  
  .header_logo {
    top: 10px;
  }
  .header_logo img {
    width: 200px;
  }
  .header_logos {
    width: 240px;
    top: 0;
  }
  .p7PMMh01 {
    font-size: 11px !important;
  }
  .p7PMMh01 a {
    padding: 8px 13px 8px 10px;
  }
  .header_nav {
    top: 0;
  }
}

@media (max-width: 767px) {

}
@media (min-width: 481px) and (max-width: 767px) {
  .header_image {
    display: none;
  }
  #p7PMM_1 {
    display: none !important;
  }
  #bootstrapNav {
    display: block !important;
  }
  .btn-navbar, .btn-navbar:hover {
    display: block;
  }
  .socialIconsMobile {
    display: block;
  }
  .header_logos {
    height: 63px;
    width: 190px;
  }
}

@media (max-width: 480px) {
  .header_image, .header_logos {
    display: none;
  }
  .header_logo {
    left: 31px;
  }
  #p7PMM_1 {
    display: none !important;
  }
  #bootstrapNav {
    display: block !important;
  }
  .btn-navbar, .btn-navbar:hover {
    display: block;
  }
  .socialIconsMobile {
    display: block;
  }

}

