body{
	margin:0;
	font-family: 'Lato', sans-serif;
	padding:0;
}

*, *:focus, *:hover{
	outline:none!important;
}

a{
	text-decoration:none!important;
	cursor:pointer;
}

.breadcrumbs{
	float:left;
	background-color: #d2d9e4!important;
	line-height:50px;
}

a.noStyle, a.noStyle:hover, a.noStyle:focus, a.noStyle:active{
	text-decoration:none;
}

h5.validate{
	color:#c61840;
	font-size:11px;
	font-weight:400;
	margin:0 0 0 0;
	position:relative;
	clear:both;
	text-transform:uppercase;
}

p.required, #contactModal p.required{
	color:#aaa;
	font-size:13px;
	padding-left:15px;
	margin-bottom:20px;
}

.starRequired{
	position:relative;
	color:#aaa;
	top:6px;
	font-size:19px;
	padding-right:20px;
}

.clearBoth{
	display:block;
	clear:both;
}

	
.select2{
	width:100%!important;
	max-width:100%!important;
}


section#slider{
	width:100%;
	min-height:600px;
	padding:70px 0;
	float:left;
	background:url("../images/slide.jpg");
	background-size:cover;
	background-position:center 0;
	position:relative;
}

section#slider-zestawienie{
	width:100%;
	float:left;
	padding:80px 0 100px 0;
	background-color:#adb4be;
}

section#slider:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.1);
}

section#slider #sliderInside, section#slider-zestawienie #sliderInside{
    padding:0 15px;
}

section#slider-zestawienie #resultCars{
    margin-left:0;
    margin-right:0;
}

section#slider h2{
	font-size: 56px;
	font-weight:900;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.338;
	text-align: left;
	margin-bottom:0;
}

section#slider form{
	margin-top:20px;
}

section#slider h3, section#slider-zestawienie h3{
	font-size:33px;
	color: rgb(255, 255, 255);
}

section#slider label, section#slider-zestawienie label{
	font-size: 17px;
	color: rgb(225, 225, 225);
	line-height: 0.481;
	text-align: left;
	margin-bottom:15px;
	display:block;
}

.checkBoxFormularz{
	position:relative;
}

.checkBoxFormularz:before{
	content: "*";
    position: absolute;
    top: 9px;
    left: 0px;
    font-size: 21px;
	font-weight:300;
    color: #aaa;
}

section#slider-zestawienie .buttonBox{
	float:right;
	margin-top:22px;
}

section#slider-zestawienie .buttonBox button#searchCar{
	width:360px;
}

section#slider .eachFormBox, section#slider-zestawienie .eachFormBox{
	padding-right:8px;
}

section#slider .eachFormBox1, section#slider-zestawienie .eachFormBox1{
    padding-left:15px;
}

section#slider .eachFormBox4, section#slider-zestawienie .eachFormBox4{
    padding-right:15px;
}

section#slider .eachFormBoxInside.first, section#slider-zestawienie .eachFormBoxInside.first{
	padding-right:0;
}

section#slider .eachFormBoxInside.second, section#slider-zestawienie .eachFormBoxInside.second{
	padding-left:0;
}

section#slider #eachFormBox4, section#slider-zestawienie #eachFormBox4{
	padding-right:15px;
}

section#slider button#searchCar, section#slider-zestawienie button#searchCar{
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display:block;
  margin:40px auto;
  outline:none;
  border:0;
  width:330px;
  font-size:19px;
  max-width:100%;
  height: 48px;
  cursor:pointer;
  color:#fff;
  position:relative;
  background:url("../images/shadowbtt.png") no-repeat;
  background-size:100% 100%;
}


section#slider button#searchCar span, section#slider-zestawienie button#searchCar span{
	position:relative;
	z-index:7;
}

section#slider button#searchCar:before, section#slider-zestawienie button#searchCar:before{
	content:"";
	background:url("../images/carbtt.png") no-repeat;
	position:absolute;
	height:48px;
	width:150px;
	right:0;
	top:0;
	z-index:3;
}

section#slider button#searchCar i, section#slider-zestawienie button#searchCar i{
	margin-right:3px;
}

#resultCars{
	margin-top:50px;
}

#resultCars .eachResultCarParent{
	margin-bottom:50px;
	cursor:pointer;
}

#resultCars .eachResultCarFullWidth{
	margin-bottom:50px;
	cursor:pointer;
	background-color:#fff;
	padding-left:0;
	padding-right:0;
}

#resultCars .eachResultCarFullWidth .descriptionBox{
    position:relative;
}

#resultCars .eachResultCarFullWidth .descriptionBox .title{
    padding-left: 20px;
}

#resultCars .eachResultCarFullWidth .descriptionBox .eachDetailsInside{
	padding-left:0;
	width:25%;
	padding-right:0;
	margin-top:30px;
	float:left;
}

#resultCars .eachResultCarFullWidth .descriptionBox .titleOfEachDetail{
	font-size: 13px;
    color: rgb(170, 170, 170);
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
}

#resultCars .eachResultCarFullWidth .descriptionBox .resultOfEachDetail{
    font-size: 16px;
    color: rgb(86, 86, 86);
    text-align: left;	
}
	
#resultCars .eachResultCarFullWidth .descriptionBox .title .titleInside{
    font-size: 30px;
    color: rgb(87, 87, 87);
    text-transform: uppercase;
    line-height: 1.192;
	white-space:normal;
    text-align: left;
	font-weight:700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 24px;
    margin: 25px 0;
}

#resultCars .eachResultCarFullWidth .descriptionBox .details{
	text-align:right;
}

#resultCars .eachResultCarFullWidth .descriptionBox .details .price{
    font-size: 30px;
	font-weight:900;
	padding-right:30px;
	margin:35px 0;
    line-height: 24px;
	color:rgb(86, 86, 86);
    max-height: 24px;
}

.eachResultCar .imageBox img{
	width:100%;
}

#resultCars .eachResultCar .descriptionBox{
	background-color:#fff;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

#resultCars .eachResultCar .descriptionBox .details{
	position:relative;
}

#resultCars .eachResultCar .descriptionBox .title{
	font-size: 21px;
	color: rgb(87, 87, 87);
	text-transform: uppercase;
	line-height: 1.192;
	text-align: left;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 24px;        /* fallback */
   max-height: 48px;       /* fallback */
   margin:15px 0;
   padding-left:20px;
}

#resultCars .eachResultCar .descriptionBox .price{
	font-weight:900;
	text-align:right;
	font-size:24px;
	padding-top:10px;
	padding-bottom:10px;
	color: rgb(86, 86, 86);
	text-transform: uppercase;
	float:left;
	padding-right:15px;
	width:100%;
}

#resultCars .eachResultCar .descriptionBox .rocznikPrzebieg{
	font-size: 13px;
	color: rgb(86, 86, 86);
	line-height: 0.821;
	text-align:right;
	padding:10px 15px 10px 0;
	float:left;
	width:100%;
	position:relative;
}

#resultCars .eachResultCar .descriptionBox .rocznikPrzebieg .rocznik{
	padding-right:10px;
}

#resultCars .eachResultCar .descriptionBox .rocznikPrzebieg .przebieg{
	padding-left:10px;
}

section#slider #searchMoreResultsButton{
	text-align:center;
	color:#fff;
	border:1px solid #fff;
	outline:none;
	background-color:transparent;
	padding:5px 30px;
	text-transform:uppercase;
	display:block;
	margin:auto;
	cursor:pointer;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
}

section#slider #searchMoreResultsButton:hover{
	background-color:#fff;
	color:#333;
}

section#section1{
	float:left;
	width:100%;
	padding:70px 0;
}

section h1{
	font-weight:900;
}

section#section1 h2{
	text-transform:uppercase;
	text-align:center;
	font-size: 48px;
	font-weight:700;
	color: rgb(7, 7, 7);
}

section#slider h2, section#slider h3, section#slider-zestawienie h3, #resultCars, .eachFormBox, section#slider #searchMoreResultsButton, #resultCarList, section#slider button#searchCar, section#slider-zestawienie button#searchCar{
	opacity:0;
	visibility:hidden;
	transition:1.2s ease;
	-webkit-transition:1.2s ease;
	-moz-transition:1.2s ease;
	-o-transition:1.2s ease;
}

section#slider h2{
	transition-delay:0.1s;
	-webkit-transition-delay:0.1s;
	-moz-transition-delay:0.1s;
	-o-transition-delay:0.1s;
}

section#slider h3, section#slider-zestawienie h3{
	transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-moz-transition-delay:0.3s;
	-o-transition-delay:0.3s;
}

.eachFormBox, section#slider button#searchCar, section#slider #searchMoreResultsButton, section#slider-zestawienie button#searchCar{
	transition-delay:0.5s;
	-webkit-transition-delay:0.5s;
	-moz-transition-delay:0.5s;
	-o-transition-delay:0.5s;
}

#resultCars, #resultCarList{
	transition-delay:0.7s;
	-webkit-transition-delay:0.7s;
	-moz-transition-delay:0.7s;
	-o-transition-delay:0.7s;
}

section#slider #searchMoreResultsButton{
	transition-delay:0.9s;
	-webkit-transition-delay:0.9s;
	-moz-transition-delay:0.9s;
	-o-transition-delay:0.9s;
}

.eachDlaczegoMyBox{
	transition:transform 0.3s ease;
	-webkit-transition:transform 0.3s ease;
	-moz-transition:transform 0.3s ease;
	-o-transition:transform 0.3s ease;
}

.eachDlaczegoMyBox:hover{
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
}

section#section1 .eachDlaczegoMyBox h3{
	text-align:center;
	padding:0 15px;
	margin-top:-30px;
	font-size:30px;
	color: rgb(95, 95, 95);
	line-height: 1.1;
}

section#slider-zestawienie #pagination{
	width:100%;
	float:left;
	text-align:center;
}

section#slider-zestawienie #pagination #prevPagination{
	float:left;
}

section#slider-zestawienie #pagination #nextPagination{
	float:right;
}

section#slider-zestawienie #allPaginations{
	display:inline-block;
}

section#slider-zestawienie #pagination #nextPagination, section#slider-zestawienie #pagination #prevPagination{
	padding:6px 12px;
	background-color:#ddd;
	color:#000;
	cursor:pointer;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	font-size:15px;
}

#detailsSzczegolySamochoduParent{
	background-color:#eee;
}

section#slider-zestawienie #pagination #nextPagination:hover, section#slider-zestawienie #pagination #prevPagination:hover{
	background-color:#ccc;
}

section#slider-zestawienie #pagination .eachPagination{
	float:left;
	background-color:#fff;
	color:#000;
	padding:5px 12px;
	cursor:pointer;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	border-right:1px solid #ccc;
}

section#slider-zestawienie #pagination .eachPagination:last-child{
	border-right:0;
}

section#slider-zestawienie #pagination .eachPagination:hover{
	background-color:#eee;
}

section#slider-zestawienie #pagination .eachPaginationActive{
	color:#fff;
}


section#section1 .eachDlaczegoMyBox .imageBox{
	width:100%;
	float:left;
	text-align:center;
}

section#section1 .eachDlaczegoMyBox img{
	margin:auto;
	display:block;
	width:100%;
	max-width:100%;
}

section#section2{
	background-color:rgb(242, 242, 242);
	float:left;
	width:100%;
	padding:70px 0;
}

section#section2 h2{
	text-align:center;
	text-transform:uppercase;
	font-size: 48px;
	color: rgb(3, 3, 3);
	font-weight:700;
	text-transform: uppercase;
	margin-bottom:40px;
}

section#section2 h3{
	font-size: 26px;
	color: rgb(3, 3, 3);
	text-align: center;
	margin-top:40px;
	margin-bottom:20px;
}

section#section2 p{
	text-align:center;
	color:rgb(35, 35, 35);
}

section#kontakt2 .h2{
	text-align:center;
}

@media (min-width:992px) and (max-width:1060px){

	.firstTypeOfHeading {
		width:25%;
		margin-bottom:20px;
	}

	.secondTypeOfHeading{
		width:50%;
		margin-bottom:20px;
	}

}

section#section2 a#seeMore{
	width:240px;
	padding:5px;
	text-align:center;
	outline:none;
	border:1px solid #000;
	color:#000;
	text-transform:uppercase;
	font-size:16px;
	display:block;
	margin:30px auto;
	background:transparent;
	cursor:pointer;
	transition:.3s ease;
	-webkit-transition:.3s ease;
	-moz-transition:.3s ease;
	-o-transition:.3s ease;
}

section#section2 a#seeMore:hover{
	background-color:#000;
	color:#fff;
}

footer#footer{
	float:left;
	width:100%;
	background-color:#000;
	padding:70px 0;
}

footer#footer h3{
	font-size: 24px;
	color: rgba(242, 242, 242, .9);
	text-align: center;
}

footer#footer #footerNav{
	text-align:center;
	margin:40px 0 60px 0;
}


footer#footer #footerNav a{
	margin:0 30px;
	position:relative;
	color: rgba(242, 242, 242, .65);
	font-size:19px;
	font-weight:300;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
}

footer#footer #footerNav a.footerA.lastChildFooterA{
	margin-right:0!important;
}

footer#footer #footerNav a:hover{
	color:#fff;
}

footer#footer p#copy{
	color: rgba(242, 242, 242, .35);
	font-size:19px;
	font-weight:300;
	text-align:center;
}

footer#footer2{
	float:left;
	width:100%;
	padding:30px 0 100px 0;
	background-color:#fff;
	text-align:center;
}

footer#footer2 p{
	color:rgb(161, 161, 161);
	font-weight:300;
	font-size:19px;
	margin-bottom:15px;
}

.modal-open .modal{
	background-color:#24282d;
	opacity:1;
}

#contactModalInside .modal-content{
	background-color:transparent;
	border:0;
	margin:50px 0;
}

#contactModalInside .modal-content h1{
	text-transform:uppercase;
	font-size: 44px;
	color: rgb(255, 255, 255);
	line-height: 1;
	font-weight:700;
	text-align: left;
}

#contactModalInside .modal-content #exitModal{
	height:45px;
	width:45px;
	background-color:#fff;
	position:absolute;
	right:15px;
	top:0px;
	cursor:pointer;
	color:#24282d;
	text-align:center;
	font-size:36px;
	line-height:42px;
}

#table table.table thead th{
    text-align: center;
    padding: 20px 0;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
	border-bottom:1px solid rgba(128, 128, 128, .1);
	border-right:1px solid rgba(128, 128, 128, .1);
}

#table table.table th{
	border-top:0;
}

#table table.table thead th:last-child{
	border-right:0;
}

#table table.table tbody td{
    text-align: center;
    padding: 25px 0;
    color: rgb(128, 128, 128);
    border-top: 1px solid rgba(128, 128, 128, .1);
    border-right: 1px solid rgba(128, 128, 128, .1);
    font-size: 18px;
    font-weight: 300;
}

#table table.table tbody td:last-child{
	border-right:0;
}

form#sendRequest, form#sendRequest1{
	margin-top:40px;
}

form#sendRequest .eachInputBox, form#sendRequest1 .eachInputBox{
	position:relative;
	margin-bottom:30px;
}

form#sendRequest .eachInputBox:before, form#sendRequest1 .eachInputBox:before{
	content:"*";
	position:absolute;
	top:12px;
	left:0px;
	font-size:21px;
	font-weight:300;
	color:#aaa;
}

form#sendRequest1 .eachInputBox:before{
	color:#e5e5e5
}

form#sendRequest .eachInputBox input, form#sendRequest1 .eachInputBox input{
	background-color:transparent;
	border-radius:0;
	border-width: 1px;
	border-color: rgba(255, 255, 255, .4);
	border-style: solid;
	font-size:15px;
	padding-top:12px;
	color:#999;
	padding-bottom:12px;
}

form#sendRequest1 .eachInputBox input{
	color:#e5e5e5;
}


form#sendRequest .eachTextAreaBox:before, form#sendRequest1 .eachTextAreaBox:before{
	content:"*";
	position:absolute;
	top:23px;
	left:0px;
	font-size:19px;
	color:#aaa;
}

 form#sendRequest1 .eachTextAreaBox:before{
	color:#e5e5e5;
	top:23px;
 }

form#sendRequest1 #wiadomosc1, 
#contactModal form#sendRequest #wiadomosc{
	background-color:transparent;
	border-radius:0;
	border-width: 1px;
	border-color: rgba(255, 255, 255, .4);
	border-style: solid;
	font-size:15px;
	height:250px;
	color:#999;
	margin-top:0;
	margin-bottom:8px;
}

form#sendRequest1 #wiadomosc1{
	color:#e5e5e5;
}

form#sendRequest .error input, 
form#sendRequest1 .error input, 
form#sendRequest .error textarea,  
form#sendRequest1 .error textarea,  
form#sendRequest .error input[type="checkbox"]:not(:checked) + label:before,
form#sendRequest1 .error input[type="checkbox"]:not(:checked) + label:before{
	border-color:rgb(235, 50, 14)!important;
}

form#sendRequest .error:before,
form#sendRequest1 .error:before{
	color:rgb(235, 50, 14)!important;
}

.errorColor *, .errorColor{
	color:rgb(235, 50, 14)!important;
}

form#sendRequest1 .regulaminText span, 
#contactModal form#sendRequest .regulaminText span{
	color:#777;
	line-height:1.1;
	font-size:15px;
	display:inline-block;
}

form#sendRequest1 .regulaminText span{
	color:#e5e5e5;
}

label#regulaminLabel1, label#regulaminLabel{
	height:42px;
	width:42px;
}

form#sendRequest #sendRequestButton, 
form#sendRequest1 #sendRequestButton1{
	width:350px;
	float:right;
	background-color: rgb(255, 255, 255);
	height: 70px;
	font-size: 19px;
	color: rgb(7, 7, 7);
	text-align: center;
	cursor:pointer;
	line-height:70px;
	font-weight:700;
	outline:none;
	border:0;
}

/* KONTAKT.CSS */
section#kontakt1{
	float:left;
	width:100%;
	padding:70px 0;
	background-color:rgb(174, 180, 189);
}

section#kontakt1 h2{
	text-transform:uppercase;
	text-align:left;
	font-size: 48px;
	color: rgb(255, 255, 255);
	font-weight:900;
}

section#kontakt2{
	float:left;
	width:100%;
	padding:70px 0;
	background-color:rgb(0, 0, 0);
}

section#kontakt2 .h2{
	font-size: 40px;
	font-weight:700;
	color: rgb(174, 180, 189);
	font-weight:300;
}

section#kontakt2 .h2 span{
	padding-right:30px;
}

footer#footer #wyslijZapytanie{
	display:block;
	margin:45px auto 30px;
	outline:none!important;
	background-color:transparent;
	border:1px solid #ccc;
	text-transform:uppercase;
	text-align:center;
	color:#ccc;
	cursor:pointer;
	font-size:14px;
	transition:0.3s ease;
	-o-transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	padding:8px 40px;
}

footer#footer #wyslijZapytanie:hover{
	background-color:#ccc;
	color:#000;
}

button#wyslijZapytanieKontakt{
	font-size:20px;
	color:#000;
	background-color:#fff;
	text-align:center;
	padding:22px 45px;
	font-weight:400;
    width:100%;
	cursor:pointer;
	top:-10px;
	float:right;
	outline:none;
	border:0;
	position:relative;
}

section#kontakt2 .h2 .secondTypeOfHeading{
	font-weight:400;
	color:#fff;
}

.hidden{
    display:none!important;
}

section#kontakt2 h3{
  font-size: 48px;
  word-spacing:10px;
  margin-top:30px;
  color: rgb(0, 0, 0);
  text-align: center;
}

section#kontakt3{
	float:left;
	width:100%;
	padding:70px 0;
	background-color:rgb(174, 180, 189);
}

section#kontakt3 h1{
	font-size: 44px;
	font-weight:700;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-align: center;
}

section#kontakt3 form#sendRequest .eachInputBox input, form#sendRequest #wiadomosc{
	color:#ddd;
	border-color:rgba(255, 255, 255, .7);
}

form#sendRequest .eachInputBox:before, p.required, .starRequired, form#sendRequest .regulaminText span{
	color:#aaa;
}


section#kontakt4{
	float:left;
	width:100%;
	padding:70px 0 0 0;
	background-color:rgb(243, 244, 245);
}

section#kontakt4 h2{
	font-size: 48px;
	color: rgb(7, 7, 7);
	text-transform: uppercase;
	text-align: center;
	font-weight:700;
}

section#kontakt4 #dzialTechnicznyInsde{
	margin:85px -15px;
}

section#kontakt4 #dzialTechnicznyInsde .eachDzial{
	padding:0 15px;
	margin-bottom:75px;
}

section#kontakt4 #dzialTechnicznyInsde img{
	margin-bottom:40px;
}

section#kontakt4 #dzialTechnicznyInsde h3{
	font-size: 21px;
	color: rgb(7, 7, 7);
	line-height: 1.286;
	text-align: center;
	font-weight:700;
}

section#kontakt4 #dzialTechnicznyInsde span.title{
	color:#aaa;
	font-size:16px;
	font-weight:300;
	line-height:1;
	display:block;
	text-align:center;
}

section#kontakt4 #dzialTechnicznyInsde div.opis{
	text-align:center;
	font-size:17px;
	font-weight:700;
	margin-bottom:8px;
	color:#000;
}


section#kontakt5{
	float:left;
	width:100%;
	background-color:#fff;
	position:relative;
}

section#kontakt5 #daneFirmy{
	padding:70px 15px;
	text-align:center;
}

section#kontakt5 #daneFirmy h2{
	font-size:48px;
	text-transform:uppercase;
	font-weight:700;
	color:#000;
}

section#kontakt5 #daneFirmy p{
	font-size:19px;
	color: #444;
	font-weight:300;
	line-height:1.3;
	margin-bottom:0;
}

section#kontakt5 #mapa{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}



#kontakt3 [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before{
	border-color:#eee;
}

/* O NAS CSS */

section#o-nas1{
	float:left;
	width:100%;
	padding:70px 0;
	background-color:rgb(174, 180, 189);
}

section#o-nas1 h2{
	text-transform:uppercase;
	text-align:left;
	font-size: 48px;
	color: rgb(255, 255, 255);
	font-weight:900;
}

section#o-nas2, section#o-nas4, section#o-nas6{
	float:left;
	width:100%;
	padding:70px 0 90px 0;
	background-color:rgb(255, 255, 255);
}

section#o-nas2 h2, section#o-nas4 h2, section#o-nas6 h2{
	margin-bottom:50px;
	font-size:36px;
}

.uElement{
	display:inline-block;
	border-bottom:1px solid rgba(128, 128, 128, 0.5);
}

section#o-nas2 p, section#o-nas4 p, #blogEach2 p, #blogEach3 p, .eachBlog4Tekst p, section#o-nas6 p{
	font-size:18px;
	color: rgb(128, 128, 128);
	line-height: 1.267;
	font-weight:300;
	margin-bottom:30px;
}

section#o-nas4 p{
	padding-right:30px;
}

section#o-nas2 ul{
	list-style-type:square;
	padding-left:25px;
	font-size:20px;
	color: rgb(128, 128, 128);
	line-height: 1.267;
	font-weight:300;
}


section#o-nas3, section#o-nas5{
	float:left;
	width:100%;
	padding:70px 0;
	background-color:rgb(242, 242, 242);
}

section#o-nas3 h2{
	margin-bottom:40px;
	font-size:36px;
}

section#o-nas3 p{
	font-size:18px;
	color: rgb(128, 128, 128);
	line-height: 1.267;
	font-weight:300;
	margin-bottom:30px;
}

section#o-nas5 .eachCar{
	margin-bottom:50px;
}

section#o-nas6 #table h3{
	text-align:center;
	padding:20px 0;
	margin:0;
	font-size:24px;
	font-weight:500;
	border-right:1px solid rgba(128, 128, 128, .3);
}

section#o-nas6 #table .eachElement{
	text-align:center;
	float:left;
	width:100%;
	padding:25px 0;
	color:rgb(128, 128, 128);
	border-top:1px solid rgba(128, 128, 128, .3);
	border-right:1px solid rgba(128, 128, 128, .3);
	font-size:18px;
	font-weight:300;
}

section#o-nas6 #table .eachColumn{
	padding-right:0;
	padding-left:0;
}

section#o-nas6 #table .eachColumn:first-child{
	padding-left:15px;
}

section#o-nas6 #table .eachColumn:last-child{
	padding-right:15px;
}

section#o-nas6 #table .eachColumn:last-child .eachElement, section#o-nas6 #table .eachColumn:last-child h3{
	border-right:0;
}

#contactModal [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before{
	border-color:#eee;
}

@media (min-width:992px){
	section#o-nas5 .eachCar{
		padding-left:25px;
		padding-right:25px;
	}
	
}


/* samochod szczegoly */


section#szczegolySamochodu{
	float:left;
	width:100%;
	background-color:rgb(174, 180, 189);
	min-height:400px;
}

section.szczegolySamochoduReal{
	float:left;
	width:100%;
	background-color:#fff;
	padding:0 15px;
}

section.szczegolySamochoduReal.extendIt{
	padding:0;
}

section.szczegolySamochoduReal #szczegolySamochoduRealInside{
	position:relative;
	margin-top:-325px;
    padding-left:30px;
    padding-right:30px;
	padding-bottom:50px;
}

section.szczegolySamochoduReal #leftSideDetails{
    background-color:#fff;
}

section.szczegolySamochoduReal #leftSideDetails #header{
	border-bottom:1px solid #eee;
	padding:20px 15px 15px 15px;
}

section.szczegolySamochoduReal #leftSideDetails #header .title h2{
	color: rgb(87, 87, 87);
	font-weight:700;
}

section.szczegolySamochoduReal #leftSideDetails #header .price h2{
	color: rgb(86, 86, 86);
	font-weight:900;
	text-align:right;
}

section.szczegolySamochoduReal #leftSideDetails #header h2{
	margin-bottom:0;
	font-size: 34px;
	text-transform: uppercase;
}

section.szczegolySamochoduReal #leftSideDetails #subHeader{
	padding:15px 15px 7px 15px;
}

section.szczegolySamochoduReal #leftSideDetails #subHeader .eachSubHeaderDetail{
	float:left;
	padding-left:0;
}

section.szczegolySamochoduReal #leftSideDetails #subHeader .eachSubHeaderDetail .title{
	font-size: 14px;
	color: rgb(170, 170, 170);
	text-transform: uppercase;
	font-weight:500;
	text-align: left;
}

section.szczegolySamochoduReal #leftSideDetails #subHeader .eachSubHeaderDetail .result{
	font-size: 26px;
	color: rgb(86, 86, 86);
	text-align: left;
}

section.szczegolySamochoduReal #leftSideDetails #slideBox #slideBoxInside{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}

section.szczegolySamochoduReal #leftSideDetails #slideBox #slideBoxInside img{
	width:100%;
}

section.szczegolySamochoduReal #leftSideDetails #slideBox #slideBoxInside .changeSlide{
	position:absolute;
	bottom:-1px;
	background-color: rgb(237, 237, 237);
	width: 80px;
	height: 80px;
	text-align:center;
	cursor:pointer;
}

section.szczegolySamochoduReal #leftSideDetails #slideBox #slideBoxInside #prev{
	left:0;
}

section.szczegolySamochoduReal #leftSideDetails #slideBox #slideBoxInside #next{
	right:0;
}

section.szczegolySamochoduReal #leftSideDetails #slideBox #slideBoxInside .changeSlide i{
	color:rgb(174, 180, 189);
	font-size:60px;
	line-height:80px;
	position:relative;
}

section.szczegolySamochoduReal #slideBoxInfo{
	float:left;
	width:100%;
	margin-top:30px;
	margin-left:0;
	margin-right:0;
}

section.szczegolySamochoduReal #slideBoxInfo .eachInfoBox{
	margin:3px -30px;
}

section.szczegolySamochoduReal #slideBoxInfo .eachInfoBox .title{
	font-size: 17px;
	color: rgb(162, 162, 162);
	line-height: 1.407;
	text-align: left;
	font-weight:300;
}

section.szczegolySamochoduReal #slideBoxInfo .eachInfoBox .result{
	font-size: 17px;
	color: rgb(20, 20, 20);
	line-height: 1.407;
	text-align: left;
	font-weight:300;
}

section.szczegolySamochoduReal #wyposazenie{
	margin:0;
	background-color:rgb(243, 244, 245);
}

section.szczegolySamochoduReal #wyposazenie #wyposazenieInside{
	padding:70px 15px;
}

section.szczegolySamochoduReal #wyposazenie #wyposazenieInside .title{
	font-size: 20px;
	color: rgb(87, 87, 87);
	text-transform: uppercase;
	line-height: 1.033;
	text-align: left;
}

section.szczegolySamochoduReal #wyposazenie #wyposazenieInside #list{
	margin-top:35px;
	float:left;
}

section.szczegolySamochoduReal #wyposazenie #wyposazenieInside #list .eachOptionInList{
	font-size: 16px;
	color: rgb(20, 20, 20);
	line-height: 1.727;
	text-align: left;
	position:relative;
}

section.szczegolySamochoduReal #wyposazenie #wyposazenieInside #list .eachOptionInList span{
	display:inline-block;
	margin-left:20px;
}

section.szczegolySamochoduReal #wyposazenie #wyposazenieInside #list .eachOptionInList:before{
	content:"";
	width:4px;
	height:4px;
	background-color:#000;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
}

section.szczegolySamochoduReal #opis{
	margin:0;
	background-color:#fff;
}

section.szczegolySamochoduReal #opis #opisInside{
	padding:70px 15px;
}

section.szczegolySamochoduReal #opis #opisInside #opisContent{
	float:left;
	width:100%;
	margin-top:35px;
}

section.szczegolySamochoduReal .eachSlideParent{
	display:none;
    -moz-transition: -moz-transform 0.55s cubic-bezier(0.68, 0.26, 0.45, 0.77);
    -o-transition: -o-transform 0.55s cubic-bezier(0.68, 0.26, 0.45, 0.77);
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.68, 0.26, 0.45, 0.77);
    transition: transform 0.55s cubic-bezier(0.68, 0.26, 0.45, 0.77);
}

section.szczegolySamochoduReal .eachSlideActive{
	display:block;
}

section.szczegolySamochoduReal #opis #opisInside p{
	font-size: 20px;
	color: rgb(128, 128, 128);
	line-height: 1.267;
	font-weight:300;
	margin-bottom:30px;
}

section.szczegolySamochoduReal #opis #opisInside .title{
	font-size: 20px;
	color: rgb(87, 87, 87);
	text-transform: uppercase;
	line-height: 1.033;
	text-align: left;
}

section.szczegolySamochoduReal #rightSideDetails .eachSlideOption{
	position:relative;
	padding:0;
	cursor:pointer;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
}

section.szczegolySamochoduReal #rightSideDetails .eachSlideOption img{
	width:100%;
}


section.szczegolySamochoduReal #rightSideDetails .eachSlideOption:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
}

section.szczegolySamochoduReal #rightSideDetails .eachSlideOptionActive:before{
	display:none;
}


section.szczegolySamochoduReal #rightSideDetails #moreImagesSlider{
	position:relative;
	cursor:pointer;
	padding:0;
	overflow:hidden;
}

section.szczegolySamochoduReal #rightSideDetails #moreImagesSlider img{
	width:100%;
}

section.szczegolySamochoduReal #rightSideDetails #moreImagesSlider span{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	left:0;
	text-align:center;
	display:block;
	width:100%;
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 0.929;
	letter-spacing:1px;
	word-spacing:3px;
}



/* BLOG CSS */

section#blog1, #blogEach1{
	float:left;
	width:100%;
	padding:70px 0;
	background-color:rgb(174, 180, 189);
}

section#blog1 h2, #blogEach1 h2{
	text-transform:uppercase;
	text-align:left;
	font-size: 44px;
	color: rgb(255, 255, 255);
	font-weight:900;
}

section#blog2, section#blogEach2{
	float:left;
	width:100%;
	padding:70px 0;
	background-color:rgb(255, 255, 255);
}

section#blog2{
	padding-top:50px;
}

#backToTop{
	position:fixed;
	bottom:10px;
	right:10px;
	width:40px;
	height:40px;
	text-align:center;
	font-size:26px;
	z-index:99999;
	cursor:pointer;
	color:#fff;
	line-height:38px;
	background-color:#343434;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	visibility:hidden;
	opacity:0;
}

#backToTop:hover{
	background-color:#ddd;
	color:#000;
}

section#blogEach3{
	float:left;
	width:100%;
	padding:70px 0;
	background-color:#f2f2f2;
}

section#blogEach3 h3{
	margin-top:0;
	margin-bottom:25px;
}

section#blogEach3 .list{
	padding-left:30px;
	float:left;
	margin-bottom:50px;
	width:100%;
}

section#blogEach3 .list .eachOptionInList{    
	font-size: 17px;
    color: #777;
    line-height: 1.727;
    text-align: left;
    position: relative;
}

section#blogEach3 .list .eachOptionInList span {
    display: inline-block;
    margin-left: 20px;
}

section#blogEach3 .list .eachOptionInList:before {
    content: "";
    width: 4px;
    height: 4px;
	margin-top:0px;
    background-color: #888;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

section#blogEach4{
	float:left;
	width:100%;
	padding:70px 0;
	background-color:#fff;
}

section#blogEach4 h3{
	margin-top:0;
	margin-bottom:25px;
}

@media (min-width:768px){
	section#blogEach4 h3{
		line-height:30px;
		min-height:60px;
	}
}

@media (max-width:767px){
	section#blogEach4 .eachBlog4Tekst{
		margin-bottom:40px;
	}
}

a, a:hover, a:focus, a:active{
	color:inherit;
	text-decoration:none;
}

section#blog2 .eachBlog{
	padding:0;
	position:relative;
	cursor:pointer;
	margin-bottom:45px;
}

section#blog2 .eachBlog:before{
	content:"";
	opacity:0;
	position:absolute;
	z-index:3;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(255, 255, 255, 0.25);
	transition:0.5s ease;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
}

section#blog2 .eachBlog:hover:before{
	opacity:1;
}

section#blog2 .eachBlog img{
	width:100%;
}

section#blog2 .eachBlog h3{
	font-size:24px;
	padding:20px 10px;
	margin:0;
	color:#052134;
	background-color:#eee;
	font-weight:300;
}

section#blog2 .eachBlog button{
	background-color: #000;
	font-size: 13pt;
    border: none;
    float: right;
	color:#fff;
    margin-top: 20px;
    margin-right: 10px;
    padding: 10px 40px;
	outline:none;
}

.overlay{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(0, 0, 0, 0.5);
}

.overlayDark{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(0, 0, 0, 0.45);
}

.overlayHardDark{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(0, 0, 0, 0.7);
}

.parallax{
	position: absolute;
	background:url("../images/parallax1.jpeg") no-repeat;
	background-size:cover;
	background-attachment:fixed;
	width:100%;
	height:100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.parallax-container {
    position: relative;
    height: 250px;
	margin-bottom:60px;
	z-index:4;
	-webkit-clip-path: polygon(100% 0, 100% 85%, 55% 85%, 50% 100%, 45% 85%, 0 85%, 0 0);
	clip-path: polygon(100% 0, 100% 85%, 55% 85%, 50% 100%, 45% 85%, 0 85%, 0 0);
}

.parallax-container h1{
	top:35%;
	position:relative;
	transform:translateY(-35%);
	-webkit-transform:translateY(-35%);
	-ms-transform:translateY(-35%);
	margin-top:-30px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999!important;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #999!important;
}
::-moz-placeholder { /* Firefox 18- */
  color: #999!important;
}

#kontakt3 ::-webkit-input-placeholder{
	color:#e5e5e5!important;
}

#kontakt3 ::-moz-placeholder{
	color:#e5e5e5!important;
}

#kontakt3 ::-ms-input-placeholder{
	color:#e5e5e5!important;
}

#kontakt3 ::-moz-placeholder{
	color:#e5e5e5!important;
}

/* LABELS */

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	float:left;
	margin-top:4px;
	cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before, 
#contactModal [type="checkbox"]:not(:checked) + label:before,
#contactModal [type="checkbox"]:checked + label:before{
	content: '';
	position: absolute;
	left:0; 
	top: 1px;
	width: 28px;
	height: 28px;
	border: 1px solid rgb(170, 170, 170);
	background: transparent;
}


/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '';
	background-image:url("../images/check.svg");
	background-repeat:no-repeat;
	position: absolute;
	top:8px;
	width:14px;
	height:14px;
	left:8px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;

}
[type="checkbox"]:checked + label:after {
	opacity: 1;

}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
[type="checkbox"]:disabled + label {
	color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	border: 1px solid #fff;
}

/* hover style just for information */
label:hover:before {
	border: 1px solid #fff!important;
}








