/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
.text-warning {
  color: #c09853;
}
.text-error {
  color: #b94a48;
}
.text-info {
  color: #3a87ad;
}
.text-success {
  color: #468847;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
.table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
.table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
.table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
.table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
.table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
.table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
.table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
.table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
.table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
.table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
.table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #C0B484;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/bootstrap/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-tabs > .active > a > [class^="icon-"],
.nav-tabs > .active > a > [class*=" icon-"],
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/bootstrap/img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #777777;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  width: 100%;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse {
  color: #999999;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999999;
}
.pagination {
  height: 40px;
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a,
.pager span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a,
.pager .next span {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover,
.pager .disabled span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-bottom: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
.modal-open .modal .dropdown-menu {
  z-index: 2050;
}
.modal-open .modal .dropdown.open {
  *z-index: 2050;
}
.modal-open .modal .popover {
  z-index: 2060;
}
.modal-open .modal .tooltip {
  z-index: 2080;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1180px;
  }
  .span12 {
    width: 1180px;
  }
  .span11 {
    width: 1080px;
  }
  .span10 {
    width: 980px;
  }
  .span9 {
    width: 880px;
  }
  .span8 {
    width: 780px;
  }
  .span7 {
    width: 680px;
  }
  .span6 {
    width: 580px;
  }
  .span5 {
    width: 480px;
  }
  .span4 {
    width: 380px;
  }
  .span3 {
    width: 280px;
  }
  .span2 {
    width: 180px;
  }
  .span1 {
    width: 80px;
  }
  .offset12 {
    margin-left: 1220px;
  }
  .offset11 {
    margin-left: 1120px;
  }
  .offset10 {
    margin-left: 1020px;
  }
  .offset9 {
    margin-left: 920px;
  }
  .offset8 {
    margin-left: 820px;
  }
  .offset7 {
    margin-left: 720px;
  }
  .offset6 {
    margin-left: 620px;
  }
  .offset5 {
    margin-left: 520px;
  }
  .offset4 {
    margin-left: 420px;
  }
  .offset3 {
    margin-left: 320px;
  }
  .offset2 {
    margin-left: 220px;
  }
  .offset1 {
    margin-left: 120px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.694915254237288%;
    *margin-left: 1.641723764875586%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.52542372881356%;
    *width: 91.47223223945186%;
  }
  .row-fluid .span10 {
    width: 83.0508474576271%;
    *width: 82.99765596826539%;
  }
  .row-fluid .span9 {
    width: 74.57627118644066%;
    *width: 74.52307969707896%;
  }
  .row-fluid .span8 {
    width: 66.10169491525423%;
    *width: 66.04850342589252%;
  }
  .row-fluid .span7 {
    width: 57.6271186440678%;
    *width: 57.5739271547061%;
  }
  .row-fluid .span6 {
    width: 49.152542372881356%;
    *width: 49.099350883519655%;
  }
  .row-fluid .span5 {
    width: 40.677966101694906%;
    *width: 40.624774612333205%;
  }
  .row-fluid .span4 {
    width: 32.20338983050847%;
    *width: 32.15019834114677%;
  }
  .row-fluid .span3 {
    width: 23.728813559322035%;
    *width: 23.675622069960333%;
  }
  .row-fluid .span2 {
    width: 15.254237288135592%;
    *width: 15.20104579877389%;
  }
  .row-fluid .span1 {
    width: 6.779661016949152%;
    *width: 6.72646952758745%;
  }
  .row-fluid .offset12 {
    margin-left: 103.38983050847457%;
    *margin-left: 103.28344752975116%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 101.69491525423729%;
    *margin-left: 101.58853227551387%;
  }
  .row-fluid .offset11 {
    margin-left: 94.91525423728814%;
    *margin-left: 94.80887125856472%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.22033898305085%;
    *margin-left: 93.11395600432743%;
  }
  .row-fluid .offset10 {
    margin-left: 86.44067796610167%;
    *margin-left: 86.33429498737826%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 84.74576271186439%;
    *margin-left: 84.63937973314097%;
  }
  .row-fluid .offset9 {
    margin-left: 77.96610169491524%;
    *margin-left: 77.85971871619182%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.27118644067795%;
    *margin-left: 76.16480346195453%;
  }
  .row-fluid .offset8 {
    margin-left: 69.4915254237288%;
    *margin-left: 69.38514244500539%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 67.79661016949152%;
    *margin-left: 67.6902271907681%;
  }
  .row-fluid .offset7 {
    margin-left: 61.016949152542374%;
    *margin-left: 60.91056617381897%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.32203389830509%;
    *margin-left: 59.215650919581684%;
  }
  .row-fluid .offset6 {
    margin-left: 52.54237288135593%;
    *margin-left: 52.43598990263253%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 50.847457627118644%;
    *margin-left: 50.74107464839524%;
  }
  .row-fluid .offset5 {
    margin-left: 44.06779661016948%;
    *margin-left: 43.96141363144608%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.37288135593219%;
    *margin-left: 42.26649837720879%;
  }
  .row-fluid .offset4 {
    margin-left: 35.593220338983045%;
    *margin-left: 35.48683736025964%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.89830508474576%;
    *margin-left: 33.791922106022355%;
  }
  .row-fluid .offset3 {
    margin-left: 27.11864406779661%;
    *margin-left: 27.012261089073206%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.423728813559322%;
    *margin-left: 25.31734583483592%;
  }
  .row-fluid .offset2 {
    margin-left: 18.644067796610166%;
    *margin-left: 18.537684817886763%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.94915254237288%;
    *margin-left: 16.842769563649476%;
  }
  .row-fluid .offset1 {
    margin-left: 10.169491525423728%;
    *margin-left: 10.063108546700324%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.47457627118644%;
    *margin-left: 8.368193292463037%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1166px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1066px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 966px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 866px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 766px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 666px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 566px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 466px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 366px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 266px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 166px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 66px;
  }
  .thumbnails {
    margin-left: -20px;
  }
  .thumbnails > li {
    margin-left: 20px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/*!
 * Bootstrap Responsive v2.1.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

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

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #555555;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #555555;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: block;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/



/* Body and structure
-------------------------------------------------- */

body {
  position: relative;
/*  padding-top: 40px;
*/
}

/* Code in headings */
h3 code {
  font-size: 14px;
  font-weight: normal;
}



/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-size: 13px;
}

/* Change the docs' brand */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}


/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */
section {
  padding-top: 30px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}

/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}



/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: #020031; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #020031 0%, #6d3353 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* IE10+ */
  background: linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}

/* Download button */
.masthead .btn {
  padding: 14px 24px;
  font-size: 24px;
  font-weight: 200;
  color: #fff; /* redeclare to override the `.jumbotron a` */
  border: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.masthead .btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}
.masthead .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
     -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
          box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}


/* Pattern overlay
------------------------- */
.jumbotron .container {
  position: relative;
  z-index: 2;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/img/bs-docs-masthead-pattern.png) repeat center center;
  opacity: .4;
}

/* Masthead (docs home)
------------------------- */
.masthead {
  padding: 70px 0 80px;
  margin-bottom: 0;
  color: #fff;
}
.masthead h1 {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -2px;
}
.masthead p {
  font-size: 40px;
  font-weight: 200;
  line-height: 1.25;
}

/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none;
}
.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255,255,255,.25);
}

/* Social proof buttons from GitHub & Twitter */
.bs-docs-social {
  padding: 15px 0;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

/* Quick links on Home */
.bs-docs-social-buttons {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bs-docs-social-buttons li {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  *display: inline;
  *zoom: 1;
}

/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 20px;
}
.subhead .navbar {
  display: none;
}



/* Marketing section of Overview
-------------------------------------------------- */

.marketing {
  text-align: center;
  color: #5a5a5a;
}
.marketing h1 {
  margin: 60px 0 10px;
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px;
}
.marketing h2 {
  font-weight: 200;
  margin-bottom: 5px;
}
.marketing p {
  font-size: 16px;
  line-height: 1.5;
}
.marketing .marketing-byline {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #999;
}
.marketing img {
  display: block;
  margin: 0 auto 30px;
}



/* Footer
-------------------------------------------------- */

.footer {
  padding: 70px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  margin-right: 10px;
}



/* Special grid styles
-------------------------------------------------- */

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}



/* Mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout,
.mini-layout .mini-layout-body,
.mini-layout.fluid .mini-layout-sidebar {
  height: 300px;
}
.mini-layout {
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}



/* Download page
-------------------------------------------------- */

.download .page-header {
  margin-top: 36px;
}
.page-header .toggle-all {
  margin-top: 5px;
}

/* Space out h3s when following a section */
.download h3 {
  margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
  margin-top: 9px;
}

/* Fields for variables */
.download-builder input[type=text] {
  margin-bottom: 9px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #d14;
}
.download-builder input[type=text]:focus {
  background-color: #fff;
}

/* Custom, larger checkbox labels */
.download .checkbox {
  padding: 6px 10px 6px 25px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
}
.download .checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}
.download .checkbox small {
  font-size: 12px;
  color: #777;
}

/* Variables section */
#variables label {
  margin-bottom: 0;
}

/* Giant download button */
.download-btn {
  margin: 36px 0 108px;
}
#download p,
#download h4 {
  max-width: 50%;
  margin: 0 auto;
  color: #999;
  text-align: center;
}
#download h4 {
  margin-bottom: 0;
}
#download p {
  margin-bottom: 18px;
}
.download-btn .btn {
  display: block;
  width: auto;
  padding: 19px 24px;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}



/* Misc
-------------------------------------------------- */

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

/* Example sites showcase */
.example-sites {
  xmargin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}


/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82,168,236,.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
          box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
  outline: 0;
}

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

/* Example page
------------------------- */
.bootstrap-examples p {
  font-size: 13px;
  line-height: 18px;
}
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}



/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}

/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
  margin-bottom: 0;
}
.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
  margin-bottom: 5px;
}
.bs-docs-example .pagination {
  margin-top: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  height: 90px;
  overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  margin-left: 0;
  margin-right: 0;
}
.bs-navbar-top-example {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: -1px;
  -webkit-border-radius: 0 4px 0 4px;
     -moz-border-radius: 0 4px 0 4px;
          border-radius: 0 4px 0 4px;
}
.bs-navbar-bottom-example {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}
form.bs-docs-example {
  padding-bottom: 19px;
}

/* Images */
.bs-docs-example-images img {
  margin: 10px;
  display: inline-block;
}

/* Tooltips */
.bs-docs-tooltip-examples {
  text-align: center;
  margin: 0 0 10px;
  list-style: none;
}
.bs-docs-tooltip-examples li {
  display: inline;
  padding: 0 10px;
}

/* Popovers */
.bs-docs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-docs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}



/* Responsive docs
-------------------------------------------------- */

/* Utility classes table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

/* Responsive tests
------------------------- */
.responsive-utilities-test {
  margin-top: 5px;
  margin-left: 0;
  list-style: none;
  overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
  position: relative;
  float: left;
  width: 25%;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  position: absolute;
  top:    -1px;
  left:   -1px;
  right:  -1px;
  bottom: -1px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test span {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}



/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}




/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }
  .masthead h1 {
    font-size: 90px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }
  .bs-docs-social {
    margin: 0 -20px;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 60px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 20px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  /* Marketing on home */
  .marketing h1 {
    font-size: 40px;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  /* Unfloat the back to top in footer to prevent odd text wrapping */
  .footer .pull-right {
    float: none;
  }
}

/* Eric Meyer's CSS Tools: Reset CSS (Modified by Hieu Nguyen)
-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
body, 
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

ul, ol {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border:0; 
	border-collapse: collapse;
	border-spacing:0; 
	empty-cells:show; 
	font-size:100%; 
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*:first-child+html .clearfix { /* IE 7 */
	display: inline-block;
}

/* Mis.
-------------------------------------------------------------*/
.clear, .divider {clear: both;}

.no-display {display: none !important;}

.nowrap,.nobr {white-space: nowrap !important;}

.no-border {
	border: 0 !important;
}

.no-padding {padding: 0 !important}
.no-margin 	{margin: 0 !important;}

.pipe {
	padding: 0 4px;
	text-align: center;
	color: #999999;
}

/*Alignment---*/
.v-top 		{vertical-align: top;}
.v-middle	{vertical-align: middle;}
.v-bottom 	{vertical-align: bottom;}

.a-left		{text-align: left;}
.a-center	{text-align: center;}
.a-right		{text-align: right;}

.left		{float: left;}
.right	{float: right;}

.normal-weight {font-weight: normal;}

.auto-width {width: auto;}

/*Various Clears---*/
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.box .head:after,
.box ol li:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
.middle:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,.listing-type-grid .item:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
#nav ul li:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.toolbar-inner:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
#nav li:after,
.ytm-tabs-title:after,
.ytm-tabs-title:after,
.product-options dl:after,
.yt-top .block-currency:after {
	content:"."; 
	display:block; 
	clear:both; 
	height:0; 
	font-size:0; 
	line-height:0; 
	visibility:hidden; 
	overflow:hidden;
}


/******************************************
***           SmartAddon.Com           ****
*******************************************/

body {
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.6;
	overflow-y: scroll;
}

body table {
    border-collapse: separate;	/* 	fix IE 8 with bug border-collapse:collapse */
}
body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}


p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
/*
.actions .asli:hover,
.actions .add-to-links li:hover,
#crosssell-products-list .add-to-links li:hover,
.product-essential .add-to-links li:hover,
*/
#yt_botsl .block-company .block-content li a:hover,
#yt_botsl .block-storeinfo .block-content li a:hover,
#yt_botsl .block-customservice .block-content li a:hover{
	margin-left:10px;
}
/*
.actions .asli,
.actions .add-to-links li,
#crosssell-products-list .add-to-links li, 
.product-essential .add-to-links li, 
*/
.block-company .block-content li a, 
.block-storeinfo .block-content li a, 
.block-customservice .block-content li a {
	-moz-transition: all 0.3s ease-in-out 0s; 
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.shop-access .links li a:hover,
.tags-list li a:hover,
.yt-info ul li a:hover{	/*	text-shadow:2px 2px 5px;	color:#4DC8E9;	*/	}

.shop-access .nav > li > a:hover {		background:none;	}

/*--- #yt-totop ---*/
 
 
 	.3er {
			float:left;
			width: 32%;
			margin-right: 1%;
		}
	.3erlast {
			margin: 0;
			float:left;
			width: 33%;
		}
 


/*--- Normal link ---*/
a {
	color: #666;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
/*	color: #fd355a;	*/
}

a img {
	border: 0;
}	


a.edit {
	text-indent: -9000em;
	width: 11px;
	height: 11px;
	display: inline-block;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn_edit.gif);
	margin: 0 10px;
}

a.link-learn {
	color: #999;
	display:inline-block;
	font-size:12px;
	background:url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon-readmore.png") no-repeat scroll right center transparent;
	padding-right:15px;
}
.products-list a.link-learn {
	margin:15px 0;
}
a.link-learn:hover {
	text-decoration:underline;
}


/*--- Heading ---*/
h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}
h6 {font-size: 100%; text-transform: uppercase;}

hr {
	border: none;
	border-bottom: 1px solid #454F4C;
	margin-right: 10px;
}

br.clear {
	line-height: 1px;	
}

/*--- Title text ---*/
h1, h2, h3, h4, h5, h6, .head, .page-head, .page-head-alt,.page-title, .page-title-alt { }

.page-head-alt {
	border-top: 1px solid #454F4C;
}

/*--- Small text ---*/
.shop-access, #yt_footer, small,
.ratings, .ratings-list td.label,
table.pager, table.view-by,
.widget-btn, .validation-advice, .required,
.pager,.toolbar-inner,
#track_hint {
	line-height: 1.5;
}

small { }

/*--- Form ---*/

input.input-text, select, textarea,.product-custom-option {
	border: 1px solid #CCC;
	font-weight: normal;
	padding: 3px 3px 3px 5px;
	font-size: 100%;
	vertical-align: middle;
	outline:none;
}
label {
	vertical-align: middle;	
}
select.product-custom-option {
	width: 200px;
}
input.input-text {
	padding: 2px 10px;
}
.input-text:hover, textarea:hover,
.input-text:focus, textarea:focus {
	background: #FFFFDD;
}
.btn_link {
	border: 1px solid #454F4C !important;
	background: #ebebeb;
	padding: 5px 10px;
}
.btn-continue {
	float: left;
}
.block-tags .actions a, 
.block-poll .actions .button, 
.block-subscribe .actions .button ,
.button, .form-button, 
.block-wishlist .link-cart {

	background: #E7E5E2 ;	
	display: inline-block;
	border:1px solid #979392;
	box-sizing:border-box;
	height: 30px;
    padding: 0 10px 0 15px;
}

.block-tags .actions a:hover, .block-poll .actions .button:hover, .block-subscribe .actions .button:hover ,
.button:hover, .form-button:hover {
		background:#D7CBB0;
		background-position:0 center;
		border:1px solid transparent;
}

.block-tags .actions a:hover,
.block-poll .actions .button:hover,
.block-subscribe .actions .button:hover, 
.button:hover, 
.form-button:hover,
.actions .add-to-links li a:hover {	color:#FFF;	}
.block-tags .actions a span,
.block-poll .actions .button span,
.block-subscribe .actions .button span, 
.button > span, .form-button > span {
/*
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn-bg.gif) repeat-x left top;
	padding:0 10px;
	line-height: 28px;
	color:#FFF;
*/	
	display: inline-block;
	text-transform: capitalize;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
/*  color: #FFF;	*/
    font-size: 14px;
    line-height: 22px;
    padding: 0;
	font-weight:normal;
/*
    text-shadow: 2px 2px 2px #579098;
*/    text-transform: none;	
}
.button.btn-cart > span, .form-button > span {
/*    background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon-cart-btn.png") no-repeat scroll 0 center transparent;*/
    border: medium none;
   
    display: inline-block;
    font-size: 14px;
	font-weight:normal;
/*  padding:0 0 0 20px;*/
    text-transform: none;
/*
	text-shadow: 2px 2px 2px #579098;
    height: 33px;
    left: 0;
    line-height: 40px;	
    position: absolute;	
    top: -6px;
    width: 67%;
*/
}
.button span span, .form-button span span {
/*
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn-inner-bg.gif) no-repeat right center;
	padding:0 8px 0 0;*/
	border: none;
}
.button:hover, .form-button:hover {
/*
	background: none repeat scroll 0 0 #42C5E8;
*/	cursor: pointer;
}
.button:hover span span,
.button:focus span span,
.button:active span span {
/*
	padding:0 15px 0 0;
*/
}
.price{
/*
	color:#4dc8e9;
*/}	
.btn_link {
	float: right;
	display: block;
	font-weight: bold;
	white-space: nowrap;
}

.btn_link:hover,
.btn_link:focus,
.btn_link:active {
	background: #ebebeb;
	text-decoration: none;
}

.button-level .button,
.button-level .btn-cart{
	margin-top: 0;
}

.page-head.button-level .button,
.page-head.button-level .btn-cart {
	margin-top: 5px;
	margin-right: 15px;
	float: right;
}
.button span{
	white-space: nowrap;
}

.buttons-set {
	clear: both;
}

.buttons-set .button {
	float: right;
	margin-left: 5px;
	margin-top: 10px;
}

.buttons-set .back-link {
	float: left;
}


#billing-buttons-container {
	float:right;
	
}

#billing-coupon-container {
	float:left;
	clear:left !important;
	margin-top:42px;
}




div.radio {
    float: left;
    position: relative;
	height: 24px;
    width: 20px;
	margin:0 10px 0 0;
	padding:0;
}
div.radio span{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/input-radio.png) no-repeat left 1px;
	height: 24px;
    width: 20px;
	display: block;
    float: left;
    text-align: center;
}
div.radio span.checked{
	background-position:left -22px;
}
div.radio input {
    background: none;
    display: inline-block;
    text-align: center;
	height: 24px;
    width: 20px;
	cursor:pointer;
}


.back-link a {}

.buttons-set .f-left {
	float: left;
	margin-top: 6px;	
}

option, optgroup {
	font: 100%/normal Helvetica, Arial, sans-serif;
}

optgroup { font-weight: bold; }

textarea {
	overflow: auto;
}

input.radio, input.checkbox {
	margin: 1px 5px 0 0;
	padding: 0;
	height: 12px;
	width: 12px;
	border: none;
	background: transparent;
	vertical-align: middle;
}

input#change_password,
input#subscription {
	margin-top: 4px;
}

input.checkbox {
	margin-right: 5px;
}

textarea#email_address {
	height: 45px;
}
/*--- Fieldset ---*/
fielddset {}

fieldset legend {
	font-weight: bold;
	margin-bottom: 5px;
}

/*--- Tables ---*/
td, th { padding: 5px 10px; line-height: 1.5;}
th { text-align: left; }

/*--- Others ---*/
address { font-style: normal; }

.calendar { z-index: 9999; }

.calendar .button { display: table-cell; }
/* ----------------------*/
/*     yt_header         */
/* ----------------------*/
#yt_header {		margin-bottom:10px;
/*	border-bottom-width:3px;
	border-bottom-style:solid;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/header-bg.png) repeat 0 0 #CDDED8;	margin:0 0 30px 0;	*/
}
#yt_header  > .main {
/*
	height:245px;
*/	position:relative;
	z-index:999;
}
#yt_header .main { padding: 0 0; }

h1#logo, div.logo-text h1 { font-size: 250%; line-height: 1;}


/* --- Logo Image ---*/
h1#logo { 
/*
    height: 91px;
    left: 35%;
    margin: 0;
    position: absolute;
    top: 27px;
    width: 283px;
*/
}



/*
h1#logo a {	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/logo-home.png) no-repeat 0 0 transparent;	}
*/
h1#logo a span { color:#000;	height: 53px;    padding: 0 0 0 70px; display:inline-block; font-size:48px; /*text-transform:uppercase;*/ line-height:60px; }

/* --- Logo Text ---*/
div.logo-text h1 a {
	color: #d00000;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

p.site-slogan {
	display: block;
	font-size: 85%;
	letter-spacing: 1px;
	padding: 3px 0 0;
	text-align: center;
	text-transform: uppercase;
}

/*--- Languages Switcher ---*/
.language-switcher {
/*
	margin: 10px 0;
	float: right;
*/	padding: 0 0 0 20px;
	display:inline-block;
}

.language-switcher label {
	padding-right: 5px;
	display:inline-block;
	line-height:32px;
}
.language-switcher select {
	width:140px;
	margin-bottom:0;
	line-height:24px;
	height:24px;
	padding:2px;
}

.language-switcher #select-language {}

.language-switcher .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}

/*--- Currency Switcher ---*/
.currency-switcher {
	float: left;
	padding: 0 5px 0 20px;
	margin: 10px 0 0 0;
}

.currency-switcher label {	padding-right: 5px; }

.currency-switcher #select-currency { padding: 0; }

.currency-switcher .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}
/* ----------------------*/
/*     yt_menuwrap       */
/* ----------------------*/
#yt_menuwrap { 
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bkg_main_nav.png) left 53px repeat-x;
	margin-top: -51px;
}

#yt_mainnav { margin-right:20px;
/*	position:absolute;
	width:960px;
	left:5px;
	bottom:50px;
	padding: 0 0;
	margin: 0 auto;*/
}

#menu_split {
	clear: left;
}


/*--- Search Block ---*/

.wrap-top-search {	/*position:relative;*/	}

.top-search {	margin-top:4px;	}
.top-search {	position: absolute;    right: 0;    top: -143px;    z-index: 99999;	}

.top-search .form-search {
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bkg_search.png);
	padding: 5px;
*/
}

.cms-index-index .top-search .form-search {
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bkg_search-home.png);
*/
}

input#search {
	-moz-transition: width 0.3s ease 0s;
	-webkit-transition: width 0.3s ease 0s;
	-o-transition: width 0.3s ease 0s;
	-ms-transition: width 0.3s ease 0s;
	transition: width 0.3s ease 0s;
	color: #bebebe;
	width: 170px;
	padding: 0 0 0 10px;
	margin: 0;
	margin-right:-1px;
	border-radius:3px 0px 0px 3px;
	-moz-border-radius:3px 0px 0px 3px;
	khtml-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius:3px 0px 0px 3px;	
	font-size: 13px;
	float:left;
	height: 21px;	
	line-height:21px;
	background:#FFF;
	border:1px solid #e5e5e5;
	font-family: Raleway,sans-serif;
	box-shadow:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;	
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/quicksearch-btn.png) no-repeat left 0  transparent;
*/	
}
input#search:focus {
	width: 190px;
}
.top-search .button {
/*
	width: 29px;
	height: 29px;
	padding: 0;
	line-height: 1;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg-quicksearch.png)  repeat-x 0 0 transparent;
	*/
	background:#FFF;
	border:1px solid #e5e5e5;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	khtml-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;		
	padding:0;
	width:auto;
	height:21px;
	line-height:19px;
	height:auto;
	float:right;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.top-search .button:hover {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg-quicksearch.png)  repeat-x 0 100% transparent;
}

.top-search .button > span {	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/quicksearch-btn.png) no-repeat center center ;	text-indent:-9999em;	height:21px; 	width:29px;	/*		display: none;	*/	}

#search_autocomplete {
	width: 253px !important;
	top: 34px !important;
	border: 1px solid #eee;
	border-top: none;
	background: #FFF;
}

.search-autocomplete li {
	cursor: pointer;
	padding: 0 5px;
}

.search-autocomplete li:hover {
	background: #ffffdd;
}

/*--- wrapper box serach and Quick Access ---*/
#yt_wraptop{
/*	position:absolute;
	width:960px;
*/	left:0px;
	height:45px;
	bottom:0px;
	padding: 0 0;
	margin: 0 auto;
}
.wraptop-main{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/wraptop-main-bg.png) repeat-x 0 0 transparent;
	height:30px;
}
.wraptop-bottom{
	display:none;
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/wraptop-bottom-bg.png) no-repeat 0 0 transparent;
	height:15px;
}
/*--- Quick Access ---*/
.yt-quick-access {
	margin:0 25px;
}
.quick-access {
/*
	margin-top:30px;
	float:right;
*/	
}
.quick-access li.first {
	background: none;
	padding-left:0;
}

.quick-access .shop-access {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
/*
	text-align: right;
*/	font-size:12px;
	color:#000;
}
.msg-welcome{ 	font-size:12px; font-weight:400;	}
.msg-welcome,
.shop-access a { /*text-transform:uppercase;*/ line-height:34px; display:inline-block; color:#000;}

.shop-access ul { /* float: right; */ }

.shop-access li {
/*	background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/breadcrums-seperator.png") no-repeat scroll left 43% transparent; */
	display: inline-block;	
}


.shop-access strong {
	font-weight: bold;
	color: #fff;
	float: right;
}

.cms-home .top-position {
	display:none;
}

/* ----------------------*/
/*     yt_topsl          */
/* ----------------------*/
#yt_topsl{
	margin:0 0 10px 0;
}
#yt_topsl .yt-box {
	float:left;
}
#yt_topsl .yt-box .block {
	border:1px dashed #CCC;
	margin:0 10px;
}
#yt_topsl .yt-box .block:hover{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/block-topsl-bg.png) repeat left top;
}
#yt_topsl .yt-box .block .block-inner{
	background-position:5px 5px;
	background-repeat:no-repeat;
	padding:15px 15px 15px 140px;
}
#yt_topsl .yt-box .block-title{
	font-size:120%;
}
#yt_topsl .yt-box .block-content{
	padding: 0 0;
}
#yt_topsl .yt-box .block.block-freeshipping .block-inner{
	background-image:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/media/free-shiping.png);
}
#yt_topsl .yt-box .block.block-vipmembership .block-inner {
	background-image:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/media/vip-membership.png);
}
#yt_topsl .yt-box .block.block-save20 .block-inner{
	background-image:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/media/save-20.png);
}
#yt_topsl .block.block-vipmember{	text-align:center;	}
#yt_topsl .block.block-shippingnow{	text-align:right;	}

/* ----------------------*/
/*     yt_container      */
/* ----------------------*/
#yt_container{
	margin-bottom:10px;
/*
	border-top:3px solid #fd355a;
*/	padding-top:15px;
}
#yt_container .main { z-index: 1; }

#yt_pathway{
/*
	border:1px dashed #CCC;
	padding:0;
	margin:0 0 10px 0;
	position:absolute;
	top:-10px;*/
}
#yt_pathway .pathway-inner{
	background:none;
	padding:0;
	overflow:hidden;
}
.cms-home #yt_pathway .breadcrumbs li{
	background:none;
	padding:0 0 0 10px;
	margin:0 0;
}


/*--- main content---*/

#yt_container #yt_current_content .inner { }

#yt_current_content .category-head3,
#yt_current_content .category-head  {}

#yt_current_content .category-head3 h2,
#yt_current_content .category-head h2 {
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 0 8px;
}

#yt_current_content .std {}


#yt_current_content .std .page-head {
	font-size: 100%;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0 0 10px 0 !important;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/shadow-left-page.gif) no-repeat left bottom;
	position: relative;
	margin-top:20px;
}

#yt_current_content .std .page-head h3 {
	font-size: 100%;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0 0 10px 0 !important;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/shadow-left-page.gif) no-repeat left bottom;
	position: relative;
}
#yt_current_content div .std {
	border: none;
}
#yt_current_content div .std .inner{
	border: none;
	padding:0 0;
}

#yt_current_content .std .disc {
/*
	padding: 10px 0 0 0;
*/	margin: 0;
}
.display-none {
	display: none;	
}
/*--- Column ---*/

/*
.yt-r .yt-col { float: right; }
*/
.yt-col,
#yt_current_content {
	padding:0;
	position:relative;
}

/*--- breadcrums ---*/


/* ----------------------*/
/*     yt_botsl          */
/* ----------------------*/
#yt_botsl .main {
	padding:25px 0 20px;
}

#yt_botsl .yt-box{
	float: left;
}

#yt_botsl .yt-box-last { float: right; margin-right: 0; }

#yt_botsl .yt-box .block  {
	margin: 0 20px 0 0;
	margin-bottom: 0;
}

#yt_botsl .yt-box.last .block {
	margin: 0;
} 

#yt_botsl .yt-box:first-child .block {
	margin-left: 0;
}

#yt_botsl .yt-box.yt-box-last .block {
	margin-right: 0;
}

#yt_botsl .block .block-title {
	margin: 0 0 5px 0;
}
#yt_botsl .block .block-title strong{
	font-weight:normal;
}
#yt_botsl .block .block-title strong span {
	font-size: 18px;
}

#yt_botsl .yt-box:first-child {
	background: none;
}

#yt_botsl div.block .block-content {
	padding: 0;
}

#yt_botsl div.block .address {
	margin-top: 10px;
}

#yt_botsl .block-content li a {
	padding: 0 0 0 15px;
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/li-bullet.png) left center no-repeat;
	line-height: 28px;
	margin: 15px 0;
	color:#999; 
}

#yt_botsl .block-content li a:hover {
	background-image: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/li-bullet-hover.png);
	color:#d00000;
}

#yt_botsl .block-content li:first-child {
	margin-top: 0;
}

#yt_botsl div.block .address ul li,
#yt_botsl div.block .address ul li:hover {
	padding: 0px 0 0 15px;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bullet2.png) left 8px no-repeat;  
}

#yt_botsl div.block .block-content a {
}


#yt_botsl div.block .block-content a:hover {
	border-bottom: 1px dashed #d00000;
}

#yt_botsl div.block .block-content a.readmore {
	border-bottom: 1px solid #666;
}

#yt_botsl div.block .block-content a.readmore:hover {
	border-bottom: 1px solid #d00000;
}

#yt_botsl img {
	vertical-align: middle;
}

#yt_botsl .block-tags .actions {}

/* block-contact */
#yt_botsl .block-store-infomation .block-content ul.contact {
	margin-top: 18px;
}

#yt_botsl .block-store-infomation .block-content ul.contact li {
	padding: 5px 10px 5px 27px;
	margin: 5px 0;
	font-size: 12px;
	color: #b988a4;
	line-height: 1;
}

#yt_botsl .block-store-infomation .block-content ul.contact li:hover,
#yt_botsl .block-store-infomation .block-content ul.contact li a:hover {
	color: #B3BD82;
	border-bottom: none;
}

#yt_botsl .block-store-infomation .block-content ul.contact li.phone {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/phone.png) center left no-repeat;
}

#yt_botsl .block-store-infomation .block-content ul.contact li.phone:hover {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/phone-hover.png) center left no-repeat;

}

#yt_botsl .block-store-infomation .block-content ul.contact li.support {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/skype.png) center left no-repeat;
}

#yt_botsl .block-store-infomation .block-content ul.contact li.support:hover {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/skype-hover.png) center left no-repeat;
}

#yt_botsl .block-store-infomation .block-content ul.contact li.email {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/email.png) center left no-repeat;
}

#yt_botsl .block-store-infomation .block-content ul.contact li.email:hover {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/email-hover.png) center left no-repeat;
}

#yt_botsl .block-store-infomation .block-content ul.contact li a {
	color: #b988a4;
	font-style: normal;
}
/* ----------------------*/
/*     yt_connect        */
/* ----------------------*/
/*

#yt_connect .main{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/connect-bg-l.png) no-repeat left top;
	height:64px;
}
#yt_connect .inner1{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/connect-bg-r.png) no-repeat right top;
	height:64px;
}

#yt_connect .inner2{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/connect-bg-m.png) repeat-x left top;
	height:64px;
	margin:0 4px;
	padding:0 20px;
}
*/
#yt_connect{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/top-footer-bg.png) repeat-x 0 0 transparent;
}
/*--- Block-subscribe ---*/
.block-subscribe{
/*
	float:left;
*/	
    background: none;




    height: auto;
    margin: 0 10px 20px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
	border-radius: 8px;
	-moz-border-radius:8px;
	khtml-border-radius: 8px;
	-webkit-border-radius:8px;

}
.block-subscribe .block-in{
	background: none repeat scroll 0 0 #454F4C;
    height: auto;
    margin-left: -10px;
    padding: 0 10px 10px;


    width: 100%;

	border-radius: 8px;
	-moz-border-radius:8px;
	khtml-border-radius: 8px;
	-webkit-border-radius:8px;
}
.form-subscribe-header{
	overflow:hidden;
}
.yt-col .block.block-subscribe .block-title span{
	color:#FFF;
}
.yt-col .block.block-subscribe .block-title {
	background:none;
}
#yt_containerwrap .yt-col .block.block-subscribe .block-content{
	padding:0;
	text-align:center;
}
.block-subscribe label {
	color:#fff;
	margin: 15px 0 10px 0;
	display:inline-block;
/*
	float:left;
*/	font-family:arial, serif;
	font-size:14px;
}
.block-subscribe div.input-box{
	padding:0;
/*
	float:left;
	position:relative;
*/
}
.block-subscribe div.actions{
/*	height:20px;
	width:28px;
	position:absolute;
	left:17px;
	top:6px;*/	
}


.block-user5 input#newsletter {	float:left;	background:#e8e8e8;	box-shadow:none;	-moz-box-shadow: none;	-webkit-box-shadow: none; color:#000;	}
.block-user5 .actions {	float:left;	}
.block-user5 form > .input-box {	display:inline-block;	float:right;	}
.compare-table .btn-cart >span,
.product-essential .add-to-holder .add-to-cart .button >span,
.products-list .add-to-holder .add-to-cart .button >span,
.block-user5 .actions .button >span{	 height:31px; line-height:31px;	}
.block-user5 .actions .button:hover {		}
.compare-table {		border-top:1px dashed #ccc;	}
.compare-table .btn-cart >span{ 	overflow:hidden;	}
input#newsletter {
    border: 1px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	khtml-border-radius: 3px;
	-webkit-border-radius:3px;		
    height: 29px;
    line-height: 29px;
    margin:0;
    padding: 0 10px;
}
input#productTagName{
    background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/tag-input.png") no-repeat scroll left top transparent;
    border: medium none;
    height: 40px;
	line-height:40px;
    padding: 0 0 0px 20px;
    width: 361px;
	box-shadow:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	outline:none;
}
input#newsletter {
/*
	background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/newsletter-input.png") no-repeat scroll left top transparent;
*/	width:210px;
}
.copyright{	display:inline-block; float:left; text-align:left;	font-size:12px;	}
.logo-payment{
    
    float: right;
    font-size: 12px;
    height: 20px;
    text-align: left;
    width: 290px;
}
.block-subscribe .actions {
	padding: 0;
	border: none;
	margin-top:10px;
}
.block-subscribe .button:hover span span{
	padding:0;
}
.block-tags .actions a ,
.block-poll .actions .button,
.block-subscribe .actions .button{
/*
	background:#73bdc8;
	border: none;
	height: 28px;
	padding:0 40px;
	display:inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	khtml-border-radius: 2px;
	-webkit-border-radius: 2px;	
	box-shadow: 2px 2px 0 0 #112c2d;
	-moz-box-shadow: 2px 2px 0 0 #112c2d;
	-webkit-box-shadow: 2px 2px 0 0 #112c2d;*/
}
.block-tags .actions a {
/*
	padding:0 30px;
	box-shadow: 2px 2px 1px -1px #112C2D;
	-moz-box-shadow: 2px 2px 1px -1px #112C2D;
	-webkit-box-shadow: 2px 2px 1px -1px #112C2D;	
*/
}
.block-subscribe .actions .button{
	box-shadow: 2px 2px 0 0 #112c2d;
	-moz-box-shadow: 2px 2px 0 0 #112c2d;
	-webkit-box-shadow: 2px 2px 0 0 #112c2d;
}
/*
.button:hover,
*/
.block-tags .actions a:hover ,
.block-poll .actions .button:hover,
.block-subscribe .actions .button:hover{
/*
	background:#42c5e8;
*/
}
.block-poll .actions .button{
/*
	box-shadow: 2px 2px 1px -1px #112C2D;
	-moz-box-shadow: 2px 2px 1px -1px #112C2D;
	-webkit-box-shadow: 2px 2px 1px -1px #112C2D;
*/
}
.block-tags .actions a span,
.block-poll .actions .button span,
.block-subscribe .actions .button span{
/*
	background: none;
	font-size: 16px;
	color: #E8F4EF;
	border: none;
	text-transform: none;
	line-height:28px;
	text-shadow: 2px 2px 2px #579098;
	padding:0;
	display:inline-block;
*/}

/*--- Block Ads ---*/

#yt_ads{
    margin: 0 0 -20px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
#yt_ads .main{
	background:#FFF;
}
.block-ads {
	padding:0;
	overflow:hidden;
	padding:17px 0;
}
.block-ads label{
	margin: 7px 10px 0 10px;
	display:inline-block;
	float:left;
	font-family:Lobster, serif;
	font-size:200%;
}
.block-ads a{
	width:100%;
	height:70px;	
}
.block-ads .itemlogo {
	text-indent:-9999em;
	background:url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/ads-logo.png") no-repeat center 0 transparent;
	display:inline-block;
}
.block-ads .itemlogo.logo1{
	background-position:center 0;
}
.block-ads .itemlogo.logo1:hover{
	background-position:center -480px;
}
.block-ads .itemlogo.logo2{
	background-position:center -70px;
}
.block-ads .itemlogo.logo2:hover{
	background-position:center -550px;
}
.block-ads .itemlogo.logo3{
	background-position:center -140px;
}
.block-ads .itemlogo.logo3:hover{
	background-position:center -620px;
}
.block-ads .itemlogo.logo4{
	background-position:center -210px;
}
.block-ads .itemlogo.logo4:hover{
	background-position:center -690px;
}
.block-ads .itemlogo.logo5{
	background-position:center -280px;
}
.block-ads .itemlogo.logo5:hover{
	background-position:center -760px;
}
.block-ads .itemlogo.logo6{
	background-position:center -350px;
}
.block-ads .itemlogo.logo6:hover{
	background-position:center -830px;
}
.block-ads .itemlogo.logo7{
	background-position:center -420px;
}
.block-ads .itemlogo.logo7:hover{
	background-position:center -900px;
}
.block-ads ul{
	float:left;
}
.block-ads ul li{
	display:inline;
	float:left;
}
.block-ads ul li a{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/ads-logo.png) no-repeat left top;
	height:60px;
	width:190px;
	display:block;
	text-indent:-999em;
}

.block-ads ul li a.wedding{
	background-position:center 0px;
}
.block-ads ul li a.travel{
	background-position:center -62px;
	width:245px;
}
.block-ads ul li a.mobi{
	background-position:center -124px;
	width:170px;
}
.block-ads ul li a.spa{
	background-position:center -182px;
	width:160px;
}
/*--- Block position 2 ---*/
.inner-block {	position:relative; z-index:2;	}
.topsl2-wrap {	position:relative;	}
.topsl2-wrap .inner-border {	border-top-width:30px; border-top-style:solid;	}
.topsl2-wrap .inner-blur {	top:30px;	}
.topsl2-wrap .block-title {
	font-size:100%;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	height:30px;
	line-height:30px;
}
.topsl3-wrap {	margin-bottom:10px;	}
.topsl3-wrap .block-item .block-title {
	font-size:100%;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
}
.topsl3-wrap .block-item .block-content {	color:#000;	}
.block-item .block-content ul.article-news li a{	line-height:20px;	}
.block-item .block-content .article .desc {	line-height:18px;	margin-top:10px;	}
.block-item .block-content .article .readmore {	width:18px; height:18px;	display:inline-block; }
.topsl3-wrap .block-item  ul li {
    border-top: 1px dashed #CCCCCC;
    line-height: 18px;
    padding-bottom: 9px;
    padding-top: 9px;
}
.topsl3-wrap .block-item ul li:first-child {	border-top:none;	padding-top:0;	}
.block-item ul.article-news li a:hover {		}
.block-item ul.article-news li a{	
display:inline-block;	position:relative; padding-left:30px;	}
.block-item ul.article-news li a:before{	
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:20px;
	height:20px;
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg-arrow-circle.png)	no-repeat 0 0 transparent;
}
.block-item ul.article-news li a:hover:before{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg-arrow-circle.png)	no-repeat 0 -60px transparent;	
}
.topsl2-wrap  .block-content{
	margin-top:5px;
}
.topsl2-wrap  .block-content a,
.topsl2-wrap  .block-content span{
/*	color:#FFF;*/
	font-size:12px;
	line-height:22px;
}
.topsl2-wrap  ul li{
    /*border-top: 1px dashed #CCCCCC;    padding-bottom: 2px;    padding-top: 2px;*/
    line-height: 20px;
}
.topsl2-wrap  ul li:first-child{
	border-top:none;
}
.topsl2-wrap  ul li:hover{/*	background:url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg-white.png") repeat scroll 0 0 transparent;*/} 
.topsl2-wrap  ul li a:hover{
    padding-left: 10px;
}
.topsl2-wrap .block-user4 ul li a:hover{
    padding-left: 30px;
}
.topsl1-wrap {	padding:20px 0;	border-top-width:1px ; border-top-style:solid;	}
.topsl1-wrap .block-user5 .block-content label,
.topsl1-wrap .block-user4 .block-title,
.topsl1-wrap .block-user5 .block-title{	display:none;	}

.logo-item{
/*	background:url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/logo-social.png") no-repeat 0 center transparent;*/
	display:inline-block;
/*
	width:20px;
	padding-left:30px;
*/	height:37px;
	width:37px;
	text-indent:-9999em;
}
.topsl2-wrap .block-user4 .block-content a{
	color:#999;
}
.topsl2-wrap .block-user4 .block-content a:hover{
	color:#000;
}
.logo-item.logo-facebook{/*	background:url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/logo-social.png") no-repeat 0 0 transparent;*/
	background-position: 0 0;
}
.logo-item.logo-facebook:hover{
	background-position:0 100%;;
}
.logo-item.logo-twitter {
	background-position:25% 0;
}
.logo-item.logo-twitter:hover {
	background-position:25% 100%;;
}
.logo-item.logo-googleplus {
	background-position:50% 0;
}
.logo-item.logo-googleplus:hover {
	background-position:50% 100%;;
}
.logo-item.logo-youtube {
	background-position:75% 0;
}
.logo-item.logo-youtube:hover {
	background-position:75% 100%;;
}
.logo-item.logo-flick  {
	background-position:100% 0;
}
.logo-item.logo-flick:hover  {
	background-position:100% 100%;
}
.logo-item.logo-vimeo,  
.logo-item.logo-rss,  
.logo-item.logo-email{	display:none;	}
.block-user4 ul li{	display:inline;	margin-right:5px;	}
/*--- Block Social ---*/
.block-contact-us,
.block-quick-navigation,
.block-social {/*	float: left;	padding:50px 0 0;	margin-right:20px;*/}
.block-quick-navigation{/*	width:37%;*/}
.block-social {	/*	width:29%;*/	margin-right: 25px;	}
.block-contact-us{/*	width:27%;*/	}

.block-contact-us label,
.block-quick-navigation label,
.block-social label{
/*
	margin: 0 0 15px 0;
	display:inline-block;
	float:left;
	font-family:Arial, serif;
	font-size:24px;
	line-height: 30px;	
	padding: 0 0 0 33px;
*/}
.block-social label{
	margin: 0 0 20px 0;
}
.block-contact-us label{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/icon-title.png) no-repeat 0 100% transparent;
}
.block-quick-navigation label{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/icon-title.png) no-repeat 0 0 transparent;
}
.block-social label{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/icon-title.png) no-repeat 0 50% transparent;
}
.block-paymentmethods label span,
.block-contact-us label span,
.block-quick-navigation label span,
.block-social label span{
	font-weight:bold;
}
.block-contact-us ul,
.block-quick-navigation ul,
.block-social ul{
/*
	float:left;
*/
	clear:both;
}
.block-contact-us ul li,
.block-quick-navigation ul li{/*	border-bottom:1px dotted #4c4d4f;*/}
.block-contact-us ul li.last,
.block-quick-navigation ul li.last{
	border-bottom:none;
}
.block-contact-us ul li {/*	line-height:28px;*/}
.block-quick-navigation ul li ,
.block-social ul li {	/*width:46%;*/	}
.block-contact-us ul li,
.block-contact-us ul li a,
.block-quick-navigation ul li a{	font-size:12px;/*	color:#4c4d4f;*/}
.block-quick-navigation ul li a:hover{
	padding-left: 10px;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;	
}
.block-social ul li a{
	font-size:12px;
	color:#4c4d4f;	
}
.block-social ul li,
.block-quick-navigation ul li {
	float: left;
	font-size:11px;
	color:#000;	
}
.block-quick-navigation ul li {
	margin: 0 10px 0 0;
	line-height:28px;
}
.block-social ul li {
	margin: 0 10px 8px 0;
}
.block-social li.last {
	margin: 0;
}

.block-social li a {
    background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/icon-social.png") repeat scroll left top transparent;
    color: #FFFFFF !important;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 42px;
    width: 84px;
}

.block-social li a:hover {
	font-size:14px;
	font-weight:bold;
	font-family: georgia;
	-moz-transition: all 0.3s ease-in 0s; 
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
/*
	background-position: top left;
*/}

.block-social li a.facebook:hover {
/*
	background-position: -27px top; 
*/}

.block-social li a.twitter {
	background-position: 0 20%; 
}
.block-social li a.twitter:hover {
/*
	background-position: -81px top; 
*/}
.block-social li a.youtube {
	background-position: 0 40%;
}
.block-social li a.youtube:hover {
/*
	background-position: -189px bottom; 
*/}
.block-social li a.blogger {
	background-position: 0 60%;
}
.block-social li a.blogger:hover {
/*
	background-position: -135px top; 
*/}
.block-social li a.linkedin {
	background-position: 0 80%;
}
.block-social li a.linkedin:hover {
/*
	background-position: -189px bottom; 
*/}
.block-social li a.rss {
	background-position: 0 100%;
}
.block-social li a.rss:hover {

}
/* ----------------------*/
/*     block contact us  */
/* ----------------------*/
.block-contact-us {

}
/* ----------------------*/
/*     block quick navigation  */
/* ----------------------*/
.block-quick-navigation {

}

/* ----------------------*/
/*     yt_botsl1         */
/* ----------------------*/

#yt_botsl1 .main {
	border-top: 1px solid #454F4C;
	padding: 20px 0;
}

.block-desc {
	border-left: 1px solid #454F4C;
	margin: 0 0 0 145px;
	padding: 5px 0 5px 20px;
}

.block.block-about .block-content {
	padding: 0;
}



.yt-info,
.yt-copyright{
	text-align:center;
}
.yt-info a:hover,
.yt-copyright a:hover{
	text-decoration:underline;
}
.yt-info ul{
	display:inline;
}
.yt-info ul li{
	display:inline;
}
.yt-info{
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	line-height:48px;
}
.shop-access .links li a,
.tags-list li a, 
.yt-info ul li a {
	color:#000;
	font-family:Raleway,sans-serif;
}
.yt-info ul li.last{
	background:none;
}
.yt-info ul li{
	padding:0 13px;
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/li-infolink.gif) no-repeat right center;
	font-weight:bold;
}
.yt-info ul li a:hover{
	text-decoration:underline;
}
.yt-info ul.links li.last{
	padding:0 13px;
	background:none;
}
#bug_tracking_link {	color:#000;	font-weight:normal;	}

.yt-info{
	line-height:31px;
	font-size:14px;
}
.yt-copyright{
	line-height:24px;
	font-size:14px;
}
#yt_footer .block-item{	/*margin-bottom:15px;*/	}
#yt_topsl2 .block-item{
/*
	box-shadow:1px 0 0px #666 inset;
	-moz-box-shadow:1px 0 0px #666 inset;
	-webkit-box-shadow:1px 0 0px #666 inset;
*/	
	border-left:1px solid #666;
	padding:0 0px 15px;
}
#yt_topsl2 .block-item.block-user1{
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
/*
	padding:0;
*/}
/* -----------------------*/
/*      Magento Element    */
/* -----------------------*/

/*--- message ---*/
.availability {}

.success { }
.error	{ }
.notice	{ }

.success, .error {
	font-weight: bold;
}

.messages {
	overflow: hidden;
	width: 100%;
}


.error-msg, .notice-msg, .note-msg, .success-msg {
	border-width: 1px !important;
	font-size: 100% !important;
	font-weight: bold !important;
	margin: 15px 0 !important;
	padding: 10px !important;
}
.catalog-category-view .error-msg,.catalog-category-view  .notice-msg,.catalog-category-view  .note-msg,.catalog-category-view  .success-msg {
	margin: 10px 0 20px !important;
}
.error-msg li, .success-msg li, .notice-msg li {
	background: none;
}

.error-msg {
	border: 1px dashed #CCC;
}

.error-msg span:before {
	content: '\E815';
	font-family: 'engels-font';
	margin-right:5px;
	font-weight:normal;
	color:red;
}

.success-msg a,
.error-msg a{
	color: #cc0000;
}
.success-msg {
	border: 1px dashed #CCC;
}
.success-msg span:before {
	
	content: '\E814';
	font-family: 'engels-font';
	margin-right:5px;
	font-weight:normal;
	color:green;
}

.notice-msg, .note-msg {
	
}

.out-of-stock {
	font-weight: bold;
	line-height: 30px;
}

/*--- Form ---*/
.qty { width: 1.5em; text-align:center;}

.group-select label, 
.form-list label, 
.payment-methods label,
.fieldset label {
	font-weight: bold;
	line-height:2;
}

.button-set {/*Container for form buttons*/
	clear: both;
	padding: 8px 15px;
	text-align: right;
	margin-top: 10px;
}

.button-set p.required {
	margin-bottom: 5px;
}

.btn-checkout {
	float: none;
}

.btn-checkout, .btn-checkout:hover {
}

.btn-checkout span {
}
/*--- Form lists ---*/
.form-list { margin: 0 0 10px 0; }

.form-list li { margin: 5px 0; overflow: hidden;}

.form-list li.addElement {
	border-top: 1px solid #454F4C;
	padding-top: 10px;
}

.group-select,.fieldset {
	border: 1px dashed #CCC;
	margin: 20px 0 0;
	padding: 15px 20px;
}

.group-select .legend,
.fieldset .legend {
	background: #4DC8E9;
	color:#FFF;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin: -30px 0 0;
	padding: 4px 8px;
}

.group-select li,
.fieldset li {
	padding: 0;
}

.fieldset li  label.required { line-height: 2; }

.form-list li.fields .field {
	float: left;
	width: 250px;
}

.form-list li.wide .input-box .input-text, 
.fieldset li.wide .input-box select, 
.fieldset li.wide .input-box textarea {
	width: 470px;
}

.form-list li .input-box .input-text, 
.fieldset li .input-box textarea {	/*	width: 89%;	*/}

.fieldset li .input-box textarea {
	height: 200px;
}

.form-list li .input-box select {
/*
	width:100%;
*/}

/*--- Form Messages ---*/
.validation-advice, .required {}

.validation-advice {
	clear: both;
	color:#D00000;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 3px;
	min-height: 15px;
}

.validation-failed {
/*
	border: 1px dashed #ccc !important;
*/
}

/*--- Expiration date and cvv number validation fix ---*/
.v-fix {
	float: left;
}

.v-fix .validate-cc-exp {
	display: block;
	position: relative;
	width: 12em;
}

.v-fix .input-text {
	margin-right: 10px;
}

.form-list .input-box .v-fix select,
.opc .form-list .input-box .v-fix select {
	width: 135px;
}
.buttons-set .back-link a:hover,
.buttons-set .f-left:hover {	text-decoration:underline;	}
.opc  .step .buttons-set .f-left {	margin-top:10px;	}
label.required {
	font-weight: bold;
}
label.required em{
	padding:0 5px 0 0;
	vertical-align:middle;
	color:#D00000;
}
p.required {
	text-align: right;
}

/*--- Heading ---*/
.head, .inner-head,
.box-title {
	text-align: right;
}

.head h1, .inner-head h1
.head h2, .inner-head h2,
.head h3, .inner-head h3,
.head h4, .inner-head h4,
.head h5, .inner-head h5,
.box-title h3 {
	padding: 0 15px;
	margin: 0;
	text-align: left;
	font-weight: normal;
}

.head a, .inner-head a,
.box-title a {
	padding: 0 15px;
	float: right;
	line-height: 30px;
}

/*--- Page heading ---*/
.page-title, .page-title-alt { 	margin:0 0 20px;	}


.page-title h1 , .page-title-alt h1 {
    display: inline-block;
    font-family: 'Raleway',serif;
    color: #333;
	margin:0;
    display: inline;
    font-size: 30px;
    font-weight: normal;
	text-transform:uppercase;
}
.catalog-category-view .page-title{
	margin:10px 0;
}
.catalog-category-view .page-title h1,
.yt-product-detail h1.product-name{
	margin:0;
	display:inline-block;
	font-size:30px;
	text-transform:uppercase;
	padding:4px 10px 4px 0;
	line-height:100%;
}
.my-account .page-title h1,
.cart  .page-title h1{	text-transform:uppercase;/*	color:#000;	font-size:18px;*/	}

.cart .page-title .checkout-types{
    display: inline-block;
    float: right;	
	margin: 18px 0 0;
	position:inherit;
}
.cart .page-title .checkout-types .button{
	margin:0;
}
.my-account .page-title h1{
	padding-left:0;
}
.page-head h4, .page-head-alt h4,
.page-title h4, .page-title-alt h4 {
	font-size: 125% !important;
	margin: 0;
	text-align: left;
}

.page-head a, .page-head-alt a,
.page-title a, .page-title-alt a {
	float: right;
	padding-right: 5px;
	padding-left: 5px;	
}

.page-head .paypal-logo a, .page-head-alt .paypal-logo a,
.page-title .paypal-logo a, .page-title-alt .paypal-logo a {
	float: none;
}

.page-title a.link-reorder,
.page-title a.link-print,
.page-title .separator {
	margin-top: 8px;
}

.page-title a.link-reorder {
	margin-right: 20px;
}

.page-title a.link-print {
	margin-right: 0;	
	padding-left:25px;
}

.page-title .button, .page-title-alt .button {
	margin: 0 10px 0 0;
	position: absolute;
	top: 10px;
	right: 0;
}

.page-title .separator, .page-title-alt .separator {
	float: right;
}

.page-head ul, .page-head-alt ul,
.page-head li, .page-head-alt li,
.page-title ul, .page-title-alt ul,
.page-title li, .page-title-alt li {
	background: none;
	margin: 0;
	line-height: normal;
}

.title-buttons {
	position: relative;
}

.title-buttons ul {
	position: absolute;
	bottom:0;
	right: 0;
}

.title-buttons ul button {
	position: static !important;
}

.page-title .checkout-types li {
	display: inline;	
}

.page-title .paypal-logo {
	margin: 0 10px 0 0;
	display: inline;
}

.button-level {}

.button-level h3 {
	float: left; /* heading level with buttons */
	background: none !important;
}

.button-level .form-button-alt {
	float: right;
	margin: 5px 10px;
}

.button-level ul {
	float: right;
}

.button-level ul li {
	float: left;
	display: block;
	padding-left: 10px;
}

/*--- Category list heading ---*/
.category-head,
.category-head3 {
	margin: 0 0 10px;
}

.category-head h2 {
	color: #d00000;
	font-size: 200%;
	margin: 0;
}

.box-header {
	background: #454F4C;
	color:#FFF;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0;
	padding: 2px 8px;
	text-align: left;
}

.category-head .link-feed {
	float: right;
	margin-top: 5px;
	position: relative;
}

/* --------------------*/
/*       Table         */
/* --------------------*/
td.label {
	font-weight: bold;
}

/*--- Data Table ---*/
.data-table {
	width: 100%;
}

.data-table th {}

.data-table th.wrap {
	white-space: normal;
}

.data-table th a,
.data-table th a:hover {

}

.data-table td,
.data-table th {
	padding: 8px 8px;
    vertical-align: top;
}
.data-table td{
/*
	border-bottom: 1px dashed #CCC;
*/
	
}


.data-table td h3 {
	font-size: 100%;
	margin: 0;
}


body table.data-table .item-options {
	font-size:12px;
}
body table.data-table .item-options dt, dd {
	line-height: 18px !important;
}




.a-center input.checkbox {
	float: none;
}

/*--- Bundle Products ---*/

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.data-table tbody td .option-label {
	font-style: italic;
	font-weight: bold;
}

.data-table tbody td .option-value {
	padding-left: 10px;
}

.data-table tbody td br {
}

.box-table select {
	width: 100%;
}

.nested-data-table th, .nested-data-table td {
	padding-bottom: 5px;
	padding-top: 5px;
}

.generic-table td {
	padding: 0 8px;
}

.generic-table td.first {
	padding-left: 0;
	white-space: nowrap;
}

.shipping-tracking .button-set {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}
/* ---------------*/
/*     List       */
/* ---------------*/
.disc {
	margin: 10px 0;
}

.disc li {
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bullet1.png) no-repeat left 9px;
	padding-left: 8px;
*/}

li.odd {}
li.even {}
li.last {}

/*--- Bare List ---*/ 
/*--- Unstyled list ---*/
.bare-list {
	margin: 5px 0;
}

.bare-list li {
	margin: 3px 0;
}

/*--- Toolbar ---*/
.toolbar-inner .select-new,
.pager .select-new{
	float:left;
	/*margin:0 0;*/
	
	height:36px;
	display:inline-block;
	line-height:25px;
}
.toolbar-inner .select-new .select-inner,
.pager .select-new .select-inner{
	width:100%;
	float:left;
	background:#F8F8F8;
	border-radius:6px;
	height:30px;
	margin:0 0;
	border:1px solid #D5D2CD;
	cursor:pointer;
/*
	width:115px;
*/	margin:0 -2px 0 0;
	overflow:hidden;
	padding:0 3px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.toolbar-inner .select-new .select-inner select, .pager .select-new .select-inner select{
	padding:0px !important;
}	
}

.pager .limiter select{
	width:45px;
	height:21px;
}
.limiter .select-new .select-inner{
	width: 80px;
}
.limiter .select-new .select-inner select{
	width: 105px;
}

.sort-by .select-new .select-inner{
	width: 140px;
}
.sort-by .select-new .select-inner select{
	width: 165px;
}
.toolbar-inner .select-new .select-inner select,
.pager .select-new .select-inner select{
	background:transparent;
	border:none;
	cursor:pointer;
	padding: 2px 0px 0px;
	margin:0;
/*
	width:130px;
	-webkit-appearance:none;*/
	outline:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {	/*hack only chrome*/
	.toolbar-inner .select-new .select-inner select,
	.pager .select-new .select-inner select{
		-webkit-appearance:none;
		padding: 4px 0px 2px;
	}
}
/*
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {	
	.sort-by .select-new .select-inner select {	width: 99px; margin: 8px 0px 0px; height: 15px;	padding-left: 5px;	}
	.limiter .select-new .select-inner select {	width: 45px; margin: 8px 0px 0px; height: 15px;	padding-left: 5px;	}
}
*/

x:-o-prefocus,	.sort-by .select-new .select-inner select {	width: 99px; margin: 8px 0px 0px; height: 15px;	padding-left: 5px;	}
x:-o-prefocus,	.limiter .select-new .select-inner select {	width: 45px; margin: 8px 0px 0px; height: 15px;	padding-left: 5px;	}

.pager .pages li a.i-next,
.pager .pages li a.i-previous{
	background-image:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/pager-bg.png);
	background-repeat:no-repeat;
	display:block;
	height:6px;
	width:10px;
}
.pager .pages li a.i-next{
	background-position: right center;
}
/*
.pager .pages li a.i-next:hover{
	background-position: -68px top;
}
*/
.pager .pages li a.i-previous{
	background-position: left center;
}
/*
.pager .pages li a.i-previous:hover{
	background-position: -102px top;
}
*/
.pager .pages li a.i-next img,
.pager .pages li a.i-previous img{
	display:none;
}
.my-account .pager {
}

/*--- Pager ---*/
.pager {
	border: none; 
	padding: 10px 0;
	margin-bottom: 10px;
}

.pager .amount { float:left;}
.toolbar .limiter {     
/*
    position: absolute;
    right: 0;
    top: -40px; 
	float: left;	
*/}
.limiter {	line-height: 21px;	display:inline-block;	float:left;	}
.limiter .select-new{
	float:left;
	margin-right:10px;
}
.pager .limiter label{
	margin:0 5px;
}
.toolbar .limiter label{
	line-height:36px;
	margin:0 7px 0 0;
	float:left;
}
.pager .limiter label { vertical-align:middle; float:left}
.box-reviews .pager .limiter select { margin:0 5px 1px; }
.pager .limiter select { margin:0 0 1px; vertical-align:middle; padding: 0; }
.pager .pages { margin: 0; float:left}
.pager .pages ol { display:inline-block; }
.pager .pages li { display:inline; margin:0 3px; float:left; line-height:30px}
.pager .pages .current {}

.pager .pages li.current {
	color: #d00000;

}

.toolbar-inner { 
	background: none;
	border: none;
	line-height: 1.3;
	padding: 5px 0;
/*
	width: 100%;
*/}

.toolbar-inner .view-mode label {
	float: left;
	line-height:36px;
	margin: 0 3px 0 0;
}

.toolbar-inner .view-mode { float: left; 	display:inline-block;	}
.toolbar-inner .sort-by { float:left;  line-height: 36px;height: 36px;	margin: 0; 		display:inline-block;	padding-left:0px;	}
.toolbar-inner .sort-by label { vertical-align:middle; float:left; padding-right:5px; line-height:36px;height:36px;}
.toolbar-inner .sort-by select { margin:0 0 1px; vertical-align:middle; padding: 0; }
.toolbar-inner .link-feed {}
.toolbar-inner .pagination {	float:left;	line-height:36px;	height:36px;	}
/*
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {		.toolbar-inner .pagination {	line-height:18px;	height:auto;	margin:6px 0;	}}
*/

x:-o-prefocus, .toolbar-inner .pagination {	line-height:18px;	height:auto;	margin:6px 0;	}

.toolbar-inner strong,
.toolbar-inner .view-mode a {
	float: left;
	display: block;
/*
	background: #f8f8f8;
	text-indent: -9999em;
*/	z-index: 1;
}
.toolbar-inner .view-mode strong{
	color:#999;
}
.toolbar-inner .view-mode strong,
.toolbar-inner .view-mode a {
	text-indent: -9999em;
}
.toolbar .toolbar-inner a.grid {	background-position:0 0;}	
.toolbar .toolbar-inner strong.grid, .toolbar .toolbar-inner .grid:hover {    background-position: 0 100%;	}
.toolbar .toolbar-inner a.list {	background-position:100% 0;}	
.toolbar .toolbar-inner strong.list, .toolbar .toolbar-inner .list:hover {    background-position: 100% 100%;	}
.toolbar-inner .set-asc{
	margin:5px 0 0 5px;
	height:26px;
	width:30px;
	float:left;
	display:inline-block;
	text-indent:-999em;
/*	border:1px solid #f7f7f7;
    border-radius: 11px;
	-moz-border-radius:11px;
	khtml-border-radius: 11px;
	-webkit-border-radius:11px;	
*/
}
.toolbar-inner .set-desc{
	margin:5px 0 0 5px;
	height:26px;
	width:30px;
	float:left;
	display:inline-block;
	text-indent:-999em;
/*
	border:1px solid #f7f7f7;
    border-radius: 11px;
	-moz-border-radius:11px;
	khtml-border-radius: 11px;
	-webkit-border-radius:11px;		
*/
}
.toolbar-inner .set-asc:hover,
.toolbar-inner .set-desc:hover{/*    border: 1px solid #000000;*/}
.toolbar-inner select.select-sort-by{
	background:none;
}
.limiter select.select-limit-show{
	background:none;
}
.toolbar-inner .grid,
.toolbar-inner .grid:hover {
	width: 30px;
	height: 26px;
	
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/grid-icon.png) no-repeat 0 0;
*/
}

.toolbar-inner a.grid {
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/grid-icon.png) no-repeat 0 100%;		
*/
}
.toolbar-inner .grid,
.toolbar-inner .list{	margin:5px 1px;	}

.toolbar-inner .list,
.toolbar-inner .list:hover {
	width: 30px;
	height: 26px;
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/grid-icon.png) no-repeat 100% 0;
*/
}

.toolbar-inner a.list {
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/grid-icon.png) no-repeat 100% 100%;
*/
}

.cms-home .toolbar {
	display:none;
}
.toolbar .pager {
    line-height: 36px;
/*
    margin: 0;
*/    padding: 0;
	display:inline-block;
    float: left;
	padding-left:0px;
/*	
    left: 10px;	
    position: absolute;
    top: -40px;
*/
}
.cat-title-inner{
	font-size:14px;
	line-height:27px;
}
.cat-title-inner b{
	font-size:18px;
}
.cms-home #yt_content_bottom .category-products{
	margin-top: 10px;
}
.cat-title .toolbar-inner,
.toolbar .toolbar-inner { 
/*
    background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/title-bg.png") repeat-x scroll left top transparent;
	border: medium none;
	border-radius: 12px;
	-moz-border-radius:12px;
	khtml-border-radius: 12px;
	-webkit-border-radius:12px;	
    position: relative;		
	margin: 0;
	background:#f7f7f7;
	height: 36px;
*/    
	line-height: 36px;

    padding: 0;
}

.pager p,
.pager div,
.toolbar-inner div > div > p,
.toolbar-inner div > div > div {
	margin:0;
/*	
	margin: 0 5px 0 0;
*/
}
.pagination .pages{
	text-align:center;
}
.pagination .pages strong{
	display:block;
	font-weight:normal;
	margin-right:4px;
}
.pagination .pages ol{
	display:inline-block;
	float:left;
}
.pagination .pages li{
	display:inline;
	margin:0;
}
.pagination .pages li img{
	display:none;
}
.pagination .pages li .previous {
	display: inline-block;		
	width:10px;
}
.pagination .pages li .previous:hover {/*	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/pagin-arrow.png) no-repeat 0 100% transparent;	*/}
.pagination .pages li .non-first.previous {/*	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/pagin-arrow.png) no-repeat 0 100% transparent;	*/}
.pagination .pages li .next {
	
	display: inline-block;	
	width:10px;	


}
.pagination .pages li .next:hover {/*	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/pagin-arrow.png) no-repeat 100% 100% transparent;*/}
.pagination .pages li .non-last.next {/*	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/pagin-arrow.png) no-repeat 100% 100% transparent;*/}
.pagination .pages li a{
	color:#000;
    display: inline-block;
	border: 1px solid #ccc;
	background:#F8F8F8;
    height: 24px;
    line-height: 23px;
    overflow: hidden;
    padding: 0 9px;
    vertical-align: middle;
	border-radius: 3px;
	-moz-border-radius: 3px;
	khtml-border-radius: 3px ;
	-webkit-border-radius: 3px;	
}
.pagination .pages li {
/*	padding: 0 5px 3px;	*/
	padding:0;
}
.pagination .pages li.current a{
	background:blue;
}

.pagination .pages li.current a{
/*	color:#FFF;	*/
	border: 1px solid #ccc;
	background:#D5D2CD;
}
.toolbar-bottom {}
.toolbar	{	position:relative;	margin-bottom:1px;	color:#000;	}
.toolbar	 .toolbar-inner{		position:relative;	z-index:3;}

.page-nav {

}

table.pager, table.view-by {
	width: 100%;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/head-bg.gif) repeat-x left bottom #454F4C;
	color: #FFF;
	border: 1px solid #454F4C;
}

table.view-by {
	background: none;
	border: none;
	border-bottom: 5px solid #454F4C;
}

table.pager a {
	color: #282724;
	text-decoration: underline;
}

table.pager select {
	width: 50px;
}

table.view-by strong {
	border: 3px solid #454F4C;
	background: #f8f8f8;

}

table.view-by td {
	line-height: 1.3;
	padding: 5px 15px;
}

table.view-by a {
	color: #d00000;
}

table.view-by a:hover, table.view-by a:active, table.view-by a:focus {
	color: #d00000;
	text-decoration: underline;
}

table.view-by td.sort-by {
	padding-right: 50px;
	text-align: right;
}

table.view-by td.sort-by a {
	border: 0;
	padding: 0;
}

table.view-by select {
	width: 85px;
}

table.pager td {
	vertical-align: middle;
	width: 32%;
	line-height: 1.3;
	padding: 5px 15px;
}

table.pager td.a-right {
	width: auto;
}

table.pager td.pages {
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
}

table.pager ol, table.pager li {
	display: inline;
}

td.pages li {
	padding: 0;
}

td.pages li img {
	vertical-align: middle;
}

td.pages li a {
	padding: 0 4px;
}

td.pages li span.on {
	font-weight: bold;
	padding: 0 4px;
}
/* --------------------*/
/*       Rating        */
/* --------------------*/
.ratings {
	padding: 0;
}

.block-location {
	background: #d00000;
	color: #fff;
	padding: 5px 10px;
}

.rating-box {
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bkg_rating.png) 0 0 repeat-x;
	height: 13px;
	position: relative;
	width: 75px;
}

.rating-box .rating {
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bkg_rating.png) 0 100% repeat-x;
	height: 13px;
	left: 0;
	position: absolute;
	top: 0;
}
.products-list .rating-box {
	background-image:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bkg_rating.png);
}

.products-list .rating-box .rating {
	background-image:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bkg_rating.png);
}
.products-grid .rating-box {
	background-image:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bkg_rating.png);
	margin-top:2px;
}

.products-grid .rating-box .rating {
	background-image:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bkg_rating.png);
}

.block-location .rating-box,
.block-location .rating-box .rating {
	background-image: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bkg_rating.png);
}

.ratings-table { 
	margin: 5px 0;
}

.ratings-table td,
.ratings-table th {
	padding: 3px 0;
	vertical-align: top;
}

.ratings-table td.label,
.ratings-table th {
	font-weight: bold;
	padding-right: 8px;
}

.ratings p.rating-links {
	margin: 5px 0 0;
}

#product_comparison .rating-box {
	float: left;
	margin-right: 15px;
}

#product_comparison .price-box {
	text-align: left;
	margin: 10px;
	margin-left: 0;
	width: auto;
}
/* -------------------*/
/*       Prices       */
/* -------------------*/
.price-box { }

.price { }

.block-wishlist .price-box .price {
	font-weight: normal;
/*	color: #4dc8e9;*/
}

/*--- Regular price ---*/
.regular-price { }

/*--- Regular price ---*/
.price-box {		/*	color: #4dc8e9;	*/	}
.products-grid .item-inner h2.product-name a.minimal-price-link,
.products-grid .regular-price {
	display: inline-block;
	padding: 0;
}
.products-grid .regular-price{ 
float: left;
    line-height: 20px;
    padding-right: 5px;

	}
.yt-col .price-box {
	width: auto;
	margin: 0;	
}

.product-information .regular-price .price { }

/*--- Old price ---*/
.old-price {
	margin: 0;
}

.old-price .price-label {
	white-space: nowrap;
}

.old-price .price {
	font-weight: normal;
	text-decoration: line-through;
}

.products-grid .old-price {
	display: inline;
	float:right;
}

.products-grid .old-price .price-label {
	display: none;
}

/*--- Special price ---*/
.special-price {
	margin: 0;
}
.product-essential .price-label,
.products-list .price-label { display:none;	}
.box-main .price-box,
.product-essential .price-box ,
.products-list .price-box { display:inline-block;	line-height:20px;	}
.product-essential .stock-status,
.products-list .stock-status { display:inline-block;	margin-left:40px;	}
.product-essential .price-box .old-price ,
.products-list .price-box .old-price {     display: inline-block;    float: right;    margin: 0 0 0 30px;	}
.product-essential .price-box .special-price,
.products-list .price-box .special-price {       display: inline-block;    margin: 0;    padding: 0;	line-height:20px;	}
.products-grid .special-price {	display: inline;	/*	margin-left: 10px;*/	}
.products-list .desc,
.product-essential .short-description {	color:#000; font-size:12px; }
.products-grid .special-price .price-label {
	display: none;
}

.products-grid .special-price .price {
	font-size:20px;
	font-weight: bold;
}

.special-price .price {
	font-size: 20px;
	font-weight: bold;
}

/*--- Cart price ---*/
.cart-price price {
}

/*--- Minimal price (as low as) ---*/
.minimal-price {
	margin: 0;
	line-height:27px;
}

.minimal-price .price-label { }

a.minimal-price-link {
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 0 0;
}
.products-grid a.minimal-price-link{
	color:#FFF;
}
#upsell-product-table a.minimal-price-link {

}

a.minimal-price-link .label { font-size:12px; color: #4DC8E9;}

a.minimal-price-link .price {
	font-weight: bold;
/*	color:#4DC8E9;*/
	font-size:20px !important;
}

/*--- Excluding tax ---*/
.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-weight: normal;
}

/*--- Including tax ---*/
.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}

.price-including-tax .price {
	font-weight: bold;
}

/*--- Excl tax (for order tables) ---*/
.price-excl-tax { }

.price-excl-tax .label {
	white-space: nowrap;
}

.price-excl-tax .price {
	font-weight: bold;
}

/*--- Incl tax (for order tables)---*/
.price-incl-tax { }

.price-incl-tax .label {
	white-space: nowrap;
}

.price-incl-tax .price {
	font-weight: bold;
}

/*--- Price range ---*/
.price-from, .price-to { margin: 0; line-height: 17px; }

.products-grid  .price-from  { 
	margin-top: 15px;
}

.products-grid  .price-to  { 
	margin-top: 5px;
}

.products-grid  .price-to,
.products-grid  .price-from {
	font-size: 110%;
	margin:0 0;
	line-height:24px;
}

.price-from .price-label, .price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

/*--- Price notice next to the options ---*/
.price-notice {
	padding-left: 10px;
}

.price-notice .price {
	font-weight: bold;
}

.price-as-configured {
	margin: 0;
}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-box-bundle {
	padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}

.price-box-bundle .price {
}

.product-pricing-grouped li {
	padding: 2px 0;
}

.product-pricing-grouped li .price {
	font-weight: bold;
}

/*--- Product Pricing ---*/
.product-pricing {
	font-size:14px;
	margin: 13px 0 0 0;
}

.product-pricing li {
	padding: 0 0;
}

.product-pricing .benefit {
	font-weight: bold;
}

.product-pricing .price {
	font-weight: bold;
}
/* ---------------*/
/*      Mis       */
/* ---------------*/
.product-shop {float: left;}
.product-img-box {float: left;}

.product-img-box .rating-links {
	clear: both;
}

.product-shop .paypal-logo {
	text-align: center;
}

.product-shop .paypal-or {
	display: block;
	margin-bottom: 5px;
}

/*--- Generic Box ---*/
.generic-box {
	border: 1px solid #454F4C;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.generic-box h4 {
	margin: 0 0 5px;
	border-bottom: 1px solid #454F4C;
	padding-bottom: 5px;
}

/*--- Generic Product Grid ---*/
.generic-product-grid {
	width: 100%;
}

.generic-product-grid td {
	border-bottom: 1px solid #454F4C;
	border-right: 1px solid #454F4C;
}

.generic-product-grid tr.last td {
	border-bottom: 0;
}

.generic-product-grid td.last {
	border-right: 0;
}

.generic-product-grid .product-image {
	text-align: center;
}

.generic-product-grid td.empty-product {
	border-right: 0;
}

.generic-product-grid .ratings .pipe {
	display: none;
}

/*--- Add To ---*/

.add-to-cart .qty-box {
	float: left;
}

.add-to-cart .qty-box #qty {
	width: 80px;
	padding: 2px 0 2px 10px;
	line-height: 20px;
}

.add-to-cart .qty-box label {
	float: left;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
}

.add-to-cart .qty-box .qty {
	float: left;
	margin: 0 5px;
	height: 20px;
}

.add-to-links {
	margin: 0;
	padding: 0;
}


.actions .add-to-links  li a {
	font-style: normal;
	text-decoration: none;
	color:#454f4c;
}

.add-to-holder {
	margin: 10px 0;
}
.product-essential .add-to-holder .add-to-cart {	margin-top:-5px;	}
.add-to-holder .add-to-cart {
/*
	padding-top: 5px;
	width:100%;
*/	float: left;
	margin: 0;
	margin-top:18px;
}

.add-to-holder .add-to-cart label {
	vertical-align: middle;
}

.add-to-holder .add-or {
	float: left;
	padding: 5px 10px 0;
	color:#999;
}

.add-to-holder .add-to-links,
.product-essential .add-to-links {
	float: left;
	text-align: left;
	margin: 15px 0 0 20px;
	padding: 0;
	border-top: 0;
	font-size:12px;
/*
	width: 120px;
*/}
.product-essential .add-to-links {	margin: 5px 0 0 20px;	}
#crosssell-products-list .add-to-links,
.product-essential .add-to-links {
/*
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/add-to-links-bg.png) no-repeat left center;
	padding:0 0 0 15px;
*/
}
.out-of-stock span,
.in-stock span{
	color:#000;
}
.product-essential .no-rating a{
	color:#999;
	font-size:12px;	
}
.no-rating a,
.link-mail,
.availability,
.product-essential .availability ,
.product-essential  .box-price-review .no-rating,
#crosssell-products-list .add-to-links li a,
/*.box-main .add-to-links a,*/
.product-essential .add-to-links a{
	color:#000;
	font-size:12px;
}

.add-to-links a.link-wishlist, 
.add-to-links a.link-compare {	
	color:#000;	
	font-size:12px;
}
#crosssell-products-list .add-to-links li a:hover,
.product-essential .add-to-links a:hover{	/*	color:#4dc8e9;	*/	}
#crosssell-products-list .add-to-links li,
.add-to-holder .add-to-links li,
.product-essential .add-to-links li {
	display: block;
	line-height: 1;
	margin: 2px 0 5px;
}

.add-to-holder .add-to-links li .separator,
.product-essential .add-to-links .separator {
	display: none;
}


/*--- Tool Tips ---*/
.tool-tip {
	background: #454F4C;
	color:#FFF;
	border: 1px solid #454F4C;
	position: absolute;
}

.tool-tip .btn-close {
	margin-bottom: -9px;
	padding: 6px 6px 0;
	text-align: right;
}

.tool-tip .inline-content {
	padding: 8px;
}

.tool-tip .tool-tip-content {
	padding: 15px 20px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
	text-decoration: none !important;
}

.truncated a.details {
	cursor: help;
	text-decoration: none !important;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	background: #454F4C;
	color:#FFF;
	border: 1px solid #454F4C;
	padding: 5px 10px;
	position: absolute;
	top: -99999em;
	width: 250px;
	z-index: 999;
}

.truncated .truncated_full_value dl dt {
	margin-top: 0;
}

.truncated .show dl {
	left: 50%;
	top: -20px;
}

#yt_right .truncated .show dl {
   left: auto;
   right: 90%;
   top: -54px;
}

/*--- Link highlights ---*/
.button-level .link-cart,
.button-level .link-wishlist { 
	float: right !important ; 
	padding-left: 18px; 
	line-height: 35px;
}

.btn-remove2 { 
	display: block; 
	width: 16px; 
	height: 16px; 
	font-size: 0; 
	line-height: 0; 
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn_trash.gif) 0 0 no-repeat; 
	text-indent: -999em; 
*/	overflow: hidden;
}

a.btn-edit{
	float:right;
/*	height:14px;
	width:14px;
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn_edit.png) no-repeat left top;	
	text-indent:-999em;
	margin: 7px 0 7px 10px;
*/	
	overflow:hidden;
	font-size:125%;
}

a.btn-remove{
	display: block; 
	font-size: 125%; 
	line-height: 100%; 
	margin:2px 0;
/*
	width: 14px; 
	height: 14px;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn_remove.png) 0 -5px no-repeat; 
	text-indent:-999em; 
	margin: 5px 0 5px 10px;;
*/	overflow: hidden;
	float: right;
/*
	-moz-transition: all 0.3s ease-in 0s; 
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;	
*/}
.btn-remove, .i-cancel-circle, .icon-cancel-circle {		text-indent:-9999em;	width:14px; height:14px;	}
#bd .btn-edit,.icon-pencil {		color:#FFF;	}
.btn-remove:hover, .i-cancel-circle:hover, .icon-cancel-circle:hover {	background-position: 0 100%;	}
a.btn-edit:hover,
a.btn-edit:focus,
a.btn-edit:active,
a.btn-remove:hover,
a.btn-remove:focus,
a.btn-remove:active {
/*
	background-position:0 -29px;
*/
/*
	color:#FFF !important;
*/	text-decoration:none !important;
}



.link-feed {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon_feed.gif) no-repeat left center;
	padding-left: 18px;
	padding-right: 15px;
	color: #d00000;
}

.button-level .link-feed {

}

.button-level .pipe {
	float: right !important;
	line-height: 35px;
}

.link-feed:hover,
.link-feed:focus,
.link-feed:active {
}

/*--- Link highlights ---*/
.link-mail {/*email link*/
/*
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/ico-email.png) no-repeat left 0px;
*/	padding:0;
	display: inline-block;
	color:#999;
	margin:0 0 0 30px;
}
.link-mail .i-mail,
.availability .i-cancel-circle,
.availability  .i-ok-circle{		}

.link-mail:hover {/*email link*/		background-position:left -24px;	}
.link-reviewcount { /*review link*/
	color: #282724;
}

.link-reviewwrite {/*write review form link*/
	background-image: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon_comment.gif);
} 

.link-productalert { /*product alert link*/
	background-image: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon_newspaper.gif);
}
/* ---------------------*/
/*     Box Style        */
/* ---------------------*/

/*--- General box style ---*/

.yt-col .block {
	margin: 0;
}

.yt-leftcol div.block.block-currency {
	background:#ccddd7;
	border-radius: 12px;
	-moz-border-radius: 12px;
	khtml-border-radius: 12px ;
	-webkit-border-radius: 12px;
}
.yt-leftcol div.block.block-currency strong span{
	color:#000;
/*
	text-shadow:none;
*/
}
.yt-col .block:first-child {}

.yt-col .block .block-title {
	color:#000;
/*
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg-titlebar.png) no-repeat right -56px transparent;
	padding:0 6px 0 0;
*/	line-height:30px;
	height:30px;
	text-transform:capitalize;
/*
	text-shadow: 1px 1px 1px #fff;	
	-moz-text-shadow:2px 2px 1px #fff;	
	khtml-text-shadow: 2px 2px 1px #fff;	
	-webkit-text-shadow: 2px 2px 1px #fff;	
*/	border-radius:0;
	-moz-border-radius:0;
	khtml-border-radius: 0;
	-webkit-border-radius:0;
/*
	border-radius: 12px;
	-moz-border-radius:12px;
	khtml-border-radius: 12px;
	-webkit-border-radius:12px;	
*/	white-space:nowrap;
}
.yt-col .block .block-title span{
/*
	font-size:18px;
	font-weight:bold;
*/}
.yt-col .block-currency .block-title{
/*	padding: 0 13px 0;
	border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	khtml-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;	
*/
}
#yt_containerwrap .yt-col .block-currency .block-content{
	padding: 20px;
	text-align:center;
}
.yt-col .block-currency .block-title,
.yt-col .block.block-cart .block-title{
/*
	text-align:center;
	background-image:none;
	color:#FFF;
*/
}
3
.yt-col .block-banner { padding: 0; background: none; margin: 30px; }

.yt-col div.paypal-logo { text-align: center; padding-bottom: 20px; padding-left: 20px; }

.yt-col p.paypal-logo a ,
.yt-col p.paypal-logo .paypal-or, 
.yt-col  .block-cart .actions { text-align: right; display: block; margin: 10px 0 20px; }

.yt-col  .block-cart .actions button.button { float: left; }

.paypal-logo img {
	vertical-align: middle;
}

.paypal-logo a,
.paypal-logo a:hover,
.paypal-logo a:focus,
.paypal-logo a:active {
	text-decoration: none;
}

/*--- Box Head ---*/

.block .block-title small{
	display: inline;
}

.block-title span.first-word {
    color: #666666;
    font-size: 14px !important;
    font-weight: normal !important;
}

.block  .block-subtitle {
	padding: 5px 0;
	margin: 0;
}

.yt-col .block p {
	margin: 0;	
}
.yt-col .block p.subtotal .label{
	padding:0;	
	font-weight:normal;
	background:none;
	color:#FFF;
}


.yt-col .block-cart p.product-name {
	display:inline-block;
/*
	margin: 3px 0;
*/}


.block-title strong span{ }

.block h5,
.block h3 {
	padding: 10px 15px;
}

.box .head h5,
.block .block-title h5,
.block .block-title h3 {
	font-size: 92%;
	background: none;
	border: 0;
	padding: 0;
}

/*--- reset ---*/
.box h3, .box h4, .box h5,
.block h3, .block h4, .block h5,
.block .block-title strong,
.block .block-title h3,
.block .block-title h4 {
	margin: 0;
}

/*--- Box Content ---*/
.block .block-content { 
	clear: both;
}
.block .block-content dt{ 
	font-weight:normal;
}



.block-layered-nav dt > span >span,
.block-yt-layered-nav li a.subhead span{padding-left:30px;		}
#yt_containerwrap .block .block-content,
#yt-right-slideshow .block .block-content {
/*	border:1px solid #ccc;
	border-top:none;
	margin-top: -4px;*/
    padding: 10px;
	}
#yt_containerwrap .yt-col .block-yt-layered-nav .block-content,
#yt_containerwrap .yt-col .block-layered-nav .block-content{
	padding:0;
}
#yt_containerwrap .block .block-content a:hover{
	/*text-decoration:underline;*/
}
#yt_containerwrap .block .block-content{
	color:#FFF;	
} 
#yt_containerwrap .block-currency .block-content,
#yt_containerwrap .block-wishlist .block-content,
#yt_containerwrap .block-compare .block-content,
#yt_containerwrap .block.block-cart .block-content{
/*	background:none;*/
	color:#FFF;	
}
#yt_containerwrap .block-currency .block-content  .subtotal .price,
#yt_containerwrap .block.block-cart .block-content .subtotal  .price{
	font-size:18px;
}
.block-currency .currency-select{
    background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/limiter-bg.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 26px;
    line-height: 26px;
}
.block-currency .currency-select-inner{
    background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/limiter-bg.png") no-repeat scroll right -46px transparent;
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 0 -4px 0 0;
    overflow: hidden;
    padding: 0 3px;
    width: 100%;
}
.block-currency .currency-select-inner select{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 21px;
    line-height: 21px;
    outline: medium none;
    padding: 0 0 0;
	margin: 4px 0;
    width: 114%;
	-webkit-appearance:none;
}
.block-currency .currency-select-inner select option{
	background:#FFF;
    height: 21px;
    line-height: 21px;
	padding:3px 5px 0;
}

.block.block-cart .block-content .amount a{
	font-size:14px;
/*
	color:#4DC8E9;
*/}
.block.block-cart .block-content .amount a:hover{
	text-decoration:underline;
}
.block.block-cart .block-content a{		color:#FFF;	}
.yt-rightcol .block .block-content {}

.block-banner .block-content,
.yt-rightcol .block-banner .block-content {
	text-align: center;
	padding: 0;
}

.box small,
.block small {
	text-align: left;
}

.block p.empty {
	margin: 0;
}

/*.box .content img,.block .block-content img {		margin-right: 10px;		}*/
.box .content a.product-image, .block .block-content a.product-image {		margin-right: 10px;		overflow:hidden;	}

/*--- Box List ---*/
.box ol,
.block ol {
}

.box ol li,
.block ol li {
	margin: 0;
	padding: 6px 0;
}


.box ol li div,
.block ol li div {
	text-indent: 0;
}

.box ol li.last,
.block ol li.last {
	border-bottom: 0 !important;
}


/*--- block-yoursay ---*/
#yt_botsl .block-yoursay table td {
	border: 1px solid #eee;
}

#yt_botsl div.block-yoursay .block-content {
	padding: 0;
	text-align: center;
}
/* ------------------------------*/
/*     Magento's box style       */
/* ------------------------------*/
.box {
	background: none;
	border: none;
}

.box .box-title {
	background: #C0B484;
	color:#FFF;
	margin-bottom: 5px;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 30px;
}

.box .box-content {
	padding: 0 10px;
	clear: both;
}

.box .box-title h3,
.box .box-title h2,
.box .box-title h4 {
	font-size: 100%;
	float: left;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	color:#000;
	font-weight:bold;
}

.box .box-title h3 a,
.box .box-title h2 a,
.box .box-title h4 a {
	padding-left: 5px; 
	float: none;
	display: inline;

}

.box .product-images,
.block .product-images {
	float: left;
	width: 30%;
	margin-top: 5px;
	text-indent: 0;
}

.box .product-details,
.block .product-details {
	float: right;
}

.box .product-checkbox,
.block .product-checkbox {
	float: left;
	padding: 0 5px 0 0;
}

.box .product-names,
.block .product-names {}

.box a.link-cart,
.block a.link-wishlist {
	color: #d00000;
	font-size: 92%;
}

.yt-col .box a.link-cart,
.yt-col .block a.link-wishlist {
	margin-right: 0;
	display: block;
}

.block .product-name {
	margin: 0;
}

/*--- Product Tags ---*/
.block-tags,
.block-tags ul {
	border: none;
	margin-bottom:10px;
}
.block.block-tags .block-title strong span{
/*	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/ico-tag.png) no-repeat left center;
	padding:0 0 0 25px;
*/}
#yt_current_content .block-tags ul,
#yt_current_content .block-tags ul {}

.block-tags li {
	display: inline;
	margin: 0 !important;
	padding: 0 2px !important;
}


.block-tags li a:hover{
	border-bottom: 1px dotted;
}

.block-tags li a:hover,
.block-tags li a:active,
.block-tags li a:focus,
.block-tags li a:hover,
.block-tags li a:active,
.block-tags li a:focus {
}

.block-tags small,
.block-tags small {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/arrow_d1.gif) no-repeat right center;
	padding-right: 12px;
	text-align: left;
	line-height: normal;
}

.block-tags .actions {
/*
	border: none;
	padding-top: 0;
	margin:15px 0 7px;
	text-align: left;
*/}

.block-tags .actions a {
/*
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn-bg.gif) repeat-x left top;
	display:inline-block;
	padding:0 10px;
	color:#FFF;
	height:23px;
	text-decoration: none;
	float:right;
*/}
.block-tags .actions a:hover span{
/*
	padding:0 15px 0 0;
*/}
.block-tags .actions a span{
/*
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn-inner-bg.gif) no-repeat right center;
	padding:0 8px 0 0;
*/}
.block.block-paymentmethods label{
	display:inline-block;
	float:left;
	font-family:Arial, serif;
	font-size:24px;
	line-height: 30px;
}
.block.block-paymentmethods{
	margin:30px 0;
	display:inline-block;
}
.block.block-paymentmethods .block-title{
	margin-right: 20px;
}
.block.block-paymentmethods .block-title,
.block.block-paymentmethods .block-content{
	float:left;
	clear:none;
}
ul.payment {
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.block-content ul.payment li{
	margin-right:6px;
	float:left;
}
.block-content ul.payment li a{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/paymentmethods.png) no-repeat left top;
	height:38px;
	width:60px;
	display:block;
	padding:0 0;
	margin:0;
	text-indent:-999em;
}
.block-content ul.payment li a:hover{
	border:none;
}
.block-content ul.payment li a.master{
	background-position:-60px top;
}
.block-content ul.payment li a.amex{
	background-position:-120px top;
}
.block-content ul.payment li a.paypal{
	background-position:-180px top;
}
/*--- Mini Cart ---*/


.block-cart .actions {
	margin-bottom: 0;
	border-color: #454F4C;
}
.block-cart .button { }

/*--- Mini Wishlist ---*/
.block-reorder .product-name a,
.block-wishlist .product-name a {  color: #FFF;}
.add-to a {
	font-size: 92%;
}

.block-wishlist .block-subtitle {
	margin: -10px 0 0 0;
}

.mini-products-list .product-details {
	float: none;
}
#cart-sidebar li{
/*
	background:#4DC8E9;
	padding:0 8px;*/
	margin:1px 0 0;
}
#cart-sidebar li:hover{
/*
	background:#d93333;
*/}
.block-reorder .product-name a:hover,
.block-wishlist .product-name a:hover,
#cart-sidebar .product-name a:hover{
	text-decoration:underline;
/*
	color:#4DC8E9;
*/}
.mini-products-list .product-image {
	float: left; 
}
.mini-products-list .product-image img{
	margin-right:5px;
}
.mini-products-list .price-box {
	clear: none;
}

.mini-products-list .product-name {
	margin: 0;
}

.block-wishlist small {

}

/*--- block-wishlist ---*/
.block-wishlist ol li {
	padding: 10px 0 0;	
}
.block-wishlist .actions{
	margin:15px 0 0;
}
.block-reorder .btn-cart,
.block-wishlist a.link-cart.button{
	float:right;
}
.block-wishlist ol li:first{
	padding-top:0px;
}

.block-wishlist .special-price{
	padding:0 0 5px 0;
}
.block-wishlist .special-price .price{
	font-size:100%;
}
.block-wishlist p{
	line-height:normal;
}
.block-wishlist .price-label{
	font-size:11px;
}
.block-wishlist .old-price{
	display:none;
}
/*--- Compare Products, Orders ---*/

.block-reorder .block-subtitle {
	margin: 0;
	padding-top: 0;
}

.block-reorder .actions {}

.block-reorder .product-name{
	margin-left: 20px !important;
}

.block-reorder input.checkbox { 
	margin-top: 2px;
	float: left;
 }

#cart-sidebar-reorder li.item {}
#cart-sidebar-reorder { margin-bottom:10px;	}
.block-compare {}

.block-compare .block-content { }

.yt-col .block-compare p {	/*margin-top:10px;	*/	display:inline-block;	}

.block-compare p.no-item {}

.block-compare .block-title small {
	display: none;
}

.block-compared ol#recently-compared-items li ,
.block-compare ol#compare-items li {
	padding:2px 5px;
	margin:0;
	text-indent: 0;
	background:none;
	margin-bottom:5px;
}
.block-compared ol#recently-compared-items li:hover,
.block-compare ol#compare-items li:hover {
/*
	background:#e9e5e1;
*/}

.block-compare .actions{
	margin:15px 0 0;
}
.block-reorder .actions > a,
.block-wishlist .actions a,
.block-compare .actions .action-clear{
	float:left;
	line-height:22px;
	padding: 0 5px;
}

.block-cart .button > span, 
.block-cart .form-button > span,
.block-compare .button > span, 
.block-compare .form-button > span{	padding-right:15px;	/*background-image:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn-bg-white.gif);		color:#d00000;*/	}
.block-cart .button:hover > span, 
.block-cart .form-button:hover > span,
.block-compare .button:hover > span, 
.block-compare .form-button:hover > span{	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/logo-arrow-next-white.png) no-repeat right center;	}
.block-cart .button span span, 
.block-cart .form-button span span,
.block-compare .button span span, 
.block-compare .form-button span span{
/*
	background-image:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn-inner-bg-white.gif);
*/}
.block-compare a.left {
	margin-top: 3px;
	float: right;
}

.block-compared .block-title strong {
	line-height: 25px;
}

.block-compared ol#recently-compared-items li a{
	text-indent: 0;
	display: block;
}

ol#recently-compared-items li a:hover,
ol#recently-compared-items li a:active,
ol#recently-compared-items li a:focus {
	text-decoration: none;
	background-image: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bullet1-hover.gif);
}

.block-compare #compare-items a {	line-height:18px;	}
.block-compare #compare-items a:hover {	text-decoration:none;	line-height:18px;	}
.yt-col .block-compare .block-content .product-name a {	color:#FFF;			}

.block-compare #cart-sidebar-reorder li{
	border-bottom: 1px solid #454F4C;
	border-top: none;
	text-indent: 0;
}

.block-compare .actions .button {	float:right;	/*	margin-right:30px;*/		}

/*--- Mini Product View ---*/
.mini-product-view ol#recently-viewed-items li {text-indent: 0;border-bottom: 1px solid #454F4C; border-top: none;}

.block-viewed .block-content { }

.block-viewed .block-title strong {

}

/*--- Poll ---*/
.block-poll .block-content { }

.block-poll ul,
.block-poll ol {
	margin: 10px 0;
}
.block-poll .poll-resutl li.odd{
	background:#F8F8F8
}
.block-poll .poll-resutl li.even{
	background:#E6E2DD
}
.block-poll .poll-resutl li{
	padding-right:50%;
    position: relative;
    vertical-align: middle;
	padding-left:10px;
}
.block-poll li{
	vertical-align: middle;
	margin-top:8px;
}
.block-poll li:first-child{
	margin:0 0;
}
.block-poll li .label label{
	cursor:pointer
}
.block-poll .right {
	float: left;
}

.poll_vote {
	margin-left: 0;
}

.block-poll .votes {
    bottom: 6px;
    position: absolute;
    right: 10px;
}
.block-poll .actions{
	margin:15px 0 7px;
}
.block-poll .actions .button{
	float:left;
}

/*--- Relate Products ---*/
.block-related .block-content {}

.block-related ol li {
	position: relative;
}

.block-related ol li.last { }

.block-related .product-images {
	position: absolute;
	left: 0;
	top: 5px;
	padding-left: 18px;
	overflow: hidden;
}

.block-related .product-image{
	float: left;
}

.block-related .product-images .checkbox-container {
	position: absolute;
	top: 15px;
	left: 0;
}

.block-related .product-details {
	display: block;
	width: auto;
}


/*--- Layered Navigation ---*/

.block-layered-nav .block-title strong span{
/*
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/ico-shopby.png) no-repeat left center;
*/	padding:0;
}

.block-layered-nav ol.narrowed-category {
	padding: 5px 0;
	background: #454F4C;
	color:#FFF;
	margin: 0 !important;
}

.block-layered-nav ol li { }

.block-layered-nav ol.narrowed-category li {
	border-bottom: none;
	font-weight: bold;
	padding: 1px 0;
}

.block-layered-nav .narrowed-category li .label {
	padding-left: 22px;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bullet.gif) no-repeat 15px 5px;
	font-weight: normal;
}

.block-layered-nav .widget-btn {
	float: right;
	margin: 2px 8px 0 5px;
}


#narrow-by-list ol{
	margin: 0;
	padding: 4px 0;
}

.block-layered-nav dl { padding: 0; }

.block-layered-nav dt:hover {
	text-decoration:underline;
}
.block-layered-nav dt {
	position:relative;
	border-bottom:none;
	cursor:pointer;

/*	margin: 1px 0 0;
    padding-bottom: 5px;
	padding: 3px 10px 3px 0;
*/	
}
.block-layered-nav dt .toggle{
/*
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/accordion-minus-plus.png) no-repeat right 2px;
*/}
.block-layered-nav dt.accordion-open{
	background-position:right 2px;
}
.block-layered-nav dt.accordion-open:hover{
/*
	background-position:right -22px;
*/}

.block-layered-nav dt.accordion-close:hover{		/*	color: #4DC8E9;	background-position:right -70px;*/	}
.block-layered-nav  .block-subtitle {
	font-size: 125%;
	font-weight: bold;
	margin: 2px 0;
	text-transform: uppercase;
	display:none;
}

.block-layered-nav dd { padding: 0; margin-bottom: 10px; }

.block-layered-nav dd.last { margin-bottom: 0; }

.block-layered-nav dd li {
/*
	background:#e6e2dd;
*/	margin:1px 0 0 0;
	padding: 3px 10px;
	border: none;
}
.block-layered-nav dd li:hover{
/*
	background:#e9e5e1;
*/}
.block-layered-nav dd li a {
	color:#000;
	display:block;
	outline: none;
	text-decoration: none;
	text-indent: 0;
}

.block-layered-nav dd li a:hover,
.block-layered-nav dd li a:active,
.block-layered-nav dd li a:focus {/*	color:#4DC8E9;*/	}
/*--- Block paypal ---*/
.block-paypal { float: right; }

#yt_footer .block-paypal li {
	float: left;
	padding: 0 5px 0 0;
	background: none;
}
/* -----------------------------*/
/*     Mgento's shop pages      */
/* -----------------------------*/

/*--- Catalog listing ---*/
.category-image {
	margin: 0;
	padding: 0 0 50px;
	text-align: center;
}

.catalog-listing { padding: 0; }

.subcategorys {
	
}

.subcategorys li{
	float:left;
	background: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/zeigenur_bg.png') !important;
	vertical-align:middle;
	padding-left:28px;
	padding-top:6px;
	padding-right:6px;
	height:21px;
}

.subcategorys a {
	padding-left:0px;
}



.category-products { padding: 0 0 15px 0; }
.catalog-listing h5, /*product name*/
.catalog-listing .product-image, /*product name*/
.catalog-listing .product-information,
.category-products h2, /*product name*/
.category-products .product-image, /*product name*/
.category-products .product-information{ }

.catalog-listing li.first h5, /*product name*/
.catalog-listing li.first .product-image, /*product name*/
.catalog-listing li.first .product-information,
.category-products li.first h2, /*product name*/
.category-products li.first .product-image, /*product name*/
.category-products li.first .product-information {}

.catalog-listing li.last h5, /*product name*/
.catalog-listing li.last .product-image, /*product name*/
.catalog-listing li.last .product-information,
.category-products li.last h2, /*product name*/
.category-products li.last .product-image, /*product name*/
.category-products li.last .product-information {}

.catalog-listing .ratings, /*product rating*/
.category-products .ratings /*product rating*/ { }

.catalog-listing .pdescription, /*product info*/
.category-products .pdescription /*product info*/ {
	margin: 0 0 10px;
}

.category-products .button {
	float: none;
}

.category-products .add-to,
.catalog-listing .add-to {
	border-top: 1px solid #F1F1F1;
	clear: both;
	margin: 0;
	padding: 7px 5px;
	font-size: 100%;
}

.category-products h2.product-name,
.catalog-listing h2.product-name {
	margin: 0 0;
	padding: 0 0;
	clear: both;
}

.products-grid h2.product-name {

}

.category-products h2.product-name a,
.catalog-listing h2.product-name a {
	font-weight: normal;

}

.category-products h2.product-name a:hover,
.catalog-listing h2.product-name a:hover {

}

.category-products h2.product-name a,
.catalog-listing h5 a{}

.category-products .product-name a:hover,
.category-products .product-name a:focus,
.category-products .product-name a:active {
	text-decoration: none;
}

.catalog-listing .price-box,.category-products .price-box {  padding:0 7px; }
.block.block-cart span.price,.catalog-listing .price-box,.category-products .price-box span.price, .price-box span.price { font-size:18px; line-height:22x; font-weight:normal;	}
.category-products .products-grid .price-box .old-price span.price{ font-size:12px; line-height:30px; font-weight:normal; color:#999;	}
.product-essential .price-box .old-price span.price,
.category-products .products-list .price-box .old-price span.price{ font-size:12px; line-height:20px; font-weight:normal; color:#999;	}

.catalog-listing .add-to {}

.category-products .add-to-links { /*clear: both; */	}

.catalog-listing .add-to a,
.catalog-listing .add-to a.link-cart,
.category-products .add-to-links a.link-wishlist,
.category-products .add-to-links a { font-size:12px;}

.catalog-listing .add-to a:hover,
.catalog-listing .add-to a:active,
.catalog-listing .add-to a:focus,
.category-products .add-to-links a:hover,
.category-products .add-to-links a:active,
.category-products .add-to-links a:focus { }

.catalog-listing .add-to a.link-cart,
.category-products .add-to-links a.link-wishlist {	}

.catalog-listing .add-to .pipe,
.category-products .add-to-links .separator {
}

/*--- List Type ---*/
.products-list {
	clear: both;
/*
	padding: 0 10px;
*/}
ol.products-list li:first-child{
	padding-top:0;
}
.products-list .item {
/*	background:url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg-toptabview.png") repeat-x 0 bottom transparent;*/
	border-bottom:1px solid #bdbdbd;
	padding: 20px 0 30px;
/*	border-bottom:1px solid #cecabe;
	overflow: hidden;
*/}

.products-list .item.last {
	background:none;
	border: none;
}
.products-list .product-image {
	background: #FFFFFF;
	position:relative;
/*
	height:200px;
	width:300px;
	overflow:hidden;*/
	float: left;
	text-align: left;
	margin: 0;
	display: inline-block;
	text-align:center;
	margin-right:20px;
}
.products-list .product-image span.item-inner{   display: inline-block;	/*	   padding-top: 15px;	*/	}
.products-list .product-image img.image-hover {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
}
.products-list .product-image:hover img.image-hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
}
.products-list .product-image span.newproduct-list{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/new.png) no-repeat left top;
	height:46px;
	width:46px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	text-indent:-999em;
}
.products-list .product-image span.saleoff-list{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/sale.png) no-repeat left top;
	height:46px;
	width:46px;
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	z-index:10px;
	text-indent:-999em;
}
.products-list .product-shop {
	width: 460px;
/*
	float: right;
*/
	float:left;
}

.products-list .product-shop .desc {
	clear: both;
	margin: 10px 0 ;
	display:inline-block;
	color:#000;
}
.products-list .price-and-addtocart{
	margin: 5px 0 15px;
	line-height:24px;
}
.products-list .product-shop .price-box {	padding: 0 15px 0 0;	/*		margin-bottom:30px;			float:left	*/	}

.separator {
	margin: 0 5px;
	color:#999;
}
.products-list .product-shop .ratings {
	border-top: 0;
/*
	display:inline-block;	
*/	
	display:block;
	margin:15px 0 0;
/*
	float:right;
*/
}

.products-list .product-shop .rating-box {
/*
	margin-bottom: 10px;
*/	float:left;
}

.products-list .product-shop .rating-links {
	float: left;
	margin: 0 0 0 5px;
	line-height:18px;
}
.products-list .product-shop .rating-links a.review-num{
	color:#999;
}
.products-list .product-shop .rating-links a.review-num:hover{	/*	color:#4DC8E9;	*/}
.products-list .product-shop .rating-links a.add-your-review{
	display:none;
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/ico-add-review.png) no-repeat left top;
	height:19px;
/*
	display:inline-block;
*/	padding:0 0 0 25px;
	margin:0 0 0 10px
}
.products-list .product-shop .rating-links a.add-your-review:hover{
	background-position:left -19px;
}
.products-list .product-shop .addtocart-box {
	display:inline-block;
	float:left;
	margin-right:20px;
}
.products-list .add-to {
	margin-bottom: 0;
	font-weight: bold;
}

.products-list .product-shop p.add-to a {
	margin: 0 5px;
}
.products-list .product-shop .actions {
	display:inline-block;
	margin-top:10px;
}
.products-list h2.product-name{
	font-size:18px;
	padding: 0;
	margin:0;
	display:inline-block;
	line-height:18px;
	margin-bottom:10px;
}

.products-list h2.product-name a{		color:#000;		}
.products-list h2.product-name a:hover {/*	text-decoration:underline;*/}
.box-main  .box-price-review,
.product-essential  .box-price-review,
.products-list .box-price-review {line-height:20px;	}
.products-list .regular-price {
	font-size:24px;
}
#newsletter-validate-detail .button{
	border:none;
}
/*.block-reorder .btn-cart,*/
.box-tags .button,
.box-main .btn-cart,
.data-table .btn-cart,
.product-shop .btn-cart {
/*
    background: none repeat scroll 0 0 #73BDC8;
	 margin-top: 20px;
*/ 
    background: none repeat scroll 0 0;
    border: medium none;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
#wishlist-table .product-image{
	margin:10px 0;
}
/*.block-reorder .btn-cart:hover,*/
.data-table .btn-cart:hover,
.product-shop .btn-cart:hover{
	background: #323232;
}
.products-list .product-shop .btn-cart  span {

}
.wrap-qty{
/*
    border-right: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
*/   
    margin: 0 12px 0 0;
}
.quantity-box{
    border: 1px solid #666;
	background:#fff;
    float: left;
    height: 24px;
    margin-right: 2px;
	width: 40px;
	text-align:center;
}

.quantity-input.qty input {
	text-align:center !important;
}

.qty-title{
    color: #333333;
    
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-right: 10px;
}	
.qty-set{	display:inline-block;	}
input.quantity-input {
/*
    background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/quantity-input.png") no-repeat scroll 0 0 transparent !important;
*/   
	background-color:transparent;
	border:none;
	box-shadow:none !important;	-moz-box-shadow: none ;	-webkit-box-shadow: none;	
    border-radius: 0;
	-moz-border-radius: 0;
	khtml-border-radius: 0 ;
	-webkit-border-radius: 0;	
    font-size: 14px;
    margin: 0;
    padding: 0;
	margin-top:-5px;
	line-height:20px;
	width:100%;
}
span.quantity-controls {
	display:none;
/*
	display:inline-block;
	height: 24px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20px;
	float: left;	
*/
}
span.quantity-controls input.quantity-controls {
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 25px;
	font-weight:bold;
/*
	background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/quantity-controls.png") no-repeat scroll 0 0 transparent;	
*/
}
span.quantity-controls input.quantity-plus:hover {
    background-position: 0 100%;
}
span.quantity-controls input.quantity-plus {
/*
    position: absolute;
    top: 0;
*/}
span.quantity-controls input.quantity-minus {
    background-position: 100% 0;
}
span.quantity-controls input.quantity-minus:hover {
    background-position: 100% 100%;
/*
    bottom: 0;
    position: absolute;
*/}

.products-list .product-shop .add-to-links {
	display: inline;
	margin: 0 0;
}
#crosssell-products-list .add-to-links li, 
.product-essential .add-to-links li,
.products-list .product-shop .add-to-links li{
/*
	padding:0 0 0 15px;
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon-plus.png) no-repeat 0 center transparent;
	line-height:18px;
*/}
.products-list .product-shop .add-to-links a:hover {
	color: #4dc8e9;
}

/*--- Grid Type ---*/
.yt-leftcol .yt-products-container{
	margin:0;
}
.yt-products-container{
	margin:10px 0;
/*
	border:1px dashed #CCC;
*/}
.products-grid {
	clear: both;
/*
	padding: 10px 0;
*/
	padding:0;
}
.products-grid.even{
	padding-bottom: 15px;
}
.products-grid.first { padding-top:10px;}

.products-grid .desc {
	margin: 15px 0;
}

.products-grid .no-rating small {
}

.products-grid .ratings {	display:inline-block;	}

.products-grid .ratings .amount { line-height: 18px;  }

.products-grid .ratings .amount a{}

.products-grid .rating-links { display: none; }

.product-image {	position: relative;	display: inline-block;	}

.product-image:hover,
.product-image:focus,
.product-image:active {

}
.products-grid h2 {}

.products-grid h3.product-name {
	font-size: 110%;
}

.products-grid h3.product-name a {}

.products-grid td,
.products-grid th {
	padding: 8px 0;
}
.products-grid h2 a {}

.products-grid h2 a:hover,
.products-grid h2 a:active,
.products-grid h2 a:focus {
	text-decoration: none;
}

.products-grid ol.grid-row {
	border-bottom: 1px solid #454F4C;
}
.yt-leftcol .products-grid li.item:first-child{
	border-top:none;
}
.item_readmore{
	padding: 0 17px;
	background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/ico-plus.png") no-repeat scroll 0 0 transparent;
	line-height: 12px;
	font-size:12px;	
	margin-top:8px;
}
.item_readmore:hover{
	background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/ico-plus.png") no-repeat scroll 0 95% transparent;
}
.item_readmore a{
	color:#000;
	line-height: 11px;
}
.item_readmore:hover a{
	color: #48BBD9;
}
.yt-leftcol .products-grid li.item {
	margin:0;
	padding:20px 0;
	border-bottom:1px solid #f2f0e8;
	border-top:1px solid #d4d0c6;
}
.yt-leftcol .products-grid li.item.last {
	border-bottom:none;
}
.products-grid li.item {
	float: left;
	margin: 0 9px;
/*
	text-align: center;
*/	width: 220px; /*height:240px;*/
	position: relative;
}

.products-grid li.last {
	margin-right: 0;
}

.products-grid li.first {}

.products-grid.first li.item { }

.listing-type-grid ol.odd,.products-grid ol.odd	{ }
.listing-type-grid li.last,.products-grid li.last {}

.products-grid .product-information {}

.products-grid .rating-box {
	float:left;
}

.products-grid .actions {
	clear: both;
	border: none;
	padding: 0;
}

.products-grid .separator {}
.yt-leftcol .products-grid .item-inner{
	text-align:left;
}
.yt-leftcol .products-grid .item-inner {
	float:left;
	position:none;
}
.products-grid .item-inner {
	position:relative;
	text-align: center;
/*
	height:240px;
	width:220px;
*/	display: block;
}
.products-grid .item-inner .product-name{
	text-align:left;
}
.products-grid .item-inner .product-name  a{
	margin:0 7px;
}
.products-grid .item-inner .product-name  a:hover{
/*
	color:#000;
*/	text-decoration:underline;
}
.yt-leftcol .products-grid .item-inner .product-name  a{
	margin:0;
}
.block .products-grid .item-inner .item-box span.newproduct-grid{
    left: -70px;
    text-indent: 999;
    top: -20px;	
}
.block .products-grid .item-inner .item-box span.saleoff-grid{
    left: -70px;
    text-indent: 999;
    top: -20px;	
}

.related-product .newproduct-grid{
	left:110px !important;
	top:0 !important;
}

.related-product .old-price span{
	font-size:12px;
}

.related-product .related-checkbox {
	position:absolute;
	margin-left:6px;

}

.related-product .related-checkbox-container:before {
	content: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/shopping-cart-add.png');
	padding-left:5px;
}


.related-product .related-checkbox-container {
	background-color:rgba(255, 255, 255, 0.7);
	height: 21px;
    padding-left: 0;
    padding-right: 5px;
    padding-top: 4px;
	text-align: left;
    width: 45px;
	border: 0px solid #000000;
	position:absolute;
	right:0;
	margin-top:-34px;
	border-radius: 3px;
	margin-right:5px !important;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.products-list .product-image span.newproduct-list,
.products-list .product-image span.saleoff-list,
.products-grid .item-inner .item-box span.newproduct-grid,
.products-grid .item-inner .item-box span.saleoff-grid{

	display:block;
	height:49px;
	width:60px;
	position:absolute;
	right:0;
	top:0;
	text-indent:-999em;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	font-family:georga;
	line-height:100px;
	text-transform:capitalize;
	z-index:10;
}
html[lang="de"] .products-list .product-image span.newproduct-list,
html[lang="de"] .products-grid .item-inner .item-box span.newproduct-grid{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/badge-new.png) no-repeat left top;
}
html[lang="en"] .products-list .product-image span.newproduct-list,
html[lang="en"] .products-grid .item-inner .item-box span.newproduct-grid{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/badge-newEN.png) no-repeat left top;
}


html[lang="de"] .products-list .product-image span.saleoff-list,
html[lang="de"] .products-grid .item-inner .item-box span.saleoff-grid{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/badge-sales.png) no-repeat left top;
}


html[lang="en"] .products-list .product-image span.saleoff-list,
html[lang="en"] .products-grid .item-inner .item-box span.saleoff-grid{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/badge-salesEN.png) no-repeat left top;
}

/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.saleoff-list,
.newproduct-list,
.newproduct-grid,
.saleoff-grid {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	
	-webkit-animation-duration:1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
	
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	transform-origin: top center;
/*
	
	-webkit-animation-name: swing1;
	-moz-animation-name: swing1;
	animation-name: swing1;
	
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
*/	
	display: block !important;
}


@-webkit-keyframes swing1 {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	0% { -webkit-transform: rotate(5deg); }	
	50% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(5deg); }
}
@-moz-keyframes swing1 { 	/* Firefox */ 
	0% { -moz-transform: rotate(5deg); }	
	50% { -moz-transform: rotate(-5deg); }
	100% { -moz-transform: rotate(5deg); }	
}
/*
@-o-keyframes swing1 {
	0%  { -o-transform: rotate(5deg); }	
	50% { -o-transform: rotate(-5deg); }
	100% { -o-transform: rotate(5deg); }	
}
*/
@keyframes swing1 {
	0% { -moz-transform: rotate(5deg); }	
	50% { -moz-transform: rotate(-5deg); }
	100% { -moz-transform: rotate(5deg); }	
}
/**/
.yt-leftcol .products-grid .item-inner .item-box{
	background:none;
}
.products-grid .item-inner .item-box{
/*
	background: #fff;
	margin-bottom:7px;
*/	height:240px;
	width:220px;
	
}
.yt-leftcol .products-grid .item-inner .item-box{
	height:auto;
}

/*
.item-box-hover{
	width:220px;
	height:120px;
	display:none;
	position:absolute;
	top:120px;
	left:0px;
}
*/
.yt-leftcol  .products-grid .item-inner h2.product-name{
	line-height:18px;
}
.yt-leftcol  .products-grid {
	padding:0;
}
.products-grid .item-inner h2.product-name{
/*
	background:#FFF url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/product-name-bg.png) no-repeat right top;
*/	margin:0;
/*
	height:60px;
*/	text-align:left;
	line-height:30px;
	font-size:100%;
	font-weight:normal;
}
.products-grid .item-inner:hover h2.product-name{
	background-position:right -30px;
}

.yt-leftcol .products-grid .item-inner h2.product-name a{
	margin:0;
}
.products-grid .item-inner h2.product-name a{
	margin:0;
	color:#000;
/*
	color:#454f4c;
*/	display: inline-block;
}
.products-grid .item-inner h2.product-name a.minimal-price-link{
	margin: 0 0 0 5px;
}
.products-grid .item-inner h2.product-name a.minimal-price-link span.label{
	font-size:12px;
}
.my-account .my-wishlist .product-name >a:hover,
.my-account .my-wishlist .link-edit:hover,
.products-grid .item-inner h2.product-name >a:hover{
	text-decoration:underline;
}
/*
.products-grid .item-inner:hover .item-box-hover{
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/item-box-hover.png) repeat left top;
	display:block;
	text-align:left;
	width:220px;
	padding:0;
	font-size:12px;
}
*/
.products-grid .item-inner:hover .item-box .newproduct-grid{
/*
	display:none;
*/}
.products-grid .item-inner:hover .item-box .saleoff-grid{
/*
	display:none;
*/}
.products-grid .item-inner .item-box .price-box {
/*
	line-height: 1;
	margin: 0 0;
	display:inline-block;
	float:right;
	padding:5px 10px;
	position:absolute;
	bottom:31px;
	right:0px;
	color:#FFF;
	background:#d00000;
*/}
.products-grid .item-inner .item-box .price-box a,
.products-grid .item-inner .item-box .price-box span{
/*
	color:#FFF;
*/}
.yt-leftcol .product-box{
	width:100px;
}
.yt-leftcol .product-box,
.yt-leftcol .products-grid .item-inner .item-box div.product-image{
	float:left;
	padding:0;
}
.yt-leftcol .products-grid .item-inner .item-box div.product-image{
	margin-right:15px;
}

/*
.yt-leftcol .actions > a{
	display:block;
	margin-top:10px;
}
div.product-image a{
	display:inline-block;
}
*/
#shopping-cart-table a.product-image:hover,
div.product-image a:hover{
/*
	box-shadow:0 0 10px;
	-moz-box-shadow: 0 0 10px;
	-webkit-box-shadow: 0 0 10px;	
*/	
	-moz-transition: all 0.3s ease-in 0s; 
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;	
}
.category-products div.product-image a:hover,
#yt_content_bottom  div.product-image a:hover,
.blocktabs div.product-image a:hover{
/*	color:#fd355a;*/
	box-shadow:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;	
}

.cart .cart-table.data-table .product-image:hover img {	/*    box-shadow: none;	*/	}
.products-grid .item-inner .item-box div.product-image{
	padding:20px 0 0;
	margin:0 0;
}
.products-grid .item-inner:hover .item-box .price-box{
/*
	display:none;
*/}
.item-box-hover a.readmore,
.item-box-hover a.btn-cart{
/*
    background-image: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/ico-itembox-hover.png");
    background-repeat: no-repeat;
	font-weight: bold;
*/  display: inline-block;
    line-height: 31px;
	height:31px;
	border-radius:4px;
	-moz-border-radius: 4px;
	khtml-border-radius: 4px ;
	-webkit-border-radius: 4px;
}
.products-grid .item-inner .item-box-hover a.btn-cart,
.products-grid .item-inner .item-box-hover a.readmore{	margin: 5px 60px;	}
.products-grid .item-inner .item-box-hover a.btn-cart{	margin-top:45px;	}
.item-box-hover .btn-cart,
.item-box-hover .actions{
	margin: 0;
}
.products-grid .item-inner .item-box-hover a:hover.readmore,
.products-grid .item-inner .item-box-hover a:hover.btn-cart{	background:#FFF;	}
/*
.products-grid .ratings .amount a,
.products-list .ratings .rating-links  a,
.item-box-hover a.readmore,
*/
.item-box-hover a.btn-cart,
.item-box-hover a.readmore{
/*
.item-box-hover .actions .add-to-links li a.link-compare,
.item-box-hover .actions .add-to-links li a.link-wishlist{
*/	color:#FFF;
	font-size:14px;
}
.item-box-hover .actions .add-to-links li a.link-compare,
.item-box-hover .actions .add-to-links li a.link-wishlist{
	font-size:10px;
}
.item-box-hover .actions .add-to-links li a.link-compare:hover,
.item-box-hover .actions .add-to-links li a.link-wishlist:hover{
	color:#FFF;
}
.item-box-hover a.readmore,
.item-box-hover a.btn-cart{
	padding:0 10px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;	
}
.item-box-hover .a{
	background-position: left top;
}
.up-sell-products .item-box-hover .price-box a,
.up-sell-products .item-box-hover .price-box a{
	color:#FFF;
	padding:0 0;
	text-decoration:none;
}
.item-box-hover .actions .add-to-links li a.link-wishlist,
.item-box-hover .actions .add-to-links li a.link-compare{
/*
	background-position:0 -22px;
	padding:0;*/
}
/*
.item-box-hover a:hover,
*/
.item-box-hover p.no-rating a:hover,
.item-box-hover .actions .add-to-links li a.link-compare:hover,
.item-box-hover .actions .add-to-links li a.link-wishlist:hover{
/*
	text-decoration:underline;
	background-color:#FFF;*/
	color:#FFF;
}
.item-box-hover .price-box .price{
	font-size:24px;
}
.item-box-hover .price-box{
	margin:15px 0 10px;
}

.item-box-hover .no-rating,
.item-box-hover .ratings{
    display: inline-block;
    margin: 0 0 5px;
}
.actions .add-to-links li a,
.item-box-hover .no-rating a,
.item-box-hover .ratings{
    font-size: 10px;
    line-height: 20px;
	display:inline-block;
	overflow:hidden;
/*  background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg-white.png") repeat scroll 0 0 transparent;	*/
    border: 1px solid #CCCCCC;
    border-radius: 3px;
	-moz-border-radius: 3px;
	khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background:#FFF;
/*	color: #FFF;*/
    padding: 1px 5px;	
}
.item-box-hover .actions .add-to-links li a:hover{	color:#FFF;	}
/*
.product-essential .add-to-links li a.link-compare:hover,
.product-essential .add-to-links li a.link-wishlist:hover,
.products-list  .add-to-links li a.link-compare:hover,
.products-list  .add-to-links li a.link-wishlist:hover
*/
.add-to-links li a:hover{	padding-left:10px;	}
.item-box-hover .ratings{	width:145px;	}
.actions .add-to-links li a{	padding: 1px 8px;	}
/*
.item-box-hover .ratings{
	padding:5px 0 5px 10px;
}
*/
.actions .add-to-links li{	display:inline;	}
.products-grid li.item .button {	}

.products-grid li.item .button span {
}

.products-grid li.item .button span span {
}

/*--- Product detail ---*/
.yt-product-detail h3.product-name{
/*
	font-family: 'Oswald',serif;
	color:#000000;
	font-weight:normal;
	font-size:14px;
*/}
.yt-product-box{
/*
	border:1px dashed #CCC;
	padding:10px;
*/	margin:20px 0 15px;
}
.product-info-box {}

.product-essential, .product-collateral { clear: both; }

.product-essential { padding: 0 0 20px 0; } 

.product-img-box { width: 300px; padding: 0;	margin-right:20px;	}



.product-collateral {}

/*--- Product tags ---*/

#yt_tab_products {
	padding: 0;
	margin: 10px 0 10px 0;
}

ul.yt-tab-navi {
/*
	background:#454f4c;
	border-radius: 12px 12px 0 0;
	-moz-border-radius:12px 12px 0 0;
	khtml-border-radius: 12px 12px 0 0;
	-webkit-border-radius:12px 12px 0 0;*/	
	overflow:hidden;
}

.product-img-box.product-collateral table{
	margin-top:16px;
}

ul.yt-tab-navi li {
/*
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg-tabview.png) repeat-x 0 0 transparent;
*/	
	display:inline-block;
	height:30px;
	float: left;
	line-height: 30px;
	margin:0 2px 0 0;
}

ul.yt-tab-navi li.first {}
ul.yt-tab-navi li:hover,
ul.yt-tab-navi li:focus,
ul.yt-tab-navi li.active {
/*
	background-position:left top;
*/}

#yt_tab_products .yt-tab-content {
	padding: 15px 0;
/*
	text-shadow:1px 1px 1px #FFF;
	border:1px solid #cec9bd;	
	border-top:none;
	border-radius: 0 0 12px 12px  ;
	-moz-border-radius:0 0 12px 12px  ;
	khtml-border-radius: 0 0 12px 12px  ;
	-webkit-border-radius:0 0 12px 12px  ;*/
}

.box-up-sell .products-grid li.item{
	margin:0 0 0 14px;
}
.box-up-sell .products-grid li.item:first-child{
	margin:0;
}
ul.yt-tab-navi li a {
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
	text-transform:uppercase;
}
ul.yt-tab-navi li.active{		background-image: none;	background-position: 0 0 ; background-repeat: repeat; 	}
ul.yt-tab-navi li a:hover,
ul.yt-tab-navi li a:focus,
ul.yt-tab-navi li a:active,
ul.yt-tab-navi li.active a {
	text-decoration: none;
/*
	background-position:right top;
*/	color:#FFF;
}

/*--- Product Images ---*/
.product-img-box .product-image-zoom {
	height: 215px;
	width: 300px;
	position:relative;
	z-index: 9;
	margin: 0;
	text-align: center;
}

.product-img-box .product-image-zoom img {
	
    height: 215px;
    width: 300px;	
}

.product-img-box .product-image-zoom img:hover {
	box-shadow:none;
}

.product-img-box span.newproduct-view,
.product-img-box span.newproduct-view-en  {
    background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/badge-new.png) no-repeat left top;
    display: block;
    height: 49px;
    left: 660px;
    position: absolute;
    text-indent: -999em;
    top: 38px;
    width: 60px;
    z-index: 10;
}
.product-img-box span.newproduct-view-en {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/badge-new_en.png) no-repeat left top;	
}

.product-img-box span.saleoff-view,
.product-img-box span.saleoff-view-en {
    background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/badge-sales.png) no-repeat left top;
    display: block;
    height: 49px;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: 60px;
	z-index:2;
}

.product-img-box span.saleoff-view-en {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/badge-sales_en.png) no-repeat left top;
}



.image-zoom,
.zoom {
	position: relative;
	z-index: 9;
	height: 24px;
	margin: 0 auto 13px auto;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/slider_bg.gif) no-repeat 50% 50%;
	padding: 0 28px 0 28px;
	cursor: pointer;
}

.image-zoom #track,
.zoom #track {
	height: 24px;
	position: relative;
}

.image-zoom #handle,
.zoom #handle {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/magnifier_handle.gif) 0 0 no-repeat;
	height: 18px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 9px;
}

.image-zoom .btn-zoom-out,
.zoom .btn-zoom-out {
	position: absolute;
	left: 10px;
	top: 7px;
}

.image-zoom .btn-zoom-in,
.zoom .btn-zoom-in {
	position: absolute;
	right: 10px;
	top: 7px;
}

.product-img-box #track_hint { color: #d00000; }

.product-img-box .more-views { margin-top:1px; }

.product-img-box .more-views ul {
	float: left;
	z-index:2 !important;
/*
	margin:15px 0 0;
*/}

.product-img-box .more-views li {

	float: left;
	display: block;
	line-height: normal;
}
.more-views .next,
.more-views .prev{
    cursor: pointer;
    display: block;
    height: 23px;
    position: absolute;
    text-indent: -999em;
    width: 22px;
    z-index: 3;
/*
	filter:alpha(opacity=40);
	-moz-opacity: 40;
	-khtml-opacity: 40;
	opacity:0.4;	
*/
}
.more-views .prev{
	background-position: 0 0;
	left: 0;
	top: 0;
}
.more-views .next{
	background-position: 100% 0;
	left: 25px;
	top: 0;	
}
.more-views .prev:hover,
.more-views .next:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity:0.8;		
}
.more-views .prev:hover{		background-position: 0 100%;}
.more-views .next:hover{		background-position: 100% 100%;}
.slide-gallery.more-views{
	margin-top:2px;
	position:relative;
	height:90px;
	overflow:hidden;
}
.slide-gallery.more-views .jCarouselLite{	margin:0;	/*	border-right-width:1px;	border-right-style:solid;*/	}
.popup-btn{
	height:0;
}
div.popup-btn a{
	position:relative;
	bottom:30px;
	left:5px;
	height:25px;
	width:100px;
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/zoom-1.png) no-repeat left top;
	z-index:10000;
	text-indent:-999em;
	display:block;
}
div.popup-btn a:hover{
	background-position:left -25px;
}
.product-img-box .more-views li:first-child {
	margin: 0;	
}

.product-img-box .more-views li a {
/*	float: left;
	border:1px dashed #CCC;
	margin:0;*/
	display:inline-block;
	background:#FFF;
	position:relative;
	margin:0 15px 0 0;
}
.product-img-box .more-views li a img{
	width:auto;
	height:90px;
	position:relative;
	z-index:1;
}
.product-img-box .more-views li a.actived.cloud-zoom-gallery  .bgopacity{
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity:0.4;	
}
.product-img-box .more-views li a:hover {
/*
	border:1px dashed #d00000;
*/}
.product-img-box .more-views li a:hover {
	padding: 0;
}

/*--- Product Info ---*/
.product-essential .product-name {
	font-size: 150%;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 0 8px;
	color: #333;
}

.yt-product-detail h1.product-name{
	margin-bottom:20px;
	color: #333;
	font-size:18px;
	padding:0;
	line-height:30px;
	
}
.product-essential .link-mail,
.product-essential .link-productalert,
.product-essential .link-reviewwrite {
	display: inline-block;
	color:#999;
}

.products-list .ratings,
.product-essential .ratings {
	border-top: 0;
/*	margin-top: 10px;*/
    display: block;
    margin-bottom: 10px;
    overflow: hidden;	
}

.products-list .ratings .rating-box,
.product-essential .ratings .rating-box {
	float: left;
}

.products-list .ratings .rating-links,
.product-essential .ratings .rating-links {
    float: left;
    line-height: 14px;
    margin: 0 0 0 5px;
	font-size:10px;
}

.products-list .ratings .rating-links a,
.product-essential .ratings .rating-links a {
	color: #999;
	margin-right:5px;
}
.product-essential .ratings .rating-links a:hover {	/*	color: #4DC8E9;	*/	}
.product-essential .ratings .rating-links a.add-your-review{
	display:none;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/ico-add-review.png) no-repeat left top;
/*
    display: inline-block;
*/  height: 19px;
    margin: 0 0 0 10px;
    padding: 0 0 0 25px;
}
.product-essential .ratings .rating-links a.add-your-review:hover{
	background-position: left -19px;
}
.product-essential .box-sub{
	margin: 25px 0;
	display:none;
}
.products-list .availability,
.product-essential .availability {
/*	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/ico-tick.png) no-repeat right center;
	padding:0 18px 0 0;
	margin: 0 10px 0 0;
	float:right;
	line-height:30px;
	
*/	
	color:#999;
	display:inline-block;
	margin:0;	
}
.product-essential  .box-sub .ratings,
.product-essential  .box-sub .ratings-table,
.product-essential  .box-sub a.nobr {
	margin:0;
	display:none;
}
.product-essential .box-price-review .nobr{	display:block;	}
.box-main{
	overflow:hidden;
}
.product-essential  .box-main{

}


.product-essential  .box-sub .no-rating{
	display:inline-block;
	margin:0 0 0 30px;
}
.products-list .box-main  .box-price-review .add-your-review {	display:none;	}
.products-list .box-main  .box-price-review .rating-box {  	float:left;	}
.products-list .box-main  .box-price-review .rating-links {	 float: left;    margin: 0 0 0 5px;	}
.box-main  .box-price-review .no-rating,
.product-essential  .box-price-review .no-rating{	margin:0 0 10px 0;	/*display:none;*/}

.product-essential .price-box .regular-price {
	font-size: 18px;
}

.catalog-product-view  .ab-price {
	display:none;
}
.ab-price-staffel,.price-staffel {
	font-size:16px;
	color:#000;
	line-height:20px;
}




.product-essential h4 {
	margin: 15px 0 5px;
	font-size: 18px;
	font-family:arial, serif;
	font-weight: normal;
	
}
.product-essential .product-img-box h4 {
	margin: 0px 0 5px;
}
.box-main .add-to-holder ,
.product-essential .add-to-holder {
	display:inline-block;
	margin: 0;
	position:relative;
}
.box-main .add-to-holder .price-box,
.product-essential .add-to-holder .price-box{
	margin:0;
}
.product-essential .wrap-qty,
.product-essential .add-to-holder .add-to-cart .button  {

}
.product-essential .add-to-holder .add-to-cart-box {
	width: 220px;
}

.product-essential .add-to-links {   
/*
	margin: 0 0 0 135px;
    position: absolute;
    top: 55px; 
*/
}
.product-essential .have-price .add-to-links {   
	top:100px;
}

.add-to-holder.have-price .price-box {
	margin-bottom:10px;
	display:block;
}


.product-essential .short-description br { font-size:0;}

/*--- Product Options ---*/
.product-options {
	margin: 10px 0 0;
/*
	padding: 10px 20px;
*/	
	padding:0;
	border-bottom: none;
}

.product-options dl.last {
}

.product-options dt {
	margin: 0 0 10px;
}



.product-options dt .qty-holder {
	float: right;
	margin-right: 15px;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	color: #d00000;
	padding: 3px;
}

.product-options dd {
	margin: 0;
	padding: 0 0 10px;
}
.product-options select {
	width:100%;
}


.product-options dl.last dd.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	border: none;
}

.product-options dd input.input-text {
	width: 90%;
}

.product-options dd textarea {
	height: 8em;
	width: 90%;
}

.product-options dd select { }

.product-options dd .multiselect option {
	border-bottom: 1px dotted #454F4C;
	padding: 2px 4px;
}

.product-options ul.options-list {
	margin-right: 5px;
}

.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}

.product-options ul.options-list input.radio {
	float: left;
}

.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list .label {
	display: block;
	margin-left: 18px;
}

.product-options ul.options-list label {
	font-weight: normal;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required {
	text-align: right;
	font-size:11px;
	margin-bottom:0px;
}

.product-options-bottom {
/*
	padding: 10px 15px;
*/	
	padding:0;
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/pattern.gif);
	border: 1px solid #e1e1e2;
*/	
	border-top: none;
/*
	position:relative;
*/	
}

.product-options-bottom .price {
	font-weight: bold;
	font-size: 92%;
}

.product-options-bottom .product-pricing {
	background: none;
	border: 0;
	margin: 0;
	padding: 0 0 10px;
}

.product-options-bottom .product-pricing li {
	background: 0;
	padding: 2px 0;
}

.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit {
}

.product-options-bottom .price-box {
	float: left;
	margin: 0;
	padding: 0;
	line-height:41px;
}

.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
}

.product-options-bottom .price-tax {
	float: left;
}

.product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-options-bottom .price-tax {
	float: none;
}

.product-options-bottom .add-to-cart {
	float: left;
/*
	margin: 0 10px;
*/	
	margin:0;
	line-height:41px;
	
}

.product-options-bottom .add-to-cart .button {
	margin-bottom: 0;
}

dl.item-options dt {
	font-weight: bold;
}

.item-options dd:before {
	content: '\e80e';
	font-family: 'engels-font';
	margin-right:2px;
	margin-left:5px;
	font-weight:normal;
	color:#CCCCCC;
}

/*--- Product Collateral ---*/
.product-collateral .collateral-box,.product-collateral .box-collateral {
}

.box-collateral h2,
.collateral-box h2{
	margin: 0;
	overflow: hidden;
	display:none;
}


.block-related .saleoff-grid {
	left:110px !important;
	top:0 !important;
}

.box-collateral.box-up-sell .up-sell-products {
	margin-top:20px;
}

.box-collateral.box-up-sell .price-box {
	width: 80% !important;
}
.box-collateral.box-up-sell .regular-price,.box-collateral.box-up-sell .price {
	font-size:16px !important;
}



.box-collateral .products-grid h2.product-name,
.collateral-box .products-grid h2.product-name{
/*
	margin:1px 0 0 !important;
*/	display:block;
}
.product-collateral .head {
	background: #ebebeb;
	color: #d00000;
	line-height: normal;
	display: block;
	padding: 10px 0;
	margin: 0 -10px;
	overflow: hidden;
	border-bottom: 1px solid #454F4C;
	border-top: 1px solid #454F4C;
}

.product-collateral .box-collateral h3 a {
    font-weight: normal;
}

.product-collateral .box-collateral h3 a:hover {
}

.product-collateral .box-collateral .price-box .regular-price {
	font-size:18px;
}
.product-collateral .box-collateral .price-box {
	float: none;
	padding: 0 7px;
}

.box-collateral  .products-grid .regular-price {
	background: none;
	margin: 0;
	float: none;
	padding: 0
}


.product-collateral .box-collateral .rating-box {
/*
	margin-bottom: 5px;
*/}

.product-collateral .box-collateral #upsell-product-table .rating-links {
	margin: 0;
}

.product-collateral .collateral-box h4,
.product-collateral .box-collateral h4 {
	font-size: 100%;
	float: left;
}

.product-collateral .collateral-box h5,
.product-collateral .box-collateral h5 {
	margin: 10px 0 5px;
	font-size: 100%;
}

/*--- Product Description ---*/
.product-collateral .std {
	border: none !important;
}

.product-collateral .product-specs {padding: 8px 0;}

.product-collateral .product-specs ul,
.product-essential .short-description ul {
	list-style: disc;
	margin-left: 15px;
}

.product-collateral .product-specs ol,
.product-essential .short-description ol {
	list-style: decimal;
	margin-left: 15px;
}

.product-collateral .product-specs td,
.product-essential .short-description td {
	border-bottom: 1px solid #454F4C;
	border-right: 1px solid #454F4C;
}

.product-collateral .product-specs th,
.product-essential .short-description th {
	border-bottom: 1px solid #454F4C;
	border-right: 1px solid #454F4C;
	background: #ebebeb;
}

.product-collateral .product-specs table,
.product-essential .short-description table {
	border-top: 1px solid #454F4C;
	border-left: 1px solid #454F4C;
}

/*--- Additional Information ---*/

.product-collateral .attribute-specs {
	/*display: inline-block;*/
    padding-top: 1px;
}
.product-collateral .attribute-specs table {
/*
	border: 1px solid #454F4C;
*/
    border: medium none;

    padding-left: 1px;
}

#yt_tab_additional
/*.product-collateral .attribute-specs tbody*/{
}


.product-collateral .attribute-specs .even td {
/*
	border-bottom: 1px solid #454F4C;
*/}

.product-collateral .attribute-specs .data {	width:120%;}

/*--- related product ---*/
.product-collateral .box-up-sell .head {}

.product-collateral .box-up-sell .products-grid {}

.product-collateral .box-up-sell .products-grid .product-image:hover {
	border: none
}

.product-collateral .box-up-sell .products-grid .product-image:hover img {
	margin: 0;
}

.product-collateral .box-up-sell .products-grid td {
	text-align: left;
	vertical-align: top;
	border: none;
	width: 27%;
}


.catalog-product-view .data-table td, .data-table th{
	vertical-align: middle !important;
	padding:6px !important;
}


.product-collateral .box-up-sell .products-grid td:first-child,
.product-collateral .box-up-sell .products-grid td.last {
	width: 25%;
}

.product-collateral .box-up-sell .products-grid h2, 
.product-collateral .box-up-sell .products-grid .product-image, 
.product-collateral .box-up-sell .products-grid .ratings, 
.product-collateral .box-up-sell .products-grid .price-box, 
.product-collateral .box-up-sell .products-grid .out-of-stock, 
.product-collateral .box-up-sell .products-grid .add-to, 
.product-collateral .box-up-sell .products-grid .actions, 
.product-collateral .box-up-sell .products-grid .product-name {
	text-shadow:none;
}

.product-collateral .box-up-sell .products-grid td:first-child h2, 
.product-collateral .box-up-sell .products-grid td:first-child .product-image, 
.product-collateral .box-up-sell .products-grid td:first-child .ratings, 
.product-collateral .box-up-sell .products-grid td:first-child .price-box, 
.product-collateral .box-up-sell .products-grid td:first-child .out-of-stock, 
.product-collateral .box-up-sell .products-grid td:first-child .add-to, 
.product-collateral .box-up-sell .products-grid td:first-child .actions, 
.product-collateral .box-up-sell .products-grid td:first-child .product-name {
	margin-left: 0;
}

.product-collateral .box-up-sell .products-grid td.last h2, 
.product-collateral .box-up-sell .products-grid td.last .product-image, 
.product-collateral .box-up-sell .products-grid td.last .ratings, 
.product-collateral .box-up-sell .products-grid td.last .price-box, 
.product-collateral .box-up-sell .products-grid td.last .out-of-stock, 
.product-collateral .box-up-sell .products-grid td.last .add-to, 
.product-collateral .box-up-sell .products-grid td.last .actions, 
.product-collateral .box-up-sell .products-grid td.last .product-name {
	margin-right: 0;
}

.product-collateral .box-up-sell .rating-box {
	float: left;
}

.product-collateral .box-up-sell .rating-links{
	clear: both;
	margin: 10px 0;
}

#upsell-product-table {
	padding: 10px 20px;
}

#upsell-product-table .ratings a {
	color: #aaa;	
}

#upsell-product-table .price-box {
	text-align: left;
	width: auto;
	margin: 10px 0;
}

/*--- reviews ---*/
#customer-reviews h2,
#review-form h2{
	display: none;
}
#customer-reviews {
	margin-bottom: 0;
	overflow: hidden;
}

#customer-reviews .pager {
    margin: 10px;
    padding: 5px 10px;
	width: auto;
	border: none; 
	background: #454F4C;
	color:#FFF;
	line-height: 20px;
}

#customer-reviews dl {
	margin-bottom: 15px;
	border-bottom: none;
	margin-left: 20px;
	margin-right: 20px;
}

#customer-reviews dl label { }

#customer-reviews dl p { clear: both; }

#customer-reviews dl a { }

.product-review-box { padding-bottom: 10px; }

.product-review-box table {
	margin: 8px 0 0;
	width: 456px;
}

.product-review-box td,
.product-review-box th {
	text-align: center;
}

.product-review-box td.label {
	text-align: left;
	width: 100px;
}


#review-form { margin: 0; }

#review-form h3 {
	font-weight: normal;
	font-size: 100%;
}
#review-form h3 span{		font-size: 128%;	font-weight:bold;	}
#review-form h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 100%;
}

#review-form fieldset,
#review-form .input-box {
	float: none;
}

#review-form .input-box .input-text {
/*
	width: 94%;
*/}


#review-form .buttons-set { width: 97%; /*width: 500px;*/ }

.product-review .product-image {
	display: inline-block;
} 

/*--- tags ---*/
.add-tag-box,.form-add {
	display: block;
/*
	overflow: hidden;
*/	vertical-align: middle;
	width: 100%;
}

.form-add label {
	width: 100%;
	margin: 10px 10px 5px 0;
	display: block;
}
#yt_abitem_tags .form-add label{
/*
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon/ico-tag.png) no-repeat left center;
*/	padding:0;
    display: inline-block;
    float: left;	
	width:auto;
}
#yt_abitem_tags .note{
    display: inline-block;
    overflow: hidden;
	font-size:12px;
}
.product-collateral .add-tag-box .input-box,
.product-collateral .add-tag-box fieldset {
	float: left;
}

.product-collateral .form-add .input-box,
.product-collateral .form-add fieldset {
	float: left;
}

.product-collateral .add-tag-box .input-box .input-text,
.product-collateral .form-add .input-box .input-text,
.product-collateral .form-add .input-box textarea {
	width: 250px;
	float: left;
}

.product-collateral .form-add .input-box textarea {
	height: 125px;
	padding: 5px 10px;
	margin:0;
	float:none;
}
#review-form .input-box textarea {
	width: 400px;
}

#addTagForm {	overflow:hidden;	}
#addTagForm .form-add .input-box .input-text {
/*
	width: 220px;
*/}

.product-collateral .add-tag-box .form-button-alt,
.product-collateral .form-add .button {
	margin: 5px 0 0 5px;
}

.product-collateral .add-tag-box .form-button-alt span,
.product-collateral .form-add .button  span{
	
}
.product-collateral #addTagForm  .form-add .button {	float:left;	}
.tags-list {
	padding: 0;
	font-size: 120%;
}

.tags-list li,
.product-tags li {
	display: inline;
	padding: 0 3px;
}

.tags-list li.first,
.product-tags li.first {
	padding-left: 0;
}

.tags-list li.last,
.product-tags li.last {
	background: none;
}

/*--- Gift Messages ---*/
.giftmessages .gift-header {
	font-size: 115%;
	font-weight: bold;
	display: block;
	border-top: 1px solid #454F4C;
	padding-top: 15px;
	margin-bottom: 5px;
}

.giftmessages .group-select,
.giftmessages .fieldset {
	margin-top: 5px;
}

.giftmessages .input-checkbox {
	padding-bottom: 15px;
}

.giftmessages textarea {
	height: 100px;
}

.giftmessages .input-checkbox input {
	margin-right: 5px;
}

.giftmessages .input-checkbox label {
	font-weight: bold;
}

.giftmessages .gift-box {
	padding: 5px 16px 15px 22px;
}

.giftmessages .gift-box .scroll-box {
	height: 260px;
	overflow: auto;
}

.giftmessages .product-image {
	padding-right: 20px;
	background: none !important;
	border: none !important;
}

.giftmessages .giftmessage-product-info {
	padding: 0 0 0 5px !important;
	border: 0 !important;
	font-size: 125%;
}

.giftmessages .numeration {
	color: #d00000;
	font-weight: bold;
}

.giftmessages .gift-box label {
	color: #d00000;
}

.giftmessages .group-select li .input-box,
.giftmessages .fieldset li .input-box {
	float: left;
	width: 260px;
}

.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea,
.giftmessages .fieldset li .input-text, .fieldset li select, .fieldset li textarea {	/*	width: 495px;*/	}

.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea,
.giftmessages .fieldset li .input-box .input-text, .fieldset li .input-box textarea {
	width: 235px;
}

.giftmessages .group-select li .input-box select,
.giftmessages .fieldset li .input-box select {
	width: 256px;
}

/* ------------------*/
/*     Checkout      */
/* ------------------*/
.form-list li .input-box select.address-select {
	width: 530px;
}

.sp-methods dd {
	margin-bottom: 10px;
}

.payment-methods dt {
	padding: 5px 0;
}

.payment-methods dd {
	padding: 0 25px;
}

.payment-methods select.month {
	margin-right: 10px;
	width: 146px !important;
}

.payment-methods select.year {
	width: 100px !important;
}

.payment-methods input.cvv {
	width: 3em !important;
}

.page-head-alt .checkout-types li img{
	margin-top: 4px;
}

input.validate-one-required-by-name {
	margin-left: 0;
}

/*Shopping Cart---*/
#shopping-cart-table .product-name{
	font-size:100%;
	margin:0;
}
#shopping-cart-table a{
	line-height:27px;
}
#shopping-cart-table a:hover{	text-decoration:underline;	}

#shopping-cart-table .cart-price{
	line-height:27px;
}
#shopping-cart-table tfoot td {
	border-top: none;
}
.my-account .data-table tbody td .btn-remove2{		margin-top:15px;	}
.my-account .data-table tbody tr.odd,
.my-account .data-table tbody tr.even{		background:none;	}
#shopping-cart-table .btn-remove {
	margin-top:5px;
}
.shopping-cart {
	margin-bottom: 0;
}

.shopping-cart th .tax-flag {
	display: block;
	font-size: 92%;
	font-weight: normal;
}

.shopping-cart tr.error {
	background: #cc0000 !important;
}

.shopping-cart .continue-shopping {
	float: left;
}

.shopping-cart-item-message {
	font-size: 92%;
	margin-bottom: 5px;
	margin-top: 6px;
}
.cart .cart-table.data-table{
/*
	border:1px dashed #CCC;
	width:100%;*/
}
.cart-collaterals .col2-set .crosssell  .product-image img,
.cart .cart-table.data-table .product-image img{	/*	box-shadow: 0 0 5px;	*/	}
.cart .cart-table.data-table .odd{	/*	border-top:1px dashed #CCC;		background:none;	*/	}
.cart .cart-table.data-table .odd{	/*	border-top:1px dashed #CCC;*/	background-image:none;		}
td.attributes-col {}

td.attributes-col ul {
	margin: 5px 0;
}

td.attributes-col dt {
	margin-top: .5em;
}

td.attributes-col dd ul {
	list-style: disc;
	margin: 0 0 5px 0;
}

td.attributes-col dd ul li {
	margin-left: 15px;
}

td.attributes-col h4.title {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

td.attributes-col h4.title a {
	font-weight: bold;
}
.cart-collaterals {	margin-top:20px;	}
.cart-collaterals .totals {
	border:1px dashed #CCC;
/*	float: right;	margin-top: 20px;	margin-right:10px;	width: 25%;	*/
	padding: 0;
}

.cart-collaterals .paypal-or {
	display: block;
}

.cart-collaterals .totals col {}

.cart-collaterals .totals table {
	width: 100%;
	background: #454F4C;
	color:#FFF;
}

.cart-collaterals .totals td {
	padding: 5px 15px;
}

.cart-collaterals .totals tr.last td {}

.cart-collaterals .totals tfoot td {
	font-size: 92%;
	border-top: 1px dashed #CCC;
	padding: 5px 15px;
}

.cart-collaterals .totals tfoot td .price {	
	font-size:20px;
}

.cart-collaterals .totals ul.checkout-types {
	padding: 0;
	margin: 10px 0 0;
}

.cart-collaterals .totals ul.checkout-types li {
	clear: both;
	margin: 0;
	padding: 5px 0;
	background: none;
	text-align: center;
}

.cart-collaterals .totals ul.checkout-types li a {}
.cart-collaterals .totals ul.checkout-types li a:hover {	text-decoration:underline;	}
.discount-form  > label {	margin-bottom:10px;	}
.cart-collaterals .totals ul.checkout-types li img { }

.cart-collaterals .totals ul.checkout-types li big {
	font-weight: bold;
}

.cart-collaterals .totals .btn-checkout {
	display: inline;
	float: none;
}

/*--- Tax details ---*/
tr.summary-total {
	cursor: pointer;
}

tr.summary-total td {}

tr.summary-total .tax-collapse {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
	float: right;
	padding-left: 20px;
	text-align: right;
}

.show-details .tax-collapse {
	background-position: 0 -53px;
}

.show-details td {
	border-top: 1px dashed #454F4C;
}

.tax-details td {
	color: #d00000;
}

.tax-details-first td {
	border-top: 1px dashed #454F4C;
}

/*--- Collaterals ---*/
.cart-collaterals .col2-set {	/*	margin: 20px 0;	float: left;	width: 71%;	*/	}

.cart-collaterals .col2-set #discount-coupon-form,
.cart-collaterals .col2-set .shipping {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px dashed #CCC;
	overflow: hidden;
}

.cart-collaterals .col2-set .box .button {
	margin-left: 5px;
}

.cart-collaterals .col2-set .discount h2, 
.cart-collaterals .col2-set .shipping h2 {
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 0;

	margin: 0;
	font-size: 100%;
}




.cart-collaterals .col2-set .discount .discount-form {
	display: block;
/*
	overflow: hidden;
*/}

.cart-collaterals .col2-set .discount .input-text  {
/*
	width: 89%;
*/}

.cart-collaterals .col2-set .discount .input-box, .cart-collaterals .col2-set .discount .buttons-set {
}

.cart-collaterals .col2-set .discount .input-box {
	margin-bottom: 10px;
}

.cart-collaterals .col2-set .shipping-estimate select {

}

.cart-collaterals .col2-set .shipping-estimate select option {
	width: auto !important;
	overflow: visible;
	display: block;
}

.cart-collaterals .col2-set .shipping .buttons-set .button {
	float: none;
	margin-left: 0;
	margin-right: 5px;
}

.cart-collaterals .col2-set .discount .button {
	float: none;
	margin: 0;
	display: inline;
}

.cart-collaterals .col2-set .discount .button:first-child {
	margin-right: 0;
}

.cart-collaterals .col2-set .crosssell {
	padding: 10px;
	border: 1px dashed #CCCCCC;
}

.cart-collaterals .col2-set .crosssell h2 {
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 100%;
}

.cart-collaterals .col2-set .crosssell ul {
	margin: 0;
}

.cart-collaterals .col2-set .crosssell li.item {
	padding: 8px 5px;
	display: block;
	overflow: hidden;
}

#crosssell-products-list .add-to-links li {
/*
	padding: 0 0;
	border: none;
*/}
#crosssell-products-list .add-to-links li:hover a{
/*
	margin: 0 0 0 10px;
*/}
.cart-collaterals .col2-set .crosssell .product-image {
	float: left;
}

.cart-collaterals .col2-set .crosssell .product-details {
	float: left;
	padding-left: 10px;
}

.cart-collaterals .col2-set .crosssell .product-details .price-box {
	margin-left: 0;
	padding-bottom: 10px;
	width: auto;
	text-align: left;
}

.cart-collaterals .col2-set .crosssell .product-details h3 {
	font-size: 100%;
	margin: 0 0 5px;
	font-weight: normal;
    color: #333333;
    line-height: 18px;	
}


.cart-collaterals .col2-set .crosssell .product-details .button {
	margin: 0 0 5px;
}

.cart-collaterals .col2-set .crosssell .product-shop small {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bullet_plus.gif) no-repeat left center;
	padding-left: 12px;
}

.cart-collaterals .col2-set .crosssell .product-shop small a {
	color: #d00000;
}

.grand_total {
	background: #454F4C;
	color:#FFF;
	font-size: 1.3em !important;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
	width: auto;
}

tr.grand_total td, p.grand_total {
	padding-bottom: 5px;
	padding-top: 5px;
}

/*--- One-Page checkout ---*/
.opc {
	margin: 0;
	padding: 0 0 10px 0;
}

.opc li.section {
	position: relative;
	border: 1px solid #C1B487;
	margin: 10px 0;
}
.opc li.section:first-child {
	margin-top:0px;
}
.opc .step {
	padding: 15px;
}

.opc .group-select,
.opc .fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.opc .group-select li,
.opc .fieldset li {
	padding-left: 0;
}

.opc .box {
	background: #ebebeb;
	border: 0;
	padding: 15px 0;
	margin: 0;
}

.opc .step-title {
	background: #F2EDE4;
	color:#000;
	padding: 5px 15px;
	overflow: hidden;
	margin: 0;
}

.opc .tool-tip {
	right: 8px;
}

.opc .step-title a {
	visibility: hidden; /* Hide Edit button in step header */
}

.opc h4 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 115%;
}

.opc h4.title {
	border-bottom: 0;
	text-transform: none;
}

.opc .number {
	font-size: 200%;
	line-height: 1.2;
	padding: 0 4px;
	float: left;
	margin-right: 10px;
}

.opc h2 {
	text-transform:uppercase;
	margin: 0;
	line-height: 38px;
	font-size: 1.05em;
	float: left;
}

.opc .content {
	padding: 10px 20px;
}

.opc label.label {
	color: #d00000;
	font-size: 115%;
}

.opc input.radio {
	margin-top: 0;
}

/*--- Allow box ---*/
.opc .allow .step-title {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon_accept.png) no-repeat 98% center #F2EDE4;
	color:#000;
	cursor: pointer;
}

.opc .allow h2 {}

.opc .active h2 {}

.opc .allow .number { }

/*--- Active box ---*/


.info-set #billing-address,.info-set #shipping-address {
	float:left;
	width:49%;
	margin-bottom:20px;
	height:565px;
}

.info-set #shipping-address{
	float:right;
}

#billing-address-form .control .input-box{
	float:left;
}

.col-2-shipping-method {
	margin-bottom:20px;
}

.info-set #billing-address,
.info-set #shipping-address,
.info-set .paypal-shipping-method,
.info-set.overview{
	border: 1px solid #C0B484;
}

.info-set #billing-address-form fieldset,
.info-set #shipping-address-form fieldset,
.info-set #shipping-method-container,
#details-reload {
	padding:15px;
}

.paypal-shipping-method .box-content {
	padding:0px;
}

.info-set #shipping-method-container {
	padding-bottom:5px;
}




#order_review_form .checkout-agreements,
#order_review_form #details-reload {
	padding:15px;
	border: 1px solid #C0B484;
	border-top:0px;
	border-bottom:0px;
}

.paypal-review-order #review-buttons-container {
	border: 1px solid #C0B484;
	border-top:0px;
	padding:15px;
	padding-top:0px;
}

.paypal-review-order .checkout-agreements li {
 	margin: 10px 0;
}

#review-buttons-container #update_order {
	margin-right:20px;
}



.info-set .step-title {
	background: none repeat scroll 0 0 #C0B484;
    cursor: default;
    margin: 0;
    overflow: hidden;
    padding: 5px 15px;
    color: #333333;
}

.info-set .step-title h2 {
	  float: left;
    font-size: 1.05em;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
}


.info-set .step-title .number {
	 float: left;
    font-size: 200%;
    line-height: 1.2;
    margin-right: 10px;
    padding: 0 4px;
}




.opc .active {
}

.opc .active .step-title {
	background: #C0B484;
	cursor: default;
}
.opc .active .step-title h2{
	color:#000;
}
.opc .active h3 {}

.opc .active .number {
	color: #333;
}

.opc .active .box {
	background: none;
	display: block;
}

.opc .active .group-select {

}

.opc .alloq .step-title a {
	display: block; /* Display Edit button in active selection */
}

.opc dd .form-list {
	margin: 0;
}

.opc dd .form-list ul {
	margin: 5px 0 15px 25px;
}

.opc .checkmo-mailing-address {
	padding-left: 20px;
}

/*--- Checkout Step Login ---*/
#checkout-step-login .col2-set .col-1,
#checkout-step-login .col2-set .col-2 {	/*	width: 47%;	*/	}

.col2-alt-set .col-1 {
	position: relative;
}

/*--- Checkout Step Review ---*/
#checkout-step-review {}

/*--- Checkout Progress ---*/


#checkout-payment-method-load #payment_form_bankpayment td {
	padding: 0px;
	padding-right:10px;
}



.opc-block-progress .bankpayment_info .bankcol1,
.opc-block-progress .bankpayment_info_int .bankcol1 {
	padding:0px;
	font-size:12px;
}

.opc-block-progress .bankpayment_info_int .bankcol1,
.opc-block-progress .bankpayment_info_int .bankcol2 {
	padding-top:5px;
	
}

.opc-block-progress .bankpayment_info .bankcol2,
.opc-block-progress .bankpayment_info_int .bankcol2 {
	padding: 0 0 0 5px;
	font-size:12px;
}

#ordercomment-comment {
	margin-left:7px;
	margin-top:4px;
}


.block-progress .block-content { }

.block-progress .block-title strong { }

.block-progress .block-title strong span{
	font-size: 100%;
}

.block-progress th {
	padding: 3px 0;
}
.block-progress td {
	padding: 2px 15px;
}

.block-progress table strong {
	font-weight: bold;
}


.block-progress dl {
	margin: 0;
}

.block-progress dt h4{
	font-size: 100%;
}

.block-progress dl #billing-progress-opcheckout dt {
	border-top:0px !important;
}

.block-progress dl dt {
	border-top: 1px dashed #CCC !important;
	padding:6px 0 3px !important;
	font-weight: bold;

}

.block-progress dl dt:first-child {
	border: 0;
	padding-top: 0;
	background-position: left 6px; 
}

.block-progress dt.complete {
}

.block-progress dt h4.complete {
	margin-bottom: 10px;
}

.block-progress dd.complete {
	padding: 5px 0;
}

.opc .box-no-padding {
	padding: 15px 0px;
}

.opc .box-no-padding .inner-box {
	padding: 0px 20px;
}

#opc-login .button-set {
	margin-top: 0;
	padding-top: 0;
}

#opc-review .box {
	padding: 0;
}

#opc-review .content {
	border: 0;
	padding: 0 15px;
}

#opc-review .content input {
	margin-top: 5px;
}

#opc-review .data-table {
	border-right: 0;
	border-left: 0;
}

.opc-please-wait {
	padding-right: 7px;
}

.opc a.back {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon_opc_back.gif) no-repeat;
	line-height: 13px;
	padding-left: 16px;
}

.opc .payment-methods dd {
	padding: 0;
}

.opc .please-wait {
	float: right;
	margin-top: 15px;
	margin-right:15px;
}

/*Table*/
.checkout-progress {
	margin: 20px auto 20px;
	width: 100%;
	background: #EDEADB;
	color:#FFF;
	overflow: hidden;
}

.checkout-progress li {
	float: left;
	width: 20%;
	color:#000;
	padding: 2px 0;
	text-indent: 15px;
	line-height:23px;
}

.checkout-progress li.active {
	background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/zeigenur_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color:#000;
}

.checkout-progress li.active span {
	padding-left:10px;
}

/*--- Multiple Addresses checkout ---*/
.multi-address-checkout-description {
	margin: 15px 0;
}

.multiple-checkout {
	position: relative;
}

.multiple-checkout .box {
	margin: 20px 0 10px;
	clear: both;
	border: 1px solid #C0B484;
}

.multiple-checkout h2.legend {
	background: #C0B484;
	color: #FFF;
	border: 1px solid #C0B484;
	font-size: 115%;
	padding: 2px 8px;
	position: relative;
	color:#000;
}

.multiple-checkout h3.legend {
	border-bottom: 3px solid #454F4C;
	font-size: 115%;
	padding: 2px 8px;
}

.multiple-checkout .content {
	padding: 15px 8px;
	font-size: 100%;
}

.multiple-checkout .count-head,
.multiple-checkout .count-head-alt {
	border: 1px solid #454F4C;
	background: #454F4C;
	color:#FFF;
	padding: 8px;
}

.multiple-checkout .count-head-alt {
	margin-top: 10px;
	border-top: 1px solid #454F4C;
}

.multiple-checkout .count-head h4,
.multiple-checkout .count-head-alt h4 {
	margin: 0;
	font-size: 100%;
}

.multiple-checkout .head {
	border-bottom: 1px solid #454F4C;
	padding: 0 0 8px;
	margin: 0 0 15px;
	background: none;
}

.multiple-checkout .head h4{
	padding: 0;
}

.multiple-checkout .head h5 {
	margin: 0;
	padding: 0 15px;
	float: none;
	font-size: 100%;
	color: #d00000;
	line-height: 30px;
}

.multiple-checkout .head a {
	float: none;
	padding: 0;
}

.multiple-checkout .form-list {
	margin: 0;
}

.multiple-checkout .form-list ul {
	margin: 5px 0 15px;
}

.multiple-checkout .place-order-box {
	width: 100%;
}

.multiple-checkout .place-order-box .main-radius {
	width: 550px;
}

.multiple-checkout .place-order-box #review-buttons-container {
	float: right;
}

.multiple-checkout .product-name a {
	font-size: 100%;
}

.shipment-count {
	background: #f8f8f8;
	font-size: 92%;
	line-height: normal;
	padding: 2px 5px;
}

.multi-address-checkout-box .tool-tip {
	left: -23px;
}

.multi-address-checkout-box .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
}

.shipping-method-pointer {
	background: #454F4C;
	color:#FFF;
	border: 1px solid #454F4C;
	padding: 10px;
	position: relative;
}

.box .content .shipping-method-pointer img.pointer {
	position: absolute;
	right: -40px;
	top: -20px;
	border: none;
	background: none;
}

.place-order {
	float: right;
	line-height: normal;
	padding: 15px 0;
}

.place-order .grand-total big{
	font-size: 200%;
	float: right;
}

.place-order #review-buttons-container {
	float: right;
	clear: right;
	padding-top: 10px;
}

.place-order .grand-total .inner {
	padding: 0 !important;
}

.place-order .grand-total .price {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.place-order input {
	margin: 0 0 0 15px;
	vertical-align: bottom;
}

.col-wide h3,
.col-wide h4 {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	font-size: 100%;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
	line-height: normal;
	margin-top: 20px;
}

.col-wide h3 a,
.col-wide h4 a {

}

/*--- Checkout Agreements ---*/
.checkout-agreements li {
	margin: 30px 0;
}

.checkout-agreements .agreement-content {
	background: #454F4C;
	color:#FFF;
	border: 1px solid #454F4C;
	height: 10em;
	overflow: auto;
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.opc .checkout-agreements {
	padding: 5px 20px;
}

.opc .checkout-agreements li {
	margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
	background-color: #454F4C;
	border-color: #454F4C;
	padding: 5px;
}

.opc .checkout-agreements .agree {
	padding-left: 6px;
}

#customerOrderComment {
	width:84%;
	margin-left:8px;
	height:120px;
	margin-top:5px;
}

.customerOrderCommentPaypal {
	width:99% !important;
	margin-bottom:0px;
	margin-left:0px !important;
}

.paypal-review-order label[for="customerOrderComment"] {
	margin-left:0px !important;
}

label[for="customerOrderComment"] {
	margin-left:8px;
}

/* --------------------*/
/*     Customer        */
/* --------------------*/
/*--- Login ---*/
#login-form { padding: 10px 0 0 0; }

#login-form .login-box {
	padding: 20px;
}

.login-box h4,
#login-form h2 {
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 115%;
	/*border: 1px solid #454F4C;*/
	padding: 7px 15px 7px 27px;
	background: #454F4C;
	color:#FFF;
}

.login-box .new-users h4,
#login-form .new-users h2 {
	background-image: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon_page_white.gif) no-repeat;
	background-position: 5px center;
}

.login-box .registered-users h4,
#login-form .registered-users h2 {
	background-image: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon_page_white_text.gif) no-repeat;
	background-position: 5px center;
}

.login-box .button-set,
#login-form .buttons-set {
	padding: 8px 0;
	border-top: 3px solid #454F4C;
	margin: 0 0 10px;
}

#login-form .buttons-set {
	height: 30px;
}

#login-form .buttons-set a{
	float: left;
	line-height: 30px;
}

#login-form .buttons-set .button {
	float: right;
}

.login-box .content,
#login-form .content {
}

#form-validate { padding: 10px 0 0 0; }

/*--- Email To A Friend ---*/
#product_sendtofriend_form {}
#product_sendtofriend_form .left  { margin-right: 30px; float: left; }
#product_sendtofriend_form .right  { float: right; }
#product_sendtofriend_form .login-box { background: none; }
#product_sendtofriend_form .button{
	float: right;
	margin-left: 5px;
}

#product_sendtofriend_form .back-link{
	margin: 0;
}

#product_sendtofriend_form #add_recipient_button {
	margin: 0;
	float: right;
}

#recipients_options .additional-row p {
	float: right;
	width: 11px;
    margin-right: 165px;
    margin-top: 20px;
}

#recipients_options .btn-remove {
	float: right;
	margin-left: 0;
	margin: 15px 0 0;
}

#product_sendtofriend_form #max_recipient_message {
	float: right;
}

#product_sendtofriend_form #max_recipient_message p {
	margin: 0;
}

.send-friend { 
	padding-bottom: 20px;
}
/*--- Customer Name ---*/
.customer-name-prefix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix .name-firstname input {
	width: 190px !important;
}

.customer-name-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-middlename .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename .name-middlename {
	width: 60px !important;
}

.customer-name-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-middlename .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-middlename .name-middlename {
	width: 50px !important;
}

.customer-name-prefix-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename .name-lastname {
	width: 200px !important;
}

.customer-name-prefix-middlename .name-lastname input {
	width: 200px !important;
}

.customer-name-prefix-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-suffix .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-middlename-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-middlename-suffix .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname {
	width: 155px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname input {
	width: 140px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-dob .input-box {
	float: left;
	width: 60px !important;
}

.customer-dob input {
	width: 50px !important;
}

.customer-dob label.label-dob {
	color: #d00000;
	font-size: 10px;
	font-weight: normal;
}

/*--- My Account navigation ---*/
.account-nav .head h3,
.block-account .block-title h3 {
	float: left;
	line-height: 15px;
	margin-left: 15px;
	padding: 15px 0 5px;
	text-transform: uppercase;
	border-bottom: 1px solid;
}

.block-account .block-content {}

.block-account ul {
	padding: 0;
}

.block-account ul li {
	position: relative;
}
.block-account ul li:first-child {
	padding-top:0px;
}


/*.block-account ul li a:hover,
.block-account ul li strong {
	background-image:  url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bullet1-hover.png);
}
*/
.block-account ul li.current strong {
	font-weight:bold;
}
.block-account ul li strong {
	font-weight:normal;
}

.block-account ul li a:hover {
	text-decoration: none;
}

.account-nav ul {}
.block-account li {
	background: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.account-nav li a:hover,
.account-nav li a:active,
.account-nav li a:focus,
.block-account li a:hover,
.block-account li a:active,
.block-account li a:focus {

}

.account-nav li.current,
.block-account li.current {
	font-weight: bold;

}

.account-nav li.last, .account-nav li.last a,
.block-account li.last, .block-account li.last a  {
	border-bottom: 0;
}

/*--- Dashboard ---*/
.box-account {
	padding: 0 0 20px 0;
	clear: both;
}

.account-box .head,
.box-account .box-head {
	line-height: normal;
	display: block;
	border-bottom: 5px solid #454F4C;
	margin: 0 0 15px;
	text-align: right;
	overflow: hidden;
}

.my-account .box-info a:hover{
	text-decoration:underline;
}

.my-account .page-title {}

.my-account .box {
	background: none;
	border: none;
}

.account-box .inner-head,
.my-account .box .box-title {
	background: #454F4C;
	color:#FFF;
	margin-bottom: 5px;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 30px;
}

.my-account .box-title {
	text-align: left !important;
}

.my-account .box .box-content {
	padding: 0 10px;
}
.my-account .box .box-content h4{
	font-size:100%;
}
.my-account .box .box-title h2,
.my-account .box .box-title h3 {
	font-size: 100%;
	float: left;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	text-transform:uppercase;
}

.account-box h6,
.my-account h6 {
	text-transform: uppercase;
}

.account-box .head a:hover,
.my-account .box-head a:hover {	text-decoration:underline;}

.account-box .head a,
.my-account .box-head a {
	float: right;
	line-height: 30px;
	
}

.account-main .account-box li,
.account-main .box-account li {
	padding: 5px 0;
}

.account-box ol li,
.my-account ol li {
	margin: 15px 0 0;
	overflow: hidden;
}

.account-box ol .count,
.my-account ol .count {
	float: left;
	font-size: 150%;
	font-weight: bold;
	background: #454F4C;
	padding: 0 8px;
	margin-top: 4px;
	color: #FFF;
}

.account-box ol .content,
.my-account ol .content {
	margin-left: 35px;
}

.account-box ol,
.my-account ol  {
	padding: 0 5px;
}

.account-box ol#my_recent_reviews small,
.my-account ol#my_recent_reviews span,
.my-account ol#my_recent_reviews strong {
	float: left;
	font-weight: bold;
	margin-right: 5px;
	font-size: 100%;
}

/*.box-account ol#my_recent_reviews span.number,
#my_recent_tags span.number {
	color: #d00000;
}*/

.my-account ol#my_recent_reviews .rating-box,
.my-account .product-review .product-details .rating-box {
	float: left;
	top:5px;
}

.account-box .product-images,
.my-account .product-images {
	width: 65px;
}

.account-box .product-images img,
.my-account .product-images img {}

.account-box .product-details,
.my-account .product-name {
	margin: 0 0 10px 10px;
	font-size: 100%;
}

.my-account .details .ratings {
	clear: both;
	margin-left: 10px;
	padding-top: 0;
}

#my_recent_tags span.number {
	float: left;
	font-weight: bold;
	padding:0 8px 0 0;
}

.my-tag-edit a.btn-remove {
	float: left;
	margin: 8px 10px 0 0;
}

.my-tag-edit a.btn-remove span {
	display: none;
}

#my-tags-table  .product-name {
	margin-left: 0;
}

#my-tags-table  .add-to-links { margin-top: 10px; text-align: center; }

.my-account .details .tags {
	clear: both;
	overflow: hidden;
	margin-left: 10px;
}

.my-account .details .tags strong {
	float: left;
	margin-right: 10px;
}

.my-account .details .tags ul {
	overflow: hidden;
	float: left;
}

.my-account .details .tags ul li {
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

#my-reviews-table { position: relative; }

#my-reviews-table .product-name {
	margin: 0;
}

.my-account .content { padding: 0; }
.my-account .ratings { margin: 0; }

.account-side .actions {
	border-top: 1px solid #454F4C;
	padding-top: 4px;
}

.account-side .actions .form-button {
	float: right;
}

.edit-password {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon_lock.gif) no-repeat 0 2px;
	display: block;
	height: 20px;
	padding-left: 20px;
}

.account-box .head h4,
.box-account .box-head h2 {
	font-size: 120%;
	float: left;
	line-height: 30px;
	margin: 0;
	padding: 0 10px 0 0 ;
	text-transform:uppercase;
}

.ad-orders .head h4 {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon_folder_table.gif) no-repeat left center;
	float: left;
	padding-left: 20px;
	margin: 0;
}

.ad-account-info .head h4 ,
.box-info .box-head h2{
	margin: 0;
}

.ad-tags .head h4 {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon_ma_tags.gif) no-repeat 10px center !important;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.ad-reviews .head h4 {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/icon_ma_reviews.gif) no-repeat 10px center;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.ad-account-info p, .ad-account-info address, .ad-account-info h6 {
	margin-left: 8px;
	margin-right: 8px;
}

.ad-orders .data-table thead tr th {}

.order-access {
	padding: 10px;
}

/*--- Account Addressbook ---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px solid #454F4C;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.primary-address-list li {
	margin-bottom: 10px;
	padding-left: 10px;
}

.primary-address-list li .head {
	margin: 0;
}

.primary-address-list li h5 {
	margin: 0 0 5px -10px;
	text-indent: 12px;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/arrow.gif) no-repeat left center; 
}

.address-list li {
	margin-bottom: 15px;
}

.address-list .actions {
	float: right;
	margin: 0 0 10px 10px;
}

/*--- Account Order History ---*/
#my-orders-table tfoot td, #checkout-review-table tfoot td {

}

#my-orders-table tfoot tr.last {
	font-weight: bold;
	font-size: 115%;
}

#my-orders-table tfoot td.last,
#checkout-review-table td.last {
	border-left: 1px solid #979392;
	text-align: center;
}

/*--- Compare Products ---*/
.compare-products {
	margin: 30px 0 50px 0;
}

.compare-products table {
	border: 0;
	width: auto;
}

.compare-products td {
	text-align: left;
	width: auto;
	vertical-align: top;
	background-image: none; 
	border-bottom: 1px solid #454F4C;
	border-right: 1px solid #454F4C;
}

.compare-products tr.first td {
	border-top: 1px solid #454F4C;
}

.compare-products td.last {
	border-right: 1px solid #454F4C;
}

.compare-products tbody.attribute-cart td {
	background: #454F4C !important;
	color:#FFF;
	border-bottom: 1px solid #454F4C;
	text-align: center;
}

.compare-products td.label {
	background: #454F4C !important;
	border-bottom: 1px solid #454F4C;
	border-left: 1px solid #454F4C;
	text-align: left;
	width: 120px !important;
}

.compare-products tbody.attribute-cart td.label {
	background: #454F4C !important;
}

.compare-products tbody.remove-buttons tr {
	background: #ebebeb;
}

.compare-products tbody.remove-buttons td {
	border: 0 !important;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: right;
}

.compare-products tbody.remove-buttons td img {
	float: right;
}

.compare-products tr.last td {
}

.compare-products h5 {
	font-size: 125%;
}

.compare-products .link-cart {
	display: block;
	clear: both;
}

/*---- Reviews ---*/
.my-review-detail {
	padding: 0 15px;
}

.my-review-detail .product-image {
	float: left;
	width: 30%;
	text-align: center;
}

.my-review-detail .product-image p {
	margin-bottom: 0;
}

.my-review-detail .product-image p img {
	vertical-align: top;
}

.my-review-detail .details {
	float: right;
	width: 65%;
}

.my-review-detail strong {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

.my-review-detail .ratings-list {}

.my-review-detail .ratings {}

.my-review-detail .ratings .rating-box {
	float: none;
}

.my-review-detail .ratings .pipe {
	float: left;
}

.my-review-detail .ratings a {
	display: block;
	float: left;
}

/*--- Gift Messages ---*/
.giftmessage {
	padding: 10px 0 0 0;
}

.giftmessage-preview-link {
	background-position: right 5px;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-right: 7px;
}

.giftmessage-row {
	background: #454F4C;
	color:#FFF;
}

.giftmessage-content {
	float: left;
}

.giftmessage-close {
	float: right;
}

/*
.expand {
	background-image: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/gift-message-expand.gif);
}

.collapse {
	background-image: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/gift-message-collapse.gif);
}
*/

/*--- Wishlist ---*/
#wishlist-table {
	border: 0;
}

#wishlist-table a.link-cart, #wishlist-table a.btn-remove {
	display: inline-block;
}

#wishlist-table textarea {
	width: 90%;
	height: 100px;
}

#wishlist-table .product-name,
#wishlist-table .price-box {
	margin: 10px 0;
}
td div.add-to-cart-alt{
	width:200px;
}
#wishlist-table  .add-to-cart-alt input.qty{
    margin-right: 10px;
    margin-top: 10px;
    padding: 4px 0;
    text-align: center;
    width: 30px;	
}
/*--- Tags ---*/
#my-tags-table td.last { text-align: center; }

/* ---------------------------------*/
/*     Magento's various pages      */
/* ---------------------------------*/

/*--- Advanced search ---*/ 
.advanced-search {
	border: 1px dashed #CCCCCC;
	margin: 20px 0;
	padding: 22px 15px 10px 15px;
}

.advanced-search .legend {
	border: 0;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin-top: -33px;
	padding: 0 8px;
}

.advanced-search li {
	margin-bottom: 5px;
}

.advanced-search li label {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.advanced-search .input-range .input-text {
	width: 75px;
}

.advanced-search select {
	padding: 2px;
	width: 256px;
}

.advanced-search .field-row {
	display: inline;
	width: 250px;
}

.advanced-search .range .input-text {
	width: 70px;
}

.advanced-search .range select {
	padding: 1px;
	width: 90px;
}

.advanced-search-nothing-found {
	font-weight: bold;
	margin-bottom: 15px;
}

.advanced-search-found-amount {
	margin-bottom: 15px;
}

.advanced-search-summary-box {
	background: #454F4C;
	color:#FFF;
	border: 1px solid #454F4C;
	margin: 0 0 15px;
	padding: 10px 15px;
}

.advanced-search-summary-tip {
	clear: both;
	font-weight: bold;
}

.advanced-search-summary-box ul {
	float: left;
	list-style: none;
	width: 50%;
}

.advanced-search-summary-box ul li {
	color: #d00000;
	font-weight: bold;
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/arrow.gif) no-repeat left 6px;
	padding-left: 15px;
}

.advanced-search-summary-box ul li span.translate-inline {
	background: 0 !important; /* Inline translation fix */
}

/*--- Contact ---*/

#contactForm {
	padding: 10px 0 0 0;
}

/*--- Print ---*/
table.print .giftmessage-preview-link {
	display: none !important;
}

table.print .price-excl-tax {
	white-space: nowrap;
}

table.print .price-incl-tax {
	white-space: nowrap;
}

table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price {
	display: inline;
}

/*--- Pop up ---*/
.page-popup, .catalog-product-compare-index, .sales-order-print, .sales-guest-print {
	background: #fff !important;
	padding: 15px 30px !important;
	margin: 0 !important;
	text-align: left;
}

.print-head, .page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 3px solid #454F4C;
	padding-bottom: 10px;
}

.page-popup .print-head img {
	float: left;
}

.page-popup .print-head address {
	float: left;
	margin-left: 15px;
}

.page-popup .col2-set, .sales-order-print .col2-set {
	border-bottom: 1px solid #454F4C;
	padding-bottom: 15px;
}

.product-gallery-nav {
	padding: 0 5px;
}


.sales-order-print .data-table td {
	border-color: #454F4C !important;
}

/*--- Default home ---*/
.home-callout {
	margin: 0 0 15px;
	text-align: center;
}

.home-callout img {}

.home-spot {}

/*--- Best Selling ---*/
.best-selling {}

.best-selling h3 {
	color: #666;
	font-size: 100%;
	font-weight: normal;
	padding: 10px 20px;
	margin: 10px 0;
}

.best-selling table {
	border: 0;
}

.best-selling tr.odd {}

.best-selling tr.even {}

.best-selling td {
	width: 50%;
	padding: 8px 10px;
}

.best-selling .product-img {
	float: left;
}

.best-selling .product-description {
	margin-left: 107px;
}

.best-selling a.product-name {
	font-size: 115%;
	font-weight: bold;
}

/*--- Recently ---*/
.recently h3 {
	background: #454F4C;
	color:#FFF;
	border-bottom: 1px solid #454F4C;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

.recently .product-image {
	border: 1px solid #454F4C;
}

.recently a.product-name {
	font-weight: bold;
}

.recently .add-to {
	margin-top: 5px;
	font-size: 11px;
}

table.recently-list {
	width: 100%;
}

table.recently-list td {
	width: 20%;
}

#recently-viewed-items li p {
	margin: 0;
}
#recently-viewed-items li a{
	margin: 0;
}
#recently-viewed-items li a:hover,
#recently-viewed-items li a:active,
#recently-viewed-items li a:focus {
	text-decoration: none;

}
#recently-viewed-items li.last a  {
	border-bottom: 0;
}

/* Site Map */
.page-sitemap #sitemap_top_links {
	padding-top: 10px;
	overflow:hidden;
}
.page-sitemap .pages > strong {	float:left;	}
.page-sitemap .pages{	margin-left:10px;	}
.page-sitemap .pages li {	line-height:20px;	}
.page-sitemap .links {
/*
	margin-left: 0;
	margin-right: 8px;
	margin-top: 0;
	text-align: right;
	position: relative;
	bottom: -30px;
	float: right;
*/}
.page-sitemap .links li {
	line-height: 30px;
} 
.page-sitemap .links li a {	background:none;	}
.page-sitemap .links li a:hover {	text-decoration:underline;	}
.page-sitemap .sitemap {
	margin: 42px 12px 12px;
}
.page-sitemap .pager {
	width: 100%;
	border: none;
	border: none; 
	float: left;
    padding: 5px 10px;
	background: #f7f7f7;
	line-height: 20px;
}
/*--- Mis ---*/

.category-img {
	padding: 10px 0;
}
a.widget-btn {
	vertical-align: middle;
	padding: 4px;
	float: left;
}
.mini-wishlist a.widget-btn img {
	background: none;
	padding: 0;
	border: none;
}
a.readon {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/arrow-readon.png) no-repeat right center;
	padding-right: 12px;
	text-decoration: none;
	font-style: italic;
	color: #FBBA00;
}
a.readon:hover, a.readon:focus, a.readon:active {
	text-decoration: none;
}
.box .head br, .data-table tbody td br {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

#oar_widget_orders_and_returns_form  li {
	padding-bottom: 10px;
	overflow: hidden;
}
ul.sitemap  li a{
	color:#000;
}
ul.sitemap  li a:hover{
	text-decoration:underline;
}
ul.sitemap  li a:hover{/*	color:#4DC8E9;*/}
/*--------*/
#yt_current_content .block-title {
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bkg_title.png) bottom center no-repeat;
	padding: 0 0 35px;
	text-align: center;
*/}

#yt_current_content .block .block-title strong span {
/*
	color: #333333;
	font-size: 36px;
	line-height: 1;
*/}
#yt_slideshow {
	margin-bottom:20px;
	clear:both;
/*
	background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/header-bg.png") repeat scroll 0 0 #CDDED8;
	position: relative;
	z-index: 0;*/	
/*
	margin:0 0 20px 0;
*/}
#yt_slideshow .main {
	z-index: 1;
}
#yt_slideshow .slideshow-mask {
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/slideshow-mask.gif) left top;
	height: 400px;
	width: 700px;
	z-index: 99;
	position: absolute;
	top: 0;
	right: 0;
}
.ytm-product-list, .ytm-products-slider-listing, .ytm-product-list-bycat {}

.ytm-product-list .block-title { margin-bottom: 0; }

.ytm-product-list .block-title strong {}

.ytm-products-slider-listing .block-title strong { }
.ytm-product-list .product-image { }

.ytm-product-list .product-information {
	margin-top: 20px;
}
.ytm-product-list .item {
	float: left;
}
.ytm-product-list-bycat {}

.ytm-tabs {
	margin: 0;
}
.ytm-tabs a { }

.tabs_content {
	overflow: visible !important;
}
#yt_sidenav li .toggle{
	display:none;
}


#yt_sidenav .toggle:hover,
#yt_sidenav .toggle.shown-sub,
#yt_sidenav .active .toggle {
/*
	background-position:left -77px;
*/	text-decoration: none;
}
.block-layered-nav dt.accordion-open .toggle,
#yt_sidenav li.selected .toggle {
	background-position:left -5px;
}

#yt_sidenav li.selected .toggle:hover {
	text-decoration: none;
/*
	background-position:left -29px;
*/}

/*0 level*/
#yt_sidenav { padding: 0; }
#yt_sidenav > li {		}
#yt_sidenav > li {
	border-top: 1px solid #4C4C4C;
	margin: 0;
	/*padding: 6px 0;*/
	position: relative;
}

#yt_sidenav li.last { /*margin-bottom: 5px;*/ }

#yt_sidenav li:hover { }

#yt_sidenav li.parrent { background: #f3f1f0; }

#yt_sidenav li a {display: block; line-height: 1; }
.block-layered-nav dt > span, 
#yt_sidenav li a.subhead { 
/*
    border-bottom: 1px solid #D0CDC1;
	padding-bottom: 5px;*/ 
	border-bottom: none;
    text-transform: lowercase;
	padding:6px 0 6px 0;
	line-height:14px;
	display:block;
}
#yt_sidenav li a.subhead span{		}
#yt_sidenav li a.subhead:hover { /*	color: #4dc8e9;  */	}

#yt_sidenav li a:hover { color: #cf4e33; text-decoration: none; }

#yt_sidenav li a span { }

#yt_sidenav li.active a span,
#yt_sidenav li.selected a span { }

#yt_sidenav li li a { font-size: 100%; padding: 6px 0 6px 30px;	}

#yt_sidenav li li a span {
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/arrow-ltr-hover.png) left 5px no-repeat;
*/	padding: 0 12px;
	white-space:nowrap;
}

#yt_sidenav li li li a span {
	font-weight: normal;
	font-style: normal;
}

#yt_sidenav li li a.current span,
#yt_sidenav li li a:hover span {
/*
	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/arrow-ltr-hover.png) left 5px no-repeat;
*/}
#yt_sidenav li a:hover,
#yt_sidenav li.active a,
#yt_sidenav li.selected a { color: #FFF; }

#yt_sidenav li.over,
#yt_sidenav li.selected,
#yt_sidenav li.active { }

/*1st level and upper*/
#yt_sidenav li ul { padding: 5px 0; }

#yt_sidenav li li {
	background: none;
	padding: 0 10px;
/*	margin: 10px 0;*/
}

#yt_sidenav li a.subhead,
#yt_sidenav li li a,
#yt_sidenav li.selected li a,
#yt_sidenav li.active li a,
#yt_sidenav li li.active li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	outline: none;
	text-decoration: none;
	text-indent: 0;
}



#yt_sidenav li ul ul { margin: 0; padding: 0; }

#yt_sidenav li ul ul li { border: none; }

#yt_sidenav li li li.active a { font-weight: bold; }


div.yt-footer {
	padding:20px 0 0;
}

.account-create .control div.input-box {
	display: inline;
}

.checkout-onepage-success .yt-content-main p a,
.cart-empty p a {
	border-bottom: 1px dashed;
}

.account-login .content p,
.account-login .content div,
.account-login .content label{
	margin:0 10px;
}


.blocktabs .slider-control {
	display:none;
}	

/* make div item equa height in listing page mode grid*/
.price-box {		/*    color: #333;	*/	}
.products-grid .row .item{
	margin-bottom:30px;
}
.products-grid .row .item .item-inner{	position:relative;/*	height:250px;*/}
.item-inner .inner-border{
	border:1px solid #ccc;
}
.outer-border,
.inner-border{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.products-grid .item-inner h2.product-name {
	text-align:left;
	/*border-bottom:1px dashed #ccc;
	margin:0 10px 10px;*/
	margin-bottom:5px;
	line-height:22px;
	position:relative;
	z-index:3;	
}
.products-grid .item-inner .item-box{
	height:auto;
	width:100%;
}
.products-grid .item-inner .item-box div.product-image {
	padding:0;
	display:block;
}


.products-grid .item-inner .item-box-footer .btn-cart{
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    float: right;
    padding: 6px;
	font-size:12px;
}
.products-grid .item-inner .item-box-footer .btn-cart:hover{	color:#FFF; }
.products-grid .item-inner:hover .item-box-footer .btn-cart{
    border-radius: 3px;
	-moz-border-radius: 3px;
	khtml-border-radius: 3px ;
	-webkit-border-radius: 3px;	
    box-shadow: 1px 1px 1px 0 #999999;
	-moz-box-shadow: 1px 1px 1px 0 #999999;
	-webkit-box-shadow: 1px 1px 1px 0 #999999;
}
.inner-blur{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.item-box-hover {
	display:none;
	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/item-box-hover.png) repeat left top;	
	position:absolute;
	padding:0;
	text-align:center;	
	font-size:12px;	
	height:100%;
	width:100%;
	top:0;
	left:0;	
	z-index:2;
}
.products-grid .item-inner:hover .item-box-hover {
	display:block;
}
.catalog-listing .price-box, .category-products .price-box {
/*
	display:inline-block;
	width:48%;
*/	padding:0;
}
.product-collateral .box-collateral .price-box{
	display:inline-block;
	width:48%;
	padding:0;
}
.category-products .products-grid .price-box {	display:block;	padding:0;	}
.item-box-hover  .readmore{
	display:inline-block;
	position:relative;
	margin:20px 0 5px;
}
.icon-plus-circle{
	font-size:45px;
	width:45px;
	height:45px;
	line-height:45px;
	position:relative;
	z-index:2;
	margin:0;
	background:none;
}
.bgmask{
    background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg-btn-readmore.png") repeat scroll 0 0 transparent;
    border-radius: 20px;
	-moz-border-radius: 20px;
	khtml-border-radius: 20px ;
	-webkit-border-radius: 20px;
    height: 40px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 40px;
    z-index: 1;
}
a.readmore{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;		
}
a.readmore:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;	
}
a.readmore:hover  .bgmask{
	background-color:#FFF; 
}

/*	module basic product - right column - bestseller */
#yt_containerwrap .block.block-bestseller .block-content {	padding: 15px 10px;	}
.slide-wrap{	margin-top:10px;	}

.products.list .item-inner ,
.yt-rightcol-slideshow .products-grid .item-inner {
	text-align:left;
}
.products.list li.item:first-child,
.yt-rightcol-slideshow .products-grid li.item:first-child{
	padding-top:0px;
}
.yt-rightcol .block-wishlist .mini-products-list li,
.products.list li.item ,
.yt-rightcol-slideshow .products-grid li.item {
	padding:10px 0;
	border-bottom:1px solid #484848;
	margin:0;
	width:100%;
}
.yt-rightcol .block-wishlist .mini-products-list li.last{ border-bottom:none;}
.products.list li.item.last,
.yt-rightcol-slideshow .products-grid li.item.last {
	border-bottom:none;
	padding-bottom:0;
}

.products.list .item-inner .item-box div.product-image,
.yt-rightcol-slideshow .products-grid .item-inner .item-box div.product-image {
	float:left;
}	
.products.list .item-inner .item-box div.product-image a:hover ,
.yt-rightcol-slideshow .products-grid .item-inner .item-box div.product-image a:hover {
	box-shadow:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;	
}
/*.yt-rightcol-slideshow .products-grid .item-inner .item-box div.product-image img,*/
.products.list .item-inner .item-box div.product-image a,
.yt-rightcol-slideshow .products-grid .item-inner .item-box div.product-image a{
	margin-right:10px;
	overflow:hidden;
}

.yt-rightcol .block-wishlist .price-box{ float:left;	color:#FFF;	}

.yt-rightcol .block-wishlist .product-name,
.yt-rightcol .block.block-cart .product-name,
.products.list .item-inner .item-box .product-name ,
.yt-rightcol-slideshow .products-grid .item-inner .item-box .product-name {
	margin-bottom:10px;
}
.products.list .item-inner .item-box .product-name a,
.yt-rightcol-slideshow .products-grid .item-inner .item-box .product-name a{
	color:#FFF;
}
.products.list .item-inner .item-box .product-name a:hover,
.yt-rightcol-slideshow .products-grid .item-inner .item-box .product-name a:hover{
	text-decoration:underline;
}
.products.list .item-inner .item-box .price-box ,
.yt-rightcol-slideshow .products-grid .item-inner .item-box .price-box {
	margin-bottom:10px;
}
.products.list .item-inner .item-box .price-box span,
.yt-rightcol-slideshow .products-grid .item-inner .item-box .price-box span{
	line-height:100%;
}
.products.list .item-inner .item-box .product-box .btn-cart,
.yt-rightcol-slideshow .products-grid .item-inner .item-box .product-box .btn-cart{
	background-image:none;
	padding: 0 15px;
}

/* 	block top spotlight	*/
.block-topsl {  /*margin-bottom: 30px;	*/	}
.block-topsl img {  box-shadow:none;		-moz-box-shadow: none;	-webkit-box-shadow: none;		}
.block-topsl .block {  margin-bottom: 1px;	}
.block-topsl .block .title {	float:left; line-height:57px; font-size:24px; text-transform:uppercase; }
.block-topsl .block.block-freeshipping .title {	margin:0 30px 0 20px;	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/bg-spotlight2.png) no-repeat 0 0 transparent;	}
.block-topsl .block.block-freeshipping .content span.price { font-size:30px;	vertical-align:middle;	} 
.block-topsl .block .content p{ line-height:24px; font-size:18px; margin:0; 	}	
.inner-container {	position:relative;	}
.inner-container .outer-row {   position:relative; z-index:2;	}
.inner-container .inner-border { border:1px solid #ccc; border-radius:3px;	-moz-border-radius: 3px;	khtml-border-radius: 3px ;	-webkit-border-radius: 3px;	box-shadow:1px 1px 2px 0px #CCCCCC;	-moz-box-shadow: 1px 1px 2px 0px #CCCCCC;	-webkit-box-shadow: 1px 1px 2px 0px #CCCCCC;		}	
.inner-container .outer-border { border-top-width:4px !important; border-top-style:solid !important; border-radius:3px;	-moz-border-radius: 3px;	khtml-border-radius: 3px ;	-webkit-border-radius: 3px;	top:-4px; margin: 0 7px;	}	
.block-topsl .block-follow  ul{	display:inline-block;	 margin:0 0 0 0;	height:57px; line-height:51px; }
/*
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {	.block-topsl .block-follow  ul{	margin:18px 0;	height:auto; line-height:auto; }	}*/

x:-o-prefocus, .block-topsl .block-follow  ul{	margin:18px 0;	height:auto; line-height:auto; }

.block-topsl .block-content  .content{	overflow:hidden;	}
.block-topsl .block-follow  ul li{	display:inline-block;	 margin:0 0 0 8px; }
.block-topsl .block-follow  ul li a{ text-indent:-999em; vertical-align:middle; width:20px ;height:20px; padding:0; }
.block-topsl .block-call .content p{  line-height:51px; display:inline-block; margin: 0 0 0 8px;  }
.block-topsl .block.block-follow .title,
.block-topsl .block.block-call .title{ padding-left:40px;	}
.topsl2-wrap  .block-content a,
.topsl2-wrap  .block-content span,


#nav li.over li a,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_title a.sm_megamenu_nodrop {	color: #000;}

.topsl3-wrap .block-content a{ color:#000;	}

.block-cart .button,
.block-wishlist .button,
.block-compare .button{ border:none;	}
.crosssell .button,
.block-wishlist  a.button.link-cart {	padding: 0 10px;	}
.compare-table .btn-cart,
.btn-proceed-checkout.btn-checkout.button,
.buttons-set .button,
.my-account .my-wishlist .button.btn-cart,
.box-tags  .button,
.product-essential .add-to-holder .add-to-cart .button ,
.products-list .add-to-holder .add-to-cart .button,
.block-user5 .actions .button {	color: #000;	height:31px; line-height:31px;padding:0 15px;	width:auto;background:#DFDFDE;	}
.btn-proceed-checkout.btn-checkout.button:hover,
.buttons-set .button:hover,
ul.yt-tab-navi li,
.box-tags  .button:hover,
.block-user5 .actions .button:hover,
span.quantity-controls input.quantity-controls:hover,
.add-to-holder .add-to-cart .button:hover, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-block.sm-list .products-grid .btn-cart:hover, 
.yt-rightcol-slideshow .products-grid .item-inner .item-box .product-box .btn-cart:hover,
.product-view .box-main .add-to-cart .addwishlist:hover {		background:#bcbcbc;	}
/*	style review form	*/

#yt_tabitem_reviewform #review-form {	margin-left:10px;	}
#yt_tabitem_reviewform th {	font-weight:normal; font-size:12px;	}
#yt_tabitem_reviewform .data-table	{	margin: 0 0 0 20px;    width: 80%;	}
#yt_tabitem_reviewform .data-table thead th {	color:#000;	background:none;	text-align:right;	font-size:100%;	}
#yt_tabitem_reviewform .data-table thead th:first-child {	text-align:left;	}
#yt_tabitem_reviewform .data-table thead,
#yt_tabitem_reviewform .data-table tbody {	border:none;	}
#yt_tabitem_reviewform .data-table tbody th,
#yt_tabitem_reviewform .data-table tbody td{	padding:5px 10px;	line-height:22px;	}
#yt_tabitem_reviewform .data-table tbody tr {		background:none;	border-top:1px solid #ccc;	text-align:right;	}
#yt_tabitem_reviewform .data-table tbody tr.last{		border-bottom:1px solid #ccc;	}

#yt_tabitem_reviewform .data-table div.radio {
    float: right;
    height: 24px;
    margin: 0 10px 0 0;
    position: relative;
    width: 20px;
}
#yt_tabitem_reviewform .data-table tbody td span {	
	display: block;
    float: right;
    height: 24px;
    text-align: center;
    width: 20px;	}
#yt_tabitem_reviewform .data-table tbody td span.checked {	background-position: left -22px;	}	
#yt_tabitem_reviewform .data-table input.radio {		margin:0;	width:20px; height:22px;		filter:alpha(opacity=0);	-moz-opacity:0;	-khtml-opacity:0;	opacity:0;	cursor:pointer;	 text-align: center; display: inline-block;	}

#yt_tabitem_reviewform .form-list {		margin:0  0 10px 20px;	}
#yt_tabitem_reviewform .form-list label {		 float:left;   display: inline-block;    font-size: 12px;    font-weight: normal;    width: 23%	;	margin:0 10px 5px 0;	}
#yt_tabitem_reviewform .form-list .input-box {		 display: inline-block;    }
#yt_tabitem_reviewform .form-list .input-box  input {		float:none; margin:0;   }
#yt_tabitem_reviewform .buttons-set {	margin-top:20px;	text-align:center;}
#yt_tabitem_reviewform .buttons-set .button {	float:none;		}
/* override style module slick slider */
.ytc_background_theme1	.ytc-content-slickslider .theme1 ul li p{	display:none;	}
.ytc_background_theme1	.ytc-content-slickslider .theme1 ul li.button_img_selected {	background-position: 0 100% ;	}
.ytc_background_theme1	.ytc-content-slickslider .theme1 ul li:hover {	background-position: 0 100% ;	}

/* override style module blocktabs*/
.yt-content-bottom .blocktabs .tabs-container {	background:none;	margin-bottom:10px;}
.yt-slider .block-title,
.yt-content-bottom .blocktabs .tabs-container ul.tabs li .tab,
.yt-content-bottom .blocktabs.top-position .tabs-container ul.tabs li {	color:#000;	font-size:30px;	text-transform:none;	padding:0;	}

/* override style module slider	*/
.yt-slider .so_item .so_img {	border:none;	padding:0;	}
.yt-slider .yt_so_article_theme_nav .so_pre ,
.yt-slider .yt_so_article_theme_nav .so_next {	width:40px; height:39px;	top:90px;	}
.yt-slider .yt_so_article_theme_nav .so_next {	right:-25px;	-khtml-opacity:0.4; opacity:0.4;	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);    -moz-opacity: 0.4;	background:url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn-next-prev.png") no-repeat scroll 0 100% transparent;	}
.yt-slider .yt_so_article_theme_nav .so_pre {	left:-25px;		-khtml-opacity:0.4; opacity:0.4;	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);    -moz-opacity: 0.4;	background:url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn-next-prev.png") no-repeat scroll 0 0 transparent;	}
.yt-slider .yt_so_article_theme_nav .so_next:hover {		-khtml-opacity:1; opacity:1;	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);    -moz-opacity: 1;	background:url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn-next-prev.png") no-repeat scroll 0 100% transparent;	}
.yt-slider .yt_so_article_theme_nav .so_pre:hover { 		-khtml-opacity:1; opacity:1;	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);    -moz-opacity: 1;	background:url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/btn-next-prev.png") no-repeat scroll 0 0 transparent;	}
/* override style module mega menu css */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1.sm_megamenu_drop.sm_megamenu_actived .sm_megamenu_head {
	color:#eee;
}

/*	style responsive images	listing page	*/
.products-list .product-image img { 	width:100%; max-width:100%;	}


.navbar-fixed-top {
	position:static;
}
.navbar-inverse .navbar-inner{
	background:none;
	border:none;
	box-shadow:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;		
    border-radius: 0;
	-moz-border-radius: 0;
	khtml-border-radius: 0 ;
	-webkit-border-radius: 0;	
    padding-left: 0;
    padding-right: 0;	
}
.block.block-poll .radio input[type="radio"], 
.block.block-poll .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
}
.block.block-poll .label{
	padding:0;
} 

.show-phone{	display:none;	}

.label, .badge {
    background-color: #FFF;
    color: #666666;
    font-size: 100%;
    font-weight: bold;
    line-height: 100%;
    text-shadow: none;
    vertical-align: baseline;
    white-space: nowrap;
}
label {	display:inline-block;	}
h1, h2, h3, h4, h5, h6{
	line-height:1.6em;
}
.yt-quick-access {	margin:0; }
.yt-quick-access,.shop-access,.links,.yt-top{
	float:left;
}

.mtop20{	margin-top:15px;margin-bottom:10px;	}
h1#logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin:0; /*display:inline-block;*/ }
.header-nav-inner{	position:relative;	}
#yt_mainnav{	/* display:inline-block; */	}
#yt-mobilemenu{	display:none;	}
.bgopacity{	
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity:0;			
}
/*	transition css3 effect  */
.button, .form-button, a.button {
	-moz-transition: background 0.3s ease-in-out 0s; 
	-webkit-transition: background 0.3s ease-in-out 0s;
	-o-transition: background 0.3s ease-in-out 0s;
	-ms-transition: background 0.3s ease-in-out 0s;
	transition: background 0.3s ease-in-out 0s;
}
.no-rating a,
.link-mail,
.availability,
.product-essential .availability ,
.product-essential  .box-price-review .no-rating,
.add-to-links li a,
.topsl3-wrap .block-content a ,
#nav li.over li a,
.topsl2-wrap .block-content ul li a,
.topsl2-wrap .block-user1 .block-content ul li a,
.topsl2-wrap .block-user2 .block-content ul li a,
.topsl2-wrap .block-user3 .block-content ul li a,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu ul.custom li a,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_title a.sm_megamenu_nodrop{
	-moz-transition: all 0.3s ease-in-out 0s; 
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
/*	override bootstrap css	*/
a:focus {	outline:none;	}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus {  
	border-color: none;  outline: 0;  outline: thin dotted \9;  /* IE6-9 */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { 
	outline:none;	
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {	
	box-shadow:none;	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;	
}
input, textarea {    width: 200px;	}
.nav {    margin:0;	}
.pager a, .pager span {	background:none;	border:none;	border-radius:0; 	-moz-border-radius: 0;	khtml-border-radius: 0 ;	-webkit-border-radius: 0;	padding:0;	}
.pagination a,
.pagination span {
  float: none;
  padding: 0;
  line-height: 100%;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-left-width: 0;
}
.pagination a:hover, .pagination .active a, .pagination .active span {
    background-color: transparent;
}
.icon-plus{
	background:none;
	width:auto;
	vertical-align:inherit;
}

select, input[type="file"] {
    height: 26px;
    line-height: 26px;
}

/*	Difine	*/



/* wide */
@media (min-width: 1200px) {
	.top-search .button {	border-left:none; }
	input#search {		border-right:none;	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 1180px;
	}
	.span1,
	.span1d0 {
		width: 80px;
	}
	.span1d2 {
		width: 100px;
	}
	.span1d7 {
		width: 150px;
	}
	
	.span2-5 {
		width: 180px;
	}	
	
	.span2d4 {	/*	2.4 x 5 = 12*/
		width: 220px;
	}		
	.span3 {
		width: 280px;
	}	
	.span4 {
		width: 380px;
	}	
	.span5 {
		width: 480px;
	}	
	.span6 {
		width: 580px;
	}	
	.span7 {
		width: 680px;
	}	
	.span7d2 {
		width: 700px;
	}
	.span8 {
		width: 780px;
	}
	.span9 {
		width: 880px;
	}
	.span9d6 {
		width: 940px;
	}
	.span10 {
		width: 980px;
	}	
	.span11{
		width: 1080px;
	}	
	.span12,
	.span12d0{
		width:1180px;
	}
	[class*="span"] {
		margin-left: 20px;
	}
	.row {
		margin-left: -20px;
	}	
	.row-fluid [class*="span"] {
		margin-left: 1.709401709401709%;	/*0.053191489361702*/
		*margin-left: 1.673940716493907%;
	}	
	.row-fluid .span1d0 {
		width: 6.766381766381767%;
		*width: 6.713190277020064%;
	}
	.row-fluid .span4 {
		width: 32.1937321937322%;
		*width: 32.1405407043705%;
	}
	.row-fluid .span2d4 {
		width: 18.63247863247863%;
		*width: 18.57928714311693%; 
	}
	.row-fluid .span7d2 {
		width: 59.31623931623932%;
		*width: 59.26304782687762%;
	}
	.row-fluid .span9d6 {
		width: 79.65811965811965%;
		*width: 79.60492816875794%;
	}

}


/* Normal(>980) && Tablet landscape (1024x768) */
@media (min-width: 980px) and (max-width: 1199px){
	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-block.sm-list .products-grid .item {
		height:230px !important;
	}
	
	
	
		.toolbar-inner .select-new, .pager .select-new {
		line-height:24px !important;
	}
	
	.products-grid .item-inner .item-box-footer{
		height: 66px !important;
	}
	
	.header-nav-inner .span4 {
		width:200px !important;
	}
	
	.header-nav-inner .span8 {
		width:720px !important;
	}
	

	
	.yt_shopslogan {
		top:36px !important;
	}
	
	.header-top .span9 {
		width:920px !important;
	}
	
	.top-search {
		top:-16px !important;
	}
	
	.toolbar-inner .view-mode {
		width:180px !important;
		margin-left:-36px !important;
	}
	
	.newproduct4 {
		display:none;
	}

/*	#yt_header{	display:none;	}*/
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 940px;
	}
	.span2d4{
		width:172px;
	}
	.span4d8{
		width:364px;
	}
	.span7d2{
		width:556px;
	}
	.span9d6 {
		width:748px;
	}	
	.span12d0 {
		width:940px;
	}	
	
	.paypal-review-order .form-list li.fields .field {
		width:200px !important;
	}
	.paypal-review-order input {
		width:160px !important;
	}
	.paypal-review-order .wide input,
	.paypal-review-order .add-field input {
		width:84% !important;
	}
	
	.paypal-review-order .control input,
	.paypal-review-order #agreement-1,
	.paypal-review-order #agreement-2{
		width:auto !important;
	}
	
/*
}

@media (min-width: 980px) and (max-width: 1198px) {
*/
	.wrap-qty {	border-left:none;	margin:0;	padding: 0 10px 0 0;	}



	.add-to-holder .add-to-links, .product-essential .add-to-links {		margin: 5px 0 0 5px;	}

	.box-main .price-box, .product-essential .price-box {	margin: 0 10px 10px 0;	}

	.product-essential .box-main {	border: none;	padding: 0;	}
	
	
	.product-essential .box-sub .no-rating {	margin:10px 0 0 0;	}

	.product-essential .box-sub {	margin: 10px 0;	}	
	
	#yt-right-slideshow .block .block-content {	padding:4px 10px;	}
/*
}
@media (max-width: 1200px) {
*/	.yt-rightcol-slideshow .products-grid li.item:first-child {	display: none;	}
	.block-topsl .block .title  { font-size:20px;	}
	.block-topsl .block.block-freeshipping .content p { font-size:12px;	line-height:18px;	margin-top:5px;}
	
	.block-topsl .block.block-freeshipping .title  {	margin:0 20px;	}
	.block-topsl .block.block-follow .title, .block-topsl .block.block-call .title {	padding-left:23px;	}

	.yt-content-top .blocktabs .row > div:first-child {	display:none;	}
	.yt-content-bottom .blocktabs .row > div:first-child {	display:none;	}
	.yt-content-bottom .blocktabs .row > div:first-child + div{	display:none;	}

	.form-list li.wide .input-box .input-text, 
	.fieldset li.wide .input-box select, 
	.fieldset li.wide .input-box textarea {		width: 450px;	}
	.ytc-content .content-box {	top: 15% !important;	}
	.block-topsl .block.block-freeshipping .content span.price {	font-size:22px;	}	
	
	#yt_topsl2  .block-contact-us.block-item { 	box-shadow:none;	/*padding: 0 0 15px;*/	}
	
	.top-search .button {	border-left:none; }
	input#search {		border-right:none;	}
}

@media (max-width: 1200px) {
	
	.product-image-zoom, .product-image-zoom img,.product-img-box{width:300px !important;}

	.product-essential .box-main {	border: none;	padding: 0;	}
		
	.product-essential .box-sub .no-rating {	margin:10px 0 0 0;	}

	.product-essential .box-sub {	margin: 10px 0;	}	
	
	.wrap-qty {	border-left:none;	margin:0;	padding: 0 10px 0 0;	}
	
	.block-topsl .block.block-follow  ul li{	margin:0 0 0 3px; }
	
}
/* Tablet portrait (768x1024) && Small tablet landscape (800x600) */

@media (min-width: 768px) and (max-width: 979px) {
	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-block.sm-list .products-grid .item {
		height:220px !important;
	}
	


	
	
	.paypal-review-order .form-list li.fields .field {
		width:150px !important;
	}
	.paypal-review-order input {
		width:110px !important;
	}
	.paypal-review-order .wide input,
	.paypal-review-order .add-field input {
		width:84% !important;
	}
	
	.paypal-review-order .control input,
	.paypal-review-order #agreement-1,
	.paypal-review-order #agreement-2{
		width:auto !important;
	}
	
	
	
	.product-image-zoom, .product-image-zoom img,.product-img-box{width:470px !important;}
	.product-name {margin-top:14px !important;}

	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 724px;
	}
	.span2d4 {
		width: 122px;
	}
	.span4d8 {
		width: 268px;
	}
	.span7d2 {
		width: 412px;
	}
	.span9d6 {
		width:548px;
	}
	.span12d0 {
		width:724px;
	}	
	select{	width:170px ;	}
	
	input, textarea {	width:150px ;	}

	.form-list li.fields .field	{ width:200px;	}

	.form-list li.wide .input-box .input-text, .fieldset li.wide .input-box select, .fieldset li.wide .input-box textarea {	width: 345px;	}

	#yt_slideshow {    margin-bottom: 20px;	}	
	
	.newproduct4 {
		display:none;
	}
	
	.products-grid .item-inner .item-box-footer {
		height:66px !important;
	}
	
	.wrap-qty {		margin: 0 0 0 10px;    padding: 0 10px;	}

	.add-to-holder .add-to-cart .button {	margin-left: 10px;	}

	.add-to-holder .add-to-links, .product-essential .add-to-links {		margin: 5px 0 0 5px;	}

	.box-main .price-box, .product-essential .price-box {	margin: 0 10px 10px 0;	}
	
	.product-essential .box-sub .no-rating {	margin:10px 0 0 0;	}

	.product-essential .box-sub {	margin: 10px 0;	padding-top:10px;	clear:both;}	

	.shop-access .links li a {		font-size:12px;	}
	.yt-content-top .blocktabs .row > div:first-child,
	.yt-content-top .blocktabs .row > div:first-child  +div {	display:none;	}
	.yt-content-bottom .blocktabs .row > div:first-child,	
	.yt-content-bottom .blocktabs .row > div:first-child  +div ,
	.yt-content-bottom .blocktabs .row > div:first-child  +div + div,
	.yt-content-bottom .blocktabs .row > div:first-child  +div + div +div{	display:none;	}
/*
	.yt-rightcol-slideshow .products-grid li.item:first-child, 	
	.yt-rightcol-slideshow .products-grid li.item:first-child + li{	display: none;	}	
	#yt_containerwrap .block .block-content, #yt-right-slideshow .block .block-content {	padding: 5px 10px;	}	
	.yt-rightcol-slideshow .products-grid li.item {	padding:7px 0; }
*/
	.product-essential .wrap-qty {	margin: 0;	padding: 0 10px 0 0;	border-left:none;	}
	.ytc-content .content-box {	top:20% !important;	}
/*
	.yt-slider .yt_so_article_theme_nav .so_pre {	left:-5px;	}
	.yt-slider .yt_so_article_theme_nav .so_next {	right:-5px;	}
*/

	.top-search{ padding-bottom:10px; top:-2px;	}
	.top-search .button {	border-left:none; }
	input#search {		border-right:none;	}		
/*
	.top-search .button {	border-radius:3px;	}	
	.top-search:hover input#search  {	display:block; 	border-radius:3px;	}
	input#search {
		position:absolute;
		right:0;
		top:25px;
		display:none;
		width: 150px;
	}		
*/	
	#yt_mainnav .sm_megamenu_wrapper_horizontal_menu{	}
	
	#yt_mainnav #yt-mobilemenu{	display:none;	}	
	.header-nav-container-home {	  display:none;	}
	.box-main {		clear:both;		padding-top:10px;	}		
	
	.header-nav-inner.mtop20 {
		height:110px;
	}
	
	
	#yt_header .span10 {
		width:710px !important;
	}
	h1#logo {margin-left:0px !important;margin-top:-4px;}
	.msg-welcome {display:none;}
	.top-search {top:-16px !important;}
	.yt_shopslogan {top:36px !important;}
	

	
	.sm_megamenu_lv1 .sm_megamenu_title {
		font-size:12px !important;
	}
	

	.pager .amount {
		width:220px !important;
		text-align:left !important;
	}
	
	#yt_topsl2 .block-user6.block-item { 	box-shadow:none;	/*padding: 0 0 15px;*/	}	

	.yt-rightcol  a.product-image,
	.yt-rightcol .products-grid .item-inner .item-box div.product-image a {	margin-bottom:10px;	}
	.yt-rightcol .product-name,
	.yt-rightcol .block-wishlist .product-name, .yt-rightcol .block.block-cart .product-name {	clear:both;	}

	.mini-products-list .product-details {clear:both;}

	.toolbar-inner .sort-by label,
	.toolbar-inner .view-mode label,
	.toolbar .limiter label {	display:none;	}
	
	.product-essential .stock-status, .products-list .stock-status{	margin-left:0;	}
	
	
	.toolbar-inner .select-new, .pager .select-new {
		line-height:24px !important;
	}
	.product-name {
		margin-top: 0px !important;
	}
	
	#products-list .product-name  {
		padding-top:10px !important;
	}
	#products-list .add-to-links {
	margin:17px 0 0 5px;
	}
	
	.toolbar-inner .pagination {
	margin-left: 60px;
	}

	.subcategorys li {
	margin-bottom:4px;
	}
}

/* Small tablet portrait (600x800) & Mobile landscape (480x320) */
@media (max-width: 767px) {
	
		.homepageboxes{
		width:100% !important;
		height:auto !important;
		min-height:50px;
		margin-bottom:20px;
	}
	
	.homepageboxes h3 {
		padding:10px 0 !important;		
	}
	
	
	.toolbar-inner .select-new, .pager .select-new {
		line-height:24px !important;
	}
	
	
	.info-set #billing-address, .info-set #shipping-address {
		width:100%;
		height:auto;
	}
	
	
	.paypal-review-order .wide input,
	.paypal-review-order .add-field input {
		width:84% !important;
	}
	
	
	
	
	
	.msg-welcome {
		display:none;
	}
	
	.top-search {
		top: -130px !important;
	}
	
	.yt_shopslogan {
		display:none;
	}
	
	.header-nav-inner.mtop20 {
		height:6px;
	}
	
	#yt-mobilemenu {
		margin-top:-30px !important;
		width:104%;
	}
	
	input#search {
		width:120px;
	}

	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: auto;
	}
 	.container{		padding:0 20px;	}
	
	h1#logo, div.logo-text h1{		text-align:center;	}
	
	
	

	
	.yt-quick-access, .shop-access, .links, .yt-top {
		float: none;
		text-align: center;
	}
	.header-nav-container-home ,
	#yt_mainnav .sm_megamenu_wrapper_horizontal_menu{	display:none;	}
	.box-main {		clear:both;		padding-top:10px;	}	
	
	#yt_mainnav #yt-mobilemenu{	display:block;	}	
	.toolbar .pager {	float:none;	}
	.toolbar-inner .view-mode {	float:none; padding-left:20px;	}
	.toolbar .limiter {	float:none; padding-left:20px;	}
	.toolbar-inner .sort-by {	float:none; padding-left:20px;	}
	.toolbar-inner .pagination {	float:none;	padding-left:20px;	}
	.show-phone{	display:block;	}
	.product-essential .box-sub  {	clear:both;	}

	.product-essential .add-to-holder .add-to-cart {	width:245px;	}
	
	#cpanel_wrapper	{	display:none;	}
	.ytc-content .content-box {	top:10% !important;	}
	
	#yt_topsl2 .block-item { 	box-shadow:none;	/*padding: 0 0 15px;*/	}

	.block-user5.block-item {	margin-top:20px	;	}
	.block-user5 form > .input-box {	float:none;	}
	
	.top-search{ padding-bottom:10px; top:-2px;	}
	.top-search .button {	border-left:none; }
	input#search {		border-right:none;	}	
	
	.product-essential .stock-status, .products-list .stock-status	{	margin-left:0;	}
	.products-list .add-to-links {	margin-left: 25px;	}	
	.copyright	{	text-align:center;	margin-bottom:10px;	float:none;	}
	.logo-payment {		float:none;	width:auto;	height:50px;	background-position: center bottom;	text-align:center;	}	
}

/* Mobile portrait (320x480) */

@media only screen and (min-width: 480px) and (max-width: 767px) { 



}


@media (max-width: 480px) {
		
	
	h1#logo {
		margin-left:0px !important;
	}
	.msg-welcome {display:none !important;}
	
	.cms-home .widget-new-products, .cms-home .so_pre, .cms-home .so_next {
		display:none !important;
	}
	
	.product-img-box #image {width:280px !important;}
	
	#yt_mainnav #yt-mobilemenu {
		margin-top:-94px !important;
		width:106% !important;
	}
	.header-nav-inner {
		
	}
	
	.yt_shopslogan {display:none;}
	.top-search {
		top: -200px !important
	}
	.show-phone{	display:block;	}
	
	.products-list .product-image {	margin: 0 0 10px 0;	}
	.products-list .add-to-links {	margin-left: 140px;	}
	.products-list .product-image,
	.products-list .product-image span.item-inner {	width:100%;	}
	.product-essential .box-main {	border: none;	padding: 0;	}
	
	.product-essential .add-to-holder{  padding: 17px 0;	}
	
	.product-essential .box-sub .no-rating {	margin:10px 0 0 0;	}

	.product-essential .box-sub {	margin: 10px 0;	}	

	.yt-product-detail h1.product-name {		margin-top: 10px;	}	
	
	.product-essential .add-to-links {	   bottom: 0;    margin-left: 130px;    position: absolute;	}



	.toolbar-inner .select-new, .pager .select-new {
		line-height:25px !important;
	}
	
	.toolbar-inner .sort-by,
	.toolbar-inner .view-mode,
	.toolbar .limiter,
	.category-products {
		padding-left:0px;
	}
	
	.pathway-inner,.no-rating {
		display:none;
	}
	
	.subcategorys li {
		float:none !important;
	}
	
	.page-head a, .page-head-alt a, .page-title a, .page-title-alt a {
		float:left;
	}
	
	.container{		padding:0 20px;	}
	.product-collateral .add-tag-box .input-box .input-text,
	.product-collateral .form-add .input-box .input-text,
	.product-collateral .form-add .input-box textarea, 	
	.form-list li.wide .input-box .input-text, .fieldset li.wide .input-box select, .fieldset li.wide .input-box textarea	{ 	width:200px;	}
	
	#product_sendtofriend_form #add_recipient_button{ clear:both;	}
	
	.block-user5 form > .input-box {	float:none;	}
	
	.homepageboxes{
		width:100% !important;
		height:auto !important;
		min-height:50px;
		margin-bottom:20px;
	}
	
	
/*
}
@media (max-width: 368px) {
*/	.product-essential .link-mail {	margin-left:0;	}
	
	.product-img-box {	width:100%;	}
	
	.product-essential .have-price .add-to-links {
	
		top:120px;
	}
	
	.product-img-box .product-image-zoom {	width:100%;	}
	
	.product-img-box .product-image-zoom img {	width:100%;	}
	.data-table tr.even th, .data-table tr.odd td, 
	.data-table tr.odd th, .data-table tr.even td, 	
	.data-table tr.last th, .data-table tr.last td ,
	.data-table tr.even td, .data-table tr.odd td	{    border-bottom: 1px solid #DDDDDD !important;    padding: 3px 0;    width: 230px;	}
	.data-table  {
		width:280px; 
	}
	
	.data-table thead th, .data-table thead td,
	.data-table tr.even th, .data-table tr.odd td, 
	.data-table tr.odd th, .data-table tr.even td, 
	.data-table tfoot td, .data-table tr.first th, .data-table tr.first td {   width:100%;		text-align:center;	}
	
	
	

	
	.data-table.cart-table tfoot {		border-top:none;	}
	
	.data-table.cart-table tfoot .button{	margin:5px;	}
	
	.data-table.cart-table tfoot .btn-continue {	float:none;	}
	
	.data-table.cart-table tfoot td {	border:none;	}

	.data-table.cart-table tfoot td.last {	border-bottom:none !important;	}
	
	.data-table.cart-table thead th.last {		border-bottom:none !important;	}
	
	.data-table.cart-table tbody {	border-bottom:none;	}
	.my-account .data-table tbody td .btn-remove2 ,
	.data-table.cart-table tbody td .btn-remove2 {		display:inline-block;	float:none;	}
	.data-table tbody tr.odd , 
	.data-table tbody tr.even {		background:none;	}
	.data-table tbody tr.last td.last {		border-bottom:none !important;	}
	
	.block-topsl .block.block-freeshipping .content p {	padding:0 10px;	clear:both;	}

	.msg-welcome, .shop-access a {	display:block; text-align:center;	}
	.yt-quick-access {	margin-top:10px;}
	.shop-access li {	padding: 0 8px;	}	
	.shop-access li a {	line-height:20px;	}	
	
	.product-essential .add-to-holder .add-to-cart {	width:100%;	}
	#yt_slideshow .block-title,
	#yt_slideshow .price-box,
	#yt_slideshow .block-description{	display:none !important;	}	
	#yt_slideshow {	margin-bottom:20px;	}
	

	.top-search{ padding-bottom:10px; top:-2px;	}
	.top-search .button {	border-radius:3px;		-moz-border-radius: 3px;	khtml-border-radius: 3px ;	-webkit-border-radius: 3px;	}	
	.top-search:hover input#search  {	display:block; 	border-radius:3px;	-moz-border-radius: 3px;	khtml-border-radius: 3px ;	-webkit-border-radius: 3px;		}
	.copyright	{	text-align:center;	margin-bottom:10px;	float:none;	}
	.logo-payment {		float:none;	width:auto;	height:50px;	background-position: center bottom;	text-align:center;	}
	.topsl3-wrap .block-item {	margin-bottom:20px;	}
	input#newsletter {	width:150px;	}
	.topsl1-wrap .block-item {	text-align:center;	}
	.top-search .button {	border-left:1px solid #e5e5e5; }
	input#search {		border-right:1px solid #e5e5e5;	}		
	
	input#productTagName {	background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/tag-input-mobi.png") no-repeat scroll left top transparent;	width:245px;	}

	.product-essential .stock-status, .products-list .stock-status	{	margin-left:25px;	}	
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget {}
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#CE4515; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #252525; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#CE4515; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {margin-bottom: 20px;}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }
.widget-static-block .block-title { }

.widget-static-block .block-title strong { }

.widget-static-block .block-content { }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

html[lang="en"] #checkout-agreements label[for="agreement-1"] {
	text-indent:-999px !important;
}

html[lang="en"] #checkout-agreements input#agreement-1:after {
	content: "hallo";
	width:200px;
}

#nav > li.active.over > a,
#nav > li.over > a,
.buttons-set .button,.btn-proceed-checkout.btn-checkout.button,
#nav li.over > ul li.over > ul,
#nav > li.over > ul ,
.block-user5 .actions .button,
.box-tags  .button,
.block-tags .actions a:hover, 
.block-poll .actions .button:hover, 
.block-subscribe .actions .button:hover ,
.button:hover, .form-button:hover, 
.block-wishlist .link-cart:hover,
.products-grid .item-inner .item-box-hover a.btn-cart,
.products-grid .item-inner .item-box-hover a.readmore,
#yt_sidenav li:hover a.subhead,
#yt_sidenav li.selected a.subhead,
.block-layered-nav dt.accordion-open,
.block-layered-nav dt.subhead:hover,
.yt-col .block .block-title,
/*.pagination .pages li.current a, .pagination .pages li:hover a,*/
.item-box-hover p.no-rating a:hover, .item-box-hover .actions .add-to-links li a.link-compare:hover, .item-box-hover .actions .add-to-links li a.link-wishlist:hover,
/*.blocktabs.top-position .tabs-container ul.tabs li.sel,*/
.box-main .btn-cart,
ul.yt-tab-navi li.active,
.cloud-zoom-lens ,
span.quantity-controls input.quantity-controls, 
.block-reorder .btn-cart, .data-table .btn-cart, .product-shop .btn-cart,
#yt-totop,
/*.button, .form-button, .block-wishlist .link-cart,.block-tags .actions a, .block-poll .actions .button, .block-subscribe .actions .button ,*/
{	background-color:pink;	}

.products-grid .item-inner .item-box-footer .btn-cart:hover,
.sm-block-static .products-grid .item-inner .item-box-footer .btn-cart:hover,
.bgcolor-hover:hover{	background-color:#ea0001;	}
.bgcolor2{	background-color:#fff0f5;	}	
.bgcolor2-hover:hover{	background-color:#fff0f5;	}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */

 .product-image-gallery .gallery-image,
.klarna_promotion_logo {
 display:none;
 }
  .product-image-gallery .gallery-image.visible {
 display:block;
 }
 
.super-attribute-select option[disabled="disabled"] {
	text-decoration: line-through;
}
 
 
 
 /* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}



/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}



.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}



.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

.klarna_input_wrapper {
	border:1px solid #0088CF;
	background: #EFF4F7;
}

.klarna-link {
	padding-left:10px;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

.bg-blur {
	display:none;	
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #993300;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.product-view .product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}
.product-view .product-img-box .product-image-zoom {
    z-index: 0;
}
.product-view .product-image-thumbs img {
    max-width: 100%;
    max-height: 100%;
}


/* HOMEPAGE */
.homepage-boxes img {
	width:100%;
}
.homepage-boxes {
	margin-top:-20px;
}

.homepage-boxes .boxinfo{
	background: #221e1f;
	color: #fff;
	font-family: "Raleway",verdana;
	font-size: 12px;
	text-align: right;
	padding-right:5px;
	text-transform:uppercase;
}

.block-title-new {
	color: #333;
    font-size: 30px;
	color: #333;
   font-family: Raleway,serif !important;
}

html[lang="en"] .homepage-boxes {
	margin-top:0px;	
}

.homepageboxes {
	background:#ddd7bd;
	font-family: 'Raleway', sans-serif;
	
	min-height:170px;
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
}
.homepageboxes:hover {
	background:#c0b480;
	transition: all 0.5s ease;
	-webkit-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 11px -1px rgba(0,0,0,0.3);
}
a .homepageboxes  {
	color:#000;
}
	
.homepageboxes h3 {
	background:#010101;
	color:#fff;
	padding:14px 0;
	font-size:16px;
	margin:0;
}
	
.homepageboxes p {
	padding:0 8px;
}






.login-box h4, #login-form h2 {
	color:#333;
	background:#F2EDE4;
}



.cart-collaterals .col2-set #discount-coupon-form, .cart-collaterals .col2-set .shipping {
	border: 1px solid #979492;
}



.cart-collaterals .totals {
	border: 1px solid #979492;
}



.cart-collaterals .col2-set .crosssell {
	border: 1px solid #979492;
}

.wishlist-index-index .description {
	margin-bottom:14px;
}

	

.header-top .container  .msg-welcome{
	padding-left:10px;
}


.grand_total {
	background: rgba(213, 210, 205, 0.7);
	color:#333;
}




.block-bestseller .tax-details, 
.yt-products-container .tax-details,
.item-inner .tax-details,
.block-bestseller  .delivery-time
{
	display:none;
}


.sales-order-history .page-title,
.customer-account-index .page-title,
.customer-account-edit .page-title,
.customer-address-index .page-title,
.sales-order-history .page-title,
.sales-billing-agreement-index .page-title,
.sales-recurring-profile-index .page-title,
.review-customer-index .page-title,
.wishlist-index-index .page-title,
.oauth-customer-token-index .page-title,
.newsletter-manage-index .page-title,
.downloadable-customer-products .page-title,
.sales-order-view .page-title
{
	margin-top:16px;
}



.top-search {
	padding-right:10px;
}

.header-top  .nav{
	text-transform: uppercase;
}






#yt_containerwrap .block-account .block-content{
	padding:0px !important;
}




#yt_containerwrap .block-account .block-content li strong {
	font-weight:bold;
}

.account-box .inner-head, .my-account .box .box-title {
	background: #F2EDE4;
	color:#333;
}

.account-box .head, .box-account .box-head {
	border:0px;
}

.block.block-compared {
	margin-bottom:-16px;
}




.box-info .box-content .col-1 {margin-top:10px;margin-bottom:14px;}



.group-select .legend, .fieldset .legend {
	background:#C0B484;
	color:#333;
}

.order-info-box .box-content {
	margin-top:14px;
	margin-bottom:14px;
}


.header-nav-inner.mtop20 {
	background: none;
}


.product-img-box {
	width:400px;
}




.category-homepage .ui-accordion > li.level0 {
	display:block !important;
	
}



.category-homepage .ui-accordion > li.level0.over a {
	padding-left:6px !important;
	transition: all 0.3s ease-in-out 0s;
}


#yt_sidenav  .level0.active,#yt_sidenav  .level0.active .level0 {
		display:inline !important;
}

#yt_sidenav > li {
	border-top:0px;
}

#yt_sidenav li li {
	padding:0px;
}



#yt_sidenav .level1.parent a {
	background: url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/menuleft_bg.png") repeat scroll 0 26px transparent;
}

#yt_sidenav .level2 a,#yt_sidenav .level3 a,#yt_sidenav .level4 a  {
	background: none !important;
}

#yt_sidenav li ul {padding:0px;}
#yt_sidenav li li a span {
	padding: 0px;
}



.block-layered-nav dt.accordion-open{
	background-position:0 78px;
}


.block-layered-nav dd {
	margin-bottom:6px;
}

.block-layered-nav dd li {
	padding: 0px;
	margin-top:6px;
}



.catalog-product-view #yt_topsl, .review-product-list #yt_topsl {
	display:none;
}

.inner-border {border:0px !important;}

#narrow-by-list ol,
 .block-cart .block-content .actions{
	padding: 0px;
}




.block-compare li:hover,.block-compared   li:hover{
	background: #C1B487 !important;
}



ul.yt-tab-navi li a:hover, 
ul.yt-tab-navi li a:focus, 
ul.yt-tab-navi li a:active,
ul.yt-tab-navi li.active a,
ul.yt-tab-navi li a,
.block-cart .block-content .label,
.block-cart .block-content .product-name a,
.block-bestseller .product-name a,
.block-wishlist .product-name  a,
.block-wishlist .price-box,
.block-reorder .block-content a,
.block-compare .product-name a,
.data-table thead th, .data-table thead td,
#shopping-cart-table .product-name a,
.cart-collaterals .col2-set .crosssell a,
.block-wishlist .link-cart,
.link-reorder,
.link-print,
.link-edit,
.details,
.shipping-cost-details a,
.back-link a,
.block-viewed .block-content a,
.wishlist-index-index .product-name a
{
	color:#333 !important;
}

.block-wishlist .actions {
	padding-left:0px;
}
.shipping-cost-details a {
	text-decoration: underline;
}


x.block-wishlist .actions a {
	-moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #C1B487;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    height: 23px;
    padding: 0 10px 0 15px;
	color:#333;
}




.block-wishlist .actions {
	display:none;
}


.block-wishlist .link-cart.button {
	margin-top:14px;
}

.products-list .desc,
.product-essential .short-description {
	font-size:14px;
	color:#333;
}


.product-img-box .more-views li a {
	margin-top:10px;
}

.block-cart .block-content .product-image img,
.block-bestseller img{
	border: 1px solid #ccc ;
}

ul.yt-tab-navi {
	background: none !important;
}

.block-layered-nav-inner {
	margin-top:-4px;
}
#yt_container {
	padding-top:0px;
}

.block-bestseller li.item,
.block-wishlist li.item   {
	border-bottom: 1px solid #C1B487 !important;
}


.block-compare .actions {
	padding-left:0px !important;
}


.block-bestseller li.item.last {
	border-bottom:0px !important;
}


.action-clear {
	-moz-box-sizing: border-box;
    background: #FFD3D0 !important;
    border: 1px solid #fff;
	color:#fff;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    height: 23px;
    padding: 0 10px 0 18px;
}






#yt_topsl2 .block-item {
	border:0px;
	padding-top:10px;
}


.yt_shopslogan {
	width:240px;
	position:absolute;
	top:84px;
	right:0px;
	}

.yt_shopslogan h2{
	font-size:40px;
	color:#C1B487;
	font-weight:normal;
	line-height:40px;
}








.yt-col .block .block-title strong {
	padding-left:0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_actived:hover a.sm_megamenu_head, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_title a.sm_megamenu_head:hover, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-block.sm-list .products-grid .item-inner .item-box-hover a.btn-cart:hover,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-block.sm-list .products-grid .item-inner .item-box-footer a.readmore:hover {
	color:#eee;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1:first-child { 
	background:none;
}

.msg-welcome,
.shop-access a {
	color:#333;
}

.shop-access .languageBox{
	margin:0;
	padding:0;
	float:right;
}

.checkout-onepage-index #checkout-progress-wrapper .block-title {
	margin-top:60px;
	padding-left:10px;
}

.block-progress dd.complete {
	background: #F2EDE4;
	padding:10px;
}

.bgcolor3{	background-color:#f5f5f5;	}
.bgcolor4{	background-color:#323232;	}	
.bgcolor4-hover:hover{	background-color:#323232;	}	
.topsl2-wrap .inner-border,
#nav > li.over > ul,
#yt_header,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 > div, 
/*.slide-gallery.more-views .jCarouselLite,*/
.cloud-zoom-big ,
.border,	
.item-inner:hover .border-hover{		border-color:#D5D2CD;	}
/*
.item-box-hover .actions .add-to-links li a.link-compare:hover,
.item-box-hover .actions .add-to-links li a.link-wishlist:hover,
.products-list  .add-to-links li a.link-compare:hover,
.products-list  .add-to-links li a.link-wishlist:hover,
*/
/*
.add-to-links li a.link-compare,
.add-to-links li a.link-wishlist,
*/
/*
#nav > li.active a,
#nav > li.over a,
#nav > li.active.over a,
#nav > li.active li a, 
#nav > li.over li a ,*/


/*
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_black li ul.custom li a:hover, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_id30 .sm_megamenu_title a span,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_id23 .sm_megamenu_title a span,
*/
/*#yt_containerwrap .block .block-content a:hover,*/
/*.yt-col .block .block-title strong,
.yt-col .block-layered-nav .block-content a,
.yt-col .block-layered-nav .block-content span,
.yt-col .block-layered-nav .block-content dt,
/*.yt-col .block-yt-layered-nav .block-content a,*/
/*.yt-col .block-yt-layered-nav .block-content span,*/
/*
.block-account ul li.current strong ,
*/
.out-of-stock span, .in-stock span,

.products-list h2.product-name a:hover,

.product-essential  .price-box  .price,
.products-list  .price-box  .price,

.block-tags .actions a,
.block-poll .actions .button,
.block-subscribe .actions .button, 
.button, 
.form-button,
.actions .add-to-links li a,

.item-box-hover .no-rating a,

a:hover, a:active, a:focus ,
#bd .btn-edit:hover,.icon-pencil:hover ,
#nav > li > a, 
.shop-access .nav > li > a:hover, 
.sm_megamenu_menu li a.sm_megamenu_head, 

.sm_megamenu_menu .sm-block.sm-list .products-grid .item-inner .item-box-hover a.btn-cart span,
.products-grid .ratings .amount a:hover,
.products-grid .item-inner .price-box,
.product-essential .ratings .rating-links a:hover ,
.products-list .ratings .rating-links a:hover,
#crosssell-products-list .add-to-links li a:hover,
.product-essential .add-to-links a:hover,
.box-main .add-to-links a:hover,
.product-essential .no-rating a:hover,
.no-rating a:hover,
.link-mail:hover ,
.item-box-hover a.btn-cart:hover,
.item-box-hover a.readmore:hover,
/*.block-wishlist .price-box .price,*/
.yt-info ul li a,
.box .content img,
.block .block-content img ,
.block.block-cart .block-content .amount a,

#yt_current_content .block-currency .block-content  .subtotal .price, #yt_current_content .block.block-cart .block-content  .subtotal .price,
.position-2 .block-content a,

.yt-col .block-compare .block-content a,
.fontcolor{	color:#000;	}

.logo-item {  background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/red/logo-social.png) no-repeat 0 0 transparent;	}
.toolbar-inner .view-mode strong, .toolbar-inner .view-mode a {  background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/red/list-icon.png) no-repeat 0 0 transparent;	}
.block-item  .block-content .article .readmore {	background: url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/red/logo-readmore.png) no-repeat center center transparent;	}


.block-cart .button > span, 
.block-cart .form-button > span,
.block-compare .button > span, 
.block-compare .form-button > span{	background:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/red/logo-arrow-next.png) no-repeat right center;	}
.more-views .next,
.more-views .prev{	background-image:url(https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/red/logo-next-prev.png); background-repeat: no-repeat;	background-color:transparent;	}

/* override style module slick slider */
.ytc_background_theme1	.ytc-content-slickslider .theme1 ul li{width:17px; height:17px;	}
/* override style drop mega menu */
#nav > li.parent > a,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1.sm_megamenu_drop .sm_megamenu_head {}

#yt_tabitem_reviewform .data-table tbody td span {	background:url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/images/red/input-radio.png") no-repeat scroll left 1px transparent; }
@font-face {
  font-family: 'dacapo';
  src: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/dacapo.eot?#iefix') format('embedded-opentype'),  url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/dacapo.otf')  format('opentype'),
	     url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/dacapo.woff') format('woff'), url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/dacapo.ttf')  format('truetype'), url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/dacapo.svg#dacapo') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'engels-font';
  src: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/engels-font.eot');
  src: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/engels-font.eot#iefix') format('embedded-opentype'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/engels-font.woff2') format('woff2'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/engels-font.woff') format('woff'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/engels-font.ttf') format('truetype'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/engels-font.svg#engels-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font-dacapo';
  src: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/font-dacapo.eot');
  src: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/font-dacapo.eot#iefix') format('embedded-opentype'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/font-dacapo.woff2') format('woff2'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/font-dacapo.woff') format('woff'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/font-dacapo.ttf') format('truetype'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/font-dacapo.svg#font-dacapo') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="iconN-"]:before, [class*=" iconN-"]:before,
[class^="iconD-"]:before, [class*=" iconD-"]:before {
    
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

[class^="iconN-"]:before, [class*=" iconN-"]:before {
	font-family: "engels-font";
}
[class^="iconD-"]:before, [class*=" iconD-"]:before {
	font-family: "font-dacapo";
}

 
.iconN-search:before { content: '\e800'; } /* '' */
.iconN-basket-alt:before { content: '\e801'; } /* '' */
.iconN-basket:before { content: '\e802'; } /* '' */
.iconN-klarna:before { content: '\e803'; } /* '' */
.iconN-up-open:before { content: '\e804'; } /* '' */
.iconN-down-open:before { content: '\e805'; } /* '' */
.iconN-right-open:before { content: '\e806'; } /* '' */
.iconN-left-open:before { content: '\e807'; } /* '' */
.iconN-cancel:before { content: '\e808'; } /* '' */
.iconN-user:before { content: '\e809'; } /* '' */
.iconN-ok:before { content: '\e80a'; } /* '' */
.iconN-address-book:before { content: '\e80b'; } /* '' */
.iconN-pencil:before { content: '\e80c'; } /* '' */
.iconN-print:before { content: '\e80d'; } /* '' */
.iconN-right-dir:before { content: '\e80e'; } /* '' */
.iconN-left-dir:before { content: '\e80f'; } /* '' */
.iconN-up-dir:before { content: '\e810'; } /* '' */
.iconN-down-dir:before { content: '\e811'; } /* '' */
.iconN-arrows-cw:before { content: '\e812'; } /* '' */
.iconN-truck:before { content: '\e813'; } /* '' */
.iconN-ok-circled:before { content: '\e814'; } /* '' */
.iconN-attention-circled:before { content: '\e815'; } /* '' */
.iconN-cancel-circled:before { content: '\e816'; } /* '' */
.iconN-paypal:before { content: '\f033'; } /* '' */
.iconN-sofort:before { content: '\f03c'; } /* '' */
.iconN-certificate:before { content: '\f0a3'; } /* '' */
.iconN-menu:before { content: '\f0c9'; } /* '' */
.iconN-sort:before { content: '\f0dc'; } /* '' */
.iconN-lightbulb:before { content: '\f0eb'; } /* '' */
.iconN-minus-squared-alt:before { content: '\f147'; } /* '' */
.iconN-plus-squared-alt:before { content: '\f196'; } /* '' */
.iconN-newspaper:before { content: '\f1ea'; } /* '' */
.iconN-trash:before { content: '\f1f8'; } /* '' */
.iconN-window-close:before { content: '\f2d3'; } /* '' */

.iconD-heart:before { content: '\e900'; } /* '' */
.iconD-shopping-bag:before { content: '\f290'; } /* '' */

/***************************
FONTS
***************************/

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/raleway-v12-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/font/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}




body {
    font-family: 'Open Sans', sans-serif;
	background:#f5f4f4;
	color:#000;	
}

a {
	color:#000;
}

header .header-top {
	background: #fff;
	height:120px;	
	-webkit-box-shadow: 0px 5px 20px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 20px -2px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 20px -2px rgba(0,0,0,0.5);
}

* {
	text-transform:lowercase;
}

* input {
	text-transform:initial;
}

.cms-page-view h3 {
	margin-bottom:30px;
	margin-top:20px;
}

/******************************** 
	LOGO
*********************************/

header .logo {
	width:380px;
	height:340px;
	position:absolute;
	box-sizing: border-box;
	padding-top: 52px;
	padding-left:60px;
	background:#33ff00;
	z-index:99;
}

header .brand-logo {	
	color:#009999 !important;
}

header .brand-logo .lg{
	font-family:'dacapo';
	font-size:80px !important;
	line-height:70px !important;
}

header .brand-logo .xs{
	font-size: 30px !important;
	display: block;
	font-family: 'Open Sans';
	font-weight: bold;
}

/******************************** 
	HEADER-MENU
*********************************/

header nav > ol > li {
	float:left;
	margin-top:70px;
	padding-bottom:30px;
	position: static;
}

header nav > ol > li > a,
header nav > ol > li > span{
	margin:0 8px;
	text-transform:lowercase;
	position: relative;
	display:block;
}

header nav > ol > li > span {
	cursor:default;
}

header nav > ol.over > li.menu-active > a:after{
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	height: 1em;
	width: 100%;
	border-bottom: 3px solid #666766;
	margin-top: 15px;
}

header nav > ol > li > ul {
	visibility: hidden; 
	opacity: 0;
	position: absolute;
	top: 120px;
	left:calc(50% - 190px);
	width:780px;
	z-index: 100;
    overflow:hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
	background:#666766;
	height:0px;
	padding:15px;
	box-sizing: border-box;
}
header nav > ol > li:hover > ul {
	visibility: visible;
	opacity: 1;
	height:220px;
	
}

header nav > ol > li > ul > div > li > a,
header nav > ol > li > ul > li > a  {
	color:#fff;
	text-transform:lowercase;
	line-height:25px !important;
}
	
header nav > ol > li > ul > div.row:first-of-type {
	margin-left:0px;
} 
	
header nav > ol > li > ul > div.row {
	float:left;
	width:200px;
}

header .header-nav .subnav-item > li > a {
	color:#fff;
}

header .user-icons > ul > li {
	float:right;
	padding:0 5px;
	margin-top:70px;
	font-size:20px;
	cursor:pointer;
}

header .user-icons > ul > li > a.textlink {
	font-size:16px;
	text-transform:lowercase;
}

header .user-icons > ul > li > a > .cartitems {
	background:#009999;
	display:block;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	border-radius:50% 50%;
	position:absolute;
	margin-top:-8px;
	margin-left:14px;
	color:#fff;
	font-size:10px;
}


/******************************** 
	HOMEPAGE - PRODUCT GRID
*********************************/
	
.homepagegrid {
	margin-top:30px;
}

.homepagegrid .item .hoverbox {
	color:#fff;
	text-transform:lowercase;
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	background:rgba(0,0,0,0.7);
	padding:40px 40px;
	box-sizing: border-box;
}

.homepagegrid .item:hover .hoverbox {
	opacity: 1;
}

/* BUNDLE HOVERBOX */
.homepagegrid .item.product-bundle .hoverbox {
	width:380px;
	height:580px;
}

.homepagegrid .item.product-bundle .hoverbox .product-title {
	margin-bottom:20px;
}

/* STANDARD HOVERBOX */
.homepagegrid .item.product-standard .hoverbox {
	width:380px;
	height:380px;
}

/* BANNER HOVERBOX */
.homepagegrid .item.product-banner .hoverbox {
	width:780px;
	height:380px;
}

.homepagegrid .item .hoverbox .product-title {
	font-weight:normal;
	font-size:24px;
}

.homepagegrid .item .hoverbox .product-sku {
	font-size:12px;
}
.homepagegrid .item .hoverbox .product-price .price {
	font-weight:bold;
}

.homepagegrid .offset-item1 {margin-top:200px;}
.homepagegrid .offset-item2 {margin-top:20px;}
.homepagegrid .offset-item3 {margin-top:-200px;}
.homepagegrid .offset-item4 {margin-top:20px;}
.homepagegrid .offset-item5 {margin-top:-380px;}
.homepagegrid .offset-item7 {margin-top:20px;}

.greenbox-footer {
	margin-top:15px;
	width:100%;
	height:185px;
	background:#33ff00;
}

/******************************** 
	CMS - STANDARD
*********************************/

.cms-page-view .page-title {
	box-sizing: border-box;
	padding-left:10px;
	padding-top:70px;
	height:210px;
}
.cms-page-view .page-title h1 {
	font-size:36px;
	color:#000;
	text-transform:lowercase;
} 

.cms-page-view .page-title h2 {
	color:#000;
	text-transform:lowercase;
	font-weight:normal;
} 

.cms-page-view .std {
	font-size:14px;
}

/******************************** 
	CMS - DACAPO PRODUCT PAGE
*********************************/

.dacapo-productpage .bannerLong {
	border-top:230px solid #F5F4F4;
}

.dacapo-productpage .bannerLong img,
.dacapo-productpage .bannerWide img {
	border-bottom:20px solid #F5F4F4;
}

.dacapo-productpage .std p:first-of-type,
.dacapo-productpage .greenbox-footer {
	margin-top:0;
}

/******************************** 
	CATEGORY LIST
*********************************/

.yt-col.yt-leftcol {
	margin-top:210px;
	background:#F5F4F4;
	padding-bottom:15px;
} 

.yt-col.yt-leftcol .block .block-title {
	height:80px;
	padding-top:20px;
	box-sizing: border-box;
}
.yt-col.yt-leftcol .block .block-title strong {
	text-transform:lowercase;
	font-weight:normal;
	font-size:18px;
	color:#000;
}


.product-list .single-product .single-bg {
	background: #dcdcdc none repeat scroll 0 0;
    box-sizing: border-box;
    height: 80px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px 15px;
}
.product-list .single-product .single-bg .single-name {
	float: left;
    font-weight: bold;
    text-transform: lowercase;
}
.product-list .single-product .single-bg .single-price {
	float: right;
}

.product-list .single-product .single-bg .single-price .price {
	color: #000;
    font-size: 16px;
    font-weight: bold;
    float:right;
}

.product-list .single-product .single-bg .single-price .price-label {
	display: none;
}



.product-list .single-product .single-bg .swatches {
	float:left;
	margin-top:10px;
	height:30px;
	width:50%;
}

.product-list .single-product .single-bg .swatches.specialprice {
	margin-top:-16px;
}


.product-list .single-product .single-bg .swatches .swatch-link,
.product-list .single-product .single-bg .swatches .swatch-label {
	border-radius:0;
}

.product-list .single-product .single-bg .swatches img {
	border:1px solid #333;
}

.product-list .single-product .single-bg .swatches .wide-swatch {
	border:1px solid #333;
	height:19px;
	background:#F5F4F4;
}
.product-list .single-product .single-bg .swatches .wide-swatch a .swatch-label{
	font-size:10px;
}


.product-list .single-product .single-bg .swatches .single-swatch > img{
	border: 1px solid #333;
	margin-top:-9px;
	width: 18px;
	height: 18px;
}


.product-list .single-product .single-bg .swatches .single-swatch-label{
	height: 18px;
	min-width: 18px;
	line-height: 18px;
	display: inline-block;
	border: 1px solid #333;
	background: #F5F4F4;
	font-size: 11px;
	padding: 0 6px;
	margin-top:-9px;
}




.product-list .single-product .single-bg .sizes {
	float:right;
	margin-top:5px;
	height:30px;
	width:50%;
	text-align:right;
}

.product-list .single-product .single-bg .sizes .size:first-of-type {
	padding-left:0;
}

.product-list .single-product .single-bg .sizes .size {
	padding-left:10px;
	text-transform:lowercase;
}

/******************************** 
	PRODUCT VIEW
*********************************/
.product-view .product-name {
	margin-bottom:20px;
}


.product-view .product-name-small {
	font-weight:600;
	font-size:18px;
	text-transform:lowercase;
}

.product-view .product-sku {
	margin-top:3px;
	font-size:12px;
}

.product-view .product-price {
	margin-top:3px;
}

.product-view .product-price .price {
	font-weight:600;
	color:#000;
	font-size:18px;
}

.product-view .box-main {
	margin-top:10px;
}

.product-view .box-main label,
.product-view .add-to-cart .wrap-qty .qty-title {
	text-transform:lowercase;
	font-size:14px;
	font-weight:600;
	color:#000;
}

.product-view .box-main .configurable-swatch-list .is-media img{
	border: 1px solid #000;
}

.product-view .box-main .configurable-swatch-list .not-available img {
	cursor: not-allowed;
}

.product-view .configurable-swatch-list .wide-swatch .swatch-link{
	border:1px solid #000;
	padding:5px;
	border-radius: 0;
}

.product-view  .configurable-swatch-list .wide-swatch.selected .swatch-link{
	background-color: #fff;
	color:#fff !important;
}

.product-view  .configurable-swatch-list .wide-swatch.selected::before{
	content: inherit !important;

}


.swatch-link .x {
	background: transparent url("https://dev.dacapo-aachen.de/skin/frontend/default/dacapo/css/images/bg_x.png") no-repeat scroll center center;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    z-index: 10;
}


.product-view .box-main p.required,
.product-view .box-main label em,
.product-view .add-to-holder .price-box,
.product-view .add-to-links{
	display:none;
}

.product-view .box-main .product-options select {
	width:auto;
	border-radius:0;
	border-color:#000;
	font-size:14px;
}

.product-view .add-to-cart .qty-title {
	display:block;
}


.product-view .box-main .add-to-cart .btn-cart {
	margin-top:5px;
	height: 36px;
	padding: 0 25px;

}
.product-view .box-main.no-options .add-to-cart .btn-cart {
	background:#dfdfde;
}

.product-view .box-main.no-options .add-to-cart .btn-cart:hover {
	background:#bcbcbc;
	color:#000;
} 


.product-view .box-main .add-to-cart .btn-cart span {
	text-transform:lowercase;
}
	
.product-view .box-main .add-to-cart .addwishlist {
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	background:#dfdfde;
	height:36px;
	line-height:36px;
	margin-top:5px;
	margin-left:6px;
	position:absolute;
	box-sizing: border-box;
}

.product-view .short-description {
	clear:both;
	margin-top:20px;
	color:#000;
	text-transform:lowercase;
}

.catalog-category-view .homepagegrid {
	margin-top:0;
}

.catalog-category-view .homepagegrid .product {
	margin-bottom:20px;
}

/******************************** 
	PRODUCTE - BUNDLE
*********************************/


.product-dacapo .bundle-main-img {
	margin-top:210px;
	padding-bottom:100px;
}
.product-dacapo .bundle-main-img img{
	border-top:20px solid #F5F4F4;
	border-bottom:20px solid #F5F4F4;
}

.product-dacapo .bundle-list {
	margin-top:20px;
	width:100%;
}

.product-dacapo .bundle-list .single-product {
	
}
.product-dacapo .bundle-list .single-product .single-bg {
	background:#dcdcdc;
	height:80px;
	box-sizing:border-box;
	margin-top:10px;
	margin-bottom:20px;
	padding:10px 30px;
}
.product-dacapo .bundle-list .single-product .single-bg .single-name {
	font-weight:bold;
	text-transform:lowercase;
	float:left;
}

.product-dacapo .bundle-list .single-product .single-bg .single-price {
	float:right;
}

.product-dacapo .bundle-list .single-product .single-bg .single-price .price {
	font-weight:bold !important;
	font-size:16px;
	color:#000;
}

/******************************** 
	PRODUCTE - BUNDLE LIST
*********************************/

.catBundleImg {
	width: 100%; 
	margin-top:20px;
	margin-bottom:5px;
}


/******************************** 
	INFO BOXES
*********************************/

.messages {
	position: fixed;
	top: -10px;
	margin:0 auto;
	max-width:1200px;
	z-index: 999;
}

.messages .error-msg {
	background-color:red;
}

.messages .success-msg {
	background-color:#d4edda;
}

/******************************** 
	VAR
*********************************/

/* TITLE VAR */
.product-dacapo .product-essential .product-name,
.yt-content-main .page-title,
.product-view .product-name  {
	box-sizing: border-box;
	padding-left:10px;
	padding-top:70px;
	height:210px;
}
@media (min-width: 767px) {
	.customer-account-login  .yt-content-main .page-title,
	.customer-account-create .yt-content-main .page-title,
	.checkout-cart-index .yt-content-main .page-title,
	.checkout-onepage-index .yt-content-main .page-title,
	.catalogsearch-result-index .yt-content-main .page-title,
	.checkout-onepage-success .page-title,
	.customer-account-changeforgotten .page-title,
	.paypal-express-review .page-title,
	.customer-account-logoutsuccess .page-title{
		margin-left:400px;
	}
	
	
	.catalog-category-view .category-products .span4 {
		margin-left:19px;
	}
	
	.catalog-product-view .product-shop .span4 {
		margin-left:19px;
	}
	
}
.product-dacapo .product-essential .product-name h1,
.yt-content-main .page-title h1,
.product-view .product-name h1
 {
	font-size:36px;
	color:#000;
	text-transform:lowercase;
	font-weight:normal;
} 

#sidebar-green {
	background:#33FF00;
}
.row-eq-height {
	display: flex;
}

/******************************** 
	CHECKOUT
*********************************/

.checkout-onepage-index .opc-block-progress {
	margin-top:220px;
}


/******************************** 
	USER ACCOUNT
*********************************/

.customer-account-index .page-title,
.customer-account-edit .page-title,
.sales-order-history .page-title,
.wishlist-index-index .page-title,
.newsletter-manage-index .page-title,
.customer-address-form .page-title{
	margin-top: -20px;
}


/**********************************
	MODAL COOKIE  
***********************************/

#cookieScriptBanner{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.85);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	animation: fadein 3s;
}

#cookieScriptBanner #cookieScriptHeaderRow {
	background: rgba(51, 51, 51, 0.85);
	color:#fff;
}

#cookieScriptBanner #cookieScriptHeaderRow h4 {
	max-width: 1180px;
	margin: 0 auto;
	padding: 10px 0;
}

#cookieScriptBanner #cookieScriptBannerRow {
	max-width: 1180px;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 15px;
	box-sizing: border-box;
	color:#fff;
}

#cookieScriptBanner #cookieScriptBannerRow a {
	color:#fff;
	text-decoration: underline;
}

#cookieScriptBanner #cookieScriptAcceptedCookiesButton {
	color: #666;
	height: 31px;
	line-height: 31px;
	margin-left: -5px;
	padding: 0 15px;
	border: 1px solid #979392;
	width: auto;
	background: #D5D2CD;
	float:right;
	margin-top:-50px;
	border-radius: 2px;
}

@keyframes fadein {
    0%     { opacity: 0; }
    50%    { opacity: 0; }
    100%   { opacity: 1; }
}

@media (max-width: 1300px) {
	#cookieScriptBanner #cookieScriptHeaderRow {padding:0 20px;}
	#cookieScriptBanner #cookieScriptBannerRow {padding:20px;}
}

@media (max-width: 1170px) {
	#cookieScriptBanner #cookieScriptBannerRow {
		padding-top:0px;
	}

	#cookieScriptBanner #cookieScriptBannerRow #cookieScriptAcceptedCookiesButton {
		float:inherit;
		margin-top:0;
	}
}


/******************************** 
	MEDIA QUERYS - RESPONSIVE DESIGN
*********************************/

/* Normal(>980) && Tablet landscape (1024x768) */
@media (min-width: 980px) and (max-width: 1199px){

	header .logo {
		width:300px;
		height:305px;
		padding-top:50px;
		padding-left:60px;
	}

	header .brand-logo .lg{
		font-size:70px !important;
		line-height:60px !important;
	}

	header .brand-logo .xs{
		font-size:26px !important;
	}


	header .nav-primary .small-menu {
		display:none;
	}
	
	header nav > ol > li > ul {
		left: calc(50% - 150px);
		width:620px;
		height:150px;
	}
	
	header .user-icons {
		position:absolute;
		margin-left:-20px;
	}
	
	.homepagegrid .item.product-standard .hoverbox {
		width:300px;
		height:300px;
	}
	
	.homepagegrid .item.product-banner .hoverbox {
		width:620px;
		height:302px;
	}
	
	.homepagegrid .item.product-bundle .hoverbox {
		width: 300px;
		height:458px;
	}
	
	/* OFFSET HOMEPAGE */
	.homepagegrid .offset-item1{margin-top:165px}
	.homepagegrid .offset-item3{margin-top:-200px;}
	.homepagegrid .offset-item4{margin-top:60px}
	.homepagegrid .offset-item5{margin-top:-300px}
	.homepagegrid .offset-item6{margin-top:-40px}
	
	#narrow-by-list .layered-accordion.accordion-close::after,
	#narrow-by-list .layered-accordion.accordion-open::after,
	#yt_sidenav .level0.active > a.subhead::after{
		margin-left:260px !important;
	}
	
	.greenbox-footer {
		height:150px;
	}
	
	
}



@media (min-width: 768px) and (max-width: 979px) {
	.cms-home header .logo {
		width:228px;
		height:275px;
		padding-top:64px;
		padding-left:40px;
	}

	.cms-home header .brand-logo {
		font-size:50px !important;
		line-height:40px !important;
	}
	
	header .logo {
		width:228px;
		height:250px;
		padding-top:54px;
		padding-left:40px;
	}
	
	header .brand-logo .lg {
		font-size:52px !important;
		line-height:40px !important;
	}

	header .brand-logo .xs {
		font-size:19px !important;
	}


	header nav > ol > li > ul {
		left: calc(50% - 114px);
		width:476px;
		height:150px;
	}
	
	
	header .nav-primary .wishlist-menu,
	header .nav-primary .cart-menu{
		display:none;
	}
	
	.product-dacapo .product-essential .product-name, 
	.yt-content-main .page-title, .product-view .product-name {
		padding-top: 30px;
		height: 120px;
	}

	
	.homepagegrid .item.product-standard .hoverbox {
		width:228px;
		height:228px;
	}
	
	.homepagegrid .item.product-banner .hoverbox {
		width:476px;
		height:232px;
	}
	
	.homepagegrid .item.product-banner .hoverbox .product-subtitle {
		font-size:13px;
	}
	
	.homepagegrid .item.product-bundle .hoverbox {
		width: 228px;
		height:348px;
		
	}
	
	.homepagegrid .item.product-bundle .hoverbox li {
		font-size:14px;
	}
	
	.homepagegrid .item .hoverbox .product-title {
		font-size:18px;
	}
	.homepagegrid .item .hoverbox .product-price .price {
		font-size:14px;
	}
	
	/* OFFSET HOMEPAGE */
	.homepagegrid .offset-item1{margin-top:132px}
	.homepagegrid .offset-item3{margin-top:-160px;}
	.homepagegrid .offset-item4{margin-top:55px}
	.homepagegrid .offset-item5{margin-top:-228px}
	.homepagegrid .offset-item6{margin-top:-35px}
	
	.greenbox-footer {
		height:117px;
	}
	
	.dacapo-productpage .bannerLong {
		border-top:140px solid #F5F4F4;
	}
	
	.product-list .single-product .single-bg .swatches {
		display:none;
	}
	
	.product-list .single-product .single-bg .single-price {
		clear:both;
		width:100%;
		float:unset;
	}
	.product-list .single-product .single-bg .single-price .price {
		font-weight:600;
		font-size:15px;
	}
	
	.yt-col.yt-leftcol {
		margin-top: 130px;
	}
	
	#narrow-by-list .layered-accordion.accordion-close::after,
	#narrow-by-list .layered-accordion.accordion-open::after,
	#yt_sidenav .level0.active > a.subhead::after	{
		margin-left:200px !important;
	}
	
	.product-view .product-name-small {
		margin-top:20px;
	}
	

}


/* Small tablet portrait (600x800) & Mobile landscape (480x320) */
@media (max-width: 767px) {
	.mobile-menu {
		display:block !important;
	}
	
	.mobile-menu .open-menu {
		background:#DCDCDC;
		height:43px;
	}
	
	.mobile-menu .open-menu i{
		font-size:26px;
	}
	
	header .logo {
		padding-top:16px;
		padding-left:0;
		height:120px;
		width:120px;
	}
	

	header .brand-logo .lg {
		font-size:26px !important;
		line-height:26px !important;
		display: inline-block;
	}

	header .brand-logo .xs {
		font-size: 14px !important;
	}

	
	div[data-hidden="xs"] {
		display:none;
	}
	
	.homepagegrid .item .hoverbox {
		display:block !important;
		opacity: 1;
		height:auto !important;
		width:100% !important;
		padding:10px;
	}
	.homepagegrid .item .hoverbox .product-title {
		font-size:18px;
	}
	
	.homepagegrid .item .hoverbox .product-price .price {
		font-size:16px;
	}
	
	.homepagegrid .item.product-bundle .hoverbox .bundel-list{
		display:none;
	}

	.homepagegrid .item img {
		width:100%;
		margin-bottom:20px;
	}	
	
	.homepagegrid .greenbox-footer {
		display:none;
	}
	
	
	.homepagegrid .offset-item1,
	.homepagegrid .offset-item2,
	.homepagegrid .offset-item3,
	.homepagegrid .offset-item4,
	.homepagegrid .offset-item5,
	.homepagegrid .offset-item6 {
		margin:0 !important;
	}
	
	.product-dacapo .product-essential .product-name, 
	.yt-content-main .page-title, .product-view .product-name {
		padding-top: 20px;
		height: 80px;
		margin-left:-10px;
	}
	
	.product-dacapo .product-essential .product-name h1, 
	.yt-content-main .page-title h1, .product-view .product-name h1{
		font-size:22px !important;
	}
	
	.product-dacapo .product-essential .product-name h2, 
	.yt-content-main .page-title h2, .product-view .product-name h2{
		font-size:18px !important;
	}
	
	.customer-account-index #sidebar-green,
	.customer-account-edit #sidebar-green,
	.newsletter-manage-index #sidebar-green,
	.customer-address-form #sidebar-green,
	.cms-page-view .greenbox-footer,
	.cms-page-view .bannerLong{
		display:none;
	}
	
	.checkout-onepage-index .opc-block-progress {
		margin-top:0;
	}
	
	.catalog-category-view .product-image img {
		width:100%;
	}
	
	
}	



/* SEARCHBAR */
#yt_header .searchbar {
	display:none;
	height:40px;
	position:absolute;
	width:100%;
	z-index:80;
	background: rgb(0,153,153);
}

#yt_header .searchbar .input-text {
	width:98%;
	color:#333;
	margin:0;
	display: inline-block;
    vertical-align: middle;
	padding: 6px 12px;
	border-radius: 0;
	border:1px solid #d5d2cd;
    height: 12px;
    margin-top: 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
} 

/* HOMEPAGE */
.cms-index-index .item.banner,
.catalog-category-view .item.banner {
	height:365px;
}
.cms-index-index .item.banner figure {
	height:365px;
	margin: 0;
    overflow: hidden;
    padding: 0;
	position: relative;
}
.cms-index-index .item.banner.big figure {
	width:580px;;
}
.cms-index-index .item.banner.small figure {
	width:280px;
}

.cms-index-index .item.banner figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.cms-index-index .item.banner figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.cms-index-index .products-grid .row > div {
	margin-bottom:20px;
}


/* PRODUCT PAGE */
.yt-product-detail {
	margin-top:19px;
}

.product-img-box .product-image-zoom,
.product-img-box .product-image-zoom img {
	width:380px;
	height: auto !important;
}

.yt-product-detail h1.product-name {
	line-height:26px;
	font-size:20px;
}


.yt-product-detail .special-price {
	margin-right:5px;
}

.yt-product-detail .price {
	font-size:24px !important;
}
.yt-product-detail .price > .package {
	font-size:20px !important; 
}



.yt-product-detail .old-price span {
	font-size:18px !important;
}

.yt-product-detail .tax-details {
	display:block;
	font-size:12px;
	margin-top:5px;
}

.product-essential .stock-status, 
.products-list .stock-status {
	margin-top:15px;
	margin-left:0;
}

.yt-product-detail .DeliveryTime,
.yt-product-detail .stock-status {
	font-size:13px !important;
}

.yt-product-detail .stock-status span {
	margin-left:3px;
}
.yt-product-detail .i-ok-circle {
	width:10px;
	height:10px;
	
	border-radius: 50% 50%;
	display:inline-table;
}

.yt-product-detail .in-stock .i-ok-circle {
	background:green;
}

.yt-product-detail .out-of-stock .i-ok-circle {
	background:red;
}

.yt-product-detail .more-views .thumb-link img {
	width: 83px;
	height:60px;
	border:1px solid #d5d2cd;
}

.yt-product-detail .DeliveryTime .dt1 {
	color:#999;
	margin-right:3px;
}
.yt-product-detail .DeliveryTime .dt2 {
	color:#333;
}

.yt-product-detail .box-main .price-box {
	margin-top:15px;
	margin-bottom:0;
}

.yt-product-detail .box-main .add-to-cart {
	margin-top:15px;
}

.yt-product-detail .add-to-links {
	display:none;
}
.yt-product-detail .quantity-box {
	background:#fff;
}


.yt-product-detail .btn-cart span{
	font-weight:bold !important;
}

.yt-product-detail .btn-cart:before {
	content: '\E802';
	font-family: 'engels-font';
	color:#000;
	margin-right:8px;
	
}

.yt-product-detail .btn-cart.out-of-stock {
	opacity: 0.3;
	cursor:not-allowed;
}

.yt-product-detail .short-description {
	margin:20px 0;
}

.yt-product-detail .product-options dt label {
	font-size: 14px;
	font-weight:bold;
	color:#000;
}
.yt-product-detail .product-options .option .price-notice,
.yt-product-detail .product-options .option .price-notice .price{
	font-size:12px !important;
}



/* PAGE BUTTONS */
.ribbonSale,
.ribbonNew {
  position: absolute;
  right: -4px; top: -4px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonSale span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #754A94;
  background: linear-gradient(#754A94 0%, #4B0082 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbonSale span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #4B0082;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #4B0082;
}
.ribbonSale span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #4B0082;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #4B0082;
}

.ribbonNew span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #8F0808;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbonNew span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbonNew span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

/* PRODUCT ATRIBUTES TABLE */
#product-attribute-specs-table {
	width:380px;
	border: 1px solid #D5D2CD;
	padding-left:0;
}

.product-collateral .data-table {
	border-collapse:unset;	
}

.product-collateral .data-table tr > td{
	border-bottom: 1px solid #D5D2CD;
}

.product-collateral .attribute-specs .label,
.product-collateral .attribute-specs .data {
	background: rgba(213, 210, 205, 0.2);
	border-radius:0;
	font-size:13px;
	color:#000;
}

.product-collateral .attribute-specs .label {
	font-weight:bold;
}
.product-collateral .attribute-specs .data {
	border-left:1px solid #D5D2CD;
}

/* SEARCH */

.catalogsearch-result-index .sm_megamenu_wrapper_horizontal_menu .search {
	display:none;
}

.catalogsearch-result-index .searchbar {
	display:block !important;
}
.catalogsearch-result-index .one-column {
	margin-top:20px;
}

/* NOTE MESSAGE */

.note-msg:before {
	content: '\f0eb';
	font-family: 'engels-font';
	color:#DFAA1B;
	font-size:30px;
	margin-right:10px;
}
.note-msg {
	background-color:#fcf8e3;
	border:1px solid #fbeed5;
	border-radius:10px;
}
	
/* CATEGORY VIEW */

.products-grid-cat .itemcat {
	width:200px;
	float:left;
	margin-right:15px;
	margin-top:15px;
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.3);
}
.products-grid-cat .itemcat a {
	padding:0;
}
.products-grid-cat .itemcat .catlink {
	padding:5px;
	text-align:left;
	font-size:12px;
	float:left;
}


/* CATEGORY */


#yt_content_main .category-description {
	font-size:14px;
	margin-bottom:20px;
}

#yt_content_main .toolbar .sort-by,
#yt_content_main .toolbar .limiter,
#yt_content_main .toolbar .pager ,
#yt_content_main .toolbar .pagination  {
	font-size:14px;
}



#yt_content_main .toolbar .pagination .pages li .next:after {
	content: '\e806';
	font-family: 'engels-font';
	color:#979392;
	font-size:16px;
	margin-top:2px;
	position:absolute;
	margin-left:-2px;
}

#yt_content_main .toolbar .pagination .pages li .previous:after {
	content: '\e807';
	font-family: 'engels-font';
	color:#979392;
	font-size:16px;
	margin-top:2px;
	position:absolute;
	margin-left:-2px;
}

#yt_content_main .toolbar .pagination .pages li {
	padding:  0 5px 3px !important;
}

#yt_content_main .toolbar-inner .select-new {
	margin-top:2px;
}

#yt_content_main .toolbar-inner .select-new:after{
	content: '\f0dc';
	font-family: 'engels-font';
	color:#979392;
	font-size:16px;
	margin-top:4px;
	position:absolute;
	margin-left:-18px;

	
}

#yt_content_main .products-grid .item {
	background:#fff;
	min-height:365px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.3);
}

#yt_content_main .products-grid .item .product-image img {
	width:100%;
}


#yt_content_main .products-grid .item-box-footer {
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
	padding-bottom:0;
}

#yt_content_main .products-grid .product-name {
	height:50px;
}

#yt_content_main .products-grid .product-name a {
	color:#595959;
	font-size:18px;;
}
#yt_content_main .products-grid .item-box-footer .price-box {
	margin-top:10px;
}

#yt_content_main .products-grid .item-box-footer .price-box,
#yt_content_main .products-grid .item-box-footer .price-box .price {
	font-size:16px;
	font-weight:bold;
	color:#595959;
}
#yt_content_main .products-grid .item-box-footer .price-box  p,
#yt_content_main .products-grid .item-box-footer .special-price .package  {
	font-weight:normal;
}


#yt_content_main .products-grid .item-box-footer .price-box .regular-price {
	float:left;
}


#yt_content_main .products-grid .item-box-footer .special-price {
	float:left;
	height:23px;
	margin-top:-3px;
}


#yt_content_main .products-grid .item-box-footer .old-price {
	float:right;
	margin-top:-5px;
	height:23px;

}
#yt_content_main .products-grid .item-box-footer .old-price .price {
	color:#999;
	font-weight:normal;
}


#yt_content_main .products-grid .item-box-footer .configurable-swatch-list  {
	clear:both;
	margin-top:12px;
	margin-left:2px;
	margin-right:5px;
	text-align:right;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	height:46px;
}

.catalog-product-view .configurable-swatch-list .selected:before {
	content: '\e80a';
	font-family: 'engels-font';
	color:#fff;
	z-index:999;
	position:absolute;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	text-align:center;
	line-height:15px;
	font-size:6px;
	height:14px;
	width:13px;
	margin-left:3px;
	margin-top:3px;
}


.addthis_inline_share_toolbox {
	margin-top:20px;
}


#yt_content_main .products-grid .item-box-footer .configurable-swatch-list .swatch-link {
	border:0;
	
}
#yt_content_main .products-grid .item-box-footer .configurable-swatch-list .swatch-link img {
	border-radius:0;
	width:15px !important;
	height:15px !important;
	border:1px solid #cdcdcd;
}
#yt_content_main .products-grid .item-box-footer .configurable-swatch-list .swatch-label,
#yt_content_main .products-grid .item-box-footer .configurable-swatch-list .swatch-link {
	border-radius:0;
	width:15px !important;
	height:15px !important;
	
}

#yt_content_main .products-grid .item-box-footer .configurable-swatch-list .wide-swatch {
	display:none;
}

#yt_sidenav .level0 a,
#yt_sidenav .level1 a,
#narrow-by-list .layered-accordion{
	font-size:14px;
}

#yt_sidenav .level0 a span {
	white-space:unset;
}

#yt_sidenav .level0 a.subhead,
#narrow-by-list .layered-accordion.accordion-close,
#narrow-by-list .layered-accordion.accordion-open  {
	background:#666766;
	color:#333;
	font-weight:normal;
	text-transform: lowercase;
	margin-bottom:6px;
	color:#eee;
}

#narrow-by-list .layered-accordion:hover {
	text-decoration:none;
}

#narrow-by-list .layered-accordion.accordion-open:after{
	content: '\e805';
	font-family: 'engels-font';
	color:#eee;
	margin-left:340px;
	margin-top:-21px;
	position:absolute;
}

#narrow-by-list .layered-accordion.accordion-open:after{
	content: '\F147';
	font-family: 'engels-font';
	color:#eee;
	margin-left:340px;
	margin-top:-21px;
	position:absolute;
}

#narrow-by-list .layered-accordion.accordion-close:after{
	content: '\F196';
	font-family: 'engels-font';
	color:#eee;
	margin-left:340px;
	margin-top:-21px;
	position:absolute;
}

#narrow-by-list .layered-accordion .toggle {
	display:none;
}

#yt_sidenav .level0.active > a.subhead:after {
	content: '\e805';
	font-family: 'engels-font';
	color:#eee;
	margin-left:340px;
	margin-top:25px;
	position:absolute;
}

#yt_sidenav .level1 a,
#narrow-by-list dd li  {
	background:#dfdfde;
	color:#000 !important;
	font-weight:normal;
	text-transform: lowercase;
	margin-bottom:6px;
	transition: all 0.3s ease-in-out 0s;
}

#narrow-by-list dd li a {
	color: #000;
	padding: 3px 0 3px 30px;
	font-size:14px;
	transition: all 0.3s ease-in-out 0s;
}

#narrow-by-list dd li a:hover {
	padding-left:36px !important;
}

#narrow-by-list dd li img {
	border:1px solid #b5b5b5;
	width:14px;
	height:14px;
	margin-top:-3px;
	margin-right:3px;
}

#yt_sidenav .level1.active > a {
	font-weight:bold;
}
#yt_sidenav .level1 a:hover {
	padding-left:36px;
	background:#d5d2cd;
	transition: all 0.3s ease-in-out 0s;
}
.block-layered-nav  .currently {
	background:#D5D2CD;
	font-size:14px;
}
.block-layered-nav  .currently .label {
	background:none;
}
.block-layered-nav  .currently .value {
	color:#000;
}

.block-layered-nav .actions {
	background:#D5D2CD;
	margin-bottom:20px;
}

.block-layered-nav .actions a {
	color:#000;
	border:1px solid #666;
	font-size:14px;
    background: #FFD3D0;
    border-radius: 4px;
    display: inline-block;
    height: 23px;
    padding: 0 10px 0 10px;
	margin-top:12px;
	margin-bottom:10px;
	text-transform: none !important;
}


.block-layered-nav .btn-remove {
	text-indent:unset !important;
	color:#000;
}
.block-layered-nav .btn-remove:hover {
	color:red !important;
}
.block-layered-nav .btn-remove:after {
	content: '\E808';
	font-family: 'engels-font';
	display:block;
	position:absolute;
	width:20px;
	height:20px;
	font-size:14px;
} 

/* CMS PAGES */

.cms-page-view #yt_pathway {
	margin-bottom:20px;
}

.cms-page-view h1 {
	line-height:30px;
	color:#000;
}


/* BREADCRUMBS */
#yt_pathway .breadcrumbs li {
	float:left;
	line-height: 18px;
	font-size:12px;
	text-transform:uppercase;
	margin-right:10px;
	color:#999;
}
#yt_pathway .breadcrumbs li a {
	color:#999;
	display:inline-block;
}
#yt_pathway .breadcrumbs li a:hover {
	text-decoration:underline;
}

#yt_pathway .breadcrumbs li:before {
	font-family: 'engels-font';
	content: '\e806';
	margin-right:10px;
}
#yt_pathway .breadcrumbs li:first-child:before,
#yt_pathway .breadcrumbs li.home:before {
	content:'';
	margin-right:0;
}


/* ZOOM IMAGE */
.zoomContainer {
	z-index:800;
}
.zoomLens{
	cursor:move !important;
}

/* FOOTER */
.footerbox .footermenu{
	background:#dcdcdc;
	color:#000;
	margin-top:30px;
	padding:22px 0;
}

.footerbox .footermenu .block-item {
	text-transform:lowercase;
}

.footerbox .footermenu .block-item .payment-logos img{
	margin-top:10px;
	width:120px;
}

.footerbox .footermenu .block-item .payment-logos img:hover{
	box-shadow:none;
}


.footerbox .footermenu .block-title {
	color:#000;	
	text-transform:lowercase;
	margin-bottom:15px;
}

.footerbox .yt-copyright a {
	color:#eee;
	text-decoration:underline;
}

.footerbox .logo-payment {
	width:250px;	
}

.footerbox .logo-payment .payicons {
	position:absolute;
	line-height:50px;
}


/* GO TO TOP ICON */
#yt-totop {
    bottom: 10px;
    height: 45px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    width: 45px;
    z-index: 100;
	text-align:center;
	background: rgba(102, 103, 102, 0.6);
	border:1px solid #666766;
}
#yt-totop:before {
	content: '\e804';
	font-family: 'engels-font';
	font-size:50px;
	color:#fff;
	line-height:50px;
}

/* CUSTOMER AREA */

.block-account .block-content ul > li {
	background: #d5d2cd;
    color: #666 !important;
    font-weight: normal;
    margin-bottom: 6px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    font-size: 14px;
    padding: 3px 0 3px 10px;
}

.block-account .block-content ul > li.logoutmenu {
	background: #009999;
	
 
}
.block-account .block-content ul > li.logoutmenu > a{
	color:#fff;
}

.block-account .block-content ul > li  > a{
    transition: all 0.3s ease-in-out 0s;
}

.block-account .block-content ul > li a:hover {
	padding-left: 6px !important;
	transition: all 0.3s ease-in-out 0s;
}
.block-account .block-title,
.block-reorder .block-title {
	margin-bottom:12px;
}
.block-reorder .block-content {
	background:#D5D2CD;
}
.block-reorder .block-subtitle {
	color:#000;
	border:0;
	font-weight:bold;
}
.block-reorder .block-subtitle:before {
	content: '\E805';
	font-family: 'engels-font';
	margin-right:10px;
	margin-left:2px;
}
.block-reorder .block-content {
	font-size:14px;
}
.block-reorder .block-content .actions .button.btn-cart {
	background:#F2F1EE;
	font-weight:bold;
	border:1px solid #979392;
	height:28px;
	line-height:28px;
	float:left;
}
.block-reorder .block-content .actions .button.btn-cart:hover {
	color:#000;
}

.block-reorder .block-content .actions .button.btn-cart:before {
	content: '\E802';
	font-family: 'engels-font';
	color:#000;
	margin-right:8px;
}

.block-reorder .block-content .actions a {
	display:block;
	clear:both;
	margin-top:10px;
	text-decoration:underline;
}

.my-account {
	margin-top:28px;
}

.data-table {
	font-size:14px;
	border:1px solid #979392;
	background: rgba(213, 210, 205, 0.3);
}



.data-table thead tr th{
	background:#979392;
	color:#fff !important;
	
}

.data-table tbody > tr {
	border-bottom:1px solid #d5d2cd;
}

.data-table tfoot .subtotal td  {
	border-top:1px solid #979392;
}


.box-account.box-info .box{
	background: rgba(213, 210, 205, 0.3);
	border:1px solid #979392;
	margin-bottom:20px;
}
.box-account.box-info .box .box-title{
	background:#979392;
}

.box-account.box-info .box .box-title a{
	color:#fff;
	font-size:12px;
}
.box-account.box-info .box .box-title h3{
	color:#fff;
	font-size:13px;
}
.box-account.box-info .col2-set .box .box-content .col-2 address {
	margin-bottom:15px;
}

.box-account > .col2-set > .col-1 .box-title h3:before {
	content: '\E809';
	font-family: 'engels-font';
	margin-right:8px;
	font-weight:normal;
}

.box-account > .col2-set > .col-2 .box-title h3:before {
	content: '\f1ea';
	font-family: 'engels-font';
	margin-right:8px;
	font-weight:normal;
}
.box-account > .col2-set > .col-2 .box-title h3:before {
	content: '\f1ea';
	font-family: 'engels-font';
	margin-right:8px;
	font-weight:normal;
}

.box-account > .col2-set:last-of-type > .box > .box-title h3:before {
	content: '\e80b';
	font-family: 'engels-font';
	margin-right:8px;
	font-weight:normal;
}

#my-orders-table colgroup col:first-child {
	width:14%;
}

.fieldset {
	background: rgba(213, 210, 205, 0.3);
	border:1px solid #979392;
	font-size:14px;
	margin-bottom:20px;
}

.fieldset h2.legend {
	background:#979392;
	color:#fff;
	font-size:16px;
}

.fieldset .form-list {
	padding:10px 0;
}

.col2-set.addresses-list .col-1.addresses-primary,
.col2-set.addresses-list .col-2.addresses-additional,
.sales-order-view .col2-set .col-1,
.sales-order-view .col2-set .col-2  {
	background: rgba(213, 210, 205, 0.3);
	border:1px solid #979392;
	font-size:14px;
	margin-bottom:20px;
}
.col2-set.addresses-list .col-1.addresses-primary h2,
.col2-set.addresses-list .col-2.addresses-additional h2 {
	background:#979392;
	color:#fff;
	font-size:13px;
	line-height:30px;
    padding: 0 10px;
	margin:0;
    text-transform: uppercase;
}
.col2-set.addresses-list .col-1.addresses-primary ol,
.col2-set.addresses-list .col-2.addresses-additional ol {
	padding:15px;
}

.col2-set.addresses-list .col-1.addresses-primary ol li {
	margin:0;
}
.col2-set.addresses-list .col-1.addresses-primary ol li a,
.col2-set.addresses-list .col-2.addresses-additional ol li a {
	text-decoration:underline;
}

.col2-set.addresses-list .col-1.addresses-primary ol li h3 {
	margin:0;
}
.col2-set.addresses-list .col-1.addresses-primary ol .item {
	padding:0 !important;
}

.customer-address-index .button {
	background:#F2F1EE;
	font-weight:bold;
	border:1px solid #979392;
	height:28px;
	line-height:28px;
}
.customer-address-index .button:before {
	content: '\e80b';
	font-family: 'engels-font';
	margin-right:8px;
	font-weight:normal;
}
.customer-address-index .button:hover {
	color:#333;
}

.sales-order-history .pager .pages {
	margin-left:20px;
}


.sales-order-view .my-account{
	margin-top:32px;
}
.sales-order-view .page-title.title-buttons h1{
	font-size:22px;
}
.sales-order-view .page-title.title-buttons .link-print:before {
	content: '\e80d';
	font-family: 'engels-font';
	margin-right:8px;
	font-weight:normal;
}

.sales-order-view .col2-set .col-1 .box-title,
.sales-order-view .col2-set .col-2 .box-title {
	background:#979392;
	color:#fff;
	font-size:13px;
	margin:0;
    text-transform: uppercase;
}

.sales-order-view .col2-set .col-1 .box-title h2,
.sales-order-view .col2-set .col-2 .box-title h2{
	color:#fff;
}

.customer-account-login .col-1.new-users h2,
.customer-account-login .col-2.registered-users h2  {
	background: rgba(213, 210, 205, 0.8) !important;
}

/* LOGIN */
.login-box .button-set, #login-form .buttons-set {
	border-top:1px solid rgba(213, 210, 205, 0.8);
}


/* CART */
#shopping-cart-table .product-image,
.product-image.kirchenkerze img{
	background: #9c9c9c;
	background: -moz-radial-gradient(center, ellipse cover, #9c9c9c 0%, #5c5c5c 91%);
	background: -webkit-radial-gradient(center, ellipse cover, #9c9c9c 0%,#5c5c5c 91%);
	background: radial-gradient(ellipse at center, #9c9c9c 0%,#5c5c5c 91%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9c9c', endColorstr='#5c5c5c',GradientType=1 );
	border:1px solid #979392;
}

.product-image.kirchenkerze img {
	border:0;
}

#shopping-cart-table tbody > tr > td {
	padding:10px;
	border-bottom:1px solid rgba(213, 210, 205, 1);
}
#shopping-cart-table tfoot > tr > td {
	background: rgba(213, 210, 205, 0.8) !important;
}

.cart-collaterals .totals table {
	background: rgba(213, 210, 205, 0.3);
	color:#000;
	font-size:14px;
}
.cart-collaterals .checkout-types {
	margin-top:0 !important;
	background: rgba(213, 210, 205, 0.8);
	font-size:14px;
	padding:20px !important;
}
.cart-collaterals .checkout-types button {
	background:#e7e5e2 !important;
	
}
.cart-collaterals .checkout-types button span {
	font-weight:bold !important;
}

.checkout-cart-index  .btn-empty > span:before {
	content: '\F1F8';
	font-family: 'engels-font';
	margin-right:8px;
	font-weight:normal;
}
.checkout-cart-index  .btn-update > span:before {
	content: '\E812';
	font-family: 'engels-font';
	margin-right:8px;
	font-weight:normal;
}

.cart-collaterals .col2-set .discount h2:before {
	content: '\F0A3';
	font-family: 'engels-font';
	margin-right:5px;
	font-weight:normal;
}

.cart-collaterals .col2-set .shipping h2:before {
	content: '\E813';
	font-family: 'engels-font';
	margin-right:5px;
	font-weight:normal;
}

.checkout-cart-index .cart-collaterals .checkout-types li:last-of-type {
	
}

/* CHECKOUT - ONEPAGE */
.checkout-onepage-index .opc,
.checkout-cart-index #discount-coupon-form,
.checkout-cart-index .shipping {
	font-size:14px;
}

.checkout-onepage-index .opc li.section{
	border:1px solid #979392;
}
.checkout-onepage-index .opc li.section .step {
	background: rgba(213, 210, 205, 0.1);
}

.checkout-onepage-index .opc li.section.active .step-title{
	background:#979392;
}

.checkout-onepage-index .opc li.section .step-title{
	background:#E8E7E3;
}

.checkout-onepage-index .opc li.section.active .step-title span,
.checkout-onepage-index .opc li.section.active .step-title h2 {
	color:#fff;
}


.checkout-onepage-index .block-content > dl > div > dt {
	color:#000;
}

.checkout-onepage-index .block-content > dl > div > dt:before {
	content: '\E806';
	font-family: 'engels-font';
	margin-right:5px;
	font-weight:normal;
}

.checkout-onepage-index #billing-coupon-container .button > span:before {
	content: '\F0A3';
	font-family: 'engels-font';
	margin-right:5px;
	font-weight:normal;
} 


.checkout-onepage-index .opc-block-progress dd.complete{
	background: rgba(213, 210, 205, 0.5);
	color:#000;
	font-size:14px;
}
.checkout-onepage-index #checkout-payment-method-load #payment_form_bankpayment{
	background: rgba(213, 210, 205, 0.5);
	border:1px solid #979392;
	padding:20px;
	margin:10px 0;
}

.checkout-onepage-index label[for="p_method_vaimo_klarna_invoice"]:before{
	content: '\e803';
	font-family: 'engels-font';
	margin-right:5px;
	font-weight:normal;
	display:block;
}
.checkout-onepage-index label[for="p_method_paypal_express"]:before {
	content: '\f033';
	display: block;
    font-family: "engels-font";
    font-size: 30px;
    font-weight: normal;
    margin-right: 5px;
    margin-top: 3px;
}
.checkout-onepage-index label[for="p_method_paypal_express"] .v-middle {
	display:none;
}

.checkout-onepage-index label[for="p_method_paypal_express"] a {
	margin-left:-8px;
}

.checkout-onepage-index #payment_form_paypal_express .form-alt {
	margin-left:20px;
	margin-bottom:20px;
	font-weight:bold;
}


.checkout-onepage-index .payment_form_vaimo_klarna_invoice img {
	display:none;
}
.checkout-onepage-index .payment_form_vaimo_klarna_invoice {
	margin:10px 0;
}

.checkout-onepage-index label[for="p_method_paymentnetwork_pnsofortueberweisung"]:before {
	content: '\f03c';
	display: block;
    font-family: "engels-font";
    font-size: 30px;
    font-weight: normal;
    margin-right: 5px;
    margin-top: 3px;
}
.checkout-onepage-index #checkout-payment-method-load dd:last-of-type {
	display:none;
} 

.checkout-onepage-index #checkout-payment-method-load dt:first-of-type input.radio {
	margin: 1px 5px 15px 0;
}

.checkout-onepage-index #checkout-payment-method-load input.radio{
	margin: 1px 5px 34px 0;
	vertical-align: top;
}


.checkout-onepage-index #checkout-review-table-wrapper {
	border:1px solid #979392;
}
.checkout-onepage-index #checkout-review-table-wrapper tfoot > tr > td {
	background:rgba(213, 210, 205, 0.40);
}

.checkout-onepage-index #checkout-review-submit .btn-checkout {
	font-weight:bold;
}

.checkout-onepage-index #opc-payment label[for="p_method_giroconnect_paydirekt"]:hover:after,
.checkout-onepage-index #opc-payment #p_method_giroconnect_paydirekt:hover:after {
	display: block;
	position: absolute;
	background: #fff;
	padding:10px;
	border:1px solid #979392;
	content:'online bezahlverfahren; die abwicklung der bezahlung erledigt ihre bank oder sparkasse, ohne übermittlung ihrer kontodaten an dritte; der zahlungsempfänger erhält lediglich eine zahlungsbestätigung.';
}

.checkout-onepage-index #opc-payment label[for="p_method_giroconnect_creditcard"]:hover:after {
	display: block;
	position: absolute;
	background: #fff;
	padding:10px;
	border:1px solid #979392;
	content:'achtung! nur 3D secure code verfahren möglich';
}






.newslettermodal {
	width:600px;
}

.newslettermodal .modal-header {
	background:#000;
	height:45px;
}

.newslettermodal .modal-header .close {
	color:#fff;
	line-height:40px;
	opacity: 0.6;
}

.newslettermodal .modal-header img {
	position:absolute;
	height:80px;
	width:80px;
	margin-top:5px;
}
.newslettermodal .modal-header h3 {
	font-weight: 600;
	line-height:45px;
	padding-left: 100px;
    text-transform: uppercase;
	color:#fff;
}

.newslettermodal .modal-body {
	max-height:none;
	font-family: "Raleway",sans-serif;
	font-size:14px;
	color: #595959;
}
.newslettermodal .modal-body .content {
	padding-left:101px;
	padding-bottom:20px;
}

.newslettermodal .modal-body .content h3 {
	font-size: 18px;
	margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}
.newslettermodal .modal-body .content a {
	text-decoration:underline;
}
.newslettermodal .modal-body .content .gray {
	color:#989292;
}
.newslettermodal .modal-body .content input[type="text"] {
	border: 2px solid #cdcdcd;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width:70%;
	display:block;
}

.newslettermodal .modal-body .content input[type="submit"] {
	background: #979392;
    border: 0 none;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
	font-weight:normal;
}
.newslettermodal .modal-body .content ul {
	padding: 0 15px;
	list-style-type:disc;
}
.newslettermodal .modal-body .content li {
	margin-bottom: 5px;
}
.newslettermodal .modal-body .content .buble {
	background: #b11837 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 100px;
    right:20px;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    transform: rotate(10deg);
    width: 100px;
	top:100px;
}
.newslettermodal .modal-body .content .buble > .text {
	display: block;
    padding-top: 8px;
}

.newslettermodal .modal-body .content .buble > .text > .big{
	font-size: 18px;
    font-weight: bold;
}

/* Normal(>980) && Tablet landscape (1024x768) */
@media (min-width: 980px) and (max-width: 1199px){
	.header-top {
		height:110px;
	}
	.header-nav .brand-logo img {
		width:80px;
		height:80px;
		margin-top: -95px;
		margin-left: 45px;
	}
	
	.header-top .engels-shop {
		margin-top:25px;
		margin-left:140px;
	}
	.header-top .shop-access  {
		margin-top:76px;
	}
	
	.header-nav .sm_megamenu_wrapper_horizontal_menu {
		margin-left:0;
	}
	
	.header-nav .header-nav-inner 
	.sm_megamenu_wrapper_horizontal_menu > ul > li > a {
		padding: 0 9px;
	}
	.sm_megamenu_wrapper_horizontal_menu 
	.sm_megamenu_menu li.sm_megamenu_lv1.sm_megamenu_drop > div {
		top:18px !important;
	}
	
	.cms-index-index .item.banner.big img,
	.catalog-category-view .item.banner img,
	.cms-index-index .item.banner.big figure{
		width:460px;
		height:290px;
	}
	
	.cms-index-index .item.banner.small img,
	.cms-index-index .item.banner.small figure{
		width:220px;
		height:290px;
	}
	
	.products-grid .product-info {
		
	}
	.products-grid .item {
		height:290px !important;
		min-height:290px !important;
	}
	#yt_content_main .products-grid .product-name a {
		font-size:15px;
	}
	.header-nav {
		margin-bottom: 15px;
	}
	
	.searchActive .header-nav {
		margin-bottom:40px;
	}
	
	.configurable-swatch-list .fullset{
		display:none !important;
	}
	.sw-8:after {
		content:'...';
		font-size:12px;
		display:block;
		color:#000;
		position:absolute;
		margin-left:-170px;
		margin-top:-28px;
	}
	
	#yt_content_main .products-grid .item-box-footer .configurable-swatch-list {
		height:20px;
	}
	
	.logo-payment {
		width:190px !important;
	}
	
}
/* Tablet portrait (768x1024) && Small tablet landscape (800x600) */
@media (min-width: 768px) and (max-width: 979px) {
	
	.header-nav .brand-logo img {
		width:80px;
		height:80px;
		margin-top: -95px;
		margin-left: 45px;
	}
	
	.header-top .engels-shop {
		margin-top:25px;
		margin-left:140px;
	}
	
	.header-top .shop-access  {
		margin-top:76px;
		margin-left:-30px;
	}
	
	.header-top .shop-access .top-link-cart span {
		display:none;
	}
	
	.header-top .engels-shop  {
		float:left;
	}
	.header-top .engels-shop {
		margin-top: 30px;
		margin-left: 190px;
	}
	.header-top .engels-shop .basketicon {
		position:absolute;
		margin-left:-115px;
	}
	
	.header-nav {
		height:50px;
		margin-bottom: 15px;
	}
	
	.searchActive .header-nav {
		margin-bottom:40px;
	}
	
	.header-nav .sm_megamenu_wrapper_horizontal_menu {
		margin-left:0;
		margin-top:11px;
	}
	
	.header-nav-inner .sm_megamenu_menu li:first-child{
		display:none;
	}
	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1.sm_megamenu_drop > div {
		top:17px !important;
	}
	
	.header-nav .header-nav-inner 
	.sm_megamenu_wrapper_horizontal_menu > ul > li > a {
		padding: 0 9px;
	}
	
	.catalog-category-view .item.banner,
	.catalog-category-view .item.banner img	{
		height:300px;
		min-height:300px !important;
	}
	
	.cms-index-index .item.banner.big img,
	.cms-index-index .item.banner.big figure{
		width:724px;
		height:456px;
	}
	
	.cms-index-index #homebanner3,
	.cms-index-index .item.banner.small img,
	.cms-index-index .item.banner.small figure{
		width:228px !important;
		height:280px;
	}

	.cms-index-index .item.banner.big {
		height:456px;
	}
	.products-grid .product-info {
		display:none;
	}
	.products-grid .item.product,
	.cms-index-index .item.banner.small	{
		min-height:280px !important;
		height:280px !important;
	}
	
	.cms-index-index .products-grid .row > div {
		margin-bottom:10px;
	}
	
	.cms-index-index .products-grid #smallbanner {
		display:none;
	}
	
	.catalog-product-view #yt_pathway {
		display:none;
	}
	
	.catalog-product-view .product-name.top {
		display:block !important;
		line-height: 26px;
		font-size: 20px;
		color:#333;
		font-weight: normal;
		margin-top:12px !important;
	}
	
	
	.catalog-product-view #product-attribute-specs-table {
		width:470px;
	}
	
	.catalog-product-view .product-essential {
		margin-top:20px;
	}
	
	
	.catalog-product-view .product-essential .product-name.bottom{
		display:none;
	}
	
	#yt_content_main .products-grid .product-name a {
		font-size:15px;
	}
	.footerbox .block-item {
		min-height:150px;
	}
	
	.catalog-product-view .product-essential .box-main {
		background: rgba(213, 210, 205, 0.2) none repeat scroll 0 0;
		border: 1px solid #d5d2cd;
		margin-top: 10px;
		padding: 20px;
	}

	.catalog-product-view .product-essential .required{
		padding-bottom:5px;
	}
	
	.product-essential .add-to-holder .add-to-cart {
		width:310px;
	}
	
	.product-essential .add-to-holder {
		border:0;
	}
	

	
}



/* Small tablet portrait (600x800) & Mobile landscape (480x320) */
@media (max-width: 767px) {
	
	.searchActive .yt-content-main {
		margin-top:20px;
	}
	
	.desktop {
		display:none;
	}
	.mobile {
		display:block !important;
	}
	
	.header-top {
		height:85px;
	}
	

	.header-nav {
		height:50px;
		margin-bottom:10px;
	}
	.header-nav .container {
		padding:0 10px;
	}
	
	.header-nav .brand-logo img {
		position:static !important;
		width:110px;
		height:110px;
		margin-top: -76px;
	}
	
	.engels-shop,
	.quick-access{
		display:none;
	}
	.mobilesub {
		display:block !important;
		margin-top:-43px;
		z-index:200;
		width:100%;
	}
	
	.mobilesub .iconN-menu,
	.mobilesub .iconN-user,
	.mobilesub .iconN-basket-alt	{
		font-size:30px;
		cursor:pointer;
	}
	.mobilesub .iconN-search {
		font-size:25px;
		cursor:pointer;
	}
	
	#yt_header .searchbar {
		position:static;
		width:100%;
	}
	#yt_header .searchbar input{
		width:100% !important;
		box-sizing: border-box; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;  
		height:25px !important;
	}
	
	.mobilesub  .menublock.left {
		height:50px;
		line-height:50px;
		
	}
	.mobilesub  .menublock.right {
		float:right;
	}
	
	.mobilesub  .menublock.left  ul li {
		float:left;
		line-height:50px;
		height:50px;
		padding:0 3px;
	}
	
	.mobilesub  .menublock.right  ul li {
		float:right;
		line-height:50px;
		height:50px;
		padding:0 3px;
	}
	.mobilesub  .menublock.right  ul li:first-child {
		padding-right:0;
	}
	
	.mobil-top-links {
		background: rgba(213, 210, 205, 0.6);
		width:100%;
		display:block;
		margin-top:-10px;
	}
	.mobil-top-links ul li {
		line-height:40px;
		border-bottom:1px solid #D5D2CD;
	}
	.mobil-top-links ul li a {
		font-weight:bold;
	}
	.yt-products-container .span12 .item {
		min-height:auto !important;
		height: auto !important;
	}
	
	.yt-products-container .span12 .item figure,
	.yt-products-container .span12 .item img{
		width:100% !important;
		height:auto !important;
	}
	
	.yt-products-container .span12{
		width:100% !important;
	}
	.yt-products-container .span12 .big2 {
		clear:both;
	}
	
	.yt-products-container .span6 {
		width:50% !important;
		float:left;
		
	}
	
	.yt-products-container .span6 .item {
		min-height:auto !important;
	}
	
	.yt-products-container .span6 .product-info,
	.topsl3-wrap,#homebanner3{
		display:none;
	}
	
	.yt-products-container .span6 .old-price {
		margin-top:20px;
		float:unset;
		display:block;
	}
	#yt_content_main .products-grid .item-box-footer .price-box {
		margin-top:20px;
		height:46px;
	}
	.cms-index-index .products-grid .row > div {
		margin-bottom:10px !important;
	}
	
	#homebanner1,#homebanner2 {
		margin-bottom:15px;
	}
	
	#yt_content_main .products-grid .item-box-footer {
		padding-bottom:10px;
	}
	
	#yt_content_main .products-grid .product-name a {
		font-size:15px;
	}
	
	.cms-home .yt-products-container .span6:nth-child(odd) {padding-left:2%;}
	.cms-home .yt-products-container .span6:nth-child(even) {padding-right:2%;}
	
	.catalog-category-view .yt-products-container .span6:nth-child(even) {padding-left:2%;}
	.catalog-category-view .yt-products-container .span6:nth-child(odd) {padding-right:2%;}
	
	.cms-home .yt-products-container  #itembox9 {
		padding-left:0;
		padding-right:2% !important;
	}

	.footerbox .footermenu .span2d4,
	.footerbox .footermenu .span4{
		width:50%;
		float:right;
	}
	
	.footerbox .yt-copyright {
		height:auto !important;
		line-height:45px;
	}
	
	.yt-copyright .logo-payment {
		width:100%;
		float:unset;
		display:block;
		line-height:auto;
		text-align:left;
	}

	.yt-copyright .logo-payment {
		display:none !important;
	}
	.copyright {
		margin-bottom:0;
		font-size:10px;
	}
	
	
	.catalog-category-view .yt-leftcol{
		display:none;
	}
	.catalog-category-view .toolbar-inner .sort-by,
	.catalog-category-view .toolbar-inner .limiter,
	.catalog-category-view .toolbar-inner .pager 	{
		padding-left:0;
		line-height:0;
	}
	
	.catalog-category-view .toolbar-inner .pagination {
		padding-left:0;
		margin:20px 0;
	}
	
	.catalog-category-view .toolbar-inner #viewmode,
	.catalog-category-view .toolbar-inner #limiter{
		display:none !important;
	}
	
	.cat-title .toolbar-inner, .toolbar .toolbar-inner {
		line-height:20px;
	}
	
	.catalog-product-view .yt-leftcol {
		display:none;
	}
	
	.product-image-zoom, 
	.product-image-zoom img, 
	.product-img-box,
	.catalog-product-view #product-attribute-specs-table	{
		width:100% !important;
	}
	
	.catalog-product-view #product-attribute-specs-table {
		
	}
	
	.catalog-product-view #product-attribute-specs-table	tr td.label {
		width:40%;
	}
	.catalog-product-view #product-attribute-specs-table	tr td.data {
		width:60%;
	}
	
	.catalog-product-view .product-essential .product-name{
		margin:20px 0;
		font-size:22px;
	}
	
	.catalog-product-view .product-essential .box-main {
		background: rgba(213, 210, 205, 0.2) none repeat scroll 0 0;
		border: 1px solid #d5d2cd;
		margin-top: 10px;
		padding: 20px;
	}
	.catalog-product-view .product-essential .required{
		padding-bottom:5px;
	}
	
	.product-essential .add-to-holder .add-to-cart {
		width:310px;
	}
	
	.product-essential .add-to-holder {
		border:0;
	}
	
	.catalog-product-view .product-name.top {
		display:block !important;
		color:#333;
		margin-top:0;
		margin-bottom:20px;
		line-height:26px;
		font-weight:400;
		height:auto !important;
	}
	
	.catalog-product-view .price-box {
		margin-top:30px;
	}
	
	.catalog-product-view .product-essential .product-name.bottom {
		display:none !important;
	}
	
	/* CHECKOUT - CART */
	#shopping-cart-table thead > tr > th:first-child,
	#shopping-cart-table tbody > tr > td:first-child {
		display:none;
	}
	
	
	.newslettermodal .content {
		padding-left:20px !important;
	}
	
	/* customer-account-login */
	.customer-account-login  .new-users p,
	.customer-account-login .new-users.mobile{
		margin-bottom:20px;
	}

	/* Paypal Checkout Pagetitle */
	.paypal-express-review .page-title {
		height: 160px !important;
	}
}



@media (max-width: 370px) {
	.catalog-product-view .product-essential .add-to-holder .add-to-cart {
		width:275px !important;
	}
}
@media (max-width: 321px) {
	#yt_content_main .products-grid .product-name a {
		font-size:12px;
	}
}
@media (min-width: 768px) {
	.mobil-top-links {
		display:none !important;
	}
}

/* NEWSLETTER MONDAL MOBILE BUBLE */
@media (max-width: 510px) {
	.newslettermodal .modal-body .content .buble {
		position:unset !important;
		background:unset !important;
		color:red;
		width:unset;
		height:unset;
		transform: unset;
		top:unset;
	}
}

@media (max-width: 1030px) {
	header .user-icons .textlink {
		display:none;
	}
}




/* IE ERROR MESSAGE */
.IE-TO-OLD {
	margin:20px;
}



.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{box-sizing:border-box;background:inherit;display:block;padding:0;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;box-sizing:border-box;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panels{overflow:hidden}.mm-panel{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.mm-panel.mm-opened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel.mm-subopened{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel.mm-highest{z-index:1}.mm-panel.mm-noanimation{-webkit-transition:none!important;transition:none!important}.mm-panel.mm-noanimation.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}.mm-panels>.mm-panel:not(.mm-hidden){display:block}.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{box-sizing:border-box;height:40px;bottom:auto}.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}.mm-next:after,.mm-prev:before{content:'';border-top:2px solid transparent;border-left:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar .mm-btn:first-child{left:0}.mm-navbar .mm-btn:last-child{text-align:right;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;font-size:14px;line-height:20px}.mm-listview a,.mm-listview a:hover{text-decoration:none}.mm-listview>li{position:relative}.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}.mm-listview>li>a,.mm-listview>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listview>li:not(.mm-divider):after{left:20px}.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}.mm-menu .mm-divider{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking{overflow:hidden}html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed}.mm-menu.mm-offcanvas.mm-opened{display:block}.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened{z-index:10}.mm-menu.mm-offcanvas{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){html.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}
@charset "UTF-8";.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}
.mm-menu .mm-listview.mm-border-none>li:after,.mm-menu .mm-listview>li.mm-border-none:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}.mm-menu .mm-listview.mm-border-full>li:after,.mm-menu .mm-listview>li.mm-border-full:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}.mm-menu .mm-listview.mm-border-offset>li:after,.mm-menu .mm-listview>li.mm-border-offset:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px}
.mm-menu.mm-fx-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}html.mm-opened .mm-menu.mm-fx-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}html.mm-opening .mm-menu.mm-fx-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu.mm-fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}html.mm-opened .mm-menu.mm-fx-menu-slide{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}html.mm-opening .mm-menu.mm-fx-menu-slide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide{-webkit-transform:translate(30%,0);-ms-transform:translate(30%,0);transform:translate(30%,0);-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu.mm-fx-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}html.mm-opening .mm-menu.mm-fx-menu-fade{opacity:1}.mm-menu .mm-fx-panels-none.mm-panel,.mm-menu.mm-fx-panels-none .mm-panel{-webkit-transition-property:none;transition-property:none}.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-none .mm-panel.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu .mm-fx-panels-zoom.mm-panel,.mm-menu.mm-fx-panels-zoom .mm-panel{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0)}.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened,.mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu .mm-fx-panels-slide-up.mm-panel,.mm-menu.mm-fx-panels-slide-up .mm-panel{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened,.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li{-webkit-transition:none .4s ease;transition:none .4s ease}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(1){-webkit-transition-delay:50ms;transition-delay:50ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(3){-webkit-transition-delay:150ms;transition-delay:150ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(5){-webkit-transition-delay:250ms;transition-delay:250ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(6){-webkit-transition-delay:.3s;transition-delay:.3s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(7){-webkit-transition-delay:350ms;transition-delay:350ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(8){-webkit-transition-delay:.4s;transition-delay:.4s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(9){-webkit-transition-delay:450ms;transition-delay:450ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(10){-webkit-transition-delay:.5s;transition-delay:.5s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(11){-webkit-transition-delay:550ms;transition-delay:550ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(12){-webkit-transition-delay:.6s;transition-delay:.6s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(13){-webkit-transition-delay:650ms;transition-delay:650ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(14){-webkit-transition-delay:.7s;transition-delay:.7s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(15){-webkit-transition-delay:750ms;transition-delay:750ms}.mm-menu.mm-fx-listitems-slide .mm-listview>li{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0);-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview>li{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.mm-menu.mm-fx-listitems-fade .mm-listview>li{-webkit-transition-property:opacity;transition-property:opacity;opacity:0}html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}.mm-menu.mm-fx-listitems-drop .mm-listview>li{-webkit-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%}html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}
.mm-menu.mm-offcanvas.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}@media all and (max-width:140px){html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(10000px,0);-ms-transform:translate(10000px,0);transform:translate(10000px,0);-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}@media all and (max-width:140px){html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(-10000px,0);-ms-transform:translate(-10000px,0);transform:translate(-10000px,0);-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,.mm-menu.mm-offcanvas.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}
.mm-menu .mm-panels>.mm-panel.mm-listview-justify:after,.mm-menu .mm-panels>.mm-panel.mm-listview-justify:before,.mm-menu.mm-listview-justify .mm-panels>.mm-panel:after,.mm-menu.mm-listview-justify .mm-panels>.mm-panel:before{content:none;display:none}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview,.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li,.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;min-height:40px}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li:not(.mm-divider),.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li>span,.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li>a:not(.mm-next),.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li>span{box-sizing:border-box;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;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}.mm-listview-small .mm-listview>li>a:not(.mm-next),.mm-listview-small .mm-listview>li>span{padding:7px 10px 7px 20px}.mm-listview-small .mm-listview>li.mm-vertical>.mm-next,.mm-listview-small .mm-vertical>.mm-listview>li>.mm-next{height:34px}.mm-listview-large .mm-listview>li>a:not(.mm-next),.mm-listview-large .mm-listview>li>span{padding:15px 10px 15px 20px}.mm-listview-large .mm-listview>li.mm-vertical>.mm-next,.mm-listview-large .mm-vertical>.mm-listview>li>.mm-next{height:50px}.mm-listview-huge .mm-listview>li>a:not(.mm-next),.mm-listview-huge .mm-listview>li>span{padding:20px 10px 20px 20px}.mm-listview-huge .mm-listview>li.mm-vertical>.mm-next,.mm-listview-huge .mm-vertical>.mm-listview>li>.mm-next{height:60px}.mm-listview .mm-divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}.mm-listview .mm-spacer{padding-top:40px}.mm-listview .mm-spacer>.mm-next{top:40px}.mm-listview .mm-spacer.mm-divider{padding-top:25px}.mm-listview .mm-inset{list-style:inside disc;padding:0 10px 15px 40px;margin:0}.mm-listview .mm-inset>li{padding:5px 0}
html.mm-iconbar body{overflow-x:hidden}html.mm-iconbar .mm-page{background:inherit;min-height:100vh}html.mm-iconbar .mm-slideout{box-sizing:border-box;padding-right:60px;-webkit-transform:translate(60px,0);-ms-transform:translate(60px,0);transform:translate(60px,0);-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0)}.mm-menu.mm-iconbar{display:block}
.mm-menu .mm-listview.mm-multiline>li>a,.mm-menu .mm-listview.mm-multiline>li>span,.mm-menu .mm-listview>li.mm-multiline>a,.mm-menu .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}
.mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker{opacity:0}html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu.mm-opened.mm-pagedim~#mm-blocker{background:inherit}.mm-menu.mm-opened.mm-pagedim-white~#mm-blocker{background:#fff}.mm-menu.mm-opened.mm-pagedim-black~#mm-blocker{background:#000}
.mm-menu.mm-popup{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu.mm-popup.mm-opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu.mm-popup.mm-opened~#mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}html.mm-opening .mm-menu.mm-popup{opacity:1}
.mm-menu.mm-offcanvas.mm-right{left:auto}html.mm-right.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:550px){html.mm-right.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(-440px,0);-ms-transform:translate(-440px,0);transform:translate(-440px,0);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}html.mm-front .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}html.mm-front #mm-blocker{z-index:1}html.mm-front .mm-menu.mm-offcanvas{z-index:2}.mm-menu.mm-offcanvas.mm-front,.mm-menu.mm-offcanvas.mm-next{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-offcanvas.mm-front.mm-right,.mm-menu.mm-offcanvas.mm-next.mm-right{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu.mm-offcanvas.mm-top{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu.mm-offcanvas.mm-bottom{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.mm-menu.mm-offcanvas.mm-bottom,.mm-menu.mm-offcanvas.mm-top{width:100%;min-width:100%;max-width:100%}.mm-menu.mm-offcanvas.mm-bottom{top:auto}html.mm-opening .mm-menu.mm-offcanvas.mm-front,html.mm-opening .mm-menu.mm-offcanvas.mm-next{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu.mm-offcanvas.mm-bottom,.mm-menu.mm-offcanvas.mm-top{height:80%;min-height:140px;max-height:880px}
.mm-menu.mm-shadow-page:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%)}.mm-menu.mm-shadow-page.mm-right:after{left:auto;right:100%}.mm-menu.mm-shadow-page.mm-front:after,.mm-menu.mm-shadow-page.mm-next:after{content:none;display:none}.mm-menu.mm-shadow-page:after{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 10px rgba(0,0,0,.3)}
.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark .mm-divider{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-fixeddivider span{background:rgba(255,255,255,.05)}.mm-menu.mm-keyboardfocus a:focus{background:rgba(0,0,0,.1)}.mm-menu.mm-shadow-page.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(0,0,0,.1)}.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-divider{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-fixeddivider span{background:rgba(0,0,0,.05)}.mm-menu.mm-keyboardfocus a:focus{background:rgba(0,0,0,.05)}.mm-menu.mm-shadow-page.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-indexer a{color:rgba(0,0,0,.3)}.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(0,0,0,.05)}.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-divider{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-fixeddivider span{background:rgba(255,255,255,.2)}.mm-menu.mm-keyboardfocus a:focus{background:rgba(255,255,255,.3)}.mm-menu.mm-shadow-page.mm-theme-black:after{content:none;display:none}.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2){box-shadow:false}.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(255,255,255,.3)}.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.3)}.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0 0;float:left;position:relative}.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto}.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before{content:none;display:none}.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}.mm-menu.mm-tileview .mm-listview{margin:0}
html.mm-widescreen body{position:relative}html.mm-widescreen #mm-blocker{display:none!important}html.mm-widescreen .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;width:70%!important;margin-left:30%!important}html.mm-widescreen .mm-page{background:inherit;box-sizing:border-box}html.mm-widescreen.mm-blocking,html.mm-widescreen.mm-blocking body{overflow:auto}.mm-menu.mm-widescreen{border-right-width:1px;border-right-style:solid;display:block!important;width:30%!important;min-width:0!important;max-width:none!important;top:0!important;right:auto!important;bottom:0!important;left:0!important;z-index:100!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-menu.mm-widescreen.mm-pageshadow:after{content:none;display:none}
.mm-menu.mm-autoheight{-webkit-transition:none .4s ease;transition:none .4s ease;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.mm-menu.mm-autoheight:not(.mm-offcanvas){position:relative}.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened,.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical){display:block!important}.mm-menu.mm-measureheight .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}em.mm-counter+a.mm-next{width:90px}em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}em.mm-counter+a.mm-fullsubopen{padding-left:0}em.mm-counter+a.mm-fullsubopen+a,em.mm-counter+a.mm-fullsubopen+span{padding-right:90px}.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span{padding-right:90px}.mm-vertical>.mm-counter{top:12px;margin-top:0}.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}.mm-nosubresults>.mm-counter{display:none}.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}
.mm-columns{-webkit-transition-property:width;transition-property:width}.mm-columns .mm-panels>.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-columns .mm-panels>.mm-panel.mm-opened,.mm-columns .mm-panels>.mm-panel.mm-subopened{border-left:1px solid;border-color:inherit;display:block!important}.mm-columns .mm-panels>.mm-columns-0{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-columns-0 .mm-panels>.mm-panel{z-index:0}.mm-columns-0 .mm-panels>.mm-panel else{width:100%}.mm-columns-0 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu.mm-offcanvas.mm-columns-0{width:80%;min-width:140px;max-width:0}html.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:0px){html.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:0px){html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-columns .mm-panels>.mm-columns-1{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-columns-1 .mm-panels>.mm-panel else{width:100%}.mm-columns-1 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){-webkit-transform:translate(200%,0);-ms-transform:translate(200%,0);transform:translate(200%,0);-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu.mm-offcanvas.mm-columns-1{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){html.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:550px){html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(-440px,0);-ms-transform:translate(-440px,0);transform:translate(-440px,0);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-columns .mm-panels>.mm-columns-2{-webkit-transform:translate(200%,0);-ms-transform:translate(200%,0);transform:translate(200%,0);-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-columns-2 .mm-panels>.mm-panel else{width:100%}.mm-columns-2 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){-webkit-transform:translate(300%,0);-ms-transform:translate(300%,0);transform:translate(300%,0);-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu.mm-offcanvas.mm-columns-2{width:80%;min-width:140px;max-width:880px}html.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:1100px){html.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(880px,0);-ms-transform:translate(880px,0);transform:translate(880px,0);-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:1100px){html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(-880px,0);-ms-transform:translate(-880px,0);transform:translate(-880px,0);-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}.mm-columns .mm-panels>.mm-columns-3{-webkit-transform:translate(300%,0);-ms-transform:translate(300%,0);transform:translate(300%,0);-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-columns-3 .mm-panels>.mm-panel else{width:100%}.mm-columns-3 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){-webkit-transform:translate(400%,0);-ms-transform:translate(400%,0);transform:translate(400%,0);-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu.mm-offcanvas.mm-columns-3{width:80%;min-width:140px;max-width:1320px}html.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:1650px){html.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(1320px,0);-ms-transform:translate(1320px,0);transform:translate(1320px,0);-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:1650px){html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(-1320px,0);-ms-transform:translate(-1320px,0);transform:translate(-1320px,0);-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}.mm-columns .mm-panels>.mm-columns-4{-webkit-transform:translate(400%,0);-ms-transform:translate(400%,0);transform:translate(400%,0);-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-columns-4 .mm-panels>.mm-panel else{width:100%}.mm-columns-4 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){-webkit-transform:translate(500%,0);-ms-transform:translate(500%,0);transform:translate(500%,0);-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu.mm-offcanvas.mm-columns-4{width:80%;min-width:140px;max-width:1760px}html.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:2200px){html.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(1760px,0);-ms-transform:translate(1760px,0);transform:translate(1760px,0);-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:2200px){html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(-1760px,0);-ms-transform:translate(-1760px,0);transform:translate(-1760px,0);-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}.mm-columns.mm-offcanvas.mm-bottom,.mm-columns.mm-offcanvas.mm-top{width:100%;max-width:100%;min-width:100%}html.mm-opening .mm-columns.mm-offcanvas.mm-front,html.mm-opening .mm-columns.mm-offcanvas.mm-next{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}
.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-collapsed:not(.mm-uncollapsed){display:none}.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:10;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-fixeddivider:after{content:none!important;display:none!important}.mm-hasdividers .mm-fixeddivider{display:block}.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}
html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;transition-duration:0s}
.mm-menu.mm-dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}html.mm-dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}html.mm-dropdown #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}html.mm-dropdown .mm-menu{z-index:2}html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu{display:none}.mm-menu.mm-tip:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu.mm-tipleft:before{left:22px}.mm-menu.mm-tipright:before{right:22px}.mm-menu.mm-tiptop:before{top:-8px}.mm-menu.mm-tipbottom:before{bottom:-8px}
.mm-iconpanel .mm-panels>.mm-panel{-webkit-transition-property:left,-webkit-transform;transition-property:left,-webkit-transform;transition-property:transform,left;transition-property:transform,left,-webkit-transform}.mm-iconpanel .mm-panels>.mm-panel.mm-opened,.mm-iconpanel .mm-panels>.mm-panel.mm-subopened{border-left:1px solid;border-color:inherit;display:block!important}.mm-iconpanel .mm-panels>.mm-panel.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}.mm-subblocker{background:inherit;opacity:0;display:block;max-height:100%;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.mm-subopened .mm-subblocker{opacity:.6;bottom:-100000px}
.mm-keyboardfocus a:focus{outline:0}.mm-menu.mm-keyboardfocus a:focus{background:rgba(255,255,255,.5)}
.mm-navbars-bottom,.mm-navbars-top{background:inherit;border-color:inherit;border-width:0;overflow:hidden;position:absolute;left:0;right:0;z-index:3}.mm-navbars-bottom>.mm-navbar,.mm-navbars-top>.mm-navbar{border:none;padding:0;position:relative;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-navbars-top{border-bottom-style:solid;border-bottom-width:1px;top:0}.mm-navbars-bottom{border-top-style:solid;border-top-width:1px;bottom:0}.mm-navbar.mm-hasbtns{padding:0 40px}.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}.mm-navbar .mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}.mm-navbar .mm-breadcrumbs>*{display:inline-block;padding:10px 3px}.mm-navbar .mm-breadcrumbs>a{text-decoration:underline}.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}.mm-hasnavbar-top-1 .mm-panels{top:40px}.mm-hasnavbar-top-2 .mm-panels{top:80px}.mm-hasnavbar-top-3 .mm-panels{top:120px}.mm-hasnavbar-top-4 .mm-panels{top:160px}.mm-hasnavbar-bottom-1 .mm-panels{bottom:40px}.mm-hasnavbar-bottom-2 .mm-panels{bottom:80px}.mm-hasnavbar-bottom-3 .mm-panels{bottom:120px}.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}.mm-navbar-size-2{height:80px}.mm-navbar-size-3{height:120px}.mm-navbar-size-4{height:160px}.mm-navbar-content-2>*{width:50%}.mm-navbar-content-3>*{width:33.33%}.mm-navbar-content-4>*{width:25%}.mm-navbar-content-5>*{width:20%}.mm-navbar-content-6>*{width:16.67%}
.mm-menu.mm-rtl{direction:rtl}.mm-menu.mm-rtl.mm-offcanvas{right:auto}.mm-menu.mm-rtl .mm-panel:not(.mm-opened){-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-rtl .mm-panel.mm-subopened{-webkit-transform:translate(30%,0);-ms-transform:translate(30%,0);transform:translate(30%,0);-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child{left:auto;right:0}.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child{right:auto;left:0}.mm-menu.mm-rtl .mm-navbar .mm-next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-menu.mm-rtl .mm-navbar .mm-prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-menu.mm-rtl .mm-listview>li:not(.mm-divider)::after{left:0;right:20px}.mm-menu.mm-rtl .mm-listview>li>a:not(.mm-next),.mm-menu.mm-rtl .mm-listview>li>span:not(.mm-next){padding-left:10px;padding-right:20px!important;margin-right:0!important}.mm-menu.mm-rtl .mm-listview .mm-next{right:auto;left:0}.mm-menu.mm-rtl .mm-listview .mm-next:before{left:auto;right:0}.mm-menu.mm-rtl .mm-listview .mm-next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-menu.mm-rtl .mm-listview .mm-next+a,.mm-menu.mm-rtl .mm-listview .mm-next+span{margin-left:50px}.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+a,.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+span{padding-left:50px}.mm-menu.mm-rtl em.mm-counter{left:45px;right:auto}.mm-menu.mm-rtl em.mm-counter+a.mm-next+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+span{margin-left:90px}.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+a,.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+span{padding-left:90px}.mm-menu.mm-rtl label.mm-check,.mm-menu.mm-rtl label.mm-toggle{left:20px;right:auto!important}.mm-menu.mm-rtl label.mm-toggle+a,.mm-menu.mm-rtl label.mm-toggle+span{padding-left:80px}.mm-menu.mm-rtl label.mm-check+a,.mm-menu.mm-rtl label.mm-check+span{padding-left:60px}.mm-menu.mm-rtl a.mm-next+label.mm-check,.mm-menu.mm-rtl a.mm-next+label.mm-toggle{left:60px}.mm-menu.mm-rtl a.mm-next+label.mm-check+a,.mm-menu.mm-rtl a.mm-next+label.mm-check+span,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span{margin-left:50px}.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span{padding-left:70px}.mm-menu.mm-rtl a.mm-next+label.mm-check+a,.mm-menu.mm-rtl a.mm-next+label.mm-check+span{padding-left:50px}.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle{left:100px}.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+span,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+span{margin-left:90px}.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-]{left:0}.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu.mm-rtl.mm-iconpanel .mm-panel{-webkit-transition-property:right,-webkit-transform;transition-property:right,-webkit-transform;transition-property:transform,right;transition-property:transform,right,-webkit-transform}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0{right:0}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1{right:40px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2{right:80px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3{right:120px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4{right:160px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5{right:200px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6{right:240px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened{border-left:none;border-right:1px solid;border-color:inherit}
.mm-search,.mm-search input{box-sizing:border-box}.mm-search{height:40px;padding:7px 10px 0 10px;position:relative}.mm-search input{border:none!important;outline:0!important;box-shadow:none!important;border-radius:4px;font:inherit;font-size:14px;line-height:26px;display:block;box-sizing:border-box;width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px}.mm-search input::-ms-clear{display:none}.mm-search .mm-clear,.mm-search .mm-next{right:0}.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}.mm-panel.mm-hassearch{padding-top:40px}.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}.mm-panel.mm-hassearch.mm-hasnavbar>.mm-search{top:40px}.mm-noresultsmsg{text-align:center;font-size:21px;padding:40px 0}.mm-noresults .mm-indexer{display:none!important}li.mm-nosubresults>a.mm-next{display:none}li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:15;-webkit-transition:right .4s ease;transition:right .4s ease;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-indexer a{text-decoration:none;display:block;height:3.85%}.mm-indexer~.mm-panel.mm-hasindexer{padding-right:40px}.mm-hasindexer .mm-indexer{right:0}.mm-hasindexer .mm-fixeddivider{right:20px}.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen){-webkit-transition:background .4s ease;transition:background .4s ease}.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(255,255,255,.5)}.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.5)}
input.mm-check,input.mm-toggle{position:absolute;left:-10000px}label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2}label.mm-check:before,label.mm-toggle:before{content:'';display:block}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-check{width:30px;height:30px;margin-top:-15px}label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check:checked~label.mm-check:before{opacity:1}li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0}li.mm-vertical label.mm-toggle{top:5px}li.mm-vertical label.mm-check{top:5px}label.mm-check,label.mm-toggle{right:20px}label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}label.mm-check+a,label.mm-check+span{padding-right:60px}a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu label.mm-toggle:before{background:#f3f3f3}.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.75)}
.m-fpc-debug-info {
  width: 420px;
  min-height: 115px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}
.m-fpc-debug-info .m-fpc-h1 {
  font-family:Arial;
  background: rgb(57, 172, 163);
  color: #fff;
  padding: 3px 3px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-debug-info-main-block {
  padding: 2px 5px 10px 5px;
}
.m-fpc-debug-info .m-fpc-action {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
  padding-top:15px;
}
.m-fpc-debug-info .m-fpc-ignored {
  padding-top: 0px !important;
}
.m-fpc-debug-info .m-fpc-hit-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time-text {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time {
  font-family:Arial;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 700;
  line-height: 65px;
  text-align:center;
}
.m-fpc-debug-info .m-fpc-time-sec-text {
  font-family:sans-serif,Arial;
  font-size: 35px;
  text-align:center;
  text-transform:none;
}
.m-fpc-debug-info.m-fpc-debug-info-not-cacheable {
  height: 220px;
  box-shadow: 0 0 0 5px #E0E0E0;
}
.m-fpc-debug-info.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 5px #CCFFD3;
}
.m-fpc-debug-info.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 5px #FECBCB;
}
.m-fpc-debug-info .m-fpc-disabled-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
}
.m-fpc-debug-info .m-fpc-detail-info-hide-show-button-style {
  float: right;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.m-fpc-debug-info .m-fpc-info-scroll-hide {
  display: none;
}
/*scroll*/
.m-fpc-debug-info .m-fpc-info-scroll {
  overflow-y: auto;
  height: 350px;
  padding: 0px 5px 10px 5px;
  text-align: justify;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*detail info table*/
.m-fpc-debug-info .m-fpc-detail-info-table {
  display:table;
  width:100%;
  padding-top: 3px;
}
.m-fpc-debug-info .m-fpc-detail-row {
  display:table-row;
}
.m-fpc-debug-info .m-fpc-detail-col {
  display:table-cell;
  text-align: left;
  padding: 2px;
  vertical-align: top;
  width: 50%;
  font-family:sans-serif,Arial;
  padding:5px;
  text-align: left;
  font-size: 10px;
  text-transform:none;
  color: #222 !important;
}
.m-fpc-debug-info .m-fpc-dark {
  background-color: #D9F0EE;
}
.m-fpc-debug-info .m-fpc-light {
  background-color: #ECF8F7;
}

/*flush cache button*/
.m-fpc-debug-info .m-fpc-flush-cache-button-style {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

/*small debug info block*/
.m-fpc-debug-info-small {
  width: 120px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}

.m-fpc-debug-info-small .m-fpc-debug-info-main-block-small {
  padding: 2px 5px 10px 5px;
}

.m-fpc-debug-info-small .m-fpc-hit-info-small {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-small {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

.m-fpc-debug-info-small.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 3px #CCFFD3;
}
.m-fpc-debug-info-small.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 3px #FECBCB;
}
.m-fpc-debug-info-small.m-fpc-debug-info-not-cacheable {
  box-shadow: 0 0 0 5px #E0E0E0;
}
