html {
	font-size: 62.5%;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	background: #f6f6f6;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.btn {
	font-family: "bebas_neue_regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	letter-spacing: 0.4rem;
	font-size: 60px;
	font-size: 6rem;
	color: #333333;
	font-family: "bebas_neuebook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
	letter-spacing: 0.1rem;
	font-size: 54px;
	font-size: 5.4rem;
	color: #000000;
	font-family: "bebas_neuebold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
	letter-spacing: 0.2rem;
	font-size: 36px;
	font-size: 3.6rem;
	color: #333333;
	font-family: "bebas_neuebook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
	letter-spacing: 0.2rem;
	font-size: 32px;
	font-size: 3.2rem;
	color: #000000;
	font-family: "bebas_neuebold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5 {
	letter-spacing: 0.2rem;
	letter-spacing: 0.4rem;
	font-size: 20px;
	font-size: 2rem;
	color: #333333;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: "source_sans_probold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

p,
ul.content-list,
table {
	font-family: "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p.smaller {
	font-size: 1.2rem;
}

a {
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
	-webkit-transition: border 300ms linear;
	-moz-transition: border 300ms linear;
	-ms-transition: border 300ms linear;
	-o-transition: border 300ms linear;
	transition: border 300ms linear;
}

img {
	display: block;
	max-width: 100%;
}

hr {
	background: url('../assets/images/shadow_line.png') no-repeat center bottom;
	padding-bottom: 10px;
	padding-top: 14px;
	border: 0;
}

ul.content-list {}

ul.content-list li {
	list-style-type: square;
	color: #4ba0dc;
}

ul.content-list li span {
	color: #333;
}

.panel-group .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-default {
	border: 0;
	background: none;
}

.panel-heading {
	background: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	padding: 0;
	border: none;
}

.rextonCPHR {
	margin-bottom: -9px;
}

.rextonCPHRdwa {
	margin-top: -14px;
}

.rexton-colorWhite {
	background: #FFF;
	padding: 50px 15px 50px 15px;
}

.navbar-default {
	background-color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "bebas_neuebold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.intro-jumbo {
	background: url('../assets/images/rexton_header.jpg');
	padding: 38px 60px;
}

.rexton-w .intro-jumbo {
	background: url('../assets/images/rexton_w_header.jpg');
	padding: 38px 60px;
}

/*.intro-jumbo:after{content:"";display: block;padding-bottom: 20px;background: url(../assets/images/shadow.jpg) bottom center;}*/

.padless {
	padding: 0 !important;
}

.marless {
	margin: 0 !important;
}

.backless {
	background: none !important;
}

.stripe-label {
	border-left: 6px solid #000;
	padding-left: 16px;
}

.jumbobox,
.infobox {
	display: block;
	margin-bottom: 21px;
	background-color: #ffffff;
	border-radius: 0;
}

.jumbotron .jumbobox {
	border: 0;
	padding: 36px 0 0 0;
	max-width: 300px;
	border-bottom: 6px solid #4ba0dc;
}

.jumbobox p {
	padding: 0 20px;
	font-size: 1.2rem;
	font-family: "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bordered:before {
	content: "";
	display: block;
	width: 60px;
	border-top: 3px solid #000;
	padding-bottom: 14px;
}

.infobox .caption {
	padding: 10px 30px 30px;
	min-height: 403px;
	background: #FFF;
	border: 1px solid #DDD;
	border-top: 0;
}

.infobox {
	min-height: 550px;
	background: url('../assets/images/box_shadow.png') no-repeat center bottom;
	padding-bottom: 20px;
	margin: 0;
}

.infobox.short {
	min-height: 260px;
}

.infobox.short .caption {
	min-height: 78px;
	padding-bottom: 0px;
}

.infobox.short .caption p {
	font-size: 1.2rem;
}

.infobox.medium {
	min-height: 460px;
}

.infobox.medium .caption {
	padding-bottom: 20px;
	min-height: 0;
}

.infobox.medium .caption p {
	font-size: 1.2rem;
}

.col-white {
	max-width: 350px;
}

.col-white .stripe-label {
	background: #FFF;
}

.col-white .stripe-label h4 {
	margin-bottom: 0;
}

.col-white .infobox {
	min-height: 400px;
	padding-top: 20px;
	background: #FFF;
}

.col-white .caption {
	min-height: 0;
	border: 0;
}

.col-white .caption p {
	font-size: 1.2rem;
}

.col-after-white {
	width: 100%;
	max-width: 750px;
}

.col-white .infobox .btn {
	position: static;
	margin-top: 40px;
}

.col-352 {
	min-height: 352px
}

.btn {
	outline: none;
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}

.btn-primary,
.btn-default {
	border: 2px solid #4ba0dc;
	background: #FFF;
	color: #4ba0dc;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-default:hover,
.btn-default:focus {
	color: #006d91;
	background: #FFF;
	border-color: #006d91;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
	background: transparent;
}

.btn-free {
	background: transparent;
	margin: auto 20px;
	display: block;
	padding: 10px 0 6px;
	margin-top: 40px;
}

.btn-primary.btn-free:hover,
.btn-primary.btn-free:focus {
	background: none;
}

.pusher {
	position: relative;
	min-height: 340px;
}

.equal-space {
	min-height: 110px;
}

.mar-down {
	margin-top: 20px
}

.pos-able {
	margin: auto;
	float: none;
}

hr.blank {
	padding: 20px 0;
	border: 0;
	background: none;
}

.labeled-image {
	position: relative;
}

.labelbox {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 240px;
	background: #FFF;
	padding: 10px 20px;
}

.labelbox.clear {
	background: none;
	color: #FFF;
	bottom: 20px;
	right: 20px;
	top: initial;
	left: initial;
}

.labelbox.clear h6 {
	color: #FFF;
}

.infobox .btn {
	position: absolute;
	bottom: 0;
}

.infobox img {
	display: inline;
	margin: auto;
}

.navbar-default .navbar-nav>li>a {
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	background: none;
	color: #DDD;
}

.option-tile {
	background: #000;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 12px;
}

.option-tile:hover {
	background: #333;
}

.option-tile a {
	color: #FFF;
	text-decoration: none;
}

.option-tile span {
	display: block;
	padding-top: 38px;
	width: 100% !important;
	position: absolute;
	left: 0;
}

.option-tile.option-middle {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

/** ANDROID SOBIE NIE RADZI
.prices:before{content: "";display:block;background-image:url('../assets/images/icons-sprite.png');margin:auto;background-position: 0 -286px; width: 19px; height: 30px;}
.brochure:before{content: "";display:block;background-image:url('../assets/images/icons-sprite.png');margin: 3px auto 4px auto;background-position: 0 -213px; width: 31px; height: 23px;}
.testdrive:before{content: "";display:block;background-image:url('../assets/images/icons-sprite.png');margin:auto;background-position: 0 -643px; width: 30px; height: 30px;}
**/

.prices {
	content: "";
	display: block;
	background-image: url('../assets/images/icons-sprite.png');
	margin: auto;
	background-position: 0 -286px;
	width: 19px;
	height: 30px;
	margin-bottom: 30px;
}

.brochure {
	content: "";
	display: block;
	background-image: url('../assets/images/icons-sprite.png');
	margin: 3px auto 4px auto;
	background-position: 0 -213px;
	width: 31px;
	height: 27px;
	margin-bottom: 30px;
}

.testdrive {
	content: "";
	display: block;
	background-image: url('../assets/images/icons-sprite.png');
	margin: auto;
	background-position: 0 -643px;
	width: 30px;
	height: 30px;
	margin-bottom: 30px;
}

.details-boxes .infobox.short .caption {
	min-height: 90px;
}

[class^="ico-"],
[class*=" ico-"] {
	display: block;
	background-image: url('../assets/images/icons-sprite.png');
}

.ico-speedometer {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1165px;
	width: 30px;
	height: 26px;
}

.ico-speedometer-black {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1311px;
	width: 23px;
	height: 20px;
}

.ico-gas {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1447px;
	width: 30px;
	height: 30px;
}

.ico-carhook {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -569px;
	width: 29px;
	height: 24px;
}

.ico-trunk {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1019px;
	width: 29px;
	height: 30px;
}

.ico-car {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1597px;
	width: 32px;
	height: 20px;
}

.ico-car-mirror {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -366px;
	width: 32px;
	height: 16px;
}

.ico-next {
	background-position: -83px 0;
	width: 13px;
	height: 20px;
}

.ico-prev {
	background-position: -83px -70px;
	width: 13px;
	height: 20px;
}

.ico-drop {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -723px;
	width: 16px;
	height: 20px;
}

.ico-comfort {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1667px;
	width: 18px;
	height: 16px;
}

.ico-loupe {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -432px;
	width: 20px;
	height: 21px;
}

.ico-suitcase {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1241px;
	width: 19px;
	height: 20px;
}

.ico-wheel {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -643px;
	width: 30px;
	height: 30px;
}

.ico-pricing {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -286px;
	width: 35px;
	height: 30px;
}

.ico-config {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -873px;
	width: 30px;
	height: 30px;
}

.ico-suspension {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -953px;
	width: 24px;
	height: 16px;
}

.ico-transmission {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1381px;
	width: 24px;
	height: 16px;
}

.ico-point {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1804px;
	width: 24px;
	height: 29px;
}

.ico-brochure-dark {
	float: left;
	margin: 3px 10px 0 0;
	background-position: 0 -140px;
	width: 31px;
	height: 23px;
}

.ico-config-dark {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -793px;
	width: 30px;
	height: 30px;
}

.ico-eps {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 0;
	width: 26px;
	height: 20px;
}

.ico-safety {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -70px;
	width: 22px;
	height: 20px;
}



.ico-tech_black {
	float: left;
	margin: 0 10px 0 0;
	background-position: -79px -1235px;
	width: 26px;
	height: 31px;
}

.ico-car-felga {
	float: left;
	margin: 0 10px 0 0;
	background-position: 34px -872px;
	width: 30px;
	height: 30px;
}

.ico-car-felga-black {
	float: left;
	margin: 0 10px 0 0;
	background-position: 34px -793px;
	width: 34px;
	height: 30px;
}

.ico-drop-white {
	float: left;
	margin: 0 10px 0 0;
	background-position: 28px -719px;
	width: 16px;
	height: 24px;
}

.ico-car-suitcase-white {
	float: left;
	margin: 0 10px 0 0;
	background-position: 36px -946px;
	width: 34px;
	height: 30px;
}

.ico-car-suitcase-black {
	float: left;
	margin: 0 10px 0 0;
	background-position: -75px -1024px;
	width: 34px;
	height: 30px;
}

.ico-dopasuj-white {
	float: left;
	margin: 0 10px 0 0;
	background-position: -75px -1089px;
	width: 34px;
	height: 30px;
}

.ico-dopasuj-black {
	float: left;
	margin: 0 10px 0 0;
	background-position: -75px -1164px;
	width: 34px;
	height: 30px;
}









.panel-default>.panel-heading {
	padding-left: 40px;
	border-top: 1px solid #000;
	background: url('../assets/images/icons-sprite.png') no-repeat;
	background-position: -73px -137px;
}

.panel-collapse {
	position: relative;
}

.panel-collapse.collapse:before {
	content: "";
	display: block;
	background-image: url('../assets/images/icons-sprite.png');
	position: absolute;
	width: 31px;
	height: 23px;
	top: -32px;
	left: 6px;
}

.panel-collapse.collapse:before {
	background-position: -80px -140px;
}

.panel-collapse.collapse.in:before {
	background-position: -78px -209px;
	background-color: #f6f6f6;
}

.describe {
	display: block;
	font-family: "bebas_neuebold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.value {}

.pull-back-2 {
	margin-left: -5.333333%;
}

/*guru*/

@media (min-width: 992px) {
	.alpha {
		padding-left: 0;
	}

	.omega {
		padding-right: 0;
	}
}

.middle {
	padding-left: 0;
	padding-right: 0;
}

.car-min {
	position: absolute;
	top: -210px;
	z-index: -10;
	left: -70px;
	max-width: none;
}

.row.pushed-down {
	padding-top: 48px;
}

a.pushed-down {
	padding-top: 40px;
	display: block;
}

.el-pushed-down {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.stripe-options {
	margin: auto;
	max-width: 712px;
}

.inner-content {
	padding: 20px 10px 0;
	height: 448px;
}

.inner-content img {
	position: absolute;
	bottom: 0;
}

.box {
	min-width: 333px;
}

.box .caption {
	max-width: 300px;
}

section#tv-spot,
section#tv-spot-wnetrze {
	background: #333;
	padding-bottom: 50px;
}

section#tv-spot h3,
section#tv-spot-wnetrze h3 {
	color: #ebebeb;
}

section#design {
	position: relative;
	z-index: 10;
}

section#short-info {
	background: #eeeeee url('../assets/images/shadow_line.png') no-repeat center top;
	z-index: 2;
	position: relative;
	padding-bottom: 11px;
	margin-top: 30px;
}

section#intro-info {
	z-index: 20;
	position: relative;
}

section#space {
	background: #FFF;
	position: relative;
	top: -30px;
	z-index: 9;
	padding-top: 30px;
}

section#dark-grey-stripe {
	background: #464646;
	padding: 20px 0;
}

section#light-grey-stripe {
	padding: 20px 0;
	background: #e1e1e1 url('../assets/images/shadow_line.png') no-repeat center top;
}

section#dark-grey-stripe a,
section#light-grey-stripe a {
	color: #FFF;
	min-width: 200px;
	float: left;
	padding: 10px 20px;
	border: 2px solid #333;
}

section#light-grey-stripe a {
	border-color: #FFF;
}

section#dark-grey-stripe a:hover,
section#light-grey-stripe a:hover {
	border-color: #999;
}

section#dark-grey-stripe a.middle,
section#light-grey-stripe a.middle {
	margin: 0 40px;
}

section#dark-grey-stripe span.describe,
section#light-grey-stripe span.describe {
	display: block;
	float: left;
	padding: 8px 0 0 0;
}

section#light-grey-stripe span.describe {
	color: #656565;
}

.movie-tiles {
	padding-right: 0;
	padding-left: 50px;
}

.movie-tile {
	padding-bottom: 18px;
}

.movie-full {
	padding: 0;
}

.gear-header {
	border-bottom: 4px solid #000;
}

.table-condensed.gear-table-header {
	margin: 0;
	position: relative;
	bottom: -28px;
	z-index: -1;
}

.table-condensed.gear-table-header>tbody>tr>td,
.panel-body thead {
	visibility: hidden;
	color: transparent;
	border: none;
}

.yes,
.no,
.optional,
.model-name {
	text-align: center;
}

thead .model-name {
	font-family: "bebas_neue_regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
}

.table.gear-table-header>thead>tr>th,
.table.gear-table-header>thead>tr {
	border: none;
}

.yes span,
.no span,
.optional span {
	background: url('../assets/images/icons-sprite.png') no-repeat;
	width: 20px;
	padding: 2px;
	display: block;
	text-indent: -9999px;
}

.yes span {
	background-position: -83px -320px;
}

.no span {
	background-position: -83px -279px;
}

.optional span {
	background-position: -83px -362px;
}

.row.pulled-left {
	background: #FFF;
	position: relative;
	left: -77px;
	margin-top: 50px;
}

.carousel-indicators {
	margin: 0;
	right: 0;
	width: auto;
	bottom: -30px;
}

#comfort .carousel-indicators {
	left: -182px;
	right: initial;
	bottom: 10px;
}

#comfort .carousel-control span.icon-prev {
	margin-left: -60px;
}

#comfort .carousel-control span.icon-next {
	margin-right: -60px;
}

.carousel-indicators li {
	background: #c2c2c2;
	border-radius: 0;
	border: 0;
	width: 50px;
	height: 5px;
}

.carousel-indicators li.active {
	background: #4ba0dc;
	width: 50px;
	height: 5px;
	margin: 1px;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.carousel-control span.icon-next {
	display: block;
	background-image: url('../assets/images/icons-sprite.png');
	width: 40px;
	height: 40px;
	background-position: -70px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	border-right: 4px solid #4ba0dc;
	margin-right: -53px;
}

.carousel-control span.icon-prev {
	display: block;
	background-image: url('../assets/images/icons-sprite.png');
	width: 40px;
	height: 40px;
	background-position: -72px -60px;
	background-color: rgba(255, 255, 255, 0.8);
	border-left: 4px solid #4ba0dc;
	margin-left: -54px;
}

#space-slides .carousel-caption {
	font-size: 5rem;
	float: left;
	margin-left: 40px;
	left: 0;
	right: initial;
}

#choose-color .carousel-inner>.item>img {
	display: block;
	margin: auto;
}

.carousel-fade .item,
.carousel-fade .item {
	left: 0 !important;
	-webkit-transition: opacity .4s;
	/*adjust timing here */

	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

#choose-color.carousel-control {
	background-image: none !important;
	/* remove background gradients on controls */
}

.carousel-fade .next.left,
.carousel-fade .prev.right {
	opacity: 1;
	z-index: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
	opacity: 0;
	z-index: 2;
}

.carousel-indicators.drops {
	margin: 0;
	right: 0;
	width: auto;
	left: initial;
	top: -80px;
}

#choose-color .carousel-inner {
	overflow: visible;
}

#choose-color .carousel-caption {
	top: 0;
	right: 0;
	left: initial;
	padding: 0;
}

#choose-color .carousel-caption h3 {
	margin: 0;
	text-shadow: none;
	color: #777;
}

.rexton #model {
	background: url('../assets/images/rexton_danetech.jpg') no-repeat center top;
}

.rodius #model {
	background: url('../assets/images/rodius_danetech.jpg') no-repeat center top;
}

.rexton-w #model {
	background: url('../assets/images/rexton_w_danetech.jpg') no-repeat center top;
}

#model .carousel-inner {
	height: 367px;
	max-width: 375px;
	margin: auto;
	position: relative;
	left: 12%;
	top: 40px;
}

#model .carousel-inner .carousel-caption {
	width: auto;
	height: auto;
	position: relative;
	left: 0;
	text-shadow: none;
	color: #333;
	text-align: left;
}

/*#model .carousel-inner .item,#model .carousel-inner .item.next{top:inherit;}*/

#model .carousel-inner .item {
	top: 67px;
}

#model .carousel-inner .item.active {
	top: initial;
}

.slide-logo {
	padding-bottom: 20px;
}

#model .carousel-indicators {
	bottom: -50px;
}

#model .carousel-indicators li {
	width: 160px;
	background: #c2c2c2;
	margin-top: 15px;
	padding-top: 0;
}

#model .carousel-indicators li.active {
	position: relative;
	top: 5px;
	padding-top: 15px;
	background: url('../assets/images/tabs_sprite.png') no-repeat center top;
}

#model .carousel-indicators li span {
	display: block;
	text-indent: 0;
	margin-top: 10px;
	font-size: 1.4em;
	font-family: "bebas_neuebook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#model .carousel-indicators li.active span {
	color: #4ba0dc;
}

ol.drops li {
	opacity: 1;
}

ol.drops li.active {
	opacity: 0.8;
}

.detail-logo {
	float: left;
	padding-top: 100px;
	padding-left: 35px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/****************O MARCE***************/

.about .philosophy {
	margin: auto;
	padding: 20px 10px
}

.about .quote {
	text-transform: uppercase;
	font-family: "bebas_neuebook", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #888;
	margin-top: 72px;
	padding-top: 38px;
	background: url('../assets/images/icon_shadow_cytat.png') no-repeat;
}

.about h1 {
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	font-size: 44px;
	font-size: 4.4rem;
}

.about h5 {
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	font-family: "bebas_neuebook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.about .navbar-default .navbar-brand {
	font-size: 28px;
	font-size: 2.8rem;
	color: #999;
}

.about .right-bg {
	position: relative;
	min-height: 430px;
}

.about .whitebox {
	background: #FFF;
	margin-top: 20px;
	max-width: 660px;
	top: 20px;
	z-index: 2;
	padding: 30px;
	padding-left: 0;
	position: relative;
}

.about .whitebox p {
	padding-left: 22px;
}

.about .right-bg img {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	z-index: 0;
}

.about p.bigger {
	font-size: 20px;
	font-size: 2rem;
}

.about h4.smaller {
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

.about .infobox.short {
	margin-top: 25px
}

.about .infobox.short .caption {
	min-height: 180px;
	padding-bottom: 0px;
}

.about .center-el {
	position: absolute;
	left: 76.4%;
	top: 40%;
	z-index: 3;
}

.about .labelbox.inverted,
.labelbox.inverted h4 {
	background: none;
	color: #FFF;
}

.about .labelbox.inverted,
.labelbox.white {
	left: 70px;
	max-width: 600px;
}

.about .labelbox.white {
	padding: 20px 30px 20px 0;
}

.about .labelbox.white p {
	margin-left: 24px;
}

.about .labelbox.inverted p {
	max-width: 320px
}

.about .row.pulled-left.xlv {
	background: #FFF;
	position: relative;
	left: -100px;
	margin-top: 50px;
	border: 1px solid #CCC;
}

.about .dynamic h4,
.dignity h4,
.rhytmic h4 {
	position: absolute;
	top: 26px;
	width: 100px;
	font-size: 26px;
	font-size: 2.6rem;
	color: #555;
	left: 40px;
}

.about .dynamic p,
.dignity p,
.rhytmic p {
	font-size: 16px;
	font-size: 1.6rem;
	color: #555;
	margin-top: 14px;
}

.about .robust-box,
.speciality-box,
.dignity-box {
	background: #FFF;
	min-height: 220px;
	border: 1px solid;
}

.about .robust-box .special-title,
.speciality-box .special-title,
.dignity-box .special-title {
	margin-bottom: 14px;
	display: block;
	text-align: center;
	padding: 10px 0;
	background: #000;
	color: #FFF;
	font-size: 26px;
	font-size: 2.6rem;
	font-family: "bebas_neuebook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.about .robust-box p,
.speciality-box p,
.dignity-box p {
	padding: 2px 10px;
}

.about .robust-box {
	border-color: #82338e;
}

.about .speciality-box {
	border-color: #9bc034;
}

.about .dignity-box {
	border-color: #5e6d8c;
}

.about .robust-box .special-title {
	background: #82338e;
}

.about .speciality-box .special-title {
	background: #9bc034;
}

.about .dignity-box .special-title {
	background: #5e6d8c;
}

.about .row.pull-up {
	position: relative;
	top: -120px;
	left: 0;
}

.about section#fouronfour {
	background: #FFF url('../assets/images/shadow_line.png') no-repeat center top;
}

/*------------------------------------*/
/****************KORANDO***************/

.korando .navbar-brand {
	padding: 16px 20px;
}

h5 {
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	font-size: 20px;
	font-size: 2rem;
	color: #333333;
	font-family: "bebas_neuebook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.korando .intro-jumbo {
	background: url('../assets/images/korando_specyfika_1200.jpg');
	background-repeat: no-repeat;
}

.korando .car-min {
	position: absolute;
	top: -230px;
	z-index: -10;
	max-width: none;
	right: 0;
	left: initial;
}

.korando .infobox h5 {
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	font-size: 22px;
	font-size: 2.2rem;
	color: #333333;
	font-family: "bebas_neuebook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.korando .infobox h3 {
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

.header-group {
	margin: 20px 0 10px;
}

#short-info span.describe {
	color: #555;
}

.korando h4 {
	letter-spacing: 0.2rem;
	font-size: 32px;
	font-size: 2.8rem;
	color: #000000;
	font-family: "bebas_neuebold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.korando .details-boxes .infobox.short .caption {
	min-height: 130px;
}

.korando .practical-boxes .infobox.short {}

.carousel-box {
	top: 0;
	left: 100px;
	right: initial;
	max-width: 300px;
	background: #FFF;
	text-align: left;
	text-shadow: none;
	color: initial;
	padding-bottom: 0;
	bottom: initial;
}

.carousel-caption.carousel-box.right-side {
	left: initial;
	right: 100px
}

.caption-inner {
	padding: 0 20px 20px;
}

.korando .carousel-control span.icon-next {
	width: 50px;
	height: 50px;
	background-position: -65px 15px;
}

.korando .carousel-control span.icon-prev {
	width: 50px;
	height: 50px;
	background-position: -65px -55px;
}

/*guru*/

@media (min-width: 992px) {
	.col-md-12 .carousel-control span.icon-next {
		margin-right: -92px;
	}

	.col-md-12 .carousel-control span.icon-prev {
		margin-left: -91px;
	}
}

span.extra-text {
	position: absolute;
	color: #FFF;
	bottom: 0;
	right: 0;
	margin: 16px 160px 16px 0;
	font-family: "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*guru*/

span.extra-text {
	margin: 16px 16px 16px 0px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 3px;
}

.korando .infobox {
	max-width: 300px;
}

.infobox.short.blank {
	background: none;
	min-height: 278px;
}

.infobox.narrow {
	width: 150px;
	float: left;
	padding-left: 10px;
	background: none;
}

.infobox.narrow .caption {
	padding: 10px;
	min-height: 90px;
}

section#comfortable {
	background: #FFF;
}

.white-fill {
	background-color: #FFF;
	margin-bottom: 0
}

hr.padmore {
	padding: 40px 0;
}

.korando .labelbox.white {
	top: 0;
	max-width: 300px;
	padding: 20px 0;
}

.korando .labelbox.white.right-side {
	left: initial;
	right: 100px;
}

.korando .labelbox.white p {
	padding: 0 30px;
}

section#awd {
	background: #FFF url('../assets/images/shadow_line.png') no-repeat center top;
}

.container.shadowed {
	background: url('../assets/images/shadow_line.png') no-repeat center top;
}

.korando .row.pulled-left {
	background: transparent;
}

.korando .infobox.medium .caption {
	min-height: 200px;
}

.korando .infobox.medium {
	min-height: 399px;
	margin-bottom: 25px;
}

.korando #model {
	background: url('../assets/images/korando_danetech.jpg') no-repeat center top;
}

.korando #model .carousel-inner {
	height: 367px;
	max-width: 375px;
	margin: auto;
	position: relative;
	left: initial;
	top: 40px;
	right: 20%;
}

h3.series-name {
	margin: 0;
	font-size: 44px;
	font-size: 4.4rem;
	color: #4ba0dc;
	text-shadow: 0px 0px 5px #FFF;
}

.series h2 {
	margin: 0;
	text-shadow: 0px 0px 5px #FFF;
	color: #333;
}

.series-content {
	margin-left: 30px;
}

.korando h4.panel-title {
	font-size: 17px;
	font-size: 1.7rem
}

.ico-key {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1099px;
	width: 15px;
	height: 16px;
}

.ico-sit {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1733px;
	width: 15px;
	height: 21px;
}

.ico-bike {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1527px;
	width: 33px;
	height: 20px;
}

.korando #model .carousel-inner .item,
.korando #model .carousel-inner .item.active {
	top: 10px;
}

#interior-color .carousel-indicators {
	bottom: -50px;
	left: initial;
}

#interior-color .carousel-indicators li {
	width: 218px;
	background: #c2c2c2;
	margin-top: 15px;
	padding-top: 0;
	border-bottom: 5px solid;
}

#interior-color .carousel-indicators li.active {
	position: relative;
	padding-top: 15px;
	background: url('../assets/images/tabs_colors.png') no-repeat;
}

#interior-color .carousel-indicators li span {
	display: block;
	text-indent: 0;
	margin-top: 10px;
	font-size: 1.4em;
	font-family: "bebas_neuebook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#interior-color .carousel-indicators li.red-pack {
	border-color: #a70f1c;
}

#interior-color .carousel-indicators li.black-pack {
	border-color: #000;
}

#interior-color .carousel-indicators li.beige-pack {
	border-color: #dcd3c6;
}

#interior-color .carousel-indicators li.red-pack.active {
	background-position: center 0;
}

#interior-color .carousel-indicators li.black-pack.active {
	background-position: center -40px;
}

#interior-color .carousel-indicators li.beige-pack.active {
	background-position: center -80px;
}

#interior-color .carousel-control span.icon-next,
#interior-color .carousel-control span.icon-prev {
	border-color: #a70f1c;
}

/*------------------------------------*/
/****************KORANDO***************/

.actyon h1 {
	font-size: 50px;
	font-size: 5rem;
}

.actyon h2 {
	letter-spacing: 0;
}

.actyon h3 {
	letter-spacing: 0;
}

.actyon .intro-jumbo {
	background: url('../assets/images/actyon_ogolne.jpg') no-repeat center top;
}

.actyon .navbar-brand {
	padding: 8px 15px;
}

.actyon section#app-info h3 {
	letter-spacing: 3px;
	letter-spacing: 0.3rem;
	font-size: 38px;
	font-size: 3.8rem;
	color: #ebebeb;
}

.actyon section#app-info {
	background: #333;
	padding: 30px 0;
}

.actyon section#app-info .container {
	color: #ebebeb;
	background: url('../assets/images/actyon_aplikacja2.png') no-repeat right center;
	background-size: contain;
}

.actyon .btn-inverted {
	background: transparent;
	color: #888;
	border-color: #888;
	border-width: 2px;
	font-family: "bebas_neuebold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

.actyon .btn-inverted:hover {
	border-color: #CCC;
	color: #CCC;
}

.actyon .infobox.short.shorter .caption {
	min-height: 120px;
}

.actyon .alpha a.pushed-down {
	padding-left: 72px;
}

.add-padd {
	padding-top: 20px;
	padding-bottom: 20px;
}

.stripe-label.sticked {
	position: relative;
	left: -15px;
}

p.quote {
	color: #AAA;
	font-size: 18px;
	letter-spacing: 1px;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
}

p.small.spacer {
	background: #FFF;
	padding: 10px 14px;
	margin-bottom: 0;
}

.shadowed-bottom {
	background: url('../assets/images/shadow_line.png') no-repeat center bottom;
	padding-bottom: 5px;
	background-size: 100%;
}

img.inlined {
	display: inline;
	margin-right: 2px;
}

.actyon h3 {
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	font-size: 30px;
	font-size: 3rem;
}

#choose-color {
	background-size: contain;
}

.bg-speedometer {
	background: url('../assets/images/icon_shadow_silnik.png') no-repeat bottom left;
}

.bg-axle {
	background: url('../assets/images/icon_shadow_zawieszenie.png') no-repeat 220px top;
	background-size: contain;
}

.bg-car {
	background: url('../assets/images/icon_shadow_sylwetka.png') no-repeat bottom left;
}

.bg-sit {
	background: url('../assets/images/icon_shadow_wnetrze.png') no-repeat bottom left;
}

.ico-axle {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -1883px;
	width: 19px;
	height: 19px;
}

.ico-carhook-black {
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -503px;
	width: 20px;
	height: 16px;
}

.ico-clim {
	float: left;
	margin: 0 10px 0 0;
	background-position: 36px -431px;
	width: 27px;
	height: 20px;
}

.ico-capacity {
	float: left;
	margin: 0 10px 0 0;
	background-position: 40px -570px;
	width: 32px;
	height: 32px;
}

.ico-equipment {
	float: left;
	margin: 0 10px 0 0;
	background-position: 32px -504px;
	width: 17px;
	height: 20px;
}

.actyon #model {
	background: url('../assets/images/actyon_danetech.jpg') no-repeat center top;
}

.actyon #model .carousel-inner {
	height: 367px;
	max-width: 375px;
	margin: auto;
	position: relative;
	left: initial;
	top: 40px;
	right: 20%;
}

.actyon #model .carousel-inner .item,
.actyon #model .carousel-inner .item.active {
	top: 10px;
}

.actyon h3.series-name {
	margin: 0;
	font-size: 44px;
	font-size: 4.4rem;
	color: #4ba0dc;
	text-shadow: 0px 0px 5px #FFF;
}

.series h2 {
	margin: 0;
	text-shadow: 0px 0px 5px #FFF;
	color: #333;
}

.series-content {
	margin-left: 30px;
}

.actyon h4.panel-title {
	font-size: 17px;
	font-size: 1.7rem
}

.actyon #space {
	background: #FFF url('../assets/images/actyon_przestrzen.jpg') no-repeat center bottom;
	min-height: 520px;
}

.actyon .col-white .infobox {
	min-height: 390px;
}

.container.shadowed {
	background-image: url('../assets/images/shadow_line.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.equal-column {
	min-height: 311px;
	background-image: url('../assets/images/shadow_line.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	background-size: 100%;
}

.equal-column .white-fill {
	border: 1px solid #DDD;
}

.equal-column.tight {
	max-width: 332px;
	padding-left: 30px;
	background: none;
}

.equal-column.tight .white-fill {
	background-image: url('../assets/images/box_shadow.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.equal-column .caption {
	padding: 13px 10px;
}

/*------------------------------------*/
/**UNIWERSALNE KOLORY**/

ol.drops li {
	float: left;
	display: block;
	background-color: transparent;
	background-image: url('../assets/images/drops.png');
	width: 47px;
	height: 54px;
}

ol.drops li.active {
	float: left;
	display: block;
	background-color: transparent;
	background-image: url('../assets/images/drops.png');
	width: 47px;
	height: 54px;
}

ol.drops li.canyon-brown {
	background-position: 0 0;
	width: 47px;
	height: 54px;
}

ol.drops li.carbonic-grey {
	background-position: 0 -104px;
	width: 47px;
	height: 54px;
}

ol.drops li.cosmic-blue {
	background-position: 0 -208px;
	width: 47px;
	height: 54px;
}

ol.drops li.fijan-blue {
	background-position: 0 -312px;
	width: 47px;
	height: 54px;
}

ol.drops li.fine-silver {
	background-position: 0 -416px;
	width: 47px;
	height: 54px;
}

ol.drops li.grand-white {
	background-position: 0 -520px;
	width: 47px;
	height: 54px;
}

ol.drops li.indian-red {
	background-position: 0 -624px;
	width: 47px;
	height: 54px;
}

ol.drops li.marble-gray {
	background-position: 0 -728px;
	width: 47px;
	height: 54px;
}

ol.drops li.perl-white-lily {
	background-position: 0 -832px;
	width: 47px;
	height: 54px;
}

ol.drops li.royal-brown {
	background-position: 0 -936px;
	width: 47px;
	height: 54px;
}

ol.drops li.sable-grey {
	background-position: 0 -1040px;
	width: 47px;
	height: 54px;
}

ol.drops li.silent-silver {
	background-position: 0 -1144px;
	width: 47px;
	height: 54px;
}

ol.drops li.space-black {
	background-position: 0 -1248px;
	width: 47px;
	height: 54px;
}

ol.drops li.sunrise-red {
	background-position: 0 -1352px;
	width: 47px;
	height: 54px;
}

ol.drops li.tonic-grey {
	background-position: 0 -1456px;
	width: 47px;
	height: 54px;
}

ol.drops li.dandy-blue {
	background-position: 0 -1769px;
	width: 47px;
	height: 54px;
}

ol.drops li.cyber-grey {
	background-position: 0 -1560px;
	width: 47px;
	height: 54px;
}

ol.drops li.wine-black {
	background-position: 0 -1664px;
	width: 47px;
	height: 54px;
}

/******************************************************/

@media (min-width: 1200px) {
	.container.full-width {
		width: 1200px;
	}

	.container.middle-width {
		width: 1100px;
		position: relative;
		left: 50px;
	}

	.navbar-default {
		padding: 5px 0 10px 0;
	}

	.navbar-nav {
		padding-left: 74px;
	}

	.container>.navbar-header {
		padding-left: 92px;
	}

	.intro-jumbo {
		margin-top: 60px;
	}

	.nav>li>a {
		padding: 10px 12px;
	}

	.navbar-nav>li>a {
		padding-bottom: 0;
		padding-top: 18px;
	}

	.container {
		width: 1000px;
	}

	.col-info-alpha {
		padding: 0 33px 0 0;
	}

	.col-info-omega {
		padding: 0 0 0 33px;
	}

	.col-info-middle {
		padding: 0 16px 0 17px;
	}
}

/******************************************************/

@media (max-width: 1200px) {}

/******************************************************/

@media (min-width: 1024px) and (max-width: 1280px) {
	.container.full-width {
		width: 100%;
	}
}

/******************************************************/

@media (min-width: 768px) and (max-width: 992px) {
	.container.full-width {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.infobox.medium .caption {
		padding-bottom: 0;
		min-height: 264px;
	}
}

/******************************************************/

@media (max-width: 768px) {}

/******************************************************/

@media (max-width: 480px) {}

/******************************************************/

@media (max-width: 360px) {}

/******************************************************/
/**by emilencja**/

.tivoli .white p {
	color: #f4f4f4;
}

/*
** 11.07.2016
** michał
**/

@media (min-width: 992px) {
	.md_no_padding {
		padding: 0;
	}
}

#design .details-boxes .infobox img {
	width: 100%;
}


@media (min-width: 600px) {
	#design .details-boxes .infobox img {
		max-height: 156px;
	}
}

@media (min-width: 640px) {
	#design .details-boxes .infobox img {
		max-height: 165px;
	}
}

@media (min-width: 768px) {
	#design .details-boxes .infobox img {
		max-height: 180px;
	}

	.odd_image {
		height: 292px;
	}
}

@media (min-width: 992px) {
	#design .details-boxes .infobox img {
		max-height: 175px;
	}

	.odd_image {
		height: 304px;
	}
}

@media (min-width: 1200px) {
	.odd_image {
		height: 310px;
	}
}