/* Scss Document */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ========== Mixins ========== */
p {
  line-height: 1.4em; }

h1 {
  margin: .5em;
  text-align: center;
  color: #ff0000;
  font-size: 1.5em;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.4); }
  h1 > span {
    color: #222;
    font-size: inherit; }

.content-container h1 {
  margin: 3em 0 0; }

#success-content h2 {
  margin: 2em 0; }

#success-content p {
  text-align: center;
  margin: 2em 0;
  font-size: 1.8em; }

#logo-header {
  background: none !important; }

h2 {
  font-size: 1.3em;
  color: #88ba44;
  text-align: center;
  margin: 0;
  margin-top: 1em; }

.col-1 > h2,
.col-1 > p,
.col-1 > ul {
  color: whitesmoke; }

.col-1 > ul li {
  font-size: 1.1em; }

.red {
  color: #ff0000;
  margin-top: 3em; }

.inverse {
  background: #222;
  color: whitesmoke; }

*, *:after, *:before {
  box-sizing: border-box !important; }

.grid {
  margin: 0 0 1.25em 0; }
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }

/* Opt-in outside padding */
.grid-pad {
  padding: 1.25em 0 1.25em 1.25em; }
  .grid-pad [class*='col-']:last-of-type {
    padding-right: 1.25em; }

form {
  background: whitesmoke;
  padding: 2em;
  border-radius: 10px;
  box-shadow: 0 0 5px #999; }

form#applyform {
  max-width: 700px; }

input,
textarea {
  width: 90%;
  margin: .4em 0;
  color: #999;
  border-radius: 5px;
  border: 1px solid inset #999; }
  input:focus,
  textarea:focus {
    border: 2px solid #88ba44; }

input {
  height: 2em; }

textarea {
  height: 8em; }

label {
  display: block;
  color: #222;
  margin-top: .75em;
  margin-right: .5em; }

.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

button {
  background: #88ba44;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: none;
  border-radius: 5px;
  padding: .8em 2.5em;
  display: block;
  margin: 1em auto;
  transition: all .4s ease-out; }
  button:hover {
    background: #cc0000;
    color: whitesmoke; }

#app-dl {
  text-align: center; }

.header {
  background: #3e3e3e;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid whitesmoke; }
  .header h1 {
    margin-top: -1em;
    padding: .35em;
    color: whitesmoke;
    font-size: 1.4em;
    text-align: center; }

#hamburger {
  position: absolute;
  right: .75em;
  top: 1em; }
  #hamburger img {
    width: 2.5em; }

#logo {
  padding: 1em; }
  #logo img {
    width: 12.5em; }

/* ============ Custom Slideshow ============ */
section#hero {
  display: none; }

#slideshow {
  position: relative;
  width: 100%;
  height: 1000px;
  margin: 0 auto;
  background: #222; }
  #slideshow img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto; }

.caption {
  color: whitesmoke;
  background: rgba(34, 34, 34, 0.7);
  font-size: 1.8em;
  text-shadow: 0 0 1px #222;
  padding: 1em;
  border-radius: 5px;
  position: absolute;
  top: 70%;
  left: 5%; }

.slideshow ul {
  display: none;
  list-style: none;
  position: relative;
  top: 50%;
  background: none;
  z-index: 10; }

.slideshow ul li#prev {
  float: left;
  margin: 0 0 0 40px; }

.slideshow ul li#next {
  float: right;
  margin: 0 50px 0 0; }

.slideshow ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px; }

.slideshow ul li#prev a {
  background: url("../../img/prev.png");
  background-repeat: no-repeat; }

.slideshow ul li#next a {
  background: url("../../img/next.png");
  background-repeat: no-repeat; }

/* ============ End Custom Slideshow ============ */
ul.main-nav {
  list-style-type: none;
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
  box-shadow: 0 1px 6px #3e3e3e; }
  ul.main-nav li {
    background: #6d9536;
    border-top: 1px solid whitesmoke;
    text-align: center; }
    ul.main-nav li a {
      color: whitesmoke;
      display: block;
      text-decoration: none;
      min-height: 100%;
      padding: 1.2em .5em;
      font-size: 1.5em; }
      ul.main-nav li a:hover {
        background: #88ba44; }
  ul.main-nav li.sub-main {
    background: #222;
    position: relative; }
    ul.main-nav li.sub-main svg {
      width: 1.75em;
      height: 1.75em;
      fill: #b3b3b3;
      position: absolute;
      top: 2em;
      right: 6em; }
    ul.main-nav li.sub-main a:hover {
      background: #222; }
  ul.main-nav ul.sub-slideout {
    display: none;
    padding-left: 0; }
    ul.main-nav ul.sub-slideout li {
      margin: 0;
      list-style: none;
      background: #3e3e3e; }

ul.main-nav2 {
  display: none;
  float: right;
  margin-top: -3em;
  margin-right: 4em;
  position: relative; }
  ul.main-nav2 li {
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 1em;
    margin-right: 1em; }
    ul.main-nav2 li a {
      display: block;
      min-height: 100%;
      color: whitesmoke;
      text-decoration: none;
      font-size: .9em; }
  ul.main-nav2 [id$='-sub'] li {
    display: block;
    background: rgba(62, 62, 62, 0.8);
    width: 11em;
    text-align: center; }
    ul.main-nav2 [id$='-sub'] li:hover {
      background: rgba(34, 34, 34, 0.8); }
  ul.main-nav2 [id$='-sub'] li:last-of-type {
    border-radius: 0 0 10px 10px; }
  ul.main-nav2 [class$='-slideout'] {
    display: none;
    position: absolute;
    padding: 0;
    padding: .5em 1em;
    top: 100%;
    margin-top: .6em;
    left: -3.5em; }

ul.main-nav2 > li.active a {
  color: #88ba44; }
  ul.main-nav2 > li.active a svg {
    fill: #88ba44; }

#towing-caret,
#service-caret {
  transition: transform .3s ease-out; }

.menu-icon {
  fill: white;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: -.2em;
  left: 2.5em;
  display: block; }

#contact-icon {
  left: 3.6em; }

.submenu-icon {
  fill: white;
  width: 2.5em;
  height: 2em;
  position: absolute;
  top: -.5em;
  left: 2.5em;
  display: block; }

#gallery-icon {
  left: 3.2em; }

svg.menu-caret-icon {
  fill: whitesmoke;
  width: 1em;
  height: 1em;
  transform: rotate(-90deg);
  position: absolute;
  left: 4.3em;
  top: 1.5em; }

.footer {
  width: 100%;
  background: #222;
  color: whitesmoke; }
  .footer p {
    background: none;
    color: whitesmoke;
    font-size: .75em; }

div#aaa-logo {
  padding-top: 1em; }

.footer-links {
  display: none;
  float: left; }
  .footer-links ul {
    list-style-type: none; }
    .footer-links ul li {
      padding-top: .25em; }
      .footer-links ul li a,
      .footer-links ul li a:visited {
        color: whitesmoke;
        text-decoration: none; }
        .footer-links ul li a:hover,
        .footer-links ul li a:visited:hover {
          text-decoration: underline; }

.footer-section-header {
  color: #88ba44;
  border-bottom: 1px dotted #88ba44;
  max-width: 10em; }

.social {
  background: #3e3e3e;
  padding: 1em;
  color: whitesmoke;
  text-align: center; }
  .social svg {
    width: 40px;
    height: 40px;
    margin: 0 .5em;
    fill: whitesmoke;
    transition: fill .4s ease-out; }
    .social svg:hover {
      fill: #88ba44; }

.copyright {
  text-align: center;
  width: 100%;
  padding: 1em; }

/* ============ Rapid Springs Interactive ============ */
/* ============        Base Styles        ============ */
* {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

body {
  min-height: 100vh; }

img {
  max-width: 100%; }

/* ============================================================= */
/* ============        Reusable Class Styles        ============ */
.avatar {
  border-radius: 50%; }

.rounded {
  border-radius: 10px;
  padding: .25em;
  border: 1px solid #999; }

.clear {
  clear: both; }

.med-gray {
  background: #3e3e3e; }

.light-gray {
  background: rgba(62, 62, 62, 0.5); }

/* ============================================================= */
/* ============        Main Container Styles        ============ */
.main-content {
  margin: 0 auto; }
  .main-content img {
    display: block;
    margin: 0 auto; }

#waypoint-subpages {
  position: absolute;
  top: 10em;
  left: 0; }

.sticky-header {
  background: whitesmoke;
  transform: translateY(-2em);
  transition: transform .4s ease-in-out;
  border-bottom: 3px solid #3e3e3e;
  box-shadow: 0 1px 4px #222; }
  .sticky-header [id$='-top'] {
    color: #222; }
  .sticky-header svg {
    fill: #3e3e3e; }
  .sticky-header #towing-sub,
  .sticky-header #gallery-sub,
  .sticky-header #service-sub {
    margin-top: -.66em; }

.offset-top {
  margin-top: 7em; }

.offset-logo {
  transform: translateY(2em);
  transition: transform .4s ease-in-out; }

.offset-nav {
  transform: translateY(1.3em);
  transition: transform .4s ease-in-out; }

.offset-sub {
  margin-top: -.66em; }

.offset-phone2 {
  transform: translateY(0.95em);
  transition: transform .4s ease-in-out;
  margin: 0; }

.content-container {
  position: relative; }

#title-div {
  position: relative;
  display: none;
  top: -40em;
  text-align: center;
  width: 60%;
  border-radius: 10px;
  margin: 0 auto;
  background: rgba(136, 186, 68, 0.4);
  padding: 1em;
  transform: translateY(-100px);
  transition: transform 1s 3s ease-out; }
  #title-div h3 {
    color: whitesmoke;
    font-size: 3.5em; }
  #title-div span {
    color: whitesmoke;
    font-size: 2em;
    padding: 2em; }

#phone {
  background: #b30000;
  color: whitesmoke;
  width: 100%;
  text-align: center;
  display: table;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  box-shadow: 0 1px 4px #3e3e3e;
  z-index: 50; }
  #phone a,
  #phone a:visited {
    color: whitesmoke;
    text-decoration: underline; }

#phone2 {
  display: none;
  position: absolute;
  top: 1em;
  left: 19em;
  color: whitesmoke;
  font-size: 1.4em;
  text-align: center;
  border: 2px solid whitesmoke;
  padding: .2em .5em;
  border-radius: 10px;
  background: #cc0000; }
  #phone2 a,
  #phone2 a:visited {
    color: whitesmoke;
    text-decoration: underline; }

[class*='col-'] {
  margin-bottom: 1.5em;
  padding: 1em; }

.col-1 {
  width: 100%;
  margin: 0;
  background: #626262; }

#map {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  object-position: center; }

.logos {
  width: 50%;
  float: left;
  display: none; }

.logo {
  width: 5em;
  height: 5.2em;
  background: whitesmoke;
  margin: 1em;
  float: left;
  display: inline-block; }

.logo-rect {
  width: 10em;
  height: 3.7em; }

#pdf-icon {
  fill: #ff0000;
  width: 10em;
  height: 10em; }

@keyframes slide-in {
  0% {
    transform: translateX(10em); }
  50% {
    transform: translateX(2em); }
  100% {
    transform: translateX(30em); } }

svg.contact-icon {
  width: 10em;
  fill: #88ba44;
  animation: slide-in 1s ease-out forwards; }

.gallery-container {
  width: 94.02985075%;
  max-width: 1260px;
  background: #fff;
  margin: auto;
  margin-top: 2em; }

.photo-container {
  text-align: center;
  margin-bottom: 4em; }

.content {
  padding: 2em; }

.original-pos {
  /*	background-color: lightgrey;*/
  height: 100%;
  display: block;
  line-height: 0; }

/* ---- Page Elements ---- */
.name {
  font-size: 1.65em;
  font-weight: 800;
  margin: 0 0 1.5em;
  line-height: 1; }
  .name span {
    font-weight: 300;
    margin-left: -7px; }

.photo {
  position: relative;
  line-height: 0;
  overflow: hidden; }

.photo-container img {
  max-width: 100%; }

.button {
  color: #4a89ca;
  width: 70%;
  font-weight: 700;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0;
  border: 2px solid #4a89ca;
  border-radius: .5em;
  margin: auto; }

.photo-overlay {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  /* For centering text inside .photo-overlay */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5); }

.photo-overlay h3 {
  margin-top: 0; }

.slide .button {
  color: #fff;
  padding: 20px 0;
  background: rgba(74, 137, 202, 0.8);
  margin: 0; }

.slide .photo-overlay {
  opacity: 1;
  background: #345d88; }

/* ================================= 
  Photo Overlay Transitions
==================================== */
.photo-overlay {
  opacity: 0;
  transition: opacity .5s; }

.photo-overlay:hover {
  opacity: 1; }

/* ================================= 
  Button Transitions
==================================== */
.button {
  transition: background .3s, color .3s; }

.button:hover {
  color: #fff;
  background: #4a89ca; }

/* ================================= 
  Image Transforms & Transitions
==================================== */
/* -- Row 1 --------- */
.photo img {
  transition: transform .5s; }

.photo img:hover {
  transform: rotate(-5deg) scale(1.1); }

/* -- Row 2 --------- */
.photo img {
  transform-origin: 0 0; }

.photo:hover img {
  transform: scale(1.2); }

/* -- Row 3 --------- */
.slide .photo-overlay,
.slide img {
  transition: transform .6s ease-out; }

.slide .photo-overlay {
  transform: translateX(-100%); }

.slide:hover .photo-overlay {
  transform: translateX(0); }

.slide:hover img {
  transform: translateX(100%); }

/* ================================= 
  Media Queries
==================================== */
@media (min-width: 0) and (max-width: 768px) {
  .container {
    padding: 0 1.225em 2.5em; } }

@media (min-width: 769px) {
  .container {
    padding: 0 2.25em 3em; }
  .photo-container {
    width: 48%;
    float: left;
    margin-left: 4%; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .photo-container:nth-child(2n+1) {
    margin-left: 0;
    clear: left; } }

@media (min-width: 1025px) {
  .photo-container {
    width: 30.63973064%; }
  .photo-container:nth-child(3n+1) {
    margin-left: 0;
    clear: left; } }

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* ============ Media Queries ============ */
@media screen and (min-width: 54em) {
  .header {
    text-align: left; }
    .header h1 {
      /*display: none;*/
      position: absolute;
      top: 4.75em;
      left: .75em;
      font-size: 1.2em; }
  #hero {
    display: none; }
  #logo {
    margin-left: 1em; } }

@media screen and (min-width: 54em) {
  h1 {
    font-size: 2.2em; }
  #hamburger {
    display: none; }
  #phone {
    width: 20em;
    border-radius: 0 0 15px 0;
    top: 8.25em; }
  ul.main-nav {
    display: none; }
  ul.main-nav2 {
    display: inline-block; }
    ul.main-nav2 li a {
      padding: .5em; } }

@media screen and (min-width: 64em) {
  .main-content p {
    font-size: 1.2em; }
  h2 {
    font-size: 1.4em; }
  .main-content img {
    margin: 0;
    max-width: 100%; }
  article {
    padding: 1em; }
  .towing-slideout,
  .service-slideout,
  .gallery-slideout {
    z-index: 10000; }
  /* ===== Column Classes ===== */
  [class*='col-'] {
    float: left;
    padding-right: 1.25em; }
  ul.main-nav2 li a {
    font-size: 1.2em; }
  svg.menu-caret-icon {
    top: 1.95em;
    left: 5.5em; }
  h1 {
    margin-top: 2em; }
  h2 {
    margin-top: 0; }
  [class*='col-'] {
    margin-bottom: 1.5em;
    padding: 1em; }
  .col-2-3 {
    width: 66.66%; }
  .col-3-4 {
    width: 75%; }
  .col-1-3 {
    width: 33.33%; }
  .col-1-2 {
    width: 50%; }
  .col-1-4 {
    width: 25%; }
  .col-1-8 {
    width: 12.5%; }
  .center-div {
    float: none;
    margin: 0 auto;
    width: 80%; }
  .logos {
    display: block; }
  div.footer-links {
    display: inline-block; }
  .footer p {
    font-size: 1em; } }

@media screen and (min-width: 90em) {
  .main-content {
    width: 85%; }
    .main-content p {
      font-size: 1.6em; }
  #title-div {
    display: block; }
  h1#index-h1 {
    display: none; }
  h1 {
    background: #cc0000;
    color: whitesmoke !important;
    text-shadow: none;
    font-size: 3em;
    padding: .5em;
    margin: 0; }
  h2 {
    font-size: 1.8em; }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25; }
  section#hero {
    display: block;
    height: 1000px;
    overflow: hidden; }
  .slideshow {
    height: 1000px;
    overflow: hidden; }
  #phone {
    display: none; }
  #phone2 {
    display: inline-block; }
  [class*='col-'] {
    padding: 2em; }
  #logo {
    margin-left: 5em; }
  .header h1 {
    margin-left: 3em; } }

/*# sourceMappingURL=styles.css.map */
