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

@font-face {
  font-family: "lg-icon-font";
  src: url("fonts/lg-icon-font.eot");
  src: url("fonts/lg-icon-font.eot?#iefix") format("eot"), url("fonts/lg-icon-font.woff") format("woff"), url("fonts/lg-icon-font.ttf") format("truetype"), url("fonts/lg-icon-font.svg#lg-icon-font") format("svg"); }

.icon-volume-off:before {
  font-family: "unmute-icon-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801'; }

.icon:before, .woocommerce-page #content div.product form.cart button.button.single_add_to_cart_button:before, .slideshow .navArrow:before, .showMoreWrap .showMore .arrow:before, .tweetCol .titleIcon:before, .shareWrap .inner .share li a:before, .voucherShowHide .showHideButton .pinkBlock .arrow:before, .flexibleSection .quote .quoteMarksWrap .quoteMarks:before, .arrowRight:before, .searchSubmit:before, .partnerList header.partnerHeader .arrow:before, #pageHeader .innerWrap .right p .pageIcon.collection:before, #pageHeader .innerWrap .right p .menu:before, #siteNav #buttonCloseX:before, #siteNav .innerWrap .navCol .pageIcon:before, #home .multiSection .innerWrap .titleIcon:before {
  font-family: "lg-icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.icon-arrow-left:before, .slideshow .navArrow.navLeft:before {
  content: "\E001";
  margin-right: auto; }

.icon-arrow-right:before, .slideshow .navArrow.navRight:before, .showMoreWrap .showMore .arrow:before, .voucherShowHide .showHideButton .pinkBlock .arrow:before, .arrowRight:before, .partnerList header.partnerHeader .arrow:before {
  content: "\E002";
  margin-left: auto; }

.icon-burger-menu:before, #pageHeader .innerWrap .right p .menu:before {
  content: "\E003"; }

.icon-camera:before, #home .multiSection .innerWrap .titleIcon.camera:before {
  content: "\E004"; }

.icon-close:before, #siteNav #buttonCloseX:before {
  content: "\E005"; }

.icon-collection:before, .woocommerce-page #content div.product form.cart button.button.single_add_to_cart_button:before, #pageHeader .innerWrap .right p .pageIcon.collection:before, #siteNav .innerWrap .navCol .pageIcon.collection:before {
  content: "\E006"; }

.icon-contact:before, #siteNav .innerWrap .navCol .pageIcon.contact:before {
  content: "\E007"; }

.icon-gallery:before, #home .multiSection .innerWrap .titleIcon.gallery:before {
  content: "\E008"; }

.icon-gift:before, #siteNav .innerWrap .navCol .pageIcon.gift:before {
  content: "\E009"; }

.icon-newsletter:before, #siteNav .innerWrap .navCol .pageIcon.newsletter:before {
  content: "\E00A"; }

.icon-quote:before, .flexibleSection .quote .quoteMarksWrap .quoteMarks:before {
  content: "\E00B"; }

.icon-search:before, .searchSubmit:before {
  content: "\E00C"; }

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

.icon-share-google:before {
  content: "\E00E"; }

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

.icon-twitter:before, .tweetCol .titleIcon.twitter:before, #home .multiSection .innerWrap .titleIcon.twitter:before {
  content: "\E010"; }

/*$foco-light: 'foco', sans-serif;
	$foco-bold: 'foco', sans-serif;*/
/*@font-face {
		font-family: 'vectorfont';
		src: 	url('fonts/vectorfont.eot');
		src: 	url('fonts/vectorfont.woff') format('woff'),
				url('fonts/vectorfont.ttf') format('truetype'),
				url('fonts/vectorfont.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}*/
@keyframes adjustLength {
  0% {
    margin-left: 50%;
    margin-right: 50%;
    width: 0%; }
  50% {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%; }
  100% {
    margin-left: 50%;
    margin-right: 50%;
    width: 0%; } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border-width: 0 0 1px 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  font: 62.5% "foco", sans-serif;
  overflow-y: scroll;
  min-height: 100%;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F3F3F3;
  color: #202020; }

body {
  font-size: 1.6rem;
  font-weight: 300; }

::selection {
  background: #CB0056;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #CB0056;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #CB0056;
  color: #FFF;
  text-shadow: none; }

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

img {
  max-width: 100%; }

a {
  color: #202020;
  text-decoration: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 770px; } }
  @media (min-width: 992px) {
    .container {
      width: 990px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1190px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -25px;
  margin-right: -25px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .shareWrap .inner, .col-md-2, .shareWrap .inner, .col-lg-2, .col-xs-3, .col-sm-3, #siteNav .innerWrap .navCol, .col-md-3, #siteNav .innerWrap .navCol, .col-lg-3, .col-xs-4, .col-sm-4, .staticCircles .circleBox, .copySection .leftBlock, .introBlock .leftBlock, .circleRows .circleRow .circleBox, .circleRows .circleRow .tweetCol, .partnerList .items li, #home .multiSection .innerWrap .col, #siteMap .siteMapCol, .col-md-4, .staticCircles .circleBox, .copySection .leftBlock, .introBlock .leftBlock, .associatedItems .itemsContainer .rectBox, .circleRows .circleRow .circleBox, .circleRows .circleRow .tweetCol, .partnerList .items li, #home .multiSection .innerWrap .col, #siteMap .siteMapCol, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .associatedItems .itemsContainer .rectBox, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .copySection .textBlock, .introBlock .textBlock, .flexibleSection .innerWrap .rightBuffer, .pushRight, .col-md-8, .copySection .textBlock, .introBlock .textBlock, .flexibleSection .innerWrap .rightBuffer, .pushRight, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .associatedItems .itemsContainer .extraContent, .associatedItems .itemsContainer .showMoreWrap, .videoWrap, #footerWrap #pageFooter .innerWrap .footer-col, #contact .circleRows, .col-md-12, .associatedItems .itemsContainer .extraContent, .associatedItems .itemsContainer .showMoreWrap, .videoWrap, #contact .circleRows, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .shareWrap .inner, .col-sm-3, #siteNav .innerWrap .navCol, .col-sm-4, .staticCircles .circleBox, .copySection .leftBlock, .introBlock .leftBlock, .circleRows .circleRow .circleBox, .circleRows .circleRow .tweetCol, .partnerList .items li, #home .multiSection .innerWrap .col, #siteMap .siteMapCol, .col-sm-5, .col-sm-6, .associatedItems .itemsContainer .rectBox, .col-sm-7, .col-sm-8, .copySection .textBlock, .introBlock .textBlock, .flexibleSection .innerWrap .rightBuffer, .pushRight, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .associatedItems .itemsContainer .extraContent, .associatedItems .itemsContainer .showMoreWrap, .videoWrap, #footerWrap #pageFooter .innerWrap .footer-col, #contact .circleRows {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2, .shareWrap .inner {
    width: 16.66667%; }
  .col-sm-3, #siteNav .innerWrap .navCol {
    width: 25%; }
  .col-sm-4, .staticCircles .circleBox, .copySection .leftBlock, .introBlock .leftBlock, .circleRows .circleRow .circleBox, .circleRows .circleRow .tweetCol, .partnerList .items li, #home .multiSection .innerWrap .col, #siteMap .siteMapCol {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6, .associatedItems .itemsContainer .rectBox {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8, .copySection .textBlock, .introBlock .textBlock, .flexibleSection .innerWrap .rightBuffer, .pushRight {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12, .associatedItems .itemsContainer .extraContent, .associatedItems .itemsContainer .showMoreWrap, .videoWrap, #footerWrap #pageFooter .innerWrap .footer-col, #contact .circleRows {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8, .introBlock .leftBlock {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4, .introBlock .textBlock {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4, .flexibleSection .innerWrap .rightBuffer, .pushRight {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10, .shareWrap .inner {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .shareWrap .inner, .col-md-3, #siteNav .innerWrap .navCol, .col-md-4, .staticCircles .circleBox, .copySection .leftBlock, .introBlock .leftBlock, .associatedItems .itemsContainer .rectBox, .circleRows .circleRow .circleBox, .circleRows .circleRow .tweetCol, .partnerList .items li, #home .multiSection .innerWrap .col, #siteMap .siteMapCol, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .copySection .textBlock, .introBlock .textBlock, .flexibleSection .innerWrap .rightBuffer, .pushRight, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .associatedItems .itemsContainer .extraContent, .associatedItems .itemsContainer .showMoreWrap, .videoWrap, #contact .circleRows {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2, .shareWrap .inner {
    width: 16.66667%; }
  .col-md-3, #siteNav .innerWrap .navCol {
    width: 25%; }
  .col-md-4, .staticCircles .circleBox, .copySection .leftBlock, .introBlock .leftBlock, .associatedItems .itemsContainer .rectBox, .circleRows .circleRow .circleBox, .circleRows .circleRow .tweetCol, .partnerList .items li, #home .multiSection .innerWrap .col, #siteMap .siteMapCol {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8, .copySection .textBlock, .introBlock .textBlock, .flexibleSection .innerWrap .rightBuffer, .pushRight {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12, .associatedItems .itemsContainer .extraContent, .associatedItems .itemsContainer .showMoreWrap, .videoWrap, #contact .circleRows {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4, .flexibleSection .innerWrap .rightBuffer, .pushRight {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10, .shareWrap .inner {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4, #footerWrap #pageFooter .innerWrap .footer-col.footerNav {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*// headings
h1, h2, h3, h4 {
	margin-top:0;
	margin-bottom:.5em;
	letter-spacing: -.03em;
	line-height: 1;
}

h1, .h1-size {
	font-size: $xlarge;
}
h2, .h2-size {
	font-size: $large;
}
h3, .h3-size {
	font-size: $medium;
}
h4, .h4-size {
	font-size: $normal;
}

// paragraphs

p {
	margin-top:0;
}

// Styles

.section-heading {
	text-transform: uppercase;
}

.caps-text  {
	font-size: $small;
	text-transform: uppercase;
	letter-spacing:.1em;
}


hr {
	margin: 1.5rem auto;
}
.hr--short {
	width: 8.5rem;
}

.hr--light {
	border-color:white;
}

@media (max-width: $break-small) {
  h1 {
		font-size: $xlarge*.7;
	}
	h2 {
		font-size: $large*.7;
	}
	h3 {
		font-size: $medium*.7;
	}
	h4 {
		font-size: $normal*.7;
	}

	hr {
		margin: 1rem auto;
	}
}*/
body ::-webkit-input-placeholder {
  color: #333; }

body :-moz-placeholder {
  /* Firefox 18- */
  color: #333; }

body ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333; }

body :-ms-input-placeholder {
  color: #333; }

body input:focus,
body select:focus,
body textarea:focus,
body button:focus {
  outline: none; }

form input {
  border: none;
  color: #333;
  display: block;
  margin-bottom: 1rem;
  padding: 1rem;
  width: 100%;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem; }

form textarea {
  border: none;
  padding: 1rem;
  text-align: center;
  width: 100%; }

form input[type='submit'] {
  background-color: #CB0056;
  color: #FFF;
  font-family: "foco", sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

form button {
  border: 0;
  padding: 1rem; }

form input[type='submit']:hover {
  opacity: 0.9;
  filter: alpha(opacity=90); }

form.zohoForm ul li.radio {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: left;
  vertical-align: top;
  width: 50%; }
  form.zohoForm ul li.radio input {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.5rem 0 0;
    padding: 0;
    width: auto; }

form ul li.formResult {
  background-color: #F3F3F3;
  color: #CB0056;
  font-style: italic;
  padding: 1rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem; }
  form ul li.formResult a {
    color: #202020 !important; }

@media only screen and (max-width: 47.938em) {
  form ul {
    margin: 0 auto;
    max-width: 350px;
    width: 100%; } }

form.notRounded input {
  margin-bottom: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

form.enquiryForm {
  background-color: #CB0056;
  padding: 2rem 5rem 2rem 5rem;
  text-align: center; }
  form.enquiryForm h4 {
    color: #F3F3F3;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  form.enquiryForm input {
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    form.enquiryForm input.submit {
      text-align: center; }
  @media only screen and (max-width: 60em) {
    form.enquiryForm {
      padding: 2rem 2rem 2rem 2rem; }
      form.enquiryForm h4 {
        font-size: 2.4rem; } }
  form.enquiryForm textarea {
    margin-bottom: 1rem;
    text-align: left; }

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

.page-template-page_auction .silent-auction-page-content section.associatedItems {
  margin-top: 100px; }

.single-auction .checkbox-wrap {
  padding-left: 0;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */ }
  .single-auction .checkbox-wrap span {
    font-size: 16px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .single-auction .checkbox-wrap [type="checkbox"]:not(:checked), .single-auction .checkbox-wrap [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .single-auction .checkbox-wrap [type="checkbox"]:not(:checked) + label, .single-auction .checkbox-wrap [type="checkbox"]:checked + label {
    position: relative;
    padding-right: 40px;
    padding-top: 8px;
    cursor: pointer;
    float: right; }
  .single-auction .checkbox-wrap [type="checkbox"]:not(:checked) + label:before, .single-auction .checkbox-wrap [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid white;
    border-radius: 4px;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem; }
  .single-auction .checkbox-wrap [type="checkbox"]:not(:checked) + label:after, .single-auction .checkbox-wrap [type="checkbox"]:checked + label:after {
    font-family: "fontello";
    content: '\e800';
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 21px;
    line-height: 0.8;
    color: #cb0056;
    transition: all .15s; }
  .single-auction .checkbox-wrap [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .single-auction .checkbox-wrap [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .single-auction .checkbox-wrap.terms {
    padding-top: 7px; }
    .single-auction .checkbox-wrap.terms [type="checkbox"]:not(:checked) + label, .single-auction .checkbox-wrap.terms [type="checkbox"]:checked + label {
      float: right;
      padding-right: 0px; }
    .single-auction .checkbox-wrap.terms .terms-label {
      display: block;
      padding-top: 7px;
      padding-bottom: 16px;
      margin-right: 40px;
      padding-left: 10px; }

.single-auction div.wpcf7 .wpcf7-response-output {
  display: block;
  position: absolute;
  border: 0 !important;
  font-size: 18px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -10px;
  margin-top: 0;
  font-weight: bold; }
  @media screen and (max-width: 60em) {
    .single-auction div.wpcf7 .wpcf7-response-output {
      bottom: -20px; } }
  @media screen and (max-width: 47.938em) {
    .single-auction div.wpcf7 .wpcf7-response-output {
      bottom: -70px; } }

.single-auction div.wpcf7 span.wpcf7-not-valid-tip {
  display: none !important; }

.single-auction div.wpcf7 img.ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 120px; }
  @media screen and (max-width: 60em) {
    .single-auction div.wpcf7 img.ajax-loader {
      margin-top: 150px; } }
  @media screen and (max-width: 500px) {
    .single-auction div.wpcf7 img.ajax-loader {
      margin-top: 200px; } }

.single-auction .form-container {
  margin-top: 55px;
  margin-bottom: 55px; }
  .single-auction .form-container input {
    border: 2px solid white;
    padding: 0.8rem; }
    .single-auction .form-container input.wpcf7-not-valid {
      border-color: #cc0000; }
  .single-auction .form-container .wpcf7-custom_checkbox.wpcf7-not-valid label:before {
    border: 2px solid #cc0000; }
  .single-auction .form-container input.submit-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    background-color: #CB0056;
    color: #FFF;
    font-family: "foco", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 280px;
    height: 48px;
    border: 0; }
  .single-auction .form-container textarea {
    height: 137px;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    text-align: left;
    max-width: 100%; }

.single-auction .meta-container {
  margin-bottom: 40px; }
  .single-auction .meta-container .prices-container {
    text-align: right; }
    .single-auction .meta-container .prices-container p {
      font-size: 18px;
      margin-bottom: 0; }
    .single-auction .meta-container .prices-container p span {
      color: #9c9c9c; }
    .single-auction .meta-container .prices-container p.reserve-price {
      font-weight: bold; }
      .single-auction .meta-container .prices-container p.reserve-price span {
        font-weight: normal;
        color: black; }
  .single-auction .meta-container .bid-counter-container .counter {
    height: 40px;
    padding: 0 10px;
    min-width: 55px;
    background: white;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    border: 1px solid #cb0056;
    margin-bottom: 10px;
    line-height: 33px; }
    .single-auction .meta-container .bid-counter-container .counter span {
      vertical-align: middle;
      color: #cb0056;
      font-size: 24px;
      font-weight: bold; }
  .single-auction .meta-container .bid-counter-container label {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    margin: 0 0 1.5rem 12px;
    vertical-align: middle; }

.woocommerce {
  /* Fixes Google Maps footer breakage */ }
  .woocommerce #footerWrap img {
    max-width: inherit; }
  .woocommerce #credit_called {
    margin-left: 1rem;
    width: 70px; }
  .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
    background-color: #CB0056;
    border: none;
    color: #F3F3F3;
    margin: 0 0 2rem 0 !important;
    padding: 1em 8em 1em 3.5em !important;
    position: relative;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    .woocommerce .woocommerce-message a, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a {
      color: #F3F3F3; }
    .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
      background-color: inherit;
      border: #F3F3F3 solid 1px;
      color: #F3F3F3;
      cursor: pointer;
      display: inline-block;
      float: none;
      font-size: 1.6rem;
      font-style: italic;
      font-weight: normal;
      padding: .5rem 1rem .5rem 1rem;
      position: absolute;
      vertical-align: middle;
      right: 1em;
      top: .6em;
      text-align: center;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      -ms-border-radius: 0.5rem;
      border-radius: 0.5rem; }
    .woocommerce .woocommerce-message .button:hover, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover {
      background-color: inherit;
      color: inherit; }
    @media only screen and (max-width: 47.938em) {
      .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
        padding: 1em 2em 1em 3.5em !important; }
        .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
          /*bottom: .6em;
        float: none;
        left: 3.5em;
        position: absolute;*/
          display: block;
          position: static;
          margin-bottom: 1rem;
          right: inherit;
          top: inherit;
          width: 50%; } }
  .woocommerce form .woocommerce-validated select {
    border-color: #989898 !important; }
  .woocommerce form #afterCart {
    display: none; }
  .woocommerce .continueShopping {
    display: block;
    font-style: italic;
    height: auto;
    margin: 0 0 1rem 0; }
    .woocommerce .continueShopping a {
      background-color: #CB0056;
      color: #F3F3F3;
      display: inline-block;
      padding: 1rem;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      -ms-border-radius: 0.5rem;
      border-radius: 0.5rem; }
    .woocommerce .continueShopping a:hover {
      background-color: #202020; }
  .woocommerce .checkout-response {
    color: #CB0056;
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 3rem;
    text-align: center; }
  .woocommerce .checkout .col-2 h3#ship-to-different-address {
    float: none;
    display: block;
    margin: 1rem 0 0 0; }
  .woocommerce .order_details {
    text-align: center; }
    .woocommerce .order_details.summary {
      background-color: #CB0056;
      color: #F3F3F3;
      padding: 2rem 0 1rem 0;
      width: auto;
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      -ms-border-radius: 1rem;
      border-radius: 1rem; }
      .woocommerce .order_details.summary li {
        float: none;
        display: inline-block; }
    @media only screen and (max-width: 47.938em) {
      .woocommerce .order_details.summary li {
        border: none;
        display: block;
        margin: 0 0 1rem 0;
        padding: 0;
        width: 100%; } }
  .woocommerce .myaccount_user {
    font-style: italic; }
    .woocommerce .myaccount_user a {
      color: #CB0056; }
  .woocommerce .myaccount_address {
    margin-bottom: 3rem; }
  .woocommerce .addresses .title {
    border-bottom: 1px #989898 solid;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    .woocommerce .addresses .title h3 {
      font-weight: 500; }
    .woocommerce .addresses .title a {
      color: #CB0056; }
  .woocommerce .addresses address {
    line-height: 1.8rem; }
  .woocommerce .woocommerce-error {
    background-color: #D99C33; }
    .woocommerce .woocommerce-error li {
      margin-bottom: 1rem; }
    .woocommerce .woocommerce-error li:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 47.938em) {
      .woocommerce .woocommerce-error {
        padding: 1em 2em 3em 3.5em !important; } }
  .woocommerce .register input.button {
    width: 20rem; }
  .woocommerce input.button {
    background-color: #CB0056;
    color: #F3F3F3;
    width: 20rem; }
  .woocommerce input.button:hover {
    background-color: #000;
    color: #F3F3F3; }
  .woocommerce .login input.button {
    width: 20rem; }
  .woocommerce .login input, .woocommerce .login label {
    display: inline-block;
    width: auto; }
  .woocommerce .login .rememberWrap {
    display: block;
    margin: 1rem 0 0 0; }
  .woocommerce .checkout_coupon .form-row-last, .woocommerce .checkout_coupon .form-row-first {
    display: block;
    float: none; }
  .woocommerce .checkout_coupon .form-row-last {
    width: 20rem; }
  .woocommerce .woocommerce-billing-fields h3 {
    font-weight: 500;
    margin-bottom: 1rem; }
  .woocommerce form .form-row .input-checkbox {
    display: inline-block;
    margin: 0; }
  .woocommerce form .form-row#zoho_newsletter_field, .woocommerce form .form-row.create-account {
    padding: 1rem 0 1rem 0; }
  .woocommerce form .form-row label.checkbox {
    line-height: 2rem; }
  .woocommerce .woocommerce-checkout-payment ul.payment_methods li input {
    display: inline-block;
    width: auto; }
  .woocommerce h2, .woocommerce legend, .woocommerce #order_review_heading {
    font-weight: 500;
    margin: 2rem 0 2rem 0;
    width: 100%; }
  .woocommerce fieldset {
    display: block;
    margin-top: 2rem; }
  .woocommerce ul.products {
    margin: 0 !important; }
  .woocommerce .woocommerce-checkout input, .woocommerce .woocommerce-checkout label {
    display: inline-block;
    width: auto; }
  .woocommerce .woocommerce-checkout #payment div.payment_box:after {
    top: -1px; }
  .woocommerce .woocommerce-checkout #payment div.form-row input.button.alt {
    background-color: #CB0056;
    float: right;
    width: 25rem; }
  .woocommerce .woocommerce-checkout #payment div.form-row .terms {
    float: left;
    text-align: left; }
    .woocommerce .woocommerce-checkout #payment div.form-row .terms a {
      text-decoration: underline; }
    .woocommerce .woocommerce-checkout #payment div.form-row .terms label {
      display: inline-block; }
    .woocommerce .woocommerce-checkout #payment div.form-row .terms input {
      display: inline-block;
      width: auto; }
  .woocommerce ul#shipping_method li {
    margin-left: -22px;
    text-indent: inherit; }
    .woocommerce ul#shipping_method li input {
      margin-right: 1rem; }
    .woocommerce ul#shipping_method li label {
      display: inline-block;
      width: inherit; }
  .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before {
    color: #F3F3F3;
    margin-top: 0rem; }
  .woocommerce .return-to-shop .button {
    background-color: inherit;
    color: #CB0056;
    font-size: 2rem;
    font-style: italic;
    font-weight: normal;
    margin-top: 1rem;
    padding: 0;
    text-align: center;
    width: 100%; }
  .woocommerce .return-to-shop .button:hover {
    background-color: inherit;
    color: #202020; }
  .woocommerce table.shop_attributes {
    border: none;
    margin: 2rem 0 0 0; }
    .woocommerce table.shop_attributes tbody {
      display: block; }
      .woocommerce table.shop_attributes tbody tr {
        border: none; }
        .woocommerce table.shop_attributes tbody tr th, .woocommerce table.shop_attributes tbody tr td {
          border: none;
          display: inline-block;
          font-size: 2rem;
          font-weight: normal;
          margin: 0 0 1rem 0;
          padding: 0 .5rem 0 0;
          width: auto; }
        .woocommerce table.shop_attributes tbody tr td p {
          padding: 0; }
        .woocommerce table.shop_attributes tbody tr th:after {
          content: ":"; }
        .woocommerce table.shop_attributes tbody tr.alt {
          background-color: inherit; }
          .woocommerce table.shop_attributes tbody tr.alt th {
            background-color: inherit; }
          .woocommerce table.shop_attributes tbody tr.alt td {
            background-color: inherit; }
  .woocommerce .title h3 {
    font-weight: 500;
    margin-bottom: 2rem; }
  .woocommerce table.shop_table.customer_details tr th {
    width: 50%; }
  @media only screen and (max-width: 47.938em) {
    .woocommerce table.shop_table.customer_details tr {
      border: none;
      padding: 1rem;
      width: 100%; }
      .woocommerce table.shop_table.customer_details tr th {
        border: none;
        display: inline-block;
        padding: 0;
        width: auto; }
      .woocommerce table.shop_table.customer_details tr td {
        border: none;
        display: inline-block;
        padding: 0; }
      .woocommerce table.shop_table.customer_details tr td::before {
        display: none; } }
  .woocommerce table.cart td.actions .button {
    background-color: #202020;
    color: #F3F3F3;
    padding: 1rem; }
  .woocommerce table.cart td.actions .coupon {
    margin: 2rem 0 2rem 0;
    width: 100%; }
    .woocommerce table.cart td.actions .coupon .input-text {
      padding: .8rem;
      width: 13rem; }
  .woocommerce table.cart td.actions input {
    float: left;
    width: 20rem; }
  .woocommerce .cart-collaterals .cart_totals h2 {
    font-weight: 500;
    text-transform: uppercase; }
  .woocommerce .cart-collaterals .cart_totals table {
    width: 100%; }
    .woocommerce .cart-collaterals .cart_totals table tr {
      width: 100%; }
      .woocommerce .cart-collaterals .cart_totals table tr th {
        font-style: italic;
        text-align: left;
        width: 20%; }
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator a, .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .button {
    background-color: #202020;
    color: #F3F3F3;
    font-weight: 500;
    padding: 1rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem; }
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
    margin: 1rem 0 0 0; }
  .woocommerce .lost_reset_password .button {
    width: 20rem; }

.woocommerce-page #content div.product div.thumbnails {
  padding: 0; }

.woocommerce-page #content div.product div.images {
  float: none;
  width: 100%; }

.woocommerce-page #content div.product div.summary {
  float: none;
  width: auto; }

.woocommerce-page #content div.product .stock {
  color: #CB0056; }

.woocommerce-page #content div.product .singleProductContent {
  width: 75em; }
  @media only screen and (max-width: 75em) {
    .woocommerce-page #content div.product .singleProductContent {
      width: 100%; } }

.woocommerce-page #content div.product .descriptionWrap {
  margin-top: 4rem; }
  .woocommerce-page #content div.product .descriptionWrap p {
    line-height: 2.4rem; }
  .woocommerce-page #content div.product .descriptionWrap .innerWrap {
    padding: 0;
    width: 100%; }
  .woocommerce-page #content div.product .descriptionWrap .videoWrap {
    margin: 1.5rem 0 0 0; }
    .woocommerce-page #content div.product .descriptionWrap .videoWrap img {
      margin-bottom: 0; }

.woocommerce-page #content div.product form.cart {
  display: inline-block;
  height: 30px;
  margin: 0;
  width: auto;
  vertical-align: middle; }
  .woocommerce-page #content div.product form.cart div {
    display: none; }
  .woocommerce-page #content div.product form.cart button.button {
    background-color: transparent;
    color: #CB0056;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0; }
    .woocommerce-page #content div.product form.cart button.button .alt {
      background-color: transparent;
      color: #CB0056; }
    .woocommerce-page #content div.product form.cart button.button.single_add_to_cart_button:before {
      color: #CB0056;
      display: inline-block;
      font-size: 2rem;
      margin-right: 1rem;
      vertical-align: middle; }
  .woocommerce-page #content div.product form.cart button.button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.woocommerce-page #content div.product .priceWrap {
  float: right;
  width: auto; }
  .woocommerce-page #content div.product .priceWrap p.price {
    color: #202020;
    font-size: 1.8rem;
    margin: 0 0 0 0; }

.woocommerce-page #content div.product .commission, .woocommerce-page #content div.product .outOfStock, .woocommerce-page #content div.product .enquire {
  color: #CB0056;
  display: inline-block;
  height: 30px;
  margin: 0;
  vertical-align: middle; }

.woocommerce-page #content div.product .separator {
  background-color: #202020;
  display: inline-block;
  height: 22px;
  margin: 0 .5rem 0 .5rem;
  width: 1px; }

.woocommerce-page #content div.product .ownArt {
  display: inline-block;
  height: 30px;
  margin: 0 0 -.7rem 0;
  width: 49px; }
  .woocommerce-page #content div.product .ownArt a {
    background: url(../img/own-art.png) no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%; }

.woocommerce-page #content div.product .ownArtExcerpt {
  display: none;
  margin: 0; }
  .woocommerce-page #content div.product .ownArtExcerpt .inner {
    border-bottom: #CCC solid 1px;
    border-top: #CCC solid 1px;
    padding: 1rem; }
    .woocommerce-page #content div.product .ownArtExcerpt .inner p {
      font-size: 1.8rem;
      font-style: italic;
      margin: 0; }

@media only screen and (max-width: 47.938em) {
  .woocommerce-page #customer_login h2 {
    font-size: 2.4rem;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
  .woocommerce-page #customer_login form.login, .woocommerce-page #customer_login form.register {
    margin: 1.5rem 0 3rem 0; } }

.woocommerce-cart .checkout-top {
  display: block;
  float: right;
  padding: 0; }

.woocommerce-cart .continueShopping {
  display: block;
  float: left; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #CB0056;
  border-radius: 0.5rem; }

.woocommerce-cart .wc-proceed-to-checkout a:hover {
  background-color: #CB0056 !important; }

.woocommerce-page {
  /* Fixes Google Maps footer breakage */ }
  .woocommerce-page #footerWrap img {
    max-width: inherit; }

.other-reason-for-visit {
  display: none; }

.infoPlaque {
  display: block;
  position: relative; }
  .infoPlaque.infoPadding {
    background-color: #F3F3F3;
    padding: 2.4rem;
    padding-bottom: 3rem; }
  .infoPlaque .infoPadding {
    background-color: #F3F3F3;
    display: block;
    padding: 2.4rem;
    padding-bottom: 4.5rem; }
  .infoPlaque h3 {
    border-bottom: #989898 solid 1px;
    font-size: 2.4rem;
    margin: 0 0 1.5rem 0;
    padding: 0 0 .5rem 0;
    width: 100%; }
  .infoPlaque .subTitle {
    display: block;
    margin: 0 0 .8rem 0;
    width: 100%; }
    .infoPlaque .subTitle .sub {
      display: inline-block;
      font-style: italic;
      margin-right: 5%;
      width: 55%; }
    .infoPlaque .subTitle .price {
      font-size: 1.2rem !important;
      color: black !important;
      display: inline-block;
      text-align: right;
      font-weight: bold;
      width: 40%; }
    .infoPlaque .subTitle.onlyPrice .price {
      width: 100%; }
    .infoPlaque .subTitle.onlySub .sub {
      width: 95%; }
  .infoPlaque .des {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 0 0 .8rem 0;
    width: 100%; }
  .infoPlaque .ctaView {
    bottom: 2.4rem;
    height: 20px;
    left: 2.4rem;
    position: absolute; }
    .infoPlaque .ctaView .link {
      display: inline-block;
      vertical-align: middle;
      background-color: #CB0056;
      border-radius: 4px;
      padding: 5px 10px 5px 10px; }
      .infoPlaque .ctaView .link a {
        color: white;
        font-size: 1.4rem;
        font-style: italic;
        font-weight: bold; }
  @media only screen and (max-width: 75em) {
    .infoPlaque .des {
      display: none; } }

.socialLinks {
  display: block;
  margin-bottom: 3rem; }
  .socialLinks ul {
    display: block; }
    .socialLinks ul li {
      display: inline-block;
      margin-right: 1rem; }
      .socialLinks ul li a {
        display: block;
        height: 35px;
        width: 35px; }
        .socialLinks ul li a.icon-svg-facebook {
          background: url(../img/social/social-facebook.svg) no-repeat; }
        .socialLinks ul li a.icon-svg-tweet {
          background: url(../img/social/social-twitter.svg) no-repeat; }
        .socialLinks ul li a.icon-svg-pinterest {
          background: url(../img/social/social-pinterest.svg) no-repeat; }
        .socialLinks ul li a.icon-svg-youtube {
          background: url(../img/social/social-youtube.svg) no-repeat; }
        .socialLinks ul li a.icon-svg-google_plus {
          background: url(../img/social/social-google.svg) no-repeat; }
        .socialLinks ul li a.icon-svg-instagram {
          background: url(../img/social/social-instagram.png) no-repeat;
          background-size: contain; }
      .socialLinks ul li a:hover {
        opacity: 0.9;
        filter: alpha(opacity=90); }

.slideshow {
  position: relative; }
  .slideshow .unmute-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10; }
    .slideshow .unmute-btn .icon-volume-off {
      font-size: 10rem;
      color: #fff; }
    .slideshow .unmute-btn__modal {
      position: absolute;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important; }
  .slideshow img {
    width: 100%; }
  .slideshow .navArrow {
    align-items: center;
    color: #CB0056;
    cursor: pointer;
    display: flex;
    font-size: 5rem;
    height: 32%;
    position: absolute;
    top: 42%;
    z-index: 2;
    width: 1.5em; }
    .slideshow .navArrow.navLeft {
      padding-left: 2%;
      left: 0%; }
    .slideshow .navArrow.navRight {
      right: 0%;
      padding-right: 2%; }
    .slideshow .navArrow.hideDesktop {
      display: none; }
    @media only screen and (max-width: 47.938em) {
      .slideshow .navArrow.hideDesktop {
        display: block; } }
  .slideshow .loadingSlides {
    background-color: #F3F3F3;
    color: #202020;
    font-size: 2.4rem;
    padding: 16% 10% 16% 10%;
    position: relative;
    vertical-align: middle;
    text-align: center; }
    .slideshow .loadingSlides .loadingText {
      display: block; }
    .slideshow .loadingSlides .lineAnimation {
      background-color: #CB0056;
      display: block;
      height: 0.2rem;
      margin: 2rem 50% 0 50%;
      width: 0%;
      animation: adjustLength 4s infinite; }
  .slideshow .linkWrap {
    display: block;
    height: 100%;
    width: 100%; }
  .slideshow .flexslider {
    background: none;
    border: none;
    box-shadow: inherit;
    display: none;
    margin: 0;
    overflow: hidden;
    position: relative; }
    .slideshow .flexslider .slides {
      width: 100%; }
      .slideshow .flexslider .slides li {
        line-height: 0;
        display: block;
        position: relative; }
        .slideshow .flexslider .slides li a {
          display: block;
          line-height: 0; }
        .slideshow .flexslider .slides li .caption {
          background-color: rgba(0, 0, 0, 0.7);
          bottom: 0;
          color: #F3F3F3;
          display: block;
          font-size: 1.2rem;
          font-style: italic;
          height: auto;
          line-height: 1.4rem;
          max-width: 35rem;
          padding: 1rem;
          position: absolute;
          right: 0; }
          @media only screen and (max-width: 47.938em) {
            .slideshow .flexslider .slides li .caption {
              background-color: #000;
              bottom: inherit;
              max-width: 100%;
              padding: 1rem 18% 1rem 18%;
              position: relative;
              right: inherit;
              text-align: center;
              width: 100%; } }
  .slideshow.circleSlider {
    padding: 5rem 10rem 5rem 10rem; }
    .slideshow.circleSlider .loadingSlides {
      background-color: inherit;
      color: #202020;
      padding: 9% 10% 9% 10%; }
    .slideshow.circleSlider .flexslider .slides li {
      line-height: inherit; }
      .slideshow.circleSlider .flexslider .slides li .circleBox {
        padding: 0 2.5rem 0 2.5rem;
        width: 100%; }
        .slideshow.circleSlider .flexslider .slides li .circleBox a {
          line-height: inherit; }
    @media only screen and (max-width: 47.938em) {
      .slideshow.circleSlider {
        padding: 3rem 1rem 0 1rem; }
        .slideshow.circleSlider .flexslider .slides {
          margin: auto; }
          .slideshow.circleSlider .flexslider .slides li img {
            width: auto; }
            .slideshow.circleSlider .flexslider .slides li img.shim {
              width: 100%; } }
  .slideshow.rectSlider .loadingSlides {
    padding: 9% 10% 9% 10%; }
    .slideshow.rectSlider .loadingSlides .lineAnimation {
      background-color: #989898; }
    .slideshow.rectSlider .loadingSlides .spinner {
      background-color: #000; }
  .slideshow.rectSlider .flexslider .slides li .infoPlaque {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .slideshow.rectSlider .flexslider .slides li .infoPlaque a {
      line-height: normal; }
  .slideshow.rectSlider .flexslider .slides li:hover .infoPlaque {
    opacity: 1;
    filter: alpha(opacity=100); }
  .slideshow.rectSlider .infoPlaque {
    position: absolute;
    right: 4%;
    top: 5%;
    width: 60%; }
  .slideshow .textSlide {
    display: none;
    left: 13%;
    height: 74%;
    position: absolute;
    top: 13%;
    width: 74%;
    z-index: 2; }
    .slideshow .textSlide.videoSlide {
      display: none !important; }
    .slideshow .textSlide .infoPlaque {
      bottom: 0;
      position: absolute;
      right: 0;
      width: 30%;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .slideshow .textSlide .slideTitleHeader {
      width: 40%; }
      .slideshow .textSlide .slideTitleHeader a, .slideshow .textSlide .slideTitleHeader span {
        display: inline-block;
        color: #FFF;
        padding: 1.2rem 2.4rem 1.2rem 2.4rem; }
      .slideshow .textSlide .slideTitleHeader h2, .slideshow .textSlide .slideTitleHeader h3, .slideshow .textSlide .slideTitleHeader h4 {
        color: #FFF;
        font-weight: 500;
        margin-bottom: .3rem;
        text-transform: uppercase; }
        .slideshow .textSlide .slideTitleHeader h2 span, .slideshow .textSlide .slideTitleHeader h3 span, .slideshow .textSlide .slideTitleHeader h4 span {
          box-decoration-break: clone;
          display: inline;
          padding: .5rem 0 .5rem 0; }
      .slideshow .textSlide .slideTitleHeader h2 {
        font-size: 5rem;
        margin-bottom: 1rem; }
        .slideshow .textSlide .slideTitleHeader h2 span {
          line-height: 6rem; }
      .slideshow .textSlide .slideTitleHeader h3, .slideshow .textSlide .slideTitleHeader h4 {
        font-size: 1.8rem; }
        .slideshow .textSlide .slideTitleHeader h3 span, .slideshow .textSlide .slideTitleHeader h4 span {
          line-height: 2.4rem; }
  .slideshow .textSlide:hover .infoPlaque {
    opacity: 1;
    filter: alpha(opacity=100); }
  .slideshow .flex-nav {
    bottom: 2rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2; }
    .slideshow .flex-nav li {
      background-color: #FFF;
      cursor: pointer;
      display: inline-block;
      margin-right: 1rem;
      border-radius: 50%;
      height: 1rem;
      width: 1rem; }
      .slideshow .flex-nav li.flex-active {
        background-color: #CB0056; }
    .slideshow .flex-nav li:hover {
      background-color: #CB0056; }
  .slideshow .flex-nav.flex-product {
    bottom: -3rem; }
  @media only screen and (max-width: 75em) {
    .slideshow .textSlide .infoPlaque {
      width: 40%; } }
  @media only screen and (max-width: 60em) {
    .slideshow .textSlide {
      left: 8%;
      width: 84%;
      pointer-events: none; }
      .slideshow .textSlide .slideTitleHeader {
        width: 50%; }
        .slideshow .textSlide .slideTitleHeader h2 {
          font-size: 3.5rem;
          margin-bottom: 1.5rem; }
          .slideshow .textSlide .slideTitleHeader h2 span {
            line-height: 4rem; }
        .slideshow .textSlide .slideTitleHeader h3, .slideshow .textSlide .slideTitleHeader h4 {
          font-size: 1.6rem; }
          .slideshow .textSlide .slideTitleHeader h3 span, .slideshow .textSlide .slideTitleHeader h4 span {
            line-height: 1.8rem; } }
  @media only screen and (max-width: 47.938em) {
    .slideshow .navArrow {
      font-size: 3rem;
      top: 15%; }
    .slideshow .loadingSlides {
      padding: 25% 10% 25% 10%; }
      .slideshow .loadingSlides .spinner {
        height: 1rem;
        width: 2rem; }
    .slideshow .flexslider .slides {
      margin-left: -25%;
      width: 150%; }
      .slideshow .flexslider .slides li img {
        width: 100%; }
    .slideshow.rectSlider .flexslider .slides {
      margin-left: 0%;
      width: 100%; }
      .slideshow.rectSlider .flexslider .slides li .infoPlaque {
        opacity: 1;
        filter: alpha(opacity=100);
        width: 100%; }
    .slideshow.rectSlider .infoPlaque {
      left: inherit;
      position: relative;
      right: inherit;
      top: inherit;
      width: 100%; }
    .slideshow .flex-nav {
      bottom: 13.5rem;
      /*bottom: inherit;
      top: 2rem;*/ }
      .slideshow .flex-nav li {
        opacity: 0.7;
        filter: alpha(opacity=70);
        border-radius: 50%;
        height: 0.8rem;
        width: 0.8rem; }
        .slideshow .flex-nav li.flex-active {
          background-color: #FFF;
          opacity: 1;
          filter: alpha(opacity=100); }
    .slideshow.flexContentSlider .flex-nav {
      bottom: -3rem; }
      .slideshow.flexContentSlider .flex-nav li {
        opacity: 1;
        filter: alpha(opacity=100);
        border-radius: 50%;
        height: 1rem;
        width: 1rem; }
        .slideshow.flexContentSlider .flex-nav li.flex-active {
          background-color: #CB0056;
          opacity: 1;
          filter: alpha(opacity=100); }
    .slideshow.flexContentSlider .flex-nav.flex-product {
      bottom: -2.5rem; }
      .slideshow.flexContentSlider .flex-nav.flex-product li {
        opacity: 1;
        filter: alpha(opacity=100);
        border-radius: 50%;
        height: 1rem;
        width: 1rem; }
        .slideshow.flexContentSlider .flex-nav.flex-product li.flex-active {
          background-color: #CB0056;
          opacity: 1;
          filter: alpha(opacity=100); }
    .slideshow .textSlides {
      background-color: #CB0056;
      display: block;
      height: 16rem;
      overflow: hidden;
      position: relative;
      width: 100%;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .slideshow .textSlides .textSlide {
        align-items: center;
        left: 5%;
        top: 2rem;
        text-align: center;
        width: 90%; }
        .slideshow .textSlides .textSlide .infoPlaque {
          display: none; }
        .slideshow .textSlides .textSlide .slideTitleHeader {
          width: 100%; }
          .slideshow .textSlides .textSlide .slideTitleHeader a, .slideshow .textSlides .textSlide .slideTitleHeader span {
            background-color: inherit !important;
            box-shadow: none !important;
            padding: 0;
            margin: 0;
            width: 100%; }
          .slideshow .textSlides .textSlide .slideTitleHeader h2, .slideshow .textSlides .textSlide .slideTitleHeader h3, .slideshow .textSlides .textSlide .slideTitleHeader h4 {
            float: none;
            display: block;
            margin-bottom: 0; }
          .slideshow .textSlides .textSlide .slideTitleHeader h2 {
            font-size: 3.8rem; } }
        @media only screen and (max-width: 47.938em) and (max-width: 47.938em) {
          .slideshow .textSlides .textSlide .slideTitleHeader h2 {
            font-size: 3.1rem; } }
  @media only screen and (max-width: 47.938em) {
            .slideshow .textSlides .textSlide .slideTitleHeader h2 a, .slideshow .textSlides .textSlide .slideTitleHeader h2 span {
              display: block;
              padding: 1.2rem;
              line-height: 3.8rem; } }
          @media only screen and (max-width: 47.938em) and (max-width: 47.938em) {
            .slideshow .textSlides .textSlide .slideTitleHeader h2 a, .slideshow .textSlides .textSlide .slideTitleHeader h2 span {
              line-height: 3.1rem; } }
  @media only screen and (max-width: 47.938em) {
          .slideshow .textSlides .textSlide .slideTitleHeader h3, .slideshow .textSlides .textSlide .slideTitleHeader h4 {
            font-size: 1.4rem; }
            .slideshow .textSlides .textSlide .slideTitleHeader h3 a, .slideshow .textSlides .textSlide .slideTitleHeader h3 span, .slideshow .textSlides .textSlide .slideTitleHeader h4 a, .slideshow .textSlides .textSlide .slideTitleHeader h4 span {
              display: block;
              line-height: 1.8rem;
              padding: 0 0 1rem 0; } }

.circleImage {
  border: 1rem solid #FFFFFF;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -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); }
  .circleImage .shim {
    display: block;
    width: 100%; }
  .circleImage .maskCircle {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1; }
    .circleImage .maskCircle img {
      height: 100%;
      left: -24%;
      max-width: inherit;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: auto;
      z-index: 0; }
      .circleImage .maskCircle img.secondaryImg {
        opacity: 0;
        filter: alpha(opacity=0); }
  @media only screen and (max-width: 47.938em) {
    .circleImage {
      margin: 2rem auto 3rem auto;
      max-width: 300px; } }

.circleBox {
  display: inline-block;
  text-align: center;
  vertical-align: top; }
  .circleBox header {
    font-size: 3.8rem;
    margin: 2rem 0 2rem 0; }
    @media screen and (max-width: 47.938em) {
      .circleBox header {
        font-size: 3.1rem; } }
    .circleBox header h3 {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .circleBox p {
    font-size: 1.8rem;
    line-height: 2.4rem; }
    .circleBox p.surtitle {
      font-size: 1.8rem;
      margin: 2rem 0 -1rem 0; }
  .circleBox .more {
    color: #CB0056;
    font-style: italic;
    margin: 2rem 0 0 0; }
  .circleBox a {
    display: block; }
  .circleBox a:hover header h3 {
    color: #CB0056; }
  .circleBox a:hover .circleImage .maskCircle {
    left: -15%;
    height: 120%;
    top: -15%; }
    .circleBox a:hover .circleImage .maskCircle img.secondaryImg {
      opacity: 1;
      filter: alpha(opacity=100); }
  @media only screen and (max-width: 47.938em) {
    .circleBox {
      margin-bottom: 5rem; } }

.staticCircles .circleBox {
  padding: 0 5rem 0 5rem; }
  @media screen and (min-width: 1260px) {
    .staticCircles .circleBox {
      padding: 5rem 5rem 0 5rem; } }

@media only screen and (max-width: 75em) {
  .staticCircles .circleBox {
    padding: 2rem 2.5rem 0 2.5rem; } }

@media only screen and (max-width: 47.938em) {
  .staticCircles {
    padding: 5rem 0 0 0 !important; }
    .staticCircles .circleBox {
      display: block;
      margin: 0 auto;
      max-width: 400px;
      padding: 0 2.5rem 2rem 2.5rem;
      width: 100%; } }

.radialSection {
  background: url(../img/radial-gradient.jpg) #F1F1F1 top center no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-top: 0rem; }
  .radialSection .innerWrap {
    margin: 0 auto;
    padding: 0rem 0 5rem 0;
    width: 75em; }
    .radialSection .innerWrap.withShare {
      padding: 0rem 0 0 0 !important; }
  .radialSection .basicPage {
    padding: 5rem 25px 0 25px !important; }
    .radialSection .basicPage .innerWrap {
      padding: 2rem 0 4rem 0; }
  @media only screen and (max-width: 75em) {
    .radialSection .innerWrap {
      width: 100%; } }
  @media only screen and (max-width: 60em) {
    .radialSection .innerWrap {
      width: 100%; } }
  @media only screen and (max-width: 47.938em) {
    .radialSection .innerWrap {
      padding: 0rem 0 2rem 0; }
      .radialSection .innerWrap.withShare {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .radialSection .basicPage {
      padding: 3rem 25px 0 25px !important; } }

.featureBox {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  .featureBox a {
    color: #FFF;
    display: block;
    line-height: 0; }
    .featureBox a .boxTitles {
      text-align: center;
      width: 100%; }
      .featureBox a .boxTitles h2 {
        font-size: 3rem;
        font-weight: 500;
        line-height: inherit;
        margin: 0 0 3rem 0;
        text-transform: uppercase; }
        .featureBox a .boxTitles h2 span {
          box-decoration-break: clone;
          line-height: 5rem;
          padding: 1rem 0 1rem 0; }
      .featureBox a .boxTitles h3 {
        display: block;
        font-size: 2.4rem;
        line-height: 1.8rem;
        margin: 0 0 1.5rem 0; }
      .featureBox a .boxTitles h4 {
        font-size: 1.8rem;
        line-height: 1rem; }
  .featureBox a:hover .boxTitles h2 span {
    background-color: #CB0056 !important;
    box-shadow: 0.5em 0 0 #CB0056, -0.5em 0 0 #CB0056 !important; }
  @media only screen and (max-width: 47.938em) {
    .featureBox a img {
      margin-left: -50%;
      max-width: 200%;
      width: 200%; }
    .featureBox a .boxTitles {
      margin: 0 0 0 15%;
      width: 70%; }
      .featureBox a .boxTitles h2 {
        margin: 0 0 1rem 0; }
      .featureBox a .boxTitles h3 {
        line-height: 3rem;
        margin: 0 0 1rem 0; }
      .featureBox a .boxTitles h4 {
        line-height: 1.8rem; } }

.textBlock h1, .textBlock h2, .textBlock h3, .textBlock h4, .textBlock h5, .textBlock h6 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin: 0 0 3rem 0; }

.textBlock a {
  color: #CB0056;
  word-wrap: break-word; }

.textBlock a:hover {
  color: #202020; }

.textBlock ul {
  margin: 3rem 0 3rem 0; }
  .textBlock ul li {
    font-size: 2rem;
    margin: 0 0 1rem 2rem;
    list-style: disc; }

.textBlock img {
  margin-bottom: 1rem; }

.textBlock strong {
  font-weight: 500; }

.textBlock em {
  font-style: italic; }

.textBlock p {
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 0 0 1.5rem 0; }
  .textBlock p.titleStyle {
    font-size: 1.8rem; }

.textBlock hr {
  border-color: #202020; }

.textBlock .listSection {
  display: inline-block;
  vertical-align: top;
  width: 33%; }
  .textBlock .listSection h5 {
    font-size: 2.4rem !important;
    line-height: 2.4rem !important;
    margin: 0 0 0 0 !important; }
  .textBlock .listSection ul {
    margin: 1rem 0 3rem 0; }
    .textBlock .listSection ul li {
      margin: 0 0 1rem 0;
      list-style: none; }

.textBlock .socialLinks ul li {
  margin: 0 1rem 0 0; }

@media only screen and (max-width: 47.938em) {
  .textBlock .listSection {
    width: 50%; } }

.copySectionTitle, .copySection .textBlock h3, .introBlock .textBlock h3, .flexibleSection header h3 {
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-weight: 500;
  margin: 0 0 3rem 0;
  text-transform: uppercase; }
  @media screen and (max-width: 47.938em) {
    .copySectionTitle, .copySection .textBlock h3, .introBlock .textBlock h3, .flexibleSection header h3 {
      font-size: 3.1rem;
      line-height: 3.1rem; } }

.copySection, .introBlock {
  display: block;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0; }
  .copySection .leftBlock, .introBlock .leftBlock {
    padding: 5rem 6rem 0 6rem; }
  .copySection .textBlock, .introBlock .textBlock {
    padding-top: 0; }
    @media screen and (min-width: 768px) {
      .copySection .textBlock, .introBlock .textBlock {
        padding-top: 5rem; } }
  .copySection .extraContent, .introBlock .extraContent {
    display: none; }
  @media only screen and (max-width: 60em) {
    .copySection .leftBlock, .introBlock .leftBlock {
      padding: 2rem 2rem 0 2rem; } }

.introBlock {
  padding: 0rem 0 0 0 !important; }
  .introBlock.spaceBottom {
    padding-bottom: 3rem !important; }
  .introBlock.withShare {
    padding: 0rem 0 0 0 !important; }
  .introBlock .leftBlock {
    padding: 5rem 1rem 0 1rem; }
  @media only screen and (max-width: 47.938em) {
    .introBlock {
      padding: 3rem 0 0 0 !important; }
      .introBlock .leftBlock {
        padding: 0 0 1.5rem 0; }
      .introBlock .textBlock {
        padding: 4rem 25px 0 25px; } }

.associatedItems .itemsContainer {
  padding: 0; }
  .associatedItems .itemsContainer .extraContent {
    display: none;
    padding: 0; }
  .associatedItems .itemsContainer .showMoreWrap {
    margin-bottom: 3rem;
    margin-top: 3rem;
    text-align: center; }
  .associatedItems .itemsContainer .rectBox {
    padding: 0;
    position: relative; }
    .associatedItems .itemsContainer .rectBox img {
      width: 100%; }
    .associatedItems .itemsContainer .rectBox .imgLink {
      display: block;
      line-height: 0; }
    .associatedItems .itemsContainer .rectBox .infoPlaque {
      position: absolute;
      right: 4%;
      top: 5%;
      width: 60%;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .associatedItems .itemsContainer .rectBox .infoPlaque a {
        line-height: normal; }
  .associatedItems .itemsContainer .rectBox:hover .infoPlaque {
    opacity: 1;
    filter: alpha(opacity=100); }

@media only screen and (max-width: 47.938em) {
  .associatedItems .itemsContainer header.innerWrap {
    padding: 3rem 0 2rem 0 !important; }
  .associatedItems .itemsContainer .rectBox .infoPlaque {
    left: inherit;
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); } }

.showMoreWrap {
  margin-bottom: 1.5rem;
  margin-top: 1rem; }
  .showMoreWrap .showMore {
    color: #CB0056;
    cursor: pointer;
    font-style: italic; }
    .showMoreWrap .showMore .arrow {
      color: #CB0056;
      display: inline-block;
      font-size: 1.4rem;
      margin-right: 1rem;
      vertical-align: middle;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .showMoreWrap .showMore.open .arrow {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
  .showMoreWrap .showMore:hover {
    color: #202020; }

.tweetCol {
  text-align: center; }
  .tweetCol .titleIcon {
    color: #CB0056;
    display: block;
    font-size: 8rem; }

.circleRows {
  padding: 0 !important; }
  .circleRows .circleRow {
    padding-bottom: 3rem; }
    .circleRows .circleRow .circleBox, .circleRows .circleRow .tweetCol {
      padding: 0 5rem 0 5rem; }
  @media only screen and (max-width: 60em) {
    .circleRows .circleRow .circleBox, .circleRows .circleRow .tweetCol {
      padding: 0 1.5rem 0 1.5rem; } }
  @media only screen and (max-width: 47.938em) {
    .circleRows .circleRow {
      padding-bottom: 0; }
      .circleRows .circleRow .circleBox, .circleRows .circleRow .tweetCol {
        padding: 0 2.5rem 0 2.5rem;
        width: 100%; } }

.singleMap {
  background-color: #202020;
  display: block;
  height: 400px;
  width: 100%; }
  @media only screen and (max-width: 47.938em) {
    .singleMap {
      height: 300px; } }

.shareWrap {
  margin: 0 auto;
  width: 75em; }
  .shareWrap .inner {
    padding: 4rem 0 0 0; }
    .shareWrap .inner .share {
      border-bottom: #989898 solid 1px;
      float: right;
      padding: 0 0 .5rem 0;
      text-align: right;
      width: 15rem; }
      .shareWrap .inner .share li {
        display: inline-block;
        margin-left: 2.4rem; }
        .shareWrap .inner .share li a {
          color: #CB0056;
          display: block;
          font-size: 1.4rem; }
          .shareWrap .inner .share li a.icon-share-facebook {
            color: #537BBD; }
          .shareWrap .inner .share li a.icon-share-twitter {
            color: #78CDF0; }
          .shareWrap .inner .share li a.icon-share-google {
            color: #E83B3B; }
        .shareWrap .inner .share li a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
  @media only screen and (max-width: 75em) {
    .shareWrap {
      width: 100%; } }

.tweets li {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 5% 2rem 5%;
  width: 90%; }
  .tweets li a {
    color: #CB0056; }
  .tweets li a:hover {
    color: #000; }
  .tweets li .meta {
    color: #989898;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0 0 .1rem 0; }

.voucherShowHide {
  background-color: #F3F3F3;
  max-width: 20rem; }
  .voucherShowHide .showHideButton {
    background-color: #F3F3F3;
    cursor: pointer;
    font-style: italic;
    padding: .5rem;
    position: relative; }
    .voucherShowHide .showHideButton .pinkBlock {
      background-color: #CB0056;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      width: 3rem; }
      .voucherShowHide .showHideButton .pinkBlock .arrow {
        color: #F3F3F3;
        display: block;
        font-size: 1.4rem;
        position: absolute;
        right: 1.2rem;
        top: .3rem;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
  .voucherShowHide .contentWrap {
    display: none; }
    .voucherShowHide .contentWrap ul {
      margin: 0 0 1rem 0;
      padding: 0 0 .5rem 0; }
      .voucherShowHide .contentWrap ul li {
        list-style: none;
        margin: 0 1rem 1rem 1rem; }

.videoWrap {
  position: relative;
  padding: 1.5rem 25px 3rem 25px; }
  .videoWrap img {
    display: block;
    width: 100%; }
  .videoWrap .video {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  @media only screen and (max-width: 60em) {
    .videoWrap {
      margin: 1.5rem 0 3rem 0;
      width: 100%; } }

.flexibleSection {
  padding: 3rem 0 0 0;
  position: relative; }
  .flexibleSection#flexibleSection1 {
    padding-top: 0rem; }
  .flexibleSection .innerWrap {
    padding: 0; }
    .flexibleSection .innerWrap.container-fluid {
      /*padding-left: 25px;
      padding-right: 25px;*/ }
  .flexibleSection header h3 {
    padding: 0;
    word-wrap: break-word;
    padding-top: 5rem; }
  .flexibleSection .inlineImage {
    margin-bottom: 3rem; }
    .flexibleSection .inlineImage .caption {
      font-style: italic;
      margin: 1rem 0 0 0;
      text-align: right; }
    .flexibleSection .inlineImage img {
      width: 100%; }
  .flexibleSection .slideshow {
    margin-bottom: 3rem;
    margin-top: 1.5rem; }
  .flexibleSection .extraContent {
    display: none; }
  .flexibleSection .embedField {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    overflow: hidden; }
    .flexibleSection .embedField div {
      width: 100%; }
    .flexibleSection .embedField iframe {
      width: 100%; }
    .flexibleSection .embedField img {
      width: 100%; }
  .flexibleSection .quote {
    background-color: #CB0056;
    color: #FFF;
    margin: 0 0 1.5rem 0;
    padding: 2rem;
    position: relative; }
    .flexibleSection .quote .quoteMarksWrap {
      display: inline-block;
      width: 20%; }
      .flexibleSection .quote .quoteMarksWrap .quoteMarks {
        font-size: 5rem;
        left: 2rem;
        position: absolute;
        top: 2rem; }
    .flexibleSection .quote .quoteWrap {
      display: inline-block;
      width: 80%; }
      .flexibleSection .quote .quoteWrap p {
        font-size: 2.4rem;
        font-style: italic;
        line-height: 2.4rem; }
        .flexibleSection .quote .quoteWrap p.attribution {
          font-size: 1.8rem;
          text-align: right; }
  @media only screen and (max-width: 60em) {
    .flexibleSection .quote .quoteMarksWrap {
      width: 30%; }
    .flexibleSection .quote .quoteWrap {
      width: 70%; } }
  @media only screen and (max-width: 47.938em) {
    .flexibleSection {
      overflow: hidden; }
      .flexibleSection .innerWrap.container-fluid {
        padding-left: 0;
        padding-right: 0; }
      .flexibleSection .innerWrap .rightBuffer {
        margin: 0;
        padding-left: 25px;
        padding-right: 25px; }
      .flexibleSection .quote .quoteMarksWrap {
        width: 20%; }
        .flexibleSection .quote .quoteMarksWrap .quoteMarks {
          font-size: 3rem; }
      .flexibleSection .quote .quoteWrap {
        width: 75%; }
      .flexibleSection .quoteContainer .rightBuffer {
        padding: 0; } }

.vimeo-cropper {
  position: absolute;
  float: none;
  clear: both;
  width: 100%;
  height: 100vw;
  top: 50%;
  left: 0;
  transform: translate(0px, -50%);
  left: 0;
  z-index: -1; }

.vimeo-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding-bottom: 45%; }
  .vimeo-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.arrowRight {
  color: #CB0056;
  display: inline-block;
  font-size: 1.8rem; }

.breadcrumbs {
  bottom: 0;
  left: 285px;
  display: block;
  position: absolute;
  padding-right: 85px; }
  @media screen and (min-width: 75em) {
    .breadcrumbs {
      padding-bottom: 2px; } }
  .breadcrumbs a {
    color: #989898; }
  .breadcrumbs .parentPage {
    display: inline-block;
    font-size: 2.4rem;
    position: relative; }
    .breadcrumbs .parentPage .buff {
      margin: 0 2rem 0 2rem;
      vertical-align: middle; }
    .breadcrumbs .parentPage .subPages {
      background-color: #FFF;
      border: #CCC solid 1px;
      font-size: 1.8rem;
      display: none;
      left: 3rem;
      padding: 1rem 1.5rem 1rem 1.5rem;
      position: absolute;
      top: 2.6rem;
      width: 150%;
      z-index: 10; }
      .breadcrumbs .parentPage .subPages li {
        font-size: 1.6rem;
        margin-bottom: .5rem; }
        .breadcrumbs .parentPage .subPages li a:hover {
          color: #202020; }
  .breadcrumbs .parentPage:hover .subPages {
    display: block; }
  .breadcrumbs.mobile {
    display: none; }
  @media only screen and (max-width: 60em) {
    .breadcrumbs {
      display: none; } }

.searchSubmit {
  background-color: #CB0056;
  color: #FFF;
  display: inline-block;
  padding: 0.5rem; }

.centerItem {
  position: relative; }
  .centerItem img {
    width: 100%; }
  .centerItem .centerContent {
    display: block;
    color: #FFF;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%; }
    .centerItem .centerContent .wrapper {
      display: table;
      height: 100%;
      vertical-align: middle;
      width: 100%; }
      .centerItem .centerContent .wrapper .outer {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        width: 100%; }

.lineSides {
  display: block;
  font-size: 3.8rem;
  padding-top: 2rem;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .lineSides {
      padding-top: 5rem; } }
  @media screen and (max-width: 47.938em) {
    .lineSides {
      font-size: 3.1rem; } }
  .lineSides.spaceBottom {
    margin-bottom: 3rem; }
  @media only screen and (max-width: 47.938em) {
    .lineSides {
      white-space: inherit; } }

.lineSides:before, .lineSides:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2px;
  margin: -4px 0 0 0;
  position: relative;
  vertical-align: middle;
  width: 50%; }
  @media only screen and (max-width: 47.938em) {
    .lineSides:before, .lineSides:after {
      display: none; } }

.lineSides:before {
  right: 0.5em;
  margin-left: -50%; }

.lineSides:after {
  left: 0.5em;
  margin-right: -50%; }

.largeMap {
  background-color: #333;
  display: block;
  height: 550px;
  width: 100%;
  z-index: 0; }
  @media only screen and (max-width: 75em) {
    .largeMap {
      height: 400px; } }
  @media only screen and (max-width: 47.938em) {
    .largeMap {
      height: 250px; } }

.infoBox {
  background-color: #CB0056;
  color: #FFF;
  height: 130px;
  overflow: hidden;
  position: relative;
  width: 200px;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  border-radius: 1.5rem; }
  .infoBox .inner {
    padding: 10%;
    height: 80%;
    width: 80%; }
    .infoBox .inner a {
      color: #FFF; }
    .infoBox .inner h4 {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.8rem; }
    .infoBox .inner .textContent {
      font-size: 1.4rem;
      line-height: 1.8rem; }
    .infoBox .inner .website {
      bottom: 10%;
      font-style: italic;
      position: absolute;
      right: 10%;
      text-align: right; }

.partnerList {
  padding: 0 2rem 3rem 2rem; }
  .partnerList header.partnerHeader {
    border-bottom: #202020 1px solid;
    cursor: pointer;
    padding: 0 0 1.5rem 0;
    position: relative;
    text-align: left;
    width: 100%; }
    .partnerList header.partnerHeader h4 {
      font-size: 3.8rem; }
      @media screen and (max-width: 47.938em) {
        .partnerList header.partnerHeader h4 {
          font-size: 3.1rem; } }
    .partnerList header.partnerHeader .arrow {
      bottom: 1.5rem;
      font-size: 3rem;
      position: absolute;
      right: 2rem;
      vertical-align: middle;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .partnerList header.partnerHeader:hover {
    border-bottom: #CB0056 1px solid;
    color: #CB0056; }
  .partnerList .itemsWrap {
    display: none; }
  .partnerList .items {
    padding: 3rem 0 3rem 0; }
    .partnerList .items li {
      padding: 0 5rem 0 0;
      height: 110px; }
      .partnerList .items li article {
        font-size: 1.6rem;
        line-height: 1.8rem; }
        .partnerList .items li article a {
          color: #CB0056;
          word-wrap: break-word; }
        .partnerList .items li article a:hover {
          color: #202020; }
        .partnerList .items li article header a {
          color: #CB0056; }
        .partnerList .items li article header a:hover {
          color: #202020; }
  .partnerList.open header .arrow {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  @media only screen and (max-width: 47.938em) {
    .partnerList header.partnerHeader h4 {
      font-size: 3rem;
      width: 80%; }
    .partnerList .items {
      padding-bottom: 0; }
      .partnerList .items li {
        height: auto;
        padding-bottom: 3rem; } }

.textTemplate .innerWrap {
  padding-left: 2rem;
  padding-right: 2rem; }

.textTemplate .textBlock h1, .textTemplate .textBlock h2, .textTemplate .textBlock h3, .textTemplate .textBlock h4, .textTemplate .textBlock h5, .textTemplate .textBlock h6 {
  font-size: 3rem;
  line-height: 3rem;
  margin: 0 0 2rem 0; }

@media only screen and (max-width: 47.938em) {
  .textTemplate {
    /*text-align: center;
    ul {
      li {
        list-style: none;
      }
    }*/ } }

@media only screen and (max-width: 75em) {
  .mobileSlide {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .mobileSlide.hider {
      -webkit-transform: translate3d(-80%, 0, 0);
      -moz-transform: translate3d(-80%, 0, 0);
      -ms-transform: translate3d(-80%, 0, 0);
      -o-transform: translate3d(-80%, 0, 0);
      transform: translate3d(-80%, 0, 0); } }

.shop .introBlock {
  padding: 0 !important; }

.shop .metaWrap {
  padding: 0; }
  .shop .metaWrap .woocommerce-result-count {
    font-style: italic; }

.shop .innerWrap {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.formMessage {
  background-color: #CB0056;
  color: #F3F3F3;
  left: 35%;
  font-size: 1.8rem;
  font-style: italic;
  padding: 1rem;
  position: fixed;
  text-align: center;
  top: 4.5rem;
  width: 30%;
  z-index: 5;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  border-radius: 0.8rem;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  .formMessage.fadeOut {
    opacity: 0;
    filter: alpha(opacity=0); }

#headerNewsletter {
  display: none; }

.featherlight #headerNewsletter {
  display: block; }

#pageHeader {
  background-color: #FFF;
  color: #989898;
  left: 0;
  padding: 3.8rem;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3; }
  #pageHeader form input {
    -webkit-appearance: none;
    border-radius: 0; }
  #pageHeader .innerWrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    #pageHeader .innerWrap .left h1 {
      display: inline-block;
      height: 45px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      width: 285px; }
      #pageHeader .innerWrap .left h1 a {
        background: url(../img/peter-layton-london-glassblowing-logo.svg) no-repeat;
        display: block;
        height: 100%;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        width: 100%; }
    #pageHeader .innerWrap .right {
      z-index: 999999;
      position: relative;
      display: flex;
      margin: 12px 0 0 0;
      height: 25px; }
      #pageHeader .innerWrap .right #basket-container {
        display: flex;
        align-items: center; }
      @media screen and (max-width: 1199px) {
        #pageHeader .innerWrap .right .search-contianer {
          display: none; } }
      #pageHeader .innerWrap .right .search-contianer .search {
        display: flex;
        align-items: center;
        margin: 0 20px 0 20px;
        height: 100%; }
        #pageHeader .innerWrap .right .search-contianer .search * {
          box-sizing: border-box; }
        #pageHeader .innerWrap .right .search-contianer .search #s {
          border: 1px solid #dadada;
          padding: 5px 5px 5px 9px;
          text-transform: lowercase;
          font-style: italic;
          height: 100%;
          line-height: 0.8; }
          #pageHeader .innerWrap .right .search-contianer .search #s::placeholder {
            color: #dadada;
            font-size: 1.5rem; }
        #pageHeader .innerWrap .right .search-contianer .search .searchSubmit {
          height: 100%; }
      #pageHeader .innerWrap .right .siteNavButton {
        display: flex;
        justify-content: center;
        align-items: center; }
        #pageHeader .innerWrap .right .siteNavButton .menu {
          height: 18px; }
        @media screen and (min-width: 1200px) {
          #pageHeader .innerWrap .right .siteNavButton {
            display: none !important; } }
      #pageHeader .innerWrap .right p {
        float: right;
        cursor: pointer; }
        #pageHeader .innerWrap .right p .pageIcon {
          vertical-align: middle;
          color: #CB0056;
          display: inline-block;
          font-size: 2.4rem; }
          #pageHeader .innerWrap .right p .pageIcon.collection {
            color: #CB0056;
            display: inline-block;
            font-size: 2.1rem;
            width: 24.22px;
            height: 23px; }
        #pageHeader .innerWrap .right p#myBasket {
          margin-right: 2rem; }
          #pageHeader .innerWrap .right p#myBasket span {
            font-size: 2.3rem; }
          #pageHeader .innerWrap .right p#myBasket:hover span {
            color: #202020; }
            @media only screen and (max-width: 47.938em) {
              #pageHeader .innerWrap .right p#myBasket:hover span {
                color: #CB0056; } }
        #pageHeader .innerWrap .right p .des {
          color: #202020;
          box-sizing: inherit;
          display: inline-block;
          font-style: italic;
          font-weight: 500;
          margin: 0 1.2rem 0 0;
          vertical-align: middle; }
        #pageHeader .innerWrap .right p .menu {
          color: #CB0056;
          display: inline-block;
          font-size: 1.8rem; }
      #pageHeader .innerWrap .right p:hover .menu {
        color: #202020; }
      @media only screen and (max-width: 47.938em) {
        #pageHeader .innerWrap .right p:hover .menu {
          color: #CB0056; } }
  @media only screen and (max-width: 75em) {
    #pageHeader {
      padding: 2.4rem 3.8rem 2.4rem 3.8rem; } }
  @media only screen and (max-width: 47.938em) {
    #pageHeader {
      padding: 1.2rem; }
      #pageHeader .innerWrap .left h1 {
        height: 32px;
        width: 200px; }
        #pageHeader .innerWrap .left h1 a {
          height: 32px;
          width: 200px; }
      #pageHeader .innerWrap .right p .des {
        display: none; } }

.headerMenu {
  display: flex;
  justify-content: center;
  width: 50%;
  max-width: 900px;
  text-align: center;
  left: 50%;
  margin: 1.45rem 0 0 0; }
  .headerMenu .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%; }
    .headerMenu .menu .page_item a {
      color: #202020; }
      .headerMenu .menu .page_item a:hover, .headerMenu .menu .page_item a:active {
        color: #202020; }
    .headerMenu .menu .current-menu-item:not(.menu-item-has-children) a {
      color: #CB0056; }
    .headerMenu .menu-item {
      display: inline-block;
      font-size: 1.8rem;
      position: relative;
      z-index: 10; }
      .headerMenu .menu-item a:hover {
        color: #CB0056;
        border-bottom: 1px solid #CB0056;
        padding-bottom: 1px;
        z-index: 10; }
      .headerMenu .menu-item:hover .sub-menu {
        display: block; }
      .headerMenu .menu-item .sub-menu {
        display: none;
        position: absolute;
        background-color: #FFF;
        left: 50% !important;
        right: auto !important;
        text-align: center !important;
        transform: translate(-50%, 0) !important;
        z-index: -1; }
        .headerMenu .menu-item .sub-menu:hover {
          display: block; }
        .headerMenu .menu-item .sub-menu a {
          color: #202020; }
          .headerMenu .menu-item .sub-menu a:hover, .headerMenu .menu-item .sub-menu a:active {
            color: #CB0056; }
        .headerMenu .menu-item .sub-menu .current-menu-item a {
          color: #CB0056; }
        .headerMenu .menu-item .sub-menu .menu-item {
          width: 100%;
          min-width: 170px;
          z-index: 10;
          padding: 20px 20px;
          line-height: 1.5; }
          .headerMenu .menu-item .sub-menu .menu-item:first-of-type {
            padding-top: 40px; }
    .headerMenu .menu-headermenu-container {
      width: 100%;
      display: inline-block; }
  @media screen and (max-width: 1500px) {
    .headerMenu {
      margin: 1.45rem 0 0 95px; } }
  @media screen and (max-width: 1199px) {
    .headerMenu {
      display: none; } }

#siteNav {
  background-color: #E2E2E2;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  position: fixed;
  z-index: 5;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  -webkit-transform: translate3d(0, -45rem, 0);
  -moz-transform: translate3d(0, -45rem, 0);
  -ms-transform: translate3d(0, -45rem, 0);
  -o-transform: translate3d(0, -45rem, 0);
  transform: translate3d(0, -45rem, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(130%, 0, 0);
  -moz-transform: translate3d(130%, 0, 0);
  -ms-transform: translate3d(130%, 0, 0);
  -o-transform: translate3d(130%, 0, 0);
  transform: translate3d(130%, 0, 0);
  height: 100%;
  overflow-y: scroll;
  width: 80%;
  z-index: 0; }
  @media screen and (min-width: 1200px) {
    #siteNav {
      display: none !important; } }
  #siteNav #buttonClose {
    background: url(../img/site-nav-close.png) center no-repeat;
    bottom: -1.8rem;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 0 0 35%;
    position: absolute;
    width: 30%;
    z-index: 6; }
  #siteNav #buttonCloseX {
    color: #CB0056;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    height: 20px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 20px;
    z-index: 1; }
  #siteNav #buttonCloseX:hover {
    color: #000; }
  #siteNav .innerWrap {
    margin: 0 auto;
    padding: 2rem 0 2rem 0;
    position: relative; }
    #siteNav .innerWrap .navCol {
      width: 100% !important; }
      #siteNav .innerWrap .navCol .pageNav {
        display: block; }
        #siteNav .innerWrap .navCol .pageNav a {
          display: block;
          padding: 1rem; }
        #siteNav .innerWrap .navCol .pageNav a:hover, #siteNav .innerWrap .navCol .pageNav.current a {
          background-color: #CB0056;
          color: #FFF; }
        #siteNav .innerWrap .navCol .pageNav.indent a {
          padding: 1rem 1rem 1rem 3.5rem; }
      #siteNav .innerWrap .navCol .pageIcon {
        margin-right: 2rem;
        vertical-align: middle;
        color: #CB0056;
        display: inline-block;
        font-size: 2.4rem; }
      #siteNav .innerWrap .navCol.rightCol {
        border-left: #CCC 1px solid;
        font-style: italic; }
        #siteNav .innerWrap .navCol.rightCol li {
          display: block;
          margin: 2rem 0 2rem 0;
          padding: 0 0 0 1.5rem; }
        #siteNav .innerWrap .navCol.rightCol a:hover {
          color: #CB0056; }
        #siteNav .innerWrap .navCol.rightCol form input {
          float: left;
          margin: 0;
          padding: 0.5rem;
          width: 70%;
          -webkit-appearance: none;
          border-radius: 0; }
  @media only screen and (max-width: 60em) {
    #siteNav #buttonCloseX {
      display: none; }
    #siteNav .innerWrap ul.navCol {
      margin-top: 1.5rem; } }
  #siteNav #buttonClose {
    display: none; }
  #siteNav #buttonCloseX {
    display: none; }
  #siteNav .innerWrap {
    padding-top: 6rem; }
    #siteNav .innerWrap ul.navCol {
      margin-top: 0; }
    #siteNav .innerWrap .navCol {
      position: static; }
      #siteNav .innerWrap .navCol .pageNav a:hover {
        background-color: #202020; }
      #siteNav .innerWrap .navCol.rightCol form {
        position: absolute;
        top: 1.5rem;
        width: 90%; }
        #siteNav .innerWrap .navCol.rightCol form input {
          width: 76%; }
  #siteNav.show {
    -webkit-transform: translate3d(25%, 0, 0);
    -moz-transform: translate3d(25%, 0, 0);
    -ms-transform: translate3d(25%, 0, 0);
    -o-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0); }

#siteWrap {
  position: relative;
  width: 100%; }
  #siteWrap .pageBuffer {
    display: block;
    height: 10.6rem;
    width: 100%; }
  @media only screen and (max-width: 75em) {
    #siteWrap .pageBuffer {
      height: 9.6rem; } }
  @media only screen and (max-width: 47.938em) {
    #siteWrap .pageBuffer {
      height: 5.8rem; } }

#woocommerce_currency_converter-2 {
  display: inline-block;
  vertical-align: middle; }
  #woocommerce_currency_converter-2 ul.currency_switcher li a {
    background-color: inherit;
    border: none;
    color: #989898;
    display: inline-block;
    font-family: "foco", sans-serif;
    font-weight: 500;
    padding: 0; }
    #woocommerce_currency_converter-2 ul.currency_switcher li a.active {
      color: #F3F3F3; }
  #woocommerce_currency_converter-2 ul.currency_switcher li a:hover {
    color: #F3F3F3; }

#toTop {
  border-top: #CCC solid 1px;
  color: #CB0056;
  cursor: pointer;
  display: block;
  font-style: italic;
  padding: 2rem 0 2rem 0;
  text-align: center;
  width: 100%;
  background: #FFF; }
  #toTop .arrowRight {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  #toTop .text {
    vertical-align: middle; }

#toTop:hover {
  color: #000; }
  #toTop:hover .arrowRight {
    color: #000; }

#footerNewsletter, #headerNewsletter {
  text-align: center; }
  #footerNewsletter h4, #headerNewsletter h4 {
    font-size: 3rem;
    line-height: 1.8rem;
    margin: 0 0 1rem 0; }
  #footerNewsletter p, #headerNewsletter p {
    margin: 0 10% 1rem 10%;
    width: 80%; }
  #footerNewsletter form input, #headerNewsletter form input {
    border: #989898 solid 1px; }
  #footerNewsletter form input[type='submit'], #headerNewsletter form input[type='submit'] {
    border: 0; }

#footerNewsletter {
  margin-top: 2rem; }
  #footerNewsletter form {
    margin: 0 auto;
    float: none;
    width: 100%; }
    @media screen and (min-width: 960px) {
      #footerNewsletter form {
        width: 100%; } }

#footerWrap {
  color: #FFF;
  height: 326px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 1260px) {
    #footerWrap {
      margin-bottom: 3rem; } }
  #footerWrap #map {
    background-color: #333;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    #footerWrap #map .map__footer {
      position: absolute;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top; }
      @media screen and (max-width: 75em) {
        #footerWrap #map .map__footer {
          background-size: inherit;
          background-position: 50%; } }
  #footerWrap #pageFooter {
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0; }
    #footerWrap #pageFooter .footerTitle {
      margin-bottom: 1.5rem;
      border-bottom: 1px solid #7d7d7d; }
    #footerWrap #pageFooter .footerTitle-title {
      font-size: 3rem;
      line-height: 1;
      padding-bottom: 1.5rem; }
      @media screen and (min-width: 960px) and (max-width: 1260px) {
        #footerWrap #pageFooter .footerTitle-title {
          font-size: 2.2rem; } }
    #footerWrap #pageFooter .innerWrap {
      display: block;
      margin: 0 auto;
      padding: 3rem 2.4rem 0 2.4rem;
      width: 75em;
      color: #202020; }
      #footerWrap #pageFooter .innerWrap ul, #footerWrap #pageFooter .innerWrap p {
        font-size: 1.4rem;
        line-height: 1.8rem; }
      #footerWrap #pageFooter .innerWrap a {
        color: inherit; }
      #footerWrap #pageFooter .innerWrap .anchorBottom .attributions a {
        color: #CB0056; }
        #footerWrap #pageFooter .innerWrap .anchorBottom .attributions a:hover {
          opacity: 0.9; }
      #footerWrap #pageFooter .innerWrap .copyright-md {
        display: block;
        padding: 20px 0; }
        @media screen and (min-width: 960px) {
          #footerWrap #pageFooter .innerWrap .copyright-md {
            display: none; } }
      #footerWrap #pageFooter .innerWrap .copyright-lg {
        display: none; }
        @media screen and (min-width: 960px) {
          #footerWrap #pageFooter .innerWrap .copyright-lg {
            display: block;
            position: absolute;
            bottom: 1rem; } }
      #footerWrap #pageFooter .innerWrap .footer-col {
        padding-top: 2rem; }
        @media screen and (min-width: 960px) {
          #footerWrap #pageFooter .innerWrap .footer-col {
            width: 33.333333%;
            text-align: left;
            height: 277px; } }
        @media screen and (min-width: 960px) {
          #footerWrap #pageFooter .innerWrap .footer-col.footerContact {
            right: 33.33333%; } }
        #footerWrap #pageFooter .innerWrap .footer-col.footerContact a {
          color: #CB0056; }
          #footerWrap #pageFooter .innerWrap .footer-col.footerContact a:hover {
            opacity: 0.8; }
        #footerWrap #pageFooter .innerWrap .footer-col.footerContact .contactInfo {
          display: block;
          margin-bottom: 1rem;
          position: relative; }
          #footerWrap #pageFooter .innerWrap .footer-col.footerContact .contactInfo p {
            padding: 1rem 0 0 0; }
          #footerWrap #pageFooter .innerWrap .footer-col.footerContact .contactInfo p:nth-of-type(1) {
            padding-top: 0; }
          #footerWrap #pageFooter .innerWrap .footer-col.footerContact .contactInfo p:nth-of-type(3) {
            padding-bottom: 0; }
          #footerWrap #pageFooter .innerWrap .footer-col.footerContact .contactInfo p:nth-of-type(4) {
            padding: 0; }
        #footerWrap #pageFooter .innerWrap .footer-col .changeCurrency {
          display: block; }
          @media screen and (min-width: 960px) {
            #footerWrap #pageFooter .innerWrap .footer-col .changeCurrency {
              position: absolute;
              bottom: 1rem; } }
          #footerWrap #pageFooter .innerWrap .footer-col .changeCurrency p {
            display: inline-block;
            vertical-align: middle; }
          #footerWrap #pageFooter .innerWrap .footer-col .changeCurrency a {
            display: inline-block;
            color: #989898;
            cursor: pointer;
            font-family: "foco", sans-serif;
            font-weight: 500;
            margin-left: 1rem; }
            #footerWrap #pageFooter .innerWrap .footer-col .changeCurrency a.selected {
              color: #CB0056; }
          #footerWrap #pageFooter .innerWrap .footer-col .changeCurrency a:hover {
            color: #CB0056; }
          #footerWrap #pageFooter .innerWrap .footer-col .changeCurrency #woocommerce_currency_converter-2 {
            display: inline-block;
            vertical-align: middle; }
            #footerWrap #pageFooter .innerWrap .footer-col .changeCurrency #woocommerce_currency_converter-2 ul.currency_switcher li a.active {
              color: #CB0056; }
        #footerWrap #pageFooter .innerWrap .footer-col.footerNav ul.footerNav_column_two {
          margin-bottom: 0; }
          @media screen and (min-width: 960px) {
            #footerWrap #pageFooter .innerWrap .footer-col.footerNav ul.footerNav_column_two {
              margin-bottom: 4.5rem; } }
        #footerWrap #pageFooter .innerWrap .footer-col.footerNav li.footerNav_column_two__item {
          display: block;
          padding-bottom: 1.2rem; }
          #footerWrap #pageFooter .innerWrap .footer-col.footerNav li.footerNav_column_two__item a:hover {
            color: #CB0056; }
        #footerWrap #pageFooter .innerWrap .footer-col.footerNav li:last-child {
          border-bottom: none; }
        @media screen and (min-width: 960px) {
          #footerWrap #pageFooter .innerWrap .footer-col.footerSignUp {
            left: 66.66667%; } }
        #footerWrap #pageFooter .innerWrap .footer-col.footerSignUpInner {
          margin-top: 1rem; }
  @media only screen and (max-width: 75em) {
    #footerWrap {
      height: auto;
      text-align: center; }
      #footerWrap #pageFooter {
        background-color: #F3F3F3;
        bottom: inherit;
        left: inherit;
        position: relative; }
        #footerWrap #pageFooter .innerWrap {
          width: 100%;
          padding: 1.8rem 2.4rem 0 2.4rem;
          position: relative; } }
      @media only screen and (max-width: 75em) and (min-width: 960px) {
        #footerWrap #pageFooter .innerWrap {
          padding: 3rem 2.4rem; } }
  @media only screen and (max-width: 75em) {
          #footerWrap #pageFooter .innerWrap .footer-col.footerContact .socialLinks {
            margin-bottom: 1.6rem !important; }
            #footerWrap #pageFooter .innerWrap .footer-col.footerContact .socialLinks ul li {
              margin-right: 1rem; }
            #footerWrap #pageFooter .innerWrap .footer-col.footerContact .socialLinks ul li:last-child {
              margin-right: 0; }
          #footerWrap #pageFooter .innerWrap .contactInfo {
            margin-bottom: 2rem; } }
      @media only screen and (max-width: 75em) and (min-width: 960px) {
        #footerWrap #pageFooter .innerWrap .footerNav {
          right: 33.333333%; } }
  @media only screen and (max-width: 75em) {
      #footerWrap #map {
        left: inherit;
        height: 350px;
        position: relative;
        top: inherit; } }
  @media only screen and (max-width: 60em) {
    #footerWrap #pageFooter {
      padding-bottom: 3rem; }
      #footerWrap #pageFooter ul.footerNav_column_two {
        margin-bottom: 2rem; } }
  @media only screen and (max-width: 47.938em) {
    #footerWrap #map {
      height: 300px; }
    #footerWrap #pageFooter {
      padding-bottom: 0; }
      #footerWrap #pageFooter .innerWrap .footer-col {
        position: inherit; }
        #footerWrap #pageFooter .innerWrap .footer-col.footerSignUp {
          margin-bottom: 4rem; }
        #footerWrap #pageFooter .innerWrap .footer-col.footerNav {
          margin: 4rem 0 2.4rem 0; } }
      @media only screen and (max-width: 47.938em) and (min-width: 960px) {
        #footerWrap #pageFooter .innerWrap .footer-col.footerNav {
          margin: 0 0 2.4rem 0; } }
  @media only screen and (max-width: 47.938em) {
      #footerWrap #pageFooter ul.footerNav_column_two {
        margin-bottom: 2rem; } }

#home .multiSection {
  background-color: #FFF; }
  #home .multiSection .innerWrap {
    margin: 0 auto;
    width: 75em; }
    #home .multiSection .innerWrap .titleIcon {
      color: #CB0056;
      display: block;
      font-size: 8rem; }
    #home .multiSection .innerWrap .col {
      padding-bottom: 12rem;
      padding-top: 8rem;
      text-align: center; }
      #home .multiSection .innerWrap .col.signUp {
        background-color: #CB0056;
        color: #FFF; }
        #home .multiSection .innerWrap .col.signUp p {
          font-size: 2.4rem;
          font-weight: 500;
          margin: 0 0 3rem 0;
          text-transform: uppercase; }
          #home .multiSection .innerWrap .col.signUp p span {
            display: block; }
            #home .multiSection .innerWrap .col.signUp p span.large {
              border-bottom: #FFF solid 2px;
              border-top: #FFF solid 2px;
              font-size: 13rem;
              margin: 1rem 10% 1rem 10%;
              width: 80%; }
            #home .multiSection .innerWrap .col.signUp p span.regular {
              font-size: 3rem; }
            #home .multiSection .innerWrap .col.signUp p span.medium {
              font-size: 3.8rem; }
              @media screen and (max-width: 47.938em) {
                #home .multiSection .innerWrap .col.signUp p span.medium {
                  font-size: 3.1rem; } }
        #home .multiSection .innerWrap .col.signUp form input {
          text-align: center; }
      #home .multiSection .innerWrap .col.twitter {
        padding-bottom: 0rem; }
      #home .multiSection .innerWrap .col.galleryPress {
        padding-bottom: 0rem; }
      #home .multiSection .innerWrap .col .iconLink h3 {
        font-size: 3rem;
        margin-bottom: 1rem; }
      #home .multiSection .innerWrap .col .iconLink p {
        font-size: 1.8rem;
        line-height: 2.4rem; }
      #home .multiSection .innerWrap .col .iconLink a:hover h3 {
        color: #CB0056; }
      #home .multiSection .innerWrap .col .iconLink:first-child {
        margin-bottom: 5rem; }
  @media only screen and (max-width: 75em) {
    #home .multiSection .innerWrap {
      width: 100%; }
      #home .multiSection .innerWrap .col.signUp p span.large {
        font-size: 9rem; }
      #home .multiSection .innerWrap .col.twitter {
        padding-bottom: 0rem; }
        #home .multiSection .innerWrap .col.twitter .tweets .tweet3, #home .multiSection .innerWrap .col.twitter .tweets .tweet4 {
          display: none; } }
  @media only screen and (max-width: 60em) {
    #home .multiSection .innerWrap {
      padding: 0; }
      #home .multiSection .innerWrap .col {
        padding-top: 4rem; } }
  @media only screen and (max-width: 47.938em) {
    #home .multiSection .innerWrap {
      padding: 0; }
      #home .multiSection .innerWrap .col {
        margin: 0 auto 0 auto;
        max-width: 400px;
        padding-bottom: 4rem;
        padding-top: 4rem; }
        #home .multiSection .innerWrap .col.twitter {
          padding-bottom: 2rem; }
          #home .multiSection .innerWrap .col.twitter .tweets li {
            margin: 0 0 2rem 0;
            width: 100%; }
        #home .multiSection .innerWrap .col.signUp {
          max-width: 100%; }
          #home .multiSection .innerWrap .col.signUp p {
            margin: 0 auto;
            max-width: 400px;
            padding-bottom: 3rem; }
        #home .multiSection .innerWrap .col.galleryPress {
          padding-bottom: 4rem; } }

#fourOhFour {
  background: url(../img/404.png) no-repeat right bottom;
  padding-bottom: 10rem;
  padding-right: 30%; }
  #fourOhFour .copySectionTitle, #fourOhFour .copySection .textBlock h3, .copySection .textBlock #fourOhFour h3, #fourOhFour .introBlock .textBlock h3, .introBlock .textBlock #fourOhFour h3, #fourOhFour .flexibleSection header h3, .flexibleSection header #fourOhFour h3 {
    margin: 0 0 1rem 0; }
  #fourOhFour .textBlock a {
    font-style: italic; }
  #fourOhFour .searchWrap {
    margin: 10rem 0 0 0; }
  #fourOhFour input {
    float: left;
    margin: 0;
    padding: 0.5rem;
    width: 70%; }
  @media only screen and (max-width: 47.938em) {
    #fourOhFour {
      background: none;
      padding-bottom: 0;
      padding-right: 0; }
      #fourOhFour .searchWrap {
        margin: 5rem 0 0 0; }
      #fourOhFour input {
        width: 85%; } }

#press .circleRows {
  margin-top: 2rem; }

#contact .circleRows {
  margin-top: 3rem; }

#searchResults form {
  display: inline-block;
  width: 30rem; }
  #searchResults form input {
    display: inline-block;
    margin: 0;
    padding: 0.5rem;
    width: 70%;
    -webkit-appearance: none;
    border-radius: 0; }

#searchResults .response {
  padding-top: 0;
  padding-bottom: 8rem;
  text-align: center; }
  #searchResults .response p {
    color: #202020;
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 2rem; }
    #searchResults .response p .phrase {
      color: #CB0056; }

#siteMap .siteMapCol {
  float: none;
  display: inline-block;
  vertical-align: top; }
  #siteMap .siteMapCol li {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem; }
    #siteMap .siteMapCol li a:hover {
      color: #CB0056; }
    #siteMap .siteMapCol li.indent {
      font-weight: normal;
      margin-left: 2rem; }

#timeline .timelineLineWrap .timelineLine {
  background-color: #989898;
  display: block;
  left: 18%;
  height: 100%;
  position: absolute;
  width: 1px;
  z-index: 1; }

#timeline .sort {
  left: 22.5%;
  position: absolute;
  top: 2.5rem; }
  #timeline .sort a span {
    display: inline-block; }
    #timeline .sort a span.sortButton {
      background-color: #FFF;
      border: #989898 1px solid;
      margin-left: .5rem; }
      #timeline .sort a span.sortButton .text {
        background-color: #CB0056;
        color: #FFF;
        display: inline-block;
        margin: 0 4rem 0 0;
        padding: .5rem 1rem .5rem 1rem; }
    #timeline .sort a span.asc .text {
      margin: 0 0 0 4rem; }
  #timeline .sort a:hover span.sortButton {
    background-color: #DDD; }

#timeline .shareWrap {
  width: 70%; }
  #timeline .shareWrap .inner {
    padding: 3rem 0 0 0; }

#timeline .innerWrap {
  position: relative;
  width: 70%;
  z-index: 1; }
  #timeline .innerWrap.videoInnerWrap {
    width: 100%; }

#timeline .timelineEvent {
  padding-bottom: 2rem; }
  #timeline .timelineEvent .date {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 10%; }
    #timeline .timelineEvent .date .arrow-stroke, #timeline .timelineEvent .date .arrow-fill {
      border-top: 1.1rem solid transparent;
      border-bottom: 1.1rem solid transparent;
      border-left: 1.1rem solid #CCC;
      display: inline-block;
      height: 0;
      margin-left: -.1rem;
      position: absolute;
      top: 41%;
      width: 0; }
    #timeline .timelineEvent .date .arrow-fill {
      border-top: 1rem solid transparent;
      border-bottom: 1rem solid transparent;
      border-left: 1rem solid #FFF;
      top: 42%; }
    #timeline .timelineEvent .date .inner {
      background-color: #FFF;
      border: #CCC 1px solid;
      display: inline-block;
      padding: 1.5rem;
      width: 80%; }
      #timeline .timelineEvent .date .inner span {
        display: block;
        text-align: center; }
        #timeline .timelineEvent .date .inner span.day {
          border-bottom: #CCC 1px solid;
          color: #CB0056;
          font-size: 3.8rem;
          font-weight: 500;
          letter-spacing: -.3rem;
          margin: 0 0 .2rem -.3rem;
          padding: 0 0 .2rem 0; }
          @media screen and (max-width: 47.938em) {
            #timeline .timelineEvent .date .inner span.day {
              font-size: 3.1rem; } }
        #timeline .timelineEvent .date .inner span.month {
          font-size: 2.4rem;
          text-transform: uppercase; }
        #timeline .timelineEvent .date .inner span.year {
          font-weight: 500; }
  #timeline .timelineEvent .content {
    background-color: #FFF;
    border: #CCC 1px solid;
    display: inline-block;
    padding: 3rem 4rem 3rem 4rem;
    width: 87%; }
    #timeline .timelineEvent .content header h3 {
      font-size: 3rem;
      line-height: 3rem;
      margin-bottom: 1.5rem; }
    #timeline .timelineEvent .content p {
      line-height: 1.8rem;
      margin-bottom: 1rem;
      width: 100%; }
    #timeline .timelineEvent .content img {
      width: 100%; }
    #timeline .timelineEvent .content .verticalImages img {
      width: 50%; }

@media only screen and (max-width: 75em) {
  #timeline .timelineLineWrap .timelineLine {
    left: 6.5%; }
  #timeline .sort {
    left: 13%; }
  #timeline .shareWrap {
    width: 95%; }
  #timeline .innerWrap {
    width: 95%; }
  #timeline .timelineEvent .date {
    width: 15%; }
  #timeline .timelineEvent .content {
    width: 83%; } }

@media only screen and (max-width: 47.938em) {
  #timeline .timelineLineWrap .timelineLine {
    left: 50%; }
  #timeline .sort {
    left: 5%; }
  #timeline .shareWrap .inner .share {
    width: 12rem; }
  #timeline .timelineEvent .date {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    margin-left: 37.5%;
    width: 25%; }
    #timeline .timelineEvent .date .arrow-stroke, #timeline .timelineEvent .date .arrow-fill {
      border-bottom: 0 !important;
      border-left: 1.1rem solid transparent;
      border-right: 1.1rem solid transparent;
      border-top: 1.1rem solid #CCC;
      bottom: 0;
      left: 40%;
      margin-left: 0rem;
      position: absolute;
      top: inherit; }
    #timeline .timelineEvent .date .arrow-fill {
      border-bottom: 0 !important;
      border-left: 1rem solid transparent;
      border-right: 1rem solid transparent;
      border-top: 1rem solid #FFF;
      bottom: .1rem;
      left: 41%;
      top: inherit; }
    #timeline .timelineEvent .date .inner {
      width: 100%; }
  #timeline .timelineEvent .content {
    padding: 2rem;
    width: 100%; } }

#cookiePolicy {
  background-color: #000;
  bottom: 2rem;
  color: #FFF;
  font-size: 1.4rem;
  left: 2.5%;
  line-height: 1.6rem;
  max-width: 60rem;
  padding: 1rem 2rem 1rem 2rem;
  position: fixed;
  width: 95%;
  z-index: 10000001;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  border-radius: 1.5rem; }
  #cookiePolicy .des {
    display: inline-block;
    vertical-align: middle;
    width: 60%; }
  #cookiePolicy .changeCurrency {
    display: inline-block;
    vertical-align: middle;
    width: 20%; }
    #cookiePolicy .changeCurrency p {
      font-size: 1.2rem;
      margin-bottom: .5rem;
      text-transform: uppercase; }
    #cookiePolicy .changeCurrency #woocommerce_currency_converter-2 {
      display: inline-block;
      vertical-align: middle; }
      #cookiePolicy .changeCurrency #woocommerce_currency_converter-2 ul.currency_switcher li a {
        font-size: 1.8rem;
        margin-right: 1.5rem; }
  #cookiePolicy .acceptCookies {
    border: #CCC solid 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.8rem;
    font-style: italic;
    padding: .7rem;
    vertical-align: middle;
    text-align: center;
    width: 15%;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem; }
  #cookiePolicy .acceptCookies:hover {
    background-color: #CCC;
    color: #000; }
  @media only screen and (max-width: 47.938em) {
    #cookiePolicy {
      bottom: 0;
      left: 0;
      max-width: 100%;
      padding: 1.5rem 2rem 1.5rem 2rem;
      width: 100%;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      #cookiePolicy .des {
        margin-bottom: 2rem;
        width: 100%; }
      #cookiePolicy .changeCurrency {
        width: 50%; }
      #cookiePolicy .acceptCookies {
        width: 45%; } }

.gce-page-grid .gce-calendar {
  -webkit-user-select: none !important; }
  .gce-page-grid .gce-calendar .gce-has-events {
    background-color: #CB0056;
    color: #FFF; }
  .gce-page-grid .gce-calendar tbody tr td {
    -webkit-user-select: none !important; }

.galleryListing .copySection, .galleryListing .introBlock {
  margin-bottom: 5rem; }

.flexArtist #flexibleSection1 {
  padding-top: 0; }

.flexArtist .artistSectionsWrap {
  padding-bottom: 3rem;
  padding-top: 2rem; }

@media only screen and (max-width: 47.938em) {
  .flexArtist .copySection, .flexArtist .introBlock {
    padding: 0; } }

.partnerGallery .meta {
  line-height: 1.8rem;
  margin-bottom: 3rem; }
  .partnerGallery .meta a {
    color: #CB0056;
    word-wrap: break-word; }
  .partnerGallery .meta a:hover {
    color: #202020; }

.socialBar {
  visibility: hidden;
  top: auto;
  bottom: 0 !important;
  height: 30px;
  position: fixed;
  width: 100%;
  margin: 0;
  left: 0;
  z-index: 10000000;
  overflow: hidden;
  font-size: 14px;
  background-color: #cb0056; }
  .socialBar .menu-socialmedia-container {
    height: 100%; }
    .socialBar .menu-socialmedia-container .menu {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
      .socialBar .menu-socialmedia-container .menu .menu-item {
        color: white;
        width: 317.5px;
        text-align: center;
        height: 100%; }
        .socialBar .menu-socialmedia-container .menu .menu-item:hover {
          background-color: #b2003e; }
        .socialBar .menu-socialmedia-container .menu .menu-item a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
        .socialBar .menu-socialmedia-container .menu .menu-item .current-menu-item a {
          color: #CB0056; }
        .socialBar .menu-socialmedia-container .menu .menu-item .menu-image-title {
          display: none; }
        .socialBar .menu-socialmedia-container .menu .menu-item .menu-image {
          height: 23px; }

.sumome-share-client-wrapper {
  display: none !important; }

.sumome-stylebufferbottom-shim {
  height: 30px !important; }
