/* Site Style 1 */



/**
 *  @file default.scss
 *  @author Web Cube CMS | www.webcubecms.com
 */
/**
 *  @section Normalize
 *  Normalize is an updated reset that is used by HTML5 Boilerplate
 */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font size within `section` and `article` contexts in
 * Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 *  @section Variables
 *  Contains all site variables
 */
/**
* General
*/
/**
* Gutters
*/
/**
* Breaks
* Must be in pixel or ems not a percentage
*/
/*
* Typography
* [font-weight] [font-style] font-size/line-height font-family
*/
/**
* @section Mixins
*/
/**
* Transition stack
*/
/**
* @section Base Styling
*/
/**
 *  @File: webcubecore/grid/_base.scss
 */
/**
* Column Structure
* 12 column grid
* Mobile First Approach
*/
#wrap {
  overflow: hidden; }

#content,
.row,
.block,
select,
form,
input,
textarea,
.submit,
.container,
.column_content,
.column_nav,
.column1, .column2, .column3, .column4, .column5, .column6,
.column,
#wrap,
#footer,
section,
.wrapper,
.column_container aside,
.column_container article,
.span1, .span2, .span3, .span4, .span5, .span6, .span8, .span9, .span10, .span12,
.col1, .col2, .col3, .col4, .col5, .col6,
.col {
  float: left;
  position: relative;
  width: 100%; }

/**
* Column items not set yet
* .span1, .span7, .span11
*/
.column2.hold .column {
  width: 48%;
  margin-right: 4%; }
  .column2.hold .column:nth-child(2n) {
    margin-right: 0; }
  .column2.hold .column:nth-child(2n+1) {
    clear: both; }

.column3.hold .column {
  width: 30.66667%;
  margin-right: 4%; }
  .column3.hold .column:nth-child(3n) {
    margin-right: 0; }
  .column3.hold .column:nth-child(3n+1) {
    clear: both; }

.column4._332 .column, .column4._322 .column {
  width: 48%;
  margin-right: 4%; }
  .column4._332 .column:nth-child(2n), .column4._322 .column:nth-child(2n) {
    margin-right: 0; }
  .column4._332 .column:nth-child(2n+1), .column4._322 .column:nth-child(2n+1) {
    clear: both; }
.column4.hold .column {
  width: 22%;
  margin-right: 4%; }
  .column4.hold .column:nth-child(4n) {
    margin-right: 0; }
  .column4.hold .column:nth-child(4n+1) {
    clear: both; }

/**
* TODO:Set up breaks {% cycle '' '' 'break1' %} {% cycle '' 'break2' %}
*/
/**
* .container and .wrapper have a padding of $mobile_gutter
*/
.position > .container,
.position > .wrapper {
  padding: 0 6%; }

#content_wrap section {
  margin-right: 0; }

.thumb_info {
  float: left;
  position: relative;
  width: 100%; }
  .thumb_info .thumb, .thumb_info .info {
    float: left;
    position: relative;
    width: 100%; }
  .thumb_info .info {
    padding: 10px 0; }

.desktop_only {
  display: none; }

.handheld_only {
  display: block; }

.mobile_only {
  display: block; }

.tablet_plus {
  display: none; }

/**
 *  webcube/webcubecore/patterns/_base.scss
 */
/* SETUP */
.html {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 30px;
  background: #fbfbfb;
  border: 1px solid #f0f0f0; }

.html:before {
  position: absolute;
  content: "HTML";
  top: -1px;
  right: -1px;
  padding: 5px 10px;
  background: #FFF;
  border: 1px solid #f0f0f0;
  z-index: 100; }

pre {
  float: left;
  position: relative;
  width: 100%;
  font-size: .8em;
  line-height: 1.3em;
  padding: 2em;
  margin: 0; }

/**
 *  Slats
 */
.slats .slat {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  padding: 20px 0; }
  .slats .slat:first-child {
    border-top: 1px solid #d0d0d0; }
  .slats .slat :last-child {
    padding: 0;
    margin: 0; }
.slats.condensed .slat {
  padding: 10px 0; }
.slats.no_border .slat {
  border: none; }

/**
 *  Thumbnail with info
 */
/**
 *  @file webcubecore/_custom_reset.scss
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.3em; }

p {
  margin: 0; }

textarea,
select,
button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d0d0d0;
  background: white; }

select:focus, textarea:focus,
input:focus {
  outline: none; }

blockquote {
  margin: 0; }

ul {
  margin: 0;
  padding: 0 0 0 20px; }

.visible {
  display: block; }

#recently_viewed img {
  max-width: 100%; }

/* #content img {
  width: 100%; } */

#content .slidesjs-container img {
  width: 100%; }

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/elements@2x.f4b5edc692a8.png") no-repeat 0 0;
  background-size: 67px 211px;
  text-indent: -9999px;
  opacity: .6;
  /**
   * Arrow icon
   * .arrow
   *   .up
   *   .right
   *   .down
   *   .left
   */
  /**
   *  RSS icon
   */
  /**
   *  Menu
   */ }
  .icon.arrow {
    background: url("../img/arrow_down@2x.6486bde90949.png") no-repeat 0 0;
    background-size: 24px 11px;
    width: 13px;
    height: 12px;
    margin-left: 5px; }
    .icon.arrow.right {
      background-image: url("../img/arrow_right@2x.41f3d04d69f0.png");
      background-size: 13px 11px; }
    .icon.arrow.down, aside nav header h1, aside nav header h2, aside nav header h3 {
      background: url("../img/arrow_down@2x.6486bde90949.png") no-repeat 0 0;
      background-size: 24px 11px; }
  .icon.rss {
    margin: 0 5px;
    text-indent: -9999px;
    background-position: -5px -182px; }
  .icon.menu {
    background-position: -5px -5px;
    height: 16px; }
  .icon.search {
    background-position: -5px -30px;
    width: 24px; }
  .icon.grid2x2 {
    background-position: -5px -95px;
    height: 22px;
    width: 22px; }
  .icon.grid3x3 {
    background-position: -5px -63px;
    height: 22px;
    width: 22px; }
  .icon.list {
    background-position: -5px -125px;
    height: 22px; }
  .icon.social {
    background-image: url("../img/social@2x.5cd202a58ffc.png");
    background-position: -10px -10px;
    background-size: 80px 563px;
    width: 61px;
    height: 61px; }
    .icon.social.facebook {
      background-position: -10px -92px; }
    .icon.social.pinterest {
      background-position: -10px -172px; }
    .icon.social.youtube {
      background-position: -10px -252px; }
    .icon.social.twitter {
      background-position: -10px -332px; }
    .icon.social.google {
      background-position: -10px -412px; }
    .icon.social.email {
      background-position: -10px -492px; }
  .icon.account {
    background-image: url("../img/accounts@2x.961098d19984.png");
    height: 34px;
    width: 46px;
    background-size: 55px 261px;
    background-position: 4px -2px; }
    .icon.account.order_history {
      background-position: 7px -152px; }
    .icon.account.returns {
      background-position: 2px -120px; }
    .icon.account.edit_profile {
      background-position: 4px -42px; }
    .icon.account.referrals {
      background-position: -4px -80px; }
    .icon.account.gift_cards {
      background-position: 5px -232px; }
    .icon.account.store_credit {
      background-position: 4px -192px; }

/*@media screen and (min-width: 600px) {*/
  .icon.social {
    background-size: 41px 288px;
    width: 32px;
    height: 32px;
    background-position: -5px -5px; }
    .icon.social.facebook {
      background-position: -5px -47px; }
    .icon.social.pinterest {
      background-position: -5px -88px; }
    .icon.social.youtube {
      background-position: -5px -129px; }
    .icon.social.twitter {
      background-position: -5px -170px; }
    .icon.social.google {
      background-position: -5px -211px; }
    .icon.social.email {
      background-position: -5px -252px; }
/*}*/
/**
* Should these be nested?
*/
.gallery {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 0 30px 0;
  margin-bottom: 50px; }
  .gallery .options {
    font-size: .875em !important; }

.display {
  float: left;
  position: relative;
  width: 100%;
  text-align: center; }
  .display .icon.zoom {
    position: absolute;
    bottom: 10px;
    right: 15px; }

.scroller_wrap {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .scroller_wrap ul {
    width: 10000em; }

.thumbnails {
  float: left;
  position: relative;
  width: 100%; }
  .thumbnails ul {
    float: left;
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0; }
    .thumbnails ul li {
      float: left;
      position: relative;
      width: auto; }
      .thumbnails ul li .info {
        display: none; }
      .thumbnails ul li .caption {
        display: none; }
  .thumbnails .controls a {
    float: right;
    position: relative; }
    .thumbnails .controls a.prev {
      float: left;
      text-align: left; }

.overlay {
  float: left;
  position: relative;
  width: 626px;
  background: #FFF;
  z-index: 999;
  border: 1px solid #c0c0c0;
  padding: 20px; }

.overlay h3 {
  padding-bottom: 0; }

.ie6 .overlay {
  float: none;
  position: absolute;
  top: 0;
  left: 0; }

.overlay_wrap, .overlay_bg {
  float: left;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990; }

.ie7 .overlay_wrap, .ie7 .overlay_bg {
  left: 0;
  top: 0; }

.ie6 .overlay_wrap, .ie6 .overlay_bg {
  float: none;
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 0; }

/* IE6 Fixed Position Jitter Fix */
.ie6, .ie6 body {
  background-image: url(about:blank);
  background-attachment: fixed; }

.overlay_bg {
  background: #000;
  opacity: .1;
  filter: alpha(opacity=10); }

.overlay .thumb .display,
.overlay .thumb .display img {
  width: 323px; }

.overlay .close {
  float: left;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
  z-index: 1000; }

@font-face {
  font-family: 'Web-Cube-Default';
  src: url("../fonts/Web-Cube-Default.e001f3be06e0.eot"); }

@font-face {
  font-family: 'Web-Cube-Default';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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bAB0AABXZWItQ3ViZS1EZWZhdWx0AABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABXAGUAYgAtAEMAdQBiAGUALQBEAGUAZgBhAHUAbAB0AABXZWItQ3ViZS1EZWZhdWx0AAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkAAAABAAIBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcHdW5pRjAwMAd1bmlGMDk5B3VuaUYwOUEHdW5pRjBDOQd1bmlGMDdBB3VuaUYwODEHdW5pRjA4Mgd1bmlGMDhDB3VuaUYwRDQHdW5pRjBENQd1bmlGMEQzB3VuaUYwRDIHdW5pRjBFMQd1bmlGMEUwB3VuaUYwMDMHdW5pRjAwNQd1bmlGMDA2B3VuaUYwNTMHdW5pRjA1NAd1bmlGMDBEB3VuaUYwMEMHdW5pRjAxMQd1bmlGMDEzB3VuaUYwMjEHdW5pRjAzMAd1bmlGMDJCB3VuaUYwMkMHdW5pRjA3Nwd1bmlGMDc4B3VuaUYwODkHdW5pRjBFMgd1bmlGMTBDB3VuaUYxMTAHdW5pRjExMQd1bmlFMDAwB3VuaUUwMDEHdW5pRTAwMgd1bmlFMDAzB3VuaUUwMDQHdW5pRjA0MQd1bmlFMDA1B3VuaUUwMDYHdW5pRTAwNwd1bmlFMDA4B3VuaUUwMDkHdW5pRjA4Nwd1bmlGMDg4B3VuaUYwMEUHdW5pRjAxMAd1bmlGMDFFB3VuaUYwMDIHdW5pRTAwQQd1bmlFMDBCB3VuaUUwMEMAAAAB//8AAgABAAAADgAAABgAAAAAAAIAAQADADgAAQAEAAAAAgAAAAAAAQAAAADMPaLPAAAAAM4Er1AAAAAAzgSvUA==) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Web-Cube-Default';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-twitter, .icon-facebook, .icon-reorder, .icon-shopping-cart, .icon-twitter-sign, .icon-facebook-sign, .icon-linkedin-sign, .icon-google-plus-sign, .icon-google-plus, .icon-pinterest-sign, .icon-pinterest, .icon-linkedin, .icon-envelope-alt, .icon-envelope, .icon-star, .icon-star-empty, .icon-chevron-left, .icon-chevron-right, .icon-remove, .icon-ok, .icon-off, .icon-cog, .icon-refresh, .icon-camera, .icon-tag, .icon-tags, .icon-chevron-up, .icon-chevron-down, .icon-star-half, .icon-undo, .icon-circle-blank, .icon-spinner, .icon-circle, .icon-youtube, .icon-youtube-2, .icon-vimeo, .icon-vimeo2, .icon-paypal, .icon-map-marker, .icon-reply, .icon-reply-all, .icon-forward, .icon-ellipsis, .icon-comment, .icon-thumbs-up, .icon-thumbs-down, .icon-zoom-in, .icon-zoom-out, .icon-repeat, .icon-search, .icon-feed, .icon-feed-2, .icon-webcube {
  font-family: 'Web-Cube-Default';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-envelope-alt:before {
  content: "\f0e0"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-off:before {
  content: "\f011"; }

.icon-cog:before {
  content: "\f013"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-camera:before {
  content: "\f030"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-youtube:before {
  content: "\e000"; }

.icon-youtube-2:before {
  content: "\e001"; }

.icon-vimeo:before {
  content: "\e002"; }

.icon-vimeo2:before {
  content: "\e003"; }

.icon-paypal:before {
  content: "\e004"; }

.icon-map-marker:before, .locator aside ul li h3:before {
  content: "\f041"; }

.icon-reply:before {
  content: "\e005"; }

.icon-reply-all:before {
  content: "\e006"; }

.icon-forward:before {
  content: "\e007"; }

.icon-ellipsis:before {
  content: "\e008"; }

.icon-comment:before {
  content: "\e009"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-repeat:before {
  content: "\f01e"; }

.icon-search:before {
  content: "\f002"; }

.icon-feed:before {
  content: "\e00a"; }

.icon-feed-2:before {
  content: "\e00b"; }

.icon-webcube:before {
  content: "\e00c"; }

/**
 *  @file wireframe/_base.scss
 */
body {
  font: 1em/1.3em Georgia, "Times New Roman", serif;
  color: #5e5e5e;
  background: #FFF; }

button[disabled], input[disabled] {
  background: #d0d0d0; }

/**
 *  Headers
 *  Font size is set relative to the body font size (1em)
 */
h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
  color: #333333; }

h1,
h2,
h3 {
  font-weight: normal; }

h1 {
  font-size: 1.7em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.3em; font-weight: bold; }

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: .95em; }

/**
 *  Form elements
 */
textarea,
select,
button,
input {
  padding: .5em;
  margin-bottom: 20px; }

.submit,
.button {
  font-weight: bold;
  text-transform: uppercase; }

label {
  padding-bottom: 5px; }

form p {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 0; }

.row.error input {
  margin-bottom: 5px;
  border-color: red; }
.row.error ul.errorlist {
  padding-left: 0; }
.row.error ul.errorlist li {
  list-style: none; }

.row.last {
  margin-bottom: 15px; }

::-webkit-input-placeholder {
  color: #FFF;
  text-overflow: ellipsis; }

:-moz-placeholder {
  color: #FFF;
  text-overflow: ellipsis; }

::-moz-placeholder {
  color: #FFF;
  text-overflow: ellipsis; }

:-ms-input-placeholder {
  color: #FFF;
  text-overflow: ellipsis; }

.show_placeholder::-webkit-input-placeholder {
  color: #999; }
.show_placeholder:-moz-placeholder {
  color: #999; }
.show_placeholder::-moz-placeholder {
  color: #999; }
.show_placeholder:-ms-input-placeholder {
  color: #999; }

#form_job_application label,
.comments form label,
.checkbox label {
  display: block; }

.errorlist {
  color: red;
  float: left; }

.comments .comment {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px; }

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  margin-right: 15px;
  margin-bottom: 0; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -o-appearance: radio;
  appearance: radio; }

input[type="file"] {
  border: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px; }

.help {
  font-size: .8em;
  font-style: italic;
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 10px; }

select {
  background: url("../img/arrow_down@2x.6486bde90949.png") no-repeat right center;
  background-size: 24px 11px; }

.submit {
  padding: 1em; }

.center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.text_right {
  text-align: right; }

.text_left {
  text-align: left; }

.border_bottom {
  border-bottom: 1px solid #d0d0d0; }

.italic {
  font-style: italic; }

.hidden {
  display: none; }

.abs {
  position: absolute; }

.pad_top {
  padding-top: 1em; }

.pad_top2x {
  padding-top: 2em; }

.pad_top3x {
  padding-top: 3em; }

.pad_top4x {
  padding-top: 4em; }

.pad_top5x {
  padding-top: 5em; }

.pad_bottom {
  padding-bottom: 1em; }

.pad_bottom2x {
  padding-bottom: 2em; }

.pad_bottom3x {
  padding-bottom: 3em; }

.pad_bottom4x {
  padding-bottom: 4em; }

.pad_bottom5x {
  padding-bottom: 5em; }

.margin_bottom {
  margin-bottom: 1em; }

.margin_bottom2x {
  margin-bottom: 2em; }

.margin_bottom3x {
  margin-bottom: 3em; }

.margin_bottom4x {
  margin-bottom: 4em; }

.margin_bottom5x {
  margin-bottom: 5em; }

/**
* Main text elements
*/
blockquote,
p {
  padding-bottom: 20px; }

.date {
  padding-bottom: 0;
  font-size: .75em; }

blockquote {
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.5em; }

ol {
  margin: 0;
  padding: 0 0 20px 25px; }

ul {
  padding-bottom: 20px; }
  ul li {
    padding: 5px 0 5px 0; }
  ul ul {
    padding-bottom: 0; }

ul.horizontal_list li {
  float: left;
  position: relative;
  width: auto;
  list-style: none;
  padding: 0 5px;
  font-size: 1.4em; }
  ul.horizontal_list li:first-child {
    padding-left: 0; }
  ul.horizontal_list li:last-child {
    padding-right: 0; }

.services {
  width: 100%;
  padding: 0;
  margin-bottom: 30px; }
  .services li {
    font-size: 2.5em; }

aside {
  margin: 0 0 30px 0; }
  aside ul {
    float: left;
    position: relative;
    width: 100%;
    padding: 0; }
    aside ul li {
      list-style: none;
      padding: 10px 0 0; }
      aside ul li p {
        padding-bottom: 0; }
      aside ul li ul {
        padding-left: 0;
        margin-bottom: 0; }
      aside ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      aside ul li.has_subnav ul {
        display: none; }
      aside ul li.has_subnav.active ul {
        display: block; }
      aside ul li.selected {
        color: #666666; }
  aside nav > ul > li:last-child {
    padding-bottom: 10px; }

a {
  color: #5e5e5e;
  text-decoration: none; }
  a:hover {
    color: #666666; }

.post_accent_block a {
  text-decoration: underline; }

.pagination {
  float: right;
  list-style: none; }
  .pagination li {
    float: left;
    position: relative;
    width: auto;
    padding: 0 5px 0;
    border-left: 1px solid #d0d0d0; }
    .pagination li.current a {
      color: #000;
    }
    .pagination li.previous a, .pagination li.next a {
      float: left;
      position: relative;
      width: auto; }
    .pagination li.previous {
      padding: 0; }
    .pagination li.last, .pagination li.next {
      padding-right: 0; }
    .pagination li.total {
      padding: 0 0 0 3px; }
    .pagination li.previous, .pagination li:first-child, .pagination li.total, .pagination li.next {
      border: none; }

.cta {
  margin-bottom: 15px; }
  .cta .cta_item {
    text-align: center;
    position: relative;
    display: none; }
    .cta .cta_item:first-child {
      display: block; }

/**
* Wireframe Specific Styles
* =========================
*/
#logo {
  width: 133px;
  margin: 0 auto; }
  #logo a {
    float: left;
    position: relative;
    width: 100%;
    text-indent: -9999px; }

/**
* Main Containers: #wrap, #footer
*/
#wrap {
  background: #FFF; }

.column {
  margin-bottom: 30px; }

#nav_footer_anchor {
  padding-left: 0; }
  #nav_footer_anchor li {
    list-style: none; }

#footer_nav {
  width: 100%;
  float: right;
  list-style: none;
  padding: 0;
  margin: 0; }
  #footer_nav ul li {
    list-style: none; }
  #footer_nav li {
    float: left;
    position: relative;
    width: 50%; }
    #footer_nav li.social {
      width: 100%;
      padding-top: 20px; }
    #footer_nav li ul {
      list-style: none;
      padding: 0; }
      #footer_nav li ul.social_footer li {
        float: left;
        position: relative;
        width: auto;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 0;
        font-size: 2.2em; }
        #footer_nav li ul.social_footer li a {
          float: left;
          position: relative; }
  #footer_nav #nav_footer {
    float: right;
    width: 100%;
    padding-left: 0; }

/**
* Secondary Containers: #global, #content_wrap, and other unique elements
*/
#global {
  float: left;
  position: relative;
  width: 100%; }
  #global .container {
    padding: 10px 0;
    border-bottom: 1px solid #d0d0d0; }
  #global header {
    text-align: center; }

#content {
  padding: 50px 0; }

#content_wrap {
  min-height: 90vh;
}
#content_wrap .video, #content_wrap .js_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  #content_wrap .video iframe,
  #content_wrap .video object,
  #content_wrap .video embed, #content_wrap .js_video iframe,
  #content_wrap .js_video object,
  #content_wrap .js_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/**
 *  Navigation Items
 *  #global_nav, #secondary_nav, #cart_search_nav, #footer_nav
 */
#global_nav ul {
  display: none;
  padding: 0; }
  #global_nav ul li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    font-size: 1.2em;
    padding: 0;
    margin: 0 10px 0 0; }
    #global_nav ul li ul {
      float: left;
      position: absolute;
      display: none;
      background: #FFF;
      border: 1px solid #d0d0d0;
      top: 20px;
      left: -11px;
      z-index: 200;
      font-size: .8em; }
      #global_nav ul li ul li {
        float: left;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 4px 30px 4px 10px;
        text-transform: none;
        font-size: 1.2em; }
        #global_nav ul li ul li.has_subnav > a {
          float: left;
          position: relative;
          width: 100%; }
        #global_nav ul li ul li ul {
          position: relative;
          top: auto;
          font-size: .7em;
          border: none;
          left: 0;
          width: 100%; }
          #global_nav ul li ul li ul li {
            width: 50%;
            padding: 4px 0;
            border: none; }
            #global_nav ul li ul li ul li a {
              float: left;
              position: relative; }
    #global_nav ul li.decouple {
      float: right;
      margin: 0; }
    #global_nav ul li:hover ul {
      display: block; }

#secondary_nav {
  float: right;
  position: absolute;
  top: -41px;
  right: 0;
  display: none; }
  #secondary_nav ul {
    float: left;
    position: relative;
    width: auto;
    padding: 0; }
    #secondary_nav ul li {
      float: left;
      position: relative;
      width: auto;
      list-style: none;
      padding: 10px;
      font-size: .9em; }
      #secondary_nav ul li#nav_account {
        padding-right: 0; }
  #secondary_nav #nav_search {
    float: left;
    position: absolute;
    top: 60px;
    right: 0;
    padding: 0;
    margin: 0; }

/**
 *  Mobile Nav
 *  Show nav by adding a class to the html and positioning
 *  the body to the left
 */
#wrap, #footer {
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  -moz-transition: all 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: all 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  height: 100%; }

#handheld_nav {
  display: none; }

.cart_summary_visible .prefooter,
.cart_summary_visible #wrap, .cart_summary_visible #footer,
.nav_visible .prefooter,
.nav_visible #wrap,
.nav_visible #footer {
  margin-left: 0; }
.cart_summary_visible .prefooter.open,
.cart_summary_visible #wrap.open, .cart_summary_visible #footer.open,
.nav_visible .prefooter.open,
.nav_visible #wrap.open,
.nav_visible #footer.open {
  margin-left: 70%; }
.cart_summary_visible #wrap.open,
.nav_visible #wrap.open {
  position: fixed;
  height: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
.cart_summary_visible .prefooter.open, .cart_summary_visible #footer.open,
.nav_visible .prefooter.open,
.nav_visible #footer.open {
  display: none; }
.cart_summary_visible #mobile_overlay,
.nav_visible #mobile_overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: block; }
.cart_summary_visible #global,
.nav_visible #global {
  background: #FFF;
  z-index: 101; }
.cart_summary_visible #handheld_nav,
.nav_visible #handheld_nav {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 20;
  width: 70%;
  margin: 0;
  padding: 0;
  z-index: -1;
  overflow: hidden; }
  .cart_summary_visible #handheld_nav .icon.arrow,
  .nav_visible #handheld_nav .icon.arrow {
    margin-top: 4px; }
  .cart_summary_visible #handheld_nav #close_mobile_nav,
  .nav_visible #handheld_nav #close_mobile_nav {
    float: left;
    position: relative;
    width: 100%; }
    .cart_summary_visible #handheld_nav #close_mobile_nav a,
    .nav_visible #handheld_nav #close_mobile_nav a {
      float: left;
      position: relative;
      width: 100%;
      background: #404040;
      color: #c3c3c3;
      padding: 21px;
      width: 100%; }
  .cart_summary_visible #handheld_nav ul,
  .nav_visible #handheld_nav ul {
    float: left;
    position: relative;
    width: 100%;
    top: 61px;
    position: absolute;
    list-style: none;
    padding: 0;
    background: #fff; }
    .cart_summary_visible #handheld_nav ul li,
    .nav_visible #handheld_nav ul li {
      float: left;
      position: relative;
      width: 100%;
      border-bottom: 1px solid #d0d0d0;
      background: #FFF; }
      .cart_summary_visible #handheld_nav ul li a,
      .nav_visible #handheld_nav ul li a {
        float: left;
        position: relative;
        width: 100%;
        padding: 15px 21px; }
      .cart_summary_visible #handheld_nav ul li.nav_search,
      .nav_visible #handheld_nav ul li.nav_search {
        border-bottom: 0; }
    .cart_summary_visible #handheld_nav ul.subnav,
    .nav_visible #handheld_nav ul.subnav {
      z-index: 1;
      margin-left: 100%;
      border-left: 1px solid #d0d0d0; }
      .cart_summary_visible #handheld_nav ul.subnav.active,
      .nav_visible #handheld_nav ul.subnav.active {
        margin-left: 0; }
      .cart_summary_visible #handheld_nav ul.subnav.subactive,
      .nav_visible #handheld_nav ul.subnav.subactive {
        margin-left: -100%; }
  .cart_summary_visible #handheld_nav .nav_search,
  .nav_visible #handheld_nav .nav_search {
    padding: 15px;
    border-bottom: 0; }
    .cart_summary_visible #handheld_nav .nav_search .form_nav_search,
    .nav_visible #handheld_nav .nav_search .form_nav_search {
      border: 1px solid #d0d0d0; }
      .cart_summary_visible #handheld_nav .nav_search .form_nav_search input,
      .nav_visible #handheld_nav .nav_search .form_nav_search input {
        float: left;
        position: relative;
        width: 75%;
        border: none;
        margin-bottom: 0; }
      .cart_summary_visible #handheld_nav .nav_search .form_nav_search .submit,
      .nav_visible #handheld_nav .nav_search .form_nav_search .submit {
        float: right;
        padding: 10px;
        text-align: center;
        border: none;
        margin-bottom: 0;
        margin: 5px; }

article .media {
  float: left;
  position: relative;
  width: 100%;
  text-align: center; }
  article .media .image, article .media .video {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px; }

/**
*  @section simplecart.meta_catalog
*/
aside nav {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d0d0d0; }
  aside nav#product_nav > ul > li {
    font-weight: bold; }
  aside nav:first-child {
    border-top: 1px solid #d0d0d0; }
  aside nav header h1, aside nav header h2, aside nav header h3 {
    padding: 5px 0;
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    background-position: 100% center; }
  aside nav ul {
    display: none; }
    aside nav ul li {
      float: left;
      position: relative;
      width: 100%; }
      aside nav ul li a {
        float: left;
        position: relative;
        width: 100%; }
      aside nav ul li .icon {
        float: right;
        margin: 5px 5px 0 0; }
      aside nav ul li.has_subnav.active > a {
        padding-bottom: 3px; }
  aside nav.nav_open > ul {
    display: block; }
    aside nav.nav_open > ul > .active ul {
      display: block; }

.breadcrumbs {
  display: none; }
  .breadcrumbs i {
    padding: 0 5px; }

#recently_viewed ul {
  list-style: none;
  padding: 0; }
#recently_viewed .col4 .col {
  width: 48%;
  margin-right: 4%; }
#recently_viewed .col4 .col:nth-child(2n) {
  margin-right: 0; }

.category_detail .item .thumb, .catalog .item .thumb {
  float: left;
  position: relative;
  width: 100%;
  text-align: center; }
  .category_detail .item .thumb p, .catalog .item .thumb p {
    padding-bottom: 0; }
.category_detail .quick_shop, .catalog .quick_shop {
  display: none; }
.category_detail .view_options, .catalog .view_options {
  display: none; }
.category_detail #product_list.list_layout form p, .catalog #product_list.list_layout form p {
  float: left;
  position: relative;
  width: 100%; }
.category_detail #product_list.list_layout form input[type="text"], .catalog #product_list.list_layout form input[type="text"] {
  width: 25%;
  max-width: 45px;
  text-align: center;
  margin-right: 4%; }
.category_detail #product_list.list_layout form label, .catalog #product_list.list_layout form label {
  padding: 10px 0;
  display: block; }

/*@media screen and (max-width: -599px) {
  .category_detail .item .thumb {
    min-height: auto !important; } }*/
.view_options {
  float: left;
  position: relative;
  width: auto;
  list-style-type: none;
  padding: 3px 0 0; }
  .view_options li {
    float: left;
    position: relative;
    width: auto;
    margin: 0 0 0 10px; }

.category_controls {
  border: 1px solid #d0d0d0;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
  margin-bottom: 20px; }
  .category_controls .pagination {
    padding: 0;
    margin-top: 8px; }

.graphicoption {
  float: left;
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }
  .graphicoption li {
    float: left;
    position: relative;
    width: auto;
    margin-right: 2%; }
    .graphicoption li a {
      float: left;
      position: relative;
      width: auto;
      border: 1px solid #d0d0d0;
      line-height: 0; }
    .graphicoption li.active a {
      border: 1px solid #d0d0d0; }

.touch #content .graphicoption li img {
  width: 44px; }

#content .graphicoption li img {
  width: 24px; }

.id_quantity, #id_quantity {
  width: 60px;
  text-align: center;
  margin-right: 20px; }

.product_detail #quantity_p {
  padding-top: 20px; }
.product_detail #quantity_p label {
  display: block;
  margin-top: 8px; }
.product_detail .display_controls {
  font-size: .85em;
  padding-top: 10px; }
  .product_detail .display_controls > span {
    padding: 10px; }
.product_detail .details .send_to_friend {
  float: left;
  position: relative;
  width: auto; }
.product_detail .details .social_icons {
  float: left;
  position: relative;
  width: auto;
  margin: -4px 0 0 15px; }
.product_detail .reviews {
  margin-top: 30px; }
.product_detail .suggested_products {
  margin-top: 30px;
  float: left;
  position: relative;
  width: 100%; }
  .product_detail .suggested_products header {
    border-bottom: 1px solid #d0d0d0; }
  .product_detail .suggested_products li {
    float: left;
    position: relative;
    width: 22%;
    margin-right: 4%; }
  .product_detail .suggested_products li:nth-child(4n) {
    margin-right: 0; }
  .product_detail .suggested_products li:nth-child(4n+1) {
    clear: both; }
.product_detail .facebook_share {
  margin-bottom: 20px; }
.product_detail .price table {
  width: 200px;
  font-size: 16px; }
  .product_detail .price table th {
    text-align: left; }
  .product_detail .price table td span.min_quantity:after {
    content: "-"; }

.request_instock_notification,
.add_to_cart_preorder {
  display: none; }

/**
 *  @section webcube.faq
 */
.faq #content h2 {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 0;
  margin-bottom: 20px; }
.faq .item {
  padding-bottom: 30px; }

/**
 *  @section webcube.jobs
 */
.jobs .entry {
  padding-bottom: 30px; }
.jobs .column_nav .search_form {
  margin-bottom: 30px; }
.jobs .column_content article {
  padding-bottom: 20px; }

/**
 *  @section webcube.searchable
 */
.search_results #results > ul {
  padding: 0; }
.search_results #results > ul > li {
  float: left;
  position: relative;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px; }
  .search_results #results > ul > li:last-child {
    border-bottom: 0; }
.search_results #results .thumb {
  margin-bottom: 20px; }

.affiliates .banner .display {
  text-align: left; }
.affiliates #content .banner img {
  width: auto;
  max-width: 100%; }
.affiliates .banner textarea {
  min-height: 150px;
  font-family: Courier, Monospace;
  font-size: .8em; }

/**
 *  Accent block
 */
.position_accent_block {
  margin: 0 auto; }

.accent_block {
  float: left;
  position: relative;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  border: 1px solid #d0d0d0;
  text-align: center; }
  .accent_block h1, .accent_block h2 {
    border: none; }
  .accent_block form p {
    text-align: left; }

.post_accent_block {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 20px; }

.error form .button {
  float: right; }

/**
 *  Search form / Newsletter Signup
 */
.search_form, .newsletter_signup {
  border: 1px solid #d0d0d0;
  margin-bottom: 0;
  background: #FFF; }
  .search_form input, .newsletter_signup input {
    border: none;
    width: 75%;
    margin: 0; }

.search_form input {
  padding: .75em; }

.newsletter_signup {
  margin-bottom: 30px; }

.prefooter {
  padding: 20px 0 10px; }
  .prefooter .fb-like {
    float: left;
    position: relative;
    width: 100%;
    margin: 15px 0; }
  .prefooter .container {
    border-top: 1px solid #000;
    /*padding-top: 30px !important;
    padding-bottom: 20px !important;*/
    border-bottom: 1px solid #e0e0e0; }
  .prefooter h4 {
    color: #888; }
  .prefooter .newsletter_signup input {
    padding: .5em;
    background: #FFF;
    font-size: 1.2em; }
  .prefooter .column {
    margin-bottom: 12px; }
  .prefooter .horizontal_list {
    padding: 0; }
  .prefooter .horizontal_list li {
    font-size: 2em;
    padding: 5px; }

#nav_search .search_form {
  margin: 0;
  padding: 0;
  width: 200px;
  float: right; }
  #nav_search .search_form input {
    padding: .5em; }
  #nav_search .search_form button {
    margin-bottom: 0;
    border: none;
    float: right; }

#nav_search .nav_cart {
  float: left;
  padding: .5em 1em; }

/**
 *  @element scroller
 */
.scroller {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 140px;
  padding-bottom: 30px; }
  .scroller .scroller_wrap {
    float: left;
    position: relative;
    width: 10000em;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .scroller .item {
    float: left;
    position: relative;
    text-align: center; }
  .scroller img {
    max-width: 100%; }
  .scroller .sensor {
    float: left;
    position: absolute;
    z-index: 101; }

/**
 *  gallery
 */
.gallery .media {
  display: none; }

/**
 *  @app: event calendar
 */
.eventcalendar.month_detail h1 {
  float: left;
  position: relative;
  width: auto; }
.eventcalendar.month_detail .date {
  padding-bottom: 10px;
  font-size: 1em; }
.eventcalendar .page_header select {
  margin-bottom: 10px; }
.eventcalendar .event {
  padding-top: 20px;
  border-bottom: 1px solid #d0d0d0; }
.eventcalendar .social_icons {
  padding: 0;
  font-size: 2em;
  top: 1em;
  right: 0;
  position: absolute; }
.eventcalendar.event_detail .column_content header {
  border-bottom: 1px solid #d0d0d0;
  float: left;
  position: relative;
  width: 100%; }
  .eventcalendar.event_detail .column_content header h1 {
    float: left;
    position: relative;
    width: auto; }
  .eventcalendar.event_detail .column_content header a.link {
    margin-top: 10px; }
.eventcalendar.event_detail .date {
  padding-bottom: 10px;
  font-size: 1em; }

.date_calendar {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #d0d0d0; }
  .date_calendar .prev_next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px; }
    .date_calendar .prev_next .prev,
    .date_calendar .prev_next .next {
      width: 0;
      height: 0;
      text-indent: -9999px;
      overflow: hidden;
      border: 10px solid #666666;
      border-color: transparent #666666 transparent #666666;
      opacity: 0.3; }
    .date_calendar .prev_next .prev {
      float: left;
      border-left: 0; }
    .date_calendar .prev_next .next {
      float: right;
      border-right: 0; }
  .date_calendar .column7 {
    float: left;
    position: relative;
    width: 100%; }
  .date_calendar h3 {
    font-weight: bold; }
  .date_calendar .column7 .column {
    float: left;
    position: relative;
    width: 100%;
    width: 10.85714%;
    font-size: .75em;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    margin-right: 4%;
    line-height: 190%; }
    .date_calendar .column7 .column:nth-child(7n) {
      margin-right: 0; }
    .date_calendar .column7 .column:nth-child(7n+1) {
      clear: both; }
    .date_calendar .column7 .column a {
      float: left;
      position: relative;
      width: 100%;
      background: #757575;
      color: #FFF; }

/**
 *  @page order_detail
 */
.order_detail .column_content header {
  margin-bottom: 20px; }
.order_detail .column_content header .right {
  top: 10px;
  right: 0; }
.order_detail .totals p {
  padding: 10px 0;
  float: left;
  position: relative;
  width: 100%; }

/**
 *  scroller
 */
.js_scroller {
  opacity: 0; }

.scroller_wrap ul {
  width: 10000em; }

.scroller_wrap .shade {
  z-index: 10;
  width: 30px;
  height: 100%;
  position: absolute;
  background: #FFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .scroller_wrap .shade i {
    position: absolute;
    top: 50%;
    margin: -7px 0 0 -5px;
    left: 50%; }
  .scroller_wrap .shade.left {
    left: 0; }
  .scroller_wrap .shade.right {
    right: 0; }
  .scroller_wrap .shade.edge {
    box-shadow: none;
    border: none;
    opacity: 0; }

.thumbnails ul li {
  margin-right: 5px; }

.thumbnails ul li:last-child {
  margin-right: 0 !important; }

#quick_shop_overlay {
  width: 728px; }

.sale {
  color: red; }

.available_colors {
  padding-bottom: 0; }

.add_to_cart .right {
  padding: 15px 0; }

#form_quick_add_to_cart p {
  float: left;
  position: relative;
  width: 100%;
  padding: 0; }
#form_quick_add_to_cart label {
  display: block;
  padding: 10px 0; }

/**
 *  Home
 */
.home #hero {
  margin-bottom: 30px; }

/**
 *  Checkout
 */
#checkout .select_existing {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 0; }
  #checkout .select_existing select {
    margin-bottom: 10px; }

/**
 * Checkout Success
 */
.checkout_success .row p {
  padding-bottom: 10px; }

/**
 *  simplecart.accounts
 */
.table, .order_history_table {
  float: left;
  position: relative;
  width: 100%;
  margin: 20px 0; }
  .table h3, .order_history_table h3 {
    font-size: 1.2em; }
  .table h3, .table p, .order_history_table h3, .order_history_table p {
    padding: 0; }
  .table .block, .order_history_table .block {
    padding: 7px 0;
    border-bottom: 1px solid #d0d0d0; }
  .table .block.even, .order_history_table .block.even {
    background: #fbfbfb; }

.accounts #form_shoutouts_list {
  width: 100%; }
.accounts.dashboard .column_content li a {
  border: none; }

.catalog div.customer_service_nav li {
  list-style: none; }

#cart_summary_wrap {
  display: none; }

/**
 * @file webcube/webcubecore/_buttons.scss
 */
.button, .btn {
  display: inline-block;
  border: 1px solid #d0d0d0;
  padding: 10px 20px;
  background: #000;
  color: #FFF;
  border: 1px solid transparent; }
  .button.btn2, .button.sub_accent_button,.button.secondary,.button.btn_secondary, .button.button_secondary, .button.secondary_button, .btn.btn2, .btn.sub_accent_button, .btn.btn_secondary, .btn.button_secondary, .btn.secondary_button {
    border: 1px solid #d0d0d0;
    background: #f0f0f0;
    color: #666; }
  .button.menu_toggle, .btn.menu_toggle {
    position: absolute;
    top: 19%;
    left: 6%;
    border: none;
    line-height: 0;
    padding: 10px;
    background: none;
    width: 44px;
    height: 44px; }
    .button.menu_toggle .bar, .btn.menu_toggle .bar {
      float: left;
      position: relative;
      width: 100%;
      height: 3px;
      background: #666;
      display: block;
      margin-bottom: 3px; }
      .button.menu_toggle .bar:last-child, .btn.menu_toggle .bar:last-child {
        margin-bottom: 0; }
  .button.mobile_cart, .btn.mobile_cart {
    float: right;
    position: absolute;
    top: 19%;
    right: 6%;
    border: none;
    background: none;
    color: #333;
    font-size: 1.2em; }

.search_form .button, .newsletter_signup .button {
  width: auto;
  float: right;
  margin: 0;
  font-size: 1.2em;
  background: #FFF;
  color: #666666;
  padding: .5em 1em;
  border: none;
  margin: 0; }
  .search_form .button:hover, .newsletter_signup .button:hover {
    background: none;
    color: #000; }

.search_form .button {
  padding: .5em; }

/*@media screen and (min-width: 1000px) {*/
  aside .search_form input.button {
    width: 34px;
    margin: 5px 3px 0 0; }

  .accent_block .button {
    float: none;
    width: auto;
    margin-right: 20px; }
    .accent_block .button:last-child {
      margin-right: 0; }

  .accent_block .search_form input.button {
    width: 25%; }

  .prefooter .newsletter_signup input.button {
    margin-top: 5px; }
/*}*/
.slidesjs-pagination,
.controls.dots {
  position: absolute;
  bottom: 3%;
  left: 50%;
  padding: 0;
  z-index: 99; }
  .slidesjs-pagination .slidesjs-pagination-item,
  .slidesjs-pagination li,
  .controls.dots .slidesjs-pagination-item,
  .controls.dots li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    margin-right: 6px; }
  .slidesjs-pagination .slidesjs-pagination-item a,
  .slidesjs-pagination .dot,
  .controls.dots .slidesjs-pagination-item a,
  .controls.dots .dot {
    float: left;
    position: relative;
    width: 100%;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    background: #f0f0f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    display: block; }
    .slidesjs-pagination .slidesjs-pagination-item a:hover,
    .slidesjs-pagination .dot:hover,
    .controls.dots .slidesjs-pagination-item a:hover,
    .controls.dots .dot:hover {
      background: #b3b3b3; }
    .slidesjs-pagination .slidesjs-pagination-item a.active,
    .slidesjs-pagination .dot.active,
    .controls.dots .slidesjs-pagination-item a.active,
    .controls.dots .dot.active {
      background: #666666; }

/**
 * @file: webcube/wireframe/_stafftoolbar.scss
 */
#stafftoolbar {
  background: #444;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0; }
  #stafftoolbar .tools {
    margin: 0px;
    padding: 4px;
    float: left; }
  #stafftoolbar .tools li {
    color: #FFF;
    list-style-type: none;
    padding: 0px;
    float: left; }
  #stafftoolbar .tool {
    color: white; }
  #stafftoolbar .logo {
    color: white;
    margin-right: 8px; }
  #stafftoolbar .accountinfo {
    padding: 4px;
    float: right;
    width: 200px;
    color: white;
    text-align: right; }
  #stafftoolbar .accountinfo a {
    color: white; }
    
/* overwriting these in another stylesheet **
.admin_edit {
  float: left;
  position: absolute;
  z-index: 1000;
  top: 6px;
  left: -6px;
}
 
.admin_edit a {
    float: left;
    position: relative;
    width: auto;
    background: #FFF;
    font-weight: bold;
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #1746B8 !important;
    text-transform: lowercase !important;
}
.admin_edit a:hover {
    text-decoration: underline !important;
}
.admin_edit .corner {
    border-color: #999 #999 transparent transparent;
    border-width: 3px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    left: 0;
}
*/

.hide_admin_links .admin_edit {
  display: none; }

.nokeytext .admin_edit,
.nocta .admin_edit {
  position: relative; }

.nokeytext .admin_edit a:after,
.nocta .admin_edit a:after {
  content: " " attr(data-type); }

.admin_links_added .nokeytext,
.admin_links_added .nocta {
  width: 100%;
  height: 100px;
  background: #fbfbfb;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px; }

.hide_admin_links .nokeytext,
.hide_admin_links .nocta {
  display: none; }

/**
 *  @group Media Queries
 */
/**
 *  Mobile First
 */
/**
 *  @file artroom/_base.scss
 *  @app webcube.artroom
 */
.artroom .column .thumb {
  text-align: center; }

.artroom_login .connect {
  display: none; }

/**
 *  @file blog/_base.scss
 *  @app webcube.blog
 */
.blog .entry {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d0d0d0; }
.blog .entry footer {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
.blog article {
  margin-bottom: 20px; }

/**
 *  @file dealerlocator/_base.scss
 *  @app webcube.dealerlocator
 */
.locator #map_holder {
  min-height: 400px; }
.locator #content #map_holder img {
  max-width: none; }
.locator div.location_info h1 {
  font-size: 1.5em;
  display: block; }
.locator div.location_info {
  width: 240px; }
.locator aside.column_nav .block {
  position: fixed;
  bottom: -30px;
  left: 0;
  height: 90px;
  overflow: hidden;
  background: #FFF;
  z-index: 100;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .locator aside.column_nav .block h2 {
    padding: 15px 20px;
    border-bottom: 1px solid #d0d0d0; }
  .locator aside.column_nav .block .locations {
    height: 100%;
    overflow-y: auto; }
  .locator aside.column_nav .block.open {
    height: 75%; }
.locator aside ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0; }
.locator aside ul li h3,
.locator aside ul li p {
  padding-left: 40px; }
.locator aside ul li h3:before {
  position: absolute;
  margin-left: -32px;
  font-size: 40px;
  color: #e0e0e0; }
.locator .nokeytext, .locator .nocta {
  display: none; }

.formmanager #recaptcha_area {
  float: left; }

/**
 *  @file downloads/_base.scss
 *  @app webcube.downloads
 */
.downloads .column {
  margin-bottom: 30px; }
.downloads .column .thumb {
  float: left;
  position: relative;
  width: 50%; }
.downloads .column .info {
  float: right;
  position: relative;
  width: 46%; }

/**
 *  @file news/_base.scss
 *  @app webcube.news
 */
.news .side-nav {
  margin-bottom: 30px;
}
.news .entry {
  padding: 20px 0 0;
  border-bottom: 1px solid #d0d0d0; }
  .news .entry .entry:last-child {
    border-bottom: none;
    padding-bottom: 0; }

/**
 *  @file press/_base.scss
 *  @app webcube.press
 */
.press_detail .scroller_wrap {
  height: 400px; }
.press_detail .media .scroller {
  float: left;
  position: relative;
  width: 100%;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }
  .press_detail .media .scroller li {
    float: left;
    position: relative;
    width: auto;
    padding: 0; }
  .press_detail .media .scroller.controls {
    width: auto; }

/**
 *  @file gallery/_base.scss
 */
.gallery #content .slidesjs-container img {
  max-height: 100%;
  width: auto; }

/**
 *  @file videos/_base.scss
 */
.videos #content .thumbnails ul li a img {
  max-width: 200px; }
.videos .share {
  float: right;
  position: absolute;
  top: 10px;
  right: 0; }
  .videos .share .services {
    float: left;
    margin: 0;
    padding: 0; }
  .videos .share .services li {
    float: left;
    position: relative;
    list-style: none;
    margin-left: 10px; }

.lookbook #content_container,
.lookbook #content {
  padding: 0; }
.lookbook .products {
  position: absolute;
  right: 0px;
  z-index: 10;
  top: 0px;
  overflow-y: scroll;
  height: 100%;
  background: #fff;
  width: 85%;
  padding: 10px; }
  .lookbook .products .product div.thumb {
    width: 30%;
    float: left; }
  .lookbook .products .product div.info {
    width: 70%;
    float: left; }
  .lookbook .products .active {
    display: block; }
  .lookbook .products .facebook_share {
    display: none; }

/**
 *  @file accounts/_base.scss
 *  @app simplecart.accounts
 */
.accounts.referrals .social_links p {
  padding-bottom: 0; }
.accounts.referrals .social_links li {
  list-style: none; }
.accounts.referrals .social_list {
  padding: 0; }
  .accounts.referrals .social_list li {
    margin-bottom: 0; }
  .accounts.referrals .social_list .column.last {
    margin-bottom: 30px; }
  .accounts.referrals .social_list i {
    font-size: 1.2em; }
.accounts.referrals #form_shoutouts_list .table {
  margin-top: 0; }
.accounts.login .social_logins .column {
  margin-bottom: 20px; }
.accounts.login .social_logins a {
  float: left;
  position: relative;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #c0c0c0; }
.accounts.login .accent_block label, .accounts.forgot_password .accent_block label {
  display: block; }
.accounts.dashboard .column_content .column {
  margin-bottom: 30px;
  border: 1px solid #d0d0d0; }
.accounts.dashboard .column_content header {
  padding: 15px;
  border-bottom: 1px solid #d0d0d0;
  background: #f4f4f4; }
  .accounts.dashboard .column_content header h2 {
    padding-bottom: 0; }
.accounts.dashboard .column_content ul {
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  list-style: none; }
  .accounts.dashboard .column_content ul li {
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d0d0d0; }
    .accounts.dashboard .column_content ul li:last-child {
      border-bottom: 0; }
    .accounts.dashboard .column_content ul li a {
      float: left;
      position: relative;
      width: 100%;
      padding: 10px; }
    .accounts.dashboard .column_content ul li .icon {
      float: left;
      position: relative; }
    .accounts.dashboard .column_content ul li .info {
      float: left;
      position: relative;
      width: 80%;
      padding-left: 4%; }
.accounts.store_credit .column_content table {
  width: 100%; }
.accounts.store_credit .column_content table td,
.accounts.store_credit .column_content table th {
  font-size: 14px;
  text-align: left; }
.accounts.gift_cards .column_content table td,
.accounts.gift_cards .column_content table th {
  padding: 5px;
  text-align: center; }
.accounts.rma_order_detail #form_rma_order {
  width: 100%; }
  .accounts.rma_order_detail #form_rma_order ul {
    float: left;
    position: relative;
    width: 100%;
    list-style: none;
    padding-left: 0; }
  .accounts.rma_order_detail #form_rma_order ul li {
    float: left;
    position: relative;
    width: 100%; }
.accounts.order_list .row strong, .accounts.order_detail .row strong, .accounts.order_history .row strong {
  float: left; }
.accounts.order_list p strong, .accounts.order_detail p strong, .accounts.order_history p strong {
  float: left; }
.accounts.store_credit .summary {
  display: none; }
.accounts.store_credit .store-credit-transaction td {
  vertical-align: top;
  padding-right: 10px;
  border: 1px #aaa solid;
  padding: 10px; }
.accounts.store_credit .store-credit-transaction .summary {
  display: none; }
.accounts.store_credit .store-credit-transaction th.type {
  width: 30%; }
.accounts.store_credit .store-credit-transaction td.type {
  vertical-align: top;
  height: 80px;
  overflow: scroll; }
.accounts.affiliate_id #accounts_affiliate_id a, .accounts.commission-payouts #accounts_commission_payouts a, .accounts.commission-earned #accounts_commission_earned a, .accounts.review_orders #accounts_review_orders a, .accounts.payment_method #accounts_payment_method a, .accounts.referrals #accounts_referrals a, .accounts.store_credit #accounts_store_credit a, .accounts.gift_cards #accounts_gift_cards a, .accounts.password_change #accounts_password_change a, .accounts.rma #accounts-returns-and-exchanges a, .accounts.order_history #accounts-order-history a {
  text-decoration: underline; }
.accounts.rma_order_detail #content .column_content .product img {
  height: 12px;
  width: auto; }

/*@media screen and (max-width: 999px) {
  .accounts.order_list .column_content .row [class^="span"],
  .accounts.order_history .order_history_table [class^="span"],
  .accounts.order_detail .column_content .container [class^="span"] {
    width: 100%;
    padding-bottom: 0; }
    .accounts.order_list .column_content .row [class^="span"]:first-child,
    .accounts.order_history .order_history_table [class^="span"]:first-child,
    .accounts.order_detail .column_content .container [class^="span"]:first-child {
      padding-left: 0; } }*/
/**
 *  @file cart/_checkout.scss
 *  @app simplecart.cart
 */
#checkout .nokeytext {
  display: none; }
#checkout .help {
  float: left;
  position: relative;
  width: 100%;
  margin-top: -10px;
  padding-bottom: 20px; }
#checkout .column_nav {
  display: none; }
  #checkout .column_nav .logged_in_as {
    padding: 10px 0 10px 10px; }
  #checkout .column_nav .thumb, #checkout .column_nav .info {
    float: left;
    position: relative;
    width: 100%; }
  #checkout .column_nav .thumb {
    text-align: center; }
  #checkout .column_nav .back_to_cart {
    float: right;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: .8em; }
    #checkout .column_nav .back_to_cart a {
      text-decoration: underline; }
  #checkout .column_nav #basket_summary h3 {
    border-bottom: 1px solid #d0d0d0; }
  #checkout .column_nav #basket_summary #sidecart_sub {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c0c0c0; }
  #checkout .column_nav #basket_summary #sidecart_sub li span {
    font-weight: 400; }
  #checkout .column_nav #basket_summary #sidecart_sub li.total, #checkout .column_nav #basket_summary #sidecart_sub li.total span {
    font-weight: 600; }
  #checkout .column_nav #sidecart li {
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 5px;
    margin-bottom: 0; }
    #checkout .column_nav #sidecart li:nth-child(2n) {
      margin-right: 0; }
  #checkout .column_nav #sidecart .thumb, #checkout .column_nav #sidecart .info {
    float: left;
    position: relative;
    width: auto; }
  #checkout .column_nav #sidecart .thumb {
    width: 23%;
    text-align: center; }
  #checkout .column_nav #sidecart .info {
    width: 73%;
    float: right; }
    #checkout .column_nav #sidecart .info .product_options span {
      margin-right: 5px; }
  #checkout .column_nav #sidecart li:last-child {
    border-bottom: none; }
  #checkout .column_nav #sidecart_wrap {
    float: left;
    position: relative;
    width: 100%; }
  #checkout .column_nav .block {
    border: 1px solid #d0d0d0;
    padding: 10px;
    margin-bottom: 30px; }
  #checkout .column_nav .block:last-child {
    margin-bottom: 0; }
#checkout .column_content {
  border-top: 1px solid #d0d0d0;
  margin-bottom: 30px; }
#checkout .row.error {
  color: red; }
  #checkout .row.error input, #checkout .row.error select {
    border: 1px solid red; }
  #checkout .row.error .errorlist, #checkout .row.error label {
    color: red; }
#checkout label {
  display: block;
  padding-bottom: 5px; }
#checkout #basket_table {
  margin-bottom: 20px; }
  #checkout #basket_table #basket_table_header {
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 0; }
  #checkout #basket_table #basket_table_header h3 {
    font-size: .9em;
    padding: 0; }
  #checkout #basket_table .cell {
    float: left;
    position: relative;
    width: 16%;
    margin-right: 4%; }
  #checkout #basket_table .cell:last-child {
    margin-right: 0; }
  #checkout #basket_table .cart_basket_table_name {
    display: none; }
  #checkout #basket_table .cart_basket_table_remove {
    text-align: center; }
  #checkout #basket_table .row {
    border-bottom: 1px solid #d0d0d0;
    padding: 20px 0; }
  #checkout #basket_table .row p {
    padding-bottom: 0; }
#checkout .step {
  display: none;
  visibility: hidden;
  border-bottom: 1px solid #d0d0d0; }
  #checkout .step header {
    float: left;
    position: relative;
    width: 100%;
    padding: .5em 0; }
  #checkout .step header h2 {
    float: left;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 1em; }
  #checkout .step header h2 .number {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    background: #000;
    color: #FFF;
    margin-right: .5em;
    padding: .1em .4em; }
  #checkout .step header h2 .icon-chevron-right {
    margin: -2px 0 0 10px;
    font-size: .7em;
    display: none; }
  #checkout .step .step_edit {
    float: right;
    margin-top: 24px;
    padding: 0;
    display: none;
    visibility: hidden; }
  #checkout .step.active_step, #checkout .step.complete_step, #checkout .step.current {
    display: block;
    visibility: visible; }
  #checkout .step.skipped_step {
    display: none;
    visibility: hidden; }
  #checkout .step.current .step_edit {
    display: none;
    visibility: hidden; }
  #checkout .step.processing .button {
    background: #c0c0c0;
    text-shadow: none;
    border-bottom: 1px solid #c0c0c0; }
  #checkout .step .form_wrap ul {
    list-style: none;
    padding-left: 0; }
  #checkout .step form p {
    font-size: .88em; }
#checkout .complete_step .step_edit {
  float: right;
  position: absolute;
  display: block;
  visibility: visible;
  top: -17px;
  right: 0px; }
#checkout .current .step_digest,
#checkout .complete_step .step_body {
  display: none; }
#checkout .complete_step .step_digest {
  float: left;
  position: relative;
  width: 100%;
  display: block;
  padding: 10px 0; }
  #checkout .complete_step .step_digest h3 {
    padding-bottom: 0; }
  #checkout .complete_step .step_digest p {
    padding-bottom: 0; }
  #checkout .complete_step .step_digest p:last-child {
    padding-bottom: 20px; }
#checkout .row__card_store,
#checkout #form_payment_step {
  display: none; }
#checkout #cc_info {
  float: left;
  position: relative;
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #d0d0d0;
  padding: 6%;
  width: 112%;
  margin: 0 0 20px -6%; }
  #checkout #cc_info input, #checkout #cc_info select {
    background-color: #FFF; }
  #checkout #cc_info .row {
    width: 100%; }
#checkout #id_cc_exp_year,
#checkout #id_cc_exp_month {
  width: 48%;
  margin-right: 4%; }
#checkout #cc_info .row__cc_exp {
  width: 75%; }
#checkout #cc_info .row__cc_ccv {
  width: 20%;
  clear: none;
  float: right; }
#checkout #cc_info .row__cc_ccv input {
  width: 80%;
  text-align: center; }
#checkout #id_cc_exp_year {
  margin-right: 0; }
#checkout #content article #extras_inline #form_removecoupon, #checkout #content article #extras_inline #form_remove_gift_cards {
  display: none; }
#checkout .continue_shopping {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  border-top: 1px solid #d0d0d0;
  padding-top: 20px; }
#checkout #content article .checkout_options form {
  width: 100%; }
#checkout .cart_basket_table_name img,
#checkout .product_options img {
  width: auto;
  height: 12px; }
#checkout #form_shipping-method label {
  width: 100%;
  text-align: left; }
#checkout .step select,
#checkout .step input[type="text"],
#checkout .step input[type="tel"],
#checkout .step input[type="email"],
#checkout .step input[type="password"],
#checkout .step textarea {
  background-color: #fbfbfb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px; }
#checkout .step label {
  font-weight: 400; }
#checkout .step input[type="text"]:focus,
#checkout .step input[type="tel"]:focus,
#checkout .step input[type="email"]:focus,
#checkout .step input[type="password"]:focus,
#checkout .step textarea:focus,
#checkout .step select:focus {
  background-color: #fefefe; }
#checkout .row__bill_address1 input[type="text"],
#checkout .row__ship_address1 input[type="text"] {
  margin: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }
#checkout .row__bill_address1 .help,
#checkout .row__ship_address1 .help {
  display: none; }
#checkout .row__bill_address2 label,
#checkout .row__ship_address2 label {
  display: none;
  visibility: hidden; }
#checkout .row__bill_address2 .help,
#checkout .row__ship_address2 .help {
  display: none; }
#checkout .row__bill_address2 input[type="text"],
#checkout .row__ship_address2 input[type="text"] {
  border-top: 0;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
#checkout label[for="id_preset_bill_address_same_as_ship"] {
  font-weight: bold; }
#checkout .column_content .step .intro {
  padding-bottom: 20px; }
#checkout #member_login .help {
  text-align: right;
  padding-bottom: 0; }
#checkout #member_login .no_label .button {
  float: right; }
#checkout #step_login .column2 .column.last {
  text-align: center; }
#checkout.cart_summary_visible {
  background: #fbfbfb; }
  #checkout.cart_summary_visible .prefooter.open,
  #checkout.cart_summary_visible #wrap.open, #checkout.cart_summary_visible #footer.open {
    margin-left: -80%; }
  #checkout.cart_summary_visible #handheld_nav {
    display: none; }
  #checkout.cart_summary_visible #wrap {
    overflow: visible; }
  #checkout.cart_summary_visible .column_nav {
    display: block;
    position: absolute;
    top: -48px;
    margin-left: 110%;
    width: 85%; }
    #checkout.cart_summary_visible .column_nav .block {
      border: none; }
  #checkout.cart_summary_visible .button.mobile_cart, #checkout.cart_summary_visible .btn.mobile_cart {
    margin-right: -6%; }
#checkout .button.mobile_cart, #checkout .btn.mobile_cart {
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  -moz-transition: all 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: all 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.4, 1); }
#checkout #upsell {
  float: left;
  position: relative;
  width: 100%;
  padding: 20px;
  border: 1px solid #f0f0f0;
  margin-bottom: 80px; }
  #checkout #upsell .product {
    float: left;
    position: relative;
    width: 48%;
    margin-right: 4%; }
    #checkout #upsell .product .product_name {
      font-size: 1.3em; }
    #checkout #upsell .product .price {
      font-size: 1em; }
    #checkout #upsell .product:nth-child(2n) {
      margin-right: 0; }
    #checkout #upsell .product .thumbnails {
      display: none; }
  #checkout #upsell .close {
    float: right;
    position: absolute;
    top: 6px;
    right: 10px; }
#checkout.authd #content article .checkout_options form {
  float: right; }

/* hidding and unhiding steps */
#checkout #step_update-items.complete_step {
  transition-property: visibility;
  transition-duration: 3s;
  transition-timing-function: ease-out;
  -webkit-transition-property: visibility;
  -webkit-transition-duration: 3s;
  -o-transition-property: visiblity;
  -o-transition-duration: 3s;
  display: none;
  visibility: hidden; }

#checkout.current_step_update-items #step_update-items {
  transition-property: visibility;
  transition-duration: 3s;
  transition-timing-function: ease-out;
  -webkit-transition-property: visibility;
  -webkit-transition-duration: 3s;
  -o-transition-property: visiblity;
  -o-transition-duration: 3s;
  display: block;
  visibility: visible; }

#checkout.current_step_update-items .step.active_step {
  transition-property: visibility;
  transition-duration: 3s;
  transition-timing-function: ease-out;
  -webkit-transition-property: visibility;
  -webkit-transition-duration: 3s;
  -o-transition-property: visiblity;
  -o-transition-duration: 3s;
  display: none;
  visibility: hidden; }

#checkout.current_step_update-items .step.standalone {
  display: block;
  visibility: visible; }

#checkout form#form_payment .errorlist {
  display: block;
  width: 50%;
  float: left;
  clear: left;
  list-style: none outside none; }

.whats_this {
  display: none; }

/*@media screen and (max-width: 599px) {
  .overlay_wrap {
    position: absolute !important; }

  .overlay {
    margin: 5% !important;
    width: 90% !important; } }*/
/**
 *  @file simplecart/cart/_checkout_success.scss
 *  @app simplecart.cart
 */
.checkout_success #print_logo {
  display: none; }
.checkout_success .column_content .quantity strong {
  float: left; }

/*@media screen and (max-width: 999px) {
  .checkout_success .subtotal [class^="span"] {
    width: auto;
    float: left; } }*/
/**
 *  Tablet Min: $break_tablet
 */
/*@media screen and (min-width: 600px) {*/
  /**
   *  @File: webcubecore/grid/_tablet.scss
   */
  .column_content,
  .column_nav,
  .column,
  .span1, .span2, .span3, .span4, .span5, .span6, .span8, .span9, .span10, .span12,
  .col {
    margin-right: 4%; }

  #content:last-child,
  #content_wrap {
    margin-right: 0; }

  /**
   * Column items not set yet
   * .span1, .span7, .span10, .span11
   */
  /**
   * Single Column
   * .span12, .col1, .col, .col1 .col, .column_container
   * xxxxxxxxxxxx
   */
  /**
   * 1/2 Column
   * .span6, .half, .col2 .col
   * xxxxxx xxxxxx
   */
  .column2 .column,
  .span6,
  .half,
  .column4.scalable .column,
  .col4.scalable .col,
  .column3._321 .column,
  .column3.__21 .column,
  .column4._322 .column,
  .column4._321 .column,
  .col2 .col {
    width: 48%; }

  .span5 {
    width: 38.33333%; }

  /**
   * 1/3 Column
   * .span4, .third, .col3 .col
   * xxxx xxxx xxxx
   */
  .column3 .column,
  .span4,
  .third,
  .column4._332 .column,
  .col3 .col {
    width: 30.66664%; }

  /**
   * 2/3 Column
   * .span8, .twothird
   * ---- xxxxxxxxx
   */
  .span8,
  .twothird {
    width: 63.99994%; }

  /**
   * 1/4 Column
   * .span3, .fourth, .col4 .col
   * xxx --- --- ---
   */
  .column_nav,
  .column4 .column,
  .column_container aside,
  .span3,
  .fourth,
  .col4 .col {
    width: 22%; }

  .column4._21 .column {
    width: 48%; }

  /**
   * 3/4 Column
   * .span9, .column_content article
   * xxxxxxxxx ---
   */
  .column_content,
  .span9,
  .column_container article {
    width: 74%; }

  /**
   * 1/5 Column
   * .fifth, .col5 .col
   * xx xx xx xx xx
   */
  .column5 .column,
  .fifth,
  .col5 .col {
    width: 16.8%; }

  /**
   * 1/6 Column
   * .span2, .sixth, .col6 .col,
   * x x x x x x
   */
  .column6 .column,
  .span2,
  .sixth,
  .col6 .col {
    width: 30.66667%; }

  /**
   * 5/6 Column
   * .span10, .fivesixth
   * xxxxxxxxx -
   */
  .span10,
  .fivesixth {
    width: 81.216%; }

  /**
   * 1/12 Column
   * .span12, .sixth, .col6 .col,
   * x x x x x x
   */
  .span1 {
    width: 4.66667%; }

  .position {
    width: 100%;
    margin: 0 auto; }

  .span1:last-child,
  .span2:last-child,
  .span3:last-child,
  .span4:last-child,
  .span5:last-child,
  .span6:last-child,
  .span7:last-child,
  .span8:last-child,
  .span9:last-child,
  .span10:last-child,
  .span11:last-child,
  .span12:last-child,
  .column:last-child,
  .col:last-child,
  .column_content,
  .last {
    margin-right: 0; }

  /**
  * .nav_right changes floats
  */
  .nav_right .span3,
  .nav_right .column_nav {
    float: right;
    margin-right: 0; }
  .nav_right .span9,
  .nav_right .column_content {
    margin-right: 4%; }

  #global {
    margin: 0; }

  .startrow,
  .tablet_startrow {
    clear: both !important; }

  .endrow,
  .tablet_endrow {
    margin-right: 0 !important; }

  .column3 .column:nth-child(3n) {
    margin-right: 0; }
  .column3 .column:nth-child(3n+1) {
    clear: both; }
  .column3 .column:last-child {
    margin-right: 0 !important; }
  .column3._321 .column:nth-child(2n+1), .column3.__21 .column:nth-child(2n+1) {
    clear: both; }
  .column3._321 .column:nth-child(3n), .column3.__21 .column:nth-child(3n) {
    margin-right: 4%; }
  .column3._321 .column:nth-child(3n+1), .column3.__21 .column:nth-child(3n+1) {
    clear: none; }
  .column3._321 .column:nth-child(2n), .column3._321 .column:nth-child(6n), .column3.__21 .column:nth-child(2n), .column3.__21 .column:nth-child(6n) {
    margin-right: 0; }

  .column4._332 .column:nth-child(2n) {
    margin-right: 4%; }
  .column4._332 .column:nth-child(2n+1) {
    clear: none; }
  .column4._332 .column:nth-child(3n+1) {
    clear: both; }
  .column4._332 .column:nth-child(3n) {
    margin-right: 0; }
  .column4._322 .column:nth-child(2n+1), .column4._321 .column:nth-child(2n+1) {
    clear: both; }
  .column4._322 .column:nth-child(2n), .column4._321 .column:nth-child(2n) {
    margin-right: 0; }

  .tablet_plus {
    display: block; }

  .mobile_only {
    display: none; }

  /**
   *  webcube/webcubecore/patterns/_tablet.scss
   */
  /**
   *  Thumbnail with Info
   */
  .thumb_info.thumb_left .thumb, .thumb_info.thumb_right .thumb {
    float: left;
    position: relative;
    width: 23%; }
  .thumb_info.thumb_left .info, .thumb_info.thumb_right .info {
    float: left;
    position: relative;
    width: 73%;
    padding: 0; }
  .thumb_info.thumb_left .thumb {
    margin-right: 4%; }
  .thumb_info.thumb_right .thumb {
    float: right;
    margin: 0; }

  /**
   *  @file wireframe/_tablet.scss
   */
  .services {
    top: 0;
    right: 0;
    position: absolute;
    width: auto;
    margin-bottom: 0; }

  .newsletter_signup input {
    width: 69%; }

  /**
   *  @section simplecart.meta_catalog
   */
  .breadcrumbs {
    text-align: left;
    display: block; }

  .category_controls select {
    width: auto;
    margin-right: 10px;
    padding-right: 30px;
    margin-bottom: 0; }

  .category_detail .item .thumb {
    min-height: none;
    margin-bottom: 10px; }
    .category_detail .item .thumb p {
      line-height: 0; }
  .category_detail .quick_shop {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .category_detail .quick_shop a {
      float: left;
      position: relative;
      width: 100%;
      color: #FFF; }
    .category_detail .quick_shop a span {
      font-size: .85em; }
    .category_detail .quick_shop.active {
      display: block; }
  .category_detail #quick_shop_overlay .column.info {
    padding-top: 20px; }
  .category_detail #product_list.list_layout .column {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #d0d0d0; }
    .category_detail #product_list.list_layout .column:last-child {
      border-bottom: 0; }
  .category_detail #product_list.list_layout .thumb {
    width: 25%; }
  .category_detail #product_list.list_layout .info {
    width: 71%;
    float: right; }
    .category_detail #product_list.list_layout .info form p {
      float: left;
      position: relative;
      width: 100%;
      padding-bottom: 0; }
    .category_detail #product_list.list_layout .info form input, .category_detail #product_list.list_layout .info form select {
      width: auto; }
    .category_detail #product_list.list_layout .info form label {
      display: block; }

  #recently_viewed .col4 .col {
    width: 22%; }
  #recently_viewed .col4 .col:nth-child(2n) {
    margin-right: 4%; }
  #recently_viewed .col4 .col:last-child {
    margin-right: 0; }

  .touch .category_detail .quick_shop {
    display: none; }

/* removing for new contact form layout
  #form_contact {
    width: 80%;
    margin-left: 10%; }
*/

  .column_nav {
    width: 100%; }

  .column_content {
    width: 100%; }

  .affiliates .column2 .column {
    width: 100%; }

  .search_results #results .thumb {
    float: left;
    position: relative;
    width: 25%; }
  .search_results #results .info {
    float: left;
    position: relative;
    width: 71%;
    float: right; }

  .product_detail #product .details,
  .product_detail #product .media {
    width: 48%; }
  .product_detail #product .media {
    margin-right: 4%; }

  .accounts .order_history_table h3:first-child, .accounts .order_history_table p span:first-child {
    padding-left: 7px; }

  /**
   *  @file artroom/_tablet.scss
   *  @app webcube.artroom
   */
  /**
   *  @file blog/_tablet.scss
   *  @app webcube.blog
   */
  /**
   *  @file dealerlocator/_tablet.scss
   *  @app webcube.dealerlocator
   */
  /**
   *  @file downloads/_tablet.scss
   *  @app webcube.downloads
   */
  /**
   *  @file news/_tablet.scss
   *  @app webcube.news
   */
  /**
   *  @file press/_tablet.scss
   *  @app webcube.press
   */
  /**
   *  @file gallery/_tablet.scss
   */
  /**
   *  @file videos/_tablet.scss
   */
  .lookbook .products .product div.info {
    width: 50%;
    clear: none; }

  /**
   *  @file accounts/_tablet.scss
   *  @app simplecart.accounts
   */
  /**
   *  @file webcube/cart/_checkout_tablet.scss
   *  @app simplecart.cart
   */
  #checkout .step header h2 {
    font-size: 1.5em; }
  #checkout .complete_step .step_edit {
    top: -10px;
    right: 20px; }
  #checkout .column_content .step .intro {
    padding-bottom: 20px; }
    #checkout .column_content .step .intro .required {
      float: right;
      font-style: italic; }
  #checkout .column_content .step label {
    float: left;
    position: relative;
    width: 35%;
    padding: 5px 10px 0 0;
    text-align: right; }
  #checkout .column_content .step input[type="email"],
  #checkout .column_content .step select, #checkout .column_content .step input[type="text"], #checkout .column_content .step input[type="tel"], #checkout .column_content .step input[type="password"], #checkout .column_content .step textarea {
    float: left;
    position: relative;
    width: 65%; }
  #checkout .column_content .step .select_existing select {
    width: 100%; }
  #checkout .column_content .step .errorlist {
    float: right;
    width: 65%; }
  #checkout .column_content .step .checkbox {
    padding-bottom: 10px; }
    #checkout .column_content .step .checkbox label {
      text-align: left;
      width: 65%;
      float: right;
      padding: 0 0 10px; }
    #checkout .column_content .step .checkbox input[type="checkbox"] {
      float: left;
      margin: 5px 0 0 26%; }
  #checkout .column_content .step .row__bill_address2 label,
  #checkout .column_content .step .row__ship_address2 label {
    display: block; }
  #checkout .column_content .step .help {
    text-align: right; }
  #checkout .column_content #step_login .column2 .column.last {
    border-left: 1px solid #d0d0d0;
    padding-left: 30px;
    text-align: right;
    width: 43%;
    float: right; }
  #checkout #cc_info .row label {
    width: 100%;
    text-align: left; }
  #checkout #cc_info .row__cc_number input,
  #checkout #cc_info .row__cc_type select {
    width: 100%; }
  #checkout #cc_info .row__reusable input {
    margin-left: 0; }
  #checkout #cc_info .row__reusable label {
    width: auto;
    float: left;
    margin-left: 15px; }
  #checkout #cc_info .row__reusable .help {
    text-align: left; }
  #checkout #content article #extras_inline {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px; }
    #checkout #content article #extras_inline form {
      width: 48%; }
    #checkout #content article #extras_inline form .row {
      width: 65%; }
    #checkout #content article #extras_inline form .sub_accent_button {
      float: left;
      position: relative;
      width: 30%;
      float: right;
      margin-top: 23px;
      padding: .5em 0; }
    #checkout #content article #extras_inline #form_addcoupon, #checkout #content article #extras_inline #form_removecoupon {
      float: left; }
    #checkout #content article #extras_inline #form_gift_cards, #checkout #content article #extras_inline #form_remove_gift_cards {
      float: right; }
    #checkout #content article #extras_inline label, #checkout #content article #extras_inline input[type="text"] {
      width: 100%;
      text-align: left; }
  #checkout #form_shipping-method label {
    padding-bottom: 20px; }
  #checkout label[for="id_preset_bill_address_same_as_ship"] {
    float: left !important;
    font-weight: bold; }
  #checkout #id_preset_bill_address_same_as_ship {
    margin-left: 0;
    margin-right: 10px; }
  #checkout #content article .checkout_options form {
    width: 48%; }
  #checkout #content article .checkout_options .form_guest_checkout {
    float: left; }
  #checkout #content article .checkout_options .form_member_checkout {
    float: right; }

  /**
   *  @file simplecart/cart/_checkout_success_tablet.scss
   *  @app simplecart.cart
   */
/*}*/
/**
 *  Tablet Only: $break_tablet to $break_desktop
 */
/*@media screen and (min-width: 600px) and (max-width: 1000px) {*/
  /**
   *  @File: webcubecore/grid/_tablet_only.scss
   */
  /**
   *  webcube/webcubecore/patterns/_tablet_only.scss
   */
  /**
   *  @file wireframe/_tablet_only.scss
   */
  /**
   *  @section simplecart.meta_catalog
   */
  /*.breadcrumbs {
    text-align: left;
    display: block; }

  .category_controls select {
    width: auto;
    margin-right: 10px;
    padding-right: 30px;
    margin-bottom: 0; }

  #form_contact {
    width: 80%;
    margin-left: 10%; }*/

  /**
   *  @file artroom/_tablet_only.scss
   *  @app webcube.artroom
   */
  /**
   *  @file blog/_tablet_only.scss
   *  @app webcube.blog
   */
  /**
   *  @file dealerlocator/_tablet_only.scss
   *  @app webcube.dealerlocator
   */
  /**
   *  @file downloads/_tablet_only.scss
   *  @app webcube.downloads
   */
  /**
   *  @file news/_tablet_only.scss
   *  @app webcube.news
   */
  /**
   *  @file press/_tablet_only.scss
   *  @app webcube.press
   */
  /**
   *  @file gallery/_tablet_only.scss
   */
  /**
   *  @file videos/_tablet_only.scss
   */
  /**
   *  @file accounts/_tablet_only.scss
   *  @app simplecart.accounts
   */
  /**
   *  @file webcube/cart/_checkout_tablet_only.scss
   *  @app simplecart.cart
   */
  /**
   *  @file simplecart/cart/_checkout_success_tablet_only.scss
   *  @app simplecart.cart
   */
/*}*/
/**
 *  Small Desktop: $break_desktop
 */
/*@media screen and (min-width: 1000px) {*/
  /**
   *  @File: webcubecore/grid/_desktop.scss
   */
  .position {
    width: 960px; }

  .position > .container,
  .position > .wrapper {
    padding: 0;
    margin: 0; }

  /**
   * 1/6 Column
   * .span2, .sixth, .col6 .col,
   * x x x x x x
   */
  .column6 .column,
  .span2,
  .sixth,
  .col6 .col {
    width: 13.33333%; }

  .column4._321 .column,
  .column4.scalable .column,
  .col4.scalable .col {
    width: 30.66664%; }

  .column4._21 .column {
    width: 22%; }
  .column4._322 .column, .column4._321 .column {
    width: 30.66664%; }
  .column4._322 .column:nth-child(2n), .column4._321 .column:nth-child(2n) {
    margin-right: 4%; }
  .column4._322 .column:nth-child(2n+1), .column4._321 .column:nth-child(2n+1) {
    clear: none; }
  .column4._322 .column:nth-child(3n), .column4._321 .column:nth-child(3n) {
    margin-right: 0; }
  .column4._322 .column:nth-child(3n+1), .column4._321 .column:nth-child(3n+1) {
    clear: both; }

  .column3._321 .column, .column3.__21 .column {
    width: 30.66664%; }
  .column3._321 .column:nth-child(2n), .column3.__21 .column:nth-child(2n) {
    margin-right: 4%; }
  .column3._321 .column:nth-child(2n+1), .column3.__21 .column:nth-child(2n+1) {
    clear: none; }
  .column3._321 .column:nth-child(3n), .column3.__21 .column:nth-child(3n) {
    margin-right: 0;
    clear: none; }
  .column3._321 .column:nth-child(3n+1), .column3.__21 .column:nth-child(3n+1) {
    clear: both; }

  .tablet_startrow {
    clear: none !important; }

  .tablet_endrow {
    margin-right: 4% !important; }

  .small_desktop_startrow {
    clear: both; }

  .small_desktop_endrow {
    margin-right: 0; }

  .desktop_only {
    display: block; }

  .handheld_only {
    display: none; }

  /**
   *  webcube/webcubecore/patterns/_desktop.scss
   */
  /**
   *  @file wireframes/_desktop.scss
   */
  .column_nav {
    width: 22%;
    margin-top: 0; }

  .column_content {
    width: 74%; }

  label {
    display: block; }

  input[type="checkbox"] {
    width: 24px;
    height: 20px;
    margin: 2px 10px 0 0;
    background-size: 67px 211px;
    background-position: -5px -157px; }
    input[type="checkbox"].checked {
      background-position: -33px -157px; }

  .services {
    width: auto;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .services li {
      font-size: 1em; }

  #global_nav ul,
  #secondary_nav {
    display: block; }

  #footer_nav li ul {
    display: block; }

  .handheld_only {
    display: none; }

  #global {
    margin: 41px 0 0 0;
    border-top: 1px solid #d0d0d0; }
    #global header {
      text-align: left; }

  #logo {
    margin: 0;
    float: left;
    position: relative;
    width: auto;
    padding: 0 0 20px 0; }

  #global .container {
    padding: 20px 0 15px; }

  #global_nav {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 15px; }
    #global_nav > ul > li {
      padding-right: 15px;
      border-right: 1px solid #d0d0d0;
      margin-right: 15px; }
      #global_nav > ul > li:last-child {
        border: none;
        margin-right: 0;
        padding-right: 0; }

  aside .search_form {
    margin-bottom: 20px; }
    aside .search_form p {
      float: left;
      position: relative;
      width: auto;
      padding: 0; }
    aside .search_form input {
      width: 82%;
      border: none;
      margin: 0; }

  .position_accent_block {
    width: 50%; }

  .accent_block .search_form {
    background: #FFF;
    border: 1px solid #d0d0d0; }
    .accent_block .search_form input {
      border: none;
      width: 75%;
      margin-bottom: 0; }

  /**
   *  @section simplecart.meta_catalog
   */
  .catalog aside nav > ul > li.active > a,
  .product_detail aside nav > ul > li.active > a,
  .category_detail aside nav > ul > li.active > a {
    display: list-item;
    font-size: 1.2em;
    font-weight: 300;
    padding-bottom: 10px; }

  .catalog aside nav > ul > li.active > ul > li > a,
  .product_detail aside nav > ul > li.active > ul > li > a,
  .category_detail aside nav > ul > li.active > ul > li > a {
    display: list-item;
    font-weight: 600; }

  aside nav {
    display: block;
    border: none;
    margin-bottom: 30px; }
    aside nav:first-child {
      border: none; }
    aside nav header h3,
    aside nav header h2,
    aside nav header h1 {
      background: none; }
    aside nav > ul {
      display: block; }
      aside nav > ul .has_subnav ul {
        margin-bottom: 15px; }
      aside nav > ul .has_subnav.active ul {
        display: block; }
        aside nav > ul .has_subnav.active ul li {
          padding: 0; }
        aside nav > ul .has_subnav.active ul li a {
          font-weight: 300; }

  .category_detail #form_quick_add_to_cart {
    padding-top: 20px; }

  .product_detail #product .media, .product_detail #product .details {
    width: 48%; }
  .product_detail #product .details {
    float: right; }
  .product_detail #product .summary {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px; }
  .product_detail #product .thumbnails li.video {
    width: auto; }
  .product_detail #product form {
    width: 100%; }
  .product_detail #quantity_p {
    padding-top: 20px; }

  .add_to_cart {
    float: left;
    position: relative;
    width: 100%; }
    .add_to_cart .submit {
      width: auto; }

  #content article form {
    width: 400px; }

  .affiliates .column2 .column {
    width: 48%; }
  .affiliates .banner textarea {
    min-height: 100px;
    font-family: Courier, Monospace;
    font-size: .8em;
    max-width: 700px; }

  #content article .column2 form {
    width: 100%; }

  .graphicoption li img {
    width: 24px; }

/* removing for new contact form layout
  #form_contact {
    margin-left: 0;
    width: 50%; }
*/

  /**
   *  @section webcube.faq
   */
  .faq .column_nav, .faq .column_content {
    width: 100%; }
  .faq .column_nav ul li {
    border: 0;
    padding: 0 0 10px; }

  #footer .copyright {
    width: auto;
    margin-top: 4px;
    float: left;
    position: relative;
    width: auto; }
  #footer #nav_footer_anchor {
    float: right; }
    #footer #nav_footer_anchor li {
      float: left;
      padding-left: 20px; }

  #footer_nav #nav_footer {
    width: auto;
    padding-left: 0; }

  #footer_nav li {
    float: left;
    padding-left: 15px; }
    #footer_nav li h3 {
      font-size: .95em;
      border-bottom: 1px solid #d0d0d0;
      margin-bottom: 10px; }
    #footer_nav li.social {
      float: left;
      padding: 0;
      width: 18%; }
      #footer_nav li.social h3 {
        border-bottom: 0;
        margin-bottom: 0; }

  #footer_nav li ul li {
    width: 100%; }

  .prefooter h4 {
    float: left;
    position: relative;
    width: auto;
    padding-top: 8px; }
  .prefooter .newsletter_signup {
    float: left;
    width: 90%;
    margin-bottom: 0; }
    .prefooter .newsletter_signup input {
      margin: 0;
      width: 80%; }

  .split_rows .row {
    width: 48%;
    margin-right: 4%;
    clear: both; }
  .split_rows .row:nth-child(2n+1) {
    margin-right: 0;
    clear: none; }
  .split_rows .error input, .split_rows .error textarea, .split_rows .error select {
    margin-bottom: .5em; }
  .split_rows .error .errorlist {
    float: left;
    position: relative;
    width: 100%;
    color: red;
    list-style: none;
    margin: 0;
    padding: 0 0 1em 0; }
  .split_rows .row_contests_comments, .split_rows .row_contests_email_updates {
    width: 100%; }

  .half_width {
    width: 50%; }

  #add_form p {
    float: left;
    position: relative;
    width: 100%; }

  select {
    width: auto;
    max-width: 100%;
    padding-right: 3em; }

  input[type="submit"] {
    width: auto;
    padding: 1em 2em; }

  .graphicoption li.active a {
    border: 1px solid #888; }

  .product_detail .graphicoption {
    padding-bottom: 2em; }
  .product_detail #quantity_p {
    padding: 0; }

  .graphicoption_display {
    border: 1px solid #c0c0c0;
    padding: 0;
    float: left;
    position: absolute;
    z-index: 20;
    background: #FFF;
    margin-top: -93px;
    display: none; }
    .graphicoption_display p {
      padding: 0 .5em .5em; }

  .cs_open #cart_summary_wrap {
    display: block;
    border-bottom: 1px solid #d0d0d0;
    padding: 20px 0; }
    .cs_open #cart_summary_wrap img {
      width: 100%; }
    .cs_open #cart_summary_wrap #order_items ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .cs_open #cart_summary_wrap #order_items ul .info span {
        float: left;
        position: relative;
        width: 100%; }
      .cs_open #cart_summary_wrap #order_items ul .info .product {
        font-weight: bold; }
      .cs_open #cart_summary_wrap #order_items ul .info .total {
        font-weight: normal; }
      .cs_open #cart_summary_wrap #order_items ul .info .option {
        width: auto;
        margin-right: 10px; }
    .cs_open #cart_summary_wrap #summary {
      background: #fbfbfb;
      border: 1px solid #f0f0f0;
      padding: 20px 20px 10px; }
      .cs_open #cart_summary_wrap #summary p {
        float: left;
        position: relative;
        width: 100%;
        padding: 0; }
      .cs_open #cart_summary_wrap #summary .subtotal_amount {
        font-size: 2em;
        font-weight: bold;
        padding-bottom: 20px; }
      .cs_open #cart_summary_wrap #summary .items {
        display: none; }
      .cs_open #cart_summary_wrap #summary .button {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        text-align: center; }
      .cs_open #cart_summary_wrap #summary.empty {
        width: 100%;
        text-align: center;
        padding: 20px; }

  .search_results #form_search p {
    float: left;
    position: relative;
    width: auto; }
  .search_results #form_search #site_search_form {
    width: 800px;
    font-size: 1.45em; }

  /**
   *  Checkout
   */
  #checkout #content article #form_payment #cc_info {
    top: 79px !important; }
  #checkout .product_options p span:first-child {
    padding-left: 0; }
  #checkout .product_options img {
    margin-right: 5px;
    height: 1em; }

  body.product_detail .scroller_wrap {
    height: 140px; }

  body.product_detail div.thumbnails li.video {
    width: auto !important; }

  /**
   *  @file artroom/_desktop.scss
   *  @app webcube.artroom
   */
  .artroom .column_nav {
    float: left;
    position: relative;
    width: 100%; }
    .artroom .column_nav li {
      width: auto;
      border-bottom: 0;
      padding: 0 10px;
      border-left: 1px solid #d0d0d0; }
      .artroom .column_nav li:first-child {
        border: none;
        padding-left: 0; }
  .artroom .column_content {
    float: left;
    position: relative;
    width: 100%; }

  .artroom_login .accent_block .button {
    width: auto;
    padding-left: 30px;
    padding-right: 30px; }
  .artroom_login .post_accent_block {
    float: left;
    position: relative;
    width: 100%; }

  /**
   *  @file blog/_desktop.scss
   *  @app webcube.blog
   */
  /**
   *  @file dealerlocator/_desktop.scss
   *  @app webcube.dealerlocator
   */
  .locator aside.column_nav .block {
    position: relative;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -o-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    height: auto; }
    .locator aside.column_nav .block h2 {
      padding: 0 0 20px; }
    .locator aside.column_nav .block .locations {
      border-top: 1px solid #c0c0c0;
      border-bottom: 1px solid #c0c0c0; }
      .locator aside.column_nav .block .locations h3 {
        font-size: 1.2em;
        padding-bottom: 0;
        line-height: 1.8em; }
      .locator aside.column_nav .block .locations p {
        font-size: .85em; }

  /**
   *  @file gallery/_desktop.scss
   */
  .gallery .slidesjs-container, .gallery .slidesjs-container .slidesjs-slide {
    height: 532px !important; }
  .gallery .thumbnails {
    overflow: hidden; }
  .gallery .thumbnails ul {
    width: 1000em; }
    .gallery .thumbnails ul li {
      float: left;
      position: relative;
      width: auto;
      border: 2px solid transparent;
      padding: 0;
      line-height: 0; }
      .gallery .thumbnails ul li a {
        float: left;
        position: relative;
        width: auto; }
    .gallery .thumbnails ul li.active {
      border: 2px solid #666666; }

  /**
   *  @file videos/_desktop.scss
   */
  .videos .thumbnails {
    overflow: hidden; }
  .videos .thumbnails ul {
    width: 1000em; }
    .videos .thumbnails ul li {
      float: left;
      position: relative;
      width: auto;
      border: 2px solid transparent;
      padding: 0;
      line-height: 0; }
      .videos .thumbnails ul li a {
        float: left;
        position: relative;
        width: auto; }
    .videos .thumbnails ul li.active {
      border: 2px solid #666666; }

  .lookbook #content {
    padding-bottom: 45px; }
  .lookbook div.page {
    display: table !important;
    height: 100%;
    background: black; }
  .lookbook div.image {
    display: table-cell !important;
    vertical-align: middle; }
  .lookbook .products {
    width: 30%; }
  .lookbook .shop_this_look_wrap {
    right: 0px;
    bottom: 0px; }

  /**
   *  @file accounts/_desktop.scss
   *  @app simplecart.accounts
   */
  .accounts .accounts_header header {
    float: left; }
  .accounts .accounts_header .user_status {
    float: right;
    padding-bottom: 0;
    margin-top: 5px; }
  .accounts.order_list .row {
    border-bottom: 1px solid #d0d0d0;
    padding: 5px 0; }
  .accounts.order_detail .column_content .container {
    border-bottom: 1px solid #d0d0d0; }
  .accounts.order_detail .column_content .container p {
    padding: 5px 0; }

  /**
   *  @file cart/_checkout_desktop.scss
   *  @app simplecart.cart
   */
  #checkout #update_basket_items_table .error {
    display: block;
    float: left;
    color: red; }

  #checkout #basket_table .cell.last {
    margin-right: 0; }

  #checkout #basket_table .subtotal {
    margin-right: 0;
    width: 6% !important; }

  #checkout #basket_table .special {
    float: right;
    position: relative;
    width: 23%;
    margin-right: 0%;
    margin-top: 10px; }

  #checkout #basket_table .managed .subtotal {
    text-decoration: line-through;
    color: red; }

  #checkout #basket_table .managed .after_price {
    display: block; }

  #checkout .column_nav {
    display: block;
    float: right;
    margin-right: 0; }
    #checkout .column_nav #sidecart li {
      width: 100%;
      margin-right: 0; }
    #checkout .column_nav .logged_in_as {
      position: absolute;
      top: -54px; }
  #checkout #basket_table .cell {
    width: 12%; }
  #checkout #basket_table .info {
    width: 36%; }
    #checkout #basket_table .info .cart_basket_table_image {
      float: left;
      position: relative;
      width: 30%; }
    #checkout #basket_table .info .cart_basket_table_name {
      float: left;
      position: relative;
      width: 66%;
      float: right;
      display: block; }
  #checkout #content article #step_update-items form {
    width: 100%; }
  #checkout #content article form {
    width: 100%; }
  #checkout .column_content .step .select_existing select {
    width: 75%; }
  #checkout .column_content .step #form_payment > .checkbox > label {
    width: 83%; }
  #checkout .submit_divide input {
    float: right; }
  #checkout #form_skip_registration {
    float: right; }
  #checkout .form_wrap {
    float: left;
    position: relative;
    width: 75%; }
  #checkout #content article #form_payment {
    clear: both;
    width: 100%; }
    #checkout #content article #form_payment .row {
      width: 50%;
      clear: both; }
    #checkout #content article #form_payment #cc_info {
      width: 46%;
      float: right;
      position: absolute;
      top: 42px;
      right: 0; }
    #checkout #content article #form_payment #cc_info .row {
      width: 100%; }
    #checkout #content article #form_payment #cc_info .row__cc_exp {
      width: 75%; }
    #checkout #content article #form_payment #cc_info .row__cc_ccv {
      width: 20%;
      clear: none;
      float: right; }
    #checkout #content article #form_payment #cc_info .row__cc_ccv input {
      width: 80%;
      text-align: center; }
    #checkout #content article #form_payment #id_cc_exp_year {
      margin-right: 0; }
  #checkout #content article #extras_inline form {
    width: 48%; }
  #checkout #content article #step_update-items .checkout_options.decouple {
    float: right;
    position: relative;
    width: auto; }
  #checkout #content article #step_update-items .checkout_options form {
    width: auto;
    float: left;
    margin-left: 20px; }
  #checkout #content article #step_update-items .checkout_options .form_member_checkout {
    float: right; }
  #checkout .continue_shopping {
    float: left;
    position: relative;
    width: auto;
    border-top: 0;
    padding-top: 0; }
  #checkout #cc_info {
    border: 1px solid #d0d0d0;
    padding: 20px;
    width: 100%;
    margin: 0; }
  #checkout .continue_shopping {
    float: left;
    position: relative;
    width: auto;
    margin-top: 5px; }
    #checkout .continue_shopping a {
      float: left;
      position: relative; }
  #checkout #upsell .product .column {
    margin-right: 4%; }
  #checkout #upsell .product .column.last {
    margin-right: 0; }
  #checkout #upsell .product .button {
    padding: 10px; }
  #checkout #content #form_skip_registration {
    float: left;
    width: auto;
    margin-top: -64px; }

  /**
   *  @file simplecart/cart/_checkout_success_desktop.scss
   *  @app simplecart.cart
   */
  .checkout_success .column_nav {
    margin-right: 0;
    float: right; }
  .checkout_success .subtotal .span10, .checkout_success .total .span10 {
    text-align: right; }
/*}*/
/**
 *  Large Desktop: $break_large_desktop
 */
/*@media screen and (min-width: 1240px) {*/
  /**
   *  @File: webcubecore/grid/_large_desktop.scss
   */
  .position {
    width: 1200px; }

  .column4._321 .column,
  .col4._321 .col,
  .column4.scalable .column,
  .col4.scalable .col {
    width: 22%; }

  .column4._332 .column, .column4._322 .column, .column4._321 .column {
    width: 22%; }
  .column4._332 .column:nth-child(2n), .column4._322 .column:nth-child(2n), .column4._321 .column:nth-child(2n) {
    margin-right: 4%; }
  .column4._332 .column:nth-child(3n), .column4._322 .column:nth-child(3n), .column4._321 .column:nth-child(3n) {
    margin-right: 4%; }
  .column4._332 .column:nth-child(3n+1), .column4._322 .column:nth-child(3n+1), .column4._321 .column:nth-child(3n+1) {
    clear: none; }
  .column4._332 .column:nth-child(4n), .column4._322 .column:nth-child(4n), .column4._321 .column:nth-child(4n) {
    margin-right: 0; }
  .column4._332 .column:nth-child(4n+1), .column4._322 .column:nth-child(4n+1), .column4._321 .column:nth-child(4n+1) {
    clear: both; }

  .tablet_startrow, .small_desktop_startrow {
    clear: none; }

  .tablet_endrow, .small_desktop_endrow {
    margin-right: 4%; }

  .large_desktop_startrow {
    clear: both; }

  .large_desktop_endrow {
    margin-right: 0; }

  /**
   *  webcube/webcubecore/patterns/_large_desktop.scss
   */
  /**
   *  @file wireframes/_large_desktop.scss
   */
  #footer_nav li {
    /*width:11.6%;*/ }

  #footer_nav li.social {
    width: 22%; }

  #footer_nav li h3 {
    font-size: 1.1em; }

  .search_results #form_search #site_search_form {
    width: 47.2em; }

  /**
   *  @file artroom/_large_desktop.scss
   *  @app webcube.artroom
   */
  /**
   *  @file blog/_large_desktop.scss
   *  @app webcube.blog
   */
  /**
   *  @file dealerlocator/_large_desktop.scss
   *  @app webcube.dealerlocator
   */
  /**
   *  @file downloads/_large_desktop.scss
   *  @app webcube.downloads
   */
  /**
   *  @file news/_large_desktop.scss
   *  @app webcube.news
   */
  /**
   *  @file press/_large_desktop.scss
   *  @app webcube.press
   */
  /**
   *  @file gallery/_large_desktop.scss
   */
  .gallery .slidesjs-container, .gallery .slidesjs-container .slidesjs-slide {
    height: 666px !important; }

  /**
   *  @file videos/_large_desktop.scss
   */
  /**
   *  @file accounts/_large_desktop.scss
   *  @app simplecart.accounts
   */
  .accounts .store-credit-transaction .summary {
    display: table-cell; }

  /**
   *  @file webcube/cart/_checkout_large_desktop.scss
   *  @app simplecart.cart
   */
  /**
   *  @file simplecart/cart/_checkout_success_large_desktop.scss
   *  @app simplecart.cart
   */ 
/*}*/
@-moz-document url-prefix() {
  .category_controls select, select {
    background-image: none;
    padding-right: 10px; } }

.lt-ie9 .last,
.lt-ie9 .slvzr-last-child {
  margin-right: 0 !important; }

/**
 *  SKIN
 */
/**
 *  Fashion
 */
body {
  font-family: Helvetica,  Arial, sans-serif;
  font-size: 16px;
  font-weight: lighter; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.6em; }
.h2 {
  background: #D8DDE1;
  border: 1px solid #F5F5F5;
  margin: 2em 0 1em 0;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: bold;
}

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

blockquote, p {
  line-height: 1.5em; }

ol li {
  padding: 5px; }

a, a:link, a:hover, a:visited {
  color: #000; }

.social_icons {
  font-size: 1.4em; }

#recently_viewed_section {
  padding: 30px 0;
  border-top: 1px solid #e0e0e0; }

.accounts_header {
  margin-top: 50px; }

a.button {
  color: #FFF;
  background: #000; }

a.link {
  text-decoration: underline; }

.ui_patterns #content img {
  width: 100%; }

#secondary_nav #nav_search {
  width: 22.5em; }

/*@media screen and (min-width: 1000px) {*/
  #global_nav {
    width: auto;
    float: right; }

  .home #hero .slidesjs-container,
  .home #hero .slidesjs-container .slidesjs-slide {
    height: 480px !important; }

  .catalog aside nav > ul > li.active > a,
  .product_detail aside nav > ul > li.active > a,
  .category_detail aside nav > ul > li.active > a {
    font-size: 1.3em;
    font-weight: bold; }
/*}*/
/*@media screen and (min-width: 1240px) {*/
  .home #hero .slidesjs-container,
  .home #hero .slidesjs-container .slidesjs-slide {
    height: 600px !important; }
/*}*/

header {
position: static;
}.banner_headline, #grid .column p, #aside_article .column_nav p, #article_aside .column_nav p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section_header:before, #social_tools .horizontal_list:before, #container:before, .clearfix:before, #global_nav ul:before, #global_nav .mbg_nav_global_products:before,
#global_nav .mbg_nav_global_solutions:before, .section_header:after, #social_tools .horizontal_list:after, #container:after, .clearfix:after, #global_nav ul:after, #global_nav .mbg_nav_global_products:after,
#global_nav .mbg_nav_global_solutions:after {
  content: " ";
  display: table;
}
.section_header:after, #social_tools .horizontal_list:after, #container:after, .clearfix:after, #global_nav ul:after, #global_nav .mbg_nav_global_products:after,
#global_nav .mbg_nav_global_solutions:after {
  clear: both;
}

/*
 * Hero Banner
 */
#hero_banner_full .full_width img {
  width: 100%;
}

.banner_headline {
  text-align: center;
  color: #fff;
}
.banner_headline h2 {
  color: #fff;
}

/*
 * Grid
 */
#grid .column {
  height: 205px;
  background-color: rgba(0, 0, 0, 0.1);
}
#grid .column p {
  margin: 0;
  padding: 0;
  text-align: center;
}

/*
 * Social Tools
 */
#social_tools .fb-like {
  width: 100%;
  margin: 15px 0;
  float: left;
  position: relative;
}
#social_tools .horizontal_list {
  padding: 0;
}
#social_tools .horizontal_list li {
  font-size: 2em;
}

/*
 * Aside + Content
 */
#aside_article .column_nav, #article_aside .column_nav {
  height: 205px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}
#aside_article .column_nav p, #article_aside .column_nav p {
  margin: 0;
  padding: 0;
  text-align: center;
}

#article_aside .aside_right .column_content {
  margin-right: 4%;
}
#article_aside .aside_right .column_nav {
  margin-right: 0;
}

/*
 * Media Queries
 */
/* Tablet Only */
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .grid .column6 .column:nth-of-type(3n) {
    margin-right: 0;
  }
}
/**
 * Global styles and overrides
 */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

body {
  background: transparent url("//www.eizo.com/media-upload/solutions_casestudies_bg.gif") left top repeat-x;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
  margin-top: 3px;
  margin-right: 2px;
}

input[type="radio"] {
  margin-right: 12px;
}

.button, .btn {
  background: #333;
}

.position > .container {
  width: 960px;
}

#main-w h2,
#container h2 {
  padding-bottom: 7px;
}
#main .box .col2 {
  background: url("https://webcube-general.s3.amazonaws.com/eizo/media/mediaupload/14/11/12/border_780.gif") no-repeat center bottom;
}
#main .box .col2.last {
  background: none;
}
#global_header_wrap,
.prefooter,
#footer {
  text-align: left;
}

.page_wrap {
  position: relative;
}

.position {
  width: 960px;
}

/* #content img {
  width: auto;
} */

#wrap {
  background: transparent;
}

a, a:link, a:hover, a:visited {
  color: #1746B8;
}

a:hover {
  text-decoration: underline;
}

a.more_link {
  color: #1746b8;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

.section_header {
  margin-bottom: 5px;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.3);
}
.grid .section_header {
  padding: 5px 0;
}
.section_header h4 {
  padding: 0;
  font-weight: normal;
}

.section_content {
  position: relative;
}

.arrow_left {
  position: relative;
}
.arrow_left:before {
  content: "";
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") -148px -16px no-repeat;
  height: 5px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 3px;
}

.page-top {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: right;
}
.page-top a {
  color: #1746B8;
  position: relative;
}
.page-top a:before {
  content: "";
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") -161px -16px no-repeat;
  height: 3px;
  left: 3px;
  position: absolute;
  top: 5px;
  width: 5px;
}

.slides_bottom {
  margin-left: 4px;
}


/* Icons */
.icon-facebook-sign,
.icon-twitter-sign,
.icon-youtube {
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") 0 0 no-repeat;
  display: inline-block;
  height: 31px;
  width: 32px;
}
.icon-facebook-sign:before,
.icon-twitter-sign:before,
.icon-youtube:before {
  content: none;
}

.icon-facebook-sign {
  background-position: 0 0;
}

.icon-twitter-sign {
  background-position: -42px 0;
}

.icon-youtube {
  background-position: -84px 0;
}


/**
 * Header styles and overrides
 */
#global_header_wrap {
  float: left;
  margin: 0;
  padding-top: 15px;
  position: relative;
  width: 100%;
}
.home #global_header_wrap {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}
#global_header_wrap .container {
  padding: 0;
  background-color: #fcfbfb;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #d7d7d7;
  z-index: 11;
}
#global_header_wrap .logo {
  margin-left: 12px;
}
#global_header_wrap header {
  padding: 5px;
  text-align: left;
}
.cart_summary_visible #global_header_wrap, .nav_visible #global_header_wrap {
  background: #FFF;
  z-index: 101;
}

#secondary_nav {
  font-size: 11px;
  margin-top: 5px;
  position: relative;
  text-transform: uppercase;
  top: auto;
}
#secondary_nav ul li {
  font-size: 11px;
}
#secondary_nav a {
  color: #333;
}
#secondary_nav .region_selector {
  text-transform: capitalize;
}
#secondary_nav .region_selector a {
  color: #eee;
}

.about_eizo li:not(.about_header_tag) {
  position: relative;
}
.about_eizo li:not(.about_header_tag):before {
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") -148px 0 no-repeat;
  content: "";
  display: block;
  height: 5px;
  left: 2px;
  position: absolute;
  top: 17px;
  width: 3px;
}

.about_header_tag {
  margin-right: 10px;
  padding: 10px 0;
}
.about_header_tag .text {
  background-color: #4f4f4f;
  color: #fff;
  display: inline-block;
  padding: 0 3px 0 4px;
  position: relative;
}
.about_header_tag .text:after {
  border-top: 10px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #4f4f4f;
  content: '';
  height: 0;
  position: absolute;
  right: -10px;
  width: 0;
}

#global_nav {
  background-color: #3d3f40;
  background-image: linear-gradient(#414445, #262627);
  color: #fff;
  float: none;
  padding: 0;
  width: 100%;
}
#global_nav ul li {
  font-size: 0.9em;
  padding: 8px 0 7px 25px;
  text-transform: uppercase;
}
#global_nav ul li ul {
  background: #f9f9f9;
  left: 0;
  top: 100%;
}
#global_nav ul li ul li {
  padding: 0;
}
#global_nav ul li ul li:hover {
  background-color: #fff;
}
#global_nav ul li ul li a {
  color: #000;
}
#global_nav > ul > li {
  border-right: 1px solid #525253;
  box-shadow: 2px 0 0 0 #000;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  width: 146px;
}
#global_nav > ul > li:last-child {
  box-shadow: none;
}
#global_nav > ul > li:hover {
  background-color: #262627;
  background-image: linear-gradient(black, #59595a);
}
#global_nav a {
  color: #fff;
}
#global_nav a:hover {
  text-decoration: none;
}
#global_nav .nav_global {
  float: left;
  position: relative;
}
#global_nav .nav_global > li {
  cursor: pointer;
  position: relative;
}
#global_nav .nav_global > li ul {
  border-top: 8px solid #3e3e3f;
  border-bottom: 8px solid #3e3e3f;
  border-left: 0;
  border-right: 0;
  left: 0;
  top: 110%;
}
#global_nav .nav_global > li ul a {
  display: block;
  height: 100%;
  padding: 4px 30px 4px 10px;
  width: 100%;
}
#global_nav .nav_global > li ul.mbg_nav_global_purchase a, #global_nav .nav_global > li ul.mbg_nav_global_support a {
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 15px;
  width: 260px;
  color: #767676;
}
#global_nav .nav_global > li ul.mbg_nav_global_purchase a {
  width: 371px;
}
#global_nav .nav_global > li ul.mbg_nav_global_solutions {
  /*left: -145px;*/
}
#global_nav .nav_global > li > .text, #global_nav .nav_global > li > a > .text, #global_nav .nav_global > li.nav_global_exhibitions .text {
  display: block;
  font-size: 0.87em;
  letter-spacing: 1px;
  position: relative;
}
#global_nav .nav_global > li > .text:before, #global_nav .nav_global > li > a > .text:before, #global_nav .nav_global > li.nav_global_exhibitions .text:before {
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") -233px 0 no-repeat;
  content: "";
  display: block;
  height: 5px;
  left: -14px;
  position: absolute;
  top: 6px;
  width: 5px;
}
#global_nav .nav_global > li:hover:after {
  background-color: #59595a;
  content: "";
  display: block;
  height: 10%;
  left: 0;
  position: absolute;
  bottom: -10%;
  width: 100%;
}
#global_nav .nav_global > li:hover > .text:before, #global_nav .nav_global > li.nav_global_exhibitions:hover .text:before {
  content: none;
}
#global_nav .nav_global_products,
#global_nav .nav_global_solutions {
  position: static;
}
#global_nav .mbg_nav_global_products,
#global_nav .mbg_nav_global_solutions {
  height: 191px;
  left: 1px;
  width: 955px;
}
#global_nav .mbg_nav_global_products > li,
#global_nav .mbg_nav_global_solutions > li {
  background: transparent url("//www.eizo.com/media-upload/nav_product_sprite.jpg") 0 0 no-repeat;
  float: left;
  height: 175px;
  text-indent: -9999em;
  width: 136px;
}
#global_nav .mbg_nav_global_products .nav_global_flexscan,
#global_nav .mbg_nav_global_products .nav_global_business-enterprise,
#global_nav .mbg_nav_global_solutions .nav_global_flexscan,
#global_nav .mbg_nav_global_solutions .nav_global_business-enterprise {
  background-position: 0 0;
}
#global_nav .mbg_nav_global_products .nav_global_flexscan:hover,
#global_nav .mbg_nav_global_products .nav_global_business-enterprise:hover,
#global_nav .mbg_nav_global_solutions .nav_global_flexscan:hover,
#global_nav .mbg_nav_global_solutions .nav_global_business-enterprise:hover {
  background-position: 0 -175px;
}
#global_nav .mbg_nav_global_products .nav_global_coloredge,
#global_nav .mbg_nav_global_products .nav_global_graphics,
#global_nav .mbg_nav_global_solutions .nav_global_coloredge,
#global_nav .mbg_nav_global_solutions .nav_global_graphics {
  background-position: -137px 0;
}
#global_nav .mbg_nav_global_products .nav_global_coloredge:hover,
#global_nav .mbg_nav_global_products .nav_global_graphics:hover,
#global_nav .mbg_nav_global_solutions .nav_global_coloredge:hover,
#global_nav .mbg_nav_global_solutions .nav_global_graphics:hover {
  background-position: -137px -175px;
}
#global_nav .mbg_nav_global_products .nav_global_foris,
#global_nav .mbg_nav_global_products .nav_global_gaming,
#global_nav .mbg_nav_global_solutions .nav_global_foris,
#global_nav .mbg_nav_global_solutions .nav_global_gaming {
  background-position: -274px 0;
}
#global_nav .mbg_nav_global_products .nav_global_foris:hover,
#global_nav .mbg_nav_global_products .nav_global_gaming:hover,
#global_nav .mbg_nav_global_solutions .nav_global_foris:hover,
#global_nav .mbg_nav_global_solutions .nav_global_gaming:hover {
  background-position: -274px -175px;
}
#global_nav .mbg_nav_global_products .nav_global_curator,
#global_nav .mbg_nav_global_products .nav_global_medical,
#global_nav .mbg_nav_global_solutions .nav_global_curator,
#global_nav .mbg_nav_global_solutions .nav_global_medical {
  background-position: -411px 0;
}
#global_nav .mbg_nav_global_products .nav_global_curator:hover,
#global_nav .mbg_nav_global_products .nav_global_medical:hover,
#global_nav .mbg_nav_global_solutions .nav_global_curator:hover,
#global_nav .mbg_nav_global_solutions .nav_global_medical:hover {
  background-position: -411px -175px;
}
#global_nav .mbg_nav_global_products .nav_global_radiforce,
#global_nav .mbg_nav_global_products .nav_global_medical,
#global_nav .mbg_nav_global_solutions .nav_global_radiforce,
#global_nav .mbg_nav_global_solutions .nav_global_industry {
  background-position: -547px 0;
}
#global_nav .mbg_nav_global_products .nav_global_radiforce:hover,
#global_nav .mbg_nav_global_products .nav_global_medical:hover,
#global_nav .mbg_nav_global_solutions .nav_global_radiforce:hover,
#global_nav .mbg_nav_global_solutions .nav_global_industry:hover {
  background-position: -547px -175px;
}
#global_nav .mbg_nav_global_products .nav_global_duravision,
#global_nav .mbg_nav_global_products .nav_global_industry,
#global_nav .mbg_nav_global_solutions .nav_global_duravision,
#global_nav .mbg_nav_global_solutions .nav_global_air-traffic-control {
  background-position: -684px 0;
}
#global_nav .mbg_nav_global_products .nav_global_duravision:hover,
#global_nav .mbg_nav_global_products .nav_global_industry:hover,
#global_nav .mbg_nav_global_solutions .nav_global_duravision:hover,
#global_nav .mbg_nav_global_solutions .nav_global_air-traffic-control:hover {
  background-position: -684px -175px;
}
#global_nav .mbg_nav_global_products .nav_global_raptor-i-revue,
#global_nav .mbg_nav_global_products .nav_global_air-traffic-control,
#global_nav .mbg_nav_global_solutions .nav_global_raptor-i-revue,
#global_nav .mbg_nav_global_solutions .nav_global_defense-aerospace {
  background-position: -821px 0;
}
#global_nav .mbg_nav_global_products .nav_global_raptor-i-revue:hover,
#global_nav .mbg_nav_global_products .nav_global_air-traffic-control:hover,
#global_nav .mbg_nav_global_solutions .nav_global_raptor-i-revue:hover,
#global_nav .mbg_nav_global_solutions .nav_global_defense-aerospace:hover {
  background-position: -821px -175px;
}
#global_nav .mbg_nav_global_solutions > li {
  background-image: url("//www.eizo.com/media-upload/nav_solution_sprite.jpg");
}
#global_nav .mbg_nav_global_purchase,
#global_nav .mbg_nav_global_support {
  width: 377px;
}
#global_nav .mbg_nav_global_purchase li,
#global_nav .mbg_nav_global_support li {
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
#global_nav .mbg_nav_global_purchase li:last-child,
#global_nav .mbg_nav_global_support li:last-child {
  border-bottom: none;
}
#global_nav .mbg_nav_global_purchase a:before,
#global_nav .mbg_nav_global_support a:before {
  content: "";
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") -148px 0 no-repeat;
  height: 5px;
  left: 7px;
  position: absolute;
  top: 15px;
  width: 3px;
}
#global_nav .mbg_nav_global_support {
  left: -100%;
  width: 520px;
}
#global_nav .mbg_nav_global_support > li {
  width: 50%;
  float: left;
}
#global_nav .mbg_nav_global_support > li:nth-of-type(even) {
  border-left: 1px solid #e4e4e4;
  float: right;
}
#global_nav .footer_only {
  display: none;
}

.nav_search {
  background-color: #232425;
  float: right;
  height: 34px;
  padding: 7px 15px 5px;
}
.nav_search .search_form {
  background-color: #3b3b3c;
  border: 1px solid #191919;
  height: 20px;
}
.nav_search .search_form input {
  background-color: #3b3b3c;
  color: #999999;
  padding: 2px 0 0 3px;
  font-size: 11px;
  height: 100%;
  line-height: 11px;
  width: 180px;
}
.nav_search .search_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.nav_search .search_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
.nav_search .search_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.nav_search button {
  float: right;
  margin: 0;
  padding: 0;
}
.nav_search button[type="submit"] {
  background-color: #1e1f1f;
  border: none;
}
.nav_search button[type="submit"] .icon-search {
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") -205px 0 no-repeat;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.nav_search button[type="submit"] .icon-search:before {
  content: none;
}

.region_selector {
  position: relative;
  top: 10px;
  width: 140px;
  background: #3b3b3c;
  font-size: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  float: left;
  margin: 0 5px 0 70px;
}
.region_selector * {
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
}
.region_selector ul li ul li a {
  color: #EEEEEE;
  cursor: pointer;
}
.region_selector ul li ul li a:hover {
  color: #4abbf1;
  text-decoration: underline;
}
.region_selector div {
  height: 18px;
  cursor: pointer;
}
.region_selector div span {
  padding-left: 22px;
  display: block;
  float: left;
  height: 18px;
  width: 12px;
  line-height: 18px;
  color: #ffffff;
  background: url("//www.eizo.com/media-upload/icon-sprite.png") -122px 3px no-repeat;
}
.region_selector div a {
  display: block;
  float: right;
  width: 19px;
  height: 18px;
  background: url("//www.eizo.com/media-upload/icon-sprite.png") -549px 0 no-repeat;
}
.region_selector div.open a {
  background-position: -520px 0;
}
.region_selector ul,
.region_selector ul li,
.region_selector ul li ul,
.region_selector ul li ul li {
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  line-height: 1;
  list-style: none;
  font-size: 10px;
}
.region_selector ul.regions_menu {
  padding-bottom: 1em;
  display: none;
  background: #333333;
  box-shadow: 0 0 5px 0 #999999;
  -moz-box-shadow: 0 0 5px 0 #999999;
  -webkit-box-shadow: 0 0 5px 0 #999999;
  z-index: 205;
}
#secondary_nav ul.regions_menu li {
padding: 3px 5px 3px 10px;
font-size: 10px;
}
#secondary_nav .region_selector ul.regions_menu {
  position: absolute;
  padding: 5px 0 10px;
}
#secondary_nav .region_selector ul.regions_menu li {
  width: 100%;
}
#secondary_nav .region_selector ul.regions_menu li ul li {
  padding: 4px 0 0 3px;
}
.region_selector ul.regions_menu ul[class^='mbg_regions_menu_'] li:before {
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") -579px 0 no-repeat;
  content: "";
  height: 5px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 3px;
}
.region_selector ul.regions_menu > li {
  position: relative;
}
.region_selector ul.regions_menu > li:before {
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") -233px 0 no-repeat;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 5px;
}
.region_selector ul.regions_menu > li.open:before {
  background-position: -233px -16px;
  top: 7px;
}
.region_selector ul.regions_menu > li ul {
  display: none;
}
.region_selector ul li {
  margin-left: 1em;
  padding: 0.3em 0;
  color: #888888;
}
.region_selector ul li span {
  margin-right: 0.5em;
  display: inline;
  cursor: pointer;
}
.region_selector ul li a.global {
  color: #888888;
  margin-left: 0.2em;
  text-decoration: none;
  display: inline;
}
.region_selector ul li span.mark {
  font-family: monospace;
}
.region_selector ul li ul {
  /*margin: 5px 0 2px 0;*/
}
.region_selector ul li ul li {
  margin: 0 0 0.4em 1.5em;
  float: left;
  margin: 0 0 0.4em 6px;
  _margin-left: 5px;
  padding-left: 12px;
  vertical-align: top;
}
.region_selector ul li ul li span.none {
  display: block;
  cursor: default;
}

/* FOOTER
********************************/
/* FOOTER
********************************/
.info_request .container {
  background-color: #424242;
  color: #fff;
  padding: 43px 0 23px;
  text-align: center;
}
.info_request .button {
  /* Fallback for sad browsers */
  background-color: #90c038;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(#b2d356, #90c038);
  /* Opera */
  background-image: -o-linear-gradient(#b2d356, #90c038);
  /* WebKit (Safari 4+, Chrome 1+) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2d356), color-stop(1, #90c038));
  /* WebKit (Chrome 11+) */
  background-image: -webkit-linear-gradient(#b2d356, #90c038);
  /* IE10 */
  background-image: -ms-linear-gradient(#b2d356, #90c038);
  /* W3C */
  background-image: linear-gradient(#b2d356, #90c038);
  border-radius: 5px;
  margin-left: 10px;
}
.info_request .button span {
  font-size: 1.2em;
}
.info_request a {
  color: #fff;
}
.info_request a:hover {
  text-decoration: none;
}

.prefooter {
  padding: 0;
}
.prefooter .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  color: #d8d8d8;
  background: #333333;
  border: none;
  float: none;
}
.prefooter .container:after {
  content: " ";
  display: block;
  clear: both;
}
.prefooter .container > div {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
}
.prefooter .container > div:last-of-type {
  width: 23.72881%;
  float: right;
  margin-right: 0;
}
.prefooter .container ul.icons,
.prefooter .container ul.icons li {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.prefooter .container ul.icons {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
}
.prefooter .container ul.icons li {
  float: right;
  margin-left: 10px;
}
.prefooter .container a {
  color: #d8d8d8;
  text-decoration: none;
}
.prefooter .container a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.prefooter .nav_global {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}
.prefooter .nav_global:after {
  content: " ";
  display: block;
  clear: both;
}
.prefooter .column_li {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.prefooter .column_li:last-of-type {
  width: 23.72881%;
  float: right;
  margin-right: 0;
}
.prefooter .column_li ul {
  list-style-type: disc;
  margin: 7px 0 0;
  padding: 0 0 0 15px;
}
.prefooter .column_li li {
  padding: 0;
  font-size: 11px;
  line-height: 1.5;
}
.prefooter .column_li > .text {
  font-weight: bold;
  font-size: 12px;
  color: #949494;
  line-height: 1.1;
  text-transform: uppercase;
}
.prefooter .footer_social {
  position: relative;
  height: 154px;
}
.prefooter .footer_social > ul {
  bottom: 0;
  position: absolute;
  right: 0;
}
.prefooter .footer_social li {
  padding-bottom: 0;
}
.prefooter .footer_social a:hover {
  text-decoration: none;
}
.prefooter .header_only {
  display: none;
}

#footer {
  width: 960px;
  float: none;
  margin: 0 auto 10px;
  overflow: hidden;
}
#footer a {
  color: #333;
  text-decoration: none;
}
#footer .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#footer .container:after {
  content: " ";
  display: block;
  clear: both;
}
#footer #footer_nav {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  text-transform: uppercase;
}
#footer .copyright {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}
#footer .nav_footer li,
#footer .copyright {
  color: #333;
  font-size: 10px;
  margin: 0;
  padding: 0;
}
#footer .nav_footer {
  clear: both;
  float: none;
  padding-left: 5px;
}
#footer .nav_footer li {
  display: inline-block;
  float: none;
  margin-right: 10px;
  padding-left: 5px;
  position: relative;
  width: auto;
}
#footer .nav_footer li:before {
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") -148px 0 no-repeat;
  content: "";
  display: block;
  height: 5px;
  left: -3px;
  position: absolute;
  top: 7px;
  width: 3px;
}
#footer .copyright {
  color: #333;
  font-size: 10px;
  margin: 0;
  padding: 0;
  text-align: right;
}

/*******************************/
/* CUSTOM HOMEPAGE STYLES
********************************/
.home {
  /* Homepage Banner */
}
.home .banner_main {
  /*background-image: url("//www.eizo.com/media-upload/homepage-banner.jpg"), url("//www.eizo.com/media-upload/homepage-banner-bg-gradient.jpg");*/
  background-color: transparent;
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-x;
  height: 550px;
  min-width: 1200px;
}
.home .banner_main .container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.home .banner_main .container:after {
  content: " ";
  display: block;
  clear: both;
}
.home .banner_main .container .info {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  padding-right: 25px;
  padding-top: 200px;
}
.home .banner_main h1 {
  font-size: 55px;
}
.home .banner_main .tagline {
  font-size: 16px;
}
.home .banner_main .more_link {
  display: block;
}
.home h4 {
  border-left: none;
}

/* Find Product */
.find_product {
  background: #1e1e1e url("//www.eizo.com/media-upload/banner-product-finder.jpg") center no-repeat;
  color: #fff;
  height: 270px;
  margin-bottom: 100px;
}
.find_product .container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.find_product .container:after {
  content: " ";
  display: block;
  clear: both;
}
.find_product header {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  padding-top: 55px;
}
.find_product h2 {
  color: #fff;
  font-size: 45px;
}
.find_product a {
  color: #919191;
  font-size: 16px;
  font-weight: bold;
}

/* Site Info */
.site_info {
  margin-bottom: 50px;
}
.site_info .content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.site_info .content:after {
  content: " ";
  display: block;
  clear: both;
}
.site_info .column {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}
.site_info .column:last-of-type {
  width: 23.72881%;
  float: right;
  margin-right: 0;
}
.site_info .column img {
  display: block;
  margin-bottom: 25px;
}
.site_info article {
  border-top: 1px solid #dedede;
  padding-top: 20px;
}
.site_info h4 {
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0;
}
.site_info .news {
  padding-right: 20px;
}
.site_info .news h4 {
  margin-bottom: 20px;
}
.site_info .post_meta {
  color: #9d9d9d;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.site_info .column:not(.news) .more_link {
  display: block;
}

/* Social Feed */
.social_feed {
  margin-bottom: 100px;
}
.social_feed h2 {
  font-size: 48px;
  margin-bottom: 25px;
  text-align: center;
}
.social_feed ul {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.social_feed ul:after {
  content: " ";
  display: block;
  clear: both;
}
.social_feed li {
  width: 18.36735%;
  float: left;
  margin-right: 2.04082%;
  list-style-type: none;
  position: relative;
}
.social_feed li:last-child {
  width: 18.36735%;
  float: right;
  margin-right: 0;
}
.social_feed li:after {
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") -248px 0 no-repeat;
  bottom: 12px;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 8px;
  width: 30px;
}
.social_feed li.twitter:after {
  background-position: -328px 0;
}
.social_feed li.instagram:after {
  background-position: -288px 0;
}

/* Bottom Slider */
.slides_top,
.slides_bottom {
  position: relative;
}
.slides_top .arrow,
.slides_top .prev,
.slides_top .next,
.slides_bottom .arrow,
.slides_bottom .prev,
.slides_bottom .next {
  background: transparent url("//www.eizo.com/media-upload/icon-sprite.png") -368px 0 no-repeat;
  height: 25px;
  left: -10px;
  position: absolute;
  top: 35%;
  width: 25px;
  z-index: 5;
}
.slides_top .arrow a,
.slides_top .prev a,
.slides_top .next a,
.slides_bottom .arrow a,
.slides_bottom .prev a,
.slides_bottom .next a {
  display: inline-block;
  height: 100%;
  text-indent: -9999em;
  width: 100%;
}
.slides_top .arrow_next,
.slides_top .next,
.slides_bottom .arrow_next,
.slides_bottom .next {
  background-position: -403px 0;
  left: auto;
  right: 0;
}

.slides_top .arrow,
.slides_top .prev,
.slides_top .next {
  background-position: -606px 0;
  height: 45px;
  top: 12%;
  left: -55px;
  width: 45px;
}
.slides_top .arrow_next,
.slides_top .next {
  background-position: -661px 0;
  left: auto;
  right: -55px;
}

.cta_slider {
  margin-bottom: 30px;
  overflow: hidden;
}
.cta_slider .cta_slides {
  padding: 0;
}
.cta_slider .cta_slides li {
  float: left;
  list-style-type: none;
  margin-right: 12px;
  max-width: 228px;
  max-height: 100px;
  position: relative;
}
.cta_slider .cta_slides li:last-child {
  margin-right: 0;
}
.slides_top .cta_slider {
  margin: -30px 0 100px;
}
.slides_top .cta_slider li {
  max-width: 233px;
  max-height: 150px;
}

/**
 * Sitemap & Library Styles
 */
.library-home,
.library-landing,
.library-landing-2 {
  background: transparent url("//www.eizo.com/media-upload/solutions_casestudies_bg.gif") left top repeat-x;
}
#main .eyestrain .to_ev {
  background: url("https://webcube-general.s3.amazonaws.com/eizo/media/mediaupload/14/11/05/eyestrain_img_016.jpg");
}
#main .eyestrain #tab01_content .animation {
  background: url("https://webcube-general.s3.amazonaws.com/eizo/media/mediaupload/14/11/06/eyestrain_img_03.jpg");
}
#main .eyestrain .commonArea #subTab li.subTab01 span {
  background: url("https://webcube-general.s3.amazonaws.com/eizo/media/mediaupload/14/11/06/eyestrain_subnav.jpg");
}
#main .eyestrain .commonArea #subTab li.subTab02 span {
  background: url("https://webcube-general.s3.amazonaws.com/eizo/media/mediaupload/14/11/06/eyestrain_subnav.jpg") -240px 0px no-repeat;;
}
#main .eyestrain .commonArea #subTab li.subTab03 span {
  background: url("https://webcube-general.s3.amazonaws.com/eizo/media/mediaupload/14/11/06/eyestrain_subnav.jpg") -480px 0px no-repeat;
}
#main .eyestrain .to_ev .to_ev_btn a {
  background: url("https://webcube-general.s3.amazonaws.com/eizo/media/mediaupload/14/11/06/eyestrain_btn_01.jpg");
}
#main .eyestrain .ev_point {
  display: inline;
}
#main .eyestrain #tab ul li.tab01 span.over {
  background-position: 0px -204px;
}
#main .eyestrain #tab ul li.tab01 span.active {
  background-position: 0px -204px;
}
#main .eyestrain #tab ul li.tab02 span.over {
  background-position: -240px -204px;
}
#main .eyestrain #tab ul li.tab02 span.active {
  background-position: -240px -204px;
}
#main .eyestrain #tab ul li.tab03 span.over {
  background-position: -480px -204px;
}
#main .eyestrain #tab ul li.tab03 span.active {
  background-position: -480px -204px;
}

/**
 * News Styles
 */
.news #content {
  padding: 50px 0;
}
.news footer .pagination {
  padding-top: 20px;
}

/**
 * Flatpages that need a little bit of extra padding on the container wrap
 */
.default_padding #content_wrap {
  padding: 50px 0;
}

/**
 * Product Page Styles
 */
/*.product-landing,
.product-landing-filtered, */
body.product-detail {
  /*background: transparent url("//www.eizo.com/media-upload/products_bg_gradient.gif") left top repeat-x;*/
  background: transparent url("../img/bg-tw-half.faaf7cb5d173.gif") left top repeat-x;
}

/*
.product-landing #main_visual span:first-of-type,
.product-landing-filtered #main_visual span:first-of-type {
  display: block !important;
}
*/

.product-landing .comparison,
.product-landing-filtered .comparison {
  display: none;
}

#side h3, #side h4 {
  border: none;
  font-size: 0.8em;
}
#side h3 {
  font-weight: bold;
  margin-bottom: 0;
}
#side .product_selector > h2 {
  background: #8c9297 url("//www.eizo.com/media-upload/product_selector_header.png") 7px center no-repeat;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  padding: 6px 0 6px 32px;
}
#side .product_selector > h4 {
  background-color: #ebecee;
  font-weight: bold;
  padding: 4px;
}
#side .product_selector .selection_header {
  font-weight: bold;
}
#side .product_selector .selector li {
  font-size: 0.85em;
}

.product_finder_contents #tab_filter,
.product_finder_contents .link_discon {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_finder_contents #tab_filter li,
.product_finder_contents .link_discon li {
  border-top: 1px solid #d7dddf;
  font-size: 0.8em;
  line-height: 1.3;
  padding: 9px 2px 8px 12px;
  position: relative;
}
.product_finder_contents #tab_filter li:after,
.product_finder_contents .link_discon li:after {
  background: url("//www.eizo.com/media-upload/icon-sprite.png") no-repeat -148px 0;
  content: "";
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 3px;
}
.product_finder_contents #tab_filter li.active:after,
.product_finder_contents .link_discon li.active:after {
  background-position: -161px 0;
  height: 3px;
  width: 5px;
}
.product_finder_contents #tab_filter {
  margin: 1em 0;
}
.product_finder_contents #tab_filter li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.product_finder_contents .link_discon li {
  padding-top: 12px;
}
.product_finder_contents .selector_options {
  list-style: none;
  padding-left: 0;
}
.product_finder_contents .selector_options .solution2 {
  padding-left: 15px;
}

#product_finder_addition {
  display: block;
}

#product_finder_result .item.right {
  float: right;
}

.solutions #breadcrumbs {
  top: 0;
}
.solutions.solutions_medical_or #breadcrumbs a {
  color: #fff;
}
.solutions #wrap {
  background-color: transparent;
}
.solutions #content .tab li a {
  /*background: #eeeeee;*/
  background: url("https://webcube-general.s3.amazonaws.com/eizo/media/mediaupload/14/11/12/solution-tab-bg.gif") repeat-x 0 0 !important;
}
.solutions #content .tab li a:hover {
  /*background: #F6F7F7;*/
  background: url("https://webcube-general.s3.amazonaws.com/eizo/media/mediaupload/14/11/12/solution-tab-bg.gif") repeat-x 0 -68px !important;
}
.solutions #content .tab li.active a,
.solutions #content .tab li.active a:hover {
  /*background: #3d3f40 !important;*/
  background: url("https://webcube-general.s3.amazonaws.com/eizo/media/mediaupload/14/11/12/solution-tab-bg.gif") repeat-x 0 -138px !important;
  color: #fff;
}
.solutions #content .tab li.active a:after {
  content: "";
  display: block;
  width: 1px;
  border-top: 7px solid #3D3F40;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -10px;
}
#content .tab ul li.tab_5 a span {
  font-size: 100%;
}
.solutions .column {
  float: none;
  width: auto;
  padding: 0;
}
.solutions .column .column_inner {
  background-color: #fff;
  border: 1px solid #e5e6e7;
  padding: 0 0 3px;
}
/*.solutions #main .box2:first-of-type .col2 {
  border-bottom: 1px dotted #a4a4a4;
}
.solutions #main .box2:first-of-type .col2:last-of-type {
  border-bottom: none;
}*/

.solutions_atc {
  background: transparent url("//www.eizo.com/media-upload/solutions_atc_bg.gif") left top repeat-x;
}

.solutions_business {
  background: transparent url("//www.eizo.com/media-upload/solutions_business_bg.gif") left top repeat-x;
}
.solutions_business #breadcrumbs a {
  color: #1746b8;
}

.solutions_industry {
  background: transparent url("//www.eizo.com/media-upload/solutions_industry_bg.gif") left top repeat-x;
}

.solutions_medical {
  background: transparent url("//www.eizo.com/media-upload/solutions_medical_bg.gif") left top repeat-x;
}
.solutions_medical_or {
  background: transparent url("//www.eizo.com/media-upload/solutions_medical_or_bg.gif") left top repeat-x;
}
.solutions_medical_index {
  background: transparent url("//www.eizo.com/media-upload/solutions_medical_index_bg.gif") left top repeat-x;
}
.solutions_medical_pacs {
  background: transparent url("//www.eizo.com/media-upload/solutions_medical_pacs_bg.gif") left top repeat-x;
}
.solutions_medical_clinical {
  background: transparent url("//www.eizo.com/media-upload/solutions_medical_clinical_bg.gif") left top repeat-x;
}
.solutions_medical_mammography {
  background: transparent url("//www.eizo.com/media-upload/solutions_medical_mammography_bg.gif") left top repeat-x;
}
.solutions_medical_dentistry {
  background: transparent url("//www.eizo.com/media-upload/solutions_medical_dentistry_bg.gif") left top repeat-x;
}
.solutions_medical_pathology {
  background: transparent url("//www.eizo.com/media-upload/solutions_medical_pathology_bg.gif") left top repeat-x;
}

.solutions_atc #main #tab01_content,
.solutions_atc #main #tab02_content,
.solutions_atc #main #tab03_content,
.solutions_atc #main #tab04_content,
.solutions_atc #main #tab05_content,
.solutions_medical #main #tab01_content,
.solutions_medical #main #tab02_content,
.solutions_medical #main #tab03_content,
.solutions_medical #main #tab04_content,
.solutions_medical #main #tab05_content {
  padding: 0 5px;
}

.solutions_touch {
  background: transparent url("//www.eizo.com/media-upload/solutions_touch_bg.gif") left top repeat-x;
}

.case-studies-landing #wrap {
  background: transparent;
}
.case-studies-landing #main_visual {
  height: 230px;
}
.case-studies-landing #main_visual h2 {
  background: none;
  border: none;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 12px 0;
  padding: 60px 0 0 0;
}
.case-studies-landing h3 {
  font-weight: bold;
}
.case-studies-landing #content_wrap a {
  color: #1746b8;
}
.case-studies-landing .cancel {
  margin: 0.5em 0;
  padding: 0;
}


/**
 * Accounts Sections
 */
.accounts #content_container {
  padding: 70px 0 50px;
}

#visual_content #btn_area { display: none; }

#container {
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  padding-bottom: 0;
}

#page_tabs td > p {
  padding-bottom: 0;
}

#container h2 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 2em 0 1em 0;
}

#container .h1 {
  font-size: 2em !important;
  margin: .67em 0 !important;
  font-weight: normal !important;
  background: transparent !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#visual_content h2,
#visual_content p.small-header {
  margin: 0 0 12px 0;
  padding: 60px 0 0 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
#visual_content h1 {
    margin: 0 0 50px 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}

#main .tab03 span {
    line-height: 1 !important;
}

#content {
  /*padding-top: 0;*/
}

#side #side_inner ul.level01 li {
  width: 138px;
  border: 1px solid #FFFFFF !important;
  background-color: #f0f0f0;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, white, #f0f0f0);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white, #f0f0f0);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white, #f0f0f0);
  /* IE10 */
  background-image: -o-linear-gradient(top, white, #f0f0f0);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white, #f0f0f0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f0f0f0');
}

#side #side_inner ul li {
  background: none;
  position: relative;
}
#side #side_inner ul li:before {
  width: 7px;
  height: 10px;
  content: "";
  position: absolute;
  display: block;
  background-image: url("//www.eizo.com/media-upload/icon-sprite.png");
  background-repeat: no-repeat;
  background-position: -233px 0;
  top: 18px;
  left: 3px;
  margin-top: -5px;
}
#side #side_inner ul li ul li {
  position: relative;
}
#side #side_inner ul li ul li:before {
  width: 7px;
  height: 10px;
  content: "";
  position: absolute;
  display: block;
  background-image: url("//www.eizo.com/media-upload/icon-sprite.png");
  background-repeat: no-repeat;
  background-position: -148px 0;
  top: 19px;
  left: 3px;
  margin-top: -5px;
}
#side #side_inner ul.level01 li:before, #side #side_inner ul.level02 li:before, #side #side_inner ul.level03 li:before, #side #side_inner ul.level04 li:before, #side #side_inner ul.level05 li:before {
  background-position: -148px 0;
}
#side #side_inner ul.level01 li.current:before, #side #side_inner ul.level02 li.current:before, #side #side_inner ul.level03 li.current:before, #side #side_inner ul.level04 li.current:before, #side #side_inner ul.level05 li.current:before {
  background-position: -161px 2px;
}

.main_visual #spec_area .subcopy ul.arrow li,
#main_visual #spec_area .subcopy ul.arrow li,
#main ol li ul.arrow li,
#main ul.notes li ul.arrow li,
#main ul li ul.arrow li,
#main ul.arrow li,
#main ul.arrow li ul li,
#main ul.arrow li ul li ul li,
#main-w ol li ul.arrow li,
#main-w ul.notes li ul.arrow li,
#main-w ul li ul.arrow li,
#main-w ul.arrow li,
#main-w ul.arrow li ul li,
#main-w ul.arrow li ul li ul li {
  margin: 0 0 0 17px;
  padding-left: 0;
  line-height: 1.5;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
}
.main_visual #spec_area .subcopy ul.arrow li:before,
#main_visual #spec_area .subcopy ul.arrow li:before,
#main ol li ul.arrow li:before,
#main ul.notes li ul.arrow li:before,
#main ul li ul.arrow li:before,
#main ul.arrow li:before,
#main ul.arrow li ul li:before,
#main ul.arrow li ul li ul li:before,
#main-w ol li ul.arrow li:before,
#main-w ul.notes li ul.arrow li:before,
#main-w ul li ul.arrow li:before,
#main-w ul.arrow li:before,
#main-w ul.arrow li ul li:before,
#main-w ul.arrow li ul li ul li:before {
  width: 7px;
  height: 10px;
  content: "";
  position: absolute;
  display: block;
  background-image: url("//www.eizo.com/media-upload/icon-sprite.png");
  background-repeat: no-repeat;
  background-position: -148px 0;
  top: 50%;
  left: -15px;
  margin-top: -5px;
}

a.arrow_bottom {
  position: relative;
}
a.arrow_bottom:before {
  width: 7px;
  height: 10px;
  content: "";
  position: absolute;
  display: block;
  background-image: url("//www.eizo.com/media-upload/icon-sprite.png");
  background-repeat: no-repeat;
  background-position: -161px 0;
  top: 50%;
  left: 5px;
  margin-top: -2px;
}

table td img {
  max-width: none;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  padding-left: 5px;
  border-left: 5px solid #979FA5;
}

#main .eyestrain #tab ul li.tab01 span {
  background: url("//www.eizo.com/media-upload/eyestrain_tabnav.jpg") no-repeat 0 0;
}
#main .eyestrain #tab ul li.tab01 span.over {
  background-position: 0px -204px;
}
#main .eyestrain #tab ul li.tab02 span {
  background: url("//www.eizo.com/media-upload/eyestrain_tabnav.jpg") no-repeat -240px 0;
}
#main .eyestrain #tab ul li.tab02 span.over {
  background-position: -240px -204px;
}
#main .eyestrain #tab ul li.tab03 span {
  background: url("//www.eizo.com/media-upload/eyestrain_tabnav.jpg") no-repeat -480px 0;
}
#main .eyestrain #tab ul li.tab03 span.over {
  background-position: -480px -204px;
}

#links #links_inner {
  background: #FBFCFC;
  -webkit-box-shadow: 0px 0px 4px #cccccc;
  -moz-box-shadow: 0px 0px 4px #cccccc;
  -o-box-shadow: 0px 0px 4px #cccccc;
  box-shadow: 0px 0px 4px #cccccc;
}

#main #tab ul li span {
  text-indent: 0px;
  color: #94989F;
  background-color: #F3F6F7 !important;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  /*border-top: 1px solid #D7DDDF;
  border-left: 1px solid #D7DDDF;
  border-right: 1px solid #D7DDDF;*/
}

#main #tab ul {
  height: 41px;
  border-bottom: 1px solid #D7DDDF;
  position: relative;
}
#main #tab ul:after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  border-left: 1px solid #989EA4;
  border-right: 1px solid #989EA4;
}

#main #tab ul li span.active {
  height: 45px;
  color: #fff;
  line-height: 38px;
  background-color: #989ea4 !important;
}
#main #tab ul li span.active:before {
  content: "";
  border: 7px solid #989EA4;
  border-color: #989EA4 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -7px;
}

#main #tab ul.products li span.hidden {
  background-color: #E0E3E4 !important;
}

.expand_view li a,
.expand_view li img {
  display: block;
}

.product-landing-2 #main > .view,
.product_detail #main > .view {
  display: none;
}
.product-landing-2 #main > .view.active,
.product_detail #main > .view.active {
  display: block;
}
.product-landing-2 #product_photo .photo li,
.product_detail #product_photo .photo li {
  visibility: hidden;
}
.product-landing-2 #product_photo .photo li.active,
.product_detail #product_photo .photo li.active {
  visibility: visible;
}

.product-landing #product_finder_result .new .detail {
  background: transparent url("//www.eizo.com/media-upload/icon-new.gif") no-repeat scroll right top;
}

#overlay-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.product_detail .overlay #content {
  text-align: left;
  background: url("//www.eizo.com/media-upload/products_bg_gradient.gif") top left repeat-x;
}

.product_detail .overlay a.close {
  top: 2px;
  right: 4px;
}

.product_detail .overlay #main_visual {
  padding: 0 45px;
}

.product_detail .overlay #main_visual ul#btn_area {
  right: 45px;
}
f

.product_finder_contents {
   display: none !important;
}

#product_finder_result li {
   list-style: none !important;
  float:left;
}
#product_finder_result li .arrow {
  text-align: center;
}
#main .product_finder_result_container {
background-color: white !important;
}
#product_finder_result .left {
  border-right: 1px solid #DCE0E2;
}
#product_finder_result li {
    list-style: none !important;
    float: left;
}

.cta_slider {
  position: relative;
}

ul.cta_slides.clearfix {
  position: relative;
}

/* .solutions_graphics #content .tab ul,
.solutions_business #content .tab ul {
  margin-left: -9px;
} */

.overlay {
    overflow: auto;
}
.overlay #content #visual_content {
    height: auto;
}
.overlay #content #visual_content h2 {
    padding-top: 20px
}

#pickup.slides_bottom span.prev, #pickup.slides_bottom span.next {
    width: 25px;
    height: 25px;
}
.news article .media .description {
    font-size: 0.75em;
    font-style: italic;
}

.product_detail #solution_banner_products, 
.product_detail #solution_banner_solutions {
    visibility: visible;
}#side .product_selector .solution_selector li {
   display: none;
}

#side .selector {
   display: none;
}

#side .panel_size_selector li {
   display: none;
}

#side.flexscan .panel_size_selector li.flexscan {
   display: block;
}
#side.duravision .panel_size_selector li.duravision {
   display: block;
}
#side.radiforce .panel_size_selector li.radiforce {
   display: block;
}
#side.coloredge .panel_size_selector li.coloredge {
   display: block;
}


#side.flexscan .product_selector .solution_selector li.flexscan {
   display: block;
}

#side.flexscan .selector.flexscan {
   display: block;
}

#side.coloredge .product_selector .solution_selector li.coloredge {
   display: block;
}

#side.coloredge .selector.coloredge {
   display: block;
}


#side.foris .product_selector .solution_selector li.foris {
   display: block;
}

#side.foris .selector.foris {
   display: block;
}


#side.duravision .product_selector .solution_selector li.duravision {
   display: block;
}

#side.duravision .selector.duravision {
   display: block;
}


#side.raptor .product_selector .solution_selector li.raptor {
   display: block;
}

#side.raptor .selector.raptor {
   display: block;
}


#side.radiforce .product_selector .solution_selector li.radiforce {
   display: block;
}

#side.radiforce .selector.radiforce {
   display: block;
}


#side .product_selector .solution2 {
    padding-bottom: 3px;
}

#product_list h2.other_results {
    clear:both;
    margin-top: 20px;
}#global_nav .nav_global > li ul.mbg_nav_global_products {
   left: -146px;
}

#cta_key_homepage_feature {
  z-index: 0;
  margin-top: 105px;
}

#cta_key_homepage_feature .slidesjs-pagination {
   margin-left: -80px;
}

.managed_contact .intro {
   margin-top: 48px;
}

.managed_contact .column_nav {
   margin-top: 30px;
}

#product_finder_result h3.cancel {
   font-weight: bold;
}


.search_results #content .intro {
   margin-top: 20px;
}
.search_results #form_search #site_search_form {
    width: 800px;
   
 }

#product_finder_result .loader {
    width: 30px;
    height: 30px;
}

table.clean {
    border: none;
    table-layout: fixed;
}
table.clean td {
    border: none;
}
table.clean td[align=center] {
    text-align: center;
}
#side #side_inner ul li.current span {
    color: #1746B7;
}
.checkbox_multi ul {
    list-style-type: none;
}
.checkbox_multi input[type="checkbox"] {
    margin-right: 0px !important;
    width: 24px !important;
}
.error .accent_block { /* 404 page margin */
    margin: 50px 0;
}.solutions #main_visual {  margin-bottom: 0; padding: 0;}
  .solutions #main_visual img { display: block; }

.content h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  padding-bottom: 10px;
}

.product-detail ul.comparison {
  display: none;
}

.search_results .comparison, .search_results .product_id {
  display: none;
}
.home {}
/*.home .homepage_feature {
    overflow: visible !important;
    height: 417px;
    z-index: 0;
    margin-top: 105px;
}
.home .homepage_feature .slidesjs-container,
.home .homepage_feature .slidesjs-control {
    overflow: visible !important;
    width: 100% !important;
    height: 100% !important;
}
.home .homepage_feature .slidesjs-pagination {
    bottom: 5%;
}
.home .homepage_feature .cta_item {
    height: 417px;
}
*/
.home .homepage_feature .cta_item .cta_image {
    position: absolute;
    top: -105px;
    width: 100%;
    height: 550px;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
}
.home .homepage_feature .cta_item .cta_image img {
    max-width: none;
    display: none;
}
.home .homepage_feature .cta_item .cta_target {
    display: block;
    width: 960px;
    height: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 1;
}
.home .homepage_feature .cta_item .overlay_text {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -100px;
    width: 960px;
    text-align: left;
}
.home .homepage_feature .cta_item .overlay_text .block {
  width: 50%;
}
.home .homepage_feature .cta_item .overlay_text .block.right {
  margin-left: 50%;
  text-align: right;
}

.home .homepage_feature .cta_item .overlay_text .h1,
.home .homepage_feature .cta_item .overlay_text h1 {
  font-size: 57px;
  line-height: 1.2em;
  
}
.home .homepage_feature .cta_item .overlay_text .tagline {
  font-size: 16px;
}
.home .homepage_feature .cta_item .overlay_text .more_link {
  display: block;
}
.home .homepage_feature .cta_item .overlay_text .more_link::after {
  content: " >";
}
#pickup_body ul, #relation_body ul {
width: auto;
}
.home .homepage_feature .cta_item .overlay_text .block.dark {
}
.home .homepage_feature .cta_item .overlay_text .block.dark .h1,
.home .homepage_feature .cta_item .overlay_text .block.dark h1,
.home .homepage_feature .cta_item .overlay_text .block.dark .tagline {
  color: #fff;
}
.home .homepage_feature .cta_item .overlay_text .block.dark .more_link {
  color: #b2b2b2;
}
/* radiforce extra tab 5 font styles */
#main #tab ul.radiforce li.tab05 span {
   font-size: 10px;
   line-height: 1.2;
   padding-top: 5px;
}

#main #tab ul.radiforce li.tab03 span {
    font-size: 13px;
    line-height: 1;
    padding-top: 4px;
}body { margin-top: 0 !important; }
body #stafftoolbar {
    display: block;
    position: fixed;
    margin-top: -22px;
    opacity: 1; /* TMP */
    background: #232425;
}
body #stafftoolbar .logo {
    width: 80px;
    height: 25px;
    background: #232425;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: -20px;
    left: 5px;
    padding: 3px 7px;
}
body #stafftoolbar .logo:after {
    content: "Admin";
    margin-left: 7px;
}
body #stafftoolbar:hover { 
    margin-top: 0;
}
body #stafftoolbar:hover .logo { 
    display: none;
}
body #stafftoolbar a:hover {
    text-decoration: none;
}
.admin_edit {
  float: left;
  position: absolute;
  z-index: 1000;
  top: 6px;
  left: -6px;
}
.admin_edit a {
    float: left;
    position: relative;
    width: 65px !important;
    background: #fff !important;
    font-weight: bold !important;
    font-size: 13px !important;
    padding: 7px 20px !important;
    line-height: 20px !important;
    border: 1px solid #ddd !important;
    color: #232425 !important;
    text-transform: lowercase !important;
}
.admin_edit a:hover {
    text-decoration: none !important;
}
.admin_edit .corner {
    border-color: #999 #999 transparent transparent;
    border-width: 3px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    left: 0;
}

#product_photo .panel ul li.icon {
  background: none;
}
#product_photo .panel ul.thumb li {
    background: url(//www.eizo.com/media-upload/thumb_bg.gif) no-repeat !important;
}


@media screen and (max-width: 1024px) {
.overlay_wrap .close {
   position: fixed;
   right: 50px;
   top: 78px;
}
}
#main #solutions_selector .solution_selector .selection {
  display: none; }
.solutions #main #solutions_selector .selection_section.solutions {
  display: none}
#main .product_selector .selector_options div.selection {
  list-style: none;
  float: left;
  display: block; }

#main #solutions_selector {
  width: 100%; }
  #main #solutions_selector > h4 {
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 10px; }
  #main #solutions_selector .clearall {
    clear: both;
    margin: auto;
    text-align: right;
    margin: 10px 20px 0;
    border-top: 1px solid #CACACA;
    padding: 20px 0; }
    #main #solutions_selector .clearall button {
      margin-bottom: 0; }
  #main #solutions_selector .selection_section {
    border-top: 1px solid #CACACA;
    padding-top: 1px;
    background: #D7D8DC;
    margin: 0px 20px;
    padding: 0;
    clear: both;
    float: left;
    width: 898px; }
    #main #solutions_selector .selection_section h4 {
      display: block;
      width: 167px;
      float: left;
      font-size: 15px;
      padding: 10px 13px;
      border-top: 1px solid #F1F3F2; }
    #main #solutions_selector .selection_section .section_rows {
      background: #EBEDEF;
      float: left;
      padding: 10px 13px;
      width: 731px; }
      #main #solutions_selector .selection_section .section_rows .selector {
        width: 100%;
        display: block;
        clear: both;
        float: left;
        line-height: 20px;
        margin-bottom: 20px;
        font-size: 12px; }
        #main #solutions_selector .selection_section .section_rows .selector h3 {
          float: left;
          width: 180px;
          font-size: 12px;
          font-weight: bold; }
        #main #solutions_selector .selection_section .section_rows .selector .selector_options {
          float: left;
          width: 525px; }
        #main #solutions_selector .selection_section .section_rows .selector .selection {
          margin-right: 17px; }

/* show only relevant solutions on page */
.solutions_business #main #solutions_selector .business {
  display: block; }

.solutions_industry #main #solutions_selector .industry {
  display: block; }

.solutions_graphics #main #solutions_selector .graphics {
  display: block; }

.solutions_atc #main #solutions_selector .atc {
  display: block; }

#main .product_finder_result_container {
  background: #EBEDEF;
  float: left;
  width: 100%; }
  #main .product_finder_result_container #product_list {
    background: #fff;
    padding: 30px 10px;
    width: 100%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #main .product_finder_result_container #product_list .empty p {
      text-align: center; }
    #main .product_finder_result_container #product_list .item {
      width: 25%;
      border-right: 1px solid #D6DBDE;
      margin-bottom: 10px;
      float: left; }
      #main .product_finder_result_container #product_list .item:nth-child(4n) {
        border-right: none; }
      #main .product_finder_result_container #product_list .item:nth-child(4n+1) {
        clear: left; }
      #main .product_finder_result_container #product_list .item .picture a, #main .product_finder_result_container #product_list .item .picture img {
        display: block;
        text-align: center;
        margin: 0 auto; }
      #main .product_finder_result_container #product_list .item .detail .product_name {
        font-size: 12px;
        padding-left: 20px; }
      #main .product_finder_result_container #product_list .item .detail .product_spec {
        display: none; }
      #main .product_finder_result_container #product_list .item .comparison {
        display: none; }
#main_visual div.title {
    /*display:  none;*/
}
#main_visual h1.title {
    font-family: "Laurentian", "Times New Roman", Georgia, Times, serif;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -1px;
    font-size: 30px;
}
#main_visual h1.title span.brand {
    display: block;
    font-size: 0.7em;
    line-height: 1em;
}
#main_visual h1.title.foris,
#main_visual h1.title.raptor {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}
#main_visual h1.title.foris span.brand {
    font-weight: bold;
    text-transform: uppercase;
}
#main_visual h1.title.raptor span.brand {

}
#main_visual h1.title.radiforce {
    font-family: Futura, Helvetica, Arial, sans-serif;
    font-weight: normal;
}
/*
<h1 class="title foris"><span class="brand">Foris</span>FS2434</h1>
*/.list_landing_container .widget_container {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 30px;
}
.list_landing_container .widget_container:before,
.list_landing_container .widget_container:after {
  content: " ";
  display: table;
  clear: left;
}
.list_landing_container .widget_container:nth-child(2n) {
    margin-right: 0;
}
.list_landing_container .widget_container a {
  color: #222;
  font-weight: bold;
}
.list_landing_container .widget_container .item {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.list_landing_container .widget_container .thumb {
  margin-right: 20px;
  margin-bottom: 7px;
}
.list_landing_container .widget_container .info p:last-child {
  padding-bottom: 0;
}.case-studies-landing #main-w .solution_case_studies_index {
    visibility: visible;
}
.case-studies-landing #main-w .solution_case_studies_index li {
    box-sizing: content-box;
    padding: 0;
}
.case-studies-landing #main-w .solution_case_studies_index p span {
    height: 48px;
}
.case-studies-landing #main-w .solution_case_studies_index > ul > li > dl > dt > p > span > a {
    color: #fff;
}

.case-studies-landing #main-w .solution_case_studies_index > ul > li > dl > dt > p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    border-radius: 50%;
    background: #ffffff;
}
.case-studies-landing #main-w .solution_case_studies_index > ul > li > dl > dt > p:after {
    content: "";
    position: absolute;
    top: 51%;
    left: 13px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    border-left: 6px solid transparent;
    border-left-color: inherit;
}
.case-studies-landing #main-w .solution_case_studies_index ul.arrow {
    padding-left: 0;
}/* Hide broken product Finder */
body.solutions #content .product_finder_contents {
    display: none;
}

/* Make Case Studies a grid instead of carousel */
body.solutions #solution_banner_solutions {
    visibility: visible;
}

body.solutions #solution_banner_solutions .solution_case_study {
    margin-bottom: 12px;
    height: 247px;
}

body.solutions #solution_banner_solutions #solution_banner_solutions_body ul 
li {
    margin-bottom: 12px;
}

body.solutions #solution_banner_products_body > ul, body.solutions #solution_banner_solutions_body > ul {
    width: 102%;
}

#solution_banner_solutions {
    visibility: visible !important;
}

#solution_banner_solutions_body > ul {
   width: 900px !important;
}

body.solutions #solution_banner_solutions #solution_banner_solutions_body li {
   margin-top: 10px;
   padding-bottom: 20px;
}

/* Site search */
input#site_search_form\ autocomplete-me {
    height: 52px;
    margin-bottom: 20px;
}

/* POSITION
*************************************/
div.horizontal {}
div.horizontal div.horizontal,
div.horizontal div.vertical,
div.horizontal div.graph,
div.horizontal div.text {
  float: left;
}

div.vertical {}
div.vertical div.graph,
div.vertical div.text {
  float: none;
}
.formmanager.managed_full_width .form_container form .row label {
  width: 100%;
}


/* AR Widget background */
#products-ar.products-ar.pc {
  background-image: url("../img/bg_pc.120a326cb84b.jpg")  
}


body.home .main_visual #spec_area .title, #main_visual #spec_area .title {
    margin: 25px 0 0 0;
}

body #content_container.container {
  padding-top: 70px;
}
@media screen and (max-width: 1024px) {
  body #content_container.container {
    padding-top: 20px;
  }
}
