/* © 2002-2021 Team Elite */
/* Light Theme */

@-webkit-keyframes enter {
	from {
		opacity: 0.0;
	}
	to {
		opacity: 1.0;
	}
}

@-moz-keyframes enter {
	from {
		opacity: 0.0;
	}
	to {
		opacity: 1.0;
	}
}

@-o-keyframes enter {
	from {
		opacity: 0.0;
	}
	to {
		opacity: 1.0;
	}
}

@keyframes enter {
	from {
		opacity: 0.0;
	}
	to {
		opacity: 1.0;
	}
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: #d4d4d4;
}

::-webkit-scrollbar-thumb {
	background: #acacac;
}

::-webkit-scrollbar-thumb:hover {
	background: #707070;
}

body {
	margin: 0;
	min-width: 1350px;
	/*text-shadow: 0px 0px 3px #ffffff;*/
	/*font-family: 'Comfortaa', cursive;*/
	font-family: 'Play', sans-serif;
	background: #ffffff url('/images/back.png') repeat left top;
	background-attachment: fixed;
	-webkit-animation-name: enter;
	-moz-animation-name: enter;
	-o-animation-name: enter;
	animation-name: enter;
	-webkit-animation-duration: 1.0s;
	-moz-animation-duration: 1.0s;
	-o-animation-duration: 1.0s;
	animation-duration: 1.0s;
}

img {
	border-width: 0;
}

br {
	line-height: 15px;
	/*
	display: block;
	margin-top: 15px;
	content: '';
	*/
}

ul, ol, pre {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #357ac7;
	text-decoration: none;
	word-wrap: break-word;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

a:hover {
	color: #659ec7;
}

a.red, span.red, h3.red {
	color: #c11b17;
}

a.green, span.green, h3.green {
	color: #339900;
}

a.white {
	color: #e0e0e0;
}

span.gray, td.gray {
	color: #a0a0a0;
}

span.ffr {
	letter-spacing: 0.1px;
}

/*
tr.white {
	background-color: #ffffff;
}
*/

tr.gray {
	background-color: #f2f2f2;
	background-color: rgba(242, 242, 242, 0.5);
}

div.gray {
	background-color: #f2f2f2;
	background-color: rgba(242, 242, 242, 0.5);
}

div.white {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.5);
}

div.cookies {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	background-color: #c0c0c0;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #a0a0a0;
	-webkit-box-shadow: 0 0 10px #c0c0c0;
	-moz-box-shadow: 0 0 10px #c0c0c0;
	box-shadow: 0 0 10px #c0c0c0;
	opacity: 0.8;
}

div.top {
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 1000;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	-webkit-box-shadow: 0 0 10px #c0c0c0;
	-moz-box-shadow: 0 0 10px #c0c0c0;
	box-shadow: 0 0 10px #c0c0c0;
}

div.top img {
	display: block;
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

div.top img:hover {
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

div.body {
	min-width: 1250px;
	margin: 50px;
}

div.logotype {
	height: 300px;
	margin-bottom: 25px;
	border: 1px solid #a0a0a0;
	-webkit-box-shadow: 0 0 10px #c0c0c0;
	-moz-box-shadow: 0 0 10px #c0c0c0;
	box-shadow: 0 0 10px #c0c0c0;
	background: #fcfcfc url('/images/logo.png') no-repeat center center;
	background-size: cover;
}

div.language {
	width: 150px;
	float: left;
}

div.language img {
	display: block;
	float: left;
	/*opacity: 0.8;*/
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

div.language img:hover {
	/*opacity: 1.0;*/
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

div.search {
	width: 300px;
	float: right;
	text-align: right;
}

div.search input {
	width: 285px;
	float: right;
	border: 1px solid #a0a0a0;
}

div.rss {
	float: right;
	border: 1px solid #a0a0a0;
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

div.rss:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

div.rss img {
	display: block;
	/*opacity: 0.8;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;*/
}

div.rss img:hover {
	/*opacity: 1.0;*/
}

div.gofind {
	position: fixed;
	top: 20%;
	left: -300px;
	width: 335px;
	height: 42px;
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	-webkit-box-shadow: 0 0 10px #c0c0c0;
	-moz-box-shadow: 0 0 10px #c0c0c0;
	box-shadow: 0 0 10px #c0c0c0;
	z-index: 1000;
}

div.gofind:hover {
	left: 0;
}

div.gofind div.field {
	float: left;
	height: 26px;
	width: 283px;
	padding: 8px;
	background-color: #ffffff;
	border-right: 1px solid #a0a0a0;
	/*opacity: 0.7;*/
}

div.gofind div.glass {
	float: right;
	height: 42px;
	width: 35px;
	background-image: url('/images/search.png');
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

div.gofind div.glass:hover {
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

a.get {
	font-size: 0;
}

a.get img {
	display: block;
	float: right;
	margin: 2px 0 0 4px;
	/*opacity: 0.8;*/
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

a.get img:hover {
	/*opacity: 1.0;*/
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

a.menu {
	color: #0d529f;
	background-color: #c4c4c4;
	background: -webkit-linear-gradient(#fcfcfc, #c4c4c4);
	background: -moz-linear-gradient(#fcfcfc, #c4c4c4);
	background: -o-linear-gradient(#fcfcfc, #c4c4c4);
	background: linear-gradient(#fcfcfc, #c4c4c4);
}

a.menu img {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 12px;
	/*opacity: 0.8;*/
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

img.menu {
	display: block;
	float: left;
	margin: 2px 4px 0 0;
	/*opacity: 0.8;*/
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

img.menu:hover {
	/*opacity: 1.0;*/
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

div.menu a:hover img, div.menu a.active:hover img {
	/*opacity: 1.0;*/
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

div.menu {
	height: 40px;
	border: 1px solid #a0a0a0;
	-webkit-box-shadow: 0 0 10px #c0c0c0;
	-moz-box-shadow: 0 0 10px #c0c0c0;
	box-shadow: 0 0 10px #c0c0c0;
	color: #404040;
	margin-bottom: 25px;
	background-color: #c4c4c4;
	background: -webkit-linear-gradient(#fcfcfc, #c4c4c4);
	background: -moz-linear-gradient(#fcfcfc, #c4c4c4);
	background: -o-linear-gradient(#fcfcfc, #c4c4c4);
	background: linear-gradient(#fcfcfc, #c4c4c4);
}

div.menu a {
	float: left;
	display: block;
	padding: 0 12px;
	font-size: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #404040;
	/*text-shadow: 1px 1px 2px #868686;*/
	-webkit-transition: font-size 0.3s ease-in 0s;
	-moz-transition: font-size 0.3s ease-in 0s;
	-o-transition: font-size 0.3s ease-in 0s;
	transition: font-size 0.3s ease-in 0s;
	line-height: 40px;
	border-right: 1px solid #a0a0a0;
}

div.menu a:hover, div.menu a.active {
	padding-right: 24px;
	font-size: medium;
	background-color: #e4e4e4;
	background: -webkit-linear-gradient(#ffffff, #e4e4e4);
	background: -moz-linear-gradient(#ffffff, #e4e4e4);
	background: -o-linear-gradient(#ffffff, #e4e4e4);
	background: linear-gradient(#ffffff, #e4e4e4);
}

ul.menu {
	/*
	list-style: none;
	margin: 0;
	padding: 0;
	*/
}

ul.menu li {
	/*
	margin-bottom: 3px;
	*/
}

ul.menu li:hover {
	list-style-type: circle;
}

ul.menu li a {
	/*
	background-color: #ffffff;
	background: -webkit-linear-gradient(left, #ffffff, #fcfcfc);
	background: -moz-linear-gradient(left, #ffffff, #fcfcfc);
	background: -o-linear-gradient(left, #ffffff, #fcfcfc);
	background: linear-gradient(left, #ffffff, #fcfcfc);
	line-height: 35px;
	-webkit-box-shadow: 0 0 5px #c0c0c0;
	-moz-box-shadow: 0 0 5px #c0c0c0;
	box-shadow: 0 0 5px #c0c0c0;
	border: 1px solid #c0c0c0;
	padding: 5px 8px;
	text-shadow: 1px 1px 1px #fcfcfc;
	border-radius: 3px;
	*/
	font-weight: bold;
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

ul.menu li a:hover {
	/*
	border: 1px solid #c0c0c0;
	background: -webkit-linear-gradient(left, #ffffff, #e4e4e4);
	background: -moz-linear-gradient(left, #ffffff, #e4e4e4);
	background: -o-linear-gradient(left, #ffffff, #e4e4e4);
	background: linear-gradient(left, #ffffff, #e4e4e4);
	padding: 0 3px;
	*/
	/*
	letter-spacing: 1px;
	border-top: 1px solid #659ec7;
	border-bottom: 1px solid #659ec7;
	text-decoration: underline;
	*/
	/*text-shadow: 0px 1px 1px #c0c0c0;*/
	color: #343434;
}

div.content {
	padding: 15px;
	margin-bottom: 25px;
	/*opacity: 0.7;*/
	/*background: #ffffff url('/images/cont.png') repeat left top;*/
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #a0a0a0;
	-webkit-box-shadow: 0 0 10px #c0c0c0;
	-moz-box-shadow: 0 0 10px #c0c0c0;
	box-shadow: 0 0 10px #c0c0c0;
	/*background: -webkit-linear-gradient(#f8f8f8, #e8e8e8);
	background: -moz-linear-gradient(#f8f8f8, #e8e8e8);
	background: -o-linear-gradient(#f8f8f8, #e8e8e8);
	background: linear-gradient(#f8f8f8, #e8e8e8);*/
}

div.banner {
	position: relative;
	padding: 15px;
	margin-bottom: 25px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #a0a0a0;
}

div.banner div.caption {
	position: absolute;
	top: 3px;
	left: 5px;
	font-size: x-small;
	color: #dedede;
}

div.banner div.space {
	/*width: 970px;*/ /*728px*/
	/*height: 90px;*/ /*90px*/
	margin: 0 auto;
	/*border: 1px solid #a0a0a0;*/
}

/*
div.leftads {
	position: fixed;
	top: 25%;
	left: -317px;
	width: 352px;
	height: 616px;
	background-color: #ffffff;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	z-index: 1000;
}

div.leftads:hover {
	left: 0;
}

div.leftads div.space {
	float: left;
	height: 600px;
	width: 300px;
	padding: 8px;
	border-right: 1px solid #a0a0a0;
}

div.leftads div.caption {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-ms-transform-origin: left top 0;
	-o-transform-origin: left top 0;
	transform-origin: left top 0;
	text-align: center;
	float: right;
	height: 616px;
	width: 35px;
	opacity: 0.7;
}
*/

div.footer {
	padding: 5px 15px;
	border: 1px solid #a0a0a0;
	-webkit-box-shadow: 0 0 10px #c0c0c0;
	-moz-box-shadow: 0 0 10px #c0c0c0;
	box-shadow: 0 0 10px #c0c0c0;
	background-color: #c4c4c4;
	background: -webkit-linear-gradient(#fcfcfc, #c4c4c4);
	background: -moz-linear-gradient(#fcfcfc, #c4c4c4);
	background: -o-linear-gradient(#fcfcfc, #c4c4c4);
	background: linear-gradient(#fcfcfc, #c4c4c4);
}

div.comfoot {
	text-align: center;
	font-size: small;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #c0c0c0;
}

table.nospacing {
	border-spacing: 0;
	border-collapse: collapse;
}

table.nospacing td {
	padding: 0;
}

h1.headline {
	font-size: 18px;
	margin: 0 0 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cacaca;
	/*text-shadow: 0.5px 0.5px 0.5px #a2a2a2;*/
}

h3.headline {
	font-size: large;
	margin: 0 0 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cacaca;
	/*text-shadow: 0.5px 0.5px 0.5px #a2a2a2;*/
}

h3.headline a {
	/*text-shadow: 0.5px 0.5px 0.5px #d4d4d4;*/
}

table.small {
	/*
	font-size: small;
	border: 1px solid #c0c0c0;
	*/
	border-spacing: 0;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	background-color: #ffffff;
}

table.small th, table.small td {
	width: auto;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e8e8e8;
}

/*
table.small td {
	width: auto;
	padding: 5px;
	text-align: left;
	vertical-align: text-top;
	border-bottom: 1px solid #e8e8e8;
}
*/

table.small th.min, table.small td.min {
	width: 1%;
	white-space: nowrap;
}

table.small tr, table.small tr th, table.small tr td {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

table.small tr:hover td {
	background-color: #ffecb7;
	border-bottom: 1px solid #a4a4a4;
}

table.small tr.nohover:hover td {
	background-color: transparent;
	border-bottom: 1px solid #e8e8e8;
}

table.smaller {
	font-size: small;
}

/*
table.smaller td.enlarge {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

table.smaller td.enlarge:hover {
	font-size: medium;
}

table.smaller tr th, table.smaller tr td {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

table.smaller tr:hover th, table.smaller tr:hover td {
	font-size: medium;
}
*/

table.border, table.border td, table.border th {
	/*border: 1px solid #c0c0c0;*/
	border-width: 0;
}

table.graph {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
	table-layout: fixed;
}

table.graph td {
	height: 100px;
	vertical-align: bottom;
	padding: 0;
	background-color: #fcfcfc; /*f2f2f2*/
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
	/*
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	*/
}

table.graph td:hover {
	background-color: #e8e8e8;
	/*opacity: 0.5;*/
}

table.graph div {
	background-color: #85caeb; /*5da2ef, d0d0d0*/
	opacity: 0.5;
	/*
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	*/
}

table.graph div.weekend {
	background-color: #f5cd28;
	opacity: 0.5;
	/*
	background-color: #2cabeb;
	opacity: 0.4;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	*/
}

/*
table.graph div:hover {
	background-color: #e0e0e0;
	opacity: 0.5;
}
*/

table.hub {
	table-layout: fixed;
}

table.hub th {
	/*
	text-align: right;
	border-right: 1px solid #c0c0c0;
	*/
}

table.hub td {
	word-wrap: break-word;
}

img.smiley {
	vertical-align: text-bottom; /*text-top*/
	/*display: inline-block;*/
}

a.work, a.forum {
	display: inline-block;
	margin-right: 5px;
	vertical-align: -2px;
	font-size: 0;
	width: 16px; /*24px*/
	height: 16px; /*24px*/
}

a.work img, a.forum img {
	max-width: 16px; /*24px*/
	max-height: 16px; /*24px*/
	/*opacity: 0.8;*/
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

a.work img:hover, a.forum img:hover {
	/*opacity: 1.0;*/
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

img.lock {
	display: block;
	float: right;
	margin-left: 3px;
	margin-top: 1px;
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

img.lock:hover {
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

img.hub {
	max-width: 16px; /*24px*/
	max-height: 16px; /*24px*/
	/*opacity: 0.8;*/
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

img.hub:hover {
	/*opacity: 1.0;*/
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

img.flag, img.tor {
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

img.flag:hover {
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

img.tor:hover {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

table.smileys {
	margin: 0 auto;
}

table.smileys th {
	text-align: center;
	/*border: 1px solid #c0c0c0;*/
}

table.smileys td {
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid #c0c0c0;*/
}

table.smileys img {
	display: block;
	margin: 0 auto;
}

div.hublogo {
	margin-bottom: 15px;
	padding: 10px;
	font-size: 0;
	text-align: center;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 0 10px #e0e0e0;
	-moz-box-shadow: inset 0 0 10px #e0e0e0;
	box-shadow: inset 0 0 10px #e0e0e0;
}

div.hublogo img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

div.hublogo img:hover {
	/*
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
	*/
	-webkit-box-shadow: 0 0 25px #000000;
	-moz-box-shadow: 0 0 25px #000000;
	box-shadow: 0 0 25px #000000;
	z-index: 100;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

table.gallery {
	width: 100%;
	table-layout: fixed;
}

table.gallery td {
	width: 32%;
	padding: 10px;
	font-size: 0;
	text-align: center;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 0 10px #e0e0e0;
	-moz-box-shadow: inset 0 0 10px #e0e0e0;
	box-shadow: inset 0 0 10px #e0e0e0;
}

table.gallery img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

table.gallery img:hover {
	/*
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
	*/
	-webkit-box-shadow: 0 0 25px #000000;
	-moz-box-shadow: 0 0 25px #000000;
	box-shadow: 0 0 25px #000000;
	z-index: 100;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

input, textarea, select {
	padding: 2px 5px;
	border: 1px solid #c0c0c0;
	/*
	-webkit-box-shadow: 0 0 5px #d4d4d4;
	-moz-box-shadow: 0 0 5px #d4d4d4;
	box-shadow: 0 0 5px #d4d4d4;
	*/
	/*font-family: 'Comfortaa', cursive;*/
	font-size: small;
	font-family: 'Play', sans-serif;
	background-color: #ffffff;
	/*
	background-color: #f2f2f2;
	background: -webkit-linear-gradient(#ffffff, #f2f2f2);
	background: -moz-linear-gradient(#ffffff, #f2f2f2);
	background: -o-linear-gradient(#ffffff, #f2f2f2);
	background: linear-gradient(#ffffff, #f2f2f2);
	*/
}

textarea {
	padding: 5px;
	min-width: 350px;
	min-height: 100px;
}

input[type=checkbox] {
	-webkit-box-shadow: initial;
	-moz-box-shadow: initial;
	box-shadow: initial;
}

input[type=text], input[type=number], input[type=password], input[type=file] {
	height: 23px;
}

input[type=number] {
	width: 60px;
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

select, option {
	height: 29px;
	line-height: 29px;
	padding-right: 0;
	box-sizing: border-box;
}

input[type=file] {
	padding-left: 0;
	padding-right: 0;
}

input[type=submit] {
	height: 29px;
	color: #000000;
	border: 1px solid #b0b0b0;
	cursor: pointer;
	padding: 3px 20px;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	background-color: #c0c0c0;
	background: -webkit-linear-gradient(#f2f2f2, #c0c0c0);
	background: -moz-linear-gradient(#f2f2f2, #c0c0c0);
	background: -o-linear-gradient(#f2f2f2, #c0c0c0);
	background: linear-gradient(#f2f2f2, #c0c0c0);
}

input[type=submit]:hover {
	background-color: #d4d4d4;
	background: -webkit-linear-gradient(#fcfcfc, #d4d4d4);
	background: -moz-linear-gradient(#fcfcfc, #d4d4d4);
	background: -o-linear-gradient(#fcfcfc, #d4d4d4);
	background: linear-gradient(#fcfcfc, #d4d4d4);
}

div.error {
	font-weight: bold;
	font-size: small;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #a0a0a0;
	background-color: #ffc8c3;
}

div.success {
	font-weight: bold;
	font-size: small;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #a0a0a0;
	background-color: #b1eb84;
}

input.error, textarea.error, select.error {
	border-color: #c11b17;
}

div.mono {
	font-size: small;
	/*font-family: 'Ubuntu Mono', monospace;*/
	font-family: 'Courier New', Courier, monospace;
}

div.serif {
	font-size: small;
	font-family: 'Jura', sans-serif;
}

div.code {
	max-height: 600px;
	white-space: nowrap;
	overflow: auto;
	border: 1px solid #c0c0c0;
	padding: 5px;
	background-color: #fcfcfc;
	/*
	background-color: #e8e8e8;
	background: -webkit-linear-gradient(#ffffff, #e8e8e8);
	background: -moz-linear-gradient(#ffffff, #e8e8e8);
	background: -o-linear-gradient(#ffffff, #e8e8e8);
	background: linear-gradient(#ffffff, #e8e8e8);
	*/
}

div.codehead {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
	/*font-family: 'Comfortaa', cursive;*/
	font-family: 'Play', sans-serif;
}

div.quote {
	max-height: 600px;
	white-space: nowrap;
	overflow: auto;
	border: 1px solid #c0c0c0;
	padding: 5px;
	background-color: #fcfcfc;
	/*
	background-color: #e8e8e8;
	background: -webkit-linear-gradient(#ffffff, #e8e8e8);
	background: -moz-linear-gradient(#ffffff, #e8e8e8);
	background: -o-linear-gradient(#ffffff, #e8e8e8);
	background: linear-gradient(#ffffff, #e8e8e8);
	*/
}

div.quotehead {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
	/*font-family: 'Comfortaa', cursive;*/
	font-family: 'Play', sans-serif;
}

div.changes {
	max-height: 400px;
	white-space: nowrap;
	overflow: auto;
	font-size: small;
	font-family: 'Jura', sans-serif;
	border: 1px solid #c0c0c0;
	padding: 5px;
	background-color: #fcfcfc;
	/*
	background-color: #e8e8e8;
	background: -webkit-linear-gradient(#ffffff, #e8e8e8);
	background: -moz-linear-gradient(#ffffff, #e8e8e8);
	background: -o-linear-gradient(#ffffff, #e8e8e8);
	background: linear-gradient(#ffffff, #e8e8e8);
	*/
}

img.imgleft {
	margin: 0 auto 0 0;
	display: block;
	max-width: 99.1%;
	padding: 3px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}

img.imgcenter {
	margin: 0 auto 0 auto;
	display: block;
	max-width: 99.1%;
	padding: 3px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}

img.imgright {
	margin: 0 0 0 auto;
	display: block;
	max-width: 99.1%;
	padding: 3px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}

div.imagebox {
	font-size: 0;
	display: inline-block;
	background-color: #ffffff;
}

a.imagebox {
	display: inline-block;
}

img.imagebox {
	display: block;
	max-width: 99.1%;
	padding: 3px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}

a.imageurl {
	display: inline-block;
	margin-bottom: -4px;
}

img.imageurl {
	display: block;
	max-width: 99.1%;
	/*
	padding: 3px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	*/
}

a.thumbbox {
	font-size: 0;
}

img.thumbbox {
	display: inline-block;
	max-width: 256px;
	max-height: 192px;
	padding: 3px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

img.thumbbox:hover {
	-webkit-box-shadow: 0 0 25px #000000;
	-moz-box-shadow: 0 0 25px #000000;
	box-shadow: 0 0 25px #000000;
	z-index: 100;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

span.sel {
	padding: 0 5px;
	font-size: smaller;
	white-space: nowrap;
	background-color: #fcfcfc;
	border: 1px solid #c0c0c0;
}

div.spoil {
	font-size: small;
	font-weight: bold;
	border: 1px solid #c0c0c0;
	padding: 5px;
	background-color: #e8e8e8;
	background: -webkit-linear-gradient(#ffffff, #e8e8e8);
	background: -moz-linear-gradient(#ffffff, #e8e8e8);
	background: -o-linear-gradient(#ffffff, #e8e8e8);
	background: linear-gradient(#ffffff, #e8e8e8);
}

input.spoil {
	/*
	display: inline-block;
	float: right;
	*/
	position: relative;
	top: 2px;
	margin: 0;
	padding: 0;
}

div.spoilbody {
	font-weight: normal;
	border-top: 1px solid #c0c0c0;
	margin-top: 5px;
	padding-top: 5px;
	display: none;
}

input.spoil:checked + div.spoilbody {
	display: block;
}

div.box {
	white-space: nowrap;
	overflow: auto;
	border: 1px solid #c0c0c0;
	padding: 5px;
	background-color: #fcfcfc;
	/*
	background-color: #e8e8e8;
	background: -webkit-linear-gradient(#ffffff, #e8e8e8);
	background: -moz-linear-gradient(#ffffff, #e8e8e8);
	background: -o-linear-gradient(#ffffff, #e8e8e8);
	background: linear-gradient(#ffffff, #e8e8e8);
	*/
}

span.b {
	font-weight: bold;
}

span.u {
	text-decoration: underline;
}

span.i {
	font-style: italic;
}

div.left, table.small th.left, table.small td.left, th.left, td.left {
	text-align: left;
}

div.center, table.small th.center, table.small td.center, th.center, td.center {
	text-align: center;
}

div.right, table.small th.right, table.small td.right, th.right, td.right {
	text-align: right;
}

span.oline {
	text-decoration: overline;
}

span.tline {
	text-decoration: line-through;
}

span.help {
	cursor: help;
	border-bottom: 1px dashed #339900;
}

span.infected {
	font-size: x-small;
	color: #0000ff;
	vertical-align: text-top;
	cursor: help;
}

span.clones {
	font-size: x-small;
	color: #339900;
	vertical-align: text-top;
	cursor: help;
}

span.supsep {
	font-size: x-small;
	vertical-align: text-top;
	padding-left: 1px;
	padding-right: 1px;
}

div.frame {
	height: 300px;
	overflow: hidden;
	padding-bottom: 22px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}

div.frame iframe {
	display: block;
	height: 100%;
	width: 100%;
	border-width: 0;
}

div.frame div {
	padding: 3px 5px;
	font-size: small;
	border-top: 1px solid #c0c0c0;
}

/* google ads */

ins.adsbygoogle[data-ad-status="unfilled"] {
	display: none !important;
}

/* end of file */