@charset "utf-8";
/* CSS Document */

#social_media {
	position:absolute;
	width:100%;
	top: 65%;
		}
		
#social_media li {
	display: inline;
	padding:3px;
	opacity:0.8;
	}
#social_media li:hover {
	display: inline;
	opacity:1;
	
	}

@font-face {
	font-family: 'ClearSans_Light';
	src: url(fonts/ClearSans_Light.ttf) format('truetype');
	}
@font-face {
	font-family: 'aller';
	src: url(fonts/Aller_Bd.ttf) format('truetype'), url(fonts/Aller_Bd.eot);
	}

body {
	color:rgba(127,127,127,1.00);
	font-family: 'aller';
	overflow:auto;
	margin: 0px;
    text-align: center;
	background-image: none;
	background-size: 100%;
	text-decoration:none;
	}
ul, ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    }

.lewy {
	position:absolute;
	left: 0px;
	width:5%;
	height:800px;
	}
.prawy {
	position:absolute;
	right: 0px;
	width:5%;
	height:800px;
	}

p	{
	font-size: 12px;}

#gora {
	display:block;
	position:absolute;
	width:100%;
	height:25%;
	background-color: rgba(255,255,255,0.0);
	}
	
#logo {
	background-image: url(grafika/logo.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	display: block;
	width: 100%;
	position: absolute;
	height: 19%;
	top: 3%;
	background-color: none;
	cursor:pointer;
	}
	
#animacja_ikona,
#identyfikacja_wizualna_ikona,
#grafika_ikona,
#strony_internetowe_ikona
	{
	width: 100%;
	position: absolute;
	background-color: none;
	display:none;
	top: 1px;
	overflow:hidden;
	}
#grafika_image,
#identyfikacja_wizualna_image,
#animacja_image,
#strony_internetowe_image {
	overflow:hidden;
	}
#grafika_image {padding-left:200px;}
#identyfikacja_wizualna_image {padding-left:105px;}
#animacja_image {padding-left:200px;}
#strony_internetowe_image {padding-left:90px;}
#nazwa {
	width: 100%;
	position: absolute;
	font-size: 90px;
	top: 28%;
	color: rgba(67,67,67,1.00);
	font-family: "aller";
}

#nazwa_grafika,
#nazwa_identyfikacja,
#nazwa_animacja,
#nazwa_strony	{
	width: 100%;
	position: absolute;
	font-size: 90px;
	top: 28%;
	color: rgba(67,67,67,1.00);
	font-family: "aller";
	display: none;
	}
#dol {
	display:block;
	position:absolute;
	width:100%;
	top: 49%;
	overflow: hidden;
	}
	
#grafika_uzytkowa,
#identyfikacja_wizualna,
#animacja_,
#strony_internetowe {
	display:none;
	position:absolute;
	width:100%;
	height:40%;
	bottom: 0%;
	background-color: none;
	overflow: none;
	z-index:-1;
	}

#kontakt  {
	border: 1px solid rgba(226,30,36,1.00);
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	position: absolute;
	background-color: none;
	text-align:center;
	bottom: 2%;
	display: block;
	left:50%;
	margin-left:145px;
	}
	
#kontakt a {
	font-family: 'ClearSans_Light';
	color:rgba(226,30,36,1.00);
	text-decoration: none;
	font-size: 12px;
	}

#wyslij  {
	border: 1px solid rgba(226,30,36,1.00);
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 14px;
	padding-right: 13px;
	position: absolute;
	background-color: rgba(226,30,36,1.00);
	text-align:center;
	bottom: 2%;
	display: none;
	right: 39%;
	}
	
#wyslij a {
	font-family: 'ClearSans_Light';
	color:rgba(127,127,127,1.00);
	text-decoration: none;
	font-size: 12px;
	}


#info {
	padding-bottom: 6px;
	position: absolute;
	width:300px;
	background-color: none;
	text-align:left;
	bottom: 2%;
	display: block;
	font-family: 'ClearSans_Light';
	color:rgba(226,30,36,1.00);
	text-decoration: none;
	font-size: 12px;
	left:50%;
	margin-left:-200px;
	}

/* formularz */		
form {
	display:none;
	}
	
textarea {
	font-family: 'ClearSans_Light';
	color: rgba(127,127,127,1.00);
	border: 1px solid rgba(226,30,36,1.00);
	display: block;
	width: 400px;
	height: 180px;
	position: fixed;
	bottom: 12%;
	background-color:white;
	resize:none;
	overflow: auto;
	padding-left: 2px;
	outline-color: rgba(226,30,36,1.00);
	left:50%;
	margin-left:-200px;
	}

input {
	font-family: 'ClearSans_Light';
	color: rgba(127,127,127,1.00);
	border: 1px solid rgba(226,30,36,1.00);
	display: block;
	width: 402px;
	height:25px;
	position: fixed;
	left:50%;
	margin-left:-200px;
	bottom: 8%;
	background-color:white;
	resize:none;
	overflow: auto;
	padding-left: 2px;
	outline-color: rgba(226,30,36,1.00);
	}
#submit1 {
	background-color:rgba(226,30,36,1.00);
	position:fixed;
	bottom: 2%;
	left:50%;
	margin-left:145px;
	color: white;
	width: 60px;
	height: 29px;
	overflow: hidden;
	outline-color: none;
	padding-bottom: 2px;
	font-size: 13px;
	display: none;}
#zamknij_formularz  {
	display: none;
	text-align: center;
	position: absolute;
	left:50%;
	margin-left:210px;
	bottom: 12%;
	margin-bottom:170px;}
#zamknij_formularz a {
	text-decoration: none;
	font-size: 18px;
	font-family: 'ClearSans_Light';
	color: rgba(226,30,36,1.00);
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left:6px;
	padding-right: 6px;
	}
	

	
::-webkit-input-placeholder {
   color: rgba(226,30,36,1.00);
}

:-moz-placeholder { 
   color: rgba(226,30,36,1.00);  
}

::-moz-placeholder { 
   color: rgba(226,30,36,1.00);  
}

:-ms-input-placeholder {  
   color: rgba(226,30,36,1.00);  
}

/* koniec formularza */

#opis {
		top: 3%;
		margin-top:10px;
		font-size:16px;
		}
		

#opis li a {
	color: rgba(67,67,67,1.00);
	text-decoration:none;
	}

#opis li {
	transition-duration: 1s;
	display: block;
	text-decoration: none;
	font-family: "aller";
	display: inline;
	padding: 5px;
	margin: 1px;	
	border-right: 1px solid rgba(226,30,36,1.00);
	border-left: 1px solid rgba(226,30,36,1.0);
	}
#opis li:hover{
	border-right: 20px solid  rgba(226,30,36,1.00);
	border-left: 10px solid  rgba(226,30,36,1.00);	
	transition-duration: 1s;
	}
	
.galeria {
	position:absolute;
	top: 100%;
	width:100%;
	overflow: auto;
	}

#grafika_galeria,
#identyfikacja_galeria,
#animacja_galeria,
#strony_internetowe_galeria {
	display:block;
	}
#linki a {
	width: 100%;
	text-align:center;
	text-decoration:none;
	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
	}

 
/* wrapper */
.wrapper {
        width:100%;
        height:800px;
        position:relative;
        overflow: hidden;
        float:left;
    }
 
/* lista */
.lista {
        margin:0px;
        padding:0px;
        list-style-type:none;
        clear:both;
        overflow:hidden;
        position:absolute;
        width:10000000px;
    }
 
.lista li {
        float:left;
        width:1920px;
        height:800px;
		margin-right: 0px;
		margin-left: 0px;
    }
	
/*galeria*/
	
.projekty {
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding-bottom:2px;
	}

.projekt {
	display: table;
	position:relative;
	width: 312px;
	height: 312px;
	background-color: rgba(226,30,36,1.00);
	float:left;
	text-align:center;
	margin-top:2px;
	margin-bottom:0px;
	margin-left:2px;
	margin-right:0px;
	cursor:pointer;
	transition-duration:0.6s;	
	}
.projekt img {
	width:100%;
	vertical-align: middle;
	display: table-cell;
	}
.projekt p {
	font-size:24px;
	color:white;
	padding-left:10%;
	padding-right:10%;
	vertical-align: middle;
	display: table-cell;
	}
.projekt_opis {
	display: table;
	position:relative;
	width: 250px;
	height: 250px;
	background-color: white;
	float:left;
	text-align:center;
	cursor:pointer;
	transition-duration:0.6s;
	border: 2px solid rgba(226,30,36,1.00);
	color: rgba(226,30,36,1.00);
	padding:auto;
	margin:30px;
	}
.projekt_opis_duze {
	display: table;
	position:relative;
	width: 500px;
	height: 500px;
	background-color: white;
	float:left;
	text-align:center;
	cursor:pointer;
	transition-duration:0.6s;
	border: 2px solid rgba(226,30,36,1.00);
	color: rgba(226,30,36,1.00);
	padding:auto;
	margin:63px;
	
	}
.projekt_opis_duze h1 { 
	font-size:28px;
	color: rgba(67,67,67,1.00); 
	padding:10%;
	vertical-align: middle;
	display: table-cell;		
	}
.projekt_opis h1 { 
	font-size:14px;
	color: rgba(67,67,67,1.00); 
	padding:10%;
	vertical-align: middle;
	display: table-cell;		
	}

.projekt_21 {
	display: table;
	position:relative;
	width: 312px;
	height: 312px;
	background-color: white;
	float:left;
	text-align:center;
	margin-top:2px;
	margin-bottom:0px;
	margin-left:2px;
	margin-right:0px;
	cursor:pointer;
	transition-duration:0.6s;
	}
.projekt_21 img {
	width:100%;
	vertical-align: middle;
	display: table-cell;
	}
.duze {
	display: table;
	position:relative;
	width: 628px;
	height: 628px;
	background-color: rgba(226,30,36,1.00);
	float:left;
	margin-top:2px;
	margin-bottom:0px;
	margin-left:2px;
	margin-right:0px;
	transition-duration:0.6s;
	}
.duze p {
	font-size:48px;
	color:white;
	padding-left:10%;
	padding-right:10%;
	vertical-align: middle;
	display: table-cell;
	}


.duze_21 {
	display: table;
	position:relative;
	width: 1259px;
	height: 626px;
	background-color: rgba(226,30,36,1.00);
	float:left;
	margin-top:2px;
	margin-bottom:0px;
	margin-left:2px;
	margin-right:0px;
	transition-duration:0.6s;
	}
	
.www {
	position:absolute;
	bottom:5px;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}
.www h1 a {
	text-decoration:none;
	color:black;
	text-align:center;
	border: 1px solid black;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:4px;
	padding-top:4px;
	font-size:16px;
	font-weight:100;
	opacity:0.4;
}
.www h1 a:hover {
	opacity:1;
}
/*
@media screen and (max-width: 1600px) {
	.slider {
		margin-bottom:200px;
		height:600px;
    }
 	.lewy, .prawy {
		width:6%;
		height:600px;
		}
	.lista li {
        width:1600px;
        height:600px;
    	}
	img {
		height:600px;
		}

@media screen and (max-width: 1280px) {

	.slider {
		margin-bottom:200px;
		height:500px;
    }
 	.lewy, .prawy {
		width:6%;
		height:500px;
		}
	.lista li {
        width:1280px;
        max-height:500px;
    	}
	img {
		height:500px;
		}
@media screen and (max-width: 1024px) {

	.slider {
		margin-bottom:100px;
		height:600px;
    }
 	.lewy, .prawy {
		width:16%;
		height:600px;
		}
	.lista li {
        width:1024px;
        max-height:600px;
    	}
	img {
		height:600px;
		}
@media screen and (max-width: 800px) {

	.slider {
		margin-bottom:50px;
		height:300px;
    }
 	.lewy, .prawy {
		width:7%;
		height:300px;
		}
	.lista li {
        width:800px;
        max-height:300px;
    	}
	img {
		height:300px;
		}

@media screen and (max-width: 640px) {

	.slider {
		margin-bottom:50px;
		height:300px;
    	}
 	.lewy, .prawy {
		width:7%;
		height:200px;
		}
	.lista li {
        width:640px;
        max-height:300px;
    	}
	img {
		height:300px;
		}
		
	#nazwa {

		font-size: 40px;
		}
	#opis li {
		display: inherit;
		}
	#opis {
		list-style-type:none;
		}

	#nazwa_grafika,
	#nazwa_identyfikacja,
	#nazwa_animacja,
	#nazwa_strony	{
		font-size: 40px;
		}
	.prev, .next {
        width:100%;
    	}

	.lewy, .prawy {
	 width:10%;
		 }
}
@media screen and (max-width: 480px) {

	.slider {
		margin-bottom:50px;
		height:250px;
    	}
 	.lewy, .prawy {
		width:15%;
		height:250px;
		}
	.lista li {
        width:480px;
        max-height:250px;
    	}
	img {
		height:250px;
		}
		
	#nazwa {

		font-size: 40px;
		}
	#opis li {
		display: inherit;
		}
	#opis {
		list-style-type:none;
		}

	#nazwa_grafika,
	#nazwa_identyfikacja,
	#nazwa_animacja,
	#nazwa_strony	{
		font-size: 40px;
		}
textarea {
	width: 100%;
	height: 59%;
	position: fixed;
	margin-left:0px;
	bottom: 30%;
	left:0px;
	font-size:20px;
	text-align:center;	}

input {
	width: 100%;
	height:14.5%;
	margin-left:0px;
	left:0px;
	bottom:15%;
	font-size:20px;
	text-align:center;
	}
#submit1 {
	width: 100%;
	height: 15%;
	font-size: 40px;
	left:0px;
	margin-left:0px;
	bottom:0px;
}

#kontakt  {
	bottom: 10%;
	left:50%;
	width:100px;
	margin-left:-60px;

	}
	
#kontakt a {
	font-family: 'ClearSans_Light';
	color:rgba(226,30,36,1.00);
	text-decoration: none;
	font-size: 14px;
	}

#zamknij_formularz a {
	font-size: 40px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left:6px;
	padding-right: 6px;
	}
form {hight:100%;}

#zamknij_formularz  {
	display: none;
	text-align: center;
	position: absolute;
	left:0px;
	width:100%;
	height:9.8%;
	margin-left:0px;
	top: 0px;
	z-index:1;
	background-color:white;}
#info {
	width:100%;
	text-align:center;
	left:0px;
	margin-left:0px;

	}
#grafika_image {
	padding-left:40%;
	width:50%;
	}
#identyfikacja_wizualna_image {
	padding-left:40%;
	width:50%;
	}
#animacja_image {
	padding-left:40%;
	width:50%;
	}
#strony_internetowe_image {
	padding-left:40%;
	width:50%;
	}
	


	


	
	}	

@media screen and (max-width: 360px) {

	.lista li {
        width:360px;
		}

}
*/