/*********************************
Theme Name: Custom Hachet Themes
Theme URI: http://hachet.com.au
Author: Hachet
Author URI: http://hachet.com.au
Description: Where Ideas Are Born
Tags: Custom, Crafted, Themes
Version: 1.0
Text Domain: hachet
License: Hachet PTY LTD
License URI: http://hachet.com.au
**********************************/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

html, body {
  height: 100%; }

a {
  text-decoration: none;
  position: relative; }

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 {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  box-sizing: border-box; }

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

body {
  background: #242424;
  background: -webkit-linear-gradient(-45deg, #242424, #262626);
  background: -webkit-linear-gradient(135deg, #242424, #262626);
  background: linear-gradient(-45deg, #242424, #262626);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1 !important; }

.mobile {
  display: none; }
  @media screen and (max-width: 480px) {
    .mobile {
      display: block; } }

@-webkit-keyframes looping {
  from {
    -webkit-transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-20%); } }

@keyframes looping {
  from {
    -webkit-transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-20%); } }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

* {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #333333; }

h1, h2, h3, h4, h5 {
  color: #2a2a2a; }

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }

.gallery {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  background-color: white; }
  .gallery:last-child {
    margin-right: 0; }
  .gallery .inner {
    background-repeat: repeat-x;
    width: 1000%;
    height: 110px;
    -webkit-animation: looping 45s linear infinite;
    animation: looping 45s linear infinite; }

.splash {
  width: 100%;
  display: block;
  height: 250px;
  opacity: 0;
  margin-top: 185px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 480px) {
    .splash {
      margin-top: 135px; } }

.loaded .splash {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 1; }

.blake {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  height: 350px;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 15px 2px rgba(0, 0, 0, 0.75); }
  .blake:last-child {
    margin-right: 0; }
  .blake > div {
    max-width: 1186px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
    padding: 30px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
    .blake > div:after {
      content: "";
      display: table;
      clear: both; }
    .blake > div .info img, .blake > div .info h4 {
      color: white;
      font-size: 30px;
      font-weight: bold;
      vertical-align: middle;
      display: inline-block; }
    .blake > div .info img {
      margin-right: 20px; }
  @media screen and (max-width: 480px) {
    .blake > div .info h4 {
      position: absolute;
      bottom: 30px; } }
  @media screen and (max-width: 320px) {
    .blake > div .info h4 {
      font-size: 25px; } }

.loaded .blake {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 1; }

.snapon {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  padding: 70px 30px; }
  .snapon:last-child {
    margin-right: 0; }
  .snapon > div {
    max-width: 1186px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
    .snapon > div:after {
      content: "";
      display: table;
      clear: both; }
    .snapon > div h3, .snapon > div span, .snapon > div p {
      color: white; }
    .snapon > div h3 {
      margin: 70px 0 30px;
      width: 100%;
      font-size: 30px;
      font-weight: bold;
      text-align: center; }
    .snapon > div p {
      font-size: 18px;
      line-height: 22px;
      text-align: center; }
    .snapon > div span {
      width: 100%;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      font-style: italic;
      display: block;
      margin: 30px 0; }
    .snapon > div iframe {
      max-width: 100%; }
  @media screen and (max-width: 768px) {
    .snapon > div iframe {
      top: 70px;
      position: relative; } }
  @media screen and (max-width: 480px) {
    .snapon {
      padding: 50px 30px; }
      .snapon > div {
        padding: 0; }
        .snapon > div h3 {
          margin: 30px 0; }
        .snapon > div iframe {
          top: 0; } }

#services {
  position: relative;
  width: 100%;
  padding: 0 50px;
  margin-bottom: 200px;
  display: block;
  float: left; }
  #services .container {
    text-align: center; }
    #services .container p {
      font-size: 20px;
      line-height: 28px;
      max-width: 600px;
      margin: 30px auto; }
  #services .service {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    float: left;
    position: relative;
    height: 75px; }
    #services .service h2 {
      padding: 20px;
      background-color: #b51a00;
      color: white;
      font-size: 18px;
      margin: 0;
      height: 100px;
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      #services .service h2:before {
        content: '';
        position: absolute;
        top: -10px;
        left: calc(50% - 15px);
        width: 30px;
        height: 30px;
        background-color: #b51a00;
        border-radius: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    #services .service > div {
      border: 1px solid #bdbdbd;
      border-top: 0;
      padding: 15px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      #services .service > div ul {
        list-style: none; }
  #services .services {
    margin: 30px auto;
    background-color: #4E4D4E;
    padding: 70px 30px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 15px 2px rgba(0, 0, 0, 0.75); }
    #services .services .service {
      height: auto;
      border-radius: 5px;
      background-color: white;
      margin: 0 0 30px;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
      #services .services .service:last-child {
        margin-right: 0; }
      #services .services .service:nth-child(3n) {
        margin-right: 0; }
      #services .services .service:nth-child(3n+1) {
        clear: left; }
      #services .services .service pre, #services .services .service p {
        padding: 10px;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin: 0; }
      #services .services .service pre {
        font-size: 30px; }
      #services .services .service ul {
        text-align: center;
        padding: 0 20px;
        margin-top: 10px;
        list-style: none;
        display: none; }
        #services .services .service ul li {
          display: inline-block;
          color: #666666;
          position: relative; }
          #services .services .service ul li:before {
            content: '.';
            font-size: 20px;
            position: absolute;
            top: -5px;
            left: -9px; }
    #services .services .service.image p {
      padding: 0; }
      #services .services .service.image p img {
        width: 100%;
        height: auto;
        margin: 0;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        margin-bottom: -4px; }
  @media screen and (max-width: 480px) {
    #services .services .service {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0; }
      #services .services .service:last-child {
        margin-right: 0; } }

.content#services {
  padding: 30px 20px 50px;
  margin: 0; }

.center {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%; }

footer {
  background-color: #e6e6e6;
  padding: 70px 20px;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  footer:last-child {
    margin-right: 0; }
  footer > div {
    max-width: 1186px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
    footer > div:after {
      content: "";
      display: table;
      clear: both; }
    footer > div img {
      width: 100%; }
    footer > div .logo {
      vertical-align: middle; }
      footer > div .logo img {
        vertical-align: middle;
        width: 100%;
        margin-top: 10px; }
      footer > div .logo a {
        margin: 10px 10px 10px 0;
        width: calc(25% - 10px);
        display: inline-block; }
        footer > div .logo a:last-child {
          width: calc(70% - 10px); }
    footer > div a {
      color: #b51a00;
      line-height: 25px; }
      footer > div a:hover {
        color: black; }
    footer > div p {
      line-height: 30px;
      max-width: 300px;
      text-align: center;
      margin: 0 auto; }
    footer > div .menu-footer-container {
      text-align: center; }
    footer > div ul li {
      line-height: 25px; }
    footer > div ul .strong {
      font-weight: bold; }
  @media screen and (max-width: 480px) {
    footer {
      padding: 70px 20px 50px; }
      footer > div .logo {
        display: none; }
      footer > div ul {
        margin: 20px auto;
        text-align: center; }
        footer > div ul li a {
          font-size: 18px;
          margin: 10px auto;
          display: block; } }

.footer-bottom {
  background: #b51a00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(-45deg, #9c1600, #b51a00);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(135deg, #9c1600, #b51a00);
  background: linear-gradient(-45deg, #9c1600, #b51a00);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .footer-bottom:last-child {
    margin-right: 0; }
  .footer-bottom > div {
    max-width: 1186px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    color: #e6e6e6; }
    .footer-bottom > div:after {
      content: "";
      display: table;
      clear: both; }
    .footer-bottom > div .company {
      float: right; }
    .footer-bottom > div small {
      color: white; }
    .footer-bottom > div a {
      color: #e6e6e6; }
      .footer-bottom > div a:hover {
        color: #cccccc; }
  @media screen and (max-width: 480px) {
    .footer-bottom > div small {
      width: 100%;
      display: block;
      margin: 5px;
      text-align: center; } }

.header-top {
  height: 35px;
  background: #b51a00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(-45deg, #9c1600, #b51a00);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(135deg, #9c1600, #b51a00);
  background: linear-gradient(-45deg, #9c1600, #b51a00);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
  box-shadow: inset 0 -1px 0 0 #e0dfde;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .header-top > div {
    max-width: 1186px;
    margin-left: auto;
    margin-right: auto;
    line-height: 35px;
    padding: 0 20px; }
    .header-top > div:after {
      content: "";
      display: table;
      clear: both; }
    .header-top > div > div {
      display: inline-block; }
      .header-top > div > div i {
        color: #e6e6e6;
        margin-right: 5px;
        font-size: 17px;
        display: inline-block; }
      .header-top > div > div p {
        margin: 0;
        display: inline-block;
        color: white; }
      .header-top > div > div a {
        color: white; }
    .header-top > div .contact {
      margin-left: 15px; }
      .header-top > div .contact i {
        top: 1px;
        position: relative; }
    .header-top > div .opening-hours {
      float: right;
      font-size: 12px;
      color: white; }
      .header-top > div .opening-hours span {
        margin: 0 5px 0 13px;
        color: #e6e6e6; }
  @media screen and (max-width: 480px) {
    .header-top > div .contact {
      float: right; } }

.navigation {
  height: 150px;
  background-color: white;
  box-shadow: inset 0 -1px 0 0 #e0dfde;
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 100; }
  .navigation > div {
    max-width: 1186px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    height: 100%;
    vertical-align: middle; }
    .navigation > div:after {
      content: "";
      display: table;
      clear: both; }
    .navigation > div .menu-toggle {
      display: none; }
    .navigation > div img {
      vertical-align: middle;
      margin-right: 20px; }
    .navigation > div .menu-primary-container {
      float: right;
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; }
      .navigation > div .menu-primary-container li {
        display: inline-block; }
        .navigation > div .menu-primary-container li a {
          font-size: 22px;
          color: #b51a00;
          margin-left: 15px;
          cursor: pointer; }
          .navigation > div .menu-primary-container li a:hover {
            color: black; }
      .navigation > div .menu-primary-container .current-menu-item a {
        color: black; }
  @media screen and (max-width: 768px) {
    .navigation > div a img {
      width: 250px;
      height: auto; }
    .navigation > div a:first-child {
      margin-top: 25px;
      display: inline-block;
      width: 30px; }
      .navigation > div a:first-child img {
        width: 30px; }
    .navigation > div .menu-primary-container li a {
      margin: 0 0 0 15px; } }
  @media screen and (max-width: 480px) {
    .navigation {
      height: 100px; }
      .navigation > div .logo img {
        width: 220px; }
      .navigation > div .logo:first-child {
        width: 35px;
        margin-top: 5px; }
        .navigation > div .logo:first-child img {
          width: 25px; }
      .navigation > div .menu-primary-container {
        display: none; }
      .navigation > div .menu-primary-container.open {
        display: -webkit-box;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        width: 100%; }
        .navigation > div .menu-primary-container.open li {
          display: block;
          margin: 20px;
          text-align: center; }
          .navigation > div .menu-primary-container.open li a {
            width: auto;
            margin: 0; }
      .navigation > div .menu-toggle {
        display: block;
        z-index: 100;
        position: fixed;
        top: 65px;
        right: 20px;
        padding: 15px 20px;
        border-radius: 5px;
        border: 1px solid #b51a00; }
        .navigation > div .menu-toggle i {
          width: 20px;
          display: block;
          top: 10px;
          left: 10px;
          border-bottom: 1px solid #b51a00;
          position: absolute; }
          .navigation > div .menu-toggle i:nth-child(2) {
            top: 15px; }
          .navigation > div .menu-toggle i:nth-child(3) {
            top: 20px; }
      .navigation > div .menu-toggle.open {
        top: 20px; }
        .navigation > div .menu-toggle.open i {
          top: 15px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
          .navigation > div .menu-toggle.open i:nth-child(2) {
            top: 15px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          .navigation > div .menu-toggle.open i:nth-child(3) {
            top: 15px; } }
  @media screen and (max-width: 320px) {
    .navigation > div .logo img {
      width: 190px; } }

.content {
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: white;
  padding: 30px 20px 50px;
  position: relative; }
  .content > div {
    max-width: 1186px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    line-height: 20px; }
    .content > div:after {
      content: "";
      display: table;
      clear: both; }
    .content > div button {
      margin: 15px 0; }
    .content > div img {
      max-width: 100%;
      height: auto; }
    .content > div h1 {
      font-size: 50px;
      line-height: 50px;
      margin: 15px 0; }
    .content > div h2 {
      font-size: 25px;
      line-height: 25px;
      font-weight: bold;
      margin: 10px 0; }
    .content > div h3 {
      font-size: 20px;
      line-height: 50px;
      font-weight: bold;
      margin: 10px 0; }
    .content > div h4 {
      font-size: 18px;
      font-weight: bold;
      margin: 15px 0; }
    .content > div h5 {
      font-size: 16px;
      font-weight: bold;
      margin: 10px 0; }
    .content > div h1, .content > div h2, .content > div h3, .content > div h4, .content > div h5 {
      display: block;
      width: 100%; }
    .content > div img.full-width {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin: 0; }
    .content > div a {
      color: #b51a00;
      margin-bottom: 14px;
      display: block; }
      .content > div a i {
        min-width: 30px;
        font-size: 21px;
        color: #b51a00;
        display: inline-block;
        text-align: center;
        line-height: 20px; }
      .content > div a .fa-envelope-o {
        font-size: 16px; }
      .content > div a:hover {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: black; }
    .content > div span {
      text-transform: uppercase;
      font-weight: bold;
      color: #333333;
      margin-bottom: 10px;
      display: block;
      line-height: 22px; }
    .content > div p {
      color: #333333;
      line-height: 20px;
      margin-bottom: 14px; }
    .content > div em {
      font-style: italic;
      color: #333333; }
    .content > div strong {
      font-weight: bold;
      color: #333333; }
    .content > div ul {
      padding-left: 20px;
      list-style: disc;
      margin-bottom: 20px;
      color: #333333; }
      .content > div ul li {
        margin-bottom: 7px; }
      .content > div ul ul {
        list-style: circle;
        margin-top: 7px;
        margin-bottom: 0; }
    .content > div ol {
      list-style-type: decimal;
      padding-left: 20px;
      margin-bottom: 20px;
      color: #333333; }
      .content > div ol li {
        margin-bottom: 7px; }
      .content > div ol ol {
        margin-top: 7px;
        margin-bottom: 0; }
    .content > div table {
      border-collapse: collapse;
      border-spacing: 0;
      border: 1px solid #999999;
      margin: 20px 0;
      max-width: 100%;
      overflow: auto; }
      .content > div table thead {
        background-color: #e8e8e8; }
        .content > div table thead tr {
          border-bottom: 1px solid #999999; }
          .content > div table thead tr th {
            text-align: left;
            padding: 10px;
            font-weight: bold;
            border-right: 1px solid #999999;
            color: #2a2a2a; }
      .content > div table tbody tr {
        border-bottom: 1px solid #999999; }
        .content > div table tbody tr td {
          padding: 10px;
          border-right: 1px solid #999999;
          color: #333333; }
    .content > div blockquote {
      padding: 5px 25px 5px 0;
      font-style: italic;
      margin-left: 25px; }
      .content > div blockquote p {
        border-left: 2px solid #eee;
        padding-left: 25px; }
    .content > div code {
      font-family: monospace; }
    .content > div dl {
      margin-bottom: 10px; }
      .content > div dl dt {
        font-weight: bold;
        margin-bottom: 5px;
        color: #333333;
        font-size: 14px; }
      .content > div dl dd {
        margin-bottom: 10px; }
    .content > div .row {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .content > div .row:last-child {
        margin-right: 0; }
    .content > div .half {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .content > div .half:last-child {
        margin-right: 0; }
      .content > div .half:nth-child(2n) {
        margin-right: 0; }
      .content > div .half:nth-child(2n+1) {
        clear: left; }
    .content > div .third {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .content > div .third:last-child {
        margin-right: 0; }
      .content > div .third:nth-child(3n) {
        margin-right: 0; }
      .content > div .third:nth-child(3n+1) {
        clear: left; }
    .content > div .fourth {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .content > div .fourth:last-child {
        margin-right: 0; }
      .content > div .fourth:nth-child(4n) {
        margin-right: 0; }
      .content > div .fourth:nth-child(4n+1) {
        clear: left; }
  @media screen and (max-width: 1200px) {
    .content {
      padding: 70px 30px; } }
  @media screen and (max-width: 1024px) {
    .content > div h1 {
      font-size: 40px; } }
  @media screen and (max-width: 768px) {
    .content {
      padding: 40px 30px; } }
  @media screen and (max-width: 480px) {
    .content {
      padding: 30px 15px;
      text-align: center; }
      .content > div .half {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
        .content > div .half:last-child {
          margin-right: 0; }
      .content > div img {
        float: none;
        margin: 0 auto;
        padding: 0; } }

.row {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .row:last-child {
    margin-right: 0; }

.half {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .half:last-child {
    margin-right: 0; }
  .half:nth-child(2n) {
    margin-right: 0; }
  .half:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 480px) {
    .half {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0; }
      .half:last-child {
        margin-right: 0; } }

.third {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .third:last-child {
    margin-right: 0; }
  .third:nth-child(3n) {
    margin-right: 0; }
  .third:nth-child(3n+1) {
    clear: left; }

.fourth {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  .fourth:last-child {
    margin-right: 0; }
  .fourth:nth-child(4n) {
    margin-right: 0; }
  .fourth:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 480px) {
    .fourth {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0; }
      .fourth:last-child {
        margin-right: 0; } }

button {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  button:focus {
    outline: none; }

button.skew {
  background-color: #b51a00;
  color: white;
  border: 0;
  height: 40px;
  font-size: 11px;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0px, 0px, 0px) skewX(-12deg);
  transform: translate3d(0px, 0px, 0px) skewX(-12deg); }
  button.skew pre {
    color: white;
    -webkit-transform: translate3d(0px, 0px, 0px) skewX(12deg);
    transform: translate3d(0px, 0px, 0px) skewX(12deg); }

.inverted button {
  color: #b51a00;
  background-color: white; }

button.white {
  background-color: white; }
  button.white pre {
    color: black !important; }
  button.white:hover {
    background-color: #4E4D4E; }
    button.white:hover pre {
      color: white !important; }

button.transparent {
  background-color: transparent;
  border: 3px solid white; }
  button.transparent pre {
    color: white !important; }
  button.transparent:hover {
    background-color: white; }
    button.transparent:hover pre {
      color: #333333 !important; }

input, textarea {
  padding: 8px 14px;
  font-size: 18px;
  display: block;
  border-radius: 3px;
  border: 0; }
  input:focus, textarea:focus {
    outline: none; }

select:focus {
  outline: none; }

.screen-reader-response {
  display: none; }

.wpcf7-validation-errors, .wpcf7-not-valid-tip {
  color: #b51a00 !important;
  text-align: center;
  font-size: 18px; }

form {
  background-color: #e8e8e8;
  padding: 30px;
  max-width: 100%;
  overflow: auto;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  form:last-child {
    margin-right: 0; }
  form .select {
    position: relative; }
    form .select select {
      height: 37px; }
    form .select:after {
      position: absolute;
      top: 28px;
      right: 18px;
      border-top: 1px solid #8e8e8e;
      border-right: 1px solid #8e8e8e;
      content: '';
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      width: 7px;
      height: 7px;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all; }
  form input, form textarea, form select {
    width: 100%;
    margin: 15px 0; }
    form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
      color: #333333; }
    form input:-moz-placeholder, form textarea:-moz-placeholder, form select:-moz-placeholder {
      color: #333333; }
    form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
      color: #333333; }
    form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
      color: #333333; }
  form input[type="submit"] {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
    background-color: #b51a00;
    color: #f2f2f2; }
    form input[type="submit"]:hover {
      background-color: #9c1600; }
  form .wpcf7-not-valid {
    border: 1px solid #b51a00; }
  form select {
    line-height: 36px;
    -webkit-appearance: none;
    border-radius: 3px;
    padding: 0 15px;
    border: 0;
    margin: 15px 0 2px;
    font-size: 17px; }
    form select:target {
      outline: none; }
  form textarea {
    height: 90px; }
  form p {
    max-width: 100% !important;
    width: 100%; }
  form button {
    float: right; }
    form button pre {
      font-size: 15px; }
    form button:hover {
      background-color: #9c1600; }
  @media screen and (max-width: 480px) {
    form {
      padding: 30px; }
      form div {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
        form div:last-child {
          margin-right: 0; }
        form div input, form div select, form div textarea {
          width: 100%;
          margin: 5px 0 !important;
          display: block;
          float: left; }
      form .select:after {
        top: 19px; } }

#breadcrumbs {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0; }
  #breadcrumbs:last-child {
    margin-right: 0; }
  #breadcrumbs span, #breadcrumbs a {
    display: inline-block;
    float: left;
    margin-right: 10px;
    position: relative; }
  #breadcrumbs a {
    padding-right: 10px; }
    #breadcrumbs a:after {
      content: '';
      border-top: 1px solid #b51a00;
      border-right: 1px solid #b51a00;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 5px;
      height: 5px;
      right: 0;
      top: 8px;
      position: absolute; }
  @media screen and (max-width: 1024px) {
    #breadcrumbs {
      top: -45px; }
      #breadcrumbs span, #breadcrumbs a {
        font-size: 14px; } }
  @media screen and (max-width: 480px) {
    #breadcrumbs {
      display: none; } }

.hero {
  background: #4E4D4E;
  background: -webkit-linear-gradient(-45deg, #4E4D4E, #414041);
  background: -webkit-linear-gradient(135deg, #4E4D4E, #414041);
  background: linear-gradient(-45deg, #4E4D4E, #414041);
  background: url(./assets/art/garage_dark.jpg) no-repeat center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: cover;
  height: calc(100vh - 185px);
  opacity: 0;
  margin-top: 185px; }
  @media screen and (max-width: 480px) {
    .hero {
      height: calc(100vh - 135px);
      margin-top: 135px; } }

.front > div p {
  max-width: 700px;
  font-size: 24px;
  line-height: 30px;
  margin: 10px auto;
  text-align: center;
  max-width: 700px; }

.front #services {
  top: -140px; }

@media screen and (max-width: 768px) {
  .front #services {
    padding: 0;
    top: -150px;
    margin-bottom: 270px; }
    .front #services .service {
      width: calc(25% - 10px);
      margin: 0 5px 30px; }
      .front #services .service div {
        padding: 15px 5px; } }

@media screen and (max-width: 480px) {
  .front #services {
    top: -140px;
    margin-bottom: -100px; }
    .front #services .service {
      width: calc(50% - 10px);
      height: auto; } }

@media screen and (max-width: 480px) {
  .front #services {
    top: -140px;
    margin-bottom: -100px; }
    .front #services .service {
      width: calc(100% - 10px);
      height: auto; } }

.loaded .hero {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 1; }

#map {
  height: 450px;
  width: 100%; }
  @media screen and (max-width: 480px) {
    #map {
      display: none; } }

#contact {
  position: relative;
  padding-bottom: 0;
  margin-top: 185px; }
  #contact:after {
    width: 50%;
    right: 0;
    position: absolute;
    content: '';
    height: 100%;
    background-color: #e8e8e8;
    top: 0;
    z-index: 0; }
  #contact > div {
    z-index: 10; }
    #contact > div a {
      font-size: 18px; }
    #contact > div .opening-times {
      background-color: #4E4D4E;
      border-radius: 5px;
      padding: 10px 20px; }
      #contact > div .opening-times p {
        font-size: 20px;
        color: white; }
      #contact > div .opening-times div {
        display: inline-block;
        margin: 10px 10px 10px 0; }
      #contact > div .opening-times h4, #contact > div .opening-times span, #contact > div .opening-times strong {
        color: white; }
      #contact > div .opening-times span {
        margin-bottom: 0; }
    #contact > div form {
      top: -125px;
      position: relative;
      margin-bottom: -100px; }
      #contact > div form h2 {
        margin-bottom: 50px;
        font-size: 50px;
        line-height: 50px;
        font-weight: 300; }
  @media screen and (max-width: 480px) {
    #contact {
      margin-top: 135px; }
      #contact:after {
        display: none; }
      #contact > div .opening-times {
        margin-top: 30px; }
        #contact > div .opening-times > div {
          width: 100%;
          margin: 10px 0; }
      #contact > div form {
        top: 0;
        margin: 30px 0; } }

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