/*==== DEFAULT STYLES ====*/
html, 
body {
    height: 100%;
}

html {
    background: #fff;
}

body {
    height: 100%;
    color: #747474;
    font: 14px/1.7 'HelveticaNeue', Arial, Helvetica, sans-serif;
}

a {
    color: #f00;
}

a:hover {
    text-decoration: underline;
}

a.active {
    background: #000;	
}

ol,
ul {
    margin-left: 20px;
}

hr {
    border-bottom: 1px solid #f00;
}

h1 {
    font: bold 22px/24px 'HelveticaNeue', Arial, Helvetica, sans-serif;
}

h2 {
    font: 16px/20px Arial, 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h3 {
    font: 14px/20px 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.images img {
    width: 96%;
    height: auto;
    padding: 2%;
    background: #767475;
}

.image-title{
    color: #fff;
    padding: 5px 5px 0px 5px;
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
}

.default-container-width {
    position: relative;
    width: 1060px;
    padding: 0 20px;
    margin: 0 auto;
}

.header-image img {
    max-width: 100%;
}

#content-wrapper {
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}

.overflow-visible {
    overflow: visible;
}

.column-width {
    width: 2.413793103448276%;
}

/* Responsive columns required for responsive*/

.column-row{
    width: 102.38095238095238%;
    margin: 0 -1.19047619047619%;
}

.column-20{
    width: 17.61904761904762%;
    margin: 0 1.19047619047619% 2.38095238095238% 1.19047619047619%;
}

.column-20-bx{
    width: 20%;
}

.column-25 {
    width: 22.61904761904762%;
    margin: 0 1.19047619047619% 2.38095238095238% 1.19047619047619%;
}

.column-25-bx {
    width: 25%;
}

.column-33{
    width: 30.94904761904762%;
    margin: 0 1.19047619047619% 2.38095238095238% 1.19047619047619%;
}

.column-40{
    width: 37.61904761904762%;
    margin: 0 1.19047619047619% 2.38095238095238% 1.19047619047619%;
}

.column-50 {
    width: 47.61904761904762%;
    margin: 0 1.19047619047619% 2.38095238095238% 1.19047619047619%;
}

.column-60{
    width: 57.61904761904762%;
    margin: 0 1.19047619047619% 2.38095238095238% 1.19047619047619%;
}

.column-66{
    width: 64.2904761904762%;
    margin: 0 1.19047619047619% 2.38095238095238% 1.19047619047619%;
}

.column-75 {
    width: 72.61904761904762%;
    margin: 0 1.19047619047619% 2.38095238095238% 1.19047619047619%;
}

.column-75-bx {
    width: 75%;
}

.column-80{
    width: 77.61904761904762%;
    margin: 0 1.19047619047619% 2.38095238095238% 1.19047619047619%;
}

.column-80-bx{
    width: 80%;
}

.column-100{
    width: 97.61904761904762%;
    margin: 0 1.19047619047619% 2.38095238095238% 1.19047619047619%;
}

/* If there's no margin bottom wanted on the columns use */

.no-margin-bottom{
    margin-bottom: 0px!important;
}

/* Useful classes */

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.margin-top-10px{
    margin-top: 10px;
}

.margin-bottom-10px{
    margin-bottom: 10px;
}

.margin-top-20px{
    margin-top: 20px;
}

.margin-bottom-20px{
    margin-bottom: 20px;
}

.header-image {
    margin-bottom: 20px;
}

.page-header-image img {
    width: 100%;
}




/*==== FONT FACE ====*/

/*==== BRANDBOX =====*/
.bx-viewport {
}

/*==== HEADER ====*/
header #logo {
}

.logo-size{
    max-width: 250px!important;
    height: 60px!important;
}

.mini-buttons {
    position:absolute;
    right: 20px;
    top:30px;
}

/*==== NAVIGATION ====*/
nav#main-menu {
    float: right;
    margin-top: -10px;
}

nav#main-menu li {
    position: relative;
    float: left;
    background: none;
    padding-left: 0;
}

nav#main-menu li ul {
    display: none;
}

nav#main-menu li:hover li {
    float: none;
}

nav#main-menu li:last-child a {
    padding-right: 0;
}

/* Bread crumbs */
.breadcrumbs {
    margin-bottom: 12px;
    word-wrap: break-word;
}

/* Sub navigation */

.sub-navigation ul {

}

.sub-navigation ul li ul{
    margin-left: 10px;
    margin-top:5px;
}

.sub-navigation li {
    margin-bottom: 11px;
    margin-left: 0px;
}

.sub-navigation a {
    padding: 7px 25px 7px 5px;
    text-decoration: none;
    background: url(/images/layout/arrow-right.png)no-repeat;
    background-position: 95% center;
    background-color: #ccc;
    display: block;
    line-height: 20px;
}

.sub-navigation a:hover{
    text-decoration: none;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
}

.cart-button {
    display: block;
    width: 50px;
    height: 30px;
    background: url('/images/layout/cart.png') no-repeat;
    background-position: bottom;
    cursor: pointer;
    padding:6px;
    float:left;
}

.cart-button-amount{
    width: 15px; 
    margin-left: 14px;
    font-size: 12px; 
    font-weight: bold;
    text-align: center;
    color: #f00;
}

.inlog-button {
    display: block;
    cursor: pointer;
    color: #f00;
    text-align: left;
    white-space: nowrap;
    float: left;
    padding:6px;
}

.inlog-button-content{
    float: left; 
    padding-left: 5px;
    padding-top: 9px;
}


/*==== CONTENT ====*/

a.read-more {
    border-top: 2px solid #d4dbee;
    display: inline-block;
    font: bold 14px/16px 'HelveticaNeue', Arial, Helvetica, sans-serif;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
    border-radius: 0;
}

a.read-more:hover{
    text-decoration:none;
}

.read-more {
    display: inline-block;
    font: bold 14px/16px 'HelveticaNeue', Arial, Helvetica, sans-serif;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
    border: none;
    border-radius: 0;
}

.youtube-video {
    position: relative;
}


/* HOME */
.container-brandbox {
    position: relative;
    top: -95px;
    width: 100%;
    margin: 0 auto -75px;
    border-bottom: 17px solid #f5f5f5; 
}

#brandbox-module {
    position: relative;
    z-index: 1;
    display: none;
}

#brandbox-module a {
    text-decoration: none;
    display: block;
}

#brandbox-module .slide .brandbox-item-text {
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 50%;
    margin-left: -470px;
}

#brandbox-module .brandbox-item-text .line {
    display: inline-block;
    font: 30px/28px 'HelveticaNeue', Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 6px 8px 3px 7px;
    margin-bottom: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/images/layout/bg-black-transparent.png');
}

#brandbox-module .bx-controls {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 99999;
}

#brandbox-module .bx-pager {
    bottom: -15px;
}

#brandbox-module .bx-pager {
    text-align: center;
    width: 100%;
    position: absolute;
}

#brandbox-module .bx-pager-item {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -99999px;
    text-transform: capitalize;
    margin: 0 3px;
    background: url('/images/layout/pager-bullit.png') no-repeat 0 0;
}

#brandbox-module .bx-pager-item a {
    display: block;
    width: 15px;
    height: 15px;
}

#brandbox-module .bx-pager-link.active {
    background: url('/images/layout/pager-bullit.png') no-repeat 0 -15px;
}

#brandbox-module .bx-controls-direction a {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -265px;
    text-indent: -9999px;
}

/* Twitter feed */

.twitter-feed {
    margin: 10px 0px 20px 0px;
    width:50%
}

.twitter-feed .bx-wrapper{
    margin-left:50px !important;
}

.tweet-heading {
    border-bottom: 2px solid #c3c3c3;
    min-height:35px
}

.twitter-feed .bx-viewport {
    background: none !important;
}
.twitter-feed .bx-wrapper .bx-prev {
    left: -50px;
    top: 55px;
    background: url(/images/bxslider/controls.png) no-repeat 0 -32px;
}

.twitter-feed .bx-wrapper .bx-next {
    right: 0px;
    top: 55px;
    background: url(/images/bxslider/controls.png) no-repeat -43px -32px;
}

.twitter-feed h2 {
    font-size:16px;
    margin-left:40px;
    padding-top:6px;
    margin-bottom: 11px;
}

.twitter-feed .tweet-icon {
    background: url('/images/layout/twitter-logo-grey.png') no-repeat #fff;
    width:30px;
    height:30px;  
    float:left;
}

.twitter-feed .tweet-date {
    color: #d6d6d7;   
    padding-right:40px;
}

.twitter-feed p {
    padding-right:40px;
}

/* Call me back */
.call-me-back {
    box-sizing: border-box;
    padding: 20px 15px;
    border-top: 2px solid #d4dbee;
    border-bottom: 2px solid #d4dbee;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.call-me-back hr {
    border: 1px solid #c3c3c3;
}

.call-me-back h2 {
    font-size:20px;
    line-height: 22px;
    color: #085dad;
}

.call-me-back input[type='text'] {
    margin-bottom: 6px;
    float:left
}

.call-me-back input[type='submit'] {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 2px solid #d4dbee;
    float: left;
}
.call-me-back .phone-icon {
    background: url('/images/layout/phone-icon-grey.png') no-repeat #fff;
    float:right;
}

/* Continuous slider */
.continuousSlider{
    margin-left: -30px;
    height: 250px;
    overflow: hidden;
}

/* Home */
.module-container-title {
    clear: both;
    font: 20px/20px 'HelveticaNeue', Arial, Helvetica, sans-serif;;
    margin: 30px 0 20px 0;
}

.module-producten{
    border-bottom: 3px solid #767475; 
    padding-bottom: 15px
}

/* AGENDA */
/* Agenda list */
.agendaitem-detail .agendaitem-summary {
    font-style: italic;
}

.agendaitem-detail h1 {
    margin-bottom: 12px;
}

.agendaitem-block-container {
    clear: both;
}

.agenda .agendaitem-block {
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    border-bottom: 1px solid #767475;
}
/* agendaitem overview */
.agendaitem-date-categories {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.agendaitem-title{
    font-size: 18px;
    font-weight: bold;
}

/* Agenda Archive */
.agendaitem-content {
    border-top: 3px solid #767475;
}

#agendaarchive-link {
    clear: both;
    padding-top: 20px;
}

.agendaitems-archive-overview h1{
    padding-bottom: 15px;
}

/* NEWS */
/* news on home */
.home .newsitem-container-title {
    clear: both;
    font: 20px/20px 'HelveticaNeue', Arial, Helvetica, sans-serif;
    margin: 30px 25px 20px 0;
    color: #01a25e;
}

.home .newsitem-block {
    float: left;
    min-height: 50px;
}

.home .newsitem-content h3 {
    padding: 12px 0;
    text-transform: uppercase;
    color: #01a25e;
}

.home .newsitem-content {
    border-top: 2px solid #d4dbee;
}

.home .newsitem-summary {
    margin-bottom: 15px;
    clear: both;
}

/* newsitem detail */
.newsitem-detail .newsitem-summary {
    font-style: italic;
}

.newsitem-detail h1 {
    margin-bottom: 12px;
}

.newsitem-block-container {
    clear: both;
}

.nieuws .newsitem-block {
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    border-bottom: 1px solid #767475;
}

/* newsitem overview */
.newsitem-date-categories {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
#newsarchive-link {
    clear: both;
    padding-top: 20px;
}
.newsitem-title{
    font-size: 18px;
    font-weight: bold;
}

/* newsitem archive */
.newsitems-archive-overview h1{
    padding-bottom: 15px;
}
/* PAGES */
.page-header-container{
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.page-header-noimage{
    background:url(/images/layout/page-header-noimage.jpg) repeat;
    height:25px;
}

/* page detail */

.column-25 .play-video {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    margin-left: -35px;
    z-index: 10;
    width: 68px;
    height: 47px;
    padding: 0;
    background: transparent;
    left: 50%;
}

.page {
    margin: auto;
    width: 100%;
}

.page-sidebar img{
    width: 96%;
    height: auto;
    padding: 2%;
}

/*==== CONTACT ====*/
input[type="text"], textarea {
    border-radius: 0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.contactForm input[type=submit] {
    background: #767475;
    border: none;
    color: #fff;
    float: right;
    font: 16px/16px 'HelveticaNeue', Arial, Helvetica, sans-serif;
    height: 40px;
    margin-top: 20px;
    padding: 0;
    text-transform: uppercase;
    transition: background 0.3s ease-in 0s;
    width: 130px;
}

.google-maps img{
    max-width: none;
}

.google-maps-window {
    line-height: 20px;
    color: #000;
    font-size: 14px;
}

.google-maps-window a:hover {
    color: #2e4b8b;
    text-decoration: underline;
}

.contactForm label {
    -moz-box-sizing: border-box;
    color: #949494;
    display: block;
    cursor: pointer;
    font: 14px/30px 'HelveticaNeue', Arial, Helvetica, sans-serif;
    height: 25px;
}

.contactForm input {
    width: 98%;
    padding: 1%;
    font: 14px/30px 'HelveticaNeue', Arial, Helvetica, sans-serif;
}

.contactForm textarea {
    height: 100px;
    overflow: auto;
    resize: none;
    vertical-align: top;
    width: 100%;
    padding: 1%;
    font: 14px/30px 'HelveticaNeue', Arial, Helvetica, sans-serif;
}

/* Fotoalbum */
.fotoalbums .photoalbum-detail img {
    margin-bottom: 12px;
}

/* Pagination */

.pagination .pageLink, .pagination .lastPage, .pagination .nextPage, .pagination .prevPage, .pagination .firstPage, .pagination .dotSep{
    padding: 5px;
    background: #f00;
    margin-right: 5px;
    color: #fff;
}
.pagination .currPage{
    padding:5px;
    background:#000;
    margin-right:5px;
    color:#fff;
}

.pagination, .perPage{
    float: left;
}

.perPage select{
    height: auto;
    vertical-align: baseline;
    padding: 3px;
}


/* Webshop */

.shopping-cart{
    display:none;
    background:#fff;
    position:absolute;
    right:20px;
    top:61px;
    border: 1px solid #f00;
    z-index: 999;
}

/* Click and Call */
.click-call-button {
    display: block;
    cursor: pointer;
    border-top: 2px solid #d4dbee;
    padding-top: 5px;
}

.click-call-button .lines {
    padding-right: 10px;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
}

.click-call-button .line1 {
    color: #00a360;

}

.click-call-button .line2 { 
    color: #085dad;
    font-size: 17px;
    line-height: 20px;
}

.click-call-button img {
    padding-top: 3px;
}

/* Product overview*/

.product-block{
    min-height: 250px;
    background: #fff;
    border: 1px solid #f00;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.product-block-column{
    margin: 10px;
}

.product-block a.read-more{
    width: 95%;
}

.products-overview .column-25{
    width: 31.7%
}

.products-overview .product-image, .home .product-image{
    position:relative;
    margin-top: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.products-overview .product-name, .home .product-name{
    min-height: 40px;
    overflow: hidden;
    line-height: 1.3;
    border-bottom: 3px solid #ccc;
}
.products-overview .product-content, .home .product-content{
    min-height: 50px;
    font-size: 12px;
    margin-top: 5px;
}
.products-overview .product-description, .home .product-description{
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
}
.products-overview .product-price, .home .product-price{
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 5px;
    background: #f00;
}
.products-overview .product-original-price, .home .product-original-price{
    color: #fff;
    text-decoration: line-through;
    font-size: 12px;
    position: absolute;
    bottom: 50px;
    right: 0;
    padding: 2px;
    background: #f00;
}

.products-overview .product-block img, .home .product-block img{
    width: 100%;
    height: auto;
}

.products-overview-description{
    border: 1px solid #f00;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    color: #F00;
}

.products-overview-head{
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    margin-bottom: 15px;
}

/* Product detail */

.product-detail-column{
    padding: 10px;
    border: 1px solid #f00;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    background: #fff;
    color: #000;
}

.product-detail .product-info{
    margin-bottom: 20px;
}

.product-detail .product-price{
    font-size: 24px;
    color: #000;
}
.product-detail .product-price-detail{
    font-size: 10px;
}

.product-detail-image{
    border: 1px solid #f00;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    position: relative;
    margin-bottom: 10px;
}

.product-detail-image-small{
    border: 1px solid #f00;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    float: left;
    margin-bottom: 10px;
}
.product-detail-share{
    margin-bottom: 10px;
}

.product-detail .product-detail-image a:hover{

}

.product-detail-title{
    padding-bottom: 10px; 
    display: block;
    border-bottom: 3px solid #ccc;
    margin-bottom: 10px;
    overflow: hidden;
    word-wrap: break-word;
}

/* Product categories */
.product-categories{
    border: 1px solid #f00;
    background: #fff;
    line-height: 30px;
}
.product-categorie-active{
    background: #f00;
    padding: 5px 5px 5px 10px;
    color: #fff;
}
.product-categorie-active a{
    color: #f00;
}
.product-categorie-column{
    padding: 0 10px 0 10px;
    display: block;
}
.product-categorie-column a{
    color: #f00;
}
.product-categorie-column a:hover{
    color: #f00;
}
#product-filter{
    border: 1px solid #f00;
    background: #fff;
    margin-bottom: 20px;
}
.product-filter-head{
    background: #f00;
    padding: 5px 5px 5px 10px;
    color: #fff;
    display: block;
    line-height: 30px;
}

#product-filter .product-filter-column form > div, #product-filter .product-filter-column form > div .min {
    margin-bottom: 10px;
}

#product-filter .product-filter-column label.property{
    display: block;
}

.opened{
    background: url(/images/layout/closed.png) no-repeat #ccc;
    background-position: 95% 50%
}

.product-filter-column{
    padding: 10px;
    color: #f00;
    overflow: hidden;
}

.product-filter-width{
    width: 100%;
}

.productcategorie-block{
    background:#f00;
    color:#fff;
}
.productcategorien, .productcategorien ul{
    list-style: none;
}
.productcategorien a{
    color:#fff;
}

/* Tabs on product detail */

.tabs{
    position:relative; 
    width:100%;
}

.tabs .tabsHolder ul{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F00;
}

.tabs .tabsHolder ul li{
    list-style-type: none;
    display: block;
    float: left;
    margin: 0;
}

.tabs .tabsHolder ul li:hover{
    cursor: pointer;
}

.tabs .tabsHolder ul li span.label{
    display: block;
    padding: 5px 10px;
}

.tabs .tabsHolder ul li span.label:hover{
    background: #f00;
    border-bottom: 1px solid #f00;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
}

.tabs .tabsHolder ul li.active span.label{
    background-color: #F00;
}

.tabs .tabDetails .tabContent{
    display: none;
}
.tabs .tabDetails .tabContent.opened{
    display: block;
    border: 1px solid #F00;
    padding: 10px;
    background: #fff;
    color: #000;
}

.tabs .tabDetails .tabLabel{
    display: none;
}

.statusUpdate{
    color: #f00;
}

.tabs .tabDetails .tabContent p:last-child{
    margin-bottom: 0;
}

/* Shopping cart Page */
.basket .product-image{
    float: left;
    margin-right: 10px;
}

.basket .product{
    min-height: 120px;
    height: 100%;
    border-bottom: 1px solid #f00;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px
}

.basket .size-color {
    display: block;
}

.basket .head, .order .head, .bike .head, .page .head{
    margin-bottom:10px; 
    padding-bottom:10px;
    border-bottom: 1px solid #f00;
}

.basket .product-order-details{
    text-align: right;
    margin-top: 20px;
    margin-left: 15px;
}
.basket .product-order-prices{
    margin-top: 20px;
}

.basket .product-order-original-price{
    color:  #f00;
    font-size: 12px;
    text-decoration: line-through;
    text-align: right;
}
.basket .product-order-price{
    text-align: right;
}

/* Payment information */
.payment-concept{
    min-height: 30px;
    height: 100%;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.payment-concept .product-order-price{
    text-align: right;
    margin-top: 0;
}
.payment-concept .discount-button {
    margin-top: 8px !important; 
    margin-left: 0 !important; 
    width: 155px !important;
    margin-bottom: 10px;
}

.payment .read-more {
    margin-top: 5px;
}

.payment .payment_box{
    padding: 10px;
}
.steps{
    margin-bottom: 10px;
    line-height: 28px;
}

.step{
    display: block;
    color: #fff;
    background-color: #f00;
    font-size: 14px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.step-active{
    display: block;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}
.step-amount{
    height: 30px;
    width: 30px;
    background: #f00;
    float: left;
    text-align: center;
    margin-right:10px

}
.step-sep{
    background: url(/images/layout/step-sep.png) no-repeat center center;
    display: block;
    height: 20px;
    float: left;
    width: 100%;
}
.delete-button{
    width: 30px;
    height: 30px;
    display: block;
    background: url(/images/layout/delete-button.png) #ccc no-repeat;
    border:none;
    float: left;
}
.refresh-button{
    width: 30px;
    height: 30px;
    display: block;
    background: url(/images/layout/refresh-icon.png) no-repeat;
    border:none;
    float:left;
    margin-right: 10px;
}

.refresh-button-small{
    width: 20px;
    height: 20px;
    display: block;
    background: url(/images/layout/refresh-icon-small.png) no-repeat;
    border:none;
    float:left;
    margin-right: 10px;
}

.basket input[type="text"]{
    width: 20px;
    padding: 5px 10px 3px 10px;
    float: left;
    text-align: center;
    margin-right: 10px;
}
.delete-button-small{
    width: 20px;
    height: 20px;
    display: block;
    background: url(/images/layout/delete-button-small.png) #ccc no-repeat;
    border:none;
    float: right;
    margin-top: 4px;
    cursor: pointer;
}

.basket .basket-order-details-column{
    background: #f00;
    color: #000;
    padding:10px;
    line-height: 28px;
}


.basket .underline{
    border-bottom: 1px solid #f00;
    width: 100%;
}
.basket .upperline{
    border-top: 1px solid #f00;
    width: 100%;
}

/* Order Page */
.order select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    box-sizing: border-box;
    color: #f00;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 1.4;
    padding: 2px;
    vertical-align: middle;
    width: 100%;
}

.order-column{
    background: #f00;
    padding: 10px;
    color: #000;
}

/* Shopping cart column header*/

.shopping-cart{
    background: #fff;
    border: 1px solid #f00;
}
.shopping-cart-head{
    background: #f00;
    display: block;
    padding: 5px;
    line-height: 30px;
}

.shopping-cart-content{
    padding:10px;
    color: #000;
    font-size: 12px;
    background: #fff;
}

.shopping-cart-content a{
    color: #f00;
    font-size: 12px;
}

.shopping-cart-price{
    padding: 10px;
    border-top: 1px solid #f00;
    background: #fff;
    line-height: 28px;
}

/*Login column header*/

.login-column{
    background:#fff;
    border: 1px solid #f00;
    display:none;
    position: absolute;
    right: 100px;
    top: 61px;
    z-index :999;
    min-width: 150px;
    line-height: 30px;
}
.login-column-head{
    background: #f00;
    display: block;
    padding: 5px;
    color: #fff;
}

.login-column-content{
    padding:10px;
    color: #000;
    font-size: 12px;
    overflow: hidden;
}

.login-column-content a{
    color: #f00;
    font-size: 12px;
}

.login-column-head a{
    color: #fff;
}

.statusUpdate{
    display: none;
}

/* Account */

.account-column{
    padding: 10px;
    background: #fff;
    color: #000;
    line-height: 30px;
}

/* Motoren */

.bike-column{
    border-top: 3px solid #767475;
    position: relative;
}

.bike-column-title{
    padding-top: 10px;
    padding-bottom: 10px;
    height:20px;
    overflow:hidden;
    white-space: nowrap;
    color: #767475;
}

.bike-overview-column{
    background: #fff;
    color: #000;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.bike-overview-column-title{
    min-height: 60px;
    border-bottom: 3px solid #ccc;
    margin-bottom: 10px;
}

.bike-overview-column-image{
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.bike-detail-title{
    padding-bottom: 10px; 
    display: block;
    border-bottom: 3px solid #ccc;
}

.bike-detail-content{
    margin-top: 10px;
    display: block;
}

.bike-detail-column{
    padding: 10px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
}

.bike-overview-column a.read-more{
    width: 95%;
}

.bike-detail-image{
    position: relative;
    border: 1px solid #f00;
    box-sizing: border-box;
}

.bike-detail-thumb{
    border: 1px solid #f00;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}

/*==== FOOTER ====*/
#sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#push-sticky-footer {
    height: 180px;
}

/* Footer menu */
.footer-menu{
    box-sizing: border-box;
    padding: 30px 35px 30px;
    border-top: 2px solid #d4dbee;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;    
    color: #747474;
}

.footer-menu p{
    margin: 0;
}

.footer-menu h3{
    margin-bottom: 5px;
}

.footer-menu ul,
.footer-menu li{
    margin: 0;
}

.footer-menu ul li{
    list-style: none;
}

.footer-menu ul li a{
    color: #747474;
}
.footer-menu ul li a:hover{
    color: #085dad;
    text-decoration: none;
}


#sticky-footer .social-media {
    text-align: right;
}

#sticky-footer .social-media a {
    display: block;
    width: 24px;
    height: 25px;
    margin: 0 0 0 12px;
}

#sticky-footer .social-media img{
    padding-right: 5px;
}

.facebook-icon {
    background: url(/images/layout/facebook.png) no-repeat 0 0;
}

.facebook-icon:hover {

}

.twitter-icon {
    background: url(/images/layout/twitter.png) no-repeat 0 0;}

.twitter-icon:hover {

}

.google-icon {
    background: url(/images/layout/sprite.png) no-repeat 0 -160px;
}

.google-icon:hover {
    background-position: 0 -200px;
}

.linkedin-icon {
    background: url(/images/layout/linkedin.png) no-repeat 0 0;
}

.linkedin-icon:hover {

}

.pinterest-icon {
    background: url(/images/layout/sprite.png) no-repeat 0 -320px;
}

.pinterest-icon:hover {
    background-position: 0 -360px;
}

.vimeo-icon {
    background: url(/images/layout/sprite.png) no-repeat 0 -400px;
}

.vimeo-icon:hover {
    background-position: 0 -440px;
}

.skype-icon {
    background: url(/images/layout/sprite.png) no-repeat 0 -480px;
}

.skype-icon:hover {
    background-position: 0 -520px;
}


/* Footer footer*/
.footer-background-color {
    box-sizing: border-box;
    padding: 5px 35px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;    
}

.footer-padding {
    padding: 20px;
}


#sticky-footer .aside {
    text-align: right;
}

#sticky-footer .aside a {
    color:#085dad;
}



/*Remove shadow on input fields ipad*/
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
}

/* Image Zoom */

.image-zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 30px;
    background: #ccc;
    opacity: 0.7;
    padding: 5px;
    display: block;
}

a:hover .image-zoom {
    background: #f32626;
    opacity: 1;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
}

/* Makes text unselectable */

.unselectable{
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}


.bike-crop-homepage{
    height: 203px;
    overflow: hidden;
    display: block;
}
.bike-crop-overview{
    height: 134px;
    overflow: hidden;
    display: block;
}

.discount-button {
    margin-top: 8px !important; 
    margin-left: 116px !important; 
    width: 155px !important;
    margin-bottom: 5px;
}

.coupon-text {
    float: left !important;
    width: 105px !important;
    margin-top: 5px;
    margin-right: 0px !important;
}

.remove-discount {
    margin-top: 5px !important; 
    float:left;

}
/*
    BEGIN TOOLTIP
*/
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #454545;
    background-color: #FFF;
    padding: 2px 5px;
    opacity: 1;
}
#tooltip h3, #tooltip div { 
    font-size: 14px;
    color:#000;
    font-weight: normal;
    margin: 0; 
}

/*
    END TOOLTIP
*/

/* errorbox */
.errorBox {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 10px;
    background: #fff;
    border: 10px solid #a61814;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}

.errorBox label {
    float: none;
    width: 100%;
    height: auto;
}

.errorBox ul {
    margin-left: 15px;
}

.errorBox ul li {
    background: none !important;
    list-style: disc;
    padding: 0;
}

select.error, textarea.error, input.error[type="text"], input.error[type="password"], input.error[type="datetime"], input.error[type="datetime-local"], input.error[type="date"], input.error[type="month"], input.error[type="time"], input.error[type="week"], input.error[type="number"], input.error[type="email"], input.error[type="url"], input.error[type="search"], input.error[type="tel"], input.error[type="color"] {
    background-color: #fedfdf;
}


/* Responsive IFRAME */


.responsive-iframe  {
    position: relative;
    min-height: 450px;
    overflow: hidden;
}

.responsive-iframe  iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grecaptcha-badge{
    visibility: hidden;
}
