@font-face {
  font-family: 'fontello';

  src: url('../fonts/fontello.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
html {
	height: 100%;
}
body {
	background: #00011f;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	cursor: default;
	min-height: 100%;
	padding: 50px 0;
	text-rendering: optimizeLegibility;
}
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
*:first-child + html .clearfix {
	min-height: 1%;
}
.difs_asterisk {
	color: #e30000;
	display: inline-block;
	font-size: smaller;
	height: 10px;
	margin: 0 0 0 5px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 10px;
}
.difs_asterisk:after {
	content: '\*';
	font-weight: bold;
	height: 10px;
	left: 0;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	top: 0;
	width: 10px;
}
a {
	transition: color .5s;
}
#page {
	color: #333;
}
#masthead .site-branding h1,
#masthead .site-branding h1 a {
	color: #fff;
	text-decoration: none;
}
#main_wrap label {
	color: #5f5f5f;
	cursor: pointer;
	display: block;
	font-size: small;
	font-weight: bold;
	margin: 0 0 0.2em;
}
#main_wrap input,
#main_wrap textarea {
	margin: 0;
	padding: 0.5em;
	width: 100%;
}
#main_wrap textarea {
	min-height: 70px;
	max-width: 100%;
	min-width: 100%;
}
#main_wrap button,
#main_wrap input,
#main_wrap select,
#main_wrap textarea {
	background: #fcfcfc;
	background: rgba(255,255,255,0.9);
	border: 1px solid #bbb;
	border-left-color: #aaa;
	border-top-color: #aaa;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
	color: #333;
	transition: background-color .3s, border-color .3s, color .3s;
}
#main_wrap button:focus,
#main_wrap button:active,
#main_wrap input:focus,
#main_wrap input:active,
#main_wrap select:focus,
#main_wrap select:active,
#main_wrap textarea:focus,
#main_wrap textarea:active {
	background: #fbfbfb;
	border-color: #a0a0a0 #b0b0b0 #b0b0b0 #a0a0a0;
	outline: 0 none;
}
#main_wrap h1,
#main_wrap h2,
#main_wrap h3 {
	font-weight: bold;
}
#main .page-title,
#main .entry-title {
	text-align: center;
}
#main .entry-title {
	background: #555555;
	background: linear-gradient(to bottom, #555555 0%,#333333 100%);
	border-radius: 5px;
	border: 1px solid #333;
	padding: 0.5em;
	text-shadow: 0 1px 0 rgba(0,0,0,0.75);
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#main .entry-title,
#main .entry-title a {
	color: #fff;
}
#main .entry-title a,
#main .posted-on a,
#main .comment a,
#main .comment-reply-link a,
#main .entry-footer a,
#main .logged-in-as a,
#main .form-allowed-tags a,
#main .nav-links a {
	text-decoration: none;
}
#main .nav-links a {
	font-weight: bold;
}
#main .comment {
	border: 1px solid #ddd;
}
#main .comment,
#main .comment-reply-link,
#main .entry-footer .edit-link,
#main .logged-in-as,
#main .form-allowed-tags {
	background: #f2f2f2;
	border-radius: 5px;
	font-size: 0.857em;
	padding: 1em;
}
#main .entry-meta {
	display: block;
	font-size: 0.857em;
	margin: 0.5em 0 1em;
	text-align: center;
}
#main .entry-footer {
	font-size: 0.857em;
}
#main .entry-footer .comments-link a,
#main .entry-footer .edit-link a{
	padding: 0 0.5em;
}
#main .comment-author {
	background: #ddd;
	border-radius: 5px 5px 0 0;
	margin: -10px -10px 10px;
	padding: 0.5em 0.5em;
}
#main .comment-author img.avatar {
	background: #fff;
	border: 1px solid #777;
	border-radius: 50%;
	margin: 0 5px 0 -5px;
	vertical-align: middle;
}
#main .comment-list {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
}
#main .comment-metadata {
	padding: 1em 0;
}
#main .comment-metadata .edit-link {
	margin: 0 0 0 1em;
}
#main .comment-reply-link {
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 0.5em 1em;
	text-decoration: none;
}
