<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FRONTEND CSS
*********************************************/
html {
  overflow-y: scroll;
}
body {
  background-color: #FFFFFF;
  font-family: 'Regular'; 
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  
}

/* FONTS*/

  @font-face {
   font-family: 'Bold';
   src: url('Booster/BoosterNextFY-Bold.eot');
   src: url('Booster/BoosterNextFY-Bold.otf');
   src: url('Booster/BoosterNextFY-Bold.ttf');
   src: url('Booster/BoosterNextFY-Bold.woff');
  }

   @font-face {
   font-family: 'Medium';
   src: url('Booster/BoosterNextFY-Medium.eot');
   src: url('Booster/BoosterNextFY-Medium.otf');
   src: url('Booster/BoosterNextFY-Medium.ttf');
   src: url('Booster/BoosterNextFY-Medium.woff');
  }

   @font-face {
   font-family: 'Regular';
   src: url('Booster/BoosterNextFY-Regular.eot');
   src: url('Booster/BoosterNextFY-Regular.otf');
   src: url('Booster/BoosterNextFY-Regular.ttf');
   src: url('Booster/BoosterNextFY-Regular.woff');
  }

.content {
	position:relative;            
	max-width: 1600px;
	width:100%;
	margin:0 auto;
	padding: 0px 30px;
}

.content-s {
	position:relative;            
	max-width: 1200px;
	width:100%;
	margin:0 auto;
	padding: 0px 30px;
}

.center {
	text-align:center;
}
.left {
    float: left;
}
.right {
    text-align:right;
    float: right;
}
strong {
	font-weight: 600;
}

.width25 {
	float: left;
	width: 25%;
}

.width30 {
	float: left;
	width: 30%;
}

.width40 {
	float: left;
	width: 40%;
}

.width50 {
	float: left;
	width: 50%;
}

.width60 {
	float: left;
	width: 60%;
}

.width70 {
	float: left;
	width: 70%;
}

.width100 {
	float: left;
	width: 100%;
	margin: 30px 0px;
}

h1 {
    font-size: 24px;
}

/* Top*/

.top {
	position: absolute;
	width: 100%;
	background: url(../images/bg-top.png);
  	background-repeat: repeat-x;
	padding: 15px 50px;
	min-height: 212px;
  	z-index: 2;
}

.meni {
	float: left;
	width: calc(100% - 280px);
}

.logo {
	float: left;
	width: 250;
	padding-right: 30px;
	margin-top: 15px;
}

.logo img {
	max-width: 250px;
	height: auto;
}

/* Menu*/

li.item-138 a, li.item-140 a, li.item-141 a {
	background:#d9020a;
}

li.item-138 a:hover, li.item-140 a:hover, li.item-141 a:hover {
	background:#bc0007;
	color: #fff !important;
}

ul.nav.menu li {
  list-style-type: none;
  display: inline;
}

ul.nav.menu li a {
  font-family: 'Medium';
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 13px;
  display: inline-block;
}

ul.nav.menu li a:hover, .menu li.active a {
  color:#ed3237;
}

/* Banner*/

.banner {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
  background: #39454d;
}

.banner-in {
  position: relative;
  width: 100%;
  background-position: center !important;
  background: url(../images/banner_03.jpg);
  height: 400px;
  background-size: cover;
}

.b2b .banner-in {
	height: 650px;
}

.slide-desc-text-default {
	text-align: right !important;
	font-size: 30px;
	font-weight: 600;
	margin: 0px;
	padding: 30px !important;
}

.slide-desc-bg-default {
	background: RGBA(42,57,66,0.60) !important;
	padding: 50px 0px 30px 0px;
}

.slide-desc {
	left: 50% !important;
	width: calc(50% - 45px) !important;
	right: 45px;
	bottom: 15% !important;
}

.djslider-default .navigation-container-custom {
  right: 0px;
  left: 0;
  text-align: center;
  bottom: 30px;
  top: none;
}

.djslider-default .load-button {
	width: 15px !important;
	height: 15px !important;
	border:none !important;
	background: #eee !important;
}

.slide-text {
	color: #f9232b;
	font-size: 45px !important;
}

.slide-desc-text-default .slide-title a {
    color: #fff;
    text-decoration: none;
}

/* Bloki*/

.blok_01 {
	position: relative;
	width: 100%;
	overflow: auto;
	background:#38454d;
	font-size: 45px;
	text-align: center;
	font-family: 'Bold';
}

.width33 {
	padding: 40px 30px;
	background: #4a565d;
	color: #fff;
	flex: 1 33.33%;
}

.width34 {
	padding: 40px 30px;
	background: #eee;
	float: left;
	flex: 2 33.33%;
}

.width34 img {
	margin-bottom: 60px;
	float: left;
	margin-right: 30px;
}

.crta {
	border-right: 1px solid #caccce;
}

.blok_02 {
	position: relative;
	width: 100%;
	padding: 50px 0px;
}

.blok_02 h2 {
	text-align: center;
	font-size: 28px;
	color: #38454d;
	font-family: 'Regular';
	background: url(../images/crtica.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
.red {
	color: #db252b;
}

.blok_03 {
	position: relative;
	width: 100%;
	overflow: auto;
	background: url(../images/slika_blok_03.jpg);
	background-size: cover;
	padding: 50px 0px;
	background-position: bottom center;
	color: #fff;
	font-size: 20px;
	min-height: 450px;
	background-attachment: fixed;
}

.moduletable_blok_03 {
	width: 40%;
}

a.gumb {
	background: #38454d;
	color: #fff ;
	text-decoration: none;
	padding: 10px 50px;
	margin-top: 45px;
	display: inline-block;
	font-size: 36px;
	font-family: 'Bold';
}

a.gumb:hover {
	background: #b5151b;
}

.blok_04 {
	position: relative;
	width: 100%;
	overflow: auto;
	background: url(../images/bg-statistic.jpg);
	background-size: cover;
	padding: 70px 0px;
	background-position: center;
	color: #fff;
	font-size: 30px;
	background-attachment: fixed;
	text-align: center;
}


.blok_04 h3 {
	font-size: 45px;
	font-family: 'Bold';
	margin: 0px;
	padding: 0px;
}


.moduletable_blok_04 {
	float: right;
	width: 50%;
}

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

/* Vsebina*/

ul.newsflash-horiz_izdelki {
	padding: 0px;
	margin: 0px;
}

ul.newsflash-horiz_izdelki li {
	padding: 2px 0px !important;
	margin: 0px;
	list-style-type: none;
	width: 50%;
	float: left;
	overflow: hidden;
	border:4px solid #fff;
}

.news_left.news_1:hover {
	transition: all 0.5s ease;
	transform: scale(1.03, 1.03);
} 

.news_left.news_1 {
	height: 600px;
	background-size: cover !important;
	position: relative;
	transition: all 0.5s ease;
	overflow: hidden;
	background-position: center !important;
}

.naslov {
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.70);
	width: 100%;
	padding: 15px;
	color: #d9020a;
	font-size: 45px;
	font-family: 'Bold';
}

.izbira {
	position: relative;
	width: 100%;
	overflow: auto;
	text-align: center;
	padding-bottom: 70px;
}

.izbira img {
    max-width: 100%;
    height: auto;
}

.bikes {
	text-align: center;
	position: relative;
	width: 100%;
	overflow: auto;
}

.bikes .vsebina, .koesa .vsebina {
	padding: 10px 0px;
}

hr {
	border: 0.5px solid #ddd;
}

.zakaj {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
	background:#ebeced;
	font-size: 20px;
	line-height: 30px;
}

.zakaj h3 {
	font-size: 45px;
	font-family: 'Bold';
	color: #d9020a;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

/* Jeziki*/
.mod-languages a {
	color: #fff;
	text-decoration: none;
	padding-right: 7px;
}

.mod-languages a:hover {
	color: #d9020a;
}

/* Bott*/

.bott {
	position: relative;
	width: 100%;
	overflow: auto;
	padding: 30px 0px;
	background: #38454d;
	color: #fff;
	box-shadow: 0 0 40px #38454d;
	margin-top: -5px;
	z-index: 2;
	line-height: 30px;
}

.bott a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.bott a:hover {
	color: #f03d43;
}

.bott img {
    margin: 0px 5px;
    vertical-align: middle;
}

.bott .width25 {
	padding: 0px 15px;
}

.pravice {
	padding: 15px 0px;
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 1;
	color: #38454d;
}

.moduletable_kazalo {
	padding-left: 15%;
}

/* Produkti */
.product_item_wrapper {
	width: 33.33%;
	float: left;
	height: 400px;
	background-size: cover !important;
	position: relative;
	background-position: center !important;
}

.product_short_description {
	background: rgba(243,248,251,0.80);
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 20px;
	font-size: 18px;
}

.product_short_description:hover {
    background: rgba(227,229,230,0.80);	
}

b {
	font-size: 24px;
	text-transform: uppercase;
	color: #222327;
}

.product_short_description a {
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	background: #d9020a;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Bold';
}

.product_short_description a:hover {
	background: #c10209;
}

.main_img img {
	max-width: 100%;
}

.thumb_img img {
	float: left;
	width: 25%;
	height: auto;
}

.product_item_image {
	float: left;
	width: 50%;
}

.product_item_description {
	float: left;
	width: 50%;
	padding-left: 50px;
}

/* Video */
.video {
	position: relative;
	width: 100%;
	overflow: auto;
}

.video .width50 {
	padding: 5px;
}

/* RsForm - Order */

.rsform-block.rsform-block-bike-1 .rsform-input-box {
	width: 130px !important;
}

.rsform-block.rsform-block-e-bike .rsform-input-box {
	width: 130px !important;
}

/* RsForm */

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
	background-color: #eee !important;
    border: 1px solid #949494 !important;
    border-radius: 0px !important;
}

.rsform-submit-button {
    border-radius: 0px !important;
    border: none !important;
    text-align: center;
    padding: 8px 15px !important;
    background-color: #c7060d !important;
    color: #fff !important;
    background-image: none !important;
}

.rsform-reset-button {
    border-radius: 0px !important;
    border: none !important;
    text-align: center;
    padding: 8px 15px !important;
    background-color: #38454d !important;
    color: #fff !important;
    background-image: none !important;
}


.formControlLabel {  text-align: left !important; padding: 0 0 0 3px !important; }
.rsform-block.rsform-block-info .formControlLabel {width:90% !important; }
.rsform-input-box, .rsform-select-box { width: 80% !important; height: 25px !important; margin: 0 !important; padding:5px 8px !important;}
.rsform-calendar-box {padding:5px 8px !important;}
.rsform-text-box { width: 80% !important; padding:8px !important;}

.formResponsive input[type="checkbox"] {
	margin-top: 8px;
}

.formResponsive label {
    height: auto !important;
}

input#btnjQ5_0.btnCal.rsform-calendar-button, input#btnjQ5_1.btnCal.rsform-calendar-button {
    background: url(../images/calendar.png);
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    border: none;
    background-size: cover;
    margin-left: 2px;
}

p.rsformVerticalClear {
	width: 100%;
}

#userForm {margin: 0 !important;}

/* Mobi */

.mobi_menu {
	display: none;
	float: left;
	width: 100%;
}

.ikona_mobi {
	text-align: right;
	width: 50%;
	float: left;
}

.ikona_menu {
	float: right;
	padding-right: 15px;
	margin-top: 0px;
}

.logo_mobi {
	width: 50%;
	float: left; 
	padding-left: 15px;
}

.logo_mobi img {
	width: 200px;
}

.mobi_menu ul.nav.menu li a {
	    color: #fff;
	    display: block;
	    padding: 10px 5px;
	    transition: all 0.3s ease;
	    background-color: #db252b;
	    border-bottom: 1px solid #eee;
	    text-align: center;
	    margin: 0px;
	    width: 100%;
	    font-size: 20px;
	    z-index: 5;
	    position: relative;
}

.spirit-p {
    position: absolute;
    bottom: 0;
    position: fixed;
    z-index: 100;
}

.spirit-p img {
	width: 200px;
	height: auto;
}

@media only screen and ( max-width: 1550px) {
	.slide-desc {
		left: 40% !important;
		width: calc(60% - 45px) !important;
		right: 45px;
		bottom: 15% !important;
	}
	.news_left.news_1 {
		height: 400px;
	}
}

@media only screen and ( max-width: 1280px) {

	.slide-desc-text-default {
		font-size: 28px;
		padding: 20px !important;
	}

	.slide-desc {
		left: 30% !important;
		width: calc(70% - 45px) !important;
		right: 45px;
		bottom: 15% !important;
	}
	.width34 {
		padding: 40px 20px;
	}
	.moduletable_blok_03 {
		width: 50%;
	}
}

@media only screen and ( max-width: 1154px) {
	.width33, .width34 {
		text-align: center;
	}
	.width34 img {
		margin-bottom: 10px;
		margin-right: 0px;
		float: none;
	}
	.width33 {
		padding-top: 85px;
	}
	.product_item_wrapper {
		height: 300px;
	}
	b {
		font-size: 20px;
	}
}

@media only screen and ( max-width: 1090px) {
	.width25, .width50 {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.moduletable_kazalo {
		padding-left: 0px;
	}
	.bott .crta {
		border:none;
	}

	ul.nav.menu li a {
	  padding: 8px 10px;
	}
}

@media only screen and ( max-width: 1024px) {
	.slide-desc-text-default {
		font-size: 24px;
		padding: 20px !important;
	}
	.blok_03, .blok_04 {
		background-attachment:local;
	}
	.rsform-input-box, .rsform-select-box { width: 100% !important; }
	.rsform-text-box { width: 100% !important;}
	.news_left.news_1 {
		height: 300px;
	}
}

@media only screen and (min-width: 900px) {
	.mobi {
		display: none;
	}
}

@media only screen and (max-width: 899px) {
	.naslov {
		font-size: 30px;
	}
	.ekran {
		display: none;
	}
	.top {
		padding: 15px 0px;
	}
	ul.nav.menu {
		margin: 0px;
		padding: 0px;
	}
	.product_item_wrapper {
		width: 50%;
	}
	.width30, .width70 {
		width: 100%;
	}
	.mod-languages {
		padding-top: 9px;
		margin-left: -3px;
	}
	.mod-languages a {
		padding-right: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.djslider.djslider-default {
		height: 400px !important;
	}

	img.dj-image {
		height: 400px !important;
		width: auto !important;
	}

	.djslider-in li {
		height: 400px !important;
	}
	.slide-desc {
		left: 30px !important;
		width: calc(100% - 75px) !important;
		right: 45px;
		bottom: 15% !important;
	}
	.slide-desc-text-default {
		font-size: 20px;
		padding: 20px !important;
		text-align: center !important;
	}

	.width33, .width34 {
		display: block;
		width: 100%;
		padding-top: 30px;
	}
	.blok_01 {
		display: block;
	}
	.crta {
		border-bottom: 1px solid #caccce;
		border-right:none;
	}
	.moduletable_blok_03, .moduletable_blok_04 {
		width: 100%;
		text-align: center;
	}

	.banner-in {
		height: 250px;
	}
	.vsebina img {
	    max-width: 100%;
	    margin-bottom: 15px;
	}
	.width40 {
		width: 100%;
	}
	.width60 {
		width: 100%;
		margin-bottom: 30px;
	}
	.formResponsive fieldset {
		margin-right: 20px;
	}
	.product_item_description {
	    width: 100%;
	    padding-left: 0px;
	}
	.product_item_image {
	    width: 100%;
	}
	b {
		font-size: 18px;
	}
	.product_short_description {
		font-size: 16px;
	}
}

@media only screen and (max-width: 479px) {
	.slide-desc {
		display: none;
	}
	.content {
		padding: 0px 20px;
	}
	.formControlLabel {
		width: 100% !important;
	}
	.rsform-input-box, .rsform-select-box {
		height: 35px !important;
	}
	.product_item_wrapper {
		width: 100%;
	}
	.blok_02 h2, .blok_03 h2, .blok_04 h2 {
		font-size: 24px;
	}
	.blok_03, .blok_04 {
		font-size: 16px;
		min-height: auto;
	}

	ul.newsflash-horiz_izdelki li {
		width: 100%;
		height: 300px;
	}
}

/* Cookies*/

.cookies {
  position: relative;
  height: 0px;
  overflow: hidden;
}

.cookies .red {
    color: #fff !important;
}

.cookies .black {
  line-height: 20px !important;
}

.jb.cookie.red p a {
    text-decoration: none;
}

.jb.accept.red {
    width: 160px;
}
</pre></body></html>