﻿@font-face {
		font-family: main;
		src: url('../fonts/Barrio-Regular.ttf') format("truetype");
		}
@font-face {
		font-family: post;
		/*src: url('../fonts/RobotoCondensed-Light.ttf') format("truetype");*/
		src: url('../fonts/Semplicita_Medium.otf') format("opentype");
		}
		
@font-face {
		font-family: files;
		src: url('../fonts/RobotoCondensed-Light.ttf') format("truetype");
		}

@keyframes background_change {
	from {background-color: white;}
	to {background-color: red;}
	}
		
body {
		font-size: 150%;
		background-color: transparent;
		font-family: main;
		background-attachment: fixed;
		background-image: url(../graphics/static.jpg);
		text-align: center;
		margin: 0;
	}


	
#TOP  {
	   position: fixed;
	   top: 0px;
	   left: 0px;
	   padding-top: 10px;
	   height: 100px;
	   /*background-color: white;*/
	   background-color: rgba(255,255,255,0.9);
	   z-index: 100;
	   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
	}

#BOTTOM  {
	  /* margin-left: 0px;
	   margin-bottom: 0px;*/
	   left: 0px;
	   height: 35px;
	   background-color: white;
	   z-index:100;
	   position: fixed;
	   bottom: 0px;
	   left: 0px;
	   /*width: 100vw;*/
	}

#LEFT {
		text-align: left;
	}

img {
    pointer-events: none;
}
	@keyframes pulse {
	  0% {
		background-color: rgb(225,41,105);
	  }
	  100% {
		background-color: rgba(225,255,255,0.4);
	  }
}
	h1 {font-size: 35px;
		text-align: center;
	   }
	
	a {
		color: inherit;
		text-decoration: none;
		
	}
	
	a:hover{
		opacity: 0.5;
		color: orange;
	}
	
	h1 {font-family: main;}
.TRANSFORM {
	background-color: inherit;
}

.TRANSFORM:hover {
	opacity: 0.5;
	color: yellow;
	/*background-color: grey;*/
}

.RIGHT {
		text-align: right;
	}
	
	
.SEPARATOR {
		text-align: center;
	}



	#UP {
		margin-bottom: 100px;
		}	

	/*#HEADER {
			background-color: rgb(225,41,105);
			height: 7px;
			overflow: hidden;
			line-height: 35px;
			color: white;
			animation: pulse 3s infinite;
			font-size: 25px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
		}

	#HEADER:hover {height: 150px; overflow: hidden; animation: revert;}*/
	#HEADER {display: none; }
	
	.DROPPER {height: 1px; overflow: hidden;}
		
	#PRVHEADER {
			color: black;
			margin-top: 15px;
			margin-bottom: 10px;
			background-color: rgba(225,41,105,0.6);
			/*background-color: rgb(225,255,255);*/
			height: 35px;
			line-height: 35px;
			color: white;
			font-size: 20px;
			border-style: hidden;
			/*border-bottom: 30px solid rgba(225,255,255,0.0);*/
			border-radius: 10px;
			padding-right: 10px;
			text-align: right;
		}
	
	#FILEFIELD {
		
		font-family: post;
		color: black;
		font-size: 24px;
		text-align: left;
		/*height: 100vh;*/
		/*overflow-y: scroll;*/ 
		overflow-y: auto;
		/*overflow-x: hidden;*/
		/*margin-top: 5%;*/
		width: 65vw;
		margin-left: 15%;
		margin-right: 15%;
		margin-bottom: 25px;
		padding-top: 4%;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 10vh;
		/*left: 0px;*/
		background-color: rgba(255,255,255,0.8);
		text-align: justify;
		/*text-overflow: clip;*/
		
	}

	#ERRORFIELD {
		
		font-family: post;
		color: blue;
		font-size: 60px;
		text-align: center;
		overflow-y: auto;
		width: 65vw;
		margin-left: 15%;
		margin-right: 15%;
		margin-bottom: 25px;
		padding-top: 4%;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 10vh;
		background-color: rgba(255,255,255,0.8);
		text-align: justify;


		
	}
	
	::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
	}


	
	#HIDDEN {
		display: hidden;
	}
	
	
			
	#LIMITER {
			height: 2px;
			background-color: rgba(230,0,12,0.1);
			/*background-color: red;*/
	}

	#SPACER {
			height: 25px;
			text-align: center;
			font-family: main;
			/*background-color: white;*/
	}
	
	#PICTURE {
			height: 350px;
			text-align: center;
			font-family: main;
			/*background-color: white;*/
	}
	
	
	#NAV {
		background-color: white;
		color: yellow;
		text-decoration: none;
		z-index: 1;
	}
	.mask1 {
		/*-webkit-mask-image: linear-gradient(to top, transparent 30%, black 95%);
		mask-image: linear-gradient(to bottom, transparent 25%, black 75%);*/
	}
		
	#FOOTER {
			left: 0px;
			background-color: rgba(225,41,105,0.7);
			color: white;
			height: 35px;
			line-height: 35px;
			font-family: files;
			font-size: 18px;
			overflow: hidden;
		}

	#FOOTERTEXT {
			height: 25px;
			font-size:15px;
			color: white;
			text-align: center;			
		}
		
	#POST {
		height: 25px;
	}
		
		
	#RESPONSE {
			/*background-color: rgba(53,77,52,0.1);*/
			height: 45px;
			text-overflow: scroll;
		}

	/*#RESPONSE.span_3_of_4 {width: 80%;}
	#RESPONSE.span_1_of_4 {width: 20%;}*/
	
form{
	background-color: rgba(225,41,105,0.2);
    font-family: post;
	font-size: 30px;
	width:500px;
    margin:20px auto;
    border:2px solid #ccc;
	padding:20px;
}
form label {
	font-family: post;
	/*font-size: 110%;*/
    display:block;
    margin-bottom:5px;
    font-weight:bold;
    font-size:20px;
    color:#555555;
}
form textarea,form input {
	font-family: post;
	font-size: 20px;
	padding:5px; 
	border:1px solid #ccc; 
	margin-bottom:25px; 
	width:100%;
	box-sizing: border-box;
}
form input[type=submit] {
	cursor:pointer;
	margin-bottom:0px;
}

button{
		background-color: rgba(225,255,255,0.4);
		font-family: post;
		font-size: 25px;
		color: black;
		text-align: center;
		width: 400px;
		height: 50px;
		border: 2px solid rgb(225,41,105);
	}
	
button:hover{
		background-color: rgb(255,255,255); /* White */
		color: red;
	}
	
/*	TESTY Z UKŁADEM SIATEK */
		
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0 0% 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FIVE */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 77.6%;
}
.span_3_of_5 {
	width: 64.3%;
}
.span_2_of_5 {
	width: 38.6%;
}
.span_1_of_5 {
	width: 19.8%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 50%;
}
.span_1_of_4 {
	width: 23.8%;
}

	.span_1_of_4,.span_2_of_4,.span_3_of_4,.span_4_of_4 { width: 100%; }
	.span_1_of_5,.span_2_of_5,.span_3_of_5,.span_4_of_5,.span_5_of_5 { width: 100%; }
	.noshow {height: 3%; font-size:0px; background-color: white;}


/*  GO FULL WIDTH BELOW 960 PIXELS */
@media only screen and (max-width: 1280px) {
	/*.col {  margin: 0; }*/

	/*body {background-image: url(../graphics/response.jpg);}*/
	/*ul {text-overflow: clip;}*/
	/*#FILEFIELD {padding-top: 150px; height: 70vh; margin-left: 10%; margin-right: 10%; font-size:18px;}*/
	/*#FILEFIELD {padding-top: 15vh; width: 72%; margin-left: 11%;  font-size:18px;}*/
	#PICTURE {height: 250px;}
	#LIMITER {height: 1px; background-color: black;}
	#PREVIEW {width: 90%; height: 365px;}
	/*#RESPONSE.span_2_of_4 {height: 20px; width: 60%;}
	#RESPONSE.span_1_of_4 {height: 20px; width: 40%;}*/
	#RESPONSE {height: auto; min-height: 15px;}
	#LEFT {color: red;}
	#LOGIN-FORM {color:black; font-size: 12px; text-align: center;}
	.LOGIN-INPUT {width: 100px;}
	.LOGIN-BUTTON:hover{box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);}
	
	/*.mask1 {-webkit-mask-image: linear-gradient(to top, transparent 50%, black 95%);}*/
}



/*  FOR MOBILE MODE 760 PIXELS */
@media only screen and (max-width: 760px) {
	/*.col {  margin: 0; }*/
	.span_1_of_4,.span_2_of_4,.span_3_of_4,.span_4_of_4 { width: 100%; }
	.span_1_of_5,.span_2_of_5,.span_3_of_5,.span_4_of_5,.span_5_of_5 { width: 100%; }
/*	.DROPPER {height: 200px; overflow: hidden;}*/
	.noshow {height: 5%; font-size:0px; background-color: white; color: black;}
	h1 {font-size: 25px; text-align: center;}
	/*body {background-image: url(../graphics/response.jpg);}*/
	/*ul {text-overflow: clip;}*/
	#FILEFIELD {width: 90vw; margin-left: 2%; font-size:19px; padding-bottom: 10vh; text-align: justify; padding-left: 10px; padding-right: 10px;}
	#ERRORFIELD {width: 90vw; margin-left: 2%; font-size:19px; padding-bottom: 5vh; text-align: center; padding-left: 10px; padding-right: 10px;}
	/*#FILEFIELD {padding-top: 15vh; width: 72%; margin-left: 2%;  font-size:18px;}*/
	#LIMITER {height: 1px; background-color: black;}
	/*#HEADER {height: 5px; overflow: hidden;}
	#HEADER:hover {height: 150px; overflow: hidden; animation: revert;}*/
	.DROPIT: {color: black;}
	.drop:{font-size: 0px;}
	.drop:hover {height: 3%; font-size:18px; background-color: orange; color: black; padding-top: 10px;}
	#PREVIEW {border-top: 1px solid white; color: white; width: 90%; height: 235px; background-color: rgba(225,255,255,0.0);}
	/*#RESPONSE.span_2_of_4 {height: 20px; width: 60%;}
	#RESPONSE.span_1_of_4 {height: 20px; width: 40%;}*/
	#RESPONSE {height: auto; min-height: 15px;}
	#LEFT {color: red;}
	#PRVHEADER {height: 25px; font-size: 15px; line-height: 25px;}
	#SPACER {color: white; text-align: center;}
	form {width: 300px;}
	button {width: 90vw;}
	/*#FOOTER {height: 120px; line-height: 20px; background-color: rgba(225,41,105,0.3);}*/
	/*.mask1 {-webkit-mask-image: linear-gradient(to top, transparent 15%, black 95%);}*/
}


