.category .container {
	padding: 0 0;
}
.featured .container,
.article .container {
	padding: 50px  0;
}

.aktualnosci.category footer, .pojazdy-specjalistyczne.category footer {
	margin-top: 35px;
}

.category nav.navbar,
.featured nav.navbar,
.article nav.navbar {
	background: #333333;
	height: auto;
	position: fixed;
	top: 0;
}

#mainmenu li.current a,
.navbar-default .navbar-nav > .active > a {
	/*background: rgba(255,255,255,0.4);*/
	text-shadow: 0px 0px 3px white;
}

#cookies {
	top: 50px;
}


.category nav.navbar #isuzu-menu .mainmenu-block,
.featured nav.navbar #isuzu-menu .mainmenu-block,
.article nav.navbar #isuzu-menu .mainmenu-block {
	border-bottom: none;
	margin: 0;
}

.blog_layout h1,
.blog-featured h1,
.blog_layout h2,
.blog-featured h2,
.blog_layout h3,
.blog-featured h3,
.blog_layout h4,
.blog-featured h4,
.blog_layout h5,
.blog-featured h5,
.blog_layout h6,
.blog-featured h6,
.blog_layout p,
.blog-featured p {
	color: #333333;
}

.blog_layout h1.bordered,
.blog-featured h1.bordered{
	margin: 30px 0 50px;
	font-weight: bold;
}

.article .blog_layout h1.badge_truncated{
	margin: 20px 0 20px;
}

.blog_layout h3{
	margin: 20px 0 20px;
	font-size: 40px;
}

.blog_layout h4{
	margin: 20px 0 20px;
	font-weight: bold;
	font-size: 25px;
}


.blog_layout p,
.blog-featured p{
	margin: 5px 0 10px;
}

.blog_layout p.date,
.blog-featured p.date{
	margin-bottom: 60px;
}

.blog_layout p.lead,
.blog-featured p.lead{
	font-weight: light;
	line-height: 1.35;
	font-size: 18px;
}

.blog_layout p:not(.lead),
.blog-featured p:not(.lead){
	line-height: 1.6;
}

.blog_layout a.all,
.blog-featured a.all{
	color: #dc261c;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}

.blog_layout .bordered,
.blog-featured .bordered{
	background: url("../images/border-dark.jpg") no-repeat scroll left bottom;
	padding-bottom: 20px;
}

.blog_layout .main_content,
.blog-featured .main_content{
	width: 100%;
	padding: 0 0 50px;
}
.blog_layout .main_content > div.col-xs-12 {
	padding: 0
}

.blog_layout hr.breadcrumb_divide,
.blog-featured hr.breadcrumb_divide{
	margin: 10px 0;
}

.blog_layout .btn,
.blog-featured .btn{
	margin: 20px 0;
	width: 50%;
}



.blog-featured {
	margin: 0 0 100px;
}

.blog-featured a:hover {
	text-decoration: none;
}

.aktualnosci.category .page-header,
.wersje-specjalne.category .page-header,
.offroad.category .page-header,
.wersje-specjalistyczne.category .page-header, 
.filmy-instruktazowe.category .page-header,
.prasa-o-isuzu.category .page-header {
	border: none;
}

.pojazdy-specjalistyczne.category .page-header {
	border-bottom: none;
}


.row-odd .img_block {
	float: right;
}

.aktualnosci.category .item_blog, .pojazdy-specjalistyczne.category .item_blog {
	border: 1px solid #eee;
	cursor: pointer;
	-webkit-transition: border .3s ease-in-out, background .3s ease-in-out;
	-o-transition: border .3s ease-in-out, background .3s ease-in-out;
	transition: border .3s ease-in-out, background .3s ease-in-out;
}



.aktualnosci.category .item_blog:hover, .pojazdy-specjalistyczne.category .item_blog:hover {
	border: 1px solid #ccc;
	background: #eee;
}
.aktualnosci.category .img_block img, .pojazdy-specjalistyczne.category .img_block img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

	-webkit-transition: -webkit-transform .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.aktualnosci.category .item_blog:hover .img_block img, 
.pojazdy-specjalistyczne.category .item_blog:hover .img_block img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.aktualnosci.category .txt_block,
.aktualnosci.category .img_block, 
.pojazdy-specjalistyczne.category .txt_block,
.pojazdy-specjalistyczne.category .img_block {
	height: 304px;
}

.aktualnosci.category .img_block .image,
.pojazdy-specjalistyczne.category .img_block .image {
	overflow: hidden;
}

.aktualnosci.category .txt_block,
.pojazdy-specjalistyczne.category .txt_block {
	padding: 0px 30px;
}

.aktualnosci.category .txt_block>div,
.pojazdy-specjalistyczne.category .txt_block>div {
	width: 100%;
	height: 25%;
	display: table;
	text-align: center;
}

/* .aktualnosci.category .txt_block>div>*,
.pojazdy-specjalistyczne.category .txt_block>div>* {
	display: table-cell;
	vertical-align: middle;
	color: #232323;
} */

.aktualnosci.category .txt_block .date_place {

}

.aktualnosci.category .txt_block .header_place {

}

.aktualnosci.category .txt_block .header_place>*,
.aktualnosci.category .txt_block .intro_place>*,
.pojazdy-specjalistyczne.category .txt_block .header_place>*,
.pojazdy-specjalistyczne.category .txt_block .intro_place>*  {
	vertical-align: top;
}

.aktualnosci.category .txt_block .intro_place,
.pojazdy-specjalistyczne.category .txt_block .intro_place {
	height: 30%;
}

.aktualnosci.category .txt_block .more_place,
.pojazdy-specjalistyczne.category .txt_block .more_place {
	height: 20%;
}

.aktualnosci.category .txt_block .more_place>*,
.pojazdy-specjalistyczne.category .txt_block .more_place>* {
	vertical-align: bottom;
}

p.readmore {
	margin: 0 0 20px;
	padding-top: 10px;
	color: #DC261C;
}

.aktualnosci.category .odd .img_block,
.pojazdy-specjalistyczne.category .odd .img_block {
	float: right;
}

div.thumbnail {
	overflow: hidden;
	background-color: #eee;
	border: none;
	border-radius: 0;
	padding: 5px;
}

div.thumbnail img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

	-webkit-transition: -webkit-transform .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

div.thumbnail:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.offroad.category .odd .txt_block {
	float: right;
}

.offroad.category .item_offroad:first-of-type {
	margin-top: 0 !important;
}

.offroad.category .item_offroad {
	outline: 1px solid #aaa;
	margin: 40px 0;
	-webkit-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.offroad.category .item_offroad:hover,
.wersje-specjalistyczne.category .item_wersjespecjalistyczne:hover {
	background: #ddd;
}

.offroad.category .item_offroad .thumbnail {
	background: transparent;
}

.offroad.category .item_offroad,
.offroad.category .item_offroad .txt_block,
.offroad.category .item_offroad .thumbnail img {
	height: 305px;
}

.offroad.category .item_offroad:hover .thumbnail img,
.wersje-specjalistyczne.category .item_wersjespecjalistyczne:hover .thumbnail img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.offroad.category .item_offroad .btn {
	background: transparent;
}

.offroad.category .item_offroad a:first-of-type {
	color: #333;
	text-decoration: none;
}

.offroad.category .item_offroad a:first-of-type:hover {
	color: #111;
	text-decoration: none;
	cursor: pointer;
}

.offroad.category .txt_block {
	height: 100%;
}

.offroad.category .txt_block {
	padding: 0px 62px;
}

/* .offroad.category .txt_block>div {
	width: 100%;
	display: table;
	text-align: center;
}

.offroad.category .txt_block>div>* {
	display: table-cell;
	vertical-align: middle;
	color: #232323;
} */

.offroad.category .txt_block .header_place {
	height: 25%;
}

.offroad.category .txt_block .header_place>* {
	vertical-align: bottom;
}

.offroad.category .txt_block .intro_place>* {
	vertical-align: middle;
}

.offroad.category .txt_block .opis_place {
	height: 10%;
}

.offroad.category .txt_block .opis_place h5 {
	font-size: 18px;
}

.offroad.category .txt_block .intro_place {
	height: 31%;
}

.offroad.category .txt_block .more_place {
	height: 34%;
}

.offroad.category .txt_block .more_place>* {
	vertical-align: bottom;
}

.offroad.category .item_offroad a.mod-articles-category-title {
	display: block;
}

.prasa-o-isuzu.category .item_blog {
	border: 1px solid transparent;
	background: transparent;
	margin: 20px 0;
	margin-left: -1px;
	-webkit-transition: border .3s ease-in-out, background .3s ease-in-out;
	-o-transition: border .3s ease-in-out, background .3s ease-in-out;
	transition: border .3s ease-in-out, background .3s ease-in-out;
}

.prasa-o-isuzu.category .item_blog.border_right {
	border-right: 1px solid #ddd;
	margin-left: 0;
}

.prasa-o-isuzu.category .item_blog:hover {
	background: #eee;
	border-color: #aaa;
}

.prasa-o-isuzu.category .txt_block {
	height: 165px;
	padding: 15px;
}

/* .prasa-o-isuzu.category .txt_block>div {
	width: 100%;
	display: table;
	text-align: center;
}

.prasa-o-isuzu.category .txt_block>div>* {
	display: table-cell;
	vertical-align: middle;
	color: #232323;
} */

.prasa-o-isuzu.category .txt_block .header_place {
	height: 25%;
}

.prasa-o-isuzu.category .txt_block .header_place>* {
	vertical-align: middle;
}

.prasa-o-isuzu.category .txt_block .intro_place {
	height: 55%;
}

.prasa-o-isuzu.category .txt_block .intro_place>* {
	vertical-align: top;
}

.prasa-o-isuzu.category .txt_block .more_place {
	height: 20%;
}

.prasa-o-isuzu.category .txt_block .more_place>* {
	vertical-align: bottom;
}

.historia-d-max.article #historia_slider {
	margin: 50px 0;
}

.historia-d-max.article #historia_slider .carousel-indicators {
	position: relative;
	background: url("../../../images/historia/breaker.png") no-repeat center center / 600px auto;
	width: 100%;
}

.historia-d-max.article #historia_slider .carousel-indicators li {
	margin: 0;
	margin-right: 35px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background: white;
	text-indent:0;
	border: 4px solid #ddd;
	-webkit-transition: border .3s ease-in-out;
	-o-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}

.historia-d-max.article #historia_slider .carousel-indicators li:hover {
	border-color: #bbb;
}

.historia-d-max.article #historia_slider .carousel-indicators li.active {
	border-color: #c91f16;
}

.historia-d-max.article #historia_slider .carousel-indicators .breaker {
	width: 35px;
	height: 6px;
	background: #ddd;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	display: inline-block;
	position: absolute;
	top: calc(50% - 3px);
	margin-left: -35px;
}

.historia-d-max.article #historia_slider .carousel-indicators li h3 {
	margin: 20px 0 0;
	font-size: 30px;
}

.historia-d-max.article #historia_slider .carousel-control {
	background: none;
	width: 50px;
}

.historia-d-max.article #historia_slider .carousel-control.right {
}

.historia-d-max.article #historia_slider .carousel-control.left {
}

.historia-d-max.article #historia_slider .carousel-control img {
	top: calc(50% - 60px);
	position: absolute;
	right: 0;
}

.historia-d-max.article #historia_slider .carousel-control.right img {
	left: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.historia-d-max.article #historia_slider .carousel-inner {
	width: calc(100% - 100px);
	display: block;
	margin: 0 auto;
}

.historia-d-max.article #historia_slider .item div.thumbnail {
	background-color: transparent;
	float: right;
	width: 65%;
	margin: 0;
}

.historia-d-max.article #historia_slider .item .txt_wrapper {
	position: absolute;
	height: 100%;
	width: 50%;
}

.historia-d-max.article #historia_slider .item .txt_box {
	width: auto;
	height: 100%;
	position: relative;
	margin-left: 10%;
}

.historia-d-max.article #historia_slider .item .txt_box span {
	font-size: 250px;
	font-weight: bold;
	text-align: center;
	/*width: 100%;*/
	position: relative;
	display: inline-block;
	line-height: 1;
	color: #eee;
}

.historia-d-max.article #historia_slider .item .txt_box h2 {
	color: #333;
	margin-left: 46px;
	margin-top: -30px;
	position: relative;
	/*font-size: 50px;*/
}

.historia-d-max.article #historia_slider .item .txt_box.dmax h2 {
	margin-left: 10px;
}



.wersje-specjalne.category .odd .txt_block {
	float: right;
}

.wersje-specjalne.category .item_offroad:first-of-type {
	margin-top: 0 !important;
}

.wersje-specjalne.category .item_offroad,
.wersje-specjalistyczne.category .item_wersjespecjalistyczne {
	outline: 1px solid #aaa;
	margin: 0px 0;
	-webkit-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.blog-featured h1.bordered {
    margin: 30px 0 25px;
    font-weight: bold;
}

/* .wersje-specjalne.category .item_offroad:hover {
	background: #ddd;
}

.wersje-specjalne.category .item_offroad .thumbnail {
	background: transparent;
}

.wersje-specjalne.category .item_offroad,
.wersje-specjalne.category .item_offroad .txt_block,
.wersje-specjalne.category .item_offroad .thumbnail img {
	height: 305px;
}

.wersje-specjalne.category .item_offroad:hover .thumbnail img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.wersje-specjalne.category .item_offroad .btn {
	background: transparent;
}

.wersje-specjalne.category .item_offroad a:first-of-type {
	color: #333;
	text-decoration: none;
}

.wersje-specjalne.category .item_offroad a:first-of-type:hover {
	color: #111;
	text-decoration: none;
	cursor: pointer;
}

.wersje-specjalne.category .txt_block {
	height: 100%;
}

.wersje-specjalne.category .txt_block {
	padding: 0px 62px;
}

.wersje-specjalne.category .txt_block>div {
	width: 100%;
	display: table;
	text-align: center;
}

.wersje-specjalne.category .txt_block>div>* {
	display: table-cell;
	vertical-align: middle;
	color: #232323;
}

.wersje-specjalne.category .txt_block .header_place {
	height: 25%;
}

.wersje-specjalne.category .txt_block .header_place>* {
	vertical-align: bottom;
}

.wersje-specjalne.category .txt_block .intro_place>* {
	vertical-align: middle;
}

.wersje-specjalne.category .txt_block .intro_place {
	height: 41%;
}

.wersje-specjalne.category .txt_block .more_place {
	height: 34%;
}

.wersje-specjalne.category .txt_block .more_place>* {
	vertical-align: bottom;
}

.wersje-specjalne.category .item_offroad a.mod-articles-category-title {
	display: block;
}

.wersje-specjalne.category .blog_layout .lp-like {
	margin-top: 20px;
	max-height: 20px;
}

.wersje-specjalne.category .blog_layout .thumbnail {
	margin: 20px 0;
	background: white;
}

.wersje-specjalne.category .blog_layout p {
	font-size: 15px;
	line-height: 2;
}

.wersje-specjalne.category .blog_layout .main_content div.thumbnail.big img {
	width: 100%;
}

.wersje-specjalne.category .blog_layout h1.bordered {
	margin: 30px 0 10px;
} */



.zastosowania.category .item_blog,
.filmy-instruktazowe.category .item_blog {
	border: 1px solid #eee;
	-webkit-transition: border .3s ease-in-out, background .3s ease-in-out;
	-o-transition: border .3s ease-in-out, background .3s ease-in-out;
	transition: border .3s ease-in-out, background .3s ease-in-out;
}

.zastosowania.category .item_blog:hover,
.filmy-instruktazowe.category .item_blog:hover {
	border: 1px solid #ccc;
	background: #eee;
}
.zastosowania.category .img_block img,
.filmy-instruktazowe.category .img_block img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

	-webkit-transition: -webkit-transform .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.zastosowania.category .item_blog:hover .img_block img,
.filmy-instruktazowe.category .item_blog:hover .img_block img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.zastosowania.category .txt_block,
.zastosowania.category .img_block {
	height: 228px;
}




.filmy-instruktazowe.category .txt_block,
.filmy-instruktazowe.category .img_block {
	height: auto;
}




.zastosowania.category .img_block .image,
.filmy-instruktazowe.category .img_block .image {
	overflow: hidden;
}

.zastosowania.category .txt_block,
.filmy-instruktazowe.category .txt_block {
	padding: 0px 30px;
}

/*.zastosowania.category .txt_block>div,
.filmy-instruktazowe.category .txt_block>div {
	width: 100%;
	height: 30%;
	display: table;
	text-align: center;
}*/

/* .zastosowania.category .txt_block>div>*,
.filmy-instruktazowe.category .txt_block>div>* {
	display: table-cell;
	vertical-align: middle;
	color: #232323;
} */

.zastosowania.category .txt_block .date_place,
.filmy-instruktazowe.category .txt_block .date_place {

}

.zastosowania.category .txt_block .header_place,
.filmy-instruktazowe.category .txt_block .header_place {

}

.zastosowania.category .txt_block .header_place>,
.filmy-instruktazowe.category .txt_block .header_place>*,
.zastosowania.category .txt_block .intro_place>*,
.filmy-instruktazowe.category .txt_block .intro_place>* {
	vertical-align: bottom;
}

.zastosowania.category .txt_block .intro_place,
.filmy-instruktazowe.category .txt_block .intro_place {
	height: 30%;
}

.zastosowania.category .txt_block .more_place,
.filmy-instruktazowe.category .txt_block .more_place {
	height: 20%;
}

.zastosowania.category .txt_block .more_place>*,
.filmy-instruktazowe.category .txt_block .more_place>* {
	vertical-align: bottom;
}

.zastosowania.category .odd .img_block,
.filmy-instruktazowe.category .odd .img_block {
	float: right;
}

.filmy-instruktazowe.category .item_video {
	border: 1px solid #eee;
	margin-top: -1px !important;
	-webkit-transition: border .3s ease-in-out, background .3s ease-in-out;
	-o-transition: border .3s ease-in-out, background .3s ease-in-out;
	transition: border .3s ease-in-out, background .3s ease-in-out;
}

.filmy-instruktazowe.category .item_video:hover {
	border-color: #ccc;
	background-color: rgba(0,0,0,0.1);
}



/*michal 06.06.2016*/
.wersje-specjalistyczne.category .txt_block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	padding: 60px 40px 60px;
	text-align: center;
}


/*Bogdan 12-05-2012*/
.blog-featured .item_blog.item_blog2017{
    position: relative;
    overflow: hidden;
    margin: 0;
    border: none;
}


.blog-featured .item_blog2017:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.blog-featured .item_blog2017 .item_header{
	position: absolute;
    top: 5%;
    padding-right: 8.7%;
}

.blog-featured .item_blog2017 .item_header h4{
	font-size: 1.5vw;
}

.blog-featured .item_blog2017 .item_header h1.with_line:before, 
.blog-featured .item_blog2017 .item_header h2.with_line:before, 
.blog-featured .item_blog2017 .item_header h3.with_line:before, 
.blog-featured .item_blog2017 .item_header h4.with_line:before{
	width: 6px;
}

.blog-featured .item_blog2017 .item_header h1.badge_truncated,
.blog-featured .item_blog2017 .item_header h2.badge_truncated,
.blog-featured .item_blog2017 .item_header h3.badge_truncated,
.blog-featured .item_blog2017 .item_header h4.badge_truncated{
	font-size: 1.1vw;
	padding: 1px 17px;
	color: #fff;
}

.blog-featured.black_gradients .item_blog2017 .item_header h4,
.blog-featured.black_gradients .item_blog2017 .item_header h3,
.blog-featured.black_gradients .item_blog2017 .item_header h2,
.blog-featured.black_gradients .item_blog2017 .item_header h1 {
	color: #fff;
}


.blog-featured.black_gradients .item_blog2017.orange .item_header h4.badge_truncated,
.blog-featured.black_gradients .item_blog2017.orange .item_header h3.badge_truncated,
.blog-featured.black_gradients .item_blog2017.orange .item_header h2.badge_truncated,
.blog-featured.black_gradients .item_blog2017.orange .item_header h1.badge_truncated {
	color: #000;
}

.blog-featured .item_blog2017:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 2.6vh solid #fd0000;
    border-right: 2.6vh solid transparent;
    transition: border .3s linear;
}

.blog-featured .item_blog2017.orange:after{
	border-bottom: 2.6vh solid #ffb400	;
}

.blog-featured .item_blog.item_blog2017:hover:after {
	border-bottom: 4vh solid #fd0000;
    border-right: 4vh solid transparent;
}

.blog-featured .item_blog.item_blog2017.orange:hover:after {
	border-bottom: 4vh solid #ffb400;
} 
.blog-featured .page-header {
	margin: 20px 0 10px;
}

.blog-featured .item_blog2017 .row{
    position:  absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    color: white;
    border: 1px solid #eee;
    -webkit-transition: border .3s ease-in-out, background .3s ease-in-out;
    -o-transition: border .3s ease-in-out, background .3s ease-in-out;
    transition: border .3s ease-in-out, background .3s ease-in-out;

}
.blog-featured .item_blog2017:hover .row{
	border: 1px solid #ccc;
}

.blog-featured .item_blog2017 .row .img_block {
	max-height: 66%;
	height: 66%;
	position: relative;
	overflow: hidden;
    border-right: 1px solid #fff;
}


.blog-featured.black_gradients .item_blog2017 .row .img_block:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.25) 38%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(38%, rgba(0,0,0,0.25)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.25) 38%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.25) 38%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.25) 38%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.25) 38%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.blog-featured .item_blog2017 .row .img_block img{
	margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    bottom: 0;
    max-width: none;
}

.blog-featured .item_blog2017 .row .txt_block {
	height: 34%;
	background: #eee;
	border-right: 1px solid #fff;
	padding: 5.5% 8.7%;
}

.blog-featured .item_blog2017 .row .txt_block .intro_place{
	height: 100%;
}

.blog-featured .item_blog2017 .row .txt_block .intro_place:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8%;
	background: rgba(238,238,238,0);
	background: -moz-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,0)), color-stop(100%, rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 );

}

.blog-featured .item_blog2017 .row .txt_block>div {
	text-align: left;
}

.blog-featured .item_blog.item_blog2017:hover {
	background: transparent;
	border: none;
}


.blog-featured .item_blog.item_blog2017 p {
	margin: 0;
	line-height: 1.4;
	color: #000;
}

.blog-featured .item_blog.item_blog2017 p.lead {
	font-size: 12px;
	font-weight: normal;
}

.pojazdy-specjalistyczne.category .main_content .img_wrapper{
	display: none;
}

.zbuduj_wrapper {
	height: calc(100vh - 55px)
}

.zbuduj_wrapper .row, .zbuduj_wrapper .zbuduj_item {
	height: 100%;
}

.zbuduj_wrapper h1 {
	font-size: 1.56vw;
}

.zbuduj_wrapper .page-header {
	max-width: 50%;
	height: 6%;
}

.zbuduj_wrapper .to_right {
	float: right;
	width: 100%;
    height: 20%;
    max-width: 67%;
    padding: 5px 1.3vw 5px 0;
    font-size: 14px;

}

.zbuduj_wrapper .to_right:after, .zbuduj_wrapper .to_right:before {
	content: '';
	display: block;
	clear: both;
}
.zbuduj_wrapper .zbuduj_thumb {
	height: 30%;
	clear: both;
}

.zbuduj_wrapper .zbuduj_thumb img{
	display: block;
	margin: 0 auto;
}

.zbuduj_wrapper .zbuduj_bottom_info {
	height: 34%;
	padding-right: 1.3vw;
}

.zbuduj_wrapper .zbuduj_bottom_info .info_naglowek {
	font-size: 48px;
	color: #dddddd;
}

.zbuduj_wrapper .zbuduj_bottom_info a {
	font-size: 18px;
	font-family: "bebas_neue_regularregular" !important;
	color: #ff0000;
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}

.zbuduj_wrapper .zbuduj_bottom_info a:hover {
	text-decoration: none;
}

.zbuduj_wrapper .zbuduj_bottom_info a:after {
	content: '\25BA';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 17px;
	line-height: 18px;
	font-family: "Arial", sans-serif;
}	

.zbuduj_wrapper .zbuduj_bottom_info .open a:after {
	content: '\25B2';
}
.zbuduj_wrapper .zbuduj_bottom_info .zbuduj_dealer_lista {
	padding-left: 10px;
	max-height: 60vh;
	overflow-y: auto;
}

.zbuduj_wrapper .zbuduj_bottom_info .zbuduj_dealer_lista li{
	cursor: pointer;
}

.zbuduj_wrapper .zbuduj_bottom_info #d_phone {
	display: block;
	margin-top: 15px;
	font-size: 36px;
	font-family: "bebas_neuebold", sans-serif;
	line-height: 32px;
}

.zbuduj_wrapper .zbuduj_bottom_info #d_name {
	font-size: 24px;
	font-family: "bebas_neue_regularregular", sans-serif;
	color: #5f5f5f;
	display: block;
}

@media (max-width: 1169px) {
	.zbuduj_wrapper .to_right {
    	max-width: 80%;
    	font-size: 12px;
    }
}  
@media (max-width: 767px) {
	.filmy-instruktazowe.category .video_block {
		/*min-height: 300px;*/
		margin: 50px 0;
	}
	.zbuduj_wrapper {
    	height: calc(100vh - 111px);
	}
	
	.zbuduj_wrapper .page-header {
		margin: 20px 0 10px;
	}

	.zbuduj_wrapper .page-header .badge_truncated{
		font-size: 16px;
    	padding: 2px 17px;
	}

	.zbuduj_wrapper .zbuduj_item {
		height: 50%;
		padding: 0px;
	}

	.zbuduj_wrapper .zbuduj_item .to_right{
		text-align: right;
	}
	
	.zbuduj_wrapper .zbuduj_item .zbuduj_thumb {
		height: 60%;
		width: 50%;
	}

	.zbuduj_wrapper .zbuduj_item .zbuduj_thumb img {
		margin-left: 0;
	}

	.zbuduj_wrapper .zbuduj_item .zbuduj_bottom_info {
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		width: 100%;
		/*background: #f4f4f4;*/
	} 

	.zbuduj_wrapper .zbuduj_bottom_info .info_naglowek {
		font-size: 4.56vh;
	}

	.zbuduj_wrapper .zbuduj_bottom_info h2 {
		font-size: 2.8652vh;
	}
	.zbuduj_wrapper .zbuduj_bottom_info a {
		font-size: 1.696vh;
		padding-right: 12px;
	}	
	.zbuduj_wrapper .zbuduj_bottom_info a:after {
		font-size: 1.696vh;
    	line-height: 1;
	}
	.zbuduj_wrapper .zbuduj_bottom_info #d_phone {
		font-size: 4.16vh;
		margin-top: 0px;
		line-height: 1.2;
	}
	.zbuduj_wrapper .zbuduj_bottom_info #d_name{
		font-size: 2.8652vh;
	}
	.zbuduj_wrapper .zbuduj_bottom_info .dropup {
		position: static;
	}

	.zbuduj_wrapper .zbuduj_bottom_info .zbuduj_dealer_lista{
		width: 100%;
		font-size: 12px;
		line-height: 2;
	}
	.blog-featured .item_blog2017 .item_header h4.with_line {
		font-size: 3.5vw;
		padding-left: 10px;
	}

	.blog-featured .item_blog2017 .item_header h4.badge_truncated {
		font-size: 2.7vw;
		padding: 1px 10px;
	}

}
@media (max-width: 480px) {
	.zbuduj_wrapper .page-header {
		margin: 20px 0 0;
		height: auto;
		padding-bottom: 0px;
		max-width: 65%;
	}

	.zbuduj_wrapper .page-header .badge_truncated {
		font-size: 14px;
	}

	.zbuduj_wrapper .zbuduj_item .to_right{
		font-size: 1.52vh;
	}

	.zbuduj_wrapper .zbuduj_item .zbuduj_thumb {
		position: relative;
	}
	.zbuduj_wrapper .zbuduj_item .zbuduj_thumb img {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		margin: 0 auto;
	}

	.zbuduj_wrapper .zbuduj_bottom_info .zbuduj_dealer_lista{
		display: none;
	}
	
	#overlayform .zbuduj_dealer_lista{
		width: 100%;
		font-size: 11px;
		line-height: 2.5;
		list-style: none;
		padding-left: 0;
	}
	#overlayform .zbuduj_dealer_lista li{
		cursor: pointer;
	}

	.blog-featured .item_blog2017 .item_header h4.with_line {
		font-size: 5vw
	}
	.blog-featured .item_blog2017 .item_header h4.badge_truncated {
		font-size: 3.7vw;
	}

}	

@media (min-width: 300px) and (max-width: 399px) {
	.filmy-instruktazowe.category .video_block iframe {
		height: 190px;
	}
}

@media (min-width: 400px) and (max-width: 767px) {
	.filmy-instruktazowe.category .video_block iframe {
		height: 250px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.filmy-instruktazowe.category .video_block iframe {
		height: 190px;
	}

	.blog-featured .header_place h4 {
		font-size: 20px;
	}

	.blog-featured .more_place p {
		font-size: 12px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.filmy-instruktazowe.category .video_block iframe {
		height: 230px;
	}
}

@media (min-width: 1280px) and (max-width: 1370px) {
	.filmy-instruktazowe.category .video_block iframe {
		height: 290px;
	}
}

@media (min-width: 1371px) {
	.filmy-instruktazowe.category .video_block iframe {
		height: 340px;
	}
}
























@media (min-width: 1200px) and (max-width: 1370px) {
	.aktualnosci.category .txt_block,
	.aktualnosci.category .img_block,
	.pojazdy-specjalistyczne.category .txt_block,
	.pojazdy-specjalistyczne.category .img_block {
		height: 285px;
	}

	.container:not(#cookies .container) {
		width: 1070px;
	}

	.historia-d-max.article #historia_slider .carousel-indicators {
		margin-top: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container:not(#cookies .container) {
		width: 870px;
	}

	.aktualnosci.category .txt_block,
	.aktualnosci.category .img_block,
	.pojazdy-specjalistyczne.category .txt_block,
	.pojazdy-specjalistyczne.category .img_block {
		height: 235px;
	}

	.aktualnosci.category .txt_block,
	.pojazdy-specjalistyczne.category .txt_block {
		padding: 0 15px;
	}

	.aktualnosci.category .txt_block .date_place,
	.pojazdy-specjalistyczne.category .txt_block .date_place {
		height: 35%;
	}

	.aktualnosci.category .txt_block .header_place,
	.pojazdy-specjalistyczne.category .txt_block .header_place {
		height: 25%;
	}

	.aktualnosci.category .txt_block .more_place,
	.pojazdy-specjalistyczne.category .txt_block .more_place {
		height: 40%;
	}

	.offroad.category .item_offroad,
	.offroad.category .item_offroad .txt_block,
	.offroad.category .item_offroad .thumbnail img {
		height: 235px;
	}

	.offroad.category .txt_block {
		padding: 0 15px;
	}

	.offroad.category .txt_block h1 {
		font-size: 30px;
	}

	/* .offroad.category .txt_block p.lead {
		font-size: 15px;
	} */

	.offroad.category .txt_block p.readmore {
		margin: 0px 0px 15px;
	}

	.prasa-o-isuzu.category p.readmore {
		margin: 0;
	}

	.prasa-o-isuzu.category .txt_block .header_place {
		height: 40%;
	}

	.prasa-o-isuzu.category .txt_block .intro_place {
		height: 40%;
	}

	.prasa-o-isuzu.category .txt_block {
		height: 200px;
	}

	.historia-d-max.article #historia_slider .carousel-indicators {
		background-size: 500px auto;
		margin-top: 30px;
	}

	.historia-d-max.article #historia_slider .carousel-indicators li {
		height: 60px;
		width: 60px;
	}

	.historia-d-max.article #historia_slider .carousel-indicators li h3 {
		margin-top: 13px;
		font-size: 25px;
	}

	.historia-d-max.article #historia_slider .item .txt_box h2 {
		margin-left: 35px;
	}

	.historia-d-max.article #historia_slider .item .txt_box span {
		font-size: 185px;
	}



	.wersje-specjalne.category .item_offroad,
	.wersje-specjalne.category .item_offroad .txt_block,
	.wersje-specjalne.category .item_offroad .thumbnail img {
		height: 235px;
	}

	.wersje-specjalne.category .txt_block {
		padding: 0 15px;
	}

	.wersje-specjalne.category .txt_block h1 {
		font-size: 30px;
	}

	.wersje-specjalne.category .txt_block p.lead {
		font-size: 15px;
	}

	.wersje-specjalne.category .txt_block p.readmore {
		margin: 0px 0px 15px;
	}
}















@media (min-width: 870px) and (max-width: 991px) {
	.offroad.category .item_offroad {
		margin: 40px 0;
	}

	.wersje-specjalne.category .item_offroad {
		margin: 40px 0;
	}
}

@media (min-width: 992px) and (max-width: 1080px) {
	.offroad.category .item_offroad {
		margin-left: 30px;
	}

	.wersje-specjalne.category .item_offroad {
		margin-left: 30px;
	}
}



@media (min-width: 768px) and (max-width: 991px) {
	.aktualnosci.category .txt_block,
	.aktualnosci.category .img_block,
	.pojazdy-specjalistyczne.category .txt_block,
	.pojazdy-specjalistyczne.category .img_block {
		height: 180px;
	}

	.aktualnosci.category .txt_block .date_place,
	.pojazdy-specjalistyczne.category .txt_block .date_place {
		height: 35%;
	}

	.aktualnosci.category .txt_block .header_place,
	.pojazdy-specjalistyczne.category .txt_block .header_place {
		height: 45%;
	}

	.offroad.category .item_offroad,
	.offroad.category .item_offroad a.mod-articles-category-title,
	.offroad.category .item_offroad .txt_block,
	.offroad.category .item_offroad .thumbnail img {
		height: 180px;
	}

	.offroad.category .txt_block {
		padding: 0 15px;
	}

	.offroad.category .txt_block h1 {
		font-size: 23px;
	}

	.offroad.category .txt_block p.lead {
		font-size: 12px;
	}

	.offroad.category .txt_block p.readmore {
		font-size: 10px;
		margin: 0px 0px 10px;
	}



	.wersje-specjalne.category .item_offroad,
	.wersje-specjalne.category .item_offroad a.mod-articles-category-title,
	.wersje-specjalne.category .item_offroad .txt_block,
	.wersje-specjalne.category .item_offroad .thumbnail img {
		height: 180px;
	}

	.wersje-specjalne.category .txt_block {
		padding: 0 15px;
	}

	.wersje-specjalne.category .txt_block h1 {
		font-size: 23px;
	}

	.wersje-specjalne.category .txt_block p.lead {
		font-size: 12px;
	}

	.wersje-specjalne.category .txt_block p.readmore {
		font-size: 10px;
		margin: 0px 0px 10px;
	}

	.prasa-o-isuzu.category .txt_block {
		height: 240px;
	}

	.historia-d-max.article #historia_slider .carousel-indicators {
		background-size: 500px auto;
		margin-top: 30px;
	}

	.historia-d-max.article #historia_slider .carousel-indicators li {
		height: 60px;
		width: 60px;
	}

	.historia-d-max.article #historia_slider .carousel-indicators li h3 {
		margin-top: 13px;
		font-size: 25px;
	}

	.historia-d-max.article #historia_slider .item .txt_box h2 {
		margin-left: 28px;
	}

	.historia-d-max.article #historia_slider .item .txt_box.dmax h2 {
		margin-left: 5px;
	}

	.historia-d-max.article #historia_slider .item .txt_box span {
		font-size: 150px;
	}

	.historia-d-max.article #historia_slider .carousel-control img {
		width: 25px;
	}

	.wersje-specjalistyczne.category .txt_block {
		height: 180px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}





@media (min-width: 769px) and (max-width: 850px) {
	.container {
		width: 660px;
	}

	.historia-d-max.article #historia_slider .item .txt_box span {
		font-size: 140px;
	}
}







@media (min-width: 992px) {
	.blog_layout .col-md-custom-big {
		width: calc(100% - 330px);
	}

	.blog_layout .col-md-custom-small {
		width: 330px;
	}

	.wersje-specjalistyczne.category .txt_block {
		height: 235px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}




























@media (max-width: 767px) {
	.aktualnosci.category .txt_block,
	.aktualnosci.category .img_block {
		/*height: 285px;*/
	}

	.offroad.category .item_offroad {
		margin: 80px 0;
	}

	.offroad.category .odd .txt_block {
		float: none;
	}

	.offroad.category .item_offroad .txt_block {
		height: 150px;
	}

	.offroad.category .item_offroad {
		height: auto;
	}

	.offroad.category .item_offroad .thumbnail img {
		height: auto;
		width: 100%;
	}

	.offroad.category .txt_block .header_place {
		height: 35%;
	}


	.offroad.category .txt_block .intro_place {
		height: 45%;
	}

	.offroad.category .txt_block {
		padding: 0 10px;
	}

	.offroad.category .txt_block h1 {
		font-size: 23px !important;
	}

	.offroad.category .txt_block p.lead {
		font-size: 12px;
	}

	.offroad.category .txt_block p.readmore {
		font-size: 10px;
		margin: 0px 0px 10px;
	}

	.offroad.category .txt_block .header_place>* {
		vertical-align: bottom;
	}

	.offroad.category .txt_block .intro_place>* {
		vertical-align: middle;
	}

	.prasa-o-isuzu.category .image img {
		display: block;
		margin: 0 auto;
	}

	.prasa-o-isuzu.category .item_blog {
		background: #eee;
	}

	.prasa-o-isuzu.category .txt_block {
		height: auto;
	}

	.prasa-o-isuzu.category .txt_block .intro_place {
		margin: 20px 0 30px;
	}

	.historia-d-max.article .history_wrapper {
		margin: 75px 0 100px;
	}

	.historia-d-max.article .history_wrapper .item_wrapped {
		position: relative;
		/*height: 450px;*/
		margin-bottom: 150px;
		border: 1px solid #eee;
	}

	.historia-d-max.article .history_wrapper .item_wrapped span {
		position: absolute;
		font-size: 15em;
		line-height: 1;
		top: 20%;
		width: 100%;
		font-weight: bold;
		color: #eee;
	}

	.historia-d-max.article .history_wrapper .item_wrapped img {
		position: relative;
		margin-top: 40%;
	}

	.historia-d-max.article .history_wrapper .item_wrapped h2 {
		position: relative;
		font-size: 50px;
		display: block;
		margin: 15px auto;
		text-align: center;
	}

	.historia-d-max.article .history_wrapper .item_wrapped .belka {
		width: 100%;
		height: 30px;
		background: rgb(102, 102, 102);

	}

	.historia-d-max.article .history_wrapper .item_wrapped .circle {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		border-radius: 50%;
		height: 70px;
		width: 70px;
		background:#ddd;
		top: -22px;
		text-align: center;
	}

	.historia-d-max.article .history_wrapper .item_wrapped .circle h3 {
		margin: 0;
		font-weight: bold;
		margin-top: 22px;
		font-size: 28px;
	}


	.wersje-specjalne.category .item_offroad {
		margin: 80px 0;
	}

	.wersje-specjalne.category .odd .txt_block {
		float: none;
	}

	.wersje-specjalne.category .item_offroad .txt_block {
		height: 150px;
	}

	.wersje-specjalne.category .item_offroad {
		height: auto;
	}

	.wersje-specjalne.category .item_offroad .thumbnail img {
		height: auto;
		width: 100%;
	}

	.wersje-specjalne.category .txt_block .header_place {
		height: 35%;
	}


	.wersje-specjalne.category .txt_block .intro_place {
		height: 45%;
	}

	.wersje-specjalne.category .txt_block {
		padding: 0 10px;
	}

	.wersje-specjalne.category .txt_block h1 {
		font-size: 23px !important;
	}

	.wersje-specjalne.category .txt_block p.lead {
		font-size: 12px;
	}

	.wersje-specjalne.category .txt_block p.readmore {
		font-size: 10px;
		margin: 0px 0px 10px;
	}

	.wersje-specjalne.category .txt_block .header_place>* {
		vertical-align: bottom;
	}

	.wersje-specjalne.category .txt_block .intro_place>* {
		vertical-align: middle;
	}

}

@media (min-width: 450px) and (max-width: 767px) {
	.historia-d-max.article .history_wrapper .item_wrapped img {
		margin-top: 25%;
	}

	.historia-d-max.article .history_wrapper .item_wrapped span {
		font-size: 20em;
		top: 14%;
	}
}

/* guru */
.blog_layout .btn {width: 100%,
	.blog-featured .btn {width: 100%}

}

/*
 *	Guru
 */

 .article_right_side_img_spacer {
 	display: block;
 	height: 85px;
 	width; 100%;
 }

@media (min-width: 1200px) {
	.wersje-specjalistyczne.category .txt_block {
		height: 305px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

body.article.iframe {
    
    padding-top: 0px;
}
.iframe .article {
    padding: 0px 0 0 !important;
}
.iframe .section {
    padding-top: 0px !important;
}


#styl .child.three div.txt_box {
    right: 0;
    width: 100%;
    padding: 15px 20px 45px 80px;
    position: relative !important;
}

/*2020*/
.article .blog_layout h4 {
    margin: 20px 0 20px;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;

}

.article .blog_layout h3 {
     font-size: 20px;
}

.article .blog_layout h1 {
     font-size: 30px;
}