/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}


/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}@font-face{font-family:"akkurat-local";src:url(http://127.0.0.1:8000/assets/fonts/akkurat.eot);src:url("http://127.0.0.1:8000/assets/fonts/akkurat.eot?#iefix") format("embedded-opentype"),url("http://127.0.0.1:8000/assets/fonts/akkurat.woff2") format("woff2"),url("http://127.0.0.1:8000/assets/fonts/akkurat.woff") format("woff");font-style:normal}@font-face{font-family:"akkurat-live";src:url("https://templaprojects.com/assets/css_js/fonts/akkurat.eot");src:url("https://templaprojects.com/assets/css_js/fonts/akkurat.eot?#iefix") format("embedded-opentype"),url("https://templaprojects.com/assets/css_js/fonts/akkurat.woff2") format("woff2"),url("https://templaprojects.com/assets/css_js/fonts/akkurat.woff") format("woff");font-style:normal}.local .akkurat{font-family:"akkurat-local","Roboto"}.live .akkurat{font-family:"akkurat-live","Roboto"}.local{font-family:"Roboto",sans-serif}.live{font-family:"Roboto",sans-serif}.italic{font-style:italic}.light{font-weight:lighter}.light-italic{font-weight:lighter;font-style:italic}.bold-italic{font-weight:bold;font-style:italic}input,textarea,select,a{outline:none;border-radius:0}.disabled{filter:grayscale(0.75);pointer-events:none}.preserve-3d{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.vertical-align{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:0}a{color:inherit;text-decoration:none}*{-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lower{text-transform:lowercase}.upper{text-transform:uppercase}.center{text-align:center}.bg-cover{background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.smooth{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.magnify{cursor:-moz-zoom-in;cursor:-webkit-zoom-in;cursor:zoom-in}.opaque{opacity:0}@media screen and (max-width: 1024px){#header-push{height:61px}}@media screen and (min-width: 1025px){#header-push{height:76px}}header{width:100%;background-color:#fff;position:fixed;color:#b3b3b3;font-size:12px;z-index:99997;opacity:0}header a{transition:color 500ms}#header-outer-wrapper{border-bottom:#e5e5e5 1px solid}@media screen and (max-width: 640px){#header-outer-wrapper{height:60px}}@media screen and (min-width: 641px)and (max-width: 1024px){#header-outer-wrapper{height:60px}}@media screen and (min-width: 1025px){#header-outer-wrapper{height:75px}}#header-inner-wrapper{position:relative}header #logo{position:absolute;z-index:50}@media screen and (max-width: 1024px){header #logo{top:20px;left:20px;width:58px;height:20px}}@media screen and (min-width: 1025px){header #logo{top:27.5px;left:30px;width:58px;height:20px}}#header-central-nav{margin:auto;text-align:center}@media screen and (max-width: 1024px){#header-central-nav{display:none}}#header-central-nav a{padding:30px 15px}.underline,.underlined{height:1px;opacity:1;background-color:#003cff;position:absolute;bottom:-28px;padding:0;transition:width 500ms ease,left 500ms ease,opacity 500ms}.underlined{opacity:0 !important}#searchbar-filter-options .underline,#searchbar-filter-options .underlined{bottom:-14px !important}header a.active,#desktop-menu-header-nav a.active,.clicked{color:#000}header a:hover,#desktop-menu-header-nav a:hover{color:#000}.underliner a:hover~.underline{opacity:1}#header-right-nav{position:absolute;right:20px;text-align:left;top:50%;margin-top:-10px}@media screen and (max-width: 1024px){#header-right-nav{display:none}}#header-right-nav a{padding:30px 10px;transition:color 500ms}#dropdown-menu{height:0px;overflow:hidden;box-shadow:0px -1px 0px #e5e5e5 inset;position:relative}.range-wrapper{display:flex;column-gap:100px;row-gap:21px;width:100%;justify-content:center;padding-inline:50px;margin-inline:auto;margin:auto;text-align:center;opacity:1;padding-top:21px;padding-bottom:3px;position:absolute;left:50%;transform:translateX(-50%);top:0;opacity:0;z-index:-1}.range-wrapper-extra{padding-bottom:21px}.range-column{display:inline-block;text-align:left;vertical-align:top;line-height:25px}#dropdown-explore .range-column{margin-right:50px}.range-title{margin-bottom:18px}#mob-menu-header{height:60px}#mob-header-right-nav{position:absolute;right:20px;text-align:left;top:50%;margin-top:-10px}@media screen and (min-width: 1025px){#mob-header-right-nav{display:none}}#mob-header-right-nav a,#mob-menu-icons a{overflow:hidden;display:inline-block;background-position:0 0}@media screen and (max-width: 640px){#mob-header-right-nav a,#mob-menu-icons a{height:15px;margin-left:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){#mob-header-right-nav a,#mob-menu-icons a{height:15px;margin-left:20px}}@media screen and (max-width: 640px){#mob-search-icon{width:15px;background-size:15px 30px}}@media screen and (min-width: 641px)and (max-width: 1024px){#mob-search-icon{width:15px;background-size:15px 30px}}#mob-bag-icon{width:16px;background-size:16px 30px}#mob-menu-icon{width:20px;background-size:20px 30px}@media screen and (max-width: 640px){#mob-search-icon:hover,#mob-search-icon.active,#mob-bag-icon:hover,#mob-bag-icon.active,#mob-menu-icon:hover,#mob-menu-icon.active{background-position:0 -15px}}@media screen and (min-width: 641px)and (max-width: 1024px){#mob-search-icon:hover,#mob-search-icon.active,#mob-bag-icon:hover,#mob-bag-icon.active,#mob-menu-icon:hover,#mob-menu-icon.active{background-position:0 -15px}}#mob-menu{position:fixed;height:100%;width:50%;background-color:#fff;top:0;color:#b3b3b3;overflow:hidden;transition:transform 500ms;z-index:100000}@media screen and (max-width: 640px){#mob-menu{width:81.25%;-moz-transform:translate(123.07692%, 0);-o-transform:translate(123.07692%, 0);-ms-transform:translate(123.07692%, 0);-webkit-transform:translate(123.07692%, 0);transform:translate(123.07692%, 0)}}@media screen and (min-width: 641px)and (max-width: 1024px){#mob-menu{width:50%;-moz-transform:translate(200%, 0);-o-transform:translate(200%, 0);-ms-transform:translate(200%, 0);-webkit-transform:translate(200%, 0);transform:translate(200%, 0)}}@media screen and (min-width: 1025px){#mob-menu{display:none}}@media screen and (max-width: 640px){#mob-menu.toggle{-moz-transform:translate(23.07692%, 0);-o-transform:translate(23.07692%, 0);-ms-transform:translate(23.07692%, 0);-webkit-transform:translate(23.07692%, 0);transform:translate(23.07692%, 0)}}@media screen and (min-width: 641px)and (max-width: 1024px){#mob-menu.toggle{-moz-transform:translate(100%, 0);-o-transform:translate(100%, 0);-ms-transform:translate(100%, 0);-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}}#mob-close-menu{cursor:pointer}@media screen and (max-width: 640px){#mob-close-menu{padding-top:5px;height:15px;width:15px}}@media screen and (min-width: 641px)and (max-width: 1024px){#mob-close-menu{padding-top:5px;height:15px;width:15px}}#mob-menu-icons{position:absolute;height:15px;right:0px;top:50%;margin-top:-7.5px}.mob-menu-section{width:100%;position:absolute;transition:transform 500ms;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;top:60px;height:-moz-calc(100% - 60px);height:-webkit-calc(100% - 60px);height:calc(100% - 60px)}.mob-menu-inner{min-height:100%}.mob-menu-right-arrow{position:absolute;right:0;top:0px}.mob-menu-left-arrow{position:absolute;left:0;top:0px}.mob-menu-left-arrow-tercery{position:absolute;left:0;top:0px}.primary-mob-menu-section{-moz-transform:translate(0, 0);-o-transform:translate(0, 0);-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}.primary-mob-menu-section.shifted{-moz-transform:translate(-100%, 0);-o-transform:translate(-100%, 0);-ms-transform:translate(-100%, 0);-webkit-transform:translate(-100%, 0);transform:translate(-100%, 0)}.secondary-mob-menu-section{-moz-transform:translate(100%, 0);-o-transform:translate(100%, 0);-ms-transform:translate(100%, 0);-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}.secondary-mob-menu-section.selected{-moz-transform:translate(0%, 0);-o-transform:translate(0%, 0);-ms-transform:translate(0%, 0);-webkit-transform:translate(0%, 0);transform:translate(0%, 0)}.secondary-mob-menu-section.shifted.selected{-moz-transform:translate(-100%, 0);-o-transform:translate(-100%, 0);-ms-transform:translate(-100%, 0);-webkit-transform:translate(-100%, 0);transform:translate(-100%, 0)}.tercery-mob-menu-section{-moz-transform:translate(100%, 0);-o-transform:translate(100%, 0);-ms-transform:translate(100%, 0);-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}.tercery-mob-menu-section.selected{-moz-transform:translate(0%, 0);-o-transform:translate(0%, 0);-ms-transform:translate(0%, 0);-webkit-transform:translate(0%, 0);transform:translate(0%, 0)}@media screen and (max-width: 1024px){.menu-label{height:60px}}@media screen and (min-width: 1025px){.menu-label{height:75px}}.menu-item{border-bottom:#e5e5e5 1px solid}@media screen and (max-width: 1024px){.menu-item{width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:calc(100% - 40px);padding:0 20px}}@media screen and (min-width: 1025px){.menu-item{width:-moz-calc(100% - 60px);width:-webkit-calc(100% - 60px);width:calc(100% - 60px);padding:0 30px}}.menu-padded{overflow-y:scroll !important}@media screen and (min-width: 1025px){.menu-padded .menu-item{width:-moz-calc(100% - 45px);width:-webkit-calc(100% - 45px);width:calc(100% - 45px)}}#desktop-menu{position:fixed;height:100%;width:500px;background-color:#fff;top:0;right:0;color:#b3b3b3;overflow:hidden;transition:transform 500ms;z-index:100000;-moz-transform:translate(100%, 0);-o-transform:translate(100%, 0);-ms-transform:translate(100%, 0);-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}@media screen and (max-width: 1024px){#desktop-menu{display:none}}#desktop-menu.toggle{-moz-transform:translate(0%, 0);-o-transform:translate(0%, 0);-ms-transform:translate(0%, 0);-webkit-transform:translate(0%, 0);transform:translate(0%, 0)}#desktop-menu-header-nav{text-align:center;font-size:12px}@media screen and (max-width: 1024px){#desktop-menu-header-nav{display:none}}#desktop-menu-header-nav a{padding:30px 23px;transition:color 500ms}.menu-section{width:100%;position:absolute;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;top:76px;height:100%;display:none}.invisiblescroll .menu-page{width:-moz-calc(100% - 20px);width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}.visiblescroll .menu-page{width:100%}.menu-page{z-index:-1;position:absolute;background-color:#fff;transition:transform 500ms;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media screen and (max-width: 640px){.menu-page{height:100%}}@media screen and (min-width: 641px)and (max-width: 1024px){.menu-page{max-height:100%}}@media screen and (min-width: 1025px){.menu-page{padding-right:20px;height:-moz-calc(100% - 75px);height:-webkit-calc(100% - 75px);height:calc(100% - 75px)}}.menu-inner{width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:calc(100% - 40px);margin-left:auto;margin-right:auto}@media screen and (min-width: 1025px){.menu-inner{padding:0 30px}}.menu-page-bottom-spacer{height:75px}.standalone-page-inner{max-width:500px;margin:auto}.standalone-page{overflow-x:hidden;background-color:#fff}@media screen and (max-width: 640px){.standalone-page{height:100%;font-size:12px;line-height:16px;min-height:-moz-calc(100vh - 296px);min-height:-webkit-calc(100vh - 296px);min-height:calc(100vh - 296px)}}@media screen and (min-width: 641px)and (max-width: 1024px){.standalone-page{max-height:100%;font-size:12px;line-height:16px;min-height:-moz-calc(100vh - 240px);min-height:-webkit-calc(100vh - 240px);min-height:calc(100vh - 240px)}}@media screen and (min-width: 1025px){.standalone-page{padding-right:20px;min-height:-moz-calc(100vh - 305px);min-height:-webkit-calc(100vh - 305px);min-height:calc(100vh - 305px)}}.standalone-page-title{height:60px;border-bottom:1px solid #e5e5e5;font-size:14px;text-align:center;position:relative;color:#000}.spacer-20{height:20px}.menu-page-title{height:80px;border-bottom:1px solid #e5e5e5;text-align:center;color:#000}footer{position:relative;background-color:#191919;overflow:hidden;color:#fff;font-size:14px;line-height:1.5;font-weight:300}@media screen and (max-width: 640px){footer{height:174px}#push{height:174px}#container{margin-top:0;margin-left:auto;margin-right:auto;margin-bottom:-174px}}@media screen and (min-width: 641px)and (max-width: 1024px){footer{height:117px}#push{height:117px}#container{margin-top:0;margin-left:auto;margin-right:auto;margin-bottom:-117px}}@media screen and (min-width: 1025px){footer{height:168px !important}#push{height:168px !important}#container{margin:0 auto -168px !important}}.inner{width:100%;max-width:14400px;margin:auto;position:relative}#footer-inner{height:100%}.footer-column{position:absolute;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:#191919}@media screen and (min-width: 1025px){.footer-column{width:25%;top:0;height:100%;border-right:1px solid #5f5f5f}}@media screen and (max-width: 640px){#footer-column-1{top:0;left:0;height:58px;width:61%;border-bottom:1px solid #5f5f5f;border-right:1px solid #5f5f5f;z-index:20;display:none}}@media screen and (min-width: 641px)and (max-width: 1024px){#footer-column-1{top:0;left:0;height:58px;width:50%;border-right:1px solid #5f5f5f;border-bottom:1px solid #5f5f5f;z-index:20;display:none}}@media screen and (min-width: 1025px){#footer-column-1{left:0}}@media screen and (max-width: 640px){#footer-column-2{left:0;top:117px;width:100%;border-bottom:1px solid #5f5f5f}}@media screen and (min-width: 641px)and (max-width: 1024px){#footer-column-2{left:0;bottom:59px;height:142px;width:50%;border-bottom:1px solid #5f5f5f;border-right:1px solid #5f5f5f}}@media screen and (min-width: 1025px){#footer-column-2{left:25%}}@media screen and (max-width: 640px){#footer-column-3{left:0;top:242px;width:100%;border-bottom:1px solid #5f5f5f}}@media screen and (min-width: 641px)and (max-width: 1024px){#footer-column-3{left:50%;bottom:59px;height:143px;width:50%;border-bottom:1px solid #5f5f5f}}@media screen and (min-width: 1025px){#footer-column-3{left:50%}}@media screen and (max-width: 640px){#footer-column-4{top:0;left:0;height:58px;width:100%;border-bottom:1px solid #5f5f5f}}@media screen and (min-width: 641px)and (max-width: 1024px){#footer-column-4{top:0;left:0%;height:58px;width:50%;border-right:1px solid #5f5f5f;border-bottom:1px solid #5f5f5f}}@media screen and (min-width: 1025px){#footer-column-4{left:75%;border-right:none !important}}@media screen and (max-width: 640px){#footer-column-5{top:58px;right:0;height:58px;width:100%;border-bottom:1px solid #5f5f5f;cursor:pointer}}@media screen and (min-width: 641px)and (max-width: 1024px){#footer-column-5{top:0;right:0;height:58px;width:50%;border-bottom:1px solid #5f5f5f;cursor:pointer}}@media screen and (min-width: 1025px){#footer-column-5{display:none}}@media screen and (max-width: 640px){#footer-column-6{bottom:0;left:0;height:58px;width:100%;background-color:#191919}}@media screen and (max-width: 640px){.footer-column-inner{padding:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.footer-column-inner{padding:20px}}@media screen and (min-width: 1025px){.footer-column-inner{padding:30px}}.shipping-dropdown{display:inline-block;vertical-align:top;margin-left:10px;cursor:pointer}.shipping-options{height:0;overflow:hidden;background-color:#191919}#footer-subscribe-form{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;color:#5f5f5f}@media screen and (max-width: 640px){#footer-subscribe-form{height:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){#footer-subscribe-form{height:20px}}@media screen and (min-width: 1025px){#footer-subscribe-form{border:1px solid #5f5f5f;height:40px}}#footer-subscribe{background-color:rgba(0,0,0,0);height:20px;color:#8c8c8c;border:none;color:#fff}@media screen and (max-width: 1024px){#footer-subscribe{width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);width:calc(100% - 30px)}}@media screen and (min-width: 1025px){#footer-subscribe{width:-moz-calc(100% - 50px);width:-webkit-calc(100% - 50px);width:calc(100% - 50px);padding:10px}}#footer-subscribe::-webkit-input-placeholder{color:#8c8c8c}#footer-subscribe::-moz-placeholder{color:#8c8c8c}#footer-subscribe:-ms-input-placeholder{color:#8c8c8c}#footer-subscribe:-moz-placeholder{color:#8c8c8c}.subscribe-arrow{height:14px;position:absolute;top:50%;margin-top:-7px;cursor:pointer}@media screen and (max-width: 1024px){.subscribe-arrow{right:0px}}@media screen and (min-width: 1025px){.subscribe-arrow{right:10px}}#up-down-arrow{position:absolute;height:5px;width:10px;right:20px;background-size:10px 6px;top:50%;margin-top:-1px;background-position:0px 0px}#up-down-arrow.toggle{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sm-icon{display:inline-block;margin-right:10px;opacity:.5;vertical-align:top}.sm-icon img{width:100%}@media screen and (max-width: 1024px){.footer-sm-links{left:20px;bottom:14px;position:absolute}}@media screen and (min-width: 1025px){.footer-sm-links{position:relative}}@media screen and (max-width: 1024px){#footer-facebook{width:18px}}@media screen and (min-width: 1025px){#footer-facebook{width:18px}}@media screen and (max-width: 1024px){#footer-instagram{width:18px}}@media screen and (min-width: 1025px){#footer-instagram{width:18px}}@media screen and (max-width: 1024px){#footer-youtube{width:26px}}@media screen and (min-width: 1025px){#footer-youtube{width:26px}}#copyright{position:absolute;color:#8c8c8c}@media screen and (max-width: 1024px){#copyright{bottom:20px;font-size:12px;line-height:1.5;right:20px}}@media screen and (min-width: 1025px){#copyright{bottom:27px;font-size:14px;line-height:1.5;right:30px}}.currency-flag{width:18px;height:18px;vertical-align:middle;display:inline-block;margin-right:6px}#accountbar{color:#000}#account-wrapper{position:relative}.form-header{color:#000;padding-bottom:10px}#account-login,#account-forgot-password{padding-top:30px}.account-input{width:-moz-calc(100% - 20px);width:-webkit-calc(100% - 20px);width:calc(100% - 20px);padding-left:10px;padding-right:10px;height:40px;background-color:#fff !important;-webkit-appearance:none;outline:none;border:1px solid #e5e5e5;font-family:inherit;margin-bottom:10px;display:block}.account-input-textarea{padding-top:10px;padding-bottom:10px;height:80px !important}.account-input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #fff inset}.account-input::-webkit-input-placeholder{color:gray}.account-input::-moz-placeholder{color:gray}.account-input:-ms-input-placeholder{color:gray}.account-input:-moz-placeholder{color:gray}.half-width-input{width:-moz-calc(50% - 27px);width:-webkit-calc(50% - 27px);width:calc(50% - 27px);display:inline-block !important}.half-input-left{float:left}.half-input-right{float:right}.account-submit-button,.address-create-button{-webkit-appearance:none;outline:none;border:1px solid #e5e5e5;text-align:center;height:40px;margin-bottom:10px;cursor:pointer}.account-button{-webkit-appearance:none;outline:none;border:1px solid #003cff;text-align:center;height:40px;margin-bottom:10px;cursor:pointer;color:#000}.account-submit-button:hover,.account-button:hover{color:#fff;border-color:#003cff;background-color:#003cff}#address-submit-button{color:#fff;border-color:#003cff;background-color:#003cff}#account-forgot-password{display:none}.form-right-options{float:right}.form-seperator{height:1px;margin-top:30px;margin-bottom:30px;background-color:#e5e5e5;width:200%}.product-seperator{height:1px;background-color:#e5e5e5;width:200%}.standalone-page .form-seperator,.standalone-page .product-seperator{position:relative;width:10000%;left:-5000%}.form-intro{color:#000;margin-bottom:20px}.input-error{border-color:red !important}.account-section-link{border-bottom:1px solid #e5e5e5;cursor:pointer}@media screen and (max-width: 1024px){.account-section-link{padding-left:20px;padding-right:20px;font-size:12px;line-height:20px;height:78px}}@media screen and (min-width: 1025px){.account-section-link{height:78px;font-size:14px;line-height:24px}}.account-section-link .grey{color:gray}.account-section-logout{position:absolute;top:50%;width:12px;cursor:pointer;margin-top:-8px}@media screen and (max-width: 1024px){.account-section-logout{right:20px}}@media screen and (min-width: 1025px){.account-section-logout{right:30px}}.account-section-right-arrow{position:absolute;top:50%;width:8px;height:12px;cursor:pointer;margin-top:-6px}@media screen and (max-width: 1024px){.account-section-right-arrow{right:20px}}@media screen and (min-width: 1025px){.account-section-right-arrow{right:30px}}.account-section-left-arrow{position:absolute;top:50%;width:10px;height:20px;margin-top:-10px;cursor:pointer;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width: 1024px){.account-section-left-arrow{left:20px}}@media screen and (min-width: 1025px){.account-section-left-arrow{left:30px}}#level-1-favourites .menu-page-title,#level-1-favourites .account-section-left-arrow,.no-back-arrow .account-section-left-arrow{display:none !important}.standalone-page #account-create-wrapper{padding-bottom:60px}#account-page-content,#account-tercery-content{top:0;left:0;background-color:#fff;min-height:100%;z-index:2;width:100%;position:absolute;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;display:none}@media screen and (min-width: 1025px){.account-sub-menu-inner{width:-moz-calc(100% - 25px);width:-webkit-calc(100% - 25px);width:calc(100% - 25px)}}.edit-account,.alter-address{position:absolute;text-transform:capitalize;color:gray;cursor:pointer;top:50%;margin-top:-10px}@media screen and (max-width: 1024px){.edit-account,.alter-address{right:20px}}@media screen and (min-width: 1025px){.edit-account,.alter-address{right:20px}}@media screen and (max-width: 1024px){.alter-address{right:0px !important}}@media screen and (min-width: 1025px){.alter-address{right:0px !important}}.pre-address-spacer{height:30px}.address-wrapper{border:1px solid #e5e5e5;width:-moz-calc(100% - 60px);width:-webkit-calc(100% - 60px);width:calc(100% - 60px);margin:auto;margin-bottom:10px;max-width:500px}@media screen and (min-width: 1025px){.address-wrapper{font-size:14px;line-height:18px}}.address-create-button{max-width:500px;width:-moz-calc(100% - 60px);width:-webkit-calc(100% - 60px);width:calc(100% - 60px);margin:auto;margin-bottom:10px;border-color:#003cff}.address-create-button:hover{background-color:#003cff;color:#fff}.address-title{height:60px;padding-left:20px;padding-right:20px;border-bottom:1px solid #e5e5e5}.address-title-default{border-bottom:1px solid #003cff !important}.address-copy{padding:20px}.account-order-table{width:100%}.account-order-table .td-right{width:100px;text-align:right}td.account-order-date{width:80px}.td-pad-bottom{padding-bottom:10px}.order-view-details{color:gray;cursor:pointer}.menu-product{position:relative;height:151px;border-bottom:1px solid #e5e5e5}.menu-product-title{font-size:14px;position:absolute;top:15px;color:#000}@media screen and (max-width: 1024px){.menu-product-title{left:150px}}@media screen and (min-width: 1025px){.menu-product-title{left:170px;max-width:236px}}.menu-product-price{font-size:12px;position:absolute;top:15px;color:#000}@media screen and (max-width: 1024px){.menu-product-price{right:20px}}@media screen and (min-width: 1025px){.menu-product-price{right:30px}}.border-bottom-box{position:relative;border-bottom:1px solid #e5e5e5;padding-top:20px;padding-bottom:20px}@media screen and (max-width: 1024px){.bbb-inner{padding-left:20px;padding-right:20px}}@media screen and (min-width: 1025px){.bbb-inner{padding-left:30px;padding-right:30px}}.spacer-10{height:10px}.account-order-total-seperator{height:1px;background-color:#e5e5e5;margin-top:10px;margin-bottom:10px}.form-error{color:red}.checkmark{display:inline-block;width:10px;height:10px;vertical-align:baseline;position:relative}.checkbox-container input{position:absolute;opacity:0;cursor:pointer}.checkbox-container input~.checkmark .checkmark-checked{opacity:0}.checkbox-container input:checked~.checkmark .checkmark-checked{opacity:1}.checkbox-container input~.checkmark .checkmark-unchecked{opacity:1}.checkbox-container input:checked~.checkmark .checkmark-unchecked{opacity:0}.checkmark-checked,.checkmark-unchecked{position:absolute;top:0;left:0;width:100%;height:100%}.address-form-spacer{height:10px}.accounts-terms-copy{font-size:12px;font-weight:300;line-height:1.33;text-align:left;color:rgba(0,0,0,.4)}@media screen and (max-width: 640px){#interested-in{margin-top:10px;margin-bottom:10px;float:none !important}}#searchbar{z-index:-1;position:absolute;background-color:#fff;transition:transform 500ms;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media screen and (max-width: 640px){#searchbar{height:100%;width:100%}}@media screen and (min-width: 641px)and (max-width: 1024px){#searchbar{max-height:100%;width:100%}}@media screen and (min-width: 1025px){#searchbar{height:-moz-calc(100% - 75px);height:-webkit-calc(100% - 75px);height:calc(100% - 75px)}}@media screen and (min-width: 1025px){.visiblescroll #searchbar{width:100%;padding-right:20px}}@media screen and (min-width: 1025px){.invisiblescroll #searchbar{width:-moz-calc(100% - 15px);width:-webkit-calc(100% - 15px);width:calc(100% - 15px);padding-right:20px}}@media screen and (max-width: 1024px){#search-input-wrapper{height:60px}}@media screen and (min-width: 1025px){#search-input-wrapper{height:91px}}.search-input{color:#000;font-weight:300;width:378px;height:30px;padding:0 !important;border:none}@media screen and (max-width: 640px){.search-input{font-size:16px}}@media screen and (min-width: 641px){.search-input{font-size:20px}}::-webkit-input-placeholder{color:#b3b3b3}:-moz-placeholder{color:#b3b3b3}::-moz-placeholder{color:#b3b3b3}:-ms-input-placeholder{color:#b3b3b3}#searchbar-submit{position:absolute}@media screen and (max-width: 1024px){#searchbar-submit{top:22px;right:80px;width:15px;height:15px}}@media screen and (min-width: 1025px){#searchbar-submit{right:30px;width:30px;height:30px}}#suggestions-bar,#searchbar-filter{font-size:14px;color:#000;background-color:#f2f2f2;height:47px}.search-suggestion{height:60px;color:#000;cursor:pointer}#searchbar-filter-options{float:right}#searchbar-filter-options a{padding:30px 15px}.search-result{position:relative;height:151px}.searchbar-thumbnail{position:absolute;top:15px;height:120px;width:120px;background-color:#f2f2f2;z-index:10}@media screen and (max-width: 1024px){.searchbar-thumbnail{left:20px}}@media screen and (min-width: 1025px){.searchbar-thumbnail{left:30px}}.searchbar-result-title{font-size:14px;position:absolute;top:15px;color:#000}@media screen and (max-width: 1024px){.searchbar-result-title{left:150px}}@media screen and (min-width: 1025px){.searchbar-result-title{left:170px;max-width:236px}}.searchbar-result-sector{font-size:12px;position:absolute;top:15px;color:#b3b3b3}@media screen and (max-width: 1024px){.searchbar-result-sector{right:20px}}@media screen and (min-width: 1025px){.searchbar-result-sector{right:30px}}.search-results{display:none}#mobile-search-bar{position:fixed;background-color:rgba(0,0,0,0);overflow:hidden;z-index:1000001;height:0;top:0;width:100%;transition:height 750ms}@media screen and (min-width: 1025px){#mobile-search-bar{display:none !important}}#mobile-search-bar.toggle{height:100%}#mobile-close-search-menu{position:absolute;top:0;right:0;border-left:1px solid #e5e5e5;width:60px;height:60px}@media screen and (min-width: 1025px){#mobile-close-search-menu{display:none !important}}#mobile-close-search-menu img{position:absolute;top:50%;left:50%;width:16px;height:14px;margin-left:-8px;margin-top:-7px}.module{float:left;position:relative}.invert{mix-blend-mode:difference}@media screen and (max-width: 640px){.hw{width:100%;padding-top:118.75%}}@media screen and (min-width: 641px)and (max-width: 1024px){.hw{padding-top:67.7083%;width:50%}}@media screen and (min-width: 1025px){.hw{padding-top:52.0833%;width:50%}}@media screen and (max-width: 640px){.fw{width:100%;padding-top:118.75%}}@media screen and (min-width: 641px)and (max-width: 1024px){.fw{padding-top:67.7083%;width:100%}}@media screen and (min-width: 1025px){.fw{padding-top:52.0833%;width:100%}}@media screen and (max-width: 640px){.text-module{padding-top:150% !important}}.module-inner{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (min-width: 641px){.text-module-inner-image{width:50% !important}}@media screen and (min-width: 641px){.text-module-inner{width:52.0833% !important}}.text-module-right{left:auto !important;right:0 !important}.text-module-image{position:absolute}@media screen and (max-width: 640px){.text-module-image{height:41.5%;width:87.5%;left:6.25%;top:15%}}@media screen and (min-width: 641px)and (max-width: 1024px){.text-module-image{left:7.8%;top:5.77%;height:88.46%;width:84.4%}}@media screen and (min-width: 1025px){.text-module-image{left:4.5%;top:4%;height:92%;width:91%}}.module-header,.module-footer{position:absolute;width:86.11%;left:6.94444%;text-align:center;z-index:1}@media screen and (max-width: 1024px){.module-header,.module-footer{font-size:12px}}@media screen and (min-width: 1025px){.module-header,.module-footer{font-size:16px}}.module-header{top:6.66666%}@media screen and (max-width: 640px){.text-module .module-header{top:6.237% !important}}.module-footer{bottom:6.66666%}@media screen and (max-width: 640px){.text-module .module-footer{bottom:6.237% !important}}.module-center-text,.module-justified{position:absolute;width:86.11%;left:6.94444%;text-align:center;line-height:1.2;z-index:1;overflow:hidden}@media screen and (max-width: 1024px){.module-center-text,.module-justified{font-size:20px;height:50%;top:25%}}@media screen and (min-width: 1025px){.module-center-text,.module-justified{font-size:30px;height:70%;top:15%}}.module-justified{line-height:1 !important}.module-justified p span{display:inline-block}.module-justified p{width:100%;text-align:justify;height:30px}.module-justified p span{display:inline}.module-border{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-style:solid;border-bottom-width:1px}.module-border-right{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-style:solid;border-right-width:1px}@media screen and (max-width: 640px){.module-border-right{border-right:none !important}}.fw .module-center-text{line-height:1.08}@media screen and (max-width: 640px){.fw .module-center-text{font-size:40px}}@media screen and (min-width: 641px)and (max-width: 1024px){.fw .module-center-text{font-size:60px}}@media screen and (min-width: 1025px){.fw .module-center-text{font-size:120px}}.fws-centered-image-wrapper{position:absolute;width:83.333%;height:68%;top:16%;left:8.3335%}.module-centered-image{max-width:100%;max-height:100%;margin:auto;display:block}.fwh-half{height:100%;position:absolute;top:0}@media screen and (max-width: 640px){.fwh-half{width:100%}}@media screen and (min-width: 641px){.fwh-half{width:50%}}.fwh-left{left:0}.fwh-right{right:0}.fwh-footer{display:inline-block;width:30%;text-align:center;margin-left:10px;margin-right:10px}@media screen and (max-width: 640px){.fwh-footer{padding:20px}}.fwh-overlay{background-color:rgba(0,0,0,0);position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.text-module-center-text{position:absolute;width:86.11%;left:6.94444%;text-align:center;line-height:1.2;z-index:1;overflow:hidden}@media screen and (max-width: 640px){.text-module-center-text{font-size:18px;top:62.78586%;height:26.5%}}@media screen and (min-width: 641px)and (max-width: 1024px){.text-module-center-text{font-size:20px;height:50%;top:25%}}@media screen and (min-width: 1025px){.text-module-center-text{font-size:30px;height:70%;top:15%}}.text-module-center-extra-large{line-height:1}@media screen and (min-width: 641px)and (max-width: 1024px){.text-module-center-extra-large{font-size:22px}}@media screen and (min-width: 1025px){.text-module-center-extra-large{font-size:40px}}.text-module-center-large{margin:auto;margin-bottom:10px;line-height:1.2}@media screen and (max-width: 640px){.text-module-center-large{font-size:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.text-module-center-large{font-size:20px;width:66.6666%}}@media screen and (min-width: 1025px){.text-module-center-large{font-size:30px;width:66.6666%}}.text-module-center-small{margin:auto;line-height:1.2}@media screen and (max-width: 640px){.text-module-center-small{font-size:12px}}@media screen and (min-width: 641px)and (max-width: 1024px){.text-module-center-small{font-size:12px;width:66.6666%}}@media screen and (min-width: 1025px){.text-module-center-small{font-size:16px;width:66.6666%}}.adventure-video-module-wrapper{padding-top:56.25% !important}.adventure-video-module-wrapper video{max-width:100% !important}@media screen and (max-width: 1280px){.video-module-wrapper{padding-top:56.25% !important}}@media screen and (min-width: 1281px){.video-module-wrapper{padding-top:50% !important}}.video-module{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:#000;z-index:20;display:none}video{display:block;margin:auto;max-height:100%;width:100%}.video-pause{position:absolute;bottom:12px;left:20px;width:13px;height:16px;cursor:pointer}.video-pause-play{position:absolute;bottom:12px;left:20px;width:13px;height:16px;cursor:pointer;display:none}.video-fullscreen{position:absolute;bottom:12px;right:20px;width:24px;height:16px;cursor:pointer}.progress-bar-outer{height:4px;bottom:18px;width:-moz-calc(100% - 117px);width:-webkit-calc(100% - 117px);width:calc(100% - 117px);left:53px;background-color:#fff;position:absolute;cursor:pointer}.progress-bar-inner{background-color:#003cff;position:absolute;left:0;top:0;height:100%;width:50%}.video-play-button{position:absolute;left:50%;top:50%;cursor:pointer}@media screen and (max-width: 640px){.video-play-button{width:60px;height:40px;margin-top:-20px;margin-left:-30px}}@media screen and (min-width: 641px)and (max-width: 1024px){.video-play-button{width:60px;height:40px;margin-top:-20px;margin-left:-30px}}@media screen and (min-width: 1025px){.video-play-button{width:90px;height:60px;margin-top:-30px;margin-left:-45px}}.video-controls{opacity:0}@media screen and (max-width: 1024px){.video-controls{opacity:1 !important}}.product-module-wrapper{width:100%;background-color:blue;position:relative}@media screen and (min-width: 641px)and (max-width: 1024px){.product-module-wrapper{padding-top:calc(40.7555% + 70px)}}@media screen and (min-width: 1025px){.product-module-wrapper{padding-top:calc(37.70833333% + 80px)}}@media screen and (min-width: 641px)and (max-width: 1024px){.no-bullets{padding-top:calc(40.7555% + 35px) !important}}@media screen and (min-width: 1025px){.no-bullets{padding-top:calc(37.70833333% + 40px) !important}}.product-module-wrapper-inner{position:absolute;top:0;width:100%;height:100%;background-color:pink}.productModuleWrapper .product-module{text-align:center}.productModuleWrapper .product-module-thumb-wrapper{float:none !important;display:inline-block;vertical-align:top}.product-module-header{text-align:center;clear:both}@media screen and (max-width: 640px){.product-module-header{font-size:12px;height:55px}}@media screen and (min-width: 641px)and (max-width: 1024px){.product-module-header{font-size:12px;height:55px}}@media screen and (min-width: 1025px){.product-module-header{font-size:16px;height:80px}}.productModuleWrapper .product-module{padding-top:0 !important}@media screen and (min-width: 641px)and (max-width: 1024px){.product-module-wrapper-inner .rsDefault .rsBullets{bottom:16px !important}}@media screen and (min-width: 641px)and (max-width: 1024px){.product-module-wrapper-inner .rsDefault .rsArrowIcn{top:calc(50% - 35px) !important}}@media screen and (min-width: 1025px){.product-module-wrapper-inner .rsDefault .rsArrowIcn{top:calc(50% - 40px) !important}}.product-module-thumb-mobile{width:calc(100% - 10px);margin:auto;margin-bottom:10px;display:block}.product-module-wrapper-mobile{padding-top:78.125%;margin-bottom:60px;position:relative;height:60px}.product-module-wrapper-mobile .royalSlider{position:absolute;top:0;left:0}.product-module-wrapper-mobile .product-module-title,.product-module-wrapper-mobile .product-module-price{max-width:80%;margin:auto}.compare-at-price{color:#b3b3b3;text-decoration:line-through}.rs-left-cover{height:60px;position:absolute;left:0;bottom:0;z-index:1000;width:16%;background-color:#fff}.rs-right-cover{height:60px;position:absolute;right:0;bottom:0;z-index:1000;width:16%;background-color:#fff}.arranger{background-color:#000 !important}.arranger #content{background-color:#bbb !important}.arranger #adventure-container{width:1260px;margin-left:auto;margin-right:auto;background:#fff}#controls-outer{position:fixed;width:100%;bottom:0;background-color:#282828;padding:10px;z-index:20}#controls-inner{margin:auto;text-align:center}#arranger-forms{display:none;position:fixed;right:0;top:20px}.centered-adventure{padding-top:0 !important}@media screen and (min-width: 641px){.centered-adventure .adventure-element{display:block;margin:auto;margin-top:20px !important;top:auto !important;left:auto !important}}@media screen and (min-width: 641px){.centered-adventure .adventure-element.image-section{width:calc(100% - 60px) !important;height:0px !important}}@media screen and (min-width: 641px){.centered-adventure .adventure-video-block{width:calc(100% - 60px) !important;height:0px !important;position:relative;height:calc((100vw - 60px)/1.7777777) !important;padding-top:0 !important}}@media screen and (max-width: 640px){.centered-adventure .adventure-video-block{position:relative !important;height:56.2500024609vw !important;padding-top:0 !important;overflow:hidden}}@media screen and (min-width: 641px){.centered-adventure .adventure-video-block .module{position:absolute !important;top:0 !important;left:0 !important}}@media screen and (min-width: 641px)and (max-width: 640px){.centered-adventure .adventure-video-block .module{position:relative !important;padding-top:56.25%}}@media screen and (min-width: 641px){.centered-adventure .adventure-text-block{width:calc(100% - 60px) !important;max-width:800px;height:auto !important;padding-top:0 !important}}@media screen and (min-width: 641px){.absolute-adventure .adventure-element{position:absolute !important;display:inline-block;padding-top:0 !important}}@media screen and (max-width: 640px){.adventure-element{display:block;margin:auto;margin-top:20px !important;top:auto !important;left:auto !important}}@media screen and (max-width: 640px){.adventure-element.image-section{width:calc(100% - 40px) !important;height:0px !important}}@media screen and (max-width: 640px){.adventure-video-block{width:100% !important;height:0px !important;position:relative}}@media screen and (max-width: 640px){.adventure-video-block .module{position:absolute !important;top:0 !important;left:0 !important}}.admin-adventure-text-block{background-color:rgba(0,0,0,.2)}@media screen and (max-width: 640px){.adventure-text-block{width:calc(100% - 40px) !important;height:auto !important;padding-top:0 !important}}@media screen and (max-width: 1024px){.adventure-text-block{font-size:12px;line-height:16px}}@media screen and (min-width: 1025px){.adventure-text-block{font-size:16px;line-height:20px}}.adventure-text-block a{text-decoration:underline}.adventure-text-block strong{font-weight:600}@media screen and (max-width: 1024px){.adventure-text-block strong{font-size:16px;line-height:16px}}@media screen and (min-width: 1025px){.adventure-text-block strong{font-size:20px;line-height:20px}}#adventure-container{height:100000px !important;position:relative}#adventure-container.ungrid{background-image:none !important}#adventures{position:relative}@media screen and (max-width: 640px){#adventures{padding-top:0 !important}}@media screen and (min-width: 641px){#adventures.absolute-adventure{height:0 !important}}.adventure-headline{text-align:center}@media screen and (max-width: 640px){.adventure-headline{padding-left:20px;padding-right:20px;font-size:28px;line-height:38px}}@media screen and (min-width: 641px)and (max-width: 1024px){.adventure-headline{padding-left:20px;padding-right:20px;font-size:40px;line-height:70px}}@media screen and (min-width: 1025px){.adventure-headline{padding-left:30px;padding-right:20px;font-size:70px;line-height:70px}}.adventure-credits{text-align:center;position:absolute;width:100%;bottom:30px;font-size:14px;line-height:18px}@media screen and (max-width: 1024px){.adventure-credits{bottom:20px;font-size:12px;line-height:14px}}@media screen and (min-width: 1025px){.adventure-credits{bottom:30px;font-size:14px;line-height:18px}}.adventure-list-item{border-bottom:1px solid #e5e5e5}@media screen and (max-width: 1024px){.adventure-list-item{padding:20px}}@media screen and (min-width: 1025px){.adventure-list-item{padding:30px}}.adventure-list-item-wrapper{position:relative}@media screen and (min-width: 641px)and (max-width: 1024px){.adventure-list-item-wrapper{padding-top:35.714276%}}@media screen and (min-width: 1025px){.adventure-list-item-wrapper{padding-top:31.811564%}}@media screen and (max-width: 640px){.adventure-thumb{width:100%;height:313px;display:block}}@media screen and (min-width: 641px)and (max-width: 1024px){.adventure-thumb{width:-moz-calc(50% - 10px);width:-webkit-calc(50% - 10px);width:calc(50% - 10px);position:absolute;left:0px;top:0px;height:100%}}@media screen and (min-width: 1025px){.adventure-thumb{width:-moz-calc(50% - 15px);width:-webkit-calc(50% - 15px);width:calc(50% - 15px);position:absolute;left:0px;top:0px;height:100%}}.adventure-thumb img{width:100%}.adventure-thumb-text{position:absolute;right:0px;top:0px;height:100%}@media screen and (min-width: 641px)and (max-width: 1024px){.adventure-thumb-text{width:-moz-calc(50% - 10px);width:-webkit-calc(50% - 10px);width:calc(50% - 10px)}}@media screen and (min-width: 1025px){.adventure-thumb-text{width:-moz-calc(50% - 15px);width:-webkit-calc(50% - 15px);width:calc(50% - 15px)}}.adventure-categories{position:absolute;top:0;color:#b3b3b3;height:100%}@media screen and (min-width: 641px)and (max-width: 1024px){.adventure-categories{font-size:10px}}@media screen and (min-width: 1025px){.adventure-categories{font-size:12px}}.adventure-date-time{position:absolute;bottom:-4px;color:#b3b3b3}@media screen and (min-width: 641px)and (max-width: 1024px){.adventure-date-time{font-size:10px}}@media screen and (min-width: 1025px){.adventure-date-time{font-size:12px}}.adventure-list-title{font-size:30px;line-height:32px;margin-bottom:20px;display:inline-block}@media screen and (min-width: 641px)and (max-width: 1024px){.adventure-list-title{font-size:24px;line-height:24px;margin-bottom:14px}}@media screen and (min-width: 1025px){.adventure-list-title{font-size:30px;line-height:32px;margin-bottom:20px}}.adventure-list-description{font-size:16px;line-height:18px;max-width:400px}@media screen and (min-width: 641px)and (max-width: 1024px){.adventure-list-description{font-size:14px;line-height:16px}}@media screen and (min-width: 1025px){.adventure-list-description{font-size:16px;line-height:18px}}.adventure-categories-mobile{float:left;color:#b3b3b3;font-size:10px;line-height:10px;margin-top:10px}.adventure-date-time-mobile{float:right;color:#b3b3b3;font-size:10px;line-height:10px;margin-top:10px}.adventure-list-title-mobile{font-size:16px;line-height:16px;margin-top:10px;margin-bottom:10px;display:block}.adventure-list-description-mobile{font-size:12px;line-height:14px}.center-me{background-color:rgba(0,0,0,.3);color:#fff;position:absolute;padding:5px;top:5px;left:5px;cursor:pointer;z-index:10000000}@media screen and (max-width: 640px){.feature-end-spacer{height:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.feature-end-spacer{height:20px}}@media screen and (min-width: 1025px){.feature-end-spacer{height:20px}}.feature-text-block{width:calc(100% - 60px) !important;max-width:800px;height:auto !important;padding-top:0 !important;margin-left:auto;margin-right:auto}.feature-image{display:block;margin-left:auto;margin-right:auto;max-height:calc(100vh - 75px)}@media screen and (max-width: 640px){.feature-image{width:calc(100% - 40px) !important;height:auto !important;max-width:auto !important;margin-top:20px !important}}.feature-image.portrait{max-width:100%}@media screen and (min-width: 641px){.dual-image-left{width:50%;float:left}.dual-image-left .dual-image{max-height:calc(100vh - 75px);max-width:100%;float:right}}@media screen and (min-width: 641px){.dual-image-right{width:50%;float:left}.dual-image-right .dual-image{max-height:calc(100vh - 75px);max-width:100%;float:left}}@media screen and (max-width: 640px){.dual-image{display:block;width:calc(100% - 40px) !important;height:auto !important;max-width:auto !important;margin-top:20px !important;margin-left:auto;margin-right:auto}}@media screen and (max-width: 640px){.feature-video-block{position:relative !important;height:56.2500024609vw !important;padding-top:0 !important;overflow:hidden}}@media screen and (max-width: 640px){.feature-video-block .module{position:relative !important;padding-top:56.25%}}@media screen and (min-width: 641px){.feature-text-block{width:calc(100% - 300px) !important;max-width:800px;height:auto !important;padding-top:0 !important}}@media screen and (max-width: 640px){.feature-text-block{width:calc(100% - 40px) !important;height:auto !important;padding-top:0 !important}}.film-thumbnail{display:inline-block;vertical-align:top}@media screen and (max-width: 640px){.film-thumbnail{width:50%}}@media screen and (min-width: 641px){.film-thumbnail{width:33.3333%}}.film-thumbnail-image{position:relative}@media screen and (max-width: 640px){.film-thumbnail-image{padding-top:62.25%}}@media screen and (min-width: 641px){.film-thumbnail-image{padding-top:56.25%}}.film-thumbnail-timestamp{opacity:.75;position:absolute;color:#fff;z-index:20;background-color:rgba(0,0,0,.2)}@media screen and (max-width: 1024px){.film-thumbnail-timestamp{bottom:10px;right:10px;border-radius:10px;padding-left:10px;padding-right:12px;padding-top:2px;padding-bottom:1px;font-size:10px}}@media screen and (min-width: 1025px){.film-thumbnail-timestamp{bottom:10px;right:20px;border-radius:12px;padding-left:10px;padding-right:12px;padding-top:4px;padding-bottom:2px;font-size:12px}}.film-thumbnail-info{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}@media screen and (max-width: 640px){.film-thumbnail-title{font-size:12px;line-height:12px;padding:10px 10px 5px 10px}}@media screen and (min-width: 641px)and (max-width: 1024px){.film-thumbnail-title{font-size:14px;line-height:14px;padding:15px 20px 7.5px 20px}}@media screen and (min-width: 1025px){.film-thumbnail-title{font-size:16px;padding:20px 20px 10px 20px}}.film-thumbnail-short-description{overflow:hidden;color:gray}@media screen and (max-width: 640px){.film-thumbnail-short-description{font-size:10px;line-height:12px;padding-left:10px;padding-right:10px;padding-bottom:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.film-thumbnail-short-description{font-size:12px;line-height:14px;padding-left:20px;padding-right:20px;padding-bottom:30px}}@media screen and (min-width: 1025px){.film-thumbnail-short-description{font-size:14px;line-height:16px;padding-left:20px;padding-right:20px;padding-bottom:40px}}.film-category-wrapper{text-align:center;color:gray}@media screen and (max-width: 640px){.film-category-wrapper{height:60px;font-size:12px;line-height:14px}}@media screen and (min-width: 641px)and (max-width: 1024px){.film-category-wrapper{height:60px;font-size:12px;line-height:14px}}@media screen and (min-width: 1025px){.film-category-wrapper{height:75px;font-size:14px;line-height:16px}}.film-categories a{display:inline-block;margin-left:10px;margin-right:10px}.film-categories a.active{color:#000;border-radius:10px;padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;margin-left:0 !important;margin-right:0 !important;background-color:rgba(0,0,0,.05)}.film-categories a:hover{color:#000}.film-info-wrapper{border-bottom:1px solid #e5e5e5}.film-info-inner{max-width:1280px;margin:auto;position:relative}@media screen and (min-width: 641px)and (max-width: 1024px){.film-info-inner{padding:20px;min-height:148px}}@media screen and (min-width: 1025px){.film-info-inner{padding:30px;min-height:164px}}.film-info-column{position:relative}@media screen and (max-width: 640px){.film-info-column-left{padding:20px;border-bottom:1px solid #e5e5e5}}@media screen and (min-width: 641px)and (max-width: 1024px){.film-info-column-left{width:38.46152%;float:left}}@media screen and (min-width: 1025px){.film-info-column-left{width:50%;float:left}}@media screen and (max-width: 640px){.film-info-column-right{padding:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.film-info-column-right{width:61.538444%;font-size:12px;line-height:16px;float:left}}@media screen and (min-width: 1025px){.film-info-column-right{width:50%;font-size:16px;line-height:18px;float:left}}.film-title{color:#000;max-width:90%}@media screen and (max-width: 640px){.film-title{font-size:18px;line-height:20px;margin-bottom:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.film-title{font-size:24px;line-height:26px;margin-bottom:6px}}@media screen and (min-width: 1025px){.film-title{font-size:30px;line-height:32px;margin-bottom:6px}}.film-date{color:gray}@media screen and (max-width: 640px){.film-date{font-size:12px;line-height:12px}}@media screen and (min-width: 641px)and (max-width: 1024px){.film-date{font-size:12px;line-height:14px}}@media screen and (min-width: 1025px){.film-date{font-size:14px;line-height:16px}}.share-film-desktop{position:absolute;color:gray;font-size:12px;line-height:12px}@media screen and (min-width: 641px)and (max-width: 1024px){.share-film-desktop{bottom:20px}}@media screen and (min-width: 1025px){.share-film-desktop{bottom:30px}}.share-film-mobile{position:absolute;color:gray;right:20px;bottom:20px}.share-wrapper a{width:16px;height:16px;display:inline-block;margin-left:10px;vertical-align:middle}.share-wrapper a img{width:100%}.lookbook-image{position:absolute}.lookbook-date{text-align:center;font-size:14px;line-height:14px;margin-bottom:10px}.lookbook-title{text-align:center;font-size:30px;line-height:30px;letter-spacing:5px}.lookbook-labels{position:absolute;bottom:30px;left:30px;z-index:10}.lookbook-inner-image .calculated-labels{bottom:auto !important}.lookbook-labels a{text-decoration:underline !important}.lookbook-margined-image{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-middle{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex-bottom{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.lookbook-margined-image img{max-height:100%;max-width:100%}.lookbook-portrait-splash{position:relative;width:100%}@media screen and (max-width: 640px){.lookbook-portrait-splash{height:-moz-calc(100vh - 60px);height:-webkit-calc(100vh - 60px);height:calc(100vh - 60px);margin-bottom:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.lookbook-portrait-splash{height:-moz-calc(100vh - 60px);height:-webkit-calc(100vh - 60px);height:calc(100vh - 60px)}}@media screen and (min-width: 1025px){.lookbook-portrait-splash{height:-moz-calc(100vh - 75px);height:-webkit-calc(100vh - 75px);height:calc(100vh - 75px)}}.lookbook-portrait-image{width:100%;position:relative}.lookbook-portrait-image-not-margined{display:block;margin:auto;max-width:100%}@media screen and (max-width: 640px){.lookbook-portrait-image-not-margined{max-height:-moz-calc(100vh - 60px);max-height:-webkit-calc(100vh - 60px);max-height:calc(100vh - 60px)}}@media screen and (min-width: 641px)and (max-width: 1024px){.lookbook-portrait-image-not-margined{max-height:-moz-calc(100vh - 60px);max-height:-webkit-calc(100vh - 60px);max-height:calc(100vh - 60px)}}@media screen and (min-width: 1025px){.lookbook-portrait-image-not-margined{max-height:-moz-calc(100vh - 75px);max-height:-webkit-calc(100vh - 75px);max-height:calc(100vh - 75px)}}.lookbook-portrait-image-margined{display:block;margin:auto}@media screen and (max-width: 640px){.lookbook-portrait-image-margined{max-height:-moz-calc(100vh - 100px);max-height:-webkit-calc(100vh - 100px);max-height:calc(100vh - 100px);max-width:-moz-calc(100% - 40px);max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px);border:20px solid #fff}}@media screen and (min-width: 641px)and (max-width: 1024px){.lookbook-portrait-image-margined{max-height:-moz-calc(100vh - 100px);max-height:-webkit-calc(100vh - 100px);max-height:calc(100vh - 100px);max-width:-moz-calc(100% - 40px);max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px);border:20px solid #fff}}@media screen and (min-width: 1025px){.lookbook-portrait-image-margined{max-height:-moz-calc(100vh - 135px);max-height:-webkit-calc(100vh - 135px);max-height:calc(100vh - 135px);max-width:-moz-calc(100% - 60px);max-width:-webkit-calc(100% - 60px);max-width:calc(100% - 60px);border:30px solid #fff}}.calculated-wrapper{background-color:rgba(0,0,0,.8);position:absolute;left:0;width:100%;top:0;height:100%;opacity:0;transition:opacity 500ms}.calculated-wrapper.lookbook-active{opacity:1}.calculated-overlays-inner{margin:auto;text-align:center}@media screen and (max-width: 640px){.calculated-overlays-inner{max-width:-moz-calc(100% - 40px);max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}}@media screen and (min-width: 641px)and (max-width: 1024px){.calculated-overlays-inner{max-width:-moz-calc(100% - 40px);max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}}@media screen and (min-width: 1025px){.calculated-overlays-inner{max-width:-moz-calc(100% - 60px);max-width:-webkit-calc(100% - 60px);max-width:calc(100% - 60px)}}.new-lookbook-labels{position:absolute;top:0px;left:0px;width:100%;height:100%}.lookbook-inner-image .calculated-overlays{bottom:auto !important}.lookbook-labels a{text-decoration:underline !important}.lookbook-overlay{position:absolute;top:0;height:100%;z-index:20}.lookbook-overlay-left{left:0;width:50%;cursor:w-resize}.lookbook-overlay-right{right:0;width:50%;cursor:e-resize}.lookbook-overlay-complete{left:0;width:100%}.lookbook-toggle{position:absolute;z-index:100;top:20px;right:20px;height:21px;width:21px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(128,128,128,.5);cursor:pointer;transition:transform 300ms}.lookbook-line.lookbook-vertical{left:10px;top:5px;height:11px;width:1px}.lookbook-line{position:absolute;background-color:#fff}.lookbook-line.lookbook-horizontal{left:5px;top:10px;height:1px;width:11px}.lookbook-active.lookbook-toggle{transform:rotate(45deg)}.calculated-overlays-inner{z-index:50 !important}.calculated-overlays-inner a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5);transition:opacity 300ms;z-index:100;position:relative}.calculated-overlays-inner a:hover{opacity:.7}.lookbook-shift{list-style:none;padding:0;margin:0;transform:translateY(5px);transition:transform 500ms;color:#fff;text-transform:uppercase}.lookbook-active .lookbook-shift{transform:translateY(0px)}.product-type-banner{width:100%;position:relative}@media screen and (max-width: 640px){.product-type-banner{padding-top:70%}}@media screen and (min-width: 641px)and (max-width: 1024px){.product-type-banner{padding-top:52.08%}}@media screen and (min-width: 1025px){.product-type-banner{padding-top:41.666%}}.absolute-fit{position:absolute;top:0;left:0;width:100%;height:100%}.product-type-title{position:absolute;left:0;width:100%}@media screen and (max-width: 640px){.product-type-title{font-size:20px;line-height:20px;bottom:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.product-type-title{font-size:30px;line-height:30px;bottom:20px}}@media screen and (min-width: 1025px){.product-type-title{font-size:40px;line-height:40px;bottom:30px}}.product-module{margin:auto}@media screen and (max-width: 640px){.product-module{padding-top:20px;font-size:12px;width:92.447%;padding-bottom:30px}}@media screen and (min-width: 641px)and (max-width: 1024px){.product-module{padding-top:20px;font-size:12px;width:92.447%}}@media screen and (min-width: 1025px){.product-module{padding-top:30px;font-size:14px;width:86.111%}}@media screen and (max-width: 640px){.product-module-thumb-wrapper:nth-child(2n+0){margin-right:0 !important}}@media screen and (max-width: 640px){.product-module-thumb-wrapper:nth-child(2n+3){clear:both}}@media screen and (min-width: 641px){.product-module-thumb-wrapper:nth-child(3n+0){margin-right:0 !important}}@media screen and (min-width: 641px){.product-module-thumb-wrapper:nth-child(3n+4){clear:both}}@media screen and (max-width: 640px){.product-module-thumb-wrapper{width:-moz-calc(50% - 5px);width:-webkit-calc(50% - 5px);width:calc(50% - 5px)}}@media screen and (min-width: 641px)and (max-width: 1024px){.product-module-thumb-wrapper{width:-moz-calc(33.333% - 6.666666px);width:-webkit-calc(33.333% - 6.666666px);width:calc(33.333% - 6.666666px)}}@media screen and (min-width: 1025px){.product-module-thumb-wrapper{width:-moz-calc(33.333% - 13.333333px);width:-webkit-calc(33.333% - 13.333333px);width:calc(33.333% - 13.333333px)}}.product-module-thumb-wrapper{float:left;display:inline-block}@media screen and (max-width: 640px){.product-module-thumb-wrapper{margin-right:10px;margin-bottom:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.product-module-thumb-wrapper{margin-right:10px;margin-bottom:30px}}@media screen and (min-width: 1025px){.product-module-thumb-wrapper{margin-right:20px;margin-bottom:60px}}.clearfixer{clear:both}.product-module-thumb{width:100%;display:block}.product-module-title{margin-top:8px}@media screen and (max-width: 1024px){.product-page-wrapper{width:100%}}@media screen and (min-width: 1025px){.product-page-wrapper{width:50%;float:left}}.product-page-wrapper .top-padder-left{position:relative}@media screen and (max-width: 1024px){.product-page-wrapper .top-padder-left{padding-top:91.14581%}}@media screen and (min-width: 1025px){.product-page-wrapper .top-padder-left{padding-top:125%}}.product-page-wrapper .top-padder-right{position:relative}@media screen and (min-width: 1025px){.product-page-wrapper .top-padder-right{padding-top:125%}}#product-slideshow{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#4a4a4a}#product-info-wrapper{text-align:center}@media screen and (min-width: 1025px){#product-info-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}}#product-info{margin:auto}@media screen and (max-width: 1024px){#product-info{margin-top:50px}}@media screen and (min-width: 1025px){#product-info{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:0;max-width:400px}}#product-title{margin:auto}@media screen and (max-width: 640px){#product-title{font-size:12px;line-height:14px;max-width:90%}}@media screen and (min-width: 641px)and (max-width: 1024px){#product-title{font-size:14px;line-height:16px;max-width:90%}}@media screen and (min-width: 1025px){#product-title{font-size:18px;line-height:20px}}#product-price{margin:auto;margin-top:5px}@media screen and (max-width: 640px){#product-price{font-size:12px;line-height:14px;max-width:90%}}@media screen and (min-width: 641px)and (max-width: 1024px){#product-price{font-size:14px;line-height:16px;max-width:90%}}@media screen and (min-width: 1025px){#product-price{font-size:18px;line-height:20px}}#product-description{margin:auto;margin-top:20px}#product-description strong{font-weight:bold}#product-description i{font-style:italic}#product-description p{margin-bottom:1em;margin-bottom:1lh}@media screen and (max-width: 640px){#product-description{max-width:280px;font-size:12px;line-height:16px}}@media screen and (min-width: 641px)and (max-width: 1024px){#product-description{max-width:340px;font-size:12px;line-height:16px}}@media screen and (min-width: 1025px){#product-description{font-size:14px;line-height:16px}}#size-selector{margin-top:20px}#favourites-size-selector{position:absolute;bottom:0;width:100%}.size-selection{border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;float:left;cursor:pointer;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;color:#b3b3b3;position:relative}@media screen and (max-width: 640px){.size-selection{font-size:12px;line-height:12px;height:40px}}@media screen and (min-width: 641px)and (max-width: 1024px){.size-selection{font-size:12px;line-height:12px;height:40px}}@media screen and (min-width: 1025px){.size-selection{height:45px}}.favourites-size-selection{height:35px;border-bottom:1px solid #e5e5e5}.size-selection-last{border-right:1px solid #e5e5e5}.size-cols-1{width:100%}.size-cols-2{width:50%}.size-cols-3{width:33.333333%}.size-cols-4{width:25%}.size-cols-5{width:20%}.size-cols-6{width:16.66666666%}.size-cols-7{width:14.285715%}.size-cols-8{width:12.5%}.sold-out svg{position:absolute;top:1px;left:0;height:calc(100% - 1px);width:100%}.product-button{clear:both;width:100%;height:45px;font-size:14px;cursor:pointer}@media screen and (max-width: 640px){.product-button{font-size:12px !important}}.favourite-button{width:100%;height:40px;font-size:12px;cursor:pointer;position:absolute;bottom:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#select-size-button{background-color:#e5e5e5}.faves-add-to-bag-button{background-color:#fff;color:#000;border:1px solid blue}.faves-add-to-bag-button:hover{background-color:#003cff;color:#fff}#faves-notify-me-button{background-color:#000;color:#fff}#add-to-bag-button{background-color:#003cff;color:#fff;display:none}#checkout-button{background-color:#003cff;color:#fff;display:block}@media screen and (min-width: 1025px){#checkout-button{margin-bottom:10px}}#notify-me-button{background-color:#000;color:#fff;display:none}#alert-bar{width:100%;position:fixed;left:0;height:54px;top:-54px;background-color:#000;color:#fff;z-index:9999998;text-align:center;font-size:14px}#close-alert-bar{width:14px;height:14px;position:absolute;right:30px;top:20px;cursor:pointer;z-index:9999999}.product-sub-options{float:right;color:gray}@media screen and (max-width: 640px){#product-sub-links{padding-right:20px;padding-left:20px;font-size:12px;line-height:12px;height:50px}}@media screen and (min-width: 641px)and (max-width: 1024px){#product-sub-links{padding-right:12px;height:50px;padding-left:20px;font-size:12px;line-height:12px}}@media screen and (min-width: 1025px){#product-sub-links{font-size:12px;height:40px}}#add-to-favourites{float:left;color:#000}.product-sub-options a:hover,#add-to-favourites:hover{color:#000}.size-selection.hovered,.size-selection.active{border-top:1px solid #003cff;color:#000 !important}.sold-out.hovered,.sold-out.active{border-top:1px solid #000 !important}#notifications-wrapper{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:999999999;opacity:0;display:none}@media screen and (max-width: 640px){#notifications-wrapper{position:absolute}}@media screen and (min-width: 641px)and (max-width: 1024px){#notifications-wrapper{position:fixed}}@media screen and (min-width: 1025px){#notifications-wrapper{position:fixed}}.notification{background-color:#fff;margin:auto;display:none;position:relative}@media screen and (max-width: 640px){.notification{width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:calc(100% - 40px);padding:20px}}@media screen and (min-width: 641px){.notification{width:550px;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:0;padding:30px}}.notification-title{margin-bottom:20px}.notification-copy a{text-decoration:underline}.royalSlider{width:100% !important;height:100% !important}.royalSlider,.rsOverflow,.rsSlide,.rsVideoFrameHolder,.rsThumbs{background:#fff !important}.royal-slide{width:100%;height:100%}.rsDefault .rsBullets{background:rgba(0,0,0,0) !important}@media screen and (max-width: 1024px){.rsDefault .rsBullets{bottom:-28px !important}}@media screen and (min-width: 1025px){.rsDefault .rsBullets{bottom:20px !important}}.rsDefault .rsBullets{background:rgba(0,0,0,0) !important}.rsDefault .rsBullet{width:20px !important;height:2px !important;cursor:pointer}.rsDefault .rsBullet span{width:20px !important;height:2px !important;border-radius:none !important;background:#e5e5e5 !important}.rsDefault .rsBullet.rsNavSelected span{background-color:#003cff !important}.products-inverted-section{background-color:#191919;color:#fff;border-bottom:1px solid #5f5f5f;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}@media screen and (max-width: 1024px){.products-inverted-section{border-bottom:none !important}}.feature-title{border-bottom:1px solid #5f5f5f}@media screen and (max-width: 1024px){.feature-title{font-size:12px;height:56px;text-align:left;padding-left:20px}}@media screen and (min-width: 1025px){.feature-title{font-size:16px;height:80px;text-align:center}}.spec-wrapper{border-right:1px solid #5f5f5f;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}@media screen and (max-width: 1024px){.spec-wrapper{border-right:none !important}}.feature-wrapper{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}@media screen and (max-width: 640px){.tog-rating{margin-left:20px;margin-right:20px;margin-bottom:12px}}@media screen and (min-width: 641px)and (max-width: 1024px){.tog-rating{max-width:400px;margin:auto;margin-bottom:23px}}@media screen and (min-width: 1025px){.tog-rating{max-width:400px;margin:auto;margin-bottom:23px}}.tog-title{text-align:center;margin-bottom:4px}@media screen and (max-width: 640px){.tog-title{font-size:12px}}@media screen and (min-width: 641px)and (max-width: 1024px){.tog-title{font-size:14px}}@media screen and (min-width: 1025px){.tog-title{font-size:14px}}.tog-bar{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid gray;float:left;margin-right:3px;width:-moz-calc(25% - 3px);width:-webkit-calc(25% - 3px);width:calc(25% - 3px);height:10px}.tog-solid{background-color:#fff;border:1px solid #fff !important}.tog-label{float:left;width:33.333333%;margin-top:6px}@media screen and (max-width: 640px){.tog-label{font-size:10px}}@media screen and (min-width: 641px)and (max-width: 1024px){.tog-label{font-size:12px}}@media screen and (min-width: 1025px){.tog-label{font-size:12px}}@media screen and (max-width: 640px){.between-ratings-and-features{height:0px}}@media screen and (min-width: 641px)and (max-width: 1024px){.between-ratings-and-features{height:0px}}@media screen and (min-width: 1025px){.between-ratings-and-features{height:0px}}@media screen and (max-width: 640px){.feature-spacer{height:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.feature-spacer{height:20px}}@media screen and (min-width: 1025px){.feature-spacer{height:30px}}@media screen and (max-width: 640px){.feature-bottom-spacer{height:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.feature-bottom-spacer{height:30px}}@media screen and (min-width: 1025px){.feature-bottom-spacer{height:60px}}.feature{margin:auto;border-bottom:1px solid gray;padding-top:10px;padding-bottom:10px}@media screen and (max-width: 640px){.feature{margin-left:20px;margin-right:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.feature{max-width:400px}}@media screen and (min-width: 1025px){.feature{max-width:400px}}.feature.border-top{border-top:1px solid gray}.feature-label{float:left}@media screen and (max-width: 640px){.feature-label{width:90px;margin-right:10px}}@media screen and (min-width: 641px)and (max-width: 1024px){.feature-label{width:110px;margin-right:10px}}@media screen and (min-width: 1025px){.feature-label{width:110px;margin-right:10px}}.feature-copy{float:left}@media screen and (max-width: 640px){.feature-copy{width:-moz-calc(100% - 100px);width:-webkit-calc(100% - 100px);width:calc(100% - 100px)}}@media screen and (min-width: 641px)and (max-width: 1024px){.feature-copy{width:270px}}@media screen and (min-width: 1025px){.feature-copy{width:270px}}.technology-title{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-top:1px solid #5f5f5f}@media screen and (max-width: 1024px){.technology-title{border-top:none !important}}.tech-cell{position:relative;height:0;float:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-bottom:1px solid #5f5f5f;cursor:pointer}@media screen and (max-width: 640px){.tech-cell{padding-top:18.229164%}}@media screen and (min-width: 641px)and (max-width: 1024px){.tech-cell{padding-top:18.229164%}}@media screen and (min-width: 1025px){.tech-cell{padding-top:13.1944434%}}.tech-cell.active{background-color:#333}@media screen and (max-width: 640px){.tech-cell-3{width:50%;border-right:1px solid #5f5f5f}}@media screen and (min-width: 641px){.tech-cell-3{width:33.333%;border-right:1px solid #5f5f5f}}.tech-cell-2{width:50%;border-right:1px solid #5f5f5f}.tech-cell-1{width:100%}@media screen and (min-width: 641px){.tech-row-end{border-right:0 !important}}@media screen and (max-width: 640px){.tech-row-end-mobile{border-right:0 !important}}.tech-cell-thumb-wrapper{position:absolute;top:0;left:0;height:100%;width:100%}.tech-cell-thumb{max-width:100%;max-height:100%;margin:auto;display:block}.tech-info-cell{overflow:hidden;height:0}.tech-info-zone{height:0;overflow:hidden;background-color:#333}.tech-info-zone-mobile{height:0;overflow:hidden;background-color:#333}.tech-zone-wrapper{padding-bottom:23px;background-color:#fff;color:#000}.tech-zone-title,.tech-zone-headline,.tech-zone-copy{margin:auto}@media screen and (max-width: 640px){.tech-zone-title,.tech-zone-headline,.tech-zone-copy{max-width:90%}}@media screen and (min-width: 641px){.tech-zone-title,.tech-zone-headline,.tech-zone-copy{max-width:500px}}.tech-zone-title{font-weight:400}@media screen and (max-width: 640px){.tech-zone-title{font-size:16px;line-height:16px;padding-top:30px;margin-bottom:6px}}@media screen and (min-width: 641px)and (max-width: 1024px){.tech-zone-title{font-size:18px;line-height:18px;padding-top:30px;margin-bottom:8px}}@media screen and (min-width: 1025px){.tech-zone-title{font-size:22px;line-height:22px;padding-top:57px;margin-bottom:18px}}@media screen and (max-width: 640px){.tech-zone-headline{font-size:14px;line-height:16px}}@media screen and (min-width: 641px)and (max-width: 1024px){.tech-zone-headline{font-size:16px;line-height:18px}}@media screen and (min-width: 1025px){.tech-zone-headline{font-size:18px;line-height:20px}}.tech-icon-wrapper{margin:auto;text-align:center;display:inline-block;font-weight:300}@media screen and (max-width: 640px){.tech-icon-wrapper{width:280px;margin-top:30px;margin-bottom:10px}}@media screen and (min-width: 641px)and (max-width: 1024px){.tech-icon-wrapper{width:588px;margin-top:40px;margin-bottom:50px}}@media screen and (min-width: 1025px){.tech-icon-wrapper{margin-top:60px;margin-bottom:60px}}.tech-icon{display:inline-block;vertical-align:top}@media screen and (max-width: 640px){.tech-icon{width:50px;margin-left:10px;margin-right:10px;font-size:12px;line-height:14px;margin-bottom:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.tech-icon{width:60px;margin-left:12px;margin-right:12px;font-size:12px;line-height:14px}}@media screen and (min-width: 1025px){.tech-icon{width:80px;margin-left:15px;margin-right:15px;font-size:14px;line-height:16px}}@media screen and (max-width: 640px){.tech-icon:nth-child(4n+5){clear:both}}.tech-icon img{width:100%;display:block;margin-bottom:8px}@media screen and (max-width: 640px){.tech-icon img{height:50px}}@media screen and (min-width: 641px)and (max-width: 1024px){.tech-icon img{height:60px}}@media screen and (min-width: 1025px){.tech-icon img{height:80px}}@media screen and (max-width: 640px){.tech-zone-copy{margin-bottom:17px;font-size:16px}}@media screen and (min-width: 641px)and (max-width: 1024px){.tech-zone-copy{margin-bottom:50px;font-size:16px}}@media screen and (min-width: 1025px){.tech-zone-copy{margin-bottom:50px;font-size:16px}}.tech-image{max-width:90%;display:block;margin:auto}@media screen and (max-width: 640px){.tech-image{margin-bottom:28px;margin-top:30px}}@media screen and (min-width: 641px)and (max-width: 1024px){.tech-image{margin-bottom:56px;margin-top:60px}}@media screen and (min-width: 1025px){.tech-image{margin-bottom:56px;margin-top:60px}}.tech-cell-title{text-align:center;font-size:14px;line-height:14px}@media screen and (min-width: 1025px){.tech-cell-title{font-size:20px;line-height:20px}}@media screen and (max-width: 640px){.feature-container{font-size:12px}}@media screen and (max-width: 1024px){.feature-container{height:0;overflow:hidden;cursor:pointer;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}}@media screen and (min-width: 1025px){.feature-container{height:auto !important;border-bottom:none !important}}@media screen and (max-width: 1024px){.standalone-feature-container{height:auto !important;overflow:hidden;cursor:pointer;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-bottom:1px solid #5f5f5f}}.feature-container.bordered{border-bottom:1px solid #5f5f5f;height:auto !important}.up-down-arrow{position:absolute;height:5px;width:10px;right:20px;background-size:10px 6px;top:50%;margin-top:-1px;background-position:0px 0px}.up-down-arrow.toggle{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.favourite-wrapper{padding-top:20px;padding-bottom:20px;border-bottom:1px solid #e5e5e5;overflow:hidden}@media screen and (max-width: 640px){.favourite-wrapper{padding-left:20px;padding-right:20px}}@media screen and (min-width: 641px){.favourite-wrapper{padding-left:30px;padding-right:30px}}.favourite-thumb{float:left}@media screen and (max-width: 640px){.favourite-thumb{width:120px;height:146px}}@media screen and (min-width: 641px)and (max-width: 1024px){.favourite-thumb{width:344px;height:239px}}@media screen and (min-width: 1025px){.favourite-thumb{width:210px;height:260px}}.favourite-thumb img{width:100%;height:100%;display:block}.favourites-inner{margin-left:20px;position:relative;float:left}@media screen and (max-width: 640px){.favourites-inner{font-size:12px;line-height:16px;height:146px;width:-moz-calc(100% - 140px);width:-webkit-calc(100% - 140px);width:calc(100% - 140px)}}@media screen and (min-width: 641px)and (max-width: 1024px){.favourites-inner{width:-moz-calc(100% - 364px);width:-webkit-calc(100% - 364px);width:calc(100% - 364px);height:239px;font-size:12px;line-height:16px}}@media screen and (min-width: 1025px){.favourites-inner{width:210px;height:260px;font-size:14px;line-height:18px}}.remove-from-favourites,.remove-from-bag,.remove-from-notifications{position:absolute;top:0;right:0;width:10px;height:10px;cursor:pointer}.sorry-no-items{margin:auto;color:gray;text-align:center}@media screen and (max-width: 640px){.sorry-no-items{height:-moz-calc(100vh - 296px);height:-webkit-calc(100vh - 296px);height:calc(100vh - 296px);width:280px;font-size:12px}}@media screen and (min-width: 641px)and (max-width: 1024px){.sorry-no-items{height:-moz-calc(100vh - 240px);height:-webkit-calc(100vh - 240px);height:calc(100vh - 240px);width:440px;font-size:14px}}@media screen and (min-width: 1025px){.sorry-no-items{height:-moz-calc(100vh - 137px);height:-webkit-calc(100vh - 137px);height:calc(100vh - 137px);width:440px;font-size:14px}}.quantity-wrapper{position:absolute;bottom:0;width:100%;border:1px solid #c5c5c5;cursor:pointer;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:30px;text-align:center}.quantity-minus{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-right:1px solid #c5c5c5;float:left;height:100%;width:58px;color:#b3b3b3}.quantity-plus{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-left:1px solid #c5c5c5;float:left;height:100%;width:58px;color:#b3b3b3}.quantity-amount{float:left;height:100%;width:92px;color:#000}@media screen and (max-width: 640px){.quantity-amount{width:-moz-calc(100% - 116px);width:-webkit-calc(100% - 116px);width:calc(100% - 116px)}}@media screen and (min-width: 641px)and (max-width: 1024px){.quantity-amount{width:-moz-calc(100% - 116px);width:-webkit-calc(100% - 116px);width:calc(100% - 116px)}}@media screen and (min-width: 1025px){.quantity-amount{width:92px}}#are-you-sure{z-index:100002;position:fixed;left:50%;top:50%;background-color:#fff;text-align:center;display:none}@media screen and (max-width: 640px){#are-you-sure{width:280px;height:111px;margin-left:-140px;margin-top:-55px}}@media screen and (min-width: 641px)and (max-width: 1024px){#are-you-sure{width:450px;height:96px;margin-left:-220px;margin-top:-48px}}@media screen and (min-width: 1025px){#are-you-sure{width:500px;height:123px;margin-left:-250px;margin-top:-62px}}#ays-question{color:#000;width:100%;position:absolute;top:0;left:0}@media screen and (max-width: 640px){#ays-question{height:71px}}@media screen and (min-width: 641px)and (max-width: 1024px){#ays-question{height:56px}}@media screen and (min-width: 1025px){#ays-question{height:78px}}#ays-no{color:#000;background-color:#c5c5c5;width:50%;position:absolute;bottom:0;left:0;cursor:pointer}@media screen and (max-width: 640px){#ays-no{height:40px}}@media screen and (min-width: 641px)and (max-width: 1024px){#ays-no{height:45px}}@media screen and (min-width: 1025px){#ays-no{height:45px}}#ays-yes{color:#fff;background-color:#003cff;width:50%;position:absolute;bottom:0;right:0;cursor:pointer}@media screen and (max-width: 640px){#ays-yes{height:40px}}@media screen and (min-width: 641px)and (max-width: 1024px){#ays-yes{height:45px}}@media screen and (min-width: 1025px){#ays-yes{height:45px}}.checkout-area,.checkout-area-logged{border-top:1px solid #e5e5e5;width:100%;bottom:0;width:100%;background-color:#fff}#desktop-menu .checkout-area{height:299px !important;position:fixed !important}#desktop-menu .checkout-area-logged{height:235px !important;position:fixed !important}#desktop-menu .checkout-area-push{height:233px !important}#desktop-menu .checkout-area-push-logged{height:169px !important}.pre-checkout-wrapper{position:relative;line-height:22px}@media screen and (max-width: 640px){.pre-checkout-wrapper{padding:20px 20px 10px 20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.pre-checkout-wrapper{padding:20px 30px 20px 30px}}@media screen and (min-width: 1025px){.pre-checkout-wrapper{padding:20px 30px 20px 30px}}@media screen and (max-width: 640px){.checkout-area-logged .pre-checkout-wrapper{padding:20px 20px 10px 20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.checkout-area-logged .pre-checkout-wrapper{padding:20px 30px 10px 30px !important}}@media screen and (min-width: 1025px){.checkout-area-logged .pre-checkout-wrapper{padding:20px 30px 10px 30px !important}}@media screen and (max-width: 640px){.pre-checkout-copy{padding-left:20px;padding-right:20px;padding-bottom:20px;font-size:10px}}@media screen and (min-width: 641px)and (max-width: 1024px){.pre-checkout-copy{padding-left:30px;padding-right:30px;padding-bottom:20px;font-size:10px}}@media screen and (min-width: 1025px){.pre-checkout-copy{padding-left:30px;padding-right:30px;padding-bottom:20px;font-size:12px}}.pre-checkout-left{float:left}.bag-update{color:#000}@media screen and (min-width: 1025px){.desktop-menu-section .bag-update{overflow-y:scroll !important;height:calc(100% - 66px);position:relative}}@media screen and (min-width: 1025px){.desktop-menu-section .favourites-update{overflow-y:scroll !important;height:calc(100% - 75px)}}.pre-checkout-right{float:right}.product-type-scroll-to{position:absolute;opacity:0;height:40px;width:40px;left:0px}@media screen and (max-width: 640px){.product-type-scroll-to{top:-60px}}@media screen and (min-width: 641px)and (max-width: 1024px){.product-type-scroll-to{top:-60px}}@media screen and (min-width: 1025px){.product-type-scroll-to{top:-75px}}.spec-filler{overflow:hidden;height:0}.bag-email-side-menu{width:calc(100% - 80px);margin:auto;margin-bottom:10px}.bag-email-mobile{margin:auto;margin-bottom:10px}@media screen and (max-width: 640px){.bag-email-mobile{width:calc(100% - 60px)}}@media screen and (min-width: 641px)and (max-width: 1024px){.bag-email-mobile{width:calc(100% - 80px)}}.quantity-label{position:absolute;top:-20px;left:0;color:gray;font-size:12px}#sizes-container{left:0;right:0;top:0;bottom:0;width:100%;height:110vh;background-color:rgba(0,0,0,.3);z-index:100000;display:none;transition:all 500ms;opacity:0}@media screen and (max-width: 640px){#sizes-container{position:absolute}}@media screen and (min-width: 641px)and (max-width: 1024px){#sizes-container{position:fixed}}@media screen and (min-width: 1025px){#sizes-container{position:fixed}}#size-container-closer{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}#sizes-container.sizes-container-toggle{height:100vh;opacity:1}.sizes{cursor:auto;margin:auto;background-color:#fff;position:absolute;z-index:50}@media screen and (max-width: 640px){.sizes{left:0;margin-left:0 !important;top:0 !important;transform:translateY(0) !important;width:100%}}@media screen and (min-width: 641px)and (max-width: 1024px){.sizes{padding:30px;left:50%}}@media screen and (min-width: 1025px){.sizes{padding:30px;left:50%}}#size-table th{background-color:#f2f2f2}#size-table th,#size-table td{text-align:center;width:80px;height:35px;vertical-align:middle;white-space:nowrap}#size-table{margin:auto;border-collapse:collapse;font-size:12px;max-width:100%;min-width:100%;border:1px solid #e5e5e5 !important}#size-table tr,#size-table td{border-bottom:1px solid #e5e5e5 !important}.size-column{text-align:left !important;padding-left:10px}@media screen and (max-width: 640px){.size-chart-title{height:12px;font-size:12px;line-height:1;text-align:center;color:#000;margin-top:20px;margin-bottom:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.size-chart-title{height:14px;font-size:14px;line-height:1;text-align:center;color:#000;margin-bottom:20px}}@media screen and (min-width: 1025px){.size-chart-title{height:14px;font-size:14px;line-height:1;text-align:center;color:#000;margin-bottom:25px}}.size-diagram{display:block;margin:auto}@media screen and (max-width: 640px){.size-diagram{width:100%}}@media screen and (min-width: 641px)and (max-width: 1024px){.size-diagram{width:417px}}@media screen and (min-width: 1025px){.size-diagram{width:417px}}.size-units{width:122px;height:34px;border:1px solid #e5e5e5;margin:auto;font-size:12px;font-weight:300}@media screen and (max-width: 640px){.size-units{margin-bottom:20px;margin-top:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.size-units{margin-bottom:20px;margin-top:20px}}@media screen and (min-width: 1025px){.size-units{margin-bottom:30px;margin-top:30px}}.unit-selector{float:left;width:61px;height:100%;text-align:center;cursor:pointer}.unit-selector.selected{background-color:#f2f2f2;font-weight:400 !important}.close-sizes{position:absolute;z-index:50;cursor:pointer}@media screen and (max-width: 640px){.close-sizes{right:20px;top:20px;width:10px;height:10px}}@media screen and (min-width: 641px)and (max-width: 1024px){.close-sizes{right:20px;top:20px;width:14px;height:14px}}@media screen and (min-width: 1025px){.close-sizes{right:30px;top:30px;width:14px;height:14px}}#mobile-size-slider-wrapper{position:relative;margin:auto;width:100%;overflow:hidden;margin-bottom:20px}#mobile-size-table{width:61px;position:absolute;top:0;left:0px;border-collapse:collapse;font-size:12px;border:1px solid #e5e5e5 !important;background-color:#fff;z-index:10}#mobile-size-slider-wrapper th{background-color:#f2f2f2;font-weight:400 !important}#mobile-size-slider-wrapper th,#mobile-size-slider-wrapper td{text-align:center;height:35px;vertical-align:middle;border-bottom:1px solid #e5e5e5 !important;white-space:nowrap}#mobile-measurments-table th,#mobile-measurments-table td{min-width:80px}#mobile-size-slider-wrapper{width:100%;overflow-x:scroll}#mobile-measurments-table{margin-left:60px;border-collapse:collapse;font-size:12px;border:1px solid #e5e5e5 !important}#sizes-swipe{margin-top:20px;font-size:12px}td{font-weight:300}th{font-weight:400}cm{padding-left:2px}#lightbox{position:fixed;top:0;left:0;right:0;bottom:0;height:100%;width:100%;background-color:rgba(0,0,0,.9);z-index:99999999;display:none;opacity:0}#lightbox-viewport{position:absolute;top:0;left:0;right:0;bottom:0;height:100%}#lightbox-viewport img{max-width:100%;max-height:100%;margin:auto;display:block}#lightbox-details{position:absolute;top:30px;left:30px;color:#fff;font-size:16px}.lightbox-hover{position:absolute;bottom:0;width:50%;height:-moz-calc(100% - 80px);height:-webkit-calc(100% - 80px);height:calc(100% - 80px)}#lightbox-left-side{left:0;cursor:w-resize}#lightbox-right-side{right:0;cursor:e-resize}#close-lightbox{position:absolute;top:30px;right:30px;width:14px;height:14px;cursor:pointer}.slideshow-fullscreen-fade{position:relative;top:0px;left:0px;width:100%}@media screen and (max-width: 640px){.slideshow-fullscreen-fade{height:-moz-calc(100vh - 60px);height:-webkit-calc(100vh - 60px);height:calc(100vh - 60px)}}@media screen and (min-width: 641px)and (max-width: 1024px){.slideshow-fullscreen-fade{height:-moz-calc(100vh - 60px);height:-webkit-calc(100vh - 60px);height:calc(100vh - 60px)}}@media screen and (min-width: 1025px){.slideshow-fullscreen-fade{height:-moz-calc(100vh - 75px);height:-webkit-calc(100vh - 75px);height:calc(100vh - 75px)}}#slideshow-background{position:relative;width:100%;height:100%}.slide-fullscreen{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;opacity:0;cursor:pointer}#popup-container{position:fixed;left:0;right:0;top:0;bottom:0;width:100%;height:110vh;background-color:rgba(0,0,0,.3);z-index:100000;display:none;transition:all 500ms;opacity:0}#popup-container.popup-toggle{height:100vh;opacity:1}#popup-closer{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.popup{cursor:auto;margin:auto;background-color:#fff}@media screen and (max-width: 640px){.popup{width:calc(100% - 40px)}}@media screen and (min-width: 641px){.popup{width:500px}}.popup-image{position:relative}@media screen and (max-width: 640px){.popup-image{width:100%;padding-top:65%}}@media screen and (min-width: 641px){.popup-image{width:100%;height:329px}}@media screen and (max-width: 640px){.popup-info{padding:20px}}@media screen and (min-width: 641px){.popup-info{padding:30px}}.popup-small-copy{margin:auto;width:400px;height:14px;font-size:14px;font-weight:300;line-height:1;text-align:center;color:#000}@media screen and (max-width: 640px){.popup-small-copy{width:100%;margin-bottom:8px}}@media screen and (min-width: 641px){.popup-small-copy{width:400px;margin-bottom:10px}}.popup-copy{margin:auto;font-size:20px;line-height:1.2;text-align:center;color:#000}@media screen and (max-width: 640px){.popup-copy{width:100%;margin-bottom:15px}}@media screen and (min-width: 641px){.popup-copy{width:440px;margin-bottom:25px}}.popup-promo-code-wrapper{width:100%;position:relative;height:40px;border:solid 1px rgba(0,0,0,.1)}.popup-promo-code{position:absolute;top:0;left:0;height:100%;width:calc(100% - 120px);text-align:center;font-size:14px;line-height:1.43;text-align:center;color:#000}.popup-promo-copy{position:absolute;top:0;right:0;height:100%;width:120px;height:100%;font-size:14px;line-height:1.43;text-align:center;color:#000;background-color:#e5e5e5;cursor:pointer}.close-popup{position:absolute;top:30px;right:30px;height:14px;width:14px;cursor:pointer}@media screen and (max-width: 640px){.close-popup{top:20px;right:20px;height:10px;width:10px}}@media screen and (min-width: 641px){.close-popup{top:30px;right:30px;height:14px;width:14px}}.popup-anchor{width:440px;height:40px;background-color:#003cff;font-size:14px;line-height:1.43;text-align:center;color:#fff;display:block;margin:auto}@media screen and (max-width: 640px){.popup-anchor{width:100%}}@media screen and (min-width: 641px){.popup-anchor{width:440px}}.popup-subscribe-wrapper{width:100%;position:relative}@media screen and (max-width: 640px){.popup-subscribe-wrapper{height:80px}}@media screen and (min-width: 641px){.popup-subscribe-wrapper{height:40px}}.popup-subscribe-input{border:solid 1px rgba(0,0,0,.1);position:absolute;top:0;left:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}@media screen and (max-width: 640px){.popup-subscribe-input{width:100%;height:50%}}@media screen and (min-width: 641px){.popup-subscribe-input{width:calc(100% - 120px);height:100%;border-right:none !important}}#popup-subscribe{border:none;padding-left:10px;padding-right:10px}@media screen and (max-width: 640px){#popup-subscribe{width:calc(100% - 23px)}}@media screen and (min-width: 641px){#popup-subscribe{width:calc(100% - 20px)}}.popup-subscribe-button{position:absolute;right:0;font-size:14px;line-height:1.43;text-align:center;color:#fff;background-color:#003cff;cursor:pointer}@media screen and (max-width: 640px){.popup-subscribe-button{width:100%;height:50%;top:50%}}@media screen and (min-width: 641px){.popup-subscribe-button{width:120px;height:100%;top:0}}.header-subscribe-form{margin-left:auto;margin-right:auto;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;color:#e5e5e5}@media screen and (max-width: 640px){.header-subscribe-form{height:20px;margin-top:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.header-subscribe-form{height:20px;margin-top:20px}}@media screen and (min-width: 1025px){.header-subscribe-form{border:1px solid #e5e5e5;height:40px;width:350px;margin-top:21px}}.header-subscribe{background-color:rgba(0,0,0,0);height:20px;color:#8c8c8c;border:none;color:#000}@media screen and (max-width: 1024px){.header-subscribe{width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);width:calc(100% - 30px)}}@media screen and (min-width: 1025px){.header-subscribe{width:-moz-calc(100% - 50px);width:-webkit-calc(100% - 50px);width:calc(100% - 50px);padding:10px}}.header-subscribe::-webkit-input-placeholder{color:#8c8c8c}.header-subscribe::-moz-placeholder{color:#8c8c8c}.header-subscribe:-ms-input-placeholder{color:#8c8c8c}.header-subscribe:-moz-placeholder{color:#8c8c8c}@media screen and (max-width: 640px){.hide-on-mobile{display:none !important}}@media screen and (min-width: 641px)and (max-width: 1024px){.hide-on-ipad{display:none !important}}@media screen and (min-width: 1025px){.hide-on-desktop{display:none !important}}@media screen and (orientation: portrait){.hide-on-portrait{display:none !important}}@media screen and (orientation: landscape){.hide-on-landscape{display:none !important}}html,body{height:100%}body{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;overflow-y:scroll;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width: 640px){body{font-size:14px;line-height:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){body{font-size:14px;line-height:20px}}@media screen and (min-width: 1025px){body{font-size:14px;line-height:20px}}.light{font-weight:300}#screen-overlay{position:fixed;height:100%;top:0;z-index:99999;background-color:rgba(0,0,0,.3);display:none;opacity:0}@media screen and (max-width: 640px){#screen-overlay{width:100%}}@media screen and (min-width: 641px)and (max-width: 1024px){#screen-overlay{width:100%}}@media screen and (min-width: 1025px){#screen-overlay{width:100%}}#screen-overlay.maxed{width:100% !important;display:block !important;opacity:1 !important;z-index:100001 !important}#container{background-color:#fff;min-height:100%;position:relative;height:auto !important;height:100%;overflow:hidden}@media screen and (max-width: 640px){#container{background-color:#fff}}@media screen and (min-width: 641px){#container{background-color:#fff}}#content{background-color:#fff;position:relative}@media screen and (max-width: 640px){#content{min-height:-moz-calc(100vh - 236px);min-height:-webkit-calc(100vh - 236px);min-height:calc(100vh - 236px)}}@media screen and (min-width: 641px)and (max-width: 1024px){#content{min-height:-moz-calc(100vh - 179px);min-height:-webkit-calc(100vh - 179px);min-height:calc(100vh - 179px)}}@media screen and (min-width: 1025px){#content{min-height:-moz-calc(100vh - 244px);min-height:-webkit-calc(100vh - 244px);min-height:calc(100vh - 244px)}}#splash-wrapper{width:100%;height:100vh;z-index:-1;position:fixed;top:0;left:0}#splash-wrapper-overlay{width:100%;height:100vh;z-index:1;background-color:rgba(0,0,0,0)}#splash-logo{max-height:80%;max-width:80%;margin:auto;display:block}.fs-bg{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}@media screen and (max-width: 640px){.fs-bg{height:-moz-calc(100vh - 60px);height:-webkit-calc(100vh - 60px);height:calc(100vh - 60px)}}@media screen and (min-width: 641px)and (max-width: 1024px){.fs-bg{height:-moz-calc(100vh - 60px);height:-webkit-calc(100vh - 60px);height:calc(100vh - 60px)}}@media screen and (min-width: 1025px){.fs-bg{height:-moz-calc(100vh - 75px);height:-webkit-calc(100vh - 75px);height:calc(100vh - 75px)}}.page-header{position:relative;width:100%}@media screen and (max-width: 640px){.page-header{padding-top:118.75%}}@media screen and (min-width: 641px)and (max-width: 1024px){.page-header{padding-top:52.08332%}}@media screen and (min-width: 1025px){.page-header{padding-top:70%}}.mixed-header{position:relative;width:100%}@media screen and (max-width: 640px){.mixed-header{padding-top:118.75%}}@media screen and (min-width: 641px)and (max-width: 1024px){.mixed-header{padding-top:52.08332%}}@media screen and (min-width: 1025px){.mixed-header{padding-top:41.666%}}.page-header-title{position:absolute;width:100%;text-align:center}@media screen and (max-width: 640px){.page-header-title{font-size:20px;bottom:20px}}@media screen and (min-width: 641px)and (max-width: 1024px){.page-header-title{font-size:30px;bottom:20px}}@media screen and (min-width: 1025px){.page-header-title{font-size:40px;bottom:30px}}.no-border-bottom{border-bottom:none !important}.static-page-container{margin:auto}@media screen and (max-width: 640px){.static-page-container{width:280px}}@media screen and (min-width: 641px)and (max-width: 1024px){.static-page-container{width:500px}}@media screen and (min-width: 1025px){.static-page-container{width:670px}}.static-page-title{text-align:center}@media screen and (max-width: 1024px){.static-page-title{font-size:14px;line-height:18px;padding-top:20px;padding-bottom:20px}}@media screen and (min-width: 1025px){.static-page-title{font-size:20px;line-height:24px;padding-top:40px;padding-bottom:40px}}.static-page-section{border-top:1px solid #000;padding-top:20px}@media screen and (max-width: 640px){.static-page-section{font-size:12px;line-height:16px}}@media screen and (min-width: 641px){.static-page-section{font-size:14px;line-height:18px}}@media screen and (max-width: 1024px){.static-page-headline{padding-bottom:14px}}@media screen and (min-width: 1025px){.static-page-headline{float:left;width:150px;margin-right:20px}}@media screen and (min-width: 1025px){.static-page-copy{float:left;width:500px}}.static-page-spacer{height:20px}.static-page-copy a{color:gray}push{float:left;width:30px}pad{float:left;width:470px}@media screen and (max-width: 640px){pad{width:250px}}@media screen and (min-width: 641px){pad{width:470px}}/*# sourceMappingURL=desktop.css.map */


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
	overflow:hidden;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(royalslider/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(royalslider/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(royalslider/blank.gif);
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 11px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top:-10px;	
	margin-left: -5px;

	position: absolute;	
	cursor: pointer;	
	background: url('royalslider/skins/default/rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: 0  0 !important; 	background: url('royalslider/skins/default/rs-left-arrow.svg') !important;}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: 0  0 !important; 	background: url('royalslider/skins/default/rs-right-arrow.svg') !important;}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;

	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('royalslider/skins/default/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('royalslider/skins/default/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(royalslider/skins/default/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('royalslider/skins/default/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(royalslider/skins/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}