@font-face {
  font-family: "Icons";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Caslon";
  src: url("../fonts/ACaslonProRegular.eot");
  src: url("../fonts/ACaslonProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonProRegular.woff") format("woff"), url("../fonts/ACaslonProRegular.ttf") format("truetype"), url("../fonts/ACaslonProRegular.svg#ACaslonProRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Caslon";
  src: url("../fonts/ACaslonProSemibold.eot");
  src: url("../fonts/ACaslonProSemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonProSemibold.woff") format("woff"), url("../fonts/ACaslonProSemibold.ttf") format("truetype"), url("../fonts/ACaslonProSemibold.svg#ACaslonProSemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBold.eot");
  src: url("../fonts/FuturaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBold.woff") format("woff"), url("../fonts/FuturaBold.ttf") format("truetype"), url("../fonts/FuturaBold.svg#FuturaBold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBook.eot");
  src: url("../fonts/FuturaBook.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBook.woff") format("woff"), url("../fonts/FuturaBook.ttf") format("truetype"), url("../fonts/FuturaBook.svg#FuturaBook") format("svg");
  font-weight: 300;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e603";
}

.icon-home:before {
  content: "\e602";
}

.icon-facebook:before {
  content: "\e601";
}

.icon-pinterest:before {
  content: "\e621";
}

.icon-ornament-left:before {
  content: "\e61a";
}

.icon-ornament-right:before {
  content: "\e61b";
}

.icon-user:before {
  content: "\e61c";
}

.icon-menu:before {
  content: "\e624";
}

.icon-chevron-down:before {
  content: "\e61d";
}

.icon-chevron-up:before {
  content: "\e61e";
}

.icon-chevron-right:before {
  content: "\e61f";
}

.icon-chevron-left:before {
  content: "\e620";
}

.icon-search:before {
  content: "\e622";
}

.icon-instagram:before {
  content: "\e623";
}

.icon-twitter:before {
  content: "\e600";
}

body {
  line-height: 1.5;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #666a85;
}

a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

strong {
  font-weight: 700;
}

/*
* Scut, a collection of Sass utilities to ease and improve our implementations of common style-code patterns.
* v0.9.1
* Docs at http://davidtheclark.github.io/scut
*/
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper textarea {
  height: 45px;
  padding: 0 20px;
  border: 1px solid #ced2d9;
  font-size: 1.25em;
}
.gform_wrapper textarea {
  height: 140px;
  padding: 20px;
  overflow: auto;
}
.gform_wrapper input[type=submit] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #82889e;
  padding: 10px 25px;
  color: white;
}
.gform_wrapper input[type=submit]:hover {
  background-color: #686e85;
}
.gform_wrapper label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  width: 100%;
  background-color: #fcfcfd;
  border: 1px solid #ced2d9;
  margin-bottom: 20px;
  vertical-align: top;
}
.box.real-weddings:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  display: block;
  content: ' ';
  width: 83px;
  height: 82px;
  background-image: url("../img/sticker-our-wedding.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .box {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .box {
    clear: both;
    position: relative;
  }
  .box:after {
    clear: both;
    display: block;
    content: '';
  }
}
@media screen and (max-width: 480px) {
  .box {
    width: 100%;
    margin-right: 0;
  }
}
.box article {
  position: relative;
  z-index: 10;
  background-color: rgba(252, 252, 253, 0.8);
  padding: 20px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .box article {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .box article {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    float: right;
    width: 62.5%;
    padding: 10px 25px;
    font-size: 1.125em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .box article {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    float: none;
    width: 100%;
  }
}
.box .photo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  z-index: 5;
  background-position: center top;
  display: block;
  height: 254px;
}
@media screen and (min-width: 769px) {
  .box .photo {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .box .photo {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    float: left;
    width: 37.5%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .box .photo {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
  }
}
.box header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  z-index: 15;
  background-image: url("../img/flowers-5.png");
  background-color: #84899f;
}
@media screen and (max-width: 768px) {
  .box header {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .box header {
    float: right;
    width: 62.5%;
  }
}
@media screen and (max-width: 480px) {
  .box header {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
  }
}
.box header h5 {
  position: absolute;
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  line-height: 1;
  font-size: 1.25em;
  color: white;
}
@media screen and (max-width: 768px) {
  .box header h5 {
    top: 50%;
    padding: 0 25px;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .box header h5 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 479px) {
  .box header h5 {
    font-size: 1.125em;
  }
}
.box header.blue {
  background-image: url("../img/flowers-1.png");
  background-color: #5c9baf;
}
.box header.yellow {
  background-image: url("../img/flowers-2.png");
  background-color: #cfa62b;
}
.box header.green {
  background-image: url("../img/flowers-3.png");
  background-color: #9da749;
}
.box header.pink {
  background-image: url("../img/flowers-4.png");
  background-color: #ac7e98;
}
.box:hover .photo {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.boxes-column {
  text-align: center;
}
.boxes-column .box {
  width: 100%;
}
.boxes-column .box header {
  min-height: 75px;
}

.boxes-grid.fixedSearchNavbar {
  margin-top: 75px;
}
@media screen and (max-width: 1200px) {
  .boxes-grid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .boxes-grid {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .boxes-grid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 480px) {
  .boxes-grid {
    padding-left: 0;
    padding-right: 0;
  }
}
.boxes-grid header {
  min-height: 90px;
}
.boxes-grid .box {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
@media screen and (min-width: 769px) {
  .boxes-grid .box {
    width: 24%;
    min-height: 112px;
    margin-right: 1.33333%;
  }
}
@media screen and (min-width: 768px) {
  .boxes-grid .box:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .boxes-grid .box:nth-of-type(4n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .boxes-grid .box:nth-of-type(2n) {
    margin-right: 0;
  }
}
.boxes-grid.big-headers .box h5 {
  top: 55%;
  line-height: 1em;
  font-family: "Caslon", serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .boxes-grid.no-description {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .boxes-grid.no-description .box {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-image: url("../img/flowers-5.png");
    background-color: #84899f;
  }
}
.boxes-grid.no-description .box header {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 112px;
}
@media screen and (max-width: 768px) {
  .boxes-grid.no-description .box header {
    min-height: 220px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .boxes-grid.no-description .box header {
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .boxes-grid.no-description .box header {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    min-height: 140px;
  }
}
.boxes-grid.no-description .box header h5 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .boxes-grid.no-description .box header h5 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .boxes-grid.no-description .box header h5 {
    padding-left: 40.75521%;
  }
}
@media screen and (max-width: 480px) {
  .boxes-grid.no-description .box header h5 {
    font-size: 1.5em;
  }
}
.boxes-grid .isotope-grid .box,
.boxes-grid .grid-sizer {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
@media screen and (min-width: 769px) {
  .boxes-grid .isotope-grid .box,
  .boxes-grid .grid-sizer {
    width: 24%;
    min-height: 112px;
  }
}
@media screen and (min-width: 769px) {
  .boxes-grid .gutter-sizer {
    width: 1.33333%;
  }
}

.content-part {
  background-color: #fcfcfd;
}
.content-part .content {
  padding: 0 25px 25px 25px;
}
@media screen and (min-width: 769px) {
  .content-part .content {
    padding: 0 8.75% 80px 12.08333%;
  }
}
@media screen and (min-width: 769px) {
  .content-part {
    float: left;
    width: 74.58333%;
  }
}
.content-part img {
  margin-bottom: 20px;
}
.content-part h5 {
  border-bottom: 1px solid #bdc1ce;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-family: "Futura", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .content-part h5 {
    font-size: 1.625em;
  }
}
.content-part p {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .content-part p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 480px) {
  .content-part p {
    font-size: 1em;
  }
}
.content-part > .logo {
  display: block;
}
@media screen and (min-width: 769px) {
  .content-part > .logo {
    position: absolute;
    right: 10px;
    top: 35px;
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .content-part > .logo {
    border-bottom: 1px solid #bdc1ce;
    padding: 40px 0 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .content-part > .logo {
    padding: 25px;
  }
}
.content-part > .logo img {
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .content-part > .logo img {
    width: 49.47917%;
  }
}

.find-more {
  text-align: center;
}
.find-more .box header {
  height: 76px;
}
.find-more .box h5 {
  text-transform: uppercase;
  font-family: "Caslon", serif;
  font-weight: 600;
}

.looking-for {
  background-color: white;
}
@media screen and (min-width: 769px) {
  .looking-for {
    float: left;
    width: 49.33333%;
  }
  .looking-for.full {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .looking-for {
    margin-bottom: 10px;
  }
}
.looking-for input[type=text] {
  height: 45px;
  padding: 0 20px;
  border: 1px solid #ced2d9;
  font-size: 1.25em !important;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .looking-for.full input[type=text] {
    text-align: center;
  }
}

.popular-topics {
  font-size: 1.25em;
  font-weight: 300;
}
.popular-topics label {
  float: left;
  height: 45px;
  position: relative;
  width: 51.77994%;
  padding-right: 16px;
  line-height: 1;
  font-family: "Caslon", serif;
  font-size: 16px;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .popular-topics label {
    display: none;
  }
}
.popular-topics label span {
  position: absolute;
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-right: 10px;
}
.popular-topics .select-holder {
  display: block;
  height: 45px;
  background-color: #fcfcfd;
  border: 1px solid #ced2d9;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .popular-topics .select-holder {
    float: right;
    width: 47.36842%;
  }
}
@media screen and (max-width: 480px) {
  .popular-topics .select-holder {
    height: 45px;
  }
}
@media screen and (min-width: 769px) {
  .popular-topics {
    float: right;
    width: 50.66667%;
  }
}

.related-content h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  padding-top: 15px;
  margin-bottom: 10px;
  border-top: 1px solid #b7bbc9;
  text-align: center;
  text-transform: uppercase;
  font-family: "Caslon", serif;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .related-content h4 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    padding: 25px 0 5px 0;
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .related-content h4 {
    font-size: 1.75em;
  }
}

.search-navbar {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .search-navbar {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.search-navbar.fixed {
  position: fixed;
  left: 0;
  top: 34px;
  z-index: 20;
  width: 100%;
  height: 45px;
  max-width: none;
}
.search-navbar.fixed header {
  display: none;
}
.search-navbar.fixed .holder {
  clear: both;
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0 auto;
}
.search-navbar.fixed .holder:after {
  clear: both;
  display: block;
  content: '';
}
@media screen and (max-width: 1200px) {
  .search-navbar.fixed .holder {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.search-navbar.fixed .popular-topics {
  background-color: white;
}
.search-navbar.with-primary {
  top: 74px;
}

@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 40px;
  }
}
.section .logo {
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .section .logo {
    float: left;
    width: 32.5%;
  }
}
@media screen and (max-width: 768px) {
  .section .logo {
    width: 49.47917%;
  }
}
@media screen and (min-width: 769px) {
  .section article {
    float: left;
    width: 63.33333%;
    margin: 10px 0 30px 4.16667%;
    padding: 0 0 0 4.16667%;
    border-left: 1px solid #c1c4ce;
  }
}
.section article h1 {
  margin-bottom: .3em;
  font-family: "Caslon", serif;
  font-size: 3.625em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section article h1 {
    margin-top: .3em;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .section article h1 {
    font-size: 2.375em;
  }
}
.section article h3 {
  font-family: "Futura", sans-serif;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  .section article h3 {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 480px) {
  .section article h3 {
    font-size: 1.125em;
  }
}

.walk {
  position: relative;
  overflow: hidden;
  margin-bottom: -31px;
  height: 100%;
}
.walk .align-right {
  text-align: right;
}
.walk .header-ornaments {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(102, 106, 133, 0.9);
  padding: 35px 0;
}
@media screen and (max-width: 1280px) {
  .walk .header-ornaments {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .walk .header-ornaments {
    margin: 0;
  }
}
@media screen and (max-width: 480px) and (min-width: 321px) {
  .walk .header-ornaments {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .walk .header-ornaments {
    padding: 10px 0;
  }
}
.walk .header-ornaments h1 {
  font-size: 2.125em;
  color: white;
}
@media screen and (max-width: 1366px) {
  .walk .header-ornaments h1 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1020px) {
  .walk .header-ornaments h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .walk .header-ornaments h1 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 480px) {
  .walk .header-ornaments h1 {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 320px) {
  .walk .header-ornaments h1 {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 1280px) {
  .walk .header-ornaments h1:before, .walk .header-ornaments h1:after {
    font-size: 20px;
  }
}
@media screen and (max-width: 1020px) {
  .walk .header-ornaments h1:before, .walk .header-ornaments h1:after {
    font-size: 16px;
  }
}
.walk .wrapper {
  max-width: 1285px;
}
.walk .item {
  height: 100%;
}
.walk .rsArrow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  position: absolute;
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 100;
  -moz-transition-duration: 100;
  -o-transition-duration: 100;
  transition-duration: 100;
  width: 58px;
  height: 58px;
  background-color: #f9be00;
  text-align: center;
  font-size: 34px;
}
.walk .rsArrow:active {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 480px) {
  .walk .rsArrow {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
  .walk .rsArrow:active {
    width: 28px;
    height: 28px;
  }
}
.walk .rsArrow:hover {
  background-color: #8286a2;
}
.walk .rsArrow:before {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 58px;
  color: white;
}
@media screen and (max-width: 480px) {
  .walk .rsArrow:before {
    line-height: 30px;
  }
}
.walk .rsArrow.rsArrowRight {
  right: 3.125%;
}
.walk .rsArrow.rsArrowRight:before {
  content: "\e61f";
}
@media screen and (max-width: 1600px) {
  .walk .rsArrow.rsArrowRight {
    right: 0;
  }
}
.walk .rsArrow.rsArrowLeft {
  left: 3.125%;
}
.walk .rsArrow.rsArrowLeft:before {
  content: "\e620";
}
@media screen and (max-width: 1600px) {
  .walk .rsArrow.rsArrowLeft {
    left: 0;
  }
}
.walk .slider {
  position: relative;
  z-index: 5;
}
.walk .steps {
  clear: both;
  height: 112px;
}
.walk .steps:after {
  clear: both;
  display: block;
  content: '';
}
@media screen and (max-width: 1020px) {
  .walk .steps {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .walk .steps {
    height: 30px;
  }
}
.walk .steps .step {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  float: left;
  width: 10%;
  height: 100%;
  background-color: #f9be00;
  padding: 25px 0;
  border-right: 1px solid white;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
  color: white;
}
.walk .steps .step.no-border {
  border: none;
}
@media screen and (max-width: 480px) {
  .walk .steps .step:nth-child(2) {
    border: none;
  }
}
@media screen and (max-width: 1600px) {
  .walk .steps .step {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1280px) {
  .walk .steps .step {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 1024px) {
  .walk .steps .step {
    padding: 25px 10px;
    font-size: 0.6875em;
  }
}
@media screen and (max-width: 1020px) {
  .walk .steps .step {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 640px) {
  .walk .steps .step {
    padding: 25px 0;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 480px) {
  .walk .steps .step {
    padding: 5px 0;
    line-height: 1;
    font-size: 0.6875em;
  }
}
.walk .steps .step:last-child {
  border: none;
}
.walk .steps .step.active {
  background-color: #8286a2;
}
.walk .steps .step.active:hover {
  background-color: #8286a2;
}
.walk .steps .step:hover {
  background-color: #ffcd2d;
}
@media screen and (max-width: 1020px) and (min-width: 481px) {
  .walk .steps.no5border .step:nth-child(5) {
    border: none;
  }
}
.walk .rsSlide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.walk .white-box {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 175px;
  z-index: 15;
  width: 500px;
  background-color: rgba(241, 241, 241, 0.9);
  padding: 35px 45px 20px 45px;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  color: #666a85;
}
.walk .white-box ::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1600px) {
  .walk .white-box {
    width: 31.25%;
    padding: 25px 35px 10px 35px;
  }
}
@media screen and (max-width: 1380px) {
  .walk .white-box {
    left: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .walk .white-box {
    top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .walk .white-box {
    top: 100px;
    width: 39.0625%;
    line-height: 1.25;
  }
}
@media screen and (max-width: 768px) {
  .walk .white-box {
    left: 60px;
    padding: 20px 25px 5px 25px;
  }
}
@media screen and (max-width: 640px) {
  .walk .white-box {
    width: 40.625%;
    padding: 20px 25px 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .walk .white-box {
    left: 35px;
    width: 43.75%;
    padding: 10px 10px 5px 10px;
  }
}
@media screen and (max-width: 480px) and (min-width: 321px) {
  .walk .white-box {
    top: 20px;
  }
}
@media screen and (max-width: 320px) {
  .walk .white-box {
    top: 60px;
    width: 46.875%;
  }
}
.walk .white-box blockquote {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(130, 135, 161, 0.85);
  margin-bottom: 15px;
  padding: 25px;
}
@media screen and (max-width: 1600px) {
  .walk .white-box blockquote {
    padding: 15px;
  }
}
.walk .white-box blockquote p {
  margin: 0;
  color: white;
}
.walk .white-box h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 1.75em;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .walk .white-box h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .walk .white-box h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 640px) {
  .walk .white-box h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  .walk .white-box h3 {
    margin-bottom: 5px;
    font-size: 0.75em;
  }
}
.walk .white-box p {
  margin-bottom: 15px;
  font-size: 1.125em;
}
@media screen and (max-width: 1600px) {
  .walk .white-box p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .walk .white-box p {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 480px) {
  .walk .white-box p {
    margin-bottom: 5px;
    font-size: 0.75em;
  }
}
.walk .white-box a {
  text-decoration: underline;
}
.walk .white-box a:hover {
  color: #f9be00;
}
.walk .white-box .btn-yellow {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  background-color: #f7bc10;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  border: 1px solid #696b87;
  text-decoration: none;
  color: white;
}
.walk .white-box .btn-yellow:hover {
  background-color: #84869f;
}
.walk .white-box .more-info {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  .walk .white-box .more-info {
    margin-top: 5px;
    font-size: 0.625em;
  }
}
.walk .white-box .more-info:after {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  font-size: 12px;
  content: "\e61f";
}
.walk .white-box .more-info.read-more {
  display: none;
  position: relative;
  top: -10px;
  font-size: 0.875em;
  cursor: pointer;
  				/*
  
  				@media screen and ( max-width: 768px ) {
  					display: block;
  				}
  				
  				@media screen and ( max-width: 480px ) {
  					top: -5px;
  					font-size: em(12);
  				}
  
  				&:hover {
  					color: $yellow2;
  				}
  				
  				&:after {
  					font-size: 10px;
  				}
  */
}

#landscape-message {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
#landscape-message .info {
  position: absolute;
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  top: 47%;
  color: white;
}
.phone.landscape #landscape-message {
  display: block;
}

.read-more {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 !important;
  padding: 30px 0;
  text-align: center;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #f1f1f1);
}
.read-more a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  background-color: #f7bc10;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  border: 1px solid #696b87;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  color: white !important;
}
