/* Scss Document */
/* Scss Document */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*footer*/
.footer {
  background: #fff; }

.footer-cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 20px 10px;
  color: #1a1a1a; }
  .footer-cont > ul {
    margin: 0 10px; }
  .footer-cont h1 {
    font-size: 24pxrem;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 2px; }
  .footer-cont li {
    line-height: 1.7;
    font-family: "Averia Sans Libre", sans-serif; }
    .footer-cont li i {
      padding-right: .5rem; }

#footer-mid li#pp {
  font-size: 12px; }
  #footer-mid li#pp:hover {
    color: inherit; }

#footer-mid li:hover {
  color: #cd9554; }

#copy {
  padding: 5px;
  background: #1a1a1a;
  font-size: 14px;
  color: #fff; }

@media all and (max-width: 767px) {
  .footer-cont {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 1rem; }
    .footer-cont > ul {
      margin: 10px 0; }

  #copy {
    font-size: 12px; } }
#top-header {
  position: fixed;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #f7b319;
  color: #1a1a1a;
  font-size: 15px; }

header {
  width: 100%;
  position: fixed;
  background: #1a1a1a;
  -webkit-box-shadow: 0px 1px 5px #000;
  box-shadow: 0px 1px 5px #000;
  z-index: 3;
  margin-top: 30px; }
  header:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    z-index: 100; }
  header #inner-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    color: #fff;
    position: relative; }
    header #inner-header #logo img {
      max-width: 170px; }
    header #inner-header #inner-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      width: 100%; }
      header #inner-header #inner-right #menuBtn {
        display: none; }
      header #inner-header #inner-right > div {
        margin: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      header #inner-header #inner-right ul#nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-wrap: wrap; }
        header #inner-header #inner-right ul#nav a li {
          font-size: 14px;
          text-transform: uppercase;
          margin: 5px;
          padding: 10px;
          background: linear-gradient(#565656, #9c9c9c, #565656);
          box-shadow: none;
          font-family: "Averia Sans Libre", sans-serif;
          border-radius: 3px;
          box-shadow: inset 0px 0px 1px 2px rgba(181, 181, 181, 0.7);
          -webkit-transition: .2s ease-in-out;
          -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
          color: #fff; }
          header #inner-header #inner-right ul#nav a li:hover {
            transform: translateY(-3px);
            box-shadow: inset 0px 0px 1px 2px rgba(255, 255, 255, 0.6), 0px 3px 3px rgba(0, 0, 0, 0.6); }

@media all and (max-width: 1100px) {
  header #inner-header #inner-right {
    max-width: 70%; }
    header #inner-header #inner-right ul#nav li {
      font-size: 12px; } }
@media all and (max-width: 767px) {
  #top-header {
    position: relative;
    height: auto;
    padding: 10px 0;
    text-align: center;
    flex-direction: column;
    font-size: 12px; }

  header {
    position: relative;
    margin-top: 0; }
    header #inner-header {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header #inner-header #inner-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%; }
        header #inner-header #inner-right > div {
          margin: 5px 0; }
        header #inner-header #inner-right #menuBtn {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding: 5px;
          z-index: 100;
          width: 100%; }
          header #inner-header #inner-right #menuBtn i {
            color: #fff;
            font-size: 24px;
            padding-right: 30px; }
        header #inner-header #inner-right ul#nav {
          display: none; }
        header #inner-header #inner-right #nav.active {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
          -ms-flex-align: start;
          -webkit-box-align: start;
          align-items: flex-start;
          padding-bottom: 0;
          width: 100%;
          margin: 0 auto;
          left: 0;
          top: 100%;
          position: absolute;
          width: 100vw;
          margin-left: -4vw;
          margin-top: 1px;
          background: #fff; }
          header #inner-header #inner-right #nav.active a {
            width: 100%; }
            header #inner-header #inner-right #nav.active a li {
              display: -ms-flexbox;
              display: -webkit-box;
              display: flex;
              -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column;
              -ms-flex-align: start;
              -webkit-box-align: start;
              align-items: flex-start;
              padding: 15px 10px;
              margin: 0;
              border-radius: 0; }
              header #inner-header #inner-right #nav.active a li:hover {
                background: #b47c3b;
                color: #eaeaea;
                transform: none; } }
/* Scss Document */
.sm-hero {
  background: black;
  background-image: url("../graphics/tire_op.png");
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: screen;
  background-repeat: no-repeat; }
  .sm-hero .inner-sm-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 0;
    text-align: center;
    color: #eaeaea; }
    .sm-hero .inner-sm-hero h1, .sm-hero .inner-sm-hero h2, .sm-hero .inner-sm-hero p {
      line-height: 1.2;
      margin: 10px;
      font-family: "Averia Sans Libre", sans-serif; }
    .sm-hero .inner-sm-hero h1 {
      font-size: 42px;
      font-weight: 900; }
      .sm-hero .inner-sm-hero h1 span {
        color: #e74c3c; }
    .sm-hero .inner-sm-hero h2 {
      font-size: 32px; }
    .sm-hero .inner-sm-hero p {
      font-size: 18px;
      max-width: 60ch;
      line-height: 1.6;
      font-family: "Open Sans", sans-serif; }

/* Scss Document */
#service-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 2rem 10px;
  background-color: #fff; }
  #service-wrap .service-breaker {
    height: 100px;
    width: 1px;
    background: #1a1a1a;
    margin: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.service-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0 1rem;
  color: #1a1a1a;
  max-width: 300px; }
  .service-list p {
    margin-top: 10px;
    line-height: 1.4;
    max-width: 32ch;
    text-align: center; }
    .service-list p span {
      font-size: 12px; }

.service-call {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center; }
  .service-call i {
    font-size: 32px;
    margin: 10px;
    color: #eaeaea;
    background: linear-gradient(#747474, rgba(76, 76, 76, 0.5), #2e2e2e, #1a1a1a);
    border-radius: 50%;
    border: 1px solid #383838;
    box-shadow: inset 0px 0px 2px 2px rgba(26, 26, 26, 0.5), 0px 2px 5px rgba(26, 26, 26, 0.8);
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .service-call li {
    font-size: 16px; }
    .service-call li:nth-child(1) {
      font-family: "Averia Sans Libre", sans-serif;
      color: #1a1a1a;
      font-size: 24px;
      margin-bottom: 5px;
      letter-spacing: 1px;
      text-align: center; }

@media all and (max-width: 767px) {
  #service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #service-wrap .service-breaker {
      display: none; }

  .service-list {
    margin: .5rem 0; }
    .service-list p {
      line-height: 1.4;
      font-size: 15px; }

  .service-call i {
    font-size: 2rem; }
  .service-call li {
    font-size: 16px; }
    .service-call li:nth-child(1) {
      font-size: 21px; } }
body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif; }

a {
  color: inherit;
  text-decoration: none; }

.container {
  max-width: 90vw;
  margin: 0 auto; }

.spacer {
  min-height: 130px; }

.hero {
  width: 100%;
  background: linear-gradient(#b47c3b, #1a1a1a); }
  .hero #inner-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 1rem 2rem; }
    .hero #inner-hero #inner-hero-left {
      width: 60%;
      margin: 1%;
      min-height: 250px;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-shadow: inset 0px 0px 6px 4px rgba(106, 106, 106, 0.8);
      background-image: url("../graphics/tire_op.png");
      background-position: center 40%;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-color: #b47c3b;
      background-blend-mode: screen;
      border: 3px solid #eee; }
      .hero #inner-hero #inner-hero-left h1 {
        color: #fff;
        font-family: "Averia Sans Libre", sans-serif;
        font-size: 36px;
        padding: 10px;
        text-transform: uppercase;
        text-shadow: -1px 1px 2px #1a1a1a;
        margin: 0 auto; }
        .hero #inner-hero #inner-hero-left h1 span {
          font-style: italic;
          text-align: center; }
    .hero #inner-hero #inner-hero-right {
      width: 40%;
      margin: 1%;
      min-height: 250px;
      background-color: black;
      background-image: url("../graphics/tire_op.png");
      background-position: center 40%;
      background-repeat: no-repeat;
      background-blend-mode: screen;
      background-attachment: fixed;
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-shadow: inset 0px 0px 6px 4px rgba(106, 106, 106, 0.8);
      transition: .2s all ease-in-out;
      border: 3px solid #eee; }
      .hero #inner-hero #inner-hero-right:hover {
        transform: translateY(-5px);
        box-shadow: inset 0px 0px 4px 2px rgba(26, 26, 26, 0.8), 0px 3px 3px rgba(26, 26, 26, 0.8); }
      .hero #inner-hero #inner-hero-right h1 {
        color: #eee;
        font-family: "Averia Sans Libre", sans-serif;
        font-size: 48px;
        padding: 10px;
        text-transform: uppercase; }
      .hero #inner-hero #inner-hero-right p {
        color: #f7b319;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: 700;
        padding: 10px;
        max-width: 38ch; }

/*about*/
.about {
  width: 100%;
  background: #fff; }
  .about #inner-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem; }
    .about #inner-about h1 {
      font-size: 36px;
      color: #1a1a1a;
      font-weight: 900;
      margin: 20px;
      font-family: "Averia Sans Libre", sans-serif;
      text-align: center; }
    .about #inner-about .info-brk {
      width: 80%;
      height: 1px;
      background: #1a1a1a;
      margin: 10px auto; }
  .about #inner-about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .about #inner-about-info p {
      margin: 20px 40px;
      font-size: 17px;
      line-height: 1.7;
      max-width: 40ch; }

/*info*/
.info {
  background-color: #a06827;
  background-image: url("../graphics/tire_op.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }
  .info .inner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    text-align: center;
    color: #eaeaea; }
    .info .inner-info h1, .info .inner-info h2, .info .inner-info p {
      line-height: 1.2;
      margin: 10px; }
    .info .inner-info h1 {
      font-size: 42px;
      font-weight: 900; }
    .info .inner-info h2 {
      font-size: 32px; }
    .info .inner-info p {
      font-size: 21px;
      max-width: 80ch; }
    .info .inner-info .srch {
      padding: 15px 40px;
      background: #e74c3c;
      border-radius: 5px;
      text-transform: uppercase;
      font-size: 21px;
      font-weight: 700;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      margin: 10px 0; }
      .info .inner-info .srch:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
        background: #eaeaea;
        color: #b47c3b; }
      .info .inner-info .srch:active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        -webkit-box-shadow: none;
        box-shadow: none; }

@media all and (max-width: 900px) {
  .hero {
    width: 100%;
    background: linear-gradient(#f7b319, #bb7700); }
    .hero #inner-hero {
      display: flex;
      flex-direction: column;
      padding: 2rem 0; }
      .hero #inner-hero #inner-hero-left {
        width: 100%;
        margin: 1%; }
      .hero #inner-hero #inner-hero-right {
        width: 100%;
        margin: 1%;
        text-align: center;
        align-items: center; }
        .hero #inner-hero #inner-hero-right p {
          max-width: 100%; } }
@media all and (max-width: 767px) {
  .spacer {
    display: none; }

  .about #inner-about #inner-about-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center; } }

/*# sourceMappingURL=main.css.map */
