/*!

	Theme Name: JRNY - Don't Die Variant
	Theme URI: http://jrny-ghost.ghost.io
	Description: A Gorgeous & Responsive Ghost Blog Theme.
	Author: MeanThemes
	Author URI: http://meanthemes.com/
	Version: 1.0.5
  Date Forked from main theme: 16th February 2015

==========================================================================
*/
/* ==========================================================================
    Resets & Box Sizing
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 sans-serif;
}

select, input, textarea, button {
  font: 80%;
}

html {
  overflow-y: scroll;
}

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

ul, ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  list-style: none;
  list-style-image: none;
  margin: 0;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: 700;
}

td {
  vertical-align: top;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 1em;
}

textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0 0 5px red;
  -webkit-box-shadow: 0 0 5px red;
  box-shadow: 0 0 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

input[type="radio"], .ie6 input {
  vertical-align: text-bottom;
}

em, i {
  font-style: oblique;
}

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

* {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
		Plugins
	========================================================================== */
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

.fa-bar-chart-o:before {
  content: "\f080";
}

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-rss:before {
  content: "\f09e";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-square:before, .fa-pied-piper:before {
  content: "\f1a7";
}

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

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

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

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

/* ==========================================================================
		Tables
	========================================================================== */
table {
  max-width: 100%;
}

table, table td, table th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table td, table th {
  padding: 10px;
}

table th {
  background: #f3f3f3;
  font-weight: 700;
}

table tr:nth-child(odd) td {
  background: #f9f9f9;
}

/* ==========================================================================
			Code etc.
	========================================================================== */
dl {
  margin: 1.6em 0;
}

dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1em;
}

dl dd {
  margin-left: 200px;
  margin-bottom: 1em;
}

mark {
  background-color: #ffc336;
}

code, tt {
  padding: 0 4px;
  font-family: "Courier New", monospace, sans-serif;
  border: 1px solid #E3EDF3;
  background: #F7FAFB;
  border-radius: 2px;
  display: inline-block;
}

pre {
  margin: 0 0 20px 0;
  border: 1px solid #E3EDF3;
  width: 96%;
  padding: 20px;
  font-family: "Courier New", monospace, sans-serif;
  white-space: pre;
  overflow: auto;
  background: #F7FAFB;
  border-radius: 3px;
}

pre code, tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0;
}

kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #ccc 1px solid;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
}

/* ==========================================================================
		Forms
	========================================================================== */
::-webkit-input-placeholder {
  color: #8c8c8c;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #8c8c8c;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c8c8c;
}

:-ms-input-placeholder {
  color: #8c8c8c;
}

input[type="text"], input[type="url"], input[type="email"],
input[type="tel"], input[type="password"], textarea {
	background-color: #FFFFFF;
	border-radius: 0;
	-webkit-appearance: none;
	outline: none;
	width: auto;
	padding: 10px;
	border: 2px solid #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	opacity: .9;
}

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

input[type="text"]:hover, input[type="url"]:hover, input[type="email"]:hover,
input[type="tel"]:hover, input[type="password"]:hover, textarea:hover {
  background-color: #fff;
  color: #060b0e;
}

input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus,
input[type="tel"]:focus, input[type="password"]:focus, textarea:focus {
  background-color: #fff;
  border-color: #ff423b;
  color: #060b0e;
  box-shadow: none;
}

select {
  width: 100%;
}

input.searchsubmit,
input[type="submit"].searchsubmit {
  display: none;
}

/* ==========================================================================
	Global
	========================================================================== */
.wrap {
  height: 100%;
  position: relative;
  background-color: #fff;
}

.ios header.header:hover:after {
  opacity: 0;
}

.ios header.header.active:hover:after {
  opacity: .9;
}

.header-off header.header:after {
  display: none;
}

header.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: right;
  padding: 20px;
  z-index: 15;
}
header.header:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  -o-transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
header.header.active {
  position: fixed;
}
header.header:hover:after, header.header.active:after {
  opacity: .9;
}
header.header .logo-wrap {
  display: table;
  width: 100%;
}
header.header .logo-wrap .logo {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}
header.header .logo-wrap .logo img {
  width: 50%;
	max-width: 25%;
  height: auto;
}
header.header .logo-wrap .logo a {
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 14px 20px;
}
header.header .logo-wrap .logo.logo-left {
  text-align: left;
}
header.header .logo-wrap .logo.plain a:hover {
  background: #1e2526;
}
header.header .logo-wrap #menu-trigger {
  text-decoration: none;
  position: absolute;
  top: 25px;
  right: 20px;
  height: 26px;
  width: 56px;
  display: table-cell;
  vertical-align: middle;
  z-index: 11;
}
header.header .logo-wrap #menu-trigger span {
  display: none;
}
header.header .logo-wrap #menu-trigger svg {
  height: 30px;
  width: 30px;
  padding: 5px;
  margin-top: 5px;
  margin-left: 10px;
}

.menu-open #overlay, .drawer-open #overlay {
  -webkit-overflow-scrolling: touch;
}

#overlay {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	background-image: url(../img/rashes.png);
	z-index: 10;
	padding: 0;
	opacity: 0.7;
	text-align: center;
}



#overlay.hide {
  top: 0;
  left: 0;
  display: none;
}
#overlay #menu {
  padding-top: 150px;
}
#overlay #menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#overlay #menu li ul {
  font-size: 90%;
}
#overlay #menu li ul li {
  border-bottom: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 20px;
}
#overlay #menu a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-align: left;
}
#overlay #menu a:hover {
  opacity: .7;
}
#overlay #menu:after {
  content: '';
  position: relative;
  display: block;
  width: 100px;
  margin: 30px auto -30px auto;
  border-top: 1px solid #fff;
  display: none;
}

/* Menu Drawer */
.menu-drawer .wrap {
  right: 0;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.menu-drawer .drawer-open .wrap {
  left: 0;
  top: 0;
  position: fixed;
  -moz-transform: translate(-330px, 0, 0);
  -ms-transform: translate(-330px, 0, 0);
  -webkit-transform: translate(-330px, 0, 0);
  transform: translate(-330px, 0, 0);
  -moz-transform: translate3d(-330px, 0, 0);
  -ms-transform: translate3d(-330px, 0, 0);
  -webkit-transform: translate3d(-330px, 0, 0);
  transform: translate3d(-330px, 0, 0);
}
.menu-drawer .drawer-open .wrap #overlay {
  visibility: visible;
  clip: auto;
  right: -330px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  z-index: 10;
}

.menu-drawer #overlay {
  position: absolute;
  top: 0;
  width: 330px;
  padding: 10px 30px 20px 30px;
  display: block;
  right: 0;
  visibility: hidden;
  clip: 0, 0, 0, 0;
  z-index: -1;
}
.menu-drawer #overlay #menu-close {
  position: absolute;
  top: 35px;
  right: 25px;
  width: 18px;
  height: 18px;
  z-index: 1;
}
.menu-drawer #overlay #menu-close svg {
  fill: #fff;
}
.menu-drawer #overlay #menu-close:hover {
  opacity: .5;
}
.menu-drawer #overlay .widgets {
  padding-left: 0;
  padding-right: 0;
}
.menu-drawer #overlay .widgets .widget {
  width: 100%;
  text-align: left;
  padding: 0;
}
.menu-drawer #overlay .widgets .widget h5:after {
  margin-left: 0;
}
.menu-drawer #overlay #menu {
  padding-top: 55px;
  text-align: left;
}
.menu-drawer #overlay #menu li {
  display: block;
}
.menu-drawer #overlay #menu li a {
  display: block;
}
.menu-drawer #overlay #menu li ul {
  display: block;
  width: 100%;
  position: relative;
}
.menu-drawer #overlay #menu li:hover ul {
  width: 100%;
}

.featured-image {
  background: #000;
}
.featured-image img {
  display: block;
  width: 100%;
}

.post-template .featured-image, .page .featured-image {
  display: block;
  width: 100%;
}
.post-template .expanded .featured-image img, .page .expanded .featured-image img {
  opacity: 1;
}

footer.footer {
  display: table;
  width: 100%;
  padding: 60px 30px;
  text-align: center;
	background-image: url(/assets/img/screen-rainbow.jpg);
  background-size: cover;
}
footer.footer a {
  text-decoration: none;
}
footer.footer .socials {
  margin-top: 10px;
}

.inner, .no-image .post-header-inner {
  max-width: 860px;
  margin: 0 auto;
}

.no-image .post-header-inner {
  max-width: 820px;
}

.main-archive article.result .excerpt {
  padding-top: 0.25em;
  color: #393a3a;
}
.main-archive article.result.cover-image-present {
  background-size: cover;
}
.main-archive article.result.cover-image-present:before {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.55;
  z-index: 0;
}
.main-archive article.result.cover-image-present h1, .main-archive article.result.cover-image-present h1 a, .main-archive article.result.cover-image-present .excerpt {
  color: #FFF;
}
.main-archive article.result.cover-image-present .inner.post-inner {
  position: relative;
  z-index: 1;
}
.main-archive .inner-element {
  display: block;
  width: 100%;
}
.main-archive article {
  position: relative;
}
.main-archive article.format-video.no-image {
  padding-top: 0;
}
.main-archive article.no-image {
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-archive article.no-image.format-video {
  padding-top: 0;
}
.main-archive article.no-image.format-video .meta.top {
  padding-top: 50px;
}
.main-archive article.no-image:first-of-type {
  padding-top: 150px;
}
.main-archive article.no-image:first-of-type.format-video {
  padding-top: 100px;
}
.main-archive article.no-image:first-of-type.format-video .meta.top {
  padding-top: 50px;
}
.main-archive article a {
  text-decoration: none;
}
.main-archive article a:hover {
  opacity: .8;
}
.main-archive article a:hover.btn, .main-archive article a:hover.featured-image {
  opacity: 1;
}
.main-archive article.with-image {
  overflow: hidden;
}
.main-archive article.with-image .featured-image img {
  width: 100%;
}
.main-archive article.with-image .post-wrapper {
  position: relative;
  padding: 30px 20px;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-archive article.with-image .post-wrapper .post-inner {
  position: relative;
  z-index: 2;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.main-archive article.with-image .post-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .88;
}

.main ul.sharer {
  margin-left: 0;
  margin-top: 10px;
}
.main ul.sharer li {
  margin-top: 10px;
}
.main ul.sharer li a .fa {
  padding: 0 10px;
}
.main ul.sharer li a .fa:hover {
  opacity: .5;
}

.meta-hold {
  display: inline-block;
  width: 100%;
}

.meta, .main .meta {
  padding: 0;
  margin: 0;
  list-style: none;
}
.meta li, .main .meta li {
  display: inline;
}
.meta li a, .main .meta li a {
  text-decoration: none;
}
.meta li:after, .main .meta li:after {
  content: ' / ';
  opacity: .5;
}
.meta li:last-child:after, .main .meta li:last-child:after {
  content: '';
}
.meta .author-meta, .main .meta .author-meta {
  display: table;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}
.meta .author-meta .author-avatar, .meta .author-meta .author-byline, .main .meta .author-meta .author-avatar, .main .meta .author-meta .author-byline {
  display: table-cell;
  vertical-align: middle;
}
.meta .author-meta .author-avatar, .main .meta .author-meta .author-avatar {
  width: 30px;
}

.post-template .main .author-meta {
  margin-top: 0;
  margin-bottom: 0;
}

.VHS{
  background-image: url(/assets/img/VHS.gif);
}

.meta-hold, nav.pagination {
  border-top: 0px solid #e5e5e5;
  margin-top: 40px;
  padding-top: 15px;
}

nav.pagination {
  margin-bottom: -25px;
}
nav.pagination span {
  display: inline-block;
  margin-right: 10px;
}

.more-link, .btn, .comment-reply-link {
  display: inline-block;
  border: 2px solid #fff;
  padding: 12px 42px;
  text-decoration: none;
	background-image: url(/assets/img/glitch-button.gif);
}

.comment-reply-link {
  padding: 5px 15px;
}

button, input[type="submit"] {
  display: inline-block;

}

.more-link:hover, .btn:hover, button:hover, input[type="submit"]:hover {
  opacity: 0.7;
	background-image: url(/assets/img/glitch-hover.gif);
}

::-webkit-input-placeholder {
  color: #060b0e;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #060b0e;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #060b0e;
}

:-ms-input-placeholder {
  color: #060b0e;
}

#overlay ::-webkit-input-placeholder {
  color: #fff;
}
#overlay :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#overlay ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#overlay :-ms-input-placeholder {
  color: #fff;
}

/* ==========================================================================
	Single Post
	========================================================================== */
.post-template .main article.no-image {
  padding-top: 140px;
}
.post-template .main article.no-image.format-video {
  padding-top: 100px;
}

.main .post-top.expanded {
  height: auto;
}
.main .expanded, .main .post-top {
  -o-transition: height 0.5s ease-in;
  -webkit-transition: height 0.5s ease-in;
  -moz-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}
.main .expanded .f-expander {
  bottom: 0;
  top: auto !important;
}
.main .post-top {
  position: relative;
}
.post-inner{
  color: black !important;
}
.main .post-inner, .main .post-align {
  padding: 0 15px;
}
.main .post-align {
  padding-top: 30px;
}
.main .f-expander {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: -54px;
  height: 0px;
  width: 0px;
  z-index: 8;
  text-align: center;
}
.f-expander{
    display: none;
}
.main .f-expander svg {
  width: 22px;
  height: 22px;
  display: none;
}
.main .f-expander svg#expand {
  fill: #060b0e;
  display: none;
}
.main .f-expander svg#un-expand {
  display: none;
  fill: #060b0e;
}
.main .f-expander.active svg#un-expand {
  display: none;
}
.main .f-expander.active svg#expand {
  display: none;
}
.main ul, .main ol {
  padding-bottom: 10px;
}
.main .author-wrap {
  display: table;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 85px 10px 0 10px;
  text-align: center;
}
.main .author-wrap a {
  text-decoration: none;
}
.main .author-wrap h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main .author-wrap h6 span {
  display: block;
  margin-bottom: 4px;
}

.comments-form {
  background: #f9f9f9;
  display: table;
  width: 100%;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.author-avatar img {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 100px;
}

.author-avatar.avatar-small img {
  width: 25px;
  height: 25px;
}

#comments {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}

.pagination {
  display: table;
  width: 100%;
  font-weight: 600;
}
.pagination .next-posts, .pagination .previous-posts {
  display: table-cell;
  width: 50%;
  border: 0px solid #e5e5e5;
  text-align: center;
}
.pagination .next-posts a, .pagination .previous-posts a {
  display: block;
  padding: 30px 20px;
  text-decoration: none;
}
.pagination .next-posts {
  border-right: none;
}
.pagination .previous-posts {
  border-left: 0;
}

.post-navigation {
  display: table;
  width: 100%;
  background: #8c8c8c;
}
.post-navigation .previous-post-link,
.post-navigation .next-post-link {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
}
.post-navigation .previous-post-link p + .meta .author-meta,
.post-navigation .next-post-link p + .meta .author-meta {
  padding-top: 10px;
}
.post-navigation .previous-post-link a,
.post-navigation .next-post-link a {
  display: table;
  width: 100%;
  text-decoration: none;
}
.post-navigation .previous-post-link a .nav-inner,
.post-navigation .next-post-link a .nav-inner {
  padding: 20px;
  height: 150px;
  display: table-cell;
  vertical-align: bottom;
  -o-transition: background 0.25s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
}
.post-navigation .previous-post-link a:hover .nav-inner,
.post-navigation .next-post-link a:hover .nav-inner {
  background: rgba(0, 0, 0, 0.6);
}

/* ==========================================================================
	Page
	========================================================================== */
.page .main article.no-image {
  padding-top: 100px;
}
.page .main article.no-image.format-video {
  padding-top: 0;
}
.page .main .archives-content {
  display: table;
  width: 100%;
}

/* ==========================================================================
	Captions
	========================================================================== */
.image-caption {
  padding: 10px;
  display: table;
  width: 100%;
}

.main-archive article .image-caption {
  display: none;
}

/* ==========================================================================
	Search / Author / Category and Tag
	========================================================================== */
.tag-template .result, .author-template .result, .sans-image .result {
  padding: 200px 0 100px;
  text-align: center;
}
.tag-template header.header, .author-template header.header, .sans-image header.header {
  background-color: #transparent;
}

/* ==========================================================================
	Homepage
	========================================================================== */
.main-archive article.home-article {
  display: table;
  width: 100%;
  height: 300px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-archive article.home-article .more-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.main-archive article.home-article .more-arrow svg#more-arrow {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.main-archive article.home-article .more-arrow span {
  position: absolute;
  left: -999999em;
}
.main-archive article.home-article:before {
  display: none;
}
.main-archive article.home-article:after {
  content: '';
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  -o-transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.main-archive article.home-article .home-inner {
  display: table-cell;
  padding: 150px 30px 120px 30px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.main-archive article.home-article .home-inner h1 {
  position: relative;
}
.main-archive article.home-article .home-inner h1:after {
  content: '';
  position: relative;
  display: block;
  width: 70%;
  max-width: 210px;
  margin: 25px auto;
  border-top: 1px solid #fff;
  height: 1px;
}
.main-archive article.home-article .home-inner .inner {
  max-width: 1080px;
}
.main-archive article.home-article .home-inner * {
  color: #fff;
}

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5;
  background: #fff;
  display: table;
}
.loader .loader-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.loader .loader-inner span {
  display: block;
}

/* ==========================================================================
	Author Enhanced
	========================================================================== */
.author-template .main-archive article.result.author-enhanced {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 30px;
}
.author-template .main-archive article.result.author-enhanced .author-avatar img {
  width: 100px;
  height: 100px;
}
.author-template .main-archive article.result.author-enhanced .meta {
  display: block;
  width: 100%;
}
.author-template .main-archive article.result.author-enhanced h1 {
  margin-bottom: 20px;
}
.author-template .main-archive article.result.author-enhanced .author-socials-wrap:before {
  content: '';
  display: block;
  width: 80%;
  max-width: 210px;
  border-top: 1px solid #e5e5e5;
  margin: 20px auto 15px auto;
}
.author-template .main-archive article.result.author-enhanced .author-socials {
  display: inline-block;
  opacity: .3;
  padding: 15px;
}
.author-template .main-archive article.result.author-enhanced .author-socials:hover {
  opacity: 1;
}
.author-template .main-archive article.result.author-enhanced .author-socials .fa {
  font-size: 18px;
}
.author-template .main-archive article.result.author-enhanced .author-socials span {
  display: none;
}

.featured .star {
  background: url(../img/featured.svg) 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 2;
  background-size: cover;
}

/* Setup */
html {
  font-size: 49.5%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 40em) {
  /* 640px */
  html {
    font-size: 52.5%;
  }
}
@media screen and (min-width: 47.5em) {
  /* 760px */
  html {
    font-size: 62.5%;
  }
}
body {
  line-height: 1.4;
}

input[type="text"].s, .pagination, .more-link, .btn, header.header .logo, h1, h2, h3, h4, h5, h6, input[type="submit"], button, input[type="text"], input[type="url"], input[type="email"], input[type="tel"], input[type="password"], textarea, .loader {
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 15px;
}

p + .more-link, p + .btn {
  margin-top: -10px;
}

p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3,
h4, h5, h6 {
  font-weight: 600;
  line-height: 1.4;
    margin-top: 38px;
  margin-bottom: 8px;
}


.comments-form h3#respond-title {
  margin-top: 0;
  margin-bottom: 40px;
}

/* Font Sizes */
.wrap {
  font-size: 21px;
  font-size: 2.1rem;
}

.post-template .main .post-inner p:first-of-type {
  padding-bottom: 0;
  width: 50%
  max-width: 960px;
}

.logo {
  font-size: 23px;
  font-size: 2.3rem;
}

.bug{
	display: inline-block;
  	width: 40px;
	float: right;

}

.meta,
.comment-reply-link,
.comment-date,
.author-wrap h6 span {
  font-size: 16px;
  font-size: 1.6rem;
}

.main-archive h2, h1 {
  font-size: 75px;
  font-size: 7.5rem;
  margin-top: 2px;
  margin-bottom: 7px;
  line-height: .9;
}


h1{
  font-family: 'Source Code Pro', Sans-serif;
}

h2, .post-navigation h4 {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: 'Source Code Pro', Sans-serif;
}

h3, .loader {
  font-size: 31px;
  font-size: 3.1rem;
}

h4, .footer-widgets h6 {
  font-size: 27px;
  font-size: 2.7rem;
}

h5 {
  font-size: 26px;
  font-size: 2.8 rem;
  text-align: right;
  width: 102%;
	text-transform: none; /*This is used as Question font for interviews*/
	padding-top: 10px;
	padding-bottom: 10px;
  @include textGlitch("glitch", 17, white, black, red, blue, 450, 115);
}

h6, .author-wrap, .post-template .main .post-inner .author-wrap p:first-of-type {
  font-size: 23px;
  font-size: 2.3rem;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 25px;
  @include textGlitch("glitch", 17, white, black, red, blue, 450, 115);
}

.excerpt {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.1;
}

.more-link, .btn, button, input[type="submit"], footer, .loader span {
  font-size: 15px;
  font-size: 2.5rem;
}

.tagcloud, .loader {
  font-weight: 700;
}
.tagcloud a, .loader a {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

header.header .logo, h1, h2, h3, h4, .btn, .more-link, input[type="submit"], button, #comments .url, .comment-date, .comment-reply-link, .loader {
  text-transform: uppercase;
}

.author-wrap h6 span, .loader span {
  text-transform: none;
}

body, .meta, .excerpt, .author-wrap h6 span, .loader span {
  font-weight: 400;
}

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

}

.tagcloud, input[type="text"].s, .more-link, .btn, header.header .logo, h1, h2, h3, h4, h5, h6, input[type="submit"], button, input[type="text"], input[type="url"], input[type="email"], input[type="tel"], input[type="password"], textarea, #comments .url, .comment-date, .comment-reply-link, .loader {
  font-style: normal;
}

#menu, .meta, .author-wrap h6 span, footer, .excerpt, .pagination, .loader span, .home-content {
  font-style: normal;
}

.meta time {
  padding-left: 5px;
}

.excerpt {
  padding-left: 2px;
}

.more-link {
  font-style: normal;
}

/* Background Colours */
body {
  background-color: #fff;
}

header.header .logo.plain a, .main-archive article .post-wrapper:after,
.main-archive article.no-image, .owl-prev:hover, .owl-next:hover, a.more-link:hover {
  background-color: #060b0e;
}

a.more-link:hover {
  opacity: 1 !important;
}

#menu-trigger svg#menu-icon {
  fill: #fff;
}

.tag-template #menu-trigger svg#menu-icon, .author-template #menu-trigger svg#menu-icon, .search #menu-trigger svg#menu-icon, .sans-image #menu-trigger svg#menu-icon {
  fill: #060b0e;
}

.owl-prev svg.owl-left, .owl-prev svg.owl-right {
  fill: #060b0e;
}

#menu-trigger.active:hover:before, #menu-trigger.active:hover:after, #menu-trigger.active:hover span:before {
  opacity: .7;
}

.f-expander, .main-archive article.no-image:nth-of-type(2n), .owl-prev, .owl-next {
  background-color: #fff;
}

.owl-prev:hover svg.owl-left, .owl-next:hover svg.owl-right {
  fill: #fff;
}

.owl-next, .image-caption {
  background-color: #e5e5e5;
}

footer.footer {
  background-image: url(/assets/img/VHS.gif) !important;
}

.comments-form + footer.footer {
  background-color: #fff;
}

/* Font Colours */
body, .author-enhanced a, .author-enhanced .fa, .main article.result a {
  color: #393a3a;
}

a, .comment-reply-link:hover, button:hover, input[type="submit"]:hover,
.author-wrap h6 a:hover, .widgets a:hover, .comment-body .url:hover, .comment-moderation {
  color: #ff423b;
}

.main-archive .result.author-enhanced, .main-archive .result.author-enhanced .meta, .meta, .meta a, .comment-date, .author-wrap h6 span, footer a, .pagination a, .widgets, .widgets .tagcloud a, .widgets .header-widgets .tagcloud a {
  color: #8c8c8c;
}

.author-wrap h6 a, footer a:hover, .widgets a, .widgets .tagcloud a:hover, .main-archive article.no-image:nth-of-type(2n) *, article.no-image:nth-of-type(2n) a,
.comment-body .url, .owl-next, .owl-prev,
.comment-reply-link,
.meta .share-on, .meta .share-on, .meta .share-on .social:hover, .meta.bottom {
  color: #060b0e;
}

.pagination a:hover{
  color: #ffffff;
}

.widgets.header-widgets *,
.header-widgets .tagcloud a:hover {
  color: #e5e5e5;
}

.main-archive .meta, .main-archive .meta a, header.header .logo.plain a, .main-archive article,
.main-archive article a, .post-navigation, .post-navigation a, .post-navigation *, .widgets.header-widgets a, #menu a, .owl-next:hover, .owl-prev:hover {
  color: #fff;
}

@media screen and (min-width: 40em) {
  /* 640px */
  .with-image .post-header, .with-image .post-header a, .with-image .post-header h1, .with-image .post-top .meta, .with-image .post-top .meta a {
    color: #fff;
  }
}
.meta .share-on .twitter {
  color: #55acee;
}

.meta .share-on .facebook {
  color: #3c599f;
}

.meta .share-on .pinterest {
  color: #cb2027;
}

.meta .share-on .googleplus {
  color: #c63d2d;
}

a:hover, #comments {
  color: #3d4247;
}

/* Border Colours */
.more-link, header.header .logo.plain a:hover, #overlay input.s {
  border-color: #fff;
}

blockquote, .comment-reply-link:hover, button:hover, input[type="submit"]:hover {
  border-color: #ff423b;
  background: transparent;
}

.comment-reply-link, .btn, button, input[type="submit"], .tagcloud a:hover, article.no-image:nth-of-type(2n) .more-link {
  border-color: #000000;
	color: white;
}

.meta-hold, .main .author-wrap, .widgets ul:after, .header-widgets .tagcloud a:hover {
  border-color: #e5e5e5;
}

.widgets.header-widgets ul:after {
  border-color: #1e2526;
}

.tagcloud a {
  border-color: #8c8c8c;
}

#overlay input.s {
  background: transparent;
}

/* ==========================================================================
    Shortcodes
  ========================================================================== */
.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  width: 100%;
}

.one_third + .one_third {
  margin-top: 40px;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clearboth {
  clear: both;
  display: inline-block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

.clear {
  clear: both;
  display: block;
  width: 100%;
  float: left;
}

.button-nav
{
float: right;
border-color: #000000;
border: 0px;
opacity: .9;
width: 100%;

}

.form-nav{
	overflow: hidden;
	padding-right: .5em;
	width: 100%;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
  }

  .one_half {
    width: 48%;
  }

  .one_third {
    width: 30.66%;
  }

  .one_third + .one_third {
    margin-top: 0;
  }

  .two_third {
    width: 65.33%;
  }

  .one_fourth {
    width: 22%;
  }

  .three_fourth {
    width: 74%;
  }

  .one_fifth {
    width: 16.8%;
  }

  .two_fifth {
    width: 37.6%;
  }

  .three_fifth {
    width: 58.4%;
  }

  .four_fifth {
    width: 67.2%;
  }

  .five_sixth {
    width: 82.67%;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .one_sixth {
    width: 13.33%;
  }
}
a.btn,
a.button,
a.button:visited {
  background: #ec6a5d;
  border: none;
  color: #fff !important;
  padding: 12px 30px;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1em;
}

a.button.square {
  border-radius: 2px;
}

a.button.large,
a.btn.large {
  padding: 20px 70px;
}

a.button:hover,
a.btn:hover {
  tbackground: #474747;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #fff !important;
}

a.button:active {
  position: relative;
  top: 1px;
}

a.button.grey {
  background: #757c7e !important;
}

a.button.grey:hover {
  background: #3e4345 !important;
}

a.button.black {
  background: #333 !important;
}

a.button.black:hover {
  background: #000 !important;
}

a.button.green {
  background: #b3ce7e !important;
}

a.button.green:hover {
  background: #7e9b47 !important;
}

a.button.light-blue {
  background: #8aabb5 !important;
}

a.button.light-blue:hover {
  background: #4b7784 !important;
}

a.button.blue {
  background: #3da1e3 !important;
}

a.button.blue:hover {
  background: #266476 !important;
}

a.button.red {
  background: #f77564 !important;
}

a.button.red:hover {
  background: #b75548 !important;
}

a.button.orange {
  background: #f7a664 !important;
}

a.button.orange:hover {
  background: #cf6916 !important;
}

a.button.purple {
  background: #a18bcf !important;
}

a.button.purple:hover {
  background: #6547a4 !important;
}

a.button.pink {
  background: #e38f8f !important;
}

a.button.pink:hover {
  background: #c76d6d !important;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.socials {
  text-align: center;
}

a.social {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  margin-bottom: 5px;
  -o-transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-indent: -9999em;
  color: transparent !important;
  font-size: 1px;
  line-height: 22px;
  border: none !important;
}

a.social:hover {
  -o-transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

a.social:first-of-type {
  margin-left: 0;
}

a.social.first {
  margin-left: 0;
}

a.social.twitter {
  background: url(../img/social-twitter-black.png) 0 0 no-repeat;
}

a.social.facebook {
  background: url(../img/social-facebook-black.png) 0 0 no-repeat;
}

a.social.linkedin {
  background: url(../img/social-linkedin-black.png) 0 0 no-repeat;
}

a.social.googleplus {
  background: url(../img/social-googleplus-black.png) 0 0 no-repeat;
}

a.social.vimeo {
  background: url(../img/social-vimeo-black.png) 0 0 no-repeat;
}

a.social.youtube {
  background: url(../img/social-youtube-black.png) 0 0 no-repeat;
}

a.social.zerply {
  background: url(../img/social-zerply-black.png) 0 0 no-repeat;
}

a.social.pinterest {
  background: url(../img/social-pinterest-black.png) 0 0 no-repeat;
}

a.social.dribbble {
  background: url(../img/social-dribbble-black.png) 0 0 no-repeat;
}

a.social.github {
  background: url(../img/social-github-black.png) 0 0 no-repeat;
}

a.social.instagram {
  background: url(../img/social-instagram-black.png) 0 0 no-repeat;
}

a.social.flickr {
  background: url(../img/social-flickr-black.png) 0 0 no-repeat;
}

a.social.rss {
  background: url(../img/social-rss-black.png) 0 0 no-repeat;
}

a.social.adn {
  background: url(../img/social-adn-black.png) 0 0 no-repeat;
}

a.social.behance {
  background: url(../img/social-behance-black.png) 0 0 no-repeat;
}

a.social.tumblr {
  background: url(../img/social-tumblr-black.png) 0 0 no-repeat;
}

a.social.lastfm {
  background: url(../img/social-lastfm-black.png) 0 0 no-repeat;
}

a.social.xing {
  background: url(../img/social-xing-black.png) 0 0 no-repeat;
}

a.social.foursquare {
  background: url(../img/social-foursquare-black.png) 0 0 no-repeat;
}

a.social.mixcloud {
  background: url(../img/social-mixcloud-black.png) 0 0 no-repeat;
}

a.social.soundcloud {
  background: url(../img/social-soundcloud-black.png) 0 0 no-repeat;
}

a.social.spotify {
  background: url(../img/social-spotify-black.png) 0 0 no-repeat;
}

a.social.white.twitter {
  background: url(../img/social-twitter-white.png) 0 0 no-repeat;
}

a.social.white.facebook {
  background: url(../img/social-facebook-white.png) 0 0 no-repeat;
}

a.social.white.linkedin {
  background: url(../img/social-linkedin-white.png) 0 0 no-repeat;
}

a.social.white.googleplus {
  background: url(../img/social-googleplus-white.png) 0 0 no-repeat;
}

a.social.white.vimeo {
  background: url(../img/social-vimeo-white.png) 0 0 no-repeat;
}

a.social.white.youtube {
  background: url(../img/social-youtube-white.png) 0 0 no-repeat;
}

a.social.white.zerply {
  background: url(../img/social-zerply-white.png) 0 0 no-repeat;
}

a.social.white.pinterest {
  background: url(../img/social-pinterest-white.png) 0 0 no-repeat;
}

a.social.white.dribbble {
  background: url(../img/social-dribbble-white.png) 0 0 no-repeat;
}

a.social.white.github {
  background: url(../img/social-github-white.png) 0 0 no-repeat;
}

a.social.white.instagram {
  background: url(../img/social-instagram-white.png) 0 0 no-repeat;
}

a.social.white.flickr {
  background: url(../img/social-flickr-white.png) 0 0 no-repeat;
}

a.social.white.rss {
  background: url(../img/social-rss-white.png) 0 0 no-repeat;
}

a.social.white.adn {
  background: url(../img/social-adn-white.png) 0 0 no-repeat;
}

a.social.white.behance {
  background: url(../img/social-behance-white.png) 0 0 no-repeat;
}

a.social.white.tumblr {
  background: url(../img/social-tumblr-white.png) 0 0 no-repeat;
}

a.social.white.lastfm {
  background: url(../img/social-lastfm-white.png) 0 0 no-repeat;
}

a.social.white.xing {
  background: url(../img/social-xing-white.png) 0 0 no-repeat;
}

a.social.white.foursquare {
  background: url(../img/social-foursquare-white.png) 0 0 no-repeat;
}

a.social.white.mixcloud {
  background: url(../img/social-mixcloud-white.png) 0 0 no-repeat;
}

a.social.white.soundcloud {
  background: url(../img/social-soundcloud-white.png) 0 0 no-repeat;
}

a.social.white.spotify {
  background: url(../img/social-spotify-white.png) 0 0 no-repeat;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #respond-title a:after {
    background-image: url(../img/comment-arrow@2x.png);
    background-size: 24px 100px;
  }

  .share a.icon-twitter {
    background-image: url(../img/social-twitter-black@2x.png);
    background-size: 22px 22px;
  }

  .share a.icon-facebook {
    background-image: url(../img/social-facebook-black@2x.png);
    background-size: 22px 22px;
  }

  .share a.icon-pinterest {
    background-image: url(../img/social-pinterest-black@2x.png);
    background-size: 22px 22px;
  }

  .share a.icon-google-plus {
    background-image: url(../img/social-googleplus-black@2x.png);
    background-size: 22px 22px;
  }

  a.social.twitter {
    background: url(../img/social-twitter-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.facebook {
    background: url(../img/social-facebook-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.linkedin {
    background: url(../img/social-linkedin-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.googleplus {
    background: url(../img/social-googleplus-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.vimeo {
    background: url(../img/social-vimeo-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.youtube {
    background: url(../img/social-youtube-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.zerply {
    background: url(../img/social-zerply-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.pinterest {
    background: url(../img/social-pinterest-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.dribbble {
    background: url(../img/social-dribbble-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.github {
    background: url(../img/social-github-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.instagram {
    background: url(../img/social-instagram-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.flickr {
    background: url(../img/social-flickr-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.rss {
    background: url(../img/social-rss-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.adn {
    background: url(../img/social-adn-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.behance {
    background: url(../img/social-behance-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.tumblr {
    background: url(../img/social-tumblr-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.lastfm {
    background: url(../img/social-lastfm-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.xing {
    background: url(../img/social-xing-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.foursquare {
    background: url(../img/social-foursquare-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.twitter {
    background: url(../img/social-twitter-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.facebook {
    background: url(../img/social-facebook-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.linkedin {
    background: url(../img/social-linkedin-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.googleplus {
    background: url(../img/social-googleplus-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.vimeo {
    background: url(../img/social-vimeo-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.youtube {
    background: url(../img/social-youtube-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.zerply {
    background: url(../img/social-zerply-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.pinterest {
    background: url(../img/social-pinterest-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.dribbble {
    background: url(../img/social-dribbble-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.github {
    background: url(../img/social-github-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.instagram {
    background: url(../img/social-instagram-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.flickr {
    background: url(../img/social-flickr-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.rss {
    background: url(../img/social-rss-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.adn {
    background: url(../img/social-adn-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.behance {
    background: url(../img/social-behance-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.tumblr {
    background: url(../img/social-tumblr-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.lastfm {
    background: url(../img/social-lastfm-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.xing {
    background: url(../img/social-xing-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.foursquare {
    background: url(../img/social-foursquare-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.mixcloud {
    background: url(../img/social-mixcloud-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.soundcloud {
    background: url(../img/social-soundcloud-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.mixcloud {
    background: url(../img/social-mixcloud-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.soundcloud {
    background: url(../img/social-soundcloud-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.spotify {
    background: url(../img/social-spotify-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.white.spotify {
    background: url(../img/social-spotify-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.flex-next, a.flex-prev {
    background-image: url(../img/arrows@2x.png);
    background-size: 200px 13px;
  }

  a.jp-play span,
  a.jp-pause span {
    background-image: url(../img/audio@2x.png);
    background-size: 30px 120px;
  }

  .quotemark {
    background-image: url(../img/quotemark@2x.png);
    background-size: 28px 19px;
  }

  .quotemark.white {
    background-image: url(../img/quotemark-white@2x.png);
  }

  .quote-rating-1, .quote-rating-2, .quote-rating-3, .quote-rating-4, .quote-rating-5 {
    background-image: url(../img/stars@2x.png);
    background-size: 97px 176px;
  }

  .quotemark.white .quote-rating-1, .quotemark.white .quote-rating-2, .quotemark.white .quote-rating-3, .quotemark.white .quote-rating-4, .quotemark.white .quote-rating-5 {
    background-image: url(../img/stars-white@2x.png);
    background-size: 97px 176px;
  }

  .bullets.green li {
    background-image: url(../img/tick-green@2x.png);
    background-size: 16px 13px;
  }

  .bullets.red li {
    background-image: url(../img/tick-red@2x.png);
    background-size: 16px 13px;
  }

  .bullets.black li {
    background-image: url(../img/tick-black@2x.png);
    background-size: 16px 13px;
  }

  .bullets.light-blue li {
    background-image: url(../img/tick-light-blue@2x.png);
    background-size: 16px 13px;
  }

  .bullets.blue li {
    background-image: url(../img/tick-blue@2x.png);
    background-size: 16px 13px;
  }

  .bullets.grey li {
    background-image: url(../img/tick-grey@2x.png);
    background-size: 16px 13px;
  }

  .bullets.orange li {
    background-image: url(../img/tick-orange@2x.png);
    background-size: 16px 13px;
  }

  .bullets.pink li {
    background-image: url(../img/tick-pink@2x.png);
    background-size: 16px 13px;
  }

  .bullets.purple li {
    background-image: url(../img/tick-purple@2x.png);
    background-size: 16px 13px;
  }

  .toggle .toggle-title:before {
    background-image: url(../img/toggle-open@2x.png);
    background-size: 12px 12px;
  }

  .toggle .toggle-title.active:before {
    background-image: url(../img/toggle-close@2x.png);
    background-size: 12px 12px;
  }
}
.mt-insert,
.js .mt-insert .wp-caption {
  width: 100%;
  display: inline-block;
  margin: 15px 0;
  z-index: 1;
  overflow: hidden;
}

.mt-insert p {
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mt-insert p.wp-caption-text {
  padding: 20px 0 !important;
  line-height: 1.4 !important;
}

.mt-insert .wp-caption img {
  width: 100%;
}

.js .mt-insert img,
.js .mt-insert .wp-caption {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 0;
}

.js .mt-insert.remove-abs img {
  position: relative;
}

.js .mt-insert.remove-abs {
  margin-bottom: 80px !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width: 40em) {
  /* 640px */
  .swap-transition .main-archive article.with-image:before {
    opacity: .7;
  }
  .swap-transition .main-archive article.with-image:hover:before {
    opacity: 0;
  }

  .post-template .featured-image img, .page-template .featured-image img {
    opacity: .33;
    -o-transition: opacity 0.25s ease-in;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
  }

  .ie9.menu-drawer #overlay, .ie9 .drawer-open .wrap #overlay {
    right: 0 !important;
  }

  .ie9.menu-drawer .drawer-open .wrap {
    right: 330px;
  }
  .ie9.menu-drawer .drawer-open .wrap #overlay {
    display: block !important;
    right: -330px !important;
    z-index: 9;
    width: 350px;
  }

  .main-archive article.home-article, .main-archive article.home-article:first-of-type {
    height: 500px;
  }

  .image-caption {
    position: absolute;
    right: 54px;
    bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 54px;
    width: auto;
  }

  .main-archive article {
    position: relative;
  }
  .main-archive article.with-image.format-gallery .featured-image img {
    opacity: 1;
  }
  .main-archive article.with-image.buttons-on:hover .featured-image img {
    opacity: 1;
  }
  .main-archive article.with-image {
    margin-top: -1px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .main-archive article.with-image:before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -o-transition: opacity 0.25s ease-in;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
    /*-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); */
  }
  .main-archive article.with-image .featured-image img {
    opacity: 0;
  }
  .main-archive article.with-image:hover:before {
    opacity: .7;
  }
  .main-archive article.with-image .post-wrapper {
    background-image: none !important;
    position: absolute;
    width: 46%;
    bottom: 0;
    right: 0;
    text-align: right;
    z-index: 2;
    padding: 30px;
  }
  .main-archive article.with-image .post-wrapper:after {
    background-color: transparent;
  }
  .main-archive article.with-image .post-wrapper .post-inner {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .main-archive article.with-image:nth-of-type(2n) .post-wrapper {
    text-align: left;
    right: 0;
    left: 0;
  }
  .main-archive article.with-image:nth-of-type(2n) .post-wrapper .post-inner {
    margin-left: 20px;
  }

  .comments-form {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .main .meta-hold {
    margin-bottom: -7px;
  }
  .main .meta.bottom {
    float: left;
    padding-left: 10px;
  }
  .main ul.sharer {
    float: right;
    margin-top: 0;
    padding-right: 10px;
  }
  .main .post-inner, .main .post-align {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .with-image.format-audio .post-header-inner {
    margin-bottom: 40px;
  }
  .main .with-image.format-audio .post-audio {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }
  .main .with-image .post-top {
    height: 490px;
    overflow: hidden;
  }
  .main .with-image .post-header {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 2;
  }
  .main .with-image .post-header .post-header-inner {
    padding: 20px 0;
    display: block;
    width: 100%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .main .post-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .post-navigation .previous-post-link,
  .post-navigation .next-post-link {
    display: table-cell;
    width: 50%;
  }
  .post-navigation .previous-post-link a .nav-inner,
  .post-navigation .next-post-link a .nav-inner {
    height: 270px;
  }

  .widgets .widget {
    display: inline-block;
    width: 50%;
    margin-right: -5px;
    padding: 0 20px;
    float: left;
  }
  .widgets .widget ul:after {
    display: none;
  }
}
@media screen and (min-width: 47.5em) {
  /* 760px */
  .main-archive article.home-article, .main-archive article.home-article:first-of-type {
    height: 800px;
  }

  .widgets .widget {
    display: inline-block;
    width: 33.3333%;
    margin-right: -5px;
    padding: 0 30px;
    float: left;
  }

  .main-archive article.with-image .post-wrapper {
    width: 44%;
  }
  .main-archive article.with-image.format-audio.with-image .post-wrapper {
    padding-top: 70px;
  }

  .menu-default #overlay #menu {
    text-align: right;
  }
  .menu-default #overlay #menu li {
    display: inline;
    margin: 0;
    padding: 0;
    border-bottom: none;
    position: relative;
  }
  .menu-default #overlay #menu li a {
    display: inline-block;
  }
  .menu-default #overlay #menu li ul {
    display: none;
  }
  .menu-default #overlay #menu li ul li {
    border-top: none;
  }
  .menu-default #overlay #menu li:hover ul {
    display: block;
    position: absolute;
    width: 150px;
    padding: 10px;
    left: 10px;
    margin-left: -50%;
    top: 30px;
    background: #060b0e;
    float: left;
    border: 2px solid #1e2526;
  }
  .menu-default #overlay #menu li:hover ul:after, .menu-default #overlay #menu li:hover ul:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .menu-default #overlay #menu li:hover ul:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #060b0e;
    border-width: 8px;
    margin-left: -8px;
  }
  .menu-default #overlay #menu li:hover ul:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #1e2526;
    border-width: 11px;
    margin-left: -11px;
  }
  .menu-default #overlay #menu li:hover ul li {
    padding: 0;
    display: block;
  }
  .menu-default #overlay #menu li:hover ul li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-default #overlay #menu:after {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (min-width: 50em) {
  /* 800px */
  .main-archive article.home-article {
    background-attachment: fixed;
  }

  .js .home .main-archive article:first-of-type, .js .blog .main-archive article:first-of-type, .js .page-template-template-t-index-php .main-archive article:first-of-type {
    position: fixed;
  }

  .main-archive article:first-of-type {
    height: 100%;
    width: 100%;
    z-index: 3;
  }
  .main-archive article.home-article {
    z-index: 4;
  }
}
@media screen and (min-width: 62.5em) {
  /* 1000px */
  .post-navigation .previous-post-link a .nav-inner,
  .post-navigation .next-post-link a .nav-inner {
    height: 320px;
  }
}
@media screen and (min-width: 64.0625em) {
  /* 1025px */
  .hover-off .main-archive article.with-image .post-wrapper {
    opacity: 1;
  }

  .main-archive article.with-image .post-wrapper {
    opacity: 0;
    -o-transition: opacity 0.25s ease-in;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
  }
  .main-archive article.with-image.buttons-on:hover .post-wrapper {
    opacity: 0;
  }
  .main-archive article.with-image:hover .post-wrapper {
    opacity: 1;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .post-navigation .previous-post-link a .nav-inner,
  .post-navigation .next-post-link a .nav-inner {
    height: 370px;
  }
}
@media screen and (min-width: 93.75em) {
  /* 1500px */
  .post-navigation .previous-post-link a .nav-inner,
  .post-navigation .next-post-link a .nav-inner {
    height: 440px;
  }
}
@media screen and (min-width: 112.5em) {
  /* 1800px */
  .post-navigation .previous-post-link a .nav-inner,
  .post-navigation .next-post-link a .nav-inner {
    height: 530px;
  }
}
@media screen and (max-width: 64em) and (max-height: 48em) {
  /* 1024px / 768px */
  .main-archive article.home-article {
    background-attachment: scroll;
  }
}




.jumbotron{
  font-size: 300%;
}

.signup-box{
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.glitch{
  @include textGlitch("don't die", 17, white, black, red, blue, 450, 115);
}

.social-icon{
  letter-spacing: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

/*
.glitch
{
	@include textGlitch("glitch", 17, white, black, red, blue, 450, 115);
}
*/
