@charset "UTF-8";
body {
  margin: 0; }

header,
.content,
.navigation-footer .navigation-list {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px; }

img {
  max-width: 100%; }

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

@media screen and (max-width: 768px) {
  .tablet-hidden {
    display: none; } }

body {
  font-family: "Tahoma", "Open Sans", sans-serif;
  color: #555; }

h1 {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 8.4px;
  text-transform: uppercase;
  margin-bottom: 0px; }

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 9px;
  text-transform: uppercase; }

h3 {
  text-transform: uppercase; }

.background {
  position: relative;
  max-height: 600px;
  overflow: hidden; }

.background-content {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.contact-info {
  margin-right: 0;
  margin-left: 50px;
  margin-bottom: 60px; }
  .contact-info h2 {
    letter-spacing: normal;
    font-size: 24px; }
  .contact-info p {
    line-height: 1.4;
    margin: 0; }
    .contact-info p:nth-of-type(3), .contact-info p:nth-of-type(4) {
      font-family: "Times New Roman", Times, serif; }

.content-box-wrapper {
  position: relative;
  width: 60%;
  margin-left: auto; }

.form-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

@media screen and (max-width: 480px) {
  .background-content {
    position: static;
    background: white; }
  .contact-info {
    width: 100%; }
  .content-box-wrapper {
    width: 100%; } }

@media screen and (max-width: 480px) {
  .contact-info {
    margin-bottom: 20px;
    margin-left: 0; }
  .form-wrapper {
    position: static;
    -webkit-transform: none;
            transform: none; } }

@media screen and (max-width: 768px) {
  .box-image {
    display: none; } }

.slick-initialized .slick-track .slick-slide {
  height: 320px; }

.carousel-slides {
  background: #8B8B8B;
  padding: 0; }

.slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%; }
  .slick-slide img:hover {
    cursor: pointer; }

.carousel-description {
  margin: 0 32px; }
  .carousel-description h1, .carousel-description h2, .carousel-description h3 {
    letter-spacing: normal;
    margin-bottom: 0; }
  .carousel-description .year {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    margin-top: 0; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 134px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #555;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: black;
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: "<"; }
    [dir="rtl"] .slick-prev:before {
      content: ">"; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: ">"; }
    [dir="rtl"] .slick-next:before {
      content: "<"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.decoration {
  margin: 50px auto 30px;
  width: 48px;
  min-height: 2px;
  height: 8px;
  border-radius: 7px;
  background-color: #d4b783;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.25); }

form {
  width: 230px; }
  form input,
  form textarea {
    box-sizing: border-box;
    font-family: "Times New Roman", Times, serif;
    width: 100%;
    border: 0;
    margin: 0 0 5px;
    padding: 5px; }
  form textarea {
    min-height: 130px; }
  form button {
    font-family: "Times New Roman", Times, serif;
    background: #d4b783;
    color: white;
    display: block;
    border: 0;
    box-shadow: none;
    margin-left: auto;
    margin-right: 0;
    padding: 6px 3px; }

@media screen and (max-width: 480px) {
  form {
    width: 100%; }
    form input,
    form textarea {
      border: 1px #555 solid; } }

.navigation-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex; }

.navigation-item {
  padding: 0 15px; }

.navigation-link {
  text-decoration: none; }

.navigation.navigation-header .navigation-list {
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom: 1px #000 solid;
  margin-top: 0;
  padding-left: 0; }

.navigation.navigation-header .navigation-item {
  position: relative;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  line-height: 1.3; }
  .navigation.navigation-header .navigation-item.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 11px 0 11px;
    border-color: #000 transparent transparent transparent; }
  .navigation.navigation-header .navigation-item.active .navigation-link {
    color: #5E3C17; }

.navigation.navigation-header .navigation-link {
  color: #000; }

.navigation.navigation-footer {
  background: #555;
  padding: 50px 0 20px;
  margin-top: 20px; }
  .navigation.navigation-footer .navigation-list {
    margin-bottom: 0; }
  .navigation.navigation-footer .navigation-item {
    font-family: "Times New Roman", Times, serif; }
    .navigation.navigation-footer .navigation-item.active .navigation-link {
      color: #000; }
  .navigation.navigation-footer .navigation-link {
    color: #D1D1D1; }

@media screen and (max-width: 480px) {
  .navigation.navigation-header .navigation-list,
  .navigation.navigation-footer .navigation-list {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .navigation-item {
    padding: 0; } }

.overlay-open {
  overflow: hidden; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .overlay.is-visible {
    display: block; }
  .overlay img {
    position: absolute;
    max-height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 20px;
    box-sizing: border-box; }

.overlay-content {
  position: relative;
  height: 99vh;
  width: 99vw; }

.overlay-close {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  font-size: 0; }
  .overlay-close:hover {
    cursor: pointer; }
  .overlay-close:after {
    content: "X";
    color: white;
    font-size: 20px; }

.grid .gi-1 {
  width: calc(16.66667% - 4px); }

.grid .gi-2 {
  width: calc(33.33333% - 4px); }

.grid .gi-3 {
  width: calc(50% - 4px); }

.grid .gi-4 {
  width: calc(66.66667% - 4px); }

.grid .gi-5 {
  width: calc(83.33333% - 4px); }

.grid .gi-6 {
  width: calc(100% - 4px); }

.grid .grid-item img {
  width: 100%;
  transition: opacity 1s ease; }
  .grid .grid-item img:hover {
    opacity: 0.2;
    cursor: pointer; }

.side-by-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center; }
  .side-by-side.last {
    margin-bottom: 120px; }
  .side-by-side.heading {
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .side-by-side.heading {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: normal;
            align-items: normal; } }
  @media screen and (max-width: 480px) {
    .side-by-side {
      -ms-flex-direction: column;
          flex-direction: column; }
      .side-by-side.mobile {
        -ms-flex-direction: row;
            flex-direction: row; }
        .side-by-side.mobile .right {
          -ms-flex-item-align: center;
              align-self: center; }
          .side-by-side.mobile .right.text {
            width: 15%; } }

@media screen and (max-width: 768px) {
  .tablet-wrap {
    -ms-flex-direction: column;
        flex-direction: column; } }

.two-items .carousel {
  width: 50%; }
  .two-items .carousel .carousel-slides {
    height: 320px; }

.three-items .carousel {
  width: calc(33.33% - 20px); }
  .three-items .carousel .carousel-slides {
    height: 320px; }
  @media screen and (max-width: 480px) {
    .three-items .carousel {
      width: 100%; } }

.carousels {
  margin: -10px; }
  .carousels .carousel {
    margin: 10px; }

.carousel-and-text {
  margin: 50px 0; }
  .carousel-and-text .carousel {
    width: 33.33%; }
  .carousel-and-text .text {
    width: 66.66%;
    padding: 30px 100px; }
  @media screen and (max-width: 480px) {
    .carousel-and-text .carousel,
    .carousel-and-text .text {
      width: 100%; } }

.heading {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media screen and (max-width: 480px) {
    .heading {
      -ms-flex-direction: row;
          flex-direction: row; } }

.image:nth-of-type(2) {
  z-index: 1; }

.image img {
  max-height: 620px; }

.intro .text {
  font-family: "Times New Roman", Times, serif;
  line-height: 1.4;
  width: 50%;
  padding: 0;
  margin: 65px 0; }
  @media screen and (max-width: 480px) {
    .intro .text {
      width: 100%; } }

.pricing h2 {
  margin-bottom: 0;
  letter-spacing: 5px; }

.pricing h3 {
  text-transform: none;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 0; }

.pricing ul {
  margin-top: 10px;
  padding-left: 30px; }
  .pricing ul ul {
    margin-top: 0; }

.pricing p {
  margin: 0; }

.pricing .text {
  padding: 0;
  line-height: 1.2;
  font-size: 15px; }

.pricing .side-by-side {
  -ms-flex-align: normal;
      align-items: normal;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .pricing .side-by-side .right {
    text-align: right;
    width: 30%; }

@media screen and (max-width: 480px) {
  .pricing .side-by-side {
    margin-bottom: 40px; }
    .pricing .side-by-side.title {
      margin: 40px 0 0; }
      .pricing .side-by-side.title h2 {
        margin: 0; }
  .pricing .text.right {
    width: 100%;
    text-align: left; } }

.text {
  padding: 30px; }

.center,
p.center {
  text-align: center; }

.single {
  padding: 125px 100px 95px; }
  .single p {
    font-size: 17px;
    line-height: 1.9;
    margin: 15px 140px; }
    @media screen and (max-width: 768px) {
      .single p {
        margin: 0; } }

.small {
  font-size: 14px;
  text-align: justify; }

.featured-paragraph {
  text-transform: uppercase;
  letter-spacing: 0.55em; }

.info {
  font-family: "Times New Roman", Times, serif;
  margin-right: 40px; }

@media screen and (max-width: 480px) {
  .single {
    padding: 20px 0; } }

.vertical-space {
  line-height: 1.7; }

.center h2 {
  font-family: "Tahoma", "Open Sans", sans-serif; }

.narrow {
  letter-spacing: 1em;
  margin-left: 50px;
  margin-right: 50px; }
  @media screen and (max-width: 480px) {
    .narrow {
      margin: 0;
      letter-spacing: 0.5em; } }
  .narrow + p {
    font-size: 17px;
    line-height: 1.4; }

.small-heading {
  font-weight: normal;
  font-size: 15px; }
