html, body {
	padding: 0px;
	margin: 0px;
	color: #101010;
	overflow-x: hidden;
}
html, body, input[type="text"], select, textarea, button, a, div, ul, li, p, span  {
	font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	
}
h2 {
	background: url('h1-tlo-100.png') no-repeat;
	display: block;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 800;
}
a:not(.tag) {
	color: white;
	text-decoration: none;
}
a.read_more {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
}
a.read_more:hover, a.link2:hover {
	color: #fea807 !important;
	font-weight: bold;
}
a.link2 {
	color: #dc352f !important;
}
ul {
	list-style-position: inside;
}
.color1 {
}
.color2 {
	background: #da251d;
}
.color3 {
}
.color4 {
}
.color5 {
	color: #dc352f !important;
}
.color5:hover, .quickNavi-prev-a:hover, .quickNavi-next-a:hover {
	color: #0baeef !important;
	font-weight: bold;
}
.relative {
	position: relative;
}
.driver {
	width: 100%;
}
.section {
	margin: 0 auto;
}
.clear { 
	clear: both;
}
.left:not(.auto) {
	float: left;
}
.right:not(.auto) {
	float: right;
}
.auto {	
	margin: 0 auto !important;
}
.block { 
	display: block;
}
.none {
	display: none !important;
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
    vertical-align: middle;
}
.zero {
	padding: 0px !important;
	margin: 0px !important;
}
.center {
	text-align: center;
}
.fright {
	text-align: right;
}
.fleft {
	text-align: left;
}
.justify {
	text-align: justify;
}
.hover:hover { 
	cursor: pointer;
}
.strong {
	font-weight: bold;
}
.nobr { 
	white-space:nowrap;
}
.sectionM {
	width: 100%;
}
.menu_absolute {
	position: static;
	bottom: 0px;
	left: 0px;
	background: none;
}	
.menu_fixed {
	position: fixed;
	top: 0px;
	left: 0px;
}
#menu_head, #menu_head2 {
	float: left;
}
#menu_in a:not(.active), #menu_in2 a:not(.active) {
	text-decoration: none;
	color: white;
}
#menu_in a, #menu_in2 a {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold; 
	background-color: rgba(0,73,151,1);
	background-image: url('icon/icon-repair.png') !important;
	background-repeat: no-repeat !important;
}
#menu_in a.active, #menu_in2 a.active {
	background-color: #dc342f !important;
}
#social_menu {
	text-align: center;
	color: white;
	position: fixed;
	color: black;
}
#social a {
	display: block;
	float: left;
	background-size: 100% auto;
	background-position: center;
}
@keyframes social {
    from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);	
	}
    to {	
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#strona-glowna li {
	list-style-type: none;
}
/* strona główna: slider pierwszy */
#s3slider { 
	position:relative; /* important */
	overflow:hidden; /* important */
	padding: 0px;
}
#s3sliderContent {
	position: absolute;
	top:0;
	margin-left:0;
	padding: 0px;
	margin: 0px;
}
#s3sliderContent img { 
	border: 1px solid #636363; 
}   
.s3sliderImage {
	float:left;
	position:relative;
	display:none;
}
.s3sliderImage span {
	position:absolute;
	left:0;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	color:white;
	display:none;
	bottom:0px;
}
/* strona główna: slider zerowy */
#slides {
	position: relative;
	text-align: center;
}
#slides li .container {
	background: rgba(255,255,255,0.6);
	position: absolute;
	top: initial;
	display: inline;
	text-align: left;
}
#slides li .container h3 {
	text-align: left;
}
.slides-navigation a {
	color: #dc352f;
}
.slides-navigation a:hover {
	color: #f9a400;
}
.slides-pagination a:hover {
  background: #f9a400;
}
.slides-pagination a.current {
  background: #004997;
}
.slides-pagination a {
	border: none;
	text-align: center;
	background-color: #dc352f;
	background-image: none;
}
#home_square1 {
	position: absolute;
	z-index: 9999;
}
.square1 {
	float: left;
}
.square1 div {
	color: #FFFFFF;
	background: rgba(0,0,0,0.6);
	text-decoration: none;
}
.square1 div h3 {
	text-align: center;
}	
.square1 div p {
	display: none;
}
@keyframes bgcenter_animacja1 {
	from {
		background-size: auto 140%; 
	}
	to {
		background-size: auto 100%; 
	}
}
@keyframes bgcenter_animacja2 {
	from {
		background-size: auto 100%; 
	}
	to {
		background-size: auto 140%; 
	}
}
.bgcenter {   
	background-repeat: no-repeat; 
	background-size: auto 100%; 
	background-position: center;
	animation: bgcenter_animacja1 1s forwards;
}
.bgcenter:hover {   
	animation: bgcenter_animacja2 1s forwards;
}
.square1:hover > div {
	animation: square_h3_a 1s forwards;
}
.square1 > div {
	animation: square_h3_b 1s forwards;
}
.square1:hover > div > p {
	visibility: visible;
	opacity: 1;
}
.square1 > div > p {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 1s linear;
}
/* galeria */
#galeria a {
	color: black;
}
.agaleria:hover > * > p, .agaleria:hover > * > h3 {
	color: white;
}
.agaleria:hover {
	background: #0baeef;
}
.quickNavi-master {
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,73,151,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(0,73,151,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,73,151,1) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,73,151,1) 50%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,73,151,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(0,73,151,1) 50%, rgba(255,255,255,0) 100%);
}
.quickNavi-text {
	color: white;
	font-weight: bold;
}
.quickNavi-text-this {
	color: rgba(218,37,29,1);
}
.quickNavi-prev-a, .quickNavi-next-a {
	color: black !important;
}
.chocolat-image.col15 {
	position: relative;
}
.chocolat-image > img { 
	display: none;
}
.chocolat-image.col15 div {
	position: relative;
	background: rgba(0,0,0,0.4);
	display: none;
}
.ikona {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -24px;
}
.chocolat-image.col15:hover > div {
	display: block;
}
/* kafelki video */
.brick1 {
	position: relative;
	float: left;
}
.brick_title {
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
.brick_hover {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(0,0,0,0);
}
.brick_hover a {
	font-weight: bold;
	background: rgba(0,0,0,0.4);
}
/* blog */
#driver_blog .section {
	background: none;
}
#blog .main.is-container {
	border-top: 1px solid #dc342f;
	border-bottom: 1px solid #dc342f;
}
#blog div.col3 {
	position: relative;
}
.is-pagination li a:hover {
	cursor: pointer;
}
.immersive_slider {
	background: rgba(0,73,151,0.7);
}
#blog .image img {
	position: absolute;
	z-index: 9997;
}
/* kontakt */
input.col3, textarea.col3 {
	display: block;
}
button.col15 {
	display: block;
}
.error2 { 
	color: red; 
	text-align: center;
}
/* lokalizacja */
#driver_lokalizacja .section {
	width: *;
	border-top: 1px solid #dc342f;
	border-bottom: 1px solid #dc342f;
}
#driver_lokalizacja h2 {
	position: relative;
	left: 50%;
	z-index: 9998;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}	
#footer {
	width: *;
	color: #FFFFFF;
}
#footer .row {
	margin: 0 auto;
	color: black;
}
/* tagi */
a.tag {  
	display: block; 
	text-decoration: none;
	font-weight: bold;
	color: white;
}
@keyframes tag1 {
    from {	
		text-align: center;
		border: 1px solid black;
		background: #0baeef;
	}
	to {
		text-align: left;
		border: 1px solid black;
		background: #dc352f;
		
	}
}	
@keyframes tag2 {
    from {
		text-align: left;
		border: 1px solid black;
		background: #dc352f;
		
	}
    to {	
		text-align: center;
		border: 1px solid black;
		background: #0baeef;
	}
}
a.tag {
	color: #FFFFFF;
	text-align: left;
	border: 1px solid black;
}
#upM { 
	position: fixed; 
	bottom: 0px; 
	left: 0px;
}
.up {
	position: fixed;
	padding: 0px;
	margin: 0px;
	z-index: 9998;
	display: none;
	text-align: center;
	background: #dc342f;
}
.up:hover {
	background: #0baeef;
}
.up {
	color: rgba(255,255,255,1);
}
#marquee {
	border-top: 1px solid #dc342f !important;
}
#cookies {
	background: #dc352f;
}
#pozostale_art a {
	color: black;
}

#driver_lokalizacja img {
	width: 200px;
}

@media (min-width: 1218px) {
html, body, input[type="text"], select, textarea, button, a, div, ul, li, p, span  {
	font-size: 14px;
}
h2 {
	height: 40px;
	background-position: 80px 0px;
	background-size: 808px 100px;
	font-size: 30px;
	padding-top: 6px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-weight: 18px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
a.read_more {
	padding-top: 10px;
}
.section:not(.not){
	width: 908px !important;
	left: 50%;
	margin-left: -304px;
	margin-top: 32px;
	margin-bottom: 50px;
}
.section:nth-child(1){
	margin-top: 10px;
}
.section:not(#strona-glowna){
	padding-top: 32px;
	padding-bottom: 72px;
}
.sectionM {
	height: 0px;
}
.col6 {
	width: 908px;
	min-height: 38px;
}
.out-col6 {
	width: 888px;
	min-height: 38px;
	padding: 10px;
}
.col4 {
	width: 605.33px;
	min-height: 38px;
}
.out-col4 {
	width: 585.33px;
	min-height: 38px;
	padding: 10px;
}
.col3 {
	width: 454px;
	min-height: 38px;
}
.out-col3 {
	width: 434px;
	padding: 10px;
}
.col2 {
	width: 302.66px;
	min-height: 38px;
	min-height: 38px;
}
.out-col2 {
	width: 282.66px;
	padding: 10px;
}
.col15 {
	width: 227px;
	min-height: 38px;
}	
.out-col15 {
	width: 207px;
	padding:10px;
}
.in-col15 {
	width: 207px;
	margin:10px;
}	
.col1 {
	width: 151.33px;
	min-height: 38px;
}
.out-col1 {
	width: 131.33px;
	padding: 10px;
	min-height: 38px;
}
.row {
	width: 908px;
}
.row2 {
	height: 76px;
}
#menu_container {
	bottom: 0px;
	width: 210px;	
}
#menu {
	width: 300px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url('jurczak-logo.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 90px 100%;	
}
#menu_in {
	display: block !important;
	position: relative;
	float: right;
	width: 210px;
}
#menu_head img {
	display: none;
}
@keyframes menu_a1 {
    from {
		background-image: url('icon/icon-repair.png');
		margin: 5px;
		width: 160px;
		background-color: #0baeef;
		
	}
	to {	
		background-image: url('icon/icon-repair.png');
		margin: 5px 20px 5px 20px !important;
		width: 130px !important;
		background-color: rgba(0,73,151,1);
	}
}
@keyframes menu_a2 {
	from {
		background-image: url('icon/icon-repair.png');
		margin: 5px 20px 5px 20px;
		width: 130px;
		background-color: rgba(0,73,151,1);
		
	}
    to {	
		background-image: url('icon/icon-repair.png');
		margin: 5px;
		width: 160px;
		background-color: #0baeef;
	}
}
#menu_in a {
	background-size: 24px 24px !important;
	background-position: 5px 10px !important; 
	height: 25px;
	font-size: 18px;
	width: 130px;
	margin: 5px 20px 5px 20px;
	padding: 10px 10px 10px 30px;
}
#lang {
	margin-left: 15px;
	width: 180px;
	height: 24px;
	padding: 15px 0px 15px 0px;
	margin-bottom: 20px;
}
#lang .lang img {
	margin: 0px 5px 0px 5px;
	padding: 1px;
	border: 1px solid black;
	width: 30px;
}
#lang .lang img:hover {
	border: 1px solid red;
}
#social_menu {
	bottom: 0px;
	width: 184px;
	padding: 13px;
}	
#social a {
	width: 40px;
	height: 40px;
	padding: 3px;
}
/* strona główna: slider pierwszy */
#s3slider, #s3sliderContent, .s3sliderImage span {
	width:908px;
}	
#s3slider, #s3sliderContent img {
	height:588px;
}
#s3sliderContent img { 
	width:906px; /* o 2 mniejsze */
}
.s3sliderImage span {
	font-size:16px;
	padding: 27px 17px;
}	
#home_square2 {
	height: 200px;
	width: 908px;
	margin: 0 auto;
	margin-top: 36px;
}
#home_square2 .square1 {
	margin-right: 36px;	
}	
#home_square2 .square1:nth-child(4) {
	margin-right: 0px;	
}

/* strona główna: slider zerowy */
#strona-glowna.slider0 {
	margin-left: 300px;
	width: *;
}
.slides-navigation {
	top: 20px;
}
.slides-pagination {
	width: 250px;
	left: 10px;	
}
.slides-pagination a {
	border: none;
	width: 30px;  
	height: 30px;
	font-size: 24px;
	text-align: center;
	background-color: #dc352f;
	background-image: none;
}
.slides-pagination a {
	width: 30px;  
	height: 30px;
	font-size: 24px;
}
#driver_informacje .section {
	margin-top: 50px;
}
/* galeria */
.galeria-img {
	width: 282.66px !important;
	height: 282.66px !important;
}
.agaleria:hover > * > .galeria-img {
	border-radius: 150px;
}
.quickNavi-master {
	font-size: 18px;
}
.chocolat-image.col15 {
	width: 207px;
	height: 155px;
	margin: 10px;
}
.chocolat-image.col15 div {
	width: 207px;
	height: 155px;
}
.brick_row {
	width: 908px;
}
.brick1 {
	width: 215px;
	height: 215px;
	margin: 6px;
}
.brick_title {
	width: 205px;
	padding: 5px;
	height: 20px;
}	
@-webkit-keyframes brick_hover1 {
	from {
		width: 140px;
		height: 2px;
		margin-left: -70px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 215px;
		height: 185px;
		margin-left: -107.5px;
		margin-top: -107.5px;
		background: rgba(0,0,0,0.5);
	}
}
@-moz-keyframes brick_hover1 {
	from {
		width: 140px;
		height: 2px;
		margin-left: -70px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 215px;
		height: 185px;
		margin-left: -107.5px;
		margin-top: -107.5px;
		background: rgba(0,0,0,0.5);
	}  
}
@-o-keyframes brick_hover1 {
	from {
		width: 140px;
		height: 2px;
		margin-left: -70px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 215px;
		height: 185px;
		margin-left: -107.5px;
		margin-top: -107.5px;
		background: rgba(0,0,0,0.5);
	}  
}
@keyframes brick_hover1 {
    from {
		width: 140px;
		height: 2px;
		margin-left: -70px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 215px;
		height: 185px;
		margin-left: -107.5px;
		margin-top: -107.5px;
		background: rgba(0,0,0,0.5);
	}
}
@-webkit-keyframes brick_hover2 {
    from {	
		width: 215px;
		height: 185px;
		margin-left: -107.5px;
		margin-top: -107.5px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 140px;
		height: 2px;
		margin-left: -70px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
}
@-moz-keyframes brick_hover2 {
    from {	
		width: 215px;
		height: 185px;
		margin-left: -107.5px;
		margin-top: -107.5px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 140px;
		height: 2px;
		margin-left: -70px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
}
@-o-keyframes brick_hover2 {
    from {	
		width: 215px;
		height: 185px;
		margin-left: -107.5px;
		margin-top: -107.5px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 140px;
		height: 2px;
		margin-left: -70px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	} 
}
@keyframes brick_hover2 {
    from {	
		width: 215px;
		height: 185px;
		margin-left: -107.5px;
		margin-top: -107.5px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 140px;
		height: 2px;
		margin-left: -70px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
}
.brick_hover {
	width: 140px;
	height: 2px;
	margin-left: -70px;
	margin-top: -1px;
}
.brick_hover a {
	font-size: 20px;
}	
/* blog */
#blog h2 {
	position: relative;
	width: 908px;
	margin: 0 auto;
	top: 0px;
	z-index: 9998;
	left: 150px;
}
.immersive_slider {
	width: 908px;
	left: 50%;
	margin-left: -300px;
	height: 480px;	
}
#blog > .main {
	height: 780px;
}	
#blog .main .page_container {
	margin-top: 150px;
}	
#blog .col3 {
	height: 420px;
}	
#blog .image img {
	top: 100px;
	left: 80px;
	width: 340px;
	height: 255px;
}
.is-prev, .is-next {
	padding-bottom:15px;
}
/* kontakt */
input.col3, textarea.col3 {
	height: 35px;
	margin: 10px 0px 10px 0px;
	width: 414px;
}
input.col3  {
	padding: 0px 10px 0px 10px;
}
textarea.col3 {
	padding: 10px;
	height: 85px;
}
button.col15 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	width: 217px;
	height: 45px;
}	
.realperson-challenge {
	padding: 5px 0px 15px 0px;
	color: black;
	height: 35px;
	
}
.error { 
	border: 2px solid red;
	width: 414px;
}
/* lokalizacja */
#driver_lokalizacja .section {
	height: 600px;
	margin-left: 300px;
}
#driver_lokalizacja h2 {
	margin-left: -300px;
	width: 908px;
}
/* stopka */
#footer {
	border-top: 4px solid #dc342f;
	margin-left: 300px;
}
#footer .row {
	width: 908px;
}
h4.tag {
	font-size: 16px;
	padding: 8px 2px 2px 10px;
	margin: 2px;
}
a.tag {
	font-size: 14px; 
	padding: 6px; 
	margin: 3px;
}
.up {
	bottom: 2px;
	right: 2px;
	width: 57px;
	height: 52px;
	padding-top: 5px;
	font-size: 30px;
}
#container3 {
	margin-left: 300px;
	width: *;
}
#container3 .section {
	width: 908px;
	margin: 0 auto;
}
#pozostale_art {
	width: 290px;
	padding-left: 10px;
}
.mobile {
	display: none;
}
}
@media (min-width: 1400px) {
#slides li .container {
	margin: 0px;
	height: 200px;
	bottom: 100px;
	left: 50px;
	width: 800px;
	padding-left: 5px;
	padding-top: 0px;
}
#slides li .container p {
	margin-top: 0px;
	padding-top: 0px;
	width: 200px;
}
#slides li .container h3 {
	width: 190px;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
	font-size: 20px;
}	
#home_square1 {
	bottom: 100px;
	right: 50px;
}
.square1 {
	width: 200px;
	height: 200px;
}
@keyframes square_h3_a {
    0%	{
		opacity: 1;
	}
	20% {
		opacity: 1;
		height: 60px;
		padding: 5px;
		width: 190px;
		margin: 130px 0px 0px 0px;
	}
    100% {	
		opacity: 1;
		height: 180px;
		padding: 20px 0px 0px 0px;
		width: 200px;
		margin: 0px;
	}
}
@keyframes square_h3_b {
    0% {	
		opacity: 1;
		height: 180px;
		padding: 20px 0px 0px 0px;
		width: 200px;
		margin: 0px;
	}
	80% {
		opacity: 1;
		height: 60px;
		padding: 5px;
		width: 190px;
		margin: 130px 0px 0px 0px;
	}
	100%	{
		opacity: 1;
	}
}

.square1 div {
	margin: 130px 0px 0px 0px;
	opacity: 1;
	height: 60px;
	padding: 5px;
	width: 190px;
}
.square1 div h3 {
	margin: 0px;
}
.square1 div p {
	padding: 10px;
	font-size: 12px !important;
}
}

@media (max-width: 1399px) AND (min-width: 1218px) {
#slides li .container {
	margin: 0px;
	height: 150px;
	bottom: 100px;
	left: 50px;
	width: 790px;
	padding-left: 5px;
	padding-top: 0px;
}
#slides li .container p {
	margin-top: 0px;
	padding: 0px 5px 0px 5px;
	width: 170px;
	font-size: 12px;
}
#slides li .container h3 {
	width: 180px;
	margin: 0px 5px 0px 5px;
	padding: 2px 0px 2px 0px;
	font-size: 16px;
}	
#home_square1 {
	bottom: 100px;
	right: 50px;
}
#home_square1 .square1 {
	width: 150px !important;
	height: 150px !important;
	opacity: 1;
}
@keyframes square_h3_a {
    0%	{
		opacity: 1;
	}
	20% {
		opacity: 1;
		height: 40px;
		padding: 5px;
		margin: 100px 0px 0px 0px;
	}
    100% {	
		opacity: 1;
		height: 130px;
		padding: 20px 5px 0px 5px;
		margin: 0px;
	}
}
@keyframes square_h3_b {
    0% {	
		opacity: 1;
		height: 130px;
		padding: 20px 5px 0px 5px;
		margin: 0px;
	}
	80% {
		opacity: 1;
		height: 40px;
		padding: 5px;
		margin: 100px 0px 0px 0px;
	}
	100%	{
		opacity: 1;
	}
}
#home_square1 .square1 div {
	margin: 100px 0px 0px 0px;
	opacity: 1;
	height: 40px;
	padding: 5px;
	width: 140px;
}
.square1 div h3 {
	margin: 0px;
	font-size: 16px;
}

#home_square2 .square1 {
	width: 200px !important;
	height: 150px !important;
	opacity: 1;
}
#home_square2 .square1 div {
	margin: 100px 0px 0px 0px;
	opacity: 1;
	height: 40px;
	padding: 5px;
	width: 190px;
}
#home_square2 .square1 {
	margin-right: 36px;	
}	
#home_square2 .square1:nth-child(4) {
	margin-right: 0px;	
}
.square1 div p {
	padding: 5px;
	font-size: 11px !important;
}
}
@media (max-width: 1217px) and (min-width: 980px) {
html, body, input[type="text"], select, textarea, button, a, div, ul, li, p, span  {
	font-size: 12px;
}
h2 {
	height: 32px;
	background-position: 64px 0px;
	background-size: 646px 80px;
	font-size: 22px;
	margin-bottom: 8px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-weight: 15px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
a.read_more {
	padding-top: 8px;
}
.section:not(.not){
	width: 726px !important;
	left: 50%;
	margin-left: -243px;
	margin-top: 25px;
	margin-bottom: 40px;
}
.section:nth-child(1){
	margin-top: 8px;
}
.section:not(#strona-glowna){
	padding-top: 25px;
	padding-bottom: 57px;
}
.sectionM {
	height: 0px;
}
.col6 {
	width: 726px;
	min-height: 30px;
}
.out-col6 {
	width: 710px;
	min-height: 30px;
	padding: 8px;
}
.col4 {
	width: 484px;
	min-height: 30px;
}
.out-col4 {
	width: 468px;
	min-height: 30px;
	padding: 8px;
}
.col3 {
	width: 363px;
	min-height: 30px;
}
.out-col3 {
	width: 347px;
	min-height: 30px;
	padding: 8px;
}
.col2 {
	width: 242px;
	min-height: 30px;
}
.out-col2 {
	width: 226px;
	padding: 8px;
}
.col15 {
	width: 181.5px;
	min-height: 30px;
}	
.out-col15 {
	width: 165.5px;
	padding:8px;
}
.in-col15 {
	width: 165.5px;
	margin:8px;
}	
.col1 {
	width: 121px;
	min-height: 30px;
}
.out-col1 {
	width: 105px;
	padding: 8px;
	min-height: 30px;
}
.row {
	width: 726px;
}
.row2 {
	height: 60px;
}
#menu_container {
	bottom: 0px;
	width: 168px;	
}
#menu {
	width: 240px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url('jurczak-logo.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 72px 100%;	
}
#menu_in {
	position: relative;
	float: right;
	width: 168px;
}
#menu_head img {
	display: none;
}
@keyframes menu_a1 {
    from {
		background-image: url('icon/icon-repair.png');
		background-color: #0baeef;
		margin: 4px;
		width: 128px;
		
	}
	to {	
		background-image: url('icon/icon-repair.png');
		background-color: rgba(0,73,151,1);
		margin: 4px 16px 4px 16px !important;
		width: 104px !important;
	}
}
@keyframes menu_a2 {
	from {
		background-image: url('icon/icon-repair.png');
		background-color: rgba(0,73,151,1);
		margin: 4px 16px 4px 16px;
		width: 104px;
		
	}
    to {	
		background-image: url('icon/icon-repair.png');
		background-color: #0baeef;
		margin: 4px;
		width: 128px;
	}
}
#menu_in a {
	background-size: 19px 19px !important;
	background-position: 4px 8px !important; 
	height: 20px;
	font-size: 15px;
	width: 104px;
	margin: 4px 16px 4px 16px;
	padding: 8px 8px 8px 24px;
}
#lang {
	margin-left: 12px;
	width: 144px;
	height: 19px;
	padding: 12px 0px 12px 0px;
	margin-bottom: 16px;
}
#lang .lang img {
	margin: 0px 4px 0px 4px;
	padding: 1px;
	border: 1px solid black;
	width: 24px;
}
#lang .lang img:hover {
	border: 1px solid red;
}
#social_menu {
	bottom: 0px;
	width: 147px;
	padding: 10px;
}	
#social a {
	width: 32px;
	height: 32px;
	padding: 2px;
}
/* strona główna: slider pierwszy */
#s3slider, #s3sliderContent, .s3sliderImage span {
	width:726px;
}	
#s3slider, #s3sliderContent img {
	height:460px;
}
#s3sliderContent img { 
	width:724px; /* o 2 mniejsze */
}
.s3sliderImage span {
	font-size:13px;
	padding: 22px 14px;
}	
#home_square2 {
	height: 120px;
	width: 726px;
	margin: 0 auto;
	margin-top: 29px;
}
#home_square2 .square1 {
	width: 170px !important;
	height: 120px !important;
	opacity: 1
}
#home_square2 .square1 div {
	margin: 84px 0px 0px 0px;
	opacity: 1;
	height: 28px;
	padding: 4px;
	width: 162px;
}
#home_square2 .square1 {
	margin-right: 15.33px;	
}	
#home_square2 .square1:nth-child(4) {
	margin-right: 0px;	

}
/* strona główna: slider zerowy */
#strona-glowna.slider0 {
	margin-left: 240px;
	width: *;
}
#slides li .container {
	margin: 0px;
	height: 120px;
	bottom: 80px;
	left: 40px;
	width: 632px;
	padding-left: 4px;
	padding-top: 0px;
}
#slides li .container p {
	margin-top: 0px;
	padding: 0px 4px 0px 4px;
	width: 152px;
	font-size: 10px;
}
#slides li .container h3 {
	width: 151px;
	margin: 0px 4px 0px 1px;
	padding: 2px 0px 2px 0px;
	font-size: 13px;
}
#home_square1 {
	display: table;
	bottom: 80px;
	right: 40px;
}
#home_square1 .square1 {
	width: 120px !important;
	height: 120px !important;
	opacity: 1
}
@keyframes square_h3_a {
    0%	{
		opacity: 1;
	}
	20% {
		opacity: 1;
		height: 28px;
		padding: 4px;
		margin: 84px 0px 0px 0px;
	}
    100% {	
		opacity: 1;
		height: 104px;
		padding: 16px 4px 0px 4px;
		margin: 0px;
	}
}
@keyframes square_h3_b {
    0% {	
		opacity: 1;
		height: 104px;
		padding: 16px 4px 0px 4px;
		margin: 0px;
	}
	80% {
		opacity: 1;
		height: 28px;
		padding: 4px;
		margin: 84px 0px 0px 0px;
	}
	100%	{
		opacity: 1;
	}
}
#home_square1 .square1 div {
	margin: 84px 0px 0px 0px;
	opacity: 1;
	height: 28px;
	padding: 4px;
	width: 112px;
}
.square1 div h3 {
	margin: 0px;
	font-size: 12px;
}
.square1 div p {
	padding: 4px;
	font-size: 10px !important;
}
.slides-navigation {
	top: 16px;
}
.slides-pagination {
	width: 200px;
	left: 8px;	
}
.slides-pagination a {
	border: none;
	width: 24px;  
	height: 24px;
	font-size: 19px;
	text-align: center;
	background-color: #dc352f;
	background-image: none;
}
.slides-pagination a {
	width: 24px;  
	height: 24px;
	font-size: 19px;
}
#driver_informacje .section {
	margin-top: 40px;
}
/* galeria */
.galeria-img {
	width: 226px !important;
	height: 226px !important;
}
.agaleria:hover > * > .galeria-img {
	border-radius: 120px;
}
.quickNavi-master {
	font-size: 14px;
}
.chocolat-image.col15 {
	width: 165px;
	height: 124px;
	margin: 8px;
}
.chocolat-image.col15 div {
	width: 165px;
	height: 124px;
}
.brick_row {
	width: 726px;
}
.brick1 {
	width: 172px;
	height: 172px;
	margin: 4px;
}
.brick_title {
	width: 164px;
	padding: 4px;
	height: 16px;
}	
@-webkit-keyframes brick_hover1 {
	from {
		width: 112px;
		height: 2px;
		margin-left: -56px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 172px;
		height: 148px;
		margin-left: -86px;
		margin-top: -86px;
		background: rgba(0,0,0,0.5);
	}
}
@-moz-keyframes brick_hover1 {
	from {
		width: 112px;
		height: 2px;
		margin-left: -56px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 172px;
		height: 148px;
		margin-left: -86px;
		margin-top: -86px;
		background: rgba(0,0,0,0.5);
	}  
}
@-o-keyframes brick_hover1 {
	from {
		width: 112px;
		height: 2px;
		margin-left: -56px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 172px;
		height: 148px;
		margin-left: -86px;
		margin-top: -86px;
		background: rgba(0,0,0,0.5);
	}  
}
@keyframes brick_hover1 {
    from {
		width: 112px;
		height: 2px;
		margin-left: -56px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 172px;
		height: 148px;
		margin-left: -86px;
		margin-top: -86px;
		background: rgba(0,0,0,0.5);
	}
}
@-webkit-keyframes brick_hover2 {
    from {	
		width: 172px;
		height: 148px;
		margin-left: -86px;
		margin-top: -86px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 112px;
		height: 2px;
		margin-left: -56px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
}
@-moz-keyframes brick_hover2 {
    from {	
		width: 172px;
		height: 148px;
		margin-left: -86px;
		margin-top: -86px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 112px;
		height: 2px;
		margin-left: -56px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
}
@-o-keyframes brick_hover2 {
    from {	
		width: 172px;
		height: 148px;
		margin-left: -86px;
		margin-top: -86px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 112px;
		height: 2px;
		margin-left: -56px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	} 
}
@keyframes brick_hover2 {
    from {	
		width: 172px;
		height: 148px;
		margin-left: -86px;
		margin-top: -86px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 112px;
		height: 2px;
		margin-left: -56px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
}
.brick_hover {
	width: 112px;
	height: 2px;
	margin-left: -56px;
	margin-top: -1px;
}
.brick_hover a {
	font-size: 16px;
}	
/* blog */
#blog h2 {
	position: relative;
	width: 726px;
	margin: 0 auto;
	top: 0px;
	z-index: 9998;
	left: 120px;
}
.immersive_slider {
	width: 726px;
	left: 50%;
	margin-left: -240px;
	height: 384px;	
}
#blog > .main {
	height: 624px;
}	
#blog .main .page_container {
	margin-top: 120px;
}	
#blog .col3 {
	height: 336px;
}	
#blog .image img {
	top: 80px;
	left: 64px;
	width: 272px;
	height: 204px;
}
.is-prev, .is-next {
	padding-bottom: 20px;
}
/* kontakt */
input.col3, textarea.col3 {
	height: 28px;
	margin: 8px 0px 8px 0px;
	width: 331px;
}
input.col3  {
	padding: 0px 8px 0px 8px;
}
textarea.col3 {
	padding: 8px;
	height: 68px;
}
button.col15 {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	width: 173px;
	height: 36px;
}	
.realperson-challenge {
	padding: 4px 0px 12px 0px;
	color: black;
	height: 28px;
	
}
.error { 
	border: 2px solid red;
	width: 331px;
}
/* lokalizacja */
#driver_lokalizacja .section {
	height: 480px;
	margin-left: 240px;
}
#driver_lokalizacja h2 {
	margin-left: -240px;
	width: 726px;
}
/* stopka */
#footer {
	border-top: 3px solid #dc342f;
	margin-left: 240px;
}
#footer .row {
	width: 726px;
}
h4.tag {
	font-size: 13px;
	padding: 7px 2px 2px 8px;
	margin: 2px;
}
a.tag {
	font-size: 12px;
	padding: 5px;
	margin: 2px;
}
.up {
	bottom: 2px;
	right: 2px;
	width: 46px;
	height: 42px;
	padding-top: 4px;
	font-size: 24px;
}
#container3 {
	margin-left: 240px;
	width: *;
}
#container3 .section {
	width: 726px;
	margin: 0 auto;
}
#pozostale_art {
	width: 232px;
	padding-left: 8px;
}
.mobile {
	display: none;
}
}

@media (max-width: 979px) and (min-width: 768px) {
html, body, input[type="text"], select, textarea, button, a, div, ul, li, p, span  {
	font-size: 9px;
}
h2 {
	padding-top: 5px;
	height: 22px;
	background-position: 45px 0px;
	background-size: 452px 56px;
	font-size: 14px;
	margin-bottom: 3px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-weight: 11px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
a.read_more {
	padding-top: 6px;
}
.section:not(.not){
	width: 504px !important;
	left: 50%;
	margin-left: -168px;
	margin-top: 8px;
	margin-bottom: 28px;
}
.section:nth-child(1){
	margin-top: 5px;
}
.section:not(#strona-glowna){
	padding-top: 8px;
	padding-bottom: 28x;
}
.sectionM {
	height: 0px;
}
.col6 {
	width: 504px;
	min-height: 21px;
}
.out-col6 {
	width: 492px;
	min-height: 21px;
	padding: 6px;
}
.col4 {
	width: 336px;
	min-height: 21px;
}
.out-col4 {
	width: 324px;
	min-height: 21px;
	padding: 6px;
}
.col3 {
	width: 252px;
	min-height: 21px;
}
.out-col3 {
	width: 240px;
	min-height: 21px;
	padding: 6px;
}
.col2 {
	width: 168px;
	min-height: 21px;
}
.out-col2 {
	width: 156px;
	padding: 6px;
}
.col15 {
	width: 126px;
	min-height: 21px;
}	
.out-col15 {
	width: 114px;
	padding: 6px;
}
.in-col15 {
	width: 114px;
	margin: 6px;
}	
.col1 {
	width: 84px;
	min-height: 21px;
}
.out-col1 {
	width: 72px;
	padding: 6px;
	min-height: 21px;
}
.row {
	width: 504px;
}
.row2 {
	height: 42px;
}
#menu_container {
	bottom: 0px;
	width: 118px;
}
#menu {
	width: 168px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url('jurczak-logo.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 50px 100%;	
}
#menu_in {
	position: relative;
	display: block !important;
	float: right;
	width: 118px;
}
#menu_head img {
	display: none;
}
@keyframes menu_a1 {
    from {
		background-image: url('icon/icon-repair.png');
		background-color: #0baeef;
		margin: 3px;
		width: 90px;
		
	}
	to {	
		background-image: url('icon/icon-repair.png');
		background-color: rgba(0,73,151,1);
		margin: 3px 12px 3px 12px !important;
		width: 72px !important;
	}
}
@keyframes menu_a2 {
	from {
		background-image: url('icon/icon-repair.png');
		background-color: rgba(0,73,151,1);
		margin: 3px 12px 3px 12px;
		width: 72px;
		
	}
    to {	
		background-image: url('icon/icon-repair.png');
		background-color: #0baeef;
		margin: 3px;
		width: 90px;
	}
}
#menu_in a {
	background-size: 14px 14px !important;
	background-position: 3px 6px !important; 
	height: 14px;
	font-size: 10px;
	width: 72px;
	margin: 3px 12px 3px 12px;
	padding: 5px 5px 5px 15px;
}
#lang {
	margin-left: 8px;
	width: 100px;
	height: 13px;
	padding: 8px 0px 8px 0px;
	margin-bottom: 11px;
}
#lang .lang img {
	margin: 0px 2px 0px 2px;
	padding: 1px;
	border: 1px solid black;
	width: 16px;
}
#lang .lang img:hover {
	border: 1px solid red;
}
#social_menu {
	bottom: 0px;
	width: 103px;
	padding: 7px;
}	
#social a {
	width: 22px;
	height: 22px;
	padding: 1px;
}
/* strona główna: slider pierwszy */
#s3slider, #s3sliderContent, .s3sliderImage span {
	width:502px;
}	
#s3slider, #s3sliderContent img {
	height:322px;
}
#s3sliderContent img { 
	width:502px; /* o 2 mniejsze */
}
.s3sliderImage span {
	font-size:9px;
	padding: 15px 10px;
}	
#home_square2 {
	height: 104px;
	width: 504px;
	margin: 0 auto;
	margin-top: 10px;
}
#home_square2 .square1 {
	width: 119px !important;
	height: 104px !important;
	opacity: 1;
	margin-right: 9px;	
}
#home_square2 .square1 div {
	margin: 70px 0px 0px 0px;
	opacity: 1;
	height: 30px;
	padding: 2px;
	width: 115px;
}
#home_square2 .square1:nth-child(4) {
	margin-right: 0px;	

}
/* strona główna: slider zerowy */
#strona-glowna.slider0 {
	margin-left: 168px;
	width: *;
}
#slides li .container {
	margin: 0px;
	height: 104px;
	bottom: 56px;
	left: 28px;
	width: 442px;
	padding-left: 3px;
	padding-top: 0px;
}
#slides li .container p {
	margin-top: 0px;
	padding: 0px 3px 0px 2px;
	width: 123px;
	font-size: 9px;
}
#slides li .container h3 {
	width: 126px;
	margin: 0px 3px 0px 1px;
	padding: 2px 0px 2px 0px;
	font-size: 10px;
}
#home_square1 {
	display: table;
	bottom: 56px;
	right: 28px;
}
#home_square1 .square1 {
	width: 99px !important;
	height: 104px  !important;
	opacity: 1
}
@keyframes square_h3_a {
    0%	{
		opacity: 1;
	}
	20% {
		opacity: 1;
		height: 30px;
		padding: 2px;
		margin: 70px 0px 0px 0px;
	}
    100% {	
		opacity: 1;
		height: 98px;
		padding: 6px 3px 0px 3px;
		margin: 0px;
	}
}
@keyframes square_h3_b {
    0% {	
		opacity: 1;
		height: 98px;
		padding: 6px 3px 0px 2px;
		margin: 0px;
	}
	80% {
		opacity: 1;
		height: 30px;
		padding: 2px;
		margin: 70px 0px 0px 0px;
	}
	100%	{
		opacity: 1;
	}
}
#home_square1 .square1 div {
	margin: 75px 0px 0px 0px;
	opacity: 1;
	height: 25px;
	padding: 2px;
	width: 95px;
}
.square1 div h3 {
	margin: 0px;
	font-size: 10px;
}
.square1 div p {
	padding: 3px;
	font-size: 9px;
}
.slides-navigation {
	top: 11px;
}
.slides-pagination {
	width: 140px;
	left: 5px;	
}
.slides-pagination a {
	border: none;
	width: 18px;  
	height: 18px;
	font-size: 14px;
	text-align: center;
	background-color: #dc352f;
	background-image: none;
}
.slides-pagination a {
	width: 18px;  
	height: 18px;
	font-size: 14px;
}
#driver_informacje .section {
	margin-top: 28px;
}
/* galeria */
.galeria-img {
	width: 158px !important;
	height: 158px !important;
}
.agaleria:hover > * > .galeria-img {
	border-radius: 84px;
}
.quickNavi-master {
	font-size: 10px;
}
.chocolat-image.col15 {
	width: 115px;
	height: 86px;
	margin: 5px;
}
.chocolat-image.col15 div {
	width: 115px;
	height: 86px;
}
.brick_row {
	width: 508px;
}
.brick1 {
	width: 120px;
	height: 120px;
	margin: 3px;
}
.brick_title {
	width: 114px;
	padding: 3px;
	height: 11px;
}	
@-webkit-keyframes brick_hover1 {
	from {
		width: 78px;
		height: 2px;
		margin-left: -39px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 120px;
		height: 103px;
		margin-left: -60px;
		margin-top: -60px;
		background: rgba(0,0,0,0.5);
	}
}
@-moz-keyframes brick_hover1 {
	from {
		width: 78px;
		height: 2px;
		margin-left: -39px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 120px;
		height: 103px;
		margin-left: -60px;
		margin-top: -60px;
		background: rgba(0,0,0,0.5);
	}  
}
@-o-keyframes brick_hover1 {
	from {
		width: 78px;
		height: 2px;
		margin-left: -39px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 120px;
		height: 103px;
		margin-left: -60px;
		margin-top: -60px;
		background: rgba(0,0,0,0.5);
	}  
}
@keyframes brick_hover1 {
    from {
		width: 78px;
		height: 2px;
		margin-left: -39px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
    to {	
		width: 120px;
		height: 103px;
		margin-left: -60px;
		margin-top: -60px;
		background: rgba(0,0,0,0.5);
	}
}
@-webkit-keyframes brick_hover2 {
    from {	
		width: 120px;
		height: 103px;
		margin-left: -60px;
		margin-top: -60px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 78px;
		height: 2px;
		margin-left: -39px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
}
@-moz-keyframes brick_hover2 {
    from {	
		width: 120px;
		height: 103px;
		margin-left: -60px;
		margin-top: -60px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 78px;
		height: 2px;
		margin-left: -39px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
}
@-o-keyframes brick_hover2 {
    from {	
		width: 120px;
		height: 103px;
		margin-left: -60px;
		margin-top: -60px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 78px;
		height: 2px;
		margin-left: -39px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	} 
}
@keyframes brick_hover2 {
    from {	
		width: 120px;
		height: 103px;
		margin-left: -60px;
		margin-top: -60px;
		background: rgba(0,0,0,0.5);
	}
	to {
		width: 78px;
		height: 2px;
		margin-left: -39px;
		margin-top: -1px;
		background: rgba(0,0,0,0);	
	}
}
.brick_hover {
	width: 78px;
	height: 2px;
	margin-left: -39px;
	margin-top: -1px;
}
.brick_hover a {
	font-size: 11px;
}	
/* blog */
#blog h2 {
	position: relative;
	width: 504px;
	margin: 0 auto;
	top: 0px;
	z-index: 9998;
	left: 84px;
}
.immersive_slider {
	width: 508px;
	left: 50%;
	margin-left: -168px;
	height: 298px;	
}
#blog > .main {
	height: 466px;
}	
#blog .main .page_container {
	margin-top: 74px;
}	
#blog .col3 {
	height: 235px;
}
#blog .content {
	position: relative;
	left: -84px;
}
#blog .content a {
	float: right;
}
#blog .slide {
	width: 650px;
}
#blog .image img {
	top: 56px;
	left: 44px;
	width: 190px;
	height: 142px;
}
.is-prev, .is-next {
	padding-bottom: 18px;
	font-size: 18px;
	width: 15px;
}
/* kontakt */
input.col3, textarea.col3 {
	height: 20px;
	margin: 5px 0px 5px 0px;
	width: 231px;
}
input.col3  {
	padding: 0px 5px 0px 5px;
}
textarea.col3 {
	padding: 5px;
	height: 47px;
}
button.col15 {
	padding: 0px;
	margin: 0px 0px 3px 0px;
	width: 121px;
	height: 25px;
}	
.realperson-challenge {
	padding: 3px 0px 25px 0px;
	color: black;
	height: 19px;
	
}
.error { 
	border: 2px solid red;
	width: 231px;
}
/* lokalizacja */
#driver_lokalizacja .section {
	height: 336px;
	margin-left: 168px;
}
#driver_lokalizacja h2 {
	margin-left: -168px;
	width: 504px;
}
/* stopka */
#footer {
	border-top: 2px solid #dc342f;
	margin-left: 168px;
}
#footer .row {
	width: 504px;
}
h4.tag {
	font-size: 9px;
	padding: 5px 2px 2px 6px;
	margin: 2px;
}
a.tag {
	font-size: 9px;
	padding: 4px;
	margin: 1px;
}
.up {
	bottom: 2px;
	right: 2px;
	width: 32px;
	height: 29px;
	padding-top: 3px;
	font-size: 16px;
}
#container3 {
	margin-left: 168px;
	width: *;
}
#container3 .section {
	width: 504px;
	margin: 0 auto;
}
#pozostale_art {
	width: 162px;
	padding-left: 6px;
}
.mobile {
	display: none;
}
}
@media (min-width: 768px) {
	#menu_container {
		position: fixed;
		top: 0px;
		left: 0px;
	}
	#menu {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 9998;	
	}
	#menu_in a {
		animation-name: menu_a1;
		animation-duration: 1s;
		animation-fill-mode: forwards;
	}
	#menu_in a:hover {
		animation-name: menu_a2;
		animation-duration: 1s;
		animation-fill-mode: forwards;
	}
	
	.brick1:hover > .brick_hover.animate_on {
		animation-name: brick_hover1;
		animation-duration: 1s;
		animation-fill-mode: forwards;
	}
	.brick1 > .brick_hover.animate_on {
		animation-name: brick_hover2;
		animation-duration: 1s;
		animation-fill-mode: forwards;
	}
	
	#social a:hover {
		animation-name: social;
		animation-duration: 1s;
	}
	a.tag {
		color: #FFFFFF !important;
		animation-name: tag1;
		animation-duration: 1s;
		animation-fill-mode: forwards;
	}
	a.tag:hover { 	
		animation-name: tag2;
		animation-duration: 1s;
		animation-fill-mode: forwards;
		color: #FFFFFF !important;
	}
	#social a img {
		animation-name: social;
		animation-duration: 1s;
	}
}



@media (max-width: 767px) {
html, body, input[type="text"], select, textarea, button, a, div, ul, li, p, span  {
	font-size: 11px;
}
h2 {
	padding-top: 2px;
	height: 22px;
	background-size: 320px 40px;
	font-size: 18px;
	margin-bottom: 4px;
}
h3 {
	font-size: 14px;
	text-align: center;
}
h4 {
	font-weight: 11px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
a.read_more {
	padding-top: 6px;
}
.driver:not(#driver_strona-glowna) {
	padding-top: 60px;
}
.section:not(.not){
	width: 320px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.section:nth-child(1){
	margin-top: 0px;
}
.section:not(#strona-glowna){
	padding-top: 8px;
	padding-bottom: 60px;
}
.sectionM {
	height: 0px;
}
.col6 {
	width: 320px;
	min-height: 21px;
}
.out-col6 {
	width: 308px;
	min-height: 21px;
	padding: 6px;
}
.col4 {
	width: 320px;
	min-height: 21px;
}
.out-col4 {
	width: 308px;
	min-height: 21px;
	padding: 6px;
}
.col3 {
	width: 320px;
	min-height: 21px;
}
.out-col3 {
	width: 308px;
	min-height: 21px;
	margin: 6px;
}
.col2 {
	width: 160px;
	min-height: 21px;
}
.out-col2 {
	width: 148px;
	padding: 6px;
}
.col15 {
	width: 160px;
	min-height: 21px;
}	
.out-col15 {
	width: 148px;
	padding: 6px;
}
.in-col15 {
	width: 148px;
	margin: 6px;
}	
.col1 {
	width: 84px;
	min-height: 21px;
}
.out-col1 {
	width: 148px;
	padding: 6px;
	min-height: 21px;
}
.row {
	width: 320px;
}
.row2 {
	height: 42px;
}

#strona-glowna {
	height: 680px;
	width: 320px;
}
#home_square1, #home_square2 {
	position: absolute;
	height: 480px;
	width: 160px;
	left: 50%;
	margin-left: 0px;
	top: 130px;
}
#logo {
	position: absolute;
	width: 300px;
	top: 30px;
	left: 50%;
	margin-left: -150px;
}
#menu {
	position: absolute;	
	width: 160px;
	left: 50%;
	margin-left: -160px;
	top: 130px;
	z-index: 9999;
	display: none;
}
#menu_container {
	position: static !important;
	width: 160px;
}
#menu_in {
	display: block !important;
	width: 160px;
}
#menu_head img {
	display: none;
}
#menu_head span {
	display: none;
}
#menu_in a {
	background-image: url('icon/icon-repair.png');
	background-size: 21px 21px;
	background-position: 3px 6px; 
	height: 21px;
	font-size: 13px;
	width: 140px;
	margin: 5px;
	padding: 10px 5px 5px 5px;
}
#menu_in a:hover, #social a:hover {
	background-color: #0baeef;
}
#lang {
	width: 160px;
	height: 13px;
	padding: 8px 0px 8px 0px;
	margin-bottom: 11px;
}
a.lang { 
	float: left;
}
#lang .lang img {
	margin: 0px 4px 0px 4px;
	padding: 1px;
	border: 1px solid black;
	width: 28px;
}
#lang .lang img:hover {
	border: 1px solid red;
}
#social_menu {
	margin-top: 10px;
	bottom: 0px;
	position: static;
	width: 160px;
}	
#social a {
	width: 33px;
	height: 33px;
	padding: 1px;
	margin-right: 5px;
}
#social a img {
	width: 33px;
	height: 33px;
}
#menu2 {
	display: none;
	position: fixed !important;	
	width: 100%;
	bottom: 0px;
	z-index: 99999;
	background: #dc342f;
	height: 50px;
	top: 0px;
}
#menu_in2 {
	display: none;
	width: 320px;
	margin: 0 auto;
}
#menu_head2  {
	width: 100%;
	background: #dc342f;
}
#menu_head2 div {
	width: 320px;
	margin: 0 auto;
}
#menu_head2 img {
	display: block;
	height: 36px;
	margin: 7px 10px 7px 100px;
	float: left;
}
#menu_head2 span {
	display: block;
	padding-top: 8px;
	font-size: 30px;
	font-weight: bold;
	color: white;
	float: left;
}
#menu_in2 {
	background: #dc342f;
}	
#menu_in2 a {
	background-image: url('icon/icon-repair.png');
	background-size: 32px 32px;
	background-position: 3px 6px; 
	height: 26px;
	font-size: 15px;
	width: 300px;
	margin: 0px 5px 2px 5px;
	padding: 12px 5px 5px 5px;
}
#menu_in2 a:hover {
	background-color: #0baeef;
}	
.square1 {
	margin: 5px 5px 5px 5px !important;
	height: 110px !important;
	width: 150px !important;
	float: left;
}
.square1 div {
	opacity: 1;
	margin: 70px 0px 0px 0px;
	height: 23px;
	padding: 12px 5px 5px 5px;
	width: 140px;
}
.square1 div h3 {
	margin: 0px;
	font-size: 12px;
}
.square1 div p {
	display: none;
}
#driver_informacje .section {
	margin-top: 0px;
}
/* galeria */
#galeria p {
	display: none;
}
.galeria-img {
	width: 150px !important;
	height: 150px !important;
}
.agaleria:hover > * > .galeria-img {
	border-radius: 75px;
}
.quickNavi-next-div, .quickNavi-prev-div {
	display: none;
}	
.quickNavi-master {
	font-size: 10px;
}
.chocolat-image.col15 {
	width: 150px;
	height: 112px;
	margin: 5px;
}
.chocolat-image.col15 div {
	width: 150px;
	height: 112px;
}
.brick_row {
	width: 320px;
}
.brick1 {
	width: 150px;
	height: 150px;
	margin: 5px;
	position: relative;
}
.brick_title {
	width: 140px;
	padding: 8px 5px 5px 5px;
	height: 17px;
}	
.brick_hover a {
	display: block;
	font-size: 15px;
	width: 110px;
	height: 30px;
	padding: 15px 5px 15px 5px;
	margin-left: -60px;
	margin-top: -50px;
	vertical-align: middle;
}	
/* blog */
#blog h2 {
	position: relative;
	width: 320px;
	margin: 0 auto;
	z-index: 9998;
}
.immersive_slider {
	width: 320px;
	left: 50%;
	margin-left: -160px;
	height: 650px;	
}
#blog > .main {
	height: 710px;
}	
#blog .main .page_container {
	margin-top: 40px;
}	
#blog .content {
	top: 100px;
	position: relative;
	left: -270px;
}
#blog .content a {
	float: right;
	padding: 10px;
}
#blog .slide {
	width: 640px;
}
#blog .image img {
	top: 40px;
	left: 40px;
	width: 240px;
	height: 180px;
}
#blog .image img {
	top: 40px;
	left: 40px;
	width: 240px;
	height: 180px;
}
.is-prev, .is-next {
	padding-bottom: 18px;
	font-size: 18px;
	width: 15px;
}
#cennik img.out-col2  {
	width: 320px;
}
.col2.left.mobile {
	margin: 15px 0px 15px 0px;
}
/* kontakt */
input.col3, textarea.col3 {
	height: 35px;
	margin: 5px 0px 5px 0px;
	width: 310px;
}
input.col3  {
	padding: 0px 5px 0px 5px;
}
textarea.col3 {
	padding: 5px;
	height: 60px;
}
button.col15 {
	display: block;
	padding: 5px;
	margin: 0 auto;
	width: 310px;
	height: 35px;
}	
.realperson-challenge {
	padding: 3px 0px 25px 0px;
	color: black;
	height: 19px;
	
}
.error { 
	border: 2px solid red;
	width: 316px;
}
/* lokalizacja */
#driver_lokalizacja .section {
	height: 500px;
	border-bottom: none;
}
#driver_lokalizacja h2 {
	margin-left: -160px;
	width: 320px;
}
/* stopka */
#footer {
	border-top: 2px solid #dc342f;
	padding-top: 30px;
}
#footer .row {
	width: 320px;
}
h4.tag {
	font-size: 14px;
	padding: 5px 2px 2px 6px;
	margin: 2px;
}
a.tag {
	font-size: 12px;
	padding: 6px;
	margin: 1px;
	background: #dc342f;
}
a.tag:hover {
	background: #0baeef;
}
.up {
	bottom: 2px;
	right: 2px;
	width: 50px;
	height: 45px;
	padding-top: 5px;
	font-size: 25px;
}
#container3 {
	margin-top: 60px;
	margin-bottom: 30px;
	width: *;
}
#container3 .section {
	width: 320px;
	margin: 0 auto;
}
#pozostale_art {
	width: 300px;
	padding: 5px 5px 5px 15px;
}
.computer {
	display: none;
}
}