@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i, 900, 900i");
.noDesktop {
  display: none !important; }

@media only screen and (max-width: 1100px) {
  .noDesktop {
    display: block !important; }
  .noLaptop {
    display: none !important; } }

@media only screen and (max-width: 900px) {
  .noDesktop, .noLaptop {
    display: block !important; }
  .noBigTablet {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .noDesktop, .noLaptop, .noBigTablet {
    display: block !important; }
  .noTablet {
    display: none !important; } }

@media only screen and (max-width: 650px) {
  .noDesktop, .noLaptop, .noBigTablet, .noTablet {
    display: block !important; }
  .noBigPhone {
    display: none !important; } }

@media only screen and (max-width: 450px) {
  .noDesktop, .noLaptop, .noBigTablet, .noTablet, .noBigPhone {
    display: block !important; }
  .noPhone {
    display: none !important; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

body {
  font-size: 62.5%; }

p, ul, ol, table {
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.3rem;
  font-size: 1.2rem;
  font-size: 1vw;
  letter-spacing: 0.025em;
  margin-bottom: 1.2em;
  color: #595959; }
  @media (max-width: 80rem) {
    p, ul, ol, table {
      font-size: 0.8rem; } }
  @media (min-width: 90rem) {
    p, ul, ol, table {
      font-size: 0.9rem; } }
p {
  margin-bottom: 1.1rem; }

a {
  color: #595959;
  text-decoration: none;
  transition: all 0.5s ease; }

sup {
  font-size: 0.5em !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
  color: #242f61;
  line-height: 1.1em;
  letter-spacing: 0.05em; }
  h1.magenta, h2.magenta, h3.magenta, h4.magenta, h5.magenta, h6.magenta {
    color: #eb1a74; }
  h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
    color: #93c53d; }
  h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
    color: #007ac1; }
  h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, h6.yellow {
    color: #fcd623; }
  h1.purple, h2.purple, h3.purple, h4.purple, h5.purple, h6.purple {
    color: #9685c5; }

h1 {
  font-size: 2.4rem;
  font-size: 4vw; }
  @media (max-width: 60rem) {
    h1 {
      font-size: 2.4rem; } }
  @media (min-width: 75rem) {
    h1 {
      font-size: 3rem; } }
h2 {
  font-size: 2.2rem;
  font-size: 3vw; }
  @media (max-width: 66.6666666667rem) {
    h2 {
      font-size: 2rem; } }
  @media (min-width: 93.3333333333rem) {
    h2 {
      font-size: 2.8rem; } }
h3 {
  font-size: 2rem;
  font-size: 2vw; }
  @media (max-width: 90rem) {
    h3 {
      font-size: 1.8rem; } }
  @media (min-width: 120rem) {
    h3 {
      font-size: 2.4rem; } }
h4 {
  font-size: 1.8rem;
  font-size: 1.8vw;
  line-height: 1.2em; }
  @media (max-width: 88.8888888889rem) {
    h4 {
      font-size: 1.6rem; } }
  @media (min-width: 122.2222222222rem) {
    h4 {
      font-size: 2.2rem; } }
h5 {
  font-size: 1rem;
  font-size: 1.4vw; }
  @media (max-width: 57.1428571429rem) {
    h5 {
      font-size: 0.8rem; } }
  @media (min-width: 71.4285714286rem) {
    h5 {
      font-size: 1rem; } }
h6 {
  font-size: 0.8rem;
  font-size: 1.2vw; }
  @media (max-width: 58.3333333333rem) {
    h6 {
      font-size: 0.7rem; } }
  @media (min-width: 66.6666666667rem) {
    h6 {
      font-size: 0.8rem; } }
@media only screen and (max-width: 1100px) {
  /*h1 {
		font-size: 3rem;
	}*/ }

@media only screen and (max-width: 450px) {
  /*h1 {
		font-size: 2.25rem;
	}*/ }

header, section, footer, aside, nav, main, article, figure {
  display: block;
  float: left;
  width: 100%; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

* {
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-text-size-adjust: none;
  box-sizing: border-box; }

.clearit {
  height: 0px;
  overflow: hidden;
  clear: both;
  width: 100%;
  display: block; }

html, .page {
  height: 100%; }

body {
  width: 100%; }

.page {
  overflow-x: hidden; }
  .page:after {
    content: "";
    display: table;
    clear: both; }

.page, .section {
  width: 100%;
  float: left; }

.section {
  overflow: hidden; }

img {
  width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic; }

.wrapper {
  width: calc(100% - 96px);
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  clear: both; }

.wrapper:after {
  content: "";
  display: table;
  clear: both; }

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .bg > a {
    display: block;
    float: left;
    width: 100%; }
  .bg span {
    float: left;
    width: 100%;
    display: block; }

.widthInd {
  display: none; }

p, ul, ol, table, blockquote {
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.3rem;
  font-size: 1.2rem;
  font-size: 1vw;
  letter-spacing: 0.025em; }
  @media (max-width: 80rem) {
    p, ul, ol, table, blockquote {
      font-size: 0.8rem; } }
  @media (min-width: 90rem) {
    p, ul, ol, table, blockquote {
      font-size: 0.9rem; } }
@media only screen and (max-width: 900px) {
  .wrapper {
    width: calc(100% - 36px); } }

@media only screen and (max-width: 450px) {
  .wrapper {
    padding-left: 0; } }

.logo {
  width: 100%;
  display: block;
  background-image: url(../img/gem-carpets-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0; }
  .logo span {
    width: 100%;
    display: block;
    float: left;
    padding-top: 100%; }
  .logo:after {
    content: "";
    display: table;
    clear: both;
    opacity: 0; }
  .logo p {
    opacity: 0;
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    font-size: 1px; }

.mainHeading {
  margin-top: calc(2.5% + 18px);
  padding: 36px 36px 0;
  width: 100%; }
  .mainHeading h1 {
    margin: 0; }
  .mainHeading p.breadcrumb {
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
    color: #cd132d; }

.blockLink {
  border: solid 1px #cd132d;
  background-color: #cd132d;
  padding: 8px 18px;
  display: inline-block;
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-size: 1vw;
  color: #FFFFFF; }
  @media (max-width: 70rem) {
    .blockLink {
      font-size: 0.7rem; } }
  @media (min-width: 90rem) {
    .blockLink {
      font-size: 0.9rem; } }
  .blockLink p {
    font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-size: 1vw; }
    @media (max-width: 70rem) {
      .blockLink p {
        font-size: 0.7rem; } }
    @media (min-width: 90rem) {
      .blockLink p {
        font-size: 0.9rem; } }
.button,
.blockLink {
  border: solid 1px #cd132d;
  background-color: #cd132d;
  margin-bottom: 18px; }

.button,
.propIcon {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.3rem;
  font-size: 1.2rem;
  font-size: 1vw;
  letter-spacing: 0.025em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: auto; }
  @media (max-width: 80rem) {
    .button,
    .propIcon {
      font-size: 0.8rem; } }
  @media (min-width: 90rem) {
    .button,
    .propIcon {
      font-size: 0.9rem; } }
  .button > span, .button p,
  .propIcon > span,
  .propIcon p {
    font-size: 1.2rem;
    font-size: 1.25vw;
    line-height: 1.2em;
    padding: 7.5% 18px;
    padding-right: 8px;
    width: 85%;
    text-align: center;
    margin: 0; }
    @media (max-width: 56rem) {
      .button > span, .button p,
      .propIcon > span,
      .propIcon p {
        font-size: 0.7rem; } }
    @media (min-width: 88rem) {
      .button > span, .button p,
      .propIcon > span,
      .propIcon p {
        font-size: 1.1rem; } }
  .button .icon,
  .propIcon .icon {
    width: 15%;
    margin-right: 12px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    .button .icon span,
    .propIcon .icon span {
      width: 100%;
      padding-top: 100%;
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .button .icon.measure,
    .propIcon .icon.measure {
      background-image: url(../img/measuring-tape.svg); }
    .button .icon.samples,
    .propIcon .icon.samples {
      background-image: url(../img/samples.svg); }
    .button .icon.inspiration,
    .propIcon .icon.inspiration {
      background-image: url(../img/inspiration.svg); }

.manufacturers {
  text-align: center;
  padding: 24px 0;
  background-color: #FFFFFF; }
  .manufacturers .text {
    text-align: center; }

.manufacturerLogos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  padding: 0 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px; }
  .manufacturerLogos img {
    flex: 1 1 auto;
    width: 150px;
    max-width: 150px;
    margin: 12px;
    float: left; }
  .manufacturerLogos.bigger img {
    max-width: 225px;
    width: 225px; }

.socials {
  margin: 0;
  padding: 0;
  display: block;
  z-index: 2;
  float: left;
  clear: left;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  margin-top: 18px;
  list-style-type: none; }
  .socials li {
    width: 36px;
    height: 36px;
    display: inline-block;
    float: left;
    margin: 0;
    margin-right: 18px;
    padding: 0;
    z-index: 1;
    transition: all 0.5s ease; }
  .socials:hover li span {
    opacity: 1; }
  .socials a {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #cd132d;
    transition: all 0.5s ease; }
    .socials a:hover {
      background-color: #ed3f58; }
    .socials a span {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background-position: center center;
      background-size: 55% 55%;
      background-repeat: no-repeat; }
      .socials a span p {
        opacity: 0;
        font-size: 1px; }
      .socials a span.connect {
        background-image: url(../img/socials/connect.svg); }
      .socials a span.fb {
        background-image: url(../img/socials/facebook.svg); }
      .socials a span.tw {
        background-image: url(../img/socials/twitter.svg); }
      .socials a span.wp {
        background-image: url(../img/socials/wordpress.svg); }
      .socials a span.pt {
        background-image: url(../img/socials/pinterest.svg); }
      .socials a span.ig {
        background-image: url(../img/socials/instagram.svg); }

.videoHolder {
  background-color: #f5f5f5;
  position: relative; }
  .videoHolder .proportioner {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  .videoHolder iframe, .videoHolder .videoHolder object, .videoHolder .videoHolder embed {
    position: absolute;
    top: -0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 1100px) {
  .manufacturerLogos img {
    width: 100px;
    max-width: 100px; }
  .manufacturerLogos.bigger img {
    max-width: 175px;
    width: 175px; } }

@media only screen and (max-width: 900px) {
  .manufacturerLogos img {
    width: 90px;
    max-width: 90px; }
  .manufacturerLogos.bigger img {
    max-width: 155px;
    width: 155px; } }

@media only screen and (max-width: 650px) {
  .manufacturerLogos img {
    width: 70px;
    max-width: 70px; }
  .manufacturerLogos.bigger img {
    max-width: 125px;
    width: 125px; } }

@media only screen and (max-width: 450px) {
  .sideBar {
    display: none; }
  .manufacturerLogos {
    justify-content: space-around; } }

@media only screen and (min-width: 1500px) {
  .sideBar {
    width: calc(((100vw - 1400px) / 3) - 18px); } }

header {
  z-index: 200;
  position: fixed;
  width: 100%;
  display: block;
  float: left;
  overflow: visible;
  background-color: #cd132d; }
  header .logoHolder {
    width: 220px;
    position: absolute;
    left: -70px;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 3; }
  header .logo {
    background-image: url(../img/gem-carpets-head-logo.svg); }
    header .logo span {
      padding-top: 50%; }
  header .productMenu {
    background-color: #242f61; }

header.shadow nav.mainMenu {
  transition: all 0.5s ease;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25); }

nav.mainMenu {
  padding: 0;
  padding: 0 0 0 0;
  display: block;
  float: left;
  overflow: visible; }
  nav.mainMenu ul.root {
    list-style-type: none;
    padding: 4px 0;
    margin: 0;
    margin-bottom: 0px;
    margin-left: -6px;
    max-height: 75vh;
    width: calc(100%);
    opacity: 1;
    float: left;
    font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    font-size: 0.8vw;
    text-align: left; }
    @media (max-width: 93.75rem) {
      nav.mainMenu ul.root {
        font-size: 0.75rem; } }
    @media (min-width: 100rem) {
      nav.mainMenu ul.root {
        font-size: 0.8rem; } }
    nav.mainMenu ul.root.closed {
      max-height: 1px;
      width: 100%;
      padding-left: 0;
      overflow: hidden;
      opacity: 0; }
      nav.mainMenu ul.root.closed ul {
        background-color: transparent;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto; }
    nav.mainMenu ul.root.open {
      max-height: 75vh;
      display: block;
      float: left;
      width: 100%;
      opacity: 1;
      transition: all 0.5s ease; }
    nav.mainMenu ul.root.expanded {
      text-align: left;
      margin-left: 0; }
      nav.mainMenu ul.root.expanded a, nav.mainMenu ul.root.expanded li {
        width: 100%;
        text-align: left; }
      nav.mainMenu ul.root.expanded a {
        padding: 8px 12px; }
        nav.mainMenu ul.root.expanded a:after {
          border: 0;
          left: 100%;
          top: 0;
          right: auto;
          bottom: 0;
          border-right: solid 1px #cd132d;
          opacity: 0;
          transition: all 0.5s ease; }
    nav.mainMenu ul.root a {
      font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 1.2rem;
      font-size: 0.8vw;
      color: #FFFFFF;
      display: block;
      float: left;
      width: 100%;
      padding: 4px 12px 4px 12px;
      letter-spacing: 0.1em; }
      @media (max-width: 93.75rem) {
        nav.mainMenu ul.root a {
          font-size: 0.75rem; } }
      @media (min-width: 100rem) {
        nav.mainMenu ul.root a {
          font-size: 0.8rem; } }
      nav.mainMenu ul.root a:after {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        top: calc(100% - 1px);
        right: 50%;
        bottom: auto;
        border-bottom: solid 1px #cd132d;
        opacity: 0;
        transition: all 0.5s ease; }
    nav.mainMenu ul.root a.logo {
      padding: 0;
      margin: 0; }
      nav.mainMenu ul.root a.logo:after {
        display: none; }
    nav.mainMenu ul.root a:hover:after {
      left: 0;
      right: 0;
      opacity: 1;
      top: calc(100% - 3px);
      border-bottom: solid 3px #cd132d; }
  nav.mainMenu li {
    display: inline-block;
    float: left; }
  nav.mainMenu li.fullWidth {
    width: 100%; }
  nav.mainMenu .menuLeft {
    width: 170px;
    float: left;
    margin-bottom: -20px; }
    nav.mainMenu .menuLeft .logoHolder {
      width: 100%;
      display: inline-block;
      margin-bottom: -20px; }
  nav.mainMenu .menuHolder {
    width: 100%;
    float: left;
    display: block; }
  nav.mainMenu.stuck {
    background-color: #cd132d;
    padding-bottom: 0; }
    nav.mainMenu.stuck .icon {
      display: block;
      float: left;
      position: absolute;
      left: auto;
      top: -8px;
      right: calc(100%/24);
      bottom: auto;
      width: 30px;
      background-position: right center;
      z-index: 10000;
      background-repeat: no-repeat; }
      nav.mainMenu.stuck .icon span {
        width: 100%;
        display: block;
        float: left;
        padding-top: 100%; }
    nav.mainMenu.stuck a {
      color: #FFFFFF; }
      nav.mainMenu.stuck a:after {
        border-bottom: solid 1px #FFFFFF; }
  nav.mainMenu a.mobileContact {
    display: none; }
  nav.mainMenu .menuBG,
  nav.mainMenu .depots {
    width: calc(100% - 150px);
    float: right;
    display: block; }
  nav.mainMenu .mainMenu > .wrapper {
    overflow: visible; }
  nav.mainMenu .depots {
    font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    font-size: 0.8vw;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    overflow: visible;
    z-index: 5; }
    @media (max-width: 93.75rem) {
      nav.mainMenu .depots {
        font-size: 0.75rem; } }
    @media (min-width: 100rem) {
      nav.mainMenu .depots {
        font-size: 0.8rem; } }
    nav.mainMenu .depots a {
      padding: 18px 8px 8px 8px; }
      nav.mainMenu .depots a h6, nav.mainMenu .depots a p {
        color: #FFFFFF; }
    nav.mainMenu .depots a.depotQuick p {
      font-size: 1.2rem;
      font-size: 1vw;
      line-height: 1.4em;
      margin: 0; }
      @media (max-width: 70rem) {
        nav.mainMenu .depots a.depotQuick p {
          font-size: 0.7rem; } }
      @media (min-width: 100rem) {
        nav.mainMenu .depots a.depotQuick p {
          font-size: 1rem; } }
      nav.mainMenu .depots a.depotQuick p span {
        font-weight: 700;
        font-size: 1.3em;
        white-space: nowrap; }
    nav.mainMenu .depots a.directions {
      color: #FFFFFF;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-content: flex-start;
      align-items: center;
      display: none; }
      nav.mainMenu .depots a.directions p {
        margin: 0;
        font-weight: 700; }
      nav.mainMenu .depots a.directions img {
        width: 30px;
        padding-right: 6px; }
    nav.mainMenu .depots a.quickEnquiry {
      color: #cd132d;
      background-color: #FFFFFF;
      align-self: stretch;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-content: center;
      align-items: center;
      text-align: center; }
      nav.mainMenu .depots a.quickEnquiry:after {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        bottom: auto;
        height: 10px;
        width: 100%;
        background-image: url(../img/down-tri-white.svg);
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat; }

.announcement {
  background-color: #FFFFFF;
  text-align: center;
  padding: 24px; }
  .announcement .wrapper {
    max-width: 900px; }
  .announcement a {
    color: #007ac1;
    text-decoration: underline;
    margin-top: 8px; }

@media only screen and (min-width: 1100px) {
  nav.mainMenu .depots a.directions {
    display: block;
    display: flex; } }

@media only screen and (max-width: 768px) {
  nav.mainMenu .depots {
    justify-content: space-between; }
    nav.mainMenu .depots a.depotQuick {
      display: none; }
    nav.mainMenu .depots a.directions {
      display: flex;
      margin-right: 10px; } }

nav.mainMenu .menuHandle {
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-size: 0.8vw;
  cursor: pointer;
  font-size: 1rem;
  color: #FFFFFF;
  float: left;
  text-align: left;
  display: none;
  padding: 9px;
  padding-left: 38px;
  padding-top: 10px;
  padding-right: 0; }
  @media (max-width: 93.75rem) {
    nav.mainMenu .menuHandle {
      font-size: 0.75rem; } }
  @media (min-width: 100rem) {
    nav.mainMenu .menuHandle {
      font-size: 0.8rem; } }
  nav.mainMenu .menuHandle #indicator {
    width: 20px;
    height: 15px;
    position: absolute;
    left: 8px;
    top: 10px;
    right: auto;
    bottom: auto;
    transform-origin: bottom left;
    transition: .5s ease-in-out;
    cursor: pointer; }
  nav.mainMenu .menuHandle #indicator span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
  nav.mainMenu .menuHandle #indicator span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  nav.mainMenu .menuHandle #indicator span:nth-child(2) {
    top: calc(50% - 1px);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  nav.mainMenu .menuHandle #indicator span:nth-child(3) {
    top: auto;
    bottom: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  nav.mainMenu .menuHandle #indicator.open span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: left top; }
  nav.mainMenu .menuHandle #indicator.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  nav.mainMenu .menuHandle #indicator.open span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: left bottom; }

@media only screen and (max-width: 650px) {
  nav.mainMenu .logoHolder {
    width: 180px;
    left: -60px; }
  nav.mainMenu .menuBG,
  nav.mainMenu .depots {
    width: calc(100% - 120px); } }

@media only screen and (max-width: 450px) {
  nav.mainMenu ul.root {
    text-align: right; }
    nav.mainMenu ul.root.expanded li, nav.mainMenu ul.root.expanded a {
      text-align: right; }
    nav.mainMenu ul.root.expanded a {
      padding-right: 0; }
  nav.mainMenu .menuBG .menuHandle {
    float: right; }
  nav.mainMenu .depots {
    justify-content: flex-end; }
    nav.mainMenu .depots a.quickEnquiry {
      display: none; }
    nav.mainMenu .depots a.directions {
      margin: 0;
      padding-right: 0; } }

.footer {
  background-color: #242f61;
  overflow: visible;
  padding-bottom: 24px;
  margin-top: 40px; }
  .footer .logoHolder {
    width: 20%;
    max-width: 120px;
    top: -20px;
    float: right;
    /*.logo {
			background-image: url(../img/gem-carpets-logo-white.svg);
			margin-bottom: 18px;
		}*/ }
  .footer .address {
    padding: 24px 0;
    display: block;
    float: left;
    width: calc(100% - 200px);
    padding-bottom: 0; }
    .footer .address * {
      color: #FFFFFF; }
    .footer .address h4 {
      margin-bottom: 8px;
      text-transform: none; }
    .footer .address ul {
      display: inline-block;
      float: left;
      clear: left;
      list-style-type: none;
      padding-right: 24px; }
    .footer .address ul.openingHours li:first-child {
      font-weight: 700; }
    .footer .address ul.contactNo {
      clear: left; }
    .footer .address ul.socials {
      margin-top: 18px; }
    .footer .address ul.regDetails {
      font-weight: 700; }
  .footer .acgCredit {
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0; }
    .footer .acgCredit span {
      background-image: url(../img/ACGLogoWhite.svg); }
    .footer .acgCredit p {
      color: #FFFFFF; }
  .footer .footLinks {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .footer .footLinks ul {
      float: left;
      width: auto;
      display: inline-block;
      left: -8px; }
      .footer .footLinks ul a {
        font-size: 0.7rem;
        padding: 6px 8px;
        text-transform: uppercase;
        color: #FFFFFF; }
    .footer .footLinks li {
      display: inline-block; }

.copyright {
  padding: 12px 0; }
  .copyright p {
    text-transform: uppercase;
    font-size: 0.75em; }

.kingCredit {
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.3rem;
  font-size: 1.2rem;
  font-size: 1vw;
  letter-spacing: 0.025em;
  text-align: right;
  padding: 24px 0; }
  @media (max-width: 80rem) {
    .kingCredit {
      font-size: 0.8rem; } }
  @media (min-width: 90rem) {
    .kingCredit {
      font-size: 0.9rem; } }
  .kingCredit a {
    font-size: 0.75rem; }

.acgCredit {
  display: inline-block;
  float: right;
  clear: right;
  width: 40%;
  max-width: 200px; }
  .acgCredit span {
    width: 100%;
    display: block;
    float: left;
    padding-top: 20%;
    background-image: url(../img/ACGLogo.svg);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat; }
  .acgCredit p {
    margin: 0;
    padding: 0 0 4px 0;
    font-size: 0.9rem;
    font-size: 0.8vw; }
    @media (max-width: 62.5rem) {
      .acgCredit p {
        font-size: 0.5rem; } }
    @media (min-width: 106.25rem) {
      .acgCredit p {
        font-size: 0.85rem; } }
@media only screen and (max-width: 650px) {
  .footer .registered {
    padding: calc(2.5% + 12px); }
  .footer .address ul {
    width: 100%;
    margin-bottom: 24px; }
  .footer .acgCredit {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    float: left;
    clear: left; }
  .kingCredit {
    padding: 8px calc(2.5% + 12px); } }

@media only screen and (max-width: 450px) {
  .footer .address,
  .footer .footLinks {
    width: 100%;
    float: left; }
    .footer .address ul,
    .footer .footLinks ul {
      float: left;
      width: 100%; }
  .footer .footLinks a {
    left: -6px; } }

.homeThumbs,
.footThumbs {
  margin-top: 18px; }
  .homeThumbs ul,
  .footThumbs ul {
    display: block;
    float: left;
    width: calc(100% + 18px);
    margin-left: -9px; }
    .homeThumbs ul li,
    .footThumbs ul li {
      text-align: center;
      display: block;
      float: left;
      width: 20%;
      padding: 9px;
      margin: 0; }
      .homeThumbs ul li a,
      .footThumbs ul li a {
        display: block;
        width: 100%;
        float: left; }
        .homeThumbs ul li a h6,
        .footThumbs ul li a h6 {
          background-color: #cd132d;
          color: #FFFFFF;
          padding: 12px;
          display: block;
          float: left;
          width: 100%;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: center;
          align-content: flex-start;
          align-items: center; }
        .homeThumbs ul li a .image,
        .footThumbs ul li a .image {
          width: 100%;
          display: block;
          float: left;
          background-size: cover;
          background-position: center bottom; }
          .homeThumbs ul li a .image img,
          .footThumbs ul li a .image img {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center center; }
          .homeThumbs ul li a .image span,
          .footThumbs ul li a .image span {
            width: 100%;
            display: block;
            float: left;
            padding-top: 75%; }

.home .homeThumbs ul,
.home .footThumbs ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }
  .home .homeThumbs ul li,
  .home .footThumbs ul li {
    width: calc(100% / 3); }

@media only screen and (max-width: 650px) {
  .home .footThumbs ul li {
    width: 50%; } }

@media only screen and (max-width: 450px) {
  .home .footThumbs ul li {
    width: 100%; } }

.pageHeading {
  padding-top: 60px;
  margin-bottom: calc((2.5% + 12px) / 2); }
  .pageHeading h1 {
    text-align: center; }

.text ul {
  margin-left: 1.5em; }

.text a {
  color: #007ac1; }

.text *:last-child {
  margin-bottom: 0; }

.textImage,
.textBullets {
  margin-bottom: calc(2% + 12px); }
  .textImage .wrapper,
  .textBullets .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch; }
  .textImage .holder,
  .textBullets .holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center; }
  .textImage h5.title,
  .textBullets h5.title {
    width: 100%; }
  .textImage .text,
  .textImage .bullets,
  .textImage .image,
  .textBullets .text,
  .textBullets .bullets,
  .textBullets .image {
    width: calc(48.5% - 12px); }
  .textImage .bullets,
  .textBullets .bullets {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    align-self: stretch; }
    .textImage .bullets ul,
    .textBullets .bullets ul {
      width: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-content: center;
      align-items: center;
      list-style-type: none; }
    .textImage .bullets li,
    .textBullets .bullets li {
      width: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-content: flex-start;
      align-items: center; }
    .textImage .bullets li.bullet,
    .textBullets .bullets li.bullet {
      font-weight: 700;
      padding: calc(1.5% + 6px);
      color: #242f61; }
    .textImage .bullets li.divider,
    .textBullets .bullets li.divider {
      border-bottom: 1px solid #242f61;
      color: #242f61; }
    .textImage .bullets li:last-child,
    .textBullets .bullets li:last-child {
      border: 0; }
  .textImage.imageLeft .image,
  .textImage.imageLeft .bullets, .textImage.bulletLeft .image,
  .textImage.bulletLeft .bullets,
  .textBullets.imageLeft .image,
  .textBullets.imageLeft .bullets,
  .textBullets.bulletLeft .image,
  .textBullets.bulletLeft .bullets {
    order: 1; }
  .textImage.imageLeft .text, .textImage.bulletLeft .text,
  .textBullets.imageLeft .text,
  .textBullets.bulletLeft .text {
    order: 2; }

.imageStrip {
  margin-bottom: calc(2% + 12px); }
  .imageStrip .holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch; }
  .imageStrip .cameo {
    float: left; }
    .imageStrip .cameo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center bottom; }
  .imageStrip.count1 .cameo {
    width: 100%; }
  .imageStrip.count2 .cameo {
    width: calc(50% - 18px); }
  .imageStrip.count3 .cameo {
    width: calc(33.33% - 18px); }

.text.jobListing {
  padding: 28px;
  background-color: #f2f2f2;
  margin-top: 24px; }
  .text.jobListing h3.jobTitle {
    border-bottom: solid 1px #FFFFFF;
    padding-bottom: 18px;
    margin-bottom: 18px; }

@media only screen and (max-width: 768px) {
  .textImage .text,
  .textImage .image {
    width: 100%; }
  .textImage .image {
    margin-bottom: calc(2% + 12px); } }

@media only screen and (max-width: 650px) {
  .textImage .text,
  .textBullets .text {
    order: 1;
    width: 100%; }
  .textImage .bullets,
  .textBullets .bullets {
    width: 100%;
    order: 2; } }

.galleryPage .contentHolder {
  padding-top: 60px; }
  .galleryPage .contentHolder h1, .galleryPage .contentHolder p {
    text-align: center;
    margin: 0; }

.gallery {
  width: 100%;
  margin-top: 36px; }
  .gallery h2 {
    margin-bottom: 4px; }

.galleryHeader {
  padding-left: 14px; }
  .galleryHeader .title {
    width: calc(100%);
    float: left;
    padding-right: 18px;
    text-align: center; }
  .galleryHeader .manufacturer {
    max-width: 300px;
    float: right;
    background-color: rgba(127, 127, 127, 0.05);
    border: solid 1px rgba(127, 127, 127, 0.5); }
    .galleryHeader .manufacturer a {
      padding: 0;
      width: 100%; }
      .galleryHeader .manufacturer a img {
        width: auto;
        height: 50px;
        float: right;
        border-left: solid 1px rgba(127, 127, 127, 0.5);
        background-color: #FFFFFF;
        padding: 8px; }
      .galleryHeader .manufacturer a h5 {
        margin: 0;
        float: right;
        font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
        line-height: 1.3rem;
        font-size: 1.2rem;
        font-size: 1vw;
        letter-spacing: 0.025em;
        text-transform: none;
        font-size: 0.5em;
        padding: 12px;
        padding-top: 14px; }
        @media (max-width: 80rem) {
          .galleryHeader .manufacturer a h5 {
            font-size: 0.8rem; } }
        @media (min-width: 90rem) {
          .galleryHeader .manufacturer a h5 {
            font-size: 0.9rem; } }
.galleryHolder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  padding-bottom: 24px;
  left: -12px; }
  .galleryHolder a {
    width: calc(100% / 4);
    padding: 12px;
    align-self: flex-start;
    text-align: center;
    float: left; }
    .galleryHolder a .image {
      width: 100%;
      display: block;
      float: left;
      padding-top: 100%;
      margin-bottom: 12px;
      background-position: center bottom;
      background-size: cover; }
      .galleryHolder a .image img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    .galleryHolder a h6 {
      color: #cd132d;
      margin-bottom: 4px; }
    .galleryHolder a p {
      margin-bottom: 0;
      font-size: 0.7rem; }

.featureProducts {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch; }
  .featureProducts .product {
    width: calc(50% - 12px);
    margin-bottom: 24px;
    background-color: #FFFFFF;
    border: solid 1px rgba(127, 127, 127, 0.25);
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    float: left; }
    .featureProducts .product .text {
      width: 1 00%;
      padding: 0;
      padding: 24px;
      order: 1; }
      .featureProducts .product .text .editable {
        width: 100%; }
        .featureProducts .product .text .editable h3 {
          color: #cd132d; }
        .featureProducts .product .text .editable *:last-child {
          margin-bottom: 0; }
    .featureProducts .product .image {
      width: 100%;
      order: 0;
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat; }
      .featureProducts .product .image span {
        padding-top: 70%;
        display: block;
        float: left;
        width: 100%; }
  .featureProducts .storageOptions {
    width: calc(50% - 12px);
    margin-bottom: 24px;
    padding: 24px; }
    .featureProducts .storageOptions h3 {
      color: #cd132d; }
    .featureProducts .storageOptions .option {
      display: block;
      float: left;
      width: 50%;
      padding: 18px 18px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-content: center;
      align-items: center;
      border-bottom: solid 1px rgba(127, 127, 127, 0.5); }
      .featureProducts .storageOptions .option .image {
        width: 40%;
        display: block;
        float: right; }
      .featureProducts .storageOptions .option h6 {
        width: 60%;
        float: left;
        margin: auto;
        text-align: center;
        padding-right: 12px; }

@media only screen and (max-width: 768px) {
  .galleryHolder a {
    width: calc(100% / 3); }
  .text.video {
    display: block; }
    .text.video .editable,
    .text.video .cameos {
      width: 100%; }
    .text.video .cameos {
      padding-left: 0;
      margin-bottom: 36px; }
  .featureProducts .storageOptions .option {
    display: block;
    text-align: center; }
    .featureProducts .storageOptions .option h6,
    .featureProducts .storageOptions .option .image {
      width: 100%;
      padding: 0 12px; }
    .featureProducts .storageOptions .option h6 {
      margin-bottom: 8px; } }

@media only screen and (max-width: 650px) {
  .galleryHolder a {
    width: calc(100% /2);
    padding-right: 0; }
  .galleryHolder .galleryHeader .title {
    width: 100%; }
  .galleryHolder .galleryHeader .manufacturer {
    clear: left;
    float: left; }
    .galleryHolder .galleryHeader .manufacturer a img {
      height: 40px; }
    .galleryHolder .galleryHeader .manufacturer a h5 {
      padding-top: 8px; }
  .featureProducts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start; }
    .featureProducts .product {
      width: 100%; } }

@media only screen and (max-width: 450px) {
  .galleryHeader .manufacturer {
    width: calc(100% - 12px);
    max-width: calc(100% - 12px); } }

.banners {
  margin-bottom: 24px; }
  .banners .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: stretch;
    min-height: 30vmin; }
  .banners .tabletTitle {
    text-align: center;
    display: none;
    min-height: 0px; }
  .banners .text {
    width: 33%;
    background-color: #cd132d;
    z-index: 2;
    padding: calc(1.5% + 24px);
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center; }
    .banners .text h2 {
      font-size: 1.8rem;
      font-size: 1.8vw; }
      @media (max-width: 88.8888888889rem) {
        .banners .text h2 {
          font-size: 1.6rem; } }
      @media (min-width: 122.2222222222rem) {
        .banners .text h2 {
          font-size: 2.2rem; } }
    .banners .text * {
      color: #FFFFFF;
      text-align: center; }
    .banners .text *:last-child {
      margin-bottom: 0; }
  .banners .bg {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 33%;
    bottom: 0;
    width: calc(100% - 33%);
    height: 100%;
    object-fit: cover;
    object-position: center bottom; }
  .banners .wrapper {
    overflow: hidden; }
  .banners corner {
    z-index: 3;
    width: 30%;
    height: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0; }
    .banners corner:after {
      content: '';
      width: 100vw;
      padding-top: 100vw;
      background-color: #242f61;
      border: 20px solid #cd132d;
      position: absolute;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      transform: rotate(45deg);
      transform-origin: left top; }

@media only screen and (max-width: 1100px) {
  .banners .text {
    width: 45%; } }

@media only screen and (max-width: 768px) {
  .banners .text > h2 {
    display: none; }
  .banners .tabletTitle {
    display: block; } }

@media only screen and (max-width: 650px) {
  .banners .wrapper {
    display: block; }
  .banners .text,
  .banners .image {
    width: 100%; }
  .banners .bg {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto; }
  .banners corner {
    display: none; } }

@media only screen and (max-width: 650px) {
  .homeIntro .text {
    width: 100%; }
  .homeIntro .image {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    padding-top: 60%; } }

.home .manufacturerLogos {
  max-width: 100%; }

.home .banners .banner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch; }
  .home .banners .banner .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-start;
    padding-bottom: calc(2.5% + 36px); }
    .home .banners .banner .wrapper * {
      z-index: 2; }
    .home .banners .banner .wrapper img.bannerBack {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
      object-position: center bottom;
      z-index: 1; }
    .home .banners .banner .wrapper .offerSticker {
      width: 30%;
      max-width: 150px;
      min-width: 100px;
      position: absolute;
      left: auto;
      top: auto;
      right: 36px;
      bottom: 36px;
      z-index: 10; }
    .home .banners .banner .wrapper .text {
      order: 4;
      width: 60%;
      max-width: 570px;
      text-align: left;
      background-color: #242f61; }
      .home .banners .banner .wrapper .text h1 {
        font-size: 2rem;
        font-size: 2vw;
        text-align: left; }
        @media (max-width: 90rem) {
          .home .banners .banner .wrapper .text h1 {
            font-size: 1.8rem; } }
        @media (min-width: 120rem) {
          .home .banners .banner .wrapper .text h1 {
            font-size: 2.4rem; } }
    .home .banners .banner .wrapper .manufacturerLogo {
      width: 50%;
      padding: calc(1.5% + 24px); }
      .home .banners .banner .wrapper .manufacturerLogo img {
        max-width: 250px; }
    .home .banners .banner .wrapper corner {
      left: auto;
      top: auto;
      right: 0;
      bottom: 0; }
      .home .banners .banner .wrapper corner:after {
        right: 0;
        float: right;
        transform-origin: right top;
        transform: rotate(-45deg); }

.homeProducts {
  margin-bottom: calc(1.5% + 18px); }
  .homeProducts .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start; }
  .homeProducts a.directions {
    color: #242f61;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    width: 100%;
    clear: both; }
    .homeProducts a.directions p {
      color: #242f61;
      text-transform: uppercase;
      margin: 0;
      font-weight: 700; }
    .homeProducts a.directions img {
      width: 30px;
      padding-right: 6px; }
  .homeProducts .homeThumbs {
    width: 100%;
    margin-top: 0; }
  .homeProducts .homeStores {
    width: 100%;
    text-align: center; }
    .homeProducts .homeStores .storeList {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: flex-start;
      align-items: center; }
    .homeProducts .homeStores h3, .homeProducts .homeStores h6 {
      color: #cd132d; }
    .homeProducts .homeStores h3, .homeProducts .homeStores h4, .homeProducts .homeStores h5, .homeProducts .homeStores h6 {
      width: 100%; }
    .homeProducts .homeStores .storeDetails {
      width: calc(50% - 9px); }
      .homeProducts .homeStores .storeDetails h5 {
        font-size: 1.2rem;
        font-size: 0.8vw;
        margin: 0;
        border: 0; }
        @media (max-width: 93.75rem) {
          .homeProducts .homeStores .storeDetails h5 {
            font-size: 0.75rem; } }
        @media (min-width: 100rem) {
          .homeProducts .homeStores .storeDetails h5 {
            font-size: 0.8rem; } }
      .homeProducts .homeStores .storeDetails h5 span {
        font-size: 1.3em;
        padding-top: 0.2em;
        width: 100%;
        display: inline-block; }
      .homeProducts .homeStores .storeDetails .storeImage {
        width: 100%;
        margin-bottom: 9px; }
    .homeProducts .homeStores.count4 .storeDetails {
      width: calc(100%/4 - 9px); }
    .homeProducts .homeStores.count5 .storeDetails {
      width: calc(100%/5 - 9px); }

@media only screen and (max-width: 900px) {
  .home .homeThumbs {
    width: 100%; }
  .home .homeStores {
    width: 100%;
    padding-left: 0; }
    .home .homeStores .storeDetails {
      width: calc(25% - 9px); } }

@media only screen and (max-width: 768px) {
  .home .homeThumbs {
    width: 100%; }
    .home .homeThumbs ul li {
      width: 50%; }
  .home .homeStores {
    width: 100%; }
    .home .homeStores.count4 .storeDetails {
      width: calc(100%/2 - 9px); }
    .home .homeStores.count5 .storeDetails {
      width: calc(100%/3 - 9px); } }

@media only screen and (max-width: 650px) {
  .home .homeStores.count4 .storeDetails {
    width: calc(100%/2 - 9px); }
  .home .homeStores.count5 .storeDetails {
    width: calc(100%/2 - 9px); } }

@media only screen and (max-width: 450px) {
  .home .banners .banner .wrapper * {
    z-index: 2; }
  .home .banners .banner .wrapper img.bannerBack {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100vw;
    max-height: 300px; }
  .home .banners .banner .wrapper .headings.hasOffer {
    margin-bottom: 100px; }
  .home .banners .banner .wrapper .offerSticker {
    width: 200px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(25%); }
  .home .banners .banner .wrapper .text {
    width: 100%; }
    .home .banners .banner .wrapper .text h1 {
      display: inline; }
  .home .banners .banner .wrapper .manufacturerLogo {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto; }
  .home .banners .banner .wrapper corner {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0; }
    .home .banners .banner .wrapper corner:after {
      right: 0;
      float: right;
      transform-origin: right top;
      transform: rotate(-45deg); } }

@media only screen and (max-width: 350px) {
  .home .homeThumbs ul li {
    width: 100%; }
  .home .homeStores .storeDetails {
    width: calc(100%); } }

.bookAMeasure .wrapper {
  background-color: rgba(127, 127, 127, 0.1); }

.bookAMeasure h2 {
  background-color: rgba(127, 127, 127, 0.1);
  display: block;
  padding: calc(100%/48) calc(100%/24); }

body.contact nav.mainMenu .depots li.contactLink {
  display: none; }

.contact .contentHolder {
  display: block; }

.contact .quickLinks {
  display: none; }

.howToFindUs {
  margin: calc(100%/24) 0; }
  .howToFindUs .text {
    padding: calc(100%/24);
    padding-bottom: 0;
    padding-top: 0;
    width: calc(100%/12 * 5);
    float: right;
    clear: right; }
    .howToFindUs .text h3 {
      display: block;
      float: left;
      width: 100%; }
    .howToFindUs .text h6 {
      margin: 0; }
    .howToFindUs .text ul {
      list-style-type: none;
      margin-left: 0; }
    .howToFindUs .text ul.numbers {
      color: #cd132d; }
  .howToFindUs .leftBlock {
    display: block;
    width: calc(100%/12 * 6.8);
    float: left;
    clear: left; }
  .howToFindUs .storeImage {
    margin-bottom: 14px; }
  .howToFindUs .quickLinks .section {
    display: block; }
  .howToFindUs .quickLinks .button {
    width: 100%;
    margin-left: 0; }
  .howToFindUs .quickLinks .button:last-child {
    display: none; }
  .howToFindUs .directions {
    width: 100%;
    float: left;
    display: block; }
    .howToFindUs .directions a {
      font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      display: block;
      padding: 16px;
      padding-left: 80px;
      background-color: #cd132d;
      background-image: url(../img/transport.png);
      background-position: 10px center;
      background-size: 60px auto;
      background-repeat: no-repeat;
      color: #FFFFFF; }
  .howToFindUs .mapHolder {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: calc(100%/12 * 12);
    padding-top: 75%; }
    .howToFindUs .mapHolder #map, .howToFindUs .mapHolder #mapCannock, .howToFindUs .mapHolder #mapDudley {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }

.contactForm {
  width: 100%;
  float: left;
  background-color: rgba(153, 153, 153, 0.25); }
  .contactForm > h4 {
    background-color: #242f61;
    color: #FFFFFF;
    padding: 24px; }
  .contactForm form {
    width: 100%;
    display: block;
    float: left;
    padding: 24px;
    /* Reset Select */
    /* Custom Select */
    /* Arrow */
    /* Transition */ }
    .contactForm form .textFields,
    .contactForm form .times {
      width: calc(100%/12 * 8);
      float: left;
      padding-right: 24px; }
      .contactForm form .textFields *,
      .contactForm form .times * {
        font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
        line-height: 1.3rem;
        font-size: 1.2rem;
        font-size: 1vw;
        letter-spacing: 0.025em;
        box-sizing: border-box; }
        @media (max-width: 80rem) {
          .contactForm form .textFields *,
          .contactForm form .times * {
            font-size: 0.8rem; } }
        @media (min-width: 90rem) {
          .contactForm form .textFields *,
          .contactForm form .times * {
            font-size: 0.9rem; } }
      .contactForm form .textFields label,
      .contactForm form .times label {
        width: 50%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        _height: 50px;
        min-height: 50px;
        float: none; }
        .contactForm form .textFields label.fullWidth,
        .contactForm form .times label.fullWidth {
          width: 100%; }
        .contactForm form .textFields label h6,
        .contactForm form .times label h6 {
          font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
          font-weight: 400;
          line-height: 1.3rem;
          font-size: 1.2rem;
          font-size: 1vw;
          letter-spacing: 0.025em;
          margin: 0;
          margin-bottom: 5px;
          color: #595959;
          text-transform: none; }
          @media (max-width: 80rem) {
            .contactForm form .textFields label h6,
            .contactForm form .times label h6 {
              font-size: 0.8rem; } }
          @media (min-width: 90rem) {
            .contactForm form .textFields label h6,
            .contactForm form .times label h6 {
              font-size: 0.9rem; } }
        .contactForm form .textFields label input,
        .contactForm form .times label input {
          clear: left; }
    .contactForm form.sample .textFields {
      width: 100%;
      padding-right: 0; }
    .contactForm form .checkList,
    .contactForm form .rooms {
      width: calc(100%/12 * 4);
      float: right; }
      .contactForm form .checkList *,
      .contactForm form .rooms * {
        font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
        line-height: 1.3rem;
        font-size: 1.2rem;
        font-size: 1vw;
        letter-spacing: 0.025em;
        box-sizing: border-box; }
        @media (max-width: 80rem) {
          .contactForm form .checkList *,
          .contactForm form .rooms * {
            font-size: 0.8rem; } }
        @media (min-width: 90rem) {
          .contactForm form .checkList *,
          .contactForm form .rooms * {
            font-size: 0.9rem; } }
    .contactForm form .inputArea {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      padding-right: 20px;
      color: #595959; }
    .contactForm form h3 {
      text-transform: uppercase;
      border-bottom: solid 1px #FFFFFF;
      padding-bottom: 1.25rem;
      width: 100%;
      background-color: #cd132d;
      width: calc(100% + 48px);
      padding: 24px;
      padding-bottom: 12px;
      margin-top: -24px;
      margin-left: -24px;
      font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      color: #FFFFFF; }
    .contactForm form label, .contactForm form input, .contactForm form .textInputArea, .contactForm form select {
      width: 100%;
      float: left;
      display: block;
      padding: 9px;
      padding-left: 0;
      color: #595959; }
      .contactForm form label span, .contactForm form input span, .contactForm form .textInputArea span, .contactForm form select span {
        font-size: 0.65rem;
        color: #ff4d4d; }
    .contactForm form label {
      padding-top: 0; }
    .contactForm form .textInputArea {
      height: 100px;
      border: solid 1px rgba(127, 127, 127, 0.7);
      padding: 18px;
      width: calc(100%); }
    .contactForm form input, .contactForm form select {
      margin-bottom: 12px;
      padding: 9px;
      border: solid 1px rgba(153, 153, 153, 0.5); }
    .contactForm form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      outline: 0;
      box-shadow: none;
      border: 0 !important;
      background: #FFFFFF;
      background-image: none; }
    .contactForm form .select {
      position: relative;
      display: block;
      max-width: 20em;
      height: 3em;
      line-height: 3;
      overflow: hidden;
      border-radius: 0em;
      border: solid 1px rgba(153, 153, 153, 0.5); }
    .contactForm form select {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0 0 0 .5em;
      cursor: pointer;
      border-radius: 0; }
    .contactForm form select::-ms-expand {
      display: none; }
    .contactForm form .select::after {
      content: '\25BC';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 0 1em;
      background: #f5f5f5;
      pointer-events: none; }
    .contactForm form .select:hover::after {
      color: #595959; }
    .contactForm form .select::after {
      -webkit-transition: .25s all ease;
      transition: .25s all ease; }
    .contactForm form input.checkbox {
      vertical-align: middle;
      margin-top: 9px; }
    .contactForm form .checkbox {
      width: auto;
      display: inline;
      float: left;
      clear: none; }
    .contactForm form p {
      clear: left; }
    .contactForm form .preferredTime,
    .contactForm form .sampleInfo {
      /*padding: 24px;
			margin-bottom: 12px;
			background-color: $white;*/
      border-bottom: solid 1px rgba(127, 127, 127, 0.3);
      margin-bottom: 24px; }
      .contactForm form .preferredTime .times p,
      .contactForm form .sampleInfo .times p {
        margin-bottom: 8px; }
      .contactForm form .preferredTime .times label,
      .contactForm form .sampleInfo .times label {
        width: calc(100%/2); }
        .contactForm form .preferredTime .times label select,
        .contactForm form .sampleInfo .times label select {
          width: 95%; }
    .contactForm form .submitArea {
      padding-top: 20px;
      width: 100%;
      display: block;
      float: left; }
      .contactForm form .submitArea .text {
        width: calc(100% - 610px);
        float: left; }
        .contactForm form .submitArea .text p {
          padding-right: 18px; }
      .contactForm form .submitArea .buttons {
        width: 610px;
        float: right; }
        .contactForm form .submitArea .buttons .captcha_wrapper,
        .contactForm form .submitArea .buttons button {
          width: 304px;
          float: left; }
        .contactForm form .submitArea .buttons button {
          float: right;
          width: 290px;
          height: 74px; }
        .contactForm form .submitArea .buttons p.captchaNote {
          font-size: 0.7em; }
    .contactForm form button, .contactForm form .button {
      padding: 16px;
      display: inline-block;
      margin-bottom: 1.1rem;
      color: #FFFFFF;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 0.8rem;
      float: right;
      clear: right;
      cursor: pointer;
      border: solid 1px #FFFFFF;
      background-color: green;
      transition: all 0.5s ease; }
      .contactForm form button input, .contactForm form .button input {
        width: 100%;
        max-width: auto;
        position: absolute;
        left: 0;
        top: 0; }
      .contactForm form button:disabled, .contactForm form .button:disabled {
        opacity: 0.5;
        border: solid 1px #FFFFFF;
        background-color: #cd132d; }
        .contactForm form button:disabled:hover, .contactForm form .button:disabled:hover {
          border: solid 1px #FFFFFF;
          background-color: #cd132d; }
      .contactForm form button:hover, .contactForm form .button:hover {
        background-color: #00b300;
        border-color: #00b300;
        color: #FFFFFF; }
    .contactForm form .submitButton {
      float: left;
      clear: left;
      max-width: auto;
      width: auto; }
    .contactForm form div.error {
      display: none; }
    .contactForm form div.error span {
      width: 100%;
      float: left;
      margin-bottom: 8px;
      display: block;
      padding: 12px;
      background-color: red;
      color: #fff; }
    .contactForm form label.error {
      color: red;
      padding: 0;
      margin-bottom: 0;
      background-repeat: no-repeat;
      background-position: left top;
      padding-left: 12px;
      width: 100%;
      min-height: 0;
      padding-bottom: 8px; }
    .contactForm form .textInput.error {
      border: solid 1px red;
      outline: none; }
    .contactForm form #postCode {
      width: 50%;
      max-width: 200px; }
    .contactForm form .checkOption {
      width: 50%;
      _height: 24px;
      min-height: 24px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1; }
    .contactForm form input[type="checkbox"] {
      display: none;
      margin-bottom: 8px; }
    .contactForm form input[type="checkbox"] + label {
      cursor: pointer;
      padding-left: 30px;
      margin-bottom: 6px; }
    .contactForm form input[type="checkbox"] + label:before {
      position: absolute;
      content: '';
      display: block;
      left: 0;
      top: -0px;
      right: auto;
      bottom: auto;
      width: 18px;
      height: 18px;
      border: solid 1px #7f7f7f;
      background-color: #FFFFFF; }
    .contactForm form input[type="checkbox"] + label:after {
      position: absolute;
      content: '';
      display: block;
      left: 6px;
      top: 2px;
      right: auto;
      bottom: auto;
      width: 8px;
      height: 8px;
      background-color: #cd132d;
      transform: scale(0.25);
      transform-origin: center center;
      opacity: 0;
      transition: all 0.5s ease; }
    .contactForm form input[type="checkbox"]:checked + label:after {
      transform: scale(1);
      opacity: 1; }
    .contactForm form .formSuccess {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      background-color: rgba(255, 255, 255, 0.85);
      visibility: hidden;
      transition: all 0.5s ease; }
      .contactForm form .formSuccess .message {
        position: absolute;
        left: auto;
        right: auto;
        bottom: auto;
        top: 50%;
        padding: 36px;
        transform: translateY(-50%);
        text-align: center; }
        .contactForm form .formSuccess .message h4 {
          font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
          font-weight: 900;
          text-transform: uppercase;
          padding-bottom: 8px;
          border-bottom: solid 1px rgba(36, 47, 97, 0.5); }

@media only screen and (max-width: 1100px) {
  .contactForm form .textFields {
    width: calc(100%/12 * 6); }
    .contactForm form .textFields label {
      width: 100%; }
  .contactForm form .checkList {
    width: calc(100%/12 * 6); }
  .contactForm form .submitArea .text {
    width: 100%; }
  .contactForm form .submitArea .buttons {
    float: right; } }

@media only screen and (max-width: 900px) {
  .contactForm form .textFields,
  .contactForm form .checkList {
    width: 100%;
    padding-right: 0; }
  .contactForm form .checkList {
    padding: 9px;
    padding-bottom: 0; }
    .contactForm form .checkList .checkOption {
      width: 50%;
      float: left; }
  .contactForm form .submitArea .buttons {
    width: 100%; }
    .contactForm form .submitArea .buttons button,
    .contactForm form .submitArea .buttons .captcha_wrapper {
      float: left;
      clear: left;
      width: 100%;
      max-width: 305px; }
  .howToFindUs h3 {
    width: 100%;
    padding: 0;
    margin-bottom: calc(100%/24); }
  .howToFindUs .text {
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100%/12 * 6);
    float: right; }
    .howToFindUs .text ul {
      list-style-type: none;
      margin-left: 0; }
  .howToFindUs .leftBlock {
    width: 50%; }
  .howToFindUs .mapHolder {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    float: left;
    height: 75vh;
    max-height: 350px;
    padding: 0; }
    .howToFindUs .mapHolder #map {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; } }

@media only screen and (max-width: 650px) {
  .bookAMeasure {
    margin-top: calc(100%/24); }
    .bookAMeasure .wrapper {
      background-color: rgba(127, 127, 127, 0.1); }
    .bookAMeasure h2 {
      background-color: rgba(127, 127, 127, 0.1);
      display: block;
      padding: calc(100%/24); }
  .contactForm form .textFields {
    width: calc(100%);
    padding-right: 0; }
    .contactForm form .textFields label {
      width: 100%; }
  .contactForm form .submitArea p {
    width: calc(100%);
    margin-bottom: 12px; }
  .contactForm form .checkList, .contactForm form .button, .contactForm form button {
    width: calc(100%);
    padding: calc(100%/48); }
  .contactForm form .preferredTime {
    margin-bottom: 24px; }
    .contactForm form .preferredTime .times {
      width: 100%;
      padding-right: 0; }
      .contactForm form .preferredTime .times p {
        margin-bottom: 8px; }
      .contactForm form .preferredTime .times label {
        width: calc(100%); }
        .contactForm form .preferredTime .times label select {
          width: 100%; }
    .contactForm form .preferredTime .rooms {
      width: 100%; }
  .howToFindUs h3 {
    padding-bottom: 0; }
  .howToFindUs .text {
    width: 100%;
    padding: 0;
    padding-top: calc(100%/48); }
    .howToFindUs .text ul:first-of-type li {
      display: inline; }
      .howToFindUs .text ul:first-of-type li:after {
        content: ', '; }
    .howToFindUs .text ul:first-of-type li:last-child:after {
      display: none; }
  .howToFindUs .leftBlock {
    width: 100%;
    padding-left: 0;
    float: left; }
    .howToFindUs .leftBlock .button {
      max-width: none; }
  .howToFindUs .mapHolder {
    width: 100%;
    margin-bottom: 24px; } }

.storeDetails {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  margin-bottom: calc(2.5% + 12px); }
  .storeDetails .contactDetails {
    width: 250px; }
  .storeDetails .storeImage,
  .storeDetails .storeMap {
    width: calc((100% - 294px) / 2); }
  .storeDetails .storeImage .image {
    width: 100%;
    padding-top: 75%;
    border: solid 1px rgba(127, 127, 127, 0.5); }
    .storeDetails .storeImage .image img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .storeDetails .storeMap .mapHolder {
    width: 100%;
    padding-top: 75%;
    border: solid 1px rgba(127, 127, 127, 0.5);
    overflow: hidden; }
    .storeDetails .storeMap .mapHolder iframe {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .storeDetails h6 {
    margin: 0; }
  .storeDetails > h4 {
    padding-bottom: 12px;
    border-bottom: solid 1px rgba(127, 127, 127, 0.5);
    width: 100%; }
    .storeDetails > h4 span {
      white-space: nowrap; }
  .storeDetails ul.postal strong {
    color: #242f61; }

@media only screen and (max-width: 900px) {
  .storeDetails .contactDetails {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center; }
    .storeDetails .contactDetails > div {
      width: calc((100% - 18px) / 2); }
    .storeDetails .contactDetails ul.postal li {
      display: inline; }
      .storeDetails .contactDetails ul.postal li:after {
        content: ', '; }
    .storeDetails .contactDetails ul.postal li:last-child:after {
      display: none; }
    .storeDetails .contactDetails ul.postal li:first-child {
      width: 100%;
      display: block; }
      .storeDetails .contactDetails ul.postal li:first-child:after {
        display: none; }
  .storeDetails .storeImage,
  .storeDetails .storeMap {
    width: calc((100% - 18px) / 2); } }

@media only screen and (max-width: 450px) {
  .storeDetails > h4 {
    border: 0; }
  .storeDetails .contactDetails {
    order: 4; }
    .storeDetails .contactDetails > div {
      width: 100%; }
  .storeDetails .storeImage,
  .storeDetails .storeMap {
    width: 100%;
    margin-bottom: 18px; } }

.threeSixtyImage {
  text-align: center;
  margin-top: 32px; }
  .threeSixtyImage h1, .threeSixtyImage h2, .threeSixtyImage h3, .threeSixtyImage h4, .threeSixtyImage h5, .threeSixtyImage h6 {
    color: #242f61; }

.threeSixty {
  width: 100%;
  display: block; }
  .threeSixty h1, .threeSixty h2, .threeSixty h3, .threeSixty h4, .threeSixty h5, .threeSixty h6 {
    margin-bottom: 0; }

.count2 .threeSixty {
  width: calc(50% - 9px);
  float: right; }

.count2 .threeSixty:first-of-type {
  float: left; }

ul.switchers li {
  padding: 8px;
  width: 25%;
  display: inline;
  _height: 30px;
  min-height: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1; }

a[class^="vrswitcher"] {
  padding: 12px 18px;
  border: solid 1px #999999;
  display: block;
  cursor: pointer; }

.vrViewWindow {
  width: 100%;
  display: block;
  height: 33vh;
  min-height: 300px;
  background-color: #7f7f7f;
  margin-bottom: 12px; }
  .vrViewWindow > div,
  .vrViewWindow iframe {
    background-color: #999999;
    width: 100%;
    height: 100%; }

.link360 * {
  text-align: center; }

.link360 .blockLink {
  padding-left: 40px;
  background-image: url(../img/360.svg);
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: 4px center; }

@media only screen and (max-width: 650px) {
  .count2 .threeSixty {
    width: 100%; }
  ul.switchers li {
    padding: 8px;
    width: 50%;
    display: inline;
    _height: 30px;
    min-height: 30px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1; } }

@media only screen and (max-width: 350px) {
  ul.switchers li {
    padding: 8px;
    width: 100%;
    display: inline;
    _height: 30px;
    min-height: 30px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/three-dots.svg") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 14px;
  width: 14px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  border-top: solid 4px rgba(127, 127, 127, 0.5);
  border-right: solid 4px rgba(127, 127, 127, 0.5);
  background-color: transparent; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  right: calc(100% + 0px);
  transform: translateY(-100%) rotate(-135deg); }

.slick-next {
  transform: translateY(-100%) rotate(45deg);
  left: calc(100%); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  /*
	position: absolute;
    bottom: auto;
    top: 100%;
    padding: 0;
    margin: 0;
    */
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 6px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      opacity: 0.25;
      background-color: #cd132d; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button {
      background-color: #242f61;
      opacity: 1; }

@media only screen and (max-width: 650px) {
  .slick-dots {
    position: relative;
    bottom: auto;
    top: 10px; } }

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.image-container {
  position: relative; }

.photo-container {
  float: left;
  position: relative;
  overflow: hidden; }

.image-thumb {
  position: relative;
  background-color: #eee; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.9.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

#baguetteBox-overlay.visible {
  opacity: 1; }

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%; }

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif; }

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; }

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button {
  right: 2%; }

.baguetteBox-button#previous-button {
  left: 2%; }

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px; }

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out; }

.chocolat-open {
  overflow: hidden; }

.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  opacity: 0.9; }

.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 10000;
  color: #fff;
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.3rem;
  font-size: 1.2rem;
  font-size: 1vw;
  letter-spacing: 0.025em;
  color: #FFFFFF; }
  @media (max-width: 80rem) {
    .chocolat-wrapper {
      font-size: 0.8rem; } }
  @media (min-width: 90rem) {
    .chocolat-wrapper {
      font-size: 0.9rem; } }
.chocolat-zoomable .chocolat-img {
  cursor: zoom-in; }

.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../img/loader.svg);
  background-size: 80%;
  background-position: center center;
  display: none; }

.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left; }

.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%; }

.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../img/left.svg) 50% 50% no-repeat;
  z-index: 17;
  display: none;
  background-size: 70%;
  background-position: center center; }

.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../img/right.svg) 50% 50% no-repeat;
  z-index: 17;
  display: none;
  background-size: 70%;
  background-position: center center; }

.chocolat-wrapper .chocolat-right.active {
  display: block; }

.chocolat-wrapper .chocolat-left.active {
  display: block; }

.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px; }

.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/close.svg) 50% 50% no-repeat;
  background-size: 70%;
  background-position: center center; }

.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.4);
  text-align: right;
  margin-top: 10px; }

.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/ }

.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../img/fullscreen.svg) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right; }

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left; }

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15; }

body.chocolat-open > .chocolat-loader {
  z-index: 15; }

body.chocolat-open > .chocolat-content {
  z-index: 17; }

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute; }

.chocolat-in-container {
  position: relative; }

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

@media only screen and (max-width: 650px) {
  .cc-window {
    font-size: 11px; } }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0); }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  /*.ranges {
		display: block;
		float: right;
		.rangeHolder {
			
			.range {
				display: inline-block;
				width: 50%;
				float: left;
				
				
			}
		}
	}*/ }

/*
@import 'debug';
@import 'aos';
@import 'animsition';
*/
