@import "../css/fonts/wickedgrit.css";
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 {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
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-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body {
  margin: 0;
  font-family: "Courier", "Courier New", monospace;
  font-size: 14px;
  line-height: 20px;
  color: #292929;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
/*
// Links
// -----

a {
  color: @linkColor;
  text-decoration: none;
}
a:hover {
  color: @linkColorHover;
  text-decoration: underline;
}
*/
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row .column {
  float: left;
}
p {
  margin: 0 0 10px;
  font-family: "Courier", "Courier New", monospace;
  font-size: 14px;
  line-height: 20px;
}
p small {
  font-size: 12px;
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  color: #1d5347;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #666666;
}
h1 {
  font-size: 28px;
  line-height: 40px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 40px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 30px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 20px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #666666;
  text-transform: uppercase;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
.container {
  width: 960px;
  margin: 0 auto;
}
header {
  background: url(../images/header_bg.jpg) repeat-x;
}
header .container {
  position: relative;
  *zoom: 1;
  height: 125px;
}
header .container:before,
header .container:after {
  display: table;
  content: "";
}
header .container:after {
  clear: both;
}
header .title,
header .phone,
header .opening-hours {
  float: left;
}
header .title {
  background: url(../images/header_logo.png) no-repeat;
  width: 253px;
  height: 106px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 15px;
}
header .phone {
  font-size: 24px;
  color: #1d5347;
  font-family: "WickedGritRegular";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  position: absolute;
  bottom: 5px;
  left: 270px;
  color: #787777;
  line-height: 28px;
}
header .opening-hours {
  background: url(../images/header_opening_hours.png) no-repeat;
  width: 324px;
  height: 87px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.quotes {
  background: url(../images/quote_skidmark.jpg) no-repeat;
  color: #fff;
  height: 93px;
  margin: 0 -20px 20px;
}
.quotes ul {
  list-style-type: none;
  margin-left: 0;
}
.quotes ul li {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  display: none;
  line-height: 93px;
}
.quotes ul li:first-child {
  display: block;
}
.footer {
  color: #292929;
  background: url(../images/footer_shadow.jpg) no-repeat top center #e6e6de;
}
.footer a {
  color: #292929;
}
.footer p,
.footer li {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-family: "Helvetica Neue", "Arial", sans-serif;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
  color: #5d5950;
}
.footer h3 {
  font-size: 24px;
}
.footer .top {
  width: 85px;
  height: 38px;
  margin: 0 auto;
  display: block;
  background: url(../images/up_btn.jpg) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.footer .row {
  padding: 30px 0;
  *zoom: 1;
}
.footer .row:before,
.footer .row:after {
  display: table;
  content: "";
}
.footer .row:after {
  clear: both;
}
.footer .row .column {
  float: left;
  width: 300px;
  margin-right: 30px;
}
.footer .row .column.last {
  margin-right: 0;
}
.footer .logo {
  margin: 10px 0;
}
.footer .map {
  border: 4px solid #83827d;
}
@media (max-width: 767px) {
  .footer .row .column {
    float: none;
    margin-right: 0;
  }
}
.fine-print {
  background: #24231d;
  height: 120px;
  padding: 20px 0;
  color: #fff;
}
.fine-print p,
.fine-print li {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  font-family: "Helvetica Neue", "Arial", sans-serif;
}
.fine-print .column {
  width: 50%;
}
.fine-print .column.last {
  text-align: right;
}
.fine-print a {
  color: #aeaca2;
}
.museum {
  margin-top: 40px;
  margin-bottom: 0px;
}
.museum .column:first-child {
  width: 420px;
  margin-right: 50px;
}
.museum .column.last {
  width: 480px;
}
.collection {
  margin-bottom: 40px;
}
.collection .column:first-child {
  width: 585px;
  margin-right: 10px;
}
.collection .column.last {
  width: 360px;
}
.collection .profiles {
  padding-right: 20px;
}
.collection .bike-list li {
  margin-bottom: 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  font-family: "WickedGritRegular";
  font-weight: normal;
  line-height: 30px;
}
h1,
h2,
h3 {
  margin-bottom: 15px;
}
.carousel.large {
  background: url(../images/slideshow2_bg.jpg) no-repeat;
  width: 500px;
  height: 347px;
  padding: 37px 41px 67px;
}
.carousel.large .carousel-inner {
  width: 496px;
  height: 340px;
}
.carousel.large .carousel-inner:before {
  -webkit-box-shadow: inset 0 0 5px #000000;
  -moz-box-shadow: inset 0 0 5px #000000;
  box-shadow: inset 0 0 5px #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 100;
}
.carousel.large .carousel-bullets {
  margin-top: 50px;
}
.carousel.large .carousel-bullets ul {
  list-style-type: none;
}
.carousel.large .carousel-bullets ul li {
  float: left;
}
.carousel.large .carousel-bullets ul li a {
  display: block;
  padding: 4px 8px;
  color: #000;
  text-decoration: none;
}
.carousel.large .carousel-bullets ul li.current a {
  background: url(../images/slideshow_page_current.jpg) center no-repeat;
}
.carousel.large .carousel-nav {
  position: absolute;
  bottom: 0px;
  width: 18px;
  height: 17px;
  left: 40px;
  background: url(../images/slideshow_nav_left.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.carousel.large .carousel-nav.right {
  background: url(../images/slideshow_nav_right.png) no-repeat;
  left: auto;
  right: 40px;
}
.carousel.small {
  background: url(../images/slideshow1_bg.jpg) no-repeat;
  width: 418px;
  height: 304px;
  padding: 30px 34px;
}
.carousel.small .carousel-inner {
  width: 419px;
  height: 302px;
}
.carousel.small .carousel-inner:before {
  -webkit-box-shadow: inset 0 0 5px #000000;
  -moz-box-shadow: inset 0 0 5px #000000;
  box-shadow: inset 0 0 5px #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 100;
}
.carousel.small .carousel-bullets {
  *zoom: 1;
  margin-top: 5px;
}
.carousel.small .carousel-bullets:before,
.carousel.small .carousel-bullets:after {
  display: table;
  content: "";
}
.carousel.small .carousel-bullets:after {
  clear: both;
}
.carousel.small .carousel-bullets ul {
  margin-left: 0;
  list-style-type: none;
}
.carousel.small .carousel-bullets ul li {
  float: left;
  margin-left: 5px;
}
.carousel.small .carousel-bullets ul li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 9px;
  height: 9px;
  background: url(../images/carousel_bullets.png) no-repeat;
}
.carousel.small .carousel-bullets ul li.current a {
  background-position: -12px 0;
}
.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;
  -ms-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;
  max-width: 100%;
}
.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: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}
@media (max-width: 767px) {
  header .phone,
  header .opening-hours {
    display: none;
  }
  .carousel {
    background: none !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .carousel.small {
    display: none;
  }
  .carousel .carousel-inner {
    width: auto !important;
    height: auto !important;
  }
  .carousel .carousel-inner .item img {
    width: 100% !important;
  }
  .carousel .carousel-nav,
  .carousel .carousel-bullets {
    display: none;
  }
  .quotes {
    display: none;
  }
  .container {
    width: 100%;
  }
  .container .row {
    margin: 0 20px;
  }
  .container .row .column {
    width: 100%;
    margin-bottom: 20px;
  }
}
