/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* Variables */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #58595A;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #9B9C9E;
  text-shadow: none;
}
::selection {
  background: #9B9C9E;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir,
.A2 {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before,
.A2:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.row:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix,
.row {
  *zoom: 1;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #9B9C9E;
  color: #58595A;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/** GRID **/
.row {
  margin-left: -30px;
}
.span1 {
  margin-left: 30px;
  float: left;
  width: 160px;
}
/* GENERAL **/
.inner {
  padding: 40px 40px 0 40px;
  margin-bottom: 40px;
  min-height: 100%;
}
p {
  margin: 0;
}
body,
select,
input,
textarea,
button {
  font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif, Arial, sans-serif;
  font-size: 14px;
  text-transform: lowercase;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 17px;
  color: #58595A;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'UniversLTW01-57Condense 723821', Verdana, sans-serif;
  margin: 0;
  margin-bottom: 30px;
}
h1.bread {
  display: none;
  visibility: hidden;
}
.span2 h2:nth-child(n+2),
.span1 h2:nth-child(n+2),
.cms h2:nth-child(n+2),
.span2 h3:nth-child(n+2),
.span1 h3:nth-child(n+2),
.cms h3:nth-child(n+2) {
  margin-top: 60px;
}
.span2 h2:nth-child(n+2),
.span1 h2:nth-child(n+2),
.cms h2:nth-child(n+2),
.span2 h3:nth-child(n+2),
.span1 h3:nth-child(n+2),
.cms h3:nth-child(n+2) {
  margin-top: 60px;
}
a,
a:active,
a:visited {
  color: #9B9C9E;
  text-decoration: none;
}
a:hover {
  color: #58595A;
}
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 */
::-moz-selection {
  background: #9B9C9E;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #9B9C9E;
  color: #000;
  text-shadow: none;
}
/*  j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #9B9C9E;
}
img,
video {
  max-width: 100%;
  height: auto !important;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.green {
  color: #2c7850;
}
.notification {
  color: #50b6ff;
  border-left: 1px solid #50b6ff;
  padding: 0 6px;
  margin-bottom: 1em;
}
form .clearfix {
  margin-bottom: 17px;
}
#order_form input.mini,
#order_form select.mini {
  width: 50px;
}
label {
  padding-top: 2px;
  line-height: 17px;
  float: left;
  width: 90px;
  text-align: left;
}
form .input {
  margin-left: 90px;
}
#order_form textarea,
#order_form select,
#order_form input[type="date"],
#order_form input[type="datetime"],
#order_form input[type="datetime-local"],
#order_form input[type="email"],
#order_form input[type="month"],
#order_form input[type="number"],
#order_form input[type="password"],
#order_form input[type="search"],
#order_form input[type="tel"],
#order_form input[type="text"],
#order_form input[type="time"],
#order_form input[type="url"],
#order_form input[type="week"] {
  width: 100%;
}
#order_form a.btn,
#order_form a.button,
#order_form button,
#order_form input[type="submit"] {
  background: #58595A;
  color: #fff;
  text-shadow: #58595A 0 1px 1px;
  border-color: #000;
}
.inputs-list {
  margin: 0 0;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 17px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #000;
}
.inputs-list label small {
  font-size: 12px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  margin-top: 2px;
  float: left;
}
form .clearfix.error > label,
form .clearfix.error .help-block,
form .clearfix.error .help-inline {
  color: #D94C36;
}
form .clearfix.error input,
form .clearfix.error textarea {
  color: #D94C36;
  border-color: #D94C36;
}
form .clearfix.error input:focus,
form .clearfix.error textarea:focus {
  border-color: #b93723;
}
form .clearfix.error .input-prepend .add-on,
form .clearfix.error .input-append .add-on {
  color: #D94C36;
  background-color: #f1bfb7;
  border-color: #D94C36;
}
form .clearfix.warning > label,
form .clearfix.warning .help-block,
form .clearfix.warning .help-inline {
  color: #ffdf6a;
}
form .clearfix.warning input,
form .clearfix.warning textarea {
  color: #ffdf6a;
  border-color: #ffdf6a;
}
form .clearfix.warning input:focus,
form .clearfix.warning textarea:focus {
  border-color: #ffd437;
}
form .clearfix.warning .input-prepend .add-on,
form .clearfix.warning .input-append .add-on {
  color: #ffdf6a;
  background-color: #ffe484;
  border-color: #ffdf6a;
}
form .clearfix.success > label,
form .clearfix.success .help-block,
form .clearfix.success .help-inline {
  color: #2C7850;
}
form .clearfix.success input,
form .clearfix.success textarea {
  color: #2C7850;
  border-color: #2C7850;
}
form .clearfix.success input:focus,
form .clearfix.success textarea:focus {
  border-color: #1e5337;
}
form .clearfix.success .input-prepend .add-on,
form .clearfix.success .input-append .add-on {
  color: #2C7850;
  background-color: #72cb9c;
  border-color: #2C7850;
}
div.error {
  color: #D94C36;
}
.help-inline,
.help-block {
  line-height: 17px;
  color: #9B9C9E;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */
}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #000;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.form-stacked fieldset {
  padding-top: 8px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 8.5px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #9B9C9E 0 5px 5px -5px;
  -moz-box-shadow: #9B9C9E 0 5px 5px -5px;
  box-shadow: #9B9C9E 0 5px 5px -5px;
  z-index: 1;
}
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button,
a.button,
a.btn,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #fff;
  border: 1px solid #58595A;
  cursor: pointer;
  color: #000;
  display: inline-block;
  font-size: 14px;
  line-height: 1.3em;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
a.button:hover,
a.btn:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #9B9C9E;
  text-decoration: none;
}
button:active,
a.button:active,
a.btn:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background: #9B9C9E;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.button,
a.btn {
  *padding-bottom: 3px;
}
button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 0;
  border-bottom: 1px solid #58595A;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #58595A;
  cursor: default;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #58595A;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #58595A;
}
input.placeholder_text,
textarea.placeholder_text {
  color: #58595A;
}
textarea,
select[size],
select[multiple] {
  height: auto;
}
select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px sans-serif;
    font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
.ie6_button,
* html button,
* html a.button {
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}
* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}
* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}
.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}
* html select {
  margin-top: 1px;
}
.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #58595A;
}
.ie6_input_disabled {
  background: #eeeeee;
}
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}
#lbCenter,
#lbBottomContainer {
  position: absolute;
  z-index: 9998;
  overflow: hidden;
  background-color: transparent;
}
.lbLoading {
  background: transparent url(img/ajax-loader.gif) no-repeat center;
}
#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#lbPrevLink,
#lbNextLink,
#lbBottom,
#lbCaption,
#lbNumber,
#lbCaption {
  display: none;
}
#lbCloseLink {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #fff;
}
#colorbox:focus {
  outline: 0;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
#cboxContent:focus {
  outline: none;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 20px;
}
#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}
#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}
#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}
#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}
#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}
#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}
.footer {
  background: #fff;
  border-top: 1px dashed #fff;
  padding: 10px 0;
  text-align: right;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.sc-player {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  padding-top: 80px;
}
.sc-player ol,
.sc-player li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
/* hidden elements */
.sc-player .sc-artwork-list,
.sc-track-duration,
.sc-player .sc-info-toggle,
.sc-info {
  display: none;
}
/* controls */
.sc-player .sc-controls {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 30px;
  left: 0;
  z-index: 5000;
}
.sc-player .sc-controls a {
  display: block;
  width: 22px;
  height: 22px;
}
.sc-player .sc-controls a.sc-pause {
  display: none;
}
.sc-player.playing .sc-controls a.sc-play {
  display: none;
}
.sc-player.playing .sc-controls a.sc-pause {
  display: block;
}
/* scrubber */
.sc-scrubber {
  position: absolute;
  top: 0px;
  height: 80px;
  width: 100%;
}
.sc-scrubber .sc-time-span {
  height: 80px;
  position: relative;
}
.sc-scrubber .sc-buffer,
.sc-scrubber .sc-played {
  height: 80px;
  position: absolute;
  top: 0;
}
.sc-scrubber .sc-time-indicators {
  position: absolute;
  right: 0;
  top: 30px;
}
/* tracks */
/* Track listings*/
.sc-player ol.sc-trackslist {
  width: 100%;
}
.sc-player ol.sc-trackslist li {
  cursor: pointer;
  padding: 2px 0;
  list-style: none;
}
/* utilities */
.sc-player .hidden {
  display: none;
  visibility: visible;
  /* override h5bp .hidden class */
}
.sc-player-engine-container {
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}
.sc-player {
  color: #58595A;
  background: #000;
}
.day .sc-player {
  background: #a1bcca;
}
.sc-player a {
  text-decoration: none;
  color: #58595A;
}
/* scrubber */
.sc-scrubber {
  background-color: #000;
}
.day .sc-scrubber {
  background: #a1bcca;
}
.sc-scrubber .sc-time-span img {
  height: 80px !important;
  width: 100%;
}
.sc-scrubber .sc-buffer,
.sc-scrubber .sc-played {
  background-color: #fff;
  opacity: 0.4;
}
.sc-scrubber .sc-played {
  background-color: #9B9C9E;
  opacity: 0.4;
}
/* controls */
.sc-player .sc-controls a {
  color: transparent;
  background: url('/img/sc/play.png');
}
.sc-player .sc-controls a:hover {
  background: url('/img/sc/play-hover.png');
}
.sc-player .sc-controls a.sc-pause {
  background: url('/img/sc/play.png');
}
.sc-player .sc-controls a.sc-pause:hover {
  background: url('/img/sc/play-hover.png');
}
.sc-player.playing .sc-controls a.sc-pause {
  background: url('/img/sc/pause.png');
}
.sc-player.playing .sc-controls a.sc-pause:hover {
  background: url('/img/sc/pause-hover.png');
}
.sc-scrubber .sc-time-indicators {
  background: #fff;
  color: #58595A;
  padding: 4px;
}
/* Track listings*/
.sc-player ol.sc-trackslist {
  background: #fff;
}
.sc-player ol.sc-trackslist li {
  padding: 2px 0;
}
.sc-player ol.sc-trackslist li.active,
.sc-player ol.sc-trackslist li:hover {
  padding: 2px 0;
  color: #9B9C9E;
}
.sc-player ol.sc-trackslist li.active a,
.sc-player ol.sc-trackslist li a:hover {
  color: #9B9C9E;
}
/* remote control */
a.sc-remote-link {
  background: url('/img/sc/play.png') top left no-repeat;
  padding-left: 20px;
  text-decoration: none;
}
a.sc-remote-link.playing {
  background-image: url('/img/sc/pause.png');
}
#content {
  margin-top: 70px;
}
body.popup #content {
  margin-top: 0;
  padding: 10px 30px 0 30px;
}
/** SIDEBAR & NAVIGATION **/
#logo {
  background: #000 url('/img/airbag_logo.png') no-repeat center;
  background-size: 160px 35px;
  width: 160px;
  height: 35px;
  display: block;
  z-index: 110;
  position: absolute;
  position: fixed;
  top: 40px;
  left: 40px;
}
#sidebar {
  width: 160px;
  float: left;
  /* gender is always open, when shown. */
}
#sidebar form {
  margin: 0 0 10px 0;
}
#sidebar form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9B9C9E;
}
#sidebar form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9B9C9E;
  opacity: 1;
}
#sidebar form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9B9C9E;
  opacity: 1;
}
#sidebar form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9B9C9E;
}
#sidebar input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #58595A;
}
#sidebar input:focus {
  box-shadow: none;
  border-bottom: 1px solid #9B9C9E;
}
#sidebar .back {
  height: 20px;
  margin-top: 50px;
  display: block;
  text-align: right;
}
#sidebar #cart_top {
  font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif;
  color: #58595A;
  text-transform: lowercase;
}
#sidebar #cart_top span {
  display: block;
  float: right;
  text-align: right;
}
#sidebar #cart_blind {
  height: 16px;
  width: 160px;
}
#sidebar ul {
  list-style: none;
  line-height: 17px;
  padding: 0;
  margin: 0;
}
#sidebar li {
  margin: 10px 0 0 0;
}
#sidebar li ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 17px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: height 1s linear 0.5s,opacity 0.5s linear;
  -webkit-transition: height 1s linear 0.5s,opacity 0.5s linear;
  -moz-transition: height 1s linear 0.5s,opacity 0.5s linear;
}
#sidebar li ul li {
  display: inline;
}
#sidebar li ul li a {
  border: 0;
  padding: 0 3px 0 0;
  font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif;
  color: #58595A;
}
#sidebar li ul li.open > a {
  color: #9B9C9E;
}
#sidebar li ul li ul {
  margin-bottom: 10px;
}
#sidebar .cat ul {
  margin-left: 12px;
}
#sidebar .cat ul ul {
  margin-left: 10px;
}
#sidebar .cat li,
#sidebar li.collabo li {
  display: block;
  margin: 0;
}
#sidebar .cat a.sale {
  font-weight: bold;
  color: #50b6ff;
  letter-spacing: 0.1em;
}
#sidebar ul.color {
  margin-left: 6px;
  margin-right: 6px;
}
#sidebar ul.color li a {
  float: left;
  display: block;
  width: 4px;
  height: 6px;
  margin: 2px;
  border: 6px solid transparent;
  border-radius: 50%;
}
#sidebar ul.color li.open a {
  box-shadow: inset 0px 0px 1px 10px #fff;
}
#sidebar ul.color li.open a.white {
  box-shadow: inset 0px 0px 1px 10px #ddd;
}
#sidebar a.multicolour {
  background-size: 300% 300% !important;
}
#sidebar li:hover ul,
#sidebar .open ul,
#sidebar .gender ul {
  opacity: 1;
  height: auto;
}
#search input {
  width: 90%;
  background: none;
}
#search .button {
  width: 12px;
  height: 12px;
  float: right;
  padding: 6px 2px;
  border: 0;
  border-bottom: 1px solid #58595A;
  border-radius: 0;
}
#search a.close {
  width: 10%;
  float: right;
  border-bottom: 1px solid #58595A;
  padding: 2px 0px;
  height: 1.8em;
  line-height: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
#search a.close:before,
#search a.close:after {
  margin-top: 3px;
}
#search a.close,
.filter > li.open > a {
  display: block;
  position: relative;
}
#search a.close:before,
.filter > li.open > a:before,
#search a.close:after,
.filter > li.open > a:after {
  background: #58595A;
  height: 1px;
  width: 8px;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 5px;
}
#search a.close:before,
.filter > li.open > a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#search a.close:after,
.filter > li.open > a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter .thumbs.open > a:before,
.filter .cat.open.inactive > a:before,
.filter .thumbs.open > a:after,
.filter .cat.open.inactive > a:after {
  display: none;
}
#main-nav > ul:first-child {
  margin-bottom: 20px;
}
#main-nav:target,
.js-nav #main-nav {
  height: auto;
  width: 160px;
  top: 0;
  left: 0;
}
#main-nav {
  width: 160px;
  padding-left: 20px;
  padding-top: 110px;
  left: -180px;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 100;
}
.csstransitions #main-nav {
  transition: left 300ms linear;
}
#main-nav:target .nav-close,
.js-nav .nav-close {
  position: absolute;
  display: block;
  z-index: 101;
  top: 40px;
  left: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
}
#main-nav:target .nav-close:before,
.js-nav .nav-close:before,
#main-nav:target .nav-close:after,
.js-nav .nav-close:after {
  background: #000;
  height: 4px;
  width: 30px;
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 0px;
}
#main-nav:target .nav-close:before,
.js-nav .nav-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-nav:target .nav-close:after,
.js-nav .nav-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-open {
  position: absolute;
  position: fixed;
  z-index: 101;
  top: 40px;
  right: 40px;
  text-indent: -9999px;
  background: -webkit-linear-gradient(black, black 20%, transparent 20%, transparent 40%, black 40%, black 60%, transparent 60%, transparent 80%, black 80%, black 100%);
  background: -o-linear-gradient(black, black 20%, transparent 20%, transparent 40%, black 40%, black 60%, transparent 60%, transparent 80%, black 80%, black 100%);
  background: linear-gradient(black, black 20%, transparent 20%, transparent 40%, black 40%, black 60%, transparent 60%, transparent 80%, black 80%, black 100%);
  height: 30px;
  width: 30px;
}
/*
* inactive. filter is deactivated.
a.A2 {
    display: block;
    width: 30px;
    height: 20px;
    margin: 10px 0;
    background: url(/img/A2_filter.png) no-repeat;
}
.open > a.A2 {
    background-position: -35px 0;
    width: 30px;
}
*/
.pagination ul.row {
  margin-left: 0;
}
.pagination .pos {
  display: none;
}
.pagination ul {
  list-style: none;
  padding: 0;
}
.pagination a {
  color: #58595A;
}
.pagination p.span1 {
  margin: 0 inherit;
}
li.next a,
li.prev a {
  font-family: 'UniversLTW01-57Condense 723821', Verdana, sans-serif;
  font-size: 30px;
  line-height: 17px;
}
li.next a {
  padding: 10px 2px 10px 10px;
}
li.prev a {
  padding: 10px 10px 2px 10px;
}
.pos .left {
  float: left;
}
.pos .right {
  float: right;
}
.pos .left a,
.pos .right a {
  border: none;
}
.pos .left p,
.pos .right p {
  margin: 0;
}
.pagination.collection .pos {
  width: 80%;
  width: calc(100% - 92px);
  display: block;
}
.pagination.collection .prev {
  width: 20px;
}
.pagination.collection .pos {
  float: left;
  margin-left: 30px;
  line-height: 22px;
  text-align: left;
}
.pagination.collection .pos .left,
.pagination.collection .pos .right {
  width: auto;
  float: left;
}
/* NEWS **/
.news .item {
  margin-bottom: 42px;
  width: 100%;
  overflow: hidden;
}
.news .item img {
  margin-bottom: 12px;
  display: block;
}
.news small {
  font-size: 14px;
  display: block;
}
.news h2 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 30px;
}
/* used for collections over view */
.news .season {
  font-family: 'UniversLTW01-57Condense 723821', Verdana, sans-serif;
}
.news .name {
  font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif;
}
/* COLLECTIONS **/
.collections {
  margin-bottom: 30px;
}
/* PRODUCT OVERVIEW **/
.products {
  *zoom: 1;
  margin-left: -30px;
}
.products article {
  width: auto;
  height: auto;
  margin: 0 0 30px 30px;
  position: relative;
}
.products .products-imgholder {
  position: relative;
  padding-bottom: 133.33%;
  background: #ddd;
}
.products .products-imgholder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.products .desc {
  height: 67px;
}
.products .desc .dbl {
  padding-top: 20px;
}
.products span {
  font-size: 14px;
  line-height: 17px;
}
.products .brand,
.products .price {
  font-family: 'UniversLTW01-57Condense 723821', Verdana, sans-serif;
}
.products .fn,
.products .material {
  font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif;
}
.products .A2 {
  display: block;
  width: 20px;
  height: 14px;
  padding: 0 2px;
  margin: 5px 0 0 0;
  background: url(/img/A2_black.png) no-repeat;
  background-size: 20px 14px;
}
.line {
  position: absolute;
  z-index: 3;
}
/* PRODUCTS NON-TOUCH **/
.no-touch .products article {
  position: relative;
  width: 160px;
  height: 213px;
}
.no-touch .products article a .desc {
  position: absolute;
  top: -999em;
  left: -999em;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
}
.no-touch .products article .bottom {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.no-touch .products article a:hover .desc {
  top: 0;
  left: 0;
  text-indent: 0;
  background: #ccc;
  background: rgba(0, 0, 0, 0.4);
}
.no-touch .products article a:hover .dbl {
  padding-top: 20px;
}
.no-touch .products article a:hover .A2 {
  width: 30px;
  height: 20px;
  padding: 0;
  margin-bottom: 5px;
  background: url(/img/A2_Produkt.png) no-repeat;
  background-size: 65px 20px;
}
.no-touch .products article span {
  font-size: 14px;
  line-height: 17px;
}
.no-touch .history article.hproduct {
  height: auto;
}
/* PRODUCT INDEX **/
.sindex h2 {
  font-family: 'UniversLTW01-57Condense 723821', Verdana, sans-serif;
  font-size: 18px;
  line-height: 19px;
  height: 60px;
  margin: 0;
}
.sindex h3 {
  font-family: 'UniversLTW01-57Condense 723821', Verdana, sans-serif;
  font-size: 14px;
  line-height: 17px;
  height: 45px;
  margin: 0;
}
.sindex .span1 {
  width: 160px;
  height: 248px;
}
.sindex .row {
  margin-bottom: 60px;
}
.sindex img {
  margin: 0 0 1px 0;
  background: #f5f5f7;
}
/* PRODUCT DETAILS **/
.prod_message {
  color: #2C7850;
  border-left: 1px solid #2C7850;
  padding: 0 6px;
  margin-bottom: 1em;
}
.alert {
  color: red;
  border: none;
}
.hproduct aside.gallery {
  width: 100%;
  float: left;
}
.hproduct aside.gallery ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.hproduct aside.gallery ul li,
.hproduct aside.gallery ul a {
  display: inline;
  font-family: 'UniversLTW01-57Condense 723821', Verdana, sans-serif;
  color: #58595A;
}
.hproduct .details h1,
.hproduct .details .material {
  /*height: 70px;
            height: 40px;
            */
  font-size: 18px;
  line-height: 19px;
}
.hproduct .details .material {
  font-size: 14px;
  line-height: 17px;
}
.hproduct .details .fn {
  font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif;
}
.hproduct .details .brand {
  font-family: 'UniversLTW01-57Condense 723821', Verdana, sans-serif;
}
.hproduct .details .form {
  height: 40px;
  margin-top: 30px;
}
.hproduct .details label {
  display: none;
}
.hproduct .details .price {
  font-size: 18px;
  line-height: 19px;
  vertical-align: middle;
  height: 30px;
  padding: 5px 0;
}
.hproduct .details .price dd {
  margin: 0;
}
.hproduct .details .A2 {
  display: block;
  width: 30px;
  height: 20px;
  margin: 0 0 10px 0;
  background: url(/img/A2_black.png) no-repeat;
  background-size: 30px 20px;
}
.hproduct .details small {
  font-size: 14px;
  display: block;
}
.hproduct .details .more {
  margin: 60px 0 0 0;
}
.hproduct .madein {
  margin-bottom: 17px;
}
.hproduct select {
  width: 138px;
}
.hproduct button {
  width: 138px;
  height: 30px;
}
a.remind {
  color: #ab78c2;
  background: #efefef;
  padding: 2px 6px;
}
#sidebar li a,
#header a,
#footer a,
.change,
.pagination .pos a,
.remove {
  border-left: 1px solid #58595A;
  padding: 0 6px;
  margin-top: 3px;
  font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif;
  color: #58595A;
}
#sidebar li a,
#header a,
#footer a,
.change,
.pagination .pos a,
.remove,
#sidebar li a:link,
#header a:link,
#footer a:link,
.change:link,
.pagination .pos a:link,
.remove:link,
#sidebar li a:active,
#header a:active,
#footer a:active,
.change:active,
.pagination .pos a:active,
.remove:active,
#sidebar li a:visited,
#header a:visited,
#footer a:visited,
.change:visited,
.pagination .pos a:visited,
.remove:visited {
  color: #58595A;
}
#sidebar li a:hover,
#header a:hover,
#footer a:hover,
.change:hover,
.pagination .pos a:hover,
.remove:hover {
  color: #9B9C9E;
}
li.next {
  float: right;
}
li.prev {
  float: left;
}
/* FOOTER **/
#footer {
  margin-top: 40px;
}
footer ul {
  padding: 0;
}
footer ul li {
  padding: 0;
  margin: 0;
}
/* CART **/
.cart h2 {
  margin-bottom: 0px;
}
.cart .fn {
  font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif;
}
.cart span {
  font-family: 'UniversLTW01-57Condense 723821', Verdana, sans-serif;
}
.cart .product h3 {
  display: inline;
  margin: 0 3px 0 0;
  font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif;
}
.cart .product {
  margin-bottom: 30px;
}
.cart_grand {
  border-top: 1px solid #9B9C9E;
  margin-top: 15px;
  padding-top: 45px;
}
.cart_grand h2 {
  display: inline;
  margin: 0 3px 0 0;
  font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif;
}
.cart_grand span {
  font-family: 'UniversLTW01-57Condense 723821', Verdana, sans-serif;
}
.conf_grand {
  border-top: 1px solid #58595A;
  padding-top: 30px;
}
.conf_grand .cart_grand {
  margin-left: 30px;
  float: left;
  width: 160px;
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
.conf_grand .cart_grand h2,
.conf_grand .cart_grand h3,
.conf_grand .cart_grand h2:nth-child(n+2),
.conf_grand .cart_grand h3:nth-child(n+2) {
  margin-top: 0;
}
.conf_grand .span1:first-child {
  margin-bottom: 10px;
}
.confirm h3 {
  margin: 30px 0 0 0;
}
.confirm h2.terms {
  margin-top: 60px;
}
.linkoptions {
  display: none;
}
form.cart label {
  display: none;
}
.cart span.pull-right,
.cart_grand span.pull-right {
  width: 60px;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: right;
}
.cart h3.pull-left,
.cart_grand h2.pull-left {
  display: block;
  float: left;
  width: 100px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.checkout {
  margin-left: -30px;
}
.checkout h2 {
  margin-top: 30px;
}
.error h2,
.error ul {
  margin: 0 0 10px 0;
}
/** STORES */
.stores address a {
  color: #58595a;
}
.stores address {
  margin-bottom: 17px;
}
address {
  font-style: normal;
}
.stores h3,
.stores h3:nth-child(1) {
  color: #9b9c9e;
  font-family: 'UniversLTW01-47LightCn', Verdana, sans-serif;
  margin-top: 30px;
  margin-bottom: 17px;
}
/* ==========================================================================
    Media Queries for Responsive Design.
    Override the primary ('mobile first') styles.
   ========================================================================== */
@media only screen and (max-width: 384px) {
  .products article {
    width: calc(50% - 30px);
    height: auto;
  }
  .products .desc {
    height: 87px;
  }
}
@media only screen and (min-width: 384px) {
  .inner {
    padding: 20px 17px 0 17px;
    margin-bottom: 20px;
  }
  #logo {
    left: 17px;
  }
  .nav-open {
    right: 17px;
  }
  .products article {
    width: 160px;
  }
  /** big thumbs */
  .thumbs-big .products article {
    width: 255px;
    height: auto;
  }
  .no-touch.thumbs-big .products article {
    width: 255px;
    height: 340px;
  }
  .products .hproduct:nth-child(25):nth-last-child(1) {
    display: none;
  }
  .linkoptions {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 430px) {
  .inner {
    padding: 40px 40px 0 40px;
    margin-bottom: 40px;
  }
  #logo {
    left: 40px;
  }
  .nav-open {
    right: 40px;
  }
  .span2 {
    margin-left: 30px;
    float: left;
    width: 350px;
  }
  .span3 {
    margin-left: 30px;
    float: left;
    width: 540px;
  }
  .span4 {
    margin-left: 30px;
    float: left;
    width: 730px;
  }
  .span5 {
    margin-left: 30px;
    float: left;
    width: 920px;
  }
  .off1 {
    margin-left: 190px;
  }
  .off2 {
    margin-left: 380px;
  }
  .off3 {
    margin-left: 570px;
  }
  .off4 {
    margin-left: 760px;
  }
  .pagination ul.row {
    margin-left: -30px;
  }
  .pagination .span2 {
    margin-left: 30px;
    float: left;
    width: 160px;
  }
  .pagination.collection .pos {
    width: 80%;
    width: calc(100% - 92px);
  }
  .pagination.collection .prev {
    width: 20px;
  }
  .pagination.collection .pos .left,
  .pagination.collection .pos .right {
    width: auto;
    width: calc(50% - 30px);
  }
  .pagination.collection .pos .left {
    float: left;
  }
  .pagination.collection .pos .right {
    float: right;
  }
  form.order-details,
  form.order-payment,
  .confirm,
  form.newsletter {
    *zoom: 1;
    margin-left: -30px;
  }
}
@media screen and (max-width: 430px) {
  #news_cyclist {
    overflow: hidden;
  }
  #news_cyclist div {
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .nomob {
    display: none;
  }
}
@media screen and (max-width: 809px) {
  .outer {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
  }
  .inner {
    position: relative;
  }
  .js #main-nav {
    width: 160px;
    padding-left: 20px;
    background: #fff;
  }
  .js #main-nav {
    left: -180px;
  }
  .js .inner {
    left: 0;
  }
  .js-nav #logo {
    left: 220px;
  }
  .js-nav .inner {
    left: 180px;
  }
  #main-nav:target,
  .js-nav #main-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    max-height: 100vh;
  }
  #main-nav:focus {
    outline: 1px #ddd;
  }
  .csstransitions.js #main-nav {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransitions.js #main-nav,
  .csstransitions.js #logo,
  .csstransitions.js .inner {
    -webkit-transition: left 500ms ease;
    -moz-transition: left 500ms ease;
    -o-transition: left 500ms ease;
    transition: left 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #main-nav .shop,
  #main-nav .foot {
    margin-top: 23px;
  }
  #main-nav {
    padding-bottom: 23px;
  }
}
@media only screen and (min-width: 810px) {
  #content {
    margin-top: 70px;
    margin-left: 190px;
    width: 540px;
  }
  #header {
    position: fixed;
    z-index: 101;
    top: 40px;
    left: 230px;
    margin: 0 0 0 -30px;
    padding: 0;
  }
  #header li,
  #footer li {
    float: left;
    width: 160px;
    margin: 0 0 0 30px;
  }
  #footer {
    margin-left: 190px;
  }
  #footer ul ul {
    margin: 0;
  }
  #footer ul ul li {
    margin: 0;
    margin-top: -1px;
  }
  /* needs some specifity because of #sidebar ul rule) */
  #footer ul,
  #sidebar #header {
    padding: 0;
    margin: 0 0 0 -30px;
  }
  #logo {
    position: absolute;
    top: 110px;
    left: 40px;
  }
  #sidebar {
    margin-top: 0px;
    height: auto;
    position: absolute;
    top: 40px;
    left: 40px;
  }
  #main-nav {
    height: auto;
    width: auto;
    padding-top: 125px;
    padding-left: 0;
    position: static;
    background: transparent;
  }
  #sidebar .filter {
    margin-top: 15px;
  }
  .nav-close,
  .nav-open {
    display: none;
  }
  body.home.index #sidebar form,
  body.home.index #sidebar ul.filter {
    visibility: hidden;
  }
  body.home.index #sidebar #header {
    display: block;
  }
  body.home.index #content {
    margin-left: 125px;
  }
  body.home.index #logo {
    position: absolute;
    top: 220px;
  }
  .pagination .pos {
    display: list-item;
  }
  .products .hproduct:nth-child(25):nth-last-child(1),
  .thumbs-big .products .hproduct:nth-child(25):nth-last-child(1) {
    display: none;
  }
  .hproduct .description {
    min-height: 150px;
  }
  /* CART **/
  .cart_grand {
    margin-left: 30px;
    float: left;
    width: 160px;
    margin-left: 190px;
    padding-left: 190px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 999px) {
  .pagination .pos {
    display: list-item;
    text-align: center;
  }
  .pagination .pos .span1 {
    display: inline;
    float: none;
    width: auto;
  }
  .pagination .pos .row {
    margin: 0;
  }
  .pagination .span2 {
    margin-left: 30px;
    float: left;
    width: 160px;
  }
}
@media only screen and (min-width: 1000px) {
  #content {
    width: auto;
  }
  .pagination,
  .collections {
    width: 730px;
  }
  .products {
    width: 760px;
  }
  .news,
  .news .item {
    width: 730px;
  }
  .products .hproduct:nth-child(25):nth-last-child(1) {
    display: none;
  }
  .hproduct aside.gallery {
    margin-left: 30px;
    float: left;
    width: 350px;
    margin-left: 0;
  }
  .hproduct .details {
    margin-left: 30px;
    float: left;
    width: 350px;
  }
  .hproduct .details .price {
    font-size: 18px;
    line-height: 19px;
    vertical-align: middle;
    height: 30px;
    padding: 5px 0;
  }
  .hproduct .details .A2 {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
    width: 30px;
    height: 20px;
    margin: 0 0 10px 0;
    background: url(/img/A2_black.png) no-repeat;
    background-size: 30px 20px;
  }
  .hproduct .form {
    height: 85px;
    *zoom: 1;
  }
  .hproduct label {
    display: none;
  }
  .hproduct small {
    font-size: 14px;
  }
  .hproduct .madein {
    margin-bottom: 17px;
  }
  .hproduct select {
    width: 138px;
  }
  .hproduct button {
    width: 138px;
    height: 30px;
  }
  .pagination .span2 {
    margin-left: 30px;
    float: left;
    width: 350px;
  }
  .pagination .prev {
    width: 160px;
  }
  .pagination p.span1 {
    margin-left: 30px;
  }
  /* CART **/
  .cart_grand {
    margin-left: 30px;
    float: left;
    width: 350px;
    margin-left: 190px;
  }
  .checkout {
    margin-left: 160px;
  }
  .cart .bt {
    position: relative;
    height: 213px;
  }
  .cart .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .linkoptions {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1105px) {
  /* font size increase
    body, select, input, textarea, button {
      font-size: 15px;
      line-height: 17px;
    }

    h1,h2,h3,h4,h5,h6 {
        font-size: 16px;
    }*/
  .inner {
    padding: 80px 0 0 75px;
    margin-bottom: 60px;
  }
  #content {
    width: auto;
  }
  body.home.index #content {
    margin-left: 100px;
  }
  #news_cyclist {
    margin-right: 40px;
  }
  .thumbs-big .pagination ul,
  .thumbs-big .products {
    width: 855px;
  }
  .collections,
  .collection.pagination {
    width: 825px;
  }
  #header {
    left: 265px;
  }
  .pagination .prev {
    width: 160px;
  }
}
@media only screen and (min-width: 1275px) {
  .inner {
    padding: 75px 75px 0 75px;
    margin-bottom: 75px;
  }
  #news_cyclist {
    margin-right: 0;
  }
  #content {
    margin-top: 75px;
    margin-left: 205px;
  }
  .products {
    width: 950px;
  }
  .pagination,
  .pagination.collection,
  .collections {
    width: 920px;
  }
  .products .hproduct:nth-child(25):nth-last-child(1) {
    display: none;
  }
  .news,
  .pagination.news {
    width: 730px;
  }
  .news .prev,
  .pagination.news .prev {
    width: 160px;
  }
  .products .hproduct:nth-child(25):nth-last-child(1) {
    display: block;
  }
  .thumbs-big .pagination ul,
  .thumbs-big .products {
    width: 855px;
  }
  .thumbs-big .products .hproduct:nth-child(25):nth-last-child(1) {
    display: none;
  }
  .hproduct aside.gallery {
    width: 540px;
  }
  body.home.index #content {
    margin-left: 90px;
  }
  #header {
    top: 80px;
    left: 280px;
  }
  #sidebar {
    top: 150px;
    left: 75px;
  }
  #logo {
    top: 220px;
    left: 75px;
  }
  #footer {
    margin-left: 205px;
  }
  .pagination .prev {
    width: 350px;
  }
}
@media only screen and (min-width: 1400px) {
  .products {
    width: 1140px;
  }
  .pagination {
    width: 1110px;
  }
  .pagination.collection,
  .collections {
    width: 1100px;
  }
  .products .hproduct:nth-child(25):nth-last-child(1) {
    display: none;
  }
  .thumbs-big .pagination ul,
  .thumbs-big .products {
    width: 1140px;
  }
  .thumbs-big .products .hproduct:nth-child(25):nth-last-child(1) {
    display: none;
  }
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
