.heading,
.middle {
  text-align: center;
}
.app-text,
.contacts .icon h2,
.hex-button,
.proptext {
  text-transform: uppercase;
}
body {
  font-family: 'Cabin';
  overflow-x: hidden;
  overflow-y: scroll;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
.navlink,
p {
  font-size: 16px;
}
h2 {
  font-weight: 500;
}
a {
  color: #b3b3b3;
  text-decoration: underline;
}
.w-container {
  max-width: 1326px;
  padding: 0 20px;
}
.arrowdown,
.arrowup {
  padding-left: 0;
}
.w-container.no-padding {
  padding: 0;
}
.w-nav-brand {
  padding-top: 0;
}
.header {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #4d4d4d;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}
.trans-block {
  background: url(../images/trans-block.png);
  height: 10px;
}
.menu,
.navbar {
  background-color: transparent;
}
.hero {
  position: relative;
}
.apr-block,
.arrowdown,
.arrowup,
.thank-you-block {
  position: absolute;
}
.apr-block {
  top: 50%;
  bottom: 50%;
  margin-top: -139px;
}
.thank-you-block {
  bottom: 0;
  left: 0;
  opacity: 0.7;
  right: 0;
  top: 0;
  margin: auto;
}
.navbar {
  color: #fff;
}
.w-nav-menu ul {
  padding: 0;
  margin: 20px 0 0;
}
.w-nav-menu ul li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
  margin-right: 5px;
  background: url(../images/divide.png) right center no-repeat;
}
.w-nav-menu ul li.last {
  background-image: none;
  padding-right: none;
  margin-right: 0;
}
.navlink {
  margin-left: 0;
  color: #b3b3b3;
  font-weight: 700;
  padding: 0;
}
.arrowdown,
.arrowup {
  left: 50%;
  margin-left: -50px;
}
.navlink:hover {
  color: #fff;
}
.navlink.current {
  color: #fff;
  border-bottom: 2px solid #f6b554;
}
.heading {
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: 500;
}
.left,
.right {
  margin-top: 80px;
  font-size: 16px;
}
.left {
  text-align: right;
}
.right {
  text-align: left;
}
.center-col,
.faq .hero,
.footer,
.happy-customers,
.hex-button,
.onefifth,
.prop-heading,
.proptext,
.white-sect {
  text-align: center;
}
.props {
  margin-top: 50px;
  padding-bottom: 50px;
  background-color: #333;
}
.footer,
.orange-sect {
  background-color: #f6b554;
}
.prop-heading {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fec77c;
  font-weight: 500;
}
.onefifth {
  width: 14.285714285714285714285714285714%;
  float: left;
}
.proptext {
  padding-top: 0;
  padding-bottom: 35px;
  color: #dad7c5;
  font-size: 21px;
  line-height: 1.1;
}
.footer {
  padding-top: 0;
  padding-bottom: 50px;
}
.center-col.text,
.footercontainer {
  padding-top: 50px;
}
.arrowup {
  bottom: -1px;
}
.footercontainer {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.bluearrowndown,
.greyarrowndown {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  margin-left: -50px;
}
.center-col {
  padding-right: 100px;
  padding-left: 100px;
}
.center-col.text.app-heading {
  color: #fff;
  text-indent: 0;
}
.white-sect .center-col.text {
  padding-right: 0;
  padding-top: 0;
}
.white-sect .center-col.image-col {
  padding-left: 0;
}
.orange-sect .image-col {
  padding-right: 0;
}
.blue-sect {
  padding: 0 100px 50px;
  background-color: #aa7124;
}
.blue-sect .center-col {
  padding-left: 0;
  padding-right: 0;
}
.blue-sect .app-heading {
  color: #abdcf3;
  margin: 0 0 50px;
}
.light-grey-sect {
  background-color: #f2f2f2;
}
.grey-sect {
  background-color: #e6e6e6;
}
.blue-sect .app-heading span {
  color: #dad7c5;
}
.brown-sect {
  background-color: #aa7124;
  padding: 50px 0;
}
.brown-sect h3 {
  margin-top: 35px;
  color: #fff;
  font-weight: 400;
}
.white-sect {
  background-color: #fff;
  padding: 50px 0;
}
.app-third,
.white-sect p {
  padding-right: 50px;
  padding-left: 50px;
}
.white-sect h2 {
  color: #aa7124;
  font-weight: 400;
}
.white-sect a {
  color: #aa7124;
}
.app-text {
  padding-left: 25px;
  padding-top: 15px;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
}
.happy-customers {
  padding-bottom: 50px;
  background-color: #333;
}
.happy-customers h2 {
  margin: 50px 0;
  color: #fff;
}
.hex-button {
  width: 200px;
  height: 43px;
  font-size: 18px;
  background-color: transparent;
  background-image: url(../images/hex-button.png);
  background-position: 0 0;
  margin: 50px auto 0;
  display: inline-block;
  padding-top: 10px;
}
.about-us .props {
  margin-top: 0;
}
.faq .hero {
  border-top: 10px solid #ac7e3b;
  background: #f6b554;
  padding-top: 20px;
  padding-bottom: 40px;
}
.faq .hero h1 {
  color: #fff;
  font-weight: 400;
}
.faq .content {
  padding: 50px 0;
}
.w-dropdown-list .a,
.w-dropdown-toggle .q {
  left: 0;
  top: 0;
  color: #fff;
  font-size: 24px;
  padding-top: 15px;
  text-align: center;
}
.faq .content > p {
  font-size: 24px;
  line-height: 28px;
  margin-top: 40px;
  text-align: center;
}
.w-dropdown {
  display: block;
  margin: 5px 0;
}
.w-dropdown-toggle {
  background: #f2f2f2;
  display: block;
  padding: 15px;
}
.w-icon-arrow-down::before,
.w-icon-dropdown-toggle::before {
  content: "";
}
.w-dropdown-toggle .q {
  background: #b88229;
  position: absolute;
  width: 50px;
  height: 50px;
}
.w-icon-dropdown-toggle {
  background-image: url(../images/arrow-right.png);
  width: 24px;
  height: 31px;
}
.w--open {
  background: #f6b554;
}
.w--open .w-icon-dropdown-toggle {
  background-image: url(../images/close.png);
  width: 31px;
  height: 31px;
}
.w-dropdown-toggle .question {
  font-size: 24px;
  padding-left: 50px;
  padding-right: 50px;
  white-space: normal;
}
.w-dropdown-list {
  background: #fdebd1;
  position: relative;
  margin-top: 2px;
}
.w-dropdown-list .a {
  background: #f6b554;
  position: absolute;
  width: 50px;
  height: 50px;
}
.w-dropdown-list .answer {
  background: #fdebd1;
  padding: 15px 20px 10px 65px;
}
.contacts .orange-sect {
  text-align: center;
}
.contacts .orange-sect .w-container {
  background: url(../images/search-bg.png) left bottom no-repeat #f6b554;
  padding-bottom: 75px;
}
.contacts .orange-sect h2 {
  color: #333;
}
.contacts .icon {
  padding: 50px;
}
.contacts .icon .app-text {
  color: #aa7124;
  text-transform: uppercase;
  padding-top: 40px;
}
.contacts .icon h2 {
  text-align: center;
  color: #aa7124;
  margin-bottom: 50px;
}
.contacts .icon .w-row {
  margin-bottom: 25px;
}
.tc .grey-sect h2,
.tc .white-sect h2 {
  margin-bottom: 40px;
}
.contacts .icon .app-text a,
.contacts .icon .app-text span {
  color: #000;
  text-transform: none;
  display: block;
}
.contacts .icon .app-text span {
  font-size: 36px;
}
.contacts .hex-button {
  background-image: url(../images/hex-button-more.png);
  width: 140px;
  color: #333;
  margin-top: 25px;
}
.blog .hero,
.tc .hero {
  border-top: 10px solid #ac7e3b;
  background: #f6b554;
  text-align: center;
}
.article h2,
.services .props {
  margin-top: 0;
}
.contacts .white-sect h2 {
  padding-bottom: 25px;
}
.services .icon .app-text {
  color: #aa7124;
  text-transform: uppercase;
  padding-top: 0;
}
.services .icon {
  padding: 50px;
  min-height: 290px;
}
.services .icon p {
  padding-left: 25px;
}
.tc .hero {
  padding-top: 20px;
  padding-bottom: 40px;
}
.tc .hero h1 {
  color: #fff;
  font-weight: 400;
}
.tc .grey-sect {
  padding: 50px 0;
  text-align: center;
}
.tc .grey-sect p {
  padding-left: 50px;
  padding-right: 50px;
}
.tc .grey-sect h2 {
  color: #aa7124;
  font-weight: 400;
}
.tc .grey-sect a {
  color: #aa7124;
}
.blog .hero {
  padding-top: 20px;
  padding-bottom: 40px;
}
.blog .hero h1 {
  color: #fff;
  font-weight: 400;
}
.blog .content {
  padding-top: 50px;
}
.blog .blog-box {
  padding-right: 20px;
  margin-bottom: 2em;
}
.blog .blog-box .w-row {
  background: #f2f2f2;
}
.blog .blog-text {
  padding: 20px;
  position: relative;
}
.article .hero,
.cookies .hero {
  border-top: 10px solid #ac7e3b;
  text-align: center;
  padding-bottom: 40px;
}
.blog .blog-text h3 {
  font-weight: 400;
  min-height: 120px;
  margin-top: 0;
  line-height: 1.2;
}
.blog .blog-text h3 a {
  text-decoration: none;
  color: #333;
}
.blog .arrow {
  width: 75px;
  height: 75px;
  background: url(../images/blog-arrow.png) center center no-repeat #f6b554;
  position: absolute;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.article .hero {
  background: #f6b554;
  padding-top: 20px;
}
.article .hero h1 {
  color: #fff;
  font-weight: 400;
}
.article .article-text {
  padding-left: 40px;
}
.article .content {
  padding-top: 100px;
  width: 90%;
  margin: 0 auto;
}
.article .content .article-container {
  margin-bottom: 50px;
}
.article p.date {
  font-size: 0.875rem;
  margin-bottom: 2em;
}
.article .button-holder {
  text-align: center;
}
.article .hex-button {
  background: url(../images/hex-button-news.png) center center;
  width: 100%;
  color: #333;
  margin-top: 50px;
}
.article .prop-heading {
  margin-top: 50px;
}
.cookies .hero {
  background: #f6b554;
  padding-top: 20px;
}
.cookies .hero h1 {
  color: #fff;
  font-weight: 400;
}
.cookies .content {
  padding-top: 40px;
}
.cookies .content a {
  color: #f6b554;
}
.footer-grey {
  background: #4d4d4d;
  padding: 20px 0;
}
.footer-grey .footercontainer {
  padding-top: 0;
}
.footer-grey .w-col-10 img {
  margin: 25px 0;
}
.footer-grey p {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
}
html.w-mod-js [data-ix="fade-down"] {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
html.w-mod-js [data-ix="fade-left"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
}
html.w-mod-js [data-ix="fade"] {
  opacity: 0;
}
html.w-mod-js [data-ix="fade-right"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  transform: translate(300px, 0);
}
html.w-mod-js [data-ix="pop-up-5"],
html.w-mod-js [data-ix="pop-up"],
html.w-mod-js [data-ix="pop-up-2"],
html.w-mod-js [data-ix="pop-up-3"],
html.w-mod-js [data-ix="pop-up-4"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
@media (max-width: 1366px) {
  .blue-sect,
  .tc .grey-sect,
  .white-sect {
    padding-left: 75px;
    padding-right: 75px;
  }
  .white-sect .center-col {
    padding: 0;
  }
  .white-sect .text {
    padding-left: 25px;
  }
  .white-sect .image-col {
    padding-right: 25px;
  }
  .center-col {
    padding-left: 75px;
    padding-right: 75px;
  }
  .app-text {
    padding-top: 15px;
  }
  .thank-you-block {
    max-width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .app-text,
  .contacts .icon .app-text {
    padding-top: 20px;
  }
  .w-container {
    max-width: 1170px;
  }
  .orange-sect .center-col.text p {
    padding-bottom: 25px;
  }
  .app-text {
    font-size: 16px;
    line-height: 1.2;
  }
  .footer-grey .w-col-10 img {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .contacts .icon h2 {
    min-height: 75px;
  }
  .brown-sect h3 {
    margin-top: 20px;
  }
  .apr-block {
    max-width: 180px;
    height: auto;
    margin-top: -100px;
  }
}
@media (max-width: 1024px) {
  .app-text,
  .services .icon p {
    padding-left: 15px;
  }
  .orange-sect .center-col.text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .orange-sect .image-col {
    padding-top: 50px;
  }
  .app-text {
    padding-top: 10px;
  }
  .contacts .icon .app-text {
    padding-top: 25px;
  }
  .services .icon .app-text {
    padding-top: 20px;
  }
  .footer-grey .w-col-10 img {
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .hamburger,
  .navbar {
    background-color: transparent;
  }
  .left,
  .w-nav-menu ul {
    margin-top: 0;
  }
  .left,
  .right {
    text-align: center;
  }
  .w-nav-menu ul li {
    margin: 0;
    padding: 0;
  }
  .w-nav-menu ul li a {
    padding: 15px 0 15px 20px;
  }
  .w-nav-menu ul li a.current {
    color: #f6b554;
    border-bottom: none;
  }
  .proptext {
    font-size: 14px;
  }
  .hero {
    min-height: auto;
  }
  .hamburger {
    color: #fff;
    font-size: 30px;
    line-height: 19px;
  }
  .navlink {
    display: block;
    padding-left: 20px;
    border: 1px solid #4d4d4d;
    background: #333;
    color: #fff;
  }
  .w-nav-overlay .w--nav-menu-open {
    top: 20px;
  }
  .w-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .left {
    margin-bottom: 50px;
  }
  .right {
    margin-top: 50px;
  }
  .menubutton {
    background-color: transparent;
  }
  .menubutton.w--open {
    background-color: #4d4d4d;
  }
  .arrowup {
    margin-left: -50px;
    padding-left: 0;
  }
  .contacts .icon,
  .services .icon {
    padding: 30px;
  }
  .contacts .icon .app-text span {
    font-size: 24px;
  }
  .footer-grey img {
    margin-bottom: 20px;
  }
  .footer-grey p {
    font-size: 12px;
    line-height: 1.2;
  }
  .blog p {
    padding-top: 10px;
  }
  .blog .blog-text {
    padding-bottom: 10px;
  }
  .blog .arrow {
    height: 50px;
    width: 50px;
  }
  .article .content {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .blue-sect,
  .tc .grey-sect,
  .white-sect {
    padding-left: 50px;
    padding-right: 50px;
  }
  .app-text,
  .services .icon p {
    padding-left: 10px;
  }
  .app-text {
    font-size: 16px;
    line-height: 1.2;
    padding-top: 5px;
  }
  .w-dropdown-toggle .question {
    font-size: 18px;
  }
  .blog .blog-box {
    padding-right: 0;
  }
  .article .w-col-4.article-img,
  .blog .w-col-4.blog-img {
    width: 33.3333%;
    float: left;
  }
  .article .w-col-8.article-text,
  .blog .w-col-8.blog-text {
    width: 66.6666%;
    float: left;
    padding-bottom: 20px;
  }
  .article .content {
    padding-top: 50px;
  }
  .brown-sect h3 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .left,
  .woman-hex-mob {
    margin-bottom: 50px;
    text-align: center;
  }
  .contacts .orange-sect,
  .contacts .orange-sect .w-container {
    background-image: none;
  }
  .app-icons,
  .brown-sect,
  .contacts .icon,
  .footer-grey,
  .left,
  .right,
  .services .icon,
  .woman-hex-mob {
    text-align: center;
  }
  .app-text,
  .arrowup,
  .blog .content,
  .services .icon p {
    padding-left: 0;
  }
  .blog .content,
  .white-sect .image-col {
    padding-right: 0;
  }
  .hamburger {
    line-height: 19px;
  }
  .onefifth {
    width: 50%;
  }
  .app-icons .w-col-4,
  .contacts .tel {
    margin-bottom: 25px;
  }
  .app-text {
    font-size: 18px;
  }
  .w-dropdown-toggle .question {
    overflow: visible;
    min-height: 10px;
    display: block;
    position: relative;
  }
  .contacts .light-grey-sect,
  .services .light-grey-sect {
    background: 0 0;
  }
  .footer-grey img {
    float: none;
  }
  .footer-grey p {
    font-size: 12px;
    line-height: 1.2;
  }
  .blog .blog-box {
    padding: 0;
  }
  .tc .grey-sect p,
  .white-sect p {
    padding-left: 0;
    padding-right: 0;
  }
  .contacts .icon h2 {
    min-height: 1px;
  }
}
@media (max-width: 600px) {
  .thank-you .hero-image {
    display: none;
  }
  .thank-you .hero {
    background: url(../images/thank-you-hero-mob.jpg);
    background-size: 100%;
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .prop-heading,
  .woman-hex-mob {
    margin-right: 20px;
    margin-left: 20px;
  }
  .proptext {
    font-size: 16px;
  }
  .hero-image {
    display: none;
  }
  .w-nav .w-container {
    padding: 0;
  }
  .w-nav-brand {
    padding-top: 8px;
    padding-left: 20px;
  }
  .w-nav-brand img {
    width: 175px;
  }
  .hero {
    background: url(../images/home-hero-mob.jpg);
    background-size: 100%;
  }
  .about-us .hero {
    background: url(../images/about-hero-mob.jpg);
    background-size: 100%;
  }
  .contacts .hero,
  .services .hero {
    background: url(../images/contacts-hero-mob.jpg);
    background-size: 100%;
  }
  .thank-you .hero {
    background: url(../images/thank-you-hero-mob.jpg);
    background-size: 100%;
  }
  .hamburger {
    line-height: 19px;
  }
  .navlink {
    padding-left: 15px;
  }
  .prop-heading {
    padding-right: 0;
  }
  .arrowup {
    padding-left: 0;
  }
  .herocontainer {
    min-height: 250px;
  }
  .tc .herocontainer {
    min-height: auto;
  }
  .w-nav-overlay .w--nav-menu-open {
    top: 10px;
  }
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .blue-sect,
  .tc .grey-sect,
  .white-sect {
    padding-left: 20px;
    padding-right: 20px;
  }
  .white-sect .image-col {
    padding-right: 0;
  }
  .white-sect .text {
    padding-left: 0;
  }
  .blue-sect .center-col,
  .orange-sect .center-col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .orange-sect .image-col {
    padding-top: 0;
  }
  .blog .herocontainer,
  .cookies .herocontainer,
  .faq .herocontainer {
    min-height: 80px;
  }
  .blog .blog-text h3 {
    font-size: 1rem;
    min-height: 55px;
  }
  .blog .blog-text p {
    font-size: 0.875rem;
  }
  .article .w-col-4.article-img,
  .article .w-col-8.article-text {
    width: 100%;
    float: none;
  }
  .article .w-col-8.article-text {
    padding: 20px 0 0;
  }
  .article .w-col-4.article-img {
    padding: 0;
  }
  .article .herocontainer {
    min-height: 80px;
  }
  .thank-you-block {
    max-width: 150px;
  }
}
@media (max-width: 360px) {
  .herocontainer {
    min-height: 200px;
  }
}

.parent {
  text-align: center;
}
.parent > ul {
  display: block;
  text-align: left;
  padding-left: 65px;
}

.white-sect h2,
.grey-sect h2 {
  text-align: center;
}

.text-left {
  padding: 0 50px 50px 50px !important;
}

.text-left,
.text-left h2 {
  text-align: left !important;
}

.text-left h2 {
  padding-left: 50px;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
