/*------------------------------------------------------------------
Project:		Slate WordPress Theme
Version:		1.2.1
Last change:	24/12/15
-------------------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*
	VARIABLES
*/
/* LAYOUT */
/* COLORS */
/* SOCIAL */
/* FONTS */
/* ANIMATIONS */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeinfrontpage {
  from {
    opacity: 0;
  }
  to {
    opacity: .25;
  }
}

@-moz-keyframes fadeinfrontpage {
  from {
    opacity: 0;
  }
  to {
    opacity: .25;
  }
}

@keyframes fadeinfrontpage {
  from {
    opacity: 0;
  }
  to {
    opacity: .25;
  }
}

@-webkit-keyframes fadeinbgimage {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

@-moz-keyframes fadeinbgimage {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes fadeinbgimage {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

@-webkit-keyframes fadeinbgheaderimage {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}

@-moz-keyframes fadeinbgheaderimage {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}

@keyframes fadeinbgheaderimage {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes slideupin {
  from {
    margin-top: 20px;
  }
  to {
    margin-top: 0%;
  }
}

@-moz-keyframes slideupin {
  from {
    margin-top: 20px;
  }
  to {
    margin-top: 0%;
  }
}

@keyframes slideupin {
  from {
    margin-top: 20px;
  }
  to {
    margin-top: 0%;
  }
}

@-webkit-keyframes pulsate {
  0% {
    bottom: 0;
    opacity: .4;
  }
  50% {
    bottom: 2%;
    opacity: 1.0;
  }
  100% {
    bottom: 0;
    opacity: .4;
  }
}

@-moz-keyframes pulsate {
  0% {
    bottom: 0;
    opacity: .4;
  }
  50% {
    bottom: 2%;
    opacity: 1.0;
  }
  100% {
    bottom: 0;
    opacity: .4;
  }
}

@keyframes pulsate {
  0% {
    bottom: 0;
    opacity: .4;
  }
  50% {
    bottom: 2%;
    opacity: 1.0;
  }
  100% {
    bottom: 0;
    opacity: .4;
  }
}

@-webkit-keyframes fadeinvertical {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeinvertical {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 2%, 0);
  }
  100% {
    opacity: 1.0;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeinvertical {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    -moz-transform: translate3d(0, 2%, 0);
    -ms-transform: translate3d(0, 2%, 0);
    -o-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* DEBUG STYLES */
.hide {
  display: none !important;
}

.invis {
  visibility: hidden !important;
}

/* GLOBAL STYLES */
* {
  box-sizing: border-box;
}

body, html {
  font: 300 17px "Open Sans", "Times New Roman", Serif;
  background-color: #f0f4f6;
  height: 100%;
}

.clear {
  clear: both;
}

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

h1 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 68px;
  margin: 45px 0;
  color: #211F1F;
}

@media (max-width: 720px) {
  h1 {
    font-size: 44px;
    line-height: 60px;
    margin: 40px 0;
  }
}

@media (max-width: 490px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
    margin: 35px 0;
  }
}

h2 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 49px;
  margin: 40px 0;
  letter-spacing: -.5px;
  color: #211F1F;
}

@media (max-width: 720px) {
  h2 {
    font-size: 32px;
    line-height: 44px;
    margin: 35px 0;
  }
}

@media (max-width: 490px) {
  h2 {
    font-size: 24px;
    line-height: 40px;
    margin: 30px 0;
  }
}

h3 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 40px;
  margin: 35px 0;
  letter-spacing: -.5px;
  color: #B5B4BF;
}

@media (max-width: 720px) {
  h3 {
    font-size: 25px;
    line-height: 36px;
    margin: 33px 0;
  }
}

@media (max-width: 490px) {
  h3 {
    font-size: 23px;
    line-height: 32px;
    margin: 30px 0;
  }
}

h4 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  margin: 35px 0;
  letter-spacing: -.5px;
  color: #1a1a1b;
}

@media (max-width: 720px) {
  h4 {
    margin: 33px 0;
  }
}

@media (max-width: 490px) {
  h4 {
    margin: 30px 0;
  }
}

h5 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
  margin: 35px 0;
  letter-spacing: -.5px;
  color: #7e7e86;
}

@media (max-width: 720px) {
  h5 {
    margin: 33px 0;
  }
}

@media (max-width: 490px) {
  h5 {
    margin: 30px 0;
  }
}

h6 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  margin: 35px 0;
  letter-spacing: -.5px;
  color: #a9a9ae;
}

@media (max-width: 720px) {
  h6 {
    margin: 33px 0;
  }
}

@media (max-width: 490px) {
  h6 {
    margin: 30px 0;
  }
}

p {
  font-family: "Open Sans", "Times New Roman", Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(25, 26, 27, 0.8);
}

p:empty {
  display: none;
}

@media (max-width: 720px) {
  p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 490px) {
  p {
    font-size: 14px;
    line-height: 28px;
  }
}

/* INLINE */
a {
  text-decoration: none;
  color: #191a1b;
  outline: none;
  -webkit-transition: color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, background-color 0.15s ease-out;
  transition: color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, background-color 0.15s ease-out;
}

::selection {
  color: #fff;
  background: #373b43;
}

::-moz-selection {
  color: #fff;
  background: #373b43;
}

/* INPUT */
input {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  padding: 0 25px;
  letter-spacing: -.5px;
  color: #121213;
  border: 0;
  border: 1px solid #dadbe3;
  border-radius: 3px;
  background: #fff;
  -webkit-appearance: none;
  -webkit-transition: border 0.125s ease-in;
  -moz-transition: border 0.125s ease-in;
  transition: border 0.125s ease-in;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: #121213;
}

input:-moz-placeholder {
  opacity: 1;
  color: #121213;
}

input::-moz-placeholder {
  opacity: 1;
  color: #121213;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #121213;
}

input:active, input:focus {
  border-color: #AFB0BB;
  outline: none;
}

textarea {
  -webkit-appearance: none;
}

/* ANIMATE */
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/*!
 *    Font Awesome 4.4.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-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.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.33333333em;
  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.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: 0.14285714em;
  text-align: center;
}

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  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: #ffffff;
}

/* 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: "\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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: "\f09a";
}

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

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

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

.fa-feed:before,
.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,
.fa-gratipay: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: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-buoy: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

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

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

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

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

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

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

.fa-contao:before {
  content: "\f26d";
}

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

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

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

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

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

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

.fa-commenting:before {
  content: "\f27a";
}

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

.fa-houzz:before {
  content: "\f27c";
}

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

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

.fa-fonticons:before {
  content: "\f280";
}

/* WORDPRESS STYLES */
.postcontents .aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.postcontents .alignright {
  float: right;
  margin-left: 40px;
}

.postcontents .alignleft {
  float: left;
  margin-right: 40px;
}

.postcontents .aligncenter {
  display: block;
  margin: 45px auto 45px auto;
}

.postcontents a img.alignright {
  float: right;
}

.postcontents a img.alignleft {
  float: left;
}

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

.postcontents .wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  border: 1px solid #f0f0f0;
  background: #fff;
}

.postcontents .wp-caption.alignnone {
  margin: 5px 0 15px 0;
}

.postcontents .wp-caption.alignleft {
  margin: 5px 5% 15px 0;
}

@media (max-width: 700px) {
  .postcontents .wp-caption.alignleft {
    float: none;
    margin: 0 auto;
  }
}

.postcontents .wp-caption.alignright {
  margin: 5px 0 15px 5%;
}

@media (max-width: 700px) {
  .postcontents .wp-caption.alignright {
    float: none;
    margin: 0 auto;
  }
}

.postcontents .wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.postcontents .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.postcontents img.alignright {
  margin: 5px 0 15px 5%;
}

@media (max-width: 700px) {
  .postcontents img.alignright {
    float: none;
    margin: 0 auto;
  }
}

.postcontents img.alignleft {
  margin: 5px 5% 15px 0;
}

@media (max-width: 700px) {
  .postcontents img.alignleft {
    float: none;
    margin: 0 auto;
  }
}

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

.postcontents .alignright {
  float: right;
}

.postcontents .alignleft {
  float: left;
}

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

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ERROR STYLES */
header.error {
  background: #131417;
  height: 85vh;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}

header.error .inner {
  max-width: 730px;
}

header.error .error-title {
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

header.error hr {
  margin: 30px auto 35px;
  width: 15%;
  height: 2px;
  border: 0;
  background: #5b5c5e;
}

header.error .error-description {
  margin: 0;
  font-family: "Merriweather", "Times New Roman", Serif;
  font-size: 19px;
  line-height: 37px;
  color: #d6d9dd;
}

header.error .error-description a {
  color: #d6d9dd;
  border-bottom: 1px solid #d6d9dd;
}

header.error .searchform {
  position: relative;
  margin: 85px auto 0;
  max-width: 550px;
}

header.error .searchform input[type='text'] {
  margin-top: 25px;
  background: #2b2e36;
  border: 0;
  border-radius: 0;
  height: 65px;
  color: #fff;
  padding: 18px 18px 18px 30px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

header.error .searchform input[type='text']::-webkit-input-placeholder {
  color: #fff;
}

header.error .searchform input[type='text']:-moz-placeholder {
  color: #fff;
}

header.error .searchform input[type='text']::-moz-placeholder {
  color: #fff;
}

header.error .searchform input[type='text']:-ms-input-placeholder {
  color: #fff;
}

header.error .searchform .submit {
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  border-radius: 0;
  top: 37px;
  right: 15px;
  width: 43px;
  height: 43px;
  line-height: 41px;
  padding: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #4d5362;
  border: 0;
  background-color: #0f0f11;
  cursor: pointer;
  -webkit-transition: background-color 0.125s ease-out, color 0.125s ease-out;
  -moz-transition: background-color 0.125s ease-out, color 0.125s ease-out;
  transition: background-color 0.125s ease-out, color 0.125s ease-out;
}

header.error .searchform .submit:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 820px) {
  header.error .error-description {
    font-size: 16px;
    line-height: 32px;
  }
}

/* POST CONTENTS */
.postcontents {
  font-family: "Merriweather", "Times New Roman", Serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 38px;
  color: #525458;
  /* BLOCK */
  /* INLINE */
}

.postcontents > *:first-child, .postcontents .wrapper > *:first-child {
  margin-top: 0;
}

.postcontents > *:last-child, .postcontents .wrapper > *:last-child {
  margin-bottom: 0;
}

.postcontents a[href$=jpg],
.postcontents a[href$=jpeg],
.postcontents a[href$=jpe],
.postcontents a[href$=png],
.postcontents a[href$=gif] {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0 none;
  background: transparent;
}

.postcontents hr {
  height: 1px;
  width: 60%;
  border: 0;
  margin: 50px auto;
  background: #dfdfdf;
}

.postcontents p, .postcontents ul, .postcontents ol {
  margin: 40px 0;
  padding: 0;
  font-family: "Merriweather", "Times New Roman", Serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 36px;
  text-rendering: optimizeLegibility;
  color: #525458;
}

.postcontents p {
  overflow: none;
}

.postcontents h1 + *, .postcontents h2 + *, .postcontents h3 + *, .postcontents h4 + *, .postcontents h5 + *, .postcontents h6 + * {
  margin-top: 35px;
}

.postcontents h1, .postcontents h2, .postcontents h3 {
  letter-spacing: -1px;
}

.postcontents ul, .postcontents ol, .postcontents dl {
  margin-left: 7.5%;
}

.postcontents li {
  margin: 0 0 15px;
  padding: 0 2.5%;
}

.postcontents li:last-child {
  margin-bottom: 0;
}

.postcontents dt {
  font-weight: 600;
}

.postcontents dd {
  margin: 0 0 20px 5%;
  font-size: 16px;
}

.postcontents pre {
  margin: 50px 0;
}

.postcontents .gallery {
  width: 102.5%;
}

.postcontents .gallery a {
  border: 0;
}

.postcontents .gallery img {
  border: 0 !important;
}

.postcontents .gallery .gallery-item {
  padding-right: 2.5% !important;
}

.postcontents .gallery dl {
  margin-left: inherit;
}

.postcontents .gallery-caption {
  margin: 0;
  padding: 10px 5%;
  line-height: 24px;
}

.postcontents table {
  clear: both;
  border-collapse: collapse;
  width: 100%;
}

.postcontents th {
  background: #F0F0F0;
  font-weight: 700;
}

.postcontents td, .postcontents th {
  border: 1px solid #DBDBDB;
  padding: 0.5rem;
  text-align: left;
}

.postcontents .wide {
  display: block;
  margin: 50px -75px;
}

.postcontents .wide img {
  display: block;
}

.postcontents .wide blockquote {
  padding: 0;
  margin: 50px 0;
  color: #38393c;
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  border: 0;
}

.postcontents .wide blockquote cite {
  display: block;
  margin-top: 30px;
  color: #c5c5c6;
  font-size: 22px;
  font-style: normal;
}

.postcontents .wide blockquote:after, .postcontents .wide blockquote:before {
  display: block;
  content: '';
  background: #ededed;
  width: 60%;
  height: 1px;
}

.postcontents .wide blockquote:after {
  margin: 40px auto 60px;
}

.postcontents .wide blockquote:before {
  margin: 60px auto 40px;
}

.postcontents blockquote {
  padding: 10px 0 10px 5%;
  color: #38393c;
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  border-left: 6px solid #e8eaed;
  letter-spacing: -0.5px;
  width: 85%;
  margin: 50px auto;
}

.postcontents blockquote p {
  margin: 15px 0;
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #38393c;
}

.postcontents blockquote cite {
  display: block;
  margin-top: 25px;
  color: #c5c5c6;
  font-size: 20px;
  font-style: normal;
}

.postcontents img {
  border-radius: 2px;
}

.postcontents .wrapper {
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
}

.postcontents.dark {
  padding: 90px 0;
  background: #2c2e32;
  font-weight: 400;
  color: #e2e2e2 !important;
}

.postcontents.dark h1, .postcontents.dark h2, .postcontents.dark h3, .postcontents.dark h4, .postcontents.dark h5, .postcontents.dark h6, .postcontents.dark p, .postcontents.dark ul, .postcontents.dark li, .postcontents.dark ol, .postcontents.dark a {
  color: #e2e2e2;
}

.postcontents.dark p {
  color: #e2e2e2;
  font-weight: 400;
}

.postcontents.full img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.postcontents a {
  color: #656770;
  border-bottom: 1px solid #d4d5de;
}

.postcontents a:hover {
  border-color: #a2a3ab;
}

.postcontents strong {
  color: #484750;
}

.postcontents input[type="text"], .postcontents input[type="email"], .postcontents input[type="password"] {
  width: 100%;
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  background: #F5F5F5;
  border: 2px solid #F5F5F5;
  -webkit-transition: border-color 0.2s ease-in;
  -moz-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}

.postcontents input[type="text"]:focus, .postcontents input[type="email"]:focus, .postcontents input[type="password"]:focus {
  border-color: #cdcdcd;
}

.postcontents input[type="submit"], .postcontents button {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  margin-bottom: 30px;
  float: left;
  clear: both;
  margin-top: 0;
}

.postcontents button {
  padding: 4px 32px;
}

.postcontents textarea {
  margin-bottom: 30px;
  background: #F5F5F5;
  border: 2px solid #F5F5F5;
  -webkit-transition: border-color 0.2s ease-in;
  -moz-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}

.postcontents textarea:active, .postcontents textarea:focus {
  outline: none;
}

.postcontents textarea:focus {
  border-color: #cdcdcd;
}

.postcontents q {
  display: block;
  max-width: 45%;
  float: right;
  text-align: right;
  margin-top: 0 !important;
  padding: 25px 0 25px 2.5%;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin: 0 0 2.5% 25px;
  font-family: "Montserrat", "Arial", Sans-Serif;
  color: #000;
  font-size: 21px;
  line-height: 34px;
}

.postcontents q:after, .postcontents q:before {
  content: "";
}

.postcontents q.left {
  float: left;
  text-align: left;
  padding: 25px 2.5% 25px 0;
  margin: 0 2.5% 25px 0;
}

.postcontents q cite {
  text-decoration: none;
  font-style: normal;
  display: block;
  font-size: 18px;
  margin-top: 15px;
  color: #7F8088;
}

.postcontents .grid {
  margin: 40px 0;
  overflow: hidden;
}

.postcontents .grid .half {
  width: 47.5%;
}

.postcontents .grid .left {
  float: left;
  margin: 0;
  margin-right: 2.5%;
}

.postcontents .grid .right {
  float: right;
  margin: 0;
  margin-left: 2.5%;
}

.postcontents .grid p.left, .postcontents .grid p.right {
  font-weight: 400;
}

.postcontents .grid .left *:last-child, .postcontents .grid .right *:last-child {
  margin-bottom: 0;
}

.postcontents .grid .left *:first-child, .postcontents .grid .right *:first-child {
  margin-top: 0;
}

.postcontents .grid p {
  clear: none;
  font-weight: 300;
}

@media (max-width: 585px) {
  .postcontents .grid .left, .postcontents .grid .right {
    margin: 0;
    float: none;
    width: 100%;
  }
  .postcontents .grid .right {
    margin-top: 50px;
  }
}

@media (max-width: 1375px) {
  .postcontents .annotation .main {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 10px 0;
  }
  .postcontents .annotation .main p {
    margin: 10px 0;
  }
}

@media (max-width: 1050px) {
  .postcontents .wide {
    display: block;
    margin: 50px 0;
  }
  .postcontents blockquote p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 840px) {
  .postcontents {
    margin: 10% auto;
  }
}

@media (max-width: 640px) {
  .postcontents {
    font-size: 18px;
  }
  .postcontents.dark {
    padding: 40px 0;
  }
  .postcontents h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .postcontents h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .postcontents h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .postcontents h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .postcontents h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .postcontents h1, .postcontents h2, .postcontents h3, .postcontents h4, .postcontents h5, .postcontents h6, .postcontents p, .postcontents ul, .postcontents ol, .postcontents blockquote, .postcontents pre, .postcontents .wide blockquote, .postcontents .wide {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .postcontents hr {
    margin: 40px auto;
  }
  .postcontents p, .postcontents ul, .postcontents ol {
    font-size: 16px;
    line-height: 32px;
  }
  .postcontents blockquote p {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 450px) {
  .postcontents {
    font-size: 16px;
  }
  .postcontents.dark {
    padding: 30px 0;
  }
  .postcontents h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .postcontents h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .postcontents h3 {
    font-size: 22px;
    line-height: 36px;
  }
  .postcontents h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .postcontents h5 {
    font-size: 15px;
    line-height: 26px;
  }
  .postcontents h1, .postcontents h2, .postcontents h3, .postcontents h4, .postcontents h5, .postcontents h6, .postcontents p, .postcontents ul, .postcontents ol, .postcontents blockquote, .postcontents pre, .postcontents .wide blockquote, .postcontents .wide {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .postcontents hr {
    margin: 30px auto;
  }
  .postcontents p, .postcontents ul, .postcontents ol {
    font-size: 15px;
    line-height: 30px;
  }
}

/* COMMENT STYLES */
.post-comments {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 7% auto 7%;
  list-style: none;
  background: #fff;
}

.post-comments .commentwrap {
  margin: 0 auto;
  padding: 0;
}

.post-comments .commentwrap hr {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  border: 0;
  background: #eee;
}

.post-comments .comments-hidden {
  display: none;
  cursor: pointer;
}

.post-comments .comments-main {
  overflow: hidden;
  -webkit-transition: height 0s ease-out;
  -moz-transition: height 0s ease-out;
  transition: height 0s ease-out;
}

.post-comments .nocomments {
  margin-top: 0;
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 19px;
  text-align: center;
  margin-bottom: 7%;
}

.post-comments .nocomments i {
  color: #A8A6B5;
  margin-right: 15px;
}

.post-comments .commentanchor {
  position: absolute;
  top: -160px;
}

.post-comments ul.commentwrap {
  margin: 0 auto 40px;
}

.post-comments footer.page-footer {
  width: 95%;
  max-width: 1630px;
  margin: 120px auto 0;
}

@media (max-width: 1080px) {
  .post-comments footer.page-footer {
    width: 100%;
    margin: 100px auto 0;
  }
}

@media (max-width: 625px) {
  .post-comments footer.page-footer {
    margin: 50px auto 0;
  }
}

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

.comment .contents {
  overflow: hidden;
}

.comment .isauthor {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  display: none;
  margin-top: 7px;
  text-transform: uppercase;
  color: #9499a8;
}

.comment .isauthor i {
  margin-right: 10px;
}

.comment .isauthor:after {
  font-family: 'arial';
  font-size: 8px;
  margin: 0 6px 0 8px;
  content: '\25CF';
  vertical-align: 3px;
  color: #c5cbde;
}

.comment.bypostauthor > .contents .isauthor {
  display: inline-block;
}

.comment .body {
  font-size: 16px;
  line-height: 34px;
  margin-top: 25px;
  color: #63686d;
}

.comment .body p {
  font-size: 15px;
  line-height: 32px;
  color: #63686d;
}

@media (max-width: 580px) {
  .comment .body p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 375px) {
  .comment .body p {
    line-height: 26px;
  }
}

.comment .profile {
  float: left;
  width: 10%;
  margin-right: 3%;
}

.comment .profile img {
  width: 100%;
  max-width: 80px;
  height: 80px;
  border-radius: 40px;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.comment .profile img:hover {
  opacity: .8;
}

.comment .main {
  float: left;
  width: 87%;
}

.comment .meta {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 13px;
  overflow: hidden;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #9499a8;
}

.comment .left {
  float: left;
}

.comment .right {
  float: right;
}

.comment .comment-reply-link {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  display: inline-block;
  margin-top: 7px;
  text-transform: uppercase;
  color: #9499a8;
}

.comment .comment-reply-link:hover {
  color: #606576;
}

.comment .info {
  font-size: 14px;
  margin-top: 15px;
  letter-spacing: -.25px;
}

@media (max-width: 530px) {
  .comment .info {
    display: none;
  }
}

.comment h4 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  color: #0b0b0b;
}

.comment h4 img {
  display: none;
  margin-right: 15px;
  vertical-align: -4px;
  border-radius: 3px;
}

.comment h4 a {
  color: #0b0b0b;
}

.comment hr {
  clear: both;
  height: 1px;
  margin: 40px 0 60px;
  border: 0;
  background: #e5e5e5;
}

.comment .children .profile {
  float: left;
  width: 5%;
}

.comment .children .profile img {
  height: 40px;
}

.comment .children .main {
  width: 90%;
}

@media (max-width: 880px) {
  .comment .profile {
    display: none;
  }
  .comment .main,
  .comment .children .main {
    width: 100%;
  }
  .comment h4 img {
    display: inline-block;
  }
}

.comment-respond {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.comment-respond .logged-in-as {
  margin: 0;
  font-family: "Montserrat", "Arial", Sans-Serif;
}

.comment-respond .comment-reply-title {
  margin: 0;
}

.comment-respond #cancel-comment-reply-link {
  display: inline-block;
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  line-height: normal;
  padding: 12px 25px;
  color: #454545;
  background: #f4f6f8;
  margin-bottom: 15px;
}

.comment-respond .comment-form #author, .comment-respond .comment-form #email, .comment-respond .comment-form #url {
  margin-bottom: 40px;
}

.comment-respond .comment-form > *:first-child {
  margin-top: 0;
}

.comment-respond .comment-form > *:last-child {
  margin-bottom: 0;
}

.comment-respond textarea,
.comment-respond input {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 21px 25px 20px;
  color: #35393f;
  border: 0;
  border-radius: 0;
  background: #f4f6f8;
}

.comment-respond input {
  letter-spacing: 0;
  border-right: 1px solid #e4e5e7;
  background: none;
  border: 1px solid #e6e6f0;
}

.comment-respond input:focus, .comment-respond input:active {
  border-bottom: 1px solid #AFB0BB;
}

.comment-respond input:nth-of-type(1), .comment-respond input:nth-of-type(2) {
  border-right: 0;
}

@media (max-width: 625px) {
  .comment-respond input {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e6e6f0;
  }
}

.comment-respond textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 180px;
  margin: 40px 0;
  color: #535a63;
  background: none;
  border: 1px solid #e6e6f0;
  font-family: "Open Sans", "Times New Roman", Serif;
  font-weight: 400;
  -webkit-transition: border-color 0.125s ease-out;
  -moz-transition: border-color 0.125s ease-out;
  transition: border-color 0.125s ease-out;
}

.comment-respond textarea:focus, .comment-respond textarea:active {
  border-color: #AFB0BB;
}

@media (max-width: 625px) {
  .comment-respond textarea {
    margin-top: 15px;
  }
}

.comment-respond .form-submit {
  clear: both;
  display: block;
  overflow: hidden;
  margin: 40px 0 0;
  padding: 0;
}

.comment-respond input[type='submit'] {
  width: auto;
  padding: 14px 25px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: #34343a;
  font-size: 13px;
  height: auto;
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.comment-respond input[type='submit']:hover {
  background: #4d5058;
}

.comment-respond input:focus,
.comment-respond textarea:focus,
.comment-respond input:active,
.comment-respond textarea:active {
  outline: 0;
}

.comment-respond input::-webkit-input-placeholder,
.comment-respond textarea::-webkit-input-placeholder {
  color: #35393f;
}

.comment-respond input:-moz-placeholder,
.comment-respond textarea:-moz-placeholder {
  opacity: 1;
  color: #35393f;
}

.comment-respond input::-moz-placeholder,
.comment-respond textarea::-moz-placeholder {
  opacity: 1;
  color: #35393f;
}

.comment-respond input:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder {
  color: #35393f;
}

@media (max-width: 730px) {
  .comment-respond input {
    width: 100%;
    margin-bottom: 15px;
  }
  .comment-respond input:nth-of-type(1), .comment-respond input:nth-of-type(2) {
    border-right: 1px solid #e4e5e7;
  }
  .comment-respond textarea {
    margin-top: 0;
  }
}

.comments-show {
  cursor: pointer;
  display: none;
}

/* AUTHOR PROFILE STYLES */
.author-profile {
  clear: both;
  padding: 75px 0 65px;
  background: #F5F8F9;
  text-align: center;
}

.author-profile .inner {
  margin: 0 auto;
  width: 95%;
  max-width: 740px;
}

.author-profile .info {
  overflow: hidden;
  text-align: center;
}

.author-profile hr {
  display: none;
}

.author-profile .gravatar {
  display: inline-block;
  width: 68px;
  height: 68px;
}

.author-profile .gravatar img {
  max-width: 100%;
  border-radius: 90px;
}

.author-profile .author-profile-name {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 27px;
  font-weight: 400;
  line-height: normal;
  margin: 25px 0 0;
  letter-spacing: -.5px;
  text-transform: none;
}

.author-profile .author-profile-name a {
  color: #171819;
}

.author-profile p {
  font-size: 16px;
  line-height: 32px;
  margin: 25px 0 25px;
  color: #595d62;
  text-align: center;
}

.author-profile .author-profile-social {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.author-profile .author-profile-social li {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
  padding: 0 3px;
}

.author-profile .author-profile-social li a {
  font-size: 15px;
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  background: #000;
  color: #fff;
  border-radius: 1px;
  line-height: 34px;
}

.author-profile .author-profile-social li a.twitter {
  background: #55acee;
}

.author-profile .author-profile-social li a.twitter:hover {
  background: #1689e0;
}

.author-profile .author-profile-social li a.facebook {
  background: #3b5998;
}

.author-profile .author-profile-social li a.facebook:hover {
  background: #263961;
}

.author-profile .author-profile-social li a.google {
  background: #dd4b39;
}

.author-profile .author-profile-social li a.google:hover {
  background: #ac2d1e;
}

.author-profile .author-profile-social li a.dribbble {
  background: #ea4c89;
}

.author-profile .author-profile-social li a.dribbble:hover {
  background: #d11960;
}

.author-profile .author-profile-social li a.instagram {
  background: #3f729b;
}

.author-profile .author-profile-social li a.instagram:hover {
  background: #294a65;
}

.author-profile .author-profile-social li a.github {
  background: #333;
}

.author-profile .author-profile-social li a.github:hover {
  background: #0d0d0d;
}

.author-profile .author-profile-social li a.rss {
  background: #ee802f;
}

.author-profile .author-profile-social li a.rss:hover {
  background: #c15b10;
}

.author-profile .author-profile-social li a.youtube {
  background: #c4302b;
}

.author-profile .author-profile-social li a.youtube:hover {
  background: #85211d;
}

.author-profile .author-profile-social li a.pinterest {
  background: #c8232c;
}

.author-profile .author-profile-social li a.pinterest:hover {
  background: #87181e;
}

.author-profile .author-profile-social li a.linkedin {
  background: #0e76a8;
}

.author-profile .author-profile-social li a.linkedin:hover {
  background: #084461;
}

.author-profile .author-profile-social li a.reddit {
  background: #5f99cf;
}

.author-profile .author-profile-social li a.reddit:hover {
  background: #3473ad;
}

.author-profile .author-profile-social li a.skype {
  background: #00aff0;
}

.author-profile .author-profile-social li a.skype:hover {
  background: #0077a4;
}

.author-profile .author-profile-social li a.tumblr {
  background: #35465c;
}

.author-profile .author-profile-social li a.tumblr:hover {
  background: #19212b;
}

.author-profile .author-profile-social li a.vine {
  background: #00b488;
}

.author-profile .author-profile-social li a.vine:hover {
  background: #00684e;
}

.author-profile .author-profile-social li a.vk {
  background: #45668e;
}

.author-profile .author-profile-social li a.vk:hover {
  background: #2c415b;
}

.author-profile .author-profile-social li a.flickr {
  background: #ff0084;
}

.author-profile .author-profile-social li a.flickr:hover {
  background: #b3005c;
}

.author-profile .author-profile-social li a.stackoverflow {
  background: #fe7a15;
}

.author-profile .author-profile-social li a.stackoverflow:hover {
  background: #c65601;
}

.author-profile .author-profile-social li a.twitch {
  background: #6441a5;
}

.author-profile .author-profile-social li a.twitch:hover {
  background: #432b6e;
}

.author-profile .author-profile-social li a.vimeo {
  background: #1ab7ea;
}

.author-profile .author-profile-social li a.vimeo:hover {
  background: #0f83a8;
}

.author-profile .author-profile-social li a.weibo {
  background: #d72928;
}

.author-profile .author-profile-social li a.weibo:hover {
  background: #971d1c;
}

.author-profile .author-profile-social li a.email {
  background: #76b852;
}

.author-profile .author-profile-social li a.email:hover {
  background: #538637;
}

.author-profile .author-profile-social li a.soundcloud {
  background: #f80;
}

.author-profile .author-profile-social li a.soundcloud:hover {
  background: #b35f00;
}

.author-profile .author-profile-social li:last-child {
  border-right: 0;
}

/* POST STYLES */
.post-page {
  overflow: hidden;
}

.post-header {
  margin: 10% auto 0;
  max-width: 840px;
  width: 90%;
}

.post-header .post-header-background {
  display: none;
}

.post-header .post-header-gradient {
  display: none;
}

.post-header .post-info {
  margin: 0 auto;
  width: 100%;
  z-index: 100;
}

.post-header .post-info .post-meta {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", "Arial", Sans-Serif;
  text-transform: uppercase;
  font-size: 13px;
}

.post-header .post-info .post-meta li {
  display: block;
  float: left;
}

.post-header .post-info .post-meta li.post-category:before {
  display: none;
}

.post-header .post-info .post-meta li:before {
  font-size: 8px;
  content: '\25CF';
  vertical-align: -9px;
  margin: 0 10px;
  color: #D6E1E8;
}

.post-header .post-info .post-meta a {
  vertical-align: -11px;
  color: #282B2F;
  opacity: 0.4;
}

.post-header .post-info .post-meta a:hover {
  opacity: 0.8;
}

.post-header .post-info .post-meta .post-read-time {
  display: none;
}

.post-header .post-info .post-meta .post-category a {
  display: inline-block;
  padding: 8px 16px;
  font-family: "Montserrat", "Arial", Sans-Serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 3px;
  border: 1px solid #4b4c59;
  background: #4b4c59;
  border-radius: 2px;
  color: #ffffff;
  opacity: 1;
}

.post-header .post-info .post-meta .post-category a:hover {
  color: #fff;
  opacity: 1;
}

.post-header .post-info .post-title {
  clear: both;
  margin: 30px 0;
  color: #212123;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.25px;
  max-width: 95%;
}

.post-header .post-info .post-title a {
  display: block;
  color: #ffffff;
}

.post-header .post-info .post-subtitle {
  margin: 0;
  font-family: "Merriweather", "Times New Roman", Serif;
  font-size: 20px;
  line-height: 35px;
  color: #92969E;
  max-width: 80%;
}

.post-header .post-info hr {
  height: 2px;
  width: 25%;
  margin: 6% 0;
  border: 0;
  background: #eee;
}

@media (max-width: 920px) {
  .post-header .post-info .post-title {
    font-size: 46px;
    line-height: 58px;
  }
}

@media (max-width: 770px) {
  .post-header .post-info .post-title {
    font-size: 40px;
    line-height: 52px;
  }
  .post-header .post-info .post-subtitle {
    font-size: 18px;
    line-height: 33px;
  }
}

@media (max-width: 560px) {
  .post-header .post-info .post-title {
    font-size: 34px;
    line-height: 44px;
  }
  .post-header .post-info .post-subtitle {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {
  .post-header .post-info .post-meta .post-date, .post-header .post-info .post-meta .post-author, .post-header .post-info .post-meta .post-read-time {
    display: none;
  }
}

.post-header-featured, .post-header-featured-full {
  margin: 0 auto;
  height: 80vh;
  background-color: #131416;
  position: relative;
  display: table;
  width: 100%;
  max-width: 100%;
}

.post-header-featured .post-header-background, .post-header-featured-full .post-header-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-size: cover;
  background-position: center;
  background-color: #131417;
  -webkit-animation: fadein 0.4s ease-in-out;
  -moz-animation: fadein 0.4s ease-in-out;
  animation: fadein 0.4s ease-in-out;
}

.post-header-featured .post-header-gradient, .post-header-featured-full .post-header-gradient {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  bottom: 35%;
  background: -moz-linear-gradient(top, rgba(19, 20, 22, 0) 0%, #131416 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(19, 20, 22, 0)), color-stop(100%, #131416));
  background: -webkit-linear-gradient(top, rgba(19, 20, 22, 0) 0%, #131416 100%);
  background: -o-linear-gradient(top, rgba(19, 20, 22, 0) 0%, #131416 100%);
  background: -ms-linear-gradient(top, rgba(19, 20, 22, 0) 0%, #131416 100%);
  background: linear-gradient(to bottom, rgba(19, 20, 22, 0) 0%, #131416 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#131416',GradientType=0);
}

.post-header-featured .post-info, .post-header-featured-full .post-info {
  position: relative;
  z-index: 100;
  padding: 0 0 4%;
  width: 830px;
  z-index: 100;
  text-align: center;
  vertical-align: bottom;
  -webkit-animation: fadeinvertical 1s ease-out;
  -moz-animation: fadeinvertical 1s ease-out;
  animation: fadeinvertical 1s ease-out;
  display: table-cell;
}

.post-header-featured .post-info .post-meta li:before, .post-header-featured-full .post-info .post-meta li:before {
  color: #737a7f;
}

.post-header-featured .post-info .post-meta a, .post-header-featured-full .post-info .post-meta a {
  vertical-align: -11px;
  color: #adb8c8;
  opacity: 0.4;
}

.post-header-featured .post-info .post-meta a:hover, .post-header-featured-full .post-info .post-meta a:hover {
  color: #fff;
  opacity: 0.8;
}

.post-header-featured .post-info .post-title, .post-header-featured-full .post-info .post-title {
  color: #ffffff;
  font-size: 54px;
  line-height: 72px;
  text-align: left;
}

.post-header-featured .post-info .post-title a, .post-header-featured-full .post-info .post-title a {
  color: #ffffff;
}

.post-header-featured .post-info .post-subtitle, .post-header-featured-full .post-info .post-subtitle {
  color: #a9afb9;
  text-align: left;
}

.post-header-featured .post-info hr, .post-header-featured-full .post-info hr {
  display: none;
}

@media (max-width: 1300px) {
  .post-header-featured, .post-header-featured-full {
    height: calc(90vh - 85px);
  }
}

@media (max-width: 940px) {
  .post-header-featured .post-info, .post-header-featured-full .post-info {
    width: 90%;
  }
  .post-header-featured .post-info .post-title, .post-header-featured-full .post-info .post-title {
    font-size: 46px;
    line-height: 58px;
  }
}

@media (max-width: 875px) {
  .post-header-featured, .post-header-featured-full {
    height: calc(100vh - 3px - 85px);
  }
}

@media (max-width: 770px) {
  .post-header-featured .post-info .post-title, .post-header-featured-full .post-info .post-title {
    font-size: 40px;
    line-height: 52px;
  }
  .post-header-featured .post-info .post-subtitle, .post-header-featured-full .post-info .post-subtitle {
    max-width: 95%;
  }
}

@media (max-width: 560px) {
  .post-header-featured .post-info .post-title, .post-header-featured-full .post-info .post-title {
    font-size: 34px;
    line-height: 44px;
  }
}

.post-header-featured-full {
  height: calc(100vh - 6px);
}

@media (max-width: 1300px) {
  .post-header-featured-full {
    height: calc(90vh - 85px);
  }
}

@media (max-width: 875px) {
  .post-header-featured-full {
    height: calc(100vh - 3px - 85px);
  }
}

.post-header-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.post-header-image .post-header-background {
  display: block;
  background-size: cover;
  background-position: center;
  position: static;
  width: 100%;
  height: 60vh;
}

.post-header-image .post-info {
  width: 90%;
  margin: 5% auto;
  max-width: 840px;
}

.postcontents {
  position: relative;
  margin: 5% auto 5%;
}

.postcontents > *:first-child {
  margin-top: 0;
}

.postcontents > *:last-child {
  margin-bottom: 0;
}

.post-footer {
  overflow: hidden;
  margin: 5% auto 5%;
}

.post-footer .post-footer-upper {
  overflow: hidden;
}

.post-footer .post-category, .post-footer .tags a {
  display: inline-block;
  float: left;
  padding: 10px 18px;
  font-family: "Montserrat", "Arial", Sans-Serif;
  text-transform: uppercase;
  font-size: 11px;
  background: #171819;
  border-radius: 2px;
  color: #ffffff;
  opacity: 1;
}

.post-footer .post-category:hover, .post-footer .tags a:hover {
  background: #4E5154;
}

.post-footer .tags {
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.post-footer .tags a {
  display: inline-block;
  list-style: none;
  float: left;
  margin: 0 0 10px 10px;
  color: #414448;
  background: #fff;
  border: 1px solid #e6e6f0;
}

.post-footer .tags a:hover {
  background: #e6e6f0;
}

@media (max-width: 820px) {
  .post-footer {
    text-align: center;
  }
  .post-footer .post-category {
    float: none;
  }
  .post-footer .tags {
    float: none;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    clear: both;
  }
  .post-footer .tags a {
    float: none;
  }
}

.post-related {
  overflow: hidden;
}

.post-related.post-related-count-2 .post-related-item {
  width: 50%;
}

.post-related.post-related-count-1 .post-related-item {
  width: 100%;
}

.post-related .post-related-item {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 33.3333%;
  float: left;
  height: 350px;
  background-color: #171819;
  display: table;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.post-related .post-related-item .post-related-background {
  position: absolute;
  left: 0;
  width: calc(100% - 3px);
  height: 100%;
  background-size: cover;
  background-color: #171819;
  background-position: center;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.post-related .post-related-item .post-info {
  position: relative;
  z-index: 100;
  width: 400px;
  padding: 0 5%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: padding-bottom 0.2s ease-in-out;
  -moz-transition: padding-bottom 0.2s ease-in-out;
  transition: padding-bottom 0.2s ease-in-out;
}

.post-related .post-related-item .post-title {
  margin: 20px 0 10px;
  font-size: 19px;
  line-height: 32px;
  color: #fff;
}

.post-related .post-related-item .post-title a {
  color: #fff;
}

.post-related .post-related-item .post-category {
  display: inline-block;
  padding: 8px 16px;
  font-family: "Montserrat", "Arial", Sans-Serif;
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid #646a6e;
  border-radius: 2px;
  color: #ffffff;
}

.post-related .post-related-item .post-meta {
  display: inline-block;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  font-family: "Montserrat", "Arial", Sans-Serif;
  text-transform: uppercase;
  font-size: 13px;
}

.post-related .post-related-item .post-meta li {
  line-height: normal;
  float: left;
  color: #a1abba;
}

.post-related .post-related-item .post-meta li:first-child:before {
  display: none;
}

.post-related .post-related-item .post-meta li:before {
  font-size: 8px;
  content: '\25CF';
  vertical-align: 1px;
  margin: 0 10px;
  color: #798aa2;
}

.post-related .post-related-item .post-meta a {
  vertical-align: -9px;
  color: #a1abba;
}

.post-related .post-related-item:hover .post-related-background {
  opacity: 0.35;
}

.post-related .post-related-item:hover .post-info {
  padding-bottom: 15px;
}

.post-related .post-related-item:last-of-type {
  border-right: 0;
}

@media (max-width: 1200px) {
  .post-related .post-related-item {
    width: 50%;
  }
  .post-related .post-related-item:nth-of-type(2) {
    border-right: 0;
  }
  .post-related .post-related-item:nth-of-type(3) {
    display: none;
  }
}

@media (max-width: 820px) {
  .post-related .post-related-item {
    width: 100%;
    border-right: 0;
  }
  .post-related .post-related-item:nth-of-type(2) {
    border-right: 0;
  }
  .post-related .post-related-item:nth-of-type(3) {
    display: table;
  }
  .post-related.post-related-count-2 .post-related-item {
    width: 100%;
  }
}

.post-next {
  border-top: 3px solid #fff;
  display: block;
  height: 445px;
  position: relative;
  background: #151819;
}

.post-next .post-next-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #131417;
}

.post-next .post-next-gradient {
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: transparent;
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.53) 53%, black 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(53%, rgba(0, 0, 0, 0.53)), color-stop(100%, black));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.53) 53%, black 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.53) 53%, black 100%);
  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.53) 53%, black 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.53) 53%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.post-next .post-next-label {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 100;
  font-family: "Montserrat", "Arial", Sans-Serif;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}

.post-next .post-info {
  position: absolute;
  text-align: right;
  bottom: 45px;
  right: 45px;
  max-width: 35%;
  z-index: 100;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}

.post-next .post-info .post-category {
  display: inline-block;
  padding: 8px 16px;
  font-family: "Montserrat", "Arial", Sans-Serif;
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid #646a6e;
  border-radius: 2px;
  color: #ffffff;
}

.post-next .post-info .post-title {
  color: #fff;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: -.25px;
  margin: 25px 0;
}

.post-next .post-info .post-title a {
  color: #fff;
}

.post-next .post-info .post-subtitle {
  font-family: "Merriweather", "Times New Roman", Serif;
  color: #d6d9dd;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 0;
}

.post-next:hover .post-next-gradient {
  opacity: 1;
}

.post-next:hover .post-next-label, .post-next:hover .post-info {
  right: 60px;
}

@media (max-width: 1600px) {
  .post-next .post-info {
    max-width: 50%;
  }
}

@media (max-width: 1300px) {
  .post-next .post-info {
    max-width: 60%;
  }
}

@media (max-width: 740px) {
  .post-next .post-info {
    max-width: 80%;
  }
  .post-next .post-info .post-title {
    font-size: 28px;
    line-height: 38px;
  }
  .post-next:hover .post-next-label, .post-next:hover .post-info {
    right: 45px;
  }
}

@media (max-width: 560px) {
  .post-next {
    display: none;
  }
}

.post-share {
  margin-top: 35px;
  overflow: hidden;
}

.post-share ul {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: inline-block;
}

.post-share li {
  float: left;
  margin-right: 10px;
}

.post-share .title {
  font-family: "Montserrat", "Arial", Sans-Serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #A5A5A5;
  line-height: 38px;
}

.post-share a {
  text-align: center;
  display: block;
  height: 36px;
  width: 36px;
  border: 0;
  color: #6B6971;
  background: #F9F9F9;
  font-size: 14px;
  border-radius: 36px;
  line-height: 36px;
}

.post-share a.twitter:hover {
  color: #fff;
  background-color: #55acee;
}

.post-share a.facebook:hover {
  color: #fff;
  background-color: #3b5998;
}

.post-share a.google:hover {
  color: #fff;
  background-color: #dd4b39;
}

.post-share a.dribbble:hover {
  color: #fff;
  background-color: #ea4c89;
}

.post-share a.instagram:hover {
  color: #fff;
  background-color: #3f729b;
}

.post-share a.github:hover {
  color: #fff;
  background-color: #333;
}

.post-share a.rss:hover {
  color: #fff;
  background-color: #ee802f;
}

.post-share a.youtube:hover {
  color: #fff;
  background-color: #c4302b;
}

.post-share a.pinterest:hover {
  color: #fff;
  background-color: #c8232c;
}

.post-share a.linkedin:hover {
  color: #fff;
  background-color: #0e76a8;
}

.post-share a.reddit:hover {
  color: #fff;
  background-color: #5f99cf;
}

.post-share a.skype:hover {
  color: #fff;
  background-color: #00aff0;
}

.post-share a.tumblr:hover {
  color: #fff;
  background-color: #35465c;
}

.post-share a.vine:hover {
  color: #fff;
  background-color: #00b488;
}

.post-share a.vk:hover {
  color: #fff;
  background-color: #45668e;
}

.post-share a.flickr:hover {
  color: #fff;
  background-color: #ff0084;
}

.post-share a.stackoverflow:hover {
  color: #fff;
  background-color: #fe7a15;
}

.post-share a.twitch:hover {
  color: #fff;
  background-color: #6441a5;
}

.post-share a.vimeo:hover {
  color: #fff;
  background-color: #1ab7ea;
}

.post-share a.weibo:hover {
  color: #fff;
  background-color: #d72928;
}

.post-share a.email:hover {
  color: #fff;
  background-color: #76b852;
}

.post-share a.soundcloud:hover {
  color: #fff;
  background-color: #f80;
}

/* PAGINATION STYLES */
nav.pagination {
  clear: both;
  margin: 0 auto;
  padding: 65px 0;
  width: 1024px;
  max-width: 90%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

nav.pagination .pagination-button, nav.pagination .pagination-next, nav.pagination .pagination-previous {
  display: inline-block;
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 35px;
  border: 1px solid #dadbe3;
  color: #111114;
}

nav.pagination .pagination-button i, nav.pagination .pagination-next i, nav.pagination .pagination-previous i {
  font-size: 24px;
  margin-right: 15px;
  color: #babed3;
  vertical-align: -3px;
}

nav.pagination .pagination-button:hover, nav.pagination .pagination-next:hover, nav.pagination .pagination-previous:hover {
  border-color: #EDEEF3;
  background: #EDEEF3;
}

nav.pagination .pagination-ajax:hover {
  border-color: #dadbe3;
  background: #fff;
}

nav.pagination .pagination-previous {
  float: right;
}

nav.pagination .pagination-previous i {
  font-size: 18px;
  vertical-align: -1px;
  margin-right: 0;
  margin-left: 15px;
}

nav.pagination .pagination-next {
  float: left;
}

nav.pagination .pagination-next i {
  font-size: 18px;
  vertical-align: -1px;
}

nav.pagination .pagination-infinite {
  display: none;
}

nav.pagination ul.page-numbers {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: default;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

nav.pagination ul.page-numbers li {
  float: left;
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 16px;
  display: inline-block;
  margin: 0 2px;
  text-transform: uppercase;
  color: #0b0b0b;
}

nav.pagination ul.page-numbers a,
nav.pagination ul.page-numbers span {
  line-height: 61px;
  border: 1px solid #dadbe3;
  display: block;
  width: 61px;
  height: 61px;
  text-align: center;
  color: #373737;
  -webkit-transition: border-color 0.125s ease-out, background-color 0.125s ease-out;
  -moz-transition: border-color 0.125s ease-out, background-color 0.125s ease-out;
  transition: border-color 0.125s ease-out, background-color 0.125s ease-out;
}

nav.pagination ul.page-numbers .current {
  color: #fff;
  border-color: #2a2b30;
  background: #2a2b30;
}

nav.pagination ul.page-numbers a {
  cursor: pointer;
}

nav.pagination ul.page-numbers a:hover {
  border-color: #EDEEF3;
  background: #EDEEF3;
}

nav.pagination ul.page-numbers span {
  background: #f9f9f9;
}

nav.pagination ul.page-numbers .dots {
  width: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 580px) {
  nav.pagination ul.page-numbers {
    display: none;
  }
}

@media (max-width: 980px) {
  nav.pagination ul.page-numbers {
    display: none;
  }
}

@media (max-width: 580px) {
  nav.pagination .pagination-previous .main, nav.pagination .pagination-next .main {
    display: none;
  }
  nav.pagination .pagination-previous i, nav.pagination .pagination-next i {
    margin: 0;
  }
}

/* POST LIST STYLES */
.post-item {
  display: block;
  margin-top: 0px;
  float: left;
  width: 50%;
  height: 410px;
  background: #26282d;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.post-item .post-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #26282d;
  background-blend-mode: soft-light;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-out, background-color 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out, background-color 0.4s ease-out;
  transition: opacity 0.4s ease-out, background-color 0.4s ease-out;
  -webkit-animation: fadeinbgimage 0.75s ease-out;
  -moz-animation: fadeinbgimage 0.75s ease-out;
  animation: fadeinbgimage 0.75s ease-out;
}

.post-item .post-info {
  position: absolute;
  bottom: 0;
  z-index: 100;
  max-width: 80%;
  padding: 45px 45px 40px 45px;
  -webkit-animation: fadeinvertical 1s ease-out;
  -moz-animation: fadeinvertical 1s ease-out;
  animation: fadeinvertical 1s ease-out;
  -webkit-transition: opacity 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
}

.post-item .post-info.show {
  opacity: 1;
  margin-bottom: 0px;
}

.post-item .post-meta {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", "Arial", Sans-Serif;
  text-transform: uppercase;
  font-size: 11px;
}

.post-item .post-meta li {
  display: block;
  float: left;
  padding-top: 9px;
  color: #b4c0c8;
}

.post-item .post-meta li:before {
  font-size: 8px;
  content: '\25CF';
  vertical-align: 1px;
  margin: 0 10px;
  color: #737a7f;
}

.post-item .post-meta .post-category {
  margin-right: 3px;
  display: inline-block;
  padding: 8px 16px;
  font-family: "Montserrat", "Arial", Sans-Serif;
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid #737a7f;
  border-radius: 2px;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.post-item .post-meta .post-category:before {
  display: none;
}

.post-item .post-meta .post-read-time {
  display: none;
}

.post-item .post-title {
  clear: both;
  margin: 20px 0 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.5px;
}

.post-item .post-title a {
  display: block;
  color: #ffffff;
}

.post-item .post-subtitle {
  margin: 15px 0 0;
  font-family: "Merriweather", "Times New Roman", Serif;
  font-size: 16px;
  line-height: 31px;
  color: #d6d9dd;
}

.post-item:hover .post-background {
  opacity: 0.9;
  background-color: #2e2f31;
}

.post-item:hover .post-meta .post-category {
  background-color: #7d7e87;
  border-color: #7d7e87;
}

.post-item.post-item-new {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

@media (max-width: 1520px) {
  .post-item .post-info {
    max-width: 95%;
  }
}

@media (max-width: 980px) {
  .post-item {
    width: 100%;
    border-right: 0;
  }
  .post-item .post-info {
    max-width: 75%;
  }
}

@media (max-width: 720px) {
  .post-item .post-info {
    padding: 30px;
    max-width: 100%;
  }
}

@media (max-width: 490px) {
  .post-item .post-info {
    padding: 25px;
  }
  .post-item .post-title {
    margin: 15px 0 15px;
    font-size: 24px;
    line-height: 32px;
  }
  .post-item .post-subtitle {
    font-size: 15px;
    line-height: 28px;
  }
  .post-item .post-meta .post-author, .post-item .post-meta .post-read-time, .post-item .post-meta .post-date {
    display: none;
  }
}

@media (max-width: 425px) {
  .post-item .post-title {
    margin: 15px 0 15px;
    font-size: 22px;
    line-height: 28px;
  }
  .post-item .post-subtitle {
    font-size: 14px;
    line-height: 26px;
  }
}

body.home post-item-default:nth-child(2n) {
  border-right: 3px solid #fff;
}

body.home .post-item-default:nth-child(2n + 1) {
  border-right: 0;
}

body.home.paged .post-item-default:nth-child(2n + 1), body.author .post-item-default:nth-child(2n + 1), body.search .post-item-default:nth-child(2n + 1), body.category .post-item-default:nth-child(2n + 1), body.tag .post-item-default:nth-child(2n + 1) {
  border-right: 3px solid #fff;
}

body.home.paged .post-item-default:nth-child(2n), body.author .post-item-default:nth-child(2n), body.search .post-item-default:nth-child(2n), body.category .post-item-default:nth-child(2n), body.tag .post-item-default:nth-child(2n) {
  border-right: 0;
}

.post-item.post-item-featured, .post-list.post-list-single-column .post-item {
  width: 100%;
  min-height: 575px;
  background: #0b0c0d;
  text-align: center;
  border-right: 0;
  height: 60vh;
  display: table;
}

.post-item.post-item-featured .post-info, .post-list.post-list-single-column .post-item .post-info {
  position: relative;
  width: 875px;
  z-index: 100;
  text-align: center;
  vertical-align: middle;
  padding: 0px 5%;
  display: table-cell;
}

.post-item.post-item-featured .post-background, .post-list.post-list-single-column .post-item .post-background {
  background-color: #0b0c0d;
  background-blend-mode: initial;
  background-position: center;
  opacity: 0.3;
  -webkit-animation: fadeinbgheaderimage 0.75s ease-out;
  -moz-animation: fadeinbgheaderimage 0.75s ease-out;
  animation: fadeinbgheaderimage 0.75s ease-out;
}

.post-item.post-item-featured .post-subtitle, .post-list.post-list-single-column .post-item .post-subtitle {
  font-size: 20px;
  line-height: 37px;
}

.post-item.post-item-featured .post-title, .post-list.post-list-single-column .post-item .post-title {
  margin: 30px 0 30px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.post-item.post-item-featured .post-meta, .post-list.post-list-single-column .post-item .post-meta {
  font-size: 13px;
  display: inline-block;
}

.post-item.post-item-featured .post-category, .post-list.post-list-single-column .post-item .post-category {
  font-size: 13px;
}

.post-item.post-item-featured:hover .post-background, .post-list.post-list-single-column .post-item:hover .post-background {
  opacity: 0.4;
}

@media (max-width: 940px) {
  .post-item.post-item-featured .post-title, .post-list.post-list-single-column .post-item .post-title {
    font-size: 40px;
    line-height: 46px;
  }
  .post-item.post-item-featured .post-subtitle, .post-list.post-list-single-column .post-item .post-subtitle {
    font-size: 18px;
    line-height: 33px;
  }
}

@media (max-width: 680px) {
  .post-item.post-item-featured .post-title, .post-list.post-list-single-column .post-item .post-title {
    font-size: 32px;
    line-height: 38px;
  }
  .post-item.post-item-featured .post-subtitle, .post-list.post-list-single-column .post-item .post-subtitle {
    font-size: 17px;
    line-height: 29px;
  }
}

@media (max-width: 520px) {
  .post-item.post-item-featured .post-title, .post-list.post-list-single-column .post-item .post-title {
    margin: 20px 0 20px;
    font-size: 28px;
    line-height: 34px;
  }
  .post-item.post-item-featured .post-subtitle, .post-list.post-list-single-column .post-item .post-subtitle {
    font-size: 16px;
    line-height: 28px;
  }
}

.post-item-subscribe {
  background: #232429;
}

.post-item-subscribe .post-info {
  width: 100%;
}

.post-item-subscribe label {
  display: none;
}

.post-item-subscribe input[type='email'] {
  margin-top: 25px;
  background: #111114;
  border: 0;
  border-radius: 0;
  height: 65px;
  color: #fff;
  padding: 18px 18px 18px 30px;
  letter-spacing: 0px;
}

.post-item-subscribe input[type='email']::-webkit-input-placeholder {
  color: #fff;
}

.post-item-subscribe input[type='email']:-moz-placeholder {
  color: #fff;
}

.post-item-subscribe input[type='email']::-moz-placeholder {
  color: #fff;
}

.post-item-subscribe input[type='email']:-ms-input-placeholder {
  color: #fff;
}

.post-item-subscribe input[type='submit'] {
  display: none;
}

.post-item-subscribe .subscribe-submit {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  border-radius: 0;
  top: 37px;
  right: 15px;
  width: 48px;
  height: 43px;
  padding: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background-color: #37373b;
  line-height: 44px;
  cursor: pointer;
  -webkit-transition: background-color 0.125s ease-out;
  -moz-transition: background-color 0.125s ease-out;
  transition: background-color 0.125s ease-out;
}

.post-item-subscribe .subscribe-submit:hover {
  background-color: #9494A7;
}

.post-item-subscribe form {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.post-item-subscribe .post-info {
  max-width: 100%;
}

.post-item-subscribe .post-subtitle {
  max-width: 475px;
}

.post-list.post-list-single-column .post-item-subscribe {
  text-align: center;
  background: #26282d;
}

.post-list.post-list-single-column .post-item-subscribe .post-subtitle {
  margin: 15px auto 0;
}

.post-list.post-list-single-column .post-item-subscribe form {
  max-width: 550px;
  margin: 10px auto 0;
}

@media (max-width: 680px) {
  .post-list.post-list-single-column .post-item {
    height: 460px;
    min-height: 0;
  }
}

/* HEADER STYLES */
header.header-mobile {
  display: none;
  background: #0f1011;
  width: 74.243%;
  max-width: 1470px;
  height: 85px;
  text-align: center;
  position: fixed;
  z-index: 250;
  border: 3px solid #fff;
  left: initial;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}

header.header-mobile.sidebar-open {
  left: 425px;
}

header.header-mobile .toggle-sidebar {
  position: absolute;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 40px;
  top: 17px;
  left: 21px;
  color: #f2f5f7;
  font-size: 17px;
  border: 1px solid #38383f;
  cursor: pointer;
  -webkit-transition: border-color 0.125s ease-out;
  -moz-transition: border-color 0.125s ease-out;
  transition: border-color 0.125s ease-out;
}

header.header-mobile .toggle-sidebar:hover {
  border-color: #7b7b84;
}

header.header-mobile .title {
  display: inline-block;
  margin: 19px auto 0;
  font-size: 24px;
}

header.header-mobile .title a {
  color: #eee;
}

header.header-mobile .title img {
  max-height: 36px;
}

@media (max-width: 1300px) {
  header.header-mobile {
    left: 0;
  }
}

header.post-list-header {
  height: 540px;
  background: #131417;
  position: relative;
  text-align: center;
  border-bottom: 3px solid #fff;
}

header.post-list-header .post-list-header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #131417;
  background-position: center;
  opacity: 0.3;
}

header.post-list-header .post-list-header-content {
  max-width: 50%;
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header.post-list-header .post-list-header-content > *:last-child {
  margin-bottom: 0;
}

header.post-list-header h1 {
  color: #fff;
  font-size: 45px;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
}

header.post-list-header h1 i {
  margin-right: 20px;
  font-size: 34px;
  color: #A3A3B5;
  vertical-align: 5px;
}

header.post-list-header hr {
  height: 3px;
  width: 20%;
  background: #e7e7e7;
  opacity: 0.34;
  border: 0;
  margin-bottom: 40px;
}

header.post-list-header p {
  margin: 0;
  font-family: "Merriweather", "Times New Roman", Serif;
  font-size: 20px;
  line-height: 37px;
  color: #d6d9dd;
}

header.post-list-header.post-list-header-author {
  background: #131417;
}

header.post-list-header.post-list-header-author .post-list-header-background {
  background: #131417;
  background-blend-mode: soft-light;
  background-position: center;
  background-size: cover;
  opacity: 0.6;
}

header.post-list-header.post-list-header-author .author-profile {
  background: transparent;
  border: 0;
}

header.post-list-header.post-list-header-author hr {
  display: block;
  margin: 35px auto;
}

header.post-list-header.post-list-header-author .author-profile-bio {
  font-size: 19px;
  line-height: 37px;
}

header.post-list-header.post-list-header-author .author-profile-name {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -.25px;
}

header.post-list-header.post-list-header-author .author-profile-name a {
  color: #fff;
}

header.post-list-header.post-list-header-author .author-profile-social {
  margin-top: 45px;
}

header.post-list-header-basic {
  margin: 45px 0;
  text-align: center;
}

header.post-list-header-basic h4 {
  display: inline-block;
  margin: 0 auto;
  line-height: normal;
  font-family: "Montserrat", "Arial", Sans-Serif;
  text-transform: uppercase;
  color: #211e1e;
  font-size: 20px;
}

header.post-list-header-basic i {
  margin-right: 15px;
  color: #b5b7c5;
}

/* WIDGET STYLES */
.widget {
  padding: 45px 0;
  border-bottom: 1px solid #eeeeee;
}

.widget p {
  font-size: 15px;
  line-height: 33px;
  color: #6E6F77;
}

.widget h3 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 30px;
  letter-spacing: -.5px;
  text-transform: uppercase;
  color: #1a1a1b;
}

.widget hr {
  display: none;
}

.widget ul {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li {
  font-family: "Open Sans", "Times New Roman", Serif;
  font-size: 15px;
  margin: 25px 0;
  color: #1d1e26;
}

.widget li a {
  color: #4f5056;
  -webkit-transition: padding-left 0.125s ease-in-out;
  -moz-transition: padding-left 0.125s ease-in-out;
  transition: padding-left 0.125s ease-in-out;
}

.widget li span.count {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  line-height: normal;
  float: right;
  width: 40px;
  margin-top: -5px;
  padding: 5px 0;
  text-align: center;
  color: #1c1c1d;
  border-radius: 3px;
  background: #f9f9f9;
}

.widget li ul {
  margin: 15px 0 0 15px;
}

.widget li ul li {
  margin: 15px 0;
  font-size: 13px;
}

.widget li ul li:before {
  display: none;
}

.widget li:first-of-type {
  margin-top: 0;
}

.widget li:last-of-type {
  margin-bottom: 0;
}

.widget input, .widget select {
  max-width: 100%;
}

.widget:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0;
}

.widget:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 1400px) {
  .widget {
    padding: 35px 0;
  }
  .widget p {
    font-size: 13px;
    line-height: 28px;
  }
  .widget h3 {
    font-size: 18px;
    margin: 0 0 25px;
  }
  .widget li {
    font-size: 14px;
    margin: 20px 0;
  }
}

/* WIDGET: BLOG INFO */
.widget.blog_info a {
  display: block;
}

.widget.blog_info h2 {
  font-size: 34px;
  font-weight: 400;
  margin: 0;
  color: #373737;
}

.widget.blog_info hr {
  display: block;
  float: left;
  width: 125px;
  height: 1px;
  margin: 0 0 35px;
  border: 0;
  background: #d7d7da;
  visibility: hidden;
}

.widget.blog_info p {
  clear: both;
  margin: 0;
  color: #4f5056;
  width: 91%;
}

.widget.blog_info img {
  max-width: 80%;
  margin: 0;
}

.widget.blog_info > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .widget.blog_info p {
    width: 100%;
  }
}

/* WIDGET: AUTHOR PROFILE */
.widget.authorprofile .info {
  overflow: hidden;
}

.widget.authorprofile .profile {
  float: left;
  width: 15%;
}

.widget.authorprofile .profile img {
  border-radius: 40px;
}

.widget.authorprofile .meta {
  float: left;
  width: 72.5%;
  margin-top: 5px;
  margin-left: 7.5%;
}

.widget.authorprofile .meta .title,
.widget.authorprofile .meta .twittertag {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #c9c9c9;
}

.widget.authorprofile .meta .title a,
.widget.authorprofile .meta .twittertag a {
  color: #c9c9c9;
}

.widget.authorprofile .meta .title {
  display: none;
}

.widget.authorprofile .meta h3 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-transform: none;
}

.widget.authorprofile .meta h3 a {
  color: #29292b;
}

.widget.authorprofile .meta .twittertag {
  font-size: 13px;
  text-transform: none;
  color: #c9c9c9;
}

.widget.authorprofile .meta .twittertag:hover {
  color: #959595;
}

.widget.authorprofile p {
  margin: 20px 0 25px;
  color: rgba(25, 26, 27, 0.8);
}

.widget.authorprofile .authorsocial li {
  display: inline-block;
  margin: 0;
}

.widget.authorprofile .authorsocial li:before {
  display: none;
}

.widget.authorprofile .authorsocial a {
  font-size: 14px;
  line-height: 22px;
  display: block;
  padding: 0 5px;
}

.widget.authorprofile .authorsocial a:hover {
  padding: 0 5px;
  color: #38383c;
}

/* WIDGET: TAGCLOUD */
.widget .tagcloud {
  overflow: hidden;
}

.widget .tagcloud a {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 11px !important;
  font-weight: 400;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 7px 12px;
  text-transform: uppercase;
  color: #1d1e1f;
  border-radius: 1px;
  background-color: #eff5f8;
  -webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
}

.widget .tagcloud a:hover {
  color: #e2e6ea;
  background-color: #3d4042;
}

/* WIDGET: TWITTER */
.widget.twitter .tweet {
  clear: both;
  overflow: hidden;
}

.widget.twitter .tweet:after {
  display: block;
  width: 35%;
  height: 1px;
  margin: 40px 0 30px;
  content: '';
  background: #efefef;
}

.widget.twitter .tweet:last-child {
  margin-bottom: 0;
}

.widget.twitter .tweet:last-child:after {
  display: none;
}

.widget.twitter .text {
  margin-top: 0;
  margin-bottom: 25px;
  color: #6E6F77;
}

.widget.twitter .info {
  overflow: hidden;
}

.widget.twitter .author {
  font: 300 13px "Montserrat", "Arial", Sans-Serif;
  display: inline-block;
  text-transform: uppercase;
  float: left;
  color: #738694;
}

.widget.twitter .author i {
  font-size: 16px;
  margin-right: 5px;
  color: #55acee;
  -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.widget.twitter .author:hover {
  color: #34333c;
}

.widget.twitter .date {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  float: right;
  margin-top: 2px;
  text-transform: uppercase;
  color: #b0bcc7;
}

.widget.twitter .date:hover {
  color: #656c73;
}

@media (max-width: 1400px) {
  .widget.twitter .author, .widget.twitter .date {
    font-size: 11px;
  }
}

/* WIDGET: ADVERT */
.widget.advrt {
  text-align: center;
}

.widget.advrt > * {
  display: block;
  margin: 0 auto;
}

/* WIDGET: SEARCH */
.widget .searchform {
  position: relative;
}

.widget .searchform input {
  text-transform: uppercase;
}

.widget .searchform .fa-search {
  font-size: 13px;
  line-height: 29px;
  position: absolute;
  top: 14px;
  right: 17px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  text-align: center;
  color: #18191c;
  border-radius: 1px;
  background-color: #e9eef4;
  border-radius: 1px;
  -webkit-transition: background-color 0.125s ease-out;
  -moz-transition: background-color 0.125s ease-out;
  transition: background-color 0.125s ease-out;
}

.widget .searchform .fa-search:hover {
  color: #eee;
  background-color: #1a1b1d;
}

/* WIDGET: SUBSCRIBE */
.widget.subscribe {
  position: relative;
}

.widget.subscribe .email {
  padding: 18px 18px 18px 50px;
  border-radius: 1px;
}

.widget.subscribe label {
  display: none;
}

.widget.subscribe input[type='email'] {
  margin-top: 25px;
}

.widget.subscribe input[type='submit'] {
  display: none;
}

.widget.subscribe .fa-envelope-o {
  display: none;
}

.widget.subscribe .subscribe-icon {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  z-index: 100;
  bottom: 22px;
  left: 20px;
  color: #a4a4b6;
}

.widget.subscribe .subscribe-submit {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 14px;
  z-index: 100;
  right: 14px;
  width: 29px;
  height: 29px;
  padding: 0;
  letter-spacing: -.5px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 2px;
  background-color: #34343a;
  cursor: pointer;
  -webkit-transition: background-color 0.125s ease-out;
  -moz-transition: background-color 0.125s ease-out;
  transition: background-color 0.125s ease-out;
}

.widget.subscribe .subscribe-submit:hover {
  background-color: #0f0f10;
}

.widget.subscribe form {
  position: relative;
  overflow: hidden;
}

/* WIDGET: SOCIAL */
.widget.social {
  overflow: hidden;
  padding: 50px 0 40px;
}

.widget.social ul,
.widget.social li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.social ul:before,
.widget.social li:before {
  display: none;
}

.widget.social .socialdark {
  font-size: 14px;
  line-height: 36px;
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin: 0 10px 10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-color: #4a4c51;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.widget.social .socialdark.twitter:hover {
  background-color: #55acee;
}

.widget.social .socialdark.facebook:hover {
  background-color: #3b5998;
}

.widget.social .socialdark.google:hover {
  background-color: #dd4b39;
}

.widget.social .socialdark.dribbble:hover {
  background-color: #ea4c89;
}

.widget.social .socialdark.instagram:hover {
  background-color: #3f729b;
}

.widget.social .socialdark.github:hover {
  background-color: #333;
}

.widget.social .socialdark.rss:hover {
  background-color: #ee802f;
}

.widget.social .socialdark.youtube:hover {
  background-color: #c4302b;
}

.widget.social .socialdark.pinterest:hover {
  background-color: #c8232c;
}

.widget.social .socialdark.linkedin:hover {
  background-color: #0e76a8;
}

.widget.social .socialdark.reddit:hover {
  background-color: #5f99cf;
}

.widget.social .socialdark.skype:hover {
  background-color: #00aff0;
}

.widget.social .socialdark.tumblr:hover {
  background-color: #35465c;
}

.widget.social .socialdark.vine:hover {
  background-color: #00b488;
}

.widget.social .socialdark.vk:hover {
  background-color: #45668e;
}

.widget.social .socialdark.flickr:hover {
  background-color: #ff0084;
}

.widget.social .socialdark.stackoverflow:hover {
  background-color: #fe7a15;
}

.widget.social .socialdark.twitch:hover {
  background-color: #6441a5;
}

.widget.social .socialdark.vimeo:hover {
  background-color: #1ab7ea;
}

.widget.social .socialdark.weibo:hover {
  background-color: #d72928;
}

.widget.social .socialdark.email:hover {
  background-color: #76b852;
}

.widget.social .socialdark.soundcloud:hover {
  background-color: #f80;
}

/* WIDGET: SOCIAL SHARE */
.widget.socialshare {
  overflow: hidden;
  padding: 50px 0 35px;
}

.widget.socialshare .sharebutton {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  display: block;
  float: left;
  width: 47%;
  margin-bottom: 6%;
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #141415;
  border-radius: 2px;
  background: #eff5f8;
  -webkit-transition: color 0s ease-out, background 0.125s ease-out;
  -moz-transition: color 0s ease-out, background 0.125s ease-out;
  transition: color 0s ease-out, background 0.125s ease-out;
}

.widget.socialshare .sharebutton i {
  margin-right: 12px;
}

.widget.socialshare .sharebutton:nth-of-type(1n) {
  float: left;
}

.widget.socialshare .sharebutton:nth-of-type(2n) {
  float: right;
}

.widget.socialshare .sharebutton.twitter:hover {
  color: #fff;
  background: #55acee;
}

.widget.socialshare .sharebutton.facebook:hover {
  color: #fff;
  background: #3b5998;
}

.widget.socialshare .sharebutton.google:hover {
  color: #fff;
  background: #dd4b39;
}

.widget.socialshare .sharebutton.reddit:hover {
  color: #fff;
  background: #5f99cf;
}

.widget.socialshare .sharebutton.pinterest:hover {
  color: #fff;
  background: #c8232c;
}

.widget.socialshare .sharebutton.linkedin:hover {
  color: #fff;
  background: #0e76a8;
}

/* WIDGET: LATEST POSTS */
.widget.latestposts {
  overflow: hidden;
}

.widget.latestposts .post {
  overflow: hidden;
  margin-bottom: 40px;
}

.widget.latestposts .post:last-child {
  margin: 0;
}

.widget.latestposts .info {
  margin-top: -4px;
}

.widget.latestposts .category {
  display: none;
}

.widget.latestposts .thumbnail {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 25%;
  max-width: 65px;
  height: 65px;
  border-radius: 2px;
}

.widget.latestposts .thumbnail span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.widget.latestposts .thumbnail .fa-link {
  display: none;
}

.widget.latestposts .excerpt {
  display: none;
}

.widget.latestposts .info {
  float: left;
  max-width: 67.5%;
  margin-left: 7.5%;
}

.widget.latestposts h5 {
  font-family: "Open Sans", "Times New Roman", Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
  letter-spacing: -1px;
  letter-spacing: -.25px;
  color: #1c1c1d;
}

.widget.latestposts h5 a {
  color: #1c1c1d;
  border-bottom: 1px solid transparent;
}

.widget.latestposts h5 a:hover {
  color: #0c0c0d;
  border-color: #d9d9d9;
}

.widget.latestposts .meta {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 10px;
  margin-top: 8px;
  text-transform: uppercase;
  color: #b0bcc7;
}

.widget.latestposts .meta a {
  color: #6d7378;
}

.widget.latestposts .meta a:hover {
  color: #292929;
}

.widget.latestposts .meta .gravatarsmall {
  display: none;
}

/* WIDGET: RELATED POSTS */
.widget.relatedposts,
.widget.randomposts {
  overflow: hidden;
}

.widget.relatedposts .feature,
.widget.randomposts .feature {
  position: relative;
  z-index: 200;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 150px;
  border-radius: 2px;
}

.widget.relatedposts .feature:after,
.widget.randomposts .feature:after {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  z-index: 250;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  padding-top: 70px;
  content: 'Read Article';
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.widget.relatedposts .feature:hover:after,
.widget.randomposts .feature:hover:after {
  opacity: 1.0;
}

.widget.relatedposts .feature:hover img,
.widget.randomposts .feature:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.widget.relatedposts .feature img,
.widget.randomposts .feature img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.widget.relatedposts .category,
.widget.randomposts .category {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 9px;
  font-weight: 400;
  position: absolute;
  z-index: 150;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 9px 11px;
  text-transform: uppercase;
  color: #fff;
  background: #4b4c59 !important;
}

.widget.relatedposts article,
.widget.randomposts article {
  padding: 15px 0;
}

.widget.relatedposts article:after,
.widget.randomposts article:after {
  display: block;
  width: 35%;
  height: 1px;
  margin: 30px 0 8px;
  content: '';
  background: #efefef;
}

.widget.relatedposts article:last-child,
.widget.randomposts article:last-child {
  margin-bottom: 0;
}

.widget.relatedposts article:last-child:after,
.widget.randomposts article:last-child:after {
  display: none;
}

.widget.relatedposts article:first-of-type,
.widget.randomposts article:first-of-type {
  padding-top: 0;
}

.widget.relatedposts article:last-of-type,
.widget.randomposts article:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.widget.relatedposts h4,
.widget.randomposts h4 {
  font-family: "Open Sans", "Times New Roman", Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin: 15px 0 10px;
  letter-spacing: -1px;
  letter-spacing: -.25px;
  text-transform: none;
  color: #1c1c1d;
}

.widget.relatedposts h4 a,
.widget.randomposts h4 a {
  width: 100%;
  color: #1c1c1d;
  border-bottom: 1px solid transparent;
}

.widget.relatedposts h4 a:hover,
.widget.randomposts h4 a:hover {
  color: #121213;
  border-color: #d9d9d9;
}

.widget.relatedposts .divider,
.widget.randomposts .divider {
  margin: 0 5px;
}

.widget.relatedposts .meta,
.widget.randomposts .meta {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #b0bcc7;
}

.widget.relatedposts .meta a,
.widget.randomposts .meta a {
  color: #6d7378;
}

.widget.relatedposts .meta a:hover,
.widget.randomposts .meta a:hover {
  color: #292929;
}

.widget.relatedposts .meta .gravatarsmall,
.widget.randomposts .meta .gravatarsmall {
  display: none;
}

/* WIDGET: NAVIGATION */
.widget.navigation {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  padding: 30px 0;
  text-transform: uppercase;
}

.widget.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.navigation li {
  font-family: "Montserrat", "Arial", Sans-Serif;
  margin: 0;
  padding: 0;
}

.widget.navigation li:before {
  display: none;
}

.widget.navigation li:last-child {
  border-bottom: 0;
}

.widget.navigation li a {
  display: block;
  padding: 15px 0;
  color: #242526;
  outline: none;
}

.widget.navigation li a i {
  font-size: 11px;
  color: #888D94;
  float: right;
  border: 1px solid #eee;
  padding: 8px 8px;
  border-radius: 22px;
  margin-top: -5px;
  -webkit-transition: border-color 0.125 ease-in, color 0.125 ease-in;
  -moz-transition: border-color 0.125 ease-in, color 0.125 ease-in;
  transition: border-color 0.125 ease-in, color 0.125 ease-in;
}

.widget.navigation li a:hover {
  padding-left: 5px;
  color: #151516;
}

.widget.navigation li a:hover i {
  border-color: #cdd2dd;
  color: #606469;
}

.widget.navigation ul li ul li {
  display: block;
}

.widget.navigation i {
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.widget.navigation .sub-menu {
  display: none;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.widget.navigation .sub-menu li:before {
  display: none;
}

.widget.navigation .sub-menu li:last-child {
  border: 0;
}

.widget.navigation .sub-menu li a {
  font-size: 13px;
  padding: 10px 0 10px 31px;
  color: #8b8b8b;
}

.widget.navigation .sub-menu li a:hover {
  color: #4f4f4f;
}

.widget.navigation i {
  margin-left: 15px;
  color: #4e4e4e;
}

.widget.navigation:after {
  margin-top: 20px;
}

/* WIDGET: CALENDAR */
#wp-calendar {
  font-family: "Montserrat", "Arial", Sans-Serif;
  width: 100%;
  margin: 0;
  border-spacing: 8px;
  border-collapse: separate;
}

#wp-calendar caption {
  display: none;
}

#wp-calendar thead {
  font-size: 13px;
  font-weight: 400;
  color: #626262;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody tr {
  margin-bottom: 10px;
}

#wp-calendar tbody td {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 13px 9px;
  cursor: default;
  text-align: center;
  color: #939393;
  border-radius: 3px;
  background: #f7f7f7;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}

#wp-calendar tbody td#today {
  color: #fff;
  background: #4a4c51;
}

#wp-calendar tbody td#today a {
  color: #fff;
}

#wp-calendar tbody td:hover {
  color: #2d2d2f;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tbody .pad:hover {
  background: none;
}

#wp-calendar tbody td a {
  font-size: 13px;
  font-weight: 400;
  color: #312c2c;
  border-radius: 3px;
}

#wp-calendar tfoot {
  margin-top: 8px;
  border-spacing: 0;
}

#wp-calendar tfoot a {
  font-size: 14px;
  font-weight: 400;
  color: #909090;
}

#wp-calendar a:hover {
  color: #7e7e7e;
}

#wp-calendar tfoot #next {
  text-align: right;
  text-transform: uppercase;
}

#wp-calendar tfoot #prev {
  padding-top: 10px;
  text-transform: uppercase;
}

@media (max-width: 420px) {
  #wp-calendar {
    display: none;
  }
}

/* WIDGET: RSS */
.widget .rssSummary {
  font-family: "Open Sans", "Times New Roman", Serif;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.widget .rss-date, .widget .rssSummary + cite {
  clear: both;
  display: block;
  margin: 10px 0;
  font-size: 12px;
  color: #9A9A9A;
}

/* WIDGET: COPYRIGHT */
.widget.copyright p {
  font-size: 12px;
  line-height: 17px;
  color: #BABBBF;
}

.widget.copyright p:first-child {
  margin-top: 0;
}

.widget.copyright p:last-child {
  margin-bottom: 0;
}

.widget.copyright a {
  color: #BABBBF;
}

.widget.widget_recent_comments li {
  color: #A0A2A7;
  line-height: 23px;
}

.widget.widget_archive li a:hover, .widget.widget_categories li a:hover, .widget.widget_pages li a:hover, .widget.widget_meta li a:hover, .widget.widget_nav_menu li a:hover {
  padding-left: 5px;
  color: #1d1d1f;
}

.widget.widget_archive li:before, .widget.widget_categories li:before, .widget.widget_pages li:before, .widget.widget_meta li:before, .widget.widget_nav_menu li:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 20px;
  content: '\f105';
  color: #c9cbe2;
}

/* LIGHT BOX STYLES */
.mfp-bg {
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #0b0b0b;
  filter: alpha(opacity=80);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a:hover {
  color: #fff;
}

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

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

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

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

.mfp-close {
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  opacity: .65;
  color: #fff;
  filter: alpha(opacity=65);
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

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

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  opacity: .7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  margin-left: 31px;
  border-right: 17px solid #fff;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  margin-left: 39px;
  border-left: 17px solid #fff;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

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

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

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

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

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	   * Remove all paddings around the image on small screen
	   */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

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

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

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

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

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

/* SYNTAX STYLES */
/**
 * GitHub theme
 *
 * @author Craig Campbell
 * @version 1.0.4
 */
pre {
  line-height: 19px;
  margin: 25px 0;
  padding: 20px 25px;
  word-wrap: initial;
}

pre,
code,
kbd,
tt {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  color: #DEDEE6;
  border-radius: 2px;
  background: #2A282D;
}

code,
kbd,
tt {
  font-size: 16px;
  line-height: 30px;
  margin: 0 2px;
  padding: 4px 6px;
  border: 1px solid #eaeaea;
  background: transparent;
  color: #4D4D54;
}

@media (max-width: 720px) {
  code,
  kbd,
  tt {
    font-size: 15px;
  }
}

@media (max-width: 490px) {
  code,
  kbd,
  tt {
    font-size: 14px;
  }
}

pre code {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #DEDEE6;
}

pre,
pre code {
  font-size: 16px;
}

@media (max-width: 720px) {
  pre,
  pre code {
    font-size: 15px;
  }
}

@media (max-width: 490px) {
  pre,
  pre code {
    font-size: 14px;
  }
}

/**
 * Obsidian theme
 *
 * Adapted from a theme based on:
 * http://studiostyl.es/schemes/son-of-obsidian
 *
 * @author Dan Stewart <dan@stewshack.com>
 * @version 1.0
 */
pre .comment {
  color: #66747B;
}

pre .constant {
  color: #f05d21;
}

pre .storage {
  color: #f05d21;
}

pre .string, pre .comment.docstring {
  color: #9AD3F7;
}

pre .string.regexp, pre .support.tag.script, pre .support.tag.style {
  color: #fff;
}

pre .keyword, pre .selector {
  color: #70CA1E;
}

pre .inherited-class {
  font-style: italic;
}

pre .entity {
  color: #93C763;
}

pre .integer {
  color: #FFCD22;
}

pre .call {
  color: #A8B8CA;
}

pre .support, *[data-language="csharp"] .function.call {
  color: #FACD22;
}

pre .variable.global, pre .variable.class, pre .variable.instance {
  color: #CCC;
}

/* C# specific rule */
pre .preprocessor {
  color: #66747B;
}

/*!
 * Justified Gallery - v3.6.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: .7;
  }
}

@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: .7;
  }
}

@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: .7;
  }
}

@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: .7;
  }
}

@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a, .justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: .7;
  filter: "alpha(opacity=70)";
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}

.justified-gallery > .entry-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}

.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* LAYOUT STYLES */
.page-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1980px;
  background-color: #fff;
  overflow: hidden;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  position: relative;
  width: 74.243%;
  max-width: 1470px;
  float: right;
}

.page-content {
  position: relative;
  border: 3px solid #fff;
  left: 0;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}

.page-content.sidebar-open {
  left: 425px;
}

.page-sidebar, body.layout-sidebar-left .page-sidebar {
  float: left;
  position: relative;
  width: 25.757%;
  max-width: 510px;
  padding: 0 3% 0;
  border-right: 1px solid #f0f0f1;
  background: #fff;
  z-index: 400;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}

.page-sidebar.sidebar-open, body.layout-sidebar-left .page-sidebar.sidebar-open {
  left: 0 !important;
}

.page-sidebar .page-sidebar-sticky, body.layout-sidebar-left .page-sidebar .page-sidebar-sticky {
  padding: 55px 0;
}

.page-sidebar .sidebar-close, body.layout-sidebar-left .page-sidebar .sidebar-close {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

@media (max-width: 525px) {
  .page-sidebar .sidebar-close, body.layout-sidebar-left .page-sidebar .sidebar-close {
    display: block;
  }
}

@media (max-width: 820px) {
  .page-sidebar, body.layout-sidebar-left .page-sidebar {
    padding: 0 5%;
  }
}

.body-wrapper, .wrapper {
  max-width: 840px;
  width: 90%;
}

body.layout-sidebar-right .page-sidebar {
  float: right;
  border-right: 0;
  border-left: 1px solid #f0f0f1;
}

body.layout-sidebar-right .page-wrapper {
  float: left;
}

body.layout-sidebar-hidden header.header-mobile {
  display: block;
  width: 100%;
  max-width: 1980px;
}

body.layout-sidebar-hidden header.header-mobile.sidebar-open {
  left: initial;
}

body.layout-sidebar-hidden .page-sidebar {
  display: block;
  position: fixed;
  left: -510px;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  border-right: 1px solid #eee;
}

body.layout-sidebar-hidden .page-sidebar .sidebar-close {
  display: block;
}

body.layout-sidebar-hidden .page-wrapper {
  float: left;
  width: 100%;
  max-width: 100%;
}

body.layout-sidebar-hidden .page-content {
  margin-top: 82px;
}

body.layout-sidebar-hidden .page-content.sidebar-open {
  left: 0;
}

body.page .post-header .post-info .post-meta li:nth-child(2):before {
  display: none;
}

body.page .page-content .author-profile {
  display: none;
}

body.page .post-header .post-info .post-meta {
  display: none;
}

@media (max-width: 1300px) {
  header.header-mobile {
    display: block;
    width: 100%;
    max-width: 1980px;
  }
  .page-sidebar, body.layout-sidebar-left .page-sidebar {
    position: fixed;
    width: 425px;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    border-right: 1px solid #eee;
    left: -425px;
  }
  .page-wrapper {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .page-content {
    margin-top: 82px;
  }
}

/* SHORTCODE STYLES */
.shortprogress .percentage, .alert {
  font-family: "Open Sans", "Times New Roman", Serif;
  line-height: normal;
}

.shorttabs .shorttabsheader, .shorttoggle .toggleheader, .shortbutton {
  font-family: "Montserrat", "Arial", Sans-Serif;
  line-height: 24px;
}

.shorttabs .shorttabscontent, .shorttoggle .togglecontent {
  line-height: 38px;
}
