/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` to be equal to 10px.
 *    Next: start using rem units for sizing text and paddings, use @media
 *    rules to resize text depending on the device used (mobile, display, tablet).
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
	font-size: 62.5%; /* [1] */
    overflow-y: scroll; /* [2] */
    min-height: 100%; /* [3] */
    -webkit-text-size-adjust: 100%; /* [4] */
        -ms-text-size-adjust: 100%; /* [4] */
    -moz-osx-font-smoothing: grayscale; /* [5] */
     -webkit-font-smoothing: antialiased; /* [5] */
}
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 */
.clearfix:after, .clear:after {
    content: "";
    display: table;
    clear: both;
}
@font-face {
    font-family: "rageofspirits";
    src: url("../font/rageofspirits.eot"); /* IE9 */
    src: url("../font/rageofspirits.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../font/rageofspirits.woff") format("woff"), /* chrome, firefox */
    url("../font/rageofspirits.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    
    url("../font/rageofspirits.svg#rageofspirits") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxWrapper {
	max-width: none;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#colorbox {
	outline: 0;
}
#cboxContent {
	margin-top: 20px;
	background: #000;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}
#cboxLoadingGraphic {
	background: url(../image/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(../image/colorbox/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: bottom left;
}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(../image/colorbox/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: bottom right;
}
#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(../image/colorbox/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: bottom center;
}

:root {
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #080705;
	position: relative;
	color: #fff;
	font-family: arial, verdana, sans-serif;
}
a {
	color: #F36021;
	text-decoration: none;
}
a:hover {
    color: #f8956b;
}

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0;
}
#background {
	top: 75px;
	width: 100%;
	height: calc(100% - 75px);
	background: no-repeat 50% 0;
	background-size: cover;
	position: fixed;
	z-index: 1;
}
.menu-top {
	height: 75px;
	background: url(../image/ornament.png) #000 50% 1px repeat-x;
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 1000;
}
.menu-top .wrapper {
    height: inherit;
    width: 100%;
    background: url(../image/line.png) 50% bottom repeat-x;
    position: fixed;
    display: block;
}
.menu-top label {
    display: none;
}
.menu-top #menu-expander {
    display: none;
}
.menu-top ul {
    margin: 32px auto 0;
    width: 960px;
    list-style: none;
    display: block;
    height: 40px;
    padding: 0;
    font-family: "rageofspirits", arial, verdana, sans-serif;
}
.menu-top ul li, .menu-top ul li a {
    background: url(../image/menu-item.png) 0 -40px no-repeat;
    width: 190px;
    height: inherit;
}
.menu-top ul li {
    float: left;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 40px;
    color: #fff;
    margin: 0;
    text-align: center;
}
.menu-top ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
.menu-top ul li a:hover {
    background-position: 0 0;
    color: inherit;
}
aside {
	width: 50px;
	height: 162px;
	top: calc(50% - 81px);
	right: 6px;
	position: fixed;
	z-index: 1000;
	overflow: hidden;
	display: block;
}
aside ul {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
aside .twitter, aside .facebook, aside .email {
    border-radius: 6px;
    display: block;
    background: url(../image/social.png) 0 0 no-repeat;
}
aside .twitter a, aside .facebook a, aside .email a {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    text-indent: -999px;
}
aside .facebook, aside .email {
    margin-top: 6px;
}
aside .twitter, aside .facebook, aside .email {
    width: 50px;
    height: 50px;
}
aside .twitter {
    background-position: 0 -100px;
}
aside .twitter:hover {
    background-position: -50px -100px;
}
aside .facebook {
    background-position: 0 -50px;
}
aside .facebook:hover {
    background-position: -50px -50px;
}
aside .email {
    background-position: 0 0;
}
aside .email:hover {
    background-position: -50px 0;
}
#primary {
	z-index: 2;
	position: relative;
	margin-top: 75px;
	display: block;
}

#main {
	max-width: 1000px;
	margin: 0 auto;
}

#main #content-logo {
    display: block;
    width: 100%;
}

#main #media-header {
    background: url(../image/head-media-page.png) left bottom no-repeat;
    height: auto;
}

#main #media-header .media-header-logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#main #main-content {
    background: url(../image/back-transparent.png) repeat-y;
    padding-bottom: 20px;
}
.blog #main-content .post,
.archive #main-content .post {
	background: url(../image/paper.png) 0 0 no-repeat;
	padding: 60px;
	width: 732px;
	height: 579px;
	margin-left: auto;
	margin-right: auto;
}
.blog #main-content .post .entry-content, .archive #main-content .post .entry-content {
    height: 450px;
    overflow: hidden;
}
.entry-footer {
	background: url("../image/separator.png") 50% top no-repeat;
	color: #d0d0d0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 33px 0 0;
	margin-top: 20px;
}
.entry-footer .entry-footer-navigation {
    float: left;
}
.entry-footer .entry-footer-navigation a {
    border-bottom: 1px solid transparent;
    color: #d0d0d0;
}
.entry-footer .entry-footer-navigation a:hover {
    border-bottom: 1px solid #fff;
}
.entry-footer .entry-footer-navigation a:hover, .entry-footer .entry-footer-navigation a:focus {
    color: #fff;
}
.entry-footer .pluso {
    float: right;
    margin-top: -9px;
}
#media-header .video-block {
	margin: 0 20px;
}
.page-footer {
	border-bottom: 1px solid #000;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
	background: url(../image/ornament.png) rgba(0, 0, 0, 0.8) 50% bottom repeat-x;
	padding-bottom: 32px;
}
.page-footer .wrapper {
    height: inherit;
    width: 100%;
    background: url(../image/line.png) 50% 0 repeat-x;
    display: block;
    padding: 3px 0 0;
}
.page-footer .wrapper .underground {
    min-height: 53px;
    color: #c8c2c2;
    font-size: 12px;
    font-size: 1.2rem;
    max-width: 960px;
    margin: 0 auto;
}
.page-footer .wrapper .underground .copyright {
    float: left;
    height: 53px;
    line-height: 53px;
    padding: 0 0 0 10px;
    margin-top: -53px;
}
.page-footer .wrapper .underground .share {
    height: 46px;
    width: 180px;
    margin: 0 auto;
    padding: 7px 0 0;
    overflow: hidden;
}
.page-footer .wrapper .underground .logo {
    background: url(../image/elladagames-logo.png) 0 50% no-repeat;
    width: 180px;
    float: right;
    padding: 0 10px 0 0;
    height: 53px;
    line-height: 53px;
    margin-top: -53px;
}
.admin-bar #primary,
.admin-bar.page-template-page-intro #background {
	margin-top: 43px;
}
/**
 * Styles for intro page.
 */
.page-template-page-intro #background {
    top: 0;
    margin-top: 75px;
    position: static;
    z-index: auto;
}
.page-template-page-intro #background .logo {
    background: no-repeat 50% 0;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.page-template-page-intro #background .logo-optimized {
    image-rendering: optimizeSpeed;/* Legal fallback */
    image-rendering: -moz-crisp-edges;/* Firefox */
    image-rendering: -o-crisp-edges;/* Opera */
    image-rendering: -webkit-optimize-contrast;/* Safari */
    image-rendering: optimize-contrast;/* CSS3 Proposed */
        image-rendering: crisp-edges;/* CSS4 Proposed */
    image-rendering: pixelated;/* CSS4 Proposed */
    -ms-interpolation-mode: nearest-neighbor;/* IE8+ */
}
.page-template-page-intro .page-footer {
    background-color: #000;
    margin-top: 0;
}
.page-template-page-intro .page-footer .wrapper .announce {
    padding: 10px 0;
    text-align: center;
}
.page-template-page-intro .page-footer .wrapper .slider {
    background: url(../image/line.png) 50% bottom repeat-x;
    height: 120px;
    overflow: hidden;
}
.page-template-page-intro .page-footer .wrapper .slider a {
    width: 160px;
    height: 106px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
    border: 4px solid #0F1115;
}
.page-template-page-intro .page-footer .wrapper .slider a img {
    opacity: 0.6;
    margin: -10px 0 0 -10px;
    width: 180px;
    height: 126px;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.page-template-page-intro .page-footer .wrapper .slider a:hover {
    border-color: #1c1f26;
}
.page-template-page-intro .page-footer .wrapper .slider a:hover img {
    opacity: 1;
    margin: 0;
    width: 160px;
    height: 106px;
}
.page-template-page-intro .page-footer .wrapper .slider a:focus {
    border-color: #373c4a;
    outline: 0;
}
.post .separator {
    background: url(../image/separator.png) 50% 0 no-repeat;
    height: 13px;
}
.post .more {
    text-align: center;
}
.post .tinyletter-subscribe {
    margin: 40px 0 10px;
    text-align: center;
}
.post form {
    text-align: center;
}
.post form.tinyletter {
    padding: 0 0 40px;
}
.post form input {
    background-color: #0f0f0f;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #5D5D5D;
    color: #d0d0d0;
    padding: 12px 8px;
    font-size: 1.2em;
}
.post form input.tinyletter-email {
    width: 50%;
    display: inline-block;
}
.post form input.tinyletter-submit {
    width: 18%;
    margin-left: 2%;
    display: inline-block;
    text-align: center;
}
.post p {
    text-indent: 2em;
}
.post p.center {
    text-align: center;
    text-indent: 0;
}
.page .entry-header {
	display: none;
}
#respond .form-allowed-tags {
	display: none;
}
#comments,
.nav-links,
.page-header,
.post {
	margin: 0 120px;
}
.post {
	margin-bottom: 60px;
}
.page-header {
	margin-bottom: 20px;
}
.page-header h1 {
	margin-top: 0;
}

.entry-content {


	/**
	 * Elements
	 */
}

.entry-content button, .entry-content input, .entry-content select, .entry-content textarea {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    clear: both;
    font-weight: 700;
    text-align: center;
    font-family: "rageofspirits", arial, verdana, sans-serif;
}

.entry-content p {
    margin-bottom: 1.6em;
}

.entry-content b, .entry-content strong {
    font-weight: 700;
}

.entry-content dfn, .entry-content cite, .entry-content em, .entry-content i {
    font-style: italic;
}

.entry-content blockquote {
    border-left: 4px solid #d0d0d0;
    color: #d0d0d0;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

.entry-content blockquote p {
    margin-bottom: 1.6667em;
}

.entry-content blockquote > p:last-child {
    margin-bottom: 0;
}

.entry-content blockquote cite, .entry-content blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
}

.entry-content blockquote em, .entry-content blockquote i, .entry-content blockquote cite {
    font-style: normal;
}

.entry-content blockquote strong, .entry-content blockquote b {
    font-weight: 400;
}

.entry-content address {
    font-style: italic;
    margin: 0 0 1.6em;
}

.entry-content code, .entry-content kbd, .entry-content tt, .entry-content var, .entry-content samp, .entry-content pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
       -moz-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
}

.entry-content pre {
    background-color: transparent;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.entry-content abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

.entry-content mark, .entry-content ins {
    background-color: #fff9c0;
    text-decoration: none;
}

.entry-content sup, .entry-content sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.entry-content sup {
    bottom: 1ex;
}

.entry-content sub {
    top: .5ex;
}

.entry-content small {
    font-size: 75%;
}

.entry-content big {
    font-size: 125%;
}

.entry-content hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

.entry-content ul, .entry-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.entry-content ul {
    list-style: disc;
}

.entry-content ol {
    list-style: decimal;
}

.entry-content li > ul, .entry-content li > ol {
    margin-bottom: 0;
}

.entry-content dl {
    margin-bottom: 1.6em;
}

.entry-content dt {
    font-weight: bold;
}

.entry-content dd {
    margin-bottom: 1.6em;
}

.entry-content table, .entry-content th, .entry-content td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

.entry-content table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;/* Prevents HTML tables from becoming too wide */
    width: 100%;
}

.entry-content caption, .entry-content th, .entry-content td {
    font-weight: normal;
    text-align: left;
}

.entry-content th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

.entry-content td {
    border-width: 0 1px 1px 0;
}

.entry-content th, .entry-content td {
    padding: 0.4em;
}

.entry-content img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.entry-content iframe {
    max-width: 100%;
    width: 100% !important;
}

.entry-content figure {
    margin: 0;
}

.entry-content del {
    opacity: 0.8;
}

body {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6471;
}

button,
input,
select,
textarea {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6471;
	width: calc(100% - 4px);
	background-color: #0f0f0f;
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #5D5D5D;
	color: #d0d0d0;
	padding: 2px;
}

/**
 * Genericons
 */
.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	   -moz-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/**
 * Posts and pages
 */

.hentry {
	padding-top: 2%;
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: calc(7.6923% + 24px);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
	font-family: "rageofspirits", arial, verdana, sans-serif;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
	display: block;
	clear: both;
	text-align: center;
	border: none;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #d0d0d0;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.taxonomy-description {
	color: #d0d0d0;
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: #FFFFFF;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #d0d0d0;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #d0d0d0;
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #d0d0d0;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * Comments
 */

.comments-area {
	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;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	background: url(#{$imagePath}/line.png) 50% bottom no-repeat;
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	background: url(#{$imagePath}/line.png) 50% 0 no-repeat;
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #d0d0d0;
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #d0d0d0;
}

.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: #d0d0d0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #d0d0d0;
}

.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;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #333;
	color: #d0d0d0;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #d0d0d0;
	color: #fff;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #d0d0d0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
	margin-top: 4px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #d0d0d0;
	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: #d0d0d0;
	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: 17px 0 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;
}


.post-navigation {
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #d0d0d0;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: #FFFFFF;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333333;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #444444;
	background-color: rgba(68, 68, 68, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #d0d0d0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #d0d0d0;
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}

/**
 * Alignments
 */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

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

    #background {
        background-image: url(../image/back-1920x975.jpg);
        max-height: 975px;
    }/* This is the height of the image */

    .page-template-page-intro #background .logo {
        background-image: url(../image/logo-1920x975.png);
    }
}

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

    #background {
        background-image: url(../image/back-3150x1600.jpg);
        max-height: 1600px;
    }/* This is the height of the image */

    .page-template-page-intro #background .logo {
        background-image: url(../image/logo-3150x1600.png);
    }
}

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

    .menu-top .wrapper {
        margin-top: 32px;
        height: auto;
        min-height: 43px;
        background-color: #000;
    }

    .menu-top label {
        width: 100%;
        height: 43px;
        line-height: 43px;
        text-align: right;
        display: block;
        background: url(../image/line.png) 50% bottom no-repeat;
    }

    .menu-top label .expand-icon {
        position: absolute;
        right: 10px;
        top: 2px;
        width: 14px;
        height: 14px;
        display: block;
        padding: 10px;
    }

    .menu-top label .expand-icon .icon-bar {
        height: 2px;
        background: #d0d0d0;
        margin-bottom: 3px;
        display: block;
    }

    .menu-top #menu-expander:checked ~ ul {
        max-height: 500px;
    }

    .menu-top ul {
        max-height: 0;
        margin: 0;
        height: auto;
        -webkit-transition: max-height 0.8s linear;
        transition: max-height 0.8s linear;
        overflow: hidden;
        width: 100%;
    }

    .menu-top ul li, .menu-top ul li a {
        width: 100%;
        background: url(../image/line.png) 50% bottom repeat-x;
    }

    .menu-top ul li {
        float: none;
    }

    .menu-top ul li a:hover {
        background: url(../image/line.png) #121418 50% bottom repeat-x;
    }

    aside {
        top: 34px;
        left: 10px;
        height: 36px;
        width: 126px;
    }

    aside .twitter, aside .facebook, aside .email {
        width: 36px;
        height: 36px;
    }

    aside .twitter {
        background-position: 0 -72px;
    }

    aside .twitter:hover {
        background-position: -36px -72px;
    }

    aside .facebook {
        background-position: 0 -36px;
    }

    aside .facebook:hover {
        background-position: -36px -36px;
    }

    aside .email {
        background-position: 0 0;
    }

    aside .email:hover {
        background-position: -36px 0;
    }

    aside .twitter, aside .facebook, aside .email {
        float: left;
        margin-right: 6px;
        margin-top: 0;
        background-size: 72px 108px;
    }

    #main {
        margin: 75px 10px 0;
    }

    .blog #main-content .post,
.archive #main-content .post {
        background: #1C1C1C;
        background: rgba(28, 28, 28, 0.8);
        padding: 5%;
        width: auto;
        height: auto;
        margin-left: 3%;
        margin-right: 3%;
    }

    .blog #main-content .post .entry-content, .archive #main-content .post .entry-content {
        height: auto;
        overflow: visible;
    }

    .entry-footer .entry-footer-navigation {
        float: none;
        clear: both;
    }

    .entry-footer .pluso {
        display: none;
    }

    .page-footer .wrapper .underground .copyright, .page-footer .wrapper .underground .share, .page-footer .wrapper .underground .logo {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 40px;
    }

    .page-footer .wrapper .underground .copyright {
        height: 30px;
        line-height: 30px;
    }

    .page-footer .wrapper .underground .logo {
        height: 53px;
        background-position: 50% 50%;
    }

    .page-template-page-intro #background .logo {
        background-position: 58% 0;
    }

    .page-template-page-intro .page-footer .wrapper .slider {
        display: none;
    }

    #comments,
.nav-links,
.page-header,
.post {
        margin: 0 5% 20px;
    }

    .alignleft {
        float: none;
        max-width: 100%;
    }

    .alignleft iframe {
        max-width: 100%;
    }

    .alignright {
        float: none;
        max-width: 100%;
    }

    .alignright iframe {
        max-width: 100%;
    }

    blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
        margin: 1em 0;
    }

    blockquote.alignright,
.wp-caption.alignright,
img.alignright {
        margin: 1em 0;
    }
}

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

    #main-content .block {
        margin: 0 20px;
    }

    .post form input.tinyletter-email {
        width: 90%;
    }

    .post form input.tinyletter-submit {
        width: 90%;
        margin: .5em 0 0;
    }
}

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

    .admin-bar #primary,
.admin-bar.page-template-page-intro #background {
        margin-top: 29px;
    }
}

@media (orientation: portrait) {

    .page-template-page-intro #background {
        background-position: 57% 0;
    }
}

/*# sourceMappingURL=main.css.map */