@charset "UTF-8";

.page-template-stones_page a:hover,
.page-template-stones_page a:active,
.page-template-stones_page a:focus {
  text-decoration: none;
}

.luminosity {
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contentBlock {
  letter-spacing: 1px;
}

#slider {
  position: absolute;
  top: 220px;
  -webkit-transition: top 0.8s ease-out, left 0.5s ease-out;
  -o-transition: top 0.8s ease-out, left 0.5s ease-out;
  transition: top 0.8s ease-out, left 0.5s ease-out;
}

#slider.updating {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#main {
  overflow: visible;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  -webkit-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s;
  padding-top: 0px !important;
  background-color: unset !important;
}

#main.cookie-bar-on {
  top: 173px;
}

#landing-animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

img.landing-animation-fallback {
  position: fixed;
  width: 1049px;
  height: 729px;
  left: 50%;
  top: 50%;
  margin-left: -524.5px;
  margin-top: -364.5px;
}

#fifty-colors-landing {
  width: 800px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -180px;
  cursor: pointer;
  z-index: 0;
  text-align: center;
  font-size: 60px;
  color: white;
  line-height: 1.25;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  -webkit-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  transition: color 200ms linear;
}

#fifty-colors-landing span {
  font-size: 30px;
}

#gfsmith-link {
  height: 225px;
  margin-top: -180px;
  margin-left: -400px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  z-index: 2;
}

.map-lock {
  background: url(/images/lock.png) no-repeat 0px 0px;
  width: 40px;
  height: 48px;
  bottom: 120px;
  left: 50%;
  position: fixed;
  margin-left: -20px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  display: none;
}

.map-lock.locked {
  background: url(/images/lock.png) no-repeat -40px 0px;
}

.map-lock.show {
  opacity: 0.5;
  cursor: pointer;
}

html.ie8 .map-lock {
  display: none;
}

.map-copy {
  overflow: hidden;
  font-size: 30px;
  color: #fff;
  bottom: 50px;
  left: 50%;
  position: fixed;
  margin-left: -215px;
  width: 530px;
  z-index: 2;
  cursor: pointer;
}

body.de .map-copy {
  margin-left: -355px;
  width: 710px;
}

body.fr .map-copy {
  margin-left: -410px;
  width: 820px;
}

body.it .map-copy {
  margin-left: -365px;
  width: 730px;
}

body.ru .map-copy {
  margin-left: -350px;
  width: 700px;
}

body.zh .map-copy {
  margin-left: -290px;
  width: 580px;
}

html.ie8 .map-copy {
  display: none;
}

.map-copy span {
  -webkit-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  position: relative;
  line-height: 42px;
}

.map-copy span.container {
  min-width: 220px;
  min-height: 34px;
  display: inline-block;
}

.map-copy span.container .current {
  position: absolute;
  cursor: pointer;
  top: -1px;
  left: 0px;
  white-space: nowrap;
}

body.ru .map-copy span.container .current {
  top: 3px;
}

.map-copy span.container .previous {
  position: absolute;
  top: -50px;
  left: 0px;
  white-space: nowrap;
}

.map-copy span.container .next {
  position: absolute;
  top: 50px;
  left: 0px;
  white-space: nowrap;
}

.map-copy span.container .next-wait {
  display: none;
  top: -50px;
  left: 0px;
  white-space: nowrap;
}

.map-copy.show-country {
  text-align: center;
}

.map-copy.show-country .availability {
  display: none;
}

.map-copy.show-country .country {
  position: relative;
  opacity: 1;
}

.map-copy .country {
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  display: block;
  position: absolute;
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#fifty-colors-copy {
  position: absolute;
  width: 192px;
  left: 109px;
  top: 556px;
}

.page-positioned {
  max-width: 808px;
  margin: 0 auto;
}

.page-about p,
.page-about {
  text-align: center;
}

.ajax-container {
  float: left;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

#region-selector-container {
  position: absolute;
  right: 0px;
  z-index: 100;
  top: 20px;
  cursor: pointer;
  z-index: 1000;
  text-align: center;
  width: 16.6666%;
  min-width: 180px;
  color: #000000;
}

#region-selector-container:hover #region-selector,
#region-selector-container.active #region-selector {
  height: 355px;
  overflow: visible;
}

#region-selector-container:hover #region-selector-arrow,
#region-selector-container.active #region-selector-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#region-selector {
  border-top: none;
  margin-right: 10px;
  margin-top: -20px;
  height: 0;
  z-index: 1000;
  -webkit-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

#region-selector .submenu {
  position: absolute;
  top: -1px;
  left: 0;
  width: 168px;
  border-top: 1px solid black;
  z-index: 1;
  opacity: 0;
  z-index: -1;
}

#region-selector .submenu.active {
  opacity: 1;
  z-index: 1;
  left: -168px;
}

#region-selector li {
  position: relative;
}

#region-selector li a {
  padding: 5px;
}

#region-selector li a:hover {
  color: white;
}

#region-selector-arrow {
  position: absolute;
  right: 30px;
  top: 6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#region-selector-top-header {
  border: solid 1px #000;
  height: 24px;
}

#region-selector-container {
  display: block;
}

#region-selector-container span {
  margin-right: 5px;
  position: relative;
  z-index: 9999;
}

.dropdown-styled select {
  background: transparent;
  width: 110px;
  font-size: 9pt;
  font-weight: 300;
  border: none;
  border-radius: 0px;
  -webkit-appearance: none;
}

.dropdown-styled {
  width: 86px;
  height: 34px;
  overflow: hidden;
  background: url(/images/layout/arrow-down.png) no-repeat 96% 20%;
}

#region-selector-container .dropdown-styled {
  float: right;
}

.page-about {
  width: 598px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.page-about .column,
#home .column {
  width: 47.5%;
  margin-right: 2%;
  float: left;
}

.page-about .full-column {
  width: 70%;
  margin: 0 auto;
}

.page-about .column:last-of-type,
.page-about .column.last,
#home .column:last-of-type,
#home .column.last {
  margin-right: 0%;
}

#home .home-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fffcf8;
}

#home .home-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#home .home-video .video-wrapper #video-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100;
  max-width: 560px;
  height: 50vh;
}

.page-about .column img {
  text-align: center;
}

.page-about h1 {
  text-align: center;
}

.page-about img {
  display: block;
  margin: 35px auto 20px auto;
}

.btn {
  border: 1px solid white;
  text-align: center;
  padding: 7px 20px;
  color: white;
  display: inline-block;
}

.row {
  margin-top: 88px;
  margin-bottom: 40px;
}

.row:after {
  content: '';
  clear: both;
}

#options-submenu-top-header {
  border: solid 1px #010101;
  border-top: none;
  height: 50px;
}

#aboutcolorplanweightsandsizing {
  width: 80%;
  max-width: 800px;
}

.js-ui-carousel>* {
  display: none;
}

.ajax-container {
  overflow: visible;
}

#aboutcolorplancontactus {
  width: 450px;
}

#aboutcolorplancontactus .column {
  border-top: 1px solid black;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 15px;
}

#aboutcolorplancontactus .column h2,
#aboutcolorplancontactus .column p {
  margin-bottom: 15px;
  text-align: left;
}

#contact-us-thank-you {
  display: none;
}

.asset-padded {
  margin-bottom: 30px;
}

#fifty-colors-options a.active {
  opacity: 1;
}

#about-colorplan-menu-item {
  padding: 0px;
  margin: 0px;
}

.pageTitle {
  display: none;
}

#privacy-policy-link,
#terms-and-conditions-link {
  display: none;
}

/* martin updtes 1 */
#colorplanAnimation {
  padding: 0 0 40px 0;
}

.embossing .white img {
  padding: 0 0 20px 0;
}

#derRom {
  text-align: left;
}

#aboutcolorplanorderingsmallquantities {
  width: 700px;
}

#contactUsForm .row {
  margin-top: 0;
}

.overlay.newsletter {
  opacity: 0;
  z-index: -10;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}

.overlay.newsletter.active {
  z-index: 1000;
  opacity: 1;
}

.overlay.newsletter .overlay-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 587px;
  height: 378px;
}

.overlay.newsletter .form-wrap .mce_inline_error {
  color: #cf2905;
  text-align: left;
  margin: 10px 0;
}

.overlay.newsletter .form-wrap {
  background: #fff;
  width: 587px;
  min-height: 378px;
  padding: 30px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.overlay.newsletter .form-wrap button.close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  background: url(../images/close-icon.svg) no-repeat;
  height: 25px;
  width: 25px;
  border: none;
  cursor: pointer;
}

.overlay.newsletter #mc_embed_signup_scroll h1 {
  text-align: center;
  font-size: 30px;
  margin-top: 19px;
  font-weight: bold;
}

.overlay.newsletter #mc_embed_signup_scroll input[type=email] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #000;
  width: 100%;
  padding: 0 0.7rem;
  margin: 0 0 1.3rem;
  height: 33px;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
}

.overlay.newsletter #mc_embed_signup_scroll select {
  color: #000;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0.5em;
  padding-right: 1.5em;
  -webkit-border-radius: 0;
}

.overlay.newsletter #mc_embed_signup_scroll .checkbox label {
  position: relative;
  padding-left: 19px;
}

.overlay.newsletter #mc_embed_signup_scroll input[type='checkbox']:checked+label:before {
  background: #000;
}

.overlay.newsletter #mc_embed_signup_scroll input[type='checkbox']+label:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ffffff;
  vertical-align: middle;
  position: absolute;
  border: 1px solid #000000;
  top: 5px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#mc-embedded-subscribe {
  display: block;
  border: none;
  margin: 0 auto;
  text-decoration: none;
  background: #000;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

#contain-25embossings .side-note {
  float: left;
  width: 170px;
  margin-left: 30px;
  height: 100%;
  margin-bottom: 20px;
}

#twentyFiveEmbossings {
  max-width: 80%;
}

#twentyFiveEmbossings.aus {
  float: left;
}

#twentyFiveEmbossings.hk {
  float: left;
}

#twentyFiveEmbossings ul.embossings {
  text-align: center;
}

#twentyFiveEmbossings ul.embossings li.embossing {
  width: 180px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin: 0 18px 70px 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 900px;
  perspective: 900px;
}

#twentyFiveEmbossings ul.embossings li.embossing a {
  display: block;
  height: 100%;
}

#twentyFiveEmbossings ul.embossings li.embossing img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

#twentyFiveEmbossings ul.embossings li.embossing img.black {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#twentyFiveEmbossings ul.embossings li.embossing h3 {
  position: absolute;
  bottom: -53px;
  width: 100%;
  height: 35px;
  left: 0;
  border-top: 1px solid black;
  text-align: center;
  padding: 5px 0 0 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#twentyFiveEmbossings ul.embossings li.embossing.flipped img.black {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

#twentyFiveEmbossings ul.embossings li.embossing.flipped img.white {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

#twentyFiveEmbossings ul.embossings li.embossing .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
  z-index: 50;
  background: url(/images/empty.png);
}

.ui-mobile #twentyFiveEmbossings {
  max-width: none;
}

.embossing-zoomed-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: url(/images/empty.png);
}

.embossing-zoomed {
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: scaleIn 0.5s;
  animation: scaleIn 0.5s;
  width: 360px;
  height: 500px;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
}

.embossing-zoomed img.embossing {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.embossing-zoomed .description {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.ui-mobile .embossing-zoomed {
  width: 100%;
  display: block;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: none !important;
  margin: auto;
}

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#weight-video-frame {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

ul.weights {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

ul.weights li {
  width: 381px;
  height: 215px;
  text-align: left;
  position: relative;
  margin-bottom: 70px;
  margin-right: 20px;
  display: inline-block;
}

ul.weights li a {
  position: absolute;
  width: 100%;
  height: 100%;
}

ul.weights li a:hover .play-button {
  display: block;
}

ul.weights li .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  background: white url(../images/8weights/loader.gif) no-repeat center center;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  margin-left: -55px;
  margin-top: -55px;
  display: none;
}

ul.weights li .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  margin-left: -55px;
  margin-top: -55px;
  line-height: 110px;
  text-align: center;
  display: none;
}

ul.weights li .title {
  position: absolute;
  bottom: -43px;
  width: 100%;
  height: 24px;
  left: 0;
  padding-top: 5px;
  border-top: 1px solid black;
  text-align: center;
}

#fifty-colors {
  position: relative;
}

#fifty-colors .column {
  width: 40%;
  margin: 5%;
  float: left;
}

#canvas {
  position: relative;
  margin-left: 20%;
  margin-right: 5%;
}

/* Colour Swatch */
.cs {
  display: none;
  height: 250px;
  width: 155px;
  background-position: 50% 50% !important;
  margin-bottom: 30px;
  border-radius: 0px;
  margin-top: 20px;
  /*border: solid 1px transparent;*/
  position: absolute;
  opacity: 0;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: "Montserrat", Sans-serif;
  box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.55);
}

.cs.x2 {
  height: 250px;
  width: 300px;
}

.cs.x2 p {
  width: 300px;
  margin-left: -150px;
}

.cs.x2 #colourSwatchContextMenu {
  width: 300px;
  margin-left: -150px;
}

.cs.xs {
  height: 130px;
}

.cs .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  border-radius: 0px;
}

.cs.border {
  border: 1px solid black;
}

/*.cs.hover {
	width: 130px;
	height: 130px;
	margin-top: -10px;
	margin-left: -10px;
}
*/
.cs .inflate-area {
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -8px;
  margin-top: -8px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  /*text-align: center;*/
  /*font-size: 14px;*/
  cursor: crosshair;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.cs.maxsize .inflate-area {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

.cs .inflate-hover-area {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 25%;
  right: 25%;
}

.cs.contrast-white .inflate-hover-area:hover .inflate-area {
  border: 1px solid white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cs.contrast-black .inflate-hover-area:hover .inflate-area {
  border: 1px solid black;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.jp #colourSwatchContextMenu {
  bottom: -108px;
}

.jp #colourSwatchContextMenu .color-swatch-context-menu-header {
  height: 46px;
}

.jp .cs p {
  height: 40px;
  bottom: -75px;
}

.cs:not(.ui-draggable-dragging) {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  -webkit-transition: top 1s ease-out, left 1s ease-out, opacity 1s ease-out, width 1s ease-out, height 1s ease-out, margin-left 1s ease-out, margin-top 1s ease-out;
  -o-transition: top 1s ease-out, left 1s ease-out, opacity 1s ease-out, width 1s ease-out, height 1s ease-out, margin-left 1s ease-out, margin-top 1s ease-out;
  transition: top 1s ease-out, left 1s ease-out, opacity 1s ease-out, width 1s ease-out, height 1s ease-out, margin-left 1s ease-out, margin-top 1s ease-out;
}

.cs.inflating,
.cs.deflating {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.cs.marrs-green #colourSwatchContextMenu {
  margin-top: 14px;
  bottom: auto;
  top: 100%;
}

.cs.marrs-green #colourSwatchContextMenu li {
  display: none;
}

.cs.marrs-green #colourSwatchContextMenu li.color-swatch-context-menu-header,
.cs.marrs-green #colourSwatchContextMenu li.marrs-copy {
  display: block;
}

.cs.set-as-background {
  border: 1px solid white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cs p {
  position: absolute;
  bottom: -48px;
  letter-spacing: 1px;
  width: 155px;
  height: 20px;
  cursor: pointer;
  border-top: solid 1px #000;
  text-align: left;
  padding: 3px;
  left: 50%;
  margin-left: -78px;
  text-transform: uppercase;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  font-family: "Montserrat", Sans-serif;
  font-size: 13px;
  color: #424242;
  line-height: 1.2;
  z-index: 9999999;
}

.cs p:hover {
  color: #969696;
}

.cs p img {
  position: absolute;
  top: 0px;
  right: 5px;
  margin-top: 9px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#fifty-colors-options .header img.rotate-180,
.cs p img.rotate-180 {
  -webkit-transform: rotate(180deg) translateY(1px);
  -ms-transform: rotate(180deg) translateY(1px);
  transform: rotate(180deg) translateY(1px);
}

#colourSwatchContextMenu {
    text-align: left;
    position: relative;
    bottom: -259px;
    border: solid 1px #000;
    border-top: none;
    width: 155px;
    left: 50%;
    margin-left: -78px;
    border-color: #000;
    padding-bottom: 2px;
    font-family: "Montserrat", Sans-serif;
    top: 0;
    list-style: none;
    z-index: 99999 !important;
    background: #fff;
    color: #000;
    padding: 5px;
    height:100%;
}

#colourSwatchContextMenu.push {
  padding-top: 1.3rem;
  bottom: -159px;
}

#colourSwatchContextMenu li,
#header-submenu li {
  background: inherit;
  letter-spacing: 1.5px;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

#colourSwatchContextMenu li.color-swatch-context-menu-header,
#options-submenu-top-header {
  background: transparent;
}

#colourSwatchContextMenu li.marrs-copy {
  display: none;
}

#colourSwatchContextMenu .color-swatch-context-menu-header {
  border-bottom: solid 1px;
  border-color: inherit;
  height: 26px;
}

.options-menu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 16.666%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 1.8rem;
  text-transform: uppercase;
}

#fifty-colors-options {
  left: 10px;
  right: 10px;
  top: 20px;
  display: none;
}

#swatchLibrary {
  position: fixed;
  left: 11px;
  display: block;
  bottom: 11px;
}

.options_buttons .button {
  display: inline-block;
  color: white;
  background-color: #010101;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 1rem 2rem;
  font-family: "Montserrat", Sans-serif;
  padding: 0.6rem 0;
  width: 48%;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #010101;
  font-size: 13px;
}

.options_buttons .button.active,
.options_buttons .button:hover {
  border: 1px solid #ffffff;
  color: #010101;
  background: #ffffff;
}

.link-with-icon p {
  margin-bottom: 0px;
}

.options-menu {
/*   border: solid 1px #010101 !important; */
/*   border-bottom: none !important; */
  overflow: hidden;
  text-align: center;
	  margin: 0px;
/* 		padding:0; */
		list-style:none;
}

.options-menu li {
/*   border: solid 1px; */
/*   border-color: #fff; */
/*   border-top: none; */
/*   margin-bottom: 0px; */
}

#fifty-colors-options .header img {
  float: right;
  margin-top: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 3px;
}

.options-menu .header {
  padding: 0px;
}

.options-menu a {
  padding: 18px;
  display: block;
}

.options-submenu {
  border-bottom: solid 1px white !important;
  border-color: #fff;
  margin: 0px;
	padding:0;
	list-style:none;
}

.options-submenu li {
  border-bottom: none;
}

.options-submenu li a {
  padding: 0px;
  opacity: 0.8;
  outline: none;
  font-family: "Montserrat", Sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #010101;
}

.options-submenu li a:hover {
  color: #9e9e9e;
}

.options-submenu li:first-child {
  padding-top: 6px;
  padding-bottom: 7px;
}

/* Colour Directions */
.cdirections-menu li {
  border: none;
  width: 150px;
  margin: 10px auto 0;
}

.cdirections-menu li a {
  padding: 0;
  cursor: pointer;
}

.cdirections-menu li a.active {
  color: black;
}

.cdirections-menu li a:hover {
  color: white;
}

#fifty-colors-options .cdirections-menu li a.active {
  color: black;
}

#fifty-colors-options .cdirections-menu li a.active:hover {
  color: white;
}

.groupContainer {
  width: 600px;
  height: 400px;
  position: absolute;
}

#colour-directions-title {
  display: none;
}

.directions-heading.title {
  width: 400px;
  margin-left: -200px;
  padding-bottom: 5px;
  position: absolute;
  left: 50%;
  font-size: 28px;
  text-align: center;
  border-bottom: 1px solid;
}

.directions-heading.subheading {
  width: 200px;
  height: 30px;
  position: absolute;
  font-size: 26px;
}

#aboutcolorplanprocessandprint {
  max-width: 1100px;
  text-align: center;
}

#aboutcolorplanprocessandprint h1 {
  width: 250px;
  margin: 0 auto 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.processandprint-wrapper {
  margin-left: -30px;
  margin-top: 50px;
}

.processandprint-card {
  display: inline-block;
  margin: 0 0 50px 30px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 900px;
  perspective: 900px;
}

.processandprint-card.solo {
  float: left;
}

.processandprint-card h3 {
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px solid;
}

.processandprint-card__mask {
  width: 530px;
  height: 298px;
  position: relative;
}

.processandprint-card__mask.flipped .processandprint-card__text {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.processandprint-card__mask.flipped .processandprint-card__img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.processandprint-card__mask .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
  background: url(/images/empty.png);
}

.processandprint-card__text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.processandprint-card__text p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 110px;
}

#processandprint--lithographic-printing .processandprint-card__text {
  background-color: #f96450;
}

#processandprint--digital-printing .processandprint-card__text {
  background-color: #3e8db4;
}

#processandprint--foil-blocking .processandprint-card__text {
  background-color: #cdd7e3;
}

#processandprint--duplexing .processandprint-card__text {
  background-color: #32795e;
}

#processandprint--die-cutting .processandprint-card__text {
  background-color: #b84882;
}

#processandprint--embossing-debossing .processandprint-card__text {
  background-color: #ecc7ca;
}

#processandprint--letterpress .processandprint-card__text {
  background-color: #c82929;
}

#processandprint--thermography .processandprint-card__text {
  background-color: #b8a9d0;
}

#processandprint--engraving .processandprint-card__text {
  background-color: #acd4ad;
}

.processandprint-card__img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

@media screen and (max-width: 550px) {
  .processandprint-card.solo {
    float: none;
  }

  .processandprint-card__mask {
    width: 300px;
    height: 169px;
  }

  .processandprint-card__text {
    padding: 10px;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .processandprint-card__text p {
    padding: 0;
    font-size: 12px;
    line-height: 14px;
  }
}

.story-wrapper {
  min-height: 700px;
  position: relative;
}

.story__page {
  width: 375px;
  height: 530px;
  padding: 10px 15px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: -webkit-grab;
  cursor: grab;
}

.story__page p {
  text-align: left;
}

.story__page .page-num {
  width: 50px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: left;
}

.story__page .img-wrapper {
  margin-top: 20px;
}

.story__page .img-wrapper.left {
  width: 225px;
}

.story__page .img-wrapper.center {
  width: 320px;
  margin: 0 auto;
}

.story__page .img-wrapper.center.large {
  margin-top: 45px;
}

.story__page .img-wrapper.center.small {
  width: 230px;
}

.story__page .img-wrapper hr {
  margin-top: 10px;
  border-top: none;
  border-bottom: 1px solid;
}

.story__page .img-wrapper p {
  text-align: center;
}

.story__page img {
  margin: 0;
}

/* Desktop positioning */
.story__page.one {
  left: 120px;
  top: 120px;
}

.story__page.two {
  left: 90px;
  top: 90px;
}

.story__page.three {
  left: 60px;
  top: 60px;
}

/*.story__page.four {left: 60px; top: 60px;}*/
.story__page.five {
  left: 30px;
  top: 30px;
}

/* Background color */
.story__page.one,
.story__page--mobile.one {
  background-color: #BDD2EB;
}

.story__page.two,
.story__page--mobile.two {
  background-color: #53AEAF;
}

.story__page.three,
.story__page--mobile.three {
  background-color: #F55F54;
}

.story__page.four,
.story__page--mobile.four {
  background-color: #EEEF92;
}

.story__page.five,
.story__page--mobile.five {
  background-color: #EFE443;
}

.story__page.chronology,
.story__page--mobile.chronology {
  background-color: #303948;
}

.chronology {
  height: 408px;
  z-index: 0;
}

.chronology p {
  color: white;
}

.chronology:after {
  display: block;
  content: "";
  width: 375px;
  height: 122px;
  position: absolute;
  left: 0;
  bottom: -122px;
  background: url(../../images/about-colorplan/story/chronology.png) no-repeat;
  z-index: -1;
}

.story-wrapper--mobile {
  display: none;
}

.story-wrapper--mobile p {
  font-size: 12px;
  line-height: 14px;
}

/*********
* MOBILE *
**********/
.story-wrapper--mobile {
  width: 320px;
  margin: 0 auto;
}

.story__page--mobile p {
  text-align: left;
}

.story__page--mobile .page-num {
  width: 50px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: left;
}

.story__page--mobile .img-wrapper {
  margin-top: 20px;
}

.story__page--mobile .img-wrapper.left {
  width: 225px;
}

.story__page--mobile .img-wrapper.center {
  width: 320px;
  margin: 0 auto;
}

.story__page--mobile .img-wrapper.center.large {
  margin-top: 45px;
}

.story__page--mobile .img-wrapper.center.small {
  width: 230px;
}

.story__page--mobile .img-wrapper hr {
  margin-top: 10px;
  border-top: none;
  border-bottom: 1px solid;
}

.story__page--mobile .img-wrapper p {
  text-align: center;
}

.story__page--mobile img {
  margin: 0;
}

.story-wrapper--mobile {
  position: relative;
  height: 750px;
}

.story__page--mobile {
  width: 270px;
  height: 600px;
  padding: 10px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.story__page--mobile .img-wrapper {
  margin: 20px auto 0;
}

.story__page--mobile .img-wrapper img {
  width: 100%;
}

.story__page--mobile .img-wrapper.center {
  width: 250px;
}

.story__page--mobile.chronology {
  height: 510px;
}

.story__page--mobile.chronology:after {
  width: 280px;
  height: 91px;
  bottom: -91px;
  background-size: contain;
}

/* Mobile positioning */
.story__page--mobile.one {
  left: 20px;
  top: 20px;
}

.story__page--mobile.two {
  left: 20px;
  top: 20px;
}

.story__page--mobile.three {
  left: 15px;
  top: 15px;
}

.story__page--mobile.four {
  left: 10px;
  top: 10px;
}

.story__page--mobile.five {
  left: 5px;
  top: 5px;
}

#aboutcolorplancolourdirections {
  max-width: none;
  width: 100%;
  min-height: 1000px;
  margin: 0 auto;
  position: relative;
}

#aboutcolorplancolourdirections .directions-page {
  width: 930px;
  height: 698px;
  position: absolute;
  background-color: white;
  background-repeat: no-repeat;
  border: 1px solid #9c9c9c;
  cursor: -webkit-grab;
  cursor: grab;
}

#aboutcolorplancolourdirections .directions-page .col {
  width: 50%;
  height: 640px;
  padding: 10px;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#aboutcolorplancolourdirections .directions-page .col .left {
  float: left;
}

#aboutcolorplancolourdirections .directions-page .col .left.margin {
  margin: 10px 10px 0 0;
}

#aboutcolorplancolourdirections .directions-page .col .right {
  float: right;
}

#aboutcolorplancolourdirections .directions-page .col .right.margin {
  margin: 10px 0 0 10px;
}

#aboutcolorplancolourdirections .directions-page .col .bottom-right {
  position: absolute;
  bottom: 10px;
  right: 0;
}

#aboutcolorplancolourdirections .directions-page .col .page-footer {
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  font-size: 14px;
}

#aboutcolorplancolourdirections .directions-page .swatch {
  width: 100px;
  height: 100px;
  margin-top: -28px;
  margin-bottom: 30px;
  position: absolute;
  border-radius: 50%;
}

#aboutcolorplancolourdirections .directions-page .swatch p {
  padding-top: 5px;
  padding-left: 5px;
  position: relative;
  top: 110px;
  border-top: 1px solid;
}

#aboutcolorplancolourdirections .directions-page .swatch.mist {
  left: 230px;
  top: 10px;
  background-color: #e9e1ce;
}

#aboutcolorplancolourdirections .directions-page .swatch.mist.second {
  left: 215px;
  top: 287px;
}

#aboutcolorplancolourdirections .directions-page .swatch.pristine-white {
  left: 166px;
  top: 470px;
  background-color: #fefcf9;
}

#aboutcolorplancolourdirections .directions-page .swatch.bright-white {
  left: 5px;
  top: 190px;
  background-color: #fefcf1;
}

#aboutcolorplancolourdirections .directions-page .swatch.vellum {
  right: 60px;
  top: 170px;
  background-color: #fdf8ee;
}

#aboutcolorplancolourdirections .directions-page .swatch.natural {
  right: 10px;
  top: 440px;
  background-color: #fffdf6;
}

#aboutcolorplancolourdirections .directions-page .swatch.purple {
  left: 200px;
  top: 430px;
  background-color: #542f7f;
}

#aboutcolorplancolourdirections .directions-page .swatch.tabriz-blue {
  left: -10px;
  top: 135px;
  background-color: #3e8db4;
}

#aboutcolorplancolourdirections .directions-page .swatch.mandarin {
  left: 185px;
  top: 165px;
  background-color: #f96450;
}

#aboutcolorplancolourdirections .directions-page .swatch.amethyst {
  right: 20px;
  top: 150px;
  background-color: #312a37;
}

#aboutcolorplancolourdirections .directions-page .swatch.fuschia {
  right: 90px;
  top: 280px;
  background-color: #b84882;
}

#aboutcolorplancolourdirections .directions-page .swatch.smoke {
  left: 40px;
  bottom: 57px;
  background-color: #807e7d;
}

#aboutcolorplancolourdirections .directions-page .swatch.harvest {
  left: 185px;
  top: 250px;
  background-color: #ad985f;
}

#aboutcolorplancolourdirections .directions-page .swatch.ebony {
  right: 0;
  top: 310px;
  background-color: #261e1c;
}

#aboutcolorplancolourdirections .directions-page .swatch.dark-grey {
  right: 90px;
  top: 0px;
  background-color: #5a5e50;
}

#aboutcolorplancolourdirections .directions-page .swatch.bitter-chocolate {
  left: 180px;
  top: 300px;
  background-color: #2f2a1b;
}

#aboutcolorplancolourdirections .directions-page.barelythere {
  left: 0px;
  top: 0px;
  background-image: url(../images/about-colorplan/colourDirections/page-barelythere.jpg);
}

#aboutcolorplancolourdirections .directions-page.barelythere.de {
  top: 0px;
  background-image: url(../images/about-colorplan/colourDirections/page-barelythere--de.jpg);
}

#aboutcolorplancolourdirections .directions-page.barelythere.fr {
  top: 0px;
  background-image: url(../images/about-colorplan/colourDirections/page-barelythere--fr.jpg);
}

#aboutcolorplancolourdirections .directions-page.barelythere.zh {
  top: 0px;
  background-image: url(../images/about-colorplan/colourDirections/page-barelythere--zh.jpg);
}

#aboutcolorplancolourdirections .directions-page.barelythere.ru {
  top: 0px;
  background-image: url(../images/about-colorplan/colourDirections/page-barelythere--ru.jpg);
}

#aboutcolorplancolourdirections .directions-page.barelythere.it {
  top: 0px;
  background-image: url(../images/about-colorplan/colourDirections/page-barelythere--it.jpg);
}

#aboutcolorplancolourdirections .directions-page.highoctane {
  background-image: url(../images/about-colorplan/colourDirections/page-highoctane.jpg);
}

#aboutcolorplancolourdirections .directions-page.highoctane.de {
  background-image: url(../images/about-colorplan/colourDirections/page-highoctane--de.jpg);
}

#aboutcolorplancolourdirections .directions-page.highoctane.zh {
  background-image: url(../images/about-colorplan/colourDirections/page-highoctane--zh.jpg);
}

#aboutcolorplancolourdirections .directions-page.permanence {
  left: -50px;
  top: -55px;
  background-image: url(../images/about-colorplan/colourDirections/page-permanence.jpg);
}

#aboutcolorplancolourdirections .directions-page.permanence.de {
  top: -75px;
  background-image: url(../images/about-colorplan/colourDirections/page-permanence--de.jpg);
}

#aboutcolorplancolourdirections .directions-page.permanence.fr {
  top: -75px;
  background-image: url(../images/about-colorplan/colourDirections/page-permanence--fr.jpg);
}

#aboutcolorplancolourdirections .directions-page.permanence.it {
  top: -75px;
  background-image: url(../images/about-colorplan/colourDirections/page-permanence--it.jpg);
}

#aboutcolorplancolourdirections .directions-page.permanence.zh {
  top: -75px;
  background-image: url(../images/about-colorplan/colourDirections/page-permanence--zh.jpg);
}

#aboutcolorplancolourdirections .directions-page.permanence.ru {
  top: -75px;
  background-image: url(../images/about-colorplan/colourDirections/page-permanence--ru.jpg);
}

#playwithcolour {
  width: 500px;
  min-height: 1400px;
  margin: 0 auto;
}

#playwithcolour h1 {
  margin: 0 auto 40px;
  text-align: center;
}

#playwithcolour h1 span {
  padding: 4px 0;
}

#playwithcolour .playwithcolour__intro {
  margin-bottom: 40px;
  padding: 0 60px;
  text-align: center;
}

#playwithcolour .form__showhide {
  width: 100%;
  min-height: 30px;
  padding: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#playwithcolour .form__showhide .form__showhide__icon {
  width: 11px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 11px;
  background: url("/images/arrow__hollow--down.png") no-repeat;
  cursor: pointer;
}

#playwithcolour .form__showhide.show .form__show-text {
  display: block;
}

#playwithcolour .form__showhide.show .form__showhide__icon {
  background: url("/images/arrow__hollow--up.png") no-repeat;
}

#playwithcolour .form__showhide .form__show-text {
  display: none;
  margin-top: 20px;
}

#playwithcolour .form__showhide .form__show-text h3 {
  margin-bottom: 5px;
}

#playwithcolour-thank-you {
  display: none;
}

@media screen and (max-width: 1100px) {
  #playwithcolour {
    width: 346px;
    height: 950px;
  }
}

@media screen and (max-width: 480px) {
  #playwithcolour {
    width: 300px;
  }

  #playwithcolour .playwithcolour__intro {
    padding: 0;
  }

  #playwithcolour .form__showhide {
    padding: 8px 0;
  }
}

#aboutcolorplanpromotions {
  min-height: 7200px;
  max-width: 960px;
  text-align: center;
}

#aboutcolorplanpromotions h2 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  font-size: 30px;
}

#aboutcolorplanpromotions article {
  overflow: auto;
}

#aboutcolorplanpromotions .hr {
  width: 300px;
  margin: 40px auto 5px;
  border-bottom: 1px solid;
  display: block;
}

#aboutcolorplanpromotions .standalone .img-wrapper.active .rollover {
  display: block;
}

#aboutcolorplanpromotions .img-wrapper.active .primary {
  display: none;
}

#aboutcolorplanpromotions .img-wrapper.active .rollover {
  display: inline-block;
}

#aboutcolorplanpromotions .img-wrapper .rollover {
  display: none;
}

.promotions__grid__wrapper {
  overflow: hidden;
}

.promotions__grid__item {
  width: 50%;
  margin-bottom: 60px;
  float: left;
}

.promotions__grid__item.standalone {
  width: auto;
}

.promotions__grid__item.standalone img {
  display: block;
}

.promotions__grid__item.right {
  float: right;
}

.promotions__grid__item.center {
  width: 100%;
}

.promotions__grid__item img {
  max-width: 100%;
}

/*********
* MOBILE *
**********/
@media screen and (max-width: 800px) {
  #aboutcolorplanpromotions {
    min-height: 3600px;
  }

  #aboutcolorplanpromotions .standalone .img-wrapper.active .rollover {
    display: inline-block;
  }

  .promotions__grid__item {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0 !important;
  }

  .promotions__grid__item.standalone {
    width: 100%;
  }

  .promotions__grid__item.standalone img {
    display: inline-block;
  }
}

#globalavailability {
  max-width: 2000px;
  position: relative;
}

#globalavailability .left-menu {
  position: absolute;
  top: 0;
  left: 30px;
  width: 250px;
  text-align: center;
  z-index: 3;
}

#globalavailability .left-menu .toggle {
  display: block;
  border: 1px solid #000;
  margin: 0 0 40px 0;
}

#globalavailability .left-menu .toggle li.line {
  border-bottom: 1px solid #000;
}

#globalavailability .left-menu .toggle li.line-top {
  border-top: 1px solid #000;
}

#globalavailability .left-menu .toggle li a {
  display: block;
  line-height: 35px;
  position: relative;
  cursor: pointer;
}

#globalavailability .left-menu .toggle li a:before {
  background-image: url(/images/globalavailability/arrow.png);
  background-position: top left;
  content: " ";
  height: 13px;
  width: 8px;
  position: absolute;
  display: block;
  top: 11px;
  left: 15px;
}

#globalavailability .left-menu .toggle li a.active,
#globalavailability .left-menu .toggle li a:hover {
  color: white;
}

#globalavailability .left-menu .toggle li a.active:before,
#globalavailability .left-menu .toggle li a:hover:before {
  background-position: top right;
}

#globalavailability .left-menu .info {
  display: none;
  padding: 10px;
  color: white;
}

#globalavailability .left-menu .info>div {
  display: none;
}

#globalavailability .map-container {
  display: block;
  position: relative;
  text-align: center;
  max-width: 55%;
  margin: 0 auto;
}

#globalavailability .map-container .hotspot-layer {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 3;
}

#globalavailability .map-container .hover-area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img {
  position: absolute;
  opacity: 0;
  -webkit-transition: 200ms ease-in;
  -o-transition: 200ms ease-in;
  transition: 200ms ease-in;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

#globalavailability .map-container .hover-area img.uk {
  width: 1.22%;
  left: 49.11%;
  margin-top: 13.15%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.ireland {
  width: 1.35%;
  left: 47.7%;
  margin-top: 14.5%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.france {
  width: 3.8%;
  left: 46.6%;
  margin-top: 18.6%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.switzerland {
  width: 1.2%;
  left: 50.5%;
  margin-top: 19.86%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.germany {
  width: 5.3%;
  left: 54.5%;
  margin-top: 14.6%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.usa {
  width: 26.5%;
  left: 2.9%;
  margin-top: 10.6%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.china {
  width: 17.2%;
  left: 70.6%;
  margin-top: 19.9%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.southkorea {
  width: 1.2%;
  left: 82.58%;
  margin-top: 27.95%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.hongkong {
  width: 1.2%;
  left: 81.2%;
  margin-top: 30.6%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.australia {
  width: 13.3%;
  left: 81.1%;
  margin-top: 43.8%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.spain {
  width: 5.3%;
  left: 43.8%;
  margin-top: 22.5%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.belgium {
  width: 3.8%;
  left: 49.18%;
  margin-top: 17.1%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.finland {
  width: 1.2%;
  left: 53.15%;
  margin-top: 10.45%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.holland {
  width: 3.8%;
  left: 51.89%;
  margin-top: 15.85%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.italy {
  width: 1%;
  left: 51.9%;
  margin-top: 21.2%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.greece {
  width: 1.1%;
  left: 53.2%;
  margin-top: 21.2%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.malta {
  width: 1.1%;
  left: 53.18%;
  margin-top: 25.18%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.cyprus {
  width: 1%;
  left: 55.9%;
  margin-top: 25.2%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.hungary {
  width: 3.8%;
  left: 61.25%;
  margin-top: 21.24%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.russia {
  width: 39.3%;
  left: 58%;
  margin-top: 5%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.mauritius {
  width: 1.1%;
  left: 67.9%;
  margin-top: 42.7%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.newzealand {
  width: 2.4%;
  left: 93.25%;
  margin-top: 54.5%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.czech {
  width: 3.8%;
  left: 58.49%;
  margin-top: 17.2%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.austria {
  width: 4.3%;
  left: 58.2%;
  margin-top: 20%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.southafrica {
  width: 6.4%;
  left: 51.9%;
  margin-top: 48%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.singapore {
  width: 1.2%;
  left: 82.6%;
  margin-top: 39.6%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.malaysia {
  width: 8.04%;
  left: 81.11%;
  margin-top: 37.1%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.indonesia {
  width: 4.04%;
  left: 83.8%;
  margin-top: 41.1%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.india {
  width: 5.4%;
  left: 69.25%;
  margin-top: 29.3%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.ukraine {
  width: 4.2%;
  left: 65%;
  margin-top: 18.5%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.japan {
  width: 6.2%;
  left: 84.8%;
  margin-top: 22.2%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.uae {
  width: 1.1%;
  left: 63.9%;
  margin-top: 30.6%;
  z-index: 2;
}

#globalavailability .map-container .hover-area img.active,
#globalavailability .map-container .hover-area img.pressed {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#globalavailability .map-container div.section {
  opacity: 0;
  -webkit-transition: 750ms ease-in;
  -o-transition: 750ms ease-in;
  transition: 750ms ease-in;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: none;
}

#globalavailability .map-container div.section.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: block;
}

#globalavailability .map-container div>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#globalavailability .map-container div>img[usemap].none {
  top: 0;
}

#globalavailability .map-container div area {
  cursor: pointer;
}

#brightred-video-frame--mobile {
  display: none;
}

#brightRedFilm-wrapper {
  width: auto;
  height: 460px;
  position: relative;
  text-align: center;
}

#brightRedFilm-wrapper p {
  font-size: 30px;
}

#brightRedFilm-wrapper .brightred-copy {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#brightRedFilm-wrapper .loader {
  display: none;
  height: 110px;
  width: 110px;
  margin-left: -55px;
  margin-top: -55px;
  position: absolute;
  top: 375px;
  left: 50%;
  background: white url(../images/8weights/loader.gif) no-repeat center center;
  border-radius: 50%;
}

#brightRedFilm-wrapper .play-button {
  height: 110px;
  width: 110px;
  margin: 0 auto;
  position: relative;
  top: 320px;
  display: block;
  background: white;
  border-radius: 50%;
  text-align: center;
  line-height: 110px;
}

#brightred-video-frame {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

#aboutcolorplanpastevents {
  max-width: none;
  width: 100%;
}

#past-events__slider--1 .card__cover {
  background-color: #32795e;
}

#past-events__slider--1 .card__text {
  background-color: #f9d02b;
}

#past-events__slider--2 .card__cover {
  background-color: #c82929;
}

#past-events__slider--2 .card__text {
  background-color: #c0d8ef;
}

#past-events__slider--3 .card__cover {
  background-color: #ecc7ca;
}

#past-events__slider--3 .card__text {
  background-color: #a1ffcb;
}

#past-events__slider--4 .card__cover {
  background-color: #4badb0;
}

#past-events__slider--4 .card__text {
  background-color: #09c9ff;
}

#past-events__slider--5 .card__cover {
  background-color: #f3df32;
}

#past-events__slider--5 .card__text {
  background-color: #ecffb0;
}

#color-directions__slider--1 .card__text {
  background-color: #4b2c1c;
}

#color-directions__slider--1 .card__text p,
#color-directions__slider--1 .card__text h1 {
  color: white;
}

#color-directions__slider--2 .card__text {
  background-color: #f1f1f1;
}

#color-directions__slider--2 .card__text p,
#color-directions__slider--2 .card__text h1 {
  color: black;
}

#color-directions__slider--3 .card__text {
  background-color: #d44e00;
}

#color-directions__slider--3 .card__text p,
#color-directions__slider--3 .card__text h1 {
  color: white;
}

#color-directions__slider--4 .card__text {
  background-color: #fefef6;
}

#color-directions__slider--4 .card__text p,
#color-directions__slider--4 .card__text h1 {
  color: black;
}

.events-slider {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  padding-bottom: 0;
  position: relative;
}

.events-slider h2,
.events-slider h1 {
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 16px;
  width: 200px;
}

.events-slider .mask {
  width: 100%;
  height: 0;
  padding-bottom: 33%;
  position: relative;
}

.events-slider ul {
  width: 6000px;
  height: 100%;
  position: absolute;
}

.events-slider li {
  margin-right: 100px;
  display: block;
  position: relative;
  float: left;
  background-size: cover;
  background-position: center;
}

.events-slider li .slide {
  display: table;
  width: 850px;
  max-width: 850px;
  height: 100%;
  cursor: pointer;
}

.events-slider li .slide img {
  width: 100%;
}

.events-slider .card {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.events-slider .card .card__content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 110px;
  text-align: center;
}

.events-slider .card__mask {
  width: 8px;
  height: 403px;
  position: relative;
}

.events-slider .card__mask.flipped .card__text {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.events-slider .card__mask.flipped .card__cover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.events-slider .card__mask .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

.events-slider .card__text {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.events-slider .card__cover {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.events-slider .card__cover p {
  font-size: 16px;
}

.events-slider .card__cover .text {
  position: absolute;
  color: white;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -61px;
}

.events-slider .card__cover .text h6 {
  font-size: 62px;
}

.events-slider .card__cover .text h6 span {
  display: block;
  margin: 0 0 -15px 0;
  font-size: 42px;
}

.events-slider .card__cover.two .text {
  margin-top: -73px;
}

.events-slider .center {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: table;
}

@media only screen and (max-width: 980px) {
  .events-slider {
    overflow: hidden;
  }

  .events-slider .card .card__content {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 780px) {
  .events-slider {
    overflow: hidden;
  }

  .events-slider .card__cover .text h6 {
    font-size: 42px;
  }

  .events-slider .card__cover .text h6 span {
    display: block;
    margin: 0 0 0 0;
    font-size: 32px;
  }

  .events-slider .card__cover.two .text {
    margin-top: -53px;
  }
}

@media only screen and (max-width: 640px) {
  .events-slider .card__cover p {
    font-size: 12px;
  }

  .events-slider .card p {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 450px) {
  .events-slider {
    overflow: hidden;
  }

  .events-slider .card__cover .text {
    margin-top: -35px;
  }

  .events-slider .card__cover .text h6 {
    font-size: 24px;
  }

  .events-slider .card__cover .text h6 span {
    display: block;
    margin: 0 0 0 0;
    font-size: 20px;
  }

  .events-slider .card__cover.two .text {
    margin-top: -35px;
  }
}

.sizes-weights-app .side-column {
  float: left;
  width: 16.6666%;
}

.sizes-weights-app .side-column .filter-panel {
  border: 1px solid black;
  margin: 0 0 15px 10px;
  padding: 4px 0 5px;
  text-align: center;
}

.sizes-weights-app .side-column .filter-panel .divider {
  height: 1px;
  background: black;
  margin: 5px 0 4px;
}

.sizes-weights-app .side-column .filter-panel li,
.sizes-weights-app .side-column .filter-panel span {
  cursor: pointer;
}

.sizes-weights-app .side-column .filter-panel li:hover,
.sizes-weights-app .side-column .filter-panel span:hover,
.sizes-weights-app .side-column .filter-panel li.active,
.sizes-weights-app .side-column .filter-panel span.active {
  color: white;
}

.sizes-weights-app .side-column p {
  margin: 15px 0 15px 10px;
}

.sizes-weights-app .main-column {
  float: left;
  width: 83%;
}

.sizes-weights-app .main-column ul.papers {
  margin: 0 50px;
}

.sizes-weights-app .main-column ul.papers li {
  width: 226px;
  display: inline-block;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.sizes-weights-app .main-column ul.papers li .paper {
  background-color: white;
  display: block;
  position: relative;
  width: 226px;
  margin-bottom: 83px;
}

.sizes-weights-app .main-column ul.papers li .title {
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 24px;
  left: 0;
  padding-top: 10px;
  border-top: 1px solid black;
  text-align: center;
  white-space: nowrap;
}

.sizes-weights-app .main-column ul.papers li .description {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  color: black;
  padding: 5px;
  display: none;
  font-size: 12px;
}

.sizes-weights-app .main-column ul.papers li:hover .description {
  display: block;
}

.sizes-weights-app .main-column ul.papers li.unavailable {
  opacity: 0.2;
}

.sizes-weights-app .main-column ul.papers li.unavailable .paper {
  filter: alpha(opacity=20);
}

.sizes-weights-app .main-column ul.papers li.unavailable .description {
  display: none;
}

.sizes-weights-app .pdf-link {
  position: fixed;
  bottom: 11px;
  left: 11px;
}

#aboutcolorplanweightsandsizing table.colours-and-weights {
  width: 100%;
  text-align: left;
}

#aboutcolorplanweightsandsizing td {
  position: relative;
  cursor: default;
}

#aboutcolorplanweightsandsizing th {
  text-align: left;
}

#aboutcolorplanweightsandsizing span.notavailable {
  display: inline-block;
  width: 8px;
  text-align: center;
  font-weight: bold;
}

#aboutcolorplanweightsandsizing span.available {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: black;
}

#aboutcolorplanweightsandsizing span.available2 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid black;
}

#aboutcolorplanweightsandsizing span.swatch {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  left: -100px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: background-color 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s ease-out;
  -o-transition: background-color 0.2s, transform 0.2s ease-out, opacity 0.2s, visibility 0s 0.2s;
  transition: background-color 0.2s, transform 0.2s ease-out, opacity 0.2s, visibility 0s 0.2s;
  transition: background-color 0.2s, transform 0.2s ease-out, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s ease-out;
}

#aboutcolorplanweightsandsizing tr:hover span.swatch {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-transition: background-color 0.2s, opacity 0.2s, -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s, opacity 0.2s, -webkit-transform 0.2s ease-out;
  -o-transition: background-color 0.2s, transform 0.2s ease-out, opacity 0.2s;
  transition: background-color 0.2s, transform 0.2s ease-out, opacity 0.2s;
  transition: background-color 0.2s, transform 0.2s ease-out, opacity 0.2s, -webkit-transform 0.2s ease-out;
}

#aboutcolorplanweightsandsizing .legend {
  margin: 20px 0;
  text-align: left;
}

#aboutcolorplanbespoke {
  width: 960px;
  max-width: 960px;
  text-align: center;
}

#aboutcolorplanbespoke h1,
#aboutcolorplanbespoke h2 {
  margin: 0 auto 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

#aboutcolorplanbespoke h1 {
  display: inline-block;
}

#aboutcolorplanbespoke h2 {
  width: 200px;
}

#aboutcolorplanbespoke img {
  margin: 0 auto 20px;
}

#aboutcolorplanbespoke .intro {
  max-width: 440px;
  margin: 0 auto 35px;
}

#aboutcolorplanbespoke input[type='radio'] {
  display: none;
}

#aboutcolorplanbespoke input[type='radio']+label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-radius: 20px;
  cursor: pointer;
}

#aboutcolorplanbespoke input[type='radio']:checked+label span {
  background-color: black;
}

#aboutcolorplanbespoke .grid-wrapper {
  margin-bottom: 20px;
  padding-bottom: 1px;
  overflow: auto;
}

#aboutcolorplanbespoke .col {
  width: 33.33%;
  float: left;
}

#aboutcolorplanbespoke .col p {
  padding: 0 30px;
}

#aboutcolorplanbespoke .hr {
  display: block;
  width: 180px;
  margin: 0 auto;
  padding-top: 5px;
  border-top: 1px solid;
}

#aboutcolorplanbespoke .extra {
  display: none;
}

.spectrum {
  width: 214px;
  height: 303px;
  margin: 0 auto 20px;
  position: relative;
  background-color: #008c8c;
}

.spectrum .pointer {
  display: block;
  width: 20px;
  height: 20px;
  left: 97px;
  top: 141px;
  border: 1px solid;
  border-radius: 20px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: border-color 500ms ease-in-out;
  -o-transition: border-color 500ms ease-in-out;
  transition: border-color 500ms ease-in-out;
}

#bespokeCanvas {
  width: 214px;
  height: 303px;
  display: none;
}

@media screen and (max-width: 960px) {
  #aboutcolorplanbespoke {
    width: 100%;
    min-height: 1700px;
    max-width: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #aboutcolorplanbespoke .col {
    width: 100%;
    margin-bottom: 75px;
  }

  #aboutcolorplanbespoke .col img {
    width: 218px !important;
  }

  #aboutcolorplanbespoke .col p {
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
  }

  #aboutcolorplanbespoke .extra {
    display: block;
  }

  .bespokeRadio,
  .bespokeRadioLabel {
    display: none;
  }

  .spectrum .pointer {
    width: 40px;
    height: 40px;
    left: 87px;
    top: 131px;
    border-radius: 40px;
  }
}

.v8 #aboutcolorplanbespoke input[type='radio'] {
  display: inline;
}

.v8 #aboutcolorplanbespoke .bespokeRadioLabel {
  display: none;
}

.v8 #aboutcolorplanbespoke .pointer {
  display: none;
}

#colorpickertakeover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: table;
}

#colorpickertakeover .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: mediumpurple;
}

#colorpickertakeover .btn {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

#colorpickertakeover .btn:hover {
  background-color: rgba(255, 255, 255, 0.33);
  color: black;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}

#colorpickertakeover .static-grey-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9c9c9c;
  z-index: 2;
  display: none;
}

#colorpickertakeover canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

#colorpickertakeover .social-links {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  bottom: 40px;
  display: none;
}

#colorpickertakeover .social-links li h3 {
  margin-bottom: 10px;
  border-bottom: 1px solid black;
  display: inline-block;
  padding: 0 50px 5px 50px;
}

#colorpickertakeover .social-links li a:hover {
  text-decoration: underline;
}

#colorpickertakeover .dialog {
  display: none;
  height: 110px;
  width: 110px;
  margin-bottom: 30px;
  border-radius: 50%;
  margin-top: -28px;
  /*border: solid 1px transparent;*/
  position: absolute;
  opacity: 0;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#colorpickertakeover .dialog.border {
  border: 1px solid black;
}

#colorpickertakeover .dialog p {
  /*display: none;*/
  position: absolute;
  bottom: -55px;
  letter-spacing: 1px;
  width: 130px;
  height: 20px;
  padding-top: 3px;
  cursor: pointer;
  line-height: 20px;
  border-top: solid 1px #000;
  text-align: left;
  padding-left: 5px;
  left: 50%;
  margin-left: -68px;
  /*padding-right: 7px;*/
  /*padding-top: 10px;*/
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

#colorpickertakeover .dialog {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
  z-index: 22;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

#colorpickertakeover .dialog p {
  text-align: center;
  cursor: default;
}

#colorpickertakeover .dialog.existing-color,
#colorpickertakeover .dialog.new-color {
  display: none;
}

#colorpickertakeover .dialog .buttons-color {
  position: absolute;
  top: 150%;
  pointer-events: all;
}

#colorpickertakeover .dialog .buttons-color>input[type=submit] {
  min-width: 110px;
  margin: 0 auto 10px auto;
  display: block;
  outline: none;
}

#colorpickertakeover form {
  width: 400px;
}

#colorpickertakeover form input::-webkit-input-placeholder {
  color: black !important;
  opacity: 1;
}

#colorpickertakeover form input:-moz-placeholder {
  /* Firefox 18- */
  color: black !important;
  opacity: 1;
}

#colorpickertakeover form input::-moz-placeholder {
  /* Firefox 19+ */
  color: black !important;
  opacity: 1;
}

#colorpickertakeover form input:-ms-input-placeholder {
  color: black !important;
  opacity: 1;
}

#colorpickertakeover form .input-wrapper.dropdown {
  position: relative;
}

#colorpickertakeover form .input-wrapper.dropdown .dd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  line-height: 28px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12.222px;
  pointer-events: none;
  border-bottom: 1px solid #000;
}

#colorpickertakeover form .input-wrapper.dropdown .dd:after {
  position: absolute;
  top: 0;
  right: 5px;
  content: "├óΓÇô┬╝";
  line-height: 30px;
}

#colorpickertakeover form .input-wrapper.dropdown .dd.error {
  border-bottom: 1px solid red;
}

#colorpickertakeover form .input-wrapper:first-child input,
#colorpickertakeover form .input-wrapper:first-child select {
  border-top: 1px solid #000;
  border-radius: 0;
}

#colorpickertakeover form .input-wrapper input,
#colorpickertakeover form .input-wrapper select {
  border-top: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 22;
  font-size: 12.222px;
}

#colorpickertakeover form .input-wrapper input.error,
#colorpickertakeover form .input-wrapper select.error {
  border-bottom: 1px solid red;
}

#colorpickertakeover form .input-wrapper select {
  opacity: 0;
  padding: 0;
  margin: 0;
  text-indent: 0;
}

#colorpickertakeover form .input-wrapper select::-ms-expand {
  display: none;
}

#colorpickertakeover form .backend-error {
  color: red;
  position: absolute;
  bottom: -30px;
  display: none;
}

#colorpickertakeover .pos-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9999999999;
  pointer-events: none;
}

#colorpickertakeover .pos-middle .intro-text {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  z-index: 2;
  max-width: 1200px;
  display: inline-block;
  pointer-events: none;
  padding: 0 20px;
}

#colorpickertakeover .pos-middle .intro-text h1,
#colorpickertakeover .pos-middle .intro-text p {
  color: white;
  font-size: 24px;
}

#colorpickertakeover .pos-middle .intro-text h1 {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  #colorpickertakeover .pos-middle .intro-text h1 {
    font-size: 30px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1280px) {
  #colorpickertakeover .pos-middle .intro-text h1 {
    font-size: 55px;
  }
}

#colorpickertakeover .pos-middle .intro-text h1 span {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  #colorpickertakeover .pos-middle .intro-text h1 span {
    display: block;
  }
}

#colorpickertakeover .pos-middle .intro-text p {
  font-size: 20px;
}

#colorpickertakeover .pos-middle .intro-text p.big {
  font-size: 34px;
}

#colorpickertakeover .pos-middle .intro-text p.small {
  font-size: 16px;
}

#colorpickertakeover .pos-middle .intro-text a {
  pointer-events: auto;
  font-size: 25px;
  border: 1px solid white;
  padding: 12px 20px 20px 20px;
}

#colorpickertakeover .pos-middle .submission {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  position: relative;
  z-index: 42;
  max-width: 450px;
  text-align: left;
  display: none;
}

#colorpickertakeover .pos-middle .thankyou {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  position: relative;
  z-index: 42;
  max-width: 450px;
  text-align: center;
  display: none;
}

#colorpickertakeover .pos-middle .thankyou p {
  color: black;
  font-size: 24px;
}

#colorpickertakeover.touch .picker {
  top: 300px;
  left: 200px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.top_filters {
  width: 600px;
  z-index: 1000;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 30px 0px;
}

.top_filters select {
  display: inline-block;
  border: none;
  border-radius: 0;
  height: 2rem;
  padding-left: 20px;
  font-family: "Montserrat", Sans-serif;
  text-transform: uppercase;
  color: #74787F;
  border: none;
  background: white;
}

.white_text .options-menu {
  border-color: white;
  color: white;
}

.white_text .options-menu a:hover {
  color: white;
}

.white_text .cs p {
  border-color: white;
  color: white;
}

.white_text #colourSwatchContextMenu {
  border-color: white;
  color: white;
  text-transform: uppercase;
}

.white_text #colourSwatchContextMenu a:hover {
  color: white;
}

.white_text .cs p img {
  filter: brightness(0) invert(1);
}

.elementor-sticky--active {
  z-index: 990 !important;
}

.chosen-container-single .chosen-single span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #010101;
  display: block;
  overflow: hidden;
}

.chosen-container-single .chosen-single span:hover {
  color: #919191;
}

.chosen-container .chosen-results li {
  font-size: 13px !important;
  font-weight: normal;
  text-transform: capitalize !important;
  color: #010101;
}

.chosen-container .chosen-results li:hover {
  color: #919191;
}

.options_text h1 {
  text-align: center;
}

.options_text p {
  text-transform: none;
  font-size: 14px;
  text-align: center;
  color: #424242;
}

@media screen and (min-width: 992px) {
  .options-menu-container {
    top: -115px;
  }
}

@media screen and (max-width: 991px) {
  #contain-25embossings .side-note {
    float: none;
    width: 170px;
    margin-left: 30px;
    height: 100%;
    margin-bottom: 20px;
  }

  #twentyFiveEmbossings.aus {
    float: none;
  }

  .options-menu-container {
    position: static;
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }

  .options-menu-container #fifty-colors-options {
    position: static;
  }

  .options-menu-container:after {
    content: '';
    display: table;
  }

  #canvas {
    width: 100%;
    margin: 0;
  }
}


.row{
	display:block;
}