@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%; }

body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  height: 100%; }

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block; }

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

br,
hr {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

input,
select {
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

@-webkit-keyframes bkX {
  0% {
    width: 0%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    width: 100%;
    -webkit-transform: translateX(102%);
            transform: translateX(102%); } }

@keyframes bkX {
  0% {
    width: 0%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    width: 100%;
    -webkit-transform: translateX(102%);
            transform: translateX(102%); } }

@-webkit-keyframes bkheadlineX {
  0% {
    width: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  50% {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    width: 100%;
    -webkit-transform: translateX(102%);
            transform: translateX(102%); } }

@keyframes bkheadlineX {
  0% {
    width: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  50% {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    width: 100%;
    -webkit-transform: translateX(102%);
            transform: translateX(102%); } }

@-webkit-keyframes bkY {
  0% {
    height: 0%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    height: 100%;
    -webkit-transform: translateY(102%);
            transform: translateY(102%); } }

@keyframes bkY {
  0% {
    height: 0%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    height: 100%;
    -webkit-transform: translateY(102%);
            transform: translateY(102%); } }

@-webkit-keyframes bkTextImg {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes bkTextImg {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes menuButton {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  90% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes menuButton {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  90% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes menuButtonHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  40% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes menuButtonHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  40% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes copyBrdrLeft {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes copyBrdrLeft {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@-webkit-keyframes copyBrdrRight {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes copyBrdrRight {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@-webkit-keyframes copyBrdrBottom {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes copyBrdrBottom {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes copyBrdrTop {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes copyBrdrTop {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes copyBk {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes copyBk {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes copyDes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px); }
  100% {
    opacity: 1; } }

@keyframes copyDes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px); }
  100% {
    opacity: 1; } }

@-webkit-keyframes topHeader {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes topHeader {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes topHeader2 {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes topHeader2 {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@-webkit-keyframes postThumb {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes postThumb {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes scroollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  80% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes scroollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  80% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

body {
  font-size: 16px;
  font-family: "Poppins", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .01em;
  text-align: left;
  line-height: 1.7;
  color: #232323; }
  @media screen and (max-width: 1100px) {
    body {
      font-size: 15px; } }
  body.body-fixed {
    position: fixed;
    width: 100%;
    height: 100%; }
  body.admin-bar header.header .logo {
    position: absolute;
    top: 62px; }
    @media screen and (max-width: 1100px) {
      body.admin-bar header.header .logo {
        top: 42px; } }
    @media screen and (max-width: 600px) {
      body.admin-bar header.header .logo {
        top: 56px; } }
  body.admin-bar header.header nav.menu {
    padding: 77px 30px 120px; }
    @media screen and (max-width: 600px) {
      body.admin-bar header.header nav.menu {
        padding: 91px 30px 120px; } }

::-moz-selection {
  background: #D5A239;
  color: #fff; }

::selection {
  background: #D5A239;
  color: #fff; }

p {
  font-size: 16px; }
  @media screen and (max-width: 1100px) {
    p {
      font-size: 15px; } }
  p:last-child {
    margin: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: 600; }

a {
  color: #D5A239;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  a:hover {
    opacity: 0.6; }
    @media screen and (max-width: 1100px) {
      a:hover {
        opacity: 1; } }

img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.sticky {
  border: 2px solid #E2B633; }

.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

header.header {
  width: 100%; }
  header.header.header-top .header-inner {
    height: calc(100vh - 120px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #f7f7f7; }
    @media screen and (max-width: 1100px) {
      header.header.header-top .header-inner {
        height: calc(100vh - 40px);
        padding: 20px; } }
    header.header.header-top .header-inner .header-background {
      background-image: url(../../img/header-default.jpg);
      -webkit-animation: topHeader 1.2s linear 0s forwards;
              animation: topHeader 1.2s linear 0s forwards; }
  header.header .header-inner {
    margin: 60px;
    width: auto;
    height: 450px;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7; }
    @media screen and (max-width: 1100px) {
      header.header .header-inner {
        margin: 20px; } }
    @media screen and (max-width: 840px) {
      header.header .header-inner {
        height: 250px; } }
    header.header .header-inner .header-background {
      background-image: url(../../img/header-default.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-animation: topHeader2 1.2s linear 0s forwards;
              animation: topHeader2 1.2s linear 0s forwards; }
    header.header .header-inner .copy {
      padding: 60px;
      position: absolute;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      top: 50%;
      left: 50%;
      max-width: 980px; }
      @media screen and (max-width: 1100px) {
        header.header .header-inner .copy {
          width: calc(100% - 40px);
          padding: 20px; } }
      header.header .header-inner .copy .copy-background {
        background: #E2B633;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        z-index: -1;
        -webkit-animation: copyBk 0.4s linear 0.8s forwards;
                animation: copyBk 0.4s linear 0.8s forwards; }
      header.header .header-inner .copy .brdr {
        position: absolute;
        background: #fff;
        opacity: 0.7; }
        header.header .header-inner .copy .brdr-left {
          top: 0;
          left: 0;
          width: 1px;
          height: 0%;
          -webkit-animation: copyBrdrLeft 0.2s linear 0s forwards;
                  animation: copyBrdrLeft 0.2s linear 0s forwards; }
        header.header .header-inner .copy .brdr-bottom {
          bottom: 0;
          left: 0;
          width: 0%;
          height: 1px;
          -webkit-animation: copyBrdrBottom 0.2s linear 0.2s forwards;
                  animation: copyBrdrBottom 0.2s linear 0.2s forwards; }
        header.header .header-inner .copy .brdr-right {
          bottom: 0;
          right: 0;
          width: 1px;
          height: 0%;
          -webkit-animation: copyBrdrRight 0.2s linear 0.4s forwards;
                  animation: copyBrdrRight 0.2s linear 0.4s forwards; }
        header.header .header-inner .copy .brdr-top {
          top: 0;
          right: 0;
          width: 0%;
          height: 1px;
          -webkit-animation: copyBrdrTop 0.2s linear 0.6s forwards;
                  animation: copyBrdrTop 0.2s linear 0.6s forwards; }
      header.header .header-inner .copy h2.description {
        font-size: 36px;
        color: #fff;
        letter-spacing: 3px;
        text-transform: uppercase;
        -webkit-animation: copyDes 0.4s linear 0.8s forwards;
                animation: copyDes 0.4s linear 0.8s forwards;
        opacity: 0;
        text-align: center; }
        @media screen and (max-width: 1100px) {
          header.header .header-inner .copy h2.description {
            font-size: 21px; } }
  header.header .logo {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1002;
    overflow: hidden; }
    header.header .logo .logo-txt {
      font-size: 32px;
      font-weight: 600;
      color: #232323; }
      header.header .logo .logo-txt a {
        color: #232323; }
      @media screen and (max-width: 1100px) {
        header.header .logo .logo-txt {
          font-size: 24px; } }
    @media screen and (max-width: 1100px) {
      header.header .logo {
        top: 10px;
        left: 10px; } }
    header.header .logo a {
      display: block; }
      header.header .logo a:before {
        content: '';
        width: 0%;
        height: 100%;
        background: #E2B633;
        display: block;
        position: absolute;
        z-index: 1003;
        top: 0;
        left: 0;
        -webkit-animation: bkX 0.8s ease-in-out 0s forwards;
                animation: bkX 0.8s ease-in-out 0s forwards; }
      header.header .logo a img {
        vertical-align: bottom;
        height: 60px;
        width: auto;
        -webkit-animation: bkTextImg 0.8s linear 0s forwards;
                animation: bkTextImg 0.8s linear 0s forwards;
        position: relative; }
        header.header .logo a img:hover {
          opacity: 0.6; }
          @media screen and (max-width: 1100px) {
            header.header .logo a img:hover {
              opacity: 1; } }
        @media screen and (max-width: 1100px) {
          header.header .logo a img {
            height: 40px; } }
  header.header .menu-btn-container {
    position: fixed;
    z-index: 1;
    bottom: 30px;
    right: 30px;
    -webkit-animation: menuButton 0.8s linear 0s forwards;
            animation: menuButton 0.8s linear 0s forwards;
    z-index: 1003; }
    @media screen and (max-width: 1100px) {
      header.header .menu-btn-container {
        bottom: 10px;
        right: 10px; } }
    header.header .menu-btn-container.is-active a.menu-btn {
      background: #fff; }
      header.header .menu-btn-container.is-active a.menu-btn:hover {
        opacity: 1; }
      header.header .menu-btn-container.is-active a.menu-btn span {
        background: #D5A239; }
        header.header .menu-btn-container.is-active a.menu-btn span:nth-child(1) {
          -webkit-transform: translateX(-12.5px) translateY(8px) rotate(-45deg);
                  transform: translateX(-12.5px) translateY(8px) rotate(-45deg); }
          @media screen and (max-width: 1100px) {
            header.header .menu-btn-container.is-active a.menu-btn span:nth-child(1) {
              -webkit-transform: translateX(-10px) translateY(7px) rotate(-45deg);
                      transform: translateX(-10px) translateY(7px) rotate(-45deg); } }
        header.header .menu-btn-container.is-active a.menu-btn span:nth-child(2) {
          opacity: 0; }
        header.header .menu-btn-container.is-active a.menu-btn span:nth-child(3) {
          -webkit-transform: translateX(-12.5px) translateY(-6px) rotate(45deg);
                  transform: translateX(-12.5px) translateY(-6px) rotate(45deg); }
          @media screen and (max-width: 1100px) {
            header.header .menu-btn-container.is-active a.menu-btn span:nth-child(3) {
              -webkit-transform: translateX(-10px) translateY(-7px) rotate(45deg);
                      transform: translateX(-10px) translateY(-7px) rotate(45deg); } }
    header.header .menu-btn-container a.menu-btn {
      display: block;
      background: #D5A239;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      position: relative;
      cursor: pointer;
      -webkit-box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2);
              box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2); }
      @media screen and (max-width: 1100px) {
        header.header .menu-btn-container a.menu-btn {
          width: 48px;
          height: 48px; } }
      header.header .menu-btn-container a.menu-btn:hover {
        opacity: 1;
        -webkit-animation: menuButtonHover 0.4s linear;
                animation: menuButtonHover 0.4s linear; }
      header.header .menu-btn-container a.menu-btn span {
        background: #fff;
        width: 25px;
        height: 2px;
        display: block;
        position: absolute;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        @media screen and (max-width: 1100px) {
          header.header .menu-btn-container a.menu-btn span {
            width: 20px; } }
        header.header .menu-btn-container a.menu-btn span:nth-child(1) {
          top: 22px; }
          @media screen and (max-width: 1100px) {
            header.header .menu-btn-container a.menu-btn span:nth-child(1) {
              top: 16px; } }
        header.header .menu-btn-container a.menu-btn span:nth-child(2) {
          top: 50%;
          margin-top: -1px; }
        header.header .menu-btn-container a.menu-btn span:nth-child(3) {
          bottom: 22px; }
          @media screen and (max-width: 1100px) {
            header.header .menu-btn-container a.menu-btn span:nth-child(3) {
              bottom: 16px; } }
  header.header nav.menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #D5A239;
    color: #fff;
    padding: 45px 30px 120px;
    height: 100vh;
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1002; }
    @media screen and (max-width: 1100px) {
      header.header nav.menu {
        padding: 30px 20px 60px; } }
    header.header nav.menu.is-active {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2);
              box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2); }
      header.header nav.menu.is-active .menu-container ul {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        opacity: 1; }
    header.header nav.menu .menu-container ul {
      -webkit-transition: all 0.4s ease-out 0.4s;
      transition: all 0.4s ease-out 0.4s;
      -webkit-transform: translateX(10%);
              transform: translateX(10%);
      opacity: 0; }
      header.header nav.menu .menu-container ul li {
        line-height: 1;
        padding: 10px 0;
        text-align: right; }
        header.header nav.menu .menu-container ul li ul li:last-child {
          padding: 10px 0 0px; }
        header.header nav.menu .menu-container ul li ul.sub-menu {
          margin: 10px 0px 0 0px;
          font-size: 10px; }
          header.header nav.menu .menu-container ul li ul.sub-menu li a {
            letter-spacing: 3px; }
        header.header nav.menu .menu-container ul li:first-child {
          padding: 0px 0 10px; }
        header.header nav.menu .menu-container ul li:last-child {
          padding: 10px 0 0px; }
        header.header nav.menu .menu-container ul li a {
          color: #fff;
          position: relative;
          text-transform: uppercase;
          letter-spacing: 5px;
          line-height: 1.7; }
          header.header nav.menu .menu-container ul li a:after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            left: 300%;
            width: 300%;
            height: 1px;
            background-color: #fff;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          header.header nav.menu .menu-container ul li a:hover {
            opacity: 1; }
            header.header nav.menu .menu-container ul li a:hover:after {
              left: 0; }
        header.header nav.menu .menu-container ul li.current-menu-item > a:after {
          left: 0; }
  header.header .scroll-down {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    overflow: hidden;
    width: 1px;
    height: 60px; }
    @media screen and (max-width: 1100px) {
      header.header .scroll-down {
        bottom: -20px;
        height: 40px; } }
    header.header .scroll-down .line {
      width: 1px;
      display: block;
      height: 60px;
      background: #ddd;
      will-change: transform;
      -webkit-animation: scroollLine 2s ease-in-out infinite;
              animation: scroollLine 2s ease-in-out infinite; }
      @media screen and (max-width: 1100px) {
        header.header .scroll-down .line {
          height: 40px; } }

.menu-mask {
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: transparent; }
  .menu-mask.is-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    opacity: 1;
    cursor: pointer;
    background: white; }

main.main.main-404 section .section-inner .section-archives-title {
  margin: 0; }

main.main section.author-title {
  margin: 0 60px; }
  @media screen and (max-width: 1100px) {
    main.main section.author-title {
      margin: 0 20px; } }
  main.main section.author-title .section-inner {
    width: 980px;
    position: relative;
    margin: -124px auto 0; }
    @media screen and (max-width: 1100px) {
      main.main section.author-title .section-inner {
        margin: -63px auto 0;
        width: 100%; } }
    main.main section.author-title .section-inner .author-pic {
      display: block;
      margin: 0 0 20px; }
      main.main section.author-title .section-inner .author-pic img {
        display: block;
        margin: 0 auto;
        vertical-align: bottom;
        border-radius: 50%;
        -webkit-box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2);
                box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2);
        width: 120px;
        height: 120px; }
        @media screen and (max-width: 1100px) {
          main.main section.author-title .section-inner .author-pic img {
            width: 84px;
            height: 84px; } }
    main.main section.author-title .section-inner .author-name {
      margin: 0 0 30px; }
      main.main section.author-title .section-inner .author-name h1 {
        font-size: 24px;
        font-weight: 600;
        text-align: center; }
    main.main section.author-title .section-inner .author-description {
      padding: 0px 0 0; }

main.main section.section {
  margin: 60px; }
  @media screen and (max-width: 1100px) {
    main.main section.section {
      margin: 20px 0 0; } }
  main.main section.section .section-inner {
    background: #FCF8E9;
    padding: 60px; }
    @media screen and (max-width: 1100px) {
      main.main section.section .section-inner {
        padding: 30px 20px; } }
    main.main section.section .section-inner .section-archives-title {
      text-align: center;
      margin: 0 0 60px;
      position: relative; }
      @media screen and (max-width: 1100px) {
        main.main section.section .section-inner .section-archives-title {
          margin: 0 0 20px; } }
      main.main section.section .section-inner .section-archives-title .title-container {
        margin: 0 0 15px; }
        main.main section.section .section-inner .section-archives-title .title-container:after {
          content: "";
          width: 50px;
          height: 3px;
          background: #e2b633;
          margin-top: 5px;
          display: block;
          margin: 15px auto 0;
          position: relative;
          z-index: 2; }
        main.main section.section .section-inner .section-archives-title .title-container h1, main.main section.section .section-inner .section-archives-title .title-container .title {
          display: inline-block;
          text-align: center;
          font-size: 32px;
          font-weight: 600;
          letter-spacing: 3px;
          line-height: 1.3;
          position: relative;
          z-index: 2; }
          @media screen and (max-width: 480px) {
            main.main section.section .section-inner .section-archives-title .title-container h1, main.main section.section .section-inner .section-archives-title .title-container .title {
              font-size: 26px; } }
        main.main section.section .section-inner .section-archives-title .title-container .title-description {
          text-align: center;
          color: #fff;
          font-weight: 600;
          margin: 0;
          line-height: 1;
          position: absolute;
          font-size: 100px;
          right: 30px;
          top: 0px;
          right: -60px;
          top: -70px;
          z-index: 0; }
          @media screen and (max-width: 1100px) {
            main.main section.section .section-inner .section-archives-title .title-container .title-description {
              font-size: 40px;
              right: -20px;
              top: -30px;
              text-align: right; } }
      main.main section.section .section-inner .section-archives-title .taxonomy-description {
        max-width: 980px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 2; }
        main.main section.section .section-inner .section-archives-title .taxonomy-description p {
          margin: 0 0 20px; }
          main.main section.section .section-inner .section-archives-title .taxonomy-description p:last-child {
            margin: 0; }
    main.main section.section .section-inner .section-title {
      text-align: center;
      margin: 0 0 60px;
      position: relative; }
      @media screen and (max-width: 1100px) {
        main.main section.section .section-inner .section-title {
          margin: 0 0 20px; } }
      main.main section.section .section-inner .section-title.is-active h2 {
        position: relative;
        overflow: hidden; }
        main.main section.section .section-inner .section-title.is-active h2 span {
          -webkit-animation: bkTextImg 0.8s linear 0s forwards;
                  animation: bkTextImg 0.8s linear 0s forwards; }
        main.main section.section .section-inner .section-title.is-active h2:before {
          -webkit-animation: bkheadlineX 0.8s ease-in-out 0s forwards;
                  animation: bkheadlineX 0.8s ease-in-out 0s forwards;
          z-index: 1003; }
      main.main section.section .section-inner .section-title h2 {
        display: inline-block;
        text-align: center;
        font-size: 32px;
        border-bottom: 3px solid #E2B633;
        letter-spacing: 3px; }
        @media screen and (max-width: 480px) {
          main.main section.section .section-inner .section-title h2 {
            font-size: 26px; } }
        main.main section.section .section-inner .section-title h2 span {
          opacity: 0; }
        main.main section.section .section-inner .section-title h2:before {
          content: '';
          width: 0;
          height: 100%;
          background: #E2B633;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
    main.main section.section .section-inner .section-content {
      max-width: 980px;
      width: 100%;
      margin: 0 auto; }
      main.main section.section .section-inner .section-content p {
        margin: 0 0 20px; }

footer.footer {
  margin: 0 0 60px;
  text-align: center; }
  @media screen and (max-width: 1100px) {
    footer.footer {
      margin: 60px 0 0px;
      padding: 0px 0 60px; } }
  footer.footer .footer-inner .copy-right p {
    font-size: 12px;
    font-weight: 600; }
  footer.footer .footer-inner .powerd-by p {
    font-size: 12px;
    font-weight: 600; }

.sidebar {
  margin: 60px; }
  @media screen and (max-width: 1100px) {
    .sidebar {
      margin: 0px; } }
  .sidebar .sidebar-inner {
    background: #f7f7f7;
    padding: 60px 60px 30px; }
    @media screen and (max-width: 1100px) {
      .sidebar .sidebar-inner {
        padding: 30px 20px; } }
    .sidebar .sidebar-inner .sidebar-content {
      width: 100%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media screen and (max-width: 1100px) {
        .sidebar .sidebar-inner .sidebar-content {
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
      .sidebar .sidebar-inner .sidebar-content:after {
        content: "";
        display: block;
        width: 30%; }
      .sidebar .sidebar-inner .sidebar-content aside.widget {
        width: 30%;
        margin: 0 0 30px; }
        @media screen and (max-width: 1100px) {
          .sidebar .sidebar-inner .sidebar-content aside.widget {
            margin: 0 0 20px; } }
        @media screen and (max-width: 1100px) {
          .sidebar .sidebar-inner .sidebar-content aside.widget {
            width: 45%; } }
        @media screen and (max-width: 672px) {
          .sidebar .sidebar-inner .sidebar-content aside.widget {
            width: 100%; }
            .sidebar .sidebar-inner .sidebar-content aside.widget:last-child {
              margin: 0; } }
        .sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_entries ul li {
          padding: 10px 14px 7px 0;
          position: relative;
          border-bottom: 1px solid #eaeaea; }
          .sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_entries ul li:after {
            color: #ccc;
            content: "\f0da";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_entries ul li a {
            color: #232323;
            font-weight: 600;
            position: relative;
            line-height: 1.5; }
          .sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_entries ul li span {
            display: block;
            font-size: 12px;
            color: #999; }
        .sidebar .sidebar-inner .sidebar-content aside.widget.widget_rss ul li {
          padding: 10px 14px 7px 0;
          position: relative;
          border-bottom: 1px solid #eaeaea; }
        .sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive label, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories label {
          display: inline-block;
          vertical-align: middle;
          margin-right: 7px; }
        .sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive select, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories select {
          display: inline-block;
          vertical-align: middle;
          background: #eaeaea; }
        .sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive ul li, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories ul li {
          padding: 10px 0px 7px 0;
          border-bottom: 1px solid #eaeaea;
          position: relative; }
          .sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive ul li a, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories ul li a {
            color: #232323;
            font-weight: 600;
            line-height: 1.5; }
            .sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive ul li a:after, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories ul li a:after {
              color: #ccc;
              content: "\f0da";
              display: inline-block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              position: absolute;
              right: 0;
              top: 14px; }
          .sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive ul li ul.children, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories ul li ul.children {
            padding: 0 0 0 15px;
            border-top: 1px solid #eaeaea;
            margin-top: 7px; }
            .sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive ul li ul.children li:last-child, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories ul li ul.children li:last-child {
              border: none;
              padding-bottom: 0; }
        .sidebar .sidebar-inner .sidebar-content aside.widget.widget_pages ul li a, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_nav_menu ul li a, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_meta ul li a {
          color: #232323;
          display: block;
          padding: 10px 14px 7px 0;
          font-weight: 600;
          border-bottom: 1px solid #eaeaea;
          position: relative; }
          .sidebar .sidebar-inner .sidebar-content aside.widget.widget_pages ul li a:after, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_nav_menu ul li a:after, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_meta ul li a:after {
            color: #ccc;
            content: "\f0da";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
        .sidebar .sidebar-inner .sidebar-content aside.widget.widget_pages ul li ul.children, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_nav_menu ul li ul.children, .sidebar .sidebar-inner .sidebar-content aside.widget.widget_meta ul li ul.children {
          margin: 0 0 0 15px; }
        .sidebar .sidebar-inner .sidebar-content aside.widget.widget_search .search-form {
          max-width: 100%; }
        .sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_comments ul li {
          padding: 10px 0 7px 25px;
          position: relative;
          border-bottom: 1px solid #eaeaea; }
          .sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_comments ul li:before {
            color: #999;
            content: "\f0e6";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 13px;
            left: 0; }
        .sidebar .sidebar-inner .sidebar-content aside.widget h3.widget-title {
          letter-spacing: 3px;
          font-size: 21px;
          font-weight: 600;
          border-bottom: 3px solid #E2B633;
          padding-bottom: 5px;
          margin: 0 0 15px; }
        .sidebar .sidebar-inner .sidebar-content aside.widget .tagcloud a.tag-cloud-link {
          display: inline-block;
          position: relative;
          font-size: 12px !important;
          padding: 5px 7px 3px 18px;
          background: #D5A239;
          margin: 0 2px 7px 0;
          color: #fff; }
          .sidebar .sidebar-inner .sidebar-content aside.widget .tagcloud a.tag-cloud-link:before {
            content: '';
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 11px;
            left: 7px; }
        .sidebar .sidebar-inner .sidebar-content aside.widget .calendar_wrap table {
          width: 100%; }
          .sidebar .sidebar-inner .sidebar-content aside.widget .calendar_wrap table thead tr th {
            text-align: center; }
          .sidebar .sidebar-inner .sidebar-content aside.widget .calendar_wrap table tbody tr td {
            text-align: center; }
          .sidebar .sidebar-inner .sidebar-content aside.widget .calendar_wrap table tfoot tr td {
            padding: 7px 0; }

main.page-single-main article header.post-header {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 45px; }
  @media screen and (max-width: 840px) {
    main.page-single-main article header.post-header {
      padding: 0 20px;
      margin: 0 auto 25px; } }
  main.page-single-main article header.post-header.has-thumbnail .post-thumbnail {
    margin-top: -285px;
    margin-bottom: 60px;
    -webkit-animation: postThumb 1.2s linear 0s forwards;
            animation: postThumb 1.2s linear 0s forwards; }
    @media screen and (max-width: 840px) {
      main.page-single-main article header.post-header.has-thumbnail .post-thumbnail {
        margin-top: -82.5px;
        margin-bottom: 30px;
        padding: 0 20px; } }
    main.page-single-main article header.post-header.has-thumbnail .post-thumbnail img {
      width: 100%;
      height: auto;
      min-height: 300px;
      vertical-align: bottom;
      -webkit-box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2);
              box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2);
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 840px) {
        main.page-single-main article header.post-header.has-thumbnail .post-thumbnail img {
          min-height: 125px; } }
  main.page-single-main article header.post-header .post-meta {
    margin-bottom: 15px; }
    @media screen and (max-width: 840px) {
      main.page-single-main article header.post-header .post-meta {
        margin-bottom: 5px; } }
    main.page-single-main article header.post-header .post-meta:after {
      content: '';
      display: block;
      clear: both; }
    main.page-single-main article header.post-header .post-meta .post-time {
      color: #999;
      font-size: 14px;
      font-weight: 400; }
    main.page-single-main article header.post-header .post-meta .post-author {
      line-height: 1.7;
      float: right; }
      main.page-single-main article header.post-header .post-meta .post-author .avatar {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.7;
        margin-right: 2px; }
        main.page-single-main article header.post-header .post-meta .post-author .avatar img {
          border-radius: 50%; }
      main.page-single-main article header.post-header .post-meta .post-author .name {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.7;
        color: #999; }
  main.page-single-main article header.post-header h1.post-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word; }
    @media screen and (max-width: 840px) {
      main.page-single-main article header.post-header h1.post-title {
        margin-bottom: 5px; } }
    @media screen and (max-width: 480px) {
      main.page-single-main article header.post-header h1.post-title {
        font-size: 20px; } }
  main.page-single-main article header.post-header .post-categories-container ul li {
    display: inline-block;
    margin: 0 15px 7px 0; }
    @media screen and (max-width: 840px) {
      main.page-single-main article header.post-header .post-categories-container ul li {
        margin: 0 12px 7px 0; } }
    main.page-single-main article header.post-header .post-categories-container ul li a {
      position: relative;
      font-size: 12px;
      font-weight: 400;
      padding: 0px 7px 0px;
      line-height: 27px;
      height: 24px;
      display: inline-block;
      background: #D5A239;
      color: #fff; }
      main.page-single-main article header.post-header .post-categories-container ul li a:after {
        content: "";
        border-style: solid;
        border-width: 0;
        position: absolute;
        width: 0;
        height: 0;
        border-width: 12px 11px 12px 0px;
        right: -10px;
        top: 0;
        border-color: #D5A239 transparent; }

main.page-single-main article .post-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px; }
  main.page-single-main article .post-content:after {
    display: block;
    content: '';
    clear: both; }
  @media screen and (max-width: 840px) {
    main.page-single-main article .post-content {
      margin: 0 auto 30px;
      padding: 0 20px; } }
  main.page-single-main article .post-content *:first-child {
    margin-top: 0px; }
  main.page-single-main article .post-content *:last-child {
    margin-bottom: 0px; }
  main.page-single-main article .post-content p {
    margin-bottom: 20px; }
    main.page-single-main article .post-content p:last-child {
      margin-bottom: 0px; }
  main.page-single-main article .post-content img {
    margin: 0 0 20px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 1100px) {
    main.page-single-main article .post-content iframe {
      max-width: 100%; } }
  main.page-single-main article .post-content figure {
    max-width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #eaeaea; }
    main.page-single-main article .post-content figure img, main.page-single-main article .post-content figure a {
      margin: 0 0 10px;
      display: block; }
    main.page-single-main article .post-content figure figcaption.wp-caption-text {
      font-size: 12px;
      text-align: center; }
      main.page-single-main article .post-content figure figcaption.wp-caption-text a {
        display: inline; }
  main.page-single-main article .post-content .alignright {
    float: right;
    margin: 0 0 20px 20px; }
  main.page-single-main article .post-content .alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  main.page-single-main article .post-content .aligncenter {
    display: block;
    margin: 0 auto 20px; }
  main.page-single-main article .post-content h1 {
    font-size: 24px;
    text-align: center;
    margin: 20px 0 20px; }
    @media screen and (max-width: 1100px) {
      main.page-single-main article .post-content h1 {
        margin: 10px 0 20px; } }
    main.page-single-main article .post-content h1:after {
      width: 50px;
      height: 3px;
      margin: 10px auto 0px;
      display: block;
      content: '';
      background: #232323; }
  main.page-single-main article .post-content h2 {
    font-size: 21px;
    text-align: center;
    margin: 20px 0 20px;
    display: inline-block;
    border-bottom: 3px solid #232323; }
    @media screen and (max-width: 1100px) {
      main.page-single-main article .post-content h2 {
        margin: 10px 0 20px; } }
  main.page-single-main article .post-content h3 {
    font-size: 18px;
    margin: 10px 0 20px;
    border-left: 3px solid #232323;
    padding: 8px 15px 7px; }
    @media screen and (max-width: 1100px) {
      main.page-single-main article .post-content h3 {
        margin: 5px 0 20px; } }
  main.page-single-main article .post-content h4 {
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 18px; }
    main.page-single-main article .post-content h4:before {
      background: #E2B633;
      width: 8px;
      height: 8px;
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      border-radius: 50%; }
  main.page-single-main article .post-content h5 {
    font-size: 15px;
    margin: 0 0 20px; }
  main.page-single-main article .post-content h6 {
    font-size: 14px;
    margin: 0 0 20px; }
  main.page-single-main article .post-content blockquote {
    position: relative;
    padding: 33px 30px 30px;
    background: #f7f7f7;
    margin: 0 0 20px; }
    @media screen and (max-width: 1100px) {
      main.page-single-main article .post-content blockquote {
        padding: 23px 20px 20px; } }
    main.page-single-main article .post-content blockquote:before {
      content: "“";
      position: absolute;
      color: #fff;
      font-size: 140px;
      top: -51px;
      left: -3px; }
      @media screen and (max-width: 1100px) {
        main.page-single-main article .post-content blockquote:before {
          content: "“";
          position: absolute;
          color: #fff;
          font-size: 110px;
          top: -40px;
          left: -3px; } }
  main.page-single-main article .post-content table {
    width: 100%;
    margin: 0 0 20px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea; }
    main.page-single-main article .post-content table tr th {
      padding: 9px 7px 7px;
      background: #f7f7f7;
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; }
    main.page-single-main article .post-content table tr td {
      padding: 9px 7px 7px;
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; }
  main.page-single-main article .post-content dl {
    margin: 0 0 20px; }
    main.page-single-main article .post-content dl dt {
      font-weight: 600; }
    main.page-single-main article .post-content dl dd {
      padding-left: 15px;
      margin: 0 0 20px; }
  main.page-single-main article .post-content ul {
    margin: 0 0 20px;
    padding-left: 20px;
    list-style: disc; }
  main.page-single-main article .post-content ol {
    margin: 0 0 20px;
    padding-left: 20px;
    list-style: decimal; }
  main.page-single-main article .post-content strong {
    font-weight: 600; }
  main.page-single-main article .post-content abbr, main.page-single-main article .post-content acronym {
    cursor: help;
    border-bottom: 1px dotted #232323;
    position: relative; }
    main.page-single-main article .post-content abbr:hover:after, main.page-single-main article .post-content acronym:hover:after {
      position: absolute;
      border: 1px solid #f7f7f7;
      content: attr(title);
      background: rgba(255, 255, 255, 0.9);
      margin: 0;
      padding: 15px;
      top: 50%;
      left: 120%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  main.page-single-main article .post-content address {
    padding: 30px;
    background: #f7f7f7;
    margin: 0 0 20px; }
    @media screen and (max-width: 1100px) {
      main.page-single-main article .post-content address {
        padding: 23px 20px 20px; } }
  main.page-single-main article .post-content big {
    font-size: 140%; }
  main.page-single-main article .post-content cite, main.page-single-main article .post-content q {
    font-style: italic; }
  main.page-single-main article .post-content code, main.page-single-main article .post-content kbd, main.page-single-main article .post-content tt, main.page-single-main article .post-content var {
    padding: 0px 5px;
    background: #f7f7f7;
    border-radius: 3px; }
  main.page-single-main article .post-content del, main.page-single-main article .post-content strike {
    text-decoration: line-through; }
  main.page-single-main article .post-content em {
    font-style: italic;
    font-weight: 600; }
  main.page-single-main article .post-content ins {
    border-bottom: 1px solid #454545; }
  main.page-single-main article .post-content pre {
    background-color: #0f192a;
    color: #fff;
    padding: 15px;
    margin: 0 0 20px;
    overflow-x: scroll;
    position: relative; }
  main.page-single-main article .post-content sup {
    vertical-align: super;
    font-size: 80%; }
  main.page-single-main article .post-content sub {
    vertical-align: sub;
    font-size: 80%; }
  main.page-single-main article .post-content .twitter-tweet {
    display: block;
    margin: 0 auto 20px !important; }
  main.page-single-main article .post-content .gallery-columns-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main.page-single-main article .post-content .gallery-columns-1 .gallery-item {
      margin: 0 0 20px;
      padding: 0px;
      background: transparent;
      border: none;
      width: calc(100% / 1);
      padding: 0 .1rem; }
      main.page-single-main article .post-content .gallery-columns-1 .gallery-item .wp-caption-text,
      main.page-single-main article .post-content .gallery-columns-1 .gallery-item .gallery-caption {
        margin: 5px 0 0;
        line-height: 1.3; }
      main.page-single-main article .post-content .gallery-columns-1 .gallery-item a {
        display: block; }
        main.page-single-main article .post-content .gallery-columns-1 .gallery-item a img {
          display: block;
          margin: 0 auto; }
  main.page-single-main article .post-content .gallery-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main.page-single-main article .post-content .gallery-columns-2 .gallery-item {
      margin: 0 0 20px;
      padding: 0px;
      background: transparent;
      border: none;
      width: calc(100% / 2);
      padding: 0 .1rem; }
      main.page-single-main article .post-content .gallery-columns-2 .gallery-item .wp-caption-text,
      main.page-single-main article .post-content .gallery-columns-2 .gallery-item .gallery-caption {
        margin: 5px 0 0;
        line-height: 1.3; }
      main.page-single-main article .post-content .gallery-columns-2 .gallery-item a {
        display: block; }
        main.page-single-main article .post-content .gallery-columns-2 .gallery-item a img {
          display: block;
          margin: 0 auto; }
  main.page-single-main article .post-content .gallery-columns-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main.page-single-main article .post-content .gallery-columns-3 .gallery-item {
      margin: 0 0 20px;
      padding: 0px;
      background: transparent;
      border: none;
      width: calc(100% / 3);
      padding: 0 .1rem; }
      main.page-single-main article .post-content .gallery-columns-3 .gallery-item .wp-caption-text,
      main.page-single-main article .post-content .gallery-columns-3 .gallery-item .gallery-caption {
        margin: 5px 0 0;
        line-height: 1.3; }
      main.page-single-main article .post-content .gallery-columns-3 .gallery-item a {
        display: block; }
        main.page-single-main article .post-content .gallery-columns-3 .gallery-item a img {
          display: block;
          margin: 0 auto; }
  main.page-single-main article .post-content .gallery-columns-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main.page-single-main article .post-content .gallery-columns-4 .gallery-item {
      margin: 0 0 20px;
      padding: 0px;
      background: transparent;
      border: none;
      width: calc(100% / 4);
      padding: 0 .1rem; }
      main.page-single-main article .post-content .gallery-columns-4 .gallery-item .wp-caption-text,
      main.page-single-main article .post-content .gallery-columns-4 .gallery-item .gallery-caption {
        margin: 5px 0 0;
        line-height: 1.3; }
      main.page-single-main article .post-content .gallery-columns-4 .gallery-item a {
        display: block; }
        main.page-single-main article .post-content .gallery-columns-4 .gallery-item a img {
          display: block;
          margin: 0 auto; }
  main.page-single-main article .post-content .gallery-columns-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main.page-single-main article .post-content .gallery-columns-5 .gallery-item {
      margin: 0 0 20px;
      padding: 0px;
      background: transparent;
      border: none;
      width: calc(100% / 5);
      padding: 0 .1rem; }
      main.page-single-main article .post-content .gallery-columns-5 .gallery-item .wp-caption-text,
      main.page-single-main article .post-content .gallery-columns-5 .gallery-item .gallery-caption {
        margin: 5px 0 0;
        line-height: 1.3; }
      main.page-single-main article .post-content .gallery-columns-5 .gallery-item a {
        display: block; }
        main.page-single-main article .post-content .gallery-columns-5 .gallery-item a img {
          display: block;
          margin: 0 auto; }
  main.page-single-main article .post-content .gallery-columns-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main.page-single-main article .post-content .gallery-columns-6 .gallery-item {
      margin: 0 0 20px;
      padding: 0px;
      background: transparent;
      border: none;
      width: calc(100% / 6);
      padding: 0 .1rem; }
      main.page-single-main article .post-content .gallery-columns-6 .gallery-item .wp-caption-text,
      main.page-single-main article .post-content .gallery-columns-6 .gallery-item .gallery-caption {
        margin: 5px 0 0;
        line-height: 1.3; }
      main.page-single-main article .post-content .gallery-columns-6 .gallery-item a {
        display: block; }
        main.page-single-main article .post-content .gallery-columns-6 .gallery-item a img {
          display: block;
          margin: 0 auto; }
  main.page-single-main article .post-content .gallery-columns-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main.page-single-main article .post-content .gallery-columns-7 .gallery-item {
      margin: 0 0 20px;
      padding: 0px;
      background: transparent;
      border: none;
      width: calc(100% / 7);
      padding: 0 .1rem; }
      main.page-single-main article .post-content .gallery-columns-7 .gallery-item .wp-caption-text,
      main.page-single-main article .post-content .gallery-columns-7 .gallery-item .gallery-caption {
        margin: 5px 0 0;
        line-height: 1.3; }
      main.page-single-main article .post-content .gallery-columns-7 .gallery-item a {
        display: block; }
        main.page-single-main article .post-content .gallery-columns-7 .gallery-item a img {
          display: block;
          margin: 0 auto; }
  main.page-single-main article .post-content .gallery-columns-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main.page-single-main article .post-content .gallery-columns-8 .gallery-item {
      margin: 0 0 20px;
      padding: 0px;
      background: transparent;
      border: none;
      width: calc(100% / 8);
      padding: 0 .1rem; }
      main.page-single-main article .post-content .gallery-columns-8 .gallery-item .wp-caption-text,
      main.page-single-main article .post-content .gallery-columns-8 .gallery-item .gallery-caption {
        margin: 5px 0 0;
        line-height: 1.3; }
      main.page-single-main article .post-content .gallery-columns-8 .gallery-item a {
        display: block; }
        main.page-single-main article .post-content .gallery-columns-8 .gallery-item a img {
          display: block;
          margin: 0 auto; }
  main.page-single-main article .post-content .gallery-columns-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main.page-single-main article .post-content .gallery-columns-9 .gallery-item {
      margin: 0 0 20px;
      padding: 0px;
      background: transparent;
      border: none;
      width: calc(100% / 9);
      padding: 0 .1rem; }
      main.page-single-main article .post-content .gallery-columns-9 .gallery-item .wp-caption-text,
      main.page-single-main article .post-content .gallery-columns-9 .gallery-item .gallery-caption {
        margin: 5px 0 0;
        line-height: 1.3; }
      main.page-single-main article .post-content .gallery-columns-9 .gallery-item a {
        display: block; }
        main.page-single-main article .post-content .gallery-columns-9 .gallery-item a img {
          display: block;
          margin: 0 auto; }
  main.page-single-main article .post-content .post-links {
    text-align: center; }
    main.page-single-main article .post-content .post-links > span,
    main.page-single-main article .post-content .post-links > a {
      display: inline-block;
      padding: 5px 15px; }
    main.page-single-main article .post-content .post-links > span {
      border-bottom: 3px solid #232323; }

main.page-single-main article footer.post-footer {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 840px) {
    main.page-single-main article footer.post-footer {
      padding: 0 20px; } }
  main.page-single-main article footer.post-footer .post-tags {
    margin: 0 0 60px; }
    @media screen and (max-width: 840px) {
      main.page-single-main article footer.post-footer .post-tags {
        margin: 0 0 30px; } }
    main.page-single-main article footer.post-footer .post-tags ul li {
      display: inline-block;
      margin: 0 7px 7px 0; }
      main.page-single-main article footer.post-footer .post-tags ul li a {
        position: relative;
        font-size: 12px;
        padding: 5px 7px 3px 18px;
        background: #D5A239;
        color: #fff; }
        main.page-single-main article footer.post-footer .post-tags ul li a:before {
          content: "";
          width: 6px;
          height: 6px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          top: 11px;
          left: 7px; }

main.page-single-main nav.post-navigation {
  max-width: 980px;
  width: 100%;
  margin: 0 auto; }
  main.page-single-main nav.post-navigation .post-navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      main.page-single-main nav.post-navigation .post-navigation-inner {
        display: block; } }
    main.page-single-main nav.post-navigation .post-navigation-inner .prev-next {
      width: calc((100% - 150px) / 2);
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        main.page-single-main nav.post-navigation .post-navigation-inner .prev-next {
          width: 100%; } }
      main.page-single-main nav.post-navigation .post-navigation-inner .prev-next a {
        display: block; }
        main.page-single-main nav.post-navigation .post-navigation-inner .prev-next a .post-thumbnail {
          background-size: cover;
          background-position: center center;
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-filter: blur(3px);
                  filter: blur(3px);
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
          main.page-single-main nav.post-navigation .post-navigation-inner .prev-next a .post-thumbnail:after {
            content: '';
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6); }
        main.page-single-main nav.post-navigation .post-navigation-inner .prev-next a i {
          position: absolute;
          color: #f7f7f7; }
        main.page-single-main nav.post-navigation .post-navigation-inner .prev-next a p {
          padding: 30px 30px;
          position: relative;
          color: #f7f7f7;
          word-wrap: break-word;
          overflow-wrap: break-word;
          line-height: 1.3; }
    main.page-single-main nav.post-navigation .post-navigation-inner .prev a i {
      top: 50%;
      left: 15px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      main.page-single-main nav.post-navigation .post-navigation-inner .prev a p {
        padding: 23px 20px 20px 30px; } }
    main.page-single-main nav.post-navigation .post-navigation-inner .home {
      width: 150px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        main.page-single-main nav.post-navigation .post-navigation-inner .home {
          display: block;
          margin: 0 auto; } }
      main.page-single-main nav.post-navigation .post-navigation-inner .home a {
        display: block;
        padding: 0 15px;
        line-height: 1.3; }
        @media screen and (max-width: 768px) {
          main.page-single-main nav.post-navigation .post-navigation-inner .home a {
            padding: 20px 0px; } }
        main.page-single-main nav.post-navigation .post-navigation-inner .home a i {
          font-size: 36px;
          color: #232323; }
          @media screen and (max-width: 768px) {
            main.page-single-main nav.post-navigation .post-navigation-inner .home a i {
              font-size: 24px; } }
        main.page-single-main nav.post-navigation .post-navigation-inner .home a span {
          display: block;
          color: #232323;
          font-size: 12px;
          font-weight: 600; }
    main.page-single-main nav.post-navigation .post-navigation-inner .next a i {
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    main.page-single-main nav.post-navigation .post-navigation-inner .next a p {
      text-align: right; }
      @media screen and (max-width: 768px) {
        main.page-single-main nav.post-navigation .post-navigation-inner .next a p {
          padding: 23px 30px 20px 20px; } }

main.page-single-main .post-comments {
  max-width: 980px;
  width: 100%;
  margin: 60px auto 0; }
  @media screen and (max-width: 1100px) {
    main.page-single-main .post-comments {
      margin: 30px auto 30px;
      padding: 0 20px; } }
  main.page-single-main .post-comments ul.comment-tabs {
    margin: 0 0 20px;
    border-bottom: 3px solid #eaeaea; }
    main.page-single-main .post-comments ul.comment-tabs:after {
      content: '';
      display: block;
      clear: both; }
    main.page-single-main .post-comments ul.comment-tabs li {
      float: left;
      padding: 11px 15px 5px;
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      position: relative;
      background: #f7f7f7; }
      main.page-single-main .post-comments ul.comment-tabs li span {
        background: #fff;
        padding: 2px 5px 0;
        border-radius: 5px;
        color: #999;
        font-size: 11px;
        font-weight: 600;
        position: relative;
        top: -2px; }
      main.page-single-main .post-comments ul.comment-tabs li:after {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        content: ''; }
      main.page-single-main .post-comments ul.comment-tabs li.active {
        background: #D5A239;
        color: #fff; }
        main.page-single-main .post-comments ul.comment-tabs li.active:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -3px;
          width: 100%;
          height: 3px;
          background: #D5A239; }
  main.page-single-main .post-comments .comment-list-container {
    margin: 0 0 30px; }
    @media screen and (max-width: 1100px) {
      main.page-single-main .post-comments .comment-list-container {
        margin: 0 0 20px; } }
    main.page-single-main .post-comments .comment-list-container ol.children {
      margin-left: 20px; }
    main.page-single-main .post-comments .comment-list-container ol.hide {
      display: none; }
    main.page-single-main .post-comments .comment-list-container ol > li,
    main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor {
      padding: 15px 0;
      border-bottom: 1px solid #eaeaea; }
      main.page-single-main .post-comments .comment-list-container ol > li .comment-respond,
      main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-respond {
        margin-top: 15px; }
      main.page-single-main .post-comments .comment-list-container ol > li .comment-body,
      main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body {
        display: table;
        width: 100%; }
        main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-left,
        main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-left {
          display: table-cell;
          vertical-align: top;
          padding-right: 15px;
          width: 48px; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-left .comment-author-pic img,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-left .comment-author-pic img {
            border-radius: 50%;
            vertical-align: bottom; }
        main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right,
        main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right {
          display: table-cell;
          vertical-align: top; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-meta,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-meta {
            margin-bottom: 7px; }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-meta .comment-author-name,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-meta .comment-author-name {
              display: inline-block;
              vertical-align: middle;
              font-weight: 600; }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-meta .comment-time,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-meta .comment-time {
              display: inline-block;
              vertical-align: middle; }
              main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-meta .comment-time a,
              main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-meta .comment-time a {
                color: #999;
                font-size: 12px; }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-meta .comment-edit-link-container,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-meta .comment-edit-link-container {
              display: inline-block;
              vertical-align: middle; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content *:first-child,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content *:first-child {
            margin-top: 0px; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content *:last-child,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content *:last-child {
            margin-bottom: 0px; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content p,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content p {
            margin-bottom: 20px; }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content p:last-child,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content p:last-child {
              margin-bottom: 0px; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content img,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content img {
            margin: 0 0 20px;
            vertical-align: bottom;
            max-width: 100%;
            height: auto; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content figure,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content figure {
            max-width: 100%;
            margin: 0 0 20px;
            padding: 10px;
            background: #f7f7f7;
            border: 1px solid #eaeaea; }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content figure img,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content figure img {
              margin: 0 0 10px; }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content figure figcaption.wp-caption-text,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content figure figcaption.wp-caption-text {
              font-size: 12px;
              text-align: center; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content .alignright,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content .alignright {
            float: right;
            margin: 0 0 20px 20px; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content .alignleft,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content .alignleft {
            float: left;
            margin: 0 20px 20px 0; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content .aligncenter,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content .aligncenter {
            display: block;
            margin: 0 auto 20px; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content h1,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content h1 {
            font-size: 24px;
            text-align: center;
            margin: 20px 0 20px; }
            @media screen and (max-width: 1100px) {
              main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content h1,
              main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content h1 {
                margin: 10px 0 20px; } }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content h1:after,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content h1:after {
              width: 50px;
              height: 3px;
              margin: 10px auto 0px;
              display: block;
              content: '';
              background: #232323; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content h2,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content h2 {
            font-size: 21px;
            text-align: center;
            margin: 20px 0 20px;
            display: inline-block;
            border-bottom: 3px solid #232323; }
            @media screen and (max-width: 1100px) {
              main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content h2,
              main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content h2 {
                margin: 10px 0 20px; } }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content h3,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content h3 {
            font-size: 18px;
            margin: 10px 0 20px;
            border-left: 3px solid #232323;
            padding: 8px 15px 7px; }
            @media screen and (max-width: 1100px) {
              main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content h3,
              main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content h3 {
                margin: 5px 0 20px; } }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content h4,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content h4 {
            font-size: 16px;
            margin: 0 0 20px;
            position: relative;
            padding: 0 0 0 18px; }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content h4:before,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content h4:before {
              background: #E2B633;
              width: 8px;
              height: 8px;
              content: '';
              position: absolute;
              top: 7px;
              left: 0;
              border-radius: 50%; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content h5,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content h5 {
            font-size: 15px;
            margin: 0 0 20px; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content h6,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content h6 {
            font-size: 14px;
            margin: 0 0 20px; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content blockquote,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content blockquote {
            position: relative;
            padding: 33px 30px 30px;
            background: #f7f7f7;
            margin: 0 0 20px; }
            @media screen and (max-width: 1100px) {
              main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content blockquote,
              main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content blockquote {
                padding: 23px 20px 20px; } }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content blockquote:before,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content blockquote:before {
              content: "“";
              position: absolute;
              color: #fff;
              font-size: 140px;
              top: -51px;
              left: -3px; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content table,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content table {
            width: 100%;
            margin: 0 0 20px;
            border-top: 1px solid #eaeaea;
            border-left: 1px solid #eaeaea; }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content table tr th,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content table tr th {
              padding: 9px 7px 7px;
              background: #f7f7f7;
              border-right: 1px solid #eaeaea;
              border-bottom: 1px solid #eaeaea; }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content table tr td,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content table tr td {
              padding: 9px 7px 7px;
              border-right: 1px solid #eaeaea;
              border-bottom: 1px solid #eaeaea; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content dl dt,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content dl dt {
            font-weight: 600; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content dl dd,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content dl dd {
            padding-left: 15px;
            margin: 0 0 20px; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content ul,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content ul {
            margin: 0 0 20px;
            padding-left: 20px;
            list-style: disc; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content ol,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content ol {
            margin: 0 0 20px;
            padding-left: 20px;
            list-style: decimal; }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content ol li,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content ol li {
              padding: 0px 0;
              border-bottom: none; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content strong,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content strong {
            font-weight: 600; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content abbr, main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content acronym,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content abbr,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content acronym {
            cursor: help;
            border-bottom: 1px dotted #232323;
            position: relative; }
            main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content abbr:hover:after, main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content acronym:hover:after,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content abbr:hover:after,
            main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content acronym:hover:after {
              position: absolute;
              border: 1px solid #f7f7f7;
              content: attr(title);
              background: rgba(255, 255, 255, 0.9);
              margin: 0;
              padding: 15px;
              top: 50%;
              left: 120%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content address,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content address {
            padding: 30px;
            background: #f7f7f7;
            margin: 0 0 20px; }
            @media screen and (max-width: 1100px) {
              main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content address,
              main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content address {
                padding: 23px 20px 20px; } }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content big,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content big {
            font-size: 140%; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content cite, main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content q,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content cite,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content q {
            font-style: italic; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content code, main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content kbd, main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content tt, main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content var,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content code,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content kbd,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content tt,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content var {
            padding: 0px 5px;
            background: #f7f7f7;
            border-radius: 3px; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content del, main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content strike,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content del,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content strike {
            text-decoration: line-through; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content em,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content em {
            font-style: italic;
            font-weight: 600; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content ins,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content ins {
            border-bottom: 1px solid #454545; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content pre,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content pre {
            background-color: #0f192a;
            color: #fff;
            padding: 15px;
            margin: 0 0 20px;
            overflow-x: scroll;
            position: relative;
            white-space: pre-wrap;
            word-wrap: break-word; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content sup,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content sup {
            vertical-align: super;
            font-size: 80%; }
          main.page-single-main .post-comments .comment-list-container ol > li .comment-body .comment-right .comment-content sub,
          main.page-single-main .post-comments .comment-list-container ol > li.bypostauthor .comment-body .comment-right .comment-content sub {
            vertical-align: sub;
            font-size: 80%; }
  main.page-single-main .post-comments nav.comment-navigation {
    display: table;
    width: 100%;
    margin: 0 0 30px; }
    @media screen and (max-width: 1100px) {
      main.page-single-main .post-comments nav.comment-navigation {
        margin: 0 0 20px; } }
    main.page-single-main .post-comments nav.comment-navigation .nav-previous {
      display: table-cell;
      vertical-align: middle;
      padding-right: 15px;
      text-align: left; }
    main.page-single-main .post-comments nav.comment-navigation .nav-next {
      display: table-cell;
      vertical-align: middle;
      padding-left: 15px;
      text-align: right; }
  main.page-single-main .post-comments .comment-respond {
    padding: 60px;
    background: #f7f7f7; }
    @media screen and (max-width: 1100px) {
      main.page-single-main .post-comments .comment-respond {
        padding: 30px 20px; } }
    main.page-single-main .post-comments .comment-respond h3.comment-reply-title {
      text-align: center; }
      main.page-single-main .post-comments .comment-respond h3.comment-reply-title small {
        font-size: 80%; }
    main.page-single-main .post-comments .comment-respond form.comment-form span.required {
      color: red; }
    main.page-single-main .post-comments .comment-respond form.comment-form p.logged-in-as {
      text-align: center;
      margin: 0 0 15px; }
    main.page-single-main .post-comments .comment-respond form.comment-form p.comment-notes {
      text-align: center;
      margin: 0 0 15px; }
    main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-comment {
      margin: 0 0 7px;
      clear: both; }
      main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-comment label {
        display: block;
        font-size: 14px;
        font-weight: 600; }
      main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-comment textarea {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        border: 1px solid #eaeaea;
        border-radius: 3px; }
    main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-author {
      margin: 0 0 7px;
      width: 48%;
      float: left; }
      @media screen and (max-width: 480px) {
        main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-author {
          width: 100%;
          float: none;
          clear: both; } }
      main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-author label {
        display: block;
        font-size: 14px;
        font-weight: 600; }
      main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-author input {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        border: 1px solid #eaeaea;
        border-radius: 3px; }
    main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-email {
      margin: 0 0 7px;
      float: right;
      width: 48%; }
      @media screen and (max-width: 480px) {
        main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-email {
          width: 100%;
          float: none;
          clear: both; } }
      main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-email label {
        display: block;
        font-size: 14px;
        font-weight: 600; }
      main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-email input {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        border: 1px solid #eaeaea;
        border-radius: 3px; }
    main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-url {
      margin: 0 0 7px;
      clear: both; }
      main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-url label {
        display: block;
        font-size: 14px;
        font-weight: 600; }
      main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-url input {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        border: 1px solid #eaeaea;
        border-radius: 3px; }
    main.page-single-main .post-comments .comment-respond form.comment-form p.form-submit {
      margin: 15px 0 0;
      text-align: center; }
      main.page-single-main .post-comments .comment-respond form.comment-form p.form-submit input[type="submit"] {
        background: #D5A239;
        padding: 15px 30px;
        color: #fff;
        -webkit-box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2);
                box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer;
        border-radius: 3px;
        -webkit-appearance: none; }
        main.page-single-main .post-comments .comment-respond form.comment-form p.form-submit input[type="submit"]:hover {
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-transform: translateY(3px);
                  transform: translateY(3px); }

.fixed-copy-right {
  position: fixed;
  z-index: 1002;
  bottom: 30px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  left: 28px;
  overflow: hidden; }
  @media screen and (max-width: 1100px) {
    .fixed-copy-right {
      display: none; } }
  .fixed-copy-right:before {
    content: '';
    width: 100%;
    height: 0%;
    background: #E2B633;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bkY 0.8s ease-in-out 0s forwards;
            animation: bkY 0.8s ease-in-out 0s forwards;
    z-index: 1003; }
  .fixed-copy-right p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 12px;
    font-weight: bold;
    -webkit-animation: bkTextImg 0.8s linear 0s forwards;
            animation: bkTextImg 0.8s linear 0s forwards; }

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 1100px) {
    .articles {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .articles:after {
    content: "";
    display: block;
    width: 306.666666px; }
  .articles article {
    width: 306.666666px;
    background: #fff;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 1px 2px #ddd;
            box-shadow: 0 1px 2px #ddd; }
    @media screen and (max-width: 1100px) {
      .articles article {
        width: 45%; } }
    @media screen and (max-width: 1100px) {
      .articles article {
        margin: 0 0 20px; } }
    @media screen and (max-width: 672px) {
      .articles article {
        width: 100%; } }
    .articles article a {
      display: block; }
      .articles article a:hover {
        opacity: 1; }
        .articles article a:hover .post-header figure.post-thumbnail figcaption {
          letter-spacing: 3px;
          opacity: 1; }
        .articles article a:hover .post-header figure.post-thumbnail:after {
          background: rgba(0, 0, 0, 0.9); }
      .articles article a .post-header {
        position: relative;
        overflow: hidden; }
        .articles article a .post-header figure.post-thumbnail {
          background-size: cover;
          background-position: center center; }
          .articles article a .post-header figure.post-thumbnail:before {
            content: '';
            width: 100%;
            padding-top: 75%;
            display: block; }
          .articles article a .post-header figure.post-thumbnail:after {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            background: transparent;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          .articles article a .post-header figure.post-thumbnail figcaption {
            position: absolute;
            color: #fff;
            top: 50%;
            left: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
                    transform: translate3d(-50%, -50%, 0);
            z-index: 4;
            letter-spacing: 10px;
            width: 100%;
            text-align: center;
            opacity: 0;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          .articles article a .post-header figure.post-thumbnail .post-author {
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 7px 10px;
            line-height: 1;
            width: 100%;
            text-align: right; }
            .articles article a .post-header figure.post-thumbnail .post-author:before {
              content: '';
              width: 100%;
              height: 30px;
              position: absolute;
              bottom: 0;
              left: 0;
              background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
              background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%); }
            .articles article a .post-header figure.post-thumbnail .post-author .avatar {
              display: inline-block;
              vertical-align: middle;
              line-height: 1;
              position: relative;
              z-index: 2; }
              .articles article a .post-header figure.post-thumbnail .post-author .avatar img {
                border-radius: 50%;
                vertical-align: bottom; }
            .articles article a .post-header figure.post-thumbnail .post-author .name {
              display: inline-block;
              vertical-align: middle;
              font-size: 10px;
              font-weight: bold;
              color: #fff;
              line-height: 1;
              position: relative;
              z-index: 2; }
          .articles article a .post-header figure.post-thumbnail .post-category {
            position: absolute;
            top: 15px;
            left: 0;
            font-size: 10px;
            font-weight: 400;
            padding: 3px 5px 1px;
            background: #D5A239;
            color: #fff; }
            .articles article a .post-header figure.post-thumbnail .post-category:after {
              content: "";
              border-style: solid;
              border-width: 0;
              position: absolute;
              width: 0;
              height: 0;
              border-width: 11px 10px 10px 0;
              right: -10px;
              top: 0;
              border-color: #D5A239 transparent; }
      .articles article a .post-content {
        padding: 15px; }
        .articles article a .post-content time {
          color: #999;
          font-size: 12px;
          font-weight: 400; }
        .articles article a .post-content h2.post-title {
          color: #454545;
          font-size: 16px;
          word-wrap: break-word;
          overflow-wrap: break-word; }

.no-articles {
  text-align: center;
  font-size: 32px;
  font-weight: 600; }

.navigation h2 {
  display: none; }

.navigation .nav-links {
  text-align: center; }
  .navigation .nav-links a:hover {
    opacity: 0.6; }
  .navigation .nav-links > .page-numbers {
    padding: 5px 15px;
    display: inline-block; }
  .navigation .nav-links > .current {
    border-bottom: 3px solid #232323; }

.search-form {
  max-width: 320px;
  width: 100%;
  position: relative;
  margin: 0 auto; }
  .search-form .search-inner {
    padding: 10px 59px 7px 15px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    -webkit-appearance: none; }
  .search-form .search-submit {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #D5A239;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .search-form .search-submit:hover {
      opacity: 0.6; }

form.post-password-form {
  max-width: 280px;
  width: 100%;
  margin: 0 auto; }
  form.post-password-form input[type=password] {
    padding: 10px 15px 7px 15px;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #eaeaea;
    width: calc(100% - 65px); }
  form.post-password-form input[type=submit] {
    background: #D5A239;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0 15px;
    line-height: 46px;
    width: 60px;
    height: 46px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    -webkit-appearance: none; }
    form.post-password-form input[type=submit]:hover {
      opacity: 0.6; }
