/* default overwrites */
a{
	color: #CBAB73;
}
a:hover{
	color: #CBAB73;
}
/* end overwrites */

.navbar-logo {
  height: 100%;
  max-height:130px;
}

.navbar {
  width: 90%;
  margin: auto;
  height: 6em;
  padding: 0;
  background-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .navbar-nav {
  position: absolute;
  right: 0;
  width: 65vw;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
  background-color: white;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  padding: 1em 1em 1em 0em;
}

.navbar .nav-item {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 0.9em;
}

.navbar .nav-item a {
	color: rgba(0,0,0,.5);
}
.navbar .active a{
	color: #CBAB73 !important;
}

.navbar .active .nav-link, .navbar .active a .nav-link a {
  color: #CBAB73 !important;
}

@media (min-width: 768px) {
  .navbar {
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    background-color: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 0 !important;
    max-width: 800px;
  }
}

.carousel-inner {
  min-height: 50vh;
}

.slideshow-background {
  position: relative;
  min-height: 50vh !important;
}

.slideshow-background img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  min-height: 50vh;
}

.slideshow-background .overlay {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel-item {
  position: relative;
  min-height: 50vh;
}

.carousel-heading {
  color: #CBAB73;
  text-transform: uppercase;
  font-family: Serif;
  letter-spacing: 0.05em;
  font-size: 2em;
  margin: 0em;
  margin-bottom: -0.1em;
}

.carousel-subheading {
  color: white;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-family: "Lato", Arial;
  margin: 0em;
}

.carousel-caption {
  -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;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  height: 100%;
  max-width: 900px;
}

.carousel-caption i {
  color: #CBAB73;
  font-size: 2em;
}

.carousel-link {
  text-transform: uppercase;
  font-size: 1em;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-link a {
  text-decoration: none;
  color: white;
  letter-spacing: 0.05em;
  margin: 0em 1em;
}

.carousel-indicators {
  margin-bottom: 1em;
}

.carousel-indicators li {
  height: 0.75em;
  width: 0.75em;
  background-color: transparent;
  border: 2px white solid;
}

.carousel-indicators li.active {
  background-color: white;
}

@media (min-width: 768px) {
  .carousel-caption {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}

@media (max-width: 992px) {
  .navbar-logo {
  height: 100%;
  max-height:100px;
}
}

@media (min-width: 992px) {
  .carousel-caption {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  .carousel-heading {
    font-size: 3.5em;
  }
  .carousel-subheading {
    font-size: 2.2em;
  }
  .carousel-link {
    font-size: 1.5em;
  }
}

header {
  background-color: white;
  -webkit-box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
}

.top-contact {
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5%;
  height: 2em;
  font-size: 0.9em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-contact span {
  color: #CBAB73;
  margin-left: 2em;
}

body {
  font-family: "Lato", Arial;
  padding-top: 4em;
}

.link-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 2px;
  background-color: #CBAB73;
}

.section-heading {
  font-family: Serif;
  letter-spacing: 0.02em;
  text-align:center;
}

.section-subheading {
  font-family: Serif;
  letter-spacing: 0.02em;
  font-size: 1.2em;
  margin-bottom: 1rem;
  text-align:center;
}
#navbarNav a, .top-contact a, .navbar-nav a, .contacts a{
	text-decoration: none;
}
#navbarNav a:hover, .top-contact a:hover, .navbar-nav a:hover, .contacts a:hover{
	text-decoration: underline;
}
.content{
	padding-top:40px;
}
.container, .container-fluid {
  margin-top: 4em;
}

.heading-underline {
  color: #CBAB73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

.heading-underline::after {
  content: ' ';
  display: block;
  height: 3px;
  width: 10em;
  margin-left: 1em;
  background-color: #CBAB73;
}

.cta a {
  color: #CBAB73;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta a::after {
  content: ' ';
  display: block;
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 1em;
  background-color: #CBAB73;
}

.homepage-about-img {
  height: 25em !important;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.homepage-about-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  left: -50%;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.section-1 {
  padding: 0 3em;
  max-width: 1500px;
}

.section-1 .d-lg-none {
  text-align: center;
}

.section-2 {
  background-color: #333333;
  padding: 4em;
  color: white;
}

.section-2 .section-top {
  -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;
  margin-bottom: 1em;
}

.section-2 .section-middle .col-md {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}

.section-2 .container {
  margin-top: 0em;
}

.heading-underline-centred {
  color: #CBAB73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
  width: 90%;
}

.heading-underline-centred .after {
  display: block;
  height: 3px;
  width: 10em;
  margin-left: 1em;
  background-color: #CBAB73;
}

.heading-underline-centred .before {
  display: block;
  height: 3px;
  width: 10em;
  margin-right: 1em;
  background-color: #CBAB73;
}

.homepage-fleet-image {
  height: 10em;
}

.homepage-fleet-heading {
  margin-top: 1em;
  font-weight: 700;
}

.homepage-fleet-subheading {
  font-size: 0.9em;
}

.homepage-service-image {
  height: 15em;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 1em;
}

.cta-centred {
  color: #CBAB73;
  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;
  margin-bottom: 1em;
  width: 100%;
  max-width: 35em;
  margin: auto;
}

.cta-centred a {
  color: #CBAB73;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  width: 8em;
}

.cta-centred .after {
  display: block;
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 1em;
  background-color: #CBAB73;
}

.cta-centred .before {
  display: block;
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 1em;
  background-color: #CBAB73;
}

.section-3 {
  padding: 3em;
  color: #333333;
  margin-top: 1em;
  text-align: center;
}

.section-3 .section-top {
  -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;
  margin-bottom: 1em;
}

.section-3 .section-middle .col-md {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}

.section-4 {
  padding: 0;
  margin-top: 0em;
  height: 20em;
  overflow: hidden;
  position: relative;
  color: white;
}

.section-4 img {
  width: 100%;
  height: 20em;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-4 .container {
  max-width: 70em;
  position: relative;
  z-index: 20;
  padding: 0 1em;
}

.section-4 .hb-heading, .section-4 .hb-subheading {
  font-family: Serif;
}

.section-4 .section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-4 .hb-heading {
  text-align: right;
  font-size: 1.5em;
  min-width: 6em;
  color: #CBAB73;
}

.section-4 .hb-subheading {
  font-size: 1.2em;
  line-height: 1.2em;
}

.section-4 .line {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 2px !important;
          flex: 0 0 2px !important;
  margin: 0 1em;
  height: 2.7em;
  background-color: #CBAB73;
}

.section-4 .section-middle {
  text-align: center;
  width: 90%;
  margin: 1em auto;
}

.section-4 .cta-centred {
  width: 90%;
}

.section-4 .d-md-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3em;
}

.section-4 .d-md-block .hb-heading {
  font-size: 2em;
}

.section-4 .d-md-block .hb-subheading {
  font-size: 1.5em;
}

.section-4 .d-md-block .line {
  width: 2px !important;
  height: 10em;
}

.section-4 .d-md-block .section-middle {
  width: initial;
  margin: 0 2em;
}

.section-5 {
  background-color: rgba(203, 171, 115, 0.9);
  min-height: 20em;
  margin-top: 0em;
  padding: 4em 0;
  margin-bottom: 0;
}

.section-5 .section-top {
  width: 80%;
  margin: auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-5 h3 {
  color: white;
}

.section-5 .heading-underline-centred {
  color: white;
  margin-bottom: -2em;
}

.section-5 .heading-underline-centred .before, .section-5 .heading-underline-centred .after {
  background-color: white;
}

.section-5 .hp-gallery-image {
  height: 15em;
  width: 90%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 1em;
}

.section-5 .hp-gallery-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 15em;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.25);
}

.section-5 .section-bottom {
  width: 80%;
  margin: auto;
}

.section-5 .cta-centred {
  margin-top: 2em;
}

.section-5 .cta-centred .before, .section-5 .cta-centred .after {
  background-color: white;
}

.section-5 .cta-centred a {
  color: white;
}

footer {
  background-color: #333333;
  margin-top: 0em;
  font-size: 0.9em;
  padding: 2em 0;
  color: white;
}

footer .container {
  margin-top: 1em;
  width: 75%;
  padding: 0;
}

footer .btn {
  background-color: #CBAB73;
  color: white;
  border: none;
  padding: 0.5em 0.8em;
  font-size: 0.9rem;
  font-weight: 700;
}

footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .row .col {
  padding: 0;
}

footer span {
  color: #CBAB73;
}

footer .contacts {
  text-align: right;
}

footer ul {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 1em;
}

footer ul li {
  padding: 0 2%;
}

footer ul li a {
  color: white;
  font-weight: 700;
  line-height: 0.5em;
}

footer ul .divider {
  display: block;
  width: 0.15em;
  height: 1em;
  background-color: white;
}

footer .copyright {
  margin-top: 1em;
  font-size: 0.8rem;
  display: inline-block;
  width:100%;
  text-align:center;

}

footer .copyright span {
  font-weight: 700;
  color: white;
}

footer .footer-left {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 40em;
}

footer .footer-left .row {
  width: 100%;
}

footer .footer-left ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-left .contacts {
  margin-top: 0.5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0em;
}

footer .footer-left .contacts .btn {
  padding: 0.2em 0.8em;
}

footer .footer-left .contacts div {
  text-align: left;
}

footer .d-lg-block {
  position: relative;
  width: 90%;
}

footer .d-lg-block .copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .top-contact {
    padding-right: 10%;
  }
  .section-4 {
    height: 18em;
  }
  .section-4 img {
    height: 18em;
  }
}

@media (min-width: 992px) {
  .homepage-about-img {
    max-height: 20em;
  }
  .section-4 .d-md-block .hb-heading {
    font-size: 3em;
  }
  .section-4 .d-md-block .hb-subheading {
    font-size: 2em;
  }
}
/*# sourceMappingURL=style.css.map */