.section-hero {
  margin-top: 19px;
  padding-top: 203px;
  padding-bottom: 203px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/GettyImages-890289344.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/GettyImages-890289344.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.brand {
  height: 107px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav-link {
  height: 80px;
  padding: 49px 17px;
  border: 4px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 2px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-top-color: #b1b0b0;
  border-bottom-style: none;
  border-bottom-color: transparent;
  color: #22a2ad;
  font-size: 14px;
}

.nav-link.w--current {
  border-top-color: #b1b0b0;
  color: rgba(34, 147, 156, .85);
}

.nav-link.w--current:hover {
  border-top-color: #44a7e9;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-bottom: 1px solid hsla(0, 1%, 39%, .35);
  background-color: #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .21);
}

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

.section-basic {
  padding-top: 68px;
  padding-bottom: 68px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.section-basic.cta {
  padding-top: 53px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .39)), to(rgba(0, 0, 0, .77))), url('../images/GettyImages-547538060.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .39), rgba(0, 0, 0, .77)), url('../images/GettyImages-547538060.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-basic.services {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .83)), to(hsla(0, 0%, 100%, .83))), url('../images/GettyImages-140806786.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .83), hsla(0, 0%, 100%, .83)), url('../images/GettyImages-140806786.jpg');
  background-position: 0px 0px, 50% 36%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.section-basic.welcome-section {
  padding-top: 24px;
  font-weight: 400;
}

.section-basic.welcome-section.section-margin {
  margin-top: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
}

.section-basic.contact-section {
  padding-bottom: 94px;
  border-style: none;
  border-color: #000;
}

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

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

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

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

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

.all-h1-headings.hero {
  display: block;
  width: 90%;
  margin: 0px auto 40px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 67px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: 0px;
  text-shadow: 0 1px 5px rgba(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: rgba(199, 24, 31, .83);
  -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: #c7181f;
}

.button.hero-button {
  margin-bottom: 25px;
  padding: 25px 49px;
  border-radius: 4px;
  background-color: rgba(15, 111, 119, .85);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

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

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

.button.cta-button.parts-order {
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  float: left;
  background-color: #6ed30c;
}

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

.button.cta-button {
  padding: 25px 45px;
  float: none;
  border: 0px none #fff;
  border-radius: 4px;
  background-color: rgba(15, 111, 119, .85);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

.all-h3-headings.dine-with-us.bottom-margin.position {
  position: relative;
}

.all-h3-headings.dine-with-us.bottom-margin.position.services-header {
  margin-top: 40px;
}

.all-h3-headings.dine-with-us.bottom-margin.position.mobile-red-header {
  color: #22a2ad;
}

.all-h3-headings.contact-h3 {
  margin-top: 0px;
}

.all-h3-headings.contact-h3.red-header {
  font-family: Oswald, sans-serif;
  color: #22a2ad;
  font-weight: 400;
}

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

.all-h3-headings.bottom-margin.right-margin {
  margin-top: 0px;
  margin-right: 25px;
  text-align: left;
}

.all-h3-headings.bottom-margin.right-margin.mobile-red-header {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #22a2ad;
  font-weight: 400;
}

.all-h4-headings {
  margin-top: 4px;
  margin-bottom: 0px;
  color: #44a7e9;
  font-size: 20px;
  line-height: 29px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.all-h4-headings.h4-black {
  margin-bottom: 12px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.all-h4-headings.h4-black.mobile-black-header {
  letter-spacing: 1px;
}

.all-h4-headings.h4-italic {
  font-style: italic;
  text-transform: capitalize;
}

.all-h4-headings.h4-italic.right-margin {
  margin-right: 25px;
  margin-bottom: 20px;
  text-align: left;
}

.all-h4-headings.h4-italic.right-margin.mobile-blue-header {
  margin-top: 0px;
  color: #b1b0b0;
}

.all-h4-headings.position {
  position: relative;
  color: #3a9fe2;
}

.all-h4-headings.position.blue-header {
  color: #b1b0b0;
}

.all-h4-headings.blue-header {
  color: #b1b0b0;
}

.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: 16px;
  line-height: 23px;
  font-weight: 300;
}

.all-paragraphs.about-paragraph {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: left;
}

.all-paragraphs.about-paragraph.position {
  position: relative;
  font-size: 16px;
}

.all-paragraphs.about-paragraph.position.column-style {
  padding: 20px 0px 20px 20px;
}

.all-paragraphs.right-margin {
  margin-right: 25px;
  font-size: 16px;
  text-align: left;
}

.all-paragraphs.right-margin.mobile-p-text {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.all-paragraphs.paragraph-left {
  font-size: 16px;
  text-align: left;
}

.all-paragraphs.paragraph-left.mobile-p-text {
  font-family: Lato, sans-serif;
}

.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;
  padding-bottom: 3px;
  float: none;
  color: #fff;
  font-size: 42px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .6);
}

.cta-text.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;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .6);
}

.cta-text.cta-phone {
  color: #e6232b;
  font-size: 38px;
}

.cta-text.cta-phone.mobile-phone-number {
  color: #22a2ad;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
}

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

.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 {
  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: 15px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #b1b0b0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .47);
}

.hide-logo {
  display: block;
}

.text-logo-lg {
  margin-top: 7px;
  padding-right: 14px;
  padding-bottom: 5px;
  float: none;
  border-bottom-style: none;
  font-family: 'Great Vibes', cursive;
  font-size: 43px;
  line-height: 19px;
  text-align: left;
}

.text-logo-sm {
  margin-left: 2px;
  padding-bottom: 0px;
  float: left;
  font-family: Lato, sans-serif;
  color: #da3431;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

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

.slider-arrow {
  color: #b1b0b0;
}

.testimonial-author {
  margin-bottom: 33px;
  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;
}

.welcome-img.margin-bottom {
  overflow: visible;
  margin-bottom: 20px;
}

.image {
  margin-top: 0px;
}

.row {
  margin-top: 30px;
}

.image-circle {
  display: block;
  width: 230px;
  height: 230px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 0px;
  border-color: rgba(255, 12, 12, 0);
  border-radius: 100%;
  background-image: url('../images/1512.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-circle.variant-1 {
  background-image: url('../images/1571.jpg');
}

.image-circle.variant-2 {
  background-image: url('../images/Image4.jpg');
}

.image-circle.variant-2-copy {
  background-image: url('../images/1569.jpg');
}

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

.image-2 {
  height: 100%;
}

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

.img-1._2 {
  background-image: url('../images/GettyImages-183029308.jpg');
}

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

.img-1._3 {
  background-image: url('../images/GettyImages-155601165.jpg');
}

.img-1._4 {
  background-image: url('../images/GettyImages-531697999.jpg');
}

.img-1._5 {
  background-image: url('../images/GettyImages-184293189.jpg');
}

.img-1._6 {
  background-image: url('../images/GettyImages-184898676.jpg');
}

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

.form-block {
  height: auto;
  margin-bottom: 15px;
}

.text-field {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.wide-image {
  position: static;
  width: 100%;
  margin-top: -443px;
  margin-bottom: -69px;
}

.column-style {
  position: static;
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 10px 30px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-size: 16px;
  list-style-type: disc;
}

.gallery-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002e4d), to(#002e4d));
  background-image: linear-gradient(180deg, #002e4d, #002e4d);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-header {
  margin-top: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.logo-sm-text {
  margin-top: -10px;
  padding-top: 0px;
  color: #22a2ad;
  font-size: 14px;
  font-style: italic;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.embed-margin {
  margin-top: 50px;
}

.section {
  background-color: #000;
  text-align: center;
}

.link-block {
  width: 100px;
  height: 100px;
  background-image: url('../images/logo_1logo.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.link-block-2 {
  width: 200px;
  height: 125px;
  margin-top: 10px;
  background-image: url('../images/Vermeer_horizontal_Lockup_4clr_Bevel_rev.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.link-block-3 {
  width: 300px;
  height: 200px;
  background-image: url('../images/logo.mccormick_1.png');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.link-block-4 {
  width: 200px;
  height: 150px;
  background-image: url('../images/logo.mccormick.png');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.link-block-5 {
  width: 200px;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/olaplex.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-header {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: rgba(34, 147, 156, .85);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.row-2 {
  position: static;
  display: inline-block;
  width: 80%;
}

.list-items {
  margin-left: -23px;
  padding-top: 3px;
  padding-bottom: 3px;
  float: none;
  color: #22a2ad;
}

.list-text-block {
  color: #333;
  font-size: 18px;
  line-height: 29px;
  font-style: italic;
  font-weight: 300;
}

.unordered-list {
  float: none;
}

.italic-text {
  font-family: Oswald, sans-serif;
  font-size: 85px;
  line-height: 79px;
  font-style: normal;
  font-weight: 400;
}

.bold-text {
  font-weight: 400;
}

.div-block-3 {
  display: block;
  margin-bottom: 22px;
}

.column-3 {
  padding-right: 43px;
}

.hide {
  display: none;
}

.logo-5 {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url('../images/odi-logo.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.all-h3-headings-2 {
  margin-bottom: 4px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
}

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

.all-h4-headings-2 {
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  color: #6ed30c;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.all-h4-headings-2.parts {
  margin-bottom: 39px;
  color: #6ed30c;
  font-weight: 500;
}

.all-h4-headings-2.mod {
  margin-top: 0px;
  margin-bottom: 21px;
  font-family: Lato, sans-serif;
  color: #22a2ad;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.image-4 {
  margin-bottom: 38px;
  float: left;
}

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

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

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

.logo-3 {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url('../images/phoenix-scooters.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-1 {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url('../images/aztek-logo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-6 {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url('../images/crisp-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-2 {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url('../images/disctrict-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.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: 60px;
  margin-bottom: 53px;
}

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

.all-paragraphs-2.about-paragraph.work.order {
  margin-top: 0px;
  margin-bottom: 14px;
  text-align: left;
}

.all-paragraphs-2.about-paragraph.work.order {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.unordered-list-2 {
  padding-left: 17px;
  color: #22a2ad;
}

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

.cta-text-2.rates-txt {
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
}

.list-item {
  margin-bottom: 13px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.list-item.non {
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
}

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

.cta-text-3 {
  margin-top: 3px;
  padding-bottom: 3px;
  float: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 58px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

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

.cta-text-3.sub-cta.blue {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

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

.all-h4-headings-3.parts {
  margin-bottom: 39px;
  color: #b1b0b0;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.bold-span {
  color: #80c240;
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
}

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

.unordered-list-3 {
  color: #80c240;
}

.italic-text-2 {
  color: #000;
}

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

.all-h3-headings-3.dine-with-us {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #22a2ad;
  font-weight: 400;
}

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

.list-item-2.black {
  color: #000;
}

.team-row-2 {
  margin-top: 41px;
  margin-bottom: 43px;
}

.image-circle-2 {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .16)), to(rgba(0, 0, 0, .16))), url('../images/GettyImages-157427811.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/GettyImages-157427811.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-circle-2.variant-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .16)), to(rgba(0, 0, 0, .16))), url('../images/GettyImages-487149250.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/GettyImages-487149250.jpg');
  background-position: 0px 0px, 70% 50%;
  background-size: auto, 540px;
  background-repeat: repeat, repeat;
}

.image-circle-2.variant-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .16)), to(rgba(0, 0, 0, .16))), url('../images/GettyImages-627582186.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/GettyImages-627582186.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.text-span {
  font-style: italic;
}

@media (max-width: 991px) {
  .section-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/GettyImages-890289344.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/GettyImages-890289344.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .brand {
    width: 34%;
    height: 87px;
    padding-top: 12px;
  }
  .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-basic.welcome-section {
    padding-bottom: 43px;
  }
  .section-basic.welcome-section.section-margin {
    margin-top: 0px;
  }
  .button.cta-button.parts-order {
    margin-bottom: 0px;
    padding: 16px 27px;
    font-size: 18px;
  }
  .all-h3-headings {
    margin-bottom: 7px;
    line-height: 39px;
  }
  .all-paragraphs.right-margin.mobile-p-text {
    font-size: 16px;
  }
  .testimonial-quote {
    font-size: 19px;
  }
  .all-h2-headings.hero-h2 {
    font-size: 22px;
  }
  ._10-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image {
    overflow: hidden;
    max-width: 91%;
    margin-top: 10px;
    float: left;
  }
  .image-circle {
    width: 220px;
    height: 220px;
  }
  .img-1 {
    height: 140px;
    margin-bottom: 22px;
  }
  .logo-header {
    font-size: 19px;
    line-height: 29px;
  }
  .logo-sm-text {
    font-size: 8px;
  }
  .all-h3-headings-2 {
    margin-bottom: 7px;
    line-height: 39px;
  }
  .section-basic-2 {
    padding-top: 70px;
  }
  .section-basic-2.rates {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .57)), to(rgba(0, 0, 0, .57))), url('../images/GettyImages-1089413690.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/GettyImages-1089413690.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .section-basic-2.cta {
    padding-top: 74px;
    padding-bottom: 74px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .41)), to(rgba(0, 0, 0, .41))), url('../images/GettyImages-887360960.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/GettyImages-887360960.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .cta-text-2 {
    font-size: 30px;
    line-height: 35px;
  }
  .row-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-text-3 {
    font-size: 30px;
    line-height: 35px;
  }
  .section-basic-3 {
    padding-top: 42px;
  }
  .all-h3-headings-3 {
    margin-bottom: 7px;
    line-height: 39px;
  }
  .image-circle-2 {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 767px) {
  .section-hero {
    margin-top: 12px;
    padding-top: 113px;
    padding-bottom: 113px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/GettyImages-890289344.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/GettyImages-890289344.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .brand {
    position: relative;
    display: block;
    width: 57%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
  }
  .nav-link {
    height: 70px;
    padding: 32px 16px;
    border-top-style: none;
    border-top-width: 0px;
    background-color: #22a2ad;
    color: #000;
    font-size: 15px;
    line-height: 8px;
  }
  .nav-link:hover {
    background-color: #000;
    color: #fff;
    font-size: 15px;
  }
  .nav-link.w--current {
    color: #f1f0f0;
    line-height: 6px;
  }
  .nav-bar {
    padding: 0px;
  }
  .section-basic {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-basic.cta {
    background-size: cover;
  }
  .slide {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .all-h1-headings.hero {
    font-size: 43px;
    line-height: 46px;
  }
  .button.hero-button {
    margin-bottom: 0px;
  }
  .button.cta-button.parts-order {
    display: block;
    width: 100%;
  }
  .all-h3-headings {
    margin-bottom: 9px;
    line-height: 40px;
  }
  .all-h4-headings {
    margin-bottom: 34px;
  }
  .all-paragraphs {
    margin-bottom: 12px;
    text-align: center;
  }
  .all-paragraphs.right-margin.mobile-p-text {
    font-size: 16px;
  }
  .cta-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
  }
  .cta-text.sub-cta {
    font-size: 17px;
    line-height: 22px;
  }
  .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: 14px;
  }
  .text-logo-lg {
    padding-bottom: 2px;
    font-size: 36px;
  }
  .text-logo-sm {
    font-size: 12px;
  }
  .right-welcome {
    margin-top: 29px;
    padding-left: 0px;
  }
  .testimonial-author {
    margin-bottom: 0px;
    font-size: 14px;
  }
  ._10-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .welcome-img {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .column {
    overflow: hidden;
    height: 249px;
  }
  .menu-button {
    color: #fff;
    font-size: 42px;
  }
  .menu-button-2 {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
  }
  .menu-button-2.w--open {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #22a2ad;
    color: #fff;
  }
  .image {
    height: 100%;
    margin-top: 4px;
  }
  .image-circle {
    width: 160px;
    height: 160px;
  }
  .container-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .logo-header {
    font-size: 23px;
    line-height: 24px;
  }
  .logo-sm-text {
    font-size: 10px;
  }
  .italic-text {
    font-size: 65px;
    line-height: 67px;
  }
  .div-block-3 {
    margin-bottom: 19px;
  }
  .column-3 {
    padding-right: 10px;
  }
  .column-6 {
    display: none;
  }
  .all-h3-headings-2 {
    margin-bottom: 9px;
    font-size: 33px;
    line-height: 34px;
  }
  .all-h4-headings-2 {
    margin-bottom: 34px;
    line-height: 24px;
  }
  .all-h4-headings-2.parts {
    line-height: 25px;
  }
  .all-h4-headings-2.mod {
    margin-bottom: 9px;
  }
  .section-basic-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-basic-2.rates {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .63)), to(rgba(0, 0, 0, .63))), url('../images/GettyImages-1089413690.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .63), rgba(0, 0, 0, .63)), url('../images/GettyImages-1089413690.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .section-basic-2.cta {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35))), url('../images/GettyImages-887360960.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/GettyImages-887360960.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .column-5 {
    margin-bottom: 16px;
  }
  .all-paragraphs-2 {
    margin-bottom: 12px;
    text-align: center;
  }
  .all-paragraphs-2.about-paragraph {
    margin-top: 37px;
    margin-bottom: 42px;
  }
  .all-paragraphs-2.about-paragraph.work.order {
    font-size: 16px;
  }
  .unordered-list-2 {
    margin-bottom: 28px;
  }
  .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: 31px;
  }
  .cta-text-3 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 24px;
    font-weight: 400;
  }
  .cta-text-3.sub-cta {
    font-size: 17px;
    line-height: 22px;
  }
  .all-h4-headings-3 {
    margin-bottom: 34px;
    line-height: 24px;
  }
  .all-h4-headings-3.parts {
    line-height: 25px;
  }
  .section-basic-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .unordered-list-3 {
    margin-bottom: 0px;
  }
  .all-h3-headings-3 {
    margin-bottom: 9px;
    font-size: 33px;
    line-height: 34px;
  }
  .image-circle-2 {
    width: 160px;
    height: 160px;
  }
  .column-7 {
    margin-bottom: 27px;
  }
}

@media (max-width: 479px) {
  .section-hero {
    margin-top: 32px;
    padding-top: 104px;
    padding-bottom: 104px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/GettyImages-890289344.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/GettyImages-890289344.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .brand {
    overflow: hidden;
    width: 75%;
    height: 100%;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 18px;
  }
  .nav-link {
    height: 44px;
    padding-top: 20px;
    padding-bottom: 27px;
    border-style: none;
    border-width: 0px;
    background-color: #22a2ad;
    color: #fff;
    font-size: 14px;
  }
  .nav-link:hover {
    border-style: none;
    background-color: #000;
    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.cta {
    padding-top: 39px;
    padding-bottom: 39px;
    background-position: 50% 100%;
    background-size: cover;
  }
  .section-basic.welcome-section {
    padding-top: 8px;
    padding-bottom: 34px;
  }
  .section-basic.contact-section {
    margin-bottom: -38px;
  }
  .all-h1-headings.hero {
    width: 95%;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 38px;
  }
  .button.cta-button {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
  }
  .button.cta-button {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    padding: 19px 23px;
    font-size: 16px;
  }
  .button.cta-button.parts-order {
    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-h3-headings {
    font-size: 30px;
    line-height: 32px;
  }
  .all-h3-headings.dine-with-us {
    margin-bottom: 20px;
  }
  .all-h3-headings.dine-with-us.bottom-margin.position.mobile-red-header {
    text-align: center;
  }
  .all-h3-headings.dine-with-us.bottom-margin.mobile-red-header {
    text-align: center;
  }
  .all-h3-headings.contact-h3.red-header {
    text-align: center;
  }
  .all-h3-headings.bottom-margin.right-margin.mobile-red-header {
    width: 100%;
    margin-bottom: 7px;
    text-align: center;
  }
  .all-h4-headings {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .all-h4-headings.h4-black.mobile-black-header {
    width: 100%;
    text-align: center;
  }
  .all-h4-headings.h4-italic.right-margin.mobile-blue-header {
    width: 100%;
    text-align: center;
  }
  .all-h4-headings.position.blue-header {
    text-align: center;
  }
  .all-h4-headings.blue-header {
    text-align: center;
  }
  .all-paragraphs {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 21px;
  }
  .all-paragraphs.about-paragraph {
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .all-paragraphs.about-paragraph.position.mobile-p-text {
    text-align: center;
  }
  .all-paragraphs.about-paragraph.mobile-p-text {
    text-align: center;
  }
  .all-paragraphs.right-margin.mobile-p-text {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .all-paragraphs.paragraph-left.mobile-p-text {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .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.cta-phone.mobile-phone-number {
    font-size: 30px;
    line-height: 36px;
  }
  .testimonial-icon {
    width: 20%;
  }
  .testimonial-quote {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 23px;
  }
  .contact-p-text {
    margin-bottom: 18px;
  }
  .copyright {
    text-align: center;
  }
  .all-h2-headings.hero-h2 {
    width: 77%;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
  }
  .text-logo-lg {
    margin-bottom: -2px;
    padding-bottom: 0px;
    font-size: 31px;
  }
  .text-logo-sm {
    font-size: 10px;
  }
  .right-welcome {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-arrow {
    font-size: 28px;
  }
  .testimonial-author {
    padding-bottom: 23px;
  }
  .map {
    display: block;
    width: 100%;
    margin-top: 36px;
  }
  .contact-column2 {
    margin-top: 10px;
  }
  ._10-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column {
    height: 196px;
  }
  .menu-button {
    margin-top: 0px;
    padding: 23px 8px;
    background-color: transparent;
    color: #fff;
    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/1569.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-5 {
    background-image: url('../images/Image4.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/1571.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .image {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: hidden;
    height: 90%;
    margin-top: 14px;
    padding-bottom: 0px;
    float: left;
  }
  .img-1 {
    height: 120px;
  }
  .container-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .column-2 {
    margin-bottom: 17px;
  }
  .slide-nav {
    margin-bottom: 11px;
  }
  .column-style.column-mobile-style {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .slide-6-copy {
    background-image: url('../images/1512.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .logo-header {
    font-size: 17px;
    line-height: 24px;
  }
  .logo-sm-text {
    padding-right: 45px;
    line-height: 13px;
  }
  .italic-text {
    font-size: 41px;
    line-height: 45px;
  }
  .div-block-3 {
    margin-bottom: 18px;
  }
  .all-h3-headings-2 {
    font-size: 29px;
    line-height: 30px;
  }
  .all-h4-headings-2 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
  }
  .all-h4-headings-2.mod {
    font-size: 17px;
  }
  .image-4 {
    margin-top: 12px;
    margin-bottom: 19px;
  }
  .section-basic-2.cta {
    padding-top: 61px;
    padding-bottom: 61px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .29)), to(rgba(0, 0, 0, .29))), url('../images/GettyImages-887360960.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/GettyImages-887360960.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .all-paragraphs-2 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 21px;
  }
  .all-paragraphs-2.about-paragraph {
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .cta-text-2 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  .cta-text-2.rates-txt {
    font-size: 28px;
    line-height: 32px;
  }
  .list-item.non {
    font-size: 15px;
    line-height: 24px;
  }
  .cta-text-3 {
    width: 90%;
    margin-top: 0px;
    font-size: 27px;
    line-height: 33px;
  }
  .cta-text-3.sub-cta {
    font-size: 15px;
    line-height: 19px;
  }
  .cta-text-3.sub-cta.blue {
    font-size: 20px;
    line-height: 26px;
  }
  .all-h4-headings-3 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
  }
  .all-h4-headings-3.parts {
    line-height: 21px;
  }
  .bold-span {
    font-size: 17px;
    line-height: 21px;
  }
  .all-h3-headings-3 {
    font-size: 30px;
    line-height: 30px;
  }
  .all-h3-headings-3.dine-with-us {
    font-size: 25px;
  }
}

