@charset "utf-8";
/* CSS Document */



/* body html */

*{
	margin: 0px;
	padding: 0px;
}
a { color: #fff;
	text-decoration:none;
	
}

r { 
 color: #ff090a;
}

textarea, input { outline: none; 
}

html {
	height: 100%;
	overflow-x:hidden;
	
}
body {
	width: 100%;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	font-family: 'lato', sans-serif;
	color:#fff;
	font-size:13px;
	background-color: #fff;
	font-weight: 300;
}


.center-container-one {
	display: block;
	
	width: 970px;
	height: 680px;
	margin: 0 auto;
	
}

/* menu */
#languageflag {
	width:100px;
	height:auto;
}
	
#nav {
   margin:0px auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 999;
   }
 
#nav ul {
	padding: 20px;
   list-style:none;
   background-color:#FFF;
   }
 
#nav ul li {
	float:right;
   display:inline-block;
   line-height:34px;
   z-index: 9999;
   }
 
#nav ul li a {
   margin:10px;
   color:#0C0A0B;
   padding:4px;
   font-size:17px;
   text-decoration:none;
   }
 
#nav ul li a:hover {
	margin-top: 5px;
   border-bottom:4px #fa0001 solid;
   }
 
#nav ul li .active {
   border-bottom:4px #FFF solid;
   }

.floating-menu {	
	position:fixed;
	z-index: 9999;
	bottom: 350px;
	right: 2%;
	height: 100%;
	width: 80px;
	color: #000;
	background-color: #fff;
	
}

.logo-background {
	z-index: 9999;
	position: fixed;
	right: 2%;
	bottom: 0;
	width: 80px;
	height: 350px;
	background: #ff090a;
	overflow: hidden;
	
}
.menu-container {
	position: fixed;
	bottom:  270px;
	width: 100%;
	height: 380px;
}
.menu {
	display: block;
	width: 100%;
	height: 70px;
	background-image:url(images/micon.png);
	background-repeat:no-repeat;
	background-size: 40px;
	text-align: center;
	
	
}
.home {
	background-position: 17px 20px;
}
.onas {
	background-position: 19px -39px;
}
.oferta {
	background-position: 20px -92px;
}
.kontakt {
	background-position: 20px -156px;
}

.description {
	font-size: 42px;
	font-weight: 300;
	display: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transform:rotate(270deg); 
	-webkit-transform:rotate(270deg); 
	-moz-transform:rotate(270deg); 
	-o-transform:rotate(270deg);
	margin-top: 230px; 
}


/* image slider */

.slider {
	display:block;
	width: 100%;
	height: 100%;
	
}

.sliding-container li {
	
	display: inline-block;
}


.slider-button {
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	padding: 30px 0px;
	width: 240px;
	border: 3px solid #fff;
	color: #fff;
	font-size: 18px;
	font-weight:700;
	background-color: transparent;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;

}

.slider-button1 {
	
	
	
    
     left: 46%;
    position: absolute;
    
	opacity: 1;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
	
}

.slider-button2 {
   
  right: 46%;
    position: absolute;
	opacity: 1;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}




.slider-button:hover {
	border: none;
	width: 80px;
    background-color: transparent;
	
	
	
	
}




.slider-button:hover .slider-button1 {
   
    width: 10%;
    height: 15.3%;
    left: 46%;
    top: 0;
    border-color: white;
    border-style: solid;
    border-width: 3px 0px 0px 3px;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
	opacity: 1;
	
}

.slider-button:hover .slider-button2{
    width: 10%;
    height: 15.3%;
    right: 46%;
   top: 0;
    border-color: white;
    border-style: solid;
    border-width: 3px 3px 0px 0px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
	opacity: 1;
}

.center-container-four {
	top: 76%;
	position: absolute;
	width: 100%;
	height: 100%;
	
}


.center-container-six {
	width: 75%;
	height: 500px;
	margin: 0 auto;
	padding: 100px 0;
	    font-size: 22px;
    font-family: "lato";
    font-weight: 300;
    line-height: 34px;
	
}

.sp-left {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 49%;
	text-align: right;
	box-sizing: border-box;
	padding: 30px;
	list-style: none;
	

}

.sp-right {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 49%;
	text-align: left;
	box-sizing: border-box;
	padding: 30px;
	border-left: 3px solid #fff;
	list-style: none;
}


/* mid content */

.slogan {
	width:50%;
	height:auto;
}

.mid-container {
	display: block;
	width: 100%;
	
}

.galeria {
	display: inline-block;
	color: black;
	margin-top: 50px;
	margin-left:20%;
	font-size: 40px;
}

.mid-container-0 {
	display: inline-block;
	margin-top: 75px;
	width: 100%;
}

.lb {
	display: inline-block;
	height: 600px;	
	margin-top: 50px;

}

.lbimg {
	width: 30%;
	height: auto;
}

.lightbox-image1 {
	margin: 50px;
	width: 250px;
	height: auto;
}

.image-set {
	width: 70%;
}

.red-box {
	position: relative;
	margin: 50px 0 0 0;
	float: right;
	width: 470px;
	height: 580px;
	background-color: #ff0909;
	overflow: hidden;
}


.red-textbox{
	position: relative;
	width: 400px;
	margin: 0 auto;
	display: block;
	text-align: justify;
	font-size:22px;
	font-family: "lato";
	font-weight: 300;
	line-height: 30px;

	
}

.red-social{
	position: absolute;
	margin-top: 40px;
	display: block;
	width: 100%;
	height: 5px;
	background-color: #fff;
	color: #ff0909;

	
	
}

.mid-second-container {
	display: block;
	width: 900px;
	margin: 0 auto;
	height: 100px;
	padding: 100px 0;
	border-top:2px solid; 
	border-bottom:2px solid; 
	border-color:#333;
	text-align: center;
	color: #333;
	font-size: 36px;
}

/* Offer container                                   ---------------------*/

.set-container {

	width: 900px;
	margin: 0 auto;
}

.set-info-container {
	margin-top: 170px;
	display: inline-block;
	vertical-align:top;
	color: #000;
}

.set-info-container ul {
	margin-top: 10px;
	display:block;
	list-style: none;
	text-align:right;
}

.price {
	width: 100%; 
	display: block; 
	text-align: right; 
	font-size: 48px; 
	font-weight:900;
}
.number {
	margin-left: 100px; 
	display: inline-block; 
	text-align: right; 
	font-size: 24px; 
	font-weight:300;
}
.separator {
	display: inline-block; 
	width: 8px; 
	height: 21px; 
	background-color: #ff0909;
}
.count {
	position: relative; 
	right: 0; 
	display: inline-block; 
	text-align: right; 
	font-size: 24px; 
	font-weight:900;
}
.delivery-container {
	cursor: pointer;
	margin-top: 50px;
	display:block;
	width: 800px;
	height: 250px;
}

.car {
	margin-left: 90px;
	margin-top:20px;
	vertical-align: top;
	display: inline-block;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
	
}

.delivery-text {
	float: right;
	vertical-align: top;
	display: inline-block;
	color: #231f20;
	text-align: right;
	font-size:48px;
	font-weight: 300;
}
.delivery-container:hover .car {
	margin-left: -100%;
}

/* Contact form container                                   ---------------------*/


.contact-from-container {
	display: block;
	width: 100%;
	background-color: #ff0909;
	margin-top: 50px;
}



.from-container {
	display: block;
	width: 100%;
	background-color: #ff0909;
}


.center-container-two {
	display: block;
	width: 600px;
	margin: 0 auto;
	
}



#contactForm {
	background-color: #ff0909;
	padding-bottom: 50px;
	margin: 0 auto;
}





	
.footer-input {
	font-family: 'Lato', sans-serif;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #fff;
	background-color: #ff0909;
	width: 100%;
	height: 30px;
	padding: 10px;
	font-size: 23px;
	font-weight:300;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 10px;
}

.footer-input-message {
	font-family: 'Lato', sans-serif;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #fff;
	background-color: #ff0909;
	width: 100%;
	height: 400px;
	padding: 10px;
	font-size: 23px;
	font-weight:300;
	color: #fff;
	margin: 0 auto;
}


.footer-input-send {
	margin-top: 80px;
	cursor: pointer;
	padding: 30px;
	width: 240px;
	border: 3px solid #fff;
	color: #fff;
	font-size: 18px;
	font-weight:700;
	background-color: #ff0909;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;

}

.footer-input-send:hover {
	background-color: #fff;
	color: #ff0909;
}


.contact-container2 {
	background-color: #0f0f12;
}


.slider-container {
	position: relative;
	width: 300%;
	height: 200px;
}


.single-section {
	display:inline-block;
}





/* footer                                   ---------------------*/

.footer-container {
	display: inline-block;
	width: 100%;
	background-color: #272121;
	
	
}
.center-container-three {
	padding-top: 100px;
	display: block;
	width: 800px;
	margin: 0 auto;
	
}

.container-sx {
	display: table-cell;
}

.container-sy {
	display: table-cell;
}

.zadzwon {
	
}
