@charset "UTF-8";
/*
 * Variables that control general layout across all sites
 */
html, body {
  height: 100%;
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, h1, h2, h3, p, a, ul, li, td, img, fieldset, input, textarea {
  padding: 0px;
  margin: 0px;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
}

input, textarea {
  vertical-align: top;
}

input {
  border-radius: 0;
}

textarea {
  font-family: arial;
}

h1, h2, h3, p, a, li {
  font-size: 1em;
}

textarea:focus,
select:focus,
input:focus {
  outline: 0;
}

ul, ol {
  list-style-type: none;
}

img {
  display: inline;
  border: none;
  vertical-align: middle;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-user-select: none;
  /* prevent copy paste, to allow, change 'none' to 'text' */
}

div, h1, h2, h3, p, a, label, li {
  font-weight: inherit;
  text-align: left;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

/*
 * Colours that apply across All Pages / All Sites
 */
p a, .package_links a {
  border-bottom: dotted 1px #333333;
}

a, .tab_group ul li {
  text-decoration: none;
  color: #333333;
  border-color: #333333;
  font-weight: 400;
  cursor: pointer;
}
a img, .tab_group ul li img {
  transition: opacity 0.5s ease;
  -webkit-backface-visibility: hidden;
}
a:hover, .tab_group ul li:hover {
  color: #512678;
  border-color: #512678;
}
a:hover img, .tab_group ul li:hover img {
  opacity: 0.6;
}
a:visited, .tab_group ul li:visited {
  font-weight: normal;
}

#main_content > .columns {
  background: #ffffff;
}

.darken a, .text_overlay a, .highlight a {
  color: #ffffff;
  border-color: #ffffff;
}

button.inlineButton {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
button.inlineButton:hover {
  background: #78549E;
  color: #ffffff;
  border-color: #78549E;
}
button.inlineButton.inverse {
  background: #78549E;
  color: #ffffff;
  border-color: #78549E;
}
button.inlineButton.inverse:hover {
  color: #78549E;
  border-color: #78549E;
  background: transparent;
}

.border_colour_1 {
  border-color: #666666;
}

.border_colour_2, .map_controls .retailers.retailers .retailer, .map_controls .search_box, .map_controls .retailers, .package_hero, footer {
  border-color: #e9e9e9;
}

.border_colour_3 {
  border-color: #333333;
}

.border_colour_4 {
  border_color: gray;
}

.border_colour_5 {
  border_color: #78549E;
}

.bg_colour_1, header, .map_controls .search_box, .map_controls .retailers, footer {
  background-color: #ffffff;
}

.bg_colour_2 {
  background-color: #333333;
}

.bg_colour_3 {
  background-color: #e9e9e9;
}

.bg_colour_4 {
  background-color: #78549E;
}

.bg_colour_t {
  background-color: transparent;
}

.colour_1, .greyout {
  color: #000000;
}

.colour_2, .text_overlay, .highlight, .darken {
  color: #ffffff;
}

.colour_3 {
  color: #666666;
}

.colour_4 {
  color: #333333;
}

.colour_5 {
  color: #78549E;
}

.darken {
  background: #333333 !important;
}

.highlight {
  background: #512678 !important;
}
.highlight .colour_5 {
  color: #ffffff !important;
}

.greyout {
  background: #e9e9e9 !important;
}

.text_shadow_light, .hero_frame .titles h3, .hero_frame .titles h2, .hero_frame .titles h1, .image_frame .titles h3, .image_frame .titles h2, .image_frame .titles h1, text_overlay p {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

.text_shadow_dark, #pictured_in {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8);
}

.shadow, button, button.dark {
  -webkit-box-shadow: 0px 1px 12px 3px rgba(100, 100, 100, 0.1);
  /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
  box-shadow: 0px 1px 12px 3px rgba(100, 100, 100, 0.1);
  /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

button {
  transition: all 0.5s ease;
  border-color: #ffffff;
  background: #ffffff;
  color: #78549E;
}
button.dark {
  border-color: #78549E;
  background: #78549E;
  color: #ffffff;
}
button.dark:hover {
  background: #ffffff;
  color: #78549E;
  border-color: #78549E;
}
button:hover {
  background: #78549E;
  color: #ffffff;
  border-color: transparent;
}

.standard_form input, .standard_form textarea, .standard_form select {
  border: solid 1px #e9e9e9;
}
.standard_form input[type=file] {
  border: none;
}

.form_overlay {
  color: #ffffff;
  background-color: #512678;
}
.form_overlay.loading {
  background-color: rgba(55, 8, 105, 0.8);
  background-image: url(../img/loading_anim.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.carousel .icon:hover {
  color: #78549E;
}

.map_controls .search_box .stockist_search input, .map_controls .search_box .stockist_search button {
  box-shadow: none;
  border-color: #e9e9e9;
}

#materials_select {
  border: solid 1px #e9e9e9;
  background: #ffffff;
  color: #000000;
}

.hero_frame .overlay {
  background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0) 90%, rgba(10, 10, 10, 0.7) 100%);
}
.hero_frame .overlay_effect {
  background: rgba(10, 10, 10, 0.2);
}

.page {
  -moz-box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.2);
}

.tab_group ul li {
  border-bottom: 1px dashed #e9e9e9;
}

.image_frame.align_content_left .overlay, #specifications .image_frame.features .overlay, .image_frame.align_content_right .overlay {
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.35) 500px, rgba(0, 0, 0, 0) 650px, rgba(0, 0, 0, 0) 100%);
}

.menu_trigger {
  tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#error_message_popup {
  background: #ff9999 !important;
  border: 1px solid #cc2929 !important;
}

.collection_designs .image_wrapper, #header_submenu_content div .image_wrapper, .search_results .image_wrapper {
  background-size: cover;
}
.collection_designs .image_wrapper .image_overlay, #header_submenu_content div .image_wrapper .image_overlay, .search_results .image_wrapper .image_overlay {
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #512678 50%);
}
.collection_designs .image_wrapper h1, .collection_designs .image_wrapper h2, .collection_designs .image_wrapper h3, #header_submenu_content div .image_wrapper h1, #header_submenu_content div .image_wrapper h2, #header_submenu_content div .image_wrapper h3, .search_results .image_wrapper h1, .search_results .image_wrapper h2, .search_results .image_wrapper h3 {
  color: #ffffff;
}

/*@font-face {
  font-family: 'icomoon';
  src: url('/font/icomoon.eot?29092016');
  src: url('/font/icomoon.eot?29092016#iefix') format('embedded-opentype'),
   url('/font/icomoon.ttf?29092016') format('truetype'),
   url('/font/icomoon.woff?29092016') format('woff'),
   url('/font/icomoon.svg?29092016#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: "Flaticon";
  src: url("../font/Flaticon.eot");
  src: url("../font/Flaticon.eot?#iefix") format("embedded-opentype"), url("../font/Flaticon.woff") format("woff"), url("../font/Flaticon.ttf") format("truetype"), url("../font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../Flaticon.svg#Flaticon") format("svg");
  }
}
.icon {
  display: inline-block;
  font-family: "Flaticon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icon.instagram:before {
  content: "";
}
.icon.dot:before {
  content: "";
}
.icon.menu-dot:before {
  content: "";
}
.icon.menu:before {
  content: "";
}
.icon.youtube:before {
  content: "";
}
.icon.map-marker:before {
  content: "";
}
.icon.up-arrow:before {
  content: "";
}
.icon.search:before {
  content: "";
}
.icon.down-arrow:before, .map_controls .retailers.retailers .retailer.highlight .location .icon:before {
  content: "";
}
.icon.cancel:before {
  content: "";
}
.icon.right-arrow:before {
  content: "";
}
.icon.left-arrow:before, .map_controls .retailers.retailers .retailer .location .icon:before {
  content: "";
}
.icon.twitter:before {
  content: "";
}
.icon.facebook:before {
  content: "";
}
.icon.tick:before {
  content: "";
}

/*
 * Reusable (lego block) styling, across all sites
 */
* {
  -webkit-box-sizing: border-box;
  /* Android ≤ 2.3, iOS ≤ 4 */
  -moz-box-sizing: border-box;
  /* Firefox 1+ */
  box-sizing: border-box;
  /* Chrome, IE 8+, Opera, Safari 5.1 */
}

html, body {
  width: 100%;
  font-weight: 300;
}

p {
  line-height: 1.4rem;
}

.hero_frame .titles, .image_frame .titles {
  position: absolute;
  top: 50%;
  -ms-transform: translate(50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(50%, -50%);
  /* Safari */
  transform: translate(50%, -50%);
  z-index: 2;
  width: 75%;
  color: #fff;
  text-align: center;
  margin-left: -25%;
}
.hero_frame .titles.no_effect, .image_frame .titles.no_effect {
  top: 0%;
  -ms-transform: translate(0%, 45%);
  /* IE 9 */
  -webkit-transform: translate(0%, 45%);
  /* Safari */
  transform: translate(0%, 45%);
  margin: 0rem;
}
.hero_frame .titles h3, .hero_frame .titles h2, .hero_frame .titles h1, .image_frame .titles h3, .image_frame .titles h2, .image_frame .titles h1 {
  text-align: center;
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
}
.hero_frame .titles h1, .image_frame .titles h1 {
  font-size: 2.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.hero_frame .titles h2, .image_frame .titles h2 {
  font-size: 1.2rem;
  font-weight: 400;
  width: 60%;
  text-transform: none;
  letter-spacing: 0;
}
.hero_frame .titles h3, .image_frame .titles h3 {
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
}
.hero_frame .titles.left-title, .image_frame .titles.left-title {
  -ms-transform: translate(0, -75%);
  /* IE 9 */
  -webkit-transform: translate(0, -75%);
  /* Safari */
  transform: translate(0, -75%);
  text-align: left;
  margin-left: 6rem;
}
.hero_frame .titles.left-title h3, .hero_frame .titles.left-title h2, .hero_frame .titles.left-title h1, .image_frame .titles.left-title h3, .image_frame .titles.left-title h2, .image_frame .titles.left-title h1 {
  width: 100%;
  text-align: left;
  width: 100%;
  max-width: 100%;
}
.hero_frame .titles.left-title button, .image_frame .titles.left-title button {
  margin-top: 2rem;
}

.titles h1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  word-spacing: 0.2rem;
  text-align: center;
  line-height: 4rem;
}
.titles p {
  text-align: center;
}

.standard_form {
  margin: 0 auto;
}
.standard_form input, .standard_form textarea, .standard_form select {
  line-height: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.5rem;
  width: 100%;
  padding: 0rem 0.5rem;
}
.standard_form inputinput, .standard_form textareainput, .standard_form selectinput {
  max-width: 300px;
}
.standard_form label {
  display: block;
  width: 100%;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.standard_form textarea {
  line-height: 1.5rem;
  min-height: 5rem;
}
.standard_form textarea.input_span_3 {
  min-height: 11.25rem;
}
.standard_form button {
  border: 1px solid;
  padding: 0rem 2rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
  border-radius: 4px;
  /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  background-clip: padding-box;
  /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}
.standard_form .checkbox {
  line-height: 2.25rem;
  cursor: pointer;
  text-align: center;
}
.standard_form .checkbox input {
  display: block;
  width: auto;
  cursor: pointer;
  float: left;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 0px;
  margin-right: 1rem;
}
.standard_form .checkbox label {
  display: block;
  float: left;
  line-height: 1.5rem;
}
.standard_form .checkbox img, .standard_form .checkbox h3, .standard_form .checkbox labels {
  cursor: pointer;
}
.standard_form .checkbox :hover img {
  opacity: 0.7;
}

.grecaptcha-badge {
  bottom: 33px !important;
  margin-bottom: 1rem;
  box-shadow: none !important;
}

.dashed_list li {
  margin-left: 1rem;
  line-height: 1.2rem;
  text-indent: -0.3em;
  padding-bottom: 0.5rem;
}
.dashed_list li:before {
  content: "-";
  margin-right: 0.5rem;
  margin-left: -0.5rem;
}

/* responsive Images */
img {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  max-height: 65vh;
  height: auto;
  opacity: 1;
}
img.xsmall {
  max-width: 65px;
  max-height: 60px;
  margin: 0rem auto;
}
img.small {
  max-height: 180px;
}
img.medium {
  max-height: 300px;
}
img.large {
  max-height: 40vh;
}
img.xlarge {
  max-height: 45vh;
}
img.xxlarge {
  max-height: 55vh;
}

.columns {
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.columns .col_c_1, .columns .col_f_1:not([class*=col_c_]) {
  width: 100%;
}
.columns .col_c_2, .columns .col_f_2:not([class*=col_c_]) {
  width: 50%;
}
.columns .col_c_3, .columns .col_f_3:not([class*=col_c_]) {
  width: 33.3333333333%;
}
.columns .col_c_2-3, .columns .col_f_2-3:not([class*=col_c_]) {
  width: 66.6666666667%;
}
.columns .col_c_4, .columns .col_f_4:not([class*=col_c_]) {
  width: 25%;
}
.columns .col_c_3-4, .columns .col_f_3-4:not([class*=col_c_]) {
  width: 75%;
}
.columns .col_c_5, .columns .col_f_5:not([class*=col_c_]) {
  width: 20%;
}
.columns .col_c_2-5, .columns .col_f_2-5:not([class*=col_c_]) {
  width: 40%;
}
.columns .col_c_3-5, .columns .col_f_3-5:not([class*=col_c_]) {
  width: 60%;
}
.columns .col_c_4-5, .columns .col_f_4-5:not([class*=col_c_]) {
  width: 80%;
}
.columns .col_c_6, .columns .col_f_6:not([class*=col_c_]) {
  width: 16.6666666667%;
}
.columns .col_c_5-6, .columns .col_f_5-6:not([class*=col_c_]) {
  width: 83.3333333333%;
}
.columns .col_c_7, .columns .col_f_7:not([class*=col_c_]) {
  width: 14.2857142857%;
}
.columns .col_c_2-7, .columns .col_f_2-7:not([class*=col_c_]) {
  width: 28.5714285714%;
}
.columns .col_c_3-7, .columns .col_f_3-7:not([class*=col_c_]) {
  width: 42.8571428571%;
}
.columns .col_c_4-7, .columns .col_f_4-7:not([class*=col_c_]) {
  width: 57.1428571429%;
}
.columns .col_c_5-7, .columns .col_f_5-7:not([class*=col_c_]) {
  width: 71.4285714286%;
}
.columns .col_c_6-7, .columns .col_f_6-7:not([class*=col_c_]) {
  width: 85.7142857143%;
}
.columns .col_c_8, .columns .col_f_8:not([class*=col_c_]) {
  width: 12.5%;
}
.columns .col_c_3-8, .columns .col_f_3-8:not([class*=col_c_]) {
  width: 37.5%;
}
.columns .col_c_5-8, .columns .col_f_5-8:not([class*=col_c_]) {
  width: 62.5%;
}
.columns .col_c_7-8, .columns .col_f_7-8:not([class*=col_c_]) {
  width: 87.5%;
}
.columns .col_c_9, .columns .col_f_9:not([class*=col_c_]) {
  width: 11.1111111111%;
}
.columns .col_c_2-9, .columns .col_f_2-9:not([class*=col_c_]) {
  width: 22.2222222222%;
}
.columns .col_c_4-9, .columns .col_f_4-9:not([class*=col_c_]) {
  width: 44.4444444444%;
}
.columns .col_c_5-9, .columns .col_f_5-9:not([class*=col_c_]) {
  width: 55.5555555556%;
}
.columns .col_c_7-9, .columns .col_f_7-9:not([class*=col_c_]) {
  width: 77.7777777778%;
}
.columns .col_c_8-9, .columns .col_f_8-9:not([class*=col_c_]) {
  width: 88.8888888889%;
}
.columns .col_c_10, .columns .col_f_10:not([class*=col_c_]) {
  width: 10%;
}
.columns .col_c_11, .columns .col_f_11:not([class*=col_c_]) {
  width: 9.0909090909%;
}
.columns .col_c_2-11, .columns .col_f_2-11:not([class*=col_c_]) {
  width: 18.1818181818%;
}
.columns .col_c_3-11, .columns .col_f_3-11:not([class*=col_c_]) {
  width: 27.2727272727%;
}
.columns .col_c_12, .columns .col_f_12:not([class*=col_c_]) {
  width: 8.3333333333%;
}

[class*=col_] {
  order: 1;
}

.image_right {
  order: 2;
}

.align_content_left, #specifications .features {
  justify-content: flex-start;
}

.align_content_right {
  justify-content: flex-end;
}

.align_item_left {
  margin-right: auto;
}

.align_item_right {
  margin-left: auto;
}

.element_overlay, nav .overlay, .collection_designs .image_wrapper .image_overlay, #header_submenu_content div .image_wrapper .image_overlay, .search_results .image_wrapper .image_overlay, .hero_frame .overlay, .hero_frame .hero_image, .image_frame .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.element_overlay.loading, nav .loading.overlay, .collection_designs .image_wrapper .loading.image_overlay, #header_submenu_content div .image_wrapper .loading.image_overlay, .search_results .image_wrapper .loading.image_overlay, .hero_frame .loading.overlay, .hero_frame .loading.hero_image, .image_frame .loading.overlay {
  display: none;
  z-index: 99;
  background-color: rgba(55, 8, 105, 0.8);
  background-image: url(../img/loading_anim.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.allow_parallax .full_height_area, .IOS .full_height_area {
  min-height: 100%;
  min-height: calc(100vh - 50px);
  position: relative;
}
.allow_parallax .full_height_area_onepage, .IOS .full_height_area_onepage {
  min-height: 100%;
  min-height: calc(100vh - 83px);
  position: relative;
}
.allow_parallax .full_height, .IOS .full_height {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
.allow_parallax .nine_tenths_height, .IOS .nine_tenths_height {
  min-height: 90%;
  min-height: 90vh;
}
.allow_parallax .three_quaters_height, .IOS .three_quaters_height {
  min-height: 75%;
  min-height: 75vh;
}
.allow_parallax .half_height, .IOS .half_height {
  min-height: 50%;
  min-height: 50vh;
}

.no_parallax .full_height_area {
  height: 100%;
  height: calc(100vh - 50px);
  position: relative;
}
.no_parallax .full_height_area_onepage {
  height: 100%;
  height: calc(100vh - 83px);
  position: relative;
}
.no_parallax .full_height {
  height: 100%;
  height: 100vh;
  position: relative;
}
.no_parallax .nine_tenths_height {
  height: 90%;
  height: 90vh;
}
.no_parallax .three_quaters_height {
  height: 75%;
  height: 75vh;
}
.no_parallax .half_height {
  height: 50%;
  height: 50vh;
}

/* Font Sizes / Attributes*/
.xxs {
  font-size: 0.7rem;
}

.xs {
  font-size: 0.8rem;
}

.s {
  font-size: 0.813rem;
}

.m {
  font-size: 1rem;
}

.l, .form_overlay p {
  font-size: 1.2rem;
}

.xl {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.xxl {
  font-size: 2.6rem;
  line-height: 2.6rem;
}

.xxxl {
  font-size: 3rem;
  line-height: 3rem;
}

.b, #specifications table th, .bold {
  font-weight: 600 !important;
}

.sb, .semi-bold {
  font-weight: 500 !important;
}

.c, .center {
  text-align: center !important;
}

.u, .upper {
  text-transform: uppercase !important;
}

/* Padding / Spacing */
.no_padding, #legend > div, .package_hero {
  padding: 0px 0px !important;
}

.padding, .section, .dashed_list, .columns {
  padding: 1rem 1rem 1rem 1rem;
}

.padding_t {
  padding-top: 1rem;
}

.padding_b {
  padding-bottom: 1rem;
}

.padding_tb {
  padding: 1rem 0rem;
}

.padding_l {
  padding-left: 1rem;
}

.padding_r {
  padding-right: 1rem;
}

.padding_lr, .hero_frame .titles h3, .image_frame .titles h3 {
  padding: 0rem 1rem;
}

.padding_s {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.padding_t_s {
  padding-top: 0.5rem;
}

.padding_b_s, .hero_frame .titles h3, .image_frame .titles h3 {
  padding-bottom: 0.5rem;
}

.padding_tb_s {
  padding: 0.5rem 0rem;
}

.padding_l_s {
  padding-left: 0.5rem;
}

.padding_r_s {
  padding-right: 0.5rem;
}

.padding_lr_s {
  padding: 0rem 0.5rem;
}

.large_padding {
  padding: 2rem;
}

.large_padding_tb {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.xlarge_padding {
  padding: 3rem;
}

.xlarge_padding_tb {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.xlarge_padding_t {
  padding-top: 3rem;
}

.xlarge_padding_b {
  padding-bottom: 3rem;
}

.xlarge_padding_lr {
  padding-left: 3rem;
  padding-right: 3rem;
}

.no_margin {
  margin: 0px 0px !important;
}

.margin {
  margin: 1rem 1rem 1rem 1rem !important;
}

.margin_t {
  margin-top: 1rem !important;
}

.margin_b {
  margin-bottom: 1rem !important;
}

.margin_tb, #specifications table, .hero_frame .titles h1, .image_frame .titles h1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.margin_l {
  margin-left: 1rem !important;
}

.margin_r {
  margin-right: 1rem !important;
}

.margin_lr {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.standard_line_height {
  height: 1rem;
  line-height: 1rem;
}

.tall_line_height, button.button,
input.button, .textbox, .standard_form button {
  height: 1.5rem;
  line-height: 1.5rem;
}

/* Borders */
.border, .map_controls .search_box .stockist_search button, .map_controls .search_box .stockist_search .stockist_search_bar, .map_controls .retailers .stockist_search button, .map_controls .retailers .stockist_search .stockist_search_bar, .map_controls .search_box, .map_controls .retailers, .validation_error, .textbox {
  border-style: solid;
  border-width: 1px;
}

.border_l {
  border-style: solid;
  border-width: 0px 0px 0px 1px;
}

.border_r {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
}

.border_lr {
  border-style: solid;
  border-width: 0px 1px 0px 1px;
}

.border_t, footer {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}

.border_tlr {
  border-style: solid;
  border-width: 1px 1px 0px 1px;
}

.border_b, .map_controls .retailers.retailers .retailer, .package_hero {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.border_blr {
  border-style: solid;
  border-width: 0px 1px 1px 1px;
}

.border_tb {
  border-style: solid;
  border-width: 1px 0px 1px 0px;
}

.no_border {
  border: none;
}

/*text aligns*/
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

.align-justified {
  text-align: justified;
}

.force_uppercase, header .menu_rows .top_menu a, .tab_group ul li, button, .button {
  text-transform: uppercase;
}

/* floats */
.left {
  float: left;
}

.right {
  float: right;
}

/* Clearing */
.clear {
  padding: 0px;
  margin: 0px;
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Other */
.hidden {
  display: none;
}

.hover:hover {
  text-decoration: underline;
}

.center_fix {
  margin: 0 auto;
  float: none !important;
}

.callout {
  padding: 0px 1rem;
  margin: 0px 0px 1rem 0px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
}

.textbox {
  padding: 0px 0.5rem 0px 0.5rem;
  -webkit-box-sizing: border-box;
  /* Android ≤ 2.3, iOS ≤ 4 */
  -moz-box-sizing: border-box;
  /* Firefox 1+ */
  box-sizing: border-box;
  /* Chrome, IE 8+, Opera, Safari 5.1 */
}

button {
  border: 1px solid;
  display: block;
  cursor: pointer !important;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.2s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.2s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.2s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.validation_error {
  padding: 1rem 1rem 0.5rem 1rem !important;
  margin: 0px 0px 1rem 0px !important;
  display: none;
}

.form_overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.form_overlay p {
  position: absolute;
  left: 0px;
  top: 20%;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 500;
}

h1, h2, h3, h4 {
  word-spacing: 0.04rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}
h1.heading, h2.heading, h3.heading, h4.heading {
  font-weight: 500;
  margin: 1rem 0px;
}

h1 {
  font-size: 1.7rem;
  line-height: 1.7rem;
}

h2 {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

h3 {
  font-size: 1rem;
  line-height: 1rem;
}

h4 {
  font-size: 0.8rem;
  line-height: 0.8rem;
}

p {
  margin-bottom: 1rem;
}

.scrolling {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

.scrolling_y {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

.scrolling_x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/** structure **/
.content {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
  float: none !important;
}

.content_row {
  float: none;
  margin: 0 auto;
  width: 100%;
}

.menu_trigger {
  display: inline-block;
  transition: transform 0.5s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.image_frame {
  position: relative;
}
.image_frame .overlay {
  z-index: 2;
}
.image_frame .overlay.full_width_image {
  background: transparent;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.image_frame .overlay.full_width_image.image_scale_right {
  background-position: 0px 50%;
}
.image_frame .overlay.full_width_image.image_scale_left {
  background-position: 100% 50%;
}
.image_frame .text_overlay {
  z-index: 3;
  padding: 0px 4rem;
}

.collection_columns {
  align-items: flex-start;
}
.collection_columns .collection_column_spacer {
  width: 100%;
  height: 25vh;
  order: 0;
}
.collection_columns .collection_image {
  height: 50vh;
  opacity: 1;
}
.collection_columns .collection_image:hover {
  opacity: 0.6;
}
.collection_columns .columns > div {
  margin: 0rem auto 15vh;
}
.collection_columns .columns > div:last-of-type {
  margin: 0 auto;
}

.image_title_block {
  display: inline-block;
  padding: 1rem;
  width: 230px;
}
.image_title_block img {
  width: 100%;
}
.image_title_block h3 {
  text-align: left;
  width: 100%;
  margin: 1rem 0px;
}
.image_title_block p {
  font-size: 0.6rem;
  width: 190px;
  float: left;
}

.fixed_height_item {
  height: 350px;
}

.stopScroll {
  overflow: hidden;
}

button, input {
  height: 2rem;
  line-height: 2rem;
  min-width: 44px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}

button, .button {
  padding: 0rem 1rem;
  border: 1px solid;
  box-shadow: none;
  -webkit-box-shadow: none;
  cursor: pointer;
  height: auto;
  line-height: 2rem;
  -webkit-border-radius: 2px;
  /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
  border-radius: 2px;
  /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  background-clip: padding-box;
  /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}

.stockist_search {
  width: 500px;
  margin: 0 auto;
}
.stockist_search .stockist_search_bar {
  width: 300px;
  padding: 0rem 2rem 0rem 1rem;
  -webkit-border-radius: 35px 0 0 35px;
  /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
  border-radius: 35px 0 0 35px;
  /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  background-clip: padding-box;
  /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
  line-height: 44px;
  height: 44px;
  border: 0;
}
.stockist_search .stockist_search_button {
  height: 44px;
  line-height: 44px;
  width: 44px;
  -webkit-border-radius: 35px;
  /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
  border-radius: 35px;
  /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  background-clip: padding-box;
  /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
  border: 0;
}

.package_hero {
  position: relative;
}

.tab_group {
  padding: 1rem 0rem;
}
.tab_group ul {
  display: flex;
  width: 100%;
}
.tab_group ul li {
  display: inline-block;
  line-height: 2rem;
  padding: 0 1rem;
}
.tab_group ul li.buynow {
  border: 0px;
}
.tab_group .tab_content {
  padding: 1rem 0rem;
  display: none;
}
.tab_group .tab_content.visible {
  display: block;
}

.carousel {
  align-items: stretch;
  position: relative;
}
.carousel .carousel_wrapper {
  height: 50%;
  align-items: flex-start;
}
.carousel .carousel_items img {
  transition: width 0.5s, padding 0.5s, margin 0.5s, opacity 0.5s;
  display: inline-block;
  opacity: 0.2;
}
.carousel .carousel_items img.focused {
  opacity: 1;
}
.carousel .carousel_items img.out {
  width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 0px !important;
}
.carousel .controller {
  text-align: center;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  bottom: 0;
  z-index: 3;
  background: #ffffff;
  padding-top: 12.5%;
}
.carousel .controller.spinLeft {
  left: 29.5%;
}
.carousel .controller.spinRight {
  right: 29.5%;
}
.carousel .element_overlay, .carousel nav .overlay, nav .carousel .overlay, .carousel .collection_designs .image_wrapper .image_overlay, .collection_designs .image_wrapper .carousel .image_overlay, .carousel #header_submenu_content div .image_wrapper .image_overlay, #header_submenu_content div .image_wrapper .carousel .image_overlay, .carousel .search_results .image_wrapper .image_overlay, .search_results .image_wrapper .carousel .image_overlay, .carousel .hero_frame .overlay, .hero_frame .carousel .overlay, .carousel .hero_frame .hero_image, .hero_frame .carousel .hero_image, .carousel .image_frame .overlay, .image_frame .carousel .overlay {
  transition: all 0.4s;
  background-image: linear-gradient(to right, white 5%, rgba(255, 255, 255, 0.6) 22%, transparent 33%, transparent 66%, rgba(255, 255, 255, 0.6) 88%, white 95%);
  background-repeat: repeat;
  z-index: 5;
  pointer-events: none;
}
.carousel .message {
  transition: opacity 0.4s;
  margin-bottom: 1rem;
}
.carousel .message p, .carousel .message h2 {
  text-align: center;
  padding-bottom: 1rem;
}
.carousel .item {
  padding: 1rem 3.1rem;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.6;
}
.carousel .item.shown {
  opacity: 1;
}
.carousel .item img {
  padding: 0rem;
  margin: 0rem auto;
}

.center_elements {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_message {
  position: fixed;
  top: calc(50px + 2rem);
  width: 100%;
  max-width: 300px;
}

.main_hero {
  background-image: url("../img/bg-purple-long.jpg");
}

/*
 * General layout styling across All Pages / All Sites
 */
body {
  font-family: "Roboto", sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: "Roboto Condensed", sans-serif;
}

#wrapper {
  position: absolute;
  top: 50px;
  height: calc(100% - 50px);
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

#main_content {
  margin: 0px auto;
  width: 100%;
  border: none;
  position: relative;
  top: 0;
  bottom: 0;
  min-height: 100%;
}

.hero_frame {
  text-align: center;
  position: relative;
  display: block;
  height: 100%;
}
.hero_frame .hero_image {
  background-position: center;
  background-size: cover;
}
.hero_frame .overlay {
  background-repeat: repeat;
}

footer {
  position: absolute;
  margin-top: -5px;
  justify-content: flex-end;
  padding: 0rem !important;
  z-index: 99 !important;
  height: 35px;
  bottom: 0px;
}
footer .footer_content > div {
  justify-content: flex-end;
}
footer.fullscreen {
  position: fixed;
}

.desktop .logo {
  margin: auto;
  background-image: url("../img/logo_desk.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.desktop .logo:hover {
  background-image: url("../img/logo_desk.png");
}

.mobile .logo {
  margin: auto;
  background-image: url("../img/logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile .logo:hover {
  background-image: url("../img/logo.png");
}

.contact_form {
  position: absolute;
  align-self: flex-start;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 0rem 3rem;
}
.contact_form h3.heading {
  margin-top: 0rem;
}

.contact_page {
  justify-content: flex-start;
  height: calc(100vh - 50px);
}

.page_slider {
  touch-action: none;
  position: relative;
}

.page {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: calc(100% - 83px);
  position: fixed;
  transform: translateY(105%);
}

#page_start {
  transform: translateY(0%);
}

#scroll_up_button {
  transition: all 0.5s;
  position: absolute;
  bottom: 100px;
  right: 44px;
  height: 44px;
  width: 44px;
  background: #78549E;
  border: 1px solid #78549E;
  color: #ffffff;
  z-index: 99;
  line-height: 44px;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
  display: none;
}
#scroll_up_button:hover {
  background: #ffffff;
  color: #512678;
}

#page_spinner_timeline {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 5px;
  background: #512678;
  z-index: 99;
}

#pagination_dots {
  position: fixed;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  font-size: 0.7rem;
}
#pagination_dots .dot {
  font-weight: 600;
  color: #fff;
  opacity: 0.5;
  display: block;
  padding: 0.25rem;
  margin: 0 auto;
  cursor: pointer;
}
#pagination_dots .dot:hover {
  opacity: 0.75;
}
#pagination_dots .dot.current_dot {
  opacity: 1;
}

#materials_select {
  padding: 0rem 0.5rem;
  position: relative;
  top: 3.5rem;
  font-size: 16px;
  margin-bottom: -2.5rem;
}

.package_hero {
  align-items: stretch;
}
.package_hero img {
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: auto;
}

.package_links {
  margin-top: 2rem;
}
.package_links a {
  margin-right: 0.5rem;
}

#specifications .features {
  align-items: flex-start;
}
#specifications .features > div {
  padding: 0rem 2rem;
}
#specifications table th, #specifications table td {
  width: 40px;
}
#specifications table th:first-of-type, #specifications table td:first-of-type {
  width: 25px;
}
#specifications img {
  max-height: 50vh;
}

.map_wrapper {
  overflow: hidden;
  min-height: 0%;
  height: calc(100vh - 83px);
  width: 100%;
}

#stockists_map {
  position: absolute;
  top: -2px;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: default;
}

#legend {
  width: 150px;
  background: rgba(255, 255, 255, 0.4);
}
.map_controls {
  position: absolute;
  display: block;
  top: 1rem;
  height: calc(100vh - 150px);
  width: 470px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0rem 0.5rem;
}
.map_controls .search_box, .map_controls .retailers {
  margin-bottom: 0.25rem;
}
.map_controls .search_box .stockist_search, .map_controls .retailers .stockist_search {
  width: 100%;
}
.map_controls .search_box .stockist_search button, .map_controls .search_box .stockist_search .stockist_search_bar, .map_controls .retailers .stockist_search button, .map_controls .retailers .stockist_search .stockist_search_bar {
  height: 37px;
  line-height: 37px;
}
.map_controls .search_box .stockist_search button.stockist_search_button, .map_controls .search_box .stockist_search .stockist_search_bar.stockist_search_button, .map_controls .retailers .stockist_search button.stockist_search_button, .map_controls .retailers .stockist_search .stockist_search_bar.stockist_search_button {
  position: relative;
  left: -1.7rem;
}
.map_controls .search_box .stockist_search button, .map_controls .retailers .stockist_search button {
  width: 37px;
  min-width: 37px;
  padding: 0rem;
}
.map_controls .search_box.retailers, .map_controls .retailers.retailers {
  height: calc(100vh - 240px);
  overflow: auto;
  position: relative;
}
.map_controls .search_box.retailers .retailer, .map_controls .retailers.retailers .retailer {
  min-height: 50px;
  cursor: pointer;
  position: relative;
}
.map_controls .search_box.retailers .retailer .retailer_titles, .map_controls .retailers.retailers .retailer .retailer_titles {
  padding-top: 0.5rem;
}
.map_controls .search_box.retailers .retailer h3, .map_controls .search_box.retailers .retailer h4, .map_controls .retailers.retailers .retailer h3, .map_controls .retailers.retailers .retailer h4 {
  padding: 0rem;
  letter-spacing: -0.01rem;
  word-spacing: 0rem;
  margin: 0rem;
  margin-bottom: 0.4rem;
}
.map_controls .search_box.retailers .retailer h3, .map_controls .retailers.retailers .retailer h3 {
  font-weight: 500;
}
.map_controls .search_box.retailers .retailer h4, .map_controls .retailers.retailers .retailer h4 {
  font-weight: 300;
}
.map_controls .search_box.retailers .retailer h3, .map_controls .search_box.retailers .retailer h4, .map_controls .search_box.retailers .retailer p, .map_controls .retailers.retailers .retailer h3, .map_controls .retailers.retailers .retailer h4, .map_controls .retailers.retailers .retailer p {
  padding: 0rem 0.5rem;
}
.map_controls .search_box.retailers .retailer .more_info_panel, .map_controls .retailers.retailers .retailer .more_info_panel {
  height: 0px;
  overflow: hidden;
}
.map_controls .search_box.retailers .retailer .more_info_panel .designs, .map_controls .retailers.retailers .retailer .more_info_panel .designs {
  height: 0px;
  overflow: hidden;
  padding: 0rem;
  opacity: 0;
}
.map_controls .search_box.retailers .retailer .location, .map_controls .retailers.retailers .retailer .location {
  position: absolute;
  top: 1.5rem;
  right: 0;
  text-align: right;
  text-transform: none;
}
.map_controls .search_box.retailers .retailer.highlight .more_info_panel, .map_controls .retailers.retailers .retailer.highlight .more_info_panel {
  cursor: default;
  height: 200px;
}
.map_controls .search_box.retailers .retailer.highlight .more_info_panel.no_designs, .map_controls .retailers.retailers .retailer.highlight .more_info_panel.no_designs {
  height: 65px;
}
.map_controls .search_box.retailers .retailer.highlight .designs, .map_controls .retailers.retailers .retailer.highlight .designs {
  padding: 0.5rem;
  height: 120px;
  opacity: 1;
}
.map_controls .search_box.retailers .retailer.highlight .location, .map_controls .retailers.retailers .retailer.highlight .location {
  top: 0.5rem;
}
.map_controls .search_box.retailers .retailer p, .map_controls .retailers.retailers .retailer p {
  margin: 0rem;
  line-height: 1rem;
  margin-bottom: 0.4rem;
  max-width: 350px;
  font-size: 0.9rem;
}
.map_controls .search_box.retailers .retailer .contact, .map_controls .retailers.retailers .retailer .contact {
  line-height: 1rem;
  width: 350px;
}
.map_controls .search_box.retailers .retailer .designs, .map_controls .retailers.retailers .retailer .designs {
  position: absolute;
  bottom: 0;
  align-items: stretch;
  margin-bottom: -1px;
}
.map_controls .search_box.retailers .retailer .designs .designs_left, .map_controls .search_box.retailers .retailer .designs .designs_right, .map_controls .retailers.retailers .retailer .designs .designs_left, .map_controls .retailers.retailers .retailer .designs .designs_right {
  cursor: pointer;
}
.map_controls .search_box.retailers .retailer .designs .design_list, .map_controls .retailers.retailers .retailer .designs .design_list {
  height: 100px;
  overflow: hidden;
  text-transform: uppercase;
}
.map_controls .search_box.retailers .retailer .designs .design_list .design_item, .map_controls .retailers.retailers .retailer .designs .design_list .design_item {
  height: 100px;
}
.map_controls .search_box.retailers .retailer .designs .design_list .design_item h3, .map_controls .retailers.retailers .retailer .designs .design_list .design_item h3 {
  margin: 0.25rem auto;
  text-align: center;
}
.map_controls .search_box.retailers .retailer .designs .design_list .design_item img, .map_controls .retailers.retailers .retailer .designs .design_list .design_item img {
  height: 65px;
  margin: 0rem auto;
}
.map_controls .stockist_search, .map_controls .retailers {
  padding: 0.5rem;
}

#stockist_map .gm-style .gm-bundled-control-on-bottom {
  bottom: 130px !important;
}

img.richard {
  max-height: 75vh;
}

.collection_designs a:hover .image_overlay, #header_submenu_content div a:hover .image_overlay, .search_results a:hover .image_overlay {
  background-position: 0 -100%;
  opacity: 0.9;
}
.collection_designs a:hover .image_overlay img, #header_submenu_content div a:hover .image_overlay img, .search_results a:hover .image_overlay img {
  opacity: 0.5;
}
.collection_designs .image_wrapper, #header_submenu_content div .image_wrapper, .search_results .image_wrapper {
  position: relative;
  height: 25vw;
  max-height: 300px;
  max-width: 533px;
  margin: 0 auto;
  background-position: center center;
}
.collection_designs .image_wrapper .image_overlay, #header_submenu_content div .image_wrapper .image_overlay, .search_results .image_wrapper .image_overlay {
  opacity: 0;
}
.collection_designs .image_wrapper .image_overlay h1, .collection_designs .image_wrapper .image_overlay h2, .collection_designs .image_wrapper .image_overlay h3, #header_submenu_content div .image_wrapper .image_overlay h1, #header_submenu_content div .image_wrapper .image_overlay h2, #header_submenu_content div .image_wrapper .image_overlay h3, .search_results .image_wrapper .image_overlay h1, .search_results .image_wrapper .image_overlay h2, .search_results .image_wrapper .image_overlay h3 {
  text-align: center;
  position: relative;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  transform: translate(0, -50%);
}

#error_message_popup {
  position: absolute;
  cursor: pointer;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  z-index: 99;
  display: none;
}
#error_message_popup .message {
  padding: 1rem;
  float: left;
}
#error_message_popup .cancel {
  padding: 1rem;
  float: right;
}

#pictured_in {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
  color: #ffffff;
  font-weight: 400;
}

#main_content > div:last-of-type {
  padding-bottom: 100px;
}

.content_row {
  max-width: 1400px;
}

#search_site input, #search_site button {
  border: 0;
  line-height: 3rem;
  font-size: 2.5rem;
}
#search_site input {
  width: 90%;
  padding: 2rem 0rem;
}
#search_site button {
  line-height: 4rem;
  width: 9%;
}

.search_results > div:last-of-type > div {
  border: 0px !important;
}

#reset_stockists {
  cursor: pointer;
}

#samples_selects {
  display: none;
}

.search_site {
  display: inline-block;
  width: 44px;
  height: 44px;
}
.search_site.open {
  color: #ffffff;
  background: #512678;
}

.message_hints {
  position: absolute;
  top: 4.5rem;
  left: 480px;
  z-index: 80;
  background: rgba(81, 38, 120, 0.6);
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  line-height: 50px;
  z-index: 100 !important;
  max-width: 100vw;
}
header .shadow, header button.dark, header button {
  padding: 0px;
  z-index: 2;
  position: relative;
}
header .menu_trigger {
  line-height: 50px;
  width: 37.5px;
  text-align: center;
  font-size: 35px;
}
header .logo_wrapper {
  width: 240px;
  height: 50px;
  cursor: pointer;
  padding-right: 20px;
}
header .logo_wrapper .logo {
  height: 35px;
  margin: 6px auto 0px;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(200, 200, 200, 0.2));
  filter: drop-shadow(1px 1px 3px rgba(200, 200, 200, 0.2));
}
header .logo_wrapper h3 {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  padding: 0.3rem 0;
  font-size: 0.65rem;
  letter-spacing: 0.1rem;
  text-shadow: 0px 0px 1px rgba(100, 100, 100, 0.2);
}
header .mobile .logo_wrapper {
  width: auto !important;
  height: 44px;
  padding: 0px;
}
header .mobile .logo_wrapper .logo {
  margin-top: 8px;
  height: 25px;
}
header .mobile .icon, header .mobile .find_store {
  line-height: 44px;
  width: 44px;
  text-align: center;
  font-size: 20px;
}
header .menu_rows {
  flex: 2;
}
header .menu_rows .sub_menu, header .menu_rows .top_menu {
  height: 25px;
  line-height: 25px;
}
header .menu_rows .sub_menu .sub_menu_buttons button, header .menu_rows .sub_menu .top_menu_buttons button, header .menu_rows .top_menu .sub_menu_buttons button, header .menu_rows .top_menu .top_menu_buttons button {
  line-height: 1rem;
  padding: 0 0.7rem;
  margin: 0 0.2rem;
  font-size: 0.9rem;
  height: 30px;
  border-radius: 2px;
  font-weight: 400;
  box-shadow: none;
}
header .menu_rows .sub_menu .top_menu_buttons a, header .menu_rows .top_menu .top_menu_buttons a {
  padding: 0;
}
header .menu_rows .top_menu {
  text-align: right;
}
header .menu_rows .top_menu a {
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
  padding: 0 0.5rem;
}
header .menu_rows .top_menu .menu_trigger {
  line-height: 30px;
  width: 25px;
  font-size: 20px;
  vertical-align: middle;
}
header .menu_rows .sub_menu {
  background: #000;
  text-align: left;
  align-items: left;
  padding-left: 12.5px;
  position: relative;
  display: block;
}
header .menu_rows .sub_menu .sub_menu_buttons {
  float: right;
}
header .menu_rows .sub_menu > a {
  display: block;
  float: left;
  color: #e1e1e1;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #000 50%, #512678 50%);
  transition: background-position 0.2s;
  transform: skew(-25deg, 0deg);
}
header .menu_rows .sub_menu > a:first-of-type {
  margin-left: -10px;
}
header .menu_rows .sub_menu > a h3 {
  padding: 0 1rem;
  line-height: 25px;
  text-shadow: 0px 0.5px 0px rgba(255, 255, 255, 0.2), 0px -0.5px 0px rgba(0, 0, 0, 0.5);
  transform: skew(25deg, 0deg);
}
header .menu_rows .sub_menu > a:hover, header .menu_rows .sub_menu > a.hovered {
  background-position: 0 -100%;
}
header #site_search {
  line-height: 1rem;
  padding: 1px 0rem 1px 0.5rem;
  border: 1px solid #e1e1e1;
  border-right: 0px;
  height: 30px;
  margin: 5px 0px;
  border-radius: 4px 0px 0px 4px;
}
header #site_search_button {
  line-height: 1rem;
  height: 30px;
  margin: 5px 0px 5px -4px;
  padding: 0 0.2rem;
  border: 1px solid #e1e1e1;
  border-left: 0px;
  border-radius: 0px 4px 4px 0px;
  box-shadow: none;
}
header .mobile {
  height: 44px;
}
header .mobile > div {
  height: 44px;
}
header .mobile .logo {
  height: 44px;
}
header #header_submenu_content {
  height: 220px;
  width: 100%;
  position: absolute;
  top: 80px;
  background: #fff;
  display: none;
  overflow: hidden;
  display: flex;
  box-shadow: 0px 6px 4px 3px rgba(100, 100, 100, 0.2);
}
header #header_submenu_content > div {
  height: 100%;
  overflow: hidden;
}
header #header_submenu_content .image_wrapper {
  height: 108px !important;
  width: 165px;
  background-size: auto 100%;
  background-position: center center;
  margin: 0 0.5rem;
}
header #header_submenu_content .collection_controller {
  width: 44px;
  height: 100%;
  line-height: 160px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
header #header_submenu_content .collection_wrapper {
  width: 90%;
  overflow: hidden;
}
header #header_submenu_content .collection_wrapper .collection_item_container {
  width: auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}
header #header_submenu_content .collection_wrapper .collection_item {
  width: 182px;
}
header #header_submenu_content .view_more {
  width: 60%;
  text-align: center;
  font-weight: 300;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  line-height: 1rem;
  padding: 0.5rem 2rem;
  border-top: 1px solid #e1e1e1;
  background: transparent;
  transition: all 0.3s ease;
}
header #header_submenu_content .view_more:hover {
  width: 100%;
  border: 0px;
  color: #ffffff;
  background: #512678;
}

nav {
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100vw;
  z-index: 100;
  padding: 0px;
  -webkit-transform-origin-x: translateX(-100%);
  transform: translateX(-100%);
}
nav .logo {
  height: 22px;
}
nav .menu_trigger {
  margin-left: 1rem;
}
nav.menu_open {
  transform: translateX(0%);
}
nav.menu_open .nav_content {
  transform: translateX(0%);
}
nav.menu_open .overlay {
  opacity: 0.7;
}
nav .overlay {
  z-index: 99;
  background: #000000;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.14, 0.78, 0, 0.97);
}
nav .nav_content {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform-origin-x: translateX(-100%);
  transform: translateX(-100%);
  background: #ffffff;
  width: 80%;
  z-index: 100;
  height: 100%;
  padding: 0;
  transition: transform 0.25s ease-out !important;
}
nav .nav_content .heading {
  font-weight: 500;
}
nav .menu_header {
  padding: 0px;
  height: 25px;
}
nav h4 {
  padding: 0px;
  font-weight: bolder;
  width: 100%;
}
nav .product_level_menu {
  position: absolute;
  bottom: 0px;
  top: 25px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
}
nav .product_level_menu div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
nav .product_level_menu .item {
  min-width: 200px;
  max-width: 33.4%;
  flex-grow: 1;
  padding: 1rem;
}
nav .menu_container {
  position: absolute;
  top: 25px;
  bottom: 160px;
  width: 100%;
  display: flex;
}
nav .menu_container .content_row {
  margin: auto 0px;
  width: 100%;
  max-width: 100%;
}
nav .menu_container .content_row h1 {
  transition: font-size 0.15s ease;
}
nav .menu_container .content_row h1:hover {
  font-size: 2rem;
}
nav .nav_footer {
  position: absolute;
  bottom: 1rem;
  padding: 0rem 1rem 2rem;
  height: 140px;
}

/*
 * General layout styling across All Pages / All Sites
 */
/** large desktop **/
.is_large_desktop_overide {
  /* tablets and desktop */
}
.is_large_desktop_overide html {
  font-size: 14px;
}
.is_large_desktop_overide .content {
  max-width: 1800px;
}
.is_large_desktop_overide .content_row {
  width: 85%;
}
.is_large_desktop_overide header .desktop .store_icon {
  display: inline-block;
}
.is_large_desktop_overide header .desktop .logo_wrapper {
  width: 200px;
}
.is_large_desktop_overide .menu_trigger, .is_large_desktop_overide .top_menu_buttons {
  display: none;
}

/** small desktop **/
.is_desktop_overide {
  /* tablets and desktop */
}
.is_desktop_overide html {
  font-size: 13px;
}
.is_desktop_overide .content_row {
  width: 90%;
}
.is_desktop_overide .collection_image {
  height: 40vh !important;
}
.is_desktop_overide .map_controls .search_box .stockist_search button.stockist_search_button {
  margin: 0px 0px 2px -3px;
}
.is_desktop_overide .xlarge_padding {
  padding: 2rem;
}
.is_desktop_overide [class*=col_mx] {
  display: none;
}
.is_desktop_overide footer .footer_content {
  display: block !important;
  width: 100%;
}
.is_desktop_overide #specifications table {
  margin-right: auto;
}
.is_desktop_overide .package_hero .image_frame {
  min-height: 90%;
  min-height: 90vh;
  position: relative;
}
.is_desktop_overide .collection_top_section p {
  text-align: center;
}
.is_desktop_overide .contact_form {
  width: 550px;
}
.is_desktop_overide header .mobile {
  display: none;
}
.is_desktop_overide header .desktop {
  display: block;
}

/** tablet **/
.is_tablet_overide header .mobile {
  display: none;
}
.is_tablet_overide header .desktop {
  display: block;
}
.is_tablet_overide .sub_menu .sub_menu_buttons, .is_tablet_overide .top_menu .top_level_menu_links {
  display: none;
}
.is_tablet_overide .menu_trigger, .is_tablet_overide .top_menu_buttons {
  display: inline-block;
}

/** mobile **/
.is_mobile_overide {
  /* phones */
  /* portrait phones */
}
.is_mobile_overide html {
  font-size: 12px;
}
.is_mobile_overide header {
  height: 44px;
}
.is_mobile_overide header .mobile {
  display: flex;
  line-height: 44px;
}
.is_mobile_overide header .desktop {
  display: none;
}
.is_mobile_overide .collection_designs .image_wrapper {
  height: 300px !important;
}
.is_mobile_overide #wrapper {
  top: 44px;
  height: calc(100% - 44px);
}
.is_mobile_overide #site_search {
  width: 70%;
}
.is_mobile_overide .image_right {
  order: 0 !important;
}
.is_mobile_overide img {
  max-height: 50vh;
}
.is_mobile_overide .columns [class*=col]:not([class*=col_f]) {
  float: none;
  width: 100%;
}
.is_mobile_overide .columns .col_c_a,
.is_mobile_overide .columns .col_f_a {
  width: auto;
}
.is_mobile_overide .columns .col_f_1 {
  width: 100%;
}
.is_mobile_overide .columns .col_f_2 {
  width: 50%;
}
.is_mobile_overide .columns .col_f_3 {
  width: 33.3333333333%;
}
.is_mobile_overide .columns .col_f_2-3 {
  width: 66.6666666667%;
}
.is_mobile_overide .columns .col_f_4 {
  width: 25%;
}
.is_mobile_overide .columns .col_f_3-4 {
  width: 75%;
}
.is_mobile_overide .columns .col_f_5 {
  width: 20%;
}
.is_mobile_overide .columns .col_f_2-5 {
  width: 40%;
}
.is_mobile_overide .columns .col_f_3-5 {
  width: 60%;
}
.is_mobile_overide .columns .col_f_4-5 {
  width: 80%;
}
.is_mobile_overide .columns .col_f_6 {
  width: 16.6666666667%;
}
.is_mobile_overide .columns .col_f_3-6 {
  width: 50%;
}
.is_mobile_overide .columns .col_f_5-6 {
  width: 83.3333333333%;
}
.is_mobile_overide .columns .col_f_7 {
  width: 14.2857142857%;
}
.is_mobile_overide .columns .col_f_2-7 {
  width: 28.5714285714%;
}
.is_mobile_overide .columns .col_f_3-7 {
  width: 42.8571428571%;
}
.is_mobile_overide .columns .col_f_4-7 {
  width: 57.1428571429%;
}
.is_mobile_overide .columns .col_f_5-7 {
  width: 71.4285714286%;
}
.is_mobile_overide .columns .col_f_6-7 {
  width: 85.7142857143%;
}
.is_mobile_overide .columns .col_f_8 {
  width: 12.5%;
}
.is_mobile_overide .columns .col_f_3-8 {
  width: 37.5%;
}
.is_mobile_overide .columns .col_f_5-8 {
  width: 62.5%;
}
.is_mobile_overide .columns .col_f_7-8 {
  width: 87.5%;
}
.is_mobile_overide .columns .col_f_9 {
  width: 11.1111111111%;
}
.is_mobile_overide .columns .col_f_2-9 {
  width: 22.2222222222%;
}
.is_mobile_overide .columns .col_f_4-9 {
  width: 44.4444444444%;
}
.is_mobile_overide .columns .col_f_5-9 {
  width: 55.5555555556%;
}
.is_mobile_overide .columns .col_f_8-9 {
  width: 88.8888888889%;
}
.is_mobile_overide .columns .col_f_10 {
  width: 10%;
}
.is_mobile_overide .columns .col_f_11 {
  width: 9.0909090909%;
}
.is_mobile_overide .columns .col_f_12 {
  width: 8.3333333333%;
}
.is_mobile_overide [class*=col_xm] {
  display: none;
}
.is_mobile_overide .header .store_icon {
  display: inline-block;
}
.is_mobile_overide .message_hints {
  display: none;
}
.is_mobile_overide #scroll_up_button {
  display: none !important;
}
.is_mobile_overide h1, .is_mobile_overide h2, .is_mobile_overide h3 {
  line-height: 1.5rem;
}
.is_mobile_overide .page {
  height: calc(100vh - 58px);
}
.is_mobile_overide .hero_frame .titles h1 {
  font-size: 1.7rem;
  line-height: 1.7rem;
  letter-spacing: 0.2rem;
}
.is_mobile_overide .nav_content {
  width: 100% !important;
}
.is_mobile_overide .align_item_left {
  margin-right: 0px;
}
.is_mobile_overide .align_item_right {
  margin-left: 0px;
}
.is_mobile_overide .content_row.columns {
  padding: 0rem;
}
.is_mobile_overide .xlarge_padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.is_mobile_overide .image_scale_right, .is_mobile_overide image_scale_left {
  background-position: center center !important;
}
.is_mobile_overide .invisible {
  transform: translate(0px, 25px) !important;
}
.is_mobile_overide .collection_columns .columns > div {
  margin: 0 auto;
}
.is_mobile_overide .package_hero .image_frame {
  min-height: 50%;
  min-height: 50vh;
  position: relative;
}
.is_mobile_overide .carousel .carousel_area {
  height: auto;
}
.is_mobile_overide .carousel .controller {
  padding-top: 50%;
}
.is_mobile_overide .carousel .controller.spinLeft {
  left: 0px;
}
.is_mobile_overide .carousel .controller.spinRight {
  right: 0px;
}
.is_mobile_overide .carousel .carousel_items img {
  height: 100%;
  max-height: 100%;
  display: none;
}
.is_mobile_overide .carousel .carousel_items img.focused {
  display: block;
}
.is_mobile_overide .map_controls {
  -webkit-overflow-scrolling: touch;
  margin: 0rem;
  padding: 0rem;
  width: 100%;
  top: 0rem;
}
.is_mobile_overide .map_controls h2 {
  color: #ffffff;
}
.is_mobile_overide .map_controls .search_box {
  background: #78549E;
  border: 0px;
  margin: 0rem;
}
.is_mobile_overide .map_controls .search_box input, .is_mobile_overide .map_controls .search_box button {
  border: 0px !important;
}
.is_mobile_overide .map_controls .search_box button:hover {
  background: #512678;
}
.is_mobile_overide .map_controls .retailer .more_info_panel {
  transition: none !important;
}
.is_mobile_overide .map_controls .retailer .more_info_panel .designs {
  transition: none !important;
}
.is_mobile_overide .map_controls .retailers {
  height: calc(100vh - 190px) !important;
  border: 0px;
}
.is_mobile_overide footer {
  height: auto !important;
}
.is_mobile_overide footer .footer_content a {
  font-size: 1.2rem !important;
}
.is_mobile_overide #specifications .features {
  padding-left: 0rem;
  padding-right: 0rem;
}
.is_mobile_overide #specifications .features div {
  padding: 0rem 1rem;
}
.is_mobile_overide .carousel .element_overlay, .is_mobile_overide .carousel .image_frame .overlay, .image_frame .is_mobile_overide .carousel .overlay, .is_mobile_overide .carousel .hero_frame .hero_image, .hero_frame .is_mobile_overide .carousel .hero_image, .is_mobile_overide .carousel .hero_frame .overlay, .hero_frame .is_mobile_overide .carousel .overlay, .is_mobile_overide .carousel .collection_designs .image_wrapper .image_overlay, .collection_designs .image_wrapper .is_mobile_overide .carousel .image_overlay, .is_mobile_overide .carousel #header_submenu_content div .image_wrapper .image_overlay, #header_submenu_content div .image_wrapper .is_mobile_overide .carousel .image_overlay, .is_mobile_overide .carousel .search_results .image_wrapper .image_overlay, .search_results .image_wrapper .is_mobile_overide .carousel .image_overlay, .is_mobile_overide .carousel nav .overlay, nav .is_mobile_overide .carousel .overlay {
  background: rgba(0, 0, 0, 0);
}
.is_mobile_overide #pagination_dots {
  font-size: 2rem !important;
}
.is_mobile_overide #materials_select {
  top: 0;
  max-width: 400px;
}
.is_mobile_overide .contact_form {
  padding: 0rem 0.5rem !important;
  margin-bottom: 1rem;
}
.is_mobile_overide #site_search {
  width: 125px;
}
.is_mobile_overide html {
  font-size: 12px;
}
.is_mobile_overide .xlarge_padding, .is_mobile_overide .text_overlay {
  padding: 1rem;
}
.is_mobile_overide .content_row {
  padding: 2rem;
}
.is_mobile_overide nav .top_level_menu li {
  font-size: 1rem;
}
.is_mobile_overide .stockist_search {
  max-width: 700px;
  margin: 0 auto;
}
.is_mobile_overide .stockist_search .stockist_search_bar {
  width: 180px;
}

.allow_parallax .parallax {
  -webkit-perspective: 315px;
  perspective: 315px;
  -webkit-overflow-scrolling: touch;
}
.allow_parallax #main_content > .static_content, .allow_parallax #main_content > .columns {
  z-index: 20;
}
.allow_parallax .parallax_group {
  position: relative;
  z-index: -1;
}
.allow_parallax .parallax_layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.allow_parallax .parallax_layer_fore {
  -webkit-transform: translateZ(90px) scale(0.7);
  transform: translateZ(90px) scale(0.7);
  z-index: 5;
}
.allow_parallax .parallax_layer_base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 4;
}
.allow_parallax .parallax_layer_back {
  -webkit-transform: translateZ(-300px) scale(2);
  transform: translateZ(-300px) scale(2);
  z-index: 3;
}
.allow_parallax .parallax_layer_deep {
  -webkit-transform: translateZ(-600px) scale(3);
  transform: translateZ(-600px) scale(3);
  z-index: 2;
}

.IOS .parallax {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

img {
  transition: transform 2s ease, opacity 1s cubic-bezier(1, 0.34, 0.88, 0.99);
}

.effect * {
  transition: opacity 1s cubic-bezier(1, 0.34, 0.88, 0.99);
}

.collection_top_section .col_c_1, .collection_columns .col_c_1 {
  transition: transform 2s ease, opacity 1s cubic-bezier(1, 0.34, 0.88, 0.99);
}
.collection_top_section .collection_image, .collection_columns .collection_image {
  transition: opacity 1s ease;
}

.hero_frame .overlay_effect {
  transition: background 5s;
}

.page {
  transition: transform 0.75s ease;
}
.page .hero_image {
  transition: transform 15s ease-in;
}

.hero_frame .titles:hover ~ .overlay_effect, .hero_frame .hero_image.loaded ~ .overlay_effect, .image_frame .titles:hover ~ .overlay_effect, .image_frame .hero_image.loaded ~ .overlay_effect {
  background: rgba(10, 10, 10, 0.4);
}
.hero_frame .titles:hover ~ .hero_image, .hero_frame .hero_image.loaded, .image_frame .titles:hover ~ .hero_image, .image_frame .hero_image.loaded {
  transform: scale(1.05);
}

footer {
  transition: transform 0.5s ease;
}

.image_center > .invisible {
  transform: translateY(25px);
}

.invisible {
  opacity: 0;
}

.image_right > .invisible {
  transform: translateX(25px);
}

.image_left > .invisible {
  transform: translateX(-25px);
}

.effect_trigger {
  position: relative;
  z-index: 0;
}
.effect_trigger.b_t {
  bottom: -15vh;
}
.effect_trigger.t_t {
  top: 15vh;
}

input {
  font-size: 16px;
  min-height: 11px;
}

.hero_scroll_visible {
  transform: translateY(0%) !important;
}

.shiftUp {
  transform: translateY(-100%);
}

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

.fillOutWrapper {
  height: 100% !important;
}

.shiftDown {
  transform: translateY(100%);
}

.shiftRight {
  transform: translateX(0%);
}

@-moz-keyframes bounce_down {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce_down {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce_down {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce_up {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  60% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-webkit-keyframes bounce_up {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  60% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes bounce_up {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  60% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.scroll_down_icon, .scroll_up_icon {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  position: absolute;
  bottom: calc(33px - 2rem);
  top: inherit;
  right: 0;
  display: block;
  z-index: 3;
  text-align: center;
  -moz-animation: bounce_down 2s infinite;
  -webkit-animation: bounce_down 2s infinite;
  animation: bounce_down 2s infinite;
  transform: translate3d(0px, 0px, 0px);
}
.scroll_down_icon.scroll_up_icon, .scroll_up_icon.scroll_up_icon {
  bottom: inherit;
  top: calc(50px + 1rem);
  -moz-animation: bounce_up 2s infinite;
  -webkit-animation: bounce_up 2s infinite;
  animation: bounce_up 2s infinite;
}
.scroll_down_icon .icon, .scroll_up_icon .icon {
  display: block;
}
.scroll_down_icon:hover, .scroll_up_icon:hover {
  cursor: pointer;
}

.fullscreen_bounce {
  position: absolute;
  bottom: 3rem;
  left: 0px;
  display: none;
  padding: 0rem;
}
.fullscreen_bounce .icon {
  font-weight: 600;
  color: #ffffff;
}

.map_controls .retailer .more_info_panel {
  -moz-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.map_controls .retailer .more_info_panel .designs {
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition-delay: 0.25s;
}

header .desktop .logo_wrapper {
  transition: width 0.2s ease;
}
header .desktop #site_search {
  transition: width 0.2s ease;
}

.collection_designs .image_wrapper, #header_submenu_content div .image_wrapper, .search_results .image_wrapper {
  transition: background-position 0.4s ease, opacity 0.4s ease;
}
.collection_designs .image_wrapper .image_overlay, #header_submenu_content div .image_wrapper .image_overlay, .search_results .image_wrapper .image_overlay {
  transition: background-position 0.4s ease, opacity 0.4s ease;
}

/*# sourceMappingURL=styles.css.map */
