body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #2284bd;
  font-size: 25px;
  line-height: 44px;
  font-weight: 100;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #77818c;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #77818c;
  font-size: 13px;
  line-height: 22px;
}

.button {
  display: inline-block;
  margin-top: 15px;
  padding: 4px 15px;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #4d4d4d;
}

.button.white-lined {
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.button.white-lined:hover {
  border-style: none;
  border-color: #000;
  background-color: #b3be2f;
}

.button.pricing-button {
  border-style: solid;
  border-color: #204553;
  background-color: #204553;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
}

.button.pricing-button:hover {
  border-color: #b3be2f;
  background-color: #b3be2f;
}

.button.pricing-button.active {
  border-color: #204553;
  background-color: #204553;
}

.button.pricing-button.active:hover {
  border-color: #b3be2f;
  background-color: #b3be2f;
}

.button.divider-button {
  display: block;
  width: 120px;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  border-color: #375b72;
  background-color: #375b72;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
}

.button.divider-button:hover {
  border-style: none;
  border-color: #000;
  background-color: #b3be2f;
  color: #fff;
}

.button.faded {
  border-style: solid;
  border-color: #ebeced;
  background-color: #ebeced;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
  color: #77818c;
}

.button.faded:hover {
  border-color: #2284bd;
  background-color: #2284bd;
  opacity: 1;
  color: #fff;
}

.top-section {
  height: 550px;
  background-color: #5c5c5c;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 900;
  padding-top: 18px;
  padding-bottom: 18px;
  border-color: #d4d4d4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  -webkit-transition: background-color 500ms ease, padding-bottom 500ms ease, padding-top 500ms ease;
  transition: background-color 500ms ease, padding-bottom 500ms ease, padding-top 500ms ease;
}

.navbar:hover {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.page-content {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}

.page-content.intro {
  padding-top: 69px;
  padding-bottom: 69px;
  background-color: #fff;
}

.section-2-half {
  margin-top: 41px;
}

.left-column {
  padding-right: 0px;
  padding-left: 0px;
}

.right-column {
  padding-right: 0px;
  padding-left: 0px;
}

.slider-2 {
  height: 750px;
}

.text-block {
  height: 250px;
  padding: 25px 50px 20px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px none #dbdbdb;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
}

.text-block:hover {
  border-top-color: #1e2024;
  background-color: #072430;
}

.text-block.end {
  border-bottom-style: solid;
}

.text-block.end:hover {
  background-color: #072430;
}

.text-block.right-aligned {
  text-align: right;
}

.map {
  height: 459px;
}

.contact-column {
  height: 459px;
  padding: 100px 50px 50px;
  background-color: #ededed;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.contact-column:hover {
  background-color: #072430;
}

.nav-link {
  margin-top: 5px;
  margin-right: 3px;
  padding: 21px 15px;
  border: 2px solid transparent;
  border-radius: 3px;
  opacity: 0.4;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Roboto, sans-serif;
  color: #072430;
  font-size: 16px;
  font-weight: 500;
}

.nav-link:hover {
  border: 2px none #000;
  background-color: #b3be2f;
  opacity: 1;
  color: #fff;
}

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

.nav-link.w--current:hover {
  color: #fff;
}

.top-slider {
  width: 100%;
  height: 100%;
  background-color: #4d4d4d;
}

.top-slide {
  padding-top: 120px;
  background-image: -webkit-linear-gradient(270deg, rgba(55, 91, 114, .7), rgba(55, 91, 114, .7)), url('../images/city-image.jpg');
  background-image: linear-gradient(180deg, rgba(55, 91, 114, .7), rgba(55, 91, 114, .7)), url('../images/city-image.jpg');
  background-position: 0px 0px, 50% 31%;
  background-size: auto, cover;
}

.top-slide._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(55, 91, 114, .7), rgba(55, 91, 114, .7)), url('../images/Truck.jpg');
  background-image: linear-gradient(180deg, rgba(55, 91, 114, .7), rgba(55, 91, 114, .7)), url('../images/Truck.jpg');
  background-position: 0px 0px, 0px 67%;
  background-size: auto, cover;
}

.top-slide._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(55, 91, 114, .7), rgba(55, 91, 114, .7)), url('../images/downtown-river.jpg');
  background-image: linear-gradient(180deg, rgba(55, 91, 114, .7), rgba(55, 91, 114, .7)), url('../images/downtown-river.jpg');
  background-position: 0px 0px, 50% 49%;
  background-size: auto, cover;
}

.top-slide-container {
  display: block;
  margin-top: 27px;
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}

.slider-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-top-width: 3px;
  border-top-color: #fff;
  border-bottom-width: 3px;
  border-bottom-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 64px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.slider-title:hover {
  color: #fff;
}

.slider-title.mobile {
  margin-top: 61px;
}

.slider-subtitle {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.info-block {
  width: 100%;
  height: 240px;
  padding: 30px 20px;
  border: 2px solid #f2f2f2;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.info-block:hover {
  border-color: #282b30;
  background-color: #35373b;
}

.icon-block {
  display: block;
  width: 90px;
  height: 90px;
  margin-top: -65px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #e3e3e3;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 0 3px #f2f2f2;
}

.slider-2-slide {
  background-image: -webkit-linear-gradient(270deg, rgba(55, 91, 114, .5), rgba(55, 91, 114, .5)), url('../images/Truck.jpg');
  background-image: linear-gradient(180deg, rgba(55, 91, 114, .5), rgba(55, 91, 114, .5)), url('../images/Truck.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slider-2-slide._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(55, 91, 114, .5), rgba(55, 91, 114, .5)), url('../images/downtown-river.jpg');
  background-image: linear-gradient(180deg, rgba(55, 91, 114, .5), rgba(55, 91, 114, .5)), url('../images/downtown-river.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slider-2-slide._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(55, 91, 114, .5), rgba(55, 91, 114, .5)), url('../images/city-image.jpg');
  background-image: linear-gradient(180deg, rgba(55, 91, 114, .5), rgba(55, 91, 114, .5)), url('../images/city-image.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.text-container {
  width: 500px;
  float: left;
}

.text-container.right-aligned {
  float: right;
}

.pricing-box {
  min-height: 500px;
  opacity: 0.85;
  color: #fff;
  text-align: center;
}

.pricing-box:hover {
  opacity: 0.95;
}

.pricing-box.active {
  opacity: 1;
}

.pricing-column {
  padding-right: 0px;
  padding-left: 0px;
}

.pricing-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #072430;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.pricing-title.price {
  padding-bottom: 10px;
  background-color: #363b40;
  font-size: 34px;
  font-weight: 900;
}

.pricing-title.price-description {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #363b40;
  color: hsla(0, 0%, 100%, .4);
  font-size: 10px;
  text-transform: uppercase;
}

.pricing-box-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #cfcfcf;
  background-color: #fff;
}

.pricing-box-list-item:hover {
  background-color: rgba(237, 240, 242, .9);
}

.pricing-box-list-item.end {
  padding-top: 30px;
  padding-bottom: 45px;
}

.pricing-box-list-item.end:hover {
  background-color: rgba(237, 240, 242, .9);
}

.pricing-feature-text {
  font-family: Roboto, sans-serif;
  color: #9c9da6;
  font-size: 14px;
  font-weight: 400;
}

.section-intro-block {
  margin-bottom: 60px;
  text-align: center;
}

.section-title {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 23px;
  border-top: 3px solid #ededed;
  border-bottom: 3px solid #ededed;
  font-family: Roboto, sans-serif;
  color: #375b72;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section-title:hover {
  color: #b3be2f;
}

.section-title._2 {
  margin-bottom: 0px;
  padding-top: 0px;
  border-top-style: none;
  border-bottom-style: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title.landscape.contact-us {
  text-align: center;
}

.bottom-footer {
  padding: 30px 50px;
  background-color: #183844;
  text-align: center;
}

.some-block {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-radius: 30px;
  background-color: #375b72;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.some-block:hover {
  background-color: #b3be2f;
}

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

.footer-right {
  text-align: right;
}

.slider-navigation {
  padding-top: 6px;
  padding-bottom: 50px;
  opacity: 0.4;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.slider-navigation:hover {
  opacity: 1;
}

.slider-arrow {
  width: 40px;
  height: 40px;
  padding-top: 8px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .2);
  -webkit-transition: background-color 500ms ease, border-radius 500ms ease, font-size 500ms ease;
  transition: background-color 500ms ease, border-radius 500ms ease, font-size 500ms ease;
  font-size: 22px;
}

.slider-arrow:hover {
  border-radius: 30px;
  background-color: rgba(0, 0, 0, .9);
}

.slider-arrow.testimonials {
  margin-top: 110px;
}

.testimonials-section {
  padding-top: 72px;
}

.testimonial-slider {
  height: 500px;
  background-color: #fff;
}

.portfolio-slide {
  padding-top: 0px;
  background-color: #fff;
}

.testimonial-photos-row {
  margin-bottom: 50px;
}

.testimonial-photo {
  opacity: 0.5;
}

.testimonial-photo.active {
  opacity: 1;
}

.testimonial-text-block {
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}

.testimonial-title {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 22px;
}

.testimonial-text {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 25px;
}

.contact-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #77818c;
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
}

.contact-title._2 {
  margin-bottom: 0px;
  padding-left: 3px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-title._2.bottom {
  padding-bottom: 40px;
  font-size: 45px;
}

.contact-title._2.mobile.desktop {
  margin-top: 24px;
  text-align: center;
}

.field {
  height: 50px;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, .5), 0 0 0 0 #000;
  font-family: Roboto, sans-serif;
}

.field:hover {
  background-color: #e6e6e6;
}

.field:active {
  border-color: #359edb;
}

.field:focus {
  border-color: #359edb;
  color: #000;
}

.field.area {
  height: 150px;
  padding-top: 14px;
}

.submit-button {
  width: 100%;
  border: 2px solid #77818c;
  background-color: #77818c;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #2284bd;
  background-color: #2284bd;
  color: #fff;
}

.divider-with-symbol {
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}

.divider-symbol {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-top: 11px;
  padding-right: 13px;
  padding-left: 13px;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  background-color: #fff;
}

.divider-container {
  height: auto;
  margin-top: 50px;
}

.slider-3-slide {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(55, 91, 114, .7), rgba(55, 91, 114, .7)), url('../images/Truck.jpg');
  background-image: linear-gradient(180deg, rgba(55, 91, 114, .7), rgba(55, 91, 114, .7)), url('../images/Truck.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-3-slide._2 {
  background-image: url('../images/Fotograaf-1.jpg');
}

.slider-3-slide._3 {
  background-image: url('../images/View-10.jpg');
}

.divider-icon {
  opacity: 0.2;
}

.pricing-row {
  margin-bottom: 70px;
}

.important-text {
  font-weight: 900;
}

.intro-title {
  margin-bottom: 10px;
  font-size: 22px;
}

.link {
  font-family: Roboto, sans-serif;
  color: #396491;
  font-size: 13px;
  text-decoration: none;
}

.link:hover {
  color: #006fe6;
}

.link.testimonial-url {
  display: block;
  color: #b4c2d1;
  text-align: center;
}

.link.testimonial-url:hover {
  color: #2284bd;
}

.footer-bottom-text {
  margin-top: 12px;
  opacity: 0.5;
  color: #aab3bd;
  font-size: 12px;
  letter-spacing: 1px;
}

.important-text-white {
  color: #fff;
}

.important-text-grey {
  color: #ededed;
}

.nav-menu-container {
  margin-top: 13px;
}

.success-bg {
  padding-top: 13px;
  border-radius: 3px;
  background-color: #2284bd;
  text-align: center;
}

.success-text {
  color: #fff;
  font-size: 16px;
}

.error-bg {
  padding-top: 14px;
  background-color: #1e2024;
  text-align: center;
}

.fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.about-paragraph {
  margin-top: 29px;
  margin-bottom: 23px;
  clear: none;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.images-slider {
  background-image: url('../images/IMG_4705.JPG');
  background-position: 50% 53%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/IMG_4694.JPG');
  background-position: 50% 31%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/IMG_4674.JPG');
  background-position: 50% 59%;
  background-size: cover;
}

.port-slider {
  height: 400px;
}

.slide-1 {
  background-image: url('../images/IMG_4705.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/IMG_4684.JPG');
  background-position: 50% 26%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/IMG_4703.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/IMG_4704.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.cta {
  padding-top: 31px;
  padding-bottom: 31px;
  text-align: center;
}

.cta-text {
  width: 70%;
  margin-top: 9px;
  float: left;
  clear: none;
  color: #fff;
  font-size: 32px;
  line-height: 22px;
  text-align: left;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.cta-text.portrait {
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.cta-button {
  width: 25%;
  float: right;
  border: 3px solid #fff;
  background-color: #fff;
  color: #b3be2f;
  font-size: 18px;
  font-weight: 700;
}

.cta-button:hover {
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
}

.cta-button.landscape {
  font-family: Roboto, sans-serif;
}

.cta-section {
  margin-top: -14px;
  margin-bottom: -14px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b3be2f;
}

.m4c-link {
  color: #aab4be;
  text-decoration: none;
}

.gcr-terms-and-conditions-link {
  color: #abb4be;
  text-decoration: none;
}

.gcr-terms-and-conditions-link.w--current {
  color: #abb4be;
  text-decoration: none;
}

.back-button {
  display: block;
  width: 200px;
  margin: 62px auto;
  border: 2px solid #375b72;
  background-color: #375b72;
  font-weight: 700;
  text-align: center;
}

.back-button:hover {
  border: 2px solid #375b72;
  background-color: #fff;
  color: #375b72;
  font-weight: 700;
}

.text-link {
  font-family: Roboto, sans-serif;
  color: #77818c;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  color: #b3be2f;
}

.paragraph2 {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 700;
}

.bayern-link {
  font-family: Roboto, sans-serif;
  color: #77818c;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.bayern2 {
  color: #b3be2f;
  text-decoration: none;
}

@media (max-width: 991px) {
  h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #aab4bf;
    font-size: 25px;
  }
  .button.faded {
    border-color: #2284bd;
    background-color: #2284bd;
    color: #fff;
  }
  .button.faded:hover {
    background-color: transparent;
  }
  .page-content {
    padding: 70px 30px;
  }
  .page-content.intro {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .section-2-half.mobile.landscape {
    margin-top: 38px;
  }
  .slider-2 {
    height: 600px;
  }
  .text-block {
    height: 200px;
    padding-top: 25px;
    padding-left: 30px;
  }
  .text-block:hover {
    border-top-color: #dbdbdb;
    background-color: #282b30;
  }
  .text-block.right-aligned {
    padding-right: 30px;
  }
  .map {
    height: 600px;
  }
  .contact-column {
    height: 600px;
    padding-top: 50px;
    padding-right: 30px;
  }
  .logo-container {
    padding-top: 7px;
  }
  .nav-link {
    width: 100%;
    max-width: 991px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 25px;
    border-style: none none solid;
    border-color: #000 #000 #262626;
    border-bottom-width: 1px;
    border-radius: 0px;
    background-color: #000;
    opacity: 1;
    color: #b8b8b8;
    font-size: 16px;
  }
  .nav-link:hover {
    border-width: 0px 0px 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    background-color: #2284bd;
    color: #fff;
  }
  .nav-link.w--current {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    color: #b8b8b8;
  }
  .nav-link.w--current:hover {
    color: #fff;
  }
  .top-slide-container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .info-block {
    height: auto;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .text-container {
    width: 330px;
  }
  .pricing-title.price.tablet {
    line-height: 32px;
  }
  .pricing-box-list-item.end {
    padding-top: 15px;
  }
  .section-title {
    font-size: 36px;
  }
  .section-title._2 {
    padding-bottom: 10px;
  }
  .some-block {
    background-color: #375b72;
  }
  .some-block:hover {
    background-color: #b3be2f;
  }
  .slider-arrow.testimonials {
    margin-top: 160px;
  }
  .testimonials-section {
    padding-top: 70px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .testimonial-slider {
    height: 370px;
  }
  .portfolio-slide {
    padding-top: 0px;
  }
  .menu-icon {
    float: right;
    font-size: 25px;
  }
  .menu-button {
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 12px;
  }
  .menu-button:hover {
    border-radius: 3px;
    background-color: #f0f0f0;
  }
  .menu-button.w--open {
    border-radius: 3px;
    background-color: #000;
  }
  .menu-text {
    display: inline-block;
    margin-top: -4px;
    margin-right: 13px;
    margin-bottom: 0px;
    float: right;
    color: #cfcfcf;
    font-size: 15px;
    font-weight: 600;
  }
  .contact-title {
    font-size: 35px;
  }
  .submit-button {
    border-color: #2284bd;
    background-color: #2284bd;
  }
  .submit-button:hover {
    background-color: transparent;
  }
  .pricing-row {
    margin-bottom: 0px;
  }
  .intro-title {
    margin-top: 15px;
    font-size: 16px;
  }
  .important-text-white {
    color: #4e5a61;
  }
  .important-text-grey {
    color: #4e5a61;
  }
  .top-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .nav-menu-container {
    padding-bottom: 20px;
    padding-left: 0px;
    border-top: 1px solid #bdbdbd;
    background-color: #f0f0f0;
  }
  .mask-mobile.tablet.only {
    margin-top: -66px;
  }
  .cta-text {
    width: 69%;
    font-size: 25px;
    line-height: 20px;
  }
  .cta-button {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .top-section {
    height: 480px;
  }
  .navbar {
    padding-right: 18px;
    padding-left: 10px;
  }
  .page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-content.intro {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .slider-2 {
    height: 350px;
  }
  .text-block {
    height: auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .text-block.right-aligned {
    text-align: left;
  }
  .map {
    height: 300px;
  }
  .contact-column {
    text-align: center;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-slide {
    padding-top: 70px;
  }
  .top-slide-container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .slider-title {
    font-size: 33px;
  }
  .info-block {
    margin-bottom: 15px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .text-container {
    width: 100%;
  }
  .pricing-box {
    margin-bottom: 30px;
  }
  .pricing-box-list-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .section-title.landscape {
    text-align: center;
  }
  .bottom-footer {
    text-align: center;
  }
  .some-block {
    float: none;
  }
  .footer-left {
    text-align: center;
  }
  .slider-arrow.testimonials {
    margin-top: 75px;
  }
  .testimonials-section {
    padding-top: 50px;
  }
  .testimonial-slider {
    height: 250px;
    margin-top: 27px;
  }
  .testimonial-photo {
    height: 100px;
    margin-bottom: 30px;
  }
  .testimonial-photo-column {
    text-align: center;
  }
  .divider-container {
    margin-top: 0px;
  }
  .intro-title {
    font-size: 25px;
  }
  .footer-bottom-text {
    text-align: center;
  }
  .testimonial-navigation {
    padding-bottom: 40px;
    opacity: 0.1;
  }
  .mask-mobile {
    margin-bottom: 0px;
  }
  .mask-mobile.landscape {
    margin-top: -179px;
    padding-top: 172px;
  }
  .mask-mobile.tablet.only.landscape {
    margin-top: -179px;
  }
  .right-arrow-mobile.landscape {
    margin-top: 171px;
  }
  .left-arrow-mobile.landscape {
    margin-top: 171px;
  }
  .mask-mobile-landscape {
    margin-top: -47px;
    margin-bottom: 33px;
    padding-bottom: 0px;
  }
  .cta-text {
    width: 54%;
    margin-top: 3px;
    margin-right: 14px;
    margin-left: 14px;
    line-height: 26px;
  }
  .cta-text.portrait {
    width: 52%;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }
  .cta-button.landscape {
    width: 30%;
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media (max-width: 479px) {
  h3 {
    font-size: 30px;
    line-height: 28px;
  }
  .button.pricing-button {
    margin-top: 5px;
  }
  .button.divider-button {
    width: 100%;
  }
  .top-section {
    height: 350px;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-content {
    padding: 30px 25px 5px;
  }
  .page-content.intro {
    padding: 50px 25px 30px;
  }
  .section-2-half.mobile {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slider-2 {
    height: 250px;
  }
  .text-block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .contact-column {
    height: auto;
    margin-top: 0px;
    padding: 30px 25px 45px;
  }
  .top-slide {
    padding-top: 50px;
  }
  .top-slide-container {
    margin-top: 61px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  .slider-title {
    margin-top: 33px;
    margin-bottom: -23px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  .slider-title.mobile {
    margin-top: 65px;
    font-size: 20px;
    line-height: 23px;
  }
  .slider-subtitle {
    margin-bottom: 0px;
    font-size: 10px;
  }
  .info-block {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
  }
  .pricing-box {
    min-height: 0px;
  }
  .pricing-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pricing-title.price-description {
    padding-bottom: 5px;
  }
  .pricing-box-list-item.end {
    padding-bottom: 20px;
  }
  .pricing-feature-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .section-intro-block {
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 25px;
    line-height: 25px;
  }
  .slider-navigation {
    padding-top: 30px;
    padding-bottom: 40px;
    line-height: 22px;
  }
  .slider-arrow.testimonials {
    margin-left: 0px;
  }
  .slider-arrow.testimonials.right {
    margin-left: 40px;
  }
  .testimonials-section {
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .testimonial-slider {
    height: 230px;
    margin-top: 64px;
  }
  .testimonial-text-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonial-title {
    margin-bottom: 3px;
  }
  .testimonial-text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .menu-button {
    margin-top: -3px;
    padding-top: 16px;
  }
  .menu-button.w--open {
    margin-top: 0px;
  }
  .contact-title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }
  .contact-title._2.bottom {
    margin-top: 16px;
    padding-bottom: 49px;
    font-size: 44px;
  }
  .contact-title._2.mobile {
    font-size: 15px;
    line-height: 34px;
  }
  .link.testimonial-url {
    color: #2284bd;
  }
  .link.testimonial-url:hover {
    color: #000;
  }
  .footer-bottom-text {
    line-height: 18px;
  }
  .top-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-1.mobile {
    padding-bottom: 0px;
    background-size: cover;
  }
  .mobile-row {
    margin-top: 65px;
  }
  .mask-mobile {
    margin-top: -176px;
    padding-top: 174px;
  }
  .right-arrow-mobile {
    margin-top: 126px;
  }
  .left-arrow-mobile {
    margin-top: 126px;
  }
  .cta {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .cta.mobile {
    margin-top: -23px;
  }
  .cta-text.portrait {
    width: 93%;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 25px;
    text-align: center;
  }
  .cta-button.landscape {
    width: 58%;
    margin: 30px 66px;
    float: right;
  }
  .cta-section {
    margin-top: 22px;
  }
}

