ul.service-options,
ul.repair-options {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 40px 0; }
  ul.service-options h2,
  ul.repair-options h2 {
    font: normal 300 20px Gotham, Arial, Helvetica, sans-serif ; }
  ul.service-options p, ul.service-options a.button,
  ul.repair-options p,
  ul.repair-options a.button {
    font: normal 200 14px/165% Gotham, Arial, Helvetica, sans-serif ; }
  ul.service-options li,
  ul.repair-options li {
    position: relative;
    background: black;
    margin-bottom: 25px;
    float: left;
    box-sizing: border-box;
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 0; }
    ul.service-options li:nth-of-type(4n),
    ul.repair-options li:nth-of-type(4n) {
      margin-right: 0%; }
    @media screen and (max-width: 800px) {
      ul.service-options li,
      ul.repair-options li {
        float: left;
        box-sizing: border-box;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
        padding: 0; }
        ul.service-options li:nth-of-type(2n),
        ul.repair-options li:nth-of-type(2n) {
          margin-right: 0%; } }
    @media screen and (max-width: 600px) {
      ul.service-options li,
      ul.repair-options li {
        float: none;
        box-sizing: border-box;
        width: 100%;
        margin-right: 4%;
        margin-bottom: 4%;
        padding: 0; }
        ul.service-options li:nth-of-type(1n),
        ul.repair-options li:nth-of-type(1n) {
          margin-right: 0%; } }
    ul.service-options li.euro,
    ul.repair-options li.euro {
      float: left;
      box-sizing: border-box;
      width: 48%;
      margin-right: 4%;
      margin-bottom: 4%;
      padding: 0; }
      ul.service-options li.euro:nth-of-type(2n),
      ul.repair-options li.euro:nth-of-type(2n) {
        margin-right: 0%; }
      @media screen and (max-width: 1140px) {
        ul.service-options li.euro,
        ul.repair-options li.euro {
          float: none;
          box-sizing: border-box;
          width: 100%;
          margin-right: 4%;
          margin-bottom: 4%;
          padding: 0;
          background: black; }
          ul.service-options li.euro:nth-of-type(1n),
          ul.repair-options li.euro:nth-of-type(1n) {
            margin-right: 0%; } }
    ul.service-options li a.service-text,
    ul.repair-options li a.service-text {
      width: 50%;
      float: left;
      text-align: left;
      padding: 15px;
      box-sizing: border-box;
      transition: all .2s ease-in-out; }
      ul.service-options li a.service-text:hover,
      ul.repair-options li a.service-text:hover {
        text-decoration: none; }
      ul.service-options li a.service-text h2,
      ul.repair-options li a.service-text h2 {
        color: white;
        font-family: 'Gotham';
        font-weight: 800;
        font-size: 28px;
        margin-top: 5px;
        margin-bottom: 10px; }
      ul.service-options li a.service-text h3,
      ul.repair-options li a.service-text h3 {
        color: #ffe600;
        font-family: 'Gotham';
        font-weight: 800;
        margin-bottom: 0; }
      ul.service-options li a.service-text p,
      ul.repair-options li a.service-text p {
        color: white;
        font-size: 16px; }
    ul.service-options li a.service,
    ul.repair-options li a.service {
      display: block;
      position: relative;
      padding: 0px; }
      ul.service-options li a.service.euro,
      ul.repair-options li a.service.euro {
        width: 50%;
        float: left; }
      ul.service-options li a.service h3,
      ul.repair-options li a.service h3 {
        background: black;
        margin: 1px 0 0 0;
        color: #ffe600;
        -webkit-transition: color 0.4s ease;
        -moz-transition: color 0.4s ease;
        -o-transition: color 0.4s ease;
        transition: color 0.4s ease;
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        padding: 15px 10px; }
        ul.service-options li a.service h3 span,
        ul.repair-options li a.service h3 span {
          float: right;
          font-weight: 900;
          font-size: 18px; }
      ul.service-options li a.service img,
      ul.repair-options li a.service img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        -webkit-transition: -webkit-filter 0.4s ease;
        -moz-transition: -moz-filter 0.4s ease;
        -o-transition: -o-filter 0.4s ease;
        transition: filter 0.4s ease; }
      ul.service-options li a.service .engine-hover,
      ul.repair-options li a.service .engine-hover {
        position: absolute;
        top: 30%;
        left: 50%;
        width: 90px;
        margin-left: -45px;
        height: auto;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        z-index: 1000; }
      ul.service-options li a.service:hover,
      ul.repair-options li a.service:hover {
        text-decoration: none; }
        ul.service-options li a.service:hover .engine-hover,
        ul.repair-options li a.service:hover .engine-hover {
          opacity: 1; }
        ul.service-options li a.service:hover h3,
        ul.repair-options li a.service:hover h3 {
          color: white; }
        ul.service-options li a.service:hover span.button,
        ul.repair-options li a.service:hover span.button {
          background: #000; }
        ul.service-options li a.service:hover img.service,
        ul.repair-options li a.service:hover img.service {
          filter: brightness(30%); }

section#intro #choices {
  border-bottom: none; }

.service-label {
  text-align: center;
  margin: 50px auto 20px auto !important; }

.service-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .service-row .column {
    width: 30%; }
    @media screen and (max-width: 1000px) {
      .service-row .column {
        width: 100%; } }

.twocol iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-top: 10px; }

.includes {
  background: #f4f4f4;
  text-align: center;
  margin-bottom: 40px; }
  .includes .twocol {
    margin-bottom: 0; }
    .includes .twocol h3 {
      margin-bottom: 0; }

.faqs {
  margin-bottom: 50px; }

.textlink {
  display: block;
  text-decoration: none;
  background: white;
  border-radius: 5px;
  background: #e60000;
  color: white;
  padding: 10px 30px;
  transition: all 0.4s ease; }
  .textlink:hover {
    color: #333333;
    text-decoration: none;
    background: #ffe600; }

.twocol.faq {
  text-align: left; }
.twocol .faq_image,
.twocol .service-thumbnail {
  display: block;
  width: 100%;
  height: auto; }

h2 {
  font-family: 'Gotham';
  font-weight: 800;
  font-size: 30px; }

#service-chooser {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 35px; }
  #service-chooser .column {
    width: 33%;
    transition: all .2s ease-in-out;
    margin-bottom: 15px; }
    @media screen and (max-width: 1140px) {
      #service-chooser .column {
        width: 49%; } }
    @media screen and (max-width: 700px) {
      #service-chooser .column {
        width: 100%; } }
    #service-chooser .column:hover {
      text-decoration: none; }
    #service-chooser .column h2 {
      background: black;
      padding: 14px 10px;
      text-align: center;
      color: white;
      margin: 0;
      font-family: 'Gotham';
      font-weight: 800;
      font-size: 30px; }
    #service-chooser .column p.price, #service-chooser .column p {
      background: #ffe600;
      color: #e60000;
      text-align: center;
      padding: 10px;
      margin: 0;
      font-weight: 800; }
      #service-chooser .column p.price .button, #service-chooser .column p .button {
        background: #000;
        padding: 5px 10px;
        display: inline-block;
        font-size: 11px;
        font-weight: 800;
        text-transform: none;
        border-radius: 5px;
        margin: 5px; }
        #service-chooser .column p.price .button:hover, #service-chooser .column p .button:hover {
          color: #333;
          background: #fff; }
    #service-chooser .column p {
      color: #333;
      font-weight: 400; }
    #service-chooser .column ul {
      background: black;
      color: white;
      list-style: none;
      padding: 0;
      margin: 0; }
      #service-chooser .column ul li {
        padding: 10px;
        text-align: left;
        font-weight: 800;
        border-top: 1px solid #ccc;
        font-size: 11px; }
        #service-chooser .column ul li span {
          font-weight: 400; }
        #service-chooser .column ul li a.midas {
          font-size: 14px;
          color: yellow; }

#service-description {
  margin-bottom: 80px;
  text-align: left; }
  #service-description h2 {
    font-family: 'Gotham';
    font-weight: 800;
    font-size: 30px; }
  #service-description h3, #service-description h4 {
    color: #e60000;
    font-family: 'Gotham';
    font-weight: 800; }
  #service-description:nth-of-type(3) {
    padding-top: 75px; }
  #service-description ul {
    list-style-image: url(../common/images/green-tick.png); }

#general-repairs {
  position: relative;
  border-top: 102px solid transparent;
  margin: -60px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

#general-repairs:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 2px solid #ccc; }
