* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-family: "Roboto";
	font-size: 13px;
	font-weight: 400;
	color: #c1c1c1;
}

th {
	width: 200px;
	font-weight: 500;
	text-align: left;
}

a {
	text-decoration: none;
	color: #aaaaaa;
}

a:hover {
	text-decoration: underline;
}

#tekstas {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}

h2 {
	background-color: #c6c01f;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #101010;
	padding: 4px 12px;
	text-transform: uppercase;
	margin: 10px 0;
}

h3 {
	font-size: 15px;
	font-weight: 500;
	color: #C6C01F;
	margin: 8px 0;
}

h4 {
	font-size: 13px;
	font-weight: 500;
	color: #DEDCA3;
	margin: 6px 0;
}

p {
	text-align: justify;
	color: #c1c1c1;
	margin-bottom: 7px;
	line-height: 1.6;
}

.paveiksliukas {
	background-color: rgba(0, 0, 0, 0.1);
	width: 220px;
	float: right;
	clear: right;
	padding: 5px;
	border: 1px solid #1B1B1B;
	border-radius: 2px;
	margin: 0 0 7px 7px;
}

.paveiksliukas p {
	padding: 5px 0;
	margin: 0;
	font-size: 90%;
}

.paveiksliukas img {
	text-align: center;
	max-width: 100%;
}

#ivirsu {
	display: none;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 3px;
	padding: 10px 8px;
	position: fixed;
	right: 5px; bottom: 5px;
	color: #101010;
	font-weight: 500;
	transition: background-color 0.25s ease-in-out;
}

#ivirsu:hover {
	background-color: rgb(255, 255, 255);
	text-decoration: none;
}

#galerija {
	list-style: none;
	text-align: justify;
	margin-left: -5px;
}

#galerija li {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	display: inline-block;
	border-radius: 2px;
	box-shadow: #000000 0 0 5px;
	margin: 0 0 5px 5px;
}

#galerija li img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 150px;
}

#galerija li a {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

#perziura {
	background-color: #000000;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 500;
	overflow: hidden;
}

#perziura img {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}

#perziura p {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	left: 0; bottom: 0;
	text-align: center;
}

#perziura #uzdaryti {
	position: absolute;
	display: block;
	top: 10px; right: 10px;
	color: #ffffff;
	font-size: 26px;
	padding: 2px 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.25s ease-in-out;
	border-radius: 2px;
	z-index: 502;
}

#perziura #uzdaryti:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#perziura .puse {
	position: absolute;
	width: 50%;
	top: 0; bottom: 0;
	z-index: 501;
}

#perziura .puse.kaire {
	left: 0; right: 50%;
}

#perziura .puse.desine {
	left: 50%; right: 0;
}

#perziura .puse:hover:after {
	color: #ffffff;
}

#perziura .puse:after {
	font-size: 64px;
	font-weight: 700;
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	transition: color 0.25s ease-in-out;
}

#perziura #buves:after {
	content: "◂";
	left: 10px;
}

#perziura #toliau:after {
	content: "▸";
	right: 10px;
}

ul.nuorodos {
	list-style: none;
}

ul.nuorodos li {
	margin: 5px 0;
}

.issiskleidziantis {
	display: none;
}

.issiskleidziantis:target {
	display: block;
}