/* 
 * Open Sans font.
 */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

/* 
 * Verela Round font.
 */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: local('Varela Round'), local('VarelaRound-Regular'), url(https://fonts.gstatic.com/s/varelaround/v6/APH4jr0uSos5wiut5cpjrnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

/* 
 * Roboto font.
 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v14/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}

/* 
 * Droid Serif font.
 */
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif'), local('DroidSerif'), url(https://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaIbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

/* 
 * Default styles.
 */
html {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

body {
	background-color: #E0E0E0;
	/*background-color: #F5F5F5;*/
	margin: 0 10px 0;
	height: 100%;
	box-sizing: border-box;
}

#wrapper {
	margin: 0 auto 0;
	right: 10px;
	min-width: 280px;
	max-width: 1024px;
	min-height: 100%;
	
	background-color: #F0F0F0;
	/*background-color: #E5E5E5;*/
	border: 10px solid white;
	border-top: 0px;
	border-bottom: 0px;
}

#content {
	border-top: 1px solid transparent;
	/*margin: 0 10px;*/
	margin: 0;
	padding: 0 10px;
	padding-bottom: 16px;
	overflow: auto;
}

a:focus {
	outline: 0;
}

.site-title a {
	color: #92C250 !important;
	text-shadow: 3px 3px 0px rgba(0,0,0,.1);
	text-decoration: none !important;
	font-family: 'Droid Serif', serif;
	white-space: nowrap;
}

.site-title a:hover {
	color: #A0D060 !important;
}

.site-title a sup {
	font-family: 'Open Sans', sans-serif;
}

#sessionbar {
	margin: 20px;
	text-align: center;
	position: relative;
}

#sessionbar-alt {
	display: block;
	margin: -15px 0px 15px;
	text-align: center;
	padding: 5px;
	background-color: #3E3E3E;
	border-color: #202020;
}

#sessionbar-alt a {
	color: #A9E071;
}

#sessionbar-alt a:active, #sessionbar-alt a:focus {
	color: #609000;
}

/*a {
	color: #00B000;
	text-decoration: none;
}

a:hover {
	color: #40B040;
	text-decoration: underline;
}

a:active, a:focus {
	color: #008000;
	text-decoration: underline;
}*/

a {
	color: #7BB640;
	text-decoration: none;
}

a:hover {
	color: #A0D060;
	text-decoration: underline;
}

a:active, a:focus {
	color: #5B7D2C;
	text-decoration: underline;
}

#message {
	border: 1px solid #C0C0C0;
	padding: 2px;
	font-size: .9em;
	margin: 5px 0px 5px;
	background: #F7F7F7;
	
	animation: greenmessage 6s ease 0s forwards;
	-webkit-animation: greenmessage 6s ease 0s forwards;
}

.errormessage {
	border: 1px solid #FF0000;
	padding: 2px;
	font-size: .9em;
	margin: 5px 0px 5px;
	background: #FFF0F0;
	
	animation: redmessage 4s linear 0s forwards;
	-webkit-animation: redmessage 4s linear 0s forwards;
}

.redfield {
	border: 1px solid red;
}

.container, .container-lt, .category {
	border: 2px solid #454545;
	padding: 5px;
	/*background-color: rgba(255,255,255,0.5);*/
	background-color: white;
	box-shadow: 3px 3px 0px rgba(0,0,0,.1);
	float: left;
	min-height: 100px;
	margin: 0px 0px 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	/*transition: all .5s ease;*/
}
.container-lt {
	border-color: #E5E5E5;
}

.category {
	min-height: 200px;
	width: 44.5%;
}

.category-list {
	/*min-height: 513px;*/
}

.container-title, .container-title-lt {
	background-color: #454545;
	margin: -5px -5px 5px;
	padding: 2px;
	color: white;
}

.container-title-lt {
	background-color: #E5E5E5;
	margin: -5px -5px 5px;
	padding: 2px;
	color: #606060;
}

.container-title a {
	color: #CCFF00 !important;
	text-transform: uppercase;
}

.dark {
	background-color: #505050;
	color: white;
	border: 2px solid #404040;
}

.dark a {
	color: #7BB640/*#80F040*/;
}

.dark a:hover {
	color: #C0F070;
}

.dark a:active, .dark a:focus {
	color: #5b7d2c;
}

.dark2 {
	background-color: #3E3E3E;
}

#spotlight {
	background: linear-gradient(to bottom,#404040,#505050);
}

#statistics {
	background-color: #3E3E3E;
	color: #CDCDCD;
	padding: 8px;
	border-radius: 4px;
	font-size: .9em;
}

.login-form {
	table-layout: fixed;
	width: 100%;
	min-width: 400px;
	
	margin: 0 auto;
}

.login-form col {
	width: 150px;
}

.register-form {
	table-layout: fixed;
	width: 100%;
	min-width: 490px;
}

.upload-form {
	table-layout: fixed;
	width: 100%;
}

input[type="password"], input[type="text"], input[type="file"], textarea {
	width: 100%;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	font: 99% arial, helvetica, clean, sans-serif;
	font-size: .85rem;
}

#captcha_code {
	width: 247px;
	float: none;
}

#login_email, #login_password {
	width: 100%;
}

#search-field {
	float: none;
	width: 100%;
	width: calc(100% - 60px);
	outline: 0;
	
	border: 1px solid #C0C0C0;
	border-right: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background: white;
	
	height: 28px;
	
	font-size: .99em;
	font-family: arial;
	padding: 4px;
}

#search-field-submit {
	position: relative;
	float: right;
	outline: 0;
	
	border: 1px solid #E0E0E0;
	border-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: linear-gradient(to bottom, #F0F0F0, #E8E8E8);
	box-shadow: -3px 0px 8px #E0E0E0;
	opacity: 1 !important;
	-webkit-appearance: none;
	
	width: 60px;
	height: 28px;
	
	font: 0.7em Arial, Helvetica, Clean, Sans-Serif;
	font-weight: bold;
	padding: 4px;
	color: #B0B0B0;
	
	text-align: center;
	
	transition: .1s ease 0s background, .1s ease 0s box-shadow, .1s ease 0s padding;
}

#search-field-submit:not([disabled]):active {
	/*background: linear-gradient(to bottom, #E0E0E0, #F0F0F0);*/
	border: 1px solid #C0C0C0;
	background: #E0E0E0;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2) inset;
	padding: 6px 4px 4px 6px;
}

#search-field-submit:not([disabled]) {
	color: #5F5F5F;
	cursor: pointer;
}

#category-chooser a {
	display: block;
	background-color: #585858;
	margin-bottom: 3px;
	border-radius: 3px;
	padding-left: 5px;
	color: #E6E6E6;
	text-decoration: underline;
	height: 22px;
	font: 0.7rem Arial, Helvetica, Clean, Sans-Serif;
	line-height: 22px;
}

#category-chooser a:hover {
	color: #CCFF00;
}

#category-chooser a:active, #category-chooser a:focus {
	/*color: #5B7D2C;*/
	color: #CCFF00;
}

#category-chooser a.selected {
	color: #CCFF00;
}

.user-link {
	height: 30px;
}

.user-link a {
	font-size: 1.1em;
}

a .picture {
	float: left;
	clear: left;
	width: 24px;
	height: 24px;
	margin: 2px;
	border: 1px dotted #808080;
	background-color: #D0D0D0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 8px;
	
	box-shadow: 3px 3px 0px rgba(0,0,0,.1);
}

.links-bar {
	margin: 0 auto;
	min-width: 280px;
	max-width: 1024px;
	height: 20px;
	margin-top: 16px;
	overflow: hidden;
	background-color: #404040;
	color: white;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-left: 10px solid #606060;
	border-right: 10px solid #606060;
}

.links-bar2 {
	margin: 0 auto;
	min-width: 280px;
	max-width: 1024px;
	height: 20px;
	/*margin: 0 8px;*/
	overflow: hidden;
	background-color: #404040;
	color: white;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 10px solid #606060;
	border-right: 10px solid #606060;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.links-bar a, .links-bar2 a {
	line-height: 20px;
	font-weight: bold;
	color: #A9E071;
	margin: 0 8px;
}

#main-bar {
	display: inline-block;
	
	width: 100%;
	padding: 0;
	margin: 2px auto 21px;
	
	background-color: #E9E9E9;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	
	box-shadow: 0px 3px 4px rgba(0,0,0,.1);
	transition: .5s ease 1s opacity, .5s ease 1s box-shadow;
}

/*
 * Auto-hide.
 * /
#main-bar.autohide:not(:hover) {
	box-shadow: none;
}

#main-bar.autohide {
	opacity: .75;
}

#main-bar:hover {
	opacity: 1;
	transition: 0s;
}
/**/

#main-bar a {
	display: inline-block;
	box-sizing: border-box;
	
	position: relative;
	left: 0px;
	top: 0px;
	
	width: 15%;
	max-width: 120px;
	/*min-width: 64px;*/
	height: 32px;
	margin: 0 10px 0;
	
	color: white;
	background-color: #D8D8D8;
	
	border: 2px solid #D0D0D0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	/*border-radius: 8px;*/
	
	/*box-shadow: 0px 0px 4px rgba(0,0,0,.05);*/
	box-shadow: 0px 0px 0px rgba(0,0,0,.1);
	transition: .4s ease 0s background-color, .4s ease 0s box-shadow, .4s ease 0s left, .4s ease 0s top;
	
	padding: 2px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	
	font-weight: bold;
}

#main-bar a:hover {
	background-color: #E0E0E0;
	/*box-shadow: 1px 1px 5px rgba(0,0,0,.1);*/
	box-shadow: 3px 3px 0px rgba(0,0,0,.1);
	/*text-shadow: 1px 1px 2px rgba(0,0,0,.2);*/
	left: -3px;
	top: -3px;
	transition: .2s ease 0s background-color, .2s ease 0s box-shadow, .2s ease 0s left, .2s ease 0s top;
}

#main-bar a.selected, #main-bar a.selected:active {
	background-color: #7BB640;
	border-color: #8BC650;
	color: white;
}

#main-bar a.selected:hover {
	background-color: #8BC650;
}

#main-bar a:active {
	box-shadow: none;/*1px 1px 5px rgba(0,0,0,.4) inset;*/
	background: #C0C0C0;
	transition: .2s ease 0s background, .2s ease 0s box-shadow, .2s ease 0s left, .2s ease 0s top;
	left: 0px;
	top: 0px;
}

.comments {
	max-height: 407px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.comment {
	padding: 15px;
	list-style-type: none;
}

.comment + .comment {
	border-top: 1px solid #E0E0E0;
}

.page-chooser {
	background: #F0F0F0;
	color: black;
	margin-top: 10px;
	padding: 2px;
	border-radius: 4px;
}

.page-chooser .goto-page {
    display: inline-block;
	box-sizing: border-box;
	width: 20px;
    height: 23px;
	margin-right: 4px;
	text-align: center;
    line-height: 23px;
	border-radius: 3px;
	background-color: white;
	color: black !important;
	
	text-decoration: none;
}

.page-chooser .goto-page:hover {
	background-color: #D0D0D0;
	cursor: pointer;
}

.dark .page-chooser .goto-page {
	background: #505050;
	color: white !important;
}

.dark .page-chooser .goto-page:hover {
	background-color: #303030;
}

.page-chooser .goto-page.active, .dark .page-chooser .goto-page.active {
	background-color: transparent;
	border: 1px solid rgba(0,0,0,.1);
	cursor: default;
}

.dark .page-chooser {
	background: #454545;
	color: white;
}

.comment > p {
	margin: 13px 8px 0px 8px;
	border-bottom: 13px solid transparent;
	font-size: 0.85em;
}

.last-active {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0px 5px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 4px;
    vertical-align: middle;
	cursor: default;
}

.last-active-online {
    background: none repeat scroll 0% 0% #7BA60D;
}

.last-active-offline {
	background: none repeat scroll 0% 0% #B3B3B3;
}

.game-screenshots {
	position: relative;
	background-color: #303030;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.game-screenshots .shift {
	display: inline-block;
	transition: .3s ease 0s margin-left;
}

.game-screenshots a {
	display: inline-block;
	width: 49.5%;
	width: calc(50% - 4px);
	margin: 4px 2px;
	/*margin: 0;
	width: 50%;*/
	height: 200px;
	
	transition: .2s ease 0s opacity;
	background-color: #303030;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.game-screenshots a:hover {
	opacity: .6;
}

.game-screenshots .prev {
	background: url('../img/prev.png') no-repeat scroll left 48% transparent;
	position: absolute;
	left: 0;
	top: 0;
}

.game-screenshots .next {
	background: url('../img/next.png') no-repeat scroll right 48% transparent;
	position: absolute;
	right: 0;
	top: 0;
}

.game-screenshots .prev, .game-screenshots .next {
	opacity: 0;
	transition: opacity 0.6s ease 0s;
	width: 50px;
	height: 213px;
	background-color: rgba(0,0,0,.2);
}

.game-screenshots .next:not(.disabled):hover, .game-screenshots .prev:not(.disabled):hover {
	opacity: 1;
	cursor: pointer;
}

.game-info {
	float: right;
	width: 300px;
	background-color: #454545;
	color: #D0D0D0;
	border-radius: 4px;
	border-bottom: 1px solid transparent;
}

.game-info a {
	color: #D0D0D0 !important;
	text-decoration: underline;
}

.game-info a.game-button-play {
	display: block;
	box-sizing: border-box;
	width: 150px;
	height: 40px;
	margin: 8px auto;
	
	background-color: #AADD00;
	border-bottom: 4px solid #7BB640;
	border-radius: 4px;
	transition: .2s ease 0s background-color, .2s ease 0s border-bottom, .2s ease 0s margin-top, .2s ease 0s line-height;
	
	color: white !important;
	text-decoration: none !important;
	/*text-transform: uppercase;*/
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}

.game-info a.game-button-play:hover {
	background-color: #CCFF00;
}

.game-info a.game-button-play:active {
	background-color: #88BB00;
	border-bottom: 0 solid #7BB640;
	line-height: 40px;
}

/*.user-link a:hover .picture {
	border: 1px solid #7BB640;
	box-shadow: 0px 0px 8px black;
}*/

/* 
 * Default heading sizes.
 */
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
	text-shadow: 3px 3px 0px rgba(0,0,0,.1);
}

h4 {
	font-size: 1.00em;
}

h5 {
	font-size: 0.83em;
}

h6 {
	font-size: 0.67em;
}

/* 
 * Animations.
 */

/* Standard */
@keyframes greenmessage {
	from {
		background: #CCFF00;
	}
	to {
		background: #F7F7F7;
	}
}

@keyframes redmessage {
	from {
		background: #FF8080;
	}
	to {
		background: #FFF0F0;
	}
}

/* Webkit */

@-webkit-keyframes greenmessage {
	from {
		background: #CCFF00;
	}
	to {
		background: #F7F7F7;
	}
}

@-webkit-keyframes redmessage {
	from {
		background: #FF8080;
	}
	to {
		background: #FFF0F0;
	}
}

/* 
 * Special styles.
 */
#horizontal-line {
	display: inline-block;
	
	width: 100%;
	height: 1px;
	font-size: 1px;
	background-color: #D0D0D0;
	margin: 2px auto 21px;
}

.float-left {
	float: left;
	display: block;
}

.float-right {
	float: right;
	display: block;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

.clear-left {
	clear: left;
}

.even-odd > *:nth-child(even):not(.container-title):not(.container-title-lt) {
	background-color: #F0F0F0;
}

.even-odd-dark > *:nth-child(even):not(.container-title):not(.container-title-lt) {
	background-color: #606060;
}

.seperators > div + div {
	border-top: 1px dotted #909090;
}

.news-item + .news-item {
	border-top: 1px dotted #909090;
	padding-top: 4px;
	margin-top: 6px;
}

.black-links a {
	color: black;
}

.smallfont {
	font: 0.7em Arial, Helvetica, Clean, Sans-Serif;
}

.smallfont2 {
	font-size: 0.85em;
}

.assistive-text, .widget-title {
	font-size: 1.2em;
	border-bottom: 1px solid #C0C0C0;
	border-bottom: 1px solid rgba(51, 51, 51, 0.4);
	margin-top: 20px;
	margin-bottom: 4px;
}

.widget-title + ul {
	list-style-type: none;
	padding-left: 0;
}

.widget-area {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 0;
	
	padding: 0 10px;
	width: 200px;
	float: right;
	
	border-left: 2px solid #A0D060;
	/*border-left: 1px solid #D0D0D0;*/
	background-color: white;
	box-shadow: 0px 3px 4px rgba(0,0,0,.1);
	outline: 4px solid white;
}

#primary {
	margin-right: 220px;
	overflow: auto;
}

.entry-content, .entry-summary {
	border-bottom: 1px solid #909090;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2)) no-repeat scroll center bottom / 100% 12px transparent;
	background-size: 100% 12px;
	transition: background-size 0.2s ease 0s;
}

.entry-content:hover, .entry-summary:hover {
	border-bottom: 1px solid #7BB640;
	box-shadow: 0px 3px 3px -3px #7BB640;
	background-size: 100% 0;
}

article .entry-content, article .entry-content:hover {
	border-bottom: none;
	box-shadow: none;
	background: none;
}

.entry-title em {
	/*color: transparent;*/
	/*display: none;*/
	display: inline-block;
	width: 0;
	margin-left: -.2em;
	transition: width .1s ease 0s, margin-left .1s ease 0s;
	overflow: hidden;
	vertical-align: bottom;
}

.entry-content:hover .entry-title em, .entry-summary:hover .entry-title em {
	display: inline-block;
	color: #7BB640;
	width: .725em;
	margin-left: 0;
}

.entry-content a, .entry-summary a {
	color: #808080;
}

.entry-content:hover a, .entry-summary:hover a {
	color: #7BB640;
	text-decoration: none;
}

.entry-content:hover .comment-author a, .entry-content:hover .entry-title a,
.entry-summary:hover .comment-author a, .entry-summary:hover .entry-title a {
	color: rgba(51, 51, 51, 0.7);
}

.entry-content a .fa, .entry-summary a .fa {
	transition: margin-right .2s ease 0s;
	margin-right: .1em !important;
}

.entry-content:hover a .fa, .entry-summary:hover a .fa {
	color: rgba(51, 51, 51, 0.7);
	margin-right: .3em !important;
}

.entry-content a .show-on-hover, .entry-summary a .show-on-hover {
	display: inline-block;
	transition: max-width .2s ease 0s, margin-left .2s ease 0s, opacity .2s ease 0s;
	max-width: 0;
	margin-left: -.2em;
	overflow: hidden;
	vertical-align: bottom;
	opacity: 0;
}

.entry-content:hover a .show-on-hover, .entry-summary:hover a .show-on-hover {
	max-width: 5em;
	margin-left: 0;
	opacity: 1;
	text-decoration: inherit;
}

.entry-content a:hover, .entry-summary a:hover {
	color: #A0D060;
	text-decoration: underline;
}

.entry-content a:active, .entry-content a:focus, .entry-summary a:active, .entry-summary a:focus {
	color: #5B7D2C;
	text-decoration: underline;
}

/*#logo, #sessionbar {
	transition: font-size .5s ease;
}*/

/* 
 * Placeholder input elements.
 */
::-webkit-input-placeholder {
   color: #A0A0A0;
}
::-moz-placeholder {
   color: #404040;
}
:-ms-input-placeholder {  
   color: #404040;
}

*:focus::-webkit-input-placeholder {
   color: white;
}
*:focus::-moz-placeholder {
   color: white;
}
*:focus:-ms-input-placeholder {  
   color: white;
}

/* 
 * Native-like elements.
 */
.game-screenshots, .game-button-play, .page-chooser, #main-bar a, #category-chooser, #lightbox, #lightboxOverlay {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
}

/* 
 * Responsive design.
 */
@media (max-width: 640px) {
	.container, .container-lt, .container-seamless, .category {
		float: none !important;
		width: auto !important;
		right: 0 !important;
		margin-right: 0 !important;
	}
	.category-list {
		/*height: 971px !important;*/
	}
	#category-chooser {
		overflow: auto;
		max-height: 100px;
		-webkit-overflow-scrolling: touch;
	}
	
	.login-form col {
		width: 0px;
	}
	
	.login-form tbody tr .first-column {
		visibility: hidden;
	}
	
	label[for="rememberme"] {
		display: inline-block !important;
	}
	
	#main-bar a {
		width: 22%;
		margin: 0 1.5% 0;
	}
}

@media (max-width: 725px) {
	.category {
		width: 43%;
	}
	#logo, #sessionbar {
		font-size: .85em;
	}
}

@media (max-width: 630px) {
	#logo {
		font-size: .7em;
	}
	#sessionbar {
		display: none;
	}
	#sessionbar-alt {
		display: block !important;
	}
	h1 {
		text-align: center;
	}
}


.category {
	width: calc(50% - 21.5px);
}

/* 
 * Comments.
 */
.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.commentlist + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.commentlist + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	/*font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;*/
}

.comments-title {
	margin-bottom: 1.3333em;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist article,
.commentlist .pingback,
.commentlist .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.commentlist .children {
	list-style: none;
	margin: 0;
	border-left: 1px dashed #C0C0C0;
	margin-left: -8px;
}

.commentlist .children > li {
	padding-left: 0.8em;
	margin-top: 0.8em;
	/*box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	margin: .5em;
	margin-left: 0;*/
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a, .entry-title a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	border-bottom: 1px solid #C0C0C0;
	border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.comment-author a:hover, .comment-author a:focus,
.entry-title a:hover, .entry-title a:focus {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
	color: black;
}

.comment-author a:hover, .comment-author a:active, .comment-author a:focus,
.entry-title a:hover, .entry-title a:active, .entry-title a:focus {
	text-decoration: none;
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.commentlist .reply {
	font-size: 12px;
	font-size: .9rem;
}

.commentlist .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.commentlist .reply a:hover,
.commentlist .reply a:focus {
	/*border-color: #333;*/
	border-color: white;
	color: #333;
	outline: 0;
	text-decoration: none;
	background-color: white;
}

.commentlist .reply a:active {
	background-color: black;
	color: white;
}

/*.comment-form {
	padding-top: 1.6em;
}*/

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;*/
	font-weight: 700;
	display: block;
	/*letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;*/
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;*/
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}