body {
    font-family: Arial;
    font-size: 14px;
    background: url(../img/bg.jpg) repeat;
    color: black;
}

a {color: #ee751d; text-decoration: underline; outline: none !important;}
a:hover {color:#ff3333; text-decoration: underline;}

/*********************
    Elements
*********************/
hr {border-top: 1px solid #c2c2c2; border-bottom: 1px solid white;}

p {margin: 0 0 20px 0;}

p.mini {margin: 0 0 10px 0;}

h1, h2, h3, h4 {color: #333;}


h2 {text-shadow: 0 1px 0 white; font-weight: normal;}
h3 {font-weight: normal;}
h4 {font-weight: normal; font-size: 18px; font-weight: normal;}
h4.inline {display: inline-block; margin-bottom: 0;}
h4.title {margin-bottom: 30px;}

.g-tcenter {text-align: center;}
.g-tright {text-align: right;}

.b-control-label {color: #999; font-size: 12px; cursor: pointer;}

.no-margin {margin: 0;}

.dark-muted {color: #666;}
.dark-muted small {line-height: 16px;}

/*********************
    FORMS
*********************/
form.inlined .help-block {margin-bottom: 0; margin-top: 6px;}

select {outline: none;}

/*********************
    TABLE
*********************/
table {width: 100%; margin: 15px 0;}
table thead th {border-bottom: 5px solid #ccc; border-top: 1px solid #ccc; text-align: left; padding: 20px 0;}

table tbody tr td {padding: 20px 0; border-bottom: 1px solid #ccc;}

table td[colspan] {border-bottom: 3px solid #ccc;}

table.equal th, table.equal td {width: 26%; padding-right: 10px;}

table.compar-table th {border-top: 0; padding: 0;}
table.compar-table th, table.compar-table td {width: 26%; padding-right: 10px;}
table.compar-table tr td {border-top: 1px solid #ccc; border-bottom: 0;}
table.compar-table tbody tr:first-child td {border-top: 0;}

table.compar-table.three th, table.compar-table.three td {width: 33%;}

/*********************
    Wrapper
*********************/
.b-wrapper {
    background: url(../img/content-light-bg.png);
    width: 980px;
    margin: 30px auto 0;
}

/*********************
    Breadcrumbs
*********************/
.l-breadcrumbs {margin-bottom: -15px;}

.b-breadcrumbs {font-size: 12px; color: #666;}
.b-breadcrumbs a {color: #666;}

.b-breadcrumbs .bread-delimiter {margin: 0 3px;}

/*********************
    Header
*********************/
.b-header {
    background: url(../img/header-bg.jpg);
    height: 100px;
    margin-bottom: 15px;
}

.b-logo {
    background: url(../img/header-logo.png);
    /* width: 143px; */
    width: 313px;
    height: 40px;
    display: inline-block;
    margin-top: 30px;
}
/* .b-logo:hover {background-position: 0 -70px; } */

/*********************
    Header Menu
*********************/
.b-header-menu {float: right; padding-top: 50px; margin-bottom: 30px;}
.b-header-menu li.dropdown:hover .dropdown-menu {display: flex;}
.b-header-menu li.dropdown:hover {background: white;}
.b-header-menu li.dropdown:hover > a {color: #333;}
.b-header-menu > li {
    float: left;
    border-right: 1px solid #343434;
}
.b-header-menu > li > a {
    color: #CCC;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    border-right: 1px solid #040404;
    padding: 15px;
    text-decoration: none;
}
.b-header-menu > li:first-child {border-left: 1px solid #040404; }
.b-header-menu > li:first-child > a {border-left: 1px solid #343434; }

.b-header-menu > li.active > a {color: #ee751d;}
.b-header-menu > li > a:hover {color: white;}

.b-header-menu li.dropdown.open {background: white;}
.b-header-menu li.dropdown.open > a {color: #333; font-weight: bold;}

.b-header-menu .dropdown-menu {
    border:0;
    top: 96%;
    left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-right: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.b-header-menu .dropdown-menu.first {
    left: 1px;
}

.b-header-menu .dropdown-menu ul {
    display: inline-block;
    vertical-align: top;
    padding-left: 8px;
}

.b-header-menu .dropdown-menu h4 {
    margin-left: 16px;
    margin-top: 6px;
    font-weight: bold;
    font-size: inherit;
    color: #ee751d;
}

.b-header-menu .dropdown-menu ul li {
	float: left;
	width: 210px;
}

.b-header-menu .dropdown-menu ul li a {
    background: url(../img/header-menu-arrow.png) no-repeat 16px 14px;
    padding: 6px 15px 6px 35px;
    text-decoration: none;
    font-size: 14px;
}

.b-header-menu .dropdown-menu ul li a.special {
    color: #ee751d;
}

.b-header-menu .dropdown-menu ul li a:hover {
    background-color: #ccc;
    text-decoration: underline;
    color:#333;
}

.b-header-menu .dropdown-menu .b-header-menu-gray {padding: 30px 20px; background: #ccc; margin-top: 20px;}

/*********************
    Index Slider
*********************/
.b-index-slider {margin-bottom: 0; z-index: 20;}
.b-index-slider .carousel-caption h1 {
color: #EE751D;
font-size: 31px;
}
.b-index-slider .carousel-caption h4 {font-weight: normal; }
.b-index-slider .carousel-caption {
    padding: 20px 60px;
    color: white;
    background: #333;
    background: rgba(0, 0, 0, 0.50);
}
.b-index-slider .carousel-caption .btn {margin-top: 25px;}

.b-index-slider-previews {
    background: #999999;
    text-align: center;
}
.b-index-slider-previews a {
    display: inline-block;
    width: 120px;
    height: 80px;
    position: relative;
    z-index: 10;
    margin-top: -10px;
    margin-right: -3px;
}
.b-index-slider-previews a:hover {
    background: #adadad;
    z-index: 0;
}
.b-index-slider-previews a img {padding-top: 23px;}

.b-index-slider-previews a.active {
    background: url(../img/slider-active.png) no-repeat;
    z-index: 30;
}

/*Carousel Back link*/
.b-carousel-back-link {
    position: absolute;
    left: 30px;
    top: 30px;
}

/*Dots*/
h4 .carousel-dots {margin-left: 20px;}
.carousel-dots {text-align: center; display: inline-block; vertical-align: middle;}
.carousel-dots a {
    background: url(../img/slider-buttons.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 8px;
}
.carousel-dots a:hover {
    background-position: 0 -15px;
}
.carousel-dots a.active-dot {
    background-position: 0 -30px;
}

#innerMainSlider .carousel-dots {
    display: block;
    position: absolute;
    bottom: 35px;
    width: 100%;
}

/*********************
    FLAT MENU
*********************/
.b-flat-menu {
    font-size: 12px;
}
.b-flat-menu.inline {
    display: inline-block;
    margin-left: 35px;
    margin-bottom: 0;
}
.b-flat-menu.inline a {
    text-decoration: none;
}
.b-flat-menu a {
    display: inline-block;
    padding: 3px 15px;
    margin-left: 15px;
    color: black;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.b-flat-menu a:first-child {margin-left: 0;}
.b-flat-menu a span {border-bottom:1px dotted #333;}

.b-flat-menu a:hover {
    background: #ccc;
    color: black;
    text-decoration: none;
    -moz-box-shadow: inset 0 2px 1px #bbb;
    -webkit-box-shadow: inset 0 2px 1px #bbb;
    box-shadow: inset 0 2px 1px #bbb;
}
.b-flat-menu a:hover span {border-bottom-color: transparent;}

.b-flat-menu a.active {
    background: #ee751d;
    color: white;
    text-decoration: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.b-flat-menu a.active span {border-bottom-color: transparent;}

/*********************
    SOCIALS BLOCK
*********************/
.b-social-block {color: #999; font-size: 12px; padding-top: 5px; padding-bottom: 15px;}

.b-social-block .pull-right { /* padding-top: 10px; */ }

.b-social-elems {
    position: relative;
    display: inline-block;
    margin: 15px 0 -10px 0;

}
.b-social-elem {
    background: url(../img/socials.png);
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.b-social-elem.facebook {background-position: 0 0;}
.b-social-elem.vk {background-position: -40px 0;}

.b-social-elem-c {display: inline-block; position: relative;}

.b-social-block-modal {
    display: none;
    background: white;
    position: absolute;
    padding: 5px;
    z-index: 10;
    top: -5px;
    left: -5px;
    width: 310px;
    color: #333;
    -moz-box-shadow: 0 0 10px #dcdcdc;
    -webkit-box-shadow: 0 0 10px #dcdcdc;
    box-shadow: 0 0 10px #dcdcdc;
}
.b-social-block-modal-c {
    padding-top: 10px;
}
.b-social-block-modal-close {
    background: url(../img/socials-close.png);
    width: 13px;
    height: 13px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

/*********************
    PAGER
*********************/
.b-pager {
    margin: 0 0 30px;
    float: left;
    width: 100%;
}

.b-pager li {
    float:left;
    margin-right: 5px;
}

.b-pager li a {
    color: #333;
    padding: 12px 20px;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.b-pager li a:hover {background: #ccc;}
.b-pager li.active a {
    color: white;
    text-shadow: 1px 0 0 #333;
    text-decoration: none;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    background: #999999; /* Old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #686868 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#686868)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#686868 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#686868 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#686868 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #999999 0%,#686868 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#686868',GradientType=0 ); /* IE6-9 */
}


/*********************
    Blocks
*********************/
.block-fullsize {margin-left: -26px; margin-right: -26px;}
.block-fullsize.inner {padding-left: 26px; padding-right: 26px;}
.block-fullsize.inner.tb {padding-top: 26px; padding-bottom: 26px;}
.block-fullsize.white {background: white;}
.block-fullsize.gray {background: #ccc;}

.block-fullsize.white h2 {margin-top: 0;}

.block-fullsize iframe {margin-bottom: -5px;}

.block-offset {margin-top: 20px; margin-bottom: 20px;}
.block-offset.medium {margin-top: 27px; margin-bottom: 27px;}
.block-offset.big {margin-top: 35px; margin-bottom: 35px;}
.block-offset.super {margin-top: 50px; margin-bottom: 50px;}

/*Next-link*/
.block-nextlink {
    margin-top: 20px;
}

/*Logo*/
.b-float-logo {
    margin: 0 30px 60px;
}

/*Float Block*/
.block-float.pull-left {margin: 0 25px 25px 0;}
.block-float.pull-right {margin: 0 0 25px 25px;}


/*Block Image News*/
.l-reviews-list .block-news-image .block-news-image-body {max-width: 520px;}

.block-news-image {margin-bottom: 25px;}
.block-news-image-img {float:left; padding-top: 4px;}
.block-news-image-img .b-gallery-elem {margin-left: 0;}
.block-news-image-body {margin-left: 235px;}
.block-news-image-body .block-news-image-link {font-weight: bold; display: block; margin-bottom: 10px;}

/*Special*/
.b-some-special {text-align: right; font-size: 12px; text-shadow: 1px 1px 0 white;}

.b-some-special.pull-right {padding-top: 7px;}

/*Block Gray*/
.block-gray-or {
    background: #999;
    padding: 5px;
    width: 197px;
    position: relative;
    margin-left: 29px;
    height: 240px;
    vertical-align: top;
    display: inline-block;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    zoom: 1;
    *display: inline;
}
.block-gray-or:first-child {margin-left: 0;}
.block-gray-or:hover .block-gray-or__over {display: block;}

.block-gray-or__body {
    color: white;
    padding: 17px 15px 10px;
    font-size: 14px;
    font-weight: bold;
}

.block-gray-or__over {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    left: 0;
    top: 0;
    text-shadow: 1px 1px 0 #cc3333;
    background: #ee751d; /* Old browsers */
    background: -moz-linear-gradient(top,  #ee751d 0%, #ff3300 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee751d), color-stop(100%,#ff3300)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ee751d 0%,#ff3300 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ee751d 0%,#ff3300 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ee751d 0%,#ff3300 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ee751d 0%,#ff3300 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee751d', endColorstr='#ff3300',GradientType=0 ); /* IE6-9 */
}

.block-gray-or__over a {color: white;}

.block-gray-or__over-inner {padding: 30px 20px 10px;}

.block-gray-or__over .block-nextlink {font-size: 12px;}

.l-technology-list {margin-top: 30px;}
.l-technology-list.elem-margin .block-gray-or {margin-bottom: 30px;}

.carousel .l-technology-list {margin-top: 0;}
.carousel .l-technology-list .block-gray-or {margin-left: 26px;}
.carousel .l-technology-list .block-gray-or:first-child {margin-left: 0;}

/*Lined*/
.block-lined {
    margin: 15px 0;
    padding: 17px 0;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
}

/*Excla*/
.block-excla {
    background: #CCC url(../img/excla.png) no-repeat 55px 30px;
    margin: 45px 0;
    padding: 26px 30px 26px 200px;
    text-shadow: 1px 0 0 white;
    -moz-box-shadow: 0 5px 10px #a0a0a0;
    -webkit-box-shadow: 0 5px 10px #a0a0a0;
    box-shadow: 0 5px 10px #a0a0a0;
}

.block-excla.quote {
    background: #666 url(../img/blockquote.png) no-repeat 55px 30px;
    color: white;
    text-shadow: 1px 1px 0 #333;
}

/*********************
    Gallery
*********************/
.l-gallery .b-gallery-elem {margin-left: 35px;}
.l-gallery .b-gallery-elem:first-child {margin-left: 0;}
.l-gallery .b-gallery-elem {margin-left: 30px;}
.b-gallery-elem {
    display: inline-block;
    /*background: url(../img/gallery-elem-bg.png);*/
    width: 207px;
    /* height: 160px; */
    position: relative;
    background: white;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    zoom: 1;
    *display: inline;
	float:left;
}
.b-gallery-elem img {
	padding:5px;
	width: 197px;
}

.b-gallery-elem:hover .fader {display: block;}

.b-gallery-elem .fader {
    display: none;
    background: url(../img/fade.png);
    position: absolute;
    left: 5px;
    top: 5px;
    width: 197px;
    height: 150px;
    z-index: 10;
}

.b-gallery-elem .fader-icon {
    display: block;
    width: 100%;
    height: 100%;
}
.b-gallery-elem.image .fader-icon {
    background: url(../img/zoom.png) no-repeat center center;
}
.b-gallery-elem.video .fader-icon {
    background: url(../img/video.png) no-repeat center center;
}
.b-gallery-elem.wide {
    width: auto;
    height: auto;
    padding: 5px;
}

.b-gallery-elem.wide img {
     padding: 0;
}


.carousel .l-gallery {
    padding: 10px 5px;
}
.carousel .l-gallery .b-gallery-elem {margin-left: 26px;}
.carousel .l-gallery .b-gallery-elem:first-child {margin-left: 0;}

/*SUB SLIDER*/
#subSlider .carousel-control {z-index: 9999;}

/*INNER MAIN SLIDER*/
#innerMainSlider .watch-video-button {position: absolute; bottom: 30px; left: 35px;}

/*********************
    LEFT-RIGHT SUPER BUTTONS
*********************/
.l-super-button {
    position: absolute;
    top: 40%;
}
.l-super-button.left {left: 0;}
.l-super-button.right {right: 0;}

.super-button {
    display: block;
    height: 110px;
    width: 40px;
    opacity: 1;
    border: 0;
    color: black;
    text-decoration: none;
    font-size: 16px;
    line-height: 105px;
    text-align: center;
    border: 1px solid #ccc;

}
.l-super-button.left .super-button:hover, .l-super-button.right .super-button:hover {
    opacity: 1;
    background: #999;
    color: white;
    text-shadow: 1px 1px 0 black;
    text-decoration: none;
    border-color: transparent;
    filter:none;
}
.l-super-button.left .super-button {
    left: 0;
    border-left: 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(left,  #fefefe 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fefefe 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fefefe 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fefefe 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to right,  #fefefe 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
}
.l-super-button.right .super-button {
    right: 0;
    border-right: 0;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius:  3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(left,  #cccccc 0%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cccccc), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #cccccc 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #cccccc 0%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #cccccc 0%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to right,  #cccccc 0%,#fefefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 */
}

.super-button:hover .super-button__container {display: block;}
.super-button__container {
    text-shadow: none;
    line-height: 14px;
    display: none;
    background: white;
    position: absolute;
    width: 120px;
    height: 90px;
    border: 1px solid #999;
    top: 0;
    font-size: 11px;
    color: #333333;
    text-align: center;
    padding: 10px 15px;
    z-index: 1000;
}
.super-button__container img {display: block; margin: 0 auto; margin-bottom: 8px;}
.l-super-button.left .super-button__container {
    left: 41px;
    border-left: 0;
}
.super-button.right .super-button__container {
    right: 41px;
    border-right: 0;
}

/*********************
    Model Bike
*********************/
.model-bike-white {
	/* min-height: 580px; */
	min-height: 210px;
}

.model-bike-white__right {
    position: absolute;
}
.model-bike-white__bottom {
    position: absolute;
    bottom: 25px;
    left: 30px;
}

.model-bike-white__top {
    position: absolute;
    top: 90px;
    left: 30px;
}

.model-bike-white-price {color: red; margin-top: 0; font-weight: bold;}

.model-bike-title {
    padding: 30px 26px 0;
}
.model-bike-title h2 {display: inline-block; font-size: 16px;}
.model-bike-title label.checkbox {display: inline-block; vertical-align: text-bottom; margin-left: 30px;}

.model-bike-img {
    /* cursor: pointer; */
    text-align: center;
    margin-top: -10px;
}

/*Size Table*/
.model-bike-geom {width: 680px; border-left: 1px solid #ccc; border-top: 1px solid #ccc;}
.model-bike-geom tr td:first-child {border-right: 0;}
.model-bike-geom td[colspan]:first-child {padding: 0; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;}
.model-bike-geom td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px;
}

/*********************
    BLOCK WITH OVERLAY
*********************/
.block-with-overlay {position: relative;}
.block-with-overlay__close {
    background: url(../img/close.png);
    width: 34px;
    height: 34px;
    position: absolute;
    right: -17px;
    top: -17px;
    z-index: 4000;
    cursor: pointer;
}

.block-with-overlay__container {
    display: none;
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3000;
    left: 0;
    top: 0;
}

.watch-video-container {text-align: center; padding-top: 30px;}


/*********************
    BIKE ELEM
*********************/
.l-bike-elems {margin-left: -10px; margin-right: -10px;}

.l-bike-elem {
    width: 234px;
    /*height: 260px;*/
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.l-bike-elem:hover .b-bike-elem {
    position: absolute;
    z-index: 1000;
    -moz-box-shadow: 0 0 13px #bbb;
    -webkit-box-shadow: 0 0 13px #bbb;
    box-shadow: 0 0 13px #bbb;
}
.l-bike-elem:hover .l-bike-params {display: block;}

/*Bike elem*/
.b-bike-elem {
    background: white;
    padding: 25px 15px;
}
.b-bike-elem a {
    font-weight: bold;
    display: block;
}
.b-bike-elem-img {margin-bottom: 15px; width: 204px; /*height: 150px;*/ position: relative;}

.b-bike-elem .b-bike-elem__type {font-size: 12px; margin: 6px 0; color: #999;}

.b-bike-elem-colors {margin: 0 3px 3px 0; display: inline-block;}
.b-bike-elem-colors.active img {border-color: #EE751D;}
.b-bike-elem-colors img {padding: 2px; border: 1px solid #999;}

.b-bike-elem-new {
    background: url(../img/label-new.png);
    width: 49px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 5px;
}

/*Params*/
.l-bike-params {
    display: none;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}
.b-bike-params-elem {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

/*********************
    Footer
*********************/
.b-footer {
    background: url(../img/footer-bg.jpg);
    padding: 20px 30px 20px;
    position: relative;
    color: #999;
    font-size: 12px;
}
.b-footer a {color: #999;}
.b-footer a:hover {color: #EE751D;}

.b-footer .row .span2 {width: 155px;}

.b-footer ul li {margin-bottom: 8px;}

.b-footer-logo {
    background: url(../img/footer-logo.png);
    width: 149px;
    height: 91px;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.b-footer-copyright, .b-footer-copyright a {color: #666;}

/*********************
    COMPAR PANEL
*********************/
.l-compar-panel {
    position: fixed;
    bottom: -92px;
    width: 100%;
    z-index: 9999;
}
.l-compar-panel .btn .down-arrow {display: none}

.l-compar-panel.opened {bottom: 0;}
.l-compar-panel.opened .btn .down-arrow {display: inline;}
.l-compar-panel.opened .btn .up-arrow {display: none;}

.b-compar-panel {
    background: white;
    padding: 6px 0;
    border-top: 5px solid #999;
    font-size: 12px;
}

.b-compar-panel .btn {margin-top: 30px;}

.b-compar-no-model {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: #ccc;
    text-shadow: 1px 1px 0 white;
    width: 207px;
    height: 70px;
    margin-top: 8px;
}

.b-compar-panel-elem {line-height: 14px;}
.b-compar-panel-elem-img {float: left;}
.b-compar-panel-elem-body {padding-left: 80px;}
.b-compar-panel-elem-body strong {margin-top: 10px; display: block;}

/*********************
    CATALOGUE
*********************/
.l-cat-sidebar-elems {padding-top: 17px;}

.l-cat-sidebar-elems .b-bike-elem-colors {margin: 0 6px 6px 0;}

.cat-sidebar-elem {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc;}
.cat-sidebar-elem.last {border-bottom: 0;}
.cat-sidebar-elem h4 {margin-bottom: 25px;}

.cat-sidebar-elem input.inline {width: 87px; margin-left: 10px;}
.cat-sidebar-elem input.inline:first-child {margin-left: 0;}

.cat-sidebar-range {margin: 20px 0 5px;}

.noUiSlider {
    width: 100%;
    height: 4px;
}

.noUiSlider .noUi-connect {
    background: #f47920;
}

.noUi-horizontal .noUi-handle {right: -8px !important; box-shadow:none; background: none;}
.noUi-horizontal .noUi-handle:before {background: none;}
.noUi-horizontal .noUi-handle:after {background: none;}

.noUiSlider .noUi-handle-lower, .noUiSlider .noUi-handle-upper {
    width: 18px;
    height: 25px;
    border: 0;
    cursor: pointer;
    top: -11px;
}

.noUiSlider .noUi-handle-lower {background: url(../img/range-slider-left.png);}
.noUiSlider .noUi-handle-lower:hover {background-position: 0 -25px;}

.noUiSlider .noUi-handle-upper {background: url(../img/range-slider-right.png);}
.noUiSlider .noUi-handle-upper:hover {background-position: 0 -25px;}

/*********************
    Flat button menu
*********************/
.flat-button-menu {margin-bottom: -15px;}
.flat-button-menu .elem {
    cursor: pointer;
    color: white;
    padding: 3px 15px 3px 35px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    font-size: 12px;
    background: #999999; /* Old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #676767 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#676767)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#676767 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#676767 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#676767 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #999999 0%,#676767 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#676767',GradientType=0 ); /* IE6-9 */
}

.flat-button-menu .elem:hover {
    background: #ff3333; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff3333 0%, #cd0101 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3333), color-stop(100%,#cd0101)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff3333 0%,#cd0101 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff3333 0%,#cd0101 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff3333 0%,#cd0101 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff3333 0%,#cd0101 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#cd0101',GradientType=0 ); /* IE6-9 */
}

.flat-button-menu .elem:active, .flat-button-menu .elem.active {
    background: #ee751d;
}

.flat-button-menu .elem-close {
    background: url(../img/flat-button-menu-close.png);
    width: 9px;
    height: 10px;
    display: block;
    position: absolute;
    left: 12px;
    top: 8px;
    cursor: pointer;
}

/*********************
    Compare
*********************/
.compare-left-desc {padding-top: 25px;}

.b-bike-compar-func {margin-bottom: 25px; float: left; width: 100%;}
.b-bike-compar-func__img {float: left; cursor: pointer;}
.b-bike-compar-func__body {margin-left: 80px;}

/*********************
    Bikes List
*********************/
.l-bikes-list {
    margin-left: -28px;
}

.bikes-list-elem {
    margin-left: 28px;
    margin-bottom: 35px;
    width: 208px;
    display: inline-block;
    vertical-align: top;
}
.bikes-list-elem__link {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    -moz-box-shadow: 0 0 13px #bbb;
    -webkit-box-shadow: 0 0 13px #bbb;
    box-shadow: 0 0 13px #bbb;
}
.bikes-list-elem__img {
    display: block;
    background: white;
    padding: 5px;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bikes-list-elem__title {
    display: block;
    padding: 15px 20px;
    color: black;
    font-size: 14px;
    text-shadow: 0 1px 0 white;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #cdcdcd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#cdcdcd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
}

.bikes-list-elem__link:hover {text-decoration: none;}
.bikes-list-elem__link:hover .bikes-list-elem__title {
    text-shadow: 0 1px 0 #333;
    color: white;
    background: #999999; /* Old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #676767 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#676767)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#676767 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#676767 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#676767 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #999999 0%,#676767 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#676767',GradientType=0 ); /* IE6-9 */
}
.bikes-list-elem__link:active .bikes-list-elem__title {
    color: white;
    text-shadow: 0 1px 0 #333;
    background: #666666;
    -moz-box-shadow: inset 0 3px 6px #333;
    -webkit-box-shadow: inset 0 3px 6px #333;
    box-shadow: inset 0 3px 6px #333;
}

.bikes-list-elem__price {font-weight:bold; margin: 15px 0;}

/*********************
    COMP LIST NUMBER
*********************/
.comp-list-number {
    font-size: 36px;
    color: #ccc;
    text-shadow: 0 1px 0 white;
    text-align: center;
    padding-top: 10px;
}

/*********************
    IMG LIST
*********************/
.b-img-list-elem {float: left; display: block; position: relative;}
.b-img-list-elem:hover .b-img-list-elem__caption {display: block;}

.b-img-list-elem__caption {
    background: #333;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fffefe;
}
.b-img-list-elem__caption .inner {
    padding: 15px 30px;
}

/*********************
    SPEC BLOCK WHITE
*********************/
.block-spec-white {
    background: url(../img/spec-block.png) no-repeat 30px bottom;
    font-size: 12px;
    color: #666666;
    width: 450px;
    margin: 0 30px 30px 0;
    padding-bottom: 30px;
}
.block-spec-white h5 {color: #333;}
.block-spec-white.pull-right {
    margin: 0 0 30px 30px;
}
.block-spec-white .inner {
    background: white;
    padding: 15px 25px 25px;
}

/*********************
    Question-sign
*********************/
.l-question-icon {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.b-question-icon {
    background: url(../img/question.png);
    width: 16px;
    height: 16px;
    display: inline-block;
}
.b-question-icon:hover {
    background-position: 0 -16px;
}

.b-question-icon__close {
    background: url(../img/close.png);
    width: 34px;
    height: 34px;
    position: absolute;
    left: -17px;
    top: -17px;
    cursor: pointer;
}
.b-question-icon__container {
    display: none;
    position: absolute;
    background: #666;
    padding: 30px;
    color: white;
    width: 390px;
    font-size: 12px;
    line-height: 18px;
    top: 8px;
    left: 8px;
    z-index: 100;
}

/*Simple*/
.l-question-icon.simple {margin-left: 0;}
.l-question-icon.simple a {color: black; border-bottom: 1px dotted #000; text-decoration: none;}
.l-question-icon.simple .b-question-icon__close {
    background: url(../img/flat-button-menu-close.png);
    width: 9px;
    height: 10px;
    right: 12px;
    top: 12px;
    left: auto;
}

.l-question-icon.simple .b-question-icon__container {
    top: 160%;
    left: 0;
}

.l-question-icon .b-question-icon__triangle {
    background: url(../img/gray-triangle.png);
    width: 13px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 10px;
}

/*********************
    SPEC MENU BUTTON
*********************/
.spec-button-menu {
    margin-bottom: 40px;
    margin-top: 25px;
    -moz-box-shadow: 0px 0 10px #999;
    -webkit-box-shadow: 0px 0 10px #999;
    box-shadow: 0px 0 10px #999;
}

a.spec-button-menu-elem, .spec-button-menu-elem {
    font-weight: bold;
    color: black;
    text-shadow: 1px 1px 0 white;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #cdcdcd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#cdcdcd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
}
.spec-button-menu-elem label {font-weight: bold; padding: 20px; cursor: pointer; margin-bottom: 0;}
.spec-button-menu-elem label input {float: right;}

a.spec-button-menu-elem {padding: 20px;}

.spec-button-menu-elem:first-child {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.spec-button-menu-elem.last {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

a.spec-button-menu-elem:hover, .spec-button-menu-elem:hover {
    color: white;
    text-shadow: 1px 1px 0 #333;
    background: #999999; /* Old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #676767 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#676767)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#676767 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#676767 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#676767 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #999999 0%,#676767 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#676767',GradientType=0 ); /* IE6-9 */
}

/*********************
    SPEC TAB MENU
*********************/
.spec-tab-menu {padding: 30px 27px 0; border: 0;}

.spec-tab-menu li {margin-left: 6px; margin-bottom: 0;}
.spec-tab-menu li:first-child {margin-left: 0;}
.spec-tab-menu li a {
    padding: 8px 29px;
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 0 #333;
    border: 0;
    margin: 0;
    background: #989898; /* Old browsers */
    background: -moz-linear-gradient(top,  #989898 0%, #676767 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#989898), color-stop(100%,#676767)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #989898 0%,#676767 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #989898 0%,#676767 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #989898 0%,#676767 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #989898 0%,#676767 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#989898', endColorstr='#676767',GradientType=0 ); /* IE6-9 */

}
.spec-tab-menu li a:hover {background: #666; border: 0; filter:none;}
.spec-tab-menu li.active a {
    background: url(../img/content-light-bg.png);
    font-weight: bold;
    color: black;
    text-shadow: none;
    cursor: pointer;
    border: 0;
    filter:none;
}

.spec-tab-menu li.active a:hover {color: black; cursor: pointer; border: 0;}

/*********************
    Order Form
*********************/
.l-dealer-desc .row {margin-bottom: 20px;}

/*********************
    SUPER BIG PICTURE
*********************/
.super-big-picture {
    cursor: move;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.super-big-picture img {max-width: none; display: none;}
/*********************
    Buttons
*********************/
a.btn-silver, .btn-silver {
    color: #333;
    text-shadow: 1px 1px 0 white;
    text-decoration: none;
    font-size: 12px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-bottom: 1px solid #808080;
    border-top: 0;
    padding: 3px 16px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #cdcdcd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#cdcdcd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-8 */

}

.btn-silver:hover {
    color: white;
    text-shadow: 1px 1px 0 #333;
    background: #999999; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzY3NjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #999999 0%, #676767 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#676767)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#676767 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#676767 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#676767 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #999999 0%,#676767 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#676767',GradientType=0 ); /* IE6-8 */
}

.btn-silver:active {
    color: #ccc;
    text-shadow: 1px 1px 0 #333;
    background: #666;
    -moz-box-shadow: inset 0px 2px 4px #444;
    -webkit-box-shadow: inset 0px 2px 4px #444;
    box-shadow: inset 0px 2px 4px #444;
}

.btn-silver.btn-special {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 0;
}
.btn-silver.btn-special.bottom {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

/*Orange*/
.btn-orange, a.btn-orange {
    color: white;
    text-shadow: 1px 1px 0 #cc3333;
    text-decoration: none;
    font-size: 12px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-top: 0;
    background: #ee751d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNzUxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjM1MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ee751d 0%, #ff3501 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee751d), color-stop(100%,#ff3501)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ee751d 0%,#ff3501 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ee751d 0%,#ff3501 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ee751d 0%,#ff3501 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ee751d 0%,#ff3501 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee751d', endColorstr='#ff3501',GradientType=0 ); /* IE6-8 */

}
.btn-orange:hover, a.btn-orange:hover {background: #ee751d; color: white; filter:none;}
.btn-orange:active, a.btn-orange:active {
    background: #ff3300;
    color:white;
}
.btn-orange.big {
    font-size: 14px;
    padding: 10px 25px;
}

/*Orange Flat*/
.btn-orange-flat, a.btn-orange-flat {
    border: 0;
    text-shadow: none;
    color: white;
    padding: 4px 10px 3px 35px;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #ee751d;
    font-size: 12px;
}
.btn-orange-flat-icon.dealers {
    background: url(../img/dealers.png);
    left: 13px;
    top: 9px;
    display: block;
    position: absolute;
    width: 9px;
    height: 10px;
}
.btn-orange-flat:hover, .btn-orange-flat:active {
    color: white;
    background: #ff3333; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff3333 0%, #cd0101 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3333), color-stop(100%,#cd0101)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff3333 0%,#cd0101 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff3333 0%,#cd0101 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff3333 0%,#cd0101 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff3333 0%,#cd0101 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#cd0101',GradientType=0 ); /* IE6-9 */
}

noUiSlider.show-dealers {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    text-decoration: none;
}

.show-dealers a:hover {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    text-decoration: none !important;
}

h1.title {
    font-weight: normal;
    text-shadow: 0 1px 0 white;
    font-size: 31.5px;
}

#readDetailed {
    text-decoration:none;
    border-bottom:1px dashed;
    font-weight: bold;
}

.media-photos a {
    margin:0px 0px 10px 10px;
	position: relative;
	overflow: hidden;
}

#order-form, #request-form {
    margin:0px;
}

#recommend-holder {
    margin-top: 10px;
}
.full-bikes-message{
    text-align: center;
    color:#ffffff;
    background-color:#FF0000;
    display: none;
}
.colors-link {
    display: inline !important;
}
.carousel-title {
    color: #EE751D;
    font-size: 31px;
    font-weight: bold;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}
.map-section {
    margin-top:15px;
}

.header-block-phone-external {
	position: relative;
}

.header-block-phone-external .block-phone-inner {
	position: absolute;
	top: 18px;
	right: 0px;
	color: #ccc;
	font-size: 16px;
}

.footer-block-phone {
	position: absolute;
	right: 30px;
	top: 40px;
	font-size: 18px;
}
