*, *::before, *::after {
  -webkit-box-sizing: borderbox;
          box-sizing: borderbox;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

span.ply {
  unicode-bidi: bidi-override;
  direction: rtl;
}

/*Chris Contact*/
span.ply.ohio:before {
  content: "6388";
}

span.ply.ohio:after {
  content: "8870";
}

span.ply.texas:before {
  content: "ku.oc.secivresotu";
}

span.ply.texas:after {
  content: "@sirhc";
}

/*Alistair Contact*/
span.ply.hawaii:before {
  content: "6616";
}

span.ply.hawaii:after {
  content: "5570";
}

span.ply.socal:before {
  content: "ku.oc.secivresotu";
}

span.ply.socal:after {
  content: "@riatsila";
}

/*cars email*/
span.ply.idaho:before {
  content: "ku.oc.secivresotu";
}

span.ply.idaho:after {
  content: "@srac";
}

/*sales email*/
span.ply.arizona:before {
  content: "ku.oc.secivresotu";
}

span.ply.arizona:after {
  content: "@selas";
}

/*enquiries email*/
span.ply.colorado:before {
  content: "ku.oc.secivresotu";
}

span.ply.colorado:after {
  content: "@ecivresremotsuc";
}

/*My email*/
span.ply.utah:before {
  content: "moc.liam";
}

span.ply.utah:after {
  content: "7walmc :liamE";
}

.header {
  width: 100%;
  text-align: center;
}

.list {
  list-style-type: none;
  color: #a2130d;
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 5em;
}

.list-item {
  -webkit-transform: translate(-100vw);
          transform: translate(-100vw);
  -webkit-animation: sweep 3s ease forwards;
          animation: sweep 3s ease forwards;
}

.list-item:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.list-item:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes sweep {
  to {
    -webkit-transform: translate(-5vw);
            transform: translate(-5vw);
  }
}

@keyframes sweep {
  to {
    -webkit-transform: translate(-5vw);
            transform: translate(-5vw);
  }
}

.navbar {
  background-color: #a2130d;
  color: black;
}

/* REVIEW GALLERY */
#reviews {
  height: auto;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

#reviews ul {
  list-style: none;
}

/* MAP RESIZING */
.map-responsive {
  padding-bottom: 75%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  position: absolute;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*  ***** MOBILE SCREEN SIZE ***** */
@media screen and (max-width: 480px) {
  .header {
    height: 100vh;
  }
  .headerfake {
    height: 16vh;
  }
  .logo {
    width: 80vw;
    height: auto;
    margin-top: 40vh;
  }
  .logo1 {
    max-width: 90vw;
    max-height: 50vh;
    margin-top: 40vh;
  }
  .logo2 {
    max-width: 90vw;
    height: auto;
  }
  .logotext {
    font-size: 2.5rem;
  }
  .bigscreen {
    display: none;
  }
  .navbar {
    height: 8vh;
    width: 100vw;
  }
  /* Hamburger menu */
  .navwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 5vw;
    z-index: 20;
  }
  .hmbicon {
    height: 3vh;
    margin-top: 3vh;
    margin-right: 3vw;
  }
  nav {
    position: absolute;
    background-color: #f41a1b;
    margin-top: 8vh;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav ul {
    list-style-type: none;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  nav ul li {
    padding: 0 2vh;
  }
  nav ul li a {
    display: inline-block;
    padding: 2vh;
    color: white;
    text-decoration: none;
    font-size: 3vh;
  }
  nav ul li a:hover, nav ul li a:focus {
    color: #eb6f4a;
  }
  #checkbox {
    display: none;
  }
  #checkbox:checked ~ nav ul {
    max-height: 40vh;
    padding: 15px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .container {
    display: none;
  }
  .imgmain {
    width: 70vw;
    border-radius: 12px;
  }
  #box5 {
    font-size: 2vh;
  }
  .social {
    width: 78vw;
  }
  .fbeblog {
    height: 6vh;
    width: auto;
    margin: 1vh 3vw 0 3vw;
  }
  .imglogos1 {
    width: 20vw;
  }
  /* ORDER OF TEXT/IMG BOXES MOBILE SCREEN */
  .text {
    width: 78vw;
    height: auto;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2vh 3vw 2vh 3vw;
    padding: 5vh 5vw 5vh 5vw;
    font-size: 2.2vh;
  }
  #names {
    font-size: 2.4vh;
  }
  input, select {
    width: 70vw;
  }
  textarea {
    width: 70vw;
  }
  .map-responsive iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .lefttop {
    width: 70vw;
    height: auto;
    margin-left: 5vw;
    margin-bottom: 5vh;
  }
  .rightbot {
    width: 70vw;
    height: auto;
    margin-left: 5vw;
  }
  #reviews {
    width: 78vw;
    margin-left: -5vw;
    margin-bottom: -4vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .reviewSlide {
    margin-right: 10vw;
  }
  .pctable {
    display: none;
  }
  .mobnotable {
    font-size: 2vh;
  }
}

/* ******  PC SCREEN SIZE ***** */
@media screen and (min-width: 481px) {
  .header {
    height: 87vh;
  }
}

@media screen and (min-width: 481px) and (orientation: landscape) {
  .logo {
    height: 50vh;
    width: auto;
    margin-top: 15vh;
  }
}

@media screen and (min-width: 481px) and (orientation: portrait) {
  .logo {
    height: auto;
    width: 80vw;
    margin-top: 30vh;
  }
}

@media screen and (min-width: 481px) {
  .logo1 {
    max-width: 50vw;
    max-height: 50vh;
    margin-top: 20vh;
  }
  .logo2 {
    max-width: 50vw;
    height: auto;
  }
  .logotext {
    font-size: 10vh;
    margin-top: -5vh;
  }
  /* NAVBAR  & TABS */
  .mobile {
    display: none;
  }
  .navbar {
    height: 11vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .navfake {
    margin-top: -11vh;
  }
  .container {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80vw;
        grid-template-areas: "one two three four";
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    height: 11vh;
  }
  one, two, three, four {
    width: 20vw;
    background-color: white;
    border: 5px solid #a2130d;
    border-radius: 10px;
    text-align: center;
    padding-top: 3vh;
  }
  #tabOne {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: one;
  }
  #tabTwo {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: two;
  }
  #tabThree {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: three;
  }
  #tabFour {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: four;
  }
  .container a {
    color: #a2130d;
    text-decoration: none;
    font-size: 2.5vw;
    font-weight: bold;
  }
  .imgmain {
    border-radius: 20px;
    width: 35vw;
  }
  .text {
    width: 80vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5vh 3vw 5vh 3vw;
    padding: 5vh 5vw 5vh 5vw;
    min-height: 80vh;
    font-size: 1.5vw;
  }
  #names {
    font-size: 3vh;
  }
  input, select {
    width: 60vw;
  }
  textarea {
    width: 60vw;
  }
  #reviews {
    width: 60vw;
    margin-left: -15vw;
    margin-bottom: 2vh;
    padding: 5vh 5vw 5vh 5vw;
  }
  .mobnotable {
    display: none;
  }
  table {
    width: 60vw;
    margin-top: 10vh;
    margin-left: 10vw;
    font-size: 3vh;
  }
  td {
    padding-bottom: 5vh;
    vertical-align: top;
  }
  .location {
    margin-top: -30vh;
  }
  .imglogos1 {
    width: 15vw;
  }
  .social {
    width: 40vw;
  }
  .fbeblog {
    height: 10vh;
    width: auto;
    margin: 1vh 3vw 0 3vw;
  }
  /* ORDER OF TEXT/IMG BOXES - PC SCREEN */
  .lefttop {
    width: 40vw;
    margin-right: 2vw;
  }
  .rightbot {
    width: 40vw;
    margin-left: 2vw;
  }
  .plaintext {
    width: 80vw;
    margin-right: 2vw;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.sticky + .navfake {
  padding-top: 11vh;
}

.mainpage {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #a2130d), color-stop(0%, white));
  background: linear-gradient(to right, #a2130d 25%, white 0%);
}

.mainbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto auto 8vh;
      grid-template-rows: auto auto auto auto 8vh;
      grid-template-areas: "box1" "box2" "box3" "box4" "box5";
}

#box1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: box1;
}

#box2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: box2;
}

#box3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: box3;
}

#box4 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: box4;
}

#box5 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: box5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5vw;
  padding-right: 5vw;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f41a1b;
  color: white;
}

.text {
  border-top: 10px solid #f41a1b;
  border-left: 10px solid #f41a1b;
  border-right: 10px solid #f41a1b;
  border-radius: 50px;
  background-color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.textform {
  margin-bottom: -2vh;
}

#names {
  display: block;
  margin-bottom: 1vh;
  margin-left: 5vw;
  color: black;
}

#names i {
  color: #999;
  font-size: 20%;
}

input, select {
  margin-left: 5vw;
  border: 1px solid #ccc;
  padding: 10px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 100%;
}

.row {
  padding-bottom: 10px;
}

.form-inline {
  border: 1px solid #ccc;
  padding: 8px 10px 4px;
  border-radius: 2px;
}

.form-inline label, .form-inline input {
  display: inline-block;
  width: auto;
  padding-right: 15px;
}

.error {
  margin-left: 5vw;
  color: red;
  font-size: 110%;
}

input[type="submit"] {
  font-size: 110%;
  font-weight: 90;
  background: #a2130d;
  color: white;
  margin-top: 1.5vh;
  margin-bottom: 5vh;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #f41a1b;
  color: white;
}

textarea {
  resize: none;
  margin-left: 5vw;
  border-color: #ccc;
  font-family: Arial, sans-serif;
  font-size: 90%;
}

/* moving images and text left and revealing */
.leftline {
  opacity: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

.leftline.is-visible {
  opacity: 1;
  -webkit-animation-name: left;
          animation-name: left;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes left {
  from {
    -webkit-transform: translate(-10vw);
            transform: translate(-10vw);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@keyframes left {
  from {
    -webkit-transform: translate(-10vw);
            transform: translate(-10vw);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

/* moving images and text right and revealing */
.rightline {
  opacity: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

.rightline.is-visible {
  opacity: 1;
  -webkit-animation-name: right;
          animation-name: right;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes right {
  from {
    -webkit-transform: translate(10vw);
            transform: translate(10vw);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@keyframes right {
  from {
    -webkit-transform: translate(10vw);
            transform: translate(10vw);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

/* moving images and text up and revealing */
.upline {
  opacity: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

.upline.is-visible {
  opacity: 1;
  -webkit-animation-name: moveup;
          animation-name: moveup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes moveup {
  from {
    -webkit-transform: translateY(10vh);
            transform: translateY(10vh);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveup {
  from {
    -webkit-transform: translateY(10vh);
            transform: translateY(10vh);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* SERVICE LOGO ANIMATION */
.imglogos1 {
  height: auto;
  margin: 3vh 2vw 3vh 2vw;
  display: inline-block;
  vertical-align: middle;
}

.center {
  text-align: center;
}

.center p {
  color: #a2130d;
  font-weight: bold;
  font-size: 1.5em;
}

.logoitem {
  text-align: center;
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
}

.logoitem.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: animateIn 1s ease-out 3s forwards;
          animation: animateIn 1s ease-out 3s forwards;
}

.logoitem.is-visible:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.logoitem.is-visible:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.logoitem.is-visible:nth-child(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.logoitem.is-visible:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.logoitem.is-visible:nth-child(6) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.logoitem.is-visible:nth-child(7) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.logoitem.is-visible:nth-child(8) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.logoitem.is-visible:nth-child(9) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.logoitem.is-visible:nth-child(10) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

@-webkit-keyframes animateIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10vh);
    transform: translateY(10vh);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}

@keyframes animateIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10vh);
    transform: translateY(10vh);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}
/*# sourceMappingURL=v17.css.map */