p {
  margin-bottom: 10px;
}

.section-hero {
  margin-top: 35px;
  padding-top: 168px;
  padding-bottom: 185px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 25, 29, 0.47)), to(rgba(21, 25, 29, 0.47)));
  background-image: linear-gradient(180deg, rgba(21, 25, 29, 0.47), rgba(21, 25, 29, 0.47));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.brand {
  width: 35%;
  height: 130px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.brand.w--current {
  width: 40%;
}

.nav-link {
  height: 80px;
  padding: 61px 16px;
  border: 4px solid transparent;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 2px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: transparent;
  color: #012dbe;
  font-size: 12px;
}

.nav-link.w--current {
  border-top-color: #000;
  color: #000;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-top: 1px none #012dbe;
  border-bottom: 1px solid rgba(100, 98, 98, 0.35);
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21), inset 0 4px 0 0 #012dbe;
}

.body-all-pages {
  padding-top: 80px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.section-basic {
  padding-top: 53px;
  padding-bottom: 31px;
}

.section-basic.cta {
  padding-top: 90px;
  padding-bottom: 87px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 179, 255, 0.88)), to(rgba(44, 179, 255, 0.88))), url('../images/GettyImages-854690924.jpg');
  background-image: linear-gradient(180deg, rgba(44, 179, 255, 0.88), rgba(44, 179, 255, 0.88)), url('../images/GettyImages-854690924.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-basic.cta._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44))), url('../images/GettyImages-1006322426.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url('../images/GettyImages-1006322426.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-basic.testimonials {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-basic.features {
  overflow: hidden;
  height: auto;
  border-bottom-color: #b1b0b0;
}

.section-basic.welcome-section {
  padding-top: 54px;
  padding-bottom: 54px;
}

.section-basic.contact-section {
  padding-bottom: 94px;
}

.section-basic.contact-section.graaay {
  padding-top: 73px;
  background-color: #e0e0e0;
}

.section-basic.rates {
  padding-top: 54px;
  background-color: #264430;
}

.section-basic.rates {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url('../images/GettyImages-977930646.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/GettyImages-977930646.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-basic.welcome-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-basic.welcome-section.interior {
  padding-top: 52px;
  padding-bottom: 40px;
}

.section-basic.welcome-section.vh100 {
  height: 100%;
}

.section-basic.vh {
  height: 100%;
}

.slide {
  padding-top: 80px;
  padding-bottom: 94px;
  text-align: center;
}

.slider {
  height: auto;
  background-color: #f1f0f0;
}

.footer {
  padding: 33px 33px 40px;
  background-color: #000;
}

.all-h1-headings {
  margin-bottom: 20px;
}

.all-h1-headings.hero {
  display: block;
  width: 100%;
  margin: 0px auto 40px;
  padding-right: 2px;
  padding-left: 2px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 88px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}

.button {
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 24px;
  text-align: center;
}

.button.tabs {
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
}

.button.cta-button {
  padding: 25px 45px;
  float: none;
  border: 0px none #fff;
  border-radius: 4px;
  background-color: #0097ff;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.button.cta-button:hover {
  border-color: #da3431;
  background-color: #000;
}

.button.hero-button {
  margin-bottom: 25px;
  padding: 19px 49px;
  border-style: solid;
  border-width: 2px;
  border-color: #012dbe;
  border-radius: 4px;
  background-color: #012dbe;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button.hero-button:hover {
  border-color: #000;
  background-color: #000;
}

.button.hero-button.width-full {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-color: #012dbe;
  background-color: #012dbe;
}

.button.hero-button.nobottom {
  margin-bottom: 0px;
}

.button.hero-button.white {
  border-width: 2px;
  border-color: #002069;
  background-color: transparent;
  color: #002069;
}

.button.hero-button.white:hover {
  border-color: #000;
  background-color: #000;
}

.button.hero-button.white.home {
  border-color: #fff;
  color: #fff;
}

.button.hero-button.white.home:hover {
  border-color: #000;
}

.button.submit {
  width: 100%;
  margin-left: 0px;
  padding: 20px 42px;
  border-radius: 4px;
  background-color: #012dbe;
  font-size: 18px;
  text-transform: uppercase;
}

.button.submit:hover {
  background-color: #000;
}

.button.submit.green {
  background-color: #012dbe;
}

.button.cta-button {
  padding: 25px 45px;
  float: none;
  border: 0px none #fff;
  border-radius: 4px;
  background-color: #73a5ce;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.button.cta-button:hover {
  border-color: #da3431;
  background-color: #002849;
}

.button.cta-button.parts-order {
  margin-bottom: 60px;
  background-color: #49b5ff;
}

.button.cta-button.parts-order:hover {
  background-color: #025da8;
}

.button.cta-button {
  padding: 25px 45px;
  float: none;
  border: 0px none #fff;
  border-radius: 4px;
  background-color: #ddb78d;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.button.cta-button:hover {
  border-color: #da3431;
  background-color: #000;
}

.button.submit {
  width: 100%;
  margin-left: 0px;
  padding: 20px 42px;
  border-radius: 4px;
  background-color: #2cb3ff;
  font-size: 18px;
  text-transform: uppercase;
}

.button.submit:hover {
  background-color: #000;
}

.button.submit-copy {
  width: 100%;
  margin-left: 0px;
  padding: 20px 42px;
  border-radius: 4px;
  background-color: #012dbe;
  font-size: 18px;
  text-transform: uppercase;
}

.button.submit-copy:hover {
  background-color: #000;
}

.button.submit-copy.green {
  background-color: #012dbe;
}

.hero-image {
  margin-top: 60px;
}

.teaser-icon {
  margin-bottom: 25px;
}

.all-h5-headings {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #012dbe;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.all-h5-headings.contact-h5 {
  margin-bottom: 5px;
  color: #000;
  font-size: 17px;
}

.all-h5-headings.bottom-margin {
  margin-bottom: 34px;
}

.all-h3-headings {
  margin-bottom: 19px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 41px;
  line-height: 45px;
  font-weight: 700;
}

.all-h3-headings.dine-with-us {
  margin-top: 0px;
}

.all-h3-headings.contact-h3 {
  margin-top: 0px;
  margin-bottom: 26px;
  font-size: 41px;
}

.all-h3-headings.section-2 {
  margin-bottom: 60px;
  font-size: 41px;
}

.all-h4-headings {
  margin-top: 4px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #407a54;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.all-h4-headings.bottom {
  margin-bottom: 30px;
}

.features-row {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: left;
}

.all-paragraphs {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.all-paragraphs.about-paragraph {
  margin-top: 47px;
  margin-bottom: 28px;
}

.all-paragraphs.left {
  text-align: left;
}

.all-paragraphs.about-paragraph {
  margin-top: 47px;
  margin-bottom: 52px;
}

.all-paragraphs.tips {
  line-height: 21px;
}

.all-paragraphs.left {
  font-weight: 400;
  text-align: left;
}

.all-paragraphs.left {
  text-align: left;
}

.all-paragraphs.left.after {
  margin-bottom: 33px;
}

.all-paragraphs.left.after.italic {
  font-style: italic;
}

.features-description {
  margin-top: 44px;
  margin-bottom: 0px;
  font-size: 14px;
  text-align: left;
}

.features-description.data {
  background-image: url('../images/features-icon-data.png');
  background-size: 80px;
}

.about-tabs {
  margin-top: 60px;
  text-align: left;
}

.about-tabs-menu {
  margin-bottom: 60px;
  padding-right: 15%;
  padding-left: 15%;
  text-align: center;
}

.tab-button {
  margin-right: 25px;
  text-align: center;
}

.about-icon {
  margin-bottom: 20px;
}

.cta-text {
  margin-top: 3px;
  margin-bottom: 34px;
  padding-bottom: 3px;
  float: none;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 54px;
  line-height: 61px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.cta-text.sub-cta {
  margin-top: 0px;
  padding-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-text.rates-txt {
  color: #faa628;
}

.team-row {
  margin-top: 33px;
  margin-bottom: 33px;
}

.team-row.mod {
  margin-top: 0px;
  margin-bottom: 60px;
}

.team-image {
  width: 95%;
  margin-bottom: 16px;
  border-radius: 50%;
}

.team-title {
  margin-bottom: 16px;
}

.twitter {
  display: block;
  width: 125px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-icon {
  margin-bottom: 31px;
}

.testimonial-quote {
  display: block;
  width: 80%;
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  font-weight: 300;
}

.contact-row {
  margin-top: 29px;
  text-align: left;
}

.contact-p-text {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 21px;
}

.copyright {
  padding-top: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.social-media-link {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  float: right;
  background-image: url('../images/footer-icons.png');
  background-position: 0px 0px;
  background-size: 200%;
  background-repeat: no-repeat;
}

.social-media-link:hover {
  border-radius: 50%;
  background-color: #fff;
  background-position: 100% 0px;
}

.social-media-link.tw {
  background-position: 0px 50%;
}

.social-media-link.tw:hover {
  background-position: 100% 50%;
}

.social-media-link.g {
  background-position: 0px 100%;
}

.social-media-link.g:hover {
  background-position: 100% 100%;
}

.all-h2-headings.hero-h2 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: rgba(86, 192, 59, 0.85);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.47);
}

.all-h2-headings.hero-h2 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #e7c49d;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.47);
}

.all-h2-headings.hero-h2.interior-hero {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
}

.all-h2-headings.green-sub {
  display: block;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.47);
}

.hide-logo {
  display: block;
}

.text-logo-lg {
  display: block;
  margin-top: 39px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: none;
  border-bottom-style: none;
  font-family: Bitter, serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
}

.text-logo-sm {
  display: block;
  margin-left: 0px;
  padding-bottom: 0px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #012dbe;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.right-welcome {
  padding-left: 35px;
}

.right-welcome.left-p {
  text-align: left;
}

.right-welcome.contact {
  padding-left: 25px;
}

.container {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.container._10-wrapper.gray-stroke {
  padding-top: 30px;
  border-top: 1px solid #f1f0f0;
}

.slider-arrow {
  color: #b1b0b0;
}

.testimonial-author {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.map {
  height: 100%;
  margin-top: 48px;
}

.contact-column2 {
  padding-left: 25px;
}

._10-wrapper {
  margin-bottom: 0px;
}

.welcome-img {
  display: none;
  margin-bottom: 35px;
}

.image {
  margin-top: 6px;
}

.image.logo-image {
  display: none;
  width: 500px;
  max-width: 100%;
  margin-top: 26px;
  margin-right: 12px;
  float: left;
}

.row {
  display: none;
  margin-top: 30px;
  margin-bottom: 26px;
}

.image-circle {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/GettyImages-514724822.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-circle.variant-1 {
  background-image: url('../images/GettyImages-157425354.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-circle.variant-2 {
  background-image: url('../images/GettyImages-172214659.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.dynamic-item {
  position: static;
  display: inline-block;
  text-align: left;
}

.image-2 {
  height: 100%;
}

.img-1 {
  height: 140px;
  background-image: url('../images/IMG_4592.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-1._2 {
  background-image: url('../images/IMG_3305.JPG');
}

.img-1.all-h3-headings {
  background-image: none;
}

.img-1._3 {
  background-image: url('../images/IMG_4600.JPG');
}

.img-1._4 {
  background-image: url('../images/IMG_4158.JPG');
}

.img-1._5 {
  background-image: url('../images/IMG_4605.JPG');
}

.img-1._6 {
  background-image: url('../images/IMG_3297.JPG');
}

.link {
  color: #fff;
  text-decoration: underline;
}

.image-3 {
  width: 200px;
}

.full-width-gallery {
  width: 100%;
  margin-bottom: 30px;
}

.list-item {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.h6-heading-white {
  color: #da3431;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}

.slide-nav {
  margin-bottom: 35px;
}

.about-row {
  margin-top: 40px;
  margin-bottom: 24px;
}

.about-row.links-style {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f1f0f0;
}

.visible-slider {
  display: block;
}

.slider-2 {
  margin-bottom: 18px;
}

.unordered-list {
  color: #000;
}

.row-2 {
  margin-bottom: 17px;
}

.link-2 {
  color: #49b5ff;
}

.list-item-2 {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
}

.list-item-2.paragraph {
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.list-item-2.paragraph.lett-small {
  font-size: 15px;
  text-align: left;
}

.unordered-list-3 {
  color: #fff;
}

.row-3 {
  margin-bottom: 31px;
  padding-right: 0px;
  padding-left: 0px;
}

.cta-text-2 {
  margin-top: 3px;
  padding-bottom: 3px;
  float: none;
  color: #fff;
  font-size: 35px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.cta-text-2.rates-txt {
  color: #fff;
  font-size: 41px;
}

.cta-text-2.sub-cta {
  margin-top: 0px;
  padding-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: #50c0ff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.bold-text {
  display: none;
}

.all-h4-headings-2 {
  margin-top: 4px;
  color: #5a94c3;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.all-h4-headings-2.parts {
  margin-bottom: 27px;
}

.all-h3-headings-2 {
  margin-bottom: 4px;
  color: #004b8a;
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
}

.all-h3-headings-2.dine-with-us {
  margin-top: 0px;
  color: #004b8a;
}

.all-paragraphs-2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.all-paragraphs-2.about-paragraph {
  margin-top: 47px;
  margin-bottom: 53px;
}

.all-paragraphs-2.about-paragraph.work {
  margin-top: 8px;
  font-size: 15px;
}

.all-paragraphs-2.about-paragraph.work.order {
  margin-bottom: 23px;
  font-size: 15px;
}

.section-basic-2 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.section-basic-2.cta {
  padding-top: 53px;
  padding-bottom: 70px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77231b), to(#77231b));
  background-image: linear-gradient(180deg, #77231b, #77231b);
}

.section-basic-2.cta.interior-cta-bg {
  padding-top: 60px;
  padding-bottom: 47px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.cta-text-3 {
  margin-top: 3px;
  padding-bottom: 3px;
  float: none;
  color: #fff;
  font-size: 35px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.cta-text-3.interior-cta {
  margin-bottom: 14px;
}

.section-hero-2 {
  margin-top: 26px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.58))), url('../images/GettyImages-171584190_resized.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url('../images/GettyImages-171584190_resized.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-hero-2.interior-pages {
  margin-top: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #001852, #012dbe), -webkit-gradient(linear, left top, left bottom, from(#012dbe), to(#012dbe));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #001852, #012dbe), linear-gradient(180deg, #012dbe, #012dbe);
}

.link-3 {
  color: #2cb3ff;
}

.link-4 {
  color: #2cb3ff;
}

.link-5 {
  color: #2cb3ff;
}

.link-6 {
  color: #2cb3ff;
}

.list-item-3 {
  color: #00b900;
  font-size: 15px;
}

.list-item-4 {
  font-family: 'Open Sans', sans-serif;
  color: #00b900;
  font-size: 15px;
}

.bold-text-2 {
  font-family: 'Open Sans', sans-serif;
  color: #00b900;
  font-size: 15px;
}

.bold-text-3 {
  font-family: 'Open Sans', sans-serif;
  color: #00b900;
  font-size: 15px;
}

.bold-text-4 {
  font-family: 'Open Sans', sans-serif;
  color: #00b900;
}

.bold-text-5 {
  font-family: 'Open Sans', sans-serif;
  color: #00b900;
}

.bold-text-6 {
  font-family: 'Open Sans', sans-serif;
}

.list-item-5 {
  font-family: 'Open Sans', sans-serif;
  color: #00b900;
  font-size: 15px;
}

.list-item-6 {
  font-family: 'Open Sans', sans-serif;
  color: #00b900;
  font-size: 15px;
}

.list-item-7 {
  font-family: 'Open Sans', sans-serif;
  color: #00b900;
  font-size: 15px;
}

.list-item-8 {
  font-family: 'Open Sans', sans-serif;
  color: #00b900;
  font-size: 15px;
}

.list-item-9 {
  font-family: 'Open Sans', sans-serif;
  color: #00b900;
  font-size: 15px;
}

.list-item-10 {
  color: #00b900;
}

.list-item-11 {
  color: #00b900;
}

.bold-text-7 {
  color: #00b900;
}

.bold-text-8 {
  color: #00b900;
}

.bold-text-9 {
  color: #00b900;
}

.bold-text-10 {
  color: #00b900;
}

.bold-text-11 {
  color: #00b900;
}

.team-wrapper {
  position: relative;
  line-height: 23px;
}

.team-wrapper.bottom-margin {
  margin-bottom: 30px;
}

.team-image-2 {
  width: 170px;
  height: 170px;
  margin-right: 40px;
  margin-bottom: 10px;
  float: left;
  border-radius: 5px;
  background-image: url('../images/8144618.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-title-2 {
  margin-bottom: 15px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.team-title-2.title {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #26438b;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.team-description {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: left;
}

.paragraph-2 {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: left;
}

.link-7 {
  color: rgba(0, 0, 0, 0.56);
}

.link-8 {
  color: rgba(0, 0, 0, 0.56);
}

.link-9 {
  color: rgba(0, 0, 0, 0.56);
}

.link-10 {
  color: rgba(0, 0, 0, 0.56);
}

.link-11 {
  color: rgba(0, 0, 0, 0.56);
}

.link-12 {
  color: rgba(0, 0, 0, 0.56);
}

.link-13 {
  color: rgba(0, 0, 0, 0.56);
}

.link-14 {
  color: rgba(0, 0, 0, 0.56);
}

.section-basic-3 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.section-basic-3.contact-section {
  padding-bottom: 94px;
}

.link-15 {
  color: #333;
}

.all-h3-headings-3 {
  margin-bottom: 4px;
  color: #000;
  font-size: 41px;
  line-height: 45px;
  font-weight: 700;
}

.all-h3-headings-3.contact-h3 {
  margin-top: 0px;
  font-size: 35px;
}

.all-h5-headings-2 {
  margin-top: 0px;
  font-size: 16px;
  line-height: 20px;
}

.all-h5-headings-2.contact-h5 {
  margin-bottom: 5px;
  color: #234e80;
  font-size: 17px;
}

.all-h4-headings-3 {
  margin-top: 4px;
  color: #00b900;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.html-embed {
  margin-bottom: 50px;
}

.italic-text {
  color: #407a54;
}

.image-circle-2 {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/IMG_5790.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-circle-2.variant-1 {
  background-image: url('../images/g17.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-circle-2.variant-2 {
  background-image: url('../images/g23.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.list-item-12 {
  margin-bottom: 14px;
}

.list-item-13 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.list-item-13.h {
  margin-bottom: -1px;
  font-weight: 700;
}

.list-item-13.p {
  margin-bottom: 30px;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #407a54;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.smaller {
  color: #002069;
  font-size: 15px;
  text-transform: none;
}

.all-h4-headings-4 {
  margin-top: 4px;
  margin-bottom: 51px;
  font-family: Montserrat, sans-serif;
  color: #4dadee;
  font-size: 19px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.all-h3-headings-4 {
  margin-bottom: 4px;
  color: #000;
  font-size: 41px;
  line-height: 45px;
  font-weight: 700;
}

.all-h3-headings-4.section-2 {
  font-size: 41px;
}

.all-h3-headings-4.interior {
  font-size: 36px;
}

.unordered-list-4 {
  display: block;
  padding-left: 23px;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.columns {
  margin-bottom: 29px;
}

.div-block {
  text-align: left;
}

.all-h5-headings-3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #50ae38;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.all-h5-headings-3.sale {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 16px;
  font-weight: 600;
}

.all-h5-headings-3.sale.available {
  margin-bottom: 13px;
  color: #4dadee;
  font-weight: 500;
}

.text-span-2 {
  font-size: 33px;
  font-weight: 800;
}

.textarea {
  min-height: 150px;
}

.textarea-2 {
  min-height: 200px;
}

.bold-text-12 {
  color: #407a54;
}

.cta-text-4 {
  margin-top: 3px;
  padding-bottom: 3px;
  float: none;
  color: #faa628;
  font-size: 35px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.cta-text-4.sub-cta {
  margin-top: 0px;
  padding-bottom: 19px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-2 {
  height: 200px;
  background-image: url('../images/circularsawn.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2._4 {
  border-radius: 8px;
  background-image: url('../images/017-768x1024.jpg');
  background-position: 50% 50%;
}

.div-block-2._1 {
  border-radius: 8px;
  background-image: none;
}

.div-block-2._9 {
  border-radius: 8px;
  background-image: url('../images/2cypress.jpg');
  background-position: 0% 0%;
}

.div-block-2._13 {
  border-radius: 8px;
  background-image: url('../images/nailyHP.jpg');
  background-position: 50% 50%;
}

.div-block-2._12 {
  border-radius: 8px;
  background-image: url('../images/1ReclHP.jpg');
  background-position: 50% 50%;
}

.div-block-2._8 {
  border-radius: 8px;
  background-image: url('../images/selcypress.jpg');
  background-position: 50% 50%;
}

.div-block-2._5 {
  border-radius: 8px;
  background-image: url('../images/DHPecky.jpg');
  background-position: 50% 50%;
}

.div-block-2._11 {
  border-radius: 8px;
  background-image: url('../images/hsheartpine.jpg');
  background-position: 50% 50%;
}

.div-block-2._10 {
  border-radius: 8px;
  background-image: url('../images/NG-Pecky-Cypress.jpg');
  background-position: 50% 50%;
}

.div-block-2._7 {
  border-radius: 8px;
  background-image: url('../images/2Juniper_2.jpg');
  background-position: 50% 50%;
}

.div-block-2._6 {
  border-radius: 8px;
  background-image: url('../images/seljuniper.jpg');
}

.div-block-2._3 {
  border-radius: 8px;
  background-image: url('../images/007-768x1024.jpg');
  background-position: 50% 50%;
}

.div-block-2._2 {
  border-radius: 8px;
  background-image: none;
}

.columns-2 {
  margin-bottom: 40px;
}

.white-caption {
  margin-top: 10px;
  color: #f1f0f0;
  font-style: italic;
}

.div-block-3 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/001-1024x768.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link {
  width: 100%;
}

.div-block-4 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/005-1024x768.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-2 {
  width: 100%;
}

.gallery-1 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/001-1024x768.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-2 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/005-1024x768.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-3 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/007-768x1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-4 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/017-768x1024.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-5 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/2012-04-22_12-17-12_483-577x1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-6 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/2012-04-05_18-28-37_270-577x1024.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-7 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/156-1024x768.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-8 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/153-768x1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-9 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/2012-04-23_17-20-18_156-577x1024.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-10 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/2012-04-23_18-12-56_430-577x1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-11 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/2012-06-16_18-02-38_270-577x1024.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-12 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/2012-10-02_21-35-12_508-577x1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-13 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/2012-10-13_09-38-29_212-1024x577.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-14 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/2012-10-18_17-14-06_657-577x1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-15 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/2013-02-02_11-44-47_616-577x1024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-16 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/2013-02-02_11-50-05_628-1024x577.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-17 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/2013-03-16_12-25-49_719-577x1024.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-18 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/duck1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-19 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/duck2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-20 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/FullSizeRender-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-21 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/FullSizeRender.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-22 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-23 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-24 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g7-300x199.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/home1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/carbon-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/metal-roll-300x268.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-25 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g8.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-26 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-27 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-28 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-3 {
  margin-bottom: 40px;
}

.gallery-29 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g13.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-30 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-31 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g15.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-32 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-33 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g18.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-34 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-35 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g20.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-36 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-37 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g22.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-38 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g36.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-39 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g25.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-40 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g26.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-41 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g27.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-42 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g29.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-43 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g31.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-44 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g32.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-45 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g35.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-46 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g37.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-47 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g40.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-48 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g41.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-49 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g42.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-50 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g44.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-51 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g46.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-52 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g47.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-53 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g48.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-54 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g49.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-55 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g50.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-56 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g51.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-57 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g53.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-58 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g56.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-59 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g57.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-60 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g58.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-61 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g59.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-62 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g61.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-63 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g63.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-64 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g66.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-65 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g68.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-66 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g69.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-67 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g71.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-68 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g72.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-69 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g73.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-70 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g74-1.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-71 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/g75.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-72 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/IMG_0111.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-73 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/IMG_0150.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-74 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/IMG_0272.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-75 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/IMG_0612.JPG');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-76 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/IMG_0639.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-77 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/IMG_1254.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-78 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/IMG_20130414_131628_301-1024x577.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-79 {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-image: url('../images/IMG_20130415_180238_285-577x1024-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.all-h4-headings-5 {
  margin-top: 4px;
  margin-bottom: 51px;
  font-family: Montserrat, sans-serif;
  color: #be1310;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-circle-3 {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/GettyImages-1079022040.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-circle-3.variant-2 {
  background-image: url('../images/GettyImages-871216144.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-circle-3.variant-1 {
  background-image: url('../images/GettyImages-511106946.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #407a54;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-2.red {
  color: #da3431;
}

.bold-text-13 {
  font-family: Lato, sans-serif;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}

.bold-text-14 {
  color: #012dbe;
}

.bold-text-15 {
  font-size: 16px;
  line-height: 21px;
}

.background-video {
  min-height: 650px;
  margin-top: 52px;
}

.container-4 {
  display: block;
  margin-top: 10%;
  margin-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-16 {
  color: #002069;
  text-decoration: none;
}

.paragraph-header {
  color: #002069;
  text-align: left;
}

.link-17 {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .section-hero {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .brand {
    width: 30%;
    height: 87px;
  }
  .brand.w--current {
    width: 26%;
    height: 117px;
  }
  .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-basic.welcome-section {
    padding-bottom: 43px;
  }
  .section-basic.welcome-section {
    padding-bottom: 43px;
  }
  .all-h1-headings.hero {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 69px;
    line-height: 73px;
  }
  .all-h3-headings {
    margin-bottom: 7px;
    line-height: 39px;
  }
  .testimonial-quote {
    font-size: 19px;
  }
  .all-h2-headings.hero-h2 {
    font-size: 25px;
  }
  .all-h2-headings.hero-h2 {
    font-size: 22px;
  }
  .all-h2-headings.green-sub {
    font-size: 25px;
  }
  .text-logo-lg {
    display: block;
    margin-top: 31px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .text-logo-sm {
    display: block;
    margin-left: 0px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .right-welcome.left-p {
    padding-left: 10px;
  }
  ._10-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image {
    overflow: hidden;
    max-width: 91%;
    margin-top: 10px;
    float: left;
  }
  .image.logo-image {
    width: 35%;
  }
  .image-circle {
    width: 220px;
    height: 220px;
  }
  .img-1 {
    height: 140px;
    margin-bottom: 22px;
  }
  .visible-slider {
    margin-bottom: 27px;
  }
  .slider-2 {
    height: auto;
    margin-bottom: 31px;
  }
  .row-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .all-h3-headings-2 {
    margin-bottom: 7px;
    line-height: 39px;
  }
  .section-basic-2 {
    padding-top: 42px;
  }
  .section-basic-2.cta {
    padding-top: 36px;
    padding-bottom: 51px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#77231b), to(#77231b));
    background-image: linear-gradient(180deg, #77231b, #77231b);
  }
  .cta-text-3 {
    font-size: 30px;
    line-height: 35px;
  }
  .section-hero-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/GettyImages-171584190_resized.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/GettyImages-171584190_resized.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .team-image-2 {
    width: 120px;
    margin-right: 20px;
  }
  .all-h3-headings-3 {
    margin-bottom: 7px;
    line-height: 39px;
  }
  ._10-wrapper-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-circle-2 {
    width: 220px;
    height: 220px;
  }
  .all-h4-headings-4 {
    font-size: 16px;
  }
  .all-h3-headings-4 {
    margin-bottom: 7px;
    font-size: 37px;
    line-height: 39px;
  }
  ._10-wrapper-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-span-2 {
    line-height: 29px;
  }
  .all-h4-headings-5 {
    font-size: 16px;
  }
  .image-circle-3 {
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    margin-top: 12px;
    padding-top: 86px;
    padding-bottom: 86px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/GettyImages-505169324.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/GettyImages-505169324.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 1000px;
    background-repeat: repeat, no-repeat;
  }
  .brand {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .brand.w--current {
    width: 75%;
  }
  .nav-link {
    height: 70px;
    padding: 32px 16px;
    border-top-style: none;
    border-top-width: 0px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    line-height: 8px;
  }
  .nav-link:hover {
    background-color: #252525;
    color: #fff;
    font-size: 15px;
  }
  .nav-link.w--current {
    line-height: 6px;
  }
  .nav-link.w--current:hover {
    background-color: #000;
  }
  .nav-bar {
    padding: 0px;
  }
  .section-basic {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-basic.rates {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0.76))), url('../images/GettyImages-977930646.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('../images/GettyImages-977930646.jpg');
    background-size: auto, cover;
  }
  .slide {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .all-h1-headings.hero {
    width: 95%;
    font-size: 43px;
    line-height: 47px;
  }
  .button.hero-button {
    display: block;
  }
  .button.hero-button.width-full {
    display: none;
  }
  .all-h5-headings {
    text-align: center;
  }
  .all-h5-headings.bottom-margin {
    line-height: 22px;
  }
  .all-h3-headings {
    margin-bottom: 9px;
    font-size: 37px;
    line-height: 40px;
  }
  .all-h4-headings {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 21px;
  }
  .all-paragraphs {
    margin-bottom: 12px;
    text-align: center;
  }
  .cta-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    font-size: 41px;
    line-height: 46px;
  }
  .cta-text.sub-cta {
    font-size: 16px;
    line-height: 22px;
  }
  .cta-text.rates-txt {
    padding-bottom: 6px;
    font-size: 31px;
  }
  .team-image {
    width: 100%;
  }
  .testimonial-icon {
    width: 15%;
  }
  .testimonial-quote {
    margin-bottom: 36px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 19px;
    line-height: 30px;
  }
  .copyright {
    padding-bottom: 16px;
  }
  .social-media-link {
    float: none;
  }
  .all-h2-headings.hero-h2 {
    font-size: 18px;
  }
  .all-h2-headings.hero-h2 {
    margin-bottom: 11px;
    padding-left: 8px;
    font-size: 18px;
    line-height: 25px;
  }
  .all-h2-headings.hero-h2.interior-hero {
    margin-top: 0px;
  }
  .all-h2-headings.green-sub {
    font-size: 18px;
  }
  .text-logo-lg {
    display: block;
    margin-top: 34px;
    padding-bottom: 2px;
    font-size: 24px;
  }
  .text-logo-sm {
    display: block;
    margin-left: 0px;
    font-size: 15px;
    letter-spacing: 2.2px;
  }
  .right-welcome {
    margin-top: 29px;
    padding-left: 0px;
  }
  .right-welcome.left-p {
    margin-top: 1px;
  }
  .testimonial-author {
    margin-bottom: 43px;
    font-size: 14px;
  }
  ._10-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .welcome-img {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 29px;
    margin-left: auto;
  }
  .column {
    overflow: hidden;
    height: 249px;
  }
  .menu-button {
    color: #2cb3ff;
    font-size: 42px;
  }
  .menu-button-2 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .menu-button-2.w--open {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #000;
  }
  .slide-4 {
    display: inline-block;
  }
  .image {
    height: 100%;
    margin-top: 4px;
  }
  .image.logo-image {
    width: 14%;
    height: auto;
  }
  .image-circle {
    width: 160px;
    height: 160px;
  }
  .container-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .list-item.end {
    line-height: 28px;
  }
  .h6-heading-white.mobile-spacing {
    margin-top: 26px;
  }
  .about-row {
    margin-top: 41px;
  }
  .visible-slider {
    margin-bottom: 33px;
  }
  .slider-2 {
    height: 273px;
  }
  .unordered-list.after {
    margin-bottom: 0px;
  }
  .unordered-list-2 {
    margin-bottom: 0px;
  }
  .list-item-2.paragraph {
    font-size: 16px;
  }
  .unordered-list-3 {
    margin-bottom: 0px;
  }
  .cta-text-2 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
  }
  .cta-text-2.rates-txt {
    padding-bottom: 6px;
    font-size: 41px;
    line-height: 44px;
  }
  .cta-text-2.sub-cta {
    font-size: 17px;
    line-height: 22px;
  }
  .all-h4-headings-2 {
    margin-bottom: 34px;
  }
  .all-h3-headings-2 {
    margin-bottom: 9px;
    line-height: 40px;
  }
  .all-paragraphs-2 {
    margin-bottom: 12px;
    text-align: center;
  }
  .section-basic-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-basic-2.cta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#77231b), to(#77231b));
    background-image: linear-gradient(180deg, #77231b, #77231b);
  }
  .section-basic-2.cta.interior-cta-bg {
    padding-top: 42px;
    padding-bottom: 49px;
  }
  .cta-text-3 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
  }
  .section-hero-2 {
    margin-top: 12px;
    padding-top: 54px;
    padding-bottom: 54px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/GettyImages-171584190_resized.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/GettyImages-171584190_resized.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .section-hero-2.interior-pages {
    margin-top: 34px;
  }
  .team-image-2 {
    height: 150px;
  }
  .section-basic-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .all-h3-headings-3 {
    margin-bottom: 9px;
    line-height: 40px;
  }
  ._10-wrapper-2 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .all-h4-headings-3 {
    margin-bottom: 34px;
  }
  .image-circle-2 {
    width: 160px;
    height: 160px;
  }
  .slide-8 {
    display: inline-block;
  }
  .all-h4-headings-4 {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 21px;
  }
  .all-h3-headings-4 {
    overflow: hidden;
    margin-bottom: 9px;
    font-size: 28px;
    line-height: 40px;
  }
  ._10-wrapper-3 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .unordered-list-4 {
    margin-bottom: 0px;
  }
  .all-h5-headings-3 {
    text-align: center;
  }
  .cta-text-4 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
  }
  .cta-text-4.sub-cta {
    font-size: 17px;
    line-height: 22px;
  }
  .all-h4-headings-5 {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 21px;
  }
  .slide-14 {
    display: inline-block;
  }
  .image-circle-3 {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    margin-top: 32px;
    padding-top: 83px;
    padding-bottom: 83px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/FullSizeRender-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/FullSizeRender-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .brand {
    overflow: hidden;
    width: 71%;
    height: 100%;
    margin-top: 4px;
  }
  .nav-link {
    height: 44px;
    padding-top: 20px;
    padding-bottom: 27px;
    border-style: none;
    border-width: 0px;
    color: #fff;
    font-size: 14px;
  }
  .nav-link:hover {
    border-style: none;
    background-color: #333;
    color: #fff;
    font-size: 14px;
  }
  .nav-link.w--current {
    border-style: none;
    color: #fff;
    line-height: 8px;
  }
  .body-all-pages {
    padding-top: 59px;
  }
  .section-basic {
    padding-top: 29px;
  }
  .section-basic.cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-basic.welcome-section {
    padding-top: 8px;
    padding-bottom: 34px;
  }
  .section-basic.rates {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .section-basic.welcome-section {
    padding-top: 31px;
    padding-bottom: 34px;
  }
  .all-h1-headings.hero {
    width: 95%;
    margin-bottom: 20px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 20px;
    line-height: 33px;
  }
  .button.cta-button {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
  }
  .button.hero-button {
    display: block;
    margin-right: 19px;
    margin-bottom: 14px;
    margin-left: 19px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }
  .button.cta-button {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
  }
  .button.cta-button.parts-order {
    padding: 16px 17px;
    font-size: 16px;
  }
  .button.cta-button {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    padding: 19px 23px;
    font-size: 16px;
  }
  .all-h5-headings.bottom-margin {
    font-size: 15px;
  }
  .all-h3-headings {
    font-size: 30px;
    line-height: 32px;
  }
  .all-h3-headings.contact-h3 {
    font-size: 28px;
  }
  .all-h3-headings.section-2 {
    font-size: 35px;
  }
  .all-h4-headings {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 21px;
  }
  .all-paragraphs {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }
  .all-paragraphs.about-paragraph {
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .all-paragraphs.left {
    margin-top: 20px;
  }
  .all-paragraphs.about-paragraph {
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .features-description {
    margin-top: 30px;
  }
  .cta-text {
    margin-top: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  .cta-text.sub-cta {
    font-size: 15px;
    line-height: 19px;
  }
  .cta-text.rates-txt {
    font-size: 28px;
    line-height: 32px;
  }
  .testimonial-quote {
    padding-right: 27px;
    padding-left: 27px;
    font-size: 16px;
    line-height: 23px;
  }
  .all-h2-headings.hero-h2 {
    width: 90%;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
  }
  .all-h2-headings.hero-h2 {
    width: 90%;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
  }
  .all-h2-headings.hero-h2.interior-hero {
    margin-top: 10px;
    line-height: 32px;
  }
  .all-h2-headings.green-sub {
    width: 90%;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
  }
  .text-logo-lg {
    display: block;
    margin-bottom: -2px;
    padding-bottom: 0px;
    font-size: 22px;
  }
  .text-logo-sm {
    display: block;
    margin-left: 0px;
    font-size: 14px;
    letter-spacing: 2.4px;
  }
  .left-welcome {
    padding-right: 0px;
    padding-left: 0px;
  }
  .right-welcome {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .right-welcome.contact {
    padding-left: 10px;
  }
  .right-welcome.contact.pt {
    margin-top: 0px;
  }
  .right-welcome.contact.cupping {
    margin-top: 0px;
  }
  .slider-arrow {
    font-size: 28px;
  }
  .testimonial-author {
    margin-bottom: 3px;
  }
  .map {
    display: block;
    width: 100%;
    margin-top: 36px;
  }
  ._10-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .welcome-img {
    margin-bottom: 21px;
  }
  .column {
    height: 196px;
  }
  .menu-button {
    margin-top: 0px;
    padding: 37px 8px;
    background-color: transparent;
    color: #012dbe;
    font-size: 32px;
  }
  .menu-button-2 {
    padding: 7px 5px;
  }
  .menu-button-2.w--open {
    padding: 7px 5px;
    background-color: #000;
  }
  .slide-2 {
    background-image: url('../images/pizza4.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-3 {
    background-image: url('../images/pizza3.jpg');
    background-position: 50% 50%;
    background-size: 360px;
    background-repeat: no-repeat;
  }
  .mobile-slider {
    height: 200px;
    margin-bottom: 28px;
  }
  .slide-4 {
    background-image: url('../images/GettyImages-184996290.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-5 {
    background-image: url('../images/GettyImages-71563369.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobile-arrow {
    display: none;
  }
  .nav-menu {
    background-color: #da3431;
  }
  .slide-6 {
    background-image: url('../images/GettyImages-916125398.jpg');
    background-position: 50% 50%;
    background-size: 365px;
    background-repeat: no-repeat;
  }
  .image {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: hidden;
    height: 90%;
    margin-top: 7px;
    padding-bottom: 0px;
    float: left;
  }
  .image.logo-image {
    width: auto;
    height: 50px;
    margin-top: 30px;
  }
  .img-1 {
    height: 120px;
  }
  .container-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .about-row {
    margin-top: 24px;
  }
  .slider-2 {
    height: 159px;
    margin-bottom: 21px;
  }
  .list-item-2.paragraph {
    font-size: 15px;
  }
  .list-item-2.paragraph.mobile-wdith {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .cta-text-2 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  .cta-text-2.rates-txt {
    font-size: 28px;
    line-height: 32px;
  }
  .cta-text-2.sub-cta {
    font-size: 15px;
    line-height: 19px;
  }
  .all-h4-headings-2 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 21px;
  }
  .all-h3-headings-2 {
    font-size: 30px;
    line-height: 32px;
  }
  .all-paragraphs-2 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 21px;
  }
  .all-paragraphs-2.about-paragraph {
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .all-paragraphs-2.about-paragraph.work {
    font-size: 14px;
  }
  .all-paragraphs-2.about-paragraph.work.order {
    font-size: 14px;
  }
  .section-basic-2.cta {
    padding-top: 39px;
    padding-bottom: 39px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#77231b), to(#77231b));
    background-image: linear-gradient(180deg, #77231b, #77231b);
  }
  .cta-text-3 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  .section-hero-2 {
    margin-top: 32px;
    padding-top: 43px;
    padding-bottom: 43px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/GettyImages-171584190_resized.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/GettyImages-171584190_resized.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .section-hero-2.interior-pages {
    margin-top: 58px;
    padding-bottom: 28px;
  }
  .team-image-2 {
    width: 70px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .all-h3-headings-3 {
    font-size: 30px;
    line-height: 32px;
  }
  ._10-wrapper-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .all-h4-headings-3 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 21px;
  }
  .slide-7 {
    background-image: url('../images/okuma-2.png');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .heading {
    margin-top: 47px;
    font-size: 16px;
  }
  .slide-8 {
    background-image: url('../images/facility_imgs1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-9 {
    background-image: url('../images/facility_imgs2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .all-h4-headings-4 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 21px;
  }
  .all-h3-headings-4 {
    font-size: 22px;
    line-height: 32px;
  }
  .all-h3-headings-4.section-2 {
    font-size: 35px;
  }
  .all-h3-headings-4.interior {
    font-size: 28px;
    line-height: 39px;
  }
  ._10-wrapper-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cta-text-4 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  .cta-text-4.sub-cta {
    font-size: 15px;
    line-height: 19px;
  }
  .div-block-2._1 {
    margin-bottom: 20px;
  }
  .div-block-2._2 {
    margin-bottom: 20px;
  }
  .slide-13 {
    background-image: url('../images/GettyImages-511106946.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .all-h4-headings-5 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 21px;
  }
  .slide-14 {
    background-image: url('../images/GettyImages-1079022040.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-15 {
    background-image: url('../images/GettyImages-871216144.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .heading-2 {
    margin-top: 47px;
    font-size: 16px;
  }
  .bold-text-13 {
    display: block;
    font-size: 28px;
    line-height: 30px;
  }
  .background-video {
    min-height: 400px;
  }
  .container-4 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

