/*!
Theme Name: Raiden
Theme URI: https://codestag.com/themes/raiden/
Description: A responsive + retina ready theme with focus on readability.
Author: Codestag
Author URI: https://codestag.com
Version: 1.5.9
Tags: white, gray, white, two-columns, flexible-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, theme-options, translation-ready, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stag
*/
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.js * {
  -moz-transition: color, background 200ms ease-in;
  -o-transition: color, background 200ms ease-in;
  -webkit-transition: color, background 200ms ease-in;
  transition: color, background 200ms ease-in; }

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

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

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

[hidden] {
  display: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility; }

html, body {
  overflow-x: hidden; }

a:focus {
  outline: thin dotted; }

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

li ul,
li ol {
  margin: 0; }

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

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

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

pre {
  white-space: pre-wrap; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal;
  -webkit-appearance: none; }

button,
select {
  text-transform: none; }

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

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

.container, .entry-meta {
  *zoom: 1; }
  .container:before, .entry-meta:before, .container:after, .entry-meta:after {
    content: " ";
    display: table; }
  .container:after, .entry-meta:after {
    clear: both; }

a {
  text-decoration: none;
  color: #000; }

.grids {
  max-width: 105%;
  margin: 0 0 0 -3%; }

.grids [class*="grid-"] {
  display: inline-block;
  margin: 0 0 0 3%;
  margin-right: -.25em;
  vertical-align: top; }

.grid-1 {
  width: 6.15%; }

.grid-2 {
  width: 14.583%; }

.grid-2-5 {
  width: 17.07%; }

.grid-3 {
  width: 22.05%; }

.grid-4, .grid-one-third {
  width: 30.36%; }

.grid-5 {
  width: 39.583%; }

.grid-6, .grid-half {
  width: 47%; }

.grid-7 {
  width: 56.25%; }

.grid-8, .grid-two-thirds {
  width: 63.666666666%; }

.grid-9 {
  width: 72%; }

.grid-10 {
  width: 81.25%; }

.grid-11 {
  width: 89.583%; }

.grid-12 {
  width: 97.917%;
  margin: 0; }

@media screen and (max-width: 700px) {
  .grids {
    margin: 0;
    width: auto; }

  .grids [class*="grid-"] {
    display: block;
    width: auto;
    margin: 0 0 40px 0; } }
.button, button, input[type="submit"], textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"], label, #header, .site-main .sidebar, .entry-date, .entry-meta, .format-aside .entry-header .entry-content, .format-video .jp-duration, #comments, #reply-title small, .comments-title small, .widget-title, .mfp-bottom-bar {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.15); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.15); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }
#load-more.active {
  -webkit-animation: pulse 1s infinite;
  -moz-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-backface-visibility: hidden; }

h1, h2, h3, h4, h5, h6, .heading, .intro {
  font-family: Patua One; }

body {
  font-family: Vollkorn; }

@font-face {
  font-family: 'stag';
  src: url("assets/fonts/stag.eot");
  src: url("assets/fonts/stag.eot?#iefix") format("embedded-opentype"), url("assets/fonts/stag.woff") format("woff"), url("assets/fonts/stag.ttf") format("truetype"), url("assets/fonts/stag.svg#stag") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'stag';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-arrow-left, .icon-arrow-right, .icon-audio-pause, .icon-audio-play, .icon-minus, .icon-navicon, .icon-pause, .icon-vimeo, .icon-twitter, .icon-rss, .icon-pinterest, .icon-linkedin, .icon-google-plus, .icon-forrst, .icon-facebook, .icon-email, .icon-dribbble, .icon-youtube, .icon-soundcloud, .icon-myspace, .icon-instagram, .icon-flickr, .icon-deviantart, .icon-behance, .icon-volume, .icon-search, .icon-plus, .icon-play, .icon-plus-big {
  font-family: 'stag';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-arrow-left:before {
  content: "\e000"; }

.icon-arrow-right:before {
  content: "\e001"; }

.icon-audio-pause:before {
  content: "\e002"; }

.icon-audio-play:before {
  content: "\e003"; }

.icon-minus:before {
  content: "\e004"; }

.icon-navicon:before {
  content: "\e005"; }

.icon-pause:before {
  content: "\e006"; }

.icon-vimeo:before {
  content: "\e007"; }

.icon-twitter:before {
  content: "\e008"; }

.icon-rss:before {
  content: "\e009"; }

.icon-pinterest:before {
  content: "\e00a"; }

.icon-linkedin:before {
  content: "\e00b"; }

.icon-google-plus:before {
  content: "\e00c"; }

.icon-forrst:before {
  content: "\e00d"; }

.icon-facebook:before {
  content: "\e00e"; }

.icon-email:before {
  content: "\e00f"; }

.icon-dribbble:before {
  content: "\e010"; }

.icon-youtube:before {
  content: "\e011"; }

.icon-soundcloud:before {
  content: "\e012"; }

.icon-myspace:before {
  content: "\e013"; }

.icon-instagram:before {
  content: "\e014"; }

.icon-flickr:before {
  content: "\e015"; }

.icon-deviantart:before {
  content: "\e016"; }

.icon-behance:before {
  content: "\e017"; }

.icon-volume:before {
  content: "\e018"; }

.icon-search:before {
  content: "\e019"; }

.icon-plus:before {
  content: "\e01a"; }

.icon-play:before {
  content: "\e01b"; }

.icon-plus-big:before {
  content: "\e01c"; }

/**
 * 2.0 Repeatable patterns
 * ----------------------------------------------------------------------------
 */
.button, button, input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 12px 25px;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  cursor: pointer; }

textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #f4f4f4;
  padding: 15px 10px;
  font-size: 14px;
  color: #666;
  border: 1px solid transparent;
  -webkit-font-smoothing: antialiased; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus {
    outline: 0;
    border-color: #ddd;
    background: white; }

label {
  display: block;
  text-transform: uppercase;
  color: #666;
  font-size: 14px;
  margin-bottom: 10px; }

textarea {
  width: 100%;
  max-width: 870px;
  line-height: 1.6;
  resize: none; }

.comment-form-author {
  margin-right: 20px; }

.comment-form-author,
.comment-form-email {
  display: inline-block;
  vertical-align: top; }

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
body {
  line-height: 1.5;
  margin: 0;
  font-size: 100%;
  position: relative; }
  body.night {
    background: #2a2d30;
    color: #fff; }
    body.night .container {
      background: #2a2d30; }

.container {
  position: relative;
  overflow: visible;
  background: #fff;
  max-width: 1230px; }

#main {
  max-width: 900px; }
  @media screen and (min-width: 992px) {
    #main {
      margin-left: 330px; } }

.social-icons {
  margin: 30px 0; }
  .social-icons .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    width: 69px;
    margin-right: 1px;
    margin-bottom: 1px;
    height: 69px;
    padding-top: 22px;
    text-align: center;
    background: #cccccc;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  .social-icons .icon-myspace {
    font-size: 10px;
    padding-top: 32px; }
  .social-icons .icon-soundcloud {
    font-size: 22px; }
  .social-icons .icon-flickr {
    font-size: 18px;
    padding-top: 28px; }
  .social-icons a {
    border: none !important;
    color: #fff; }
    .social-icons a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
      opacity: 0.65; }

.main-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 1230px;
  background: #2a2d30;
  -moz-box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.2); }

.post-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden; }
  .post-cover div {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.entry-header {
  position: relative;
  z-index: 2;
  overflow: hidden; }

blockquote {
  color: #c9c9c9;
  margin: 40px 0;
  padding-left: 13%;
  font-size: 25px; }

.page-template-template-contact-php #reply-title, .page-template-template-contact-php .comments-title {
  border-top: 1px solid #E4E4E4; }

.night .site-description {
  color: #fff; }
.night #header a:hover, .night #header .current-menu-item a, .night #sidebar a:hover, .night #sidebar .current-menu-item a {
  color: #fff; }
.night .entry-content,
.night .intro-text {
  color: #fff; }
.night #reply-title, .night .comments-title, .night .comments-title {
  color: #b5b5b5;
  border-color: #222426; }
.night .comment-list .comment-reply-link {
  background: #222426; }
  .night .comment-list .comment-reply-link:hover {
    background: #161719; }
.night textarea, .night input[type="text"], .night input[type="email"], .night input[type="url"], .night input[type="password"] {
  background: #222426;
  color: #fff; }
  .night textarea:focus, .night input[type="text"]:focus, .night input[type="email"]:focus, .night input[type="url"]:focus, .night input[type="password"]:focus {
    border-color: transparent; }
.night .entry-meta, .night .comment-list li {
  border-color: #222426; }
.night .stag-toggle .stag-toggle-title {
  background: transparent;
  border-color: #222426;
  color: #b5b5b5; }
.night .stag-toggle span.ui-icon:before {
  color: #222426; }
.night .stag-toggle .ui-state-active {
  background: #222426; }
  .night .stag-toggle .ui-state-active span.ui-icon:before {
    color: #2a2d30; }
.night .ui-tabs-nav .ui-state-default {
  background: #222426;
  border-color: transparent; }
  .night .ui-tabs-nav .ui-state-default.ui-state-active {
    background: transparent; }
.night .ui-tabs-anchor {
  color: #b5b5b5; }
.night #s {
  border-color: #222426; }
.night .format-chat p:nth-child(even) {
  color: #4f4f4f; }
.night .page .entry-title, .night .page-title {
  color: #fff; }

.alignleft {
  float: left;
  margin: 0px 15px 15px 0px; }

.alignright {
  float: right;
  margin: 0px 0px 15px 15px; }

.aligncenter {
  display: block;
  margin: 20px auto; }

.sticky, .gallery-caption, .bypostauthor {
  color: inherit; }

body:not(.night) #changeview {
  background: transparent;
  border: 1px solid #dbdbdb;
  color: #838383; }

#changeview {
  padding: 12px; }

#load-more {
  font-size: 52px;
  padding: 20px 0;
  text-align: center;
  display: block;
  color: #cbcbcb; }
  #load-more a {
    color: #cbcbcb; }

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 992px) {
  #header {
    float: left;
    position: fixed;
    height: 100%;
    width: 315px;
    padding: 50px 0px 30px 30px; } }
@media screen and (max-width: 991px) {
  #header .site-description {
    margin-top: 10px; } }

.header-inside:focus {
  outline: 0; }

#header, .site-main .sidebar {
  font-size: 14px;
  color: #c0c0c0; }
  #header li, .site-main .sidebar li {
    margin-bottom: 5px;
    list-style: none; }
  #header ul, .site-main .sidebar ul {
    margin: 0;
    padding: 0; }
  #header a, .site-main .sidebar a {
    color: #838383; }
    #header a:hover, .site-main .sidebar a:hover {
      color: #2a2d30; }

.sidebar table {
  width: 100%; }
.sidebar tbody {
  text-align: center; }
.sidebar #next {
  text-align: right; }
.sidebar .textwidget {
  text-transform: none; }

.site-title {
  margin: 0;
  text-transform: uppercase; }

.site-description {
  color: #2a2d30;
  margin-top: 30px; }

/**
* 4.1 Site Header
* ----------------------------------------------------------------------------
*/
/**
* 4.2 Navigation
* ----------------------------------------------------------------------------
*/
.navigation a {
  -moz-transition: ease-in 0.07s;
  -o-transition: ease-in 0.07s;
  -webkit-transition: ease-in 0.07s;
  transition: ease-in 0.07s; }
  .navigation a .current-menu-item a {
    color: #2a2d30; }

.main-navigation {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

#nav-toggle {
  float: right;
  display: block;
  font-size: 20px;
  margin-top: 10px;
  text-align: center; }
  #nav-toggle i {
    width: 40px;
    height: 40px;
    padding-top: 9px;
    display: block;
    color: white; }

@media screen and (min-width: 992px) {
  .main-navigation {
    position: relative;
    max-height: none; }

  #nav-toggle {
    display: none; } }
.nav {
  text-transform: uppercase; }
  .nav li {
    list-style: none;
    position: relative; }
  .nav ul {
    padding-left: 15px !important;
    margin: 5px 0 !important; }

.sub-menu a {
  display: block;
  height: auto; }

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
/**
* 5.1 Entry Header
* ----------------------------------------------------------------------------
*/
.entry-header {
  padding: 10% 30px 10% 8%;
  background: #2a2d30;
  min-height: 180px; }
  .page .entry-header {
    margin-bottom: 40px; }

.entry-title {
  font-size: 80px;
  line-height: 1;
  color: #fff;
  margin: 0; }
  .page .entry-title {
    color: #2a2d30; }
  .entry-title a {
    color: inherit; }

.page-title {
  font-size: 80px;
  line-height: 1; }

/**
* 5.2 Entry Meta
* ----------------------------------------------------------------------------
*/
.entry-date {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block; }

/**
* 5.3 Entry Content
* ----------------------------------------------------------------------------
*/
.entry-content {
  font-size: 21px;
  color: #2a2d30;
  margin-bottom: 40px; }
  .single .entry-content, .page .entry-content {
    margin-top: 50px; }

.entry-media {
  margin-bottom: 30px; }

.hentry {
  position: relative; }

.entry-meta {
  text-transform: uppercase;
  font-size: 14px;
  color: #838383;
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }
  .entry-meta span {
    display: inline-block;
    margin-right: 5px; }
  .entry-meta > div {
    display: inline-block;
    vertical-align: middle; }

.tag-navigation {
  padding: 18px 0;
  margin-top: 4px;
  float: left; }

.entry-content h3 {
  color: #c0c0c0; }

/**
* 5.4 Galleries
* ----------------------------------------------------------------------------
*/
.gallery-content img {
  vertical-align: bottom;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  max-width: 168px; }
  .gallery-content img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

/**
* 5.5 - Post Formats
* ----------------------------------------------------------------------------
*/
.format-quote .entry-title, .format-status .entry-title {
  font-size: 40px; }

.format-status p {
  line-height: 1.2 !important; }

.entry-title p {
  margin: 0; }

.format-chat p {
  padding: 10px; }
  .format-chat p:nth-child(even) {
    background: #f4f4f4; }

.image-post {
  position: relative; }

.format-image img {
  vertical-align: bottom;
  width: 100%; }
.format-image .entry-header {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: none !important;
  padding-bottom: 40px;
  z-index: 3; }

.quote-caption {
  color: white;
  font-size: 18px; }

.link-source a {
  color: #fff; }

.format-aside .entry-header .entry-content {
  font-size: 18px;
  color: white; }

.format-audio ul {
  margin: 0;
  padding: 0; }
.format-audio li {
  list-style: none;
  display: inline-block; }

.jp-audio {
  margin-top: 30px; }

.jp-controls {
  font-size: 30px; }
  .jp-controls a {
    color: #fff; }
  .jp-controls li {
    vertical-align: middle; }
  .jp-controls .jp-duration {
    font-size: 35px;
    margin-left: 10px;
    display: inline-block; }

.format-audio .icon-audio-play,
.format-audio .icon-audio-pause {
  font-size: 100px;
  position: relative; }
.format-audio .icon-audio-pause {
  left: -6px; }

.format-video .jp-video {
  margin-left: -7%; }
.format-video .jp-gui {
  position: relative;
  margin-top: -4px; }
.format-video .jp-interface {
  position: relative;
  background: #000;
  padding: 29px 20px 27.5px 35px;
  max-height: 82px;
  clear: both;
  overflow: hidden; }
  .format-video .jp-interface a {
    border: none !important;
    color: #fff; }
    .format-video .jp-interface a:hover {
      color: #fff; }
  .format-video .jp-interface .icon-play,
  .format-video .jp-interface .icon-pause {
    font-size: 17px; }
  .format-video .jp-interface .icon-volume {
    font-size: 9px; }
.format-video [class*="jp-"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.format-video .jp-seek-bar,
.format-video .jp-volume-bar {
  background: #2a2d30; }
.format-video .jp-play, .format-video .jp-pause {
  position: absolute;
  top: 19px;
  left: 5%;
  height: 0; }
.format-video .jp-progress {
  width: 47%;
  height: 10px;
  cursor: pointer;
  position: absolute;
  top: 36px;
  left: 10%;
  right: 0;
  bottom: 0; }
.format-video .jp-seek-bar {
  width: 100% !important; }
.format-video .jp-controls {
  float: left;
  vertical-align: top; }
  .format-video .jp-controls li {
    display: inline-block; }
.format-video .jp-volume-bar {
  max-width: 180px;
  width: 23.4%;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 36px;
  cursor: pointer;
  right: 4%; }
.format-video .jp-duration {
  position: absolute;
  top: 32px;
  left: 58%;
  font-size: 12px; }
.format-video .jp-full-screen, .format-video .jp-restore-screen {
  position: absolute;
  top: 30px;
  right: 20px; }
.format-video .jp-video-full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1000; }
  .format-video .jp-video-full .jp-interface {
    background: #333;
    background: rgba(0, 0, 0, 0.5); }
  .format-video .jp-video-full .jp-gui {
    z-index: 100000;
    position: absolute;
    bottom: 50px;
    width: 100%;
    max-width: 860px;
    margin-left: -430px;
    left: 50%;
    right: 50%; }
.format-video .jp-play-bar, .format-video .jp-volume-bar-value {
  -moz-transition: all 0.08s ease-in;
  -o-transition: all 0.08s ease-in;
  -webkit-transition: all 0.08s ease-in;
  transition: all 0.08s ease-in; }
.format-video .jp-volume-bar-value {
  height: 10px;
  background: #fff; }
.format-video .jp-play-bar {
  background: #fff;
  height: 10px; }
.format-video .jp-mute, .format-video .jp-unmute {
  position: absolute;
  right: 29%;
  top: 16px;
  height: 0; }
.format-video .jp-unmute {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; }
.format-video .jp-jplayer {
  width: 100% !important;
  height: auto !important; }
  .format-video .jp-jplayer video {
    width: 100% !important;
    height: auto !important; }
.format-video .jp-audio .jp-jplayer {
  height: 0 !important; }
.format-video .jp-video .jp-jplayer {
  position: relative;
  overflow: hidden; }
  .format-video .jp-video .jp-jplayer video, .format-video .jp-video .jp-jplayer object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important; }

/**
* 5.6 - Attachments
* ----------------------------------------------------------------------------
*/
/**
* 5.7 - Post/Paging Navigation
* ----------------------------------------------------------------------------
*/
.single-page-navigation {
  float: right;
  text-align: right;
  margin-right: 30px; }
  .single-page-navigation div {
    display: inline-block;
    vertical-align: top; }
  .single-page-navigation a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 18px; }

.page-navigation {
  overflow: hidden;
  font-size: 20px;
  margin: 30px; }
  .page-navigation div {
    display: inline-block; }
  .page-navigation .nav-previous {
    float: right; }
  .page-navigation a {
    color: #cbcbcb;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 5px solid #cbcbcb;
    padding-top: 13px; }

/**
* 5.8 - Comments
* ----------------------------------------------------------------------------
*/
#commentform {
  overflow: hidden;
  max-height: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  #commentform input[type="text"] {
    width: 300px; }
  #commentform.expanded {
    max-height: none;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  #commentform .required {
    color: #666;
    font-weight: bold; }

#comments {
  color: #999;
  font-size: 15px; }

.commentmetadata {
  font-size: 12px;
  font-weight: bold; }
  .commentmetadata a {
    color: #c0c0c0; }

.comment-author {
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px; }

.comment-list {
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden; }
  .comment-list.expanded {
    max-height: none; }
  .comment-list li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 30px 0; }
  .comment-list .comment-reply-link {
    background: #d6d6d6;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 6px;
    border-radius: 2px 2px 0 0;
    position: absolute;
    right: 20px;
    bottom: -1px;
    -moz-transition: background 400ms;
    -o-transition: background 400ms;
    -webkit-transition: background 400ms;
    transition: background 400ms; }
    .comment-list .comment-reply-link:hover {
      background: #b0b0b0; }

ul.children {
  margin: 0;
  padding: 0; }
  ul.children li {
    padding-left: 80px; }

.hiding-form .comment-reply-title .icon {
  display: none !important; }

#reply-title, .comments-title {
  color: #2a2d30;
  font-size: 50px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 30px 0;
  position: relative; }
  #reply-title .icon, .comments-title .icon {
    vertical-align: top;
    position: relative;
    top: 10px;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-right: 20px; }
  #reply-title .icon-minus, .comments-title .icon-minus {
    font-size: 6px !important;
    padding-top: 28px; }
  #reply-title .icon-plus, .comments-title .icon-plus {
    font-size: 23px;
    padding-top: 20px; }
  #reply-title small, .comments-title small {
    font-size: 14px;
    font-weight: bold; }
    #reply-title small a, .comments-title small a {
      color: #c0c0c0; }

.comment-list #reply-title .icon, .comment-list .comments-title .icon {
  display: none; }
.comment-list #reply-title, .comment-list .comments-title {
  border-top: 1px solid #e4e4e4;
  margin-top: 30px; }
.comment-list #commentform {
  max-height: none; }

.comment-form-url {
  display: none; }

/**
* 5.9 - Archives
* ----------------------------------------------------------------------------
*/
.archive-lists a {
  color: inherit; }

/**
* 5.10 - 404
* ----------------------------------------------------------------------------
*/
/* Page Templates */
.contact-form {
  margin: 25px 0; }
  .contact-form input[type="text"] {
    width: 300px;
    max-width: 100%; }
  .contact-form .form-field {
    display: inline-block;
    vertical-align: top; }
    .contact-form .form-field:first-child {
      margin-right: 30px; }

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */
.widget-title {
  color: #c0c0c0;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: none;
  font-weight: bold; }

.widget {
  margin-top: 50px;
  text-transform: uppercase; }

#s {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  color: #838383;
  width: 90%;
  text-transform: uppercase;
  padding-left: 30px;
  background: transparent; }
  #s:focus {
    outline: 0; }

#searchform {
  position: relative; }
  #searchform i {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 20px; }

.twitter-feeds {
  text-transform: none;
  color: #838383; }
  .twitter-feeds li {
    margin-bottom: 20px !important; }
  .twitter-feeds .time {
    color: #c0c0c0;
    font-size: 12px;
    font-weight: bold; }

.twitter-link {
  color: white !important;
  font-size: 12px;
  margin-top: 20px !important;
  display: inline-block; }

.flickr_badge_image {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0px; }
  .flickr_badge_image img {
    vertical-align: bottom;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms; }
    .flickr_badge_image img:hover {
      opacity: .65; }

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 992px) {
  .main-navigation {
    margin-top: 80px; } }
@media screen and (max-width: 991px) {
  .container {
    padding: 20px; }

  .entry-header {
    padding-left: 10%; }

  .image-post,
  .entry-header {
    margin-left: -20px;
    margin-right: -20px; }

  .main-navigation {
    margin-bottom: 20px; }
    .main-navigation li {
      display: block;
      border-top: 1px solid #c0c0c0;
      margin: 0 !important;
      padding: 0;
      line-height: 1; }
      .main-navigation li a {
        display: block;
        padding: 10px 0px; }
    .main-navigation .sub-menu {
      margin: 0px  0 0 0 !important; }
    .main-navigation ul.nav > li:first-child {
      border: none; } }
@media (min-width: 769px) {
  .entry-content {
    padding-right: 30px; } }
@media (min-width: 1024px) {
  .comment {
    padding-right: 30px !important; } }
@media screen and (max-width: 479px) {
  .entry-title, .page-title {
    font-size: 40px; }

  .jp-video .jp-duration {
    display: none; }

  .gallery-content img {
    max-width: 100px; }

  .entry-content {
    font-size: 18px; }

  .page-navigation {
    margin: 30px 0px; } }
@media screen and (max-width: 767px) {
  #reply-title, .comments-title {
    font-size: 30px;
    vertical-align: middle; }
    #reply-title .icon, .comments-title .icon {
      width: 40px;
      height: 40px;
      top: 5px;
      font-size: 21px;
      padding-top: 11px;
      margin-right: 10px; }
    #reply-title .icon-minus, .comments-title .icon-minus {
      padding-top: 18px; } }
@media (max-width: 1024px) and (min-width: 481px) {
  .entry-title {
    font-size: 65px; }

  .gallery-content img {
    max-width: 120px; } }
@media screen and (max-width: 767px) {
  .entry-meta > div {
    display: block !important;
    float: none;
    margin: 0; }

  .nav-next {
    float: left; } }
@media screen and (min-width: 992px) {
  /** Nanoscroller CSS **/
  .nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }

  .nano .header-inside {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

  .nano .header-inside:focus {
    outline: none; }

  .nano .header-inside::-webkit-scrollbar {
    visibility: hidden; }

  .has-scrollbar .header-inside::-webkit-scrollbar {
    visibility: visible; }

  .nano > .pane {
    background: transparent;
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

  .nano > .pane > .slider {
    background: #444;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

  .nano:hover > .pane, .pane.active, .pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99; } }
.search .entry-header {
  margin-bottom: 0;
  color: white; }
.search .entry-title {
  color: #fff; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }

.mfp-arrow-left {
  left: 0;
  z-index: 100000; }

.mfp-arrow-right {
  right: 25px;
  z-index: 100000; }

.mfp-arrow-left:after {
  content: "\e000"; }

.mfp-arrow-right:after {
  content: "\e001"; }

.mfp-arrow-left:after,
.mfp-arrow-right:after {
  font-family: 'stag';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 50px;
  border: none !important;
  width: 50px;
  height: 50px; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/**
 * 2026 layout refresh
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 992px) {
  body {
    background: #2a2d30; }

  .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }

  #header {
    width: 300px;
    padding-left: 0; }

  #header .home-link,
  #header .main-navigation {
    display: block;
    margin-left: 68px; }

  #header .main-navigation {
    margin-left: 83px; }

  #header .home-link img {
    display: block; }

  #header .main-navigation {
    margin-top: 80px; }

  #main {
    max-width: 1080px;
    margin-left: 300px; }

  .main-background {
    display: none; } }
