/* 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; }

/* Scss Document */
#top-info {
  padding: 4px 0;
  background: #c13a27; }
  #top-info #inner-top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff; }
    #top-info #inner-top-info #inner-top-left, #top-info #inner-top-info #inner-top-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #top-info #inner-top-info #inner-top-left p, #top-info #inner-top-info #inner-top-right p {
        margin: 0 7px; }
  #top-info:active {
    padding: 2px 0; }

header {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 500;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4); }
  header #inner-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0; }
    header #inner-header #header-right #social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header #inner-header #header-right #social i {
        height: 35px;
        width: 35px;
        border-radius: 50%;
        background: #252523;
        color: #fff;
        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;
        margin: 0 10px;
        font-size: 18px; }
        header #inner-header #header-right #social i:hover {
          cursor: pointer;
          background: #c13a27; }
    header #inner-header #logo-wrap img {
      max-width: 300px;
      -webkit-transition: .2s all ease-in-out;
      -o-transition: .2s all ease-in-out;
      transition: .2s all ease-in-out; }
      header #inner-header #logo-wrap img.active {
        max-width: 250px; }
    header #inner-header #mobile-logo {
      display: none; }
    header #inner-header #menuBtn {
      display: none; }
    header #inner-header #nav {
      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; }
      header #inner-header #nav .header-item {
        padding: 10px;
        position: relative;
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
        margin: 0 5px; }
        header #inner-header #nav .header-item.active {
          padding: 5px 10px; }
        header #inner-header #nav .header-item#logo:after {
          border-bottom: solid 2px transparent; }
          header #inner-header #nav .header-item#logo:after:hover:after {
            border-bottom: solid 2px transparent; }
        header #inner-header #nav .header-item:after {
          display: block;
          content: '';
          border-bottom: solid 2px #252523;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: -webkit-transform 250ms ease-in-out;
          transition: -webkit-transform 250ms ease-in-out;
          -o-transition: transform 250ms ease-in-out;
          transition: transform 250ms ease-in-out;
          transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
          padding-bottom: 2px;
          -webkit-transform-origin: left;
          -ms-transform-origin: left;
          transform-origin: left; }
        header #inner-header #nav .header-item:hover:after {
          border-bottom: solid 2px #252523;
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transform-origin: left;
          -ms-transform-origin: left;
          transform-origin: left; }
        header #inner-header #nav .header-item.hidden, header #inner-header #nav .header-item.hidden2 {
          display: none; }
        header #inner-header #nav .header-item p {
          text-transform: uppercase;
          color: #434341;
          font-size: 17px;
          letter-spacing: 1px;
          -webkit-transition: .2s all ease-in-out;
          -o-transition: .2s all ease-in-out;
          transition: .2s all ease-in-out; }
        header #inner-header #nav .header-item:hover {
          cursor: pointer; }
          header #inner-header #nav .header-item:hover > p, header #inner-header #nav .header-item:hover a > p {
            color: #252523; }
          header #inner-header #nav .header-item:hover > p i {
            -webkit-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
            transform: scaleY(-1); }
        header #inner-header #nav .header-item .dropDown {
          position: absolute;
          top: calc(100% - 1px);
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          left: 0;
          z-index: 500;
          display: block;
          visibility: hidden; }
        header #inner-header #nav .header-item:hover > .dropDown {
          background: #f9f9f9;
          color: #252523;
          visibility: visible;
          -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.6);
          -webkit-animation: slideDown .17s linear;
          animation: slideDown .17s linear;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          border-radius: 3px; }
          header #inner-header #nav .header-item:hover > .dropDown a {
            display: block;
            padding: 12px 15px;
            position: relative;
            width: 180px;
            text-transform: capitalize;
            border-bottom: 1px solid #252523;
            font-size: 18px; }
            header #inner-header #nav .header-item:hover > .dropDown a:last-of-type {
              border-bottom: none;
              border-bottom-right-radius: 3px;
              border-bottom-left-radius: 3px; }
            header #inner-header #nav .header-item:hover > .dropDown a:first-of-type {
              border-top-right-radius: 3px;
              border-top-left-radius: 3px; }
            header #inner-header #nav .header-item:hover > .dropDown a:hover {
              background: #252523;
              color: #fff; }
    header #inner-header #logo-mobile {
      display: none; }

@-webkit-keyframes slideDown {
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@keyframes slideDown {
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@media all and (max-width: 1040px) {
  #top-info #inner-top-info #inner-top-left p, #top-info #inner-top-info #inner-top-right p {
    margin: 3px; }

  header #inner-header #logo-wrap #logo img {
    max-width: 170px; }
  header #inner-header #nav .header-item p {
    font-size: 14px; }
  header #inner-header #header-right #social i {
    height: 35px;
    width: 35px;
    font-size: 18px; } }
@media all and (max-width: 900px) {
  header #inner-header #nav .header-item p {
    font-size: 14px; } }
@media all and (max-width: 885px) {
  #top-info #inner-top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #top-info #inner-top-info #inner-top-right {
      -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;
      text-align: center; }
      #top-info #inner-top-info #inner-top-right p {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #top-info #inner-top-info #inner-top-right p i {
          margin: 0 2px; }

  header #inner-header {
    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;
    width: 100%; }
    header #inner-header #header-right {
      display: none; }
    header #inner-header .header-item {
      display: none; }
    header #inner-header #mobile-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header #inner-header #mobile-logo img {
        height: 60%;
        width: 60%; }
    header #inner-header #menuBtn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #252523;
      font-size: 28px;
      margin-right: 10px; }
    header #inner-header #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: center;
      -webkit-box-align: center;
      align-items: center;
      padding-bottom: 0;
      width: 100%;
      background: #1a1a1a;
      top: 100%;
      right: 0;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      -webkit-animation: mobile-nav .15s linear;
      animation: mobile-nav .15s linear;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      margin: 0;
      position: absolute;
      -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
      box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5); }
      header #inner-header #nav.active .header-item {
        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: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 0;
        width: auto;
        text-align: center;
        width: 100%; }
        header #inner-header #nav.active .header-item#logo {
          display: none; }
        header #inner-header #nav.active .header-item i {
          display: none; }
        header #inner-header #nav.active .header-item.hidden2 {
          display: block; }
        header #inner-header #nav.active .header-item a {
          display: inline-block; }
        header #inner-header #nav.active .header-item p {
          color: #fff;
          font-size: 21px; }
          header #inner-header #nav.active .header-item p > i {
            display: none; }
        header #inner-header #nav.active .header-item .dropDown {
          display: none; }
        header #inner-header #nav.active .header-item:hover {
          background: rgba(255, 255, 255, 0.2); }
          header #inner-header #nav.active .header-item:hover > p, header #inner-header #nav.active .header-item:hover a > p {
            color: #fff; } }
@-webkit-keyframes mobile-nav {
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@keyframes mobile-nav {
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@media all and (max-width: 650px) {
  #top-info {
    display: none; } }
footer {
  background: #11110f; }
  footer #inner-footer {
    padding: 1rem 0 3rem; }
    footer #inner-footer #inner-footer-contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%; }
      footer #inner-footer #inner-footer-contents #inner-footer-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list {
          margin: 0 15px; }
          footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list li {
            color: #fff;
            letter-spacing: 1px;
            line-height: 1.8; }
            footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list li a {
              color: inherit; }
              footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list li a:hover {
                color: #d54e3b; }
            footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list li i {
              font-size: 21px; }
            footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list li:first-of-type {
              text-transform: uppercase;
              font-size: 18px; }
      footer #inner-footer #inner-footer-contents #inner-footer-right {
        margin: 20px; }
        footer #inner-footer #inner-footer-contents #inner-footer-right p {
          color: #fff;
          line-height: 1.8;
          text-align: justify;
          font-family: "Open Sans", sans-serif;
          max-width: 45ch; }
    footer #inner-footer #inner-footer-btm {
      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;
      margin: 10px; }
      footer #inner-footer #inner-footer-btm i {
        font-size: 42px;
        margin: 0 3px;
        color: #fff; }
  footer .gra {
    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; }
    footer .gra img {
      max-width: 250px; }
  footer .copy {
    text-align: center;
    padding: 20px 20px 0;
    color: #fff;
    font-size: 15px; }

@media all and (max-width: 1175px) {
  footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list {
    margin: 0 10px; } }
@media all and (max-width: 767px) {
  footer #inner-footer #inner-footer-contents {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    footer #inner-footer #inner-footer-contents #inner-footer-left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list {
        margin: 5px 0; }
  footer #inner-footer #inner-footer-btm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  footer #inner-footer .gra {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  footer #inner-footer .copy {
    text-align: left; } }
#outer-map-wrap {
  background: #faa21b;
  padding: 2rem 0; }
  #outer-map-wrap #inner-map-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    #outer-map-wrap #inner-map-wrap #map {
      display: flex;
      flex: 1.75;
      margin: 1rem; }
      #outer-map-wrap #inner-map-wrap #map iframe {
        width: 100%;
        min-height: 600px; }
    #outer-map-wrap #inner-map-wrap #map-info {
      background: black;
      color: #fff;
      margin: 1rem;
      display: flex;
      flex-direction: column;
      flex: 1;
      min-height: 600px;
      border: 1px solid #fff; }
      #outer-map-wrap #inner-map-wrap #map-info h1 {
        font-size: 32px;
        margin: 10px; }
      #outer-map-wrap #inner-map-wrap #map-info h2 {
        font-size: 24px;
        margin: 5px 10px; }
      #outer-map-wrap #inner-map-wrap #map-info h3 {
        font-size: 21px;
        margin: 5px 10px;
        text-decoration: underline;
        text-decoration-color: #faa21b; }
      #outer-map-wrap #inner-map-wrap #map-info p {
        font-size: 19px;
        margin: 5px 10px;
        line-height: 1.3;
        max-width: 85%; }

#directions {
  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;
  padding: 2rem; }
  #directions ul.direction-list {
    margin: 0 20px; }
    #directions ul.direction-list li {
      line-height: 1.3;
      max-width: 45ch;
      position: relative; }
      #directions ul.direction-list li:before {
        content: "\f192";
        font-family: "FontAwesome";
        margin-right: 2.5px; }
      #directions ul.direction-list li:nth-of-type(1) {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2.5px; }
        #directions ul.direction-list li:nth-of-type(1):before {
          display: none; }

@media all and (max-width: 885px) {
  #outer-map-wrap #inner-map-wrap {
    flex-direction: column; }
    #outer-map-wrap #inner-map-wrap #map-info {
      min-height: 0; }
    #outer-map-wrap #inner-map-wrap #map {
      width: 93%; }

  #directions {
    flex-direction: column; }
    #directions ul.direction-list {
      margin: 20px; } }
.form-section {
  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;
  margin: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .form-section #form-top-call {
    text-align: center; }
    .form-section #form-top-call h1 {
      font-size: 32px;
      margin: 0 20px 40px; }
  .form-section .form-button {
    padding: 10px 30px;
    background: #252523;
    color: #fff;
    margin: 0 10px;
    min-width: 150px;
    text-align: center; }
    .form-section .form-button:hover {
      cursor: pointer;
      background: #dc8400; }
  .form-section .cForm {
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out; }

.cForm {
  width: 80%;
  margin: 1rem;
  padding: 2rem;
  background: #7b0000;
  border-radius: 8px;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 400px; }
  .cForm.sell-c-form {
    min-height: 800px; }

.cForm.cForm-contact-page {
  width: 65%;
  margin: 1rem;
  padding: 0;
  background: none;
  color: #252523; }

.cForm input, .cForm textarea {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px inset #eee;
  border-radius: .25rem;
  padding: .35rem;
  max-width: 65ch; }

.cForm textarea {
  margin-top: .25rem;
  min-height: 5rem;
  height: auto; }

.cForm input:focus, .cForm textarea:focus {
  border: 1px inset #ccc;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.cForm input[type="radio"], .cForm input[type="checkbox"] {
  -webkit-box-shadow: none;
  box-shadow: none; }

.cForm .flex, .cForm textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  outline: none;
  resize: none; }

.cForm input[type="submit"], .cForm input[type="reset"] {
  background: #ccc;
  background: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: -o-linear-gradient(top, #fff 0%, #ccc 100%);
  background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ccc',GradientType=0 );
  border: 2px outset #eee;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  color: #111;
  font-size: 1rem;
  padding: .5rem; }

.cForm input[type="submit"]:hover, .cForm input[type="reset"]:hover {
  background: #f00;
  background: -webkit-linear-gradient(top, #ddd 0%, #aaa 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
  background: -o-linear-gradient(top, #ddd 0%, #aaa 100%);
  background: linear-gradient(to bottom, #ddd 0%, #aaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 );
  border: 2px indset #aaa; }

.cForm ul .reqFields, .cForm .hiddenInput {
  /* Fields are hidden anyway, but never hurts to overdo it a little... */
  display: none; }

.cForm ul.formStructure {
  display: block;
  margin: auto; }

.cForm li.sectionLabel {
  display: block;
  font-weight: 700;
  margin-bottom: .5rem;
  font-family: "Open Sans", sans-serif; }

.cForm li.blockInput {
  display: block;
  margin: 0 0 1rem 0; }

.cForm li.inlineInput {
  display: inline-block;
  margin: 0 .75rem .75rem 0; }

.cForm .detailSection {
  border: 1px outset #eee;
  border-radius: .25rem;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  max-width: 100%;
  margin: 2rem 1rem;
  padding: 1rem 1rem .25rem 1rem; }

.cForm label, .cForm .label {
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

.cForm .note {
  margin: 1em 0; }

#contact-sec-wrap {
  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;
  width: 100%; }
  #contact-sec-wrap #contact-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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 25px 20px; }
    #contact-sec-wrap #contact-info h2 {
      color: #c13a27;
      font-size: 36px;
      margin: 10px;
      font-weight: 700;
      text-decoration: underline #c13a27; }
    #contact-sec-wrap #contact-info p {
      color: #252523;
      line-height: 1.2;
      margin: 10px;
      font-size: 21px; }
    #contact-sec-wrap #contact-info img {
      width: 100%;
      max-width: 570px;
      margin: 10px; }
  #contact-sec-wrap .form-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%; }

@media all and (max-width: 800px) {
  #contact-sec-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #contact-sec-wrap #contact-info, #contact-sec-wrap .form-section {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 90%; }
      #contact-sec-wrap #contact-info img, #contact-sec-wrap .form-section img {
        min-width: 100%; }

  .cForm.cForm-contact-page {
    min-width: 100%;
    margin: 1rem 0; }

  #forms-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; }
    #forms-wrap .form-section {
      margin: 20px 0; }

  .other-hero #top-call h1 {
    font-size: 28px; } }
body {
  font-family: "NTR", sans-serif;
  position: relative;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: inherit; }

.container {
  max-width: 95vw;
  margin: 0 auto;
  padding: 0 5px; }

#hero {
  min-height: 600px;
  width: 100%;
  position: relative;
  padding: 10px 0;
  background-image: url("../graphics/road.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply; }
  #hero.locate-hero {
    min-height: 350px;
    background-image: url("../graphics/row.jpg");
    background-position: top; }
  #hero.sell-hero {
    background-image: url("../graphics/contract.jpg");
    min-height: 350px; }
  #hero.contact-hero {
    background-image: url("../graphics/contact.jpg");
    background-position: 50% 70%;
    min-height: 350px; }
  #hero #inner-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 400; }
    #hero #inner-hero.other-inner-hero {
      min-height: 250px; }
      #hero #inner-hero.other-inner-hero #top-call h1 {
        font-size: 42px; }
    #hero #inner-hero #top-call {
      color: #fff;
      margin: 30px 0; }
      #hero #inner-hero #top-call h1 {
        font-size: 54px;
        font-weight: 700;
        margin: 10px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        text-transform: uppercase; }
      #hero #inner-hero #top-call p {
        font-size: 24px;
        max-width: 54ch;
        margin: 10px;
        line-height: 1.5;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }
      #hero #inner-hero #top-call #srchBtn {
        display: inline-block;
        width: 220px;
        padding: 15px;
        background: #c13a27;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        margin: 10px auto;
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
        border-radius: 4px;
        text-align: center; }
        #hero #inner-hero #top-call #srchBtn:hover {
          background: #fff;
          color: #252523; }
  #hero #other-hero-inlay {
    position: absolute;
    bottom: -100px;
    width: calc(100% - 4rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.7); }
    #hero #other-hero-inlay #inlay-wrap {
      text-align: center;
      padding: 2rem 1rem; }
      #hero #other-hero-inlay #inlay-wrap h1 {
        margin: 10px;
        font-size: 32px;
        color: #252523; }
      #hero #other-hero-inlay #inlay-wrap p {
        font-size: 21px;
        line-height: 1.5;
        max-width: 66ch;
        margin: 10px auto; }
  #hero #hero-services {
    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;
    width: 60%;
    z-index: 450;
    margin: 0 auto;
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    #hero #hero-services .hero-service-sec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 10px;
      padding: 40px 20px;
      background: #0c0c0a;
      text-align: center;
      border-radius: 4px; }
      #hero #hero-services .hero-service-sec h1 {
        font-size: 32px;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 700;
        margin-top: -10px; }
      #hero #hero-services .hero-service-sec p {
        font-size: 21px;
        color: #fff;
        margin: 3px;
        max-width: 40ch; }

#mid-sec #inner-mid {
  padding: 2rem 10px;
  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; }
  #mid-sec #inner-mid #mid-left {
    margin: 10px; }
    #mid-sec #inner-mid #mid-left img {
      max-width: 90%; }
  #mid-sec #inner-mid #mid-right {
    margin: 10px; }
    #mid-sec #inner-mid #mid-right h1 {
      font-size: 26px;
      max-width: 35ch;
      line-height: 1.3;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff; }
      #mid-sec #inner-mid #mid-right h1 span {
        text-transform: none;
        font-size: 22px;
        font-style: italic;
        font-weight: 400;
        color: #faa21b; }

/**********************************************************************************************************************/
/**********************************************************************************************************************/
article.main {
  padding: 3rem 0;
  background: #0c0c0a;
  height: auto; }
article .article-call {
  text-align: center; }
  article .article-call h1 {
    font-size: 44px;
    color: #fff;
    margin: 10px; }
  article .article-call p {
    line-height: 1.6;
    color: #fff;
    margin: 10px auto;
    padding-bottom: 20px;
    font-size: 21px;
    max-width: 82ch;
    border-bottom: 3px solid #fff; }
  article .article-call img {
    margin: -10px 10px 10px;
    max-width: 90%; }

/*******************/
/*******************************/
#main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0; }
  #main-info #main-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 10px 10px 20px; }
    #main-info #main-left .main-left-sec {
      min-height: 240px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      background-color: rgba(0, 0, 0, 0.6);
      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: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      #main-info #main-left .main-left-sec.map-main-left-sec:nth-of-type(1) {
        background: url("../graphics/mech1.jpg");
        background-position: right;
        background-color: rgba(0, 0, 0, 0.6);
        background-blend-mode: multiply; }
      #main-info #main-left .main-left-sec.map-main-left-sec:nth-of-type(2) {
        background: url("../graphics/lot3.JPG");
        background-position: center;
        background-color: rgba(0, 0, 0, 0.6);
        background-blend-mode: multiply; }
      #main-info #main-left .main-left-sec p {
        margin: 15px 35px;
        color: #fff;
        text-transform: uppercase;
        font-size: 24px; }
      #main-info #main-left .main-left-sec h1 {
        margin: 10px 35px 50px 35px;
        color: #fff;
        font-size: 38px;
        font-weight: 700; }
        #main-info #main-left .main-left-sec h1 a {
          text-decoration: underline; }
          #main-info #main-left .main-left-sec h1 a:hover {
            color: #faa21b; }
      #main-info #main-left .main-left-sec:nth-of-type(1) {
        margin-bottom: 20px;
        background-image: url("../graphics/row.jpg"); }
      #main-info #main-left .main-left-sec:nth-of-type(2) {
        background-image: url("../graphics/mech1.jpg"); }
  #main-info #main-right {
    margin: 10px 20px 10px 10px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-height: 500px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #dc8400;
    background-size: 50%;
    background-image: url("../graphics/tire.png"); }
    #main-info #main-right.map-main-right {
      background-image: none; }
    #main-info #main-right h1 {
      margin: 35px 35px 15px;
      color: #11110f;
      font-size: 38px;
      font-weight: 700; }
    #main-info #main-right p {
      margin: 10px 35px;
      color: #fff;
      font-size: 19px;
      max-width: 88ch;
      line-height: 1.5; }

#main-btm {
  margin: 10px;
  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;
  padding: 2rem 0; }
  #main-btm h1#service-call {
    text-align: center;
    margin: 20px 0 0;
    color: #252523;
    font-size: 36px;
    font-weight: 700; }
  #main-btm #services {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 15px 0; }
    #main-btm #services .service-list {
      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;
      text-align: center;
      margin: 15px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #main-btm #services .service-list i {
        font-size: 24px;
        color: #ad2613;
        margin: 5px; }
      #main-btm #services .service-list h1 {
        font-size: 24px;
        text-transform: uppercase;
        margin: 5px 0;
        line-height: 1.1;
        color: #252523; }
      #main-btm #services .service-list p {
        font-family: "Open Sans", sans-serif;
        max-width: 40ch;
        margin: 5px 0;
        line-height: 1.4;
        color: #252523; }

#btm-hero {
  min-height: 350px;
  background-image: url("../graphics/Capture.JPG");
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-attachment: fixed; }
  #btm-hero #inner-btm-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;
    min-height: 350px;
    color: #fff; }
    #btm-hero #inner-btm-hero h1 {
      font-size: 36px;
      font-weight: 700;
      margin: 15px; }
    #btm-hero #inner-btm-hero .breaker {
      margin: 15px;
      width: 300px;
      background: #c13a27;
      height: 3px; }
    #btm-hero #inner-btm-hero p {
      max-width: 66ch;
      line-height: 1.5;
      font-size: 21px;
      margin: 15px; }

@media all and (max-width: 885px) {
  #hero #inner-hero #top-call h1 {
    font-size: 44px; }
  #hero #inner-hero #top-call p {
    font-size: 18px; }
  #hero #hero-services {
    width: 80%; }
    #hero #hero-services .hero-service-sec {
      padding: 30px 10px;
      text-align: center; }
      #hero #hero-services .hero-service-sec i {
        font-size: 18px; }
      #hero #hero-services .hero-service-sec p {
        font-size: 16px; }

  #mid-sec #inner-mid {
    -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;
    text-align: center; }

  #main-info {
    -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; }
    #main-info #main-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 10px 10px 0 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #main-info #main-left .main-left-sec {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 10px;
        min-height: 270px; }
        #main-info #main-left .main-left-sec:nth-of-type(2) {
          margin-bottom: 20px; }

  article .article-call {
    max-width: 80%;
    margin: 0 auto; }
    article .article-call h1 {
      font-size: 32px; }
    article .article-call p {
      font-size: 18px; }

  #main-btm #services {
    -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;
    width: 100%; }

  article.btm .btm-call .btm-call-left h1 {
    font-size: 32px;
    letter-spacing: 2px; }
  article.btm .btm-call .btm-call-right p {
    font-size: 24px; }
  article.btm .btm-call .btm-call-right .btm-line {
    height: 1px; }
  article.btm .btm-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  article.photos .sup-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0; }
    article.photos .sup-wrap .sup-sec {
      width: 90%;
      margin: 1rem auto;
      height: 250px; } }
@media all and (max-width: 650px) {
  #main-info #main-left {
    -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; }
    #main-info #main-left .main-left-sec {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100vw;
      margin: 0; }
      #main-info #main-left .main-left-sec:nth-of-type(2) {
        margin: 0; }
  #main-info #main-right {
    width: 100vw; } }

/*# sourceMappingURL=main.css.map */
