<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700|Open+Sans+Condensed:300,700");

/*
	Striped by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		image-rendering: pixelated;
	}
	
	CODE:not(.shout_msg CODE) {
		border: 1px solid #AAA;
		padding: 5px;
		font-family: monospace, monospace;
		font-size: 80%;
		background-color: #FFF;
		color: #333;
	}
	
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		visibility:visible !important;
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}
	
	li ul li {
		padding-left: 1em;
		list-style-type: circle;
	}
	
	li ul li ul li {
		padding-left: 2em;
		list-style-type: square;
	}
	
	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 125%;
		min-width: 100%;
	}

	.container.\37 5\25 {
		width: 75%;
	}

	.container.\35 0\25 {
		width: 50%;
	}

	.container.\32 5\25 {
		width: 25%;
	}

	.container {
		width: 100%;
	}

	@media screen and (min-width: 737px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100%;
		}
		
		article.chat {
			background-image: url("../../img/chat_old_mac_header.png");
			background-position: right 32px;
			background-repeat: no-repeat;
			background-size: 50% auto;
		}
		
	}

	@media screen and (min-width: 1251px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100%;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1250px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100%;
		}
		
	}

	@media screen and (min-width: 737px) and (max-width: 1024px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100%;
		}

	}

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

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100% !important;
		}
		
		#desktop_pattern, #please_sign_in2{
			display:none;
		}
		
	}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row &gt; * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform &gt; * &gt; :first-child {
		margin-top: 0;
	}

	.row.uniform &gt; * &gt; :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 &gt; * {
		padding: 0px 0 0 0px;
	}

	.row.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row.uniform.\30 \25 &gt; * {
		padding: 0px 0 0 0px;
	}

	.row.uniform.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row &gt; * {
		padding: 50px 0 0 50px;
	}

	.row {
		margin: -50px 0 -1px -50px;
	}

	.row.uniform &gt; * {
		padding: 50px 0 0 50px;
	}

	.row.uniform {
		margin: -50px 0 -1px -50px;
	}

	.row.\32 00\25 &gt; * {
		padding: 100px 0 0 100px;
	}

	.row.\32 00\25 {
		margin: -100px 0 -1px -100px;
	}

	.row.uniform.\32 00\25 &gt; * {
		padding: 100px 0 0 100px;
	}

	.row.uniform.\32 00\25 {
		margin: -100px 0 -1px -100px;
	}

	.row.\31 50\25 &gt; * {
		padding: 75px 0 0 75px;
	}

	.row.\31 50\25 {
		margin: -75px 0 -1px -75px;
	}

	.row.uniform.\31 50\25 &gt; * {
		padding: 75px 0 0 75px;
	}

	.row.uniform.\31 50\25 {
		margin: -75px 0 -1px -75px;
	}

	.row.\35 0\25 &gt; * {
		padding: 25px 0 0 25px;
	}

	.row.\35 0\25 {
		margin: -25px 0 -1px -25px;
	}

	.row.uniform.\35 0\25 &gt; * {
		padding: 25px 0 0 25px;
	}

	.row.uniform.\35 0\25 {
		margin: -25px 0 -1px -25px;
	}

	.row.\32 5\25 &gt; * {
		padding: 12.5px 0 0 12.5px;
	}

	.row.\32 5\25 {
		margin: -12.5px 0 -1px -12.5px;
	}

	.row.uniform.\32 5\25 &gt; * {
		padding: 12.5px 0 0 12.5px;
	}

	.row.uniform.\32 5\25 {
		margin: -12.5px 0 -1px -12.5px;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (min-width: 737px) {

		.row &gt; * {
			padding: 50px 0 0 50px;
		}

		.row {
			margin: -50px 0 -1px -50px;
		}

		.row.uniform &gt; * {
			padding: 50px 0 0 50px;
		}

		.row.uniform {
			margin: -50px 0 -1px -50px;
		}

		.row.\32 00\25 &gt; * {
			padding: 100px 0 0 100px;
		}

		.row.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.uniform.\32 00\25 &gt; * {
			padding: 100px 0 0 100px;
		}

		.row.uniform.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.\31 50\25 &gt; * {
			padding: 75px 0 0 75px;
		}

		.row.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.uniform.\31 50\25 &gt; * {
			padding: 75px 0 0 75px;
		}

		.row.uniform.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.\35 0\25 &gt; * {
			padding: 25px 0 0 25px;
		}

		.row.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform.\35 0\25 &gt; * {
			padding: 25px 0 0 25px;
		}

		.row.uniform.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 5\25 &gt; * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\32 5\25 &gt; * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.\31 2u\28desktop\29, .\31 2u\24\28desktop\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28desktop\29, .\31 1u\24\28desktop\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28desktop\29, .\31 0u\24\28desktop\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28desktop\29, .\39 u\24\28desktop\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28desktop\29, .\38 u\24\28desktop\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28desktop\29, .\37 u\24\28desktop\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28desktop\29, .\36 u\24\28desktop\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28desktop\29, .\35 u\24\28desktop\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28desktop\29, .\34 u\24\28desktop\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28desktop\29, .\33 u\24\28desktop\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28desktop\29, .\32 u\24\28desktop\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28desktop\29, .\31 u\24\28desktop\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28desktop\29 + *,
		.\31 1u\24\28desktop\29 + *,
		.\31 0u\24\28desktop\29 + *,
		.\39 u\24\28desktop\29 + *,
		.\38 u\24\28desktop\29 + *,
		.\37 u\24\28desktop\29 + *,
		.\36 u\24\28desktop\29 + *,
		.\35 u\24\28desktop\29 + *,
		.\34 u\24\28desktop\29 + *,
		.\33 u\24\28desktop\29 + *,
		.\32 u\24\28desktop\29 + *,
		.\31 u\24\28desktop\29 + * {
			clear: left;
		}

		.\-11u\28desktop\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28desktop\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28desktop\29 {
			margin-left: 75%;
		}

		.\-8u\28desktop\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28desktop\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28desktop\29 {
			margin-left: 50%;
		}

		.\-5u\28desktop\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28desktop\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28desktop\29 {
			margin-left: 25%;
		}

		.\-2u\28desktop\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28desktop\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (min-width: 1251px) {

		.row &gt; * {
			padding: 50px 0 0 50px;
		}

		.row {
			margin: -50px 0 -1px -50px;
		}

		.row.uniform &gt; * {
			padding: 50px 0 0 50px;
		}

		.row.uniform {
			margin: -50px 0 -1px -50px;
		}

		.row.\32 00\25 &gt; * {
			padding: 100px 0 0 100px;
		}

		.row.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.uniform.\32 00\25 &gt; * {
			padding: 100px 0 0 100px;
		}

		.row.uniform.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.\31 50\25 &gt; * {
			padding: 75px 0 0 75px;
		}

		.row.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.uniform.\31 50\25 &gt; * {
			padding: 75px 0 0 75px;
		}

		.row.uniform.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.\35 0\25 &gt; * {
			padding: 25px 0 0 25px;
		}

		.row.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform.\35 0\25 &gt; * {
			padding: 25px 0 0 25px;
		}

		.row.uniform.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 5\25 &gt; * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\32 5\25 &gt; * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.\31 2u\28wide\29, .\31 2u\24\28wide\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28wide\29, .\31 1u\24\28wide\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28wide\29, .\31 0u\24\28wide\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28wide\29, .\39 u\24\28wide\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28wide\29, .\38 u\24\28wide\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28wide\29, .\37 u\24\28wide\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28wide\29, .\36 u\24\28wide\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28wide\29, .\35 u\24\28wide\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28wide\29, .\34 u\24\28wide\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28wide\29, .\33 u\24\28wide\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28wide\29, .\32 u\24\28wide\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28wide\29, .\31 u\24\28wide\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28wide\29 + *,
		.\31 1u\24\28wide\29 + *,
		.\31 0u\24\28wide\29 + *,
		.\39 u\24\28wide\29 + *,
		.\38 u\24\28wide\29 + *,
		.\37 u\24\28wide\29 + *,
		.\36 u\24\28wide\29 + *,
		.\35 u\24\28wide\29 + *,
		.\34 u\24\28wide\29 + *,
		.\33 u\24\28wide\29 + *,
		.\32 u\24\28wide\29 + *,
		.\31 u\24\28wide\29 + * {
			clear: left;
		}

		.\-11u\28wide\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28wide\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28wide\29 {
			margin-left: 75%;
		}

		.\-8u\28wide\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28wide\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28wide\29 {
			margin-left: 50%;
		}

		.\-5u\28wide\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28wide\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28wide\29 {
			margin-left: 25%;
		}

		.\-2u\28wide\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28wide\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1250px) {

		.row &gt; * {
			padding: 50px 0 0 50px;
		}

		.row {
			margin: -50px 0 -1px -50px;
		}

		.row.uniform &gt; * {
			padding: 50px 0 0 50px;
		}

		.row.uniform {
			margin: -50px 0 -1px -50px;
		}

		.row.\32 00\25 &gt; * {
			padding: 100px 0 0 100px;
		}

		.row.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.uniform.\32 00\25 &gt; * {
			padding: 100px 0 0 100px;
		}

		.row.uniform.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.\31 50\25 &gt; * {
			padding: 75px 0 0 75px;
		}

		.row.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.uniform.\31 50\25 &gt; * {
			padding: 75px 0 0 75px;
		}

		.row.uniform.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.\35 0\25 &gt; * {
			padding: 25px 0 0 25px;
		}

		.row.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform.\35 0\25 &gt; * {
			padding: 25px 0 0 25px;
		}

		.row.uniform.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 5\25 &gt; * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\32 5\25 &gt; * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.\31 2u\28narrow\29, .\31 2u\24\28narrow\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28narrow\29, .\31 1u\24\28narrow\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28narrow\29, .\31 0u\24\28narrow\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28narrow\29, .\39 u\24\28narrow\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28narrow\29, .\38 u\24\28narrow\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28narrow\29, .\37 u\24\28narrow\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28narrow\29, .\36 u\24\28narrow\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28narrow\29, .\35 u\24\28narrow\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28narrow\29, .\34 u\24\28narrow\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28narrow\29, .\33 u\24\28narrow\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28narrow\29, .\32 u\24\28narrow\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28narrow\29, .\31 u\24\28narrow\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28narrow\29 + *,
		.\31 1u\24\28narrow\29 + *,
		.\31 0u\24\28narrow\29 + *,
		.\39 u\24\28narrow\29 + *,
		.\38 u\24\28narrow\29 + *,
		.\37 u\24\28narrow\29 + *,
		.\36 u\24\28narrow\29 + *,
		.\35 u\24\28narrow\29 + *,
		.\34 u\24\28narrow\29 + *,
		.\33 u\24\28narrow\29 + *,
		.\32 u\24\28narrow\29 + *,
		.\31 u\24\28narrow\29 + * {
			clear: left;
		}

		.\-11u\28narrow\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28narrow\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28narrow\29 {
			margin-left: 75%;
		}

		.\-8u\28narrow\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28narrow\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28narrow\29 {
			margin-left: 50%;
		}

		.\-5u\28narrow\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28narrow\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28narrow\29 {
			margin-left: 25%;
		}

		.\-2u\28narrow\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28narrow\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1024px) {

		.row &gt; * {
			padding: 50px 0 0 50px;
		}

		.row {
			margin: -50px 0 -1px -50px;
		}

		.row.uniform &gt; * {
			padding: 50px 0 0 50px;
		}

		.row.uniform {
			margin: -50px 0 -1px -50px;
		}

		.row.\32 00\25 &gt; * {
			padding: 100px 0 0 100px;
		}

		.row.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.uniform.\32 00\25 &gt; * {
			padding: 100px 0 0 100px;
		}

		.row.uniform.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.\31 50\25 &gt; * {
			padding: 75px 0 0 75px;
		}

		.row.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.uniform.\31 50\25 &gt; * {
			padding: 75px 0 0 75px;
		}

		.row.uniform.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.\35 0\25 &gt; * {
			padding: 25px 0 0 25px;
		}

		.row.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform.\35 0\25 &gt; * {
			padding: 25px 0 0 25px;
		}

		.row.uniform.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 5\25 &gt; * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\32 5\25 &gt; * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.\31 2u\28narrower\29, .\31 2u\24\28narrower\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28narrower\29, .\31 1u\24\28narrower\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28narrower\29, .\31 0u\24\28narrower\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28narrower\29, .\39 u\24\28narrower\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28narrower\29, .\38 u\24\28narrower\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28narrower\29, .\37 u\24\28narrower\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28narrower\29, .\36 u\24\28narrower\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28narrower\29, .\35 u\24\28narrower\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28narrower\29, .\34 u\24\28narrower\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28narrower\29, .\33 u\24\28narrower\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28narrower\29, .\32 u\24\28narrower\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28narrower\29, .\31 u\24\28narrower\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28narrower\29 + *,
		.\31 1u\24\28narrower\29 + *,
		.\31 0u\24\28narrower\29 + *,
		.\39 u\24\28narrower\29 + *,
		.\38 u\24\28narrower\29 + *,
		.\37 u\24\28narrower\29 + *,
		.\36 u\24\28narrower\29 + *,
		.\35 u\24\28narrower\29 + *,
		.\34 u\24\28narrower\29 + *,
		.\33 u\24\28narrower\29 + *,
		.\32 u\24\28narrower\29 + *,
		.\31 u\24\28narrower\29 + * {
			clear: left;
		}

		.\-11u\28narrower\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28narrower\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28narrower\29 {
			margin-left: 75%;
		}

		.\-8u\28narrower\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28narrower\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28narrower\29 {
			margin-left: 50%;
		}

		.\-5u\28narrower\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28narrower\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28narrower\29 {
			margin-left: 25%;
		}

		.\-2u\28narrower\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28narrower\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row &gt; * {
			padding: 50px 0 0 50px;
		}

		.row {
			margin: -50px 0 -1px -50px;
		}

		.row.uniform &gt; * {
			padding: 50px 0 0 50px;
		}

		.row.uniform {
			margin: -50px 0 -1px -50px;
		}

		.row.\32 00\25 &gt; * {
			padding: 100px 0 0 100px;
		}

		.row.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.uniform.\32 00\25 &gt; * {
			padding: 100px 0 0 100px;
		}

		.row.uniform.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.\31 50\25 &gt; * {
			padding: 75px 0 0 75px;
		}

		.row.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.uniform.\31 50\25 &gt; * {
			padding: 75px 0 0 75px;
		}

		.row.uniform.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.\35 0\25 &gt; * {
			padding: 25px 0 0 25px;
		}

		.row.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform.\35 0\25 &gt; * {
			padding: 25px 0 0 25px;
		}

		.row.uniform.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 5\25 &gt; * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\32 5\25 &gt; * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28mobile\29 + *,
		.\31 1u\24\28mobile\29 + *,
		.\31 0u\24\28mobile\29 + *,
		.\39 u\24\28mobile\29 + *,
		.\38 u\24\28mobile\29 + *,
		.\37 u\24\28mobile\29 + *,
		.\36 u\24\28mobile\29 + *,
		.\35 u\24\28mobile\29 + *,
		.\34 u\24\28mobile\29 + *,
		.\33 u\24\28mobile\29 + *,
		.\32 u\24\28mobile\29 + *,
		.\31 u\24\28mobile\29 + * {
			clear: left;
		}

		.\-11u\28mobile\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28mobile\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28mobile\29 {
			margin-left: 75%;
		}

		.\-8u\28mobile\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28mobile\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28mobile\29 {
			margin-left: 50%;
		}

		.\-5u\28mobile\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28mobile\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28mobile\29 {
			margin-left: 25%;
		}

		.\-2u\28mobile\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28mobile\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	body {
		background-image: url("images/bg02.png");
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #565656;
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #565656;
	}

	a {
		color: #3366CC;
		transition: all 0.3s ease 0s;
	}
	
	a:hover{
		color: #8BACEF;
	}

	strong, b {
		font-weight: 700;
	}

	h2, h3, h4, h5, h6 {
		margin-bottom: 0.3em;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		color: #232323;
	}

	h2 a, h4 a, h5 a, h6 a {
		text-decoration: none;
		color: inherit;
	}

	blockquote {
		border-left: solid 5px #ddd;
		padding: 1em 0 1em 2em;
		margin-bottom: 1em;
		font-style: italic;
	}

	em, i {
		font-style: italic;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
		padding: 1.5em 0 0 0;
		margin: 1.75em 0 0 0;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	br.clear {
		clear: both;
	}

	p, ul, ol, dl {
		margin-bottom: 1em;
	}

/* Table */

	table {
		margin-bottom: 1em;
		width: 100%;
	}

	table.default tbody tr:nth-child(2n+2) {
		background: #f4f4f4;
	}

	table.default td {
		padding: 0.5em 1em 0.5em 1em;
	}

	table.default th {
		text-align: left;
		font-weight: 700;
		padding: 0.75em 1em 0.75em 1em;
	}

	table.default thead {
		border-bottom: solid 1px #ddd;
	}

	table.default tfoot {
		border-top: solid 1px #ddd;
		background: #eee;
	}

	.inner.article TABLE, .inner.software TABLE {
		width: auto;
		max-width: 100%;
	}

	.inner.article TABLE TD, .inner.software TABLE TD {
		padding: 5px;
	}

/* Form */

	form label {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		color: #232323;
		margin: 0 0 0.75em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		display: block;
		border-radius: 0.4em;
		-webkit-appearance: none;
		border: solid 1px #ddd;
		padding: 0.5em 0.75em;
		width: 100%;
		line-height: 1.25em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			box-shadow: 0px 0px 5px 3px #86a4e0;
		}

	form ::-webkit-input-placeholder {
		color: #777;
		font-size: 95%;
	}

	form :-moz-placeholder {
		color: #777;
		font-size: 95%;
	}

	form ::-moz-placeholder {
		color: #777;
		font-size: 95%;
	}

	form :-ms-input-placeholder {
		color: #777;
		font-size: 95%;
	}

/* Section/Article */

	header {
		margin: 0 0 2em 0;
	}

		header &gt; p {
			font-family: 'Open Sans Condensed', sans-serif;
			font-weight: 300;
			display: block;
			margin-top: 1em;
			color: #999;
		}

	section, article {
		margin-bottom: 5em;
	}

		section &gt; :last-child,
		section &gt; .inner &gt; :last-child, section:last-child, article &gt; :last-child,
		article &gt; .inner &gt; :last-child, article:last-child {
			margin-bottom: 0;
		}

/* Image */

	.image {
		display: inline-block;
	}

		.image img {
			display: block;
			width: 100%;
			border: 1px solid #aaa;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			margin: 0 0 2em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		cursor: pointer;
		background-color: #86a4e0;
		background-image: url("images/bg01.png");
		border-radius: 0.4em;
		text-align: center;
		box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
		color: #fff;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-decoration: none;
		-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		transition: background-color .25s ease-in-out, color .25s ease-in-out;
		text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
	}

		input[type="button"]:disabled, input[type="button"].disabled,
		input[type="submit"]:disabled,
		input[type="submit"].disabled,
		input[type="reset"]:disabled,
		input[type="reset"].disabled,
		button:disabled,
		button.disabled,
		.button:disabled,
		.button.disabled {
			opacity: 0.35;
			cursor: default;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background-color: #618CE8;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background-color: #618CE8;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background-color: #555560;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: #465060;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background-color: #263040;
			}

/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

/* Pagination */

	.pagination .pages {
		display: inline-block;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
	}

		.pagination .pages span {
			display: inline-block;
			width: 1.5em;
			text-align: center;
			margin: 0 0.4em 0 0;
		}

		.pagination .pages a {
			cursor: pointer;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: inherit;
			background-color: #e8e8e8;
			background-image: url("images/bg02.png");
			color: #565656;
			margin: 0 0.4em 0 0;
			border-radius: 0.4em;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
			box-shadow: inset 0 0.075em 0.25em 0 rgba(0, 0, 0, 0.1);
		}

			.pagination .pages a:hover {
				background-color: #dadada;
			}

			.pagination .pages a.active {
				background-color: #555560;
				color: #fff;
				box-shadow: none;
				text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
			}

/* Box */

	.box.calendar .inner {
		position: relative;
		background-color: #272E39;
		background-color: rgba(0, 0, 0, 0.15);
		border-radius: 0.4em;
		padding: 0.75em 0.5em 0.75em 0.5em;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
	}

	.box.calendar caption {
		font-weight: 700;
		color: #fff;
		margin: 0 0 0.25em 0;
	}

	.box.calendar table {
		margin: 0 auto;
	}

	.box.calendar td {
		cursor: default;
		padding: 0.35em 0 0.35em 0;
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
	}

	.box.calendar th {
		cursor: default;
		padding: 0.35em 0 0.35em 0;
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
		font-weight: 700;
		color: #fff;
	}

	.box.calendar td a, .box.calendar td span {
		display: block;
		margin: 0 auto;
		width: 1.5em;
		height: 1.5em;
		text-align: center;
		line-height: 1.4em;
		border-radius: 0.4em;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		text-decoration: none;
	}

	.box.calendar td a {
		color: #fff;
		font-weight: 700;
	}

		.box.calendar td a:hover {
			background-color: rgba(200, 225, 255, 0.1);
			color: #fff;
		}

	.box.calendar td.today a {
		background-color: #86a4e0;
		background-image: url("images/bg01.png");
		box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15), 0 0.025em 0.15em 0em rgba(0, 0, 0, 0.25);
		color: #fff !important;
	}

	.box.post {
		position: relative;
	}

		.box.post .info .stats {
			margin: 0;
			cursor: default;
		}

			.box.post .info .stats a {
				font-size: 0.8em;
				text-decoration: none;
				color: #212121;
				font-weight: 700;
				line-height: 1em;
			}

	.box.recent-posts li {
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
		padding: 0.5em 0 0.5em 0;
	}

		.box.recent-posts li:first-child {
			border-top: 0;
			box-shadow: none;
			padding-top: 0;
		}

		.box.recent-posts li:last-child {
			padding-bottom: 0;
		}

	.box.recent-comments li {
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
		padding: 0.5em 0 0.5em 0;
	}

		.box.recent-comments li:first-child {
			border-top: 0;
			box-shadow: none;
			padding-top: 0;
		}

		.box.recent-comments li:last-child {
			padding-bottom: 0;
		}

	.box.search form {
		position: relative;
	}

		.box.search form input {
			position: relative;
			padding-right: 34px;
		}

		.box.search form:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 18px;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: '\f002';
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
			-moz-transform: scale(-1, 1);
			-webkit-transform: scale(-1, 1);
			-ms-transform: scale(-1, 1);
			transform: scale(-1, 1);
			position: absolute;
			right: 0.5em;
			top: 0.25em;
			z-index: 1;
			text-shadow: none;
			color: #c8ccce;
		}

	.box.text-style1 .inner {
		position: relative;
		background-color: #272E39;
		background-color: rgba(0, 0, 0, 0.15);
		border-radius: 0.4em;
		padding: 1.45em;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
	}

/* Icons */

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon &gt; .label {
			display: none;
		}

/* Nav */

	#nav &gt; ul &gt; li &gt; ul {
		display: none;
	}

	#nav ul {
		margin: 0;
	}

	#nav li {
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
		padding: 0.5em 0 0.5em 0;
	}

		#nav li:first-child {
			border: 0;
			box-shadow: none;
			padding-top: 0;
		}

		#nav li:last-child {
			padding-bottom: 0;
		}

		#nav li a {
			display: block;
			padding: 0.4em 0.3em 0.4em 1em;
			text-decoration: none;
			border-radius: 0.4em;
			outline: 0;
			-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
			transition: background-color .25s ease-in-out, color .25s ease-in-out;
		}

		#nav &gt; UL &gt; LI.current &gt; A {
			background-color: #272E39 !important;
			background-color: rgba(0, 0, 0, 0.07) !important;
			box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
			font-weight: 700;
			color: #fff;
		}

		#nav li:hover a {
			background-color: rgba(255, 255, 255, 0.1);
			color: #fff;
		}

/* Sidebar */

	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: none;
		height: 44px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10241;
		background: #555560 url("images/bg01.png");
	}

		#titleBar .title {
			display: block;
			color: #fff;
			line-height: 44px;
			font-size: 1.25em;
			font-family: 'Open Sans Condensed', sans-serif;
			font-weight: 700;
			letter-spacing: 0.1em;
			text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
			text-align: center;
		}

			#titleBar .title a {
				color: inherit;
				text-decoration: none;
			}

		#titleBar .toggle {
			width: 80px;
			height: 60px;
			position: absolute;
			top: 0;
			left: 0;
		}

			#titleBar .toggle:before {
				font-family: FontAwesome;
				text-decoration: none;
				font-style: normal;
				font-weight: normal;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				content: '\f0c9';
				display: block;
				position: absolute;
				top: 7px;
				font-size: 14px;
				width: 50px;
				height: 30px;
				line-height: 30px;
				background: #86a4e0 url("images/bg01.png");
				border-radius: 5px;
				color: #fff;
				text-align: center;
				box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15), 0 0.025em 0.15em 0em rgba(0, 0, 0, 0.25);
				text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
				left: 7px;
			}

			#titleBar .toggle:active:before {
				background-color: #618CE8;
			}

	#sidebar {
		color: #aaa;
		color: rgba(255, 255, 255, 0.55);
		text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
		width: 14.5em;
		padding: 3em 1.35em 1em 1.15em;
		background: #555560 url("images/bg01.png");
		overflow-y: auto;
		left: 0;
		box-shadow: inset -0.1em 0em 0.35em 0em rgba(0, 0, 0, 0.15);
	}

		#sidebar form input, #sidebar form select, #sidebar form textarea {
			border: 0;
		}

		#sidebar section, #sidebar nav {
			position: relative;
			margin: 2em 0 0 0;
			font-size: 0.9em;
		}

			#sidebar section:before, #sidebar nav:before {
				content: '';
				display: block;
				height: 0.5em;
				margin: 0 0 2em 0;
			}

		#sidebar strong, #sidebar b {
			color: #eee;
		}
		
		#sidebar a:hover{
			color: #fff;
		}
		
		#sidebar a {
			color: #d4dde0;
		}

		#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
			color: #fff;
		}

		#sidebar header {
			margin: 0 0 1.25em 0;
		}

/* Content */

	#content {
		position: relative;
		background-color: #f3f3f3;
		background-image: url("images/bg02.png");
	}

		#content &gt; .inner {
			position: relative;
			z-index: 1;
		}

/* Copyright */

	#disclaimer {
		font-size: 85% !important;
	}
	
	#copyright {
		padding-bottom: 2em;
	}

		#copyright p {
			opacity: 0.75;
		}

		#copyright a {
			color: inherit !important;
		}

		#copyright:before {
			content: '';
			border-top: solid 1px;
			border-bottom: solid 1px;
			border-color: #171E29;
			border-color: rgba(0, 0, 0, 0.25);
			box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075), 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
			display: block;
		}
		
		#copyright LI:last-child {
			font-size: 85%;
		}

/* Desktop */

	@media screen and (min-width: 737px) {

		/* Basic */

			body {
				height: 100%;
				line-height: 1.75em;
			}

			input, textarea, select {
				line-height: 1.75em;
			}

			h2 {
				font-size: 1.2em;
			}

			h3, h4, h5, h6 {
				font-size: 1em;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			.button,
			button {
				display: inline-block;
				padding: 0.5em 2em 0.5em 2em;
			}

				input[type="button"].small,
				input[type="submit"].small,
				input[type="reset"].small,
				.button.small,
				button.small {
					font-size: 0.85em;
					padding: 0.35em 1.5em 0.35em 1.5em;
				}

				input[type="button"].big,
				input[type="submit"].big,
				input[type="reset"].big,
				.button.big,
				button.big {
					font-size: 1.25em;
					padding: 0.75em 2em 0.75em 2em;
				}

				input[type="button"].huge,
				input[type="submit"].huge,
				input[type="reset"].huge,
				.button.huge,
				button.huge {
					font-size: 1.5em;
					padding: 0.75em 2em 0.75em 2em;
				}

		/* Pagination */

		.pagination {
			padding: 1em 0 3em;
		}

		.pagination .previous {
			line-height: 2em;
			padding: 0.5em;
			margin-bottom: 0.4em;
		}

		.button.next {
			line-height: 2em;
			padding: 0.5em;
			margin-bottom: 0.4em;
		}

		.pagination .pages a {
			height: 2.75em;
			line-height: 2.75em;
			margin-bottom: 0.4em;
			width: 2em;
		}

		.pagination .button {
			height: 2.75em;
			padding: 0em 1em;
			line-height: 2.75em;
			color: #fff;
		}

		/* Box */

			.box.post .info .stats li a {
				border-radius: 0.4em;
				opacity: 0.5;
				-moz-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
				-webkit-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
				-ms-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
				transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
			}

			.box.post .info .stats li:hover a {
				opacity: 1.0;
			}

		/* Logo */

			#logo {
				font-family: 'Open Sans Condensed', sans-serif;
				font-weight: 700;
				font-size: 2em;
				letter-spacing: 0.1em;
				padding-top: 8px;
			}

				#logo a {
					display: block;
					background-color: #86a4e0;
					background-image: url("images/bg01.png");
					padding: 0.875em 0.25em;
					border-radius: 0.2em;
					text-align: center;
					box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15), 0 0.025em 0.15em 0em rgba(0, 0, 0, 0.25);
					text-decoration: none;
					color: #fff;
				}

		/* Content */

			#content {
				box-shadow: 0 0 0.25em 0em rgba(0, 0, 0, 0.25);
			}

				#content &gt; .inner {

					/*
						This sets an upper limit on your page content to prevent it
						from looking insane on really wide displays. It's currently set
						to the width of the sample post images, but you can change it to
						whatever you like (or remove it entirely).
					*/

					/*max-width: 1038px;*/
					padding-bottom: 6em;
				}

		/* Sidebar */

			#sidebar {
				position: absolute;
				top: 0;
				z-index: 0;
			}

		/* Copyright */

			#copyright {
				margin: 2em 0 0 0;
				text-align: center;
			}

				#copyright p {
					font-size: 0.8em;
					line-height: 2em;
				}

				#copyright:before {
					height: 0.5em;
					margin: 0 0 2em 0;
				}

	}

/* Wide */

	@media screen and (min-width: 1251px) {

		/* Basic */

			body {
				min-width: 1250px;
				font-size: 12pt;
			}

			input, textarea, select {
				font-size: 12pt;
			}

		/* Box */

			.box.post h2 {
				font-size: 2.4em;
				line-height: 1.2em;
			}

			.box.post header {
				margin: 0 0 2em 0;
			}

				.box.post header &gt; p {
					font-size: 2.25em;
					line-height: 1.5em;
					position: relative;
					top: -0.65em;
					margin-bottom: -0.65em;
				}

			.box.post .info {
				position: absolute;
				width: 5.5em;
				overflow: hidden;
				background-color: #fff;
				background-image: url("images/bg02.png");
				left: -10.5em;
				top: 0;
				padding: 1.5em 0.6em 1.5em 0.7em;
				border-top-left-radius: 0.4em;
				border-bottom-left-radius: 0.4em;
				box-shadow: 0.25em 0 0 0 #fbfbfb, 0 0 0.25em 0em rgba(0, 0, 0, 0.25);
			}

				.box.post .info .date {
					position: relative;
					z-index: 1;
					font-family: 'Open Sans Condensed', sans-serif;
					font-weight: 400;
					text-align: center;
					display: block;
					font-size: 1.5em;
					color: #999;
					border-bottom: solid 1px #ddd;
					padding: 0 0 1em 0;
					margin: 0 0 0.75em 0;
				}

					.box.post .info .date .year,
					.box.post .info .date .month span {
						display: none;
					}

					.box.post .info .date .day {
						display: block;
						margin: 0.25em 0 0 0;
						font-size: 1.5em;
						font-weight: 700;
						color: #1b252a;
					}

				.box.post .info .stats {
					position: relative;
					z-index: 1;
				}

					.box.post .info .stats li {
						margin: 1.25em 0 0 0;
					}

						.box.post .info .stats li a {
							position: relative;
							display: block;
							text-align: right;
							padding: 0;
						}

							.box.post .info .stats li a:before {
								position: absolute;
								left: 0;
								top: 50%;
								margin: -0.4em 0 0 -0.3em;
								font-size: 16px;
								width: 1.5em;
								text-align: center;
								opacity: 0.35;
							}

		/* Content */

			#content {
				padding: 3em 5em 8em 5em;
				margin-left: 21em;
			}

	}

/* Narrow */

	@media screen and (min-width: 737px) and (max-width: 1250px) {

		/* Basic */

			body {
				min-width: 1024px;
				font-size: 11pt;
			}

			input, textarea, select {
				font-size: 11pt;
			}

		/* Box */

			.box.post h2 {
				font-size: 2.3em;
				line-height: 1.1em;
			}

			.box.post header {
				padding: 1.5em 0 0 0;
				margin: 0 0 3em 0;
			}

				.box.post header &gt; p {
					font-size: 1.75em;
					line-height: 1.5em;
					position: relative;
					top: -0.75em;
					margin-bottom: -0.75em;
				}

			.box.post .info {
				border-top: 1px solid #ddd;
				width: 100%;
				padding: 1em 0 0 0;
				position: relative;
				top: 0;
			}

				.box.post .info .date {
					display: inline;
				}

				.box.post .info .stats {
					display: inline;
					border-left: solid 1px #ddd;
					margin-left: 1em;
					padding-left: 1em;
				}

					.box.post .info .stats li {
						display: inline-block;
						margin-left: 0.25em;
					}

						.box.post .info .stats li a {
							display: inline-block;
							padding-right: 0.5em;
						}

							.box.post .info .stats li a:before {
								position: relative;
								width: 1.75em;
								text-align: center;
								margin-right: 0.35em;
								opacity: 0.35;
							}

		/* Content */

			#content {
				padding: 2em 3em 6em 3em;
				margin-left: 14em;
			}

	}

/* Narrower */

	@media screen and (min-width: 737px) and (max-width: 1024px) {

		/* Basic */

			body {
				min-width: 641px;
				font-size: 13pt;
			}

			input, textarea, select {
				font-size: 13pt;
			}

		/* Logo */

			#logo {
				display: none;
			}

		/* Nav */

			#nav {
				margin-top: 0 !important;
			}

				#nav li:hover a {
					background: none;
				}

		/* Sidebar */

			#sidebar {
				padding: 30px 20px 30px 20px;
			}

	}

/* Mobile */

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

		/* Basic */

			body, input, textarea, select {
				line-height: 1.75em;
				font-size: 11pt;
				letter-spacing: 0;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.39em;
			}

		/* Section/Article */

			section, article {
				clear: both;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				width: 100%;
				font-size: 1em;
				padding: 0.75em 0.25em;
				margin: 0.5em 0 0.5em 0;
			}

		/* Pagination */

			.pagination .pages {
				display: none;
			}

		/* Box */

			.box.post {
				margin-bottom: 6em;
			}

				.box.post header &gt; p {
					font-size: 1.5em;
					font-family: 'Source Sans Pro', sans-serif;
					line-height: 1.5em;
				}

				.box.post .info {
					border-top: 1px solid #ddd;
					padding: 0.25em 0 1.25em;
					position: relative;
					width: 100%;
					padding-left: 8px;
				}
					.box.post .info .date {
						display: inline;
					}

						.box.post .info .date .year, .box.post .info .date .month span {
							display: none;
						}

					.box.post .info .stats {
						display: inline;
						border-left: solid 1px #ddd;
						margin-left: 0.75em;
						padding-left: 0.75em;
					}

						.box.post .info .stats li {
							display: inline-block;
							margin-right: 0.85em;
						}

							.box.post .info .stats li a {
								display: inline-block;
								opacity: 0.5;
							}

								.box.post .info .stats li a:before {
									position: relative;
									top: 0.1em;
									margin-right: 0.5em;
									opacity: 0.35;
								}

								.box.post .info .stats li a:active {
									opacity: 1.0;
								}

		/* Logo */

			#logo {
				display: none;
			}

		/* Nav */

			#nav {
				margin-top: 0 !important;
			}

		/* Content */

			#content {
				margin-top: 44px;
				padding: 3em 20px 2em 20px;
			}

		/* Sidebar */

			#sidebar {
				padding: 20px 12px 20px 10px;
				box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.15), inset -0.1em 0 0.5em 0 rgba(0, 0, 0, 0.25);
			}

		/* Copyright */

			#copyright {
				margin: 2em 0 0 0;
				text-align: center;
			}

				#copyright p {
					font-size: 0.9em;
					line-height: 2em;
				}

				#copyright:before {
					height: 0.5em;
					margin: 0 0 2em 0;
				}

	}

/* Off-Canvas Sidebar */

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

		/* Basic */

			html, body {
				overflow-x: hidden;
				min-width: 320px;
			}

		/* Content */

			#content {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				margin-top: 44px;
				margin-left: 0;
				margin-right: 0;
				min-height: 0 !important;
			}

		/* Sidebar */

			#titleBar {
				display: block;
			}

			#sidebar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100% !important;
				min-height: 0 !important;
				overflow-y: auto;
				position: fixed;
				top: 0;
				z-index: 10242;
				-moz-transform: translateX(-14.5em);
				-webkit-transform: translateX(-14.5em);
				-ms-transform: translateX(-14.5em);
				transform: translateX(-14.5em);
			}

			body.sidebar-visible #content, body.sidebar-visible #titleBar {
				-moz-transform: translateX(14em);
				-webkit-transform: translateX(14em);
				-ms-transform: translateX(14em);
				transform: translateX(14em);
			}

			body.sidebar-visible #sidebar {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

HTML{
	background-image:url(../../img/macos_pattern.png);
}

IMG {
    max-width:100%;
}

#div_out{
	display:none;
}

#sidebar &gt; a {
    display: block;
    text-align: center;
}

#logo {
	text-align: center;
}

#content{
	margin-right:15%;
}

INPUT{
	transition: all 0.3s ease 0s;
}

#desktop_pattern, .floating_bubble{
	position:absolute;
	top:300px;
	right:30px;
	width:136px;
	height:73px;
	line-height:7.5px;
    padding:22px 25px 0 12px;
	background:url(../../img/desktop_pattern_bubble.png) no-repeat;
	cursor:pointer;
}

.floating_bubble{
	top:40px;
	right:-50px;
	padding:10px 10px 0 24px;
	background:url(../../img/floating_bubble.png) no-repeat;
	cursor:pointer;
}

#desktop_pattern SPAN, .floating_bubble SPAN{
    color: #000;
    font-family: Arial;
    font-size: 9px;
}

#please_sign_in2 {
	position: absolute;
	top: 5px;
	right: 12px;
	z-index: 99999;
	background-color: #555;
	border-radius: 5px;
	padding: 5px;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	color: #DDD;
}

.alert {
    min-height: 78px;
    background: rgba(0, 0, 0, 0.07) url("../../img/alert.png") no-repeat scroll 20px 50%;
    border-radius: 18px;
    line-height: 1.2em;
    margin-bottom: 50px;
    padding: 20px 15px 20px 70px;
}

.bomb {
    min-height: 78px;
	background: rgba(255, 0, 0, 0.07) url("../../img/bomb.png") no-repeat scroll 20px 50%;
    border-radius: 18px;
    line-height: 1.2em;
    margin-bottom: 50px;
    padding: 20px 15px 20px 70px;
}

.info_dialog {
    min-height: 78px;
    background: rgba(0, 255, 0, 0.07) url("../../img/dialog_icon.png") no-repeat scroll 20px 50%;
    border-radius: 18px;
    line-height: 1.2em;
    margin-bottom: 50px;
    padding: 20px 15px 20px 70px;
}

.alert &gt; SPAN, .bomb &gt; SPAN, .info_dialog &gt; SPAN {
	line-height: 34px;
    vertical-align: middle;
}

.patt_preview {
    background-color: #fff;
    border: 1px solid gray;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    padding: 2px;
}

BUTTON IMG {
    margin-right: 8px;
    vertical-align: middle;
}

.download_box {
	position: relative;
    min-height: 78px;
    border-radius: 18px;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding: 20px 15px 20px 70px;
}
.download_box &gt; a {
    display: inline-block;
}
.download_box.sit {
    background: rgba(0, 0, 0, 0.04) url("../../img/sit.png") no-repeat scroll 20px 24px;
}
.download_box.zip {
    background: rgba(0, 0, 0, 0.04) url("../../img/zip.png") no-repeat scroll 20px 24px;
}
.download_box.hqx {
    background: rgba(0, 0, 0, 0.04) url("../../img/hqx.png") no-repeat scroll 20px 24px;
}
.download_box.txt {
    background: rgba(0, 0, 0, 0.04) url("../../img/txt.png") no-repeat scroll 20px 24px;
}
.download_box.img {
    background: rgba(0, 0, 0, 0.04) url("../../img/img.png") no-repeat scroll 20px 24px;
}
.download_box.iso {
    background: rgba(0, 0, 0, 0.04) url("../../img/iso.png") no-repeat scroll 20px 24px;
}
.download_box.file {
    background: rgba(0, 0, 0, 0.04) url("../../img/file.png") no-repeat scroll 20px 24px;
}
.download_box.pdf {
    background: rgba(0, 0, 0, 0.04) url("../../img/pdf.png") no-repeat scroll 20px 24px;
}
.download_box.rar {
    background: rgba(0, 0, 0, 0.04) url("../../img/rar.png") no-repeat scroll 20px 24px;
}
.download_box.mrb {
    background: rgba(0, 0, 0, 0.04) url("../../img/mrb.png") no-repeat scroll 20px 24px;
}
.download_box.mar {
    background: rgba(0, 0, 0, 0.04) url("../../img/mar.png") no-repeat scroll 20px 24px;
}
.download_box .emubiijs {
	position: absolute;
	right: -73px;
	top: 0;
	rotate: -14deg;
	z-index: 1;
	width: 107px;
	height: 112px;
}

.icon{
	vertical-align:middle;
	margin:2px 5px 2px 0;
	max-height:32px;
}

.icon2{
	vertical-align:middle;
	margin-right:20px;
}

h3 {
    color: #606060;
	line-height: 23px;
	margin-top: 5px;
}

#nav li.current.perm a {
    background-color: rgba(125, 125, 125, 0.35) !important;
}

.nw{
	white-space:nowrap;
}

.box.post .info .date::before {
    content: "in";
    font-size: 15px;
    margin-right: 6px;
}


.div_suggester_r{
position:absolute;
display:none;
width:97%;
padding:5px;
font-size:90%;
border:1px solid #AAAAAA;
background-color:#FFF;
z-index:9999;
letter-spacing:-0.3px;
line-height:21px;
}

.div_suggester_r LI{
border-bottom:1px solid #DDD;
}

.div_suggester_r LI:last-child{
border-bottom:0;
}

.ul_suggester_r{
list-style:outside;
list-style-type:none;
padding:0;
}

.li_suggester_r{
padding:2px;
cursor:pointer;
color:#333 !important;
text-shadow:none !important;
}

.li_suggester_r A, .li_suggester_r B{
color:#3366cc !important;
}

.li_suggester_r.admin, .li_suggester_r.admin B{
color: #c32a37 !important;
}

.li_suggester_r:hover{
background-color:#F0F0F0;
}

.ps-caption{
display:none !important;
}

#slide_caption_container {
	min-height: 76px;
    background-color: #333;
    padding: 10px;
}

#slide_caption B {
    color:#FFF;
}

#slide_caption A {
    color:#FFF;
	text-decoration:none;
}

#slide_caption.home A {
  display: block;
  font-size: 24px;
  margin-top: 14px;
  text-align: center;
  vertical-align: middle;
}

.third{
	float:left;
	width:30%;
	margin-right:3%;
}

.half, .half2{
	float:left;
	width:47%;
	margin-right:2%;
	margin-bottom:50px;
}

.half2{
	margin-bottom:5px;
}

.right {
    float: right;
    text-align: right;
}

.icontime {
    background-image: url("../../img/time_icon.png");
    background-position: right 12px;
    background-repeat: no-repeat;
    padding-right: 50px;
	max-width: 49%;
}

.btn_delete{
	float:right;
	padding:0 5px;
}

.tightflow{
	display:inline-block;
	width:auto;
	padding:0;
}

.border {
    border:1px solid #333;
}

.nowrap{
	white-space:nowrap;
}

.middle{
	vertical-align:middle;
}

.recent_box {
    float:left;
    margin:1%;
    min-height:285px;
    width:31%;
	overflow:hidden;
	line-height:120%;
}

article {
    min-height: 150px;
}

.mine_thumb{
	float:left;
	margin-right:1em !important;
	max-width: 200px;
	max-height: 200px;
}

.mine_title{
	margin-bottom:0.6em !important;
}

.mine_title H2 {
    font-size:2em !important;
	line-height:1.5em;
}

.mine_date{
	font-style:italic;
	color:#AAA;
}

.vs{
	text-align:center;
	font-size:10px;
	line-height:1.4em;
	color:#AAA;
}

.vs2 {
	font-size:11px;
	color:#999;
}

.pagination.letters{
	padding-top:10px;
}

.pages.letters A {
    height: 1.9em;
    line-height: 1.9em;
    margin: 0 0 0.3em;
    width: 1.88em;
}

.virtual_desc{
	background-color:#FFF4EA;
}

.rating_img {
    cursor: pointer;
    margin-right: -1px;
    vertical-align: middle;
}

.home_h2{
	font-size:2em;
	margin:20px 0;
}

.top_6_box {
	float:left;
	margin:20px 0;
	width:48%;
	min-height: 224px;
}

.top_6_box A {
    font-size: 80%;
}

.top_6_box &gt; A {
	font-size: 1.25em;
}

.home_wow{
	max-width: 300px;
	min-width: 120px;
	position: absolute;
	right: -80px;
	top: -28px;
	width: 50%;
	height: 224px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.home_wow .downloads{
	max-width: 138px;
	position: absolute;
	left: 115px;
	top: 75px;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #004ba8;
}

.home_wow .downloads B{
	font-size: 21px;
}

.home_wow .members {
	max-width: 70px;
	position: absolute;
	right: 35px;
	bottom: 16%;
	font-size: 13px;
	line-height: 12px;
	letter-spacing: 0px;
	color: #0072ff;
}

.home_wow .members B{
	font-size: 14px;
}
/*
.home_half:nth-child(2n+1){
	clear: both;
}
*/
.home_half{
	float: left;
	max-width: 48%;
	min-height: 130px;
	margin: 20px 1%;
}

#a_msg{
	text-decoration: none;
	margin-top: 30px;
}

.wof_col{
	float: left;
	max-width: 250px;
	min-width: 170px;
	margin-right: 28px;
	margin-bottom: 10px;
	line-height: 100%;
}

.wof_col:nth-child(1){
	float: left;
	max-width: 24%;
	min-width: 21%;
	margin-right: 1%;
}


@media screen and (max-width: 1550px) {
		
	#a_chat_with {
		display: block;
		margin: 10px 0;
		font-size: 15px;
	}
	
	#span_last_seen {
		display: block;
		font-size: 16px;
	}
	
	article.chat {
		background-position: right 60px;
	}
	
	.wof_col A {
		font-size: 13px;
	}
	
	.wof_col {
		width: 24% !important;
		max-width: 24% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
		white-space: nowrap;
	}
	
}


@media screen and (max-width: 890px) {
	.home_wow .members {
		top: 19.2vw;
	}
	
	.icontime {
		max-width: none;
	}
	
}


@media screen and (max-width: 768px) {
	.non_mobile_only{
		display: none;
	}
	
	.recent_box {
		min-height: 225px;
	}
	
	TD {
		float: left;
	}
	
	TD:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.gads {
		display: none;
	}
	
	.patt_preview {
		font-size: 12px;
	}
	
	HEADER H2 {
		font-size: 1.9em;
	}
	
	H3.platinum {
		max-width: 60%;
	}
	
	.home_wow {
		max-width: 300px;
		min-width: 120px;
		position: absolute;
		right: -80px;
		top: 10px;
		width: 50%;
		height: 29vw;
		background-repeat: no-repeat;
		background-size: 100% auto;
		max-height: 230px;
		min-height: 125px;
	}
	
	.home_wow .downloads {
		max-width: 138px;
		position: absolute;
		left: 38%;
		top: 34%;
		font-size: 2.2vw;
		line-height: 2vw;
		letter-spacing: 0.12vw;
		color: #004ba8;
	}
	
	.home_wow .downloads B {
		font-size: 2.5vw;
	}
	
	.home_wow .members {
		max-width: 70px;
		position: absolute;
		left: 70%;
		top: 19.6vw;
		font-size: 1.6vw;
		line-height: 1.3vw;
		letter-spacing: 1px;
		color: #0072ff;
	}
	
	.home_wow .members B {
		font-size: 1.8vw;
	}
	
	.home_half{
		float: none;
		max-width: 100%;
		min-height: 0;
		margin: 20px 0;
	}
	
	.wof_col A {
		font-size: 12px;
	}
	
	.wof_col {
		width: 49% !important;
		max-width: 49% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
		white-space: nowrap;
	}
	
}


@media screen and (max-width: 736px) {
	.home_wow .members {
		top: 22vw;
	}
}


@media screen and (max-width: 499px) {
	.home_h2{
		font-size:1.6em;
	}
	
	.rating_img {
		width:22px;
	}
	
	.half, .half2, .right {
		float: none;
		margin-bottom: 25px;
		margin-right: 0;
		text-align: left;
		width: 100%;
	}
	
	.recent_box, .top_6_box {
		width:98%;
		min-height: 0;
	}
	
	.recent_box &gt; A, .top_6_box &gt; A {
		font-size: 1.25em;
	}
	
	.home_wow .downloads {
		font-size: 2.6vw;
		line-height: 2.4vw;
		letter-spacing: 0.07vw;
	}
	
	.home_wow .downloads B {
		font-size: 3.4vw;
	}
	
	.home_wow .members {
		font-size: 1.6vw;
		line-height: 1.1vw;
		letter-spacing: 1px;
	}
	
	.home_wow .members B {
		font-size: 2.05vw;
	}
	
}

@media screen and (max-width: 390px) {
	h2 {
		font-size: 1.9em;
		line-height: 1.2em;
	}
	
	h3 {
		font-size: 120%;
		margin: 12px 0;
	}
	
	.home_h2{
		font-size:1.6em;
	}
	
	#content{
		margin-right:0;
	}
	
	#slide_caption.home A {
		font-size:18px;
	}
	
	.third{
		float:none;
		width:100%;
		margin-right:0;
		margin-bottom:25px;
	}
	
	.mine_thumb{
		float:none;
		margin-bottom:0 !important;
	}
	
	.mine_title H2 {
		font-size: 1.5em !important;
	}
	
	.button.previous, .button.next {
		float: left;
		margin: 2%;
		width: 45%;
	}
	
	H3.platinum {
		max-width: 100%;
	}
	
	.home_wow {
		right: -28px;
		top: 76px;
	}
	
	.home_wow .members {
		top: 24.8vw;
		font-size: 2.1vw;
		line-height: 1.65vw;
		letter-spacing: 0.6px;
	}
	
	.home_wow .members B {
		font-size: 2.3vw;
	}
	
	#div_last_5_dls{
		display: none;
	}
	
	blockquote {
		padding: 5%;
		max-width: 95%;
	}
	
	.wof_col A {
		font-size: 11px;
	}
	
	.wof_col {
		width: 49% !important;
		max-width: 49% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
		white-space: nowrap;
	}
}

@media screen and (max-width: 1249px) {
	.download_box .emubiijs {
		display:none;
	}
}

article ul {
    list-style: inside none disc;
}

article ol {
    list-style: inside inside;
}

.info ol, .info ul {
    list-style: outside none none;
}

ARTICLE IFRAME {
	width: 100% !important;
}

TD {
	vertical-align: top;
}

.pages.categories &gt; a {
    padding: 0 10px;
    width: auto;
}

#software_language_id, #software_language_id OPTION, #suggested_emulator_id, #suggested_emulator_id OPTION {
    background-position: 3px center;
    background-repeat: no-repeat;
    min-height: 24px;
    padding-left: 38px;
}

#suggested_emulator_id OPTION {
    min-height: 36px;
	padding-top: 7px;
}

.top_6_box &gt; div {
    padding-left: 40px;
    text-indent: -40px;
}

TIME &gt; IMG{
	vertical-align: middle;
}

#nav .perm A {
	padding-left: 1em;
}

#nav {
	cursor: pointer;
}

#nav &gt; ul &gt; li &gt; ul {
    display: none;
    margin-top: 2px;
}

#nav &gt; ul &gt; li.current &gt; ul {
    display: block;
}

#nav &gt; ul &gt; li &gt; ul &gt; li {
    font-size: 11px;
    padding: 0;
	list-style: none;
}

#nav LI LI:first-child A {
    font-style: italic;
}

.sm_f {
    background-image: url("../../img/small_folder.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 24px !important;
}

.sm_f2 {
    background-image: url("../../img/small_folder2.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 24px !important;
}

#nav &gt; UL &gt; LI.current LI.current &gt; A, #nav LI LI A:hover {
	background-color: rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
	font-weight: 700;
	color: #fff;
}

#nav &gt; UL &gt; LI &gt; A.a_tr {
    background-image: url("../../img/triangle.png");
	background-position: 3px center;
    background-repeat: no-repeat;
}

#nav &gt; UL &gt; LI.current &gt; A.a_tr {
    background-image: url("../../img/triangle2.png");
    background-position: 0px center;
    background-repeat: no-repeat;
}

.changed {
	border:1px dashed #FF0000;
	padding:2px;
	color:#FF0000;
}

INS, INS &gt; * {
    color: #009900 !important;
    background-color: #F4FFF4 !important;
    border: 1px solid #99CC99 !important;
	text-decoration: none;
	padding: 3px;
}

INS * {
	color: #009900 !important;
}

INS:empty {
    display: block;
    visibility: hidden;
}

DEL, DEL &gt; * {
    color: #990000 !important;
    background-color: #FFF4F4 !important;
    border: 1px solid #CC9999 !important;
	padding: 3px;
}

DEL * {
	color: #990000 !important;
}

DEL:empty {
    display: block;
    visibility: hidden;
}

.info DEL, .info INS {
	display: inline-block;
}

MOD, MOD &gt; * {
    color: #999900 !important;
    background-color: #FFFFF4 !important;
    border: 1px solid #CCCC99 !important;
	text-decoration: none;
	padding: 3px;
}

MOD * {
	color: #999900 !important;
}

MOD:empty {
    display: block;
    visibility: hidden;
}

#div_profiling, #div_cache {
    background-color: #fff;
    border: 1px dashed #999;
    color: #4444aa;
    font-size: 12px;
    padding: 2px;
    text-align: center;
}

#div_wall_of_fame {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px dotted #999;
    padding: 5px;
}

.bomb B {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 1.6em;
    min-height: 0;
    min-width: 22px;
    padding: 2px;
    text-align: center;
}

.graybg {
	background-color:#7D7D7D !important;
	border-color: #555 !important;
}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; white-space:nowrap; }
.dropdown UL { z-index: 9999; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { background-color:#FFF; color:#333; text-decoration:none; outline:none; }
.dropdown dt a { display:block; background:#FFF url("../../img/triangle2.png") no-repeat scroll 96% center; padding-right:30px; border-radius: 0.4em; border: solid 1px #ddd; width:220px; }
.dropdown dt a span { display:inline-block; cursor:pointer; padding:5px; }
.dropdown dd ul { background-color:#FFF; border:1px solid #BBB; color:#C5C0B0; display:none; left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:170px; list-style:none; }
.dropdown dd ul li a { padding:5px; display:block; }
.dropdown dd ul li a:hover { background-color:#EEE; }
.dropdown img.flag { display:inline-block; border: 1px solid #DDD; vertical-align:middle; margin:0px 8px; }
.flagvisibility { display:none; }

.sponsor_img {
	padding:0;
}

#sidebar, #content {
	box-shadow: 0px 0px 15px #000;
}

.box.post .info .date.compact_view {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

article.compact_view {
    min-height: 50px;
	margin-bottom: 50px;
}

.compact_view H2 {
	font-size: 28px !important;
}

.chat_img {
	vertical-align:middle;
	cursor:pointer;
}

#chat_img_fs {
	display:none;
	position: fixed;
	top: 0;
	max-height: 100%;
	z-index: 99999;
	background: #555560 url("images/bg01.png");
	width: 100%;
	text-align: center;
	cursor:pointer;
}

.img_arch {
	border: solid 1px #ddd;
	float: left;
	clear: both;
	vertical-align: middle;
	margin-right: 10px;
}

.h3_arch {
	float: left;
	clear: both;
	margin-bottom: 30px;
	width: 100%;
}

HEADER H2 {
	text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5);
}

HEADER H3 {
	text-shadow: 0px 0px 5px rgba(200, 200, 200, 1.0);
}

.pre_css {
	font-family:monospace;
	font-size:0.9em;
	line-height:1.1em;
	white-space: pre-wrap;
}

.pre_css &gt; * {
	display:table;
}

#div_my_account_bg_chooser {
	float:left;
	width:50%;
	height:256px;
	cursor:pointer;
}

.img_donate {
	margin-left:15px;
	margin-top:5px;
	cursor:pointer;
}

.img_donate2 {
	margin-left:30px;
	margin-top:25px;
	cursor:pointer;
}

* {
	cursor: url("../arrow.cur") 0 0, default !important;
}

.hover_cur, A, INPUT[type="image"], INPUT[type="button"], INPUT[type="submit"], INPUT[type="reset"], BUTTON, .button, A IMG, #nav, .rating_img, .shout_box.floating .header, .comments_shout_box .header, #a_upload, #desktop_pattern, .dropdown dt a span, .li_suggester_r, .chat_img, #chat_img_fs, .table_matches TD:nth-child(4), .table_matches TD:nth-child(5), .img_donate, .img_donate2, .pgwSlideshow .ps-current .ps-next, .pgwSlideshow .ps-current .ps-next *, .pgwSlideshow .ps-current .ps-prev, .pgwSlideshow .ps-current .ps-prev *, A SPAN, A STRONG, A I {
	cursor: url("../hover.cur") 5 0, default !important;
}

#snowcanvas {
	position:fixed;
	top:0;
	left:0;
	pointer-events:none;
}

.download_box A:target {
	background-color: rgba(255,255,170);
	padding: 5px;
}

#div_search_by {
	padding: 0 3px;
	font-size: 75%;
	text-align: center;
}

.li_suggester_r.cur {
	opacity: 0.5 !important;
}

.a_filetype {
	cursor: help !important;
	text-decoration: none;
	border-bottom: 1px dotted #4A659C;
	color: #4A659C;
	line-height: 100%;
}

.jquery_prompt FORM {
	max-width: 80% !important;
}

#add_remove_to_watchlist {
	background-color: #999;
	padding: 4px 8px;
}

.remove_from_watchlist {
	background-color: #999;
	padding: 1px 4px;
}

BUTTON .icon {
	max-height: 16px;
}

.div_error {
	color: #BB0000;
	border: 1px solid #BB0000;
	padding: 8px;
}

.jquery_prompt INPUT[type="TEXT"] {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

article.chat, .shout_box *, .comments_shout_box *, .pgwSlideshow *, .reduced, .nw .icon, .featured IMG, .mine_title .icon, #chat_img_fs IMG {
	image-rendering: auto;
}

.pixel, .shout_box .header IMG {
	image-rendering: pixelated !important;
}

.smooth, .smooth * {
	image-rendering: auto !important;
}

.roundwhitebox {
	padding:10px;
	margin-bottom:20px;
	border:1px solid #AAA;
	background:#FFFFFFDD;
	border-radius:5px;
	box-shadow:3px 3px 10px;
}

.emuiconlink {
	float:left;
	min-width:16%;
	padding:5px;
	line-height:1em;
	font-size:80%;
	text-align:center;
}

.for_os9 {
	display: none !important;
}

.download_box {
	counter-increment: number;
}
.dl_lnk::before {
	content: "#"counter(number);
	font-size: 115%;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	rotate: -15deg;
	top: 3px;
	left: 3px;
	color: #AAA;
}

.frommrbrowser {
	display: inline-block;
	width: 60px;
	height: 18px;
	margin-right: 4px;
	vertical-align: middle;
	background-image: url("../../img/frommrbrowser.png");
	background-repeat: no-repeat;
	cursor: pointer !important;
}

.div_member{
	float:left;
	margin:6px 10px;
	font-size:11px;
	line-height:1.2em;
	width:132px;
	height:153px;
	text-align:center;
}

.article-body IMG {
	height: auto !important;
}

/*
.xmas, .shout_msg A, H2, #logo {
  --color1: #0a770a;
  --color2: #ff0a0a;
  background: repeating-linear-gradient(
    45deg,
    var(--color1),
    var(--color1) 30px,
    var(--color2) 30px,
    var(--color2) 60px
  );
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  animation: 20s linear 0s infinite xmas_move;
}
@keyframes xmas_move {
  from {
    background-position: 0px;
  }
  to {
    background-position: 1000px;
  }
}
*/

#videoCont {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDVGMURFOTgyN0NGMTFFRTgwOEU4M0JCQkJGODJCQUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDVGMURFOTkyN0NGMTFFRTgwOEU4M0JCQkJGODJCQUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENUYxREU5NjI3Q0YxMUVFODA4RTgzQkJCQkY4MkJBQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENUYxREU5NzI3Q0YxMUVFODA4RTgzQkJCQkY4MkJBQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhulAh0AAAAMUExURYAAAMkAAAAAAP8AAP/S2YgAAAPkSURBVHja7JrbjuQgDESr4P//eboJGJMQcmkIGcnzsiPtavu0Xb6UE/hX/sCwDMuwDMuwDMuwDMuwDMuwDMuwDMuwDMuwDMuwrn8uHPA2LLrwg3dhwb0R6xsr0LuXJZExTiTfgvUlwTdYXDLJN2B9WCCCdw0uPK8q7zUWZmPF/LlYih/Ri8omYkn+UHSKyVgRCFFOjMF6QbRC/lz4IwA1OuojWFThYghXKkbMaxAMUZL8QXFhXjsVAVHlr93jx2N9thcVpUL18/athSA089Q+s/hnYS1jT+tbVI95WJBSk99i/kg/C0uXWhS7dK15uzyKBUFUfiJ/o7GgZotECfQzsZg7Z9G8XmHIspTONKuRWKh2+PDbvGitJa3SCD8La+mf9XDNM/uorCoXNdUfi3Ujg2ui6o0luybLeHFmEinZ2kSHfhbWR+phfUHMZDOoj2FBEbUrD+6xmZi2Kq9NA5v/8gGsbKsoHxqSeqp/DMKCc9u5h5q+cv/gcKzVWS9Eo96/mPvHmTT+ghUQwNX6UlM9C5foRmKFBhWkkjlQtcpMFQG4k1szfq0/v972NjlCdvmjK7FMFZTqsat1VYkYYsi4SpVaX1hfUZPLdynS7I+Vp7LWFKtF4bcuH+641+NmsFDCVD+I0ayKprLrH3KDCDzFVOaO1NUFV6kegyS/vV7vBCswYInRyfz9gEU9lXkwA742FhDVd28QqvZOuXfJ2RcppvHk5+FShKqqr4iKJVeYB5e8Bi7X31r1m1GDcnanZzsDsFYXhbrqi7+BXJcZdc7eNwiiuMVu71fVMqWMJbrLpgxnmzrXdbQrFujtJq357IylVwX51gSWxO5gUc2ncD3tbcjy/8/q1Cm3wnwe0XvDjd6IY6o0b6X+qr26tBrSSge5ajXM0iJa6wrFUn/8FLNLErEyXZsMxvgl6eVA3brWNLE+uSJVHFT1Y6dU0xxA3kK73BTX3z8vI9GVfj96a0DFAGasX10xmv6veHK0fBq3/b94Unj9TnoWK0oFeYvDzlUt9n+XZwyHYVG3wjR0cCQq/WLDmGjlZl68toB6/WU+eaByt/4OklgY072raBG/+E3oLlxlLkseOlx7AyTXn351gHBdLnntjS8azc33p36xAbx7UL7RIBhDUj+gpbXQqfRhNJZvP1XWklNx/V3ph11eVnXuJ7lsGk9E6+D1PWTzroaoH491UOq58495IInmnaHpzvrX35l9qx0HVzFDj2CdMrN966/DSVdU/6poierp34XFQfn7ESt6tNdhcVis7DV+wzIswzIswzIswzIswzIswzIswzIswzIswzIswzKsf4T1J8AAQWn8wOHU7mwAAAAASUVORK5CYII=");
	visibility: visible !important;
}

BUTTON {
	display: inline-block;
	padding: 0.5em 2em 0.5em 2em;
	background-color: #86a4e0;
	background-image: url("images/bg01.png");
	border: 0;
	border-radius: 0.4em;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
	transition: 0.25s all 0s;
	vertical-align: top;
}
BUTTON:hover{
	background-color: #618ce8;
}



/* ------------------------- */
.download_box.deprecated {
  filter: opacity(0.55);
}

.download_box.deprecated:hover {
  filter: none;
}

INPUT:focus {
	outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
	border-color: #959595;
	color: #DDD;
}

.mac_repo_users_count {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	letter-spacing: -0.2px;
	filter: brightness(115%);
}

#table_full_view TR {
	border-bottom: 1px solid #373737;
}

@media screen and (min-width: 1550px) {
	#table_full_view TD {
		width: auto;
	}
}

.search_page ARTICLE .featured IMG {
	max-height: 130px;
}

.span_lang_carousel {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 22px;
	vertical-align: middle;
	border: 1px solid #E0E0E0;
	white-space: nowrap;
	overflow: hidden;
}

.span_lang_carousel .lang_count {
	position: absolute;
	z-index: 1;
	width: 100%;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	text-shadow: 0px 0px 4px #000, 0px 0px 3px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 1px #000, 0px 0px 1px #000;
	color: #FFF;
}

.span_lang_carousel .icon {
	height: 100%;
	width: 32px;
	margin: 0;
	vertical-align: top;
}

.span_lang_carousel .span_sliding_group {
	position: absolute;
	top: 0;
	left: 0;
	width: max-content;
	will-change: transform;
    animation: langscrolling 3s linear infinite;
}
@keyframes langscrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
}

#lang_selector #div_langs {
	display: block;
	border: 1px solid rgb(68, 68, 68);
	padding: 8px;
	border-radius: 8px;
	margin: 8px 0px;
}
</pre></body></html>