body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-align: left;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

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: 0px;
  margin-bottom: 5px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #539fff;
}

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  height: 80px;
  background-color: transparent;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .13), inset 0 1px 0 0 rgba(0, 0, 0, .5);
}

.nav-link {
  display: inline-block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-family: Lato, sans-serif;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, .5);
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #4dbd90;
  color: #4dbd90;
}

.section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 34px;
  padding-bottom: 70px;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  margin-top: 73px;
  background-color: #fff;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section.footer.copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section.press {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 20px 10px;
  border-color: #e7e7e7;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: transparent;
  text-align: center;
}

.section.main-heading {
  margin-top: 0px;
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/child-865116_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/child-865116_1920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.nav-menu.div-center-aligned {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  padding-right: 20px;
  float: right;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, .49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 70px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle {
  margin-bottom: 68px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: #fff;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  margin-top: 20px;
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin-top: 80px;
  margin-bottom: 80px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 200px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #999;
  font-size: 48px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  width: 70px;
}

.main-feature-group {
  margin-top: 30px;
}

.center-contents {
  text-align: center;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  color: hsla(0, 0%, 100%, .31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.modal-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, .81);
}

.modal-window {
  width: 60%;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 10px;
  background-color: #fff;
  color: #313131;
}

.modalheader {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #000;
}

.modalclose {
  position: relative;
  top: -17px;
  right: 11px;
  float: right;
  font-family: Lato, sans-serif;
  color: #cecece;
  font-size: 26px;
  line-height: 25px;
  text-decoration: none;
}

.modalformwrapper {
  margin-top: 30px;
}

.modalformfield {
  margin-top: 20px;
}

.heroarea {
    display: block;
    padding: 180px 20px 150px;
    background-image: -webkit-linear-gradient(270deg, rgba(9, 166, 156, .92), rgba(9, 166, 156, .92)), url('../images/SinLeeHeader.jpg');
    background-image: linear-gradient(180deg, rgba(9, 166, 156, .92), rgba(9, 166, 156, .92)), url('../images/SinLeeHeader.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
    color: #fff;
}

.heroarea.center-contents {
  padding-top: 200px;
  padding-bottom: 210px;
}

.heroarea.center-contents.heroarea-fullsize {
  position: static;
  width: 100%;
  height: 100vh;
}

.heroarea.fullheight {
  height: 100vh;
}

.heroarea.xmas {
  padding-top: 110px;
  padding-bottom: 70px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/xmas_0004.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/xmas_0004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-h2 {
  color: #fff;
}

.hero-btn {
  margin: 20px;
  padding: 15px 25px;
  float: none;
  background-color: #00a79e;
  font-size: 24px;
  text-align: center;
}

.hero-btn.headerctabtn {
  float: none;
}

.hero-btn.headerctabtn.wrap-text-block {
  display: inline-block;
  margin-right: 0px;
  float: none;
}

.hero-btn.xmas {
  background-color: #ab1d1d;
}

.intro-3images {
  width: 100%;
  padding-bottom: 150px;
}

.intro-3images-center {
  position: static;
  width: 100%;
}

.intro-3images-div {
  width: 30%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.intro-3images-div.intro-3images-center {
  position: absolute;
  left: 250px;
  top: -60px;
  width: 47%;
  float: none;
}

.intro-3images-div.float-right {
  float: right;
}

.intro-3images-div.float-left {
  float: left;
}

.container-relative {
  position: relative;
}

.container-relative.intro-3images-container {
  margin-top: -80px;
}

.img-hover-expand {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.img-hover-expand:hover {
  position: static;
  overflow: visible;
  max-width: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.hero-bg-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.hero-bg-video-contentoverlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100px;
}

.headerctabtn {
  margin-right: 20px;
  float: right;
  background-color: #ff5858;
}

.headerctabtn.w--current {
  margin-right: 20px;
  float: right;
}

.headerctabtn.div-center-aligned {
  display: inline-block;
  margin-right: 20px;
  float: right;
}

.headerctabtn.xmas {
  background-color: #ab1d1d;
}

.introheader {
  margin-bottom: 20px;
  color: #fff;
  font-size: 78px;
  text-align: center;
}

.section_bg_1 {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.nav-block {
  position: relative;
  width: 100%;
}

.nav-transparency {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: #fff;
  opacity: 0;
}

.nav-content {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 80px;
  padding: 10px 15px;
  background-color: #fff;
}

.hero-container {
  text-align: center;
}

.subheader {
  background-color: red;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.subheader.div-center-aligned {
  line-height: 40px;
}

.hero-row {
  margin-top: 0px;
  padding: 100px 10px 50px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, .77)), url('../images/xmas_0003.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, .77)), url('../images/xmas_0003.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 960px;
  background-attachment: scroll, fixed;
  color: #fff;
}

.hero-row.xmas {
  padding-top: 70px;
  background-image: -webkit-linear-gradient(270deg, null, null), url('../images/xmas_0003.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/xmas_0003.jpg');
  background-size: auto, cover;
}

.hero-row.xmas.version2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/xmas_0002.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/xmas_0002.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-row.xmas.version3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/xmas_0001.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/xmas_0001.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-center-aligned {
  display: block;
  text-align: center;
}

.div-center-aligned.margin-top-30px {
  margin-top: 30px;
}

.div_20px_margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.round-img {
  width: 350px;
  border-radius: 100%;
  text-align: left;
}

.div-margin-top {
  margin-top: 20px;
}

.div-margin-top._20px {
  margin-top: 20px;
}

.tabs-content {
  padding: 40px 20px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #000 #686868;
  text-align: left;
}

.tabs-menu {
  width: 27%;
  margin-right: 3%;
  margin-left: 3%;
  float: left;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #686868;
  color: #fff;
  text-align: center;
}

.tabs-menu.w--current {
  background-color: #ff5858;
}

.tabs-menu._50percent-button {
  width: 40%;
  height: 50px;
}

.tabs-menu._50percent-button.w--current {
  width: 35%;
}

.accordion {
  max-width: 940px;
  margin: 30px auto 50px;
  padding-right: 10px;
  padding-left: 10px;
}

.accordion-section-wrapper {
  margin-bottom: 25px;
  cursor: pointer;
}

.accordion-header {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 20px;
  line-height: 24px;
}

.accordion-content {
  display: none;
  height: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 0;
}

.credits {
  padding: 10px 15px;
  background-color: #363636;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.credits-link {
  color: #fff;
  text-decoration: none;
}

.credits-link.float-right {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
}

.accordion-header-button {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: transparent;
  opacity: 1;
  color: #535353;
  cursor: pointer;
}

.accordion-icon {
  width: auto;
  height: 16px;
  margin-top: 6px;
  float: right;
  opacity: 0.4;
}

.accordion-content-div {
  padding: 10px;
}

.accordion-header-button-btn {
  width: 80%;
  max-width: 500px;
  margin-right: 50px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  background-color: transparent;
  color: #777;
  font-size: 20px;
  text-decoration: none;
}

.modalparagraph {
  font-size: 20px;
  line-height: 28px;
}

.accordion-header-btn {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.accordion-one.accordion-content {
  display: none;
}

.accordion-two {
  display: none;
}

.body-bg {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/Sin-Lee-Awards_small.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Sin-Lee-Awards_small.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.white {
  color: #fff;
}

.thankyoupage {
  padding-top: 150px;
  padding-bottom: 100px;
}

.slide-logos {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  text-align: center;
}

.slide-logos.div-center-aligned {
  width: 18%;
  height: auto;
  margin-right: 2%;
}

.logo-slider {
  height: auto;
}

.logo-slider-wrap {
  height: auto;
  background-color: transparent;
}

.logo-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-slider-arrow-icon {
  position: static;
  opacity: 1;
  color: #eee;
}

.logo-slider-arrow-icon.logo-slider-right-icon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.logo-slider-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.terms-paragraph {
  margin-top: 20px;
  color: #acacac;
  font-size: 12px;
  text-align: center;
}

.tabs-menu-50percent {
  width: 30%;
  height: auto;
  margin: 10px 3% 10px 0%;
  padding-top: 13px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: #8f8f8f;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.tabs-menu-50percent.w--current {
  margin-right: 3%;
  background-color: #ff5858;
  color: #fff;
}

.conversion-codes {
  display: none;
}

.margin-top-30px {
  margin-top: 30px;
}

.header_p {
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.text-align-left {
  font-weight: 300;
  text-align: left;
}

.list_img {
  width: 80px;
}

.contact_form_colum {
  border-style: none;
  background-color: #f5f5f5;
}

.catalogue_slider {
  width: auto;
  height: 660px;
}

.catalogue_slider.thankyoupageslider {
  margin-top: -188px;
  padding: 20px;
  background-color: #fff;
}

.custom_slider_nav {
  background-color: rgba(0, 0, 0, .17);
}

.google_maps_btn {
  margin-top: 20px;
  background-color: #949494;
}

.thankyouheroarea {
  padding: 120px 50px 50px;
}

.header_btn_wrap {
  float: left;
}

.video-hero-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/xmas_0004.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/xmas_0004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Lato, sans-serif;
  color: #fff;
}

.xmas-preheader {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ab1d1d;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.xmas-header {
  margin-top: 18px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

.packages-sidebar {
  padding-right: 10px;
  padding-left: 10px;
}

.sidebar-h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 24px;
  text-align: center;
}

.howtouseimage {
  max-width: 400px;
}

.howitworksrow {
  margin-top: 20px;
}

.headericon {
  max-height: 40px;
  margin-right: 10px;
  float: left;
}

.contactsection {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-heading {
  margin-top: 60px;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="hide-on-load"] {
  display: block;
  opacity: 0;
  height: 0px;
}

@media (max-width: 991px) {
  .button.hollow {
    margin-top: 28px;
  }
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #3b3b3b;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu {
    position: static;
    display: inline-block;
    overflow: visible;
    height: 60px;
    float: right;
    clear: none;
  }
  .nav-menu.div-center-aligned {
    display: block;
    float: right;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .heroarea.center-contents {
    padding: 120px 20px 130px;
  }
  .hero-btn.headerctabtn {
    display: inline-block;
    overflow: visible;
  }
  .hero-btn.headerctabtn.wrap-text-block {
    display: inline-block;
    font-size: 18px;
  }
  .intro-3images-div.intro-3images-center {
    left: 195px;
  }
  .logoimg {
    margin-top: 10px;
  }
  .headerctabtn {
    display: none;
    float: none;
  }
  .headerctabtn.w--current {
    display: none;
  }
  .section_bg_1 {
    margin-top: 40px;
  }
  .nav-content {
    height: 80px;
    padding-top: 0px;
  }
  .div-center-aligned {
    display: block;
  }
  .div-center-aligned.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-logos.div-center-aligned {
    float: left;
  }
  .catalogue_slider {
    height: 500px;
  }
  .thankyouheroarea {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .header_btn_wrap {
    display: none;
  }
  .thankyouhero-rightcol {
    display: block;
  }
}

@media (max-width: 767px) {
  h2 {
    line-height: 52px;
  }
  h3 {
    margin-bottom: 8px;
    line-height: 36px;
  }
  ul {
    text-align: left;
  }
  .logo-text {
    margin-top: 15px;
  }
  .navigation {
    position: static;
  }
  .nav-link {
    display: inline-block;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding: 43px 10px;
    text-align: center;
  }
  .section.main {
    margin-top: 51px;
  }
  .nav-menu {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .nav-menu.div-center-aligned {
    display: block;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .brand-link.div-center-aligned {
    position: static;
    display: inline-block;
    width: 100%;
    float: none;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .heroarea {
    padding-top: 100px;
  }
  .heroarea.center-contents {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .hero-btn.headerctabtn {
    display: inline-block;
  }
  .intro-3images-div.intro-3images-center {
    position: static;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  .intro-3images-div.float-right {
    width: 100%;
    float: none;
  }
  .intro-3images-div.float-left {
    width: 100%;
    float: none;
  }
  .logoimg {
    margin-bottom: 9px;
  }
  .headerctabtn {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .headerctabtn.div-center-aligned {
    display: inline-block;
  }
  .nav-content {
    height: auto;
  }
  .subheader.div-center-aligned {
    line-height: 35px;
  }
  .div-margin-top {
    text-align: left;
  }
  .catalogue_slider {
    height: 400px;
  }
  .google_maps_btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  ul {
    text-align: left;
  }
  .nav-link {
    display: block;
    margin-bottom: 15px;
    float: none;
    text-align: center;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .nav-menu {
    display: none;
  }
  .nav-menu.div-center-aligned {
    display: block;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .heroarea {
    padding-top: 126px;
  }
  .hero-btn {
    margin-right: 10px;
    margin-left: 10px;
  }
  .hero-btn.headerctabtn {
    margin-right: 10px;
    margin-left: 10px;
  }
  .hero-btn.headerctabtn.wrap-text-block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 17px;
  }
  .subheader.div-center-aligned {
    line-height: 35px;
  }
  .tabs-menu {
    width: 80%;
    margin-right: 10%;
    margin-bottom: 10px;
    margin-left: 10%;
    float: none;
  }
  .accordion-icon {
    display: none;
    float: right;
    clear: none;
  }
  .accordion-header-button-btn {
    display: inline-block;
  }
  .tabs-menu-50percent {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .catalogue_slider {
    height: 220px;
  }
}

