/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
h1, h2, h3, h4 {
  color: #c12026;
  font-weight: 700;
  text-transform: uppercase; }

h3, h4, h5 {
  color: #c12026; }

h2 {
  font-size: 40px;
  font-size: 4rem; }

a {
  color: #c12026;
  text-decoration: none; }

.title, .content {
  padding: 0 20px; 
}
@media (min-width: 601px) {
  .title, .content {
    padding: 0 40px; 
  }
}

.half {
  zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%; }
  .half:before, .half:after {
    content: '';
    display: table; }
  .half:after {
    clear: both; }
  .half:nth-child(2n) {
    margin-right: 0%;
    float: right; }
  .half:nth-child(2n + 1) {
    clear: both; }
  @media (max-width: 600px) {
    .half {
      zoom: 1;
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      margin-left: 0%;
      margin-right: 3%; }
      .half:before, .half:after {
        content: '';
        display: table; }
      .half:after {
        clear: both; }
      .half:nth-child(1n) {
        margin-right: 0%;
        float: right; }
      .half:nth-child(1n + 1) {
        clear: both; } }

.button {
  padding: 10px 25px;
  background: #c12026;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  border: 0;
  border-bottom: 3px solid #a71c21; }

html {
  font-size: 62.5%; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  text-rendering: optimizeLegibility;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'Source Sans Pro', sans-serif;
  color: #555;
  background: #c12026 url(../images/bg.jpg) no-repeat center fixed;
  background-size: cover; }

.wrapper {
  max-width: 1190px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 0 0 0; }

.title {
  zoom: 1;
  margin-top: 0px;
  line-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .title:before, .title:after {
    content: '';
    display: table; }
  .title:after {
    clear: both; }
  .title h2 {
    margin: 10px 0;
    line-height: 60px; }
  .title .logo {
    zoom: 1;
    flex-grow: 1;
    /*
    float: left;
    display: inline;
    margin-left: 0%;
    margin-right: 3%; 
    width: 22.75%;
    */
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0; }
    .title .logo:before, .title .logo:after {
      content: '';
      display: table; }
    .title .logo:after {
      clear: both; }
    .title .logo:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .title .logo:nth-child(2n + 1) {
      clear: both; }
    @media (max-width: 600px) {
      .title .logo {
        text-align: center; }
        .title .logo img {
          display: block;
          margin: 0;
          max-width: 95%;
          height: auto; } }
  .title nav {
    zoom: 1;
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    /*width: 74.25%;
    margin-right: 3%;*/
    margin-left: 0%;
    text-align: right; }
    .title nav:before, .title nav:after {
      content: '';
      display: table; }
    .title nav:after {
      clear: both; }
    .title nav:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .title nav:nth-child(2n + 1) {
      clear: both; }
    @media (max-width: 600px) {
      .title nav {
        zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%; }
        .title nav:before, .title nav:after {
          content: '';
          display: table; }
        .title nav:after {
          clear: both; }
        .title nav:nth-child(1n) {
          margin-right: 0%;
          float: right; }
        .title nav:nth-child(1n + 1) {
          clear: both; } }
    .title nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .title nav ul li {
        display: inline; }
        .title nav ul li a {
          display: inline-block;
          padding: 0px 30px;
          text-transform: uppercase;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700;
          color: #c12026;
          -webkit-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -ms-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease;
          text-align: center;
          margin-right: -4px;
          border-bottom: 2px solid #fff;
          line-height: 60px;
          height: 60px; }
          .title nav ul li a:hover {
            box-shadow: 0 -100px 0 #c12026 inset;
            color: #fff;
            border-bottom: 2px solid #a71c21; }
      @media (max-width: 600px) {
        .title nav ul {
          text-align: center; }
          .title nav ul li {
            display: block;
            height: 60px; }
          .title nav ul a {
            display: block;
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 400;
            text-transform: lowercase;
            padding: 0;
            height: 60px;
            line-height: 60px;
            width: 100%; } }
    .title nav .nav-links {
      display: flex;
      list-style: none;
      gap: 20px;
      margin: 0;
      padding: 0; }
    .title .menu-toggle {
      display: none;
      background: none;
      border: none;
      color: #c12026;
      font-size: 36px;
      cursor: pointer; }
      .title .menu-toggle .icon-close {
        display: none; }
    @media (max-width: 600px) {
      .title.navbar.open .menu-toggle .icon-close {
        display: inline;
        z-index: 2;
        position: fixed;
        top: 70px;
        right: 20px;
      }
    }
    @media (max-width: 768px) {
      .title .menu-toggle {
        display: block; /* Show hamburger button */
      }
      .title.navbar.open .menu-toggle .icon-open {
        display: none; }
      .title.navbar.open .menu-toggle .icon-close {
        display: inline;
      }
      .title nav {
        display: none; }
      .title.open nav {
        display: flex;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 1;
        min-width: 50%; }
      .title nav .nav-links {
        /*display: none; /* Hide links by default */
        flex-direction: column;
        width: 100%;
        background-color: #fff4f4;
        padding: 20px;
        box-sizing: border-box;
      }
      .title nav .nav-links li {
        text-align: center;
        margin: 10px 0;
      }
    }
    /*@media (min-width: 769px) {
      .title .menu-toggle { display:none; }}*/

header {
  margin-top: 20px;
}
header img {
  width: 100%;
}
@media (max-width: 600px) {
  body:not(.front) header {
    display: none; 
  }
  header .slider img {
    width: auto;
    /*min-height: 25vh;*/
  } 
}

.content {
  zoom: 1;
  margin-top: 0px; }
  .content:before, .content:after {
    content: '';
    display: table; }
  .content:after {
    clear: both; }
  /*@media (max-width: 600px) {
    .content {
      margin-top: 30px; } }*/
  .content .main-text {
    zoom: 1;
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%; }
    .content .main-text:before, .content .main-text:after {
      content: '';
      display: table; }
    .content .main-text:after {
      clear: both; }
    .content .main-text:last-child {
      margin-right: 0%; }
    @media (max-width: 600px) {
      .content .main-text {
        zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%; }
        .content .main-text:before, .content .main-text:after {
          content: '';
          display: table; }
        .content .main-text:after {
          clear: both; }
        .content .main-text:last-child {
          margin-right: 0%; } }
    .content .main-text p {
      text-align: justify; }
    @media (max-width: 600px) {
      .content .main-text h2 {
        text-align: center; } }
  .content aside {
    zoom: 1;
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 10px;
    background: #c12026;
    color: #fff;
    margin-top: 40px;
    text-align: center; }
    .content aside:before, .content aside:after {
      content: '';
      display: table; }
    .content aside:after {
      clear: both; }
    .content aside:last-child {
      margin-right: 0%; }
    @media (max-width: 600px) {
      .content aside {
        zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
        padding: 20px; }
        .content aside:before, .content aside:after {
          content: '';
          display: table; }
        .content aside:after {
          clear: both; }
        .content aside:last-child {
          margin-right: 0%; } }
    .content aside h2 {
      margin: 0; }
    .content aside h1, .content aside h2, .content aside h3, .content aside h4 {
      color: #fff;
      font-weight: 400; }
    .content aside h3 {
      font-size: 19px;
      font-size: 1.9rem; }
      .content aside h3 b {
        font-size: 30px;
        font-size: 3rem; }
    .content aside img {
      max-width: 100%;
      margin-bottom: 20px; }

.review {
  padding: 15px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  margin-bottom: 20px; }

/*.review > p { text-align: left!important; }*/

.gallery a {
  zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%; }
  .gallery a:before, .gallery a:after {
    content: '';
    display: table; }
  .gallery a:after {
    clear: both; }
  .gallery a:nth-child(3n) {
    margin-right: 0%;
    float: right; }
  .gallery a:nth-child(3n + 1) {
    clear: both; }
  .gallery a img {
    width: 100%;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .gallery a img:hover {
      opacity: 0.5; }
  .map {
    padding: 10px;
    background: #c12026;
    overflow: auto;
    clear: both;
    display: inline-block;
  }
form div {
  margin-bottom: 10px; }
form .half label {
  zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%; }
  form .half label:before, form .half label:after {
    content: '';
    display: table; }
  form .half label:after {
    clear: both; }
  form .half label:last-child {
    margin-right: 0%; }
form input[type="text"] {
  zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%; }
  form input[type="text"]:before, form input[type="text"]:after {
    content: '';
    display: table; }
  form input[type="text"]:after {
    clear: both; }
  form input[type="text"]:last-child {
    margin-right: 0%; }
form textarea {
  zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%; }
  form textarea:before, form textarea:after {
    content: '';
    display: table; }
  form textarea:after {
    clear: both; }
  form textarea:last-child {
    margin-right: 0%; }
form input[type="submit"] {
  outline: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  margin-top: 10px; }

.services img {
  margin: 10px;
  border-radius: 10px; }

footer {
  margin-top: 70px;
  background: #eee;
  color: #555;
  padding: 20px 40px;
  position: relative;
  text-align: center; }
  footer a {
    color: #555; }
  footer ul {
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
    text-align: center; }
    footer ul li {
      display: inline; }
      footer ul li a {
        display: inline-block;
        padding: 20px 40px;
        text-transform: uppercase;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        color: #555;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: center;
        margin-right: -4px; }
        footer ul li a:hover {
          color: #a71c21; }
