@charset "utf-8";
/**************************************************************************************
Website Name: the-bike
Website URL: the-bike.com
Website Author: Zoso
Author URL: zoso.nl
Copyright 2015. All Rights Reserved

1. Variabelen
2. General Style
3. Header
4. Footer
5. Content
6. Elementen
**************************************************************************************/
/*------------------------------------------------------------------------------------*/
/*									1. Variabels	 								  */
/*------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans-bold-webfont.eot');
  src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/opensans-semibold-webfont.eot');
  src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansitalic';
  src: url('../fonts/opensans-italic-webfont.eot');
  src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans-italic-webfont.woff') format('woff'), url('../fonts/opensans-italic-webfont.ttf') format('truetype'), url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ComfortaaBold';
  src: url('../fonts/Comfortaa-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Font */
/* Kleuren */
/*
@color_thebike_black: #4B5879;
@color_thebike_gray: #96ADC0;
@color_thebike_lightgray: #DFE0E0;
@color_thebike_lightestgray: #f7f7f7;
*/
/* Responsive variable */
/*------------------------------------------------------------------------------------*/
/*									2. General Style 								  */
/*------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
h1,
.h1 {
  font-family: 'ComfortaaBold', Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0;
  font-size: 26px;
  color: #ff6600;
  font-weight: normal;
}
h2,
.h2 {
  font-family: 'ComfortaaBold', Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0;
  font-size: 24px;
  color: #ff6600;
  font-weight: normal;
}
h3,
.h3 {
  font-family: 'ComfortaaBold', Arial, Helvetica, sans-serif;
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
h4,
.h4 {
  font-family: 'ComfortaaBold', Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
h5,
.h5 {
  font-family: 'ComfortaaBold', Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
a.no-textdecoration {
  text-decoration: none;
}
a.no-textdecoration:hover {
  text-decoration: none;
}
p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
img {
  max-width: 100%;
  height: auto;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  list-style-position: inside;
}
.clear {
  float: none;
  clear: both;
}
.facebook {
  color: #3d5a98;
}
.twitter {
  color: #5fa8dc;
}
.linkedin {
  color: #0076b8;
}
b,
strong {
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
i,
em {
  font-family: 'open_sansitalic', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.row.row-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row.display-flex > [class*='col-'] > .home-services-block {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.row.display-flex > [class*='col-'] > .home-services-block .home-services-block-intro {
  flex: 1 1 auto;
}
.grecaptcha-badge {
  display: none;
}
/*------------------------------------------------------------------------------------*/
/*									3. Header		 								  */
/*------------------------------------------------------------------------------------*/
header {
  margin-top: 10px;
}
@media (max-width: 767px) {
  header {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  header .header-container {
    border-bottom: 5px solid #ff6600;
  }
}
header .top-menu {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  header .top-menu {
    margin-bottom: 0;
  }
}
header .top-menu .logo {
  position: absolute;
  top: 0;
  max-height: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .top-menu .logo {
    height: 30px;
  }
}
@media (max-width: 767px) {
  header .top-menu .logo {
    margin-top: 15px;
    height: 24px;
  }
}
header .top-menu .nav-subtitle {
  font-size: 13px;
  font-style: italic;
  position: absolute;
  margin-top: 57px;
  margin-left: 125px;
  color: #333;
  font-weight: 100;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  header .top-menu .nav-subtitle {
    display: none;
  }
}
header .top-menu .navbar-header {
  color: #fff;
}
header .top-menu .navbar-header .navbar-toggle {
  border-color: #333;
  margin-right: 0px;
  float: right;
  padding: 4px 5px;
}
header .top-menu .navbar-header .navbar-toggle .icon-bar {
  background-color: #333;
}
header .top-menu .navbar-header .btnflag {
  float: right;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  header .top-menu .navbar-header .btnflag {
    margin-right: 12px;
  }
}
header .top-menu .navbar-header .btnflag:focus {
  outline: none;
}
header .top-menu .navbar-header .btnflag img {
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
header .top-menu .navbar-header .navbar-header-text {
  color: #333;
  /*
				float: right;
				height: 34px;
				line-height: 34px;
				padding-top: 8px;
*/
  font-size: 14px;
}
header .top-menu #flags {
  /* 			border-left: 0; */
}
header .top-menu #flags a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
header .top-menu #flags a img {
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
header .top-menu #flags a.active_flag img,
header .top-menu #flags a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}
header .top-menu #shoppingcart-xs {
  float: right;
  margin-right: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}
header .top-menu #shoppingcart-xs .fa {
  font-size: 33px;
}
header .top-menu #shoppingcart-xs:hover {
  color: #000;
}
header .top-menu .navbar-collapse {
  margin-top: 28px;
}
@media (max-width: 767px) {
  header .top-menu .navbar-collapse {
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
}
header .top-menu .navbar-collapse .dealer-login {
  float: right;
  margin-top: -30px;
  margin-right: -5px;
}
header .top-menu .navbar-collapse .dealer-login li {
  color: #bbb;
  border: 0;
  height: 20px;
}
header .top-menu .navbar-collapse .dealer-login li a {
  line-height: 20px;
}
header .top-menu .navbar-collapse .dealer-login li.login-link a {
  color: #bbb;
}
header .top-menu .navbar-collapse .dealer-login li.login-link.customer-login a {
  color: #333;
}
header .top-menu .navbar-collapse .dealer-login li.login-link.customer-login a:hover {
  color: #000;
}
header .top-menu .navbar-collapse .dealer-login li.menu-flags {
  border-left: 0;
}
header .top-menu .navbar-collapse .dealer-login li.menu-flags a {
  float: left;
}
header .top-menu .navbar-collapse .dealer-login li.menu-flags a img {
  height: 20px;
  margin-top: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
header .top-menu .navbar-collapse .dealer-login li.menu-flags a.active_flag img,
header .top-menu .navbar-collapse .dealer-login li.menu-flags a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}
header .top-menu .navbar-collapse .dealer-login li.menu-cart {
  border-left: 0;
}
header .top-menu .navbar-collapse .dealer-login li.menu-cart a .fa {
  font-size: 21px;
}
header .top-menu .navbar-collapse .dealer-login li:last-child a {
  padding-right: 0;
}
header .top-menu .navbar-collapse .nav-topmenu {
  margin-top: 10px;
}
@media (max-width: 767px) {
  header .top-menu .navbar-collapse .nav-topmenu {
    margin-top: 0;
    margin-bottom: 0;
  }
}
header .top-menu .navbar-collapse .nav-topmenu .search {
  border-left: none;
}
header .top-menu .navbar-collapse .nav-topmenu .search input {
  border: 1px solid #333;
  border-right: none;
}
header .top-menu .navbar-collapse .nav-topmenu .search input:focus {
  outline: none;
}
header .top-menu .navbar-collapse .nav-topmenu .search button {
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-left: -4px;
  padding: 0px;
  background: transparent;
  border: 1px solid #333;
  border-left: none;
  color: #333;
}
@media (max-width: 767px) {
  header .top-menu .navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
header .top-menu .navbar-collapse .navbar-nav li {
  border-left: 1px solid #333;
}
@media (max-width: 767px) {
  header .top-menu .navbar-collapse .navbar-nav li {
    border-left: none;
  }
}
header .top-menu .navbar-collapse .navbar-nav li:first-child {
  border-left: none;
}
header .top-menu .navbar-collapse .navbar-nav li.active a {
  color: #333;
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
  background: none;
}
header .top-menu .navbar-collapse .navbar-nav li a {
  color: #333;
  padding: 0 10px 0 10px;
  font-size: 13px;
}
header .top-menu .navbar-collapse .navbar-nav li a:hover,
header .top-menu .navbar-collapse .navbar-nav li a:focus {
  background: transparent;
  color: #000;
}
@media (max-width: 767px) {
  header .top-menu .navbar-collapse .navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #333;
    padding-right: 15px;
    padding-left: 15px;
  }
}
header .top-menu .navbar-collapse .nav-mobilemenu li a {
  background: #ff6600;
  color: #fff;
  border-color: #fff;
}
header .top-menu .navbar-collapse .nav-mobilemenu li a.dropdown-toggle {
  text-decoration: none;
  display: block;
  width: 100%;
}
header .top-menu .navbar-collapse .nav-mobilemenu li a.dropdown-toggle:hover,
header .top-menu .navbar-collapse .nav-mobilemenu li a.dropdown-toggle:focus {
  text-decoration: none;
}
header .top-menu .navbar-collapse .nav-mobilemenu li.active a,
header .top-menu .navbar-collapse .nav-mobilemenu li:hover a {
  background: #cc5200;
  color: #fff;
}
header .top-menu .navbar-collapse .nav-mobilemenu li:first-child a {
  border-color: #333;
}
header .top-menu .navbar-collapse .nav-mobilemenu .dropdown-menu {
  border-radius: 0;
  background: #fff;
  border: none;
  padding: 1px 0 0 0;
  margin: 0;
  position: static;
  float: none;
  box-shadow: none;
  width: auto;
}
header .top-menu .navbar-collapse .nav-mobilemenu .dropdown-menu li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
header .top-menu .navbar-collapse .nav-mobilemenu .dropdown-menu li a {
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: none;
}
header .top-menu .navbar-collapse .nav-mobilemenu .dropdown-menu li a:hover,
header .top-menu .navbar-collapse .nav-mobilemenu .dropdown-menu li a:focus {
  color: #000;
}
header .main-menu {
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 20px;
  border: none;
}
header .main-menu .navbar-header {
  color: #fff;
  background-color: #ff6600;
  border-bottom: 1px solid #000;
}
header .main-menu .navbar-header .navbar-toggle {
  border-color: #fff;
}
header .main-menu .navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
}
header .main-menu .navbar-collapse {
  box-shadow: none;
  border-top: none;
}
header .main-menu .navbar-collapse .navbar-nav {
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  width: 100%;
}
@media (max-width: 767px) {
  header .main-menu .navbar-collapse .navbar-nav {
    background-color: #ff6600;
    margin-top: 0;
    width: auto;
  }
}
header .main-menu .navbar-collapse .navbar-nav li {
  width: 20%;
  background: #ff6600;
  color: #fff;
}
header .main-menu .navbar-collapse .navbar-nav li.mainmenu-cart {
  background: #d14610;
}
header .main-menu .navbar-collapse .navbar-nav li:first-child .dropdown-menu {
  border-left: none;
}
header .main-menu .navbar-collapse .navbar-nav li:last-child .dropdown-menu {
  border-right: none;
}
header .main-menu .navbar-collapse .navbar-nav li a {
  color: #fff;
  font-size: 20px;
  padding: 0px 5px;
  height: 45px;
  line-height: 45px;
}
header .main-menu .navbar-collapse .navbar-nav li a.dropdown-toggle {
  text-decoration: none;
  display: block;
  width: 100%;
}
header .main-menu .navbar-collapse .navbar-nav li a.dropdown-toggle:hover,
header .main-menu .navbar-collapse .navbar-nav li a.dropdown-toggle:focus {
  text-decoration: none;
  background: #cc5200;
  color: #fff;
}
header .main-menu .navbar-collapse .navbar-nav li a:hover,
header .main-menu .navbar-collapse .navbar-nav li a:focus {
  background: #fff;
  color: #000;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-menu .navbar-collapse .navbar-nav li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header .main-menu .navbar-collapse .navbar-nav li a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
}
header .main-menu .navbar-collapse .navbar-nav li.active,
header .main-menu .navbar-collapse .navbar-nav li:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 767px) {
  header .main-menu .navbar-collapse .navbar-nav li.active,
  header .main-menu .navbar-collapse .navbar-nav li:hover {
    border-left: none;
    border-right: none;
  }
}
header .main-menu .navbar-collapse .navbar-nav li.active a,
header .main-menu .navbar-collapse .navbar-nav li:hover a {
  color: #000;
}
@media (max-width: 767px) {
  header .main-menu .navbar-collapse .navbar-nav li:last-of-type a {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  header .main-menu .navbar-collapse .navbar-nav li {
    width: 100%;
  }
}
header .main-menu .navbar-collapse .navbar-nav .dropdown-menu {
  border-radius: 0;
  background: #fff;
  border: 1px solid #000;
  border-top: none;
  padding: 1px 0 0 0;
  margin: 0;
  width: auto;
  box-shadow: none;
}
header .main-menu .navbar-collapse .navbar-nav .dropdown-menu li {
  width: 100%;
  overflow: hidden;
}
header .main-menu .navbar-collapse .navbar-nav .dropdown-menu li a {
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
header .main-menu .navbar-collapse .navbar-nav .dropdown-menu li a:hover,
header .main-menu .navbar-collapse .navbar-nav .dropdown-menu li a:focus {
  color: #000;
}
header .main-menu .navbar-collapse .navbar-nav .dropdown-menu li.active a {
  background: #ff6600;
}
header .main-menu .navbar-collapse .navbar-nav .dropdown-menu li.active a:focus,
header .main-menu .navbar-collapse .navbar-nav .dropdown-menu li.active a:hover {
  background: #fff;
}
header.default_order {
  position: relative;
  height: 95px;
  border-bottom: 5px solid #ff6600;
}
@media (max-width: 767px) {
  header.default_order {
    height: 57px;
  }
}
header.default_order .logo {
  position: absolute;
  top: 0;
  max-height: 60px;
}
@media (max-width: 767px) {
  header.default_order .logo {
    margin-top: 15px;
    height: 24px;
  }
}
header.default_order .nav-subtitle {
  font-size: 13px;
  font-style: italic;
  position: absolute;
  margin-top: 57px;
  margin-left: 125px;
  color: #333;
  font-weight: 100;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  header.default_order .nav-subtitle {
    display: none;
  }
}
/*------------------------------------------------------------------------------------*/
/*									4. Footer 										  */
/*------------------------------------------------------------------------------------*/
footer {
  margin-top: 30px;
}
footer hr {
  border-bottom: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
footer .footer-top {
  border-top: 1px solid #000;
  background: #333;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
footer h3 {
  margin-bottom: 5px;
  padding-bottom: 3px;
  font-size: 14px;
  color: #bbb;
}
footer h3.socialheading {
  margin-top: 30px;
}
@media (max-width: 767px) {
  footer h3.socialheadingxs {
    margin-top: 30px;
  }
}
footer a {
  font-size: 14px;
  color: #000;
}
footer a.sociallink {
  margin-right: 5px;
  font-size: 2em;
  line-height: 1em;
  color: #bbb;
  margin-top: 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
footer a.sociallink.facebook:hover {
  background-color: #3b5998;
  color: white;
}
footer a.sociallink.twitter:hover {
  background-color: #4099FF;
  color: white;
}
footer ul {
  list-style-type: none;
}
footer ul li a {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  color: #eee;
}
footer .carousel {
  height: 75px;
}
footer .carousel .item {
  height: 75px;
  border-bottom: none;
}
footer .carousel .item img {
  height: 75px;
  width: auto;
}
footer .footer-bottom {
  color: #fff;
  background: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
footer .footer-bottom .items {
  color: #fff;
  font-size: 13px;
}
footer .footer-bottom .items a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 13px;
}
footer .footer-bottom .items a:hover,
footer .footer-bottom .items a:focus,
footer .footer-bottom .items a:active {
  color: #fff;
}
footer .footer-bottom .zoso {
  color: #fff;
}
footer .footer-bottom .zoso a {
  color: #fff;
  font-size: 13px;
}
@media (max-width: 767px) {
  footer .footer-bottom .zoso {
    float: left !important;
    margin-top: 10px;
  }
}
/*------------------------------------------------------------------------------------*/
/*									5. Content 										  */
/*------------------------------------------------------------------------------------*/
.content {
  min-height: 300px;
}
.content .standard-page {
  margin-top: 20px;
}
.content .standard-page.contact-page .social a {
  color: #000;
}
.content .home .carousel-banner {
  color: #fff;
  height: 350px;
  margin-top: 20px;
  border-top: 1px solid #000;
}
@media (max-width: 767px) {
  .content .home .carousel-banner {
    height: auto;
    margin-top: 15px;
  }
}
.content .home .carousel-banner .item {
  border-bottom: 5px solid #fff;
  height: 350px;
  position: relative;
  background-color: #ff6600;
}
@media (max-width: 767px) {
  .content .home .carousel-banner .item {
    height: 330px;
  }
}
.content .home .carousel-banner .item.item-color-blue {
  border-bottom: 5px solid #333;
  background-color: #000;
}
.content .home .carousel-banner .item.item-color-lightblue {
  border-bottom: 0;
  background-color: #333;
}
.content .home .carousel-banner .item .item-photo {
  height: 100%;
  width: 62%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .home .carousel-banner .item .item-photo {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .content .home .carousel-banner .item .item-photo {
    width: 100%;
  }
}
.content .home .carousel-banner .item .item-photo .item-photo-boog {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.content .home .carousel-banner .item .item-background {
  width: 38%;
  height: 100%;
  float: left;
  background-color: #ff6600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .home .carousel-banner .item .item-background {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .content .home .carousel-banner .item .item-background {
    display: none;
  }
}
.content .home .carousel-banner .item .item-background.item-background-color-lightblue {
  background-color: #333;
}
.content .home .carousel-banner .item .item-background.item-background-color-blue {
  background-color: #000;
}
.content .home .carousel-banner .item .item-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .content .home .carousel-banner .item .item-text {
    text-align: left;
  }
}
.content .home .carousel-banner .item .item-text h1 {
  font-size: 32px;
  color: #fff;
  width: 330px;
  display: inline-block;
  margin: 0;
  margin-bottom: 0;
  margin-right: 20px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .content .home .carousel-banner .item .item-text h1 {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    width: auto;
  }
}
.content .home .carousel-banner .item .item-text h2 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  width: 350px;
  display: inline-block;
  margin: 0;
  margin-top: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .content .home .carousel-banner .item .item-text h2 {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    margin-left: 20px;
    margin-right: 40px;
    margin-top: 10px;
    width: auto;
  }
}
.content .home .carousel-banner .item .item-text .btn {
  margin-top: 40px;
  margin-right: 20px;
}
.content .home .carousel-banner .item .item-text .btn.btn-green {
  -webkit-box-shadow: 4px 4px 0px 0px #fff;
  -moz-box-shadow: 4px 4px 0px 0px #fff;
  box-shadow: 4px 4px 0px 0px #fff;
}
.content .home .carousel-banner .item .item-text .btn:active {
  margin-top: 44px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .content .home .carousel-banner .item .item-text .btn {
    margin-left: 20px;
    margin-right: auto;
    margin-top: 30px;
  }
  .content .home .carousel-banner .item .item-text .btn:active {
    margin-top: 34px;
    margin-left: 24px;
  }
}
.content .home .categories {
  margin-bottom: 80px;
}
.content .home .categories h4 {
  display: block;
  width: 100%;
  background: #000;
  text-align: center;
  color: #fff;
  font-weight: 200;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.content .home .categories h4 a {
  color: #fff;
}
.content .home .categories h4 a:hover {
  color: #fff;
}
.content .home .categories .image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .content .home .categories .image {
    margin-bottom: 20px;
  }
}
.content .home .categories .image img {
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  -moz-transition: all 1s ease;
  /* Firefox */
  -ms-transition: all 1s ease;
  /* IE 9 */
  -o-transition: all 1s ease;
  /* Opera */
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .content .home .categories .image img {
    width: 100%;
  }
}
.content .home .categories .image img:hover {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}
.content .home .categories a {
  color: #000;
}
.content .home .categories a:hover {
  color: #000;
}
.content .home .categories p {
  padding: 10px;
  padding-left: 30px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.content .home .home-products {
  margin-top: 30px;
  margin-bottom: 80px;
}
.content .home .home-products h1,
.content .home .home-products .h1 {
  font-size: 24px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
.content .home .home-products .collection-btn-wrapper {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .content .home .home-products .collection-btn-wrapper {
    margin-top: 0;
  }
}
.content .home .home-products .home-products-prevnext {
  width: 5%;
  float: left;
  height: 360px;
  line-height: 360px;
  font-size: 70px;
  color: #000;
}
.content .home .home-products .home-products-prevnext a {
  color: #000;
}
.content .home .home-products .home-products-prevnext a:hover {
  color: #ff6600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .home .home-products .home-products-prevnext {
    font-size: 50px;
  }
}
.content .home .home-products .home-products-carouselwrapper {
  width: 90%;
  float: left;
}
.content .home .home-products .home-products-carouselwrapper .carousel {
  height: 360px;
}
.content .home .home-products .home-products-carouselwrapper .carousel .item {
  height: 360px;
  border-bottom: 0;
}
.content .home .home-products .home-products-product {
  position: relative;
}
@media (max-width: 767px) {
  .content .home .home-products .home-products-product hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.content .home .home-products .home-products-product h2 {
  color: #ff6600;
  margin-bottom: 20px;
}
.content .home .home-products .home-products-product .home-products-product-new,
.content .home .home-products .home-products-product .home-products-product-notavailable {
  right: 0px;
  font-size: 20px;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-style: italic;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 1;
}
.content .home .home-products .home-products-product .home-products-product-new {
  color: #FBB03B;
}
.content .home .home-products .home-products-product .home-products-product-notavailable {
  color: #FBB03B;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.content .home .home-products .home-products-product .home-products-image {
  height: 180px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
  position: relative;
  margin-top: 20px;
}
.content .home .home-products .home-products-product .home-products-info {
  text-align: left;
  height: 75px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .content .home .home-products .home-products-product .home-products-info {
    height: auto;
  }
}
.content .home .home-products .home-products-product .home-products-info h3 {
  color: #333;
  font-size: 20px;
  margin-bottom: 3px;
}
.content .home .home-products .home-products-product .home-products-info h3 a {
  color: #333;
}
.content .home .home-products .home-products-product .home-products-info .home-products-actionradius {
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .content .home .home-products .home-products-product .home-products-info .home-products-actionradius {
    margin-bottom: 5px;
  }
}
.content .home .home-products .home-products-product .home-products-actions {
  text-align: right;
}
.content .home .home-products .home-products-product .home-products-actions .home-products-price {
  margin-bottom: 7px;
  font-size: 14px;
}
.content .home .home-products .home-products-product .home-products-actions .home-products-price .home-products-price-bold {
  font-size: 18px;
  color: #333;
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}
.content .home .home-products .home-products-product .home-products-actions .btn {
  padding: 12px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .home .home-products .home-products-product .home-products-actions .btn {
    padding: 12px 15px;
  }
}
.content .home .home-products .home-products-product .home-products-actions .addToCart,
.content .home .home-products .home-products-product .home-products-actions .configure {
  margin-left: 5px;
  padding: 10px 0;
  width: 55px;
  text-align: center;
}
@media (max-width: 767px) {
  .content .home .home-products .home-products-product .home-products-actions .addToCart,
  .content .home .home-products .home-products-product .home-products-actions .configure {
    padding: 10px 0;
  }
}
.content .home .home-products .home-products-product .home-products-actions .addToCart .fa,
.content .home .home-products .home-products-product .home-products-actions .configure .fa {
  margin-left: 0px;
  font-size: 24px;
}
.content .home .home-youtubevideo {
  margin-top: 30px;
  margin-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .home .home-youtubevideo iframe {
    height: 256px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .home .home-youtubevideo iframe {
    height: 263px;
  }
}
.content .home .events {
  margin-top: 80px;
  margin-bottom: 40px;
}
.content .home .events .eventinfo h3 {
  margin-bottom: 10px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  color: #ff6600;
}
.content .home .events .eventinfo h2 {
  font-size: 2.5em;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
.content .home .events .eventinfo h2 a {
  color: #000;
}
.content .home .events .eventinfo h4 {
  font-size: 2em;
  margin-bottom: 15px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
.content .home .events .eventinfo .btn {
  margin-bottom: 10px;
}
.content .home .events .eventinfo .carousel {
  height: 200px;
  margin-top: 10px;
  border-top: 0;
}
@media (max-width: 767px) {
  .content .home .events .eventinfo .carousel {
    margin-bottom: 20px;
  }
}
.content .home .events .eventinfo .carousel .carousel-indicators {
  bottom: 0;
}
.content .home .events .eventinfo .carousel .item {
  height: 200px;
  border: 1px solid #000;
}
.content .home .events hr {
  margin-top: 40px;
  margin-bottom: 0;
}
.content .home .youtubehome h3 {
  color: #333;
  margin-bottom: 10px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  color: #ff6600;
}
.content .home .youtubehome h2 {
  font-size: 2.5em;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
.content .home .youtubehome h4 {
  font-size: 2em;
  margin-bottom: 15px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
.content .home .youtubehome iframe {
  border: 1px solid #000;
}
.content .search-dealer {
  border-top: 1px solid #000;
  float: left;
  position: relative;
  width: 100%;
}
.content .search-dealer.margin-top-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content .search-dealer.no-top-border {
  border-top: none;
}
.content .search-dealer .search-header {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background: #000;
}
@media (max-width: 767px) {
  .content .search-dealer .search-header {
    font-size: 12px;
    overflow: hidden;
  }
}
.content .search-dealer .search-header .header-logo {
  position: absolute;
  right: 0;
  height: 20px;
  margin-top: 3px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .content .search-dealer .search-header .header-logo {
    display: none;
  }
}
.content .search-dealer .search-form {
  position: absolute;
  top: 0;
  width: 100%;
  height: 270px;
  padding-top: 60px;
  border-bottom: 1px solid #000;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /*background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(0,0,0,0) 100%);
			background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(0,0,0,0) 100%);
			background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(0,0,0,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 );*/
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .search-dealer .search-form {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .content .search-dealer .search-form {
    height: 450px;
  }
}
.content .search-dealer .search-form.header {
  margin-top: 34px;
}
.content .search-dealer .search-form h1,
.content .search-dealer .search-form .h1 {
  font-size: 3.2em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  text-shadow: 1px 1px #bbb;
  padding: 0 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .search-dealer .search-form h1,
  .content .search-dealer .search-form .h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .search-dealer .search-form h1,
  .content .search-dealer .search-form .h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .content .search-dealer .search-form h1,
  .content .search-dealer .search-form .h1 {
    font-size: 1.8em;
  }
}
.content .search-dealer .search-form .form-inline {
  text-align: center;
}
.content .search-dealer .search-form .form-inline .form-group {
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .search-dealer .search-form .form-inline .form-group {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    display: block;
  }
}
@media (max-width: 767px) {
  .content .search-dealer .search-form .form-inline .form-group {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
.content .search-dealer .search-form .form-inline input[type=text] {
  width: 320px;
  border-radius: 0;
  border: 1px solid #000;
  height: 47px;
  font-size: 16px;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .search-dealer .search-form .form-inline input[type=text] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content .search-dealer .search-form .form-inline input[type=text] {
    width: 100%;
  }
}
.content .search-dealer .search-form .form-inline .checkbox {
  display: block;
}
.content .search-dealer .search-form .form-inline .checkbox label {
  display: block;
  margin-left: -126px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .search-dealer .search-form .form-inline .checkbox label {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .content .search-dealer .search-form .form-inline .checkbox label {
    margin-left: 0;
    padding-left: 0;
  }
}
.content .search-dealer .search-form .form-inline .checkbox label input {
  display: none;
}
.content .search-dealer .search-form .form-inline .checkbox label.no-margin {
  margin-left: 0;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .search-dealer .search-form .btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .content .search-dealer .search-form .btn {
    padding: 10px 5px;
    margin-bottom: 20px;
  }
}
.content .search-dealer #map-canvas {
  height: 270px;
  width: 100%;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .search-dealer #map-canvas {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .content .search-dealer #map-canvas {
    height: 450px;
  }
}
.content .search-dealer .dealer-results .dealer-result {
  margin-bottom: 20px;
  min-height: 105px;
}
@media (max-width: 767px) {
}
.content .search-dealer .dealer-results .dealer-result .dealer-results-maplink img {
  width: 100%;
  vertical-align: middle;
  border: 1px solid #000;
}
.content .newsletter-block,
.content .news-block {
  margin-bottom: 20px;
}
.content .newsletter-block h3,
.content .news-block h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ff6600;
}
.content .newsletter-block h4,
.content .news-block h4 {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
}
.content .newsletter-block p,
.content .news-block p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content .newsletter-block .btn,
  .content .news-block .btn {
    margin-bottom: 20px;
  }
}
.content .newsletter-block .news-block-image,
.content .news-block .news-block-image {
  height: 200px;
  border: 1px solid #000;
  margin-top: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content .infopage {
  margin-top: 20px;
}
.content .big-photo-header {
  background-color: #333;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 150px;
}
@media (max-width: 767px) {
  .content .big-photo-header {
    min-height: 100px;
  }
}
.content .big-photo-header.landingspage-header p {
  margin-top: 10px;
}
.content .big-photo-header .big-photo-header-gradient {
  padding: 30px 30px 30px 30px;
  min-height: 150px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
@media (max-width: 767px) {
  .content .big-photo-header .big-photo-header-gradient {
    min-height: 100px;
    padding: 30px;
  }
}
.content .big-photo-header h1,
.content .big-photo-header .h1,
.content .big-photo-header h2,
.content .big-photo-header h3,
.content .big-photo-header p {
  color: #fff;
}
.content .big-photo-header h1,
.content .big-photo-header .h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.content .big-photo-header h2 {
  margin-bottom: 0px;
  font-size: 14px;
  padding: 0 340px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  line-height: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .big-photo-header h2 {
    padding: 0 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .big-photo-header h2 {
    padding: 0 130px;
  }
}
@media (max-width: 767px) {
  .content .big-photo-header h2 {
    padding: 0;
    margin-bottom: 20px;
  }
}
.content .big-photo-header .big-photo-header-links .big-photo-header-link {
  background: #ff6600;
  padding: 20px;
}
@media (max-width: 767px) {
  .content .big-photo-header .big-photo-header-links .big-photo-header-link {
    margin-bottom: 20px;
  }
}
.content .big-photo-header .big-photo-header-links .big-photo-header-link img {
  margin-bottom: 0px;
  height: 100px;
  width: auto;
}
.content .big-photo-header .big-photo-header-links .big-photo-header-link h3 {
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  color: #993d00;
  margin-top: 5px;
}
.content .big-photo-header .big-photo-header-links .big-photo-header-link h3:hover {
  color: #fff;
}
.content .big-photo-header .big-photo-header-links .big-photo-header-link a:hover {
  text-decoration: none;
}
.content .big-photo-header .big-photo-header-links .big-photo-header-link.big-photo-header-link-active {
  color: #fff;
}
.content .big-photo-header .big-photo-header-links .big-photo-header-link.big-photo-header-link-active h3,
.content .big-photo-header .big-photo-header-links .big-photo-header-link.big-photo-header-link-active .fa {
  color: #fff;
}
@media (max-width: 767px) {
  .content .big-photo-header .big-photo-header-links .big-photo-header-link.big-photo-header-link-active {
    height: auto;
    padding: 20px;
  }
}
.content .product-index .product-index-usps {
  padding: 20px 20px 0 20px;
}
.content .product-index .product-index-content {
  background-color: #bbb;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.content .product-index .product-index-review {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #bbb;
  text-align: center;
  padding: 15px;
}
.content .product-index .product-index-review h5 {
  line-height: 18px;
}
.content .product-index .product-index-review .product-index-review-rating {
  color: #FBB03B;
  font-size: 4.5em;
  margin: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-index .product-index-review .product-index-review-rating {
    font-size: 3.5em;
  }
}
@media (max-width: 767px) {
  .content .product-index .product-index-review .product-index-review-rating {
    font-size: 3.3em;
  }
}
.content .product-index .product-index-review img {
  margin-top: 10px;
}
.content .product-index .product-index-filter {
  width: 100%;
  margin: 20px 0;
}
.content .product-index .product-index-filter.affix {
  top: 0;
  width: 262.5px;
  position: fixed !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .product-index .product-index-filter.affix {
    width: 212.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-index .product-index-filter.affix {
    width: 157.5px;
  }
}
@media (max-width: 767px) {
  .content .product-index .product-index-filter.affix {
    width: 100%;
    position: static;
  }
}
.content .product-index .product-index-filter .product-index-filter-title {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
  border: 2px solid #333;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .content .product-index .product-index-filter .product-index-filter-title {
    padding: 10px;
  }
}
.content .product-index .product-index-filter .product-index-filter-mobile a {
  color: #fff;
  margin-top: 5px;
  display: block;
}
.content .product-index .product-index-filter .product-index-filter-mobile a:hover {
  color: #000;
}
.content .product-index .product-index-filter .product-index-filter-content {
  padding: 20px;
  background-color: #bbb;
  border: 2px solid #333;
  border-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-index .product-index-filter .product-index-filter-content {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .content .product-index .product-index-filter .product-index-filter-content {
    display: none;
  }
}
.content .product-index .product-index-filter .product-index-filter-content .usewrapper .checkbox label {
  padding-left: 0px;
}
.content .product-index .product-index-filter .product-index-filter-content .usewrapper .price_filter {
  margin-top: 10px;
  margin-bottom: 20px;
}
.content .product-index .product-index-filter .product-index-filter-content .usewrapper .price_filter .price_filter_display {
  text-align: center;
}
.content .product-index .product-index-filter .product-index-filter-content .usewrapper .price_filter .price_filter_display .price_slider_min {
  float: left;
  display: inline-block;
}
.content .product-index .product-index-filter .product-index-filter-content .usewrapper .price_filter .price_filter_display .price_slider_max {
  float: right;
  display: inline-block;
}
.content .product-index .product-index-filter .product-index-filter-content .usewrapper .price_filter #slider-range {
  margin-top: 5px;
}
.content .product-index .product-index-filter .product-index-filter-content .btn {
  padding: 7px 0;
}
.content .product-index .product-index-compare-button {
  margin-top: 0;
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .content .product-index .product-index-compare-button {
    width: 100%;
  }
  .content .product-index .product-index-compare-button .btn {
    width: 100%;
    margin-top: 5px;
  }
}
.content .product-index .product-index-compare-button span {
  line-height: 30px;
}
.content .product-index .product-index-compare-button .btn {
  margin: 0 auto;
  padding: 12px 20px;
}
.content .product-index .product-index-compare-button form {
  display: none;
}
.content .product-index .product-index-bikes {
  padding: 20px 0 0 0;
}
.content .product-index .product-index-bikes .product-index-bike {
  border-top: 1px solid #000;
  padding: 20px 0;
  position: relative;
}
.content .product-index .product-index-bikes .product-index-bike:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.content .product-index .product-index-bikes .product-index-bike h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
}
.content .product-index .product-index-bikes .product-index-bike h3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-new,
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-notavailable {
  top: 0px;
  font-size: 20px;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-style: italic;
  position: absolute;
  top: 80px;
  right: 0px;
  z-index: 1;
}
@media (min-width: 992px) {
  .content .product-index .product-index-bikes .product-index-bike .product-index-bike-new,
  .content .product-index .product-index-bikes .product-index-bike .product-index-bike-notavailable {
    top: 60px;
  }
}
.content .product-index .product-index-bikes .product-index-bike:first-child .product-index-bike-new,
.content .product-index .product-index-bikes .product-index-bike:first-child .product-index-bike-notavailable {
  top: 50px;
}
@media (min-width: 992px) {
  .content .product-index .product-index-bikes .product-index-bike:first-child .product-index-bike-new,
  .content .product-index .product-index-bikes .product-index-bike:first-child .product-index-bike-notavailable {
    top: 30px;
  }
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-new {
  color: #FBB03B;
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-notavailable {
  color: #FBB03B;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.content .product-index .product-index-bikes .product-index-bike .stars {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.content .product-index .product-index-bikes .product-index-bike .stars .stars-wrapper {
  display: block;
  margin: 0 auto;
}
.content .product-index .product-index-bikes .product-index-bike .stars small {
  display: block;
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 20px;
}
.content .product-index .product-index-bikes .product-index-bike .stars small a {
  color: #DFE0E0;
}
.content .product-index .product-index-bikes .product-index-bike .stars small a:hover {
  color: #000;
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-specs {
  text-align: center;
  margin-bottom: 20px;
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-specs .product-index-bike-spec {
  color: #000;
  display: inline-block;
  padding: 0 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .product-index .product-index-bikes .product-index-bike .product-index-bike-specs .product-index-bike-spec {
    width: 40%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-index .product-index-bikes .product-index-bike .product-index-bike-specs .product-index-bike-spec {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .content .product-index .product-index-bikes .product-index-bike .product-index-bike-specs .product-index-bike-spec {
    width: 100%;
    padding: 0;
  }
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-specs .product-index-bike-spec .product-index-bike-spec-icon {
  float: left;
  padding-right: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .content .product-index .product-index-bikes .product-index-bike .product-index-bike-specs .product-index-bike-spec .product-index-bike-spec-icon {
    min-width: 50px;
  }
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-specs .product-index-bike-spec .product-index-bike-spec-text {
  float: left;
  text-align: left;
  line-height: 20px;
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-photo {
  text-align: center;
  margin-bottom: 10px;
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-photo img {
  max-width: 100%;
  height: auto;
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions {
  text-align: left;
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-compare {
  float: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-compare {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 20px;
    display: block;
  }
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-compare label {
  padding-left: 0;
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-compare .checkbox {
  margin: 5px 0;
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-view {
  float: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-view {
    width: 100%;
    float: none;
    clear: both;
  }
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-view .addToCart,
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-view .configure {
  margin-left: 5px;
  padding: 10px 0;
  width: 55px;
  text-align: center;
}
@media (max-width: 767px) {
  .content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-view .addToCart,
  .content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-view .configure {
    padding: 8px 0;
  }
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-view .addToCart .fa,
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .product-index-bike-view .configure .fa {
  margin-left: 0px;
  font-size: 24px;
}
.content .product-index .product-index-bikes .product-index-bike .product-index-bike-actions .compare-now {
  display: none;
  color: #ff6600;
}
.content .product-index .product-index-bikes .product-index-bike.product-index-accessoire {
  padding: 0px 24px;
  margin-bottom: 20px;
  border-top: none;
  border: 2px solid #333;
  -webkit-box-shadow: 4px 4px 0px 0px #bbb;
  -moz-box-shadow: 4px 4px 0px 0px #bbb;
  box-shadow: 4px 4px 0px 0px #bbb;
}
.content .product-index .product-index-bikes .product-index-bike.product-index-accessoire h2 {
  margin-top: 20px;
}
.content .product-index .product-index-bikes .product-index-bike.product-index-accessoire .product-index-bike-photo {
  height: 250px;
  margin-bottom: 24px;
}
.content .product-index .product-index-bikes .product-index-bike.product-index-accessoire .product-index-bike-photo img {
  max-width: 100%;
  max-height: 100%;
}
.content .product-compare .product-compare-bikes {
  padding: 20px 0;
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container {
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  overflow: scroll;
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container table {
  display: block;
  overflow-x: auto;
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container table tr td {
  min-width: 300px;
  padding: 0 10px;
  vertical-align: top;
  border: 1px solid #bbb;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .product-compare .product-compare-bikes .product-compare-bikes-container table tr td {
    min-width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-compare .product-compare-bikes .product-compare-bikes-container table tr td {
    min-width: 260px;
  }
}
@media (max-width: 767px) {
  .content .product-compare .product-compare-bikes .product-compare-bikes-container table tr td {
    min-width: 290px;
  }
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container table tr td:last-of-type {
  border-right: 0;
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container table tr td.spec-label {
  min-width: 140px;
  border-left: 0;
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container table tr td .spec-unknown {
  color: #DFE0E0;
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container table tr td h2 {
  text-align: center;
  margin: 10px 0;
  font-size: 20px;
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container table tr td img {
  margin: 10px 0;
  height: 150px;
  width: auto;
  max-width: 100%;
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container table tr td .btn {
  margin: 10px 0;
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container table tr.spec-name td {
  border-top: 0;
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container table tr.spec-image td {
  text-align: center;
}
.content .product-compare .product-compare-bikes .product-compare-bikes-container table tr.spec-view td {
  text-align: center;
  border-bottom: 0;
}
.content .product-view .product-view-intro {
  padding: 40px 0 40px 0;
  text-align: center;
}
.content .product-view .product-view-intro h1,
.content .product-view .product-view-intro .h1 {
  margin-bottom: 10px;
  font-size: 30px;
}
.content .product-view .product-view-intro .product-view-intro-text {
  padding: 0 180px;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-view .product-view-intro .product-view-intro-text {
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .content .product-view .product-view-intro .product-view-intro-text {
    padding: 0;
  }
}
.content .product-view .product-view-intro .product-view-bigphoto {
  display: inline-block;
  position: relative;
  width: 80%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .product-view .product-view-intro .product-view-bigphoto {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-view .product-view-intro .product-view-bigphoto {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content .product-view .product-view-intro .product-view-bigphoto {
    width: 100%;
  }
}
.content .product-view .product-view-intro .product-view-bigphoto img {
  width: 100%;
}
.content .product-view .product-view-intro .product-view-bigphoto.no-image {
  width: auto;
  height: auto;
}
.content .product-view .product-view-intro .product-view-bigphoto .fa {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  pointer-events: none;
}
.content .product-view .product-view-intro .product-view-bigphoto .product-view-bike-new,
.content .product-view .product-view-intro .product-view-bigphoto .product-view-bike-notavailable {
  font-size: 20px;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-style: italic;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.content .product-view .product-view-intro .product-view-bigphoto .product-view-bike-new {
  color: #FBB03B;
}
.content .product-view .product-view-intro .product-view-bigphoto .product-view-bike-notavailable {
  color: #FBB03B;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.content .product-view .product-view-intro .product-view-slideshow-container {
  width: 100%;
  margin: 40px 0 0 0;
}
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-prev,
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-next {
  width: 50px;
  float: left;
  text-align: left;
  font-size: 30px;
  line-height: 100px;
  color: #DFE0E0;
}
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-prev a,
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-next a {
  color: #DFE0E0;
}
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-prev a:hover,
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-next a:hover {
  color: #DFE0E0;
}
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-prev a.next_prev_disabled,
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-next a.next_prev_disabled {
  cursor: not-allowed;
}
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-prev a.next_prev_disabled:hover,
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-next a.next_prev_disabled:hover {
  color: #DFE0E0;
}
@media (max-width: 767px) {
  .content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-prev,
  .content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-next {
    width: 10%;
  }
}
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-next {
  text-align: right;
  width: 40px;
}
@media (max-width: 767px) {
  .content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-next {
    width: 10%;
  }
}
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-cycle {
  width: 1040px;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-cycle {
    width: 850px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-cycle {
    width: 630px;
  }
}
@media (max-width: 767px) {
  .content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-cycle {
    width: 80%;
  }
}
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-cycle .product-view-slideshow-cycle-slide {
  height: 100px;
  width: 160px;
  border: 1px solid #333;
  float: left;
  margin-right: 10px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-cycle .product-view-slideshow-cycle-slide {
    width: 147px;
  }
}
@media (max-width: 767px) {
  .content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-cycle .product-view-slideshow-cycle-slide {
    width: 147px;
  }
}
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-cycle .product-view-slideshow-cycle-slide a.fancyboxmovie {
  font-size: 60px;
  line-height: 100px;
  display: block;
  width: 100%;
  height: 100%;
}
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-cycle .product-view-slideshow-cycle-slide a.fancyboxphoto {
  display: block;
  width: 100%;
  height: 100%;
}
.content .product-view .product-view-intro .product-view-slideshow-container .product-view-slideshow-cycle .product-view-slideshow-cycle-slide a.fancyboxphoto img {
  height: 100px;
  width: auto;
}
.content .product-view .product-view-intro .product-view-bike-specs {
  text-align: center;
  margin-bottom: 20px;
  margin: 40px 0 0 0;
}
.content .product-view .product-view-intro .product-view-bike-specs .product-view-bike-spec {
  color: #000;
  display: inline-block;
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-view .product-view-intro .product-view-bike-specs .product-view-bike-spec {
    width: 40%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .content .product-view .product-view-intro .product-view-bike-specs .product-view-bike-spec {
    width: 100%;
    padding: 0;
  }
}
.content .product-view .product-view-intro .product-view-bike-specs .product-view-bike-spec .product-view-bike-spec-icon {
  float: left;
  padding-right: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .content .product-view .product-view-intro .product-view-bike-specs .product-view-bike-spec .product-view-bike-spec-icon {
    min-width: 50px;
  }
}
.content .product-view .product-view-intro .product-view-bike-specs .product-view-bike-spec .product-view-bike-spec-text {
  float: left;
  text-align: left;
  line-height: 20px;
}
.content .product-view .product-view-extra-content {
  padding: 0 180px 40px 180px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-view .product-view-extra-content {
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .content .product-view .product-view-extra-content {
    padding: 0;
  }
}
.content .product-view .product-view-review-top {
  background: #bbb;
  padding: 8px 10px;
  font-size: 14px;
  margin-bottom: 40px;
  height: 45px;
}
@media (max-width: 767px) {
  .content .product-view .product-view-review-top {
    height: auto;
  }
}
.content .product-view .product-view-review-top .product-view-review-top-productname {
  font-size: 24px;
  margin-right: 10px;
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}
.content .product-view .product-view-review-top .fa {
  font-size: 20px;
}
.content .product-view .product-view-review-top .product-view-review-top-text {
  margin-left: 7px;
}
.content .product-view .product-view-review-top .product-view-review-top-text a {
  text-decoration: underline;
}
.content .product-view .product-view-review-top .product-view-review-top-text a:hover {
  text-decoration: none;
}
.content .product-view .product-view-order {
  margin-top: 40px;
  margin-bottom: 80px;
}
.content .product-view .product-view-order h2 {
  margin-bottom: 20px;
}
.content .product-view .product-view-order .product-view-order-price {
  text-align: center;
  display: block;
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
}
.content .product-view .product-view-order .product-view-order-btn {
  text-align: center;
  display: block;
}
.content .product-view .product-view-order .product-view-order-delivery {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.content .product-view .product-view-tabs ul.nav {
  border-bottom: 3px solid #000;
}
@media (max-width: 767px) {
  .content .product-view .product-view-tabs ul.nav {
    border-bottom: 2px solid #000;
  }
}
.content .product-view .product-view-tabs ul.nav li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content .product-view .product-view-tabs ul.nav li {
    width: 100%;
  }
}
.content .product-view .product-view-tabs ul.nav li a {
  background-color: #bbb;
  color: #000;
  font-size: 14px;
  padding: 10px 40px;
  margin-right: 10px;
  border: 0;
}
@media (max-width: 767px) {
  .content .product-view .product-view-tabs ul.nav li a {
    width: 100%;
    border-bottom: 1px solid #000;
  }
}
.content .product-view .product-view-tabs ul.nav li.active a,
.content .product-view .product-view-tabs ul.nav li:hover a {
  background-color: #000;
  color: #fff;
}
.content .product-view .product-view-tabs .tab-pane {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 60px;
}
.content .product-view .product-view-tabs .tab-pane .product-view-specs h2 {
  margin-top: 40px;
}
.content .product-view .product-view-tabs .tab-pane .product-view-specs table {
  width: 100%;
  margin-bottom: 0;
}
.content .product-view .product-view-tabs .tab-pane .product-view-specs table.product-view-specs-table-large {
  width: 50%;
  float: left;
}
.content .product-view .product-view-tabs .tab-pane .product-view-specs table tr td {
  padding: 5px 10px;
  vertical-align: top;
  border: 1px solid #bbb;
  border-left: 0;
  border-right: 0;
}
.content .product-view .product-view-tabs .tab-pane .product-view-specs table tr td:last-of-type {
  border-right: 0;
}
.content .product-view .product-view-tabs .tab-pane .product-view-specs table tr td.spec-label {
  width: 150px;
  border-left: 0;
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}
.content .product-view .product-view-tabs .tab-pane .product-view-specs table tr td .spec-unknown {
  color: #DFE0E0;
}
.content .product-view .product-view-tabs .tab-pane .product-view-specs table tr.spec-name td {
  border-top: 0;
}
.content .product-view .product-view-tabs .tab-pane .product-view-specs table tr:first-of-type td {
  border-top: 0;
}
.content .product-view .product-view-tabs .tab-pane .product-view-specs table tr:last-of-type td {
  border-bottom: 0;
}
.content .product-view .product-view-tabs .tab-pane .product-view-benefits {
  font-size: 13px;
}
.content .product-view .product-view-tabs .tab-pane .product-view-benefits h3 {
  color: #ff6600;
}
.content .product-view .product-view-tabs .tab-pane .product-view-battery h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.content .product-view .product-view-tabs .tab-pane .product-view-battery h4 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 5px;
  color: #39B54A;
}
.content .product-view .product-view-tabs .tab-pane .product-view-battery p.subinfo {
  font-size: 16px;
  text-align: center;
}
.content .product-view .product-view-tabs .tab-pane .product-view-battery .subtitle {
  text-align: center;
  display: block;
  margin: 20px 0;
  padding: 0 100px;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .product-view .product-view-tabs .tab-pane .product-view-battery .subtitle {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-view .product-view-tabs .tab-pane .product-view-battery .subtitle {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .content .product-view .product-view-tabs .tab-pane .product-view-battery .subtitle {
    padding: 0 20px;
  }
}
.content .product-view .product-view-tabs .tab-pane .product-view-battery .text {
  margin-top: 20px;
  display: block;
}
.content .product-view .product-view-tabs .tab-pane .product-view-battery .product-view-battery-image {
  width: 100%;
  height: 250px;
  border: 1px solid #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .content .product-view .product-view-tabs .tab-pane .product-view-battery .product-view-battery-image {
    margin-bottom: 10px;
  }
}
.content .product-view .product-view-tabs .tab-pane .product-view-accessory .product-view-accessory-bottommargin {
  margin-bottom: 50px;
}
.content .product-view .product-view-tabs .tab-pane .product-view-accessory h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.content .product-view .product-view-tabs .tab-pane .product-view-accessory h4 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 5px;
  color: #39B54A;
}
.content .product-view .product-view-tabs .tab-pane .product-view-accessory p.subinfo {
  font-size: 16px;
  text-align: center;
}
.content .product-view .product-view-tabs .tab-pane .product-view-accessory .subtitle {
  text-align: center;
  display: block;
  margin: 20px 0;
  padding: 0 100px;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .product-view .product-view-tabs .tab-pane .product-view-accessory .subtitle {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-view .product-view-tabs .tab-pane .product-view-accessory .subtitle {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .content .product-view .product-view-tabs .tab-pane .product-view-accessory .subtitle {
    padding: 0 20px;
  }
}
.content .product-view .product-view-tabs .tab-pane .product-view-accessory .product-view-accessory-image {
  width: 100%;
  height: 250px;
  border: 1px solid #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .content .product-view .product-view-tabs .tab-pane .product-view-accessory .product-view-accessory-image {
    margin-bottom: 10px;
  }
}
.content .product-view .product-view-tabs .tab-pane .product-view-extra-content {
  padding: 0;
}
.content .product-view .product-view-tryout-brochure .product-view-tryout {
  background: #000;
  height: 200px;
  display: block;
  border: 1px solid #333;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .content .product-view .product-view-tryout-brochure .product-view-tryout {
    height: auto;
    margin-bottom: 20px;
    padding: 20px 0;
  }
}
.content .product-view .product-view-tryout-brochure .product-view-tryout p {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  padding: 0 60px;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .product-view .product-view-tryout-brochure .product-view-tryout p {
    margin-top: 30px;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-view .product-view-tryout-brochure .product-view-tryout p {
    margin-top: 30px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .content .product-view .product-view-tryout-brochure .product-view-tryout p {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
    padding: 0;
  }
}
.content .product-view .product-view-tryout-brochure .product-view-tryout .btn {
  font-size: 16px;
}
@media (max-width: 767px) {
  .content .product-view .product-view-tryout-brochure .product-view-tryout .btn {
    font-size: 14px;
  }
}
.content .product-view .product-view-tryout-brochure .product-view-tryout:hover {
  text-decoration: none;
}
.content .product-view .product-view-tryout-brochure .product-view-brochure {
  font-size: 20px;
  height: 195px;
  display: block;
  border: 2px solid #333;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: 4px 4px 0px 0px #595959;
  -moz-box-shadow: 4px 4px 0px 0px #595959;
  box-shadow: 4px 4px 0px 0px #595959;
}
@media (max-width: 767px) {
  .content .product-view .product-view-tryout-brochure .product-view-brochure {
    height: auto;
    margin-bottom: 20px;
    padding: 20px 0;
  }
}
.content .product-view .product-view-tryout-brochure .product-view-brochure span {
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  color: #000;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  margin-top: 55px;
}
.content .product-view .product-view-tryout-brochure .product-view-brochure span:hover {
  color: #333;
}
@media (max-width: 767px) {
  .content .product-view .product-view-tryout-brochure .product-view-brochure span {
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}
.content .product-view .product-view-tryout-brochure .product-view-brochure img {
  height: 130px;
  width: auto;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .content .product-view .product-view-tryout-brochure .product-view-brochure img {
    margin-top: 0;
    height: 75px;
  }
}
.content .product-view .product-view-tryout-brochure #downloadBrochureForm label {
  padding-left: 0;
}
.content .product-view .product-view-tryout-brochure #downloadBrochureForm input {
  border-color: #000;
}
.content .product-view .product-view-tryout-brochure #downloadBrochureForm .btn {
  border: 0;
}
.content .product-view .product-view-tryout-brochure .formDownloadBrochureError {
  color: #c63f3f;
  margin-top: 10px;
  display: block;
}
.content .product-view .product-view-dealer {
  display: flex;
  margin-bottom: 20px;
}
.content .product-view .product-view-reviews {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.content .product-view .product-view-reviews .product-view-header {
  margin-bottom: 10px;
  color: #333;
  font-size: 24px;
  margin-left: 20px;
  margin-right: 20px;
}
.content .product-view .product-view-reviews .product-view-header .btn {
  margin-top: -5px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  float: right;
}
@media (max-width: 767px) {
  .content .product-view .product-view-reviews .product-view-header .btn {
    float: none !important;
    clear: both;
    display: block;
    margin-top: 10px;
  }
}
.content .product-view .product-view-reviews .product-view-review-average {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
}
.content .product-view .product-view-reviews .product-view-review-info {
  display: block;
  margin-bottom: 10px;
}
.content .product-view .product-view-reviews .product-view-review-rating {
  font-size: 24px;
}
.content .product-view .product-view-reviews .product-view-review-content {
  margin-top: 5px;
  margin-bottom: 10px;
}
.content .product-view .product-view-reviews #carousel-reviews {
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}
.content .product-view .product-view-reviews #carousel-reviews .item {
  height: auto;
  border-bottom: none;
  min-height: 185px;
}
@media (max-width: 767px) {
  .content .product-view .product-view-reviews #carousel-reviews .item {
    min-height: 350px;
  }
}
.content .product-view .product-view-reviews .btn {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.content .product-view .product-view-reviews hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #DFE0E0;
}
.content .product-view .product-view-similar {
  margin-top: 80px;
  margin-bottom: 80px;
}
.content .product-view .product-view-similar h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.content .product-view .product-view-accessories {
  margin-top: 60px;
}
.content .accessory-view .product-view-benefits {
  border-bottom: 0;
}
.content .product-configure .product-index-filter {
  width: 100%;
  margin: 20px 0;
}
.content .product-configure .product-index-filter.affix {
  top: 0;
  width: 262.5px;
  position: fixed !important;
  z-index: 800;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .product-configure .product-index-filter.affix {
    width: 212.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-configure .product-index-filter.affix {
    width: 157.5px;
  }
}
@media (max-width: 767px) {
  .content .product-configure .product-index-filter.affix {
    width: 100%;
    position: static;
    left: 0;
    margin-top: 0;
  }
}
.content .product-configure .product-index-filter .product-index-filter-title {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
  border: 2px solid #333;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .content .product-configure .product-index-filter .product-index-filter-title {
    padding: 10px;
  }
}
.content .product-configure .product-index-filter .product-index-filter-mobile a {
  color: #fff;
  margin-top: 5px;
  display: block;
}
.content .product-configure .product-index-filter .product-index-filter-mobile a:hover {
  color: #000;
}
.content .product-configure .product-index-filter .product-index-filter-content {
  padding: 20px;
  background-color: #bbb;
  border: 2px solid #333;
  border-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .product-configure .product-index-filter .product-index-filter-content {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .content .product-configure .product-index-filter .product-index-filter-content {
    display: none;
  }
}
.content .product-configure .product-index-filter .product-index-filter-content .configuration-list .configuration-item span {
  display: block;
  text-align: right;
  font-size: 14px;
  border-top: 1px solid #000;
}
.content .product-configure .product-index-filter .product-index-filter-content .btn {
  padding: 7px 0;
}
.content .product-configure .product-index-compare-button {
  margin-top: 0;
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .content .product-configure .product-index-compare-button {
    width: 100%;
  }
  .content .product-configure .product-index-compare-button .btn {
    width: 100%;
    margin-top: 5px;
  }
}
.content .product-configure .product-index-compare-button span {
  line-height: 30px;
}
.content .product-configure .product-index-compare-button .btn {
  margin: 0 auto;
  margin-top: 10px;
  padding: 12px 20px;
}
.content .product-configure .product-index-compare-button form {
  display: none;
}
.content .product-configure .product-view-intro .product-view-intro-text {
  padding: 0 50px;
}
.content .product-configure .accessoire-group {
  margin-top: 25px;
}
.content .product-configure .accessoire-group h3 {
  padding: 12px 0 10px 0;
  margin-bottom: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.content .product-configure .accessoire-group .accessoire-item {
  padding-bottom: 20px;
}
.content .product-configure .accessoire-group .accessoire-item:hover label {
  color: #ff6600;
}
.content .product-configure .accessoire-group .accessoire-item.selected h4 {
  color: #ff6600;
}
.content .product-configure .accessoire-group .accessoire-item.selected label {
  color: #ff6600;
}
.content .product-configure .accessoire-group .accessoire-item .accessory-image {
  width: 100%;
  height: 150px;
  border: 1px solid #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .content .product-configure .accessoire-group .accessoire-item .accessory-image {
    margin-bottom: 10px;
  }
}
.content .product-configure .accessoire-group .accessoire-item .accessory-image.empty-placeholder {
  background: #eee;
  color: #bbb;
  text-align: center;
}
.content .product-configure .accessoire-group .accessoire-item .accessory-image.empty-placeholder .fa {
  margin-top: 33px;
}
.content .product-configure .accessoire-group .accessoire-item h4 {
  margin-bottom: 5px;
}
.content .product-configure .accessoire-group .accessoire-item .form-group {
  margin-top: 15px;
}
.content .product-configure .accessoire-group .accessoire-item .form-group input[type=radio] {
  display: none;
}
.content .product-configure .accessoire-group .accessoire-item .form-group label {
  cursor: pointer;
}
.content .product-configure .accessoire-group .accessoire-item .form-group label .fa {
  margin-right: 5px;
}
.content .product-configure #submitForm {
  margin-top: 10px;
}
.content .usps-container {
  background-color: #000;
  padding: 7px 7px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .usps-container {
    padding: 7px 10px;
  }
}
.content .usps-container .usps-container-usp-container {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  margin-bottom: -5px;
}
.content .usps-container .usps-container-usp-container .usps-container-usp {
  padding-right: 30px;
  float: left;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .usps-container .usps-container-usp-container .usps-container-usp {
    padding-right: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .usps-container .usps-container-usp-container .usps-container-usp {
    width: 33%;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .content .usps-container .usps-container-usp-container .usps-container-usp {
    width: 50%;
    padding-right: 5px;
  }
}
@media (max-width: 500px) {
  .content .usps-container .usps-container-usp-container .usps-container-usp {
    width: 100%;
  }
}
.content .usps-container .usps-container-usp-container .usps-container-usp .usps-container-usp-content {
  padding: 0 5px 0 0;
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .usps-container .usps-container-usp-container .usps-container-usp .usps-container-usp-content {
    padding: 0;
  }
}
.content .usps-container .usps-container-usp-container .usps-container-usp .usps-container-usp-content .fa {
  font-size: 40px;
  color: #ff6600;
  margin-bottom: 5px;
  font-size: 11px;
}
.content .usps-container .usps-container-usp-container .usps-container-usp .usps-container-usp-content h1,
.content .usps-container .usps-container-usp-container .usps-container-usp .usps-container-usp-content h2,
.content .usps-container .usps-container-usp-container .usps-container-usp .usps-container-usp-content h3,
.content .usps-container .usps-container-usp-container .usps-container-usp .usps-container-usp-content h4,
.content .usps-container .usps-container-usp-container .usps-container-usp .usps-container-usp-content p,
.content .usps-container .usps-container-usp-container .usps-container-usp .usps-container-usp-content a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  display: inline-block;
  margin: 0;
}
.content .usps-arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 13px solid #000;
  margin: 0 auto;
}
.content .review_star_full {
  color: #F7931E;
  margin-right: 3px;
}
.content .review_star_empty {
  color: #333;
  margin-right: 3px;
}
.content .partner-index h1,
.content .partner-index .h1 {
  padding-top: 10px;
}
.content .partner-index .partner {
  height: 160px;
  margin-bottom: 10px;
}
.content .partner-index .partner img {
  max-height: 110px;
  margin-bottom: 5px;
}
.content .partner-index .partner .partnerinfo {
  position: absolute;
  bottom: 0;
}
.content .partner-index .partner .partnerinfo h3 {
  margin-bottom: 0px;
}
.content .partner-index .partner .partnerinfo .url {
  margin-bottom: 10px;
}
.content .dealer-index .dealers {
  margin-top: 20px;
}
.content .dealer-index .dealers h2 {
  margin-bottom: 20px;
}
.content .dealer-index .dealers .dealer {
  margin-bottom: 20px;
}
.content .dealer-index .dealers .dealer.dealer-result {
  margin-bottom: 50px;
  min-height: 105px;
}
@media (max-width: 767px) {
}
.content .dealer-index .dealers .dealer.dealer-result .dealer-results-maplink img {
  width: 100%;
  vertical-align: middle;
  border: 1px solid #000;
}
.content .dealer-index .dealers .dealer h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.content .dealer-index .dealers .dealer .btn {
  margin-top: 5px;
}
.content .dealer-view h1,
.content .dealer-view .h1 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #ff6600;
}
.content .dealer-view .dealer-photo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/img/no_image.png');
  height: 110px;
  border: 1px solid #000;
}
.content .dealer-view .dealer-photo.dealer-photo-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .dealer-view .dealer-photo {
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .dealer-view .dealer-photo {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .content .dealer-view .dealer-photo {
    margin: 20px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    height: 200px;
  }
  .content .dealer-view .dealer-photo.dealer-photo-image {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
.content .dealer-view #map-canvas-dealer-view {
  width: 100%;
  height: 250px;
  border: 1px solid #333;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .content .dealer-view #map-canvas-dealer-view {
    margin-top: 20px;
  }
}
.content .dealer-view #pano-canvas-dealer-view {
  height: 250px!important;
}
.content .dealer-view .dealer-quote {
  font-family: 'open_sansitalic', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.content .dealer-view .dealer-info {
  font-size: 15px;
}
.content .dealer-view .dealer-info h2 {
  font-size: 15px;
  margin-bottom: 5px;
}
.content .dealer-view .dealer-info-links {
  margin-bottom: 20px;
}
.content .dealer-view .dealer-info-links a {
  color: #000;
}
.content .dealer-view .dealer-info-buttons {
  margin-top: 20px;
  margin-bottom: 30px;
}
.content .dealer-view .dealer-info-buttons a:first-child {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .content .dealer-view .btn-download-route {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .dealer-view .btn-download-route {
    float: right;
  }
}
.content .dealer-view .btn {
  margin-top: 5px;
}
.content .dealer-view table tr td {
  padding: 0;
  width: 50%;
  border-left: 0;
  border-right: 0;
}
.content .dealer-view iframe {
  border: 1px solid #333;
  margin: 30px 0 20px 0;
}
.content .dealer-view .dealer-mihatra-text {
  margin-top: 20px;
}
.content .dealer-account {
  margin-top: 20px;
}
.content .dealer-account.register-account input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.content .dealer-account ul.nav-tabs {
  margin-top: 20px;
  margin-bottom: 15px;
}
.content .dealer-account .content-countdown {
  margin-top: -20px;
  display: block;
  margin-bottom: 20px;
  text-align: right;
  font-size: 11px;
}
.content .dealer-account .password-adjustment {
  margin-bottom: 5px;
  display: block;
  font-size: 11px;
}
.content .dealer-account input[type=radio],
.content .dealer-account input[type=checkbox] {
  border: 0;
  clip: none;
  height: 15px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 25px;
}
@media (max-width: 767px) {
  .content .dealer-account #businesshours {
    margin-top: 50px;
  }
}
.content .dealer-account #businesshours tr {
  background: #fff;
}
.content .dealer-account #businesshours tr td {
  border: 0;
  padding: 0;
}
.content .dealer-account #businesshours tr td .input-append {
  display: inline-block;
}
.content .dealer-account #businesshours tr td .input-small {
  width: 50px;
  height: 30px;
  padding-top: 2px;
  text-align: center;
  background-color: #eee;
  border: 1px solid #333;
}
.content .dealer-account #businesshours tr td .input-small:focus {
  box-sizing: border-box;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}
.content .dealer-account #businesshours tr td .btn {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  padding: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content .dealer-account #businesshours tr td .btn:hover {
  background-color: #000;
}
.content .dealer-account #businesshours tr td .btn:active {
  margin-top: 0;
  margin-right: 4px;
}
.content .dealer-account #businesshours tr td .btn .fa {
  margin-left: 0;
}
.content .dealer-account #businesshours tr td .btn.add-on {
  margin-left: -4px;
  height: 30px;
}
.content .dealer-account #businesshours tr td #copytimes {
  margin-left: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .dealer-account #businesshours tr td #copytimes {
    display: block;
    margin: 5px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .content .dealer-account #businesshours tr td #copytimes {
    display: block;
    margin: 5px 0 10px 0;
  }
}
.content .dealer-account #businesshours tr td .businesshour-open {
  margin-top: 5px;
  margin-bottom: 20px;
}
.content .dealer-account #businesshours tr td .businesshour-open input {
  float: left;
}
.content .dealer-account .businesshourbreak-checkbox {
  font-size: 12px;
  margin-bottom: 20px;
}
.content .dealer-account .businesshourbreak-checkbox input {
  float: left;
}
.content .dealer-account .businesshourbreak-checkbox label {
  float: left;
  line-height: 12px;
}
.content .dealer-account .view_profile {
  margin-left: 20px;
  line-height: 30px;
}
.content .dealer-account .uploadcontainer-mediafiles {
  margin-bottom: 20px;
}
.content .dealer-account .label-header {
  margin-bottom: 5px;
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}
.content .dealer-account.orders .table tbody tr {
  cursor: pointer;
}
.content .dealer-account.orders .table tbody tr:hover {
  background: #737373;
}
.content .dealer-account.orders .table tbody tr td {
  vertical-align: middle;
}
.content .dealer-account.orders .table tbody tr td.order-no {
  width: 75px;
  text-align: center;
}
.content .dealer-account.orders .table tbody tr td.order-status {
  width: 35px;
  text-align: center;
}
.content .dealer-account.orders .table tbody tr td .order-tooltip {
  font-size: 16px;
}
.content .dealer-account.view-order h2 {
  font-size: 18px;
}
.content .dealer-account.view-order table.totalcart {
  margin-bottom: 30px;
}
.content .dealer-account.view-order table.totalcart tr td.price {
  padding-right: 8px;
  width: 120px;
}
.content .dealer-account.view-order .statuses .status {
  font-size: 13px;
  margin-bottom: 10px;
}
.content .newsitems-index {
  margin-top: 20px;
}
.content .newsitems-index h1,
.content .newsitems-index .h1 {
  margin-bottom: 20px;
}
.content .newsitems-index .infopage_content {
  margin-bottom: 30px;
  display: block;
  margin-top: -10px;
}
.content .newsitems-index .newsitem {
  margin-bottom: 20px;
}
.content .newsitems-index .newsitem .newsitem-photo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/img/no_image.png');
  height: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
}
.content .newsitems-index .newsitem .newsitem-photo.newsitem-photo-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .newsitems-index .newsitem .newsitem-photo {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .newsitems-index .newsitem .newsitem-photo {
    height: 95px;
  }
}
@media (max-width: 767px) {
  .content .newsitems-index .newsitem .newsitem-photo {
    margin: 20px auto;
    width: auto;
    height: 150px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
  }
  .content .newsitems-index .newsitem .newsitem-photo.newsitem-photo-image {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
.content .newsitems-index .newsitem .btn {
  margin-top: 10px;
}
.content .newsitems-view {
  margin-top: 20px;
}
.content .newsitems-view .newsitem-photo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/img/no_image.png');
  height: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .newsitems-view .newsitem-photo {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .newsitems-view .newsitem-photo {
    height: 95px;
  }
}
@media (max-width: 767px) {
  .content .newsitems-view .newsitem-photo {
    margin: 20px auto;
    width: 150px;
    height: 150px;
  }
}
.content .events-index {
  margin-top: 20px;
}
.content .events-index h1,
.content .events-index .h1 {
  margin-bottom: 20px;
}
.content .events-index .infopage_content {
  margin-bottom: 30px;
  display: block;
  margin-top: -10px;
}
.content .events-index .event {
  margin-bottom: 20px;
}
.content .events-index .event .event-photo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/img/no_image.png');
  height: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
}
.content .events-index .event .event-photo.event-photo-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .events-index .event .event-photo {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .events-index .event .event-photo {
    height: 95px;
  }
}
@media (max-width: 767px) {
  .content .events-index .event .event-photo {
    margin: 20px auto;
    width: 150px;
    height: 150px;
  }
  .content .events-index .event .event-photo.event-photo-image {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
.content .events-index .event h2 {
  margin-bottom: 5px;
  font-size: 18px;
}
.content .events-index .event p {
  font-size: 16px;
  margin-bottom: 10px;
}
.content .events-view {
  margin-top: 20px;
}
.content .events-view h1,
.content .events-view .h1,
.content .events-view h2,
.content .events-view h3,
.content .events-view h4 {
  color: #FBB03B;
}
.content .events-view .event-photo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/img/no_image.png');
  height: 160px;
  border: 1px solid #000;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .events-view .event-photo {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .events-view .event-photo {
    height: 95px;
  }
}
@media (max-width: 767px) {
  .content .events-view .event-photo {
    margin: 20px auto;
    width: 50%;
    height: 150px;
  }
}
.content .events-view .event-signup {
  margin-top: 20px;
}
.content .events-view .event-signup h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}
.content .sitemap ul li.level1 {
  padding-left: 20px;
}
.content .testdriverequest-view {
  margin-top: 20px;
}
.content .testdriverequest-view h1,
.content .testdriverequest-view .h1 {
  color: #ff6600;
  margin-bottom: 20px;
}
.content .testdriverequest-view h2 {
  font-size: 12px;
}
@media (max-width: 767px) {
  .content .testdriverequest-view .search-form {
    padding-top: 40px;
  }
}
.content .testdriverequest-view .input-group {
  margin-bottom: 20px;
}
.content .testdriverequest-view .input-group input {
  background: #808080;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 45px;
  margin-bottom: 0;
  padding: 0 5px;
  border: 1px solid #333;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content .testdriverequest-view .input-group .input-group-addon {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 6px 0 6px 10px;
  color: #333;
}
.content .testdriverequest-view .selected-bike p {
  font-size: 16px;
}
.content .testdriverequest-view .selected-bike img {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .content .testdriverequest-view .selected-bike img {
    margin-bottom: 40px;
  }
}
.content .testdriverequest-view .review {
  background: #bbb;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .content .testdriverequest-view .search-testdrive-view #map-canvas,
  .content .testdriverequest-view .search-testdrive-view .search-form {
    height: 310px;
  }
}
.content .testdriverequest-success .selected-bike,
.content .testdriverequest-success .selected-dealer {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .content .testdriverequest-success .selected-bike,
  .content .testdriverequest-success .selected-dealer {
    margin-top: 40px;
  }
}
.content .testdriverequest-success .selected-bike h2,
.content .testdriverequest-success .selected-dealer h2 {
  font-size: 16px;
  font-weight: normal;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.content .testdriverequest-success .selected-bike img {
  width: 75%;
}
@media (max-width: 767px) {
  .content .testdriverequest-success .selected-bike img {
    margin-bottom: 40px;
  }
}
.content .testdriverequest-success .selected-dealer .dealer-photo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/img/no_image.png');
  height: 165px;
  border: 1px solid #000;
}
.content .testdriverequest-success .selected-dealer .dealer-photo.dealer-photo-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .testdriverequest-success .selected-dealer .dealer-photo {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .testdriverequest-success .selected-dealer .dealer-photo {
    height: 95px;
  }
}
@media (max-width: 767px) {
  .content .testdriverequest-success .selected-dealer .dealer-photo {
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 165px;
    width: 165px;
    margin: 0 auto;
  }
  .content .testdriverequest-success .selected-dealer .dealer-photo.dealer-photo-image {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
.content .review.margin-top {
  margin-top: 20px;
}
.content .review h1,
.content .review .h1 {
  color: #ff6600;
  margin-bottom: 20px;
}
.content .review h2 {
  font-size: 12px;
}
.content .review .infopage-content {
  margin-bottom: 10px;
}
.content .review .input-group {
  margin-bottom: 20px;
}
.content .review .input-group input {
  background: #808080;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  margin-bottom: 0;
  padding: 0 5px;
  border: 1px solid #333;
  font-size: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content .review .input-group .input-group-addon {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 6px 0 6px 10px;
  color: #333;
}
.content .review .selected-bike p {
  font-size: 16px;
}
.content .review .selected-bike img {
  width: 75%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .content .review .selected-bike img {
    margin-bottom: 40px;
  }
}
.content .review .review-add-stars {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.content .review .review-header {
  margin-bottom: 5px;
  color: #000;
  text-align: center;
  font-size: 30px;
}
.content .review .review-header.review-header-stars {
  font-size: 20px;
}
.content .review .review-header .number-of-reviews {
  display: block;
  font-size: 12px;
}
@media (max-width: 767px) {
  .content .review .review-header .review-btns .btn {
    margin-bottom: 10px;
  }
}
.content .review .review-btns a.btn.btn-green {
  margin-right: 15px !important;
}
.content .review .review-product-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 10px;
  height: 125px;
}
.content .review .review-title-divider {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content .review .review-index-slideshow-container {
  width: 100%;
}
.content .review .review-index-slideshow-container .review-index-slideshow-prev,
.content .review .review-index-slideshow-container .review-index-slideshow-next {
  width: 50px;
  float: left;
  text-align: left;
  font-size: 30px;
  line-height: 100px;
  color: #DFE0E0;
}
.content .review .review-index-slideshow-container .review-index-slideshow-prev a,
.content .review .review-index-slideshow-container .review-index-slideshow-next a {
  color: #DFE0E0;
}
.content .review .review-index-slideshow-container .review-index-slideshow-prev a:hover,
.content .review .review-index-slideshow-container .review-index-slideshow-next a:hover {
  color: #DFE0E0;
}
.content .review .review-index-slideshow-container .review-index-slideshow-prev a.next_prev_disabled,
.content .review .review-index-slideshow-container .review-index-slideshow-next a.next_prev_disabled {
  cursor: not-allowed;
}
.content .review .review-index-slideshow-container .review-index-slideshow-prev a.next_prev_disabled:hover,
.content .review .review-index-slideshow-container .review-index-slideshow-next a.next_prev_disabled:hover {
  color: #DFE0E0;
}
@media (max-width: 767px) {
  .content .review .review-index-slideshow-container .review-index-slideshow-prev,
  .content .review .review-index-slideshow-container .review-index-slideshow-next {
    width: 10%;
  }
}
.content .review .review-index-slideshow-container .review-index-slideshow-next {
  text-align: right;
  width: 40px;
}
@media (max-width: 767px) {
  .content .review .review-index-slideshow-container .review-index-slideshow-next {
    width: 10%;
  }
}
.content .review .review-index-slideshow-container .review-index-slideshow-cycle {
  width: 1040px;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .review .review-index-slideshow-container .review-index-slideshow-cycle {
    width: 850px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .review .review-index-slideshow-container .review-index-slideshow-cycle {
    width: 630px;
  }
}
@media (max-width: 767px) {
  .content .review .review-index-slideshow-container .review-index-slideshow-cycle {
    width: 80%;
  }
}
.content .review .review-index-slideshow-container .review-index-slideshow-cycle .cycle-carousel-wrap {
  height: 100px;
}
.content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide {
  height: 100px;
  width: 160px;
  border: 1px solid #333;
  margin-right: 10px;
  text-align: center;
}
.content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide.activeslide {
  border: 1px solid #ff6600;
}
.content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide.activeslide .review-index-slideshow-slide-title {
  background: #ff6600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide {
    width: 147px;
  }
}
@media (max-width: 767px) {
  .content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide {
    width: 147px;
  }
}
.content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide .review-index-slideshow-slide-title {
  font-size: 16px;
  color: #fff;
  width: 158px;
  height: 22px;
  background: #333;
  overflow: hidden;
  display: block;
  padding: 0 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide .review-index-slideshow-slide-title {
    width: 145px;
  }
}
@media (max-width: 767px) {
  .content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide .review-index-slideshow-slide-title {
    width: 145px;
  }
}
.content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide .review-index-slideshow-slide-title .slide-title-link {
  color: #fff;
  text-decoration: none;
  width: 152px;
  overflow: hidden;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide .review-index-slideshow-slide-title .slide-title-link {
    width: 139px;
  }
}
@media (max-width: 767px) {
  .content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide .review-index-slideshow-slide-title .slide-title-link {
    width: 139px;
  }
}
.content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide .slide-image-link {
  font-size: 60px;
  line-height: 100px;
  display: block;
  width: 100%;
  height: 76px;
}
.content .review .review-index-slideshow-container .review-index-slideshow-cycle .review-index-slideshow-cycle-slide img {
  vertical-align: inherit;
  height: 100%;
}
.content .review.reviews-wrapper .review-header {
  text-align: left;
  background: #bbb;
  padding-top: 15px;
  padding-bottom: 10px;
}
.content .review.reviews-wrapper .review-header h3 {
  font-size: 22px;
}
.content .review.reviews-wrapper .review-item {
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.content .review.reviews-wrapper .review-item hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #333;
}
.content .review.reviews-wrapper .review-item .product-view-review-info {
  color: #333;
}
.content .review.reviews-wrapper .review-item .product-view-review-content {
  margin-top: 15px;
}
.content .review.reviews-wrapper .review-item .rating {
  font-size: 4.5em;
  text-align: center;
  vertical-align: middle;
  color: #FBB03B;
  background: #bbb;
  height: 160px;
  width: 160px;
  line-height: 105px;
  float: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .review.reviews-wrapper .review-item .rating {
    width: 127px;
    height: 127px;
    line-height: 80px;
    font-size: 3.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .review.reviews-wrapper .review-item .rating {
    width: 127px;
    height: 127px;
    line-height: 80px;
    font-size: 3.5em;
  }
}
@media (max-width: 767px) {
  .content .review.reviews-wrapper .review-item .rating {
    height: 115px;
    width: 115px;
    line-height: 55px;
    font-size: 3em;
    margin-bottom: 50px;
  }
}
.content .review.reviews-wrapper .review-item .stars {
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 767px) {
  .content .review.reviews-wrapper .review-item .stars {
    float: none;
    display: block;
    margin-top: 5px;
  }
}
.content .review.reviews-wrapper .review-item .stars .rating-symbol:last-child .fa {
  margin-right: 0;
}
.content .review.reviews-wrapper .review-item .stars .rating-symbol .fa {
  color: #F7931E;
  margin-right: 5px;
}
.content .review.reviews-wrapper .review-item .stars .rating-symbol .fa.empty {
  color: #333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .review.reviews-wrapper .review-item .stars .rating-symbol .fa {
    margin-right: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .review.reviews-wrapper .review-item .stars .rating-symbol .fa {
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .content .review.reviews-wrapper .review-item .stars .rating-symbol .fa {
    margin-right: 3px;
  }
}
.content .review.reviews-wrapper .review-image {
  padding-top: 15px;
}
.content .review.reviews-wrapper .review-image img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .content .review.reviews-wrapper .review-image img {
    max-height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .review.reviews-wrapper .review-image img {
    max-height: 122px;
  }
}
.content .review.reviews-wrapper .review-image img.no-image {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .content .review.reviews-wrapper .review-image img.no-image {
    margin-top: 0;
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .review.reviews-wrapper .review-image img.no-image {
    margin-top: 0;
    height: 122px;
  }
}
.content .review.reviews-wrapper .review-divider {
  padding-right: 0;
  padding-left: 0;
}
.content .review.reviews-wrapper .review-divider hr {
  border-bottom: 2px solid #bbb;
  margin-bottom: 40px;
}
.content .carts-index .cart {
  margin-top: 20px;
}
.content .carts-index h1 {
  margin-bottom: 20px;
}
.content .carts-index .cart-alert {
  font-size: 13px;
}
@media (max-width: 767px) {
  .content .carts-index .usps {
    margin-top: 30px;
  }
}
.content .carts-index .usps .usps-container .usps-container-usp a {
  margin-right: 0;
  margin-left: 0;
}
.content .carts-index .table-e-bikes {
  margin-top: 20px;
}
.content .carts-index .table-e-bikes tr {
  border-top: 1px solid #8a6d3b;
  border-bottom: none;
}
.content .carts-index .table-e-bikes tr:nth-of-type(odd) {
  background-color: transparent;
}
.content .carts-index .table-e-bikes tr:last-child {
  border-bottom: 1px solid #8a6d3b;
}
.content .choose-account {
  margin-top: 20px;
}
.content .choose-account .block {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-top: none;
  border: 2px solid #96adc0;
  -webkit-box-shadow: 4px 4px 0px 0px #dfe0e0;
  -moz-box-shadow: 4px 4px 0px 0px #dfe0e0;
  box-shadow: 4px 4px 0px 0px #dfe0e0;
  min-height: 85px;
}
.content .choose-account .block form {
  margin-top: 10px;
}
.content .choose-account .js_choose {
  display: block;
}
.content .complete-data,
.content .controlpage {
  margin-top: 20px;
}
.content .complete-data h1,
.content .controlpage h1,
.content .complete-data .h1,
.content .controlpage .h1 {
  color: #ff6600;
  margin-bottom: 20px;
}
.content .complete-data h2,
.content .controlpage h2 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .content .complete-data .search-form,
  .content .controlpage .search-form {
    padding-top: 40px;
  }
}
.content .complete-data .selected-dealer,
.content .controlpage .selected-dealer {
  font-size: 16px;
}
.content .complete-data .dealer-results-maplink img,
.content .controlpage .dealer-results-maplink img {
  width: 100%;
  vertical-align: middle;
  border: 1px solid #000;
}
.content .complete-data .selected-dealer-content,
.content .controlpage .selected-dealer-content {
  font-size: 16px;
}
.content .complete-data .edit-dealer-link,
.content .controlpage .edit-dealer-link {
  margin-bottom: 20px;
  display: block;
}
.content .complete-data .input-group,
.content .controlpage .input-group {
  margin-bottom: 20px;
}
.content .complete-data .input-group input,
.content .controlpage .input-group input {
  background: #808080;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  margin-bottom: 0;
  padding: 0 5px;
  border: 1px solid #333;
  font-size: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content .complete-data .input-group .input-group-addon,
.content .controlpage .input-group .input-group-addon {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 6px 0 6px 10px;
  color: #333;
}
@media (max-width: 767px) {
  .content .complete-data .search-testdrive-view #map-canvas,
  .content .controlpage .search-testdrive-view #map-canvas,
  .content .complete-data .search-testdrive-view .search-form,
  .content .controlpage .search-testdrive-view .search-form {
    height: 310px;
  }
}
.content .controlpage table {
  margin-bottom: 0;
  margin-top: 5px;
}
.content .controlpage table tr {
  background-color: #fff !important;
}
.content .controlpage table tr:nth-of-type(odd) {
  background-color: #fff !important;
}
.content .controlpage table tr:first-child {
  border-top: 0 !important;
}
.content .controlpage table tr td {
  padding: 3px 8px;
}
.content .controlpage table.totalcart {
  margin-bottom: 0;
}
.content .controlpage table.totalcart tr {
  background-color: #fff;
  border: 0;
}
.content .controlpage table.totalcart tr:nth-of-type(odd) {
  background-color: #fff;
}
.content .controlpage table.totalcart tr td {
  border: 0;
}
.content .controlpage table.totalcart tr td.price {
  padding-right: 8px;
  width: 120px;
}
.content .controlpage h1 {
  margin-bottom: 10px;
}
.content .controlpage h2 .pull-right {
  font-weight: normal;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.content .controlpage .subtitle {
  margin-bottom: 30px;
}
.content .controlpage p {
  font-size: 14px;
}
.content .controlpage label {
  font-size: 14px;
}
.content .controlpage p.bestellingdefinitief {
  font-size: 10px;
  line-height: 16px;
}
.content .controlpage .labeluitleg {
  font-size: 12px;
  font-style: italic;
}
.content .controlpage input[type=radio],
.content .controlpage input[type=checkbox] {
  border: 0;
  clip: none;
  height: 15px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 25px;
  vertical-align: top;
  margin-top: 1px;
}
.content .controlpage .form-group-radio label {
  line-height: 18px;
}
.content .controlpage hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content .idealpage form {
  margin-top: 5px;
}
/*------------------------------------------------------------------------------------*/
/*									6. Elementen 									  */
/*------------------------------------------------------------------------------------*/
.lSAction > a {
  background-image: url('https://the-bike.com/media-nl/media/1470657173b508717c2ee304e2bca7d6d352294818.png') !important;
  margin-top: -120px !important;
}
.sidebar-block {
  margin-bottom: 30px;
  border: 1px solid #333;
}
@media (max-width: 767px) {
  .sidebar-block {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.sidebar-block .sidebar-block-title {
  padding: 10px 10px;
  background: #000;
  color: #fff;
}
.sidebar-block .sidebar-block-title h1,
.sidebar-block .sidebar-block-title h2,
.sidebar-block .sidebar-block-title h3,
.sidebar-block .sidebar-block-title h4 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-align: center;
  font-style: italic;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
.sidebar-block .sidebar-block-content {
  padding: 10px;
  font-size: 14px;
}
.sidebar-block .sidebar-block-content p,
.sidebar-block .sidebar-block-content ul,
.sidebar-block .sidebar-block-content table {
  font-size: 14px;
}
.sidebar-block .sidebar-block-content.sidebar-replace-ul ul {
  padding-left: 0;
  list-style: none;
}
.sidebar-block .sidebar-block-content.sidebar-replace-ul ul li {
  text-indent: -15px;
  margin-left: 30px;
}
.sidebar-block .sidebar-block-content.sidebar-replace-ul ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 15px 0 -15px;
  color: inherit;
  color: #ff6600;
}
.sidebar-block .sidebar-block-content .fa {
  margin-right: 15px;
}
.flashmessagesucces {
  position: fixed;
  width: 100%;
  height: 80px;
  bottom: 0;
  z-index: 9999;
  display: none;
  margin: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #060606;
}
.flashmessagesucces .icon {
  cursor: pointer;
  text-align: center;
  font-size: 45px;
  width: 10%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background-color: #ff6600;
  float: left;
}
@media (max-width: 767px) {
  .flashmessagesucces .icon {
    display: none;
  }
}
.flashmessagesucces .message {
  background-color: #202020;
  width: 90%;
  height: 80px;
  padding: 30px;
  float: right;
}
@media (max-width: 767px) {
  .flashmessagesucces .message {
    width: 100%;
    height: auto;
    background-color: #ff6600;
    border-top: 1px solid #ff6600;
  }
}
.flashmessagesucces .closebtn {
  color: #fff;
  font-size: 20px;
  background-color: transparent;
  border: none;
}
.flashmessagesucces .closebtn:hover {
  opacity: 0.8;
}
.flashmessagesucces .closebtn:focus {
  outline: none;
}
.flashmessagesucces p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
}
.flashmessagesucces a {
  font-size: 12px;
  color: #fff;
  margin: 0;
  text-decoration: none;
}
.flashmessagesucces a:hover {
  text-decoration: underline;
}
.flashmessageerror {
  position: fixed;
  width: 100%;
  height: 80px;
  bottom: 0;
  z-index: 9999;
  display: none;
  margin: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #060606;
}
.flashmessageerror .icon {
  cursor: pointer;
  text-align: center;
  font-size: 45px;
  width: 10%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background-color: #c63f3f;
  float: left;
}
@media (max-width: 767px) {
  .flashmessageerror .icon {
    display: none;
  }
}
.flashmessageerror .message {
  background-color: #202020;
  width: 90%;
  height: 80px;
  padding: 30px;
  float: right;
}
@media (max-width: 767px) {
  .flashmessageerror .message {
    width: 100%;
    height: auto;
    background-color: #c63f3f;
    border-top: 1px solid #a23030;
  }
}
.flashmessageerror .closebtn {
  color: #fff;
  font-size: 20px;
  background-color: transparent;
  border: none;
}
.flashmessageerror .closebtn:hover {
  opacity: 0.8;
}
.flashmessageerror .closebtn:focus {
  outline: none;
}
.flashmessageerror p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
}
.flashmessageerror a {
  font-size: 12px;
  color: #fff;
  margin: 0;
  text-decoration: none;
}
.flashmessageerror a:hover {
  text-decoration: underline;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #333;
  color: #fff;
  white-space: normal;
  padding: 12px 40px;
  margin: 0 4px 4px 0;
  font-size: 16px;
  -webkit-box-shadow: 4px 4px 0px 0px #000;
  -moz-box-shadow: 4px 4px 0px 0px #000;
  box-shadow: 4px 4px 0px 0px #000;
}
@media (max-width: 767px) {
  .btn {
    padding: 10px 20px;
  }
}
.btn:hover,
.btn:focus {
  background: #0d0d0d;
  color: #fff;
  outline: none !important;
}
.btn:active {
  margin-top: 4px;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 4px;
  box-shadow: none !important;
  outline: none !important;
}
.btn .fa {
  margin-left: 5px;
}
.btn.btn-green {
  background: #ff6600;
  color: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px #000;
  -moz-box-shadow: 4px 4px 0px 0px #000;
  box-shadow: 4px 4px 0px 0px #000;
}
.btn.btn-green:hover,
.btn.btn-green:focus {
  background: #cc5200;
}
.btn.btn-blue {
  background: #333;
  color: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px #000;
  -moz-box-shadow: 4px 4px 0px 0px #000;
  box-shadow: 4px 4px 0px 0px #000;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background: #0d0d0d;
}
.btn.btn-lightblue {
  background: #bbb;
  color: #000;
  -webkit-box-shadow: 4px 4px 0px 0px #000;
  -moz-box-shadow: 4px 4px 0px 0px #000;
  box-shadow: 4px 4px 0px 0px #000;
}
.btn.btn-lightblue:hover,
.btn.btn-lightblue:focus {
  background: #959595;
}
.btn.btn-darkblue {
  background: #000;
  color: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px #000000;
  -moz-box-shadow: 4px 4px 0px 0px #000000;
  box-shadow: 4px 4px 0px 0px #000000;
}
.btn.btn-darkblue:hover,
.btn.btn-darkblue:focus {
  background: #000000;
}
.btn.btn-orange {
  background: #ff6600;
  color: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px #000;
  -moz-box-shadow: 4px 4px 0px 0px #000;
  box-shadow: 4px 4px 0px 0px #000;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus {
  background: #d14610;
}
.btn.btn-no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.btn:disabled,
.btn.disabled {
  -webkit-box-shadow: 4px 4px 0px 0px #000;
  -moz-box-shadow: 4px 4px 0px 0px #000;
  box-shadow: 4px 4px 0px 0px #000;
}
@media (max-width: 767px) {
  .btn-block-xs {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
hr {
  border-top: none;
  border-bottom: 1px solid #000;
}
hr.no-margin-top {
  margin-top: 0;
}
hr.no-margin-bottom {
  margin-bottom: 0;
}
hr.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
table {
  width: 100%;
  font-size: 12px;
}
table thead tr th {
  border: 1px solid #bbb;
  color: #000;
}
table thead tr th.sort-th a {
  color: #000;
}
table thead tr th.sort-th a:after {
  content: " \f0dc";
  font-family: FontAwesome;
}
table thead tr th.sort-th a.asc:after {
  content: " \f0de";
  font-family: FontAwesome;
}
table thead tr th.sort-th a.desc:after {
  content: " \f0dd";
  font-family: FontAwesome;
}
table tr td {
  padding: 0 10px;
  vertical-align: top;
  border: 1px solid #bbb;
}
table tr td.alignright {
  text-align: right;
}
table.productscart.table-striped tr.group {
  background-color: transparent;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
table.productscart.table-striped tr td {
  border: none;
  vertical-align: middle;
}
table.productscart.table-striped tr td.image {
  width: 75px;
}
@media (max-width: 767px) {
  table.productscart.table-striped tr td.image {
    width: 60px;
  }
}
table.productscart.table-striped tr td.image img {
  max-width: 100%;
}
table.productscart.table-striped tr td.description a {
  color: #000;
}
table.productscart.table-striped tr td.price {
  text-align: left;
  width: 160px;
}
@media (max-width: 767px) {
  table.productscart.table-striped tr td.price {
    width: 50px;
    padding-left: 2px;
  }
}
table.productscart.table-striped tr td.price .price_pcs {
  display: inline-block;
}
table.productscart.table-striped tr td.price form {
  display: inline-block;
}
table.productscart.table-striped tr td.price form .form-group {
  margin-bottom: 0;
}
table.productscart.table-striped tr td.price form input {
  width: 50px;
  height: 23px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  table.productscart.table-striped tr td.price form input {
    margin-left: 0px;
    padding-left: 2px;
    padding-right: 0px;
  }
}
table.productscart.table-striped tr td.totalprice {
  width: 120px;
  text-align: right;
}
@media (max-width: 767px) {
  table.productscart.table-striped tr td.totalprice {
    width: 95px;
    padding-left: 0px;
    position: relative;
  }
}
table.productscart.table-striped tr td.totalprice a.deleteCartItem {
  margin-left: 10px;
}
@media (max-width: 767px) {
  table.productscart.table-striped tr td.totalprice a.deleteCartItem {
    margin-left: 5px;
    font-size: 18px;
  }
}
table.productscart.table-striped tr.group:nth-of-type(odd) {
  background-color: rgba(150, 173, 192, 0.5);
}
table.totalcart {
  width: 50%;
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  table.totalcart {
    width: 80%;
    margin-left: 20%;
  }
}
@media (max-width: 767px) {
  table.totalcart {
    width: 100%;
    margin-left: 0;
  }
}
table.totalcart td.price {
  text-align: right;
  width: 120px;
}
table.totalcart tr {
  background-color: transparent;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
table.totalcart tr td {
  border: none;
}
table.totalcart tr td.bold {
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}
table.totalcart tr td.price {
  padding-right: 34px;
}
table.totalcart tr.btw-row {
  color: #a8a8a8;
}
table.totalcart tr:nth-of-type(odd) {
  background-color: rgba(150, 173, 192, 0.25);
}
ul.nav-tabs {
  border-bottom: 1px solid #bbb;
}
ul.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
}
ul.nav-tabs > li > a:hover {
  border-color: #bbb;
  background-color: #eee;
}
ul.nav-tabs > li.active > a,
ul.nav-tabs > li.active > a:focus,
ul.nav-tabs > li.active > a:hover {
  border: 1px solid #bbb;
  border-bottom-color: transparent;
}
div.ul-check ul {
  padding-left: 15px;
  list-style: none;
}
div.ul-check ul li {
  text-indent: -28px;
  margin-left: 30px;
}
div.ul-check ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 10px 0 -15px;
  color: #ff6600;
}
.steps-panels .panel {
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid #bbb;
  box-shadow: none;
}
.steps-panels .panel .panel-heading {
  background: #bbb;
  border-radius: 0;
}
.steps-panels .panel .panel-heading .panel-title {
  font-size: 14px;
  color: #000;
}
.steps-panels .step-arrow {
  color: #ff6600;
}
.steps-panels .step-arrow:last-child {
  display: none;
}
.carousel {
  height: 400px;
}
@media (max-width: 767px) {
  .carousel {
    height: 300px;
  }
}
.carousel.fade {
  opacity: 1;
  height: 100%;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
.carousel .item {
  width: 100%;
  height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 3px solid #000;
}
@media (max-width: 767px) {
  .carousel .item {
    height: 300px;
  }
}
.carousel .item .carousel-caption {
  top: 20px;
  left: 5%;
  padding-bottom: 30px;
  text-align: left;
  color: #fff;
}
.carousel .item .carousel-caption h3 {
  font-size: 4em;
  margin-bottom: 10px;
  color: #fff;
}
.carousel .item .carousel-caption small {
  font-size: 1.7em;
  color: #fff;
  margin-bottom: 30px;
  display: block;
}
.carousel .item .carousel-caption p {
  font-size: 1.2em;
}
form {
  margin: 0;
}
form label {
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
form .form-group.required .error-message,
form .form-group.error .error-message {
  color: #c63f3f;
  margin-top: 5px;
}
form .form-group.required label:after,
form .form-group.error label:after {
  color: inherit;
  content: ' *';
  display: inline;
}
form .form-group.required ::i-block-chrome:after,
form .form-group.error ::i-block-chrome:after,
form .form-group.required ::-webkit-input-placeholder:after,
form .form-group.error ::-webkit-input-placeholder:after {
  color: inherit;
  content: ' *';
  display: inline;
}
form .form-group.required ::-moz-placeholder:after,
form .form-group.error ::-moz-placeholder:after {
  color: inherit;
  content: ' *';
  display: inline;
}
form .form-group.required ::-moz-placeholder:after,
form .form-group.error ::-moz-placeholder:after {
  color: inherit;
  content: ' *';
  display: inline;
}
form .form-group.required ::-ms-input-placeholder:after,
form .form-group.error ::-ms-input-placeholder:after {
  color: inherit;
  content: ' *';
  display: inline;
}
form .form-group input,
form .form-group textarea,
form .form-group select {
  width: 100%;
  display: inline-block;
  background: #fff;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 45px;
  margin-bottom: 0;
  padding: 0 10px;
  border: 1px solid #333;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  form .form-group input,
  form .form-group textarea,
  form .form-group select {
    width: 100%;
  }
}
form .form-group input:focus,
form .form-group textarea:focus,
form .form-group select:focus {
  box-sizing: border-box;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}
form .form-group textarea {
  width: 100%;
  height: 150px;
  line-height: 16px;
  padding: 5px;
  resize: none;
}
form .form-group label {
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
form .form-group ::-webkit-input-placeholder {
  color: #333;
}
form .form-group :-moz-placeholder {
  color: #333;
}
form .form-group ::-moz-placeholder {
  color: #333;
}
form .form-group :-ms-input-placeholder {
  color: #333;
}
.form-control {
  font-size: 12px;
}
.stars .fa {
  color: #FBB03B;
}
.stars .fa.empty {
  color: #333;
}
.breadcrumb_wrapper {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding: 10px;
  line-height: 20px;
}
.breadcrumb_wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  float: left;
  font-size: 11px;
}
.breadcrumb_wrapper .breadcrumb > li + li:before {
  color: #333;
  content: ">";
  padding: 0 5px;
}
.breadcrumb_wrapper .breadcrumb li a {
  color: #333;
  font-size: 11px;
}
.breadcrumb_wrapper .addthis_share_wrapper {
  float: right;
  height: 20px;
  overflow: hidden;
}
.breadcrumb_wrapper .addthis_share_wrapper iframe {
  margin: 0 !important;
}
.breadcrumb_wrapper .addthis_share_wrapper .addthis_button_facebook_like {
  margin-right: 4px;
  min-width: 90px;
}
.breadcrumb_wrapper .addthis_share_wrapper .addthis_button_tweet {
  margin-right: 5px;
  min-width: 75px;
}
.breadcrumb_wrapper .addthis_share_wrapper.addthis_share_wrapper_productview .addthis_native_toolbox {
  float: left;
  margin-right: 10px;
}
.breadcrumb_wrapper .fa-print {
  color: #a8a8a8;
  line-height: 20px;
  font-size: 16px;
}
.wizard {
  margin-top: 10px;
}
.wizard .item {
  margin: 0 5px 0 18px;
  position: relative;
  top: -1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard .item {
    margin: 0 5px 0 17px;
  }
}
.wizard a {
  padding: 8px 12px 8px;
  margin-right: 5px;
  background: #595959;
  color: #eee;
  position: relative;
  display: inline-block;
}
.wizard a:before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.wizard a:after {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #595959;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.wizard a:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wizard a:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
  border: none;
}
.wizard a:first-child .item {
  margin-left: 0;
}
.wizard a:hover {
  background: #000;
  text-decoration: none;
}
.wizard a:hover:after {
  border-left-color: #000;
}
.wizard a.no-hover {
  cursor: default;
}
.wizard a.no-hover:hover {
  background: #595959;
}
.wizard a.no-hover:hover:after {
  border-left-color: #595959;
}
.wizard .current {
  background: #000;
  color: #fff;
}
.wizard .current:after {
  border-left-color: #000;
}
.wizard .current:hover {
  background: #000000;
  text-decoration: none;
}
.wizard .current:hover:after {
  border-left-color: #000000;
}
.wizard-orders a {
  margin-right: 0;
  width: 24.7%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard-orders a {
    width: auto;
  }
}
@media (max-width: 767px) {
  .wizard-orders a {
    width: auto;
  }
}
.wizard-orders a:last-child {
  width: 24.8%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wizard-orders a:last-child {
    width: 24.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard-orders a:last-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .wizard-orders a:last-child {
    width: auto;
  }
}
.fancybox-overlay .fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.uploadcontainer-mediafiles .module-mediafile {
  position: relative;
  margin: 0 4px 4px 0;
  width: 140px;
  height: 100px;
  display: block;
  float: left;
  border: 1px solid #333;
  overflow: hidden;
}
.uploadcontainer-mediafiles .module-mediafile img {
  max-height: 100px;
  max-width: 140px;
}
.uploadcontainer-mediafiles .module-mediafile .module-mediafile-options {
  position: absolute;
  display: block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  cursor: default;
  left: 0;
  right: 0;
  text-align: left;
  top: 0;
  color: #fff;
}
.uploadcontainer-mediafiles .module-mediafile .module-mediafile-options a {
  color: #fff;
}
.uploadcontainer-mediafiles .module-mediafile .module-mediafile-options .files-show-delete {
  float: right;
}
.uploadcontainer-mediafiles .module-mediafile .module-mediafile-options .fa {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .uploadcontainer-mediafiles .module-mediafile .module-mediafile-options .fa {
    margin-right: 10px;
  }
}
.uploadcontainer-mediafiles .module-mediafile .filename {
  position: absolute;
  display: block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 1px 5px 3px 5px;
  cursor: default;
  left: 0;
  right: 0;
  text-align: left;
  bottom: 0;
  color: #fff;
  font-size: 10px;
}
.uploadcontainer-mediafiles .module-mediafile .filename-img {
  max-height: 55px;
  max-width: 120px;
  margin-top: 24px;
  margin-left: 43px;
}
.uploadcontainer-mediafiles .module-mediafile-uploadbutton {
  position: relative;
  margin: 0 4px 4px 0;
  width: 140px;
  height: 100px;
  display: block;
  float: left;
  border: 1px solid #333;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.uploadcontainer-mediafiles .module-mediafile-uploadbutton:hover {
  border: 1px solid #000;
  color: #000;
}
.uploadcontainer-mediafiles .module-mediafile-uploadbutton input {
  position: absolute;
  width: 140px;
  height: 100px;
  top: 0;
  left: 0;
  cursor: pointer;
}
.uploadcontainer-mediafiles .error-image {
  display: none;
  margin-top: 10px;
}
.uploadcontainer-mediafiles.hoverModule {
  border: 1px dashed #000;
  background: #bbb;
}
.fancyboxphoto:hover,
.fancyboxphoto:focus {
  text-decoration: none;
}
.paginator {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.paginator .paging {
  display: block;
}
.paginator .paging a {
  text-decoration: none;
}
.paginator .paging .disabled {
  color: #DFE0E0;
}
.paginator .paging .numbers {
  margin: 0 5px;
}
.paginator .paging-text {
  margin-bottom: 5px;
}
/* Styling van radio buttons en checkboxes */
input[type=radio],
input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type=radio] ~ .fa-form-style:before,
input[type=checkbox] ~ .fa-form-style:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  letter-spacing: 10px;
  font-size: 1.2em;
  color: #000;
  width: 1.4em;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
}
input[type=radio]:checked ~ .fa-form-style:before,
input[type=checkbox]:checked ~ .fa-form-style:before {
  content: "\f192";
  font-size: 1.2em;
  color: #000;
  letter-spacing: 5px;
}
input[type=checkbox] ~ .fa-form-style:before {
  content: "\f096";
}
input[type=checkbox]:checked ~ .fa-form-style:before {
  content: "\f046";
  color: #000;
}
input[type=radio]:focus ~ .fa-form-style:before,
input[type=checkbox]:focus ~ .fa-form-style:before,
input[type=radio]:focus ~ .fa-form-style,
input[type=checkbox]:focus ~ .fa-form-style {
  color: #000;
}
.modal .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-footer .btn + .btn {
  margin-bottom: 4px;
}
