/* ==========================================================================
    GLOBAL
   ========================================================================== */
/*PERSONA*/
body, html, #MAIN {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333; }

body, html {
  overflow-y: hidden;
  overflow-x: hidden; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

#MAIN {
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative; }

html {
  box-sizing: border-box; }

#MAIN main {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  min-height: 0; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 400; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

p {
  font-size: 12px; }

ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: .8;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
  align-items: center;
  display: flex; }

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px; }

label.css-label {
  background-image: url(/img/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.validation-error {
  font-size: 0.8em;
  color: #AD0B17; }

img.desktop-logo {
  display: block; }

img.mobile-logo {
  display: none; }

.view {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: 400ms opacity ease-in; }

.view.active {
  opacity: 1;
  z-index: 2; }

cham-wait .spinner-wrapper .spinner {
  height: auto !important; }

cham-wait .spinner-wrapper .spinner::before {
  height: 80px;
  width: 80px;
  border: solid 7px #eee;
  border-bottom-color: #5C6670; }

*:focus {
  outline: none !important; }

@media only screen and (min-width: 1441px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  /*  html {
    box-sizing: border-box;
    min-height: 840px;
    overflow-y: auto;
  }*/ }

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0; }

.button {
  background: #5C6670;
  color: #ffffff;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: capitalize;
  text-align: center;
  width: auto;
  margin: 10px auto;
  /*border-radius: 35px;*/ }

.show {
  display: flex !important;
  min-height: 0;
  flex-direction: column; }

div#wrapper {
  background-color: white;
  /*  position: fixed;*/
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  /*  display: flex;
  align-items: flex-start;*/
  /*  max-height: 850px !important;*/ }

div#wrapper section {
  display: none;
  flex-flow: column nowrap; }

div#wrapper section.active {
  display: flex; }

div#wrapper section .slide-out-top {
  -webkit-animation: slide-out-top 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s both;
  animation: slide-out-top 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s both; }

div#wrapper section .fade-out {
  -webkit-animation: fade-out 1s ease-out 1s both;
  animation: fade-out 1s ease-out 1s both; }

div#wrapper section .overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: all .5s ease;
  pointer-events: none;
  z-index: 100; }

div#wrapper section .overlay.hidden {
  opacity: 0; }

div#wrapper section .overlay.hidden div {
  top: 0; }

div#wrapper section .overlay > div {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
  transition: all .5s ease;
  align-items: center;
  height: 100%; }

div#wrapper section .overlay > div h2 {
  color: white;
  font-size: 44px; }

div#wrapper section .overlay > div img {
  width: 100%;
  max-width: 395px;
  margin-top: 20px; }

div#wrapper section#homepage .header {
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  align-items: center;
  height: 270px;
  background: url(../img/pattern.svg);
  width: 100%;
  border-top: solid 1px #5C6670; }

div#wrapper section#homepage .header img {
  width: 100%;
  max-width: 650px;
  margin-bottom: 10px; }

div#wrapper section#homepage .header h1 {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  line-height: 2; }

div#wrapper section#homepage .header h1 img {
  width: 100%;
  max-width: 350px; }

div#wrapper section#homepage .container {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  justify-content: space-between; }

div#wrapper section#homepage .container .left {
  flex: 1 1 auto;
  height: 100%; }

div#wrapper section#homepage .container .left .contain {
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
  /*       position: relative;*/ }

div#wrapper section#homepage .container .left .contain .main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 99vmin; }

div#wrapper section#homepage .container .left .contain .main ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  padding: 0; }

div#wrapper section#homepage .container .left .contain .main ul li {
  flex: 1 1 auto;
  /*       border: solid 1px #cecece;*/
  margin: 10px;
  /*                box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);*/ }

div#wrapper section#homepage .container .left .contain .main ul li img {
  width: 100%; }

div#wrapper section#homepage .container .left .contain .cta {
  display: flex;
  display: flex;
  z-index: 500;
  margin: auto;
  width: 100%;
  position: absolute;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  top: 55%; }

div#wrapper section#homepage .container .left .contain .cta .inner {
  color: white;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%; }

div#wrapper section#homepage .container .left .contain .cta .inner h2 {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.25;
  color: #333333;
  font-weight: 600;
  font-style: normal;
  font-size: 30px; }

div#wrapper section#homepage .container .left .contain .cta .inner .split {
  display: flex;
  justify-content: center; }

div#wrapper section#homepage .container .left .contain .cta .inner .split .split-left, div#wrapper section#homepage .container .left .contain .cta .inner .split .split-right {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 20px;
  max-width: 300px; }

div#wrapper section#homepage .container .left .contain .cta .inner .split .split-left p, div#wrapper section#homepage .container .left .contain .cta .inner .split .split-right p {
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 15px;
  color: #333333; }

div#wrapper section#homepage .container .left .contain .cta .inner .split .split-left input.button, div#wrapper section#homepage .container .left .contain .cta .inner .split .split-right input.button {
  border: solid 1px #333333;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 0;
  color: #333333;
  margin: 0;
  display: flex;
  justify-content: center;
  font-weight: 700;
  padding: 15px 20px;
  -webkit-appearance: none;
  -webkit-border-radius: none; }

div#wrapper section#homepage .container .left .contain .cta .inner .split .split-left input.button.dark, div#wrapper section#homepage .container .left .contain .cta .inner .split .split-right input.button.dark {
  color: white;
  background-color: #333333; }

div#wrapper section#homepage .container .right {
  flex: 0 0 26%;
  border: solid 1px #5C6670;
  background-color: #E5E7E8;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 50px; }

div#wrapper section#homepage .container .right h2 {
  font-size: 26px;
  margin-bottom: 15px; }

div#wrapper section#homepage .container .right p {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 15px; }

div#wrapper section#homepage .container .right input.button {
  border: solid 1px #5C6670;
  color: #5C6670;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 5px; }

div#wrapper section#fashion .header, div#wrapper section#home .header, div#wrapper section#dinnerparty .header, div#wrapper section#ride .header, div#wrapper section#weekend .header {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
  height: 110px;
  /*      background: url(../img/pattern.svg);*/
  width: 100%;
  border-top: solid 1px #5C6670;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35); }

div#wrapper section#fashion .header a.button-homelink, div#wrapper section#home .header a.button-homelink, div#wrapper section#dinnerparty .header a.button-homelink, div#wrapper section#ride .header a.button-homelink, div#wrapper section#weekend .header a.button-homelink {
  color: #5C6670;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 10px;
  text-transform: capitalize; }

div#wrapper section#fashion .header a.button-homepage, div#wrapper section#home .header a.button-homepage, div#wrapper section#dinnerparty .header a.button-homepage, div#wrapper section#ride .header a.button-homepage, div#wrapper section#weekend .header a.button-homepage {
  color: #5C6670;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  right: 75px;
  top: 10px;
  text-transform: capitalize; }

div#wrapper section#fashion .header .cta-right, div#wrapper section#home .header .cta-right, div#wrapper section#dinnerparty .header .cta-right, div#wrapper section#ride .header .cta-right, div#wrapper section#weekend .header .cta-right {
  display: flex;
  position: absolute;
  right: 25px; }

div#wrapper section#fashion .header .cta-right input.nav.next,
div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.next,
div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.next,
div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.next,
div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.next,
div#wrapper section#weekend .header .cta-right input.nav.previous {
  background-color: white;
  color: #333333;
  padding: 10px 30px;
  border: solid 1px #333333;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0; }

div#wrapper section#fashion .header .cta-right input.nav.next:disabled,
div#wrapper section#fashion .header .cta-right input.nav.previous:disabled, div#wrapper section#home .header .cta-right input.nav.next:disabled,
div#wrapper section#home .header .cta-right input.nav.previous:disabled, div#wrapper section#dinnerparty .header .cta-right input.nav.next:disabled,
div#wrapper section#dinnerparty .header .cta-right input.nav.previous:disabled, div#wrapper section#ride .header .cta-right input.nav.next:disabled,
div#wrapper section#ride .header .cta-right input.nav.previous:disabled, div#wrapper section#weekend .header .cta-right input.nav.next:disabled,
div#wrapper section#weekend .header .cta-right input.nav.previous:disabled {
  background-color: #EB8095; }

div#wrapper section#fashion .header .cta-right input.nav.next, div#wrapper section#home .header .cta-right input.nav.next, div#wrapper section#dinnerparty .header .cta-right input.nav.next, div#wrapper section#ride .header .cta-right input.nav.next, div#wrapper section#weekend .header .cta-right input.nav.next {
  display: none; }

div#wrapper section#fashion .header .cta-right input.nav.prev, div#wrapper section#home .header .cta-right input.nav.prev, div#wrapper section#dinnerparty .header .cta-right input.nav.prev, div#wrapper section#ride .header .cta-right input.nav.prev, div#wrapper section#weekend .header .cta-right input.nav.prev {
  background-color: #F3F3F3;
  color: #333333;
  padding: 10px 30px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px;
  border: solid 1px #5C6670;
  -webkit-appearance: none;
  border-radius: 0; }

div#wrapper section#fashion .header .top-logo, div#wrapper section#home .header .top-logo, div#wrapper section#dinnerparty .header .top-logo, div#wrapper section#ride .header .top-logo, div#wrapper section#weekend .header .top-logo {
  margin-left: 10px;
  margin-right: 10px; }

div#wrapper section#fashion .header .top-logo img, div#wrapper section#home .header .top-logo img, div#wrapper section#dinnerparty .header .top-logo img, div#wrapper section#ride .header .top-logo img, div#wrapper section#weekend .header .top-logo img {
  width: 100%;
  max-width: 100px; }

div#wrapper section#fashion .header .center, div#wrapper section#home .header .center, div#wrapper section#dinnerparty .header .center, div#wrapper section#ride .header .center, div#wrapper section#weekend .header .center {
  display: flex;
  flex-flow: column nowrap;
  margin-left: 20px; }

div#wrapper section#fashion .header .center h3, div#wrapper section#home .header .center h3, div#wrapper section#dinnerparty .header .center h3, div#wrapper section#ride .header .center h3, div#wrapper section#weekend .header .center h3 {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-bottom: 5px; }

div#wrapper section#fashion .header .center h4, div#wrapper section#home .header .center h4, div#wrapper section#dinnerparty .header .center h4, div#wrapper section#ride .header .center h4, div#wrapper section#weekend .header .center h4 {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  font-size: 26px;
  letter-spacing: 1px; }

div#wrapper section#fashion .header .center h4 span, div#wrapper section#home .header .center h4 span, div#wrapper section#dinnerparty .header .center h4 span, div#wrapper section#ride .header .center h4 span, div#wrapper section#weekend .header .center h4 span {
  font-size: 16px;
  font-weight: 300;
  margin-left: 5px;
  text-transform: capitalize; }

div#wrapper section#fashion .header .center h4 img, div#wrapper section#home .header .center h4 img, div#wrapper section#dinnerparty .header .center h4 img, div#wrapper section#ride .header .center h4 img, div#wrapper section#weekend .header .center h4 img {
  width: 100%;
  max-width: 380px;
  margin-top: 8px;
  margin-bottom: 0;
  text-transform: unset; }

div#wrapper section#fashion .container, div#wrapper section#home .container, div#wrapper section#dinnerparty .container, div#wrapper section#ride .container, div#wrapper section#weekend .container {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  justify-content: space-between;
  background-color: #D7D7D7; }

div#wrapper section#fashion .container .choice, div#wrapper section#home .container .choice, div#wrapper section#dinnerparty .container .choice, div#wrapper section#ride .container .choice, div#wrapper section#weekend .container .choice {
  flex: 0 0 23.5%;
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  margin: 10px;
  border: solid 1px transparent;
  cursor: pointer;
  background-color: white;
  align-items: flex-start;
  height: 100%;
  /*    min-height: 531px;*/
  padding: 20px; }

div#wrapper section#fashion .container .choice.selected, div#wrapper section#home .container .choice.selected, div#wrapper section#dinnerparty .container .choice.selected, div#wrapper section#ride .container .choice.selected, div#wrapper section#weekend .container .choice.selected {
  border: solid 1px black; }

div#wrapper section#fashion .container .choice .pics, div#wrapper section#home .container .choice .pics, div#wrapper section#dinnerparty .container .choice .pics, div#wrapper section#ride .container .choice .pics, div#wrapper section#weekend .container .choice .pics {
  position: relative; }

div#wrapper section#fashion .container .choice .pics img, div#wrapper section#home .container .choice .pics img, div#wrapper section#dinnerparty .container .choice .pics img, div#wrapper section#ride .container .choice .pics img, div#wrapper section#weekend .container .choice .pics img {
  width: 100%; }

div#wrapper section#fashion .container .choice .pics span, div#wrapper section#home .container .choice .pics span, div#wrapper section#dinnerparty .container .choice .pics span, div#wrapper section#ride .container .choice .pics span, div#wrapper section#weekend .container .choice .pics span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
  border-radius: 3px; }

div#wrapper section#fashion .container .choice ul, div#wrapper section#home .container .choice ul, div#wrapper section#dinnerparty .container .choice ul, div#wrapper section#ride .container .choice ul, div#wrapper section#weekend .container .choice ul {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin: 0;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;
  min-height: 125px; }

div#wrapper section#fashion .container .choice ul hr, div#wrapper section#home .container .choice ul hr, div#wrapper section#dinnerparty .container .choice ul hr, div#wrapper section#ride .container .choice ul hr, div#wrapper section#weekend .container .choice ul hr {
  /*border: solid #cecece 1px;*/
  width: 75%;
  margin: 0 auto; }

div#wrapper section#fashion .container .choice ul li, div#wrapper section#home .container .choice ul li, div#wrapper section#dinnerparty .container .choice ul li, div#wrapper section#ride .container .choice ul li, div#wrapper section#weekend .container .choice ul li {
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
  padding: 5px;
  font-weight: 600;
  /*    min-height: 100px;*/ }

div#wrapper section#fashion .container .choice ul li span, div#wrapper section#home .container .choice ul li span, div#wrapper section#dinnerparty .container .choice ul li span, div#wrapper section#ride .container .choice ul li span, div#wrapper section#weekend .container .choice ul li span {
  font-weight: 600; }

div#wrapper section#fashion .container .choice ul li img, div#wrapper section#home .container .choice ul li img, div#wrapper section#dinnerparty .container .choice ul li img, div#wrapper section#ride .container .choice ul li img, div#wrapper section#weekend .container .choice ul li img {
  width: 100%;
  max-width: unset;
  min-width: unset; }

div#wrapper section#fashion .container .choice ul li.two, div#wrapper section#home .container .choice ul li.two, div#wrapper section#dinnerparty .container .choice ul li.two, div#wrapper section#ride .container .choice ul li.two, div#wrapper section#weekend .container .choice ul li.two {
  text-transform: none;
  font-weight: 400;
  font-size: 11px;
  min-height: 62px !important; }

div#wrapper section#fashion .container .choice input[type="radio"], div#wrapper section#home .container .choice input[type="radio"], div#wrapper section#dinnerparty .container .choice input[type="radio"], div#wrapper section#ride .container .choice input[type="radio"], div#wrapper section#weekend .container .choice input[type="radio"] {
  display: none; }

div#wrapper section#lifestyles .header {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
  height: 110px;
  /*      background: url(../img/pattern.svg);*/
  width: 100%;
  border-top: solid 1px #5C6670;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35); }

div#wrapper section#lifestyles .header a.button-homelink {
  color: #5C6670;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 10px;
  text-transform: capitalize; }

div#wrapper section#lifestyles .header a.button-homepage {
  color: #5C6670;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  right: 75px;
  top: 10px;
  text-transform: capitalize; }

div#wrapper section#lifestyles .header .cta-right {
  display: flex;
  position: absolute;
  right: 25px; }

div#wrapper section#lifestyles .header .cta-right input.nav.next,
div#wrapper section#lifestyles .header .cta-right input.nav.previous {
  background-color: white;
  color: #333333;
  padding: 10px 30px;
  border: solid 1px #333333;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0; }

div#wrapper section#lifestyles .header .cta-right input.nav.next:disabled,
div#wrapper section#lifestyles .header .cta-right input.nav.previous:disabled {
  background-color: #EB8095; }

div#wrapper section#lifestyles .header .cta-right input.nav.next {
  display: none; }

div#wrapper section#lifestyles .header .cta-right input.nav.prev {
  background-color: #F3F3F3;
  color: #333333;
  padding: 10px 30px;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px;
  border: solid 1px #5C6670;
  -webkit-appearance: none;
  border-radius: 0; }

div#wrapper section#lifestyles .header .top-logo {
  margin-left: 25px; }

div#wrapper section#lifestyles .header .top-logo img {
  width: 100%;
  max-width: 100px; }

div#wrapper section#lifestyles .header .center {
  display: flex;
  flex-flow: column nowrap;
  margin-left: 20px; }

div#wrapper section#lifestyles .header .center h3 {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-bottom: 5px; }

div#wrapper section#lifestyles .header .center h4 {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 26px;
  letter-spacing: 1px; }

div#wrapper section#lifestyles .header .center h4 span {
  font-size: 16px;
  font-weight: 300;
  margin-left: 5px;
  text-transform: capitalize; }

div#wrapper section#lifestyles .header .center h4 img {
  width: 100%;
  max-width: 380px;
  margin-top: 8px;
  margin-bottom: 0; }

div#wrapper section#lifestyles .container {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  justify-content: space-between;
  background-color: #D7D7D7; }

div#wrapper section#lifestyles .container .choice {
  flex: 0 0 23.5%;
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  margin: 10px;
  border: solid 1px transparent;
  cursor: pointer;
  background-color: white;
  align-items: flex-start;
  height: 100%;
  min-height: 465px;
  padding: 20px; }

div#wrapper section#lifestyles .container .choice.selected {
  border: solid 1px black; }

div#wrapper section#lifestyles .container .choice .pics {
  position: relative; }

div#wrapper section#lifestyles .container .choice .pics img {
  width: 100%; }

div#wrapper section#lifestyles .container .choice .pics span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
  border-radius: 3px; }

div#wrapper section#lifestyles .container .choice ul {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin: 0;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;
  min-height: 125px; }

div#wrapper section#lifestyles .container .choice ul hr {
  /*border: solid #cecece 1px;*/
  width: 98%;
  margin: 10px auto; }

div#wrapper section#lifestyles .container .choice ul li {
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
  padding: 5px;
  font-weight: 600;
  /*    min-height: 100px;*/ }

div#wrapper section#lifestyles .container .choice ul li span {
  font-weight: 600; }

div#wrapper section#lifestyles .container .choice ul li img {
  width: 100%;
  max-width: unset;
  min-width: unset; }

div#wrapper section#lifestyles .container .choice ul li.two {
  text-transform: none;
  font-weight: 400;
  font-size: 11px; }

div#wrapper section#lifestyles .container .choice input[type="radio"] {
  display: none; }

div#wrapper section#results .header {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
  height: 110px;
  /*      background: url(../img/pattern.svg);*/
  width: 100%;
  border-top: solid 1px #5C6670;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35); }

div#wrapper section#results .header a.button-homepage {
  color: #5C6670;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  left: 25px;
  top: 25px; }

div#wrapper section#results .header .cta-right {
  display: flex; }

div#wrapper section#results .header .cta-right input.nav.next {
  color: #333333;
  border: none;
  cursor: pointer;
  color: #5C6670;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 10px;
  background-color: transparent;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif; }

div#wrapper section#results .header .cta-right input.nav.next:disabled {
  color: #EB8095; }

div#wrapper section#results .header .cta-right input.nav.prev {
  color: #333333;
  border: none;
  cursor: pointer;
  color: #5C6670;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  right: 75px;
  top: 10px;
  background-color: transparent;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif; }

div#wrapper section#results .header .top-logo {
  margin-left: 25px; }

div#wrapper section#results .header .top-logo img {
  width: 100%;
  max-width: 100px; }

div#wrapper section#results .header .center {
  display: flex;
  flex-flow: column nowrap;
  margin-left: 20px; }

div#wrapper section#results .header .center h3 {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-bottom: 5px; }

div#wrapper section#results .header .center h4 {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-size: 26px;
  letter-spacing: 1px; }

div#wrapper section#results .header .center h4 img {
  width: 100%;
  max-width: 380px;
  margin-top: 8px;
  margin-bottom: 0; }

div#wrapper section#results .container {
  display: flex;
  flex-flow: row nowrap;
  /*      height: 88vmin;*/ }

div#wrapper section#results .container .top {
  display: flex;
  width: 27%;
  background-color: #F2F2F2; }

div#wrapper section#results .container .top .result {
  display: none;
  flex-flow: column nowrap;
  margin: 25px; }

div#wrapper section#results .container .top .result.active {
  display: flex; }

div#wrapper section#results .container .top .result h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0; }

div#wrapper section#results .container .top .result img {
  width: 100%; }

div#wrapper section#results .container .top .result .result-text {
  display: flex;
  flex-flow: column nowrap;
  padding: 0; }

div#wrapper section#results .container .top .result .result-text .back-to-lifestyles {
  border: solid 1px #333333;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  margin-top: 25px; }

div#wrapper section#results .container .top .result .result-text .corp-link {
  border: solid 1px #333333;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  margin-top: 10px; }

div#wrapper section#results .container .top .result .result-text h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0; }

div#wrapper section#results .container .top .result .result-text h4 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px 0;
  line-height: 1.5; }

div#wrapper section#results .container .top .result .result-text p {
  font-size: 14px;
  line-height: 1.25; }

div#wrapper section#results .container .main {
  display: flex;
  margin: 0;
  flex: 1 1 auto;
  flex-flow: row nowrap; }

div#wrapper section#results .container .main .results-div {
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  width: 40%;
  padding: 25px;
  min-width: 425px; }

div#wrapper section#results .container .main .left {
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
  align-items: flex-start; }

div#wrapper section#results .container .main .left .a-txt {
  display: flex;
  align-items: center;
  flex-flow: row nowrap; }

div#wrapper section#results .container .main .left .a-txt a {
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  margin-right: 10px;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  font-size: 12px; }

div#wrapper section#results .container .main .left .a-txt a i {
  font-size: 18px; }

div#wrapper section#results .container .main .left #color-more-container ul {
  display: flex;
  flex-flow: column nowrap; }

div#wrapper section#results .container .main .left #color-more-container ul li {
  margin: 10px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center; }

div#wrapper section#results .container .main .left #color-more-container ul li span {
  background-color: #cecece;
  width: 110px;
  height: 95px;
  display: block; }

div#wrapper section#results .container .main .left #color-more-container ul li span:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: url(../img/paint-image.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0; }

div#wrapper section#results .container .main .left #color-more-container ul p {
  display: block;
  padding: 4px 0 0 0; }

div#wrapper section#results .container #color-main-preview {
  margin: 0;
  width: 100%;
  height: 400px;
  flex-flow: column nowrap;
  display: flex;
  min-height: 400px;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);*/ }

div#wrapper section#results .container #color-main-preview h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0; }

div#wrapper section#results .container #color-main-preview img {
  width: 100%;
  padding: 10px; }

div#wrapper section#results .container #color-main-preview .color-background {
  background-color: white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative; }

div#wrapper section#results .container #color-main-preview .color-background:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: url(../img/paint-image.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0; }

div#wrapper section#results .container #color-main-preview .color-background > div {
  display: flex;
  padding: 10px;
  width: 100%;
  justify-content: space-between;
  flex-flow: row wrap;
  z-index: 2; }

div#wrapper section#results .container #color-main-preview .color-background > div input {
  color: #333333;
  border: solid 1px #333333;
  background: transparent;
  padding: 10px 25px;
  cursor: pointer;
  flex: 1 1 auto;
  margin-right: 5px;
  margin-bottom: 5px;
  /*              text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
                box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);*/ }

div#wrapper section#results .container #color-main-preview .color-background > div input#select {
  background-color: transparent;
  color: black !important;
  /*    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);*/
  font-weight: 400; }

div#wrapper section#results .container #color-main-preview .color-background > div button {
  color: #333333;
  border: solid 1px #333333;
  background: transparent;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 5px;
  /*    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
                box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);*/ }

div#wrapper section#results .container #color-main-preview .color-background > div button i {
  font-size: 20px; }

div#wrapper section#results .container #color-main-preview .color-info {
  align-items: flex-start;
  position: absolute;
  top: 20px;
  left: 20px;
  flex-flow: column nowrap !important;
  width: auto !important; }

div#wrapper section#results .container #color-main-preview .color-info span {
  /*  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);*/
  color: #333333; }

div#wrapper section#results .container .right {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  padding: 25px;
  background-color: #F2F2F2; }

div#wrapper section#results .container .right .top {
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
  background-color: transparent; }

div#wrapper section#results .container .right .top h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin: 10px; }

div#wrapper section#results .container .right .top div#color-best-container ul {
  display: flex;
  flex-flow: row wrap; }

div#wrapper section#results .container .right .top div#color-best-container ul li {
  background-color: #cecece;
  flex: 0 0 18%;
  margin: 10px;
  height: 155px;
  position: relative;
  cursor: pointer;
  min-width: 170px;
  display: flex;
  flex-flow: column nowrap; }

div#wrapper section#results .container .right .top div#color-best-container ul li .icon {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  z-index: 500;
  bottom: 58px; }

div#wrapper section#results .container .right .top div#color-best-container ul li .icon img {
  width: 100%;
  height: 5px; }

div#wrapper section#results .container .right .top div#color-best-container ul li.selected .icon {
  display: flex; }

div#wrapper section#results .container .right .top div#color-best-container ul li .color-type {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 14px; }

div#wrapper section#results .container .right .top div#color-best-container ul li .color-type span {
  color: #333; }

div#wrapper section#results .container .right .bottom {
  display: flex;
  width: 100%;
  flex-flow: column nowrap; }

div#wrapper section#results .container .right .bottom h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin: 10px; }

div#wrapper section#results .container .right .bottom h4 a.makeit-button {
  font-weight: 300;
  color: #333333;
  text-decoration: none;
  margin: 0 5px; }

div#wrapper section#results .container .right .bottom h4 a.makeit-button.selected {
  text-decoration: underline;
  color: #d7002a; }

div#wrapper section#results .container .right .bottom .makeit-colors .color-makeit-container {
  display: none; }

div#wrapper section#results .container .right .bottom .makeit-colors .color-makeit-container.active {
  display: block; }

div#wrapper section#results .container .right .bottom .makeit-colors .color-makeit-container h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin: 10px;
  margin-bottom: 0; }

div#wrapper section#results .container .right .bottom .makeit-colors .color-makeit-container ul {
  display: flex;
  flex-flow: row wrap; }

div#wrapper section#results .container .right .bottom .makeit-colors .color-makeit-container ul li {
  width: auto;
  margin: 10px;
  flex-flow: column nowrap;
  display: flex;
  cursor: pointer;
  position: relative; }

div#wrapper section#results .container .right .bottom .makeit-colors .color-makeit-container ul li span {
  width: 120px;
  margin-bottom: 10px;
  height: 120px;
  background-color: #cecece; }

div#wrapper section#results .container .right .bottom .makeit-colors .color-makeit-container ul li p {
  font-size: 12px;
  color: #333333;
  line-height: 1.25; }

div#wrapper section#results .container .right .bottom .makeit-colors .color-makeit-container ul li p.color-name {
  position: absolute;
  top: 75px;
  white-space: nowrap; }

div#wrapper section#results .container .right .bottom .makeit-colors .color-makeit-container ul li p.color-number {
  position: absolute;
  top: 90px; }

div#wrapper section#results .container #color-best-container .color,
div#wrapper section#results .container .color .color-preview {
  position: relative; }

div#wrapper section#results .container #color-best-container .color:after,
div#wrapper section#results .container .color .color-preview:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: url(../img/paint-image-gray.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0; }

section#print {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  max-width: 825px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 15px 25px; }

section#print header {
  background-color: white;
  display: flex;
  justify-content: space-between; }

section#print header img {
  max-height: 80px; }

section#print header h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px; }

section#print header a {
  color: black; }

section#print #print-color-best-container .color,
section#print .color .color-preview,
section#print #print-color-main-preview .color-background {
  position: relative !important; }

section#print #print-color-best-container .color:after,
section#print .color .color-preview:after,
section#print #print-color-main-preview .color-background:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: url(../img/paint-image.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0; }

section#print article.print-main {
  display: flex;
  margin-top: 20px;
  justify-content: space-between; }

section#print article.print-main .left-preview {
  display: flex;
  flex: 0 0 65%; }

section#print article.print-main .left-preview h2 {
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 700; }

section#print article.print-main .left-preview img {
  width: 100%;
  max-width: 150px; }

section#print article.print-main .left-preview .result-text {
  display: flex;
  flex-flow: column nowrap;
  padding: 0; }

section#print article.print-main .left-preview .result-text h4 {
  font-weight: 500;
  font-size: 11px;
  padding: 10px 0 5px;
  line-height: 1.25; }

section#print article.print-main .left-preview .result-text p {
  font-size: 11px;
  line-height: 1.25; }

section#print article.print-main .right-preview {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto; }

section#print article.print-main .right-preview .left div#print-color-main-preview {
  margin: 0;
  width: 290px;
  height: 150px;
  flex-flow: column nowrap;
  display: flex;
  /*      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);*/ }

section#print article.print-main .right-preview .left div#print-color-main-preview h3 {
  display: none; }

section#print article.print-main .right-preview .left div#print-color-main-preview img {
  width: 100%;
  padding: 10px; }

section#print article.print-main .right-preview .left div#print-color-main-preview .color-background {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 200px; }

section#print article.print-main .right-preview .left div#print-color-main-preview .color-background .color-info {
  display: none; }

section#print article.print-main .right-preview .left div#print-color-main-preview .color-background > div {
  display: none; }

section#print article.print-main .right-preview .right {
  padding: 0 20px;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center; }

section#print article.print-main .right-preview .right p {
  padding: 10px 0 5px;
  display: none; }

section#print article.print-main .right-preview .right div#print-color-more-container {
  display: flex; }

section#print article.print-main .right-preview .right div#print-color-more-container ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%; }

section#print article.print-main .right-preview .right div#print-color-more-container ul li {
  margin-bottom: 5px; }

section#print article.print-main .right-preview .right div#print-color-more-container ul li span {
  display: block;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: flex-end;
  float: left;
  margin-right: 10px; }

section#print article.print-main .right-preview .right div#print-color-more-container ul li p {
  padding: 4px 0 0 0; }

section#print article.print-best {
  margin-top: 20px; }

section#print article.print-best h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px; }

section#print article.print-best div#print-color-best-container {
  display: flex;
  width: 100%; }

section#print article.print-best div#print-color-best-container ul {
  display: flex;
  justify-content: flex-start;
  width: 100%; }

section#print article.print-best div#print-color-best-container ul li {
  position: unset;
  flex: 0 0 23%;
  margin-right: 15px;
  min-height: 125px;
  display: flex;
  align-items: flex-end;
  /*  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);*/ }

section#print article.print-best div#print-color-best-container ul li .icon {
  display: none; }

section#print article.print-best div#print-color-best-container ul li .color-type {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  padding: 10px;
  z-index: 2;
  align-items: center; }

section#print article.print-best div#print-color-best-container ul li .color-type span {
  line-height: 1;
  font-size: 12px;
  padding-top: 5px; }

section#print article.print-soft, section#print article.print-muted, section#print article.print-bold {
  margin-top: 5px;
  display: flex; }

section#print article.print-soft h3, section#print article.print-muted h3, section#print article.print-bold h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 10px;
  min-width: 90px;
  line-height: 2; }

section#print article.print-soft div#print-color-soft-container, section#print article.print-soft div#print-color-muted-container, section#print article.print-soft div#print-color-bold-container, section#print article.print-muted div#print-color-soft-container, section#print article.print-muted div#print-color-muted-container, section#print article.print-muted div#print-color-bold-container, section#print article.print-bold div#print-color-soft-container, section#print article.print-bold div#print-color-muted-container, section#print article.print-bold div#print-color-bold-container {
  width: 100%; }

section#print article.print-soft div#print-color-soft-container ul, section#print article.print-soft div#print-color-muted-container ul, section#print article.print-soft div#print-color-bold-container ul, section#print article.print-muted div#print-color-soft-container ul, section#print article.print-muted div#print-color-muted-container ul, section#print article.print-muted div#print-color-bold-container ul, section#print article.print-bold div#print-color-soft-container ul, section#print article.print-bold div#print-color-muted-container ul, section#print article.print-bold div#print-color-bold-container ul {
  display: flex;
  justify-content: flex-start;
  width: 100%; }

section#print article.print-soft div#print-color-soft-container ul li, section#print article.print-soft div#print-color-muted-container ul li, section#print article.print-soft div#print-color-bold-container ul li, section#print article.print-muted div#print-color-soft-container ul li, section#print article.print-muted div#print-color-muted-container ul li, section#print article.print-muted div#print-color-bold-container ul li, section#print article.print-bold div#print-color-soft-container ul li, section#print article.print-bold div#print-color-muted-container ul li, section#print article.print-bold div#print-color-bold-container ul li {
  position: unset;
  flex: 0 0 18%;
  margin-right: 15px;
  min-height: 100px;
  display: flex;
  flex-flow: column nowrap;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);*/
  position: relative;
  align-items: center; }

section#print article.print-soft div#print-color-soft-container ul li span.color-preview, section#print article.print-soft div#print-color-muted-container ul li span.color-preview, section#print article.print-soft div#print-color-bold-container ul li span.color-preview, section#print article.print-muted div#print-color-soft-container ul li span.color-preview, section#print article.print-muted div#print-color-muted-container ul li span.color-preview, section#print article.print-muted div#print-color-bold-container ul li span.color-preview, section#print article.print-bold div#print-color-soft-container ul li span.color-preview, section#print article.print-bold div#print-color-muted-container ul li span.color-preview, section#print article.print-bold div#print-color-bold-container ul li span.color-preview {
  height: 75px;
  width: 100%; }

section#print article.print-soft div#print-color-soft-container ul li p.color-name, section#print article.print-soft div#print-color-muted-container ul li p.color-name, section#print article.print-soft div#print-color-bold-container ul li p.color-name, section#print article.print-muted div#print-color-soft-container ul li p.color-name, section#print article.print-muted div#print-color-muted-container ul li p.color-name, section#print article.print-muted div#print-color-bold-container ul li p.color-name, section#print article.print-bold div#print-color-soft-container ul li p.color-name, section#print article.print-bold div#print-color-muted-container ul li p.color-name, section#print article.print-bold div#print-color-bold-container ul li p.color-name {
  line-height: 1;
  font-size: 11px;
  padding-top: 5px;
  padding: 5px 10px;
  position: absolute;
  bottom: 20px; }

section#print article.print-soft div#print-color-soft-container ul li p.color-number, section#print article.print-soft div#print-color-muted-container ul li p.color-number, section#print article.print-soft div#print-color-bold-container ul li p.color-number, section#print article.print-muted div#print-color-soft-container ul li p.color-number, section#print article.print-muted div#print-color-muted-container ul li p.color-number, section#print article.print-muted div#print-color-bold-container ul li p.color-number, section#print article.print-bold div#print-color-soft-container ul li p.color-number, section#print article.print-bold div#print-color-muted-container ul li p.color-number, section#print article.print-bold div#print-color-bold-container ul li p.color-number {
  line-height: 1;
  font-size: 11px;
  /*  padding-top: 5px;
            padding: 0 10px 5px;*/
  position: absolute;
  bottom: 10px; }

section#print div#print-color-more-container {
  display: none !important; }

@media print {
  section#print {
    overflow-x: hidden;
    overflow-y: hidden; }
  section#print .top-right {
    display: none !important; } }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  div#wrapper section#fashion .container, div#wrapper section#home .container, div#wrapper section#dinnerparty .container, div#wrapper section#ride .container, div#wrapper section#weekend .container {
    flex-flow: row wrap; }
  section#lifestyles .container {
    flex-flow: row wrap; } }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  div#wrapper {
    max-height: 100% !important; }
  section#lifestyles .container .choice ul {
    justify-content: flex-start; }
  div#wrapper section#fashion .header .center, div#wrapper section#home .header .center, div#wrapper section#dinnerparty .header .center, div#wrapper section#ride .header .center, div#wrapper section#weekend .header .center {
    margin-left: 0; }
  div#wrapper section#results .header .center, div#wrapper section#lifestyles .header .center, div#wrapper section#fashion .header .center, div#wrapper section#home .header .center, div#wrapper section#dinnerparty .header .center, div#wrapper section#ride .header .center, div#wrapper section#weekend .header .center {
    margin-top: 20px !important; }
  div#wrapper section#results .header .center {
    margin-left: 0; }
  .header .center, div#wrapper section#lifestyles .header .center, div#wrapper section#fashion .header .center, div#wrapper section#home .header .center, div#wrapper section#dinnerparty .header .center, div#wrapper section#ride .header .center, div#wrapper section#weekend .header .center {
    margin-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  div#wrapper section .overlay > div h2 {
    font-size: 24px;
    text-align: center; }
  div#wrapper section .overlay > div img {
    max-width: 200px; }
  div#wrapper section#homepage .header {
    height: 150px; }
  div#wrapper section#homepage .header img {
    max-width: 450px; }
  div#wrapper section#homepage .header h1 {
    font-size: 20px; }
  div#wrapper section#homepage .header h1 img {
    max-width: 230px; }
  div#wrapper section#homepage .container .left {
    flex: 0 0 100%; }
  div#wrapper section#homepage .container .left .contain .cta .inner {
    padding: 25px;
    max-width: unset; }
  div#wrapper section#homepage .container .left .contain .cta .inner h2 {
    font-size: 18px; }
  div#wrapper section#homepage .container .right {
    flex: 1 1 auto;
    padding: 20px 50px;
    margin-top: 20px; }
  div#wrapper section#homepage .container .right p {
    font-size: 14px; }
  div#wrapper section#fashion .container .choice, div#wrapper section#home .container .choice, div#wrapper section#dinnerparty .container .choice, div#wrapper section#ride .container .choice, div#wrapper section#weekend .container .choice {
    flex: 0 0 46.75%;
    min-width: 285px; }
  div#wrapper section#fashion .container .choice img, div#wrapper section#home .container .choice img, div#wrapper section#dinnerparty .container .choice img, div#wrapper section#ride .container .choice img, div#wrapper section#weekend .container .choice img {
    /*    max-width: 135px;
    max-height: 135px;*/ }
  div#wrapper section#fashion .container .choice ul li, div#wrapper section#home .container .choice ul li, div#wrapper section#dinnerparty .container .choice ul li, div#wrapper section#ride .container .choice ul li, div#wrapper section#weekend .container .choice ul li {
    font-size: 11px; }
  div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.previous {
    font-size: 10px; }
  div#wrapper section#fashion .container, div#wrapper section#home .container, div#wrapper section#dinnerparty .container, div#wrapper section#ride .container, div#wrapper section#weekend .container {
    justify-content: center; }
  div#wrapper section#results .header .cta-right, div#wrapper section#lifestyles .header .cta-right, div#wrapper section#fashion .header .cta-right, div#wrapper section#home .header .cta-right, div#wrapper section#dinnerparty .header .cta-right, div#wrapper section#ride .header .cta-right, div#wrapper section#weekend .header .cta-right {
    flex-flow: column-reverse; }
  div#wrapper section#results .header .cta-right input.nav.previous, div#wrapper section#lifestyles .header .cta-right input.nav.previous, div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.previous {
    margin-top: 10px;
    margin-right: 0;
    padding: 10px; }
  div#wrapper section#results .header .cta-right input.nav.next, div#wrapper section#lifestyles .header .cta-right input.nav.next, div#wrapper section#fashion .header .cta-right input.nav.next, div#wrapper section#home .header .cta-right input.nav.next, div#wrapper section#dinnerparty .header .cta-right input.nav.next, div#wrapper section#ride .header .cta-right input.nav.next, div#wrapper section#weekend .header .cta-right input.nav.next {
    padding: 10px 10px;
    font-size: 10px; }
  div#wrapper section#results .header .center h4, div#wrapper section#lifestyles .header .center h4, div#wrapper section#fashion .header .center h4, div#wrapper section#home .header .center h4, div#wrapper section#dinnerparty .header .center h4, div#wrapper section#ride .header .center h4, div#wrapper section#weekend .header .center h4 {
    font-size: 12px; }
  div#wrapper section#results .header .center h4 img, div#wrapper section#lifestyles .header .center h4 img, div#wrapper section#fashion .header .center h4 img, div#wrapper section#home .header .center h4 img, div#wrapper section#dinnerparty .header .center h4 img, div#wrapper section#ride .header .center h4 img, div#wrapper section#weekend .header .center h4 img {
    max-width: 180px; }
  div#wrapper section#results .header .cta-right input.nav.prev {
    font-size: 10px;
    margin-right: 0;
    margin-top: 3px; }
  section#lifestyles .container .choice {
    flex: 0 0 46.75%; }
  section#lifestyles .container .choice > div {
    min-width: 135px; }
  section#lifestyles .container .choice > div img {
    width: 100%;
    /*    min-width: 135px;
    max-width: 135px;*/ }
  section#lifestyles .container .choice > div span {
    font-size: 12px; }
  div#wrapper section#results .container .main {
    display: flex;
    margin: 15px;
    flex-flow: row wrap;
    justify-content: center; }
  div#wrapper section#results .container .main .right {
    margin-top: 25px; }
  div#wrapper section#results .container .main .right .top div#color-best-container ul li {
    flex: 0 0 22%;
    height: 150px; }
  div#wrapper section#results .container .top .result .result-text h4 {
    font-size: 11px; }
  div#wrapper section#results .container .top .result .result-text p {
    font-size: 11px; }
  div#wrapper section#results .container .main #color-main-preview {
    width: 405px;
    height: 405px; }
  section#print {
    margin: 20px; }
  section#print header h2 {
    font-size: 16px; }
  section#lifestyles .container .choice ul li {
    font-size: 12px; }
  div#wrapper section#homepage .container .left .contain .cta .inner .split {
    justify-content: center;
    flex-flow: row nowrap; }
  div#wrapper section#homepage .container .left .contain .cta {
    top: 40%; }
  div#wrapper section#homepage .container .left .contain .cta .inner .split .split-left, div#wrapper section#homepage .container .left .contain .cta .inner .split .split-right {
    margin-bottom: 25px; }
  div#wrapper section#results .container {
    display: flex;
    flex-flow: column nowrap; }
  div#wrapper section#results .container .top {
    width: 100%; }
  div#wrapper section#results .container .main .results-div {
    width: 100%;
    min-width: 360px; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  div#wrapper section#homepage .container .left .contain .cta .inner .split {
    flex-flow: column nowrap; }
  div#wrapper section#homepage .header img {
    max-width: 325px; }
  div#wrapper section#homepage .container .right {
    padding: 20px 15px; }
  div#wrapper section#fashion .container .choice, div#wrapper section#home .container .choice, div#wrapper section#dinnerparty .container .choice, div#wrapper section#ride .container .choice, div#wrapper section#weekend .container .choice {
    flex: 0 0 46.75%;
    min-width: 100%; }
  div#wrapper section#results .header, div#wrapper section#lifestyles .header, div#wrapper section#fashion .header, div#wrapper section#home .header, div#wrapper section#dinnerparty .header, div#wrapper section#ride .header, div#wrapper section#weekend .header {
    flex-flow: row nowrap; }
  div#wrapper section#results .header .center h4, div#wrapper section#lifestyles .header .center h4, div#wrapper section#fashion .header .center h4, div#wrapper section#home .header .center h4, div#wrapper section#dinnerparty .header .center h4, div#wrapper section#ride .header .center h4, div#wrapper section#weekend .header .center h4 {
    font-size: 10px; }
  div#wrapper section#lifestyles .header .center h4 span {
    font-size: 10px;
    line-height: 1.5; }
  div#wrapper section#lifestyles .header .top-logo img {
    width: 100%;
    width: 75px; }
  div#wrapper section#fashion .header .top-logo img, div#wrapper section#home .header .top-logo img, div#wrapper section#dinnerparty .header .top-logo img, div#wrapper section#ride .header .top-logo img, div#wrapper section#weekend .header .top-logo img {
    width: 75px; }
  div#wrapper section#fashion .header .top-logo img, div#wrapper section#home .header .top-logo img, div#wrapper section#dinnerparty .header .top-logo img, div#wrapper section#ride .header .top-logo img, div#wrapper section#weekend .header .top-logo img {
    max-width: 85px; }
  div#wrapper section#fashion .header .center, div#wrapper section#home .header .center, div#wrapper section#dinnerparty .header .center, div#wrapper section#ride .header .center, div#wrapper section#weekend .header .center {
    margin-left: 20px; }
  div#wrapper section#fashion .header .center h4 span, div#wrapper section#home .header .center h4 span, div#wrapper section#dinnerparty .header .center h4 span, div#wrapper section#ride .header .center h4 span, div#wrapper section#weekend .header .center h4 span {
    font-size: 10px;
    line-height: 1.5; }
  div#wrapper section#results .header .cta-right, div#wrapper section#lifestyles .header .cta-right, div#wrapper section#fashion .header .cta-right, div#wrapper section#home .header .cta-right, div#wrapper section#dinnerparty .header .cta-right, div#wrapper section#ride .header .cta-right, div#wrapper section#weekend .header .cta-right {
    flex-flow: row nowrap;
    position: unset;
    margin-top: 12px; }
  div#wrapper section#results .header .cta-right input.nav.next, div#wrapper section#lifestyles .header .cta-right input.nav.next, div#wrapper section#fashion .header .cta-right input.nav.next, div#wrapper section#home .header .cta-right input.nav.next, div#wrapper section#dinnerparty .header .cta-right input.nav.next, div#wrapper section#ride .header .cta-right input.nav.next, div#wrapper section#weekend .header .cta-right input.nav.next {
    padding: 0; }
  div#wrapper section#results .header .top-logo img {
    width: 75px; }
  div#wrapper section#results .header .center {
    margin-left: 20px; }
  div#wrapper section#results .header .cta-right input.nav.previous, div#wrapper section#lifestyles .header .cta-right input.nav.previous, div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.previous {
    padding: 5px;
    margin-top: 0;
    margin-right: 15px;
    white-space: unset;
    min-width: 70px; }
  div#wrapper section#results .header .cta-right input.nav.prev {
    font-size: 10px; }
  section#lifestyles .container .choice {
    flex: 0 0 95%; }
  section#lifestyles .container .choice > div {
    min-width: 190px; }
  section#lifestyles .container .choice > div img {
    /*    min-width: 190px;
    max-width: 190px;*/ }
  div#wrapper section#results .container .main .right .top div#color-best-container ul li {
    height: 125px;
    min-width: 120px; }
  div#wrapper section#results .container .main .right .bottom h4 {
    line-height: 1.5; }
  div#wrapper section#results .container .main .right .top div#color-best-container ul {
    justify-content: space-between; }
  div#wrapper section#results .container .main .right .bottom .makeit-colors .color-makeit-container ul {
    justify-content: space-between; }
  div#wrapper section#results .container .main .right .bottom .makeit-colors .color-makeit-container ul li span {
    width: 120px;
    height: 110px; }
  div#wrapper section#results .container .top .result {
    flex-flow: column nowrap; }
  div#wrapper section#results .container .top .result .result-text {
    padding: 20px 0; }
  div#wrapper section#results .container .main #color-main-preview {
    width: 100%;
    margin: 0; }
  div#wrapper section#results .container .main #color-main-preview .color-background > div {
    flex-flow: row wrap; }
  div#wrapper section#results .container .main #color-main-preview .color-background > div input {
    width: 48%;
    margin-bottom: 5px; }
  div#wrapper section#results .container .main .right .top div#color-best-container ul li .color-type span {
    font-size: 12px; }
  div#wrapper section#results .container .main .left {
    flex-flow: column nowrap;
    max-width: unset;
    width: 100%; }
  div#wrapper section#results .container .main .left #color-more-container ul {
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between; }
  div#wrapper section#results .header .cta-right input.nav.prev {
    font-size: 10px;
    margin-top: 0; }
  section#print {
    max-width: unset; }
  section#print article.print-main .left div#print-color-main-preview {
    width: 230px;
    height: 300px; }
  section#print article.print-best div#print-color-best-container ul {
    flex-flow: row wrap; }
  section#print article.print-best div#print-color-best-container ul li {
    flex: 0 0 44%;
    margin-bottom: 10px; }
  section#print article.print-soft div#print-color-soft-container ul, section#print article.print-soft div#print-color-muted-container ul, section#print article.print-soft div#print-color-bold-container ul, section#print article.print-muted div#print-color-soft-container ul, section#print article.print-muted div#print-color-muted-container ul, section#print article.print-muted div#print-color-bold-container ul, section#print article.print-bold div#print-color-soft-container ul, section#print article.print-bold div#print-color-muted-container ul, section#print article.print-bold div#print-color-bold-container ul {
    flex-flow: row wrap; }
  section#print article.print-soft div#print-color-soft-container ul li, section#print article.print-soft div#print-color-muted-container ul li, section#print article.print-soft div#print-color-bold-container ul li, section#print article.print-muted div#print-color-soft-container ul li, section#print article.print-muted div#print-color-muted-container ul li, section#print article.print-muted div#print-color-bold-container ul li, section#print article.print-bold div#print-color-soft-container ul li, section#print article.print-bold div#print-color-muted-container ul li, section#print article.print-bold div#print-color-bold-container ul li {
    flex: 0 0 43%;
    margin-bottom: 10px; }
  div#wrapper section#results .container .main .left #color-more-container ul li span {
    width: 70px;
    height: 70px;
    margin: 0 auto; }
  div#color-more-container {
    width: 100%; }
  div#wrapper section#results .container .main .left #color-more-container ul li p {
    text-align: center; }
  div#wrapper section#lifestyles .container .choice {
    flex: 0 0 95%; }
  input#select {
    margin-right: 0 !important; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  div#wrapper section#lifestyles .container .choice {
    flex: 45%; }
  div#wrapper section#homepage .container .left .contain .cta .inner .split .split-left p, div#wrapper section#homepage .container .left .contain .cta .inner .split .split-right p {
    font-size: 12px; }
  div#wrapper section#results .header .center {
    margin-left: 10px; }
  div#wrapper section#results .header .center {
    margin-left: 10px; }
  div#wrapper section#fashion .header .center, div#wrapper section#home .header .center, div#wrapper section#dinnerparty .header .center, div#wrapper section#ride .header .center, div#wrapper section#weekend .header .center {
    margin-left: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  div#wrapper section .overlay > div h2 {
    font-size: 36px;
    text-align: center; }
  div#wrapper section .overlay > div img {
    max-width: 300px; }
  div#wrapper section#homepage .header {
    height: 180px; }
  div#wrapper section#homepage .header img {
    max-width: 550px; }
  div#wrapper section#homepage .header h1 {
    font-size: 22px; }
  div#wrapper section#homepage .header h1 img {
    max-width: 250px; }
  div#wrapper section#homepage .container .left {
    flex: 0 0 100%; }
  div#wrapper section#homepage .container .right {
    flex: 1 1 auto;
    padding: 20px 50px;
    margin-top: 20px; }
  div#wrapper section#fashion .container .choice, div#wrapper section#home .container .choice, div#wrapper section#dinnerparty .container .choice, div#wrapper section#ride .container .choice, div#wrapper section#weekend .container .choice {
    flex: 0 0 23%;
    /*    min-width: 300px;*/ }
  div#wrapper section#fashion .container .choice img, div#wrapper section#home .container .choice img, div#wrapper section#dinnerparty .container .choice img, div#wrapper section#ride .container .choice img, div#wrapper section#weekend .container .choice img {
    /*    max-width: 145px;
    max-height: 145px;*/ }
  div#wrapper section#fashion .container .choice ul li, div#wrapper section#home .container .choice ul li, div#wrapper section#dinnerparty .container .choice ul li, div#wrapper section#ride .container .choice ul li, div#wrapper section#weekend .container .choice ul li {
    font-size: 9px; }
  div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.previous {
    font-size: 10px; }
  section#lifestyles .container .choice {
    flex: 0 0 23%;
    /*    min-width: 300px;*/ }
  section#lifestyles .container .choice ul li {
    font-size: 9px; }
  section#lifestyles .container .choice > div {
    /*    min-width: 145px;*/ }
  section#lifestyles .container .choice > div img {
    width: 100%;
    /*    min-width: 145px;
    max-width: 145px;*/ }
  section#lifestyles .container .choice > div span {
    font-size: 12px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  div#wrapper section#fashion .container, div#wrapper section#home .container, div#wrapper section#dinnerparty .container, div#wrapper section#ride .container, div#wrapper section#weekend .container {
    justify-content: center; }
  div#wrapper section#fashion .container .choice, div#wrapper section#home .container .choice, div#wrapper section#dinnerparty .container .choice, div#wrapper section#ride .container .choice, div#wrapper section#weekend .container .choice {
    flex: 0 0 46%;
    min-width: 300px; }
  div#wrapper section#results .header .cta-right, div#wrapper section#fashion .header .cta-right, div#wrapper section#home .header .cta-right, div#wrapper section#dinnerparty .header .cta-right, div#wrapper section#ride .header .cta-right, div#wrapper section#weekend .header .cta-right {
    flex-flow: column-reverse; }
  div#wrapper section#results .header .cta-right input.nav.previous, div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.previous {
    margin-top: 10px;
    margin-right: 0; }
  div#wrapper section#results .header .center h4, div#wrapper section#fashion .header .center h4, div#wrapper section#home .header .center h4, div#wrapper section#dinnerparty .header .center h4, div#wrapper section#ride .header .center h4, div#wrapper section#weekend .header .center h4 {
    font-size: 12px; }
  div#wrapper section#results .header .center h4 img, div#wrapper section#fashion .header .center h4 img, div#wrapper section#home .header .center h4 img, div#wrapper section#dinnerparty .header .center h4 img, div#wrapper section#ride .header .center h4 img, div#wrapper section#weekend .header .center h4 img {
    max-width: 180px; }
  div#wrapper section#lifestyles .container .choice {
    flex: 0 0 47%;
    min-width: 300px; }
  div#wrapper section#results .container .main {
    display: flex;
    margin: 15px;
    flex-flow: row wrap;
    justify-content: center; }
  div#wrapper section#results .container .main .right {
    margin-top: 25px; }
  div#wrapper section#results .container .main .right .top div#color-best-container ul li {
    flex: 0 0 22%;
    height: 150px;
    min-width: 145px; }
  div#wrapper section#results .container .top .result img {
    max-height: 120px; }
  div#wrapper section#results .header .cta-right input.nav.prev {
    margin-right: 0;
    margin-top: 10px; }
  section#print {
    max-width: 700px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  div#wrapper section#results .container .main .right .top div#color-best-container ul li {
    flex: 0 0 44%;
    height: 145px;
    min-width: 145px; }
  div#wrapper section#results .header .cta-right, div#wrapper section#fashion .header .cta-right, div#wrapper section#home .header .cta-right, div#wrapper section#dinnerparty .header .cta-right, div#wrapper section#ride .header .cta-right, div#wrapper section#weekend .header .cta-right {
    flex-flow: column-reverse; }
  div#wrapper section#results .header .cta-right input.nav.previous, div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.previous {
    margin-top: 10px;
    margin-right: 0; }
  div#wrapper section#results .header .cta-right input.nav.prev {
    margin-right: 0;
    margin-top: 10px; }
  div#wrapper section#homepage .container .left .contain .cta .inner h2 {
    font-size: 24px !important; }
  div#wrapper section#lifestyles .container .choice {
    flex: 0 0 31%; } }

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  div#wrapper section#homepage .container .left .contain .main ul {
    justify-content: flex-start; }
  /*  div#wrapper section#homepage .container .left .contain .main ul li {
    flex: 0 0 30.25%;
  }*/
  div#wrapper section#homepage .container .right {
    padding: 20px; }
  div#wrapper section#fashion .container .choice, div#wrapper section#home .container .choice, div#wrapper section#dinnerparty .container .choice, div#wrapper section#ride .container .choice, div#wrapper section#weekend .container .choice {
    flex: 0 0 23%; }
  div#wrapper section#fashion .container .choice img, div#wrapper section#home .container .choice img, div#wrapper section#dinnerparty .container .choice img, div#wrapper section#ride .container .choice img, div#wrapper section#weekend .container .choice img {
    /*    min-width: 175px;
    max-width: 175px;*/ }
  div#wrapper section#fashion .container .choice ul li, div#wrapper section#home .container .choice ul li, div#wrapper section#dinnerparty .container .choice ul li, div#wrapper section#ride .container .choice ul li, div#wrapper section#weekend .container .choice ul li {
    font-size: 11px; }
  div#wrapper section#lifestyles .container .choice {
    flex: 0 0 23%;
    /*    min-width: 300px;*/ }
  section#lifestyles .container .choice ul li {
    font-size: 11px; }
  section#lifestyles .container .choice > div {
    /*    max-width: 175px;
    min-width: 175px;*/ }
  section#lifestyles .container .choice > div img {
    width: 100%;
    /*   min-width: 175px;
    max-width: 175px;*/ }
  section#lifestyles .container .choice > div span {
    font-size: 12px; }
  div#wrapper section#results .container .main .right .top div#color-best-container ul li {
    flex: 0 0 29%;
    min-width: 155px; }
  div#wrapper section#results .header .cta-right, div#wrapper section#fashion .header .cta-right, div#wrapper section#home .header .cta-right, div#wrapper section#dinnerparty .header .cta-right, div#wrapper section#ride .header .cta-right, div#wrapper section#weekend .header .cta-right {
    flex-flow: column-reverse; }
  div#wrapper section#results .header .cta-right input.nav.previous, div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.previous {
    margin-top: 10px;
    margin-right: 0; }
  div#wrapper section#results .header .cta-right input.nav.prev {
    margin-right: 0;
    margin-top: 10px; }
  div#wrapper section#homepage .container .left .contain .main {
    height: unset;
    overflow-y: hidden; }
  div#wrapper section#homepage .container .left .contain .cta {
    top: 65%; } }

/* iphone X PORTRAIT */
/* iphone X LANDSCAPE */
@media only screen and (device-width: 812px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 3) {
  div#wrapper section#homepage .header {
    height: 150px; }
  div#wrapper section#homepage .header img {
    max-width: 450px; }
  div#wrapper section#homepage .header h1 {
    font-size: 20px; }
  div#wrapper section#homepage .header h1 img {
    max-width: 230px; }
  div#wrapper section#results .header .cta-right, div#wrapper section#lifestyles .header .cta-right, div#wrapper section#fashion .header .cta-right, div#wrapper section#home .header .cta-right, div#wrapper section#dinnerparty .header .cta-right, div#wrapper section#ride .header .cta-right, div#wrapper section#weekend .header .cta-right {
    flex-flow: column-reverse; }
  div#wrapper section#results .header .cta-right input.nav.previous, div#wrapper section#lifestyles .header .cta-right input.nav.previous, div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.previous {
    margin-top: 10px;
    margin-right: 0; }
  div#wrapper section#results .header .cta-right input.nav.next, div#wrapper section#lifestyles .header .cta-right input.nav.next, div#wrapper section#fashion .header .cta-right input.nav.next, div#wrapper section#home .header .cta-right input.nav.next, div#wrapper section#dinnerparty .header .cta-right input.nav.next, div#wrapper section#ride .header .cta-right input.nav.next, div#wrapper section#weekend .header .cta-right input.nav.next {
    padding: 10px 10px;
    font-size: 10px; }
  div#wrapper section#results .header .center h4, div#wrapper section#lifestyles .header .center h4, div#wrapper section#fashion .header .center h4, div#wrapper section#home .header .center h4, div#wrapper section#dinnerparty .header .center h4, div#wrapper section#ride .header .center h4, div#wrapper section#weekend .header .center h4 {
    font-size: 12px; }
  div#wrapper section#results .header .center h4 img, div#wrapper section#lifestyles .header .center h4 img, div#wrapper section#fashion .header .center h4 img, div#wrapper section#home .header .center h4 img, div#wrapper section#dinnerparty .header .center h4 img, div#wrapper section#ride .header .center h4 img, div#wrapper section#weekend .header .center h4 img {
    max-width: 180px; }
  div#wrapper section#results .header .cta-right input.nav.prev {
    font-size: 10px;
    margin-right: 0;
    margin-top: 10px; }
  div#wrapper section#homepage .container .left {
    flex: 0 0 100%;
    border: solid 1px #5C6670; }
  div#wrapper section#homepage .container .left .contain .cta .inner {
    padding: 25px; }
  div#wrapper section#homepage .container .left .contain .cta .inner h2 {
    font-size: 20px; }
  div#wrapper section#homepage .container .right {
    flex: 1 1 auto;
    padding: 20px 50px;
    margin-top: 20px; }
  div#wrapper section#homepage .container .right p {
    font-size: 14px; }
  /* div#wrapper section#homepage .container .left .contain .main ul li {
    flex: 0 0 21%;
  }
*/
  div#wrapper section#fashion .container .choice, div#wrapper section#home .container .choice, div#wrapper section#dinnerparty .container .choice, div#wrapper section#ride .container .choice, div#wrapper section#weekend .container .choice {
    flex: 0 0 46.75%;
    min-width: 285px; }
  div#wrapper section#fashion .container .choice ul li, div#wrapper section#home .container .choice ul li, div#wrapper section#dinnerparty .container .choice ul li, div#wrapper section#ride .container .choice ul li, div#wrapper section#weekend .container .choice ul li {
    font-size: 11px; }
  div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.previous {
    font-size: 10px; }
  div#wrapper section#fashion .container, div#wrapper section#home .container, div#wrapper section#dinnerparty .container, div#wrapper section#ride .container, div#wrapper section#weekend .container {
    justify-content: center; }
  section#lifestyles .container .choice {
    flex: 0 0 46.75%;
    min-width: 300px; }
  section#lifestyles .container .choice > div {
    min-width: 135px; }
  section#lifestyles .container .choice > div span {
    font-size: 14px; }
  div#wrapper section#results .container .main {
    flex-flow: row wrap;
    justify-content: center; }
  div#wrapper section#results .container .main .right .top div#color-best-container ul li {
    flex: 0 0 22%;
    height: 150px; }
  div#wrapper section#results .container .main .right {
    margin-top: 20px; }
  div#wrapper section#fashion .container, div#wrapper section#home .container, div#wrapper section#dinnerparty .container, div#wrapper section#ride .container, div#wrapper section#weekend .container {
    flex-flow: row wrap; }
  section#lifestyles .container {
    flex-flow: row wrap; } }

/*NOTE 10+ Landscape */
@media only screen and (min-width: 770px) and (max-width: 869px) and (orientation: landscape) {
  div#wrapper section#homepage .container .left .contain .cta {
    top: 30%; }
  div#wrapper section#homepage .header {
    height: 150px; }
  div#wrapper section#homepage .header img {
    max-width: 450px; }
  div#wrapper section#homepage .header h1 {
    font-size: 20px; }
  div#wrapper section#homepage .header h1 img {
    max-width: 230px; }
  div#wrapper section#results .header .cta-right, div#wrapper section#lifestyles .header .cta-right, div#wrapper section#fashion .header .cta-right, div#wrapper section#home .header .cta-right, div#wrapper section#dinnerparty .header .cta-right, div#wrapper section#ride .header .cta-right, div#wrapper section#weekend .header .cta-right {
    flex-flow: column-reverse; }
  div#wrapper section#results .header .cta-right input.nav.previous, div#wrapper section#lifestyles .header .cta-right input.nav.previous, div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.previous {
    margin-top: 10px;
    margin-right: 0; }
  div#wrapper section#results .header .cta-right input.nav.next, div#wrapper section#lifestyles .header .cta-right input.nav.next, div#wrapper section#fashion .header .cta-right input.nav.next, div#wrapper section#home .header .cta-right input.nav.next, div#wrapper section#dinnerparty .header .cta-right input.nav.next, div#wrapper section#ride .header .cta-right input.nav.next, div#wrapper section#weekend .header .cta-right input.nav.next {
    padding: 10px 10px;
    font-size: 10px; }
  div#wrapper section#results .header .center h4, div#wrapper section#lifestyles .header .center h4, div#wrapper section#fashion .header .center h4, div#wrapper section#home .header .center h4, div#wrapper section#dinnerparty .header .center h4, div#wrapper section#ride .header .center h4, div#wrapper section#weekend .header .center h4 {
    font-size: 12px; }
  div#wrapper section#results .header .center h4 img, div#wrapper section#lifestyles .header .center h4 img, div#wrapper section#fashion .header .center h4 img, div#wrapper section#home .header .center h4 img, div#wrapper section#dinnerparty .header .center h4 img, div#wrapper section#ride .header .center h4 img, div#wrapper section#weekend .header .center h4 img {
    max-width: 180px; }
  div#wrapper section#results .header .cta-right input.nav.prev {
    font-size: 10px;
    margin-right: 0;
    margin-top: 10px; }
  div#wrapper section#homepage .container .left {
    flex: 0 0 100%; }
  div#wrapper section#homepage .container .left .contain .cta .inner {
    padding: 25px; }
  div#wrapper section#homepage .container .left .contain .cta .inner h2 {
    font-size: 20px; }
  div#wrapper section#homepage .container .right {
    flex: 1 1 auto;
    padding: 20px 50px;
    margin-top: 20px; }
  div#wrapper section#homepage .container .right p {
    font-size: 14px; }
  /* div#wrapper section#homepage .container .left .contain .main ul li {
    flex: 0 0 21%;
  }
*/
  div#wrapper section#fashion .container .choice, div#wrapper section#home .container .choice, div#wrapper section#dinnerparty .container .choice, div#wrapper section#ride .container .choice, div#wrapper section#weekend .container .choice {
    flex: 0 0 46.75%;
    min-width: 285px; }
  div#wrapper section#fashion .container .choice img, div#wrapper section#home .container .choice img, div#wrapper section#dinnerparty .container .choice img, div#wrapper section#ride .container .choice img, div#wrapper section#weekend .container .choice img {
    /*   max-width: 135px;
    max-height: 135px;*/ }
  div#wrapper section#fashion .container .choice ul li, div#wrapper section#home .container .choice ul li, div#wrapper section#dinnerparty .container .choice ul li, div#wrapper section#ride .container .choice ul li, div#wrapper section#weekend .container .choice ul li {
    font-size: 11px; }
  div#wrapper section#fashion .header .cta-right input.nav.previous, div#wrapper section#home .header .cta-right input.nav.previous, div#wrapper section#dinnerparty .header .cta-right input.nav.previous, div#wrapper section#ride .header .cta-right input.nav.previous, div#wrapper section#weekend .header .cta-right input.nav.previous {
    font-size: 10px; }
  div#wrapper section#fashion .container, div#wrapper section#home .container, div#wrapper section#dinnerparty .container, div#wrapper section#ride .container, div#wrapper section#weekend .container {
    justify-content: center; }
  section#lifestyles .container .choice {
    flex: 0 0 46.75%;
    min-width: 300px; }
  section#lifestyles .container .choice > div {
    min-width: 135px; }
  section#lifestyles .container .choice > div img {
    width: 100%; }
  section#lifestyles .container .choice > div span {
    font-size: 14px; }
  div#wrapper section#results .container .main {
    flex-flow: row wrap;
    justify-content: center; }
  div#wrapper section#results .container .main .right .top div#color-best-container ul li {
    flex: 0 0 22%;
    height: 150px; }
  div#wrapper section#results .container .main .right {
    margin-top: 20px; }
  div#wrapper section#fashion .container, div#wrapper section#home .container, div#wrapper section#dinnerparty .container, div#wrapper section#ride .container, div#wrapper section#weekend .container {
    flex-flow: row wrap; }
  section#lifestyles .container .choice ul li {
    font-size: 11px; }
  section#lifestyles .container {
    flex-flow: row wrap; }
  div#wrapper section#lifestyles .container .choice {
    flex: 45%; }
  div#wrapper section#results .header .center {
    margin-left: 10px; }
  div#wrapper section#results .header .center {
    margin-left: 10px; }
  div#wrapper section#fashion .header .center, div#wrapper section#home .header .center, div#wrapper section#dinnerparty .header .center, div#wrapper section#ride .header .center, div#wrapper section#weekend .header .center {
    margin-left: 10px; }
  div#wrapper section#results .container .top {
    width: unset !important; } }

/*NOTE 10+ Portrait */
/* ----------------------------------------------
 * Generated by Animista on 2021-3-26 16:57:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-3-26 17:0:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

img#color-logo {
  display: none; }

@media only screen and (max-width: 767px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  .top-logo img {
    width: 100%;
    max-width: unset !important;
    height: 65px; } }

@media only screen and (min-width: 1441px) {
  .top-logo img {
    width: 100%;
    max-width: unset !important;
    height: 85px; } }

/*iPhone 13 and iPhone 13 Pro Landscape*/
/* 2532x1170 pixels at 460ppi */
@media only screen and (device-width: 844px) and (device-height: 390px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  div#wrapper section#homepage .container .left .contain .cta {
    top: 30%; } }

/*iPhone 13 Pro Max Landscape*/
@media only screen and (device-width: 929px) and (device-height: 428px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  div#wrapper section#homepage .container .left .contain .cta {
    top: 30%; } }

/*BRANDS STYLING*/
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.hallmanlindsay div#wrapper {
    padding-top: 450px; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  body.hallmanlindsay div#wrapper {
    padding-top: 600px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.hallmanlindsay div#wrapper {
    padding-top: 750px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.hallmanlindsay div#wrapper {
    padding-top: 950px; } }

body.roddapaint {
  /*NOTE 10+ Landscape */ }

body.roddapaint div#wrapper section#fashion .header, body.roddapaint div#wrapper section#home .header, body.roddapaint div#wrapper section#dinnerparty .header, body.roddapaint div#wrapper section#ride .header, body.roddapaint div#wrapper section#weekend .header {
  background-color: #f8d347; }

body.roddapaint div#wrapper section#fashion .header .top-logo img, body.roddapaint div#wrapper section#home .header .top-logo img, body.roddapaint div#wrapper section#dinnerparty .header .top-logo img, body.roddapaint div#wrapper section#ride .header .top-logo img, body.roddapaint div#wrapper section#weekend .header .top-logo img {
  max-width: 300px; }

body.roddapaint div#wrapper section#fashion .header .top-logo, body.roddapaint div#wrapper section#home .header .top-logo, body.roddapaint div#wrapper section#dinnerparty .header .top-logo, body.roddapaint div#wrapper section#ride .header .top-logo, body.roddapaint div#wrapper section#weekend .header .top-logo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%; }

body.roddapaint div#wrapper section#fashion .header a.button-homepage, body.roddapaint div#wrapper section#home .header a.button-homepage, body.roddapaint div#wrapper section#dinnerparty .header a.button-homepage, body.roddapaint div#wrapper section#ride .header a.button-homepage, body.roddapaint div#wrapper section#weekend .header a.button-homepage {
  font-weight: 600; }

body.roddapaint div#wrapper section#fashion .header a.button-homelink, body.roddapaint div#wrapper section#home .header a.button-homelink, body.roddapaint div#wrapper section#dinnerparty .header a.button-homelink, body.roddapaint div#wrapper section#ride .header a.button-homelink, body.roddapaint div#wrapper section#weekend .header a.button-homelink {
  font-weight: 600;
  text-transform: capitalize; }

body.roddapaint div#wrapper section#lifestyles .header, body.roddapaint div#wrapper section#results .header {
  background-color: #f8d347; }

body.roddapaint div#wrapper section#lifestyles .header .top-logo img, body.roddapaint div#wrapper section#results.header .top-logo img {
  max-width: 300px; }

body.roddapaint div#wrapper section#lifestyles .top-logo, body.roddapaint div#wrapper section#results .top-logo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%; }

body.roddapaint div#wrapper section#lifestyles .header a.button-homepage {
  font-weight: 600; }

body.roddapaint div#wrapper section#lifestyles .header a.button-homelink {
  font-weight: 600; }

body.roddapaint div#wrapper section#results .header .cta-right input.nav.prev {
  font-weight: 600; }

body.roddapaint div#wrapper section#results .header .cta-right input.nav.next {
  font-weight: 600; }

body.roddapaint div#wrapper section#results .header .cta-right input.nav.prev {
  margin-top: 0; }

@media only screen and (max-width: 767px) {
  body.roddapaint div#wrapper section#fashion .header, body.roddapaint div#wrapper section#home .header, body.roddapaint div#wrapper section#dinnerparty .header, body.roddapaint div#wrapper section#ride .header, body.roddapaint div#wrapper section#weekend .header {
    flex-flow: column nowrap;
    align-items: flex-start;
    height: auto;
    padding-bottom: 10px; }
  body.roddapaint div#wrapper section#lifestyles .header, body.roddapaint div#wrapper section#results .header {
    flex-flow: column nowrap;
    align-items: flex-start;
    height: auto;
    padding-bottom: 10px; }
  body.roddapaint div#wrapper section#fashion .header .center h4 span, body.roddapaint div#wrapper section#home .header .center h4 span, body.roddapaint div#wrapper section#dinnerparty .header .center h4 span, body.roddapaint div#wrapper section#ride .header .center h4 span, body.roddapaint div#wrapper section#weekend .header .center h4 span {
    line-height: 1; }
  body.roddapaint div#wrapper section#results .header .center h4 {
    align-items: FLEX-START; }
  body.roddapaint div#wrapper section#fashion .header .top-logo img, body.roddapaint div#wrapper section#home .header .top-logo img, body.roddapaint div#wrapper section#dinnerparty .header .top-logo img, body.roddapaint div#wrapper section#ride .header .top-logo img, body.roddapaint div#wrapper section#weekend .header .top-logo img {
    max-width: 200px;
    width: unset;
    margin-top: 10px; }
  body.roddapaint div#wrapper section#lifestyles .header .top-logo img, body.roddapaint body.roddapaint div#wrapper section#results.header .top-logo img {
    max-width: 200px;
    width: unset;
    margin-top: 10px; }
  body.roddapaint div#wrapper section#results .header .top-logo img {
    max-width: 200px;
    width: unset;
    margin-top: 10px; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.prev {
    font-size: 12px;
    margin-right: unset;
    margin-top: unset;
    padding: 0; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#lifestyles .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#fashion .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#home .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#dinnerparty .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#ride .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#weekend .header .cta-right input.nav.previous {
    padding: 5px;
    margin-top: 0;
    margin-right: 15px;
    white-space: unset;
    min-width: 70px;
    position: absolute;
    top: 35px;
    right: 10px; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.next {
    color: #5C6670;
    font-size: 12px;
    padding: 0; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#lifestyles .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#fashion .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#home .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#dinnerparty .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#ride .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#weekend .header .cta-right input.nav.previous {
    position: absolute;
    top: 25px;
    right: 10px; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.roddapaint section#print header {
    flex-flow: column nowrap; }
  body.roddapaint .top-right {
    margin-top: 20px; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#lifestyles .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#fashion .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#home .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#dinnerparty .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#ride .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#weekend .header .cta-right input.nav.previous {
    padding: 5px;
    margin-top: 0;
    margin-right: 0;
    white-space: unset;
    min-width: 70px;
    position: absolute;
    top: 35px;
    right: 0;
    white-space: nowrap; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.roddapaint {
    /*    .header .center, div#wrapper section#lifestyles .header .center, div#wrapper section#fashion .header .center, div#wrapper section#home .header .center, div#wrapper section#dinnerparty .header .center, div#wrapper section#ride .header .center, div#wrapper section#weekend .header .center {
      max-width: 300px !important;
      margin-top: 0 !important;
    }*/ }
  body.roddapaint div#wrapper section#fashion .header, body.roddapaint div#wrapper section#home .header, body.roddapaint div#wrapper section#dinnerparty .header, body.roddapaint div#wrapper section#ride .header, body.roddapaint div#wrapper section#weekend .header {
    flex-flow: column nowrap;
    align-items: flex-start;
    height: auto;
    padding-bottom: 10px; }
  body.roddapaint div#wrapper section#lifestyles .header, body.roddapaint div#wrapper section#results .header {
    flex-flow: column nowrap;
    align-items: flex-start;
    height: auto;
    padding-bottom: 10px; }
  body.roddapaint div#wrapper section#fashion .header .center h4 span, body.roddapaint div#wrapper section#home .header .center h4 span, body.roddapaint div#wrapper section#dinnerparty .header .center h4 span, body.roddapaint div#wrapper section#ride .header .center h4 span, body.roddapaint div#wrapper section#weekend .header .center h4 span {
    line-height: 1; }
  body.roddapaint div#wrapper section#results .header .center h4 {
    align-items: FLEX-START; }
  body.roddapaint div#wrapper section#fashion .header .top-logo img, body.roddapaint div#wrapper section#home .header .top-logo img, body.roddapaint div#wrapper section#dinnerparty .header .top-logo img, body.roddapaint div#wrapper section#ride .header .top-logo img, body.roddapaint div#wrapper section#weekend .header .top-logo img {
    max-width: 200px;
    width: unset;
    margin-top: 10px; }
  body.roddapaint div#wrapper section#lifestyles .header .top-logo img, body.roddapaint body.roddapaint div#wrapper section#results.header .top-logo img {
    max-width: 200px;
    width: unset;
    margin-top: 10px; }
  body.roddapaint div#wrapper section#results .header .top-logo img {
    max-width: 200px;
    width: unset;
    margin-top: 10px; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.prev {
    font-size: 12px;
    margin-right: unset;
    margin-top: unset;
    padding: 0; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#lifestyles .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#fashion .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#home .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#dinnerparty .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#ride .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#weekend .header .cta-right input.nav.previous {
    padding: 5px;
    padding: 5px;
    margin-top: 0;
    margin-right: 0;
    white-space: unset;
    min-width: 70px;
    position: absolute;
    top: 35px;
    right: 0;
    white-space: nowrap; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.next {
    color: #5C6670;
    font-size: 12px;
    padding: 0; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#lifestyles .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#fashion .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#home .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#dinnerparty .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#ride .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#weekend .header .cta-right input.nav.previous {
    position: absolute;
    top: 25px;
    right: 10px; }
  body.roddapaint .header .center, body.roddapaint div#wrapper section#lifestyles .header .center, body.roddapaint div#wrapper section#fashion .header .center, body.roddapaint div#wrapper section#home .header .center, body.roddapaint div#wrapper section#dinnerparty .header .center, body.roddapaint div#wrapper section#ride .header .center, body.roddapaint div#wrapper section#weekend .header .center {
    margin-left: 20px; }
  body.roddapaint .top-logo img {
    height: 85px; }
  body.roddapaint div#wrapper section#results .header .center, body.roddapaint div#wrapper section#lifestyles .header .center, body.roddapaint div#wrapper section#fashion .header .center, body.roddapaint div#wrapper section#home .header .center, body.roddapaint div#wrapper section#dinnerparty .header .center, body.roddapaint div#wrapper section#ride .header .center, body.roddapaint div#wrapper section#weekend .header .center {
    margin-top: 20px !important;
    margin-left: 20px !important; }
  body.roddapaint div#wrapper section#fashion .header .center h3, body.roddapaint div#wrapper section#home .header .center h3, body.roddapaint div#wrapper section#dinnerparty .header .center h3, body.roddapaint div#wrapper section#ride .header .center h3, body.roddapaint div#wrapper section#weekend .header .center h3 {
    font-size: 22px; }
  body.roddapaint div#wrapper section#results .header .center h4, body.roddapaint div#wrapper section#fashion .header .center h4, body.roddapaint div#wrapper section#home .header .center h4, body.roddapaint div#wrapper section#dinnerparty .header .center h4, body.roddapaint div#wrapper section#ride .header .center h4, body.roddapaint div#wrapper section#weekend .header .center h4 {
    font-size: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.roddapaint div#wrapper section#fashion .header .top-logo, body.roddapaint div#wrapper section#home .header .top-logo, body.roddapaint div#wrapper section#dinnerparty .header .top-logo, body.roddapaint div#wrapper section#ride .header .top-logo, body.roddapaint div#wrapper section#weekend .header .top-logo {
    align-items: center;
    justify-content: center;
    height: 100%; }
  body.roddapaint div#wrapper section#lifestyles .top-logo, body.roddapaint body.roddapaint div#wrapper section#results .top-logo {
    align-items: center;
    justify-content: center;
    height: 100%; }
  body.roddapaint div#wrapper section#lifestyles .top-logo, body.roddapaint div#wrapper section#results .top-logo {
    align-items: center;
    justify-content: center;
    height: 100%; }
  body.roddapaint .header .center, body.roddapaint div#wrapper section#lifestyles .header .center, body.roddapaint div#wrapper section#fashion .header .center, body.roddapaint div#wrapper section#home .header .center, body.roddapaint div#wrapper section#dinnerparty .header .center, body.roddapaint div#wrapper section#ride .header .center, body.roddapaint div#wrapper section#weekend .header .center {
    max-width: 400px !important;
    margin-top: 0;
    width: 100% !important;
    /* max-width: unset !important; */
    height: unset; }
  body.roddapaint div#wrapper section#results .header .center h4 {
    align-items: flex-start; }
  body.roddapaint div#wrapper section#results .header .center {
    margin-left: 20px; } }

@media only screen and (min-width: 770px) and (max-width: 869px) and (orientation: landscape) {
  body.roddapaint div#wrapper section#fashion .header, body.roddapaint div#wrapper section#home .header, body.roddapaint div#wrapper section#dinnerparty .header, body.roddapaint div#wrapper section#ride .header, body.roddapaint div#wrapper section#weekend .header {
    flex-flow: column nowrap;
    align-items: flex-start;
    height: auto;
    padding-bottom: 10px; }
  body.roddapaint div#wrapper section#lifestyles .header, body.roddapaint div#wrapper section#results .header {
    flex-flow: column nowrap;
    align-items: flex-start;
    height: auto;
    padding-bottom: 10px; }
  body.roddapaint div#wrapper section#fashion .header .center h4 span, body.roddapaint div#wrapper section#home .header .center h4 span, body.roddapaint div#wrapper section#dinnerparty .header .center h4 span, body.roddapaint div#wrapper section#ride .header .center h4 span, body.roddapaint div#wrapper section#weekend .header .center h4 span {
    line-height: 1; }
  body.roddapaint div#wrapper section#results .header .center h4 {
    align-items: FLEX-START; }
  body.roddapaint div#wrapper section#fashion .header .top-logo img, body.roddapaint div#wrapper section#home .header .top-logo img, body.roddapaint div#wrapper section#dinnerparty .header .top-logo img, body.roddapaint div#wrapper section#ride .header .top-logo img, body.roddapaint div#wrapper section#weekend .header .top-logo img {
    max-width: 200px;
    width: unset;
    margin-top: 10px; }
  body.roddapaint div#wrapper section#lifestyles .header .top-logo img, body.roddapaint body.roddapaint div#wrapper section#results.header .top-logo img {
    max-width: 200px;
    width: unset;
    margin-top: 10px; }
  body.roddapaint div#wrapper section#results .header .top-logo img {
    max-width: 200px;
    width: unset;
    margin-top: 10px; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.prev {
    font-size: 12px;
    margin-right: unset;
    margin-top: unset;
    padding: 0; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#lifestyles .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#fashion .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#home .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#dinnerparty .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#ride .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#weekend .header .cta-right input.nav.previous {
    padding: 5px;
    margin-top: 0;
    margin-right: 15px;
    white-space: unset;
    min-width: 70px;
    position: absolute;
    top: 35px;
    right: 10px; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.next {
    color: #5C6670;
    font-size: 12px;
    padding: 0; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#lifestyles .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#fashion .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#home .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#dinnerparty .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#ride .header .cta-right input.nav.previous, body.roddapaint body.roddapaint div#wrapper section#weekend .header .cta-right input.nav.previous {
    position: absolute;
    top: 25px;
    right: 10px; }
  body.roddapaint div#wrapper section#results .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#lifestyles .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#fashion .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#home .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#dinnerparty .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#ride .header .cta-right input.nav.previous, body.roddapaint div#wrapper section#weekend .header .cta-right input.nav.previous {
    padding: 5px;
    margin-top: 0;
    margin-right: 0;
    white-space: unset;
    min-width: 70px;
    position: absolute;
    top: 35px;
    right: 0;
    white-space: nowrap; }
  body.roddapaint .header .center, body.roddapaint body.roddapaint div#wrapper section#lifestyles .header .center, body.roddapaint body.roddapaint div#wrapper section#fashion .header .center, body.roddapaint body.roddapaint div#wrapper section#home .header .center, body.roddapaint body.roddapaint div#wrapper section#dinnerparty .header .center, body.roddapaint body.roddapaint div#wrapper section#ride .header .center, body.roddapaint body.roddapaint div#wrapper section#weekend .header .center {
    margin-top: 20px !important;
    margin-left: 20px !important; } }

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