@import url(https://fonts.googleapis.com/css?family=Lato:400,900,900italic,700italic,400italic,700,300italic,100italic,100,300);
@import url(https://fonts.googleapis.com/css?family=Marck+Script:400,900,900italic,700italic,400italic,700,300italic,100italic,100,300);
* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
html {
  margin: 0px;
  border: 0px;
  padding: 0px;
  text-align: left;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: none;
  text-rendering: optimizelegibility;
  color: #3c3937;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
body {
  margin: 0px;
  height: 100%;
  width: 100%;
  border: 0px;
  padding: 0px;
  background: #ffffff;
}
a {
  outline: none;
}
ul {
  padding-top: 0px;
  margin-top: 0px;
}
:root {
  overflow-y: scroll !important;
}
.other {
  height: 500px;
  width: 100%;
  top: 0px;
  position: relative;
  z-index: 0;
  padding: 0;
  margin: 0 auto;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.clear {
  clear: both;
}
img.right {
  margin: 0 0 20px 20px;
}
img.left {
  margin: 0 20px 20px 0;
}
img {
  border: none;
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 130px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: url(/images/icon_top.png) no-repeat;
}
.responsive {
  width: 90%;
}
/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
#nav-wrapper {
  width: 100%;
  background: #000;
  height: 78px;
  margin: 0;
  padding: 0;
}
#nav-bg {
  width: 100%; /* Change to exact pixels for static (non-responsive)*/
  height: 78px;
  margin: 0 auto;
  padding: 0;
}
ul#menu {
  margin: 0;
  padding: 0;
  width: 100%;
}
ul#menu li {
  list-style: none;
  position: relative;
  float: right;
  margin-left: 25px;
}
ul#menu li:last-child a {
  border-right: none;
}
ul#menu li:first-child a {
  border-left: none;
}
ul#menu li:hover {
  cursor: default;
}
ul#menu li a {
  display: block;
  line-height: 70px;
  text-align: center !important;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul#menu li a:hover {
  line-height: 70px;
  color: #0078bd;
}
ul#menu li ul {
  position: absolute;
  left: -9999em;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul#menu li:hover ul {
  left: -25px;
  top: 45px;
  z-index: 9999 !important;
}
ul#menu li:hover ul li {
  float: none;
  width: 190px;
  position: relative;
}
ul#menu li:hover ul li a {
  display: block;
  line-height: 40px;
  text-transform: none;
  text-shadow: none;
  font-size: 13px;
  text-align: left !important;
  padding-left: 7px;
  width: 100%;
  color: #FFF;
  text-decoration: none;
  background: #000;
  border: none;
}
ul#menu li:hover ul li a:hover {
  background: #3fa9e6;
  color: #000;
}
ul#menu li:hover ul li ul {
  left: 180px;
  top: 0px;
  z-index: 9999 !important;
}
ul#menu li:hover ul li ul li {
  float: none;
  width: 200px;
  position: relative;
}
ul#menu li:hover ul li ul li a {
  display: block;
  line-height: 40px;
  text-transform: none;
  text-shadow: none;
  font-size: 13px;
  text-align: left !important;
  padding-left: 7px;
  width: 100%;
  color: #FFF;
  text-decoration: none;
  background: #313131;
  border: none;
}
ul ul ul {
  left: 100% !important;
  top: 0px !important;
}
li ul {
  display: none;
}
li:hover > ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
}
/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
.header {
  width: 100%;
  margin: 0;
  background: url(/images/head_bg.jpg) top repeat-x;
  position: relative;
  z-index: 89;
}
.logo {
  position: relative;
  z-index: 90;
  top: 0;
}
.container {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  background: #0077bd;
}
.whitebg {
  background: #FFF !important;
  position: relative;
  top: 0px;
}
#slideshow {
  z-index: 10;
  position: relative;
  top: 0px;
  margin-bottom: 20px;
}
.phone {
  padding: 0 15px;
  background: #000;
  color: #09C;
  position: relative;
  z-index: 100;
  top: -25px;
  margin: 0;
  float: right;
  font-size: 16px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.darkgray {
  background: #535353;
  height: 85px !important;
  margin: 10px 0;
  padding: 10px;
}
.lightgray {
  background: #9a9a9a;
  height: 85px !important;
  margin: 10px 0;
  padding: 10px;
}
.lightergray {
  background: #dbdbdb;
  height: 300px !important;
}
.lightergray p {
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}
.lightergray p span {
  font-weight: bold;
  font-size: 20px;
}
.request {
  text-transform: uppercase;
  color: #000;
  text-align: right;
  font-size: 16px;
}
.audipic {
  height: 300px !important;
  background: url(/images/audipic.jpg) no-repeat;
  margin-left: 1%;
}
.main {
  background: #dbdbdb;
}
.blue {
  background: #0077bd;
  display: block;
  min-height: 100%;
  height: 100% !important;
}
.white {
  background: #FFF;
  margin-bottom: 5px;
}
.testimonial {
  text-transform: uppercase;
  font-size: 13px;
  color: #999;
}
.bluetext {
  color: #0077bd;
  text-transform: uppercase;
  font-size: 19px;
}
.bigtext {
  font-weight: bold;
  font-size: 22px;
}
.border-double {
  border-bottom: #CCC 1px solid;
  border-top: #CCC 1px solid;
}
.border-right {
  border-right: #CCC 1px solid;
}
.schedule {
  display: block;
}
.schedule:hover {
  background: #000;
}
.circle {
  display: block;
  margin: 10px auto;
  border: #FFF 4px solid;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.circle:hover {
  border: #0077bd 4px solid;
}
.square {
  display: block;
  margin: 10px auto;
  border: #FFF 4px solid;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.square:hover {
  border: #0077bd 4px solid;
}
.small {
  font-size: 12px;
  line-height: 14px;
}
.signature {
  font-family: 'Marck Script', cursive;
  color: #000;
  font-size: 22px;
  line-height: 25px;
}
.staffpic {
  border: #0077bd 4px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.staffbio {
  height: 250px;
  display: block;
}
.staffbio p {
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
}
.staffcontact {
  vertical-align: bottom;
  position: relative;
  bottom: 0;
  color: #0077bd;
  font-size: 13px;
}
.collpic {
  border: #0077bd 4px solid;
  width: 100%;
}
.colltext {
  height: 330px;
  display: block;
  border-bottom: #CCC 1px solid;
}
.colltext {
  text-align: center;
  font-style: italic;
}
.colltext p {
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
  font-style: normal;
}
hr {
  border-bottom: #FFF 3px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 90%;
}
a.sidebtn {
  padding: 10px;
  width: 250px;
  height: 30px;
  margin: 0 0 5px 0;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  background: #FFF;
  display: block;
  line-height: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: #999 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.sidebtn:hover {
  background: #000;
  color: #FFF;
}
.bluearrow {
  background: url(/images/bluearrow.png) no-repeat left;
  height: 88px;
  position: relative;
  z-index: 50;
  width: 350px;
  margin: 0 0 20px 0;
  float: right;
}
h1 {
  color: #000;
  font-size: 25px;
}
h2 {
  color: #0077bd;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 4px 0;
  padding: 1px 0;
}
h3 {
  color: #0077bd;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 20px 0;
}
h3.staff {
  font-weight: bold;
  margin: 0 auto 5px auto;
}
h3 a {
  color: #0077bd;
  text-decoration: none;
}
h3 span {
  background: #0077bd;
  color: #FFF;
  padding: 5px 7px;
  border-radius: 50%;
  font-size: 12px;
}
h4 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: lighter;
  text-align: center;
  padding: 0;
  margin: 20px 0;
  line-height: 30px;
}
h4 span {
  font-size: 16px;
  text-align: center;
  text-transform: none;
  font-weight: bold;
}
h5 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 20px 0;
}
h5 a {
  color: #FFF;
  text-decoration: none;
}
/****** form styles *****/
.contact-form p {
  color: #FFF;
  font-size: 13px;
}
.contact-form input, textarea, select {
  margin: 4px;
  color: #333;
  border: #0077bd 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 6px;
  background: #FFF;
}
input.form-submit-btn {
  background: #0077bd;
  color: #FFF;
  padding: 10px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
}
.form-error {
  background-color: #f99;
  font-weight: bold;
  text-align: center;
}
/*	--------------------------------------------------
	:: Grid
	-------------------------------------------------- */
.g10, .g20, .g25, .g30, .g35, .g40, .g48, .g50, .g55, .g59, .g60, .g70, .g80, .g90, .g100, .g33, .g66, .g25, .g74 {
  height: auto;
  float: left;
}
.g10 {
  width: 10%;
}
.g20 {
  width: 20%;
}
.g25 {
  width: 24.8%;
}
.g30 {
  width: 30%;
}
.g35 {
  width: 35%;
}
.g40 {
  width: 40%;
}
.g48 {
  width: 48%;
}
.g50 {
  width: 50%;
}
.g55 {
  width: 55%;
}
.g59 {
  width: 58.5%;
}
.g50-margin {
  width: 49%;
  float: left;
}
.g60 {
  width: 60%;
}
.g66 {
  width: 66%;
}
.g70 {
  width: 70%;
}
.g74 {
  width: 74%;
}
.g80 {
  width: 80%;
}
.g90 {
  width: 90%;
}
.g100 {
  width: 100%;
}
.auto {
  width: 100%;
}
.g33 {
  width: 33.33333333%;
}
.g33-margin {
  width: 32%;
  float: left;
  border-left: 2px solid #fff;
}
.padding {
  padding: 10px 15px;
}
.margin {
  margin-right: 10px;
}
/*	--------------------------------------------------
	:: Staff Nav
	-------------------------------------------------- */
.staff-nav {
  margin: 0;
  padding: 0;
  float: right;
}
.staff-nav a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 13px 9px 13px;
  background-color: #eee;
  border-bottom: 1px solid #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.staff-nav i {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin: 30px 0;
}
.staff-nav a#sales:hover, .staff-nav a#service:hover, .staff-nav a#parts:hover, .staff-nav a#bodyshop:hover, .staff-nav a#recon:hover {
  background-color: #999;
  color: #FFF;
}
.staff-nav a.tooltip.topLeft:before {
  top: -21px;
}
.staff-nav a.tooltip.topLeft:after {
  bottom: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.staff-nav a.tooltip.topLeft:hover:before {
  left: 7px;
  top: -7px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.staff-nav a.tooltip.topLeft:hover:after {
  left: 0;
  bottom: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */
.footer-wrapper {
  width: 100%;
  background: #000;
  margin: 0;
}
#footer {
  width: 1000px;
  background: #000;
  margin: 10px auto 0 auto;
  height: 420px;
}
#footer p {
  color: #FFF;
  line-height: 25px;
}
#footer p span {
  color: #0077bd;
}
#footer p.copy {
  font-size: 12px;
  clear: both;
  padding-left: 20px;
}
#footer a {
  color: #FFF;
  text-decoration: none;
}
.footerlogo {
  margin-left: 20px;
}
.social {
  color: #CCC;
  font-size: 12px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.social span {
  color: #0077bd;
  font-size: 30px;
  margin-right: 8px;
}
.social a {
  color: #0077bd;
  text-decoration: none;
}
.social a:hover {
  color: #FFF !important;
}
@media screen and (max-width:1050px) {
  .phone {
    padding: 15px;
    top: -70px;
    margin: 0;
    z-index: 9999;
  }
}
/*	--------------------------------------------------
	:: Mobile Updates 2023
	-------------------------------------------------- */
span.slicknav_icon {
  display: none;
}
.mobile-margin-home {
  margin-top: 30px;
}
div#footer .g10.padding iframe {
  width: 100% !important;
  min-width: 85px;
}
.home-banner-mq {
  display: none;
}
.clear-logo-mq {
  display: none;
}
/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .responsive {
    width: 1000px !important;
  }
}
@media screen and (max-width: 1200px) {
  .scrollup {
    width: 20px;
    height: 20px;
    background-size: cover;
    bottom: 115px;
    right: 1%;
  }
  .g59 {
    width: 100% !important;
  }
  .g40 {
    width: 100% !important;
  }
  .g40.audipic.right {
    background: none !important;
    height: auto !important;
  }
  .g40.audipic.right img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  div#wowslider-container1 {
   display: none;
  }
  .lightgray {
    height: 100% !important;
  }
  #footer {
    height: 100%;
  }
  li:hover > ul {
    position: relative !important;
  }
  ul ul ul {
    left: 0px !important;
  }
  .home-banner-mq {
    display: block;
  }
  .home-banner-mq img {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 100%;
  }
  #footer {
    width: 100%;
  }
  .header-mq img {
    width: 100% !important;
    height: auto !important;
  }
  .header-mq iframe {
    width: 100% !important;
    height: auto !important;
  }
  .staff-nav {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 800px) {
  #content img.alignright {
    display: block;
    margin: 0px auto;
    float: none;
    width: auto;
    max-width: 100%;
  }
  .request {
    text-align: center !important;
  }
  .g100.right.lightgray .g50.padding a img {
    display: block;
    margin: 0 auto;
  }
  .g100.white .g35 {
    width: 100% !important;
  }
  .g100.white .g10 {
    width: 100% !important;
  }
  .menu {
    display: none !important;
  }
  .slicknav_menu {
    display: block !important;
  }
  .g30 {
    width: 100% !important;
  }
  .g33 {
    width: 100% !important;
  }
  .g50 {
    width: 100% !important;
  }
  .view {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .view .mask, .view .content {
    width: 100% !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .g70 {
    width: 100% !important;
  }
  a.sidebtn {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .video-mq {
    width: 100% !important;
  }
  .loc-mq {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px !important;
  }
  .home-media-hide-mq {
    display: none;
  }
  .clear-logo-mq {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .clear-logo-mq a {
    width: 46%;
    margin: 1%;
    padding: 20px;
    transition: all .2s;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid black;
  }
  .clear-logo-mq a:hover {
    transform: scale(1.025);
  }
  .clear-logo-mq img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .g10 {
    width: 100% !important;
  }
  .g35 {
    width: 100% !important;
  }
  .g20 {
    width: 100% !important;
  }
  .g40 {
    width: 100% !important;
  }
  .g60 {
    width: 100% !important;
  }
  .g80 {
    width: 100% !important;
  }
  .g90 {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .menu {
    display: none !important;
  }
  .slicknav_menu {
    display: block !important;
  }
  #g25-mq .g25 {
    width: 100% !important;
  }
  .g25 {
    width: 50% !important;
  }
  .g30 {
    width: 100% !important;
  }
  .g33 {
    width: 100% !important;
  }
  .g50 {
    width: 100% !important;
  }
  .g70 {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .g10 {
    width: 100% !important;
  }
  .g20 {
    width: 100% !important;
  }
  .g40 {
    width: 100% !important;
  }
  .g60 {
    width: 100% !important;
  }
  .g80 {
    width: 100% !important;
  }
  .g90 {
    width: 100% !important;
  }
  .view img {
    padding: 20px;
  }
}