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

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

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

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

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

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

.be-image-compare-horizontal .be-image-compare-handle:before, .be-image-compare-horizontal .be-image-compare-handle:after, .be-image-compare-vertical .be-image-compare-handle:before, .be-image-compare-vertical .be-image-compare-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  -moz-box-shadow: 0t;
  -webkit-box-shadow: 0t;
  box-shadow: 0t; }

.be-image-compare-horizontal .be-image-compare-handle:before, .be-image-compare-horizontal .be-image-compare-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.be-image-compare-vertical .be-image-compare-handle:before, .be-image-compare-vertical .be-image-compare-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.be-image-compare-before-label, .be-image-compare-after-label, .be-image-compare-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.be-image-compare-before-label, .be-image-compare-after-label, .be-image-compare-overlay {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.be-image-compare-before-label, .be-image-compare-after-label {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.be-image-compare-before-label:before, .be-image-compare-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.be-image-compare-before-label:before, .be-image-compare-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.be-image-compare-horizontal .be-image-compare-before-label:before, .be-image-compare-horizontal .be-image-compare-after-label:before {
  top: 50%;
  margin-top: -19px; }

.be-image-compare-vertical .be-image-compare-before-label:before, .be-image-compare-vertical .be-image-compare-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.be-image-compare-up-arrow, .be-image-compare-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.be-image-compare-up-arrow, .be-image-compare-down-arrow {
  left: 50%;
  margin-left: -6px; }

.be-image-compare-container {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .be-image-compare-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .be-image-compare-container.active .be-image-compare-overlay, .be-image-compare-container.active :hover.be-image-compare-overlay {
    background: transparent; }
    .be-image-compare-container.active .be-image-compare-overlay .be-image-compare-before-label,
    .be-image-compare-container.active .be-image-compare-overlay .be-image-compare-after-label, .be-image-compare-container.active :hover.be-image-compare-overlay .be-image-compare-before-label,
    .be-image-compare-container.active :hover.be-image-compare-overlay .be-image-compare-after-label {
      opacity: 0; }
  .be-image-compare-container * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.be-image-compare-before-label {
  opacity: 0; }
  .be-image-compare-before-label:before {
    content: "Before"; }

.be-image-compare-after-label {
  opacity: 0; }
  .be-image-compare-after-label:before {
    content: "After"; }

.be-image-compare-horizontal .be-image-compare-before-label:before {
  left: 10px; }

.be-image-compare-horizontal .be-image-compare-after-label:before {
  right: 10px; }

.be-image-compare-vertical .be-image-compare-before-label:before {
  top: 10px; }

.be-image-compare-vertical .be-image-compare-after-label:before {
  bottom: 10px; }

.be-image-compare-overlay {
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25;
  display: none; }
  .be-image-compare-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .be-image-compare-overlay:hover .be-image-compare-after-label {
      opacity: 1; }
    .be-image-compare-overlay:hover .be-image-compare-before-label {
      opacity: 1; }

.be-image-compare-before {
  z-index: 20; }

.be-image-compare-after {
  z-index: 10; }

.be-image-compare-handle {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  border: 3px solid #fff;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -moz-box-shadow: 0t;
  -webkit-box-shadow: 0t;
  box-shadow: 0t;
  z-index: 40;
  cursor: pointer;
  background: white; }

.be-image-compare-horizontal .be-image-compare-handle:before {
  bottom: 50%;
  margin-bottom: 28px;
  -moz-box-shadow: 0 3px 0 #fff, 0t;
  -webkit-box-shadow: 0 3px 0 #fff, 0t;
  box-shadow: 0 3px 0 #fff, 0t; }
.be-image-compare-horizontal .be-image-compare-handle:after {
  top: 50%;
  margin-top: 28px;
  -moz-box-shadow: 0 -3px 0 #fff, 0t;
  -webkit-box-shadow: 0 -3px 0 #fff, 0t;
  box-shadow: 0 -3px 0 #fff, 0t; }

.be-image-compare-vertical .be-image-compare-handle:before {
  left: 50%;
  margin-left: 28px;
  -moz-box-shadow: 3px 0 0 #fff, 0t;
  -webkit-box-shadow: 3px 0 0 #fff, 0t;
  box-shadow: 3px 0 0 #fff, 0t; }
.be-image-compare-vertical .be-image-compare-handle:after {
  right: 50%;
  margin-right: 28px;
  -moz-box-shadow: -3px 0 0 #fff, 0t;
  -webkit-box-shadow: -3px 0 0 #fff, 0t;
  box-shadow: -3px 0 0 #fff, 0t; }

.be-image-compare-left-arrow {
  left: 50%; }
  .be-image-compare-left-arrow:before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -14px; }

.be-image-compare-right-arrow {
  right: 50%; }
  .be-image-compare-right-arrow:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -18px;
    margin-top: -14px; }

.be-image-compare-up-arrow {
  border-bottom: 6px solid #151515;
  top: 50%;
  margin-top: -17px; }

.be-image-compare-down-arrow {
  border-top: 6px solid #151515;
  bottom: 50%;
  margin-bottom: -17px; }

                 /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%,100%,20%,53%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%,100%,20%,53%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,100%,50% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,100%,50% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%,100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%,100%,20%,40%,60%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%,100%,20%,40%,60%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* general element styling */
hr.section-divider {
  display: block;
  height: 0;
  border: 0;
  margin: 0;
  padding: 1.5rem 0; }

/* addthis hack - place inserted div at top (it's already hidden and positioned absolute) and this stops the extra scrollbar appearing*/
#_atssh {
  top: 0; }

/* colours */
.pool {
  color: #098fcf; }

.ct-accent {
  color: #A57466; }

.ct-bg, .content-banner.ct-bg {
  background: #FEF8F3; }

.da-accent {
  color: #808080; }

.wine-accent {
  color: #7b1406; }

.womens-blue-accent, .womens-blue-pulloutpanel .pullout-panel-title {
  color: #00499d; }

.womens-cover-accent, .womens-cover-pulloutpanel .pullout-panel-title {
  color: #fd680b; }

.womens-zip-accent, .womens-zip-pulloutpanel .pullout-panel-title {
  color: #1c1b20; }

.womens-rave-accent, .womens-rave-pulloutpanel .pullout-panel-title {
  color: #ffed00; }

.children-school-accent {
  color: #bf6067; }

.beckham-colour, .beckham-panel .carousel-panel-text h2, .beckham-panel, .beckham-panel .content-panel-quote blockquote p, .beckham-panel .content-panel-quote blockquote small {
  color: #fff; }

.beckham-colour-bg, .beckham-panel {
  background: #000; }

.clb-accent {
  color: #9a766a; }

.clb-colour-bg, .content-banner.clb-colour-bg {
  background: #f3ebe8; }

/* content helpers */
.content-wrapper {
  margin: 0 auto; }

.content-panel .row {
  max-width: none; }

/* dashboard */
.dashboard-panel {
  text-align: center;
  margin: 0 0 2.25rem 0; }

.dashboard-panel a:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.dashboard-panel-img {
  margin: 0 0 0.75rem 0; }

#pcat_modules .dashboard-panel-img {
  border: 1px solid #ccc; }

.dashboard-panel-title {
  margin: 0;
  font-weight: 500;
  font-size: 1.125rem; }
  .dashboard-panel-title:hover {
    color: #999999; }

.dashboard-panel a:hover .dashboard-panel-title {
  color: #999999; }

.dashboard-panel p {
  font-family: "futura-pt"; }

.tab-content-carousel {
  position: relative;
  z-index: 1; }

.tab-content-panel {
  margin-right: 1px;
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  text-align: center; }

.tab-content-panel-text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1.125rem 0 0 0;
  word-wrap: break-word;
  white-space: normal !important; }

.tab-content-panel-text h2 {
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem;
  font-weight: normal;
  word-wrap: break-word;
  white-space: normal !important; }

.tab-content-panel-text p {
  font-family: "futura-pt";
  font-style: italic;
  word-wrap: break-word;
  white-space: normal !important; }

.tab-content-nav {
  position: absolute;
  z-index: 800;
  top: 30%;
  background: rgba(255, 255, 255, 0.6);
  color: #151515; }
  .tab-content-nav:hover {
    color: #dbdbdb; }

.tab-content-nav.disabled {
  display: none; }

.tab-content-nav.prev {
  left: 20px; }

.tab-content-nav.next {
  right: 20px; }

/* New landing page and content updates */
/* October 2014 timx */
.beinspired-welcome-modal {
  text-align: center; }

.category-list-pref {
  text-align: left;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #8c8c8c; }

.category-list-pref ul {
  background: #eef1f3;
  text-align: left;
  padding: 1.5rem 2.25rem; }

.content-intro-txt {
  text-align: center;
  padding: 0.75rem 0; }

.content-intro-title {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0 0 10px 0; }

.content-intro-title b {
  font-weight: 500; }

.content-intro-subtitle {
  font-family: "futura-pt";
  line-height: 1;
  font-style: italic;
  letter-spacing: 0;
  margin: 0; }

.content-intro-social-icons {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  display: inline-block; }

.content-intro-social-icons:before {
  border-top: 1px solid #666666;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 100%;
  z-index: -1; }

.content-intro-social-icons ul {
  background: white;
  padding: 0 0.75rem;
  display: inline-block; }

.content-intro-social-icons li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1.6em; }

.content-intro-social-icons li.social-icons-text {
  display: block;
  font-size: 0.75rem;
  color: #8c8c8c; }

.psuedo-icon .icon-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 5px;
  color: white !important;
  width: 100% !important; }

.content-banner-photo .content-intro-social-icons:before {
  border-top-color: white;
  left: -30%;
  width: 50%; }

.content-banner-photo .content-intro-social-icons:after {
  border: 1px solid white;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 0.8em;
  right: -30%;
  width: 50%;
  z-index: -1; }

.content-banner-photo .content-intro-social-icons ul {
  background: transparent; }

.content-banner-photo .psuedo-icon .icon-overlay {
  color: #8c8c8c !important; }

.beinspired-landing-panel {
  padding-top: 0.75rem;
  margin-bottom: 0.75rem; }

.beinspired-landing-title {
  font-weight: 500;
  font-size: 1.25rem; }

.beinspired-landing-intro p {
  font-size: 0.875rem;
  color: #666666; }

.beinspired-landing-list h3 {
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0; }

.beinspired-landing-list p {
  font-size: 0.875rem;
  color: #4d4d4d; }

.beinspired-landing-list-nav {
  text-align: center;
  display: block; }

.content-category-wrapper {
  margin: 0;
  overflow: hidden;
  height: 50px;
  background: #ebebeb;
  position: relative;
  z-index: 2; }

.content-category-wrapper-notstuck {
  position: relative !important;
  top: 0 !important;
  width: auto !important;
  z-index: 2 !important; }

.content-category-tabs-list {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.content-category-tabs-list li {
  display: inline-block;
  margin: 0 20px 0 0; }

.content-category-tabs-list li:first-child {
  padding-left: 10px; }

.content-category-tabs-list li:last-child {
  margin-right: 0;
  padding-right: 30px; }

.content-category-tabs-list li a {
  display: block;
  padding: 13px 0 5px;
  border-bottom: 8px solid #ebebeb;
  color: #666666;
  font-weight: 500;
  font-size: 0.875rem; }

.content-category-tabs-list li.active a {
  color: #151515; }

.category-tabs-scroll {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 8px 10px 5px 10px;
  background: rgba(255, 255, 255, 0.6);
  color: rgba(102, 102, 102, 0.8);
  cursor: pointer; }

.category-tabs-scroll.left {
  left: 0;
  right: auto;
  display: none; }

.content-category-tabs-wrapper {
  padding: 0 0.75rem; }

.content-category-tabs {
  width: 100%; }

.content-category-tab-panel {
  width: 100%; }

.content-category-tabs-loading {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #eef1f3;
  z-index: 1000;
  text-align: center; }

.content-category-tabs-loading i {
  position: relative;
  z-index: 1001;
  top: 40%; }

.content-category-carousel {
  position: relative;
  z-index: 1; }

.category-carousel-panel {
  position: relative;
  z-index: 1;
  vertical-align: top;
  padding: 1.125rem 0; }

.category-carousel-panel-text {
  position: relative;
  z-index: 1;
  padding: 0 1.125rem 0 1.125rem;
  word-wrap: break-word;
  white-space: normal !important; }

.category-carousel-panel-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  word-wrap: break-word;
  white-space: normal !important; }

.category-carousel-panel-text p {
  font-family: "futura-pt";
  font-size: 0.75rem;
  word-wrap: break-word;
  white-space: normal !important; }

.category-carousel-nav {
  position: absolute;
  z-index: 800;
  top: 40%;
  color: #151515; }
  .category-carousel-nav:hover {
    color: #dbdbdb; }

.category-carousel-nav i {
  font-size: 2em; }

.category-carousel-nav.prev {
  left: -25px; }

.category-carousel-nav.next {
  right: -25px; }

.hide-content-category {
  float: right; }

.be-personalshopping-module {
  background: #F1F2F4;
  padding: 50px 20px; }
  .be-personalshopping-module .be-ps-panel {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      .be-personalshopping-module .be-ps-panel {
        margin: 0; } }
    .be-personalshopping-module .be-ps-panel:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-bottom: 0;
      z-index: 100;
      bottom: -68px;
      left: 50%;
      margin-left: -19px;
      border-top-color: #F1F2F4;
      border-width: 15px;
      display: none; }
    .be-personalshopping-module .be-ps-panel.active:after {
      display: block; }
    .be-personalshopping-module .be-ps-panel .graphic-panel {
      margin: 0 0 20px 0; }
    .be-personalshopping-module .be-ps-panel .be-ps-title {
      font-family: "didot_lt_stditalic";
      text-transform: none;
      font-size: 1.875rem; }
    .be-personalshopping-module .be-ps-panel p {
      font-weight: 500; }
      .be-personalshopping-module .be-ps-panel p:last-child {
        margin: 0; }
    .be-personalshopping-module .be-ps-panel .button {
      margin: 0; }

.be-ps-infopanel {
  display: none;
  background: white;
  padding: 50px 20px;
  border-bottom: 1px solid #dbdbdb;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .be-ps-infopanel {
      position: relative;
      z-index: 1;
      top: auto;
      bottom: auto;
      overflow-y: visible;
      overflow-x: visible; } }
  .be-ps-infopanel .close-be-ps-infopanel {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 1.875rem; }
  .be-ps-infopanel .be-ps-infopanel-columns {
    margin: 0 0 30px 0; }
    .be-ps-infopanel .be-ps-infopanel-columns p {
      color: #4d4d4d; }
      .be-ps-infopanel .be-ps-infopanel-columns p b {
        color: #151515; }
  .be-ps-infopanel .be-ps-infopanel-cta {
    background: #EEF1F5;
    border: 1px solid #CBCCD0;
    padding: 5px;
    text-align: center;
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      .be-ps-infopanel .be-ps-infopanel-cta {
        padding: 10px 20px;
        margin: 0; } }
    .be-ps-infopanel .be-ps-infopanel-cta p {
      margin: 0;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        .be-ps-infopanel .be-ps-infopanel-cta p {
          font-size: 1rem; } }

.be-phone-slider-module {
  background: #F6F5F3;
  padding: 50px 20px 0 20px; }
  .be-phone-slider-module .subheader {
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 20px 0; }
    @media (min-width: 1260px) {
      .be-phone-slider-module .subheader {
        font-size: 1.25rem; } }
  .be-phone-slider-module p {
    margin: 0;
    text-align: center;
    color: #666666; }
  .be-phone-slider-module .be-phone-slider-txt {
    background: url(../images/vertical-dotted-line.png) no-repeat;
    background-position: left 50% bottom 20px;
    padding: 0 0 80px 0; }
  .be-phone-slider-module .be-phone-slider-panel {
    padding-bottom: 264px;
    overflow: hidden;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .be-phone-slider-module .be-phone-slider-panel {
        margin: 0; } }
  .be-phone-slider-module .graphic-panel {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }

.be-outfit-panel {
  margin: 3.75rem 0; }
  @media (max-width: 767px) {
    .be-outfit-panel .beop-column {
      height: auto !important; } }
  .be-outfit-panel .beop-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 767px) {
      .be-outfit-panel .beop-img {
        height: 400px !important;
        background-position: center top; } }
  .be-outfit-panel .beop-txt {
    padding: 10px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .be-outfit-panel .beop-txt {
        padding: 0;
        text-align: left; }
        .be-outfit-panel .beop-txt.more-pad {
          padding: 10px 0 0 0; } }
  .be-outfit-panel .beop-collage-img {
    position: relative;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
    margin: 0 0 30px 0; }
    .be-outfit-panel .beop-collage-img img {
      margin: 0 auto;
      max-height: 300px; }
      .be-outfit-panel .beop-collage-img img.placeholder {
        border: 1px solid #8c8c8c; }
    @media (min-width: 768px) {
      .be-outfit-panel .beop-collage-img {
        text-align: left;
        margin: 0; }
        .be-outfit-panel .beop-collage-img img {
          margin: 0;
          max-height: none; } }
    .be-outfit-panel .beop-collage-img .beopc-txt {
      position: absolute;
      z-index: 2;
      width: 100%;
      left: 0;
      bottom: 10px;
      background: rgba(255, 255, 255, 0.8);
      text-align: center; }
      .be-outfit-panel .beop-collage-img .beopc-txt.plain {
        background: none; }
      @media (min-width: 768px) {
        .be-outfit-panel .beop-collage-img .beopc-txt {
          text-align: left;
          width: auto;
          padding: 0 10px; } }
      .be-outfit-panel .beop-collage-img .beopc-txt.br {
        left: auto;
        right: 0;
        bottom: 10px; }
      .be-outfit-panel .beop-collage-img .beopc-txt.tr {
        left: auto;
        right: 0;
        bottom: auto;
        top: 10px; }
      .be-outfit-panel .beop-collage-img .beopc-txt.tl {
        left: 0;
        right: auto;
        bottom: auto;
        top: 10px; }
      .be-outfit-panel .beop-collage-img .beopc-txt.mr {
        left: auto;
        right: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 40%; }
      .be-outfit-panel .beop-collage-img .beopc-txt.ml {
        left: 0;
        right: auto;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 40%; }
      .be-outfit-panel .beop-collage-img .beopc-txt p {
        margin: 0;
        line-height: 1.2;
        font-size: 1rem; }
        .be-outfit-panel .beop-collage-img .beopc-txt p b {
          display: block; }
        @media (min-width: 768px) {
          .be-outfit-panel .beop-collage-img .beopc-txt p {
            font-size: 0.75rem; }
            .be-outfit-panel .beop-collage-img .beopc-txt p b {
              display: inline; } }
        @media (min-width: 992px) {
          .be-outfit-panel .beop-collage-img .beopc-txt p {
            font-size: 0.875rem; } }
        @media (min-width: 1260px) {
          .be-outfit-panel .beop-collage-img .beopc-txt p {
            font-size: 1rem; } }
        .be-outfit-panel .beop-collage-img .beopc-txt p span {
          white-space: nowrap; }
        .be-outfit-panel .beop-collage-img .beopc-txt p .prod-pricefield {
          font-size: inherit;
          color: inherit; }
      .be-outfit-panel .beop-collage-img .beopc-txt a {
        color: #151515; }
        .be-outfit-panel .beop-collage-img .beopc-txt a:hover {
          color: #999999; }
  .be-outfit-panel .beopc-number {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .be-outfit-panel .beopc-number {
        left: 10px;
        top: auto;
        bottom: 10px; }
        .be-outfit-panel .beopc-number.tl {
          left: 10px;
          top: 10px;
          bottom: auto; }
        .be-outfit-panel .beopc-number.bl {
          left: 10px;
          top: auto;
          bottom: 10px; } }
  .be-outfit-panel .beopc-txt-summary {
    background: rgba(255, 255, 255, 0.8);
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
    font-weight: 500; }
    @media (min-width: 768px) {
      .be-outfit-panel .beopc-txt-summary {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0; }
        .be-outfit-panel .beopc-txt-summary.ls {
          left: 0;
          right: auto;
          margin-left: 0;
          padding-right: 24px; } }
    .be-outfit-panel .beopc-txt-summary li {
      line-height: 1.2;
      margin: 0 0 10px 0;
      font-size: 1rem;
      text-align: center; }
      .be-outfit-panel .beopc-txt-summary li > * {
        font-weight: 400; }
      @media (min-width: 768px) {
        .be-outfit-panel .beopc-txt-summary li {
          font-size: 0.75rem;
          text-align: left; } }
      @media (min-width: 992px) {
        .be-outfit-panel .beopc-txt-summary li {
          font-size: 0.875rem; } }
      @media (min-width: 1260px) {
        .be-outfit-panel .beopc-txt-summary li {
          font-size: 1rem; } }
      .be-outfit-panel .beopc-txt-summary li .prod-pricefield {
        font-size: inherit;
        color: inherit; }

/* in seperare css : scrolljack.css */
#page_slidermodule .row {
  max-width: none !important; }

.be-slider-module {
  position: relative;
  z-index: 1; }
  .be-slider-module .bsm-mask {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    background: rgba(21, 21, 21, 0.7); }
    .be-slider-module .bsm-mask.bsm-mask-left {
      left: 0; }
    .be-slider-module .bsm-mask.bsm-mask-right {
      right: 0; }
  .be-slider-module .bsm-nav {
    background: white;
    padding: 0.375rem 1.125rem;
    display: inline-block;
    font-size: 1.375rem;
    position: absolute;
    z-index: 300;
    top: 50%;
    margin-top: -22px; }
    .be-slider-module .bsm-nav.next {
      right: 0; }
    .be-slider-module .bsm-nav.prev {
      left: 0; }
  .be-slider-module .be-slider-module-container {
    position: relative;
    z-index: 1; }
    .be-slider-module .be-slider-module-container .bsm-panel img {
      max-width: none;
      height: 300px; }
      @media (min-width: 768px) {
        .be-slider-module .be-slider-module-container .bsm-panel img {
          height: 400px; } }
      @media (min-width: 768px) {
        .be-slider-module .be-slider-module-container .bsm-panel img {
          height: 400px; } }
      @media (min-width: 992px) {
        .be-slider-module .be-slider-module-container .bsm-panel img {
          height: 540px; } }
      @media (min-width: 1260px) {
        .be-slider-module .be-slider-module-container .bsm-panel img {
          height: 620px; } }

.be-slider-module {
  display: none; }

.be-slider-module-captions {
  text-align: center; }
  .be-slider-module-captions .bsm-panel {
    padding: 10px 30px; }
  .be-slider-module-captions p {
    font-style: italic;
    color: #666666; }

.be-slider-module-captions {
  display: none; }

.be-simple-content-module {
  text-align: center; }
  .be-simple-content-module figure {
    margin: 30px 0 30px 0; }
  .be-simple-content-module figcaption {
    font-style: italic;
    color: #666666; }
  .be-simple-content-module img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 10px auto; }
  .be-simple-content-module .be-scm-title {
    font-weight: 500;
    margin: 0; }
  .be-simple-content-module p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    color: #333333; }
    @media (max-width: 768px) {
      .be-simple-content-module p {
        font-size: 0.75rem; } }

.be-quote-panel {
  background: #ebebeb;
  padding: 30px 15px;
  margin: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .be-quote-panel {
      padding: 30px; } }
  .be-quote-panel.dark {
    background: #4d4d4d;
    color: white; }
    .be-quote-panel.dark blockquote {
      border-color: white; }
      .be-quote-panel.dark blockquote:before {
        background: url(../images/quote-left-white.svg) no-repeat center center #4d4d4d;
        background-size: contain; }
      .be-quote-panel.dark blockquote:after {
        background: url(../images/quote-right-white.svg) no-repeat center center #4d4d4d;
        background-size: contain; }
    .be-quote-panel.dark p {
      color: white; }
  .be-quote-panel blockquote {
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 0;
    border: 0;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #151515;
    position: relative;
    z-index: 1; }
    .be-quote-panel blockquote:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -12px;
      margin: 0 auto;
      height: 24px;
      width: 60px;
      background: url(../images/quote-left.svg) no-repeat center center #ebebeb;
      background-size: contain; }
    .be-quote-panel blockquote:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -12px;
      margin: 0 auto;
      height: 24px;
      width: 60px;
      background: url(../images/quote-right.svg) no-repeat center center #ebebeb;
      background-size: contain; }
    @media (min-width: 768px) {
      .be-quote-panel blockquote {
        padding: 30px; } }
  @media (min-width: 768px) {
    .be-quote-panel {
      text-align: left; } }
  .be-quote-panel img {
    margin: 0 auto 20px auto; }
    @media (min-width: 768px) {
      .be-quote-panel img {
        float: left;
        margin: 0; } }
  .be-quote-panel p {
    margin: 0;
    color: #151515; }
    .be-quote-panel p:first-letter {
      font-family: Georgia;
      font-weight: bold; }
      @media (min-width: 768px) {
        .be-quote-panel p:first-letter {
          font-weight: normal;
          float: left;
          font-size: 90px;
          line-height: 50px;
          padding: 14px 10px 10px 0; } }
  @media (min-width: 768px) {
    .be-quote-panel img + p {
      margin-left: 125px; } }

@media (max-width: 768px) {
  div.large-12 > div.be-quote-panel {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }
.content-banner {
  position: relative;
  z-index: 1;
  background: #ebebeb;
  background-image: url("http://placehold.it/1500x1000/ebebeb/999999/");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.content-banner-txt {
  text-align: center;
  padding: 1.5rem; }

.content-banner-txt .subtitle {
  font-family: "futura-pt";
  line-height: 1;
  font-style: italic;
  letter-spacing: 0; }

.content-banner-txt h1, .content-banner-title {
  font-size: 1.875rem;
  text-shadow: 0 2px 10px rgba(0, 30, 60, 0.1), 0 0 2px rgba(0, 0, 0, 0.05); }

.content-banner-txt h1 span, .content-banner-title span {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.375rem 0;
  display: block; }

.content-banner-txt h1 span.no-top-border, .content-banner-title span.no-top-border {
  border-top: none; }

.content-banner-title span.no-bottom-border {
  border-bottom: none; }

.content-banner-txt h1 small, .content-banner-title small {
  font-size: 60%;
  text-transform: none;
  font-family: "futura-pt";
  line-height: 1;
  font-style: italic; }

.content-banner-txt h1 b, .content-banner-title b {
  font-weight: 500; }

.content-banner-txt p {
  letter-spacing: 1px;
  font-size: 0.8125rem;
  text-shadow: 0 2px 10px rgba(0, 30, 60, 0.1), 0 0 2px rgba(0, 0, 0, 0.05); }

.content-banner-title.with-social {
  margin: 0 0 10px 0; }

.content-banner-title.with-social span {
  border: 0; }

.title-bg {
  text-indent: -99999px;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 60px;
  margin-bottom: 0.75rem; }

.title-bg.cruz-logo {
  background-image: url(../images/besinpired/women/cruz/logo.png); }

.title-bg.belstaff-logo {
  background-image: url(../images/besinpired/men/beckham/logo.png); }

/* module 1 theming */
.content-banner-photo, .content-banner-photo a {
  /* set colour to white as banner has colour photo as background */
  color: white; }

.content-banner-photo h1, .content-banner-photo p, .content-banner-photo small, .content-banner-photo .content-banner-title {
  color: white; }

.content-banner.gc-banner {
  /* George Clooney banner */
  background-image: url(../images/besinpired/overlay.png), url(../images/besinpired/gc1.jpg);
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
  background-position: top left, center center;
  background-repeat: repeat, no-repeat; }

.lt-ie9 .content-banner.gc-banner {
  background: url(../images/besinpired/gc1.jpg) no-repeat top center; }

.content-banner.ice-banner {
  /* Ice cream banner */
  background-image: url(../images/besinpired/ice-cream/overlay-lighter.png), url(../images/besinpired/ice-cream/ice-banner.jpg);
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
  background-position: top left, bottom center;
  background-repeat: repeat, no-repeat; }

.lt-ie9 .content-banner.ice-banner {
  background: url(../images/besinpired/ice-cream/ice-banner.jpg) no-repeat center center; }

.content-banner.wine-banner {
  /* wine banner */
  background-image: url(../images/besinpired/overlay.png), url(../images/besinpired/wine/wine-banner.jpg);
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
  background-position: top left, center bottom;
  background-repeat: repeat, no-repeat; }

.lt-ie9 .content-banner.wine-banner {
  background: url(../images/besinpired/wine/wine-banner.jpg) no-repeat top center; }

.content-banner.preen-banner {
  /* preen banner */
  background-image: url(../images/besinpired/overlay.png), url(../images/besinpired/women/preen-banner.jpg);
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
  background-position: top left, center top;
  background-repeat: repeat, no-repeat; }

.lt-ie9 .content-banner.preen-banner {
  background: url(../images/besinpired/women/preen-banner.jpg) no-repeat top center; }

.content-banner.backstagebeauty-banner {
  /* backstagebeauty banner */
  background-image: url(../images/besinpired/overlay.png), url(../images/besinpired/beauty/backstagebeauty-banner.jpg);
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
  background-position: center, center;
  background-repeat: repeat, no-repeat; }

.lt-ie9 .content-banner.backstagebeauty-banner {
  background: url(../images/besinpired/beauty/backstagebeauty-banner.jpg) no-repeat top center; }

.content-banner.mentrends-banner {
  /* men trends banner */
  background-image: url(../images/besinpired/overlay.png), url(../images/besinpired/men/mentrends-banner.jpg);
  background-size: auto, cover;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
  background-position: center, center;
  background-repeat: repeat, no-repeat; }

.lt-ie9 .content-banner.mentrends-banner {
  background: url(../images/besinpired/men/mentrends-banner.jpg) no-repeat top center; }

/* module 2 theming */
.content-banner.light {
  /* set background to white for plain banner header */
  background: white; }

.content-banner.plain {
  /* set background-image to none for plain banner header */
  background-image: none; }

.plain .content-banner-txt h1, .light .content-banner-txt h1, .plain .content-banner-title, .light .content-banner-title {
  text-shadow: none; }

.plain .content-banner-txt h1 span, .plain .content-banner-title span {
  border-top: none;
  padding-top: 0; }

.plain .content-banner-txt p, .light .content-banner-txt p {
  text-shadow: none; }

.content-fullbanner {
  min-height: 100px;
  position: relative;
  z-index: 1;
  background: #ebebeb;
  text-align: center; }

/* module 3 theming */
/* Charlotte tilbury banner, set as bg, as large image on top, centred, 
	so that bg can fill full screen behind */
.content-fullbanner.ct-banner {
  background-image: url(../images/besinpired/ct/ct1.png);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.content-fullbanner.da-banner {
  background: none; }

.content-fullbanner.clb-banner {
  background: #000; }

.content-panel-txt {
  text-align: center;
  padding: 1.25rem 0; }

.content-panel-txt h1, .content-panel-title {
  font-size: 1.875rem;
  font-weight: 300;
  margin-top: 0; }

.content-panel-txt h1 span, .content-panel-title span {
  border-bottom: 1px solid #151515;
  padding: 0.375rem 0;
  display: block; }

.content-panel-txt h1 small, .content-panel-title small {
  font-size: 40%;
  font-weight: 500;
  line-height: 1; }

.content-panel-txt p {
  letter-spacing: 1px;
  font-family: "futura-pt";
  font-style: italic;
  font-size: 0.8125rem; }

.content-panel-txt p.content-panel-subtitle {
  font-size: 1rem;
  font-weight: 300; }

.content-panel-txt.standalone {
  margin-bottom: 1.5rem; }

.content-panel .stretch-img img {
  width: 100%; }

.content-panel-txt p .button {
  font-style: normal; }

.content-panel-txt p .button.disabled {
  opacity: 1; }

/* content panel slider */
.content-panel-slider img {
  width: 100%; }

.content-panel-slider-pagination {
  position: absolute;
  z-index: 900;
  bottom: 0;
  width: 100%;
  text-align: center; }

.content-panel-slider-pagination li {
  display: inline-block;
  background: rgba(21, 21, 21, 0.3);
  padding: 5px; }

.content-panel-slider-pagination li a {
  color: #8c8c8c; }
  .content-panel-slider-pagination li a:hover {
    color: white; }

.content-panel-slider-pagination li.cycle-pager-active a {
  color: white; }

/* content panel carousel */
.content-panel-carousel-wrapper {
  padding: 0 2.5rem;
  position: relative;
  z-index: 1; }

.content-panel-carousel {
  text-align: center;
  padding-bottom: 1.875rem; }

.content-panel-carousel-item img {
  padding: 0 0.625rem;
  margin-bottom: 0.625rem; }

.content-panel-carousel-txt {
  margin-bottom: 0.625rem;
  padding: 0 0.625rem;
  word-wrap: break-word;
  white-space: normal !important; }

.content-panel-carousel-txt h2, .content-panel-carousel-title {
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem;
  word-wrap: break-word;
  white-space: normal !important; }

.content-panel-carousel-txt p {
  font-family: "futura-pt";
  font-style: italic;
  margin: 0;
  padding-bottom: 1.25rem;
  word-wrap: break-word;
  white-space: normal !important; }

.content-panel-carousel-txt p.content-panel-carousel-p {
  padding-bottom: 0; }

.content-panel-carousel-nav {
  position: absolute;
  z-index: 800;
  top: 30%;
  color: #8c8c8c; }
  .content-panel-carousel-nav:hover {
    color: #dbdbdb; }

.content-panel-carousel-nav.prev {
  left: 5px; }

.content-panel-carousel-nav.next {
  right: 5px; }

/* content panel single item */
.content-panel-single-item {
  text-align: center;
  background: #fff;
  padding: 1.25rem; }

.content-panel-single-item img {
  margin-bottom: 1.25rem; }

.content-panel-single-txt {
  margin-bottom: 0.625rem;
  padding: 0 0.625rem;
  word-wrap: break-word;
  white-space: normal !important; }

.content-panel-single-txt h2, .content-panel-single-title {
  margin: 0;
  font-weight: 500;
  font-size: 1.125rem;
  word-wrap: break-word;
  white-space: normal !important; }

.content-panel-single-txt p {
  font-family: "futura-pt";
  margin: 0;
  padding-bottom: 1.25rem;
  word-wrap: break-word;
  white-space: normal !important; }

/* content panel multiple items - as many columns as the space allows */
/* this styling is for typography, and some padding  - the rest of the layout uses the main responsive grid */
.content-panel-product {
  text-align: center;
  padding: 0 0.625rem; }

.content-panel-product-txt {
  margin-bottom: 0.625rem; }

.content-panel-product-txt h2, .content-panel-product-title {
  margin: 0;
  font-weight: 500;
  font-size: 1rem; }

.content-panel-product-txt p {
  font-family: "futura-pt"; }

/* full columns for large images to stretch done the side of content */
.full-column {
  overflow: hidden;
  position: relative;
  height: 400px;
  background-image: url("http://placehold.it/800x815/ebebeb/999999/");
  background-position: center center; }

.full-column img {
  width: 100%; }

/* module 4/5 theming */
.content-panel.withbg {
  background: url(../images/besinpired/flock.png) repeat; }

.content-panel.withbg.gc-lakecomo {
  background: url(../images/besinpired/flock-gc-lakecomo.png) repeat; }

.content-panel.withbg.gc-venicefilm {
  background: url(../images/besinpired/flock-gc-venicefilm.png) repeat; }

.content-panel.withbg.poolbg {
  background: url(../images/besinpired/flock-pool.png) repeat; }

.content-panel.withbg.mac-mb-bg {
  background: #f4fbfd; }

.content-panel.withbg.ice-cream-bg {
  background: #ffdd59; }

.content-panel.withbg.vitamix-bg {
  background: #f6efe7; }

.content-panel.withbg.vitamix-bg2 {
  background: #faf7fa; }

.content-panel.withbg.wine-bg {
  background: #f6f6f8; }

.content-panel.withbg.womens-blue {
  background: #00499d;
  color: #fff; }

.content-panel.withbg.womens-cover {
  background: #fd680b;
  color: #fff; }

.content-panel.withbg.womensjustlanded {
  background: #414141;
  color: #fff; }

.content-panel.withbg.womens-zip {
  background: #1c1b20;
  color: #fff; }

.content-panel.withbg.womens-rave {
  background: #ffed00; }

.content-panel.withbg.womens-preen {
  background: url(../images/besinpired/flock.png) repeat; }

.content-panel.withbg.womens-mcqueen {
  background: url(../images/besinpired/women/tartan.png) repeat; }

.content-panel.withbg.womens-tyler {
  background: #2f4c76;
  color: #fff; }

.content-panel.withbg.womens-friel {
  background: #6b5c49;
  color: #fff; }

.content-panel.withbg.womens-jordan {
  background: #5b636e;
  color: #fff; }

.content-panel.withbg.men-trends {
  background: #ebe3e2; }

.content-panel.withbg.children-school-coat {
  background: #f6f1ed; }

.content-panel.withbg.children-school-lunch {
  background: #0f85c8;
  color: #fff; }

.content-panel.withbg.men-contemp-bg-2 {
  background: #e6917e;
  color: #fff; }

.whitetext h1, .whitetext p, .whitetext p a, .whitetext small, .whitetext .content-banner-title, .whitetext .content-panel-title {
  color: white; }

.whitetext .content-panel-txt h1 span, .whitetext .content-banner-title span, .whitetext .content-panel-title span {
  border-bottom-color: white; }

.full-column.ct2 {
  background-image: url(../images/besinpired/ct/beauty-musthaves-slide-1.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.full-column.ct3 {
  background-image: url(../images/besinpired/ct/ct-background-slide-1.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.full-column.vitamix-panel-1 {
  background-image: url(../images/besinpired/vitamix/vitamix-panel-1.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center right;
  background-repeat: no-repeat; }

.full-column.vitamix-panel-2 {
  background-image: url(../images/besinpired/vitamix/vitamix-panel-2.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.full-column.wine-panel-1 {
  background-image: url(../images/besinpired/wine/wine-panel-1.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }

.full-column.clb-2 {
  background-image: url(../images/besinpired/beauty/clb/content-panel-2.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.content-carousel {
  position: relative;
  z-index: 1; }

.carousel-panel {
  margin-right: 1px;
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  text-align: center;
  vertical-align: top; }

.carousel-panel-text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1.125rem 0 0 0;
  word-wrap: break-word;
  white-space: normal !important; }

.carousel-panel-text h2, .carousel-panel-title {
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem;
  word-wrap: break-word;
  white-space: normal !important; }

.carousel-panel-text p {
  font-family: "futura-pt";
  font-style: italic;
  word-wrap: break-word;
  white-space: normal !important; }

.carousel-panel-p {
  display: inline-block;
  margin: 0; }

.carousel-panel-text .prod-pricefield {
  display: inline-block;
  margin: 0; }

.carousel-panel-text .prod-pricefield.prod-savings {
  display: block; }

.carousel-panel-button {
  margin-top: 1.25rem; }

.carousel-panel-text p .button {
  font-style: normal; }

.carousel-panel-text p .button.disabled {
  opacity: 1; }

.carousel-panel-button {
  position: relative;
  z-index: 1; }

.carousel-panel-button p {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  width: 100%;
  padding: 0 20px; }

.carousel-panel-roundel {
  position: relative;
  z-index: 1; }

.carousel-panel-roundel p {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding: 2.5rem 1.25rem 0.3125rem 1.25rem;
  background: rgba(21, 21, 21, 0.8);
  color: #fff;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.75rem;
  font-family: "futura-pt";
  font-style: italic;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word; }

.carousel-panel-roundel p.less-pad {
  padding-top: 1.5625rem; }

.carousel-pagination {
  position: absolute;
  z-index: 900;
  bottom: 20px;
  width: 100%;
  text-align: center; }

.carousel-pagination li {
  display: inline-block; }

.carousel-pagination li a {
  color: #dbdbdb; }
  .carousel-pagination li a:hover {
    color: #8c8c8c; }

.carousel-nav {
  position: absolute;
  z-index: 800;
  top: 40%;
  background: rgba(255, 255, 255, 0.6);
  color: #151515; }
  .carousel-nav:hover {
    color: #dbdbdb; }

.carousel-nav.prev {
  left: 20px; }

.carousel-nav.next {
  right: 20px; }

/* content carousel wrapper - adds some padding around, used if adding a background colour, with lifestyle shots for example */
.content-carousel-wrapper {
  padding: 1.875rem; }

/* module 8 theming */
.beckham-panel .carousel-panel-text h2 {
  font-weight: 500;
  /* set it to medium because it is white on black background, and bold would be too bold! */ }

.content-slider {
  position: relative;
  z-index: 1;
  width: 100%; }

.content-slide {
  padding: 2.25rem 2.25rem 0 2.25rem;
  position: relative;
  z-index: 1;
  width: 100%; }

.content-slide-img {
  padding: 0 2.25rem; }

.content-slide-text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1.125rem 0 0 0;
  margin: 0 0 50px 0; }

.content-slide-text h2, .content-slide-title {
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem;
  position: relative; }

.content-slide-text p {
  font-family: "futura-pt";
  font-style: italic; }

.content-slide-text p.button {
  font-family: "futura-pt";
  font-style: normal; }

.content-slide-text p.button.disabled {
  opacity: 1; }

.content-slider-nav {
  position: absolute;
  z-index: 800;
  top: 40%;
  color: #8c8c8c; }
  .content-slider-nav:hover {
    color: #dbdbdb; }

.content-slider-nav.prev {
  left: 20px; }

.content-slider-nav.next {
  right: 20px; }

.video-panel-wrapper {
  padding: 1.25rem; }

.video-panel-standard, .video-panel, .video-panel-content, #video-panel-content, #video-panel-content_wrapper,
.video-panel-standard .jwplayer, .video-panel .jwplayer {
  position: relative !important;
  z-index: 1 !important;
  padding-bottom: 56.25% !important;
  /* 16/9 ratio */
  height: 0 !important;
  overflow: hidden !important; }

.video-panel {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.video-panel-iframe {
  width: 100%;
  height: 100%;
  position: absolute; }

.pullout-panel {
  padding: 1.25rem 0; }

.pullout-panel-title {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0; }

.pullout-panel-title span {
  border-bottom: 1px solid #151515;
  padding: 0.375rem 0;
  display: block; }

.pullout-panel-title small {
  font-size: 60%;
  font-family: "futura-pt";
  line-height: 1; }

.pullout-panel p {
  letter-spacing: 1px;
  font-size: 0.8125rem; }

.pullout-panel img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

/* module 12 theming */
.content-panel-quote {
  text-align: center; }

.content-panel-quote blockquote {
  border: 0;
  padding: 0;
  margin: 0;
  padding: 1.25rem; }

.content-panel-quote blockquote p {
  font-size: 1.25rem;
  font-family: "futura-pt";
  position: relative;
  z-index: 1;
  line-height: 1.5; }

.content-panel-quote blockquote small {
  font-size: 1rem; }

/* sidebar */
.content-sidebar-button {
  display: none !important;
  position: fixed;
  left: 0;
  top: auto;
  z-index: 1000;
  background: #151515;
  color: white;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  padding: 0 5px 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.25rem; }

.content-sidebar-button a {
  color: white;
  padding: 0 10px 0 0; }

/* off-canvas */
.content-article {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  background: #fff; }

.content-sidebar {
  margin-left: -200%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  background: #151515; }

.active-sidebar .content-sidebar {
  margin-left: 0;
  width: 75%; }

.active-sidebar .content-article {
  margin-right: -75%; }

.active-sidebar .content-sidebar-button {
  left: 75%; }

.content-sidebar-fixed {
  background: #151515;
  overflow-y: scroll;
  z-index: 1001; }

.is-sticky .content-sidebar-fixed {
  width: 75%; }

.content-sidebar-menu {
  padding: 0 20px; }

.content-sidebar-menu li a {
  float: left;
  width: 100%;
  color: #dbdbdb;
  display: block;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #666666; }

.content-sidebar-menu li a.current {
  border-bottom: 5px solid white;
  color: white; }

.content-sidebar-menu li p {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0;
  padding: 0; }

.content-sidebar-menu li p small {
  display: block;
  letter-spacing: 1px;
  font-family: "futura-pt";
  font-style: italic; }

.sidebar-menu-archive {
  padding: 40px 20px; }

.sidebar-menu-archive h3 {
  color: #dbdbdb; }

.sidebar-menu-archive p a {
  color: #dbdbdb; }

/* quickbuy */
.content-quicklink {
  display: inline-block;
  padding: 0.625rem;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  top: 50%;
  width: 60%;
  left: 50%;
  margin-left: -30%; }

.content-prod-panel:hover .content-quicklink {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"; }

/* buttons */
.btn-outline {
  background: transparent;
  color: #151515;
  border: 2px solid black;
  font-style: normal;
  text-shadow: 0 2px 10px rgba(0, 30, 60, 0.1), 0 0 2px rgba(0, 0, 0, 0.05); }

.btn-outline:hover {
  background: rgba(0, 0, 0, 0.5); }

.content-banner-photo .btn-outline, .whitetext .btn-outline {
  /* set colour to white as banner has colour photo as background */
  color: white;
  border-color: white; }

.btn-black-outline {
  background: transparent;
  border: 2px solid black;
  color: black;
  font-style: normal;
  text-shadow: 0 2px 10px rgba(0, 30, 60, 0.1), 0 0 2px rgba(0, 0, 0, 0.05); }

.btn-black-outline:hover {
  background: rgba(0, 0, 0, 0.1);
  color: black; }

/* media query break points */
@media only screen and (min-width: 480px) {
  .content-wrapper {
    width: 480px; } }
@media only screen and (min-width: 600px) {
  .content-wrapper {
    width: 600px; }

  .active-sidebar .content-sidebar, .is-sticky .sidebar-fixed {
    width: 50%; }

  .active-sidebar .content-article {
    margin-right: -50%; }

  .active-sidebar .content-sidebar-button {
    left: 50%; } }
@media only screen and (max-width: 767px) {
  .small-only-text-center {
    text-align: center !important; } }
@media only screen and (min-width: 768px) {
  .content-wrapper {
    width: 768px; }

  .content-intro-txt {
    padding: 1.5rem; }

  .beinspired-landing-panel {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem; }

  .beinspired-landing-intro p {
    font-size: 1rem; }

  .category-tabs-scroll {
    display: none; }

  .content-category-tabs-list {
    overflow-x: visible; }

  .content-category-tabs-list li:first-child {
    padding-left: 0; }

  .content-category-tabs-list li:last-child {
    padding-right: 0; }

  .content-category-tabs-wrapper {
    padding: 0 2.25rem; }

  .category-carousel-nav i {
    font-size: 4em; }

  .category-carousel-nav.prev {
    left: -50px; }

  .category-carousel-nav.next {
    right: -50px; }

  .full-column {
    min-height: 600px; }

  .content-sidebar-button {
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    padding: 0 10px;
    font-size: 1.875rem; }

  .active-sidebar .content-sidebar, .is-sticky .content-sidebar-fixed {
    width: 30%; }

  .active-sidebar .content-article {
    margin-right: -30%; }

  .active-sidebar .content-sidebar-button {
    left: 30%; }

  .content-panel-slider.right-side, .content-panel .right-side img {
    float: right; }

  .pullout-panel.rh {
    text-align: right; }

  .title-bg {
    height: 100px; }

  .title-bg.belstaff-logo {
    height: 60px; } }
@media only screen and (min-width: 992px) {
  .content-wrapper {
    width: 992px; }

  .content-intro-title {
    font-size: 2.875rem; }

  .content-intro-social-icons {
    width: 50%; }

  .content-category-wrapper-stuck {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 100; }

  .content-category-wrapper {
    height: 50px; }

  .content-category-tabs-list li a {
    font-size: 1rem; }

  .content-banner-txt h1, .content-banner-title {
    font-size: 2.875rem; }

  .content-banner-txt h1.smaller, .content-banner-title.smaller {
    font-size: 2rem; }

  .content-banner h1 span, .content-banner-title span {
    padding: 0.375rem 1.5rem;
    display: inline-block; }

  .content-banner-txt p {
    font-size: 1rem; }

  .content-panel-txt {
    padding: 0 1.5rem;
    width: 100%;
    position: relative;
    z-index: 2; }

  .content-panel-txt h1, .content-panel-title {
    font-size: 2.75rem; }

  .content-panel-txt h1.smaller, .content-panel-title.smaller {
    font-size: 2rem; }

  .content-panel-txt h1.larger, .content-panel-title.larger {
    font-size: 3.875rem; }

  .content-panel-txt h1 span.less, .content-panel-title span.less {
    padding: 0.375rem 0.75rem; }

  .content-panel-txt p {
    font-size: 1rem; }

  .content-panel-txt.smaller-txt p, .content-panel-txt p.smaller-txt {
    font-size: 0.875rem; }

  .content-panel-txt p.content-panel-subtitle {
    font-size: 1.125rem; }

  .carousel-panel-roundel p {
    bottom: 60px; }

  .carousel-panel-text h2, .carousel-panel-title {
    font-size: 1.125rem; }

  .content-slide-text h2, .content-slide-title {
    font-size: 1rem; }

  .content-panel-carousel-txt h2, .content-panel-carousel-title {
    font-size: 1.125rem; }

  .full-column.ct2 {
    background-position: top center; }

  .full-column.ct3 {
    background-position: top center; }

  .video-panel-wrapper {
    padding: 5rem; }

  .content-sidebar-menu li p {
    padding: 0 12px; }

  .pullout-panel {
    padding: 1.875rem; }

  .pullout-panel-title {
    font-size: 1.375rem; }

  .pullout-panel p {
    letter-spacing: 1px;
    font-size: 0.875rem; } }
@media only screen and (min-width: 992px) and (min-height: 600px) {
  .content-banner-txt {
    width: 100%;
    position: relative;
    z-index: 2; } }
@media only screen and (min-width: 1260px) {
  .content-wrapper {
    width: 1260px; }

  .hide-for-large-desktop {
    display: none !important; } }