﻿@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_Light.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;
	   z-index: 100;
	}

#BOTTOM  {
	  /* margin-left: 0px;
	   margin-bottom: 0px;*/
	   left: 0px;
	   height: 35px;
	   background-color: tansparent;
	   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;}
	
	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: 35px;
			line-height: 35px;
			color: white;
			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);
		}
	
	.DROPPER {height: 1px; overflow: hidden;}
	.nodrop {color: rgb(225,41,105); font-size: 0px;}
	.nodrop:hover {color: rgb(225,41,105);}
		
	#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: 18%;
		margin-right: 15%;
		margin-bottom: 25px;
		padding-top: 10%;
		padding-left: 25px;
		padding-right: 25px;
		/*left: 0px;*/
		/*background-color: rgba(255,255,255,0.4);*/
		/*text-overflow: clip;*/
		
	}
	
	::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
	}

	#LOGIN-FORM {
		
		line-height: 35px;
		font-family: files;
		color: white;
		font-size: 15px;
		text-align: right;
	}
	
	#LOGIN-ALT {
		
		line-height: 35px;
		font-family: files;
		color: white;
		font-size: 15px;
		text-align: right;
		display: hidden;
	}
	
	#HIDDEN {
		display: hidden;
	}
	
	.LOGIN-INPUT {
		font-family: files;
		color: black;
		font-size: 13px;
		text-align: left;
	}

	.LOGIN-BUTTON{
			background-color: silver;
			font-family: files;
			font-size: 14px;
			color: black;
			text-align: center;
			width: 100px;
			border: 2px solid white;
	}
	
	.LOGIN-BUTTON:hover{
		background-color: rgb(53,77,52); /* Green */
		color: white;
	}
		

			
	#LIMITER {
			height: 2px;
			background-color: rgba(230,0,12,0.1);
			/*background-color: red;*/
	}

	#SPACER {
			height: 25px;
			text-align: center;
			font-family: main;
	}
	
	#PREVIEW {		
			width: 40%;
			height: 400px;
			overflow-y: hidden;
			border-style: hidden;
			border-bottom: 30px solid rgba(225,255,255,0.0);
			/*border-radius: 25px;*/
			padding-left: 20px;
			padding-right: 20px;
			background-color: rgba(225,255,255,0.4);
			margin-left: 15px;
			margin-right: 3.5px;
			margin-top: 15px;
	}
	
	#PREVIEW:hover{
		
		animation: pulse 2s;
	}
	
	#SEARCH {		
			width: 60%;
			height: 200px;
			overflow-y: hidden;
			border-style: hidden;
			border-bottom: 30px solid rgba(225,255,255,0.0);
			/*border-radius: 25px;*/
			padding-left: 20px;
			padding-right: 20px;
			background-color: rgba(225,255,255,0.4);
			margin-left: 15px;
			margin-right: 3.5px;
			margin-top: 15px;
	}
	
	#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: rgb(225,41,105);
			color: white;
			height: 35px;
			line-height: 35px;
			font-family: main;
			font-size: 20px;
		}

	#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 input{
		/*background-color: rgba(225,41,105,0.6);*/
		font-family: post;
		font-size: 19px;
		width: 100%;
		border-style: hidden;
		border-radius: 8px;
		margin-left: 2px;
		margin-top: 0px;
		padding-left: 10px;
		/*margin:20px auto;*/
		/*border:2px solid #ccc;
		/*padding:20px;*/
	}

	form input[type=submit]{
		/*background-image: url(../graphics/search.png) no-repeat;*/
		background-color: rgb(225,41,105);
		font-family: revert;
		text-align: revert;
		font-size: 22px;
		width: revert;
		/*height: 30px;
		/*width:23px;
		color: white;
		margin-left: 1px;
		object-fit: contain;
		/*margin:20px auto;*/
		/*border:2px solid #ccc;
		/*padding:20px;*/
	}

	form input[type=submit]:hover{
			opacity: 0.5;
			color: orange;
			font-weight: normal;
		}
	

	
/*	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%;
}

/*  GRID OF THREE */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 65.6%;
}
.span_1_of_3 {
	width: 31.8%;
}


/*  GO FULL WIDTH BELOW 960 PIXELS */
@media only screen and (max-width: 1280px) {
	/*.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%; }
	.noshow {height: 3%; font-size:0px; background-color: white;}
	.nodrop {font-size: 20px; color: white;}
	.nodrop:hover {color: orange;}
	form input { width: 75%;}
	/*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;}
	#LIMITER {height: 1px; background-color: black;}
	#HEADER {line-height: 25px; height: 25px; overflow: hidden; background-color: rgba(225,41,105,0.3);}
	#HEADER:hover {line-height: 35px; height: 190px; overflow: hidden; animation: revert; background-color: rgb(225,41,105);}
	#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;}
	#BOTTOM {height: 25px;}
	#FOOTER {height: 25px; line-height: 25px; background-color: rgb(225,41,105); font-size: 18px;}
	.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%; }
	.noshow {height: 3%; font-size:0px; background-color: white;}
	h1 {font-size: 20px;}
	/*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: 5vh; width: 72%; margin-left: 2%;  font-size:18px;}
	#LIMITER {height: 1px; background-color: black;}

	#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;}
	#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);}
	#PRVHEADER {height: 25px; font-size: 15px; line-height: 25px; margin-left: -5px;}
	#SPACER {color: white; text-align: center; margin-left: 20px;}
	#BOTTOM {height: 20px; line-height: 20px; background-color: transparent;}
	#FOOTER {height: 20px; line-height: 20px; background-color: rgba(225,41,105,0.5); font-size: 12px;}
	.mask1 {-webkit-mask-image: linear-gradient(to top, transparent 15%, black 95%);}
	#icon {height: 15px;}
	
}


